landsat-mosaic-tiler

June 26, 2020 ยท View on GitHub

Create Cloud Optimized GeoTIFF mosaics from AWS Public datasets.

landsatlive

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.

Deploy your own

Create the AWS Lambda package

We first need to create the python lambda package using Docker container.

$ make package

Deploy to AWS

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}