All Projects → City-of-Helsinki → django-munigeo

City-of-Helsinki / django-munigeo

Licence: BSD-2-Clause license
Reusable Django application for storing and accessing municipality-related geospatial data

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to django-munigeo

django-shortcodes
A Django application to parse WordPress shortcodes.
Stars: ✭ 13 (+8.33%)
Mutual labels:  django-application
djaq
Django queries
Stars: ✭ 54 (+350%)
Mutual labels:  django-application
kasir
Cashier Management & Inventory Management System
Stars: ✭ 28 (+133.33%)
Mutual labels:  django-application
OLD-vital-development
No description or website provided.
Stars: ✭ 18 (+50%)
Mutual labels:  django-application
census-map-consolidator
Combine Census blocks into new shapes
Stars: ✭ 31 (+158.33%)
Mutual labels:  geospatial-data
geospatial-python
Introduction to Geospatial Raster and Vector Data with Python
Stars: ✭ 107 (+791.67%)
Mutual labels:  geospatial-data
Alfanous
Alfanous is an Arabic search engine API provides the simple and advanced search in Quran , more features and many interfaces...
Stars: ✭ 209 (+1641.67%)
Mutual labels:  django-application
awesome-geospatial-list
A curated list of geospatial tools, data, tutorials, information, and more
Stars: ✭ 32 (+166.67%)
Mutual labels:  geospatial-data
Django-WebApp
This is a web-app created using Python, Django. By using this user can login, upload files and also can view and download files uploaded by other users.
Stars: ✭ 285 (+2275%)
Mutual labels:  django-application
django-neumorphism-uikit
Django Web App - Neumorphism UI Kit | AppSeed
Stars: ✭ 19 (+58.33%)
Mutual labels:  django-application
django-slugs-example-app
A basic app to show how to add slugs to models
Stars: ✭ 12 (+0%)
Mutual labels:  django-application
planb
PlanB - automating remote backups and snapshots with zfs/rsync
Stars: ✭ 24 (+100%)
Mutual labels:  django-application
lets-quiz
A quiz website for organizing online quizzes and tests. It's build using Python/Django and Bootstrap4 frameworks. 🤖
Stars: ✭ 165 (+1275%)
Mutual labels:  django-application
android-spatialite
Spatialite database JNI wrapper for Android
Stars: ✭ 88 (+633.33%)
Mutual labels:  geospatial-data
django-social-network-like-Facebook-or-Instagram
Live site at https://sbraven.herokuapp.com Do checkout this project to know how all the features of Facebook like Like , Comments , Messaging , Profile, Stories, Notifications , Friend Requests work under the hood.
Stars: ✭ 19 (+58.33%)
Mutual labels:  django-application
Django Rest Registration
User-related REST API based on the awesome Django REST Framework
Stars: ✭ 240 (+1900%)
Mutual labels:  django-application
wnpp.debian.net
🌍 Code powering website "Debian Packages that Need Lovin'" created in 2009
Stars: ✭ 38 (+216.67%)
Mutual labels:  django-application
Briefly
source based news in short : Winner @MumbaiHackathon 2018
Stars: ✭ 35 (+191.67%)
Mutual labels:  django-application
django-mapbox-location-field
Simple in use location model and form field with MapInput widget for picking some location. Uses mapbox gl js, flexible map provider API. Fully compatible with bootstrap framework. Can be used with spatial or plain databases.
Stars: ✭ 60 (+400%)
Mutual labels:  django-application
djadmin
Djadmin is a django admin theme
Stars: ✭ 42 (+250%)
Mutual labels:  django-application

Build status codecov Requirements

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].