https://github.com/ome/ome-model
OME model (specification, code generator, implementation)
https://github.com/ome/ome-model
code-generation data-model image ome-model schema specification
Last synced: 20 days ago
JSON representation
OME model (specification, code generator, implementation)
- Host: GitHub
- URL: https://github.com/ome/ome-model
- Owner: ome
- License: other
- Created: 2016-10-19T13:48:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-12-11T14:43:20.000Z (2 months ago)
- Last Synced: 2025-12-12T18:36:25.834Z (2 months ago)
- Topics: code-generation, data-model, image, ome-model, schema, specification
- Language: XSLT
- Homepage:
- Size: 17 MB
- Stars: 16
- Watchers: 7
- Forks: 28
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OME Data Model
[](https://github.com/ome/ome-model/actions)
[](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.openmicroscopy%22%20AND%20a%3A%22ome-xml%22)
[](http://javadoc.io/doc/org.openmicroscopy/ome-xml)
OME data model specification, code generator and implementation.
Links
-----
- [Documentation](https://ome-model.readthedocs.io/en/stable/)
- [Java API reference](http://javadoc.io/doc/org.openmicroscopy/ome-xml/)
- [OME-TIFF sample images](https://downloads.openmicroscopy.org/images/OME-TIFF/)
- [OME-XML sample images](https://downloads.openmicroscopy.org/images/OME-XML/)
Contribute
----------
To contribute to the OME Model documentation, go to the [documentation repository](https://github.com/ome/ome-model-documentation).
Pull request testing
--------------------
We welcome pull requests from anyone, but ask that you please verify the
following before submitting a pull request:
* verify that the branch merges cleanly into ```master```
* verify that the branch compiles using Maven
* verify that the branch does not use syntax or API specific to Java 1.8+
* internal developers only: [run the data
tests](https://bio-formats.readthedocs.io/en/stable/developers/commit-testing.html)
against directories corresponding to the affected format(s)
* make sure that your commits contain the correct authorship information and,
if necessary, a signed-off-by line
* make sure that the commit messages or pull request comment contains
sufficient information for the reviewer(s) to understand what problem was
fixed and how to test it