Add governed SPW bathymetry analysis
This commit is contained in:
+25
-1
@@ -1806,7 +1806,8 @@ matched name with `--show-names`.
|
||||
performs a bounded official VHA ArcGIS query, exact persisted-Area clipping,
|
||||
watercourse-name normalization and ordinary Dataset/VectorFeature persistence.
|
||||
`GET /api/v1/projects/{project_id}/datasets/bathymetry/sources` reports VHA as
|
||||
operational and the audited MDK/SPW candidates as unavailable for acquisition.
|
||||
operational, MDK as probe-only and the pinned SPW raster operator as
|
||||
operational.
|
||||
|
||||
Runtime controls are `BATHYMETRY_PROFILES_ENABLED`,
|
||||
`BATHYMETRY_PROFILES_LAYER_URL`, `BATHYMETRY_WATERCOURSE_LAYER_URL`,
|
||||
@@ -1854,6 +1855,29 @@ readiness state such as TLS or endpoint failure. Runtime controls are
|
||||
`MDK_BATHYMETRY_PROBE_TIMEOUT_SECONDS` and
|
||||
`MDK_BATHYMETRY_PROBE_MAX_RESPONSE_MB`. TLS verification cannot be disabled.
|
||||
|
||||
### SPW waterbed raster
|
||||
|
||||
The official 2023-05-23 SPW bathymetry ZIP is integrated only through the
|
||||
bounded operator. Stage the immutable ZIP under persistent storage and run:
|
||||
|
||||
```bash
|
||||
docker exec geointel python /app/scripts/import_spw_bathymetry.py \
|
||||
--base-url http://127.0.0.1:8000 \
|
||||
--project-name "Belgium and North Sea Workbench" \
|
||||
--area "RC Golden - Wallonia urban-rural" \
|
||||
--bbox 4.85,50.45,4.87,50.47 \
|
||||
--raw-zip /app/storage/operator-evidence/spw-bathymetry/2023-05-23/raw/BATHY_50CM_ALTITUDE_DNG_GEOTIFF_3812.zip \
|
||||
--output-dir /app/storage/operator-evidence/spw-bathymetry/2023-05-23/derived
|
||||
```
|
||||
|
||||
The script validates the pinned official checksum, safe archive members,
|
||||
EPSG:3812, one Float32 band, approximately 0.5 m cells and nodata `-9999`.
|
||||
It then creates a bounded COG and uploads it through `/datasets/upload`.
|
||||
`POST .../raster/bathymetry/select` returns waterbed elevation in mDNG,
|
||||
surveyed surface and coverage. Current depth, volume and datum conversion stay
|
||||
unavailable without a compatible water-surface source. Selection analysis is
|
||||
bounded by `BATHYMETRY_RASTER_MAX_PIXELS` (30 million by default).
|
||||
|
||||
## Governed regional official-vector acquisition
|
||||
|
||||
The thematic raster registry includes forest and agricultural land-use masks
|
||||
|
||||
Reference in New Issue
Block a user