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

ogr2ogr: fix crash with -ct and using Arrow code path (e.g source is GeoPackage) (3.10.0 regression) #11439

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

rouault
Copy link
Member

@rouault rouault commented Dec 5, 2024

Fixes #11438

Passing "--config OGR2OGR_USE_ARROW_API=NO" or "-t_srs {srs_def}" can be used as a workaround

…GeoPackage) (3.10.0 regression)

Fixes OSGeo#11438

Passing "--config OGR2OGR_USE_ARROW_API=NO" or "-t_srs {srs_def}" can be used as a workaround
@jratike80
Copy link
Collaborator

OGR2OGR_USE_ARROW_API is documented in https://gdal.org/en/latest/programs/ogr2ogr.html but not in
https://gdal.org/en/latest/user/configoptions.html. Is that intentional? If it affects only ogr2ogr then it may be ok this way.

@rouault
Copy link
Member Author

rouault commented Dec 5, 2024

OGR2OGR_USE_ARROW_API is documented in https://gdal.org/en/latest/programs/ogr2ogr.html but not in
https://gdal.org/en/latest/user/configoptions.html. Is that intentional? If it affects only ogr2ogr then it may be ok this way.

yes, let's say that's the rationale :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release/3.10 Backport to release/3.10 branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ogr2ogr with a PROJ pipeline fails when the source is a GeoPackage on GDAL 3.10.0
2 participants