Skip to main content
OK I'm looking for the easiest way to accomplish this task.

 

 

I'm provided with a contour shapefile. I need to convert the contour shapefile to a raster or DEM. Then I have centerpoints for 1185 polylines (all 1185 lines have only two vertices, so getting the center has been easy). I want to overlay the centerpoints of all 1185 polylines on the contour raster/dem to extract the elevation at that exact point. I will then add 1100 to all of the values (Example: Elevation 5803 would become Elevation 6903) and write it back to a field in the polyline layer the centerpoints originally came from.

 

 

Can anyone point me in the right direction to accomplish this?
Hi,

 

 

The SurfaceDraper or the SurfaceModeller might help you.

 

Send the contour features (3D lines) to the Points/Lines port; send the points to the DrapeFeatures port. Draped points having elevation as z-coordinate will be output from the DrapedFeatures port.

 

 

Takashi
yeah, drape the points on surface cretred with countourlines.

 

SurfaceModeller.

 

Extract z from drapedfeatures.
Thank you Takashi and Gio! I will say it every time ... FME Users are without a doubt the most helpful and knowledgeable group of users I've ever come across. 

Reply