Replies: 2 comments
-
If you use |
Beta Was this translation helpful? Give feedback.
-
For future reference, I just tried this out with the Python client and it works like so:
and adds this nice bit to
Always nice to find little extra things to improve performance... |
Beta Was this translation helpful? Give feedback.
-
I've been really enjoying TiTiler and it's performance is quite impressive. I am using it to provide tiles from some COG tiffs.
To prep the geotiffs, I've been warping them to 3857 and then converting to COG like below
gdalwarp rasterIn.tif rasterOutCog.tif -of COG
These are then being loaded on a Mapbox GL JS map. Is there anything else I could do in the gdalwarp step to improve the performance when TiTiler is generating tiles? Peformance is acceptable, I am just wondering if there's any other data prep tricks that would speed thing up.
Beta Was this translation helpful? Give feedback.
All reactions