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

improvment of `xsar` generic datasets to have all information from SAFE products #112

Closed agrouaze closed 1 year ago

agrouaze commented 2 years ago

Up to now users had to look into s1ds.dataset plus s1ds.meta to find out where are the relevant information stored in the SAFE product. This PR is meant to : 1) merge all the information available into a single xarray.Dataset through xsar.open_dataset() method 2) rename some variables to be as close as possible to ESA naming convention 3) make available all relevant methods in SentinelDataset through methods of xsar.py file.