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

Process Satellite data using AWS Lambda functions

License

Notifications You must be signed in to change notification settings

RemotePixel/remotepixel-api

Repository files navigation

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