-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version of gridded data #160
Comments
I am trying to access to file : https://github.com/HydrologicEngineeringCenter/dss-test-data/blob/ed944e53f66bf68c5977195a71ff2502faa9c05f/grid/v7snow_with_date.dss |
OK, got it, I've seen how to handle this here: https://github.com/HydrologicEngineeringCenter/hec-dss/tree/master/heclib/grid |
That directory hec-dss/heclib/grid is for read only support for DSS version 6 grids. DSS 6 will be deprecated in the future. Here is an example program that creates DSS 7 grids from a tiff file. Here are some notes about DSS6 and DSS7. |
@ktarbet , thanks a lot! It helps me a lot to write a valid DSS grid. |
Hi,
I am playing a bit with gridded data in DSS files. I am trying to access to some gridded data, but I am stuck at the level of
gridStruct->_structVersion
that has to be equal toVERSION_100
to be able to be read, see here:hec-dss/heclib/heclib_c/src/Public/zspatialGridRetrieve.c
Line 245 in 689d3ca
I am wondering what is defining this version records in HEC world.
Thanks.
The text was updated successfully, but these errors were encountered: