OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
RaingageFormat.hpp File Reference

SWMM "Standard" raingage text-file parser / materialiser. More...

#include "FormatTypes.hpp"
#include <string>
#include <vector>
Include dependency graph for RaingageFormat.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

SWMM "Standard" raingage text-file parser / materialiser.

Slice IO-6d. Canonical "STD" form (one record per line, whitespace-delimited):

STA01 2026 01 01 06 00 0.10
STA01 2026 01 01 07 00 0.05
    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.
Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
License\n MIT License