-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.qmd
129 lines (110 loc) · 3.96 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
---
format:
html:
toc: false
---
## Overview of *eReefs*
<!-- Introduction to eReefs -->
::::{.hp-tutorial}
:::{.hp-thumbnail}

:::
:::{.hp-text}
[An introduction to eReefs]{.hp-title}<br>
An introduction to the *eReefs* information platform, the core models, their outputs, how to access these
outputs, and their potential applications and limitations.
:::
:::{.hp-links}
[{{< fa solid book >}} Start](tutorials/general/intro_to_ereefs.qmd)
:::
::::
## Setup your development environment
<!-- Setup RStudio -->
::::{.hp-tutorial}
:::{.hp-thumbnail}

:::
:::{.hp-text}
[Setup RStudio]{.hp-title}<br>
Setup *R* and *RStudio* on your development environment, to run the R tutorials found in this website.
:::
:::{.hp-links}
[{{< fa solid book >}} Start](tutorials/r/follow-along/r_and_rstudio_setup.qmd)
:::
::::
<!-- Setup Python -->
::::{.hp-tutorial}
:::{.hp-thumbnail}

:::
:::{.hp-text}
[Setup Python]{.hp-title}<br>
Setup *Python* on your development environment, to run the Python tutorials found in this website.
:::
:::{.hp-links}
[{{< fa solid book >}} Start](tutorials/python/follow-along/python_setup.qmd)
:::
::::
## Access *eReefs* data
<!-- Basic Server Access -->
::::{.hp-tutorial}
:::{.hp-thumbnail}

:::
:::{.hp-text}
[Basic access to the AIMS eReefs THREDDS server]{.hp-title}<br>
Learn the basics of extracting aggregated eReefs data from the AIMS eReefs THREDDS server using the
efficient OPeNDAP data access protocol.
:::
:::{.hp-links}
[{{< fa brands r-project >}} R](tutorials/r/access-ereefs-data-server/basic-server-access/basic_server_access_r.qmd)<br>
[{{< fa brands python >}} Python](tutorials/python/access-ereefs-data-server/basic-server-access/basic_server_access_python.qmd)
:::
::::
<!-- Programmatic Server Access -->
::::{.hp-tutorial}
:::{.hp-thumbnail}

:::
:::{.hp-text}
[Programmatic access to the AIMS eReefs Server]{.hp-title}<br>
Extends the methods introduced in the basic access tutorial to programmatically extract aggregated eReefs
data from the AIMS eReefs THREDDS server for multiple dates and points.
:::
:::{.hp-links}
[{{< fa brands r-project >}} R](tutorials/r/access-ereefs-data-server/programmatic-server-access/programmatic_server_access_r.qmd)<br>
[{{< fa brands python >}} Python](tutorials/python/access-ereefs-data-server/programmatic-server-access/programmatic_server_access_python.qmd)
:::
::::
## Plot *eReefs* data
<!-- Time series plot -->
::::{.hp-tutorial}
:::{.hp-thumbnail}

:::
:::{.hp-text}
[Time series plots]{.hp-title}<br>
Learn how to create time series plots of eReefs data.<br>
[*Note: the python tutorial has not yet been updated to cover the more advanced topics included in the R tutorial*]
:::
:::{.hp-links}
[{{< fa brands r-project >}} R](tutorials/r/plot-ereefs-data/time-series-plot/time_series_plot_r.qmd)<br>
[{{< fa brands python >}} Python](tutorials/python/plot-ereefs-data/time-series-plot/time_series_plot_python.qmd)
:::
::::
## Process *eReefs* data
<!-- Correlation wind and current -->
::::{.hp-tutorial}
:::{.hp-thumbnail}

:::
:::{.hp-text}
[Correlation: wind and current]{.hp-title}<br>
Learn how to extract and process eReefs data to answer the question: *How strong does the wind need to be to
set the direction of the surface ocean currents?*
:::
:::{.hp-links}
[{{< fa brands r-project >}} R](tutorials/r/process-ereefs-data/correlation/correlation_wind_and_current_r.qmd)<br>
[{{< fa brands python >}} Python](tutorials/python/process-ereefs-data/correlation/correlation_wind_and_current_python.qmd)
:::
::::