Package: WaterML
Title: Fetch and Analyze Data from WaterML or CUAHSI WaterOneFlow Web
        Service
Version: 0.9.6
Authors@R: person("Jiri","Kadlec", email="jirikadlec2@gmail.com", role=c("aut", "cre"))
Description: Lets you connect to any CUAHSI WaterOneFlow web service from any hydroserver.
    To see list of available hydroservers, see http://hiscentral.cuahsi.org.
    The package has five data download functions: GetServices(): show all public
    HydroServers from the HIS Central Catalog. 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 endtime, fetch a data.frame of all the observation time series data values.
    The data.frame has two columns: time and DataValue. This function has an optional "daily"
    parameter, you can set daily="max", daily="min" or daily="mean" to get aggregated daily
    values. The package also has five data upload functions:
    AddSites(), AddVariables(), AddMethods(), AddSources(), and AddValues().
    These functions can be used for uploading data to a HydroServer Lite ODM database
    via the JSON data upload web service interface.
Depends: R (>= 3.0.1)
Imports: XML, RJSONIO, httr
License: MIT + file LICENSE
LazyData: true
NeedsCompilation: no
Packaged: 2015-05-01 19:39:47 UTC; Jiri
Author: Jiri Kadlec [aut, cre]
Maintainer: Jiri Kadlec <jirikadlec2@gmail.com>
Repository: CRAN
Date/Publication: 2015-05-01 23:35:20
