Skip to content

taurenk/PinPoint-Geocoder-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#PinPoint Geocoder

Build Status Coverage Status

PinPoint is an Open Source Geocoding toolkit based off of TIGER/LINE and geonames.org data. If you have any questions please feel free to contact me at tauren.kristich@gmail.com

Setup and Database

Database The application relies on a PostgreSQL database. I will have the official loading scripts up shortly. Please contact me if you would like access to my development database.

Environment Variables DB_NAME DB_USERNAME DB_URL DB_PASSWORD

API

We currently have 2 Endpoints. In the future we hope to have an API into the US Census data tables and a reverse geocoder.

Geocoding API /api/v1.0/geocoder/<address_string>

Places API /api/v1.0/place/string:city Pulls city data from the place table provided by Geonames.org

Address Features API(development) /api/v1.0/addressfeatures/string:street_fullname Pulls street level data from US Census AddrFeat table

JSON Sample

About

Open Source Geocoder written in Python. Based off US Census Data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published