Skip to content

Commit

Permalink
Merge pull request #149 from NREL/development
Browse files Browse the repository at this point in the history
Release v0.5.0
  • Loading branch information
martin-springer authored Feb 20, 2025
2 parents 4f38099 + 17d65c4 commit ae3151b
Show file tree
Hide file tree
Showing 115 changed files with 18,905 additions and 9,915 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ coverage.xml
.hypothesis/
.pytest_cache/

# pvdeg scenario output files generated during testing
tests/pvd_*

# Translations
*.mo
*.pot
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="tutorials_and_tools/pvdeg_logo.png" width="200">
<img src="docs/source/_static/logo-vectors/PVdeg-Logo-Horiz-Color.svg" width="600">

<table>
<tr>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.can\_auto\_template
====================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: can_auto_template
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.plot\_sparse\_analysis\_land
=============================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: plot_sparse_analysis_land
8 changes: 8 additions & 0 deletions docs/source/_autosummary/pvdeg.geospatial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pvdeg.geospatial
pvdeg.geospatial.auto_template
pvdeg.geospatial.calc_block
pvdeg.geospatial.calc_gid
pvdeg.geospatial.can_auto_template
pvdeg.geospatial.elevation_stochastic_downselect
pvdeg.geospatial.feature_downselect
pvdeg.geospatial.identify_mountains_radii
Expand Down Expand Up @@ -87,6 +88,13 @@ pvdeg.geospatial
.. minigallery:: pvdeg.geospatial.calc_gid
:add-heading:

.. autofunction:: can_auto_template

.. _sphx_glr_backref_pvdeg.geospatial.can_auto_template:

.. minigallery:: pvdeg.geospatial.can_auto_template
:add-heading:

.. autofunction:: elevation_stochastic_downselect

.. _sphx_glr_backref_pvdeg.geospatial.elevation_stochastic_downselect:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.utilities.add\_time\_columns\_tmy
=======================================

.. currentmodule:: pvdeg.utilities

.. autofunction:: add_time_columns_tmy
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.utilities.display_json.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.utilities.display\_json
=============================

.. currentmodule:: pvdeg.utilities

.. autofunction:: display_json
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.utilities.linear_normalize.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.utilities.linear\_normalize
=================================

.. currentmodule:: pvdeg.utilities

.. autofunction:: linear_normalize
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.utilities.merge_sparse.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.utilities.merge\_sparse
=============================

.. currentmodule:: pvdeg.utilities

.. autofunction:: merge_sparse
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.utilities.read_material.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.utilities.read\_material
==============================

.. currentmodule:: pvdeg.utilities

.. autofunction:: read_material
48 changes: 48 additions & 0 deletions docs/source/_autosummary/pvdeg.utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,25 @@ pvdeg.utilities
:nosignatures:


pvdeg.utilities.add_time_columns_tmy
pvdeg.utilities.compare_templates
pvdeg.utilities.convert_tmy
pvdeg.utilities.display_json
pvdeg.utilities.fix_metadata
pvdeg.utilities.geospatial_from_csv
pvdeg.utilities.get_kinetics
pvdeg.utilities.get_state_bbox
pvdeg.utilities.gid_downsampling
pvdeg.utilities.linear_normalize
pvdeg.utilities.merge_sparse
pvdeg.utilities.meta_as_dict
pvdeg.utilities.new_id
pvdeg.utilities.nrel_kestrel_check
pvdeg.utilities.quantile_df
pvdeg.utilities.read_material
pvdeg.utilities.remove_scenario_filetrees
pvdeg.utilities.restore_gids
pvdeg.utilities.search_json
pvdeg.utilities.strip_normalize_tmy
pvdeg.utilities.tilt_azimuth_scan
pvdeg.utilities.ts_gid_df
Expand All @@ -51,6 +57,13 @@ pvdeg.utilities


.. autofunction:: add_time_columns_tmy

.. _sphx_glr_backref_pvdeg.utilities.add_time_columns_tmy:

.. minigallery:: pvdeg.utilities.add_time_columns_tmy
:add-heading:

.. autofunction:: compare_templates

.. _sphx_glr_backref_pvdeg.utilities.compare_templates:
Expand All @@ -65,6 +78,13 @@ pvdeg.utilities
.. minigallery:: pvdeg.utilities.convert_tmy
:add-heading:

.. autofunction:: display_json

.. _sphx_glr_backref_pvdeg.utilities.display_json:

.. minigallery:: pvdeg.utilities.display_json
:add-heading:

.. autofunction:: fix_metadata

.. _sphx_glr_backref_pvdeg.utilities.fix_metadata:
Expand Down Expand Up @@ -100,6 +120,20 @@ pvdeg.utilities
.. minigallery:: pvdeg.utilities.gid_downsampling
:add-heading:

.. autofunction:: linear_normalize

.. _sphx_glr_backref_pvdeg.utilities.linear_normalize:

.. minigallery:: pvdeg.utilities.linear_normalize
:add-heading:

.. autofunction:: merge_sparse

.. _sphx_glr_backref_pvdeg.utilities.merge_sparse:

.. minigallery:: pvdeg.utilities.merge_sparse
:add-heading:

.. autofunction:: meta_as_dict

.. _sphx_glr_backref_pvdeg.utilities.meta_as_dict:
Expand Down Expand Up @@ -128,6 +162,13 @@ pvdeg.utilities
.. minigallery:: pvdeg.utilities.quantile_df
:add-heading:

.. autofunction:: read_material

.. _sphx_glr_backref_pvdeg.utilities.read_material:

.. minigallery:: pvdeg.utilities.read_material
:add-heading:

.. autofunction:: remove_scenario_filetrees

.. _sphx_glr_backref_pvdeg.utilities.remove_scenario_filetrees:
Expand All @@ -142,6 +183,13 @@ pvdeg.utilities
.. minigallery:: pvdeg.utilities.restore_gids
:add-heading:

.. autofunction:: search_json

.. _sphx_glr_backref_pvdeg.utilities.search_json:

.. minigallery:: pvdeg.utilities.search_json
:add-heading:

.. autofunction:: strip_normalize_tmy

.. _sphx_glr_backref_pvdeg.utilities.strip_normalize_tmy:
Expand Down
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.utilities.search_json.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.utilities.search\_json
============================

.. currentmodule:: pvdeg.utilities

.. autofunction:: search_json
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.weather.empty_weather_ds.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.weather.empty\_weather\_ds
================================

.. currentmodule:: pvdeg.weather

.. autofunction:: empty_weather_ds
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.weather.emtpy_weather_ds.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.weather.emtpy\_weather\_ds
================================

.. currentmodule:: pvdeg.weather

.. autofunction:: emtpy_weather_ds
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.weather.roll_tmy.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.weather.roll\_tmy
=======================

.. currentmodule:: pvdeg.weather

.. autofunction:: roll_tmy
24 changes: 24 additions & 0 deletions docs/source/_autosummary/pvdeg.weather.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pvdeg.weather


pvdeg.weather.csv_read
pvdeg.weather.empty_weather_ds
pvdeg.weather.get
pvdeg.weather.get_NSRDB
pvdeg.weather.get_NSRDB_fnames
Expand All @@ -32,6 +33,8 @@ pvdeg.weather
pvdeg.weather.read
pvdeg.weather.read_h5
pvdeg.weather.repeat_annual_time_series
pvdeg.weather.roll_tmy
pvdeg.weather.weather_distributed
pvdeg.weather.write


Expand All @@ -55,6 +58,13 @@ pvdeg.weather
.. minigallery:: pvdeg.weather.csv_read
:add-heading:

.. autofunction:: empty_weather_ds

.. _sphx_glr_backref_pvdeg.weather.empty_weather_ds:

.. minigallery:: pvdeg.weather.empty_weather_ds
:add-heading:

.. autofunction:: get

.. _sphx_glr_backref_pvdeg.weather.get:
Expand Down Expand Up @@ -139,6 +149,20 @@ pvdeg.weather
.. minigallery:: pvdeg.weather.repeat_annual_time_series
:add-heading:

.. autofunction:: roll_tmy

.. _sphx_glr_backref_pvdeg.weather.roll_tmy:

.. minigallery:: pvdeg.weather.roll_tmy
:add-heading:

.. autofunction:: weather_distributed

.. _sphx_glr_backref_pvdeg.weather.weather_distributed:

.. minigallery:: pvdeg.weather.weather_distributed
:add-heading:

.. autofunction:: write

.. _sphx_glr_backref_pvdeg.weather.write:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.weather.weather\_distributed
==================================

.. currentmodule:: pvdeg.weather

.. autofunction:: weather_distributed
10 changes: 10 additions & 0 deletions docs/source/_static/PVDeg-Flow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions docs/source/_static/logo-vectors/PVdeg-Logo-Black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ae3151b

Please sign in to comment.