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:
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