-
Notifications
You must be signed in to change notification settings - Fork 23
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
FIX: correctly use GDAL auto-decoding of shapefiles when encoding is set #384
Merged
Merged
Changes from 7 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2bfc862
Use SHAPE_ENCODING to disable auto-decoding of shapefiles
brendan-ward 2b38f94
Correctly handle I/O for non-UTF-8 shapefiles
brendan-ward e738f7b
Use thread local config, add more tests
brendan-ward 3362dae
Fix detection of encoding for shapefile layers via SQL
brendan-ward b991038
Expand encoding test cases
brendan-ward ecb56f6
Use ANSI code pages for alternative encodings (not DOS) and slightly …
brendan-ward 994be50
Improve docs a little more
brendan-ward 901320f
consolidate operations per PR feedback
brendan-ward 4313fca
verify SHAPE_ENCODING global option is retained
brendan-ward 5c4657d
Merge branch 'main' into issue380
brendan-ward ef602d5
Cleanup duplicate override to UTF-8
brendan-ward 0e7e932
Merge branch 'main' into issue380
brendan-ward 146967d
Merge branch 'main' into issue380
brendan-ward 2bdf4dc
prevent combining encoding parameter and ENCODING open / creation option
brendan-ward b8cc902
Fix missing pyarrow constraint for test
brendan-ward e7db258
Try to verify that platform default encoding is used for CSV by default
brendan-ward eaecb18
split CSV platform encoding test out to verify it executes on Windows
brendan-ward a623501
Fix bug in skip of CSV encoding test
brendan-ward d615fd7
Merge branch 'main' into issue380
brendan-ward d2b43f3
cleanup, add arrow I/O tests
brendan-ward 815620a
Fix missing test annotation
brendan-ward 6eca265
Don't fail in error handler if message cannot be decoded to UTF-8
brendan-ward 34bacc3
Fix bug in attempted fix
brendan-ward e088311
Fix failing test for GDAL >= 3.9
brendan-ward 58d1d3f
Fix other failing FlatGeobuff tests
brendan-ward File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this last sentence mean exactly? Is that for writing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that was for writing. Will make more explicit.