How to convert a raster file in a USGS DEM (*.dem) file ?

10760
4
01-17-2012 11:32 AM
by Anonymous User
Not applicable
Original User: KevinCRDA

Hello,

I'm working on a project where I need to create orthophotos. To do that, I need to import in Summit Evolution a USGS DEM file (*.dem).

I must use the NAD83 MTM7 projection. My original DEMs are in Lat/Long geographic coordinate system. I'm doing a raster projection change in ArcMap10, but it changes my *.DEM file into a raster file that I can't import in Summit. I tried to export the raster file into an ASCII file (I can import in Summit that kind of file too), but when I import it into Summit, the minimum elevation value is -9999 and the maximum value is 320 instead of being 120 for the minimum and 460 for the maximum, so it doesn't work.

Is there a way to convert my raster file back in a *.DEM file, so I could use it in Summit ? Or is there another way to change directly the projection in the *.dem file (I used 3DEM which works very well to change the projection to UTM, but I need to be in MTM) ?

Thanks a lot,

Kevin
Tags (1)
0 Kudos
4 Replies
JeffreySwain
Esri Regular Contributor
Per the Supported Raster Formats help, ArcMap does not write back out to .dem as the format is read only.  You will definitely have to project the data between the coordinate systems, while you might be able to change the projection designation it will introduce new problems for the data.  It will not display correctly since the extents were not altered, just what you defined it as. 

There is an gdal utility that can process the conversion listed here.  It looks as if you will need to convert the raster in ArcMap to an ASCII file prior to using it.  I recommend the Raster to ASCII tool.
0 Kudos
by Anonymous User
Not applicable
Original User: voldune

If you know ArcInfo Workstation, you could try LATTICEDEM.

Patrick
0 Kudos
JakubSisak
Occasional Contributor III
Hi Kevin,
There are a lot of tools out there (3 modelling) that require USGS DEM input and getting your raster data into this format is not as straight forward as it might seem. As you probably already know this is something that ArcGIS does not do.  I have personally not tried this but a lot of folks in the GIS SE community have mentioned the gdal_tranlate utility.   Similar discussion here
J
0 Kudos
by Anonymous User
Not applicable
Original User: KevinCRDA

Thank you for your answers.

I have tried the GDAL libraries. It looks like there is a problem with the MTM projection. If I project my .DEM in UTM, and then after i use the gdal_translate librairy to go back to a USGS DEM file, it works well. But if I project my original DEM in the MTM projection, when I use the gdal_translate library it always give me the same error:

Input file size is 1201, 1201
ERROR 1: Too many points (441 out of 441) failed to transform,
unable to compute output bounds.


Any ideas on why it doesn't work with MTM ?

Thanks,

Kevin
0 Kudos