NetCDF Data Exploratory Intro

NetCDF (Network Common Data Form) is the standard binary format used by meteorological agencies (e.g. ECMWF, NOAA, Météo-France), oceanographic institutions, and climate modeling centers worldwide for sharing array-oriented scientific data.

Opening a NetCDF File

You can open any .nc, .ncml, .nc3, .nc4, .cdf, or .hdf5 file by double-clicking it in the Project Explorer or dragging it into the editor area.

The file opens in the NetCDF Multi-Page Editor (NetCDFMultiPageEditor), which provides:

NetCDF Multi-Page Editor

Visualizing Variables

  1. In the tree view, locate a 2D, 3D, or 4D variable (e.g. air_temperature_2m or relative_humidity_2m).
  2. Double-click the variable or right-click and select Visualize Variable.
  3. In the dimension selection dialog, choose the two display axes (e.g. X and Y, or lon and lat).
  4. The NetCDF Plot View (NetCDFPlotView) opens and renders the variable heatmap.

NetCDF Variable Plot

Navigating Extra Dimensions

When visualizing multi-dimensional variables (such as [time, height, y, x]):

Note Missing values and fill values defined in variable attributes (e.g. _FillValue or missing_value) are automatically detected and rendered as transparent pixels.