Gyan Basyal
Gyan Basyal
You are right. utils.py was missing SHG_WKT value. I have added statement to import this value. You may copy util.py from repository to your install location. I will update the...
You can find the value of SHG_SRC_DEFINITION in the header [file](https://github.com/gyanz/pydsstools/blob/master/pydsstools/src/external/dss/headers/zStructSpatialGrid.h). Which version of HEC-DSSVue are you using?
Can you post pathname for the grid record? It may have incorrect D- and E- parts.
The install location is not supposed to have the external folder. The external folder is used while building the library from source. The purpose of the wheel files is to...
SHG is an standard grid system for United States. Are you sure your xmin and ymax values are consistent with SHG grid?
@dloney Can you please post or attach simplified code that causes the I/O failure?
Thanks @dloney. Can you also post the python error message?
@dloney This problem is not easy to debug as it involves parallel programming. It would help me if you can provide simplified code that captures gist of what your original...
I think this library is not thread safe since the extension module that wraps the C/C++ libraries uses global variables and python objects. The C/C++ functions and classes themselves may...
I use GCC 9.3. You can find the dependencies in README.