Temperature Dataset
data class TemperatureDataset(val code: String = "weather-surface_TMP_2-HTGL", val band: ColorBand = ColorBand.red, val dataRange: ClosedRange<Double>, val noData: Double? = null, val timeOffset: TimeInterval? = null) : EncodedDataset
Constructors
Link copied to clipboard
constructor(code: String = "weather-surface_TMP_2-HTGL", band: ColorBand = ColorBand.red, dataRange: ClosedRange<Double>, noData: Double? = null, timeOffset: TimeInterval? = null)