Minor issues with osm_to_gmns.py
ssmith55 opened this issue · 0 comments
ssmith55 commented
- Line 31, don't need to import numpy
- I tested it on bounding box, via
G_up = ox.graph_from_bbox(42.367,42.361,-71.081,-71.09,network_type='drive') #Kendall Square area of Cambridge, MA
Suggest adding this line then commenting it out, as an example. - Output coordinates. Nodes use lat long, while Geometry uses UTM. Can we make them the same?
Thanks.