Blurry raster image by TiTiler (Bug in TiTiler processing raster file - .tif file?) #1093
Replies: 2 comments 5 replies
-
Hi @alphajae11 - can you share the tile URL (including all parameters) that you are adding to deck.gl. It looks like a case of over-zooming on a low zoom level tile to me. You could try adding |
Beta Was this translation helpful? Give feedback.
-
@hrodmn reviving this since I ran into the same issue. In my case, I have a COG that's natively 30m (so close to zoom level 12), but I only want it to show down to zoom level 8 (about 1km resolution). When it gets to zoom level 8, it looks blurry if you keep zooming in, but I just want to see clearly defined 1km pixels. Is there a way to do make TiTiler do this, or do I need to modify my COG so it starts at 1 km resolution instead of 30m? The use case here is only I want to see the resampled data at a coarse scale, it's not meant to be viewed at native resolution. I unfortunately also can't share my COG for a few weeks, although I may be able to reproduce it on data I can share if necessary. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I used TiTiler to preprocess .tif file to upload on deck.gl map. However, I noticed that raster image visualization appears to be very blurry (even as compared to uploading .tif file to QGIS - Please check the image below).
QGIS

Deck.gl after processed by TiTiler

Is this a problem from TiTiler or is there a way I can improve on this raster visualization?
Beta Was this translation helpful? Give feedback.
All reactions