intake / intake-xarray

Intake plugin for xarray
https://intake-xarray.readthedocs.io/
BSD 2-Clause "Simplified" License
76 stars 36 forks source link

Make work with any filesystem #46

Closed martindurant closed 5 years ago

martindurant commented 5 years ago

Use fsspec's mapper maker instead of special cases here for s3 and gcs

martindurant commented 5 years ago

cc @jsignell

martindurant commented 5 years ago

@rabenat , with this change, it should be possible to specify zarr datasets over ssh or webhdfs with a single URL. I don't know how h5py's usage of s3fs is implemented, but there's a good chance that it should also work with any URL.