Details
This dataset offers multi-temporal metrics that describe the frequency and recurrency of fires on a per-pixel basis. These metrics are derived from annual maximum fire extents as mapped by the MODIS MCD64A1 product.
Subdatasets
recurrence
| Fire recurrence (Nr. burn years / Nr. years)
meanInterval
| Mean interval between fire years
minInterval
| Minium interval between fire years
maxInterval
| Maximum interval between fire years
masDMT query
# data call without specifying subdataset and resolution
list_data("fireRegime")
# data call for specific subdataset
list_data("fireRegime/recurrence")
# data call to subdataset with a specific resolution
list_data("fireRegime/recurrence/1km")