Skip to content

A script to find the distance of all localities in a city from a desired locality.

Notifications You must be signed in to change notification settings

HariprasadManimozhi/distance-between-pincodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How far is my locality?

Objective:

Find the distance of all localities in a city from a desired locality.

Tools:

  • Python
  • Geocoding libraries - pgeocode, geopy, geocoder
  • Open data of location from govt websites

Steps:

  • This can approached in two ways by computing distance between using

    • pincodes
    • longtidues-latitudes
  • Three methods have been tried to converge at better results:

    1. pgeocode - Postal code geocoding and distance calculations
    2. geopy - Distance between localities using longitude & latitude
    3. geocoder & geopy - Get Latitude & longitude of localities & compute distance using geopy

References:

Included in jupyter notebook

About

A script to find the distance of all localities in a city from a desired locality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published