Re: [gdal-dev] Fwd: oblique cuts on a raster using python GDAL

2023-11-09 Thread Naima Dambrine via gdal-dev
Hi Laurentiu, Thank you, I think I'm not concerned because I use GTiff format as output, then I specify a deflate compression with predictor=2 and zlevel=9. Please, tell me if it is correct or not. Naïma Le mer. 8 nov. 2023 à 15:41, Laurențiu Nicola a écrit : > Hi Naïma, > > I'm a bit late to

[gdal-dev] Fwd: oblique cuts on a raster using python GDAL

2023-11-08 Thread Naima Dambrine via gdal-dev
>>> Le lun. 6 nov. 2023 à 11:33, Javier Jimenez Shaw >>>> a écrit : >>>> >>>>> Hi Naima >>>>> >>>>> I have been testing with your dataset. To me, using the GDAL in Ubuntu >>>>> 22.04 (3.4.1) seems to be a prob

[gdal-dev] oblique cuts on a raster using python GDAL

2023-11-06 Thread Naima Dambrine via gdal-dev
HI, i do not know if you receive my precedent attachments, so my apologies if so. here is a shared link for original image and geometry extraction Thank you, Partage ___ gdal-

[gdal-dev] oblique cuts on a raster using python GDAL

2023-11-05 Thread Naima Dambrine via gdal-dev
Hi , I have problems with oblique cuts on a raster using python GDAL (3.6.2) - with this line i obtain black borders around : gdal.warp('raster-dst' , raster-src', cutLineDSName='geometry-extraction.shp', cropToCutline=True) - with this one, the crop is not clean on closer inspection: residual b