My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
Show all Featured wiki pages:
HydrosanityFeatures
People details
Project owners:
  foolish.android

Hydrosanity is an add-on package for R. It provides a graphical user interface for exploring hydrological time series. It is designed to work with catchment surface hydrology data (mainly rainfall and streamflow time series at a set of locations). There are functions to import from a database or files; summarise and visualise the dataset in various ways; estimate areal rainfall; fill gaps in rainfall data; and estimate the rainfall-runoff relationship. Probably the most useful features are the interactive graphical displays of a spatial set of time series.

WARNING: this package is under development and should not be considered stable. An introductory paper is included, but there is not much detailed documentation.

Hydrosanity was developed by Felix Andrews, and the Graphical User Interface was based on Rattle by Graham Williams.

Installation

  1. Make sure you have the GTK+ libraries, version >= 2.10.11:
  2. Install R. Hydrosanity requires R version 2.5.0 or later. Here is a link to the latest stable Windows release.
  3. Install the packages in R:
    • install.packages("hydrosanity") -- this will also install the dependencies RGtk2, playwith and reshape.
    • install.packages(c("sp", "rgdal", "maptools", "tripack", "gpclib", "akima", "maps")) if you want spatial functions.
    • install.packages("mapdata") (a 24MB download!) if you want higher resolution world coastlines and rivers on maps.
  4. library(hydrosanity) to load the package, and then hydrosanity() to start the graphical user interface.

Troubleshooting









Hosted by Google Code