Skip to content
/ S1Tiling Public

Building Analysis Ready Data of Sentinel-1 time series

License

Notifications You must be signed in to change notification settings

CNES/S1Tiling

Repository files navigation

S1Tiling

Sources Fury Docs (latest) S1Tiling Discourse (status)

On demand Ortho-rectification of Sentinel-1 data on Sentinel-2 grid.

Sentinel-1 is currently the only system to provide SAR images regularly on all lands on the planet. Access to these time series of images opens an extraordinary range of applications. In order to meet the needs of a large number of users, including our needs, we have created an automatic processing chain to generate "Analysis Ready" time series for a very large number of applications.

With S1Tiling, Sentinel-1 data is ortho-rectified on the Sentinel-2 grid to promote joint use of both missions.

S1Tiling was developed within the CNES radar service, in collaboration with CESBIO, to generate time series of calibrated, ortho-rectified and filtered Sentinel-1 images on any lands on the Earth. The tool benefits for the SAR ortho-rectification application from the Orfeo Tool Box.

The resulting images are registered to Sentinel-2 L2 optical images, using the same MGRS geographic reference grid (S2 tiling system - kml file). This Python software, is based on the Orfeo Tool Box (OTB) image processing library, developed by CNES. Different Sentinel-1 data providers can be used like PEPS or Copernicus Scihub. It can be used on any type of platform, from a large computing cluster to a laptop (the fan will make some noise during processing). It is considerably faster than the ortho-rectification tool in SNAP, and can be easily used in script form.

S1Tiling is currently used for many applications, such deforestation detection in the Amazon, monitoring of rice crops in Southeast Asia or monitoring of water stocks in India. In addition, this software is accessible as an on-demand processing service on the French PEPS collaborative ground segment, in order to make it easier for users to use.

The reference documentation is provided at https://s1-tiling.pages.orfeo-toolbox.org/s1tiling/latest. And the source code is always available at https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling.

Installation

S1Tiling installation has a few traps. Please read the relevant documentation regarding OTB and GDAL installation.

Requirements

  • OTB 7.4
  • GDAL with python bindings as well
  • Python 3
    • click
    • eodag
    • numpy
    • gdal
    • yaml
    • Dask"distributed"
    • bokeh (to display Dask dashboard)
    • graphviz (to generate task graphs)

Dask

Dask does not require any setup if you only want to use it on a single computer. -- https://docs.dask.org/en/latest/setup.html

https://docs.dask.org/en/latest/setup/single-distributed.html

Community

S1Tiling Discourse (status)

Copyright

Copyright (c) CNES. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Contributors

(according to master branch on http://tully.ups-tlse.fr/koleckt/s1tiling/commits/master/s1tiling)

  • Thierry KOLECK (CNES)
  • Luc HERMITTE (CS Group FRANCE)
  • Guillaume EYNARD-BONTEMPS (CNES)
  • Julien MICHEL (CNES)
  • Lesly SYLVESTRE (CNES)
  • Wenceslas SAINTE MARIE (CESBIO)
  • Arthur VINCENT (CESBIO)