-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from xyluo25/main
load TAZs
- Loading branch information
Showing
15 changed files
with
310 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,9 +41,12 @@ if __name__ == "__main__": | |
# Step 2: Generate zone dictionary from node dictionary by specifying number of x blocks and y blocks | ||
zone_dict = gd.net2zone(node_dict, num_x_blocks=10, num_y_blocks=10) | ||
|
||
# # Generate zone based on grid size with 10 km width and 10km height for each zone | ||
# Step 2: Generate zone based on grid size with 10 km width and 10km height for each zone | ||
# zone_dict = gd.net2zone(node_dict, cell_width=10, cell_height=10) | ||
|
||
# Step 2: Generate zone dictionary from zone.cvs(TAZs) prepared from users. | ||
# zone_dict = gd.taz2zone() | ||
|
||
# Step 3: synchronize geometry info between zone, node and poi | ||
# add zone_id to node and poi dictionaries | ||
# also add node_list and poi_list to zone dictionary | ||
|
@@ -98,7 +101,7 @@ The grid2demand project welcomes your expertise and enthusiasm! | |
Small improvements or fixes are always appreciated. If you are considering larger contributions to the source code, please contact us through email: | ||
|
||
Xiangyong Luo : [email protected] | ||
|
||
Dr. Xuesong Simon Zhou : [email protected] | ||
|
||
Writing code isn't the only way to contribute to grid2demand. You can also: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+2.54 KB
(140%)
grid2demand/func_lib/__pycache__/read_node_poi.cpython-310.pyc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.