Re: [gdal-dev] gdal_rasterize expected behaviour

2021-03-08 Thread Hugues François
ww.observatoire-stations.fr UR LESSEM +33 4 76 76 27 44 +33 6 77 66 21 31 - Mail original - De: "gdal-dev" À: "gdal-dev" Envoyé: Lundi 8 Mars 2021 17:48:51 Objet: Re: [gdal-dev] gdal_rasterize expected behaviour Hi Hug, GDALRasterizeGeometries takes an array of geom

Re: [gdal-dev] gdal_rasterize expected behaviour

2021-03-08 Thread Sean Gillies via gdal-dev
Hi Hug, GDALRasterizeGeometries takes an array of geometries and iterates over them from start to end, burning them into the raster one at a time. With a strictly ordered vector layer, you can expect the later shapes to be burned over the earlier ones. On Mon, Mar 8, 2021 at 7:00 AM Hugues Franço

[gdal-dev] gdal_rasterize expected behaviour

2021-03-08 Thread Hugues François
Hello, I don't know exactly where I should ask this question and I wasn't able to find the answer when searching on the internet (maybe I didn't use the right keywords). I have to rasterize a vector layer, made of polygons, which resolution is finer than the destination raster I have to use