Menu

Tree [293ff1] master /
 History

HTTPS access


File Date Author Commit
 Dockerfile.wheels 2022-02-02 kerim371 kerim371 [afccc5] GDAL 3.4.1 wheels for python 36, 37, 38, 39
 LICENSE.txt 2021-05-13 Kerim Kerim [bfad38] GDAL 3.1.4
 Makefile 2021-05-13 Kerim Kerim [bfad38] GDAL 3.1.4
 README.md 2021-05-14 Kerim Kerim [531156] fixed readme
 build-linux-wheels.sh 2022-02-02 kerim371 kerim371 [afccc5] GDAL 3.4.1 wheels for python 36, 37, 38, 39
 gdalinit.py 2021-05-13 Kerim Kerim [bfad38] GDAL 3.1.4
 requirements.txt 2022-02-02 kerim371 kerim371 [afccc5] GDAL 3.4.1 wheels for python 36, 37, 38, 39
 setup.py 2022-02-03 kerim371 kerim371 [293ff1] Bug fix: numpy may not only be 1.95

Read Me

GDAL Python Bindings Via manylinux Wheels

This project is based on youngpm/gdalmanylinux but provides precompiled GDAL wheels ready to use in both Python and C/C++ projects (Linux only)

Download precompiled wheels

Go to releases (Files) and find tarball needed. Download it.

Install wheels

After downloading the wheel simply install it with:

python3 -m pip install /path/to/wheel.whl

Using docker to build your own wheels

See information given at forefather project