Humidity Dataset
data class HumidityDataset(val code: String = "weather-surface_RH_2-HTGL", val band: ColorBand = ColorBand.blue, val dataRange: ClosedRange<Double>, val noData: Double? = null) : EncodedDataset
Constructors
Link copied to clipboard
constructor(code: String = "weather-surface_RH_2-HTGL", band: ColorBand = ColorBand.blue, dataRange: ClosedRange<Double>, noData: Double? = null)