kylebarron / landsat-mosaic-tiler

Serverless Landsat map tiles from mosaics of Cloud-Optimized GeoTIFFs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}

About

Serverless Landsat map tiles from mosaics of Cloud-Optimized GeoTIFFs

License:BSD 2-Clause "Simplified" License


Languages

Language:Jupyter Notebook 53.8%Language:Python 30.2%Language:JavaScript 10.5%Language:HTML 2.3%Language:CSS 1.4%Language:Shell 0.8%Language:Makefile 0.7%Language:Dockerfile 0.3%