dlr-eoc / prosEO

prosEO – A Processing System for Earth Observation Data
GNU General Public License v3.0
14 stars 1 forks source link

ODIP: ensure mission/input compatibility #205

Closed katharinabassler closed 4 months ago

katharinabassler commented 7 months ago

If the ODIP receives an input product from a different mission than the mission of the requested workflow, the ODIP should return an error message indicating this mismatch. A check is possible based on the known mission of the workflow and the name of the input product reference, which, according to the Ground Segment File Format Standard PE-TN-ESA-GS-001, starts with three letters indicating the mission.

katharinabassler commented 4 months ago

Implementation tested successfully.