Julia Signell

Results 376 comments of Julia Signell

I guess this library could have used fsspec in the first place. I didn't realize so much of the code was storage backend massaging. Another option would be to just...

Seems like the version mismatch might just be resolved now: https://github.com/pangeo-data/pangeo-docker-images/actions/runs/17268373278

Hmm looks like that one timed out. https://github.com/pangeo-data/pangeo-docker-images/actions/runs/17278568611 Since there was a new release of virtualizarr and I don't really see what the dependency issue would be. I'm going to...

> One solution that comes to mind, with minimal implications for Xarray's API, is lazy creation/loading of sub-trees. You would write something like `open_datatree(..., load_depth=2)` to only load in the...

Whoa what a good write up @chuckwondo! The combination of arbitrary data variable access on xarray datasets and accessors in particular really strikes a cord with me. But the legacy...

Does this also imply that RELATIVE_PUBLISHED is no longer a valid catalog type?

Oh ok so absolute in this context just means a url with a protocol. Not as in absolute vs relative path?

I was thinking about this more in the context of the migrate function. I think the next version of pystac should be able to read URIs that have the `file:///`...