Difference between revisions of "Hydrology in R"

From SourceWiki
Jump to navigation Jump to search
Line 2: Line 2:
 
[[Category:Hydrology in R]]
 
[[Category:Hydrology in R]]
  
This page contains various code that may be useful for hydrological analysis and modelling in R. Stable functions with some broader relevance may eventually make it into the TOPMODEL package. The TOPMODEL package has its own [[topmodel|page]].
+
This page contains R code that may be useful for hydrological analysis and modelling. The routines use mainly functions that are available in the standard R packages. At the beginning of each page, non-standard packages will be listed. They can be downloaded from CRAN. Some routines use specific code and routines that are available in the [[topmodel|TOPMODEL package]].
  
 
==Importing data==
 
==Importing data==
Line 18: Line 18:
 
* [[Calculating the topographical index]]
 
* [[Calculating the topographical index]]
  
==Baseflow separation==
+
==Basic hydrological analysis==
 +
 
 +
* [[baseflow separation]]
  
 
* [[calculating catchment characteristics]]
 
* [[calculating catchment characteristics]]
Line 33: Line 35:
  
 
* [[plotting maps]]
 
* [[plotting maps]]
 +
 
* [[Making nice hydrological graphs]]
 
* [[Making nice hydrological graphs]]

Revision as of 02:45, 5 May 2008


This page contains R code that may be useful for hydrological analysis and modelling. The routines use mainly functions that are available in the standard R packages. At the beginning of each page, non-standard packages will be listed. They can be downloaded from CRAN. Some routines use specific code and routines that are available in the TOPMODEL package.

Importing data

Importing hydrological time series and basic preprocessing

An example of importing GIS data

Topographical analysis

Basic hydrological analysis

Hydrological modelling

Uncertainty analysis

Visualisation