burnedPixelDF: burnedPixelDF

Description Usage Arguments Examples

View source: R/ignition_points.R

Description

This function creates a data.frame object (burnedPixelsDF) from the MCD64A1v006 raster layers located in the target folder. The resulting object contains the core data (fireID-clump4-date) to retrieve ignition points and fire perimeters, as well as calculate fire recurrence.

Usage

1
burnedPixelDF(x,clumpDist)

Arguments

x

a string value representing the path were subfolders Burn_Date/, Burn_Date_Unc/ and QA/ are located.

clumpDist

a numeric value with the distance threshold (in meters) afar from which a burned pixels is considered an individual fire event.

nDays

a numeric value with the temporal threshold (in days) from which a burned pixels is considered an individual fire event.

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

rmarcosgit/MCD64A1toPts documentation built on Oct. 25, 2019, 11:01 a.m.