remotepixel-tiler
Sentinel / Landsat / CBERS / COGEO Serverless dynamic tiler
Bundle of landsat-tiler
, sentinel-tiler
, cbers-tiler
and cogeo-tiler
powering RemotePixel viewer.
Deployment
Requirement
- AWS Account
- Terraform
- Docker
#Clone the repo
$ git clone https://github.com/RemotePixel/remotepixel-tiler.git
$ cd remotepixel-tiler/
$ docker login
# Fetch Amazon linux AMI docker container + Install Python modules + create package
# Create package using custom GDAL install
$ make package && make test
# Deploy sentinel, landsat and cbers lambda functions
$ terraform init
$ terraform apply --var token=MySuperSecretToken
Infos & links
- rio-tiler rasterio plugin that process Landsat data hosted on AWS S3.
- landsat-tiler
- sentinel-tiler
- cbers-tiler