worldbank / GOSTnets

Convenience wrapper for networkx analysis using geospatial information, focusing on OSM
https://worldbank.github.io/GOSTnets/
MIT License
24 stars 15 forks source link

Update load_osm.py #21

Closed rbanick closed 3 years ago

rbanick commented 3 years ago

Vincenty has been replaced by geodesic within geopy, so without this change load_osm.py cannot be imported. https://stackoverflow.com/questions/62858552/why-cant-i-import-geopy-distance-vincenty-on-jupyter-notebook-i-installed-ge

This change solved my import issues locally, although I haven't done heavy lifting with geopy yet to test whether geodesic works similarly in all cases

d3netxer commented 3 years ago

ok looks good to me, let's go with the update