pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.63k stars 1.09k forks source link

Add utility for opening remote files with ``fsspec`` #9797

Closed jrbourbeau closed 1 day ago

jrbourbeau commented 3 days ago

Supersedes https://github.com/pydata/xarray/pull/8424

kmuehlbauer commented 1 day ago

@jrbourbeau Thanks, it looks like we can still use h5py ros-driver by specifying driver="ros3". Great!

kmuehlbauer commented 1 day ago

@jrbourbeau Would you mind adding an entry to whats-new.rst for more visibility?

jrbourbeau commented 1 day ago

Yeah, no problem, just added an entry

jrbourbeau commented 14 hours ago

Thanks all