Class CommonDataModelNCReader

All Implemented Interfaces:
GridSubsetReader, NCSD

public class CommonDataModelNCReader extends NCReader
The CommonDataModelNCReader class reads Java NetCDF API accessible datasets and attempts to use any metadata and geographic referencing information that the NetCDF layer provides. If a data variable is found that has two geographic axes but also time and/or level axes, the variable data is expanded to a series of 2D variables by extending the variable name for each non-geographic axis. Datasets must:
  • have the same earth transform for all grids, and
  • use either a geographic map projection with equally spaced lat/lon intervals, or a swath-style map projection with lat/lon data variables provided (since 3.3.1).
Since:
3.2.0
Author:
Peter Hollemans