xarray-safe-s1: xarray SAFE files reader for Sentinel-1

xarray-safe-s1: xarray SAFE files reader for Sentinel-1#

safe_s1 is a SAR file reader

Documentation#

Overview#

safe_s1 rely on xarray.open_rasterio and rasterio to read digital_number from SAFE product to return an xarray-datatree.

Luts are decoded from xml files following ESA Sentinel-1 Product Specification.

safe_s1.metadata.Sentinel1reader is the main class and contains a xarray-datatree with the useful data. In the following example, you will find some additional functions and properties that can be useful.

Examples#

Note

Those examples use sentinel1_xml_mappings.get_test_file to automatically download test data from https://cyclobs.ifremer.fr/static/sarwing_datarmor/xsardata/

Those file are not official ones: they are resampled to a lower resolution and compressed to avoid big network transfert and disk usage.

Don’t use them for real science !

Reference#

Get in touch#

  • Report bugs, suggest features or view the source code on github.


Last documentation build: Apr 19 2024 at 09:39