Open
Description
Running some ras models causes the following runtime errors. Currently testing to reproduce and further track down.
Current behavior:
\ras2fim\src\worker_fim_rasters.py:599: RuntimeWarning: invalid value encountered in double_scalars
int_max_depth = int(max(list_avg_depth) // flt_interval)
Expected behavior:
This seems to originate from within RAS (or is ras adjacent)
Steps to replicate behavior:
python ras2fim.py -w 07060002 -i \unpacked\07060002 -o \local_outputs\07060002 -p EPSG:26915 -n \ras2fim\national-datasets -r "C:\Program Files (x86)\HEC\HEC-RAS\6.0"
Screenshots:
Also a cause of vrt error referenced in #10