pytesmo icon indicating copy to clipboard operation
pytesmo copied to clipboard

Metadata handling

Open tracyscanlon opened this issue 5 years ago • 0 comments

Metadata handling in the validation framework should be supported from start to finish.

We want to track:

  • metadata from the input datasets. The pygeobase.object_base.TS object already has a .metadata attribute which can be extracted by the data manager.
  • metadata generated by the validation framework itself. e.g. which step failed why. See also discussion in https://github.com/TUW-GEO/pytesmo/issues/152

We should implement a metadata object which can take the metadata from the input datasets and the result managers which can write the metadata.

tracyscanlon avatar Jul 15 '19 14:07 tracyscanlon