* refactors update_parcels() method in Geometry model to work on Schneider * old WFS based logic still exists as update_parcels_wfs() in Geometry model to have a fallback. Can be deleted in the future
12 lines
272 B
Python
12 lines
272 B
Python
"""
|
|
Author: Michel Peltriaux
|
|
Organization: Struktur- und Genehmigungsdirektion Nord, Rhineland-Palatinate, Germany
|
|
Contact: ksp-servicestelle@sgdnord.rlp.de
|
|
Created on: 14.12.22
|
|
|
|
"""
|
|
|
|
base_url = "http://127.0.0.1:8002"
|
|
auth_header = "auth"
|
|
auth_header_token = "CHANGE_ME"
|