@@ -11,21 +11,39 @@ IO Tools
11
11
Functions for retrieving, reading, and writing data from a variety
12
12
of sources and file formats relevant to solar energy modeling.
13
13
14
+ Public datasets
15
+ ---------------
16
+
17
+ PVGIS
18
+ ^^^^^
19
+
20
+ .. autosummary ::
21
+ :toctree: generated/
22
+
23
+ iotools.get_pvgis_tmy
24
+ iotools.read_pvgis_tmy
25
+ iotools.get_pvgis_hourly
26
+ iotools.read_pvgis_hourly
27
+ iotools.get_pvgis_horizon
28
+
29
+
30
+ CAMS
31
+ ^^^^
32
+
33
+ .. autosummary ::
34
+ :toctree: generated/
35
+
36
+ iotools.get_cams
37
+ iotools.read_cams
38
+ iotools.parse_cams
39
+
40
+
41
+ NSRDB
42
+ ^^^^^
43
+
14
44
.. autosummary ::
15
45
:toctree: generated/
16
46
17
- iotools.read_tmy2
18
- iotools.read_tmy3
19
- iotools.read_epw
20
- iotools.parse_epw
21
- iotools.read_srml
22
- iotools.get_srml
23
- iotools.read_surfrad
24
- iotools.read_midc
25
- iotools.read_midc_raw_data_from_nrel
26
- iotools.read_crn
27
- iotools.read_solrad
28
- iotools.get_solrad
29
47
iotools.get_nsrdb_psm4_aggregated
30
48
iotools.get_nsrdb_psm4_tmy
31
49
iotools.get_nsrdb_psm4_conus
@@ -35,32 +53,129 @@ of sources and file formats relevant to solar energy modeling.
35
53
iotools.get_psm3
36
54
iotools.read_psm3
37
55
iotools.parse_psm3
38
- iotools.get_pvgis_tmy
39
- iotools.read_pvgis_tmy
40
- iotools.get_pvgis_hourly
41
- iotools.read_pvgis_hourly
42
- iotools.get_pvgis_horizon
56
+
57
+
58
+ BSRN
59
+ ^^^^
60
+
61
+ .. autosummary ::
62
+ :toctree: generated/
63
+
43
64
iotools.get_bsrn
44
65
iotools.read_bsrn
45
66
iotools.parse_bsrn
46
- iotools.get_cams
47
- iotools.read_cams
48
- iotools.parse_cams
67
+
68
+
69
+ SOLRAD
70
+ ^^^^^^
71
+
72
+ .. autosummary ::
73
+ :toctree: generated/
74
+
75
+ iotools.read_solrad
76
+ iotools.get_solrad
77
+
78
+
79
+ SURFRAD
80
+ ^^^^^^^
81
+
82
+ .. autosummary ::
83
+ :toctree: generated/
84
+
85
+ iotools.read_surfrad
86
+
87
+
88
+ MIDC
89
+ ^^^^
90
+
91
+ .. autosummary ::
92
+ :toctree: generated/
93
+
94
+ iotools.read_midc
95
+ iotools.read_midc_raw_data_from_nrel
96
+
97
+
98
+ SRML
99
+ ^^^^
100
+
101
+ .. autosummary ::
102
+ :toctree: generated/
103
+
104
+ iotools.read_srml
105
+ iotools.get_srml
106
+
107
+
108
+ ACIS
109
+ ^^^^
110
+
111
+ .. autosummary ::
112
+ :toctree: generated/
113
+
49
114
iotools.get_acis_prism
50
115
iotools.get_acis_nrcc
51
116
iotools.get_acis_mpe
52
117
iotools.get_acis_station_data
53
118
iotools.get_acis_available_stations
54
- iotools.read_panond
119
+
120
+
121
+ CRN
122
+ ^^^
123
+
124
+ .. autosummary ::
125
+ :toctree: generated/
126
+
127
+ iotools.read_crn
128
+
129
+
130
+
131
+ Commercial datasets
132
+ -------------------
133
+
134
+
135
+ SolarAnywhere
136
+ ^^^^^^^^^^^^^
137
+
138
+ .. autosummary ::
139
+ :toctree: generated/
140
+
55
141
iotools.get_solaranywhere
56
142
iotools.read_solaranywhere
143
+
144
+
145
+ Solcast
146
+ ^^^^^^^
147
+
148
+ .. autosummary ::
149
+ :toctree: generated/
150
+
57
151
iotools.get_solcast_tmy
58
152
iotools.get_solcast_historic
59
153
iotools.get_solcast_forecast
60
154
iotools.get_solcast_live
155
+
156
+
157
+ Solargis
158
+ ^^^^^^^^
159
+
160
+ .. autosummary ::
161
+ :toctree: generated/
162
+
61
163
iotools.get_solargis
62
164
63
165
166
+ Generic data file readers
167
+ -------------------------
168
+
169
+ .. autosummary ::
170
+ :toctree: generated/
171
+
172
+ iotools.read_tmy2
173
+ iotools.read_tmy3
174
+ iotools.read_epw
175
+ iotools.parse_epw
176
+ iotools.read_panond
177
+
178
+
64
179
A :py:class: `~pvlib.location.Location ` object may be created from metadata
65
180
in some files.
66
181
0 commit comments