<div dir="ltr">Awesome, that's what I was looking for :-)<div><br></div><div>Thanks !!!</div><div><br></div><div>Olivier</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 27 Nov 2019 at 20:28, Even Rouault <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Olivier,<br>
<br>
> Is there a flag or something to achieve same behaviour as command line ? I<br>
> looked carefully in the python api doc, but couldn't find it...<br>
<br>
Not exacly a flag, but:<br>
<br>
destDS = gdal.Open("dest.tif", gdal.GA_Update)<br>
gdal.Warp(destDS, "source.tif", cutlineDSName="cutline.shp")<br>
<br>
Cheers,<br>
<br>
Even<br>
<br>
-- <br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
</blockquote></div>