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

Merge pull request #42 from ldecicco-USGS/master

Description title and readme.
parents b891c4ab a61f09e4
No related branches found
No related tags found
No related merge requests found
Package: dataRetrieval Package: dataRetrieval
Type: Package Type: Package
Title: Retrieval functions for USGS and EPA hydrologic and water quality data Title: Retrieval Functions for USGS and EPA Hydrologic and Water Quality Data
Version: 2.0.0 Version: 2.0.0
Date: 2014-10-13 Date: 2014-10-13
Authors@R: c( person("Robert", "Hirsch", role = c("aut"), Authors@R: c( person("Robert", "Hirsch", role = c("aut"),
...@@ -9,8 +9,13 @@ Authors@R: c( person("Robert", "Hirsch", role = c("aut"), ...@@ -9,8 +9,13 @@ Authors@R: c( person("Robert", "Hirsch", role = c("aut"),
email = "ldecicco@usgs.gov"), email = "ldecicco@usgs.gov"),
person("David","Lorenz", role=c("aut"), person("David","Lorenz", role=c("aut"),
email = "lorenz@usgs.gov")) email = "lorenz@usgs.gov"))
Description: Collection of functions to help retrieve USGS and EPA water Description: Collection of functions to help retrieve U.S. Geological Survey
quality and hydrology data from web services. (USGS) and U.S. Environmental Protection Agency (EPA) water quality and
hydrology data from web services. USGS web services are discovered from the
National Water Information Services (NWIS) tools found here:
http://waterservices.usgs.gov/ Both EPA and USGS water quality data are
obtained from the Water Quality Portal found here:
http://www.waterqualitydata.us/portal.jsp
License: Unlimited | file LICENSE License: Unlimited | file LICENSE
Copyright: This software is in the public domain because it contains materials Copyright: This software is in the public domain because it contains materials
that originally came from the United States Geological Survey, an agency of that originally came from the United States Geological Survey, an agency of
...@@ -34,3 +39,4 @@ LazyLoad: yes ...@@ -34,3 +39,4 @@ LazyLoad: yes
LazyData: yes LazyData: yes
VignetteBuilder: knitr VignetteBuilder: knitr
BuildVignettes: true BuildVignettes: true
URL: https://github.com/USGS-R/dataRetrieval
...@@ -41,11 +41,11 @@ Moving `EGRET` specific functions to `EGRET` (version 2.0.0 and greater): ...@@ -41,11 +41,11 @@ Moving `EGRET` specific functions to `EGRET` (version 2.0.0 and greater):
|Information Source | Meta Data | Data | |Information Source | Meta Data | Data |
| -------------| -------------| ------------- |:-------------| | -------------| -------------| ------------- |:-------------|
|NWIS | `getNWISInfo` | `getNWISSample` | |NWIS | `readNWISInfo` | `readNWISSample` |
| | | `getNWISDaily` | | | | `readNWISDaily` |
| Water Quality Portal | `getWQPInfo`| `getWQPSample` | | Water Quality Portal | `readWQPInfo`| `readWQPSample` |
| User-supplied files | `getUserInfo` | `getUserDaily`| | User-supplied files | `readUserInfo` | `readUserDaily`|
| | | `getUserSample` | | | | `readUserSample` |
......
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