Re: [gdal-dev] Coordinate space to pixel space with image rotation in python

2020-10-16 Thread Nicolas Cadieux
On 2020-10-16 11:49 a.m., Nicolas Cadieux wrote: Hi again! (a few months later...) What is the best practice for reading a single pixel in the raster? structval = raster_band.ReadRaster(column, row, 1, 1, 1, 1, raster_band.DataType) or structval = raster_band.ReadRaster(int(column), int(row

Re: [gdal-dev] Creating DTM Pyramids with max values, and dtm pyramid with min values

2020-10-16 Thread jratike80
Hi, The problem with tailor made overviews can be solved with VRT https://gdal.org/drivers/raster/vrt.html. "Overview: This optional element describes one overview level for the band. It should have a child SourceFilename and SourceBand element. The SourceFilename may have a relativeToVRT boolean