Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/RemotePixel/remotepixel-api

Process Satellite data using AWS Lambda functions
https://github.com/RemotePixel/remotepixel-api

Last synced: 3 months ago
JSON representation

Process Satellite data using AWS Lambda functions

Awesome Lists containing this project

README

        

# remotepixel-api
Process Landsat and Sentinel data using AWS Lambda functions

=========

### What this is

Serverless architecture powering most of [remotepixel.ca](https://remotepixel.ca/) cloud processing projects (e.g [Landsat full resolution download in satellitesearch](https://remotepixel.ca/blog/landsat-full-resolution-in-satellitesearch_20161006.html)).

#### 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`