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 #80
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
…dle sources fully overlapping others, and taking into accout nodata values ``` - .. oo:: OVERLAP_STRATEGY :choices: REMOVE_IF_NO_NODATA, USE_ALL, USE_MOST_RECENT :default: REMOVE_IF_NO_NODATA :since: 3.9.1 Strategy to use when the ItemCollections contains overlapping items, and that some items are fully covered by other items that are more recent. Starting with GDAL 3.9.1, the ``REMOVE_IF_NO_NODATA`` strategy is applied by default. The STACIT virtual mosaic will omit fully covered items, only if no band declares a nodata value. (Note that the determination whether a band has a nodata value of not is done by opening one of the items, and assuming it is representative of the characteristics of the others in the collection). This strategy can be forced in all cases by selecting the ``USE_MOST_RECENT`` strategy (this was the strategy applied prior to 3.9.1) The ``USE_ALL`` strategy always causes all items to be listed in the virtual mosaic, with the most recent ones being rendered on top of the less recent ones. ```
The method had a fallback path when allocating a temporary buffer of the size of the one passed ot the method, that intended to use a less memory intensive block-based approach, but this was buggy. Fix this, and add testing for the fallback. Also, when attempting the fallback, emits a CE_Warning instead of a CE_Failure. Fixes rasterio/rasterio#3028
…ALIGNED_AUTO_VERBOSE() with a zero size
also remove comment suggesting using std::aligned_storage since it is deprecated in C++23
…lumns for spatial filter
…ring geometry field
… GeoArrow struct Point even when there is no bounding box column
…on from WKB column as a Arrow compute function
``` * \fn VSIVirtualHandle::Error() * \brief Test the error indicator. * * Returns TRUE (non-zero) if an error condition occurred during the * previous read operation. The error indicator is cleared by a call to * VSIFClearErrL(). Note that a end-of-file situation, reported by VSIFEofL(), * is *not* an error reported by VSIFErrorL(). ``` ``` * \fn VSIVirtualHandle::ClearErr() * \brief Reset the error and end-of-file indicators. ```
Proof that the man page was wrong: ``` $ gdal_fillnodata 0.tif usage: ... gdal_fillnodata: error: the following arguments are required: dst_filename ```
Update gdal_fillnodata.rst adding destination file requirement
…s-CI plan being downgraded to 2 concurrent builds [ci skip]
Doc: mark GDALSimpleImageWarp() and GDALReprojectImage() as superseded per GDALWarp()
…atureRecord MiraMonVector: fixing MMResetFeatureRecord
…relationship confusion (#10086)
Fix "intput" typo in gdal_merge.rst
…ntize (#10087) * Update gdal_footprint.rst adding periods * Update ogr2ogr.rst clarifying units
RFC96 Deferred driver loading adjustment to fix functional regression
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 : )