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 @@ -484,7 +484,6 @@ relevant to solar energy modeling.
484484 iotools.get_pvgis_tmy
485485 iotools.read_pvgis_tmy
486486 iotools.read_bsrn
487- iotools.get_cams_mcclear
488487
489488A :py:class: `~pvlib.location.Location ` object may be created from metadata
490489in some files.
Original file line number Diff line number Diff line change @@ -64,9 +64,6 @@ Enhancements
6464~~~~~~~~~~~~
6565* Add :func: `~pvlib.iotools.read_bsrn ` for reading BSRN solar radiation data
6666 files. (:pull: `1145 `, :issue: `1015 `)
67- * Add :func: `~pvlib.iotools.get_cams_radiation ` for retrieving CAMS McClear
68- clear-sky radiation time series.
69- files. (:pull: `1145 `, :issue: `1015 `)
7067* In :py:class: `~pvlib.modelchain.ModelChain `, attributes which contain
7168 output of models are now collected into ``ModelChain.results ``.
7269 (:pull: `1076 `, :issue: `1067 `)
Original file line number Diff line number Diff line change 1414from pvlib .iotools .psm3 import parse_psm3 # noqa: F401
1515from pvlib .iotools .pvgis import get_pvgis_tmy , read_pvgis_tmy # noqa: F401
1616from pvlib .iotools .bsrn import read_bsrn # noqa: F401
17- 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