Ayush Nag
Ayush Nag
@itvignes09 just curious if you figure this issue out since I had the same question
https://gist.github.com/ayushnag/bcf946a71122f5e7a54bc72b581bd31b Better viewing experience: https://nbviewer.org/gist/ayushnag/bcf946a71122f5e7a54bc72b581bd31b If there's more you want me to add or if any step is unclear I can update the notebook
Yes I can clarify. At some point the dmrpp parser was going to be a part of [earthaccess instead of virtualizarr](https://github.com/zarr-developers/VirtualiZarr/pull/113#pullrequestreview-2248868063). However that is not the case anymore and this...
This PR is ready to review now. I have updated the `pyproject.toml` with an added dependency but let me know if the `uv.lock` or other files need to modified.
@betolink One quick comment before we merge. This function doesn't appear to show up in the API reference with the docs build. I think if the new functions are imported...
Although then the function has to be part of `api.py`. Maybe not in that case
@TomNicholas do you think after changing the virtualizarr version in `pyproject.toml` we can merge? The other changes seem more like long term updates to me. Or which changes do you...
There is [logic here in the parse](https://github.com/zarr-developers/VirtualiZarr/blob/270a4845e0a33bda9dcc058eef17341a55dbba0d/virtualizarr/readers/dmrpp.py#L347-L348)r to handle phony_dims however it may be a combination of factors as you said that are causing it to not work for this...
Your visualizations and explanation are really excellent! I think this is more of an xarray/virtualizarr question so pinging @TomNicholas and @dcherian I think problem 2 could be happening because `mirror_step`...
Yes, if you use jupyter notebook files they will show the xarray HTML output. They can also be auto executed on compilation: https://jupyterbook.org/en/stable/content/execute.html