<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6000.16788" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Hello,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am trying to tile cache an ArcSDE Raster using gdal2tiles.&nbsp; I have other tile caches already created with specific a bounding box and resolutions.&nbsp; How can I use gdal2tiles to build a tile cache with these same parameters?</DIV>
<DIV>&nbsp;</DIV>
<DIV>I tried create a VRT with the specific bounding box:</DIV>
<DIV>&nbsp;</DIV>
<DIV>gdalwarp -of "VRT" -te 1048974.00 473455.00 1453419.00 798937.00 "SDE:my_arcsde_connection_string_here" ortho.vrt</DIV>
<DIV>&nbsp;</DIV>
<DIV>This worked (or atleast I end up with ortho.vrt).</DIV>
<DIV>&nbsp;</DIV>
<DIV>Next, I tried getting the specifc image size needed for my tile cache (necessary to get the correct resolution...I think...):</DIV>
<DIV>&nbsp;</DIV>
<DIV>gdal_translate -of "GTiff" -outsize 4096 4096 ortho_2008.vrt ortho.tiff</DIV>
<DIV>&nbsp;</DIV>
<DIV>This doesn't seem to work.&nbsp; I wait a few minutes and kill the process because it doesn't seem to be doing anything.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Any ideas?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,<BR>Jared</DIV></BODY></HTML>