From d6727d9371757123b086687ba03fb899020c37c1 Mon Sep 17 00:00:00 2001
From: remi cresson <remi.cresson@teledetection.fr>
Date: Wed, 28 Mar 2018 16:01:58 +0000
Subject: [PATCH] DOC: update markdown

---
 README.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 506252e..33188b9 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,21 @@
 # Simple Extraction Tools
 Simple extraction tools remote module developed in the framework of Theia-Geosud
 
-# Contents
+# Applications for the user
+
+## ExtractBand
+An application dedicated to extract channels of an image.
+
+## ExtractGeom
+An application which extracts an image region from an input vector data. The output image is cut around the vector data and croped on the resulting region, that is the intersection between the vector data region and the entire image region.
+
+## MeanResample
+Produces an output image resampled using the local mean of pixels.
+
+## ZonalStatistics
+An application dedicated to compute zonal satistics (min, max, mean, standard deviation) of an image for each polygons of the input vector data.
+
+# Stuff for the developper
 This remote module of Orféo ToolBox contains some useful filters and stuff for remote sensing image processing. 
 
 ## CacheLessLabelImageToVectorData
-- 
GitLab