A Django app for processing municipality-related geospatial data.
Project description
[![Build status](https://travis-ci.org/City-of-Helsinki/django-munigeo.svg?branch=master)](https://travis-ci.org/City-of-Helsinki/django-munigeo) [![codecov](https://codecov.io/gh/City-of-Helsinki/django-munigeo/branch/master/graph/badge.svg)](https://codecov.io/gh/City-of-Helsinki/django-munigeo) [![Requirements](https://requires.io/github/City-of-Helsinki/django-munigeo/requirements.svg?branch=master)](https://requires.io/github/City-of-Helsinki/django-munigeo/requirements/?branch=master)
munigeo
munigeo is a reusable Django application for storing and accessing municipality-related geospatial data. It can manage following categories of data: * Municipalities as containers of everything below * Administrative divisions (with parent-child relationships and links to Municipalities) * Streets and address locations on those Streets * Buildings with 2D-geometries and addresses * PoIs (Points of Interest) with location and type
If you are using Django Rest Framework (DRF), munigeo also provides you with serializers for including these in your API.
For actually getting the data into your database application, munigeo provides importer framework. Currently we only have actual importers for City of Helsinki, but other are welcome.
## Usage Install this to your project with pip install django-munigeo, add munigeo to your INSTALLED_APPS setting.
### Helsinki example Before you can get Helsinki, you will need the data for Finland first: ` python manage.py geo_import finland --municipalities ` then ` python manage.py geo_import helsinki --divisions `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-munigeo-0.3.6.tar.gz
.
File metadata
- Download URL: django-munigeo-0.3.6.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b982edc767efadf75321fac7515d6daa403e20befa5821decff4ada224ff1acd |
|
MD5 | f0f63593ef2c8a1609e028aba683df2a |
|
BLAKE2b-256 | 73d650b3b3128db4982872c4ac58c2d80886f8d30488d4b9ce981f6ddae70849 |
File details
Details for the file django_munigeo-0.3.6-py3-none-any.whl
.
File metadata
- Download URL: django_munigeo-0.3.6-py3-none-any.whl
- Upload date:
- Size: 36.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f78fe236570e61b86d8fc396967bd6100ffee762043d906ea238ce544b7d6d1 |
|
MD5 | 118d9c2df9c10abd04971c0177042ddb |
|
BLAKE2b-256 | 522425720d253de731db583693fabc59cf27317509a06be9845ec75e4e6fdcb9 |