Skip to main content
Solved

Read SDE Terrain dataset in FME Desktop 2018.1

  • October 10, 2019
  • 2 replies
  • 17 views

sunsilk11
Contributor
Forum|alt.badge.img+6

Hi has anyone been able to read an SDE Terrain dataset.

I would like to read this so I can obtain the z values, for specified x,y coordinates.

 

Best answer by markatsafe

@sunsilk11 I don't believe FME can read a Esri Terrain dataset. However the Esri documentation seems to suggest that it's more efficient to work with a raster DEM, instead of the original terrain TIN. So perhaps try converting your Terrain dataset to a Raster using the Terrain to Raster tool. FME should be able to read that.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

Forum|alt.badge.img+2
  • 1891 replies
  • Best Answer
  • October 15, 2019

@sunsilk11 I don't believe FME can read a Esri Terrain dataset. However the Esri documentation seems to suggest that it's more efficient to work with a raster DEM, instead of the original terrain TIN. So perhaps try converting your Terrain dataset to a Raster using the Terrain to Raster tool. FME should be able to read that.


sunsilk11
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • 66 replies
  • October 16, 2019

@sunsilk11 I don't believe FME can read a Esri Terrain dataset. However the Esri documentation seems to suggest that it's more efficient to work with a raster DEM, instead of the original terrain TIN. So perhaps try converting your Terrain dataset to a Raster using the Terrain to Raster tool. FME should be able to read that.

Thanks. I did just that and it works.