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

Remove infallible accessor for Point::coord #880

Merged
merged 2 commits into from
Nov 27, 2024
Merged

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Nov 27, 2024

This forces the use of PointTrait::coord, which returns Option<Coord>, which is None if the point is empty.

Closes #840

@kylebarron kylebarron enabled auto-merge (squash) November 27, 2024 03:11
@kylebarron kylebarron merged commit c792efa into main Nov 27, 2024
20 of 22 checks passed
@kylebarron kylebarron deleted the kyle/remove-point-coord branch November 27, 2024 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove geoarrow::scalar::point::coord()
1 participant