Ryan Abernathey
Ryan Abernathey
The PR I just stared in #245 should allow you to handle this use case by providing a custom "Opener" which would dispatch the correct options depending on the filename...
Then go for it! Docs should be self-explanatory, but ping me if you get stuck.
> Ideally, the Xarray community would also be open to compatibility with the NGFF spec with regards to multi-scales. Multi-scale data is definitely a goal for Xarray (see https://github.com/pydata/xarray/issues/4118). In...
> it cannot deal with having different shapes for the arrays in a group: Xarray has no problem with as many different shapes of arrays in a group as you...
> These axes are identical Not to be pendantic, but two intervals sampled at different resolution cannot really be considered "identical". i.e. `0, 1, 2, 3` is not identical to...
Actually it looks like all the python 3.9 tests are failing. WTF is going on. I'm going to merge this and then try to fix that.
@cisaacstern and @rwegener2 - I have made some tentative assignments in my list above. Do you feel comfortable with that? Ideally we can get this done by Friday before the...
So maybe we need to update that wording and terminology to align with our current model. We also need to link copiously to the forthcoming dynamic website.
We should discourage this style of providing credentials (as part of the URL) and instead try to include these in `fsspec_open_kwargs`. Since it is an fsspec-based interface that should be...
Have you confirmed that it actually does work?