Wind Dataset
data class WindDataset(var code: String = "weather-surface_{component}GRD_10-HTGL", var band: ColorBand? = null, var dataRange: ClosedRange<Double> = -53.64..53.64, var noData: Double? = null, var timeOffset: TimeIntervalSeconds? = null, var component: VectorComponent) : EncodedDataset
Constructors
Link copied to clipboard
constructor(code: String = "weather-surface_{component}GRD_10-HTGL", band: ColorBand? = null, dataRange: ClosedRange<Double> = -53.64..53.64, noData: Double? = null, timeOffset: TimeIntervalSeconds? = null, component: VectorComponent)