A human readable description for the model.
A human readable name for the model.
An optional set of properties.
For HSPC versions 8 and up, these properties can be used for expression based styling.
Entries for which the role is known will exhibit the "role" property. Currently exposed roles are :
When available, the data type will also be listed. Possible types are :
These will give a hint about the possible range of values for a given attribute. For instance, uint8 data will only be in range 0-255, helping in designing an effective styling range.
Example of what a descriptor can look like:
"properties" : {
"colorRGB" : {
"role" : "color"
},
"I" : {
"role" : "intensity",
"type" : "float32"
},
"C" : {
"role" : "classification",
"type" : "uint8"
}
}
The source from which this model was created.
A String containing a type constant. This value provides an indication of what kind of data a model contains
An optional property containing version information.
A
ModelDescriptor
for HSPC data.2020.0