Wind Dataset
data class WindDataset(val component: WindDataset.Component, val dataRange: ClosedRange<Double>, val code: String, val band: ColorBand = ColorBand.red, val noData: Double? = null) : EncodedDataset
Constructors
Link copied to clipboard
constructor(component: WindDataset.Component, dataRange: ClosedRange<Double>, code: String, band: ColorBand = ColorBand.red, noData: Double? = null)