Skip to content

Releases: bopen/xarray-sentinel

v0.3 - Alpha

07 Feb 12:08
32666c9

Choose a tag to compare

Overall the software is in the alpha phase and the usual caveats apply.

  • supports the following data products as distributed by ESA:
    • Sentinel-1 Ground Range Detected (GRD): NEW
      • Stripmap (SM)
      • Interferometric Wide Swath (IW)
      • Extra Wide Swath (EW)
    • Sentinel-1 Single Look Complex (SLC) SM/IW/EW
  • creates ready-to-use Xarray Datasets that map the data lazily and efficiently in terms of both memory usage and disk / network access
  • reads all SAR imagery data: GRD images, SLC swaths and SLC bursts
  • reads several metadata elements: satellite orbit and attitude, ground control points, radiometric calibration look up tables, Doppler centroid estimation and more
  • reads uncompressed and compressed SAFE data products on the local computer or
    on a network via fsspec - depends on rasterio>=1.3a3
  • supports larger-than-memory and distributed data access via Dask and rioxarray / rasterio / GDAL

v0.2.1

18 Jan 09:33
cf5f616

Choose a tag to compare

Fix the crash on products generated by the new IPF 3.40 processor #79

v0.2 - Alpha

11 Jan 09:21
v0.2
97d6db6

Choose a tag to compare

Overall the software is in the alpha phase and the usual caveats apply.
A few features, identified as technology preview below, are not fully usable yet.

  • supports the following data products as distributed by ESA:
    • Sentinel-1 Single Look Complex (SLC):
      • Stripmap (SM)
      • Interferometric Wide Swath (IW)
      • Extra Wide Swath (EW)
      • Wave (WV) - technology preview
    • Sentinel-1 Ground Range Detected (GRD) SM/IW/EW/WV - technology preview
  • creates ready-to-use Xarray Datasets that map the data
    lazily and efficiently in terms of both memory usage and disk / network access
  • reads all SAR imagery data: GRD images, SLC swaths and SLC bursts
  • reads several metadata elements:
    satellite orbit and attitude, ground control points, radiometric calibration look up tables,
    Doppler centroid estimation and more
  • reads uncompressed and compressed SAFE data products on the local computer or
    on a network via fsspec - technology preview
  • allows larger-than-memory and distributed processing via dask

v0.1.1

27 Apr 08:29
5b61b29

Choose a tag to compare

Fix the wheel package on PyPI, issue #43

v0.1 - Technology preview

22 Apr 13:42
f1ad108

Choose a tag to compare

Initial release.