umr-lops / xsar

Synthetic Aperture Radar (SAR) Level-1 GRD python mapper for efficient xarray/dask based processing
https://cyclobs.ifremer.fr/static/sarwing_datarmor/xsar/
MIT License
24 stars 8 forks source link

add aux files informations #174

Closed vincelhx closed 8 months ago

vincelhx commented 12 months ago

dans sentinel1_xml_mappings on a :

        'aux_cal': (scalar, '//metadataSection/metadataObject/metadataWrap/xmlData/safe:processing/safe:resource/safe:processing/safe:resource[@role="AUX_CAL"]/@name'),

c'est possible de faire pareil avec AUX_PP1, AUX_INS comme ceci, pour qu'on ait les informations dans meta.manifest_attrs ?

        'AUX_CAL': (scalar, '//metadataSection/metadataObject/metadataWrap/xmlData/safe:processing/safe:resource/safe:processing/safe:resource[@role="AUX_CAL"]/@name'),
        'AUX_PP1': (scalar, '//metadataSection/metadataObject/metadataWrap/xmlData/safe:processing/safe:resource/safe:processing/safe:resource[@role="AUX_PP1"]/@name'),
        'AUX_INC': (scalar, '//metadataSection/metadataObject/metadataWrap/xmlData/safe:processing/safe:resource/safe:processing/safe:resource[@role="AUX_INC"]/@name')
vincelhx commented 8 months ago

to do here: https://github.com/umr-lops/xarray-safe-s1/issues/14