Skip to content

Commit 334a997

Browse files
AdamRJensenAdamRJensen
authored andcommitted
Revert "Add cams.get_cams_radiation function"
This reverts commit d7deb80.
1 parent 1ce1697 commit 334a997

File tree

4 files changed

+0
-212
lines changed

4 files changed

+0
-212
lines changed

docs/sphinx/source/api.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ of sources and file formats relevant to solar energy modeling.
490490
iotools.get_pvgis_hourly
491491
iotools.read_pvgis_hourly
492492
iotools.read_bsrn
493-
iotools.get_cams_mcclear
494493

495494
A :py:class:`~pvlib.location.Location` object may be created from metadata
496495
in some files.

docs/sphinx/source/whatsnew/v0.9.0.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ Enhancements
109109
files. (:pull:`1186`, :issue:`849`)
110110
* Add :func:`~pvlib.iotools.read_bsrn` for reading BSRN solar radiation data
111111
files. (:pull:`1145`, :issue:`1015`)
112-
* Add :func:`~pvlib.iotools.get_cams_radiation` for retrieving CAMS McClear
113-
clear-sky radiation time series.
114-
files. (:pull:`1145`, :issue:`1015`)
115112
* In :py:class:`~pvlib.modelchain.ModelChain`, attributes which contain
116113
output of models are now collected into ``ModelChain.results``.
117114
(:pull:`1076`, :issue:`1067`)

pvlib/iotools/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616
from pvlib.iotools.pvgis import read_pvgis_hourly # noqa: F401
1717
from pvlib.iotools.pvgis import get_pvgis_hourly # noqa: F401
1818
from pvlib.iotools.bsrn import read_bsrn # noqa: F401
19-
from pvlib.iotools.cams import get_cams_radiation # noqa: F401

pvlib/iotools/cams.py

Lines changed: 0 additions & 207 deletions
This file was deleted.

0 commit comments

Comments
 (0)