NetCDF files - BLVIEW - CL61

BL-View for CL61 User Guide

Document code
M212721EN
Revision
D
Language
English
Product
BLVIEW
CL61
Document type
User guide

Network Common Data Form (netCDF) is a set of software libraries and self-describing, machine-independent data formats that support the creation, access, and sharing of array oriented scientific data.

NetCDF data access libraries are available for Python, Java, and other programming languages.

For more information about netCDF, see https://www.unidata.ucar.edu/software/netcdf/.

The netCDF file format allows the grouping of data types into a single file. A netCDF file is made of one or several variables. Each variable consists of:

  • Data: value or a multidimensional table
  • Metadata: data that characterizes the data

For information about the netCDF conventions, see https://cfconventions.org/latest.html.