This module contains two applications for NDVI time series processing.
This module contains two applications for NDVI time series processing.
## TimeSeriesIndexTrend
## Dependencies
This application computes the trend of a given time series index (e.g. NDVI).
The implemented pipeline is described in [Leroux et al](https://doi.org/10.1016/j.rse.2017.01.014).

### Dependencies
* The [OTB](https://www.orfeo-toolbox.org/) library
* The [OTB](https://www.orfeo-toolbox.org/) library
* The [TimeSeriesUtils](https://gitlab.irstea.fr/remi.cresson/TimeSeriesUtils) remote module for OTB
* The [TimeSeriesUtils](https://gitlab.irstea.fr/remi.cresson/TimeSeriesUtils) remote module for OTB
* The [TemporalSmoothing](https://gitlab.irstea.fr/remi.cresson/TemporalSmoothing) remote module for OTB
* The [TemporalSmoothing](https://gitlab.irstea.fr/remi.cresson/TemporalSmoothing) remote module for OTB
* The [TemporalGapFilling](http://tully.ups-tlse.fr/jordi/temporalgapfilling) remote module for OTB
### How to build it
## How to build it
The module can be built like any other [otb remote module](https://wiki.orfeo-toolbox.org/index.php/How_to_write_a_remote_module). You can build it either from within OTB's sources or outside it.
The module can be built like any other [otb remote module](https://wiki.orfeo-toolbox.org/index.php/How_to_write_a_remote_module). You can build it either from within OTB's sources or outside it.
## TimeSeriesIndexTrend application
### Description
This application computes the trend of a given time series index (e.g. NDVI).
The implemented pipeline is described in [Leroux et al](https://doi.org/10.1016/j.rse.2017.01.014).

### How to use it
### How to use it
TimeSeriesIndexTrend provides an OTBApplication.
TimeSeriesIndexTrend is an OTBApplication.
```
```
This is the TimeSeriesIndexTrend application, version 6.0.0
This is the TimeSeriesIndexTrend application, version 6.0.0
...
@@ -56,6 +60,25 @@ Examples:
...
@@ -56,6 +60,25 @@ Examples:
None
None
```
```
## LandscapeFragmentation application
### Description
This application computes the landscape fragmentation from an time series index (e.g. NDVI).
The implemented pipeline is described in [Belon et al](http://dx.doi.org/10.3390/rs9060600).

### How to use it
LandscapeFragmentation is an OTBApplication.
```
Examples:
None
```
## License
## License
Please see the license for legal issues on the use of the software (CeCILL).
Please see the license for legal issues on the use of the software (CeCILL).