Sign inSign up

geographica/gdal2

By geographica

Updated over 6 years ago

GDAL 2 image

Image
14

100K+

geographica/gdal2 repository overview

Docker GDAL2

GDAL2:2.4.0 Docker images (with Python 3).

docker run --rm -it geographica/gdal2:2.4.0

Using a data volume

$ export DATAFOLDER="-v /folder_with_your_testdata/:/home/datafolder"
$ docker run $DATAFOLDER --name gdal2 -it --rm geographica/gdal2:2.4.0 /bin/bash

Build the image on your own

$ git clone https://github.com/GeographicaGS/docker-gdal2.git
$ cd docker_gdal2
$ docker build -t geographica/gdal2:2.4.0 .

Changelog

GDAL 2 info

Credits

Tag summary

Content type

Image

Digest

Size

457.3 MB

Last updated

over 6 years ago

docker pull geographica/gdal2