You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove the (slow) parsing of GCP on open_dataset(..., group=None) and only report available groups by burst_id, e.g. ["IW1/1", "IW1/2", ...]
move the naming logic to an external function in xarray_sentinel that takes either the filename or the gcp dataset (whatever is more reasonable) and returns the mapping between the label and the burst_id
Scheme proposed by @alexamici:
open_dataset(..., group=None)and only report available groups by burst_id, e.g.["IW1/1", "IW1/2", ...]xarray_sentinelthat takes either the filename or the gcp dataset (whatever is more reasonable) and returns the mapping between the label and the burst_id