Skip to content

Barrier Mapper ANNULUS capitalization issue #182

@johngallo

Description

@johngallo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    barrier mapperRelating to Barrier Mapper toolbugUnexpected problem or unintended behaviorgood first issueGood for new contributorshigh priorityRequires attention in the immediate future

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions