earth-genome / image_service

A containerized service to grab and save satellite imagery
3 stars 0 forks source link

Image Service

This project establishes a web service for pulling satellite imagery from various providers. Links to available services and detailed instructions are given at the primary Heroku entry point.

There are also several tools available for local image processing:

Dependencies

Developing and deploying

The image service is based a containerized Flask web app, deployed on Heroku. To test locally:

docker-compose build
docker-compose up

To deploy to Heroku:

heroku container:push --recursive -a earthrise-imagery
heroku container:release web worker thumbnailworker