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 snippets 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 packages has its own [[topmodel|page]].
+
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]].
  
=Importing data=
+
==Importing data==
  
 
* [[Hydrological data import]]
 
* [[Hydrological data import]]
 +
 +
Importing hydrological time series and basic preprocessing
  
 
* [[Importing GCM data from the IPCC data repository]]
 
* [[Importing GCM data from the IPCC data repository]]
  
=Topographical analysis=
+
An example of importing GIS data
 
 
  
 +
==Topographical analysis==
  
=Hydrological modelling=
+
* [[Calculating the topographical index]]
  
 +
==Baseflow separation==
  
 +
==Hydrological modelling==
  
=Uncertainty analysis=
+
* [[Topmodel]]
  
 +
==Uncertainty analysis==
  
 +
* [[GLUE analysis]]
  
=Visualisation=
+
==Visualisation==
  
 
* [[plotting maps]]
 
* [[plotting maps]]
 
* [[Making nice hydrological graphs]]
 
* [[Making nice hydrological graphs]]

Revision as of 22:15, 7 March 2008


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 page.

Importing data

Importing hydrological time series and basic preprocessing

An example of importing GIS data

Topographical analysis

Baseflow separation

Hydrological modelling

Uncertainty analysis

Visualisation