feat: complete governed Walloon coverage sources
This commit is contained in:
@@ -2,6 +2,24 @@
|
||||
|
||||
Setup-, import-, demo- en maintenance-scripts voor GeoIntel.
|
||||
|
||||
## WALOUS source provisioning
|
||||
|
||||
Run the networked operator only after checking at least 2 GB of archive space
|
||||
plus room for the extracted official GeoTIFFs:
|
||||
|
||||
```bash
|
||||
python scripts/provision_walous_sources.py \
|
||||
--years 2020 2023 \
|
||||
--destination storage/source-cache/walous
|
||||
```
|
||||
|
||||
The command accepts only the hard-coded official SPW 2020/2023 archives,
|
||||
streams with a 1 GB per-archive cap, rejects changed content lengths, extracts
|
||||
only the single GeoTIFF by basename, validates the raster contract and writes
|
||||
checksums plus `provisioning-report.json`. Existing valid sources are reused;
|
||||
`--force` performs a new download. This is an operator acquisition, not an
|
||||
application startup task.
|
||||
|
||||
## Runtime verification
|
||||
|
||||
Inspect interrupted runtime state without changing it:
|
||||
|
||||
Reference in New Issue
Block a user