From 590fa802689c5d6183dd2fe141d520b4bfc04162 Mon Sep 17 00:00:00 2001
From: Tristan Laurent <tristan.laurent@csgroup.eu>
Date: Tue, 28 May 2024 13:09:45 +0000
Subject: [PATCH] DOC: add sentinel 2 info on "supported sensor" page

---
 Documentation/Cookbook/rst/Supported_Sensors.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/Cookbook/rst/Supported_Sensors.rst b/Documentation/Cookbook/rst/Supported_Sensors.rst
index 462f0dd7b2..28543064d2 100644
--- a/Documentation/Cookbook/rst/Supported_Sensors.rst
+++ b/Documentation/Cookbook/rst/Supported_Sensors.rst
@@ -40,6 +40,9 @@ interfaces are:
 +------------------------+-------------------------+--------------------------------------------------------------------+
 | Sentinel 1             | TIFF                    | Use the tiff file, not the manifest.                               |
 +------------------------+-------------------------+--------------------------------------------------------------------+
+| Sentinel 2             | JPEG2000 / TIFF         | Use JPEG2000 or TIFF file instead of XML as band order in XML      |
+|                        |                         | is not correctly supported.                                        |
++------------------------+-------------------------+--------------------------------------------------------------------+
 | Spot 5                 | DIMAP / TIFF            | RPC not available.                                                 |
 +------------------------+-------------------------+--------------------------------------------------------------------+
 | Spot 6/7               | DIMAP / JPEG2000 / TIFF | N/A                                                                |
-- 
GitLab