Package: WaterML
Type: Package
Title: Fetch and Analyze Data from 'WaterML' and 'WaterOneFlow' Web
        Services
Version: 1.9.8
Authors@R: person("Jiri","Kadlec", email="jirikadlec2@gmail.com", role=c("aut", "cre"))
Description: Lets you connect to any of the 'Consortium of Universities for the Advancement of Hydrological Science, Inc.' 
    ('CUAHSI') Water Data Center 'WaterOneFlow' web services
    and read any 'WaterML' time series data file. To see list of available
    web services, see <http://hiscentral.cuahsi.org>. All versions of 'WaterML'
    (1.0, 1.1 and 2.0) and both types of the web service protocol ('SOAP' and 'REST') are supported.
    The package has six data download functions: GetServices(): show all public web
    services from the HIS Central Catalog. HISCentral_GetSites() and HISCentral_GetSeriesCatalog():
    search for sites or time series from the HIS Central catalog based on geographic bounding box,
    server, or keyword. GetVariables(): Show a data.frame with all variables on the server.
    GetSites(): Show a data.frame with all sites on the server. GetSiteInfo(): Show what variables,
    methods and quality control levels are available at the specific site. GetValues(): Given a site
    code, variable code, start time and end time, fetch a data.frame of all the observation time
    series data values. The GetValues() function can also parse 'WaterML' data from a custom URL or
    from a local file.
License: MIT + file LICENSE
Depends: R (>= 3.0)
Imports: stats, XML, httr
URL: https://github.com/jirikadlec2/waterml
Suggests: knitr, markdown, qpdf, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-04-09 09:40:28 UTC; Admin
Author: Jiri Kadlec [aut, cre]
Maintainer: Jiri Kadlec <jirikadlec2@gmail.com>
Repository: CRAN
Date/Publication: 2021-04-10 08:10:10 UTC
