xarray-sentinel icon indicating copy to clipboard operation
xarray-sentinel copied to clipboard

Xarray backend to Copernicus Sentinel-1 satellite data products

Results 27 xarray-sentinel issues
Sort by recently updated
recently updated
newest added

Within *xarray* there is no easy way to expose the full XML metadata in the files inside the `annotation` folder. Options: * add an entries into `.attrs` that contain the...

enhancement

I am not sure if this is a bug and, if so, of what. ```python >>> path = "tests/data/S1B_IW_SLC__1SDV_20210401T052622_20210401T052650_026269_032297_EFA4.SAFE/manifest.safe" >>> group = 'IW1/R168-N471-E0118' >>> xs.sentinel1.open_dataset(path, group=group) Dimensions: (azimuth_time: 1501, slant_range_time:...

wontfix

Hierarchical data format are discussed in Xarray issue https://github.com/pydata/xarray/issues/4118 The effort if currently lead by @TomNicholas Some thoughts on the underlying tree structure of the Sentinel-1 data is here: https://github.com/bopen/xarray-sentinel/blob/main/docs/DATATREE.md

design

See the section on interpolation of CF-1.9: https://cfconventions.org/Data/cf-conventions/cf-conventions-1.9/cf-conventions.html#compression-by-coordinate-subsampling

enhancement

`rioxarray` returns fractional line-pixel coordinates (0.5, 1.5, ...), probably under the assumption that values are referred to the centre of the pixel. On the other hand, the calibration dataset (and...

It is easier to check at the result of `open_dataset`: ```python >>> url = "zip://*/manifest.safe::S1B_IW_SLC__1SDV_20210401T052622_20210401T052650_026269_032297_EFA4.zip" >>> xarray_sentinel.sentinel1.open_dataset(url) Dimensions: () Data variables: *empty* Attributes: (12/15) constellation: sentinel-1 platform: sentinel-1b instrument: ['c-sar']...

bug

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.0 to 3.1.1. Release notes Sourced from codecov/codecov-action's releases. 3.1.1 What's Changed Update deprecation warning by @​slifty in codecov/codecov-action#661 Create codeql-analysis.yml by @​mitchell-codecov in codecov/codecov-action#593 build(deps): bump...

dependencies

Dear developers, I would be interested to read WV SLC product from Sentinel-1 mission, do you plan to support such data with your library? thanks

enhancement