Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dataRetrieval
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Water
dataRetrieval
Commits
85e1cbde
Commit
85e1cbde
authored
10 years ago
by
Laura A DeCicco
Browse files
Options
Downloads
Patches
Plain Diff
Update table.
parent
820243f8
No related branches found
No related tags found
1 merge request
!39
Overhaul of function names. Move some functionality to EGRET.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-8
8 additions, 8 deletions
README.md
with
8 additions
and
8 deletions
README.md
+
8
−
8
View file @
85e1cbde
...
...
@@ -14,10 +14,14 @@ Web service retrieval functions:
|Function | Inputs | Description |
| -------------| ------------------------|:-------------|
|
`readNWISdata`
|
`...`
, service | NWIS data using user-specified queries |
|
`readNWISdv`
|
`Common
4`
, statCd | NWIS daily data with
`Common
4
`
query |
|
`readNWISqw`
|
`Common
4`
, expanded | NWIS water quality data with
`Common
4
`
query |
|
`readNWISunit`
|
`Common
4`
| NWIS instantaneous data with
`Common
4
`
query |
|
`readNWISdv`
|
`Common
3`
, parameter code
, statCd | NWIS daily data with
`Common`
query |
|
`readNWISqw`
|
`Common
3`
, parameter code
, expanded | NWIS water quality data with
`Common`
query |
|
`readNWISunit`
|
`Common
3`
, parameter code
| NWIS instantaneous data with
`Common`
query |
|
`readNWISpCode`
| parameterCd | NWIS parameter code information |
|
`readNWISgwl`
|
`Common 3`
| NWIS groundwater level data with
`Common`
query |
|
`readNWISpeak`
|
`Common 3`
| NWIS peak flow data with
`Common`
query |
|
`readNWISmeas`
|
`Common 3`
| NWIS surface-water measurement data with
`Common`
query |
|
`readNWISrating`
| siteNumber, type | NWIS rating table for an active USGS streamgage |
|
`readNWISsite`
| siteNumber | NWIS site information |
|
`whatNWISsites`
|
`...`
| NWIS site search using user-specified queries |
|
`whatNWISdata`
| siteNumber, service | NWIS data availability, including period of record and count |
...
...
@@ -25,11 +29,7 @@ Web service retrieval functions:
|
`readWQPqw`
|
`Common 4`
| WQP data with
`Common 4`
query |
|
`whatWQPsites`
|
`...`
| WQP site search using user-specified queries |
*
`Common 4`
= siteNumber, parameterCd, startDate, endDate
*
`Common 3`
= siteNumber, startDate, endDate
Moving
`EGRETdemo`
specific functions to
`EGRETdemo`
(version 2.0.0 and greater):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment