Skip to main content

Module classic

Module classic 

Source
Expand description

Classic (CDF-1/2/5) NetCDF file format support.

This module handles the original NetCDF binary format (CDF-1 classic, CDF-2 64-bit offset, and CDF-5 64-bit data). All multi-byte values are big-endian.

Modules§

data
Data reading for classic (CDF-1/2/5) NetCDF files.
header
Parse the NetCDF classic (CDF-1/2/5) binary header.
types
NC type mapping and helper functions for the classic (CDF-1/2/5) format.
variable
Variable-level read methods for classic NetCDF files.

Structs§

ClassicFile
An opened classic-format NetCDF file (CDF-1, CDF-2, or CDF-5).