Awesome
remotepixel-api
Process Landsat and Sentinel data using AWS Lambda functions
=========
What this is
Serverless architecture powering most of remotepixel.ca cloud processing projects (e.g Landsat full resolution download in satellitesearch).
Python 3.6 + Rasterio + AWS Lambda + API gateway
# TO DO
How to
# TO DO
Requirement
- AWS Account
- awscli
- Docker
- npm
Creating and deploy
npm install
$ docker login
$ make package
$ make deploy
Function
# TO DO