nrel-spa/.github/wiki/api/interfaces/SpaFormattedResult.md
Aric Camarata b52802f94b docs: add TypeDoc API generation (typedoc@0.28.19 + typedoc-plugin-markdown@4.11.0)
Add typedoc and typedoc-plugin-markdown as devDependencies. Add typedoc.json config
targeting src/index.ts with markdown output to .github/wiki/api. Add docs script to
package.json. Generate initial API reference pages.

Part of T-E8-03 — TypeDoc automation for all 12 JS/TS packages.
2026-05-30 16:41:57 -04:00

1.5 KiB

nrel-spa v2.0.2


nrel-spa / SpaFormattedResult

Interface: SpaFormattedResult

Defined in: types.ts:65

Extended by

Properties

azimuth

azimuth: number

Defined in: types.ts:69

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


solarNoon

solarNoon: string

Defined in: types.ts:73

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


sunrise

sunrise: string

Defined in: types.ts:71

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


sunset

sunset: string

Defined in: types.ts:75

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


zenith

zenith: number

Defined in: types.ts:67

Topocentric zenith angle in degrees.