keller-mark / pizzarr

Slice into Zarr arrays in R 🍕
https://keller-mark.github.io/pizzarr/
MIT License
27 stars 3 forks source link

Implement selection and related methods #104

Open dblodgett-usgs opened 3 months ago

dblodgett-usgs commented 3 months ago

There are lots of todos in the selection methods of the zarr array class.

https://github.com/keller-mark/pizzarr/blob/efe90f760296fedf737d8dd8d12157d8bd579fb9/R/zarr-array.R#L1093

Related to #97

Artur-man commented 1 month ago

I have started here, will let you know how it goes: https://github.com/Artur-man/pizzarr/blob/145a93283053ac9eedeca5a56d98fdd083a82c7a/R/indexing.R#L353-L371