2

I'm trying to calculate how much area of urban green areas are within a buffer of 20 meters from apartments. For this I use the buffer tool first and then try to use Intersect, as you can see in the image. So I only get the portion of the urban green areas who are within the buffer. Buffer and Intersect However, all my apartments are coded with a column that's named ID in the point dataset. How can I preserve the ID of the apartments when I use Intersect?

Since I want to import this information in an Excel sheet it's important that the information matches with the ID of the apartments.

Edit:

I tried using the Tabulate Intersection as suggested, with my buffer polygons and my urban green areas and I believe it worked quite all right. The only problem seems to be that the ID of apartments that aren't in the buffer are disregarded as you can see in the table it doesn't go in ID number order.

Tabluate Intersection result

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Feb 13, 2017 at 13:41
4
  • 2
    If the Points have a named ID column and you don't dissolve it away when you are buffering the ID column will remain after intersect Commented Feb 13, 2017 at 14:01
  • Can you add a screen shot of your attribute table before and after you've processed it? Commented Feb 13, 2017 at 17:01
  • "The only problem seems to be that the ID of apartments that aren't in the buffer are disregarded " Then it isn't Intersect tool you want, its Union Tool. With Union all features will remain Commented Feb 14, 2017 at 6:10
  • Union with buffer and urban green area polygon datasets only give me an error message "999999 : Error executing function." so that doesn't seem to work. Commented Feb 14, 2017 at 8:57

1 Answer 1

1

I think what you may want to try is the Tabulate Intersection Tool

Computes the intersection between two feature classes and cross-tabulates the area, length, or count of the intersecting features.

It does require an ArcGIS Advanced license (I couldn't find the desktop tutorial, so I apologize that the article references Pro, but it does exist in Desktop)

enter image description here

answered Feb 13, 2017 at 17:19
1
  • 1
    ArcMap help -- appears the same as Pro. Commented Feb 13, 2017 at 20:48

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.