dan771
dan771
One way for huge optimizations would be to support natively Cupy or Cuspatial. I tried replacing the numpy import on the sys level with cupy however a few small inconsistencies...
When using sgrid and catchment with all the default configurations and discharge point outside of the extents of the grid, it just completely crashes the application without any exception or...
When running the smooth_DEM method, the open_output_files() function reference save_D8_Grids tries to insert 'unit8' which is not on dtype conversion map ncgs_files.py dtype_map. The conversion for 'unit8' is 'u1'.
I'm not sure if this is an issue relating to a newer python version but for some reason `time.sleep(float32(0.001))` on line 113 produces: `TypeError: 'numpy.float32' object cannot be interpreted as...