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
Shape: fix recognizing an empty string as a NULL date
…ed strings, to improve compliance wih SQL92 The backslash followed by single-quote sequence was dealt as a way of escaping the single-quote character, but this also prevented to use backslash at the end of a single-quoted literal. So no longer make backslash a special character inside single-quoted strings Fixes #10416
CI: adapt for Conda-Forge libgdal feedstock changes
OAPIF: fix resolving of relative links
…ion = Right to Left Fixes #10429
Fixes following error: ``` Traceback (most recent call last): File "/home/runner/work/gdal/gdal/superbuild/build/gdal/swig/python/setup.py", line 15, in <module> from setuptools.command.build_ext import build_ext File "/home/runner/.local/lib/python3.8/site-packages/setuptools/__init__.py", line 19, in <module> from .dist import Distribution File "/home/runner/.local/lib/python3.8/site-packages/setuptools/dist.py", line 30, in <module> from . import _entry_points File "/home/runner/.local/lib/python3.8/site-packages/setuptools/_entry_points.py", line 44, in <module> def validate(eps: metadata.EntryPoints): AttributeError: module 'importlib_metadata' has no attribute 'EntryPoints' CMake Error at build_ext.cmake:5 (message): setup.py bdist_wheel failed ``` Likely related to similar pypa/setuptools#4482
CI: fix issue with build-linux-ubuntu-focal and setuptools 71.0.1
…ow thread-safe usage
…erNoResAndTypeChange(): use CPLQuadTreeHasMatch()
…) on single band datasets
VRT: add multi-threaded implementation for rasterband and dataset IRasterIO()
OGR_GreatCircle_ API: do not hardcode Earth radius
Doc: document multidimensional API object lifetime
LIBKML writing: validate longitude, latitude to be in range
Use of cpl::contains() in ogr/
Parquet: detect bbox geometry column when opening current Overture Maps in dataset mode
…on_mark CPLFormFilename()/CPLGetDirname()/CPLGetPath(): make it work with 'vsicurl/http://example.com?foo'…
CSV: emit warning when reading invalid WKT
PG/PGDump: make sure spatial index name is unique, even if several tables have a long enough prefix
LIBKML writer: set name of NetworkLink from NAME layer creation option
OGRSQL: return in error when 'Did not find end-of-string character' is emitted
GPKG raster: honor sparse dataset in reading and writing
…uests/634 (Fix cases where tif_curdir is set incorrectly)
It turns out that curl 8.9.1 has a bug related to SIGPIPE handling which caused SIGPIPE to no longer being ignored. Cf curl/curl#14344 / curl/curl#14390 Fixes #10540
Internal libtiff: test https://gitlab.com/libtiff/libtiff/-/merge_requests/634 (Fix cases where tif_curdir is set incorrectly)
* add complex_float32.tif with non zero imaginary part * add complex_int32.tif with non zero imaginary part * support complex interpolateatpoint
This reverts commit c9c4e09. No longer necessary since this has been upstreamed per conda-forge/gdal-feedstock#972
gdallocationinfo: in -E echo mode, always report input coordinates, not pixel,line
netCDF multidim: fix use-after-free on string variables in ReadOneElement()
…t_dstrect VRT: fix reading from virtual overviews when SrcRect / DstRect elements are missing
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 : )