-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from QuentinMaz/feature/docs
Add documentation
- Loading branch information
Showing
6 changed files
with
6,728 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.