bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
The implementation of methods to read data array into DAP buffer from an HDF5 dataset for the CF option. More...
#include <iostream>
#include <BESDebug.h>
#include <sys/stat.h>
#include <libdap/InternalErr.h>
#include <libdap/Str.h>
#include "HDF5RequestHandler.h"
#include "HDF5CFArray.h"
#include "h5cfdaputil.h"
#include "ObjMemCache.h"
Go to the source code of this file.
The implementation of methods to read data array into DAP buffer from an HDF5 dataset for the CF option.
In the future, this may be merged with the default option.
Definition in file HDF5CFArray.cc.