Skip to content

Commit 4904ec9

Browse files
committed
Move R-TEMPO in-dev tutorials to tutorials folder.
#421
1 parent 52a64fc commit 4904ec9

13 files changed

Lines changed: 46 additions & 203 deletions

File tree

_freeze/in-development/earthdata-python-r-handoff/execute-results/html.json

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
@layer htmltools {
2+
.html-fill-container {
3+
display: flex;
4+
flex-direction: column;
5+
/* Prevent the container from expanding vertically or horizontally beyond its
6+
parent's constraints. */
7+
min-height: 0;
8+
min-width: 0;
9+
}
10+
.html-fill-container > .html-fill-item {
11+
/* Fill items can grow and shrink freely within
12+
available vertical space in fillable container */
13+
flex: 1 1 auto;
14+
min-height: 0;
15+
min-width: 0;
16+
}
17+
.html-fill-container > :not(.html-fill-item) {
18+
/* Prevent shrinking or growing of non-fill items */
19+
flex: 0 0 auto;
20+
}
21+
}

_freeze/tutorials/examine-TEMPO-data-R/execute-results/html.json

Lines changed: 21 additions & 0 deletions
Large diffs are not rendered by default.
67.5 KB
Loading
67.7 KB
Loading
354 KB
Loading
143 KB
Loading
383 KB
Loading

_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ website:
125125
href: tutorials/fair-workflow-geoweaver-demo.ipynb
126126
- text: "MATLAB Access NetCDF"
127127
href: tutorials/matlab.qmd
128+
- text: "Accessing TEMPO data with R and terra"
129+
href: tutorials/examine-TEMPO-data-R.qmd
128130
- section: "Workshops & Hackathons"
129131
href: workshops/index.qmd
130132
contents:
@@ -167,8 +169,6 @@ website:
167169
href: examples/PODAAC/PODAAC_ECCO_SSH__Kerchunk.ipynb
168170
- text: "`earthdata`: Python-R Handoff"
169171
href: in-development/earthdata-python-r-handoff.qmd
170-
- text: "Accessing TEMPO data with R and terra"
171-
href: in-development/examine-TEMPO-data-R.qmd
172172
- section: "Contributing"
173173
href: contributing/index.qmd
174174
contents:

in-development/tempo-R-stars.R

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

0 commit comments

Comments
 (0)