Constantin Pape

Results 173 comments of Constantin Pape

> That's right, but also it doesn't matter. Sometimes Python libraries have dependencies outside of the pypi realm. In those cases, the user just has to be told that this...

> If you want to provide the wheels, no problem! (For non-native Python packages, I usually only upload the sources.tar.gz and let it build on the user system. This way,...

> The PIO library is used by the CESM climate model (http://www.cesm.ucar.edu/). A CESM programmer contributed changes to the PIO library that uses z5 to add Zarr capability, and they...

> What autoconf needs is a header file to look for, and a library to link to. Since you don't actually have a library, but just header files, I'm not...

Ok, in #168 I have added a cmake config now and tested it in one of my external projects and it seems to work. I have also added a `z5.hxx`...

If I understand the [example layout](https://ngff.openmicroscopy.org/0.4/#image-layout) correctly this should be `["original/0"]` because there is an intermediate empty group `0`. This again is **very** confusing. I think we should avoid having...

Thanks for opening this, @tannerbitz. Copying the relevant part form the mails: > I have a question regarding the use of your z5 library as an alternative to hdf5. Is...

> I forget, do the zarr/N5 specs support dataset reshaping? They'd handle the edge chunks quite differently. I think there are some discussions going on in zarr, but there is...

> I am not sure if this is a correct question to ask. No worries, this is a perfectly legit question to ask here. > How do you see the...