Go to file
Even Rouault b42f7a8a38
Use include_sse2neon.h in gcore/gdal_minmax_element.hpp
2024-11-04 02:30:30 +01:00
.github Merge pull request #11189 from OSGeo/dependabot/github_actions/github/codeql-action-3.27.0 2024-11-01 16:38:40 +01:00
alg Warp: fix issue with Lanczos resampling when YSCALE < 1 2024-10-30 02:51:39 +01:00
apps ogr2ogr: output warning hinting when -relatedFieldNameMatch can be used 2024-10-29 22:58:23 +01:00
autotest gdal_minmax_element.hpp: fallback to std::min_element/max_element in the non-SSE2 case, as it turns out at least on Apple Silicon that our 'optimized' version is generally slower 2024-11-04 00:43:24 +01:00
ci/travis CI ARM64: run cpp perf tests 2024-11-04 00:43:24 +01:00
cmake Merge pull request #10972 from rouault/embedded_resources 2024-10-29 17:53:10 +01:00
data Move data/tms_*.json files to gcore/data 2024-01-16 17:29:56 +01:00
doc Update gti.rst 2024-11-01 07:34:20 +11:00
docker Add read-only OGR ADBC (Arrow Database Connectivity) driver 2024-10-29 01:49:59 +01: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 Internal libtiff: resync to suppress warnings about unknowns tags / https://gitlab.com/libtiff/libtiff/-/merge_requests/463 2024-10-30 19:18:45 +01:00
fuzzers ossfuzz: update to poppler-24.10.0 [ci skip] 2024-10-28 23:15:47 +01:00
gcore Use include_sse2neon.h in gcore/gdal_minmax_element.hpp 2024-11-04 02:30:30 +01:00
gnm cppcheck fixes with latest cppcheck master 2024-10-12 17:05:50 +02:00
man CMake: install man/man1/ pages when present (fixes #5491) 2022-03-28 16:20:40 +02:00
ogr OGR SQL: fix wrong handling of NULL expression in AND and NOT (3.10.0 regression) 2024-11-01 14:01:22 +01:00
perftests Use include_sse2neon.h in gcore/gdal_minmax_element.hpp 2024-11-04 02:30:30 +01:00
port Use include_sse2neon.h in gcore/rasterio functionnality 2024-11-04 02:30:30 +01:00
resources/gdal2tiles gdal2tiles: remove/fix broken links 2022-01-02 15:57:53 +01:00
scripts typo fixes 2024-10-30 19:18:13 +01:00
swig Python bindings: add relatedFieldNameMatch parameter to gdal.VectorTranslate() 2024-10-29 22:58:44 +01:00
third_party Avoid false-positive Coverity warnings 2024-10-30 03:28:31 +01: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 flake8 config does not support inline comments 2024-05-15 08:57:02 +01: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 gcore/sse2neon.h 2024-11-04 02:30:28 +01:00
.readthedocs.yaml CI: Fix ReadTheDocs test for [ci skip] with multiline commit messages 2024-09-14 18:10:36 -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 12:10:31 +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 Refresh CITATION and CITATION.cff [ci skip] 2024-01-13 01:25:33 +01:00
CMakeLists.txt CMake: add detection of potential use of sse2neon.h, and a GDAL_ENABLE_ARM_NEON_OPTIMIZATIONS variable 2024-11-04 02:30:30 +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 Add gcore/sse2neon.h 2024-11-04 02:30:28 +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 HOWTO-RELEASE: adjustments related to advertizing release [ci skip] 2024-10-27 11:45:53 +01:00
LICENSE.TXT LICENSE.TXT: mention licenses of FlatGeoBuf / Flatbuffers 2022-06-23 21:26:18 +02:00
MIGRATION_GUIDE.TXT MIGRATION_GUIDE.TXT: mention change w.r.t OGR SQL and NULL values 2024-11-01 14:01:22 +01:00
NEWS-1.x.md Forward port GDAL bugfixes releases from 3.4.x to 3.9.x to NEWS.md, and split GDAL 2.x and 1.x news into their own files 2024-07-25 16:05:09 +02:00
NEWS-2.x.md Forward port GDAL bugfixes releases from 3.4.x to 3.9.x to NEWS.md, and split GDAL 2.x and 1.x news into their own files 2024-07-25 16:05:09 +02:00
NEWS.md NEWS.md: update 3.10.0 news [ci skip] 2024-11-01 17:00:38 +01: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: remove mention to Trac [ci skip] 2024-10-29 23:20:29 +01:00
SECURITY.md typo fixes 2021-10-26 14:33:21 +02:00
VERSION Update master to 3.11.0dev 2024-10-15 13:45:03 +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 CMake: add detection of potential use of sse2neon.h, and a GDAL_ENABLE_ARM_NEON_OPTIMIZATIONS variable 2024-11-04 02:30:30 +01: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 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