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.
484
484
iotools.get_pvgis_tmy
485
485
iotools.read_pvgis_tmy
486
486
iotools.read_bsrn
487
- iotools.get_cams_mcclear
488
487
489
488
A :py:class: `~pvlib.location.Location ` object may be created from metadata
490
489
in some files.
Original file line number Diff line number Diff line change @@ -64,9 +64,6 @@ Enhancements
64
64
~~~~~~~~~~~~
65
65
* Add :func: `~pvlib.iotools.read_bsrn ` for reading BSRN solar radiation data
66
66
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 `)
70
67
* In :py:class: `~pvlib.modelchain.ModelChain `, attributes which contain
71
68
output of models are now collected into ``ModelChain.results ``.
72
69
(:pull: `1076 `, :issue: `1067 `)
Original file line number Diff line number Diff line change 14
14
from pvlib .iotools .psm3 import parse_psm3 # noqa: F401
15
15
from pvlib .iotools .pvgis import get_pvgis_tmy , read_pvgis_tmy # noqa: F401
16
16
from 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