importing .dtm files

Any questions regarding the practice version are asked and answered here.
Post Reply
Ryan Cross
Posts: 3
Joined: Mon Mar 26, 2007 2:28 pm

importing .dtm files

Post by Ryan Cross »

Can 12d import .dtm files?
Lucien West
Posts: 1115
Joined: Fri Oct 21, 2005 7:51 am

Post by Lucien West »

most likely.....

file extension don't mean a lot for transfer formats. Really need to open the file in something like notepad++ and have a look at the format.

the two formats I generally see are pt,x,y,z,s. Use File i/o->xyz->xyz general.

the other format is a grid based file which looks like

Code: Select all

ncols     1576
nrows     1364
xllcorner       498822.510
yllcorner      6963170.030
cellsize        1.000
NODATA_value      -999.
 -999.0000 -999.0000 -999.0000 -999.0000 -999.0000 -999.0000 -999.0000 -999.0000 -999.0000 -999.0000 
Use File I\O->Data Input->dem
Post Reply