-
Notifications
You must be signed in to change notification settings - Fork 113
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
Open python file in result #448
Comments
They are not python files but float binary files. You can use the tools described in the following pages: |
What format in that file and Can I convert that file to other formats, like 'txt' ; 'JSON' ; 'CSV' ; etc Does that use a 'netcdf' format file? |
The file format is HDF5 and float binary. You can convert the file to GeoTIFF using the tools I mentioned above, and can be further converted to txt, e.g., by gdal2xyz. |
I don't think so, but maybe you can try general tools for HDF5. Please search for yourself. |
Most values are NaN around the edge, but there should be non-NaN values around the center. |
Try using cum_filt.h5 instead of cum.h5. |
Or use --nomask option. |
In that tutorial, I only chose specific coordinates. Can I choose my specific date instead? |
EQA.dem_par should already exist and you don't need to create it yourself. |
I want to open Python files like 'vel.file' ; 'vstd' ; 'vintercept' ; etc for my research analysis
How can I open that files
The text was updated successfully, but these errors were encountered: