geoBoundaries Django-based tool for tracking and recreating administrative boundary changes.
The website is divided into the following components or apps, each responsible for particular tasks:
API-only for receiving, storing, and sharing data on boundary changes.
Forms and workflows for users to manually input and track individual boundary changes, sending it to the changeManager
.
Forms and procedures for importing data from GIS-files into the changeManager
app.
Interactive map forms for digitizing and extracting boundary data from map images, and sending it to the changeManager
.
The scripts and interactive workflows responsible for reconstructing and building boundaries over time based on data points from the changeManager
app.