From f1d760bbb78c85268bd3c880e69594ca04b028c1 Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Fri, 24 Mar 2023 07:58:50 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Etechnical=20documentation=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- technical-documentation.md | 4 ++++ 1 file changed, 4 insertions(+) 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).