From d51312255b0f8f1f296ae8df7be2d3acbe1f3709 Mon Sep 17 00:00:00 2001
From: Luc Hermitte <luc.hermitte@csgroup.eu>
Date: Thu, 13 Aug 2020 18:40:42 +0200
Subject: [PATCH] Integrate S1Tiling support apps as official remote module

---
 .../S1TilingSupportApplications.remote.cmake  | 31 +++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 Modules/Remote/S1TilingSupportApplications.remote.cmake

diff --git a/Modules/Remote/S1TilingSupportApplications.remote.cmake b/Modules/Remote/S1TilingSupportApplications.remote.cmake
new file mode 100644
index 0000000000..9f703315a1
--- /dev/null
+++ b/Modules/Remote/S1TilingSupportApplications.remote.cmake
@@ -0,0 +1,31 @@
+#
+# Copyright(C) 2005-2020 Centre National d'Etudes Spatiales(CNES)
+#
+# This file is part of S1Tiling remote module for Orfeo Toolbox
+#
+#     https: //www.orfeo-toolbox.org/
+#
+# 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.
+#
+# Contact: Thierry Koleck  <thierry.koleck@cnes.fr>
+
+
+otb_fetch_module(S1TilingSupportApplications
+  "Speckle filtering of a time-serie of SAR images using the multichanel Quegan-like filter
+A more detailed description can be found on the project website:
+https://gitlab.orfeo-toolbox.org/s1-tiling/s1tilingsupportapplications
+"
+  GIT_REPOSITORY https://gitlab.orfeo-toolbox.org/s1-tiling/s1tilingsupportapplications
+  # Commit on master branch
+  GIT_TAG master
+)
-- 
GitLab