Skip to content

Commit

Permalink
Merge pull request #42 from ldecicco-USGS/master
Browse files Browse the repository at this point in the history
Description title and readme.
  • Loading branch information
ldecicco-USGS committed Nov 13, 2014
2 parents b891c4a + a61f09e commit a108cc4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
12 changes: 9 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dataRetrieval
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
Date: 2014-10-13
Authors@R: c( person("Robert", "Hirsch", role = c("aut"),
Expand All @@ -9,8 +9,13 @@ Authors@R: c( person("Robert", "Hirsch", role = c("aut"),
email = "[email protected]"),
person("David","Lorenz", role=c("aut"),
email = "[email protected]"))
Description: Collection of functions to help retrieve USGS and EPA water
quality and hydrology data from web services.
Description: Collection of functions to help retrieve U.S. Geological Survey
(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
Copyright: This software is in the public domain because it contains materials
that originally came from the United States Geological Survey, an agency of
Expand All @@ -34,3 +39,4 @@ LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
BuildVignettes: true
URL: https://github.com/USGS-R/dataRetrieval
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ Moving `EGRET` specific functions to `EGRET` (version 2.0.0 and greater):

|Information Source | Meta Data | Data |
| -------------| -------------| ------------- |:-------------|
|NWIS | `getNWISInfo` | `getNWISSample` |
| | | `getNWISDaily` |
| Water Quality Portal | `getWQPInfo`| `getWQPSample` |
| User-supplied files | `getUserInfo` | `getUserDaily`|
| | | `getUserSample` |
|NWIS | `readNWISInfo` | `readNWISSample` |
| | | `readNWISDaily` |
| Water Quality Portal | `readWQPInfo`| `readWQPSample` |
| User-supplied files | `readUserInfo` | `readUserDaily`|
| | | `readUserSample` |



Expand Down

0 comments on commit a108cc4

Please sign in to comment.