Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StationStream

A reference to a weather stream/station used by a scenario.

Hierarchy

  • StationStream

Index

Properties

primaryStream

primaryStream: boolean

Is this the primary stream attached to the scenario.

station

station: string

The name of the weather station.

stream

stream: string

The name of the weather stream.

streamOptions

streamOptions: StreamOptions | null = null

Optional settings that determine how sub-scenarios will be created if multiple weather streams are referenced.

Methods

checkValid

  • Find all errors that may exist in the weather stream reference.

    Returns Array<ValidationError>

    A list of errors that were found.

isValid

  • isValid(): boolean
  • Returns boolean