GDAL wheels for linux Code
GDAL wheels for python and C/C++ projects (Linux only)
Status: Beta
Brought to you by:
kerim371
| File | Date | Author | Commit |
|---|---|---|---|
| Dockerfile.wheels | 2022-02-02 |
|
[afccc5] GDAL 3.4.1 wheels for python 36, 37, 38, 39 |
| LICENSE.txt | 2021-05-13 |
|
[bfad38] GDAL 3.1.4 |
| Makefile | 2021-05-13 |
|
[bfad38] GDAL 3.1.4 |
| README.md | 2021-05-14 |
|
[531156] fixed readme |
| build-linux-wheels.sh | 2022-02-02 |
|
[afccc5] GDAL 3.4.1 wheels for python 36, 37, 38, 39 |
| gdalinit.py | 2021-05-13 |
|
[bfad38] GDAL 3.1.4 |
| requirements.txt | 2022-02-02 |
|
[afccc5] GDAL 3.4.1 wheels for python 36, 37, 38, 39 |
| setup.py | 2022-02-03 |
|
[293ff1] Bug fix: numpy may not only be 1.95 |
This project is based on youngpm/gdalmanylinux but provides precompiled GDAL wheels ready to use in both Python and C/C++ projects (Linux only)
Go to releases (Files) and find tarball needed. Download it.
After downloading the wheel simply install it with:
python3 -m pip install /path/to/wheel.whl
See information given at forefather project