psu-efd / pyHMT2D

Python Hydraulic Modeling Tools - 2D
MIT License
73 stars 16 forks source link

Update process_RAS_2D_Data.py #1

Closed ali-mahdavi-mazdeh closed 3 years ago

ali-mahdavi-mazdeh commented 3 years ago

When I tried to run it I got an error. and then I found out that the train (constant_slope_channel.tif) is in folder: "\examples\compare_SRH_2D_RAS_2D\backwater_curves". There for I think it need to be changed.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

psu-efd commented 3 years ago

The missing file was excluded by the .gitignore file. I have added the terrain file. No need to change the example code. It makes more sense to put the terrain tif file where it belongs which is in "Terrain" folder.