[GIS] NetCDF to Geotiff file conversion

envigeotiff-tiffnetcdf

How would I convert NetCDF files to Geotiff format? The data I am using is air temperature data that comes from the Climatic Research Institute and I want to display it on ENVI. I am not familiar with writing codes or scripts.

Best Answer

GDAL supports NetCDF: http://www.gdal.org/frmt_netcdf.html

gdal_translate input.cdf output.tif