Skip to content
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 962 commits into from
Aug 14, 2024
Merged

[pull] master from OSGeo:master #80

merged 962 commits into from
Aug 14, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented May 28, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label May 28, 2024
rouault and others added 29 commits July 15, 2024 12:35
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
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
…erNoResAndTypeChange(): use CPLQuadTreeHasMatch()
VRT: add multi-threaded implementation for rasterband and dataset IRasterIO()
rouault and others added 29 commits August 10, 2024 18:40
OGR_GreatCircle_ API: do not hardcode Earth radius
Doc: document multidimensional API object lifetime
LIBKML writing: validate longitude, latitude to be in range
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
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
@pull pull bot merged commit c3f78d8 into makesoftwaresafe:master Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.