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.
Up to now users had to look into
s1ds.dataset
pluss1ds.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 singlexarray.Dataset
throughxsar.open_dataset()
method 2) rename some variables to be as close as possible to ESA naming convention 3) make available all relevant methods inSentinelDataset
through methods ofxsar.py
file.