/GDAL-Docker

Docker container for installing GDAL and Python 3

Primary LanguageDockerfile

GDAL-Docker

A GDAL docker container for Python 3 users. See the Docker Hub Page

Installs and compiles the latest version of GDAL so that it can be easily added to your app via requirements.txt.

Just add the following line to requirements.txt:

GDAL>=2.2.4

Running locally

Run interactively:

 docker run -it thinkwhere/gdal-python:3.6-shippable bash