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