waternumbers / dynatopGIS

GIS tools for building dynamic TOPMODEL implimentations
https://waternumbers.github.io/dynatopGIS/
2 stars 0 forks source link

dynatopGIS

R-CMD-check AppVeyor Build Status codecov dynatopGIS status badge

This R package contains the code to generate a dynamic TOPMODEL from GIS data. A related package for computing dynamic TOPMODEL simulations can be found here.

These two packages are intended as successors to the original Dynamic TOPMODEL implementation in R; the dynatopmodel package. Currently (as a design choice) not all the features of the original package are implemented.

If there is a feature or improvement you want or you experience problems please raise an issue (or better still submit a pull request with alterations or fixes!) rather than contact the maintainers directly in the first instance.

Thanks goes to:

Using the code

Alongside the packages available on CRAN the latest development version can be installed from the git repository from within R using the devtools package:

devtools::install_github("waternumbers/dynatopGIS")

Prebuild packages of the development version (which may be ahead of CRAN) are available from the r-universe