Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/RemotePixel/remotepixel-api
- Owner: RemotePixel
- License: gpl-3.0
- Archived: true
- Created: 2017-07-03T12:17:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T01:56:05.000Z (almost 4 years ago)
- Last Synced: 2024-05-16T02:33:47.560Z (6 months ago)
- Language: Python
- Homepage:
- Size: 494 KB
- Stars: 61
- Watchers: 16
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-earthobservation-code - aws-sat-api-py - Process Satellite data using AWS Lambda functions (`Python` processing of optical imagery (non deep learning) / Cloud Native Geospatial)
- awesome-sentinel - **`remotepixel-api`**
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`