category-data
schema/components/category-data/1.0.1/category-data.schema.json
The category-data component defines the lookup-table structure used by category-attribute:
table— A lookup table (using thelookup-tableelement) mapping integer keys to category names.values— An integer array storing the category index for each geometric element.
Used by: downhole-collection, downhole-intervals, drilling-campaign, geophysical-records-1d.
Properties
category-data (v1.0.1)
A base-class that describes a category lookup attribute
| Property | Type | Description | Flags |
|---|---|---|---|
| table | lookup-table | Lookup table associated with the attributes. | ✅ |
| values | integer-array-1 | The index values of the attributes. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |