diff --git a/technical-documentation.md b/technical-documentation.md index 07d9438..02b331b 100644 --- a/technical-documentation.md +++ b/technical-documentation.md @@ -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).