asu-trans-ai-lab / grid2demand

A tool for generating zone-to-zone travel demand based on grid zones and gravity model
Apache License 2.0
71 stars 21 forks source link

fields of osm_node_id and ctrl_type is_boundary should remain as string when rewriting back #6

Closed asu-trans-ai-lab closed 1 year ago

asu-trans-ai-lab commented 3 years ago

https://github.com/asu-trans-ai-lab/grid2demand/blob/main/dataset/ASU/node.csv When grid2demand overwrites this node file, the values become xx.0 as float point numbers. osm_node_id could contain 2 numbers such as as consolidated intersections, thus, please treat them as string. image