![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
SWMM "Standard" raingage text-file parser / materialiser. More...
Go to the source code of this file.
Namespaces | |
| namespace | openswmm |
| namespace | openswmm::gpkg |
| namespace | openswmm::gpkg::formats |
Functions | |
| FormatResult | openswmm::gpkg::formats::parseRaingageStd (const std::string &path, std::vector< RaingageRow > &rows) |
| FormatResult | openswmm::gpkg::formats::writeRaingageStd (const std::string &path, const std::vector< RaingageRow > &rows) |
SWMM "Standard" raingage text-file parser / materialiser.
Slice IO-6d. Canonical "STD" form (one record per line, whitespace-delimited):
Columns: station_id, year, month, day, hour, minute, value.
Comment lines beginning with `;` are skipped. NWS and NCDC
DSI-3240 variants are deferred behind the plugin SDK per the
plan ยง3.6.