Add regional DHMV provisioning
This commit is contained in:
@@ -1230,6 +1230,22 @@ needed. `POST .../raster/terrain/select` returns height in m TAW, relief in
|
||||
metres and slope in degrees. `GET .../raster/terrain/image` returns the
|
||||
constrained MapLibre PNG. Water depth, volume and drainage remain unavailable.
|
||||
|
||||
Provision the same governed DTM/DSM pair for every persisted municipality in
|
||||
the approved Kempen scope:
|
||||
|
||||
```bash
|
||||
docker exec geointel python /app/scripts/provision_regional_dhmv.py \
|
||||
--scope kempen-transport-region --dry-run
|
||||
docker exec geointel python /app/scripts/provision_regional_dhmv.py \
|
||||
--scope kempen-transport-region
|
||||
```
|
||||
|
||||
This plans 56 municipality/product acquisitions. It supports bounded
|
||||
`--members` and `--products` subsets, backend cache reuse, per-item progress
|
||||
and a complete failure summary. Persistence remains inside the canonical
|
||||
DHMV acquisition service and Dataset/DatasetVersion/Job flow; the operator
|
||||
does not fetch WCS bytes or write raster metadata directly.
|
||||
|
||||
Settings: `DHMV_ENABLED`, `DHMV_WCS_URL`, `DHMV_RESOLUTION_M`,
|
||||
`DHMV_MIN_SIDE_M`, `DHMV_MAX_SIDE_M`, `DHMV_MAX_PIXELS`,
|
||||
`DHMV_TIMEOUT_SECONDS` and `DHMV_MAX_RESPONSE_MB`.
|
||||
|
||||
Reference in New Issue
Block a user