-
-
Notifications
You must be signed in to change notification settings - Fork 15
Barrier Mapper ANNULUS capitalization issue #182
Copy link
Copy link
Open
Labels
barrier mapperRelating to Barrier Mapper toolRelating to Barrier Mapper toolbugUnexpected problem or unintended behaviorUnexpected problem or unintended behaviorgood first issueGood for new contributorsGood for new contributorshigh priorityRequires attention in the immediate futureRequires attention in the immediate future
Metadata
Metadata
Assignees
Labels
barrier mapperRelating to Barrier Mapper toolRelating to Barrier Mapper toolbugUnexpected problem or unintended behaviorUnexpected problem or unintended behaviorgood first issueGood for new contributorsGood for new contributorshigh priorityRequires attention in the immediate futureRequires attention in the immediate future
Type
Fields
Give feedbackNo fields configured for issues without a type.
Subject: Re: Barrier Mapper Errors on Line 241 and 583
"I have just downloaded Linkage Mapper 3.1.0 and am experiencing the same error as Brody and Arthur, and it looks like there was never a resolution. The issue was with the focal statistics parameter being invalid, and it persisted regardless of whether I used earlier versions of the toolbox or the demo data inputs.
After spending some time with this, I was able to resolve the issue by revising the "in_neighborhood" input to Focal Statistics on line 233, as such:
Original:
in_neighborhood = ("ANNULUS " + str(innerRadius) + " " +
str(outerRadius) + " MAP")
Revised:
in_neighborhood = ("Annulus " + str(inner_radius)
+ " " + str(outer_radius) + " MAP")
The tool then ran to completion. I hope this helps others resolve who were experiencing the same issue!
Best,
Lauren Stoneburner"
from https://groups.google.com/g/linkage-mapper/c/DVcTCGODh3A/m/n-3MG5ckBgAJ?pli=1
Is related to the same issue addressed by the pull request that did not work in both Arc Pro and Arc Map: 000fa6d