Skip to content

Enhancements to phlex::detail::product_specification needed. #879

Description

@marcpaterno

The type product_specification carries (much but not all) of the metadata to describe a specific concrete data product.
It currently includes:

  1. creator_, an algorithm_name (perhaps better renamed as node_name) the contains the plugin and algorithm name, which uniquely identify a node in a data flow graph
  2. suffix_, which can be used to distinguish between objects of the same type produced by the same node
  3. type_id_, which is an identifier of the concrete data product type

What is currently missing is:

  1. an identifier of the stage in which the product in question was produced
  2. an identifier of the data product concept which the data product models
  3. an optional identifier of the translator that produced the data product (optional because data products are not always the result of a translation)
  4. a (mathematical) set of layer_paths indicated with layer_paths the data product is associated with. In most of our (simple) examples, this set would be of size 1; I believe that in real use, most will be a larger size.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions