Circuitscape / Circuitscape.jl

Algorithms from circuit theory to predict connectivity in heterogeneous landscapes
https://circuitscape.org
MIT License
128 stars 35 forks source link

Cumulative Current Map Always Produced #158

Open wpeterman opened 5 years ago

wpeterman commented 5 years ago

Hi @ranjanan -- I noticed that a cumulative current map (*_cum_curmap.asc) is always produced as output. If 'write_cur_maps =False' (or 0), the .asc is filled with zeros. If 'write_cur_maps = True' (or 1), then cumulative resistance values are present in the .asc file. Not a huge deal, but for my purposes I'd like to avoid any additional overhead of creating/writing files if they aren't needed.

konstgav commented 5 years ago

Hi! I had observed the same behavior. When write_cur_maps =False then cumulative current map contains zeros.

Kim-Hall commented 4 years ago

Hi @wpeterman - this is a bit of a tangent, but I'm the project manager for the grant to do this work, and saw you had run time comparisons with your R-based tools. Our team (without Brad) does not really have experience with landscape genetics applications- we are all about the maps! So this comment and others are appreciated. Have you by chance re-run the time trials you shared before with the most version of Circuitscape.jl? It's grant reporting time, and info like that would be really helpful. Thanks! Kim

wpeterman commented 4 years ago

I have not, but might find some time to do so in the near future.

Bill Peterman Assistant Professor School of Environment and Natural Resources The Ohio State University 2021 Coffey Road Columbus, OH 43210-1085 Phone: 614.292.9795 Web Page https://goo.gl/4Gc15W Terrestrial Wildlife Ecology Lab http://www.twel.osu.edu

Bill Peterman

On Sun, Dec 15, 2019 at 1:03 PM Kim Hall notifications@github.com wrote:

Hi @wpeterman https://github.com/wpeterman - this is a bit of a tangent, but I'm the project manager for the grant to do this work, and saw you had run time comparisons with your R-based tools. Our team (without Brad) does not really have experience with landscape genetics applications- we are all about the maps! So this comment and others are appreciated. Have you by chance re-run the time trials you shared before with the most version of Circuitscape.jl? It's grant reporting time, and info like that would be really helpful. Thanks! Kim

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Circuitscape/Circuitscape.jl/issues/158?email_source=notifications&email_token=ABDLQUINDQY77WN4KCMNH2TQYZWPDA5CNFSM4F5VMJCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG46R7Y#issuecomment-565831935, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDLQULKJ6746FLUN6IC4LLQYZWPDANCNFSM4F5VMJCA .

Kim-Hall commented 4 years ago

ok, thanks Bill! Either way, please keep the bug reports and suggestions coming, and maybe we could do a brainstorming call at some point after the holidays.

vlandau commented 3 years ago

@ranjanan is this resolved in the latest Circuitscape version?