Dew Point Dataset
data class DewPointDataset(var code: String = "weather-surface_DPT_2-HTGL", var band: ColorBand? = null, var dataRange: ClosedRange<Double> = -84.44..32.22, var noData: Double? = null, var timeOffset: TimeIntervalSeconds? = null) : EncodedDataset
Constructors
Link copied to clipboard
constructor(code: String = "weather-surface_DPT_2-HTGL", band: ColorBand? = null, dataRange: ClosedRange<Double> = -84.44..32.22, noData: Double? = null, timeOffset: TimeIntervalSeconds? = null)