serverlessspatial
serverlessspatial copied to clipboard
presentation materials from serverless spatial talk at foss4gna 2019
serverlessspatial
Links for Serverless Spatial talk from FOSS4GNA 2019. Links to live service may well get taken down soon after the conference.
Presentation
Video version of the talk from SolSpec Tech Talk Series: https://www.youtube.com/watch?v=g_WMDxsuCfk
https://docs.google.com/presentation/d/1c3O6lUNAyqHP_c3VOFu_ZcX8dhbGcSdweVySd3kcyXY/edit?usp=sharing
Lambda-Tiler
Serves ZXY service from S3 hosted Cloud Optimized GeoTiffs
- https://github.com/vincentsarago/lambda-tiler
- https://github.com/vincentsarago/lambda-proxy
- https://0acq0r75k0.execute-api.us-west-1.amazonaws.com/production/example
MapProxy Tile Cache
S3 Backed Tile Cache Served Through Lambda
- https://github.com/bitner/lambda-mapproxy
- https://nobqrkpnhl.execute-api.us-west-1.amazonaws.com/dev/demo/?wmts_layer=osm&format=png&srs=EPSG%3A3857
MapServerless
MapServer served from Lambda
- https://github.com/bitner/mapserverless
- https://github.com/bitner/mapserverless-layer
- https://udd8de3fz7.execute-api.us-west-1.amazonaws.com/dev/?
PostGIS Lambda Vector Tiles
Direct MapBox Vector Tiles from PostGIS served through Python on Lambda
- https://github.com/bitner/pgvectortiles
- https://bc21adl1kb.execute-api.us-west-1.amazonaws.com/dev/major_roads/
Lambda Layers
- https://github.com/developmentseed/geolambda
- https://github.com/RemotePixel/amazonlinux-gdal
- https://github.com/PDAL/lambda
Other Resources
- https://serverless.com/
- https://medium.com/@alexrolek/running-a-serverless-vector-tile-backend-with-aws-lambda-and-go-8e6ad46a7c38
- https://www.azavea.com/blog/2018/09/06/tilegarden-serverless-tile-rendering-with-aws-lambda/