Find the distance of all localities in a city from a desired locality.
- Python
- Geocoding libraries - pgeocode, geopy, geocoder
- Open data of location from govt websites
-
This can approached in two ways by computing distance between using
- pincodes
- longtidues-latitudes
-
Three methods have been tried to converge at better results:
- pgeocode - Postal code geocoding and distance calculations
- geopy - Distance between localities using longitude & latitude
- geocoder & geopy - Get Latitude & longitude of localities & compute distance using geopy
Included in jupyter notebook