Replies: 2 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
@Plantain I'm sorry but I'm not seeing anything wrong here. I'll translate this issue as discussion because this is not really a bug (or if there is one it would be either on rio-tiler or rasterio) Here is what I get for tile |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem description
Zooming past the maximum level of a COG should upsample using the specified resampling= algorithm, instead it seems to do a simple scale without any upsampling occurring.
Requesting tiles with:
https://localhost:8080/tiles/9/473/293@2x?resampling=lanczos
Zoom level 8 (native resolution for this COG)

Zoom level 9 (max zoom +1)

Notice the overzoomed image has large blocks - no upsampling is happening.
I'm not sure if this is a bug/feature request for titiler, or a limitation of rasterio?
Original file is at http://static2.skysight.io/demo.tiff
Beta Was this translation helpful? Give feedback.
All reactions