forked from OSGeo/gdal
-
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 #61
Merged
Merged
Conversation
This file contains 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
…file and the DGNv8 driver is not available (fixes #9004)
…from an environment variable (CodeQL cpp/tainted-format-string)
…rmatting string coming from an environment variable (CodeQL cpp/tainted-format-string)
…lication-cast-to-long
…ltiplication-cast-to-long)
…ultiplication-cast-to-long
…tion-cast-to-long
… we can't load it
Grammar, and make a better link than just 404.
Less foreign accent.
Grammar.
should help implementing georust/gdal#510
Doc: Add Maxar logo to sponsorship page
Update bsb_read.c
Update gdal_grid.rst
Update wktproblems.rst
Improve error message when a dataset could be opened by a plugin, but we can't load it
CSV: do not quote numeric fields even if STRING_QUOTING=ALWAYS (3.8.1 regression)
Doc of GDALWarpApp()/GDALTranslate()/GDALBuildVRT(): better document ownership
Python bindings: implement __arrow_c_stream__() interface for ogr.Layer
autotest: make it compatible with current numpy 2.0dev
Add GDALGetOutputDriversForDatasetName()
… S111 (Surface Currents Product) raster read-only drivers Require GDAL to be built with libhdf5
Add CodeQL static analyzer checks, and fix related errors
Enhance S102 with QualityOfSurvey, and add IHO S-104 and S-111 drivers
…; add a GDAL_OVERVIEW_OVERSAMPLING_THRESHOLD config option (#9040) The current logic reads: ``` * Some formats may efficiently implement decimation into a buffer by * reading from lower resolution overview images. The logic of the default * implementation in the base class GDALRasterBand is the following one. It * computes a target_downscaling_factor from the window of interest and buffer * size which is min(nXSize/nBufXSize, nYSize/nBufYSize). * It then walks through overviews and will select the first one whose * downscaling factor is greater than target_downscaling_factor / 1.2. * * Let's assume we have overviews at downscaling factors 2, 4 and 8. * The relationship between target_downscaling_factor and the select overview * level is the following one: * * target_downscaling_factor | selected_overview * ------------------------- | ----------------- * ]0, 2 / 1.2] | full resolution band * ]2 / 1.2, 4 / 1.2] | 2x downsampled band * ]4 / 1.2, 8 / 1.2] | 4x downsampled band * ]8 / 1.2, infinity[ | 8x downsampled band ``` With this PR, is is ammended with the following complement: ``` * Note that starting with GDAL 3.9, this 1.2 oversampling factor can be * modified by setting the GDAL_OVERVIEW_OVERSAMPLING_THRESHOLD configuration * option. Also note that starting with GDAL 3.9, when the resampling algorithm * specified in psExtraArg->eResampleAlg is different from GRIORA_NearestNeighbour, * this oversampling threshold defaults to 1. Consequently if there are overviews * of downscaling factor 2, 4 and 8, and that the desired downscaling factor is * 7.99, the overview of factor 4 will be selected for a non nearest resampling. ```
DGN (v7) driver: emit explicit error when attempting to open a DGNv8 …
Remove port/cpl_config* files no longer used since the switch to CMake
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]
Can you help keep this open source service alive? 💖 Please sponsor : )