NetCDF4 to GeoTIFF #313
-
Using the leafmap tutorial 52 https://leafmap.org/notebooks/52_netcdf/ i was able to generate one tiff. In my NetCDF4 file i have monthly data (Variable: pgwuse) from 1901 to 2016 (116 * 12 = 1392). Is it possible to export monthly data to geotiff ? import leafmap xarray.Dataset tif = 'pgwuse.tif' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can use rioxarray to convert netCDF to GeoTIFF |
Beta Was this translation helpful? Give feedback.
You can use rioxarray to convert netCDF to GeoTIFF
https://gis.stackexchange.com/a/329141