Skip to content

Simple network service that can resolve lat and long coordinates for and address using third party services

Notifications You must be signed in to change notification settings

robestuart/geocoding-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Running service:

To run the service execute main.py.  This will launch a local server in a separate thread on port 8000.
To stop the service type "exit" into the console and the server will be stopped.


Using the service:

With the server running you can send queries by sending GET requests:
http://127.0.0.1:8000/geocode/json
?address=2727%Milvia%St,%Berkeley,%CA%94703

The response will return a JSON object with latitude and longitude or null if no records are found.
{"lat": 37.85958, "lng": -122.26939}

About

Simple network service that can resolve lat and long coordinates for and address using third party services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages