Re: [gdal-dev] Variable Tile Sizes

2024-03-08 Thread Charlie Savage via gdal-dev
org/is/17-083r4/17-083r4.html#toc72 . This also involves doing resampling in the driver. Right. We do the opposite, same number of tiles, different widths. Charlie Le 08/03/2024 à 04:11, Charlie Savage via gdal-dev a écrit : We have a custom tiling scheme (tilematrixset) for satellite imagery t

[gdal-dev] Variable Tile Sizes

2024-03-07 Thread Charlie Savage via gdal-dev
We have a custom tiling scheme (tilematrixset) for satellite imagery that varies tile widths as they move closer/farther from the equator. We do this for speed/efficiency reasons and the amount of error introduced is minimal over short distances and doesn't impat running CV algorithms. However,