forked from andypbarrett/openscapes_community_chat_coiled
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
58 lines (37 loc) · 1.26 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
title: Processing Terrabytes of Laser Altimetry Data in The Cloud
author: "Amy Steiker, Andy Barrett and Luis Lopez"
title-slide-attributes:
data-background-image: images/seaice_background.png
format:
revealjs:
theme: nsidc_daac_theme.scss
code-fold: true
fig-cap-location: top
logo: images/nsidc_daac_openscapes_logos.png
footer: "Openscapes Community Call: NASA Earthdata Cloud with Coiled, 2023-11-28"
embed-resources: True
---
## We know a lot about sea ice extent...
![](images/N_daily_concentration_hires.png){.absolute top=100 left=5 width="40%"}
![](images/monthly_ice_09_NH_v3.0-1.png){.absolute top=100 left=500 width="50%"}
::: {.absolute bottom=100 left=500}
...but less about ice thickness.
:::
## Estimating thickness from space
::: {.r-stack}
![](images/ICESat-2_how-it-works.jpg){.absolute top=100 left=5 width="50%"}
![](images/sea_ice_freeboard_petty2020.png){.fragment .absolute top=150 left=300 width="40%"}
![](images/ross_sea_freeboard.png){.fragment .absolute top=200 left=600 width="40%"}
:::
## Ways of Working
:::: {.columns}
::: {.column width="50%"}
Jupyter Hub with notebooks
![](images/jupyter_hub.png){width="100%"}
:::
::: {.fragment .column width="50%"}
Python scripts
![](images/script.png)
:::
::::