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

s1meta.subdatasets is now a GeodataFrame #81

Closed oarcher closed 2 years ago

oarcher commented 2 years ago

This is an API change.

before, s1meta.subdatasets was a list, it's now a GeoDataFrame. For old behaviour, users should use list(s1meta.subdatasets.index)

for TOPS _IW_SLC products, the main manifest.safe doesn't include individual footprints. So a recursive call to Sentinel1Meta is done to extract them.

close #80