Hi I have a question regarding merging shapefiles together.
I have shapefiles that contain burn areas from April-December of a given year. I want these shapefiles to be merged into one shapefile but I want overlapping areas to become one bigger polygon with one area. Their different attributes of individual burn areas and the Julian day of that burn I am not as concerned with as I am with just the overall area when they are merged together.
I think from reading up on the Merge Tool, it may only work for non-overlapping polygons. I understand that the Dissolve Tool will do what I want but it looks like it is not available for ArcGIS desktop. I haven't used Python before. Can the dissolve tool only be used with Python? Am I correct that the Merge tool will not give me what I want? Is there any other tool on the desktop version that will work?
Thanks,
Melissa
Solved! Go to Solution.
A Merge followed by Dissolve should give you desired output.
Both the functions are available as GP tools. Please find the path of the tools below.
A Merge followed by Dissolve should give you desired output.
Both the functions are available as GP tools. Please find the path of the tools below.