feat: add governed agricultural parcel history
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-15 14:49:52 +02:00
parent 2f3445aa5b
commit 7f1064ff1e
16 changed files with 1194 additions and 5 deletions
+20
View File
@@ -1112,6 +1112,26 @@ the assistant cannot turn 2D water geometry into volume. GeoIntel rejects an
answer when Ollama reports `done_reason=length`, so a visibly truncated sentence
is never presented as a complete result.
## Agricultural-use parcel history
Prepare all definitive 2008-2025 regional editions without database writes:
```bash
docker exec geointel python /app/scripts/provision_agricultural_parcel_history.py --fetch-only
```
Import the checked artifacts through the canonical Dataset upload route:
```bash
docker exec geointel python /app/scripts/provision_agricultural_parcel_history.py
```
Use `--scope mol`, `--years 2008,2019,2025` or `--force` only as explicit
operator choices. The default scope is the persisted 28-municipality Kempen
transport region. Every annual source ZIP and crop code list remains under the
storage volume. PostGIS computes exact hectares for drawn rectangles and
persisted Areas; parcel identities are deliberately unavailable for lineage.
## Helpful repository scripts
- `bash scripts/backend_install.sh`