Skip to content

Generate basic choropleth raster tiles from vector tile sources on AWS Lambda

License

Notifications You must be signed in to change notification settings

EvictionLab/lambda_choro_tiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda Choropleth Tileserver

Bare-bones implementation of creating choropleth raster tiles fom existing vector tiles. This will be extremely slow compared to traditional sources of hosting raster tiles, and in our case is intended for generating choropleth images of a map primarily using vector tiles.

Setup

Create a virtualenv with Python 2.7, activate it, and then run pip install -r requirements.txt. Deploy with zappa deploy dev.

About

Generate basic choropleth raster tiles from vector tile sources on AWS Lambda

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages