-
Notifications
You must be signed in to change notification settings - Fork 85
/
_pkgdown.yml
137 lines (137 loc) · 3.61 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
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
130
131
132
133
134
135
136
137
template:
params:
ganalytics: UA-53797708-7
includes:
before_title: '<a href="https://www.usgs.gov/"><img src="logo.png" id="logo" alt="Home" style="padding: 0px 50px 0px 0px;"></a>'
in_header: header_tag.html
bootstrap: 5
theme: atom-one-light
bslib:
bg: "white"
fg: "#283140"
navbar-brand-color: "white"
navbar-light-color: "white"
nav-link-color: "white"
nav-link-hover-color: "#a9a9a9"
navbar-light-brand-hover-color: "white"
navbar-light-brand-color: "white"
navbar-light-hover-color: "white"
nav-text-color: "white"
nav-text-light-color: "white"
text-muted: "white"
pkgdown-nav-height: 125px
navbar:
left:
- text: Background
href: articles/dataRetrieval.html
- text: Function Help
href: reference/index.html
- text: Large Data Pulls
menu:
- text: Scripting Approach
href: articles/wqp_large_pull_script.html
- text: Pipeline Approach
href: articles/wqp_large_pull_targets.html
- text: Water Quality Changes
menu:
- text: Changes to QW
href: articles/qwdata_changes.html
- text: USGS QW Status
href: articles/Status.html
- text: QW Development Plan
href: articles/wqx3_development_plan.html
- text: Additional Articles
menu:
- text: Tutorial
href: articles/tutorial.html
- text: Changes to QW
href: articles/qwdata_changes.html
- text: Long to Wide
href: articles/long_to_wide.html
- text: Join by closest date
href: articles/join_by_closest.html
- text: Stat Service
href: articles/statsServiceMap.html
- text: NLDI Interface
href: articles/nldi.html
- text: Moving Averages
href: articles/movingAverages.html
- text: How to Contribute
href: articles/Contributing.html
right:
- icon: fa-github fa-lg
href: https://github.com/DOI-USGS/dataRetrieval
reference:
- title: National Water Information System (NWIS)
desc: Functions to retrieve (USGS) NWIS data.
contents:
- readNWISdv
- readNWISuv
- readNWISsite
- readNWISstat
- readNWISmeas
- readNWISpCode
- readNWISrating
- readNWISpeak
- readNWISgwl
- readNWISuse
- readNWISdata
- whatNWISsites
- whatNWISdata
- title: Water Quality Portal (WQP)
desc: Functions to retrieve WQP data.
contents:
- readWQPqw
- readWQPdata
- whatWQPsites
- whatWQPdata
- whatWQPsamples
- whatWQPmetrics
- readWQPsummary
- wqp_check_status
- title: National Ground-Water Monitoring Network
desc: Functions to retrieve NGWMN data.
contents:
- readNGWMNlevels
- readNGWMNsites
- readNGWMNdata
- title: Network Linked Data Index
desc: Functions to interface with the NLDI.
contents:
- findNLDI
- get_nldi_sources
- title: Import data
desc: Functions to import different data formats
contents:
- importRDB1
- importNGWMN
- importWaterML1
- importWaterML2
- importWQP
- title: Helper functions
contents:
- create_NWIS_bib
- create_WQP_bib
- calcWaterYear
- addWaterYear
- renameNWISColumns
- setAccess
- countyCdLookup
- stateCdLookup
- countyCd
- parameterCdFile
- stateCd
- zeroPad
- dataRetrieval
- pcode_to_name
- parse_WQP
- title: Web query utilities
desc: Functions to create web queries
contents:
- constructNWISURL
- constructUseURL
- constructWQPURL
- getQuerySummary
- getWebServiceData
- is_dataRetrieval_user
- checkWQPdates