opera-adt / DSWX-SAR

Dynamic Surface Water Extent from Synthetic Aperture Radar
Apache License 2.0
11 stars 6 forks source link

Add polarization mode to metadata #72

Closed oberonia78 closed 6 months ago

oberonia78 commented 6 months ago

This PR adds the pol_mode to metadata field to better understand how the product is generated. There are cases such as 'MIX_DUAL_POL': ['HH', 'HV', 'VV', 'VH'], 'MIX_DUAL_H_SINGLE_V_POL': ['HH', 'HV', 'VV'], 'MIX_DUAL_V_SINGLE_H_POL': ['VV', 'VH', 'HH'], 'MIX_SINGLE_POL': ['HH', 'VV'], 'DV_POL': ['VV', 'VH'], 'SV_POL': ['VV'], 'DH_POL': ['HH', 'HV'], 'SH_POL': ['HH'], 'MIX_DUAL_V_DUAL_V_POL' : ['VV', 'VH', 'VV'], 'MIX_DUAL_H_DUAL_H_POL' : ['HH', 'HV', 'HH'],