Skip to content

Commit e7f1f91

Browse files
committed
Add location class functions to location documentation section
1 parent 4089dd9 commit e7f1f91

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

docs/sphinx/source/reference/location.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,23 @@ Methods for information about locations.
99
:toctree: generated/
1010

1111
location.lookup_altitude
12+
13+
A :py:class:`~pvlib.location.Location` object may be created from the
14+
metadata returned by some file types.
15+
16+
.. autosummary::
17+
:toctree: generated/
18+
19+
location.Location.from_tmy
20+
location.Location.from_epw
21+
22+
Methods for calculating time series of certain variables for a given
23+
location.
24+
25+
.. autosummary::
26+
:toctree: generated/
27+
28+
location.Location.get_airmass
29+
location.Location.get_solarposition
30+
location.Location.get_sun_rise_set_transit
31+
location.Location.get_clearsky

0 commit comments

Comments
 (0)