Download
Contents
Current Releases
2021-09-01 gdal-3.3.2.tar.gz 3.3.2 Release Notes (3.3.2 md5)
Past Releases
2021-07-05 gdal-3.3.1.tar.gz 3.3.1 Release Notes (3.3.1 md5)
2021-05-03 gdal-3.3.0.tar.gz 3.3.0 Release Notes (3.3.0 md5)
2021-05-04 gdal-3.2.3.tar.gz 3.2.3 Release Notes (3.2.3 md5)
2021-03-10 gdal-3.2.2.tar.gz 3.2.2 Release Notes (3.2.2 md5)
2020-12-28 gdal-3.2.1.tar.gz 3.2.1 Release Notes (3.2.1 md5)
2020-10-26 gdal-3.2.0.tar.gz 3.2.0 Release Notes (3.2.0 md5)
2020-10-23 gdal-3.1.4.tar.gz 3.1.4 Release Notes (3.1.4 md5)
2020-09-01 gdal-3.1.3.tar.gz 3.1.3 Release Notes (3.1.3 md5)
2020-07-07 gdal-3.1.2.tar.gz 3.1.2 Release Notes (3.1.2 md5)
2020-06-22 gdal-3.1.1.tar.gz 3.1.1 Release Notes (3.1.1 md5)
2020-05-03 gdal-3.1.0.tar.gz 3.1.0 Release Notes (3.1.0 md5)
2020-01-28 gdal-3.0.4.tar.gz 3.0.4 Release Notes (3.0.4 md5)
2020-01-08 gdal-2.4.4.tar.gz 2.4.4 Release Notes (2.4.4 md5)
2020-01-08 gdal-3.0.3.tar.gz 3.0.3 Release Notes (3.0.3 md5)
2019-10-28 gdal-3.0.2.tar.gz 3.0.2 Release Notes (3.0.2 md5)
2019-10-28 gdal-2.4.3.tar.gz 2.4.3 Release Notes (2.4.3 md5)
2019-06-28 gdal-3.0.1.tar.gz 3.0.1 Release Notes (3.0.1 md5)
2019-06-28 gdal-2.4.2.tar.gz 2.4.2 Release Notes (2.4.2 md5)
Development Source
The main repository for GDAL is located on github at https://github.com/OSGeo/GDAL.
You can obtain a copy of the active source code by issuing the following command
git clone https://github.com/OSGeo/GDAL.git
Build requirements
To build GDAL 3 or later, you need at a minimum a C++11 compatible compiler, and PROJ 6 or later. This will only give you a minimum build which will lack a lot of drivers. Consult Raster drivers and Vector drivers pages for additional optional dependencies.
Binaries
In this section we list a number of the binary distributions of GDAL all of which should have fully reproducible open source build recipes.
Windows
Windows builds are available via Conda Forge (64-bit only). See the Conda section for more detailed information.
Debian
Debian packages are now available on Debian Unstable.
Conda
Conda can be used on multiple platforms (Windows, macOS, and Linux) to install software packages and manage environments. Conda packages for GDAL are available at https://anaconda.org/conda-forge/gdal.
conda install [-c channel] [package...]
conda install -c conda-forge gdal
Linux Docker images
Images with nightly builds of GDAL master and tagged releases are available at Docker Hub
Information on the content of the different configurations can be found at https://github.com/OSGeo/gdal/tree/master/gdal/docker