Skip to content

Commit

Permalink
Merge branch 'development' into dev_chamber_stressor
Browse files Browse the repository at this point in the history
  • Loading branch information
tobin-ford committed Dec 9, 2024
2 parents e6704fc + 2aa7332 commit 81e62ca
Show file tree
Hide file tree
Showing 125 changed files with 88,325 additions and 668 deletions.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Please delete options that are not relevant.
- [ ] I have performed a self-review of my code
- [ ] Code changes are covered by tests.
- [ ] Code changes have been evaluated for compatibility/integration with Scenario analysis (for future PRs)
- [ ] Code changes have been evaluated for compatibility/integration with geospatial autotemplating (for future PRs)
- [ ] New functions added to __init__.py
- [ ] API.rst is up to date, along with other sphinx docs pages
- [ ] Example notebooks are rerun and differences in results scrutinized
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
env: [
'--upgrade --upgrade-strategy=eager .[test]'
]
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,6 @@ TEMP/

# Slurm log files
slurm-*.out

# Run information
tests\data\h5_pytest.h5
12 changes: 12 additions & 0 deletions contributors/tobin-ford.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
2024-08-01

I hereby agree to the terms of the Contributors License Agreement,
version 1.0, with MD5 checksum 46ea45f996295bdb0652333d516a6d0a.

I furthermore declare that I am authorized and able to make this
agreement and sign this declaration.

Signed,

Tobin Ford https://github.com/tobin-ford

6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.geospatial.analysis.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.analysis
=========================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: analysis
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.apply\_bounding\_box
=====================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: apply_bounding_box
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.geospatial.auto_template.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.auto\_template
===============================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: auto_template
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.geospatial.calc_block.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.calc\_block
============================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: calc_block
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.geospatial.calc_gid.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.calc\_gid
==========================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: calc_gid
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.elevation\_stochastic\_downselect
==================================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: elevation_stochastic_downselect
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.feature\_downselect
====================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: feature_downselect
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.identify\_mountains\_radii
===========================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: identify_mountains_radii
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.identify\_mountains\_weights
=============================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: identify_mountains_weights
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.interpolate\_analysis
======================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: interpolate_analysis
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.geospatial.meta_KDtree.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.meta\_KDtree
=============================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: meta_KDtree
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.geospatial.output_template.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.output\_template
=================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: output_template
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.geospatial.plot_Europe.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.plot\_Europe
=============================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: plot_Europe
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.geospatial.plot_USA.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.plot\_USA
==========================

.. currentmodule:: pvdeg.geospatial

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

.. currentmodule:: pvdeg.geospatial

.. autofunction:: plot_sparse_analysis
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
197 changes: 197 additions & 0 deletions docs/source/_autosummary/pvdeg.geospatial.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,197 @@
.. Please when editing this file make sure to keep it matching the
docs in ../configuration.rst:reference_to_examples
pvdeg.geospatial
================

.. automodule:: pvdeg.geospatial

.. this is crazy
Function Overview
-----------------

.. autosummary::
:toctree:
:nosignatures:


pvdeg.geospatial.analysis
pvdeg.geospatial.apply_bounding_box
pvdeg.geospatial.auto_template
pvdeg.geospatial.calc_block
pvdeg.geospatial.calc_gid
pvdeg.geospatial.elevation_stochastic_downselect
pvdeg.geospatial.feature_downselect
pvdeg.geospatial.identify_mountains_radii
pvdeg.geospatial.identify_mountains_weights
pvdeg.geospatial.interpolate_analysis
pvdeg.geospatial.meta_KDtree
pvdeg.geospatial.output_template
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




.. this is crazy
..
Functions
---------


.. autofunction:: analysis

.. _sphx_glr_backref_pvdeg.geospatial.analysis:

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

.. autofunction:: apply_bounding_box

.. _sphx_glr_backref_pvdeg.geospatial.apply_bounding_box:

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

.. autofunction:: auto_template

.. _sphx_glr_backref_pvdeg.geospatial.auto_template:

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

.. autofunction:: calc_block

.. _sphx_glr_backref_pvdeg.geospatial.calc_block:

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

.. autofunction:: calc_gid

.. _sphx_glr_backref_pvdeg.geospatial.calc_gid:

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

.. autofunction:: elevation_stochastic_downselect

.. _sphx_glr_backref_pvdeg.geospatial.elevation_stochastic_downselect:

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

.. autofunction:: feature_downselect

.. _sphx_glr_backref_pvdeg.geospatial.feature_downselect:

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

.. autofunction:: identify_mountains_radii

.. _sphx_glr_backref_pvdeg.geospatial.identify_mountains_radii:

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

.. autofunction:: identify_mountains_weights

.. _sphx_glr_backref_pvdeg.geospatial.identify_mountains_weights:

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

.. autofunction:: interpolate_analysis

.. _sphx_glr_backref_pvdeg.geospatial.interpolate_analysis:

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

.. autofunction:: meta_KDtree

.. _sphx_glr_backref_pvdeg.geospatial.meta_KDtree:

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

.. autofunction:: output_template

.. _sphx_glr_backref_pvdeg.geospatial.output_template:

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

.. autofunction:: plot_Europe

.. _sphx_glr_backref_pvdeg.geospatial.plot_Europe:

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

.. autofunction:: plot_USA

.. _sphx_glr_backref_pvdeg.geospatial.plot_USA:

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

.. autofunction:: plot_sparse_analysis

.. _sphx_glr_backref_pvdeg.geospatial.plot_sparse_analysis:

.. 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:

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

.. autofunction:: template_parameters

.. _sphx_glr_backref_pvdeg.geospatial.template_parameters:

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

.. autofunction:: zero_template

.. _sphx_glr_backref_pvdeg.geospatial.zero_template:

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










6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.geospatial.start_dask.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.start\_dask
============================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: start_dask
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.template\_parameters
=====================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: template_parameters
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.geospatial.zero_template.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.zero\_template
===============================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: zero_template
Loading

0 comments on commit 81e62ca

Please sign in to comment.