Skip to content

feat(geotiff): Support non-boundless reads#250

Merged
kylebarron merged 3 commits intomainfrom
kyle/boundless
Feb 19, 2026
Merged

feat(geotiff): Support non-boundless reads#250
kylebarron merged 3 commits intomainfrom
kyle/boundless

Conversation

@kylebarron
Copy link
Member

@kylebarron kylebarron commented Feb 19, 2026

As noticed in #249, we weren't handling unaligned edge tiles correctly.

This PR ensures we render edge tiles correctly by implementing support for non-boundless reads.

Change list

  • GeoTIFF.fetch_tile gets a new parameter boundless: boolean that defaults to true (to match async-geotiff in Python), but we set to false here for cleaner rendering.
image

@github-actions github-actions bot added the feat label Feb 19, 2026
@kylebarron kylebarron enabled auto-merge (squash) February 19, 2026 22:02
@kylebarron kylebarron merged commit 2f25972 into main Feb 19, 2026
4 checks passed
@kylebarron kylebarron deleted the kyle/boundless branch February 19, 2026 22:02
@ds-release-bot ds-release-bot bot mentioned this pull request Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant