Skip to content

Commit 45dbf05

Browse files
authored
Update notebooks to online lab with Python 3.12 (#20)
* Update 01-intro.ipynb * Updates 02-remote.ipynb * Update and rename 00-README.md to README.md * Update 01-intro.ipynb * Delete 03-examples/02-quality.ipynb * Update and rename 00-README.md to README.md * Rename 00-README.md to README.md * Update 01-compressors.ipynb * Update 01-local.ipynb, 03-cdsapi.ipynb, and 04-ecmwfapi.ipynb * Update 03-cdsapi.ipynb
1 parent fccfc86 commit 45dbf05

File tree

10 files changed

+194
-664
lines changed

10 files changed

+194
-664
lines changed

01-intro.ipynb

Lines changed: 34 additions & 82 deletions
Large diffs are not rendered by default.

02-data-sources/01-local.ipynb

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

02-data-sources/02-remote.ipynb

Lines changed: 59 additions & 118 deletions
Large diffs are not rendered by default.

02-data-sources/03-cdsapi.ipynb

Lines changed: 17 additions & 36 deletions
Large diffs are not rendered by default.

02-data-sources/04-ecmwfapi.ipynb

Lines changed: 11 additions & 35 deletions
Large diffs are not rendered by default.
File renamed without changes.

03-examples/01-compressors.ipynb

Lines changed: 66 additions & 114 deletions
Large diffs are not rendered by default.

03-examples/02-quality.ipynb

Lines changed: 0 additions & 270 deletions
This file was deleted.

03-examples/00-README.md renamed to 03-examples/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ The **Online Laboratory for Data Compression** allows you to explore various dat
66
## Overview of the provided notebooks
77

88
- [`01-compressors.ipynb`](01-compressors.ipynb): Comparison of different compressors on a small temperature and specific humidity dataset
9-
- [`02-quality.ipynb`](02-quality.ipynb): Quantitative evaluation of different compressors and their settings across different variables
109

1110

1211
## License

00-README.md renamed to README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,13 @@ The **Online Laboratory for Data Compression** comes with several Jupyter notebo
4141
The following is an overview of all notebooks:
4242

4343
- [`01-intro.ipynb`](01-intro.ipynb): First introduction to the online laboratory, data loading, compression, and visualisation
44-
- [`02-data-sources/`](02-data-sources/00-README.md): Small examples on how to open datasets from different sources
44+
- [`02-data-sources/`](02-data-sources/README.md): Small examples on how to open datasets from different sources
4545
- [`01-local.ipynb`](02-data-sources/01-local.ipynb): open a large local read-only dataset by mounting it into the online lab
4646
- [`02-remote.ipynb`](02-data-sources/02-remote.ipynb): open large remote datasets using `fsspec`, `kerchunk`, and `zarr`
4747
- [`03-cdsapi.ipynb`](02-data-sources/03-cdsapi.ipynb): download small datasets from the Climate Data Store using the `cdsapi`
4848
- [`04-ecmwfapi.ipynb`](02-data-sources/04-ecmwfapi.ipynb): download small datasets from the ECMWF Archive using the `ecmwfapi`
49-
- [`03-examples/`](03-examples/00-README.md): Longer walkthrough examples that apply and evaluate data compression on different variables
49+
- [`03-examples/`](03-examples/README.md): Longer walkthrough examples that apply and evaluate data compression on different variables
5050
- [`01-compressors.ipynb`](03-examples/01-compressors.ipynb): comparison of different compressors on a small temperature and specific humidity dataset
51-
- [`02-quality.ipynb`](03-examples/02-quality.ipynb): quantitative evaluation of different compressors and their settings across different variables
5251

5352

5453
## Getting Help and Contributing

0 commit comments

Comments
 (0)