Skip to content

Commit ae3151b

Browse files
Merge pull request #149 from NREL/development
Release v0.5.0
2 parents 4f38099 + 17d65c4 commit ae3151b

File tree

115 files changed

+18905
-9915
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+18905
-9915
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ coverage.xml
4747
.hypothesis/
4848
.pytest_cache/
4949

50+
# pvdeg scenario output files generated during testing
51+
tests/pvd_*
52+
5053
# Translations
5154
*.mo
5255
*.pot

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="tutorials_and_tools/pvdeg_logo.png" width="200">
1+
<img src="docs/source/_static/logo-vectors/PVdeg-Logo-Horiz-Color.svg" width="600">
22

33
<table>
44
<tr>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pvdeg.geospatial.can\_auto\_template
2+
====================================
3+
4+
.. currentmodule:: pvdeg.geospatial
5+
6+
.. autofunction:: can_auto_template
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pvdeg.geospatial.plot\_sparse\_analysis\_land
2+
=============================================
3+
4+
.. currentmodule:: pvdeg.geospatial
5+
6+
.. autofunction:: plot_sparse_analysis_land

docs/source/_autosummary/pvdeg.geospatial.rst

+8
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pvdeg.geospatial
2424
pvdeg.geospatial.auto_template
2525
pvdeg.geospatial.calc_block
2626
pvdeg.geospatial.calc_gid
27+
pvdeg.geospatial.can_auto_template
2728
pvdeg.geospatial.elevation_stochastic_downselect
2829
pvdeg.geospatial.feature_downselect
2930
pvdeg.geospatial.identify_mountains_radii
@@ -87,6 +88,13 @@ pvdeg.geospatial
8788
.. minigallery:: pvdeg.geospatial.calc_gid
8889
:add-heading:
8990

91+
.. autofunction:: can_auto_template
92+
93+
.. _sphx_glr_backref_pvdeg.geospatial.can_auto_template:
94+
95+
.. minigallery:: pvdeg.geospatial.can_auto_template
96+
:add-heading:
97+
9098
.. autofunction:: elevation_stochastic_downselect
9199

92100
.. _sphx_glr_backref_pvdeg.geospatial.elevation_stochastic_downselect:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pvdeg.utilities.add\_time\_columns\_tmy
2+
=======================================
3+
4+
.. currentmodule:: pvdeg.utilities
5+
6+
.. autofunction:: add_time_columns_tmy
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pvdeg.utilities.display\_json
2+
=============================
3+
4+
.. currentmodule:: pvdeg.utilities
5+
6+
.. autofunction:: display_json
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pvdeg.utilities.linear\_normalize
2+
=================================
3+
4+
.. currentmodule:: pvdeg.utilities
5+
6+
.. autofunction:: linear_normalize
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pvdeg.utilities.merge\_sparse
2+
=============================
3+
4+
.. currentmodule:: pvdeg.utilities
5+
6+
.. autofunction:: merge_sparse
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pvdeg.utilities.read\_material
2+
==============================
3+
4+
.. currentmodule:: pvdeg.utilities
5+
6+
.. autofunction:: read_material

docs/source/_autosummary/pvdeg.utilities.rst

+48
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,25 @@ pvdeg.utilities
1919
:nosignatures:
2020

2121

22+
pvdeg.utilities.add_time_columns_tmy
2223
pvdeg.utilities.compare_templates
2324
pvdeg.utilities.convert_tmy
25+
pvdeg.utilities.display_json
2426
pvdeg.utilities.fix_metadata
2527
pvdeg.utilities.geospatial_from_csv
2628
pvdeg.utilities.get_kinetics
2729
pvdeg.utilities.get_state_bbox
2830
pvdeg.utilities.gid_downsampling
31+
pvdeg.utilities.linear_normalize
32+
pvdeg.utilities.merge_sparse
2933
pvdeg.utilities.meta_as_dict
3034
pvdeg.utilities.new_id
3135
pvdeg.utilities.nrel_kestrel_check
3236
pvdeg.utilities.quantile_df
37+
pvdeg.utilities.read_material
3338
pvdeg.utilities.remove_scenario_filetrees
3439
pvdeg.utilities.restore_gids
40+
pvdeg.utilities.search_json
3541
pvdeg.utilities.strip_normalize_tmy
3642
pvdeg.utilities.tilt_azimuth_scan
3743
pvdeg.utilities.ts_gid_df
@@ -51,6 +57,13 @@ pvdeg.utilities
5157
5258

5359

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+
5467
.. autofunction:: compare_templates
5568

5669
.. _sphx_glr_backref_pvdeg.utilities.compare_templates:
@@ -65,6 +78,13 @@ pvdeg.utilities
6578
.. minigallery:: pvdeg.utilities.convert_tmy
6679
:add-heading:
6780

81+
.. autofunction:: display_json
82+
83+
.. _sphx_glr_backref_pvdeg.utilities.display_json:
84+
85+
.. minigallery:: pvdeg.utilities.display_json
86+
:add-heading:
87+
6888
.. autofunction:: fix_metadata
6989

7090
.. _sphx_glr_backref_pvdeg.utilities.fix_metadata:
@@ -100,6 +120,20 @@ pvdeg.utilities
100120
.. minigallery:: pvdeg.utilities.gid_downsampling
101121
:add-heading:
102122

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+
103137
.. autofunction:: meta_as_dict
104138

105139
.. _sphx_glr_backref_pvdeg.utilities.meta_as_dict:
@@ -128,6 +162,13 @@ pvdeg.utilities
128162
.. minigallery:: pvdeg.utilities.quantile_df
129163
:add-heading:
130164

165+
.. autofunction:: read_material
166+
167+
.. _sphx_glr_backref_pvdeg.utilities.read_material:
168+
169+
.. minigallery:: pvdeg.utilities.read_material
170+
:add-heading:
171+
131172
.. autofunction:: remove_scenario_filetrees
132173

133174
.. _sphx_glr_backref_pvdeg.utilities.remove_scenario_filetrees:
@@ -142,6 +183,13 @@ pvdeg.utilities
142183
.. minigallery:: pvdeg.utilities.restore_gids
143184
:add-heading:
144185

186+
.. autofunction:: search_json
187+
188+
.. _sphx_glr_backref_pvdeg.utilities.search_json:
189+
190+
.. minigallery:: pvdeg.utilities.search_json
191+
:add-heading:
192+
145193
.. autofunction:: strip_normalize_tmy
146194

147195
.. _sphx_glr_backref_pvdeg.utilities.strip_normalize_tmy:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pvdeg.utilities.search\_json
2+
============================
3+
4+
.. currentmodule:: pvdeg.utilities
5+
6+
.. autofunction:: search_json
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pvdeg.weather.empty\_weather\_ds
2+
================================
3+
4+
.. currentmodule:: pvdeg.weather
5+
6+
.. autofunction:: empty_weather_ds
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pvdeg.weather.emtpy\_weather\_ds
2+
================================
3+
4+
.. currentmodule:: pvdeg.weather
5+
6+
.. autofunction:: emtpy_weather_ds
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pvdeg.weather.roll\_tmy
2+
=======================
3+
4+
.. currentmodule:: pvdeg.weather
5+
6+
.. autofunction:: roll_tmy

docs/source/_autosummary/pvdeg.weather.rst

+24
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pvdeg.weather
2020

2121

2222
pvdeg.weather.csv_read
23+
pvdeg.weather.empty_weather_ds
2324
pvdeg.weather.get
2425
pvdeg.weather.get_NSRDB
2526
pvdeg.weather.get_NSRDB_fnames
@@ -32,6 +33,8 @@ pvdeg.weather
3233
pvdeg.weather.read
3334
pvdeg.weather.read_h5
3435
pvdeg.weather.repeat_annual_time_series
36+
pvdeg.weather.roll_tmy
37+
pvdeg.weather.weather_distributed
3538
pvdeg.weather.write
3639

3740

@@ -55,6 +58,13 @@ pvdeg.weather
5558
.. minigallery:: pvdeg.weather.csv_read
5659
:add-heading:
5760

61+
.. autofunction:: empty_weather_ds
62+
63+
.. _sphx_glr_backref_pvdeg.weather.empty_weather_ds:
64+
65+
.. minigallery:: pvdeg.weather.empty_weather_ds
66+
:add-heading:
67+
5868
.. autofunction:: get
5969

6070
.. _sphx_glr_backref_pvdeg.weather.get:
@@ -139,6 +149,20 @@ pvdeg.weather
139149
.. minigallery:: pvdeg.weather.repeat_annual_time_series
140150
:add-heading:
141151

152+
.. autofunction:: roll_tmy
153+
154+
.. _sphx_glr_backref_pvdeg.weather.roll_tmy:
155+
156+
.. minigallery:: pvdeg.weather.roll_tmy
157+
:add-heading:
158+
159+
.. autofunction:: weather_distributed
160+
161+
.. _sphx_glr_backref_pvdeg.weather.weather_distributed:
162+
163+
.. minigallery:: pvdeg.weather.weather_distributed
164+
:add-heading:
165+
142166
.. autofunction:: write
143167

144168
.. _sphx_glr_backref_pvdeg.weather.write:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pvdeg.weather.weather\_distributed
2+
==================================
3+
4+
.. currentmodule:: pvdeg.weather
5+
6+
.. autofunction:: weather_distributed

docs/source/_static/PVDeg-Flow.svg

+10
Loading
Loading

0 commit comments

Comments
 (0)