Skip to content

Commit

Permalink
Merge pull request #120 from QuentinMaz/feature/docs
Browse files Browse the repository at this point in the history
Add documentation
  • Loading branch information
annefou authored Dec 13, 2024
2 parents ace8c84 + 8a625ee commit 39cf0f6
Show file tree
Hide file tree
Showing 6 changed files with 6,728 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ parts:
- file: tag_data
- caption: Data preparation
chapters:
- file: intro_data_preparation
- file: s3_CMEMS_2D_kerchunk
- file: s3_CMEMS_3D_kerchunk
- file: s3chunked_parquet
- file: reference_model_creation
- file: tag_data_processing
- caption: Examples
chapters:
- file: cmems_catalog_creation
- file: gfts_intake
- file: pannel_plot_s3
Expand Down
4 changes: 2 additions & 2 deletions docs/cmems_catalog_creation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "e2c0784b-1358-4926-827b-9808d153d39b",
"metadata": {},
"source": [
"# **Copernicus data exploration**\n",
"# Copernicus data exploration\n",
"___\n",
"#### In this notebook, we search for the different caracteristics of the required data from copernicus marine sevices in order to add them to a yaml file that will store all the uris for relevant products and help us improve how we access data from cmems.\n",
"\n",
Expand Down Expand Up @@ -806,7 +806,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down
Binary file added docs/images/download_native_dataset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/intro_data_preparation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Introduction

This subsection aims to detail the two types of data used in this project:

1. _Reference models_, which refers to the data catalogs of the [Copernicus Service's services](https://www.copernicus.eu/en/copernicus-services) such as [CMEMS](https://marine.copernicus.eu/), the one we are the most interested by in `GFTS`.
2. _Tag data_, that corresponds to any information and measurements from a tagged fish, ranging from the name of the tagging campaign to the temperature/pressure time series.

Here a brief overview of what each section guides you through:

- **_Create Kerchunk catalog for CMEMS_** and its **3D version** show how to build a reference model.
- **_Read parquet kerchunk catalog_** illustrates how to load an already built reference model saved on the S3 bucket.
- **_Create a Reference Model with `virtualizarr`_** presents another way for building reference models, this time with a recent library called `virtualizarr`.
- One the other hand, **_Tag Data Preparation_** describes one way of processing raw tag data.
- **_Copernicus data exploration_** and **_Reading CMEMS Copernicus data from GFTS s3 bucket_** illustrate how to wrap several reference models into a single [YAML intake catalog](https://intake.readthedocs.io/en/latest/catalog.html#yaml-format).

The rest of the chapters focus on visualization of the different data.
Loading

0 comments on commit 39cf0f6

Please sign in to comment.