Commit 1627d23f authored by remi cresson's avatar remi cresson
Browse files

DOC: replace Fragmentation-->Stratification in README

No related merge requests found
Showing with 7 additions and 7 deletions
+7 -7
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment