CRAN
dataRetrieval 2.7.5
Retrieval Functions for USGS and EPA Hydrologic and Water Quality Data
Released Jun 5, 2019 by Laura DeCicco
Dependencies
lubridate 1.7.4 readr 1.3.1 curl xml2 jsonlite 1.6 httr 1.4.0
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 National Water Information System (NWIS)
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>dataRetrieval</artifactId> <version>2.7.5-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:dataRetrieval')
Test Results
This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.
- calcWaterYear-examples
- checkWQPdates-examples
- constructNWISURL-examples
- constructUseURL-examples
- constructWQPURL-examples
- countyCd-examples
- countyCdLookup-examples
- getWebServiceData-examples
- importRDB1-examples
- importWQP-examples
- importWaterML1-examples
- importWaterML2-examples
- pCodeToName-examples
- parameterCdFile-examples
- readNWISdv-examples
- readNWISgwl-examples
- readNWISmeas-examples
- readNWISpCode-examples
- readNWISpeak-examples
- readNWISqw-examples
- readNWISrating-examples
- readNWISuv-examples
- renameNWISColumns-examples
- stateCd-examples
- stateCdLookup-examples
- testthat
- zeroPad-examples