<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi list,
<div><br>
</div>
<div>I found <span style="font-size: 10pt;">different behaviour when cropping and displaying image in OpenEV when using </span><span style="font-size: 10pt;">GDAL 1.9 and 2.2, that I couldn't explain:</span></div>
<div><span style="font-size: 10pt;"><br>
</span></div>
<div><span style="font-size: 10pt;">1) 1st crop</span></div>
<div><span style="font-size: 13.3333px;">output_ds = gdal_array.OpenArray(imageData)</span></div>
<div><span style="font-size: 13.3333px;">raster_layer=RasterLayer(ds=output_ds)</span></div>
<div><span style="font-size: 13.3333px;">  which calls __new__ and __init__, and generate self._ds</span></div>
<div><span style="font-size: 13.3333px;"><br>
</span></div>
<div>
<div style="">
<div class="BodyFragment" style=""><font style=""><font face="Tahoma" style="font-size: 13px; font-family: Tahoma;"></font>
<div class="PlainText" style="font-size: 13px; font-family: Tahoma;"><font face="Tahoma"></font>2) 2nd crop at different spot </div>
<div class="PlainText" style="font-size: 13px; font-family: Tahoma;"><span style="font-size: 13.3333px;">output_ds = gdal_array.OpenArray(imageData)  # verified that </span><span style="font-size: 13.3333px;">output_ds</span><span style="font-size: 13.3333px;"> and </span><span style="font-size: 13.3333px;">imageData
 are different than 1st crop</span></div>
<div class="PlainText" style="font-size: 13px; font-family: Tahoma;"><span style="font-size: 13.3333px;">  but </span><span style="font-size: 13.3333px;"> </span><span style="font-size: 13.3333px;">self._ds is generated twice: the first time correctly, second
 time it took the 1st crop data.</span></div>
<div class="PlainText" style="font-size: 13px; font-family: Tahoma;"><span style="font-size: 13.3333px;"><br>
</span></div>
<div class="PlainText" style=""><span style="font-family: Tahoma; font-size: 13.3333px;">Has it been changes in how </span><span style="font-size: 13.3333px;">gview.GvRasterLayer.__init__ works?</span></div>
<div class="PlainText" style=""><span style="font-size: 13.3333px;"><br>
</span></div>
</font><font size="2" style="font-family: Tahoma; font-size: 13px;">
<div class="PlainText"><br>
</div>
<div class="PlainText"><font face="Tahoma">Thanks,<br>
Shawn<br>
</font></div>
<font face="Tahoma"></font></font></div>
</div>
</div>
</div>
</body>
</html>