xr.open_dataset user experience on S1-SLC
See original GitHub issueIssue to analyse the possible behaviour when calling xr.open_dataset
on Sentinel 1 SLC data.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Option 4 looks nice, but AFAIK it has a main drawback: the accessor will be present on every dataset, independetly on whether it has been opened with
sentinel_xarray
or not, which looks pretty odd.Current agreement with @aurghs is to map the data to
open_dataset
group
option and leave it as similar as possible to the original structure. The structure is described in https://github.com/bopen/xarray-sentinel/blob/main/docs/DATATREE.mdOnce xarray solves https://github.com/pydata/xarray/issues/4118 we may reassess (tracked by #60).
I would propose to close this issue.