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 #90
Open
pull
wants to merge
402
commits into
innFactory:master
Choose a base branch
from
OSGeo:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
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]>
…le being processed
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
Co-authored-by: Even Rouault <[email protected]>
…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
that no longer accept invalid PRE_BUILD keyword in OUTPUT form of add_custom_command() per https://cmake.org/cmake/help/latest/policy/CMP0175.html Should fix error of https://github.com/OSGeo/gdal/actions/runs/11805369849/job/32887659405?pr=11254
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
GDALCopyWords64(): tidy code
in: - GDALCopyWords[64] - GDALRasterBand/GDALDataset::RasterIO - GDALDataset::AddBand: MEM and VRT implementations - GDALDriver::Create() Fixes #11257
This reverts commit 33d2b37. http://cfconventions.org/Data/standardized-region-list/standardized-region-list.xml has been restored per cf-convention/cf-convention.github.io#555 Fixes #11256
gdal::VectorX Prototype
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 …
Remove JP2Lura driver
Doc: FAQ: specificly points at QGIS for the GUI question
GTIFF: store bJXLLossless as a bool
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
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 : )