UDST / urbanaccess

A tool for GTFS transit and OSM pedestrian network accessibility analysis by UrbanSim
https://udst.github.io/urbanaccess/index.html
GNU Affero General Public License v3.0
236 stars 56 forks source link

replace use of geopy vincenty with geodesic #53

Closed sablanchard closed 4 years ago

sablanchard commented 5 years ago

Need to replace use of geopy vincenty with geodesic in the instance it is used in urbanaccess. vincenty is discontinued in geopy version 2.0 and replaced with geodesic with default projection WGS84.

Reference: vincenty depreciation notice: https://geopy.readthedocs.io/en/stable/#geopy.distance.vincenty geodesic: https://geopy.readthedocs.io/en/stable/#geopy.distance.geodesic