![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
User-CSV climate file — parser + materialiser. More...
#include "ClimateFormat.hpp"#include <algorithm>#include <cctype>#include <cstdio>#include <cstring>#include <string>#include <unordered_map>Namespaces | |
| namespace | openswmm |
| namespace | openswmm::gpkg |
| namespace | openswmm::gpkg::formats |
Functions | |
| FormatResult | openswmm::gpkg::formats::parseClimateCsv (const std::string &path, std::vector< ClimateRow > &rows) |
| FormatResult | openswmm::gpkg::formats::writeClimateCsv (const std::string &path, const std::vector< ClimateRow > &rows) |
User-CSV climate file — parser + materialiser.