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

Inital Geospatial Test #99

Merged
merged 6 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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

2 changes: 2 additions & 0 deletions pvdeg/geospatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ def output_template(


# we should be able to get rid of this with the new autotemplating function and decorator
# this is helpful for users so we should move it to a section in the documenation,
# discuss with group
def template_parameters(func):
"""
Output parameters for xarray template.
Expand Down
Loading