OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
openswmm::gpkg::formats::RaingageRow Struct Reference

One row of a raingage data file ("Standard" SWMM columnar). More...

#include <FormatTypes.hpp>

Collaboration diagram for openswmm::gpkg::formats::RaingageRow:

Public Attributes

std::string station_id
 Station identifier — typically a short ASCII tag.
 
double timestamp_oa = 0.0
 OADate-encoded timestamp.
 
double rainfall = 0.0
 Rainfall reading (inches or millimetres per SWMM units convention).
 

Detailed Description

One row of a raingage data file ("Standard" SWMM columnar).

Member Data Documentation

◆ rainfall

double openswmm::gpkg::formats::RaingageRow::rainfall = 0.0

Rainfall reading (inches or millimetres per SWMM units convention).

◆ station_id

std::string openswmm::gpkg::formats::RaingageRow::station_id

Station identifier — typically a short ASCII tag.

◆ timestamp_oa

double openswmm::gpkg::formats::RaingageRow::timestamp_oa = 0.0

OADate-encoded timestamp.


The documentation for this struct was generated from the following file: