Add coordinate format normalization for Mask geometry#1985
Merged
paulnoirel merged 2 commits intodevelopfrom Jun 11, 2025
Merged
Add coordinate format normalization for Mask geometry#1985paulnoirel merged 2 commits intodevelopfrom
paulnoirel merged 2 commits intodevelopfrom
Conversation
3c66463 to
5931bab
Compare
5931bab to
fe4520c
Compare
fe4520c to
449f4a9
Compare
449f4a9 to
9a3ca4c
Compare
9a3ca4c to
8edfbb8
Compare
8edfbb8 to
56bbae9
Compare
This file contains hidden or 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
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.
Description
Add coordinate format normalization for Mask geometry
Ensures consistent GeoJSON coordinate format regardless of shapely version
Shapely 2.0.3 returns lists, 2.0.6+ returns tuples for coordinates
Normalizes to expected GeoJSON structure: list containing tuples
Prevents customer script breakage while supporting all Python versions
Tests pass with original expectations (no test changes needed)
Solves Python 3.13 compatibility without pinning shapely version (2.0.3 incompatibility)
Fixes # (issue)
Type of change
Please delete options that are not relevant.
All Submissions
New Feature Submissions
Changes to Core Features