Skip to content

Releases: emilio-berti/enerscape

v1.1.1

30 Aug 06:04
Compare
Choose a tag to compare

Add options to calculate costs from cell rather than to it.

v1.1.0

30 Aug 04:42
Compare
Choose a tag to compare

Update the enerscape model following https://doi.org/10.1098/rsbl.2023.0492.

1.0.0

09 Jan 11:52
Compare
Choose a tag to compare

This follows the transfer of functionalists of old GIS packages to terra, with rgdal, rgeos scheduled to be retired in 2023: https://r-spatial.org/r/2022/04/12/evolution.html. I removed dependencies on gDistance, raster, sp, rgeos, and rgdal.

Energy landscapes are now calculated using a zonal (kernel) based method, implemented in C++ functions.
This is faster that previous versions, but it does not return the transition matrix or the conductance matrix.
Because of this, least cost paths functions are not supported any more.
Instead, use circuitscape or omniscape; see circuitscape_skeleton() and omniscape_skeleton() to generate the initialization files to run in Julia.

The cyclist model is also not supported any more; custom models must be written in the C++ functions.
I plan to add a customizable function soon to do that.

0.1.3

05 Nov 14:29
Compare
Choose a tag to compare

enerscape-0.1.2

06 Sep 08:13
Compare
Choose a tag to compare

Added vignette URL to DESCRIPTION

enerscape-0.1.1

01 Jul 07:17
Compare
Choose a tag to compare