S1Tiling


NameS1Tiling JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling
SummaryOn demand Ortho-rectification of Sentinel-1 data on Sentinel-2 grid.
upload_time2024-01-05 11:30:56
maintainer
docs_urlNone
authorThierry KOLECK
requires_python>=3.8, <4
licenseApache 2.0
keywords sentinel-1 sentinel-2 orthorectification
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # S1Tiling


[![Sources](https://img.shields.io/badge/sources-gitlab.OTB-informational)](https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling)
[![Fury](https://badge.fury.io/py/S1Tiling.svg)](https://badge.fury.io/py/S1Tiling)
[![Docs (latest)](https://img.shields.io/badge/docs-passing-brightgreen)](https://s1-tiling.pages.orfeo-toolbox.org/s1tiling/latest/)
[![S1Tiling Discourse (status)](https://img.shields.io/discourse/status?server=https%3A%2F%2Fforum.orfeo-toolbox.org%2F)](https://forum.orfeo-toolbox.org/c/otb-chains/s1-tiling/11)

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](https://www.orfeo-toolbox.org/).

The resulting images are registered to Sentinel-2 L2 optical images, using the
same MGRS geographic reference grid ([S2 tiling system - kml file](https://sentinel.esa.int/documents/247904/1955685/S2A_OPER_GIP_TILPAR_MPC__20151209T095117_V20150622T000000_21000101T000000_B00.kml)).
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](https://peps.cnes.f) or
[Copernicus Scihub](https://scihub.copernicus.eu).
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](https://s1-tiling.pages.orfeo-toolbox.org/s1tiling/latest/install.html)
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)](https://img.shields.io/discourse/status?server=https%3A%2F%2Fforum.orfeo-toolbox.org%2F)](https://forum.orfeo-toolbox.org/c/otb-chains/s1-tiling/11)

# 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)



            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling",
    "name": "S1Tiling",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8, <4",
    "maintainer_email": "",
    "keywords": "Sentinel-1,Sentinel-2,orthorectification",
    "author": "Thierry KOLECK",
    "author_email": "Thierry.Koleck@cnes.fr",
    "download_url": "https://files.pythonhosted.org/packages/64/18/5f64021c763d606e90cb2748c14d226967dc5e73d503f55e6302c59e2474/S1Tiling-1.0.0.tar.gz",
    "platform": null,
    "description": "# S1Tiling\n\n\n[![Sources](https://img.shields.io/badge/sources-gitlab.OTB-informational)](https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling)\n[![Fury](https://badge.fury.io/py/S1Tiling.svg)](https://badge.fury.io/py/S1Tiling)\n[![Docs (latest)](https://img.shields.io/badge/docs-passing-brightgreen)](https://s1-tiling.pages.orfeo-toolbox.org/s1tiling/latest/)\n[![S1Tiling Discourse (status)](https://img.shields.io/discourse/status?server=https%3A%2F%2Fforum.orfeo-toolbox.org%2F)](https://forum.orfeo-toolbox.org/c/otb-chains/s1-tiling/11)\n\nOn demand Ortho-rectification of Sentinel-1 data on Sentinel-2 grid.\n\nSentinel-1 is currently the only system to provide SAR images regularly on all\nlands on the planet. Access to these time series of images opens an\nextraordinary range of applications. In order to meet the needs of a large\nnumber of users, including our needs, we have created an automatic processing\nchain to generate _\"Analysis Ready\"_ time series for a very large number of\napplications.\n\nWith __S1Tiling__, Sentinel-1 data is ortho-rectified on the Sentinel-2 grid to promote joint use\nof both missions.\n\n__S1Tiling__ was developed within the CNES radar service, in collaboration with\nCESBIO, to generate time series of calibrated, ortho-rectified and filtered\nSentinel-1 images on any lands on the Earth. The tool benefits for the SAR\northo-rectification application\n[from the Orfeo Tool Box](https://www.orfeo-toolbox.org/).\n\nThe resulting images are registered to Sentinel-2 L2 optical images, using the\nsame MGRS geographic reference grid ([S2 tiling system - kml file](https://sentinel.esa.int/documents/247904/1955685/S2A_OPER_GIP_TILPAR_MPC__20151209T095117_V20150622T000000_21000101T000000_B00.kml)).\nThis Python software, is based on the Orfeo Tool Box (OTB) image processing\nlibrary, developed by CNES. Different Sentinel-1 data providers can be used\nlike [PEPS](https://peps.cnes.f) or\n[Copernicus Scihub](https://scihub.copernicus.eu).\nIt can be used on any type of platform, from a large computing cluster to a\nlaptop (the fan will make some noise during processing). It is considerably\nfaster than the ortho-rectification tool in SNAP, and can be easily used in\nscript form.\n\nS1Tiling is currently used for many applications, such deforestation detection\nin the Amazon, monitoring of rice crops in Southeast Asia or monitoring of\nwater stocks in India. In addition, this software is accessible as an on-demand\nprocessing service on the French PEPS collaborative ground segment, in order to\nmake it easier for users to use.\n\nThe reference documentation is provided at\nhttps://s1-tiling.pages.orfeo-toolbox.org/s1tiling/latest. And the source code\nis always available at https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling.\n\n# Installation\n\nS1Tiling installation has a few traps. Please read the [relevant documentation](https://s1-tiling.pages.orfeo-toolbox.org/s1tiling/latest/install.html)\nregarding OTB and GDAL installation.\n\n## Requirements\n\n* OTB 7.4\n* GDAL with python bindings as well\n* Python 3\n  * click\n  * eodag\n  * numpy\n  * gdal\n  * yaml\n  * Dask\"distributed\"\n  * bokeh (to display Dask dashboard)\n  * graphviz (to generate task graphs)\n\n### Dask\n> Dask does not require any setup if you only want to use it on a single computer.\n> -- https://docs.dask.org/en/latest/setup.html\n\nhttps://docs.dask.org/en/latest/setup/single-distributed.html\n\n# Community\n\n[![S1Tiling Discourse (status)](https://img.shields.io/discourse/status?server=https%3A%2F%2Fforum.orfeo-toolbox.org%2F)](https://forum.orfeo-toolbox.org/c/otb-chains/s1-tiling/11)\n\n# Copyright\n\n>   Copyright (c) CNES. All rights reserved.\n>\n>   Licensed under the Apache License, Version 2.0 (the \"License\");\n>   you may not use this file except in compliance with the License.\n>   You may obtain a copy of the License at\n>\n>       http://www.apache.org/licenses/LICENSE-2.0\n>\n>   Unless required by applicable law or agreed to in writing, software\n>   distributed under the License is distributed on an \"AS IS\" BASIS,\n>   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n>   See the License for the specific language governing permissions and\n>   limitations under the License.\n\n## Contributors\n\n(according to master branch on http://tully.ups-tlse.fr/koleckt/s1tiling/commits/master/s1tiling)\n\n- Thierry KOLECK (CNES)\n- Luc HERMITTE (CS Group FRANCE)\n- Guillaume EYNARD-BONTEMPS (CNES)\n- Julien MICHEL (CNES)\n- Lesly SYLVESTRE (CNES)\n- Wenceslas SAINTE MARIE (CESBIO)\n- Arthur VINCENT (CESBIO)\n\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "On demand Ortho-rectification of Sentinel-1 data on Sentinel-2 grid.",
    "version": "1.0.0",
    "project_urls": {
        "Bug Tracker": "https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling/-/issues",
        "Community": "https://forum.orfeo-toolbox.org/c/otb-chains/s1-tiling/11",
        "Documentation": "https://s1-tiling.pages.orfeo-toolbox.org/s1tiling/latest",
        "Homepage": "https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling",
        "Source Code": "https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling"
    },
    "split_keywords": [
        "sentinel-1",
        "sentinel-2",
        "orthorectification"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64185f64021c763d606e90cb2748c14d226967dc5e73d503f55e6302c59e2474",
                "md5": "f938b7fa3d5cee5bd02a451d253909b9",
                "sha256": "29c1ccf000e51260752c0535fe4fadd3a433a011fccab98568973c32de7d2c52"
            },
            "downloads": -1,
            "filename": "S1Tiling-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f938b7fa3d5cee5bd02a451d253909b9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8, <4",
            "size": 8136928,
            "upload_time": "2024-01-05T11:30:56",
            "upload_time_iso_8601": "2024-01-05T11:30:56.945192Z",
            "url": "https://files.pythonhosted.org/packages/64/18/5f64021c763d606e90cb2748c14d226967dc5e73d503f55e6302c59e2474/S1Tiling-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-05 11:30:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "s1tiling"
}
        
Elapsed time: 0.16540s