feat: add governed agricultural parcel history
This commit is contained in:
+26
-3
@@ -217,9 +217,6 @@ until a governed operator import, provenance record and validation pass exist.
|
||||
- Biologische Waarderingskaart / Natura 2000 (INBO), state 2025: suitable for
|
||||
habitat, biotope and ecological-value analysis, not a continuous annual
|
||||
series.
|
||||
- Agricultural-use parcels (Agentschap Landbouw en Zeevisserij): annual files
|
||||
suitable for crop and agricultural-surface evolution after schema/version
|
||||
harmonization.
|
||||
- Buildings and Addresses Register (Digitaal Vlaanderen): continuously updated
|
||||
building status, life cycle and address linkage; complementary to GRB
|
||||
geometry and not yet imported.
|
||||
@@ -248,6 +245,32 @@ especially outside Habitats Directive areas, can still be based on older
|
||||
mapping. GeoIntel therefore preserves origin fields and never presents this
|
||||
single edition as a historical trend.
|
||||
|
||||
## Governed annual agricultural-use parcels
|
||||
|
||||
`scripts/provision_agricultural_parcel_history.py` uses the official annual
|
||||
download archives published by Agentschap Landbouw en Zeevisserij. Only the
|
||||
definitive editions 2008-2025 are allowed. The provisional current-campaign
|
||||
snapshot is deliberately excluded, and the retiring Digitaal Vlaanderen
|
||||
`Landbgebrperc` WFS is not used as the long-term source path.
|
||||
|
||||
Each official ZIP, SHA256 checksum, full-edition crop code list and manifest is
|
||||
retained. The temporary GeoPackage is validated as EPSG:31370 with the stable
|
||||
annual field set, read through the GIS optional dependencies and deleted after
|
||||
the normalized GeoJSON has been built. Geometry is clipped exactly against the
|
||||
persisted scope Area in Lambert 72 and imported only through DatasetService.
|
||||
|
||||
The regional default creates the series
|
||||
`alz:agricultural-use-parcels:kempen-transport-region`; `--scope mol` creates an
|
||||
independent Mol series. Selection and evolution expose exact intersected
|
||||
hectares for total declared use and official main-crop groups. Individual
|
||||
parcel additions/removals are unavailable because parcel identity is not
|
||||
stable across campaign years.
|
||||
|
||||
Official catalogues:
|
||||
|
||||
- https://landbouwcijfers.vlaanderen.be/open-geodata-landbouwgebruikspercelen
|
||||
- https://www.vlaanderen.be/datavindplaats/catalogus/open-geodata-landbouwgebruikspercelen
|
||||
|
||||
## Governed Waterinfo station history
|
||||
|
||||
`scripts/provision_waterinfo_station_history.py` uses the public Waterinfo
|
||||
|
||||
Reference in New Issue
Block a user