-
Notifications
You must be signed in to change notification settings - Fork 40
/
_pkgdown.yml
60 lines (57 loc) · 1.3 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
url: ~
template:
bootstrap: 5
bootswatch: litera
authors:
ESIP:
html: "<img src='man/figures/esip-logo.png' width=72' alt='ESIP'/>"
href: "https://www.esipfed.org"
NOAA OWP:
html: "<img src='man/figures/noaa-logo.png' width=72 alt='ESIP'/>"
href: "https://www.esipfed.org"
footer:
roles: [cre, ctb]
citation:
roles: [cre]
sidebar:
roles: [cre, ctb, fnd]
articles:
- title: Quick Start
desc: Data access in R and Python
contents:
- intro
- intro-climatepy
- title: Data Catalogs
contents:
- schema
- catalogs
- title: Use Cases
contents:
- mros-climateR
- stream-morph
reference:
- title:
- subtitle: Shortcuts
desc: Prebuilt data access shortcuts
- contents:
- has_concept("shortcuts")
- subtitle: Data Access
desc: General tools for data access
contents:
- has_concept("dap")
- subtitle: Zarr Access
desc: General tools for zarr access
contents:
- has_concept("zarr")
- subtitle: EarthData Access
desc: General tools for configuring NASA EarthData Access
contents:
- has_concept("netrc")
- subtitle: Exported climateR-catalog
desc: Parquet file exported to package dataset
contents:
- has_concept("catalog")
- subtitle: Visualization
desc: Parquet file exported to package dataset
contents:
- has_concept("viz")