Expand BWK nature data across Kempen
This commit is contained in:
@@ -1612,3 +1612,24 @@ REMOTE_PATH=/mnt/user/appdata/geointel
|
||||
REMOTE_REPO=gitea-widefrog:NuklearRabbit/geointel.git
|
||||
FRONTEND_URL=http://192.168.10.150:1202
|
||||
```
|
||||
|
||||
## Regional BWK/Natura 2000 state 2025
|
||||
|
||||
Prepare all official municipality partitions and inspect the combined manifest
|
||||
without persisting a Dataset:
|
||||
|
||||
```bash
|
||||
docker exec geointel python /app/scripts/provision_regional_bwk_natura2000.py --fetch-only
|
||||
```
|
||||
|
||||
Import the checksum-bound regional snapshot through DatasetService:
|
||||
|
||||
```bash
|
||||
docker exec geointel python /app/scripts/provision_regional_bwk_natura2000.py
|
||||
```
|
||||
|
||||
The command requires the canonical geographic-scope manifest and 28-member
|
||||
boundary artifact. Defaults cap each municipality at 30,000 source features and
|
||||
the assembled snapshot at 300,000 features. It never truncates silently, never
|
||||
writes `vector_features` directly and never turns the single 2025 state into a
|
||||
fabricated historical series.
|
||||
|
||||
Reference in New Issue
Block a user