nismod / open-gira

Open-data Global Infrastructure Risk/Resilience Analysis
https://nismod.github.io/open-gira/
MIT License
12 stars 3 forks source link

postprocess output to raster #55

Closed tomalrussell closed 2 years ago

tomalrussell commented 2 years ago

see https://github.com/nismod/open-gira/blob/cea3fe016a04507bdeb219dd63f2ad31c9430e14/explore-plot.ipynb

mjaquiery commented 2 years ago

The output should yield one .tif file per hazard raster file with values = length of road exposed to flood depth >= some threshold defined in config

mjaquiery commented 2 years ago

Current pipeline produces .geoparquet files with cell indices for hazard raster cells and road lengths and hazard data. We need to filter by hazard data >= threshold, then sum over road lengths.