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

ICON XPP and NextGEMS dataset #28

Merged
merged 8 commits into from
Dec 14, 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
37 changes: 16 additions & 21 deletions 04-example-datasets/01-hplp.ipynb

Large diffs are not rendered by default.

78 changes: 14 additions & 64 deletions 04-example-datasets/02-OpenIFS.ipynb

Large diffs are not rendered by default.

247 changes: 247 additions & 0 deletions 04-example-datasets/03-NextGEMS.ipynb

Large diffs are not rendered by default.

289 changes: 289 additions & 0 deletions 04-example-datasets/04-ICONXPP.ipynb

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions 04-example-datasets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ The **Online Laboratory for Data Compression** is built so you can explore vario

## Overview of the provided notebooks

- [`01-hplp.ipynb`](01-hplp.ipynb): open hplp-experiment datasets from the ECMWF S3 bucket
- [`02-OpenIFS.ipynb`](02-OpenIFS.ipynb): open OpenIFS-experiment datasets from the ECMWF S3 bucket
- [`01-hplp.ipynb`](01-hplp.ipynb): open hplp-experiment dataset from the ECMWF S3 bucket
- [`02-OpenIFS.ipynb`](02-OpenIFS.ipynb): open OpenIFS-experiment dataset from the ECMWF S3 bucket
- [`03-NextGEMS.ipynb`](03-NextGEMS.ipynb): open NextGEMS-experiment dataset from the ECMWF S3 bucket
- [`04-ICONXPP.ipynb`](04-ICONXPP.ipynb): open ICON-XPP-experiment dataset from the ECMWF S3 bucket


## License
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ The following is an overview of all notebooks:
- [`03-examples/`](03-examples/README.md): Longer walkthrough examples that apply and evaluate data compression on different variables
- [`01-compressors.ipynb`](03-examples/01-compressors.ipynb): comparison of different compressors on a small temperature and specific humidity dataset
- [`04-example-datasets/`](04-example-datasets/README.md): Example datasets and access via an S3 bucket
- [`01-hplp.ipynb`](04-example-datasets/01-hplp.ipynb): open hplp-experiment datasets from the ECMWF S3 bucket
- [`02-OpenIFS.ipynb`](04-example-datasets/02-OpenIFS.ipynb): open OpenIFS-experiment datasets from the ECMWF S3 bucket

- [`01-hplp.ipynb`](04-example-datasets/01-hplp.ipynb): open hplp-experiment dataset from the ECMWF S3 bucket
- [`02-OpenIFS.ipynb`](04-example-datasets/02-OpenIFS.ipynb): open OpenIFS-experiment dataset from the ECMWF S3 bucket
- [`03-NextGEMS.ipynb`](04-example-datasets/03-NextGEMS.ipynb): open NextGEMS-experiment dataset from the ECMWF S3 bucket
- [`04-ICONXPP.ipynb`](04-example-datasets/04-ICONXPP.ipynb): open ICON-XPP-experiment dataset from the ECMWF S3 bucket


## Getting Help and Contributing
Expand Down