-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from OSGeo:master #90
base: master
Are you sure you want to change the base?
Commits on Oct 27, 2024
-
SQLite/GPKG: turn on SQLite 'PRAGMA secure_delete=1' by default
unless the user specifies a value of this pragma through OGR_SQLITE_PRAGMA. For example, Debian and Conda-Forge SQLite3 builds already turn on secure_delete. Make sure that this is done for all SQLite3 builds.
Configuration menu - View commit details
-
Copy full SHA for 5e84b2d - Browse repository at this point
Copy the full SHA 5e84b2dView commit details
Commits on Oct 28, 2024
-
Python bindings: __init__.py: remove calls to warnings.simplefilter()
Fixes #11140 This changes the global warnings configuration, which is not appropriate to do inside a library.
Configuration menu - View commit details
-
Copy full SHA for 166ee6f - Browse repository at this point
Copy the full SHA 166ee6fView commit details -
Add (minimum) support for libarrow 18.0.0
Essentially to fix compiler warnings about missing cases in switch() and fix a deprecation warning. Support for DECIMAL32 and DECIMAL64 should work on the read side, but not actually tested. The ogrlayerarrow.cpp generic code isn't ready for them yet. No support on the write side to limit backwards compatibility issues.
Configuration menu - View commit details
-
Copy full SHA for 9a8c5c0 - Browse repository at this point
Copy the full SHA 9a8c5c0View commit details -
Merge pull request #11142 from rouault/arrow_18_compat
Add (minimum) support for libarrow 18.0.0
Configuration menu - View commit details
-
Copy full SHA for c089ee9 - Browse repository at this point
Copy the full SHA c089ee9View commit details -
Merge pull request #11138 from rouault/sqlite_gpkg_secure_delete
SQLite/GPKG: turn on SQLite 'PRAGMA secure_delete=1' by default
Configuration menu - View commit details
-
Copy full SHA for 5095aa7 - Browse repository at this point
Copy the full SHA 5095aa7View commit details -
Merge pull request #11130 from rouault/OSRGetAuthorityListFromDatabase
Add OSRGetAuthorityListFromDatabase() to get the list of CRS authorities used in the PROJ database.
Configuration menu - View commit details
-
Copy full SHA for 2c12b7a - Browse repository at this point
Copy the full SHA 2c12b7aView commit details -
Merge pull request #11141 from rouault/fix_11140
Python bindings: __init__.py: remove calls to warnings.simplefilter()
Configuration menu - View commit details
-
Copy full SHA for 0332c83 - Browse repository at this point
Copy the full SHA 0332c83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62a2176 - Browse repository at this point
Copy the full SHA 62a2176View commit details -
Python bindings: fix compatibility issue with SWIG 4.3.0 and PYTHONWA…
…RNINGS=error Fixes conda-forge/gdal-feedstock#995
Configuration menu - View commit details
-
Copy full SHA for e3171c6 - Browse repository at this point
Copy the full SHA e3171c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9975372 - Browse repository at this point
Copy the full SHA 9975372View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3335b - Browse repository at this point
Copy the full SHA 1a3335bView commit details -
GDALTermProgress: display estimated remaining time for tasks >= 10 se…
…conds Refreshed every tick (so 2.5%) (only on interactive terminals. Tested with bash on Linux and cmd on Windows, but should work for all reasonable terminals) ``` Before 5 seconds: 0...10...20... After 5 seconds: 0...10...20...30...40...50 - estimated remaining time: 00:00:07 Upon completion: 0...10...20...30...40...50...60...70...80...90...100 - done in 00:00:13. ``` Fixes #11100 Co-authored-by: Daniel Baston <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae153d0 - Browse repository at this point
Copy the full SHA ae153d0View commit details -
gdalwarp: in term progress, only display the short filename of the fi…
…le being processed
Configuration menu - View commit details
-
Copy full SHA for 67f18e2 - Browse repository at this point
Copy the full SHA 67f18e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for da6662d - Browse repository at this point
Copy the full SHA da6662dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7efede - Browse repository at this point
Copy the full SHA f7efedeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c26a88 - Browse repository at this point
Copy the full SHA 0c26a88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f3083d - Browse repository at this point
Copy the full SHA 6f3083dView commit details -
Merge pull request #11155 from rouault/doc_survey
Doc: main page: link to user survey
Configuration menu - View commit details
-
Copy full SHA for 36b8798 - Browse repository at this point
Copy the full SHA 36b8798View commit details -
Merge pull request #11154 from rouault/fix_conda_995
Python bindings: fix compatibility issue with SWIG 4.3.0 and PYTHONWARNINGS=error
Configuration menu - View commit details
-
Copy full SHA for 42d0e58 - Browse repository at this point
Copy the full SHA 42d0e58View commit details -
gdalenhance: add minimal tests
Co-authored-by: Even Rouault <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5c07f2 - Browse repository at this point
Copy the full SHA f5c07f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4ea665 - Browse repository at this point
Copy the full SHA a4ea665View commit details -
Configuration menu - View commit details
-
Copy full SHA for 784ba1c - Browse repository at this point
Copy the full SHA 784ba1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a7b1a - Browse repository at this point
Copy the full SHA 81a7b1aView commit details
Commits on Oct 29, 2024
-
Merge pull request #11033 from EmilRybergAkson/feature/getmemfilebuff…
…er-csharp CSharp bindings: Add VSIGetMemFileBuffer bindings
Configuration menu - View commit details
-
Copy full SHA for 8fb79c4 - Browse repository at this point
Copy the full SHA 8fb79c4View commit details -
Merge pull request #10985 from rouault/gdal_fsspec
Python bindings: add a osgeo.gdal_fsspec module that on import will register GDAL VSI file system handlers as fsspec AbstractFileSystem
Configuration menu - View commit details
-
Copy full SHA for 81fb43a - Browse repository at this point
Copy the full SHA 81fb43aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df2f4d - Browse repository at this point
Copy the full SHA 3df2f4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f18fd6 - Browse repository at this point
Copy the full SHA 7f18fd6View commit details -
Add read-only OGR ADBC (Arrow Database Connectivity) driver
Cf https://arrow.apache.org/adbc/current/index.html for what ADBC is. Depends on the adbc-driver-manager library. The driver is read-only, and there is no support for spatial data currently. Beyond official ADBC drivers (adbc-driver-sqlite, adbc-driver-postgresql, adbc-driver-snowflake, adbc-driver-bigquery, etc.), it can also be used to read Parquet or DuckDB datasets using libduckdb, if libduckdb is installed and can be loaded through dynamic shared library opening.
Configuration menu - View commit details
-
Copy full SHA for 400e020 - Browse repository at this point
Copy the full SHA 400e020View commit details -
Add GDALSetAdbcDriverInitFunc() and use it in OGR ADBC driver
Also no longer make AdbcDriverManager a requirement
Configuration menu - View commit details
-
Copy full SHA for ecf9fe7 - Browse repository at this point
Copy the full SHA ecf9fe7View commit details -
Merge pull request #11051 from rouault/warp_cubic_improvement
Warper: improve performance of multi-band bicubic warping
Configuration menu - View commit details
-
Copy full SHA for 1742fdf - Browse repository at this point
Copy the full SHA 1742fdfView commit details -
Merge pull request #11111 from dbaston/remove-apps
Remove gdalwarpsimple and ogrdissolve
Configuration menu - View commit details
-
Copy full SHA for 5479b45 - Browse repository at this point
Copy the full SHA 5479b45View commit details -
Merge pull request #11145 from dbaston/apps-add-unique-ptr
apps: use unique_ptr overloads of addGeometry, addRing
Configuration menu - View commit details
-
Copy full SHA for fb36ab7 - Browse repository at this point
Copy the full SHA fb36ab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5dcc2e - Browse repository at this point
Copy the full SHA f5dcc2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e66b5 - Browse repository at this point
Copy the full SHA 17e66b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53d4d13 - Browse repository at this point
Copy the full SHA 53d4d13View commit details -
Merge pull request #11160 from rouault/doc_past_releases
Doc: fix link to past releases in PDF output
Configuration menu - View commit details
-
Copy full SHA for d61b835 - Browse repository at this point
Copy the full SHA d61b835View commit details -
Merge pull request #11003 from rouault/adbc
Add read-only OGR ADBC (Arrow Database Connectivity) driver
Configuration menu - View commit details
-
Copy full SHA for 103580a - Browse repository at this point
Copy the full SHA 103580aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6676353 - Browse repository at this point
Copy the full SHA 6676353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c459f5 - Browse repository at this point
Copy the full SHA 1c459f5View commit details -
GPKG: optimize speed of 'DELETE FROM table_name', especially on ones …
…with RTree On a .gpkg of 1.6 GB with a table of 3.2 million features, this decreases the time from 1 minute to 12 seconds (with secure delete enabled, or 1 second with secure delete disabled)
Configuration menu - View commit details
-
Copy full SHA for 5eb2512 - Browse repository at this point
Copy the full SHA 5eb2512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c9d6a7 - Browse repository at this point
Copy the full SHA 7c9d6a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 904c749 - Browse repository at this point
Copy the full SHA 904c749View commit details -
Merge pull request #11122 from rouault/fix_11079
OpenFileGDB: change long name to 'ESRI FileGeodatabase (using OpenFileGDB)'
Configuration menu - View commit details
-
Copy full SHA for d458bd0 - Browse repository at this point
Copy the full SHA d458bd0View commit details -
Merge pull request #11152 from rouault/fix_11100
GDALTermProgress: display estimated remaining time for tasks >= 10 seconds
Configuration menu - View commit details
-
Copy full SHA for 71535b5 - Browse repository at this point
Copy the full SHA 71535b5View commit details -
Merge pull request #11144 from dbaston/add_doc_gdalenhance
gdalenhance: add docs and tests
Configuration menu - View commit details
-
Copy full SHA for 1c4caf3 - Browse repository at this point
Copy the full SHA 1c4caf3View commit details -
Merge pull request #11153 from dbaston/ogrfeature-set-unique-ptr
OGRFeature: Add SetGeometry overloads taking unique_ptr<OGRGeometry>
Configuration menu - View commit details
-
Copy full SHA for 1fd36d7 - Browse repository at this point
Copy the full SHA 1fd36d7View commit details -
Merge pull request #10972 from rouault/embedded_resources
RFC102 implementation: embedded resources
Configuration menu - View commit details
-
Copy full SHA for b4a3fde - Browse repository at this point
Copy the full SHA b4a3fdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 886fe26 - Browse repository at this point
Copy the full SHA 886fe26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 289b9ea - Browse repository at this point
Copy the full SHA 289b9eaView commit details -
Revert "doc/build_doc_snapshot.sh: fix PDF generation"
This reverts commit 6676353.
Configuration menu - View commit details
-
Copy full SHA for 38aaedb - Browse repository at this point
Copy the full SHA 38aaedbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ed74d7 - Browse repository at this point
Copy the full SHA 2ed74d7View commit details -
Add RFC 102 text: Embedding resource files into libgdal (#10913)
Co-authored-by: Peter A. Jonsson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ce554b - Browse repository at this point
Copy the full SHA 8ce554bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc7f57 - Browse repository at this point
Copy the full SHA 7fc7f57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60543fc - Browse repository at this point
Copy the full SHA 60543fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b98de29 - Browse repository at this point
Copy the full SHA b98de29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c00065 - Browse repository at this point
Copy the full SHA 0c00065View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a64484 - Browse repository at this point
Copy the full SHA 2a64484View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6da37eb - Browse repository at this point
Copy the full SHA 6da37ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b8698 - Browse repository at this point
Copy the full SHA 51b8698View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04b9bdb - Browse repository at this point
Copy the full SHA 04b9bdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b57a97 - Browse repository at this point
Copy the full SHA 7b57a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for d35c4c4 - Browse repository at this point
Copy the full SHA d35c4c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3761727 - Browse repository at this point
Copy the full SHA 3761727View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0384335 - Browse repository at this point
Copy the full SHA 0384335View commit details -
Merge pull request #11171 from rouault/fix_11042_extra
Warp: fix issue with Lanczos resampling when YSCALE < 1
Configuration menu - View commit details
-
Copy full SHA for 8d4a211 - Browse repository at this point
Copy the full SHA 8d4a211View commit details -
Merge pull request #11168 from rouault/fix_ossfuzz_376126833
PDF: fix nullptr dereference on invalid file
Configuration menu - View commit details
-
Copy full SHA for 78f9ec3 - Browse repository at this point
Copy the full SHA 78f9ec3View commit details -
MiraMonVector: fix a case of mutirecord (lists) in some fields (#11148)
Fixes a found error writing a MiraMon vector from a JSON file. This JSON file contains some lists in some fields (not the first ones). There was a memory allocation error due to an error in initializing the number of fields of the second MiraMon record.
Configuration menu - View commit details
-
Copy full SHA for 77a4479 - Browse repository at this point
Copy the full SHA 77a4479View commit details -
Merge pull request #11170 from rouault/remove_alpine_numpy2
CI: remove alpine_numpy2 config, now that alpine:edge has switched to numpy 2.1.2
Configuration menu - View commit details
-
Copy full SHA for 9edec15 - Browse repository at this point
Copy the full SHA 9edec15View commit details -
Merge pull request #11166 from rouault/fix_11162
Doc: fix issue with Unicode zero-width space character and PDF output
Configuration menu - View commit details
-
Copy full SHA for e4effaf - Browse repository at this point
Copy the full SHA e4effafView commit details -
Configuration menu - View commit details
-
Copy full SHA for e32a2fd - Browse repository at this point
Copy the full SHA e32a2fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d15a89 - Browse repository at this point
Copy the full SHA 5d15a89View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8caae8 - Browse repository at this point
Copy the full SHA c8caae8View commit details -
Merge pull request #11169 from rouault/pg_FindFieldIndex
PG: implement OGRLayer::FindFieldIndex()
Configuration menu - View commit details
-
Copy full SHA for fa27996 - Browse repository at this point
Copy the full SHA fa27996View commit details -
Merge pull request #11139 from rouault/gpkg_truncate
GPKG: optimize speed of 'DELETE FROM table_name', especially on ones with RTree
Configuration menu - View commit details
-
Copy full SHA for c0595f4 - Browse repository at this point
Copy the full SHA c0595f4View commit details -
Merge pull request #11136 from rouault/tiff_jxl_float_16
TIFF JXL: add support for Float16 and Compression=52546 which is JPEG XL from DNG 1.7 specification
Configuration menu - View commit details
-
Copy full SHA for 08cdbd2 - Browse repository at this point
Copy the full SHA 08cdbd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cba7cb2 - Browse repository at this point
Copy the full SHA cba7cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac90456 - Browse repository at this point
Copy the full SHA ac90456View commit details -
Merge pull request #11176 from rouault/resync_libtiff
Internal libtiff: resync with upstream
Configuration menu - View commit details
-
Copy full SHA for ccbf704 - Browse repository at this point
Copy the full SHA ccbf704View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e3229f - Browse repository at this point
Copy the full SHA 1e3229fView commit details -
Merge pull request #11178 from rouault/doc_survey_banner
Doc: add a top-page banner advertizing the survey
Configuration menu - View commit details
-
Copy full SHA for e00ed32 - Browse repository at this point
Copy the full SHA e00ed32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38fb9e9 - Browse repository at this point
Copy the full SHA 38fb9e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc207a2 - Browse repository at this point
Copy the full SHA dc207a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 051a853 - Browse repository at this point
Copy the full SHA 051a853View commit details
Commits on Oct 31, 2024
-
CI: build-windows-msys2-mingw: disable HDF5 driver because of test fa…
…ilures with hdf5 1.14.5-1 Refs #11181
Configuration menu - View commit details
-
Copy full SHA for 0a05127 - Browse repository at this point
Copy the full SHA 0a05127View commit details -
Merge pull request #11182 from rouault/workaround_11181
CI: build-windows-msys2-mingw: disable hdf5 because of test failures with hdf5 1.14.5-1
Configuration menu - View commit details
-
Copy full SHA for 451f66b - Browse repository at this point
Copy the full SHA 451f66bView commit details -
VRT: allow to use a <VRTDataset> instead of a <SourceFilename> inside…
… a <SimpleSource> or <ComplexSource> Currently a number of users use the ugly hack of putting a <![CDATA[some stuff]]> trick inside the <SourceFilename>. This will make things cleaner.
Configuration menu - View commit details
-
Copy full SHA for 2be3957 - Browse repository at this point
Copy the full SHA 2be3957View commit details -
Configuration menu - View commit details
-
Copy full SHA for f21634b - Browse repository at this point
Copy the full SHA f21634bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bdb844 - Browse repository at this point
Copy the full SHA 5bdb844View commit details
Commits on Nov 1, 2024
-
Bump actions/cache from 4.0.2 to 4.1.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...6849a64) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c95d5d4 - Browse repository at this point
Copy the full SHA c95d5d4View commit details -
Bump actions/setup-python from 5.2.0 to 5.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@f677139...0b93645) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd0fe60 - Browse repository at this point
Copy the full SHA dd0fe60View commit details -
Bump actions/upload-artifact from 4.4.0 to 4.4.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5076954...b4b15b8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 770a4a4 - Browse repository at this point
Copy the full SHA 770a4a4View commit details -
Bump coverallsapp/github-action from 2.3.0 to 2.3.4
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.0 to 2.3.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@643bc37...cfd0633) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 190bd1d - Browse repository at this point
Copy the full SHA 190bd1dView commit details -
Bump github/codeql-action from 3.26.10 to 3.27.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.10 to 3.27.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e2b3eaf...6624720) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19f210a - Browse repository at this point
Copy the full SHA 19f210aView commit details -
SQL expression tree to string: add missing parenthesis that could mak…
…e further evaluation of operator priority wrong
Configuration menu - View commit details
-
Copy full SHA for ee0b2f0 - Browse repository at this point
Copy the full SHA ee0b2f0View commit details -
OGR SQL: fix wrong handling of NULL expression in AND and NOT (3.10.0…
… regression) Fixes ropensci/osmextract#298 (provided they also fix their SQL expressions)
Configuration menu - View commit details
-
Copy full SHA for 17bd934 - Browse repository at this point
Copy the full SHA 17bd934View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7836d1 - Browse repository at this point
Copy the full SHA f7836d1View commit details -
Merge pull request #11190 from rouault/sql_fixes
OGR SQL: fix wrong handling of NULL expression in AND and NOT (3.10.0 regression)
Configuration menu - View commit details
-
Copy full SHA for a4505b9 - Browse repository at this point
Copy the full SHA a4505b9View commit details -
Merge pull request #11185 from OSGeo/dependabot/github_actions/action…
…s/cache-4.1.2 Bump actions/cache from 4.0.2 to 4.1.2
Configuration menu - View commit details
-
Copy full SHA for 646144a - Browse repository at this point
Copy the full SHA 646144aView commit details -
Merge pull request #11186 from OSGeo/dependabot/github_actions/action…
…s/setup-python-5.3.0 Bump actions/setup-python from 5.2.0 to 5.3.0
Configuration menu - View commit details
-
Copy full SHA for ff41933 - Browse repository at this point
Copy the full SHA ff41933View commit details -
Merge pull request #11187 from OSGeo/dependabot/github_actions/action…
…s/upload-artifact-4.4.3 Bump actions/upload-artifact from 4.4.0 to 4.4.3
Configuration menu - View commit details
-
Copy full SHA for f78030a - Browse repository at this point
Copy the full SHA f78030aView commit details -
Merge pull request #11188 from OSGeo/dependabot/github_actions/covera…
…llsapp/github-action-2.3.4 Bump coverallsapp/github-action from 2.3.0 to 2.3.4
Configuration menu - View commit details
-
Copy full SHA for 6923178 - Browse repository at this point
Copy the full SHA 6923178View commit details -
Merge pull request #11189 from OSGeo/dependabot/github_actions/github…
…/codeql-action-3.27.0 Bump github/codeql-action from 3.26.10 to 3.27.0
Configuration menu - View commit details
-
Copy full SHA for b6a63a7 - Browse repository at this point
Copy the full SHA b6a63a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 779871e - Browse repository at this point
Copy the full SHA 779871eView commit details -
tests: GTiff: verify that we can generate an output that is byte-iden…
…tical to the expected golden file.
Configuration menu - View commit details
-
Copy full SHA for 456f6f7 - Browse repository at this point
Copy the full SHA 456f6f7View commit details -
tests: COG: verify that we can generate an output that is byte-identi…
…cal to the expected golden file.
Configuration menu - View commit details
-
Copy full SHA for a2fb449 - Browse repository at this point
Copy the full SHA a2fb449View commit details -
test: GPKG: verify that we can generate an output that is byte-identi…
…cal to the expected golden file.
Configuration menu - View commit details
-
Copy full SHA for 3af4745 - Browse repository at this point
Copy the full SHA 3af4745View commit details -
test: OpenFileGDB: verify that we can generate an output that is byte…
…-identical to the expected golden file.
Configuration menu - View commit details
-
Copy full SHA for 1e7220e - Browse repository at this point
Copy the full SHA 1e7220eView commit details -
test: shape: verify that we can generate an output that is byte-ident…
…ical to the expected golden file.
Configuration menu - View commit details
-
Copy full SHA for 9a71eff - Browse repository at this point
Copy the full SHA 9a71effView commit details -
test: JP2OpenJPEG: verify that we can generate an output that is byte…
…-identical to the expected golden file.
Configuration menu - View commit details
-
Copy full SHA for d10585d - Browse repository at this point
Copy the full SHA d10585dView commit details -
test: netCDF: verify that we can generate an output that is byte-iden…
…tical to the expected golden file.
Configuration menu - View commit details
-
Copy full SHA for 0d7c23d - Browse repository at this point
Copy the full SHA 0d7c23dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2211f7a - Browse repository at this point
Copy the full SHA 2211f7aView commit details -
Merge pull request #11193 from eschnett/patch-3
CI: Correct typo in test name
Configuration menu - View commit details
-
Copy full SHA for 7c0ad01 - Browse repository at this point
Copy the full SHA 7c0ad01View commit details
Commits on Nov 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e8bf03 - Browse repository at this point
Copy the full SHA 3e8bf03View commit details -
OGRGeometry classes: implement move constructor and move assignment o…
…perator as suggested by performance warnings of Coverity Scan
Configuration menu - View commit details
-
Copy full SHA for 062bbee - Browse repository at this point
Copy the full SHA 062bbeeView commit details -
Attempt at fixing Coverity warnings about underflow/overflow relate t…
…o use of CPLGetUsablePhysicalRAM()
Configuration menu - View commit details
-
Copy full SHA for d130c5c - Browse repository at this point
Copy the full SHA d130c5cView commit details
Commits on Nov 3, 2024
-
Add gdal_minmax_element.hpp public header, that can also be vendored,…
… to find the min/max elements in a buffer Refs qgis/QGIS#59285 NaN values are taken into account for float/double Contains a SSE2 optimized version for int8/uint8/int16/uint16/int32/uint32/float/double in the no-nodata case (also taking into account NaN)
Configuration menu - View commit details
-
Copy full SHA for f23b059 - Browse repository at this point
Copy the full SHA f23b059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26d5885 - Browse repository at this point
Copy the full SHA 26d5885View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6239881 - Browse repository at this point
Copy the full SHA 6239881View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32b0d0d - Browse repository at this point
Copy the full SHA 32b0d0dView commit details -
Python bindings: hopefully fix 'VSIFile' object has no attribute '_cl…
…osed' exception of https://github.com/OSGeo/gdal/actions/runs/11653171606/job/32445274458?pr=11199 (master only)
Configuration menu - View commit details
-
Copy full SHA for f5eedd2 - Browse repository at this point
Copy the full SHA f5eedd2View commit details -
gdal_minmax_element.hpp: add SSE2 optimization for uint8, int8, uint1…
…6, int16, uint32, int32, float and double nodata cases
Configuration menu - View commit details
-
Copy full SHA for d848496 - Browse repository at this point
Copy the full SHA d848496View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b332b5 - Browse repository at this point
Copy the full SHA 5b332b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b95d46 - Browse repository at this point
Copy the full SHA 0b95d46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca1376 - Browse repository at this point
Copy the full SHA 8ca1376View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for db65ab5 - Browse repository at this point
Copy the full SHA db65ab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14c25cd - Browse repository at this point
Copy the full SHA 14c25cdView commit details -
Add GDALRasterComputeMinMaxLocation / GDALRasterBand::ComputeMinMaxLo…
…cation, and map it to SWIG and add a gdal_minmax_location.py script: ``` $ python ../swig/python/gdal-utils/osgeo_utils/samples/gdal_minmax_location.py byte.tif Minimum=74.0 at (col,line)=(9,17), (X,Y)_georef=(441290.0,3750270.0), (long,lat)_WGS84=(-117.6358076,33.8929309) Maximum=255.0 at (col,line)=(2,18), (X,Y)_georef=(440870.0,3750210.0), (long,lat)_WGS84=(-117.6403456,33.8923662) ```
Configuration menu - View commit details
-
Copy full SHA for 58d4d3e - Browse repository at this point
Copy the full SHA 58d4d3eView commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4ff7749 - Browse repository at this point
Copy the full SHA 4ff7749View commit details -
CMake: add detection of potential use of sse2neon.h, and a GDAL_ENABL…
…E_ARM_NEON_OPTIMIZATIONS variable
Configuration menu - View commit details
-
Copy full SHA for 9f2faa4 - Browse repository at this point
Copy the full SHA 9f2faa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f49cebc - Browse repository at this point
Copy the full SHA f49cebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b14374 - Browse repository at this point
Copy the full SHA 0b14374View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa1a8e - Browse repository at this point
Copy the full SHA 6fa1a8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d922dc5 - Browse repository at this point
Copy the full SHA d922dc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b42f7a8 - Browse repository at this point
Copy the full SHA b42f7a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for df45c33 - Browse repository at this point
Copy the full SHA df45c33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ea2d4 - Browse repository at this point
Copy the full SHA 06ea2d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d4970f - Browse repository at this point
Copy the full SHA 0d4970fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 648add6 - Browse repository at this point
Copy the full SHA 648add6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9164d9d - Browse repository at this point
Copy the full SHA 9164d9dView commit details -
CI: check that GDAL_ENABLE_ARM_NEON_OPTIMIZATIONS is on on MacOSX ARM…
…64 and Android targets
Configuration menu - View commit details
-
Copy full SHA for 0ef39fc - Browse repository at this point
Copy the full SHA 0ef39fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3231b7 - Browse repository at this point
Copy the full SHA f3231b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a503cdc - Browse repository at this point
Copy the full SHA a503cdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f83e9be - Browse repository at this point
Copy the full SHA f83e9beView commit details -
Merge pull request #11204 from dbaston/gdalenhance-fix-leaks
gdalenhance: fix memory leaks
Configuration menu - View commit details
-
Copy full SHA for 4899ddd - Browse repository at this point
Copy the full SHA 4899dddView commit details -
Merge pull request #11177 from rouault/doc_rfc_process
Doc: add a page describing the RFC process step by step
Configuration menu - View commit details
-
Copy full SHA for e0118a1 - Browse repository at this point
Copy the full SHA e0118a1View commit details -
Merge pull request #11102 from rouault/rs2_drdc
RS2: merge modifications coming from DRDC related to NITF Complex datasets
Configuration menu - View commit details
-
Copy full SHA for 3286f43 - Browse repository at this point
Copy the full SHA 3286f43View commit details -
Merge pull request #11104 from rouault/nitf_sar
NITF: represent SAR products with I,Q bands as single complex band
Configuration menu - View commit details
-
Copy full SHA for b230f51 - Browse repository at this point
Copy the full SHA b230f51View commit details -
Merge pull request #11112 from rouault/rcm
Add contributed raster read-only RCM (Radarsat Constellation Mission) driver
Configuration menu - View commit details
-
Copy full SHA for 3347bbf - Browse repository at this point
Copy the full SHA 3347bbfView commit details -
Merge pull request #11118 from rouault/vsigs_GetFileMetadata_bucket_root
/vsigs/: make GetFileMetadata('/vsigs/bucket', NULL, NULL) work if using OAuth2 auth
Configuration menu - View commit details
-
Copy full SHA for db788bb - Browse repository at this point
Copy the full SHA db788bbView commit details -
Merge pull request #11119 from rouault/remove_include_ctest
CMake: use enable_testing() instead of include(CTest)
Configuration menu - View commit details
-
Copy full SHA for af82417 - Browse repository at this point
Copy the full SHA af82417View commit details -
Merge pull request #11132 from rouault/jpegxl_read_float16
JPEGXL: add support for reading Float16 (as Float32)
Configuration menu - View commit details
-
Copy full SHA for 38151bc - Browse repository at this point
Copy the full SHA 38151bcView commit details -
Merge pull request #11165 from dbaston/ogrgf-fromwkt-return-unique
OGRGeometryFactory: Add createFromWkt overload returning unique_ptr
Configuration menu - View commit details
-
Copy full SHA for 290ee83 - Browse repository at this point
Copy the full SHA 290ee83View commit details -
Merge pull request #11183 from rouault/inline_VRTDataset
VRT: allow to use a <VRTDataset> instead of a <SourceFilename> inside…
Configuration menu - View commit details
-
Copy full SHA for 19fa95a - Browse repository at this point
Copy the full SHA 19fa95aView commit details -
Merge pull request #11197 from rouault/adbc_PRELUDE_STATEMENTS
ADBC: add a PRELUDE_STATEMENTS open option typically to load DuckDB spatial
Configuration menu - View commit details
-
Copy full SHA for ffaac30 - Browse repository at this point
Copy the full SHA ffaac30View commit details -
Merge pull request #11198 from rouault/CPLGetUsablePhysicalRAM_coverity
Attempt at fixing Coverity warnings about underflow/overflow relate to use of CPLGetUsablePhysicalRAM()
Configuration menu - View commit details
-
Copy full SHA for a76fe42 - Browse repository at this point
Copy the full SHA a76fe42View commit details -
Merge pull request #11201 from rouault/msvc_warning_fixes
Fix MSVC warnings
Configuration menu - View commit details
-
Copy full SHA for 79f6f3e - Browse repository at this point
Copy the full SHA 79f6f3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c578e9d - Browse repository at this point
Copy the full SHA c578e9dView commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71078a1 - Browse repository at this point
Copy the full SHA 71078a1View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 361754b - Browse repository at this point
Copy the full SHA 361754bView commit details -
Merge pull request #11214 from rouault/doc_odc
Doc: software_using_gdal.rst: mention OpenDataCube
Configuration menu - View commit details
-
Copy full SHA for d08a823 - Browse repository at this point
Copy the full SHA d08a823View commit details -
Configuration menu - View commit details
-
Copy full SHA for 825c659 - Browse repository at this point
Copy the full SHA 825c659View commit details -
Configuration menu - View commit details
-
Copy full SHA for 611cf4c - Browse repository at this point
Copy the full SHA 611cf4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ed00e7 - Browse repository at this point
Copy the full SHA 8ed00e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e9451d - Browse repository at this point
Copy the full SHA 3e9451dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 174ea00 - Browse repository at this point
Copy the full SHA 174ea00View commit details -
Merge pull request #11211 from rouault/resync_fastfloat
third_party/fast_float: resync with upstream
Configuration menu - View commit details
-
Copy full SHA for 9a8dd07 - Browse repository at this point
Copy the full SHA 9a8dd07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73d89b7 - Browse repository at this point
Copy the full SHA 73d89b7View commit details -
Merge pull request #11215 from rouault/doc_remove_x
Doc: stop promoting unregulated far-right medium
Configuration menu - View commit details
-
Copy full SHA for 48ddd5d - Browse repository at this point
Copy the full SHA 48ddd5dView commit details
Commits on Nov 7, 2024
-
ogr_recordbatch.h: replace pragma once by regular inclusion guard to …
…make -Wpedantic happy
Configuration menu - View commit details
-
Copy full SHA for 1f6defc - Browse repository at this point
Copy the full SHA 1f6defcView commit details -
CI: check that all our public headers can be compiled with -Wall -Wpe…
…dantic Relates to OSGeo/grass#4585
Configuration menu - View commit details
-
Copy full SHA for 8177ae3 - Browse repository at this point
Copy the full SHA 8177ae3View commit details -
Merge pull request #11217 from rouault/header_pedantic
CI: check that all our public headers can be compiled with -Wall -Wpedantic
Configuration menu - View commit details
-
Copy full SHA for b89408a - Browse repository at this point
Copy the full SHA b89408aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b47a2f2 - Browse repository at this point
Copy the full SHA b47a2f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35c6073 - Browse repository at this point
Copy the full SHA 35c6073View commit details -
CI: try to solve issue with maxim-lobanov/setup-xcode action no longe…
…r accepting xcode 14.3
Configuration menu - View commit details
-
Copy full SHA for 3050b5c - Browse repository at this point
Copy the full SHA 3050b5cView commit details -
Merge pull request #11221 from rouault/ci_build_mac
CI: try to solve issue with maxim-lobanov/setup-xcode action no longer accepting xcode 14.3
Configuration menu - View commit details
-
Copy full SHA for 22cf156 - Browse repository at this point
Copy the full SHA 22cf156View commit details -
Merge pull request #11220 from dbaston/cpl-debug-yes
CPLDebug: Accept values of YES,TRUE,1
Configuration menu - View commit details
-
Copy full SHA for 0defeab - Browse repository at this point
Copy the full SHA 0defeabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ebf24c - Browse repository at this point
Copy the full SHA 6ebf24cView commit details -
Merge pull request #11047 from rouault/aivector
Add read-only AIVector (Artificial intelligence powered vector) driver
Configuration menu - View commit details
-
Copy full SHA for 0958e1b - Browse repository at this point
Copy the full SHA 0958e1bView commit details
Commits on Nov 9, 2024
-
gdaldem: fix help message for subcommands
Now: ``` $ gdaldem TPI --help Usage: gdaldem TPI [--help] [--long-usage] [--help-general] [-of <output_format>] [-compute_edges] [-b <value>] [-co <NAME>=<VALUE>]... [--quiet] input_dem output_TPI_map Note: gdaldem TPI --long-usage for full help. ``` vs before: ``` $ gdaldem TPI --help Usage: TPI [--help] [--long-usage] [--help-general] [-of <output_format>] [-compute_edges] [-b <value>] [-co <NAME>=<VALUE>]... [--quiet] input_dem output_TPI_map Note: TPI --long-usage for full help. ``` argparse.hpp stream fix submitted to upstream in p-ranav/argparse#382
Configuration menu - View commit details
-
Copy full SHA for 6966463 - Browse repository at this point
Copy the full SHA 6966463View commit details -
RCM: fix various crasher bugs on corrupted files, and other minor iss…
…ues found by Coverity Scan (master only)
Configuration menu - View commit details
-
Copy full SHA for 9d49899 - Browse repository at this point
Copy the full SHA 9d49899View commit details -
Merge pull request #11194 from rouault/golden_files
Test suite: check that we can generate binary identical files compared to "golden" files
Configuration menu - View commit details
-
Copy full SHA for efb6229 - Browse repository at this point
Copy the full SHA efb6229View commit details -
autotest: fix test failure with msys2 mingw64
A recent update of msys2 mingw (presumably Python 3.11 -> 3.12) causes the test_gnm_filenetwork_open() test to fail when run just after test_gnm_filenetwork_create(), presumably because the just created dataset has not been properly closed. Cf https://github.com/OSGeo/gdal/actions/runs/11755814302/job/32752542561?pr=11224
Configuration menu - View commit details
-
Copy full SHA for bb64609 - Browse repository at this point
Copy the full SHA bb64609View commit details -
Merge pull request #11226 from rouault/gnm_fix_mingw64
autotest: fix test failure with msys2 mingw64
Configuration menu - View commit details
-
Copy full SHA for 253e480 - Browse repository at this point
Copy the full SHA 253e480View commit details -
Merge pull request #11224 from rouault/gdaldem_usage_fix
gdaldem: fix help message for subcommands
Configuration menu - View commit details
-
Copy full SHA for 88295af - Browse repository at this point
Copy the full SHA 88295afView commit details -
Merge pull request #11225 from rouault/rcm_fixes
RCM: fix various crasher bugs on corrupted files, …
Configuration menu - View commit details
-
Copy full SHA for b281c45 - Browse repository at this point
Copy the full SHA b281c45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b57886 - Browse repository at this point
Copy the full SHA 4b57886View commit details -
autotest/cpp/googletest/CMakeLists.txt.in: bump minimum cmake_minimum…
…_required() to avoid warnings about CMake 3.10 support being soon removed with newer CMake
Configuration menu - View commit details
-
Copy full SHA for 720deb8 - Browse repository at this point
Copy the full SHA 720deb8View commit details
Commits on Nov 10, 2024
-
Merge pull request #11229 from rouault/autotest_googletest_cmake
autotest/cpp/googletest/CMakeLists.txt.in: bump minimum cmake_minimum…
Configuration menu - View commit details
-
Copy full SHA for a396e19 - Browse repository at this point
Copy the full SHA a396e19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 566f90d - Browse repository at this point
Copy the full SHA 566f90dView commit details -
LVBAG: only run IsValid() if bFixInvalidData
This will speed up processing if not needing to fix invalid data. May be related to https://lists.osgeo.org/pipermail/gdal-dev/2024-November/059794.html
Configuration menu - View commit details
-
Copy full SHA for 37bec72 - Browse repository at this point
Copy the full SHA 37bec72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69d4dd3 - Browse repository at this point
Copy the full SHA 69d4dd3View commit details -
This reduces the size of the small Ubuntu image by 4 MB. There also seems to be a slight speedup, the user time for the example from #10809 goes from 34.x seconds to 33.x seconds on my computer.
Configuration menu - View commit details
-
Copy full SHA for 3646323 - Browse repository at this point
Copy the full SHA 3646323View commit details -
Merge pull request #11236 from rouault/autotest_gtest_update
autotest: update internal googletest to 1.15.2 to avoid CMake warnings
Configuration menu - View commit details
-
Copy full SHA for 13cce6e - Browse repository at this point
Copy the full SHA 13cce6eView commit details -
Merge pull request #11234 from rouault/lvbag_faster
LVBAG: only run IsValid() if bFixInvalidData
Configuration menu - View commit details
-
Copy full SHA for fbfaf42 - Browse repository at this point
Copy the full SHA fbfaf42View commit details -
Merge pull request #11202 from rouault/gdal_minmax_element_sse2neon
Enable ARM Neon optimizations in gcore/ using sse2neon.h
Configuration menu - View commit details
-
Copy full SHA for e92dd72 - Browse repository at this point
Copy the full SHA e92dd72View commit details -
Merge pull request #11200 from rouault/GDALRasterComputeMinMaxLocation
Add GDALRasterComputeMinMaxLocation / GDALRasterBand::ComputeMinMaxLocation, and map it to SWIG
Configuration menu - View commit details
-
Copy full SHA for d107444 - Browse repository at this point
Copy the full SHA d107444View commit details -
Merge pull request #11199 from rouault/gdal_minmax_element
Add gdal_minmax_element.hpp public header, that can also be vendored, to find the min/max elements in a buffer
Configuration menu - View commit details
-
Copy full SHA for 0d8eb30 - Browse repository at this point
Copy the full SHA 0d8eb30View commit details -
Merge pull request #11196 from rouault/ogr_geometry_move
OGRGeometry classes: implement move constructor and move assignment operator
Configuration menu - View commit details
-
Copy full SHA for d6c168c - Browse repository at this point
Copy the full SHA d6c168cView commit details -
Merge pull request #11235 from pjonsson/docker-enable-lto
docker: enable IPO
Configuration menu - View commit details
-
Copy full SHA for 5f31183 - Browse repository at this point
Copy the full SHA 5f31183View commit details -
Configuration menu - View commit details
-
Copy full SHA for 929a51e - Browse repository at this point
Copy the full SHA 929a51eView commit details -
RCM: fix CodeQL warnings about 'Multiplication result converted to la…
…rger type' (master only)
Configuration menu - View commit details
-
Copy full SHA for 47bed56 - Browse repository at this point
Copy the full SHA 47bed56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81b6502 - Browse repository at this point
Copy the full SHA 81b6502View commit details -
Merge pull request #11240 from rouault/rcm_codeql
RCM: fix CodeQL warnings about 'Multiplication result converted to larger type' (master only)
Configuration menu - View commit details
-
Copy full SHA for f183732 - Browse repository at this point
Copy the full SHA f183732View commit details -
Merge pull request #11233 from rouault/test_ogr_fix_memleak
autotest: fix memory leak
Configuration menu - View commit details
-
Copy full SHA for 33ce63d - Browse repository at this point
Copy the full SHA 33ce63dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbe5743 - Browse repository at this point
Copy the full SHA fbe5743View commit details -
Merge pull request #11241 from rouault/pyarrow_18
autotest: fix pyarrow 18 compatibility
Configuration menu - View commit details
-
Copy full SHA for 1f4ec9b - Browse repository at this point
Copy the full SHA 1f4ec9bView commit details
Commits on Nov 11, 2024
-
GDALRasterBand::ComputeRasterMinMaxLocation(): fix memleak in error c…
…ode path (master only)
Configuration menu - View commit details
-
Copy full SHA for 67c45ef - Browse repository at this point
Copy the full SHA 67c45efView commit details -
Configuration menu - View commit details
-
Copy full SHA for e85d363 - Browse repository at this point
Copy the full SHA e85d363View commit details -
Configuration menu - View commit details
-
Copy full SHA for 971762d - Browse repository at this point
Copy the full SHA 971762dView commit details -
HDF4: fix REMQUOTE implementation that caused valgrind to warn about …
…overlapping source and target buffers
Configuration menu - View commit details
-
Copy full SHA for 7c28714 - Browse repository at this point
Copy the full SHA 7c28714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b9549e - Browse repository at this point
Copy the full SHA 6b9549eView commit details -
gdaltindex: restore -ot option accidentally removed in GDAL 3.10.0
Fixes #11246 This option was new of GDAL 3.9 for GTI tile indices. Workaround: ``-mo DATA_TYPE=<datatype>``
Configuration menu - View commit details
-
Copy full SHA for 8dd92ad - Browse repository at this point
Copy the full SHA 8dd92adView commit details -
VRT: fix reading from a CFloat32/CFloat64 ComplexSource in a non-comp…
…lex-type buffer Fixes a GDAL 3.8.0 regression introduced by #8367 Fixes rasterio/rasterio#3070
Configuration menu - View commit details
-
Copy full SHA for 934312e - Browse repository at this point
Copy the full SHA 934312eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f97a3f - Browse repository at this point
Copy the full SHA 7f97a3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c55296 - Browse repository at this point
Copy the full SHA 7c55296View commit details -
Configuration menu - View commit details
-
Copy full SHA for 194329b - Browse repository at this point
Copy the full SHA 194329bView commit details
Commits on Nov 12, 2024
-
Python bindings: add a colorInterpretation argument to gdal.Translate()
and fixes a copy&paste issue in the similar argument of gdal.TileIndex() Refs #11231 (comment)
Configuration menu - View commit details
-
Copy full SHA for a63f2f3 - Browse repository at this point
Copy the full SHA a63f2f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c8c1d9 - Browse repository at this point
Copy the full SHA 7c8c1d9View commit details -
Merge pull request #11251 from a-detiste/master
remove more Python2 compatiblity code
Configuration menu - View commit details
-
Copy full SHA for 5a3dc7f - Browse repository at this point
Copy the full SHA 5a3dc7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6ae79a - Browse repository at this point
Copy the full SHA e6ae79aView commit details -
CMake: fix swig/csharp/CMakeLists.txt compatibility with CMake 3.31
that no longer accept invalid PRE_BUILD keyword in OUTPUT form of add_custom_command() per https://cmake.org/cmake/help/latest/policy/CMP0175.html Should fix error of https://github.com/OSGeo/gdal/actions/runs/11805369849/job/32887659405?pr=11254
Configuration menu - View commit details
-
Copy full SHA for fce0166 - Browse repository at this point
Copy the full SHA fce0166View commit details -
Technically it is safer to cast a pointer to uintptr_t than our custom type. At least, it better documents the intent. In practice, I doubt this changes much.
Configuration menu - View commit details
-
Copy full SHA for 2ce3df2 - Browse repository at this point
Copy the full SHA 2ce3df2View commit details -
Merge pull request #11255 from rouault/cmake_3_31_compat_csharp
CMake: fix swig/csharp/CMakeLists.txt compatibility with CMake 3.31
Configuration menu - View commit details
-
Copy full SHA for f5076e7 - Browse repository at this point
Copy the full SHA f5076e7View commit details -
Merge pull request #11254 from rouault/GDALCopyWords64_tidy
GDALCopyWords64(): tidy code
Configuration menu - View commit details
-
Copy full SHA for 0012eaf - Browse repository at this point
Copy the full SHA 0012eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33d2b37 - Browse repository at this point
Copy the full SHA 33d2b37View commit details
Commits on Nov 13, 2024
-
Raster API: error out on GDT_Unknown/GDT_TypeCount
in: - GDALCopyWords[64] - GDALRasterBand/GDALDataset::RasterIO - GDALDataset::AddBand: MEM and VRT implementations - GDALDriver::Create() Fixes #11257
Configuration menu - View commit details
-
Copy full SHA for 7ce56cb - Browse repository at this point
Copy the full SHA 7ce56cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fab593b - Browse repository at this point
Copy the full SHA fab593bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cc1ae5 - Browse repository at this point
Copy the full SHA 9cc1ae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbaa99c - Browse repository at this point
Copy the full SHA fbaa99cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17d6392 - Browse repository at this point
Copy the full SHA 17d6392View commit details -
Revert "CI: disable cfchecker based tests"
This reverts commit 33d2b37. http://cfconventions.org/Data/standardized-region-list/standardized-region-list.xml has been restored per cf-convention/cf-convention.github.io#555 Fixes #11256
Configuration menu - View commit details
-
Copy full SHA for f2275dc - Browse repository at this point
Copy the full SHA f2275dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7467f24 - Browse repository at this point
Copy the full SHA 7467f24View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba20ede - Browse repository at this point
Copy the full SHA ba20edeView commit details -
Merge pull request #10744 from jjimenezshaw/prototype-pixel
gdal::VectorX Prototype
Configuration menu - View commit details
-
Copy full SHA for 57dc495 - Browse repository at this point
Copy the full SHA 57dc495View commit details -
Merge pull request #11266 from rouault/fix_11256
Revert "CI: disable cfchecker based tests"
Configuration menu - View commit details
-
Copy full SHA for 7bf832e - Browse repository at this point
Copy the full SHA 7bf832eView commit details -
Merge pull request #11265 from rouault/doc_conda_avif_heif
Doc: mention new libgdal-avif and libgdal-heif Conda packages
Configuration menu - View commit details
-
Copy full SHA for d1ab669 - Browse repository at this point
Copy the full SHA d1ab669View commit details -
Merge pull request #11258 from rouault/fix_11257
Raster API: error out on GDT_Unknown/GDT_TypeCount
Configuration menu - View commit details
-
Copy full SHA for a8642db - Browse repository at this point
Copy the full SHA a8642dbView commit details -
Merge pull request #11250 from rouault/python_colorinterp
Python bindings: add a colorInterpretation argument to gdal.Translate()
Configuration menu - View commit details
-
Copy full SHA for c17c048 - Browse repository at this point
Copy the full SHA c17c048View commit details -
Merge pull request #11248 from rouault/fix_rasterio_3070
VRT: fix reading from a CFloat32/CFloat64 ComplexSource in a non-complex-type buffer
Configuration menu - View commit details
-
Copy full SHA for f2c7ec4 - Browse repository at this point
Copy the full SHA f2c7ec4View commit details -
Merge pull request #11247 from rouault/fix_11246
gdaltindex: restore -ot option accidentally removed in GDAL 3.10.0
Configuration menu - View commit details
-
Copy full SHA for 387b4df - Browse repository at this point
Copy the full SHA 387b4dfView commit details -
Merge pull request #11243 from rouault/hdf4_REMQUOTE
HDF4: fix REMQUOTE implementation that caused valgrind to warn about …
Configuration menu - View commit details
-
Copy full SHA for a0f5127 - Browse repository at this point
Copy the full SHA a0f5127View commit details -
Merge pull request #11120 from rouault/remove_jp2lura
Remove JP2Lura driver
Configuration menu - View commit details
-
Copy full SHA for d9b65d7 - Browse repository at this point
Copy the full SHA d9b65d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff60c4e - Browse repository at this point
Copy the full SHA ff60c4eView commit details
Commits on Nov 14, 2024
-
Merge pull request #11273 from rouault/doc_fac_qgis
Doc: FAQ: specificly points at QGIS for the GUI question
Configuration menu - View commit details
-
Copy full SHA for d23bc4a - Browse repository at this point
Copy the full SHA d23bc4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77acb91 - Browse repository at this point
Copy the full SHA 77acb91View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecb6f83 - Browse repository at this point
Copy the full SHA ecb6f83View commit details -
Merge pull request #11277 from andrew-aitchison/bJXLLossless.is.bool
GTIFF: store bJXLLossless as a bool
Configuration menu - View commit details
-
Copy full SHA for 4dd4d08 - Browse repository at this point
Copy the full SHA 4dd4d08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78ea0e6 - Browse repository at this point
Copy the full SHA 78ea0e6View commit details
Commits on Nov 15, 2024
-
Update ogr2ogr.rst - missing filename option
added filename option for -sql
Configuration menu - View commit details
-
Copy full SHA for 3d045c4 - Browse repository at this point
Copy the full SHA 3d045c4View commit details -
Merge pull request #11278 from phidrho/patch-2
Update ogr2ogr.rst - missing filename option
Configuration menu - View commit details
-
Copy full SHA for eebbd64 - Browse repository at this point
Copy the full SHA eebbd64View commit details