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

Python geometry array constructors #810

Merged
merged 3 commits into from
Oct 7, 2024
Merged

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Oct 7, 2024

Change list

  • Add PyCoordBuffer and PyOffsetBuffer to pyo3-geoarrow wrapping the CoordBuffer and OffsetBuffer concepts from geoarrow.
  • Add points, linestrings, polygons, multipoints, multilinestrings, multipolygons constructor functions
  • Bump dependency to arro3-core 0.4 or higher
  • Simple constructor tests for points and linestrings.

@kylebarron kylebarron changed the title Python constructors Python geometry array constructors Oct 7, 2024
@kylebarron kylebarron enabled auto-merge (squash) October 7, 2024 04:28
@kylebarron kylebarron merged commit b3cbbb6 into main Oct 7, 2024
23 checks passed
@kylebarron kylebarron deleted the kyle/python-constructors-2 branch October 7, 2024 04:34
kylebarron added a commit that referenced this pull request Oct 7, 2024
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.

1 participant