Select to view content in your preferred language

Export a TIN elevation surface into SDE?

421
1
11-10-2010 08:45 AM
FionaRenton
Deactivated User
I need to somehow get a TIN elevation surface (generated by someone else) into our SDE geodatabase. 

I realize I have to convert it to a raster, but the TIN to raster command is giving me very different results.  It was generated in unprojected decimal degrees.

Does anyone have any hints or advice?

Thanks

Fiona
Tags (1)
0 Kudos
1 Reply
KhalidDuri1
Esri Contributor
Hello Fiona,

It would be best to consider creating a terrain dataset from the TIN's data. Source data from the TIN can be extracted using the various conversion tools available for the TIN dataset in ArcToolbox > 3D Analyst Tools > Conversion > From TIN toolset. The terrain dataset presents a highly scalable solution for storing your surface data.

The resulting data will need to be output to a feature dataset in your SDE. This data can then be used to create a terrain dataset. The second sample script for the Create Terrain tool's help documentation gives an example of how this process can be achieved through a Python script. Please see here.

For more information on terrain datasets:

- What is a terrain dataset?

- Benefits of using a terrain dataset

- FAQs for a terrain dataset
0 Kudos