Visibility Dataset
data class VisibilityDataset(var code: String = "weather-surface_VIS_0-SFC", var band: ColorBand? = null, var dataRange: ClosedRange<Double> = 0.0..16093.4, var noData: Double? = null, var timeOffset: TimeIntervalSeconds? = null) : EncodedDataset
Constructors
Link copied to clipboard
constructor(code: String = "weather-surface_VIS_0-SFC", band: ColorBand? = null, dataRange: ClosedRange<Double> = 0.0..16093.4, noData: Double? = null, timeOffset: TimeIntervalSeconds? = null)