NOAA-OWP/ras2fim

[5pt] Critical bug. Invalid Int error

Closed this issue · 1 comments

During a large scale test, the following error was found.

Image

Scenario:

  • got all of the models for 12030106 (776 models)
  • downloaded the correct ras2fim dem by hand
  • ran ras2fim on it.

ie)
clear ; $huc = '12030106' ; $proj = 'EPSG:2276' ; $source_code = 'ble' ; python ./tools/s3_get_models.py -s s3://ras2fim/OWP_ras_models/OWP_ras_models_catalog.csv -u $huc -p $proj -sc $source_code -tm C:\ras2fim_data\OWP_ras_models\models-$huc-v2-full

python ./src/ras2fim.py -w 12030106 -p EPSG:2276 -sc ble -i C:\ras2fim_data\OWP_ras_models\models-${huc}-v2-full

PLUS... it said only 44 models made passed conflation?