Sebastian Hanß
Sebastian Hanß
> So what happens in the case the "Resulting landscape" is the original input? I think that's a good example where I don't understand how to differentiate between grey and...
Would make sense... We'd need some class where we can store values and intermediate values as member variables alongside the functions. Each time such a value is needed in a...
Idea: we could change `landscapemetrics` so that there would always be an `lsm` _object_ on which the calculations would be performed, e.g. ``` lsm
Just a note, [PyLandStats](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0225734) apparently has this feature. Maybe we can get some inspirations from there.
Hi Jette, > Hi, I am currently updating some R tutorials (moving from raster to terra) using the nlmr package (great package btw - thanks for developing!) and I am...
Hi rogerio-bio, > Could the package be updated to support newer Java and NetLogo versions? 6.4.0 is the newest version, already. And it seems to work on my PC with...
@Polvi8 you are correct with both. We haven't updated nlrx to 6.4.0, yet, it seems that we have to update the documentation then, too.
Hi, thanks for your issue! We had the same problem in our working group, and the problem was that the model was saved under NetLogo 6.3.0. When using e.g. 6.1.1...
I think this could be because some of your output rows are different from the others. This happens when your simulation runs into issues and returns errors for some values....
Thanks for your report! Yes, we surely should and likely will support `terra` in future. However none of us has any concrete plans to implement it at the moment, so...