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 #90

Open
wants to merge 402 commits into
base: master
Choose a base branch
from
Open

[pull] master from OSGeo:master #90

wants to merge 402 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 20, 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 Oct 20, 2024
rouault and others added 29 commits October 27, 2024 13:32
unless the user specifies a value of this pragma through OGR_SQLITE_PRAGMA.

For example, Debian and Conda-Forge SQLite3 builds already turn on secure_delete.
Make sure that this is done for all SQLite3 builds.
Fixes #11140

This changes the global warnings configuration, which is not appropriate
to do inside a library.
Essentially to fix compiler warnings about missing cases in switch() and
fix a deprecation warning.

Support for DECIMAL32 and DECIMAL64 should work on the read side, but
not actually tested. The ogrlayerarrow.cpp generic code isn't ready for
them yet.
No support on the write side to limit backwards compatibility issues.
Add (minimum) support for libarrow 18.0.0
SQLite/GPKG: turn on SQLite 'PRAGMA secure_delete=1' by default
Add OSRGetAuthorityListFromDatabase() to get the list of CRS authorities used in the PROJ database.
Python bindings: __init__.py: remove calls to warnings.simplefilter()
…conds

Refreshed every tick (so 2.5%)

(only on interactive terminals. Tested with bash on Linux and cmd on Windows,
but should work for all reasonable terminals)

```
Before 5 seconds:
0...10...20...

After 5 seconds:
0...10...20...30...40...50                           - estimated remaining time: 00:00:07

Upon completion:
0...10...20...30...40...50...60...70...80...90...100 - done in 00:00:13.
```

Fixes #11100

Co-authored-by: Daniel Baston <[email protected]>
Co-authored by: Adam Zhang
Doc: main page: link to user survey
Python bindings: fix compatibility issue with SWIG 4.3.0 and PYTHONWARNINGS=error
…er-csharp

CSharp bindings: Add VSIGetMemFileBuffer bindings
Python bindings: add a osgeo.gdal_fsspec module that on import will register GDAL VSI file system handlers as fsspec AbstractFileSystem
Cf https://arrow.apache.org/adbc/current/index.html for what ADBC is.

Depends on the adbc-driver-manager library.

The driver is read-only, and there is no support for spatial data currently.

Beyond official ADBC drivers (adbc-driver-sqlite,
adbc-driver-postgresql, adbc-driver-snowflake, adbc-driver-bigquery,
etc.), it can also be used to read Parquet or DuckDB datasets using libduckdb, if
libduckdb is installed and can be loaded through dynamic shared library opening.
Also no longer make AdbcDriverManager a requirement
rouault and others added 30 commits November 12, 2024 22:02
Technically it is safer to cast a pointer to uintptr_t than our custom
type. At least, it better documents the intent. In practice, I doubt
this changes much.
CMake: fix swig/csharp/CMakeLists.txt compatibility with CMake 3.31
in:
- GDALCopyWords[64]
- GDALRasterBand/GDALDataset::RasterIO
- GDALDataset::AddBand: MEM and VRT implementations
- GDALDriver::Create()

Fixes #11257
Revert "CI: disable cfchecker based tests"
Doc: mention new libgdal-avif and libgdal-heif Conda packages
Raster API: error out on GDT_Unknown/GDT_TypeCount
Python bindings: add a colorInterpretation argument to gdal.Translate()
VRT: fix reading from a CFloat32/CFloat64 ComplexSource in a non-complex-type buffer
gdaltindex: restore -ot option accidentally removed in GDAL 3.10.0
HDF4: fix REMQUOTE implementation that caused valgrind to warn about …
Doc: FAQ: specificly points at QGIS for the GUI question
added filename option for -sql
Update ogr2ogr.rst - missing filename option
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.