Skip to content

Sangarshanan/pincode-mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geopincoder

Map LatLongs to a Pincode

Cities available

  • Ahmedabad
  • Bangalore
  • Chennai
  • Hyderabad
  • Kolkata
  • Mumbai
  • Delhi

Clone this repo and install the package

Do this

pip install git+https://github.com/Sangarshanan/Pincode-Mapping.git

Or this

git clone https://github.com/Sangarshanan/Pincode-Mapping.git

python setup.py install

Now open your python interpreter

from geopincoder import pincode_mapper as pm

pincode = pm.geocode.to_pincode(28.7041, 77.1025)

Data : https://github.com/datameet/PincodeBoundary

TODO:

  • Looking to add more cities and expand the scope of this package
  • Improve data quality with Google maps API for KDtrees clustering

About

A Package for extrapolating Pincode from Lat Longs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages