Tools

TROPESS products are written in NetCDF format. The following link provides a list of software and tools for manipulating and displaying NetCDF (*.nc) data files: https://www.unidata.ucar.edu/software/netcdf/software.html

Code examples for product usage from different programming languages, including Python, Matlab, and IDL, are available at: https://github.com/NASA-TROPESS

Command Line Utilities

The ncdump tool can be used as a simple browser, to display the dimension names and sizes; variable names, types, and shapes; attribute names and values; and optionally, the values of data for all variables or selected variables in a netCDF file. The most common use of ncdump is with the -h option, in which only the header information is displayed.

For details see: https://www.unidata.ucar.edu/software/netcdf/workshops/2011/utilities/Ncdump.html

GUI Tools

Panoply: Panoply as a good generic and free visualization tool for any netCDF file and is available here: https://www.giss.nasa.gov/tools/panoply/

HDFView: HDFView is a visual tool for browsing and editing HDF files and can also be used with netCDF files. It can be downloaded from here: https://www.hdfgroup.org/downloads/hdfview/