bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
HDF5GMCFFillIndexArray.h File Reference

This class includes the methods to read data array into DAP buffer from an HDF5 dataset for the CF option. More...

#include <string>
#include <vector>
#include "HDF5CF.h"
#include "HDF5BaseArray.h"
Include dependency graph for HDF5GMCFFillIndexArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HDF5GMCFFillIndexArray
 

Detailed Description

This class includes the methods to read data array into DAP buffer from an HDF5 dataset for the CF option.

It is implemented to address the netCDF dimension without the dimensional scale. Since the HDF5 default fill value

(0 for most platforms) fills in this dimension dataset, this will cause confusions for users.

So the handler will fill in index number(0,1,2,...) just as the handling of missing coordinate variables.

Author
Kent Yang myang.nosp@m.6@hd.nosp@m.fgrou.nosp@m.p.or.nosp@m.g

Definition in file HDF5GMCFFillIndexArray.h.