getFirePoints_NFDB_V2: Get Fire 'SpatialPoints' from Canadian Fire Database

Description Usage Arguments Value

View source: R/getFirePoints_NFDB.R

Description

Get Fire SpatialPoints from Canadian Fire Database

Usage

1
2
3
4
5
6
7
8
9
getFirePoints_NFDB_V2(
  url = NULL,
  studyArea = NULL,
  rasterToMatch = NULL,
  redownloadIn = 1,
  years = 1991:2017,
  fireSizeColName = "SIZE_HA",
  NFDB_pointPath = NULL
)

Arguments

url

Passed to prepInputs

studyArea

Passed to prepInputs

rasterToMatch

Passed to prepInputs

redownloadIn

Numeric Time in YEARS that we tolerate the data to be "old" i.e. 0.5 would mean "re-download data older than 6 months"

years

Numeric vector of consecutive years to fetch.

fireSizeColName

Character describing the name of the column containing fire size information.

NFDB_pointPath

Passed to destinationPath in prepInputs

Value

A SpatialPointsDataFrame.


PredictiveEcology/fireSenseUtils documentation built on Sept. 18, 2020, 1:58 a.m.