Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single axis tracking #137

Closed
wants to merge 40 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
dda40c0
Bump aiohttp from 3.9.5 to 3.10.2
dependabot[bot] Sep 13, 2024
1b113c3
Sparse Interpolation QoL
tobin-ford Sep 15, 2024
adf61a6
DuraMAT pref maps
tobin-ford Sep 16, 2024
d8629cf
Merge pull request #121 from NREL/dependabot/pip/aiohttp-3.10.2
martin-springer Sep 16, 2024
a1f17ee
Update O2permeation.json
Sep 17, 2024
13de54d
Update diffusion.py
Sep 17, 2024
d9147f0
Update Tools-Edge Seal Oxygen Ingress.ipynb
Sep 17, 2024
3d9c451
Update diffusion.py
Sep 20, 2024
c3cdfe5
Update utilities.py
Sep 20, 2024
573fd93
Update Tools-Edge Seal Oxygen Ingress.ipynb
Sep 20, 2024
fedbb0e
C:\Users\mkempe\Documents\GitHub\PVDegradationTools\pvdeg
MDKempe Sep 20, 2024
f0c1d3a
fix 1d diffusion string indexing
tobin-ford Sep 20, 2024
cbe0680
Fix: test/data/test-scenario.json
tobin-ford Sep 20, 2024
b4e93b2
Fix: test_read_material_bad
tobin-ford Sep 20, 2024
21a4853
Fix: Run tests and cleanup
tobin-ford Sep 20, 2024
08d739a
Merge branch 'Kempe-Edge-Seals' of https://github.com/NREL/PVDegradat…
tobin-ford Sep 20, 2024
655414c
Top Level import for ScenarioGeospatialScenario
tobin-ford Sep 21, 2024
085525d
scenario.py methods return fig, ax
tobin-ford Sep 21, 2024
127016b
GeospatialScenario Display Fixes
tobin-ford Sep 27, 2024
bedfc8d
Fix: Downselection Normalization
tobin-ford Sep 30, 2024
edf6074
Merge pull request #124 from NREL/DuraMAT_mountain_pref
martin-springer Sep 30, 2024
0ef212c
Merge pull request #125 from NREL/Kempe-Edge-Seals
martin-springer Sep 30, 2024
1140561
material jsons access utilities
tobin-ford Oct 10, 2024
e692ae8
Testing
tobin-ford Oct 10, 2024
f0ba61e
Run Docs, versioning
tobin-ford Oct 10, 2024
797da31
Update H2Opermeation.json
MDKempe Oct 10, 2024
e81014b
Update Tools-Edge Seal Oxygen Ingress.ipynb
MDKempe Oct 10, 2024
2aa7332
Merge pull request #130 from NREL/materials_access
martin-springer Oct 25, 2024
691945c
Merge remote-tracking branch 'origin/development' into Kempe-Edge-Seals
MDKempe Nov 15, 2024
a914310
single_axis_initial
martin-springer Nov 18, 2024
4addfc9
Update standards.py
MDKempe Nov 18, 2024
a636b6a
Update weather.py
MDKempe Nov 18, 2024
7753910
Merge remote-tracking branch 'origin/single_axis_tracking' into Kempe…
MDKempe Nov 18, 2024
0e2aef7
add top-level poa function
martin-springer Nov 18, 2024
bce5cbd
Merge branch 'single_axis_tracking' into Kempe-Edge-Seals
MDKempe Nov 18, 2024
4dcbdfb
Merge branch 'single_axis_tracking' of https://github.com/NREL/PVDegr…
MDKempe Nov 19, 2024
a462328
allow single input dict for poa
martin-springer Nov 19, 2024
2731cd2
update tracker keyword in standards
martin-springer Nov 19, 2024
db27db8
update tests
martin-springer Nov 19, 2024
1197068
Update Tools - Module Standoff for IEC TS 63126.ipynb
MDKempe Dec 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -34,6 +34,7 @@ pvdeg.geospatial
pvdeg.geospatial.plot_Europe
pvdeg.geospatial.plot_USA
pvdeg.geospatial.plot_sparse_analysis
pvdeg.geospatial.plot_sparse_analysis_land
pvdeg.geospatial.start_dask
pvdeg.geospatial.template_parameters
pvdeg.geospatial.zero_template
Expand Down Expand Up @@ -157,6 +158,13 @@ pvdeg.geospatial
.. minigallery:: pvdeg.geospatial.plot_sparse_analysis
:add-heading:

.. autofunction:: plot_sparse_analysis_land

.. _sphx_glr_backref_pvdeg.geospatial.plot_sparse_analysis_land:

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

.. autofunction:: start_dask

.. _sphx_glr_backref_pvdeg.geospatial.start_dask:
Expand Down
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
40 changes: 40 additions & 0 deletions docs/source/_autosummary/pvdeg.utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,22 @@ pvdeg.utilities

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 Down Expand Up @@ -65,6 +70,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 +112,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 +154,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 +175,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
3 changes: 2 additions & 1 deletion docs/source/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ What's New
==========
PVDegradationTools (pvdeg) change log:


.. include:: releases/v0.4.3.rst
.. include:: releases/v0.4.2.rst
.. include:: releases/v0.4.1.rst
.. include:: releases/v0.4.0.rst
.. include:: releases/v0.3.3.rst
Expand Down
2 changes: 1 addition & 1 deletion docs/source/whatsnew/releases/v0.4.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Tests
Contributors
~~~~~~~~~~~~
* Martin Springer (:ghuser:`martin-springer`)
* Aidan Wesley (:ghuser:`AidanWesley``)
* Aidan Wesley (:ghuser:`AidanWesley``)
14 changes: 14 additions & 0 deletions docs/source/whatsnew/releases/v0.4.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
v0.4.3 (2024-10-10)
===================

Enhancements
------------
Suite of utility functions to facilitate accessing material parameter json files.

* ``pvdeg.utilities.read_material`` creates a public api to replace the private ``pvdeg.untility._read_material`` function (to be deprecated soon)
* ``pvdeg.utilities.search_json`` to search jsons and identify keys for desired materials.
* ``pvdeg.utilities.display_json`` to view 2 level jsons in Jupyter Notebooks using HTML.

Contributors
-----------
* Tobin Ford (:ghuser:`tobin-ford`)
2 changes: 1 addition & 1 deletion pvdeg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from . import humidity
from . import letid
from . import montecarlo
from . import scenario
from .scenario import Scenario, GeospatialScenario
from . import spectral
from . import symbolic
from . import standards
Expand Down
8 changes: 4 additions & 4 deletions pvdeg/data/H2Opermeation.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"source": "unpublished measurements",
"Fickian": true,
"Ead": 61.4781422330562,
"Do": 25790.6020262449,
"Do": 257.906020262449,
"Eas": 5.88752263485353,
"So": 0.00982242435416737,
"Eap": 67.3656648679097,
"Po": 5559396276.60964
"So": 0.0982242435416737,
"Eap": 66.9611315410624,
"Po": 189338932521.637
},
"W003": {
"name": "Coveme",
Expand Down
8 changes: 4 additions & 4 deletions pvdeg/data/O2permeation.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"Fickian": true,
"Ead": 29.43112031,
"Do": 0.129061678,
"Eas": 32.3137806,
"So": 87.81142774,
"Eap": 61.7449009,
"Po": 97917899126
"Eas": 16.6314948252219,
"So": 0.136034525059804,
"Eap": 49.1083457348515,
"Po": 528718258.338532
},
"OX004": {
"name": "AAA polyamide backsheet",
Expand Down
Loading
Loading