A collection of scripts used to process imagery
The purpose of this Docker container is to run Python scripts which use the GDAL library. It is based on osgeo/gdal:ubuntu-small-latest
Docker image.
Python version is set to 3.8.10
as it is the current version used by osgeo/gdal
.
create_polygons.py
Local
- Build the Docker image:
docker build .
- Log into AWS with
AWS-CLI
- Run the following command
docker run -v ${HOME}/.aws/credentials:/root/.aws/credentials:ro -e AWS_PROFILE='your-aws-profile' 'image-id' python create_polygons.py --uri 's3://path-to-the-tiff/image.tif' --destination 'destination-bucket'