Skip to content

Commit

Permalink
Merge branch 'main' into cloud-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc authored Dec 18, 2023
2 parents ce90afa + 0aeb6ff commit 7ecdba4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pr_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: echo ${{ github.event.number }} > ./public/PR

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr
path: public/
41 changes: 41 additions & 0 deletions content/en/users/getting-started/communities/pangeo/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: "Pangeo"
linkTitle: "Pangeo"
type: docs
weight: 20
description: >
How to to use the EGI infrastructure with Pangeo
---

EGI and the Pangeo community in Europe have forged
[a collaboration](https://www.egi.eu/case-study/pangeo/)
to provide deployments of the Pangeo ecosystem using the computing
resources offered by the European Open Science Cloud
([EOSC](https://eosc-portal.eu/about)). Read on to learn more about
how to get involved.

## About the Pangeo community in Europe

Many scientific domains have been transformed into data-driven disciplines.
Research projects increasingly and crucially depend on the exchange and
processing of data and have developed platforms tailored to their needs.
[Pangeo](https://pangeo.io/), a world-wide community driven platform initially
developed for Geoscience, has a huge potential to become a common gateway able
to leverage a wide variety of infrastructures and data providers for various
science fields.

Public pangeo deployments that are providing fast access to large amounts of
data and compute resources are all USA-based and members from the Pangeo
community in Europe do not have a shared platform where scientists or
technologists can exchange know-how. The main objective of this collaboration
with EGI is to demonstrate how to deploy and use Pangeo on EOSC and underlined
the benefits for the European community.

## How to get involved

EGI and the Pangeo community in Europe are interacting openly via a GitHub
repository: [pangeo-eosc](https://github.com/pangeo-data/pangeo-eosc/). Visit
this repository to find publications coming out of this collaboration and
guides on how to get started
[as a user](https://github.com/pangeo-data/pangeo-eosc/blob/main/users/users-getting-started.md)
or [as a provider](https://github.com/pangeo-data/pangeo-eosc/blob/main/providers/providers-getting-started.md).

0 comments on commit 7ecdba4

Please sign in to comment.