Create Cloud Optimized GeoTIFF mosaics from AWS Public datasets.
The repo host all the code for landsatlive.live website and APIs. Most of the code is a custom fork of developmentseed/cogeo-mosaic-tiler.
We first need to create the python lambda package using Docker container.
$ make package
Landsat
This project uses Serverless to manage deploy on AWS.
# Install and Configure serverless (https://serverless.com/framework/docs/providers/aws/guide/credentials/)
$ npm install serverless -g
$ cd services/landsat && sls deploy --region us-east-1 --bucket a-bucket-where-you-store-data --token {OPTIONAL MAPBOX TOKEN}