GoogleApi.Solar.V1.Model.SizeAndSunshineStats (google_api_solar v0.4.2)

View Source

Size and sunniness quantiles of a roof, or part of a roof.

Attributes

  • areaMeters2 (type: number(), default: nil) - The area of the roof or roof segment, in m^2. This is the roof area (accounting for tilt), not the ground footprint area.
  • groundAreaMeters2 (type: number(), default: nil) - The ground footprint area covered by the roof or roof segment, in m^2.
  • sunshineQuantiles (type: list(number()), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Solar.V1.Model.SizeAndSunshineStats{
  areaMeters2: number() | nil,
  groundAreaMeters2: number() | nil,
  sunshineQuantiles: [number()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.