Helper to build a list to allow feature export.
buildFeature(
name,
type = c("single", "combined", "computed")[1],
def = "Camera Line Number",
val = NULL,
...
)
a list containing all feature information.
feature's name. If missing, it will be determined thanks to def.
feature's type. Default is "single". Allowed are "single", "combined", "computed".
definition of the feature. Default is "Camera Line Number".
a coercible to numeric vector of feature values. Default is NULL.
Note that although not mandatory for buildFeature
it has to be provided to
allow feature export in ExportToDAF
and data_add_features
.
Other arguments to be passed.