We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4e06e commit 2b28ffcCopy full SHA for 2b28ffc
docs/sphinx/source/reference/location.rst
@@ -9,3 +9,22 @@ Methods for information about locations.
9
:toctree: generated/
10
11
location.lookup_altitude
12
+
13
+Classes
14
+-------
15
+.. autosummary::
16
+ :toctree: generated/
17
18
+ location.Location
19
+A :py:class:`~pvlib.location.Location` object may be created from the
20
+metadata returned by these file types:
21
22
23
24
25
+ location.Location.from_tmy
26
+ location.Location.from_epw
27
28
+Methods for calculating time series of certain variables for a given
29
+location are available through this class.
30
0 commit comments