mirror of
https://github.com/acamarata/nrel-spa.git
synced 2026-07-01 11:24:25 +00:00
63 lines
1.4 KiB
Markdown
63 lines
1.4 KiB
Markdown
[**nrel-spa v2.0.2**](../README.md)
|
|
|
|
***
|
|
|
|
[nrel-spa](../README.md) / SpaResult
|
|
|
|
# Interface: SpaResult
|
|
|
|
Defined in: [types.ts:52](https://github.com/acamarata/nrel-spa/blob/b52802f94b8c28a03228118f51c17ce21d4c14b3/src/types.ts#L52)
|
|
|
|
## Extended by
|
|
|
|
- [`SpaResultWithAngles`](SpaResultWithAngles.md)
|
|
|
|
## Properties
|
|
|
|
### azimuth
|
|
|
|
> **azimuth**: `number`
|
|
|
|
Defined in: [types.ts:56](https://github.com/acamarata/nrel-spa/blob/b52802f94b8c28a03228118f51c17ce21d4c14b3/src/types.ts#L56)
|
|
|
|
Topocentric azimuth angle, eastward from north (navigational convention), in degrees.
|
|
|
|
***
|
|
|
|
### solarNoon
|
|
|
|
> **solarNoon**: `number`
|
|
|
|
Defined in: [types.ts:60](https://github.com/acamarata/nrel-spa/blob/b52802f94b8c28a03228118f51c17ce21d4c14b3/src/types.ts#L60)
|
|
|
|
Local sun transit time (solar noon) as fractional hours.
|
|
|
|
***
|
|
|
|
### sunrise
|
|
|
|
> **sunrise**: `number`
|
|
|
|
Defined in: [types.ts:58](https://github.com/acamarata/nrel-spa/blob/b52802f94b8c28a03228118f51c17ce21d4c14b3/src/types.ts#L58)
|
|
|
|
Local sunrise time as fractional hours.
|
|
|
|
***
|
|
|
|
### sunset
|
|
|
|
> **sunset**: `number`
|
|
|
|
Defined in: [types.ts:62](https://github.com/acamarata/nrel-spa/blob/b52802f94b8c28a03228118f51c17ce21d4c14b3/src/types.ts#L62)
|
|
|
|
Local sunset time as fractional hours.
|
|
|
|
***
|
|
|
|
### zenith
|
|
|
|
> **zenith**: `number`
|
|
|
|
Defined in: [types.ts:54](https://github.com/acamarata/nrel-spa/blob/b52802f94b8c28a03228118f51c17ce21d4c14b3/src/types.ts#L54)
|
|
|
|
Topocentric zenith angle in degrees.
|