Serverless GIS

This page summarizes the projects mentioned and recommended in the original post on /r/gis

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • titiler

    Build your own Raster dynamic map tile services

    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

    SaaSHub logo
  • tegola

    Tegola is a Mapbox Vector Tile server written in Go

    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

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • TiTiler: A modern dynamic tile server built on top of FastAPI and Rasterio/GDAL

    1 project | news.ycombinator.com | 27 Aug 2024
  • Writing a Tile Server in Python

    4 projects | news.ycombinator.com | 6 Aug 2024
  • Generating Vector Tiles with PostGIS and Python for OpenLayers Map Rendering

    3 projects | /r/gis | 1 May 2023
  • I want to develop a website that utilizes GIS features. What is the best roadmap to do so?

    1 project | /r/gis | 1 Apr 2023
  • Mapbox GL JS: How to render a polygon from a postgresql? The data is store within a geodjango GeometryField

    2 projects | /r/mapbox | 19 Mar 2023

Did you konow that Python is
the 2nd most popular programming language
based on number of metions?