DHI / terracotta

A light-weight, versatile XYZ tile server, built with Flask and Rasterio :earth_africa:
https://terracotta-python.readthedocs.org
MIT License
677 stars 70 forks source link

Consider supporting / encouraging web-optimization #151

Open j08lue opened 4 years ago

j08lue commented 4 years ago

From rio-cogeo as discussed here https://github.com/DHI-GRAS/terracotta/issues/138#issuecomment-483613662

dionhaefner commented 4 years ago

This will only have a big benefit when using nearest neighbor interpolation. But it could be cool to have as a "lightning-fast" mode when performance is more important than quality.

vincentsarago commented 4 years ago

FYI the new COG driver (GDAL>3.1) has a native support for that, might be worth investigating for long play.