ASU Trans+AI Lab
ASU Trans+AI Lab
Currently, only the information below is given, but we need to know the total processing time for large networks. -- Building Network from OSM file reading osm file parsing osm...
the current function: net = og.getNetFromFile('asu.osm', POI=True) might lead to many records. We hope to have net = og.getNetFromFile('asu.osm', POI=True, amenity_type=("parking", "parking_space") to only extract specified type of amenity. similar...
Feature Description: We propose to introduce two new data fields in the link.csv and link_performance_scenario_...csv files to better manage restricted turn nodes. This can improve traffic flow management and congestion...
Issue Description: Currently, when the length, free_speed, or capacity field in the link.csv file is missing, DTALite stops processing. This abrupt termination could be avoided by providing more user-friendly feedback...
Issue Description: Currently, when the geometry field in the link.csv file is missing, the link performance files can't be visualized using QGIS. The absence of geometry data should be handled...
DTALite Software Release Plan - Key Features: 07/01/2023 1. Multiple Scenarios: • Enhance the software to support the creation and management of multiple scenarios. • Users can define and switch...
The current zone_id field in node.csv is generated based on activity types and boundary statistics from osm2gmns, and the zone IDs are assigned sequentially. For MPO planning users, they have...
I believe that ve we do not need zone.csv so the function is not needed. We read zone_id only from field zone_id in file node.csv pg.read_zones(network) https://github.com/jdlph/Path4GMNS/blob/dev/tutorial/tutorial.ipynb
The link file's fields should be consistent with the sample data sets in the latest DTALite data set. For example, we do not have different time periods, so we should...
We need to discuss the detailed specifications for node_id and zone_id in node.csv. Specifically, node_id should be an integer, as demonstrated in the standard sample data sets: https://github.com/zephyr-data-specs/GMNS/blob/main/examples/Lima/GMNS/node.csv Currently, the...