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

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

#include <memory>
#include <iostream>
#include <cassert>
#include <BESDebug.h>
#include <libdap/InternalErr.h>
#include <libdap/Str.h>
#include "HDF5GMCFFillIndexArray.h"
Include dependency graph for HDF5GMCFFillIndexArray.cc:

Go to the source code of this file.

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.

Definition in file HDF5GMCFFillIndexArray.cc.