mirror of
https://github.com/acamarata/nrel-spa.git
synced 2026-07-01 03:14:26 +00:00
63 lines
1.5 KiB
Markdown
63 lines
1.5 KiB
Markdown
[**nrel-spa v2.0.2**](../README.md)
|
|
|
|
***
|
|
|
|
[nrel-spa](../README.md) / SpaFormattedResult
|
|
|
|
# Interface: SpaFormattedResult
|
|
|
|
Defined in: [types.ts:65](https://github.com/acamarata/nrel-spa/blob/b52802f94b8c28a03228118f51c17ce21d4c14b3/src/types.ts#L65)
|
|
|
|
## Extended by
|
|
|
|
- [`SpaFormattedResultWithAngles`](SpaFormattedResultWithAngles.md)
|
|
|
|
## Properties
|
|
|
|
### azimuth
|
|
|
|
> **azimuth**: `number`
|
|
|
|
Defined in: [types.ts:69](https://github.com/acamarata/nrel-spa/blob/b52802f94b8c28a03228118f51c17ce21d4c14b3/src/types.ts#L69)
|
|
|
|
Topocentric azimuth angle, eastward from north (navigational convention), in degrees.
|
|
|
|
***
|
|
|
|
### solarNoon
|
|
|
|
> **solarNoon**: `string`
|
|
|
|
Defined in: [types.ts:73](https://github.com/acamarata/nrel-spa/blob/b52802f94b8c28a03228118f51c17ce21d4c14b3/src/types.ts#L73)
|
|
|
|
Local sun transit time as HH:MM:SS string. "N/A" during polar day/night.
|
|
|
|
***
|
|
|
|
### sunrise
|
|
|
|
> **sunrise**: `string`
|
|
|
|
Defined in: [types.ts:71](https://github.com/acamarata/nrel-spa/blob/b52802f94b8c28a03228118f51c17ce21d4c14b3/src/types.ts#L71)
|
|
|
|
Local sunrise time as HH:MM:SS string. "N/A" during polar day/night.
|
|
|
|
***
|
|
|
|
### sunset
|
|
|
|
> **sunset**: `string`
|
|
|
|
Defined in: [types.ts:75](https://github.com/acamarata/nrel-spa/blob/b52802f94b8c28a03228118f51c17ce21d4c14b3/src/types.ts#L75)
|
|
|
|
Local sunset time as HH:MM:SS string. "N/A" during polar day/night.
|
|
|
|
***
|
|
|
|
### zenith
|
|
|
|
> **zenith**: `number`
|
|
|
|
Defined in: [types.ts:67](https://github.com/acamarata/nrel-spa/blob/b52802f94b8c28a03228118f51c17ce21d4c14b3/src/types.ts#L67)
|
|
|
|
Topocentric zenith angle in degrees.
|