-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
64 lines (61 loc) · 1.73 KB
/
_pkgdown.yml
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
url: https://niehs.github.io/amadeus/
template:
bootstrap: 5
bootswatch: minty
navbar:
structure:
left: [reference, articles, search]
right: [github]
components:
articles:
text: Articles
menu:
- text: Miscellaneous
- text: download_data Function
href: articles/download_functions.html
- text: Protected Datasets
href: articles/protected_datasets.html
- text: Source-Specific Workflows
- text: Climatology Lab TerraClimate
href: articles/terraclimate_workflow.html
- text: Climatology Lab GridMET
href: articles/gridmet_workflow.html
- text: North American Regional Reanalysis (NARR)
href: articles/narr_workflow.html
- text: US EPA Air Quality System (AQS)
href: articles/epa_download.html
reference:
- subtitle: Download
desc: Functions which download data from URLs
- contents:
- download_data
- starts_with("download_")
- subtitle: Process
desc: Functions which import and clean raw data
- contents:
- process_covariates
- starts_with("process_")
- subtitle: Covariates
desc: Functions which extract data values at user-defined points
- contents:
- calculate_covariates
- starts_with("calculate_")
- sum_edc
- subtitle: Spatio-Temporal
desc: Functions which convert to, from, and between spatio-temporal data types
- contents:
- has_keyword("spacetime")
- subtitle: Auxiliary
desc: Functions which support the download, process, and covariate calculation functions
- contents:
- has_keyword("auxiliary")
articles:
- title: Articles
navbar: ~
contents:
- download_functions
- protected_datasets
- terraclimate_workflow
- gridmet_workflow
- narr_workflow
- epa_download