A Django app that lets you load Ordnance Survey data and use it to find places.
Project description
This is a Django app that lets you load Ordnance Survey data and use it to find places.
A list of Places from the Ordnance Survey is stored in a spatial database, and a url is provided to query them by name and return a JSON response containing matching places. Useful for autocompleting inputs that take town, city or road names.
In addition, the places are filtered by a series of bounding boxes, so that only places within the supplied boxes are returned.
Prerequisites
A GeoDjango (https://docs.djangoproject.com/en/dev/ref/contrib/gis/tutorial/#introduction) project (Note, this has only been tested with Django 1.4.5 and a PostGIS database)
Installation
Add geocoder to your INSTALLED_APPS list in settings.py
Import the geocoder ajax url into your project’s urls.py
Set GEOCODER_BOUNDING_BOXES to include one or more bounding boxes
Run python manage.py syncdb
Restart your web server, if necessary.
Data
http://www.ordnancesurvey.co.uk/oswebsite/products/os-opendata.html
The Ordnance Survey make large data sets available under an open license. See the url above for more details. This app uses the OS Locator and 1:50k Gazetteer.
Importing data
Download the data from the Ordnance Survey website.
Set the GEOCODER_BOUNDING_BOXES entry in your settings.py.
Import the data using one of the import management commands, the path to the data file is the only argument.
Licensing
Anywhere you make use of the data from the OS you should display the following text:
> Contains Ordnance Survey data © Crown copyright and database right 2013
See the OS OpenData Licensing: http://www.ordnancesurvey.co.uk/oswebsite/opendata/licensing.html for more details.
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
File details
Details for the file django-os-geocoder-0.1.6.tar.gz
.
File metadata
- Download URL: django-os-geocoder-0.1.6.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6b3ec67e2ff8f034bd1f015eb7c8b4795b9f024db8a614f0e10729d7c645779 |
|
MD5 | 3fbb26f7c4e4f3c09d01b3ff3b31b97b |
|
BLAKE2b-256 | 5a567d55d012c28f4ad9f61999d6d8004a4f090f0541ea6f8b2a2f6d70414e1e |