From 1627d23f68ea161e91216f2331afd3ea23e2aa61 Mon Sep 17 00:00:00 2001
From: remi cresson <remi.cresson@teledetection.fr>
Date: Wed, 4 Apr 2018 11:55:37 +0000
Subject: [PATCH] DOC: replace Fragmentation-->Stratification in README

---
 README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index e1a515d..a4b5465 100644
--- a/README.md
+++ b/README.md
@@ -73,11 +73,11 @@ None
 TimeSeriesIndexTrend can be used as any OTB application (gui, command line, python, c++, ...).
 To add the application in QGIS, just copy the file "_TimeSeriesIndexTrend.xml_" into the qgis/python/plugins/processing/algs/otb/description/5.0.0/ path.
 
-## LandscapeFragmentation application
+## LandscapeStratification application
 
 ### Description
 
-This application computes the landscape fragmentation from an time series index (e.g. NDVI).
+This application computes the landscape Stratification from an time series index (e.g. NDVI).
 The implemented pipeline is described in [Bellón et al](http://dx.doi.org/10.3390/rs9060600).
 
 ![Pipeline](otbLandscapeStratification.png)
@@ -85,12 +85,12 @@ The implemented pipeline is described in [Bellón et al](http://dx.doi.org/10.33
 
 ### How to use it
 
-LandscapeFragmentation is an OTBApplication.
+LandscapeStratification is an OTBApplication.
 
 ```
-This is the LandscapeFragmentation (LandscapeFragmentation) application, version 6.2.0
+This is the LandscapeStratification (LandscapeStratification) application, version 6.2.0
 
-Compute the landscape fragmentation index of the land
+Compute a landscape stratification metric
 Parameters: 
         -progress <boolean>        Report progress 
         -help     <string list>    Display long help (empty list), or help for given parameters keys
@@ -110,8 +110,8 @@ MISSING -outvec   <string>         Output land units map (vector)  (mandatory)
 Use -help param1 [... paramN] to see detailed documentation of those parameters.
 ```
 
-LandscapeFragmentation can be used as any OTB application (gui, command line, python, c++, ...).
-To add the application in QGIS, just copy the file "_LandscapeFragmentation.xml_" into the qgis/python/plugins/processing/algs/otb/description/5.0.0/ path.
+LandscapeStratification can be used as any OTB application (gui, command line, python, c++, ...).
+To add the application in QGIS, just copy the file "_LandscapeStratification.xml_" into the qgis/python/plugins/processing/algs/otb/description/5.0.0/ path.
 
 ## License
 
-- 
GitLab