0

I have a point feature class and a polygon feature class (NTA - Neighborhood Tabulation Areas). I want to assign each record in the point feature class an NTA that it falls into. Also, neither of these feature classes has a common field.

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Jul 13, 2015 at 17:09

1 Answer 1

0

A simple Intersect between the two layers will give you the NTA attributes on each of the points. This assumes you have a one polygon for each point relationship. If a point could fall in more than one polygon (unlikely given your data description), you'd need something different. Also, any points that do not fall in a polygon will be dropped. For other options and more detailed explanations, see my answer at How to determine which polygons, if any, points fall within?.

answered Jul 18, 2015 at 22:59

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.