Skip to content

Commit 0e5cab4

Browse files
authored
Update resource_gallery.yaml to add UXarray (#456)
* Update resource_gallery.yaml to add UXarray * Reorder url and description in a few entries * Ugrade upload and download artifacts to v4
1 parent 5024a51 commit 0e5cab4

File tree

2 files changed

+77
-4
lines changed

2 files changed

+77
-4
lines changed

.github/workflows/update-resource-gallery.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
python .github/workflows/collect-user-submission.py
5858
59-
- uses: actions/upload-artifact@v2
59+
- uses: actions/upload-artifact@v4
6060
with:
6161
name: submission
6262
path: resource-gallery-submission-input.json
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/setup-python@v2
7373
with:
7474
python-version: 3.8
75-
- uses: actions/download-artifact@v2
75+
- uses: actions/download-artifact@v4
7676
with:
7777
name: submission
7878

portal/resource_gallery.yaml

Lines changed: 75 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,11 +1479,11 @@
14791479
- numerical weather prediction
14801480

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

15041504
- title: The PO.DAAC Cookbook
1505+
url: https://podaac.github.io/tutorials/
15051506
description: |
15061507
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!
1507-
url: https://podaac.github.io/tutorials/
15081508
thumbnail: https://github.com/podaac/tutorials/blob/master/images/podaac_cookbook_thumbnail.png
15091509
authors:
15101510
- name: PO.DAAC Team
@@ -1525,3 +1525,76 @@
15251525
- Physical Oceanography Distributed Active Archive Center (PO.DAAC)
15261526
- Jet Propulsion Laboratory
15271527
- California Institute of Technology
1528+
1529+
- title: UXarray
1530+
url: https://uxarray.readthedocs.io/
1531+
description: Xarray extension for unstructured climate and global weather data
1532+
thumbnail: https://raw.githubusercontent.com/UXARRAY/uxarray/921dd8f42f661692f0cec170ee5c7dbedb294237/docs/_static/images/logos/uxarray_logo_v_dark.svg
1533+
authors:
1534+
- name: Aaron Zedwick
1535+
affiliation: Liberty University
1536+
affiliation_url: https://www.liberty.edu/
1537+
- name: Amber Chen
1538+
- name: Anissa Zacharias
1539+
affiliation: NSF National Center for Atmospheric Research
1540+
affiliation_url: https://ncar.ucar.edu/
1541+
- name: Brian Medeiros
1542+
affiliation: NSF National Center for Atmospheric Research
1543+
affiliation_url: https://ncar.ucar.edu/
1544+
- name: Colin Zarzycki
1545+
affiliation: The Pennsylvania State University
1546+
affiliation_url: https://www.psu.edu/
1547+
- name: Hongyu Chen
1548+
affiliation: University of California, Davis
1549+
affiliation_url: https://www.ucdavis.edu/
1550+
- name: Ian Franda
1551+
affiliation: University of Wisconsin-Madison
1552+
affiliation_url: https://www.wisc.edu/
1553+
- name: John Clyne
1554+
affiliation: NSF National Center for Atmospheric Research
1555+
affiliation_url: https://ncar.ucar.edu/
1556+
- name: Michaela Sizemore
1557+
affiliation: National Renewable Energy Laboratory
1558+
affiliation_url: https://www.nrel.gov/
1559+
- name: Orhan Eroglu
1560+
affiliation: NSF National Center for Atmospheric Research
1561+
affiliation_url: https://ncar.ucar.edu/
1562+
1563+
- name: Paul Ullrich
1564+
affiliation: University of California, Davis
1565+
affiliation_url: https://www.ucdavis.edu/
1566+
- name: Philip Chmielowiec
1567+
affiliation: NSF National Center for Atmospheric Research
1568+
affiliation_url: https://ncar.ucar.edu/
1569+
- name: Rachel Tam
1570+
affiliation: University of Illinois Urbana-Champaign
1571+
affiliation_url: https://illinois.edu/
1572+
- name: Rajeev Jain
1573+
affiliation: Argonne National Laboratory
1574+
affiliation_url: https://www.anl.gov/
1575+
- name: Robert Jacob
1576+
affiliation: Argonne National Laboratory
1577+
affiliation_url: https://www.anl.gov/
1578+
tags:
1579+
packages:
1580+
- xarray
1581+
- dask
1582+
- numba
1583+
- numpy
1584+
- spatialpandas
1585+
- datashader
1586+
- holoviews
1587+
- matplotlib
1588+
formats:
1589+
- documentation
1590+
- tutorial
1591+
domains:
1592+
- Unstructured Grids
1593+
- Data Analysis
1594+
- Data Visualization
1595+
- Atmospheric Science
1596+
- Climate Science
1597+
affiliation:
1598+
- Pangeo
1599+
- Raijin
1600+
- SEATS

0 commit comments

Comments
 (0)