feat: add governed agricultural parcel history
This commit is contained in:
@@ -25,6 +25,7 @@ FULL_AREA_CLIPPED_OPERATOR_TOOLS = {
|
||||
"provision_regional_grb_context.py",
|
||||
"provision_waterinfo_station_history.py",
|
||||
"provision_mol_bwk_natura2000.py",
|
||||
"provision_agricultural_parcel_history.py",
|
||||
}
|
||||
|
||||
|
||||
@@ -86,6 +87,7 @@ SEMANTIC_SELECTION_METRICS: dict[str, tuple[dict[str, Any], ...]] = {
|
||||
},
|
||||
),
|
||||
"nature_value": (),
|
||||
"agriculture": (),
|
||||
}
|
||||
|
||||
SEMANTIC_COUNT_LABELS = {
|
||||
@@ -96,6 +98,7 @@ SEMANTIC_COUNT_LABELS = {
|
||||
"roads": "Wegsegmenten",
|
||||
"parcels": "Percelen",
|
||||
"nature_value": "BWK-kaartvlakken",
|
||||
"agriculture": "Landbouwgebruikspercelen",
|
||||
}
|
||||
|
||||
|
||||
@@ -121,6 +124,9 @@ class VectorFeatureService:
|
||||
"biodiversity": "nature_value",
|
||||
"bwk": "nature_value",
|
||||
"natura2000": "nature_value",
|
||||
"agricultural": "agriculture",
|
||||
"landbouw": "agriculture",
|
||||
"landbouwgebruik": "agriculture",
|
||||
}
|
||||
for candidate in candidates:
|
||||
if not isinstance(candidate, str) or not candidate.strip():
|
||||
|
||||
Reference in New Issue
Block a user