5 ms·
We used https://github.com/developmentseed/titiler https://github.com/developmentseed/titiler (and rio-tiler, the underlying library) at my last company which d
by j_heffe 4y ago
We used https://github.com/developmentseed/titiler https://github.com/developmentseed/titiler (and rio-tiler, the underlying library) at my last company which does dynamic tiling based on some input raster. It's an awesome project and there's nothing else quite like it in the geospatial space.
- lukeqsee 4y agoI discovered it while looking at raster solutions, and it is pretty great! The raster stack is pretty bonkers. TiTiler uses at least three fundamental layers: GDAL, RasterIO, and rio-tiler. Each contribute a fairly significant improvement (for the use-case) over the underlying one.
- neuronexmachina 4y agoThere's a lot to like about GDAL+Rasterio, although I've found having all HTTP requests go through GDAL's C API does result in some limitations on concurrency and multithreading. GDAL's configuration being based entirely on env vars also has its downsides: https://github.com/developmentseed/titiler/issues/186 https://github.com/developmentseed/titiler/issues/186