RemotePixel / remotepixel-api

Process Satellite data using AWS Lambda functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Process Satellite data using AWS Lambda functions

License:GNU General Public License v3.0


Languages

Language:Python 80.0%Language:Dockerfile 11.0%Language:Makefile 8.9%