WVDimensionAnnotation

Describes a coordinate dimension of the WVTransform


Declaration

classdef WVDimensionAnnotation < WVAnnotation

Overview

In addition to adding a name, description and detailed description of a given dimension, you also specify its units. These annotations are used for both online documentation and for writing to NetCDF files.

Note that as a subclass of WVAnnotation, this class looks for a file (name).md in the directory where it is defined another other subdirectories. This file is then read-in to the detailed description that is used on the website.

Topics