-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
73 lines (66 loc) · 1.51 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
65
66
67
68
69
70
title: hymetDP
url: https://EDIorg.github.io/hymetDP/
template:
bootstrap: 5
bootswatch: spacelab
reference:
- title: Create
desc: Define variables, create tables, validate, and write metadata
contents:
- template_hymet
- read_metadata
- create_data_values
- create_methods
- create_qualifiers
- create_quality_control
- create_series_catalog
- create_sites
- create_sources
- create_variables
- create_USGS_hymet
- define_method
- define_source
- define_variable
- read_tables
- write_tables
- validate_data
- create_eml
- title: Use
desc: Search, read, manipulate, plot, and save validate_data
contents:
- search_data
- read_data
- title: Controlled Vocabularies
desc: CUAHSI ODM Controlled Vocabularies
contents:
- CensorCodeCV
- DataTypeCV
- GeneralCategoryCV
- SampleMediumCV
- SiteTypeCV
- SpatialReferencesCV
- UnitsCV
- ValueTypeCV
- VariableNameCV
- VerticalDatumCV
- title: Supported External Parameters
desc: List of supported parameters from external create_sources
contents:
- supported_USGS_params
- title: Example Data
desc: Example Data
contents:
- hymet_L0_flat
- hymet_L1
navbar:
title: ~
type: default
left:
- text: Functions
href: reference/index.html
- text: Articles
menu:
- text: Create
href: articles/create.html
- text: Create from USGS Data
href: articles/use_usgs.html