Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ome/ngff
Next-generation file format (NGFF) specifications for storing bioimaging data in the cloud.
https://github.com/ome/ngff
bioimaging cloud data-science file-formats spec
Last synced: about 2 months ago
JSON representation
Next-generation file format (NGFF) specifications for storing bioimaging data in the cloud.
- Host: GitHub
- URL: https://github.com/ome/ngff
- Owner: ome
- License: other
- Created: 2020-11-17T14:55:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T13:21:58.000Z (2 months ago)
- Last Synced: 2024-10-29T14:23:01.290Z (2 months ago)
- Topics: bioimaging, cloud, data-science, file-formats, spec
- Language: Bikeshed
- Homepage: https://ngff.openmicroscopy.org
- Size: 2.37 MB
- Stars: 117
- Watchers: 24
- Forks: 38
- Open Issues: 108
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- top-life-sciences - **ome/ngff** - generation file format (NGFF) specifications for storing bioimaging data in the cloud.<br>`bioimaging`, `cloud`, `data-science`, `file-formats`, `spec`<br><img src='https://github.com/HubTou/topgh/blob/main/icons/gstars.png'> 107 <img src='https://github.com/HubTou/topgh/blob/main/icons/forks.png'> 38 <img src='https://github.com/HubTou/topgh/blob/main/icons/code.png'> Bikeshed <img src='https://github.com/HubTou/topgh/blob/main/icons/license.png'> Other <img src='https://github.com/HubTou/topgh/blob/main/icons/last.png'> 2024-06-02 06:26:47 | (Ranked by starred repositories)
README
[![DOI](https://zenodo.org/badge/313652456.svg)](https://zenodo.org/badge/latestdoi/313652456)
# ome-ngff
[Next-generation file format (NGFF) specifications](https://ngff.openmicroscopy.org/latest/) for storing bioimaging data in the cloud.
## Editing
Specifications are written in markdown, or technically
[bikeshed](https://github.com/tabatkins/bikeshed) -- a markdown document, with
special extensions understood by the bikeshed tool. The bikeshed tool is run
on-commit via the [spec-prod github action](https://github.com/w3c/spec-prod),
generating the familiar "spec looking" ReSpec format. ReSpec is just html with
a javascript ReSpec library.Specification files end with the .bs file extension. The github action runs on
commit to automatically convert to respec/html, via bikeshed.[Learn more about bikeshed](https://w3c-ccg.github.io/bikeshed_instructions.html)
## Reviewing
Commits on GitHub can be viewed using web services from the W3C:
* Rendered page: http://api.csswg.org/bikeshed/?url=https://raw.githubusercontent.com/ome/ngff/master/0.2/index.bs
* Diff: https://services.w3.org/htmldiff?doc1=https%3A%2F%2Fngff.openmicroscopy.org%2F0.2%2F&doc2=http%3A%2F%2Fapi.csswg.org%2Fbikeshed%2F%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fome%2Fngff%2Fmaster%2Flatest%2Findex.bs## New version
* Make new changes to `latest/index.bs`
* Update changelog at the bottom of `latest/index.bs`
* Find references to previous version and _in most cases_, bump to the current version.## JSON schemas
For each top-level metadata key of the OME-NGFF specification, JSON schemas are maintained
for each version of the specification and stored under `$VERSION/schemas/` or `latest/schemas/`.
Tests validating these schemas must be implemented to follow principles of the
[JSON schema test suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite)
and stored under `$VERSION/tests/` or `latest/tests/` to allow their execution on each CI build.All official example snippets must also be extracted and managed as separate JSON files under
`$VERSION/examples/` or `latest/examples/`, validated by the appropriate schema by adding a
`.config.json` file specifying the JSON schema to use and included in the
specification document using the
[include-code](https://tabatkins.github.io/bikeshed/#including-code) directive.The official OME-NGFF JSON schemas are published under
https://ngff.openmicroscopy.org//schemas/.schema using the
[Spec prod](https://github.com/ome/spec-prod) GitHub action. When a new JSON schema is introduced,
this action needs to be reviewed to update the deployment script and allow the publication
of the schema.# Release process
* copy `latest/index.bs` to `$VERSION/index.bs`
* copy `latest/copyright.include` to `$VERSION/copyright.include`
* update the head matter in the `$VERSION`ed file
* Use: `Status: w3c/CG-FINAL`
* Update `URL: `
* Use the following `Status Text:`: "This is the $VERSION release of this specification.
Migration scripts will be provided between numbered versions. Data written with the latest version
(an "editor's draft") will not necessarily be supported."
* update the footer matter in the `$VERSION`ed file
* Version in the citation block including release date
* Update https://github.com/ome/spec-prod for the new version# Citing
Please see https://ngff.openmicroscopy.org/latest#citing for the latest
citation.