module pvts


function pvts

1
pvts(x, startm, endm, threshold=5)

This algorithm will allow to detect disturbances in the forests using all the available Landsat set. In fact, it can also be run with sensors such as MODIS.

Parameters:

  • x: Can be numpy.ndarray with 1d or 2d without NaN's or pandas.core.series.Series.

  • startm: The start of the monitoring time.

  • endm: The end of the monitoring time.

  • threshold: The default thresholds are 5 or 6 for photosynthetic vegetation, for indices such as NDVI and EVI the threshold is 3, and for fraction indices (NDFI) the thresholds is 5. Return: Detections as a dictionary.


This file was automatically generated via lazydocs.