We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4089dd9 commit e7f1f91Copy full SHA for e7f1f91
1 file changed
docs/sphinx/source/reference/location.rst
@@ -9,3 +9,23 @@ Methods for information about locations.
9
:toctree: generated/
10
11
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
26
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