andrejreznik/python-gdal

By andrejreznik

Updated almost 2 years ago

🌍 Debian-based image bundled with GDAL/OGR and Python

Image
Languages & frameworks
Machine learning & AI
Data science
4

10K+

andrejreznik/python-gdal repository overview

🌍 python-gdal

BuildPullsSize

Python GDAL/OGR API

These containers ship with pre-installed GDAL's and OGR's Python bindings.

Powered by pyenv which helps to manage Python versions, and builded from official GDAL sources.

Usage

The Dockerfile provides defaults when executing a container:

# prints Python, pip, and GDAL versions

docker run ghcr.io/andrii-rieznik/python-gdal

To run a container and start an interactive bash session as root:

docker run -it ghcr.io/andrii-rieznik/python-gdal /bin/bash

Tags and versioning

To use a specific version of Python or GDAL with the appropriate tag:

docker run ghcr.io/andrii-rieznik/python-gdal:py3.12.4-gdal3.9.1

To pass as build arguments:

make image PYTHON_VERSION=3.12.4 GDAL_VERSION=3.9.1

License

See MIT.

Tag summary

Content type

Image

Digest

sha256:a40c09d15

Size

404 MB

Last updated

almost 2 years ago

docker pull andrejreznik/python-gdal:py3.11.10-gdal3.6.2