Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
forked from geopy/geopy

Fork to add more geocoding options and more object data back from the geocoder.

License

Notifications You must be signed in to change notification settings

pivotal-energy-solutions/geopy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geopy - Generic Geocoder

geopy is a generic geocoder.

  • Adds in Google V3 Geocoder
  • Adds in Open Street Maps Geocoder
  • Returns real object with data back (rather than simply the lat/long)

Note:

This fork provides for changes specifically for Pivotal Energy Solutions

CREDIT:

Initial code sits at http://code.google.com/p/geopy/ It was then forked to https://github.com/jbouvier/geopy Finally it landed https://github.com/geopy/geopy

Build Process:

  1. Update the __version_info__ inside of the application. Commit and push.
  2. Tag the release with the version. git tag <version> -m "Release"; git push --tags
  3. Build the release rm -rf dist build *egg-info; python setup.py sdist bdist_wheel
  4. Upload the data twine upload dist/*

About

Fork to add more geocoding options and more object data back from the geocoder.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%