Once you are done, you need to register TauDEM in R and check your installation.
Add an R environmental variable called TAUDEM_PATH
that points to the location where the TauDEM executables can be found (on Windows it might be C:\Program Files\TauDEM
, on Ubuntu /usr/local/taudem
).
For instance on Ubuntu it could be adding this line in .Renviron
(see usethis::edit_r_environ()
)
and then re-starting R:
TAUDEM_PATH='/usr/local/taudem'
or, for just the session, running this line of R code:
Sys.setenv(TAUDEM_PATH = "/usr/local/taudem")
Run traudem::taudem_sitrep()
and read its output carefully. Pay attention to any error that might indicate part of the installation was not successful.
If all is well (no error, only normal output from TauDEM), congratulations! Your system is ready to apply TauDEM to your own data.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.