developmentseed / developmentseed/zarrista
Support filling a chunk/array subset into a target buffer
- Dominant language
- Python
- Stars
- 45
- Forks
- 2
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 7
Description
I.e. support https://docs.rs/zarrs/latest/zarrs/array/enum.ArrayBytesDecodeIntoTarget.html, seen in this API: [`Array.retrieve_array_subset_into`](https://docs.rs/zarrs/latest/zarrs/array/struct.Array.html#method.retrieve_array_subset_into)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading ArrayBytesDecodeIntoTarget and Array.retrieve_array_subset_into in the linked zarrs API documentation, then inspect zarrista's existing Python bindings for array retrieval. Done means the binding supports filling a chunk or array subset into a caller-provided target buffer, with behavior consistent with the referenced Rust API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- api, data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100