Convert NetCDF (.nc) to GEOTIFF
问题 I have .nc file sizing around 300MB with a couple of datasets ( TEMP , DEWPOINT ) forecast data. I need to convert ( TEMP ) dataset to multiple GEOTIFF (one .tif for each time slice). Here is how the .nc file looks like. Looked into this answer but it seems to be for the whole dataset. I tried GDAL but not sure how to make it work for each time slice. Any thoughts? netcdf4 -python? 回答1: gdal has a gdal_translate option that will allow you to do this to translate the file from .nc to .tiff .