feat: add governed agricultural parcel history
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user