Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/sphinx/source/reference/location.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,23 @@ Methods for information about locations.
:toctree: generated/

location.lookup_altitude

A :py:class:`~pvlib.location.Location` object may be created from the
metadata returned by some file types.

.. autosummary::
:toctree: generated/

location.Location.from_tmy
location.Location.from_epw

Methods for calculating time series of certain variables for a given
location.

.. autosummary::
:toctree: generated/

location.Location.get_airmass
location.Location.get_solarposition
location.Location.get_sun_rise_set_transit
location.Location.get_clearsky
Loading