RoofSegmentSizeAndSunshineStats
import type { RoofSegmentSizeAndSunshineStats } from "https://googleapis.deno.dev/v1/solar:v1.ts";Information about the size and sunniness quantiles of a roof segment.
interface RoofSegmentSizeAndSunshineStats {
azimuthDegrees?: number;
boundingBox?: LatLngBox;
center?: LatLng;
pitchDegrees?: number;
planeHeightAtCenterMeters?: number;
stats?: SizeAndSunshineStats;
}§Properties
§
azimuthDegrees?: number
[src]Compass direction the roof segment is pointing in. 0 = North, 90 = East,
180 = South. For a "flat" roof segment (pitch_degrees very near 0),
azimuth is not well defined, so for consistency, we define it arbitrarily
to be 0 (North).
§
pitchDegrees?: number
[src]Angle of the roof segment relative to the theoretical ground plane. 0 = parallel to the ground, 90 = perpendicular to the ground.
§
planeHeightAtCenterMeters?: number
[src]The height of the roof segment plane, in meters above sea level, at the
point designated by center. Together with the pitch, azimuth, and center
location, this fully defines the roof segment plane.
§
stats?: SizeAndSunshineStats
[src]Total size and sunlight quantiles for the roof segment.