A Django app for processing municipality-related geospatial data.
Project description
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-munigeo-0.3.10.tar.gz.
File metadata
- Download URL: django-munigeo-0.3.10.tar.gz
- Upload date:
- Size: 29.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af570b5ad99c0ff0a44523a2013eeb773e0e68e0e6bfdaf5bcd0490a0be1ce03
|
|
| MD5 |
e0e20d70bc2f9e8fd6387cb401008343
|
|
| BLAKE2b-256 |
ceaeb8030a2af88ca21781b6dfb6066ac12fc34293995e3fe51197192a6712f5
|
File details
Details for the file django_munigeo-0.3.10-py3-none-any.whl.
File metadata
- Download URL: django_munigeo-0.3.10-py3-none-any.whl
- Upload date:
- Size: 37.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c216360da2837c13f6accf6015ba30a0fd5e097f5831a83fccfd9754e6ecf3f8
|
|
| MD5 |
343373e81ea290b5f9de02b5822cbb99
|
|
| BLAKE2b-256 |
eb013cb8f858b4dedc2111f62cfc1a9ee353ff82d66bb03dec5f8b95445f9fbd
|