NetCDF Timestamp Mapper  1.0
Maps timestamps (and variables) to netCDF files using sqlite3.
tsm::TimestampMapper Member List

This is the complete list of members for tsm::TimestampMapper, including all inherited members.

createDirectory(const std::filesystem::path &path) const noexcepttsm::TimestampMapperprivate
createFileList(const std::filesystem::path &inputDirOrIndexFile, const std::string &regex) const tsm::TimestampMapperprivate
deleteIndexFile()tsm::TimestampMapperprivate
exec()tsm::TimestampMapper
fileOrDirExists(const std::filesystem::path &path) const tsm::TimestampMapperinlineprivate
m_databasetsm::TimestampMapperprivate
m_datasetNametsm::TimestampMapperprivate
m_datasetTypetsm::TimestampMapperprivate
m_dryRuntsm::TimestampMapperprivate
m_filesToIndexPathtsm::TimestampMapperprivate
m_indexFileExiststsm::TimestampMapperprivate
m_inputDirtsm::TimestampMapperprivate
m_outputDirtsm::TimestampMapperprivate
m_regenIndicestsm::TimestampMapperprivate
m_regexPatterntsm::TimestampMapperprivate
sanitizeDatasetName(const std::string &datasetName) const tsm::TimestampMapperinlineprivate
sanitizeDirectoryPath(const std::string &dirPath) const tsm::TimestampMapperinlineprivate
TimestampMapper(const std::filesystem::path &inputDir, const std::filesystem::path &outputDir, const std::string &datasetName, const std::string &regexPattern, const std::string &fileList, const ds::DATASET_TYPE datasetType, const bool regenIndices, const bool dryRun)tsm::TimestampMapper