Skip to main content
Question

Generate terrain from ASCI files

  • March 16, 2018
  • 3 replies
  • 94 views

Forum|alt.badge.img

Hi I have a set of .asc files. I am looking to use FME to generate a point cloud then build a Terrain in an ESRI's dataset from the asc files.

Is this something I can achieve using FME Desktop or do I have an ArcGIS 3D extension license.

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.

3 replies

jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • March 16, 2018

You can use the pointCloudCombiner to turn your asc files into a point cloud and then write them out in a format like LAS.

 

 

You can use the SurfaceModeller to turn your points into a TIN or DEM, I don't believe FME writes Terrain Geodatabases directly, but I could be wrong about that.


Forum|alt.badge.img

Thanks for the suggestion. Would I be able to extract the height value at any given coordinate from a TIN or DEM?


jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • March 16, 2018

Thanks for the suggestion. Would I be able to extract the height value at any given coordinate from a TIN or DEM?

The DEM (raster) will have the height value stored as the pixel value, the DEM (points) will be an evenly spaced grid of 3D points.