British-Oceanographic-Data-Centre / COAsT

A Coastal Ocean Assessment Tool built as an extendable python framework for nemo models
https://british-oceanographic-data-centre.github.io/COAsT/
MIT License
23 stars 11 forks source link

Feature/zarr files #655

Closed soutobias closed 7 months ago

soutobias commented 7 months ago

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [x] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## What is the new behavior? - Incorporate the ability to open zarr files. - Include a sample notebook for reference. - Address and rectify any lint issues. ### Checklist - [x] Code compiles correctly - [ ] Created tests which fail without the change (if possible) - [x] All tests passing (`pip install . && pytest unit_testing/unit_test.py -s`) - [x] Extended the README / documentation, if necessary - [x] Added myself / the copyright holder to the AUTHORS file ## Does this introduce a breaking change? - [ ] Yes - [x] No