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