@@ -285,7 +285,7 @@ def spa_python(time, latitude, longitude,
285
285
Calculate the solar position using a python implementation of the
286
286
NREL SPA algorithm.
287
287
288
- The details of the NREL SPA algorithm are described in [1]_.
288
+ The details of the NREL SPA algorithm are described in [1]_, [2]_ .
289
289
290
290
If numba is installed, the functions can be compiled to
291
291
machine code and the function can be multithreaded.
@@ -328,25 +328,26 @@ def spa_python(time, latitude, longitude,
328
328
-------
329
329
DataFrame
330
330
The DataFrame will have the following columns:
331
- apparent_zenith (degrees),
332
- zenith (degrees),
333
- apparent_elevation (degrees),
334
- elevation (degrees),
335
- azimuth (degrees),
336
- equation_of_time (minutes).
337
331
332
+ - apparent_zenith (degrees),
333
+ - zenith (degrees),
334
+ - apparent_elevation (degrees),
335
+ - elevation (degrees),
336
+ - azimuth (degrees),
337
+ - equation_of_time (minutes).
338
338
339
339
References
340
340
----------
341
341
.. [1] I. Reda and A. Andreas, Solar position algorithm for solar
342
342
radiation applications. Solar Energy, vol. 76, no. 5, pp. 577-589, 2004.
343
+ :doi:`10.1016/j.solener.2003.12.003`.
343
344
344
345
.. [2] I. Reda and A. Andreas, Corrigendum to Solar position algorithm for
345
346
solar radiation applications. Solar Energy, vol. 81, no. 6, p. 838,
346
- 2007.
347
+ 2007. :doi:`10.1016/j.solener.2007.01.003`.
347
348
348
- .. [3] USNO delta T:
349
- https://maia.usno.navy.mil/products/deltaT
349
+ .. [3] `U.S. Naval Observatory, delta T
350
+ < https://maia.usno.navy.mil/products/deltaT>`_
350
351
351
352
See also
352
353
--------
0 commit comments