Re: [gdal-dev] Variable Tile Sizes

2024-03-08 Thread Charlie Savage via gdal-dev
Varying tile sizes: we definitely don't support that, and I don't think any of the OGC tiling specifications do. I guess that could be implemented (what can't?) but the WMS driver definitely doesn't currently. The code you spotted is for tiles at the right and bottom edges of the virtual rast

Re: [gdal-dev] Variable Tile Sizes

2024-03-08 Thread Even Rouault via gdal-dev
Hi, Varying tile sizes: we definitely don't support that, and I don't think any of the OGC tiling specifications do. I guess that could be implemented (what can't?) but the WMS driver definitely doesn't currently. The code you spotted is for tiles at the right and bottom edges of the virtual

[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,