Combine collections of feature taxonomies
Combines a pair of feature data objects which may or may not contain data
for the same features. If different feature data is present for the same
feature id in the inputs, the data from the first will be propagated to the
result.
Parameters
- data : List[FeatureData[Taxonomy]]
- The collection of feature taxonomies to be merged.
Returns
- merged_data : FeatureData[Taxonomy]
- The resulting collection of feature taxonomies containing all feature
taxonomies provided.