Class NetCDFImageReader

All Implemented Interfaces:
InitializingReader, FileSetManager

public class NetCDFImageReader extends GeoSpatialImageReader implements FileSetManager
Base implementation for NetCDF-CF image flat reader. Pixels are assumed organized according the COARDS convention (a precursor of CF Metadata conventions), i.e. in (t,z,y,x) order, where x varies faster. The image is created from the two last dimensions (x,y).

Each ImageIndex corresponds to a 2D-slice of NetCDF.

NetCDFImageReader is a ImageReader able to create RenderedImage from NetCDF-CF sources.

Author:
Alessio Fabiani, GeoSolutions, Simone Giannecchini, GeoSolutions