cool ost image

Open SAR Toolkit (OST)

License: MIT PyPI version PyPI - Download Black badge conventional commit codecov report Documentation Status all-contributor

Objective

This python package lowers the entry barrier for accessing and pre-processing Sentinel-1 data for land applications and allows users with little knowledge on SAR and python to produce various Analysis-Ready-Data products.

Functionality

The Open SAR Toolkit (OST) bundles the full workflow for the generation of Analysis-Ready-Data (ARD) of Sentinel-1 for Land in a single high-level python package. It includes functions for data inventory and advanced sorting as well as downloading from various mirrors. The whole pre-processing is bundled in a single function and different types of ARD can be selected, but also customised. OST does include advanced types of ARD such as combined production of calibrated backscatter, interferometric coherence and the dual-polarimetric H-A-Alpha decomposition. Time-series and multi-temporal statistics (i.e. timescans) can be produced for each of these layers and the generation of spatially-seamless large-scale mosaic over time is possible a well.

The Open SAR Toolkit realises this by using an object-oriented approach, providing classes for single scene processing, GRD and SLC batch processing routines. The SAR processing itself relies on ESA’s Sentinel-1 Toolbox as well as some geospatial python libraries and the Orfeo Toolbox for mosaicking.

Please refer to our documentation to get started.

Examples

Ecuador VV-polarised Timescan Composite

  • Year: 2016

  • Sensor: Sentinel-1 C-Band SAR.

  • Acquisitions: 6 acquisitions per swath (4 swaths)

  • Output resolution: 30m

  • RGB composite: - Red: VV-maximum - Green: VV-minimum - Blue: VV-Standard deviation

Ecuador VV-polarised Timescan Composite

Ethiopia VV-VH polarised Timescan Composite

  • Year: 2016-2017

  • Sensor: Sentinel-1 C-Band SAR.

  • Acquisitions: 7 acquisitions per swath (about 400 scenes over 8 swaths)

  • Output resolution: 30m

  • RGB composite: - Red: VV-minimum - Green: VH-minimum - Blue: VV-Standard deviation

Ethiopia VV-VH polarised Timescan Composite

Origin of the project

Open SAR Toolkit was initially developed at the Food and Agriculture Organization of the United Nations under the SEPAL project between 2016-2018. It is still available there, but has been completely re-factored and transferred into a simpler and less-dependency rich Python 3 version, which can be found on this page here. Instead of using R-Shiny as a GUI, the main interface are now Jupyter notebooks that are developed in parallel to this core package and should help to get started.

Authors

meet our contributors.