From a520ed028fc6fffc4221ede7b80acf31d66fcb47 Mon Sep 17 00:00:00 2001 From: Cresson Remi <remi.cresson@irstea.fr> Date: Wed, 24 Apr 2024 11:49:10 +0200 Subject: [PATCH 1/2] doc: update links --- README.md | 8 ++++---- doc/index.md | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 29b83ad5..5207fe9f 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ <p align="center"> <img src="doc/images/logo.png" width="160px"> <br> -<a href="https://gitlab.irstea.fr/remi.cresson/otbtf/-/releases"> -<img src="https://gitlab.irstea.fr/remi.cresson/otbtf/-/badges/release.svg"> +<a href="https://forgemia.inra.fr/orfeo-toolbox/otbtf/-/releases"> +<img src="https://forgemia.inra.fr/orfeo-toolbox/otbtf/-/badges/release.svg"> </a> -<a href="https://gitlab.irstea.fr/remi.cresson/otbtf/-/commits/master"> -<img src="https://gitlab.irstea.fr/remi.cresson/otbtf/badges/master/pipeline.svg"> +<a href="https://forgemia.inra.fr/orfeo-toolbox/otbtf/-/commits/master"> +<img src="https://forgemia.inra.fr/orfeo-toolbox/otbtf/badges/master/pipeline.svg"> </a> <img src='https://readthedocs.org/projects/otbtf/badge/?version=latest' alt='Documentation Status' /> <a href="LICENSE"> diff --git a/doc/index.md b/doc/index.md index 87c42d45..60f97946 100644 --- a/doc/index.md +++ b/doc/index.md @@ -3,11 +3,11 @@ <p align="center"> <img src="images/logo.png" width="160px"> <br> -<a href="https://gitlab.irstea.fr/remi.cresson/otbtf/-/releases"> -<img src="https://gitlab.irstea.fr/remi.cresson/otbtf/-/badges/release.svg"> +<a href="https://forgemia.inra.fr/orfeo-toolbox/otbtf/-/releases"> +<img src="https://forgemia.inra.fr/orfeo-toolbox/otbtf/-/badges/release.svg"> </a> -<a href="https://gitlab.irstea.fr/remi.cresson/otbtf/-/commits/master"> -<img src="https://gitlab.irstea.fr/remi.cresson/otbtf/badges/master/pipeline.svg"> +<a href="https://forgemia.inra.fr/orfeo-toolbox/otbtf/-/commits/master"> +<img src="https://forgemia.inra.fr/orfeo-toolbox/otbtf/badges/master/pipeline.svg"> </a> <img src='https://readthedocs.org/projects/otbtf/badge/?version=latest' alt='Documentation Status' /> <a href="LICENSE"> @@ -61,12 +61,12 @@ large scale with OTBTF. - Landcover mapping (Spot-7 images --> Building map using semantic segmentation) - + - Super resolution (Sentinel-2 images upsampled with the [SR4RS software](https://github.com/remicres/sr4rs), which is based on OTBTF) - + - Sentinel-2 reconstruction with Sentinel-1 VV/VH with the [Decloud software](https://github.com/CNES/decloud), which is based on OTBTF @@ -76,7 +76,7 @@ segmentation) - Image to image translation (Spot-7 image --> Wikimedia Map using CGAN. So unnecessary but fun!) - + ## Contribute -- GitLab From f3d5ec0c4553bb0596df3a0636f08f2208615197 Mon Sep 17 00:00:00 2001 From: Cresson Remi <remi.cresson@irstea.fr> Date: Wed, 24 Apr 2024 11:53:19 +0200 Subject: [PATCH 2/2] doc: add docker badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5207fe9f..9704bb43 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ <a href="LICENSE"> <img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"> </a> +<img src="https://img.shields.io/badge/dynamic/json?formatter=metric&color=blue&label=Docker%20pull&query=%24.pull_count&url=https://hub.docker.com/v2/repositories/mdl4eo/otbtf"> </p> OTBTF is a remote module of the [Orfeo ToolBox](https://www.orfeo-toolbox.org). -- GitLab