Feels Like Dataset
data class FeelsLikeDataset(var code: String = "weather-surface_APTMP_2-HTGL", var band: ColorBand? = null, var dataRange: ClosedRange<Double> = -62.22..54.44, var noData: Double? = null, var timeOffset: TimeIntervalSeconds? = null) : EncodedDataset
Constructors
Link copied to clipboard
constructor(code: String = "weather-surface_APTMP_2-HTGL", band: ColorBand? = null, dataRange: ClosedRange<Double> = -62.22..54.44, noData: Double? = null, timeOffset: TimeIntervalSeconds? = null)