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

Expose array offsets and lengths in geobuffers() output #72

Open
paleolimbot opened this issue Nov 7, 2023 · 0 comments
Open

Expose array offsets and lengths in geobuffers() output #72

paleolimbot opened this issue Nov 7, 2023 · 0 comments

Comments

@paleolimbot
Copy link
Contributor

Currently, calling geobuffers() on a sliced array will result in buffers that don't necessarily line up with the logical content of the array (i.e., non-zero offsets are not supported). This is consistent with pyarrow.Array.buffers but is confusing since there is no way to check the "all offsets are 0" assumption or get the information required to apply the offsets. This should be implemented by another method (maybe geoslices()?).

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

No branches or pull requests

1 participant