Skip to main content
Question

Export an ESRI TIN surface.

  • January 11, 2016
  • 1 reply
  • 140 views

ceciliac

I am using as input a DEM with 0.5 meter resolution.

I would like to clip it in several small areas and export it as several ESRI TIN surfaces.

I did not found this format under the FME writers list.

What are my options?

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.

1 reply

Forum|alt.badge.img+5
  • January 13, 2016

I would first look into the ASCII writer, this should allow you to import the clipped DEMs straight into Arcmap. You might have to do work to them in Arc after to turn them into TIN surfaces rather then flat rasters.

I would fan out the writer on an attribute to give each ascii a unique name. Its pretty tricky to clip 3D objects so it might be easier to work with rasters and asciis throughout and then convert them to TINs in Arcmap.

Hope that helps @cec_lia