File tree Expand file tree Collapse file tree 4 files changed +0
-212
lines changed Expand file tree Collapse file tree 4 files changed +0
-212
lines changed Original file line number Diff line number Diff 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
495494A :py:class: `~pvlib.location.Location ` object may be created from metadata
496495in some files.
Original file line number Diff line number Diff 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 `)
Original file line number Diff line number Diff line change 1616from pvlib .iotools .pvgis import read_pvgis_hourly # noqa: F401
1717from pvlib .iotools .pvgis import get_pvgis_hourly # noqa: F401
1818from pvlib .iotools .bsrn import read_bsrn # noqa: F401
19- from pvlib .iotools .cams import get_cams_radiation # noqa: F401
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments