MATLAB: NetCDF into GeoTIFF/TIFF file conversion

geotiffnetcdftiff

I have lots of NetCDF files which I have to first read in MATLAB and then convert into TIFF files. As I am totally new to MATLAB kindly help.

Best Answer

First you need to read the netCDF file.....for this check ncdisp, ncinfo , ncread...Once you read the netCDf files. YOu can write the data into geotiff using geotiffwrite.
Read about:
Related Question