[pull] master from OSGeo:master#322
Merged
pull[bot] merged 41 commits intoMu-L:masterfrom May 21, 2025
Merged
Conversation
…info' and 'gdal vector pipeline read'
…pkg --layer=?' output possible values
…th CPLGenerateTempFilenameSafe() instead in final directory (which might be /vsis3/)
…orary file immediately after creation (on Unix)
…ype that the output buffer type if possible
No longer needed since previous commit
…ce buffer when not needed
Summing two 20k x 20k Byte rasters, with this PR: |+--------------+--------------------+--------+ | Transfer type | VRTRasterBand type | timing | |+--------------+------------------- + -------+ | Int16/UInt16 | Float32 | 1.4s | | Int32 | Float32 | 1.9s | | Int32 | Int32 | 2.5s | | Byte | Float32 | 1.2s | | Byte | Float64 | 2.1s | | UInt32 | UInt32 | 11.8s | |+--------------+--------------------+--------+ with master: |+--------------+--------------------+--------+ | Transfer type | VRTRasterBand type | timing | |+--------------+------------------- + -------+ | Int16/UInt16 | Float32 | 12.4s | | Int32 | Float32 | 12.8s | | Int32 | Int32 | 13.2s | | Byte | Float32 | 11.8s | | Byte | Float64 | 11.4s | | UInt32 | UInt32 | 13.0s | |+--------------+--------------------+--------+
GDALAlgorithm: Raise error on malformed list arguments
BuildVRT: Support pixel functions
Add bash completion for input layer name, and ...
…ayerArg [cleanup] GDALAlgorithm: add AddAppendLayerArg() and AddOverwriteLayerArg()
VRTDerivedRaster: optimizations, in particular for sum(), and make 'gdal raster calc' use sum() when possible
[cleanup] Use MEMDataset::Create() directly to avoid relying on MEM driver to be registered
gdal CLI: fix handling of --format
Enhance temporary file management when warping to COG on /vsis3/
Docs: Revert dynamic exclude_patterns
VRTDataset::CheckCompatibleForDatasetIO(): work better with anonymous datasets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )