Ticket to add capability to produce the ISO XML metadata file by instantiating the jinja2 template with extracted product metadata.
For DISP-S1, we should currently only expect a single ISO xml file to be instantiated, since we only expect one output product for the job. This means that the paradigm will be closer to the DSWx-HLS PGE, where all that is needed is an implementation for _create_iso_metadata() within the DispS1PostProcessorMixin class. The function should be responsible for both gathering the constituent metadata dictionaries the template expects, and then returning the contents of the rendered template.
Ticket to add capability to produce the ISO XML metadata file by instantiating the jinja2 template with extracted product metadata.
For DISP-S1, we should currently only expect a single ISO xml file to be instantiated, since we only expect one output product for the job. This means that the paradigm will be closer to the DSWx-HLS PGE, where all that is needed is an implementation for
_create_iso_metadata()
within theDispS1PostProcessorMixin
class. The function should be responsible for both gathering the constituent metadata dictionaries the template expects, and then returning the contents of the rendered template.