• NSIDC's website will undergo planned maintenance on Wednesday, January 15, from 10 a.m. to 12 p.m. (U.S. Mountain Time). During this time, the NSIDC.org website and most NSIDC data access may be briefly unavailable.

How to convert NetCDF variables to GeoTIFF

This article illustrates the how to convert NetCDF variables to single-band GeoTIFFs. You will need to have the Geospatial Data Abstraction Library (GDAL, http://gdal.org/) installed on your system before continuing.

Once you have acquired the NetCDF file of the tile(s) you are interested in and have GDAL installed, you may execute the following command: 

gdal_translate NETCDF:"Input_FileName.nc":variable_name Output_FileName.tif

You should now have a single-band tif containing the variable of interest with associated metadata.

A specific example for the GoLIVE vv_masked variable is shown below:
​gdal_translate NETCDF:"L8_060_018_016_2013_330_2013_346_v1.nc":vv_masked GoLIVE-vv_masked.tif

 

Last Updated January 2018