bopen / xarray-sentinel

Xarray backend to Copernicus Sentinel-1 satellite data products
Apache License 2.0
219 stars 22 forks source link

Add an API to explore and get burst-level data as with the old `group="IW2/R168-N473-E0107"` #63

Closed alexamici closed 2 years ago

alexamici commented 2 years ago

New functions in the xarray_sentinel package would work.

alexamici commented 2 years ago

After https://github.com/bopen/xarray-sentinel/commit/b8593e61c3d5016c08c310cfde38f2e1208e97e7 we have crop_burst_dataset that is able to build the burst dataset from the burst_number.

Not there yet, but getting close.

alexamici commented 2 years ago

After https://github.com/bopen/xarray-sentinel/commit/5f12270e40e978ed4fe23a9b5be9efb5f097074a the single swath datasets contain all information to crop bursts.

Now we need to add to crop_burst_dataset more ways to identify a burst, not just the burst_index.

alexamici commented 2 years ago

I just realised this is mostly a duplicate of #36 . Closing.