@@ -19,19 +19,25 @@ pvdeg.utilities
19
19
:nosignatures:
20
20
21
21
22
+ pvdeg.utilities.add_time_columns_tmy
22
23
pvdeg.utilities.compare_templates
23
24
pvdeg.utilities.convert_tmy
25
+ pvdeg.utilities.display_json
24
26
pvdeg.utilities.fix_metadata
25
27
pvdeg.utilities.geospatial_from_csv
26
28
pvdeg.utilities.get_kinetics
27
29
pvdeg.utilities.get_state_bbox
28
30
pvdeg.utilities.gid_downsampling
31
+ pvdeg.utilities.linear_normalize
32
+ pvdeg.utilities.merge_sparse
29
33
pvdeg.utilities.meta_as_dict
30
34
pvdeg.utilities.new_id
31
35
pvdeg.utilities.nrel_kestrel_check
32
36
pvdeg.utilities.quantile_df
37
+ pvdeg.utilities.read_material
33
38
pvdeg.utilities.remove_scenario_filetrees
34
39
pvdeg.utilities.restore_gids
40
+ pvdeg.utilities.search_json
35
41
pvdeg.utilities.strip_normalize_tmy
36
42
pvdeg.utilities.tilt_azimuth_scan
37
43
pvdeg.utilities.ts_gid_df
@@ -51,6 +57,13 @@ pvdeg.utilities
51
57
52
58
53
59
60
+ .. autofunction :: add_time_columns_tmy
61
+
62
+ .. _sphx_glr_backref_pvdeg.utilities.add_time_columns_tmy :
63
+
64
+ .. minigallery :: pvdeg.utilities.add_time_columns_tmy
65
+ :add-heading:
66
+
54
67
.. autofunction :: compare_templates
55
68
56
69
.. _sphx_glr_backref_pvdeg.utilities.compare_templates :
@@ -65,6 +78,13 @@ pvdeg.utilities
65
78
.. minigallery :: pvdeg.utilities.convert_tmy
66
79
:add-heading:
67
80
81
+ .. autofunction :: display_json
82
+
83
+ .. _sphx_glr_backref_pvdeg.utilities.display_json :
84
+
85
+ .. minigallery :: pvdeg.utilities.display_json
86
+ :add-heading:
87
+
68
88
.. autofunction :: fix_metadata
69
89
70
90
.. _sphx_glr_backref_pvdeg.utilities.fix_metadata :
@@ -100,6 +120,20 @@ pvdeg.utilities
100
120
.. minigallery :: pvdeg.utilities.gid_downsampling
101
121
:add-heading:
102
122
123
+ .. autofunction :: linear_normalize
124
+
125
+ .. _sphx_glr_backref_pvdeg.utilities.linear_normalize :
126
+
127
+ .. minigallery :: pvdeg.utilities.linear_normalize
128
+ :add-heading:
129
+
130
+ .. autofunction :: merge_sparse
131
+
132
+ .. _sphx_glr_backref_pvdeg.utilities.merge_sparse :
133
+
134
+ .. minigallery :: pvdeg.utilities.merge_sparse
135
+ :add-heading:
136
+
103
137
.. autofunction :: meta_as_dict
104
138
105
139
.. _sphx_glr_backref_pvdeg.utilities.meta_as_dict :
@@ -128,6 +162,13 @@ pvdeg.utilities
128
162
.. minigallery :: pvdeg.utilities.quantile_df
129
163
:add-heading:
130
164
165
+ .. autofunction :: read_material
166
+
167
+ .. _sphx_glr_backref_pvdeg.utilities.read_material :
168
+
169
+ .. minigallery :: pvdeg.utilities.read_material
170
+ :add-heading:
171
+
131
172
.. autofunction :: remove_scenario_filetrees
132
173
133
174
.. _sphx_glr_backref_pvdeg.utilities.remove_scenario_filetrees :
@@ -142,6 +183,13 @@ pvdeg.utilities
142
183
.. minigallery :: pvdeg.utilities.restore_gids
143
184
:add-heading:
144
185
186
+ .. autofunction :: search_json
187
+
188
+ .. _sphx_glr_backref_pvdeg.utilities.search_json :
189
+
190
+ .. minigallery :: pvdeg.utilities.search_json
191
+ :add-heading:
192
+
145
193
.. autofunction :: strip_normalize_tmy
146
194
147
195
.. _sphx_glr_backref_pvdeg.utilities.strip_normalize_tmy :
0 commit comments