<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><br>I'm in the process of exporting the US NED 10 meter DEM in ArcInfo GRID format to bigtiff using GDAL utilities. The grids are generally tiled into 1x3 degree areas. The Z units are stored in meters, my desired output will be feet. I would first like to recalculate the Z values before doing any other processing. <br><br>In ArcInfo TIN, I'd normally use the latticeoperate command for this procedure. On these 1x3 degree tiles the latticeoperate command is not working, previously I processed these grids to 7.5 minute tiles and have already updated the Z values using the latticeoperate command on those smaller tiles.<br><br>I'm trying to balance storage, speed, and precision thus the desired output of the bigtiff is feet as INT16. <br><br>So I really have two questions right now. Since my goal is to merge all
 the tiles into the bigtiff I've decided it would be best to process the raw 1x3 degree grids delivered to us. Is there a gdal utility for converting the Z value from meters to feet?<br><br>Alternate question would I be better off exporting from my 7.5 minute tiles already processed then translate and merge (examples below)? <br><br>Here are my steps so far (leaving the data in meters). I will be exporting the entire dataset later not just area 18 as in the example.&nbsp; Definately need to get the Z value modified before converting to INT16.<br><br><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="OneNote.File"><meta name="Generator" content="Microsoft OneNote 12">

<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">gdal_translate -ot
Int16 demgrid_018_1 demgrid_018_1.tif <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="OneNote.File"><meta name="Generator" content="Microsoft OneNote 12"> ( and _2, _3)

</p>

<br><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="OneNote.File"><meta name="Generator" content="Microsoft OneNote 12">

<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">gdal_merge -o
area18a.tif demgrid_018_3.tif demgrid_018_2.tif demgrid_018_1.tif --config
BIGTIFF YES</p><p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><br></p><p style="margin: 0in; font-family: Calibri; font-size: 11pt;">thanks for your time.</p><p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><br></p><p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Zach-</p><p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><br></p><p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><br></p>

<br><div>&nbsp;</div>Zachary Fisk <br><br>"A tax supported, compulsory educational system<br>is the complete model of the totalitarian state."<br>-- <span class="yshortcuts" id="lw_1231506783_10">Isabel Paterson</span><br>(1886-1961) <span class="yshortcuts" id="lw_1231506783_11">Canadian-American</span> journalist, author, political philosopher, <span style="background: transparent none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; cursor: pointer;" class="yshortcuts" id="lw_1231506783_12">literary critic<br><br></span>"All truly wise thoughts have been thought already thousands of times;but to make them truly ours, we must think them over again honestly,till they take root in our personal experience."<br>-- <span style="border-bottom: 1px dashed rgb(0, 102, 204); background: transparent none repeat scroll 0% 0%; -moz-background-clip: -moz-initial;
 -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; cursor: pointer;" class="yshortcuts" id="lw_1229826374_4">Johann Wolfgang von Goethe</span><br>(1749-1832)<br><div><br></div></div></body></html>