[GIS] Convert GeoTiff files to netCDF

geotiff-tiffnetcdf

i am carrying out a research on dust, i have a low programming skills, but in order for me to do this effectively, i need to determine the soil moisture of the study area. But the soil moisture files i have are in GeoTiff format, can anyone suggest how to convert these files from a GeoTiff to NetCDF file.

Best Answer

This can be easily done with GDAL using the code: gdal_translate -of netCDF input.tif output.nc Please got through the site once. I am sure someone would have answered this already.