-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
legacy code to port #48
Conversation
* add io test * [pre-commit.ci] pre-commit autoupdate (#13) updates: - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](asottile/yesqa@v1.3.0...v1.4.0) - [github.com/PyCQA/flake8: 5.0.1 → 5.0.4](PyCQA/flake8@5.0.1...5.0.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ldata into feature/transform
see discussion here ome/ome-zarr-py#219
…ldata into feature/transform
for more information, see https://pre-commit.ci
…ldata into feature/transform
for more information, see https://pre-commit.ci
…ldata into feature/transform
for more information, see https://pre-commit.ci
…ldata into feature/transform
@LucaMarconato , can this PR be closed now that #52 has landed? |
@kevinyamauchi unfortunately not, it has features that are not merged yet. I plan to work on this over the the christmas holidays (should be 1-2 days of work). |
No worries, @LucaMarconato ! Just checking in to see if I needed to do anything here 😛 |
Instead of merging this branch, which is very outdated, I will pick the following and merge it in multiple prs. The rest can be discarded.
|
The code of this branch is archived here. |
Merge postponed.
Before merging (an updated version of) this pr, the following will be isolated in a separate pr, improved, and merged.
About this pr.
This pull request implements a first working version of coordinate systems, transformations, as long as all what spatialdata needs to perform basic io operatations with its elements. Spatialdata-sandbox and napari_spatialdata support this branch. They will also need to be adapted to the new improved code described in the incremental prs listed above.