-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Several pvlib functions take an index as one of the input parameters, however, it is inconsistent whether this parameter is called times
or time
.
I think we should document the preferred naming, add it to the symbols and variables list, and make an effort to standardize.
See a few examples below of TIME
:
pvlib-python/pvlib/solarposition.py
Line 30 in 4cfda4a
def get_solarposition(time, latitude, longitude, |
pvlib-python/pvlib/solarposition.py
Line 128 in 4cfda4a
def spa_c(time, latitude, longitude, pressure=101325, altitude=0, |
Line 120 in 4cfda4a
def localize_to_utc(time, location): |
Here's a few examples of TIMES
:
Line 424 in 4cfda4a
def _get_sample_intervals(times, win_length): |
pvlib-python/pvlib/solarposition.py
Line 392 in 4cfda4a
def sun_rise_set_transit_spa(times, latitude, longitude, how='numpy', |
pvlib-python/pvlib/solarposition.py
Line 1343 in 4cfda4a
def hour_angle(times, longitude, equation_of_time): |
RDaxini and adriesse
Metadata
Metadata
Assignees
Labels
No labels