NetCDFGroup

A group of NetCDF variables, dimensions, attributes, and child groups.


Declaration

classdef NetCDFGroup < handle

Overview

NetCDFGroup represents a single NetCDF group (including the root group) and provides a uniform interface for:

  • Creating and registering coordinate dimensions (and their coordinate variables)
  • Creating, registering, and reading variables (real and complex)
  • Creating and traversing a group hierarchy
  • Managing group-level (global) attributes

Typical usage is through NetCDFFile, which constructs the root group and then exposes methods that delegate to this class.

Topics



This site uses Just the Docs, a documentation theme for Jekyll.