NetCDF Timestamp Mapper
1.0
Maps timestamps (and variables) to netCDF files using sqlite3.
|
Namespaces | |
cli | |
ds | |
utils | |
Classes | |
class | Database |
class | TimestampMapper |
Functions | |
template<typename T , typename = typename std::enable_if_t<std::is_arithmetic_v<T>, T>> | |
auto | toString (const T numeric) |
Convert numeric value to std::string properly. More... | |
auto tsm::toString | ( | const T | numeric | ) |
Convert numeric value to std::string properly.