0

I am trying to transfer (or extract) attribute data from a polygon-feature class to point data. I can do this for a grid file using the Spatial Analyst-Extraction-Extract multi-values to points operation. But how do I do the same operation for a feature class layer? Or, alternatively, when I convert the feature to a grid file so I can use the operation listed above, my attribute table won't transfer to the grid table so I lose this information.

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Feb 26, 2016 at 18:32
2
  • Are you wanting to new points from your polygons (including attributes)? Or transfer your attributes from your polygons to existing points? Commented Feb 26, 2016 at 19:31
  • Midavalo, I just want to transfer my attributes from my polygons to existing points. Commented Feb 26, 2016 at 22:28

2 Answers 2

2

You could try using a region group (in the generalization toolset) to differentiate between different patches of equal value with an attribute table, that you could join with your polygon table attributes while still retaining the raster value. you might need to do a spatial join to match polygons to regions to make the connection work.

answered Feb 26, 2016 at 19:16
0

You can transfer attributes from polygons to existing points by using a Spatial Join and an Attribute Join.

If there are no matching ID fields (where each point feature contains an ID value for the matching Polygon feature) you need to first Spatially Join the two layers together. This will combine the attributes of both layers into one.

Once you have a layer that has matching ID fields, you can perform an Attribute Join to join either your polygon layer, or your new spatially joined layer, to your existing points layer. Then you can calculate fields to pull attributes onto your matching point feature. Alternatively you could just replace your point layer with your new spatially joined layer.

answered Feb 26, 2016 at 22:57
1
  • I'm about to go out, but if you need more info let me know and I'll add some screenshots when I return. Commented Feb 26, 2016 at 22:58

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.