forked from DOI-USGS/dataRetrieval
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
94 lines (94 loc) · 2.25 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
template:
params:
ganalytics: UA-53797708-7
navbar:
type: default
left:
- text: Background
href: articles/dataRetrieval.html
- text: Function Help
href: reference/index.html
- text: Articles
menu:
- text: Tutorial
href: articles/tutorial.html
- text: Changes to QW
href: articles/qwdata_changes.html
- text: Moving Averages
href: articles/movingAverages.html
- text: Stat Service
href: articles/statsServiceMap.html
- text: NLDI Interface
href: articles/nldi.html
right:
- icon: fa-github fa-lg
href: https://github.com/USGS-R/dataRetrieval
reference:
- title: National Water Information System (NWIS)
desc: Functions to retrieve (USGS) NWIS data.
contents:
- readNWISdv
- readNWISuv
- readNWISsite
- readNWISqw
- 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
- 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:
- calcWaterYear
- addWaterYear
- renameNWISColumns
- setAccess
- countyCdLookup
- stateCdLookup
- countyCd
- parameterCdFile
- stateCd
- zeroPad
- dataRetrieval
- title: Web query utilities
desc: Functions to create web queries
contents:
- constructNWISURL
- constructUseURL
- constructWQPURL
- getQuerySummary
- getWebServiceData
- is_dataRetrieval_user