Skip to content

Commit

Permalink
fixup! [Traits] Add traits/specifications for common post workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
foundrytom committed Nov 24, 2023
1 parent 9b64d38 commit 8f8cea1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions traits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,11 @@ traits:
type: float
usage:
- entity
Planar:
description: >
The entity data contains a single samples for each data point
in the two dimensional width/height domain, such that the
resulting image lies on a plane.
Deep:
description: >
The entity data contains multiple depth samples for each data
Expand Down Expand Up @@ -736,6 +741,23 @@ specifications:
name: PixelBased
- namespace: content
name: LocatableContent
PlanarBitmapImage:
description: >
Any entity that holds two-dimensional data as a pixel grid
with a single sample per pixel, in a sidecar resource.
usage:
- entity
traitSet:
- namespace: usage
name: Entity
- namespace: twoDimensional
name: Image
- namespace: twoDimensional
name: PixelBased
- namespace: twoDimensional
name: Planar
- namespace: content
name: LocatableContent
DeepBitmapImage:
description: >
Any entity that holds two-dimensional data as a pixel grid
Expand Down

0 comments on commit 8f8cea1

Please sign in to comment.