Go to file
Even Rouault 501754d048
Doc: use 'version_selector' instead of 'display_version' which is deprecated by sphinx-rtd-theme 3.0.0
2024-10-07 17:59:10 +02:00
.github CI: disable MSSQL Docker based testing 2024-10-01 16:47:06 +02:00
alg Merge pull request #10899 from OSGeo/backport-10894-to-release/3.9 2024-09-30 23:24:30 +02:00
apps gdalwarp: be more robust to numerical instability when selecting overviews 2024-10-04 16:41:44 +00:00
autotest NITF: fix parsing of CSCSDB DES 2024-10-05 14:27:46 +00:00
ci/travis CI: explicitly install setuptools for Conda based builds 2024-08-01 20:50:09 +02:00
cmake CMake: Remove unneeded dependency on Java AWT 2024-08-27 16:18:33 -04:00
data Move data/tms_*.json files to gcore/data 2024-01-16 17:29:56 +01:00
doc Doc: use 'version_selector' instead of 'display_version' which is deprecated by sphinx-rtd-theme 3.0.0 2024-10-07 17:59:10 +02:00
docker docker: print HTTP errors on failure 2024-10-05 14:51:44 +02:00
examples/pydrivers ogr_CityJSON.py: improve identify() to recognize https://3d.bk.tudelft.nl/opendata/cityjson/3dcities/v2.0/9-284-556.city.json [ci skip] 2023-11-26 20:18:00 +01:00
frmts NITF: fix parsing of CSCSDB DES 2024-10-05 14:27:46 +00:00
fuzzers Add MiraMonVector read/creation driver (#9688) 2024-04-19 13:13:53 +02:00
gcore Prepare for GDAL 3.9.3 2024-10-07 17:50:53 +02:00
gnm OGRLayer::SetIgnoredFields(): make it take a CSLConstList argument instead of const char* 2024-04-15 14:45:52 +02:00
man CMake: install man/man1/ pages when present (fixes #5491) 2022-03-28 16:20:40 +02:00
ogr Merge pull request #10940 from OSGeo/backport-10926-to-release/3.9 2024-10-05 12:10:22 +02:00
perftests Replace uses of cpl::make_unique<> with std::make_unique<> 2023-11-14 15:21:58 +01:00
port CPLGetValueType(): do not recognize '01' as integer, but as string 2024-10-02 02:53:46 +02:00
resources/gdal2tiles gdal2tiles: remove/fix broken links 2022-01-02 15:57:53 +01:00
scripts Prepare for GDAL 3.9.3 2024-10-07 17:50:53 +02:00
swig Prepare for GDAL 3.9.3 2024-10-07 17:50:53 +02:00
third_party Workaround various false-positive -Wnull-dereference warnings in C++23 -O2 with gcc 13.1 2024-05-08 23:10:44 +00:00
.clang-format [clang-format] Add line breaks after methods definition 2024-03-19 08:42:55 +01:00
.cmake-format.py LNT: Auto-reformat files with black & isort 2022-08-12 08:09:11 -05:00
.editorconfig Disable default text=auto .gitattributes 2018-10-10 19:24:39 +02:00
.flake8 ENH: Add pre-commit 2022-08-12 08:09:10 -05:00
.git-blame-ignore-revs .git-blame-ignore-revs: add commit c39127b8dc [ci skip] 2024-03-19 14:25:53 +01:00
.gitattributes Disable default text=auto .gitattributes 2018-10-10 19:24:39 +02:00
.gitignore Add out to gitignore 2023-07-27 00:27:00 +08:00
.isort.cfg ENH: Add pre-commit 2022-08-12 08:09:10 -05:00
.pre-commit-config.yaml Add CPLUTF8ForceToASCII() 2024-04-14 15:36:08 +02:00
.readthedocs.yaml Doc: Add ReadTheDocs configuration 2024-08-27 16:01:31 -04:00
.travis.yml CI: disable Travis-CI: s390x has been broken for nearly one month now, and they still haven't fixed it 2024-08-26 15:21:17 +02:00
BUILDING.md BUILDING.md: update status of build systems [ci skip] 2022-11-03 19:36:19 +01:00
CITATION Refresh CITATION and CITATION.cff [ci skip] 2024-01-13 01:25:33 +01:00
CITATION.cff Prepare for GDAL 3.9.3 2024-10-07 17:50:53 +02:00
CMakeLists.txt CMake: fix NumPy detection when Intel MKL library is installed 2024-03-20 23:20:09 +01: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 Doc: Consolidate info on build dependencies and processes 2022-11-17 12:50:07 -05: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
GOVERNANCE.md Doc: add links to NumFOCUS GDAL page 2021-07-01 17:59:20 +02:00
HOWTO-RELEASE CI: adapt for setuptools >= 65.3 2024-04-14 22:23:51 +02:00
LICENSE.TXT LICENSE.TXT: mention licenses of FlatGeoBuf / Flatbuffers 2022-06-23 21:26:18 +02:00
MIGRATION_GUIDE.TXT OGRLayer::SetIgnoredFields(): make it take a CSLConstList argument instead of const char* 2024-04-15 14:45:52 +02:00
NEWS.md Prepare for GDAL 3.9.3 2024-10-07 17:50:53 +02:00
NEWS.template Prepare for GDAL 3.6.0 2022-11-03 18:15:11 +01: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 README.md: add OpenSSF Scorecard badge [ci skip] 2024-01-11 18:30:51 +01:00
SECURITY.md typo fixes 2021-10-26 14:33:21 +02:00
VERSION Prepare for GDAL 3.9.3 2024-10-07 17:50:53 +02:00
Vagrantfile Vagrantfile: add libarchive-dev dependency [ci skip] 2023-01-08 17:31:54 +01: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 Prepare for GDAL 3.9.0beta1 2024-04-22 13:22:41 +02:00
mkgdaldist.sh mkgdaldist.sh: make shellcheck happy [ci skip] 2023-12-31 19:02:08 +01: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 Documentation build Status Fuzzing Status Coverage Status OpenSSF Best Practices OpenSSF Scorecard

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 and CITATION.cff