NetCDF Timestamp Mapper
1.0
Maps timestamps (and variables) to netCDF files using sqlite3.
|
This is the complete list of members for tsm::TimestampMapper, including all inherited members.
createDirectory(const std::filesystem::path &path) const noexcept | tsm::TimestampMapper | private |
createFileList(const std::filesystem::path &inputDirOrIndexFile, const std::string ®ex) const | tsm::TimestampMapper | private |
deleteIndexFile() | tsm::TimestampMapper | private |
exec() | tsm::TimestampMapper | |
fileOrDirExists(const std::filesystem::path &path) const | tsm::TimestampMapper | inlineprivate |
m_database | tsm::TimestampMapper | private |
m_datasetName | tsm::TimestampMapper | private |
m_datasetType | tsm::TimestampMapper | private |
m_dryRun | tsm::TimestampMapper | private |
m_filesToIndexPath | tsm::TimestampMapper | private |
m_indexFileExists | tsm::TimestampMapper | private |
m_inputDir | tsm::TimestampMapper | private |
m_outputDir | tsm::TimestampMapper | private |
m_regenIndices | tsm::TimestampMapper | private |
m_regexPattern | tsm::TimestampMapper | private |
sanitizeDatasetName(const std::string &datasetName) const | tsm::TimestampMapper | inlineprivate |
sanitizeDirectoryPath(const std::string &dirPath) const | tsm::TimestampMapper | inlineprivate |
TimestampMapper(const std::filesystem::path &inputDir, const std::filesystem::path &outputDir, const std::string &datasetName, const std::string ®exPattern, const std::string &fileList, const ds::DATASET_TYPE datasetType, const bool regenIndices, const bool dryRun) | tsm::TimestampMapper |