Easygeo 0.0.6 | Coderz Repository

easygeo 0.0.6

Last updated:

0 purchases

easygeo 0.0.6 Image
easygeo 0.0.6 Images

Free

Languages

Categories

Add to Cart

Description:

easygeo 0.0.6

easygeo
Geocoding library that makes geocodification easier (and possibly cheaper).
It's a wrapper for geopy geocoding tools. And at the moment it allows to use Google's V3 or Nominatim API.
Instalation:
You can install this package using pip.
pip install easygeo

Usage:
from easygeo import GeoCode

g = GeoCode(method="Nominatim", domain="nominatim.openstreetmap.org")

g.geocode("Beauchef 850, Santiago, RM, Chile")

# You can also bulk use this library
df["Address"].apply(g.geocode)

# This function allows to save the cached addresses into a file.
g.save_cache()

Development:
In case you want to install easygeo along with the tools you need to develop and run the tests, run the following in your virtualenv.
$ pip install -e .[dev]

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.