Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SizeAndSunshineStats

import type { SizeAndSunshineStats } from "https://googleapis.deno.dev/v1/solar:v1.ts";

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

interface SizeAndSunshineStats {
areaMeters2?: number;
groundAreaMeters2?: number;
sunshineQuantiles?: number[];
}

§Properties

§
areaMeters2?: number
[src]

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?: number
[src]

The ground footprint area covered by the roof or roof segment, in m^2.

§
sunshineQuantiles?: number[]
[src]

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.