Update downloader and river erosion

This commit is contained in:
2026-01-23 23:56:50 +01:00
parent 4c8f87755b
commit c68fbc4c35
6 changed files with 420 additions and 114 deletions

View File

@@ -198,6 +198,24 @@ TREES-ENHANCED:
---
### 7. River Erosion (Optional)
```
export_unity/height_png16/*.png ──► depth raster from HydroRIVERS (buffered by order)
export_unity/tile_index.csv ───────► bounds + scaling
Depth burn = MAX depth (emulated by sorting burns ascending + REPLACE)
export_unity/height_png16_river/{tile}.png
export_unity/tile_index_river_{vr|server}.csv
```
Notes:
- Uses `raw/hydrorivers/.../HydroRIVERS_v10_eu.shp` and runs after heightmap export.
- Rasterize merge supports only REPLACE/ADD; max-depth is achieved by ordered burns.
---
## File Format Reference
| Output | Format | Resolution | Purpose |