Skip to content

Simple geocoding proxy server for Icelandic addresses using non-blocking calls to fasteignaskrá.

Notifications You must be signed in to change notification settings

StefanKjartansson/iceland-geocode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iceland-Geocode

Build Status

Simple geocoding proxy server for Icelandic addresses using non-blocking calls to fasteignaskrá. Returns results in gmaps friendly wgs84.

Proxies the query directly to fasteignaskrá's geoserver so it's generally quite quick.

Installation

Clone and setup the requirements, the project has only been tested on python2.7 and python3.3.

git clone git@github.com:StefanKjartansson/iceland-geocode.git
virtualenv env
. env/bin/activate
pip install -r requirements.txt
python server.py

Navigate your browser to http://localhost:8888/?q=Laugavegur+1,101

About

Simple geocoding proxy server for Icelandic addresses using non-blocking calls to fasteignaskrá.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages