Select to view content in your preferred language

joining a raster to a point vector file

4571
3
04-13-2010 07:31 PM
JohnMaclachlan
Emerging Contributor
Hello Everyone,

I have a simple question (I think) but it is stumping me at the moment.  I have a DEM file and a data file and all I want to do it a spatial join where I assign the elevation from the DEM to the existing point.  Is this as easy as I think it should be?

Thanks
0 Kudos
3 Replies
LesVilchek
New Contributor
You can try the "Extract Values to Points" tool under Extraction in Spatial Analyst tools.  Or Hawth Tools has an "Intersect Point Tool" under Analysis Tools.  It's more friendly as it just adds another field to the point file into which it places the raster data values.  Performance is spotty though.  Sometimes it works fine, other times not so well.  Double-check your output.  Good luck!
0 Kudos
GuyHoyle-Dodson
Emerging Contributor
Extract to Point will not update z-value for a point feature.   I've moved points in the vector point layer using editor, then used "Extract Values to Points" to extract the new position coordiantes.  I've also done this by using 3D Analyst to convert a multiple point feature to a 3D feature, based on an underlying LiDAR Raster DEM, and then applied XToolsPro's Add X,Y,Z Coodrinates tool.  The z-value is not updated.  I check this by pointing the Identify Tool at the moved point, where I get a new z-value, but this is not reflected in the point feature's new attribute table.   Does anyone have a clue what is going on here?
0 Kudos
JohnMaclachlan
Emerging Contributor
Thank you for your help!
0 Kudos