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

add info for overview and motivation #89

Merged
merged 1 commit into from
Nov 3, 2023
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
2 changes: 2 additions & 0 deletions tutorial/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ parts:

- caption: Part 3
chapters:
- file: part3/intro
title: Unlocking the Power of Space Data with Pangeo & OpenEO
- file: part3/data_discovery
title: Data discoverability and searchability
- file: part3/chunking_introduction
Expand Down
35 changes: 34 additions & 1 deletion tutorial/part1/motivation.md
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
# Introduction and Motivation
# Introduction and Motivation


[Pangeo](https://pangeo.io) is a global community initiative for Big Geoscience Data that promotes open, reproducible, and scalable science:

- Open Community
- Open Platform with deployments that can be customized for every needs and for everyone

Since August 2023, Pangeo is a [Numfocus](https://numfocus.org) sponsored project.

![Numfocus](../figures/Numfocus.png)

## Important information about Pangeo

- [Code of Conduct](https://github.com/pangeo-data/governance/blob/master/conduct/code_of_conduct.md
- [Governance](https://github.com/pangeo-data/governance/blob/master/governance.md)
- [Roadmap](https://pangeo.io/roadmap.html)


## Key points

- **No vendor lock-in, no credits needed**;
- Easy to start and deployment on laptops, cloud and HPC;
- “Reference” deployments on different cloud infrastructures;
- Team up with other initiatives. It can help to increase DEI (Diversity, Equity and Inclusion):
* Educational material and deliver trainings (Pythia, Galaxy);
* Training infrastructure as a Service (Pythia, Galaxy, EOSC);
* Use Pangeo from GUI (no programming skills required) on Galaxy Europe.
- Contribute to easy creation of data in analysis-ready, cloud optimized (ARCO) format;
- Promote the work done by the Pangeo Community and other Geosciences initiatives (Pangeo Show & Tell/Showcase/Pangeo discourse);
- Pangeo heavily used in industry;
- **Spin-off** (often from Pangeo community members) and many startups & companies using Pangeo software stack and contributing to Pangeo ecosystem.


13 changes: 10 additions & 3 deletions tutorial/part1/overview.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Overview of the Pangeo ecosystem

Please follow the explanation here [https://pangeo-data.github.io/pangeo-openeo-BiDS-2023/before/EOSC.html](https://pangeo-data.github.io/pangeo-openeo-BiDS-2023/before/EOSC.html) and register yourself to Pangeo-EOSC cluster, and connect to Pangeo-EOSC cluster.

Once you are connected, please open a terminal, and type
```git clone https://github.com/pangeo-data/pangeo-openeo-BiDS-2023.git```
- You can find a short introduction to Pangeo [here](https://doi.org/10.5281/zenodo.10070519)
- Please follow the explanation at [https://pangeo-data.github.io/pangeo-openeo-BiDS-2023/before/EOSC.html](https://pangeo-data.github.io/pangeo-openeo-BiDS-2023/before/EOSC.html) and register yourself to Pangeo-EOSC cluster, and connect to Pangeo-EOSC cluster.

- Once you are connected, please open a terminal, and type:


```
git clone https://github.com/pangeo-data/pangeo-openeo-BiDS-2023.git
```




16 changes: 16 additions & 0 deletions tutorial/part3/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Unlocking the Power of Space Data with Pangeo & OpenEO

In this tutorial, we assume you have some prior knowledge about [Pangeo](https://pangeo.io) and [OpenEO](https://openeo.org).

- Please follow the explanation at [https://pangeo-data.github.io/pangeo-openeo-BiDS-2023/before/EOSC.html](https://pangeo-data.github.io/pangeo-openeo-BiDS-2023/before/EOSC.html) and register yourself to Pangeo-EOSC cluster, and connect to Pangeo-EOSC cluster.

- Once you are connected, please open a terminal, and type:


```
git clone https://github.com/pangeo-data/pangeo-openeo-BiDS-2023.git
```




Loading