sunshineQuantiles property

List<double>? sunshineQuantiles
getter/setter pair

Quantiles of the pointwise sunniness across the area.

If there are N values here, this represents the (N-1)-iles. For example, if there are 5 values, then they would be the quartiles (min, 25%, 50%, 75%, max). Values are in annual kWh/kW like max_sunshine_hours_per_year.

Implementation

core.List<core.double>? sunshineQuantiles;