forked from DOI-USGS/dataRetrieval
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
155 lines (155 loc) · 4.36 KB
/
_pkgdown.yml
File metadata and controls
155 lines (155 loc) · 4.36 KB
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
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: Status
href: articles/Status.html
- text: Function Help
href: reference/index.html
- text: Tutorials
menu:
- text: Basic Tutorial
href: articles/tutorial.html
- text: Basic Tutorial (slides)
href: articles/basic_slides.html
- text: Changes to dataRetrieval (slides)
href: articles/changes_slides.html
- text: Additional Articles
menu:
- text: USGS Water Data APIs
href: articles/read_waterdata_functions.html
- text: Samples Data
href: articles/samples_data.html
- text: Changes to QW
href: articles/qwdata_changes.html
- text: Background
href: articles/dataRetrieval.html
- text: Pivot Data
href: articles/long_to_wide.html
- text: Join by closest date
href: articles/join_by_closest.html
- text: Large Request Scripting Approach
href: articles/wqp_large_pull_script.html
- text: Large Request Pipeline Approach
href: articles/wqp_large_pull_targets.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: USGS Water Data
desc: Functions to retrieve USGS Water Data.
contents:
- read_waterdata_samples
- read_waterdata_daily
- read_waterdata_continuous
- read_waterdata_ts_meta
- read_waterdata_monitoring_location
- read_waterdata_latest_continuous
- read_waterdata_latest_daily
- read_waterdata_field_measurements
- read_waterdata_parameter_codes
- read_waterdata_metadata
- read_waterdata
- summarize_waterdata_samples
- check_waterdata_sample_params
- get_ogc_params
- title: National Water Information System (NWIS)
desc: Functions to retrieve (USGS) NWIS data. These will be slowly phased out and replaced with the read_waterdata family of functions.
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
- constructWQPURL
- getQuerySummary
- getWebServiceData
- is_dataRetrieval_user
- checkWQPdates