-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from NREL/materials_access
Materials access
- Loading branch information
Showing
16 changed files
with
644 additions
and
12 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
docs/source/_autosummary/pvdeg.geospatial.plot_sparse_analysis_land.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
6
docs/source/_autosummary/pvdeg.utilities.linear_normalize.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pvdeg.utilities.linear\_normalize | ||
================================= | ||
|
||
.. currentmodule:: pvdeg.utilities | ||
|
||
.. autofunction:: linear_normalize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pvdeg.utilities.merge\_sparse | ||
============================= | ||
|
||
.. currentmodule:: pvdeg.utilities | ||
|
||
.. autofunction:: merge_sparse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pvdeg.utilities.read\_material | ||
============================== | ||
|
||
.. currentmodule:: pvdeg.utilities | ||
|
||
.. autofunction:: read_material |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pvdeg.utilities.search\_json | ||
============================ | ||
|
||
.. currentmodule:: pvdeg.utilities | ||
|
||
.. autofunction:: search_json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.