Alistair Miles
Alistair Miles
Suggested by @Carreau.
One option might be to use the zarr python package from R via [reticulate](https://github.com/rstudio/reticulate). It would be good to try this out and find out if there are any interoperability...
Another option could be to write R bindings for the [Z5 C++ library](https://github.com/constantinpape/z5), e.g., via RCPP. This would be more work but might provide opportunities for better performance by avoiding...
A technical point of interest, in R arrays use column-major (Fortran) memory layout. Zarr provides the option to use either row (C) or column (F) memory layout for data within...
Hi Mike, yes I imagine that having a native implementation would be more powerful than using reticulate, although I have not tried it yet and so don't have a clear...
Thanks a lot for sharing, great to hear about this! On Tue, 12 Nov 2019, 08:15 Guido Kraemer, wrote: > I took a stab at wrapping z5 from R, it...
On Mon, 27 Jan 2020, 21:05 Constantin Pape, wrote: > * I still need to think how to deal with the other data types (e.g. Booleans). > > Just fyi,...
Hi all, I just wanted to say that I am more than happy for others to give talks on zarr at conferences/meetups/workshops. I submitted an abstract to scipy 2019 but...
Cross-posting a couple of previous zarr talks here in case useful to anyone... * [Webinar for the ESIP Federation tech dive series](http://wiki.esipfed.org/index.php/Interoperability_and_Technology/Tech_Dive_Webinar_Series#8_March.2C_2018:_.22Zarr:_A_simple.2C_open.2C_scalable_solution_for_big_NetCDF.2FHDF_data_on_the_Cloud.22:_Alistair_Miles.2C_University_of_Oxford.) * @rabernat's [talk at the AGU Fall Meeting...
My 2c, I would very much enjoy seeing the community around zarr and n5 grow and gain from working together, and also help to build a broad, open community around...