Calculating Z Values
September 09 2009 |
2 comments
Categories:
3D Mapping
How can I calculate the Z values for a point shapefile using a DEM. I do not have the Geostatistical Analyst extension, I do have the Spatial Analyst extension, if this helps.
Mapping Center Answer:
You'll need the 3D Analyst extension. The tool that does what you need is called Interpolate Shape.
I cannot think of a way to do this (aside from manually entering the values in the editor) without 3D Analyst. Though, you could write a Python script that got the X,Y for each point, queried your DEM and then set the Z.
If you would like to post a comment, please login.