bcdev / zappend

Robustly creating and updating Zarr data cubes from smaller subsets
https://bcdev.github.io/zappend/
MIT License
40 stars 1 forks source link

Make config have type `Config` instead of `dict` #74

Closed forman closed 8 months ago

forman commented 8 months ago

Is your feature request related to a problem? Please describe.

I'm not happy with the configuration being a dict in many places, because it implies and hence duplicates definition of default values when accessing values using config.get(key, default) or config.get(key) or default.

Describe the solution you'd like