civicmapper / culvert-toolkit

GIS tools designed to support analysis of culvert performance within their watershed
https://civicmapper.github.io/culvert-toolkit/
Apache License 2.0
0 stars 0 forks source link

Handle missing or no rainfall rasters #34

Open gassc opened 11 months ago

gassc commented 11 months ago

A user encountered an issue where the rainfall download tool rain successfully, but generated an empty JSON file. The culvert calculator ran too, but without rainfall rasters, all peak flow estimates were empty. The telltale sign (other than the empty output) was that the processing time for calculating average rainfall per catchment per storm frequency was 0. None of that should have happened.

This should be handled:

gassc commented 11 months ago

We also need to investigate why the rainfall download tool is not downloading anything. If it doesn't, it should obviously fail too.