Service Portal für das Kompensationsverzeichnis. Offiziell als "KSP" deployed.
https://ksp.naturschutz.rlp.de
mpeltriaux
253b509122
* adds geometry validity checks for SimpleGeomForm is_valid() * shows validity problems on the form if a feature is invalid * optimizes merging of different features into one MultiPolygon * further enhances tests * adds as_feature_collection() method on Geometry model for converting geom MultiPolygon attribute into FeatureCollection json holding each polygon as an own feature -> makes each polygon selectable in new netgis map client |
||
---|---|---|
analysis | ||
api | ||
codelist | ||
compensation | ||
ema | ||
intervention | ||
konova | ||
locale/de/LC_MESSAGES | ||
news | ||
templates | ||
user | ||
.gitignore | ||
LICENSE_de.md | ||
LICENSE_en.md | ||
manage.py | ||
README.md | ||
requirements.txt |
Konova
Konova is the successor of KSP. It's build using the python webframework Django, the database postgresql and the css library bootstrap as well as the icon package fontawesome for a modern look, following best practices from the industry.
Background processes
Konova uses celery for background processing. To start the worker you need to run
$ celery -A konova worker -l INFO
More info can be found here. Redis must be installed.
Technical documentation
Technical documention is provided in the projects git wiki.
User documentation
A user documentation is not available (and not needed, yet).