-
Notifications
You must be signed in to change notification settings - Fork 40
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
Data-level annotations #737
Comments
Strawman proposalMake annotation a first class property, so that we can clearly represent the fact that some contents of a RecordSet are annotations. You can think of an annotation as a special kind of field that annotates its container. Here is an example of what a field-level annotation looks like:
In this example, the annotation "images/label" applies to the field "images/image". Annotations can also appear at the level of a RecordSet. A RecordSet level annotation applies to the entire record. For example:
In this example, ratings is a structured annotation that contains a user_id and a rating. |
Some examples of netcdf file for hierarchical data annotation -
|
Add a mechanism to Croissant to define data-level annotations. Annotations are a general mechanism to attach additional information to other pieces of data. We plan to use annotations for a number of use cases, including:
The text was updated successfully, but these errors were encountered: