nasa / opera-sds-pge

Observational Products for End-Users from Remote Sensing Analysis (OPERA)
Apache License 2.0
16 stars 6 forks source link

DISP-S1 ISO XML Creation #348

Closed collinss-jpl closed 1 year ago

collinss-jpl commented 1 year ago

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.

collinss-jpl commented 1 year ago

Closed by #367