Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 633 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 633 Bytes

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