UW-SASWE / RAT

Reservoir Assessment Tool
http://satellitedams.net
GNU General Public License v3.0
22 stars 3 forks source link

GDAL translate command not working for netCDF files #117

Closed SarathUW closed 2 hours ago

SarathUW commented 2 hours ago

RAT step 1 fails to pre-process temp and wind data in netcdf format due to issue with gdal translate command. image

SarathUW commented 2 hours ago

Solved: It is an issue of dependency of gdal on subpackages to process HDF5 files Solution: Install gdal subpackage libgdal-hdf5 (similar issues regarding grib files can be solved by installing the respective subpackage)

install command: conda install -c conda-forge libgdal-hdf5