Skip to content

kylebarron/landsat-mosaic-tiler

 
 

Repository files navigation

landsat-mosaic-tiler

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}

Releases

No releases published

Languages

  • Jupyter Notebook 53.8%
  • Python 30.2%
  • JavaScript 10.5%
  • HTML 2.3%
  • CSS 1.4%
  • Shell 0.8%
  • Other 1.0%