Closed Nowosad closed 1 year ago
Yes, we need to recalculate the FRAGSTATS results. I needed to recreate the landscape
and something in NLMR
or one of the dependencies changed. So the landscape is slightly different
Ok. Cannot we just go back to the previous landscape
? What was the problem with it?
No problem, but when I recreated it using terra
instead of raster
, I needed to run data-raw.R
You could just do:
landscape_terra = rast(landscape_raster)
But I assume you strived for reproducibility.
Yeah...Its a bit annoying right now I must admit, but I think it would be nice to be able to have a script re-producing it
Results are calculated but in a slightly different format. I need to update the vignettes code.
Related to #294
Superseded by #294
The
comparing_tools.Rmd
vignette is not working correctly: FRAGSTATS and landscapemetrics have different number of rows...