-
COGs are great, but from my experience micro services like titiler don't support complex styling logic. Is there a possibility to create a serverless WMS service with complex styling requirements?
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
In case of serverless vector services the cache size is a problem too; especially if you want to create tiles for hight zoom levels and serve them from a storage service like S3. A possible solution would be to use Tegola as an AWS Lambda function to dynamically serve vector tiles for high zoom levels. Lower zoom level tiles could be served from the cache directly, because they are small. But I'm not sure how to set this up and if it makes sense in a production environment.
-
terracotta
A light-weight, versatile XYZ tile server, built with Flask and Rasterio :earth_africa: (by DHI)
One can also do raster calculus between two or more COGs with Terracotta: https://github.com/DHI-GRAS/terracotta/issues/221
Related posts
-
TiTiler: A modern dynamic tile server built on top of FastAPI and Rasterio/GDAL
-
Writing a Tile Server in Python
-
Generating Vector Tiles with PostGIS and Python for OpenLayers Map Rendering
-
I want to develop a website that utilizes GIS features. What is the best roadmap to do so?
-
Mapbox GL JS: How to render a polygon from a postgresql? The data is store within a geodjango GeometryField