„technical documentation“ ändern

mpeltriaux 2023-03-24 07:58:50 +01:00
parent bf16f9e381
commit f1d760bbb7

@ -23,6 +23,10 @@ There are certain dependencies for konova:
* All codes that are used in konova (registration offices, biotope types, ...) are fetched from the rlp own public list of osiris keys (e.g. https://codelisten.naturschutz.rlp.de/repository/referenzliste/903)
* Codes can be fetched using the custom command found in app `codelist` in konova (`python manage.py update_codelist`)
* This should be run once a night, e.g. using cron as scheduler
* Parcel intersectioning
* Entries that are create or edited and hold a geometry will try to resolve the legal parcel information using the geometry
* The application `Schneider` provides such functionalities and lives on lanis-gov02
* More info on `Schneider` can be found [here](https://git.naturschutz.rlp.de/SGD-Nord/schneider/wiki)
## API
All details regarding the API can be found [here](https://git.naturschutz.rlp.de/SGD-Nord/konova/wiki/api_de).