nismod / open-gira

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

Investigate intersection.py core dump #125

Open thomas-fred opened 1 year ago

thomas-fred commented 1 year ago

workflow/scripts/intersection.py calls snail to split vector elements by a raster grid. Sometimes this script fails with a core dump.

Currently we cope with this by retrying the relevant rules (with available 3 retries, I haven't had an intersection invoking rule fail).

Alas we don't have any known bad input, will have to try and find some when investigating this bug.