storm-fsv-cvut / smoderp2d

SMODERP2D - Distributed event-based model for surface and subsurface runoff and erosion
https://storm-fsv-cvut.github.io/smoderp2d-manual/
GNU General Public License v3.0
9 stars 4 forks source link

hydrographs are not created with arcgis:data_preparation (see comment) #47

Closed jerabekjak closed 5 years ago

jerabekjak commented 5 years ago

Globals.points is equal to None in smoderp2d/runoff.py [1] even though points (for hydrographs) are set in toolbox wizard in arc map. [1] https://github.com/storm-fsv-cvut/smoderp2d/blob/6485f1d4c91c31f8042859112dff81427b80eec0/smoderp2d/runoff.py#L160

jerabekjak commented 5 years ago

Hydrographs created, the values inside are still not correct. @jerabekjak @landam

jerabekjak commented 5 years ago

The values in hydrographs are now correct, it was related to copy raster error and missing nodavavalue in arcgis provider (all described in the issue #46).