From 0e90a761dec59274ba793c223d3486f320f2e8b2 Mon Sep 17 00:00:00 2001 From: Orhan Eroglu <32553057+erogluorhan@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:22:29 -0600 Subject: [PATCH 1/3] Update resource_gallery.yaml to add UXarray --- portal/resource_gallery.yaml | 73 ++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/portal/resource_gallery.yaml b/portal/resource_gallery.yaml index 14979a29..be538630 100644 --- a/portal/resource_gallery.yaml +++ b/portal/resource_gallery.yaml @@ -1525,3 +1525,76 @@ - Physical Oceanography Distributed Active Archive Center (PO.DAAC) - Jet Propulsion Laboratory - California Institute of Technology + +- title: UXarray + description: Xarray extension for unstructured climate and global weather data + url: https://uxarray.readthedocs.io/ + 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: oero@ucar.edu + - 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 From 9d3c640c62e2f7ff2d1899fda55cf3685dea768f Mon Sep 17 00:00:00 2001 From: Orhan Eroglu <32553057+erogluorhan@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:51:55 -0600 Subject: [PATCH 2/3] Reorder url and description in a few entries --- portal/resource_gallery.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portal/resource_gallery.yaml b/portal/resource_gallery.yaml index be538630..9ddfb9e9 100644 --- a/portal/resource_gallery.yaml +++ b/portal/resource_gallery.yaml @@ -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 @@ -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 @@ -1527,8 +1527,8 @@ - California Institute of Technology - title: UXarray - description: Xarray extension for unstructured climate and global weather data 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 From f74d07f19dd2ba4ca4c80064e95544dc72728fc1 Mon Sep 17 00:00:00 2001 From: Orhan Eroglu <32553057+erogluorhan@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:55:20 -0600 Subject: [PATCH 3/3] Ugrade upload and download artifacts to v4 --- .github/workflows/update-resource-gallery.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-resource-gallery.yaml b/.github/workflows/update-resource-gallery.yaml index b5d535d0..ab1e9371 100644 --- a/.github/workflows/update-resource-gallery.yaml +++ b/.github/workflows/update-resource-gallery.yaml @@ -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 @@ -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