jiayuasu opened a new pull request, #3101: URL: https://github.com/apache/sedona/pull/3101
## What Fixes the cover illustration for the "Open Huge GeoTIFFs Without the 2 GB Wall" raster tiling blog post. ## Why A reviewer noted the original raster (left, the large source file) had visibly larger pixels than the tiled output (right), making the source look coarser than its own tiles. Tiling doesn't change resolution, so the two should share the same pixel size. ## Change The left raster was an 18×18 grid (~14.7px pixels) while the right used a 32×32 grid (7.5px pixels). Both sides are now driven by a single 32×32 field at the same 7.5px pixel pitch: - **Left**: the whole scene, contiguous. - **Right**: the identical scene split into 8×8 tiles of 4×4 pixels. The tiles now reassemble into the source image and differ only by the gaps between tiles — which is exactly what tiling on read does. Background, the 2 GB wall, the arrow, titles, and the trailing "flying" tiles are unchanged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
