bcdev / nc2zarr

A Python tool that converts NetCDF files to Zarr format
MIT License
9 stars 3 forks source link

Get rid of S3-specific code #46

Open forman opened 3 years ago

forman commented 3 years ago

We have some S3-specifc code in DataWriter that I'd like to get rid off: less, code less need for testing, higher coverage.

We can avoid S3-specifc code by relying entirely on the fsspec package and auto-configuration through keyword injection from config YAML.

See also https://github.com/dcs4cop/xcube/issues/446