-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty output file #327
Comments
The numbers that you're seeing printed are the pairwise resistances, and not the cumulative current map. That being said, I am also getting a map of 0s as the cumulative current map, and that shouldn't be the case. I did notice that two of your focal node pixels are labeled as 9990. I assumed that was an error, and to test if that was what was causing the issue, I changed those to -9999 (NoData) prior to reproducing, and I still got a map of 0s. The cumulative current map is, however, written correctly only if @ranjanan any idea what might be going on here? |
Hi @vlandau , while my issue is similar I do not think it is a duplicate; My problem is that no cumulative current map is written at all, despite the tool seeming to run without trouble. Some details on my input below, I will also attach the node raster file and resistance raster. Modeling mode: pairwise The rest is left untouched. Then the process will start...; If I run everything the same, but CHECK 'write current maps' (regardless of whether write cumulative current map only is checked), P.S: When importing the resistance raster it may show min-max different from 1-100, I use 'set raster properties' to change the min and max values to 1 - 100 before using it in Circuitscape. I tried a re-run after actually rescaling the values from 1-100 without any effect. |
Thanks for posting this. I'll take a look. |
This should have been picked out by our tests. #330 should fix this, and add a test |
Fixed by #330 |
@merijnvdb and @Mavisan6 I've fixed this and tagged a new version. Feel free to reopen if it doesn't work. |
I have been trying to run a few experiments on circuitscape but the resulting current maps are made of a grid where every cell is zero. Once the experiment it's finished however the console is showing me a grid with numbers. I was wondering whether those numbers were the ones that the output file was supposed to contain.
Here is a folder with the ini file, the focal nodes and resistance map as well as the resulting output map.
https://drive.google.com/drive/folders/1ln5QgznqwC88jvxmOiVWePN_s1M0H3V9?usp=sharing
The text was updated successfully, but these errors were encountered: