Skip to content
Snippets Groups Projects
Commit 3f417c75 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Starting to clean up readme help file.

parent 87983a3b
No related branches found
No related tags found
1 merge request!39Overhaul of function names. Move some functionality to EGRET.
......@@ -9,18 +9,15 @@ Retrieval functions for USGS and EPA hydrologic and water quality data.
## Function Overview
Web service retrieval functions:
|Information Source | Site Query | Meta Data | Data |
| -------------| -------------| ------------- |:-------------|
|NWIS | `getNWISSites` | `getNWISSiteInfo`| `getNWISData` |
| | `getNWISDataAvailability` | | `getNWISdvData` |
| | | `getNWISPcodeInfo` | `readNWISqw`|
| | | | `getNWISunitData` |
| Water Quality Portal* | `whatWQPsites` | | `readWQPdata` |
| | | | `getWQPqwData` |
|Function | Inputs | Description |
| -------------| -------------|:-------------|
|`readNWISdata` | `...`, service | NWIS data using user-specified queries |
|'readNWISdv` | `Common 4`, statCd | NWIS data with `Common 4` query |
* Water Quality Portal includes USGS, EPA, and USDA data
* `Common 4` = siteNumber, parameterCd, startDate, endDate
Moving `EGRET` specific functions to `EGRET` (version 2.0.0 and greater):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment