Skip to content

Update resource_gallery.yaml to add UXarray #456

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

Merged
merged 3 commits into from
Sep 12, 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
4 changes: 2 additions & 2 deletions .github/workflows/update-resource-gallery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
python .github/workflows/collect-user-submission.py

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: submission
path: resource-gallery-submission-input.json
Expand All @@ -72,7 +72,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: submission

Expand Down
77 changes: 75 additions & 2 deletions portal/resource_gallery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1479,11 +1479,11 @@
- numerical weather prediction

- title: The Earth Science Box Modelling Toolkit
url: https://github.com/uliw/esbmtk
description: |
ESBMTK is a python library that aims to simplify typical box modeling projects in the Earth-Sciences.
It uses a declarative approach to describe models, and abstracts typical modeling tasks like gas-exchange and carbonate dissolution through python classes. See the
manual at https://esbmtk.readthedocs.io/en/latest for installation instructions usage, and example code.
url: https://github.com/uliw/esbmtk
thumbnail: https://raw.githubusercontent.com/uliw/esbmtk/staging/mpc.png
authors:
- name: Ulrich G Wortmann
Expand All @@ -1502,9 +1502,9 @@
- Chemical Oceanography

- title: The PO.DAAC Cookbook
url: https://podaac.github.io/tutorials/
description: |
A place to find NASA ocean, climate, and surface water data recipes and tutorials for the Physical Oceanography Distributed Active Archive Center (PO.DAAC) datasets, tools & services!
url: https://podaac.github.io/tutorials/
thumbnail: https://github.com/podaac/tutorials/blob/master/images/podaac_cookbook_thumbnail.png
authors:
- name: PO.DAAC Team
Expand All @@ -1525,3 +1525,76 @@
- Physical Oceanography Distributed Active Archive Center (PO.DAAC)
- Jet Propulsion Laboratory
- California Institute of Technology

- title: UXarray
url: https://uxarray.readthedocs.io/
description: Xarray extension for unstructured climate and global weather data
thumbnail: https://raw.githubusercontent.com/UXARRAY/uxarray/921dd8f42f661692f0cec170ee5c7dbedb294237/docs/_static/images/logos/uxarray_logo_v_dark.svg
authors:
- name: Aaron Zedwick
affiliation: Liberty University
affiliation_url: https://www.liberty.edu/
- name: Amber Chen
- name: Anissa Zacharias
affiliation: NSF National Center for Atmospheric Research
affiliation_url: https://ncar.ucar.edu/
- name: Brian Medeiros
affiliation: NSF National Center for Atmospheric Research
affiliation_url: https://ncar.ucar.edu/
- name: Colin Zarzycki
affiliation: The Pennsylvania State University
affiliation_url: https://www.psu.edu/
- name: Hongyu Chen
affiliation: University of California, Davis
affiliation_url: https://www.ucdavis.edu/
- name: Ian Franda
affiliation: University of Wisconsin-Madison
affiliation_url: https://www.wisc.edu/
- name: John Clyne
affiliation: NSF National Center for Atmospheric Research
affiliation_url: https://ncar.ucar.edu/
- name: Michaela Sizemore
affiliation: National Renewable Energy Laboratory
affiliation_url: https://www.nrel.gov/
- name: Orhan Eroglu
affiliation: NSF National Center for Atmospheric Research
affiliation_url: https://ncar.ucar.edu/
email: [email protected]
- name: Paul Ullrich
affiliation: University of California, Davis
affiliation_url: https://www.ucdavis.edu/
- name: Philip Chmielowiec
affiliation: NSF National Center for Atmospheric Research
affiliation_url: https://ncar.ucar.edu/
- name: Rachel Tam
affiliation: University of Illinois Urbana-Champaign
affiliation_url: https://illinois.edu/
- name: Rajeev Jain
affiliation: Argonne National Laboratory
affiliation_url: https://www.anl.gov/
- name: Robert Jacob
affiliation: Argonne National Laboratory
affiliation_url: https://www.anl.gov/
tags:
packages:
- xarray
- dask
- numba
- numpy
- spatialpandas
- datashader
- holoviews
- matplotlib
formats:
- documentation
- tutorial
domains:
- Unstructured Grids
- Data Analysis
- Data Visualization
- Atmospheric Science
- Climate Science
affiliation:
- Pangeo
- Raijin
- SEATS
Loading