Docker image to routinely generate derived EO products using the Open Data Cube and Dask. YAML metadata for indexing derived products into the Open Data Cube is also created as part of the process.
Docker images are automatically built and published to Docker Hub from this repo when a release tag, x.y.z, is created.
Login to docker.io:
docker login docker.io
Build and upload:
VERSION=0.0.96
docker build . -t satapps/odc-products:${VERSION}
docker push satapps/odc-products:${VERSION}