Skip to main content

A simple python wrapper for the Pelias API for geocoding and reverse geocoding

Project description

PyPelias - Geocoding and reverse geocoding with Pelias and Python

Project Description

After installing a planet build of Pelias PyGeo was returning endless errors, It was quicker for me to write this little python API wrapper than try and sort out what the issues where with PyGeo.

This package support geocoding and reverse geo coding to you're own Pelias server using requests and the Pelias API.

Requirements

A complete install of Pelias. I recommend the Docker env (https://github.com/pelias/docker).

Installation

install from https://pypi.org/project/pyPelias/

pip install pyPelias

Usage

import pyPelias

gisAPI = pyPelias('https://mydomain_or_IP_of_pelias')

# reverse geocode - get the location from lat long, in format ['lat', 'long']
loc = gisAPI.reverse(['45.533467', '-122.650095'])

print(loc)

# geocode - takes address, city, state, country in any form, raises exception if can't parse address
geocode = gisAPI.geocode('Alamogordo, New Mexico, United States')

print(geocode)

Notes

We welcome your feedback and support, raise github ticket if you want to report a bug. Need new features? Contact us on github

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyPelias-0.1.0.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

pyPelias-0.1.0-py3-none-any.whl (2.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page