Metadata-Version: 2.0
Name: django-mapit
Version: 1.5
Summary: A web service for mapping postcodes and points to current or past administrative area information and polygons.
Home-page: https://github.com/mysociety/mapit
Author: mySociety
Author-email: mapit@mysociety.org
License: LICENSE.txt
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Dist: Django (>=1.8.5)
Requires-Dist: libsass
Requires-Dist: psycopg2
Requires-Dist: PyYAML
Requires-Dist: Shapely

MapIt
=====

MapIt is an open source project to help people run a web service that maps
geographical points to administrative areas. It is useful for anyone who has
the co-ordinates of a point on Earth, and who needs to find out what country,
region, city, constituency, or state it lies within. It’s also great for
looking up the shapes of all those boundaries.

It was created in 2003 by `mySociety <http://www.mysociety.org/>`__, a UK
charity, for use by their various tools needing admin area lookup.

Installation
------------

MapIt can be installed as a Django app, or as a standalone server. For full
details, please see our site at http://code.mapit.mysociety.org/ for help
and documentation.

Examples
--------

`mySociety <http://www.mysociety.org>`__ runs public installations of MapIt that
you might be able to use:

    * `MapIt Global <http://global.mapit.mysociety.org/>`_ - global boundaries
      from the `OpenStreetMap <http://www.openstreetmap.org/>`_ project.
    * `MapIt UK <http://mapit.mysociety.org/>`_ - UK boundaries from various
      sources.

The above are free for non-commercial, low-volume use. For details of
what constitutes "low-volume", and for commercial licensing arrangements,
please consult `MapIt Usage and Licensing
<http://mapit.mysociety.org/licensing>`_ .


Rate limiting
-------------

Usage is rate limited by default; clients may be rate limited by IP address
or by a User Token passed in the User-Agent: header. Clients may be excluded
from the effects of rate limiting via the RATE_LIMIT option in the
configuration file.


