Displaying 2 results from an estimated 2 matches for "initgrass".
2015 Sep 29
1
Error possibly related with environments/namespace
...Sim)
library(rgrass7)
#Loading required data
data(rg_exp)
#Loading required maps
presences <- system.file("examples/presences.asc", package="MetaLandSim")
mask <- system.file("examples/landmask.asc", package="MetaLandSim")
#Start GRASS using rgrass7
initGRASS("C:/Program Files (x86)/GRASS GIS 7.0.0", home=tempdir())
#Running function
range.map <- range_raster(presences.map=presences, re.out=rg_exp,
mask.map=mask,plot.directions=TRUE)
Cheers,
Frederico Mestre
?
[[alternative HTML version deleted]]
2020 Oct 22
0
openSTARS version 1.2.2 on CRAN
Dear R community
There is a new version of the openSTARS package (preparing GIS data for
stream analysis) available on CRAN.
Major updates are:
- catch errors arising in GRASS 7.8 due to changes in v.to.db
- update setup_grass_environment; there is no need any more to initGRASS
before
Please also find a detailed description of the package including example
code here:
https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0239237
Any comments, suggestions or bug reports are welcome on
https://github.com/MiKatt/openSTARS
All the best,
Mira
--
Dr. Mira...