Wind Gust Dataset
data class WindGustDataset(val dataRange: ClosedRange<Double>, val code: String = "weather-surface_GUST_10-HTGL", val band: ColorBand = ColorBand.red, val noData: Double? = null) : EncodedDataset
Constructors
Link copied to clipboard
constructor(dataRange: ClosedRange<Double>, code: String = "weather-surface_GUST_10-HTGL", band: ColorBand = ColorBand.red, noData: Double? = null)