Skip to content
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ instance/
# Sphinx documentation
_build
docs/_build/
docs/build
docs/_static/images/oceanography/_thumbs
docs/_static/images/hydrology/_thumbs
docs/jupyter_execute

# PyBuilder
.pybuilder/
Expand Down
70 changes: 61 additions & 9 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,65 @@
.wy-side-nav-search, .wy-nav-top, .wy-nav-side {
background: #0b1817;
}
.wy-nav-side{
}
.wy-nav-side{
color: #0b1817;
}
.wy-nav-content {
max-width: 80% !important;
background: #fefefe
}
.wy-menu-vertical p.caption{
}
.wy-nav-content {
max-width: 80% !important;
background: #fefefe
}
.wy-menu-vertical p.caption{
color:#43a299
}
}

/* ---- Layout général des cards ---- */

.sd-card {
height: 100%;
display: flex;
flex-direction: column;
}

/* ---- Image thumbnail ---- */

.sd-card-img-top {
width: 100%;
height: 160px !important; /* hauteur fixe */
object-fit: contain !important; /* image entièrement visible */
object-position: center; /* centre l’image */
background: #ffffff !important;
padding: 8px; /* petit espace autour */
}



/* conteneur du contenu */
.sd-card-body {
flex-grow: 1;
display: flex;
flex-direction: column;
}

/* ---- Titre ---- */

.sd-card-title {
min-height: 60px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

/* ---- Texte description ---- */

.sd-card-text {
flex-grow: 1;
}

/* ---- Petit effet hover ---- */

.sd-card:hover {
transform: translateY(-3px);
transition: 0.2s ease;
box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}
Binary file added docs/_static/images/cnes_aviso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
132 changes: 132 additions & 0 deletions docs/cnes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
# Swot Ocean Data Tutorials

```{admonition} Gallery Versions & Changelog
:class: dropdown tip

Current version: {{ oceanography_latest_badge }}

Download a release:

{{ oceanography_downloads }}

📄 [Changelog](#changelog)
```

## Access to data

````{grid} 1 1 3 4
:gutter: 2

```{grid-item-card} Search Swot data
:link: SWOT-Oceanography/ex_search_swot
:link-type: doc
:img-top: _static/images/oceanography/_thumbs/ex_search_swot.png
```

```{grid-item-card} Download Swot data from AVISO
:link: SWOT-Oceanography/ex_aviso_download_swot
:link-type: doc
:img-top: _static/images/oceanography/aviso.png
```
````

```{toctree}
:hidden:

SWOT-Oceanography/ex_search_swot
SWOT-Oceanography/ex_aviso_download_swot
```

---

## 2-km data

````{grid} 1 1 3 4
:gutter: 2

```{grid-item-card} Basic L2 startup
:link: SWOT-Oceanography/ex_swot_l2_basic_startup
:link-type: doc
:img-top: _static/images/oceanography/_thumbs/ex_swot_l2_basic_startup.png
```

```{grid-item-card} L3 startup
:link: SWOT-Oceanography/ex_swot_l3_startup
:link-type: doc
:img-top: _static/images/oceanography/_thumbs/ex_swot_l3_startup.png
```
````

```{toctree}
:hidden:

SWOT-Oceanography/ex_swot_l2_basic_startup
SWOT-Oceanography/ex_swot_l3_startup
```

---

## 250-m data

````{grid} 1 1 3 4
:gutter: 2

```{grid-item-card} L3 unsmoothed data
:link: SWOT-Oceanography/ex_swot_l3_unsmoothed
:link-type: doc
:img-top: _static/images/oceanography/_thumbs/ex_swot_l3_unsmoothed.png
```

```{grid-item-card} Subset L3 unsmoothed (AVISO TDS)
:link: SWOT-Oceanography/ex_subset_swot_l3_unsmoothed_aviso_tds
:link-type: doc
:img-top: _static/images/oceanography/_thumbs/ex_subset_swot_l3_unsmoothed_aviso_tds.png
```

```{grid-item-card} Subset L2 unsmoothed (AVISO TDS)
:link: SWOT-Oceanography/ex_subset_swot_l2_unsmoothed_aviso_tds
:link-type: doc
:img-top: _static/images/oceanography/_thumbs/ex_subset_swot_l2_unsmoothed_aviso_tds.png
```

```{grid-item-card} Sea ice classification
:link: SWOT-Oceanography/ex_sea_ice_classification
:link-type: doc
:img-top: _static/images/oceanography/_thumbs/ex_sea_ice_classification.png
```
````

```{toctree}
:hidden:

SWOT-Oceanography/ex_swot_l3_unsmoothed
SWOT-Oceanography/ex_subset_swot_l3_unsmoothed_aviso_tds
SWOT-Oceanography/ex_subset_swot_l2_unsmoothed_aviso_tds
SWOT-Oceanography/ex_sea_ice_classification
```

---

## Wind Wave data

````{grid} 1 1 3 4
:gutter: 2

```{grid-item-card} L3 LR Wind Wave startup
:link: SWOT-Oceanography/ex_swot_l3_lr_ww_startup
:link-type: doc
:img-top: _static/images/oceanography/_thumbs/ex_swot_l3_lr_ww_startup.png
```
````

```{toctree}
:hidden:

SWOT-Oceanography/ex_swot_l3_lr_ww_startup
```

```{image} aviso.png
:class: hidden
```

```{include} SWOT-Oceanography/changelog.md
34 changes: 0 additions & 34 deletions docs/cnes.rst

This file was deleted.

Loading
Loading