-
Notifications
You must be signed in to change notification settings - Fork 7
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
converting an "CSV" / "ASCII Gridded XYZ" file to grid DSS #90
Comments
I looked at the files in P_data.zip and they don't have an extension. It will be difficult to impossible to do a conversion on an unknown file type. I would go back to the originator and try to determine the file type. |
@tombrauer the data is an hourly forecasted precipitation. Opening it in QGIS it shows this information : Data type Float32 - Thirty two bit floating point |
If the data is ASCII, add the |
Unfortunately, it is still not working. I think of using HEC MetVue which is supposed to handle this. I remain open to other suggestions Thanks |
@bayejja-Med I don't know of this as a conventional file type. Vortex has not been programmed to recognize it. I would use a programmatic approach, i.e. scripting, to get the data into HEC-DSS. |
I had a similar request to convert a non-standard CSV data to DSS. I suggested first converting data to ASCII grid format; Perhaps multiple ASCII files, one for each grid. Here is an example: https://github.com/HydrologicEngineeringCenter/DSSVue-Example-Scripts/blob/master/src/grids |
Hello everybody,
I wonder to know how to make a first conversion to one of the supported formats of Vortex (nc; grib; hdf; asc) in order to generate a dss dataset later.
here is my initial dataset :
P_data.zip
Thanks
The text was updated successfully, but these errors were encountered: