MicroJSON - GeoJSON adapted for microscopy imaging #163
Unanswered
bengtl
asked this question in
Show and tell
Replies: 1 comment
-
🙏 thanks @bengtl This is really cool 🙌 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello GeoJSON Pydantic community,
We are excited to introduce MicroJSON, a JSON-based format inspired by GeoJSON, tailored for representing microscopy image data such as annotations, regions of interest, and reference points. We have integrated and extended the GeoJSON pydantic classes provided by this repo to meet some of the specific needs of microscopy. As MicroJSON is fully compatible with GeoJSON, it seamlessly interoperates with existing tools while offering specialized features for microscopy. Specifically, we have for example adapted the OME (Open Microscopy Environment) Data Model for the coordinate system, which may be the most specific difference as compared to geographical applications and standard coordinates.
The official repo can be found at GitHub MicroJSON repo, and the documentation is available at GitHub Pages for MicroJSON. It is also available at PyPI.
Would like to thank you all for developing this great repo, which we have been using as a base for our implementation of the pydantic classes of MicroJSON.
Looking forward to your thoughts and feedback!
Best regards,
Bengt Ljungquist
Beta Was this translation helpful? Give feedback.
All reactions