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