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 constructors from raw buffers #578

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kylebarron
Copy link
Member

Change list

  • Add from_parts constructors to the six core geometry array types. This allows constructing geometry arrays from raw coordinates plus offset arrays.

Todo:

  • Allow passing in an optional null buffer
  • Allow passing in array metadata (e.g. CRS)
  • The chunked arrays already have a from_arrow_arrays method, so you should probably consolidate that and from_chunks.

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.

None yet

1 participant