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 #65
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
…netCDF driver use them
…nd crs_wkt attributes
…aphic with MySQL >= 8 (fixes qgis/QGIS#55463) It seems spatial predicates are not directly usable when using geographic SRS. For some reason select MBRIntersects(ST_GeomFromText('POLYGON((-90 -90, 90 -90, 90 90, -90 90, -90 -90))', 4326), ST_GeomFromText('POINT(0 0)', 4326)); returns true as expected But select MBRIntersects(ST_GeomFromText('POLYGON((-179 -89, 179 -89, 179 89, -179 89, -179 -89))', 4326, 'axis-order=long-lat'), ST_GeomFromText('POINT(0 0)', 4326)); returns false !!!! And select MBRIntersects(ST_GeomFromText('POLYGON((-179 -89, 179 -89, 179 89, -179 89, -179 -89))', 32631), ST_GeomFromText('POINT(0 0)', 32631)); returns true as expected Consequence, we need to force a projected SRS for the arguments of MBRIntersects()
…tion option (fixes #9165)
This fixes a regression introduced in GDAL 3.4.0 per #4720
To fix following error with Java 21 on Mac M1: ```[javac] error: Source option 7 is no longer supported. Use 8 or later.```
GPKG: support maximum level up to 29 or 30; add a ZOOM_LEVEL creation option
[Lint] netCDFIdentifyFormat(): reduce number of magic values
S102: read NoData value for QualityOfSurvey from /Group_F/QualityOfSurvey
Move CF-1 SRS convention import/export out of netCDF driver, and add capability to Zarr and TileDB to read SRS from CF-1
FindSQLite3.cmake: improve detection of static libsqlite3.a (fixes #9096)
…iven that lib2to3 is removed in python 3.13 (fixes #9173)
…xtensive comments
CI: try macOS-14 for M1 MacOS runner + bump minimum Java version to 8
PDS: fix compilation with Emscripten version 3.1.7
Python bindings: remove run of 'python -m lib2to3' that is a no-op,...
BMP: fix reading images larger than 4GB
MySQL: fix/workaround server-side spatial filtering when SRS is geographic with MySQL >= 8 (fixes qgis/QGIS#55463)
Doc: OpenFileGDB: document OPENFILEGDB_DEFAULT_STRING_WIDTH configuration option (fixes #9165)
…target type = unknown Found by CIFuzz: https://github.com/OSGeo/gdal/actions/runs/7740101693/job/21105197876?pr=9166
OGRGeometryFactory::forceTo(): fix assertion with empty geometry and target type = unknown
…9183) This works around an apparent dependency bug in libarrow-dataset-dev, by first explicitly installing the same version of libarrow-acero-dev.
…w-acero-dev-version docker/ubuntu-full/Dockerfile: pin libarrow-acero-dev version (fixes #9183)
…a_name.layer_name' (fixes #9125)
PG: be robust to inexact case for schema when creating a layer 'schema_name.layer_name' (fixes #9125)
…es as plugins (GDAL_ENABLE_PLUGINS=ON) [ci skip]
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 : )