Circuitscape / Omniscape.jl

Functions to compute omnidirectional landscape connectivity using circuit theory and the Omniscape algorithm.
https://docs.circuitscape.org/Omniscape.jl/stable/
MIT License
58 stars 12 forks source link

pair wise resistance table #118

Closed mariesoret closed 2 years ago

mariesoret commented 2 years ago

I can't find the (very useful) circuitscape output "pairwise resistance" in Omnicape. I'm using julia-1.6.2, and omniscape v0.5.7

vlandau commented 2 years ago

@mariesoret Omniscape is a different algorithm than Circuitscape and does not provide pairwise resistance as an output. See the docs here for more information on the outputs that Omniscape provides.

mariesoret commented 2 years ago

@vlandau thanks for you answer, is it considered to be add in future developmnent ? I'd rather work with Omniscape since it's so much more convenient to use than circuitscape (faster and more user-friendly) but i still need resistance distance

vlandau commented 2 years ago

Because of the way that Omniscape works, getting pairwise resistance distances is unfortunately not possible because it uses Circuitscape advanced mode as the backend.