Skip to content

Commit bcb13a3

Browse files
committed
¿? Add warning into oedi example just in case
1 parent 29fd64a commit bcb13a3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/examples/system-models/NX_oedi_9068.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
# 9068 <https://data.openei.org/s3_viewer?bucket=oedi-data-lake&prefix=pvdaq%2F2023-solar-data-prize%2F9068_OEDI%2F>`__.
1717
# For more information about the system, see its `OEDI
1818
# page <https://openei.org/wiki/PVDAQ/Sites/SR_CO>`__.
19+
#
20+
# .. warning::
21+
# This example requires user-provided credentials to be run at step
22+
# :ref:`Fetch weather data <fetch_weather_data>`. Therefore, it is not executed as part of
23+
# documentation build process and it's more susceptible to API changes.
24+
# Please, report any issues you may find.
1925

2026
# sphinx_gallery_thumbnail_path = "_images/OEDI_9068_daily_timeseries.png"
2127
import pvlib
@@ -132,6 +138,7 @@
132138
# %%
133139
# Fetch weather data
134140
# ------------------
141+
# .. _fetch_weather_data:
135142
#
136143
# The system does have measured plane-of-array irradiance data, but the
137144
# measurements suffer from row-to-row shading and tracker stalls. In this

0 commit comments

Comments
 (0)