nrel-spa/.github/wiki/api/interfaces/SpaFormattedResultWithAngles.md

2.3 KiB

nrel-spa v2.0.2


nrel-spa / SpaFormattedResultWithAngles

Interface: SpaFormattedResultWithAngles

Defined in: types.ts:97

Extends

Properties

angles

angles: SpaFormattedAnglesResult[]

Defined in: types.ts:99

Custom angle results with formatted times.


azimuth

azimuth: number

Defined in: types.ts:69

Topocentric azimuth angle, eastward from north (navigational convention), in degrees.

Inherited from

SpaFormattedResult.azimuth


solarNoon

solarNoon: string

Defined in: types.ts:73

Local sun transit time as HH:MM:SS string. "N/A" during polar day/night.

Inherited from

SpaFormattedResult.solarNoon


sunrise

sunrise: string

Defined in: types.ts:71

Local sunrise time as HH:MM:SS string. "N/A" during polar day/night.

Inherited from

SpaFormattedResult.sunrise


sunset

sunset: string

Defined in: types.ts:75

Local sunset time as HH:MM:SS string. "N/A" during polar day/night.

Inherited from

SpaFormattedResult.sunset


zenith

zenith: number

Defined in: types.ts:67

Topocentric zenith angle in degrees.

Inherited from

SpaFormattedResult.zenith