linkagescape / linkage-mapper

ArcGIS tools to automate mapping and prioritization of wildlife habitat corridors
https://circuitscape.org/linkagemapper/
GNU General Public License v3.0
39 stars 12 forks source link

Make a copy of the core layer and append new data fields to the duplicate #121

Open dkav opened 3 years ago

dkav commented 3 years ago

Currently Linkage Priority appends attribute data to the inputted core feature class. To avoid modifying user inputs, Linkage Priority should make a copy of the core layer and append attribute output to the new layer.

See issues #61 and #62 for additional info.