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

Updating info.

parent 4755182d
No related branches found
No related tags found
1 merge request!39Overhaul of function names. Move some functionality to EGRET.
......@@ -14,27 +14,32 @@ Please visit the EGRET wiki for more information:
`dataRetrieval`
=============
R package for data retrieval of water quality and hydrology data. This package was designed to integrate with the `EGRET` package. Please visit the `EGRET` wiki for more information:
[EGRET Wiki](https://github.com/USGS-R/EGRET/wiki)
R package for data retrieval of water quality and hydrology data.
## Function Overview
|Information Source | Site Query | Meta Data | Data |
| -------------| -------------| ------------- |:-------------|
|NWIS | `getNWISSites` | `getNWISInfo`* | `getNWISData` |
| | `getNWISDataAvailability` | `getNWISSiteInfo` | `getNWISDaily`* |
| | | `getNWISPcodeInfo` | `getNWISSample`* |
| | | | `getNWISdvData` |
|NWIS | `getNWISSites` | `getNWISSiteInfo`| `getNWISData` |
| | `getNWISDataAvailability` | | `getNWISdvData` |
| | | `getNWISPcodeInfo` | `getNWISqwData`|
| | | | `getNWISunitData` |
| | | | `getNWISqwData` |
| Water Quality Portal | `getWQPSites` | `getWQPInfo`* | `getWQPSample`* |
| Water Quality Portal | `getWQPSites` | | `getWQPData` |
| | | | `getWQPqwData` |
| | | | `getWQPData` |
Moving `EGRET` specific functions to `EGRET`:
|Information Source | Site Query | Meta Data | Data |
| -------------| -------------| ------------- |:-------------|
|NWIS | | `getNWISInfo`* | `getNWISSample`* |
| | | | `getNWISDaily`* |
| Water Quality Portal | | `getWQPInfo`* | `getWQPSample`* |
| User-supplied files | | `getUserInfo`* | `getUserDaily`* |
| | | | `getUserSample`* |
`* Designed specifically to provide dataframes suitable for use by the `EGRET` package.
##Subscribe
......
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