下载

Current Release

过去版本

开发来源

GDAL的主存储库位于github上https://github.com/OSGeo/GDAL。

通过发出以下命令,可以获取活动源代码的副本

git clone https://github.com/OSGeo/GDAL.git

生成要求

要构建gdal3或更高版本,您需要 至少 一个C++ 11兼容编译器,以及 PROJ 6 or later . 这只会给你一个最低限度的建设,将缺乏很多驱动程序。咨询 栅格驱动器矢量驱动器 其他可选依赖项的页面。

Build instructions

See https://trac.osgeo.org/gdal/wiki/BuildHints for hints for existing autoconf and nmake build systems.

From GDAL 3.5, an experimental CMake-based build is available.

二进制文件

在本节中,我们列出了GDAL的一些二进制发行版,所有这些发行版都应该具有完全可复制的开源构建方法。

Windows

Windows版本可通过 Conda Forge (仅64位)。见 康达 一节了解更多详细信息。

德比

Debian软件包现在可以在 Debian Unstable .

康达

Conda 可用于多个平台(Windows、macOS和Linux)以安装软件包和管理环境。GDAL的Conda软件包可在https://anaconda.org/Conda-forge/GDAL上获得。

最新版本:|康达徽章|

conda install [-c channel] [package...]
conda install -c conda-forge gdal

Linux Docker映像

每晚生成GDAL master和标记版本的图像可在 Docker Hub

Information on the content of the different configurations can be found at https://github.com/OSGeo/gdal/tree/master/docker