<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri, sans-serif" size="2">
<div>Hello list,</div>
<div>Something strange is happen to my GDAL. I have before executed the command below successfully. However, today I introduced a –projwin params where I specify  my AOI, since I don’t want the entire raster being pulled from the DB. So what is strange, GDAL
ignores my window and tries to pull the entire dataset:</div>
<div> </div>
<div>Command:</div>
<div>gdal_translate --debug on -projwin <font color="#00B050">619711 5813265 625334 5809349</font> -a_srs EPSG:25832 -a_nodata none -of vrt SDE:server,5153,ngds1,pw,user, DE_DTK25_E32,image image.vrt</div>
<div> </div>
<div>Debug Output:</div>
<div>SDERASTER: Open("SDE:server,5153,ngds1,pw,user, DE_DTK25_E32,image ") revealed 7 tokens.</div>
<div>SDERASTER: SDE Column name is 'image'</div>
<div>SDERASTER: 'DE_DTK25_E32' raster layer specified... using it directly with 'image' as the raster column name.</div>
<div>SDERASTER: minx: <font color="#FF0000">275000.62500, miny: 5220000.62500, maxx: 924999.37500, maxy: 6109999.37500</font></div>
<div>SDERASTER: Tile origin: 275000.62500, 6109999.37500</div>
<div> </div>
<div>I have checked to confirm that the window coord array is specified as minX, maxY, maxX, minY.</div>
<div> </div>
<div>Can someone help me figure out what is happening here?</div>
<div> </div>
<div>Thanks,</div>
<div>Moses</div>
<div> </div>
</font>
</body>
</html>