feat: provision regional Kempen buildings
This commit is contained in:
@@ -956,6 +956,22 @@ Use `--fetch-only` for a source/geometry/checksum audit. The scope pass does
|
||||
not fetch thematic GRB, population or land-use data; those remain separate,
|
||||
bounded operator jobs.
|
||||
|
||||
Provision the regional GRB building theme after the scope pass:
|
||||
|
||||
```bash
|
||||
docker exec geointel python /app/scripts/provision_regional_grb_buildings.py \
|
||||
--scope kempen-transport-region
|
||||
```
|
||||
|
||||
The operator retains 28 checksummed municipality partitions but exposes one
|
||||
normal regional reference dataset. `StorageService` copies the combined
|
||||
artifact without materializing it as upload bytes; `DatasetService` creates
|
||||
the Dataset and immutable DatasetVersion; `VectorFeatureService` validates and
|
||||
flushes partition features in bounded batches. The transaction must index the
|
||||
exact manifest feature count or it rolls back and removes the managed copy.
|
||||
No public API contract or provider readiness claim is changed by this
|
||||
operator-only path.
|
||||
|
||||
## Temporal Mol data and evolution
|
||||
|
||||
Dataset uploads accept `temporal_series_key`, `observed_at`, `valid_from`,
|
||||
|
||||
Reference in New Issue
Block a user