Skip to main content

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

Installation

  1. Add geocoder to your INSTALLED_APPS list in settings.py

  2. Import the geocoder ajax url into your project’s urls.py

  3. Set GEOCODER_BOUNDING_BOXES to include one or more bounding boxes

  4. Run python manage.py syncdb

  5. 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

django-os-geocoder-0.1.6.tar.gz (9.6 kB view details)

Uploaded Source

File details

Details for the file django-os-geocoder-0.1.6.tar.gz.

File metadata

File hashes

Hashes for django-os-geocoder-0.1.6.tar.gz
Algorithm Hash digest
SHA256 a6b3ec67e2ff8f034bd1f015eb7c8b4795b9f024db8a614f0e10729d7c645779
MD5 3fbb26f7c4e4f3c09d01b3ff3b31b97b
BLAKE2b-256 5a567d55d012c28f4ad9f61999d6d8004a4f090f0541ea6f8b2a2f6d70414e1e

See more details on using hashes here.

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