sarxarray
sarxarray copied to clipboard
55 from ds
Fix #55.
- [x] Add
from_zarrfunction - [x] Add test files and unit tests
- [x] Replace lint unit test with precommit hooks
- [x] Remove
exampledir from ruff check
Hi @SarahAlidoost, when you have time, can you review this PR? The details should be in the issue description.
While creating this PR, the ruff linting is failling on the notebooks. These notebooks exists mainly for archiving purposes. In the future they will all be moved to PyDePSI workflow. Therefore I turned off ruff linting on them. I also replaced the unit test for linting with a pre-commit hook.
Thanks @SarahAlidoost! I adpted your suggestions and re-write from_zarr to from_ds. Now the reading function operates on a DS read by open_zarr. Can you give it another look?