Hi everybody!
Maybe somebody can help me with this problem. I have a point shapefile (nests locations). I've plotted a 300m. buffer around each nest using the Buffer tool of "Geoprocessing". I would need to join those buffers that are in contact. I tried to do it using dissolve but the result is not correct because the new shape file has only a row (all the buffers have been joined at the same time)
Whats the correct way to do that?
I apologize if that's a too much simple question for most of you, I'm an absolute beginner in Gis
Thanks in advance!
Gus
You have two options. 1. Uncheck the Multipart feature option in the Dissolve tool. 2. Use the Multipart to Singlepart tool on the current dissolve output.
Thanks for your help, rfairhur .
Your reply has been very useful. Both systems works. But I don't know why when I apply the dissolve tool my new polygons are deformed
I attach a print screen of that
Do you have any idea about the cause of that deformation?
Thanks again!
Are you saying this is not what was generated by the Buffer tool and that the shape only occurred after using the Dissolve tool? Or do these distorted shapes occur as soon as buffers are generated?
I don't know what spatial reference you are using. A Geographic Coordinate System, such as the one used by Google Earth, may be the cause of the distortion if these nests are spread over a wide area. If your coordinates are reported in decimal degrees this type of projection is being used. Only Projected Coordinate Systems that are usually more localized report coordinates in distance units like meters or feet.
Another possibility is that the resolution or tolerance of the layer is too high and that is causing the tool to generalize the shape. In any case there are several potential causes that cannot be determined without more information about the data sources you are using.
Open the layer properties for your original point input layer and screenshot the Source tab properties to show us the relevant information to determine if any of my suggestions may apply.
Hi again rfairhur24
Yes ArcMap makes the buffers accurately but these distorted shapes appear as a result of the dissolve process )only distorts those buffers that are in contact and so change shape after dissolve )the isolated one remains .
I projected the layer to UTM. Here you are the coordinate systems in a prt sc I hope it helps to understand
Thanks again