#include <DatasetDesc.hpp>
tsm::ds::DatasetDesc::DatasetDesc |
( |
const std::vector< std::filesystem::path > & |
filePaths, |
|
|
const DATASET_TYPE |
type |
|
) |
| |
|
explicit |
void tsm::ds::DatasetDesc::createAndAppendNCFileDesc |
( |
const std::filesystem::path & |
path | ) |
|
|
private |
std::optional< std::string > tsm::ds::DatasetDesc::findTimeDim |
( |
const netCDF::NcFile & |
ncFile | ) |
const |
|
inlineprivate |
std::vector< VariableDesc > tsm::ds::DatasetDesc::getNCFileVariables |
( |
const netCDF::NcFile & |
ncFile | ) |
const |
|
private |
std::optional< std::vector< timestamp_t > > tsm::ds::DatasetDesc::getTimestampValues |
( |
const netCDF::NcFile & |
ncFile | ) |
const |
|
private |
auto tsm::ds::DatasetDesc::isForecast |
( |
| ) |
const |
|
inlinenoexcept |
auto tsm::ds::DatasetDesc::isHistorical |
( |
| ) |
const |
|
inlinenoexcept |
std::optional< netCDF::NcFile > tsm::ds::DatasetDesc::openNCFile |
( |
const std::filesystem::path & |
path | ) |
const |
|
private |
auto tsm::ds::DatasetDesc::operator! |
( |
| ) |
const |
|
inline |
std::vector<NCFileDesc> tsm::ds::DatasetDesc::m_ncFiles |
|
private |
The documentation for this class was generated from the following files: