Go to file
Even Rouault a394f9cb29
LICENSE.TXT: mention licenses of FlatGeoBuf / Flatbuffers
2022-06-23 21:26:18 +02:00
.github CI: avoid mysterious failure on teardown of test_bag_write_values_at_nodata on fedora (cf https://github.com/OSGeo/gdal/runs/7023212273?check_suite_focus=true) 2022-06-23 14:44:24 +02:00
alg MEM dataset: avoid broken use of pointer-as-string on architectures with capability pointers 2022-06-13 01:41:49 +02:00
apps [FEATURE] OpenFileGDB: add creation/update capabilities 2022-06-10 21:57:13 +02:00
autotest CI: avoid mysterious failure on teardown of test_bag_write_values_at_nodata on fedora (cf https://github.com/OSGeo/gdal/runs/7023212273?check_suite_focus=true) 2022-06-23 14:44:24 +02:00
ci/travis Fix incorrect HANA user in travis CI 2022-05-13 14:45:48 +02:00
cmake cpl_config.h: Don't use __stdcall on MinGW 2022-06-22 15:37:16 +02:00
data Add GDT_Int64 and GDT_UInt64 data types and handle them in MEM, GTiff, netCDF and Zarr drivers 2022-03-08 19:20:03 +01:00
doc Doc: software_using_gdal: distinguish clearly FOSS vs proprietary software 2022-06-22 01:49:02 +02:00
docker docker/ubuntu-full/bh-gdal.sh: fix shellcheck issue 2022-06-20 14:16:34 +02:00
examples/pydrivers Move gdal/* to toplevel 2021-10-25 13:40:31 +02:00
frmts netCDF: fix 2 issues with netCDF 4.9.0 of msys2-mingw64 (fixes #5970) 2022-06-23 17:22:59 +02:00
fuzzers Remove deprecated REC driver (refs #3555) 2022-03-28 13:59:57 +02:00
gcore GDALVersionInfo(): report if it is a debug build in --version output, and report compiler version in BUILD_INFO output 2022-06-21 18:24:50 +02:00
generated_headers Unix builds: move generated headers to a generated_headers subdirectory 2021-11-05 02:19:36 +01:00
gnm CMake: make it possible to build object libraries with -fPIC (#5650) 2022-05-02 14:23:51 +02:00
m4 m4/acinclude.m4: fix detection of fseeko/ftello on netBSD 2021-10-30 15:06:54 +02:00
man CMake: install man/man1/ pages when present (fixes #5491) 2022-03-28 16:20:40 +02:00
ogr CSV: avoid use-after-free. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48270 2022-06-23 17:37:45 +02:00
perftests Add perftests/computeminmax.py 2022-05-29 22:26:00 +02:00
port CPLDebug: Variadic functions can't use __stdcall calling convention. 2022-06-22 11:02:43 +02:00
resources/gdal2tiles gdal2tiles: remove/fix broken links 2022-01-02 15:57:53 +01:00
scripts CMake: improve 'uninstall' target to uninstall bash completion scripts and python bindings; test in CI (fixes #1446) 2022-03-22 18:39:16 +01:00
swig Merge pull request #5922 from rouault/arrow_batch_new 2022-06-18 10:56:16 +02:00
third_party CMake: make it possible to build object libraries with -fPIC (#5650) 2022-05-02 14:23:51 +02:00
.cmake-format.py typo fixes 2021-10-26 14:33:21 +02:00
.editorconfig Disable default text=auto .gitattributes 2018-10-10 19:24:39 +02:00
.gitattributes Disable default text=auto .gitattributes 2018-10-10 19:24:39 +02:00
.gitignore CMake: install man/man1/ pages when present (fixes #5491) 2022-03-28 16:20:40 +02:00
.travis.yml Move gdal/* to toplevel 2021-10-25 13:40:31 +02:00
.zenodo.json Replace reference to MIT/X or X/MIT to MIT (fixes #5154) 2022-01-24 19:02:16 +01:00
BUILDING.md BUILDING.md: Add build instructions 2022-05-11 09:08:05 -04:00
CITATION CITATION: add doi to BibTex entry [ci skip] 2022-01-20 17:13:40 +01:00
CMakeLists.txt Do not try to use Python when BUILD_PYTHON_BINDINGS is False. 2022-04-07 18:14:21 +02:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md: point to website code of conduct [ci skip] 2022-02-16 18:25:29 +01:00
COMMITTERS Move gdal/* to toplevel 2021-10-25 13:40:31 +02:00
CONTRIBUTING.md gdalwarp: code improvements (#5648) 2022-05-02 14:22:20 +02:00
Doxyfile Doc: fix warnings with Doxygen 1.9.3 2022-01-04 21:20:54 +01:00
DoxygenLayout.xml Move gdal/* to toplevel 2021-10-25 13:40:31 +02:00
GDALmake.opt.in MRF: Add QB3 compression(#5824) 2022-06-19 15:41:03 +02:00
GNUmakefile Unix builds: move generated headers to a generated_headers subdirectory 2021-11-05 02:19:36 +01:00
GOVERNANCE.md Doc: add links to NumFOCUS GDAL page 2021-07-01 17:59:20 +02:00
HOWTO-RELEASE Prepare for GDAL 3.5.0 release 2022-05-06 14:27:35 +02:00
LICENSE.TXT LICENSE.TXT: mention licenses of FlatGeoBuf / Flatbuffers 2022-06-23 21:26:18 +02:00
MIGRATION_GUIDE.TXT Mention constness of GDALProxyRasterBand::RefUnderlyingRasterBand() / UnrefUnderlyingRasterBand() [ci skip] 2022-05-06 14:24:51 +02:00
NEWS.md Update NEWS.md for GDAL 3.5.0 2022-05-06 14:24:52 +02:00
NEWS.template Move gdal/* to toplevel 2021-10-25 13:40:31 +02:00
PROVENANCE.TXT Replace reference to MIT/X or X/MIT to MIT (fixes #5154) 2022-01-24 19:02:16 +01:00
README.md Dummy change to test backport bot 2022-06-20 22:40:27 +02:00
SECURITY.md typo fixes 2021-10-26 14:33:21 +02:00
VERSION Update version numbers to 3.6.0dev 2022-05-06 15:00:44 +02:00
Vagrantfile Vagrant: new config key for LXC driver 2019-03-20 12:37:55 +09:00
appveyor.yml Re-target C# bindings apps to netcoreapp2.2, fix broken build (fixes #4792) (#4828) 2021-11-16 22:51:37 +01:00
autogen.sh CMake: fix in-tree builds, but explicitly not recommend them (fixes #5404) 2022-03-07 17:31:36 +01:00
config.guess Move gdal/* to toplevel 2021-10-25 13:40:31 +02:00
config.rpath Move gdal/* to toplevel 2021-10-25 13:40:31 +02:00
config.sub Move gdal/* to toplevel 2021-10-25 13:40:31 +02:00
configure.ac MRF: Add QB3 compression(#5824) 2022-06-19 15:41:03 +02:00
doxygen_index.md Replace reference to MIT/X or X/MIT to MIT (fixes #5154) 2022-01-24 19:02:16 +01:00
gdal.cmake CMake: adjustments for builds with latest ICC compiler 2022-06-21 23:22:28 +02:00
gdal.pc.in Move gdal/* to toplevel 2021-10-25 13:40:31 +02:00
generate_vcxproj.bat Move gdal/* to toplevel 2021-10-25 13:40:31 +02:00
install-sh Move gdal/* to toplevel 2021-10-25 13:40:31 +02:00
ltmain.sh Move gdal/* to toplevel 2021-10-25 13:40:31 +02:00
makefile.vc Build remove message about experimental status of CMake system, and add messages about deprecation of autoconf&nmake (fixes #5171) 2022-02-08 18:03:59 +01:00
mkgdaldist.sh Remove GDAL and GRASS drivers now they are in OSGeo/gdal-grass repository (fixes #5667) 2022-05-05 14:40:16 +02:00
nmake.opt MRF: Add QB3 compression(#5824) 2022-06-19 15:41:03 +02:00
submake.bat Move gdal/* to toplevel 2021-10-25 13:40:31 +02:00

README.md

GDAL - Geospatial Data Abstraction Library

Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build status Build Status Documentation build Status Fuzzing Status

DOI

Powered by NumFOCUS

GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.

The GDAL project uses a custom governance and is fiscally sponsored by NumFOCUS. Consider making a tax-deductible donation to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.


NumFOCUS is 501(c)(3) non-profit charity in the United States; as such, donations to NumFOCUS are tax-deductible as allowed by law. As with any donation, you should consult with your personal tax adviser or the IRS about your particular tax situation.

How to build

See BUILDING.md

How to contribute

See CONTRIBUTING.md

Docker images

See docker/

Code of Conduct

See doc/source/community/code_of_conduct.rst

Security policy

See SECURITY.md

Citing GDAL/OGR in publications

See CITATION