count_fire_locations: Detect whether a fire reached given locations

Description Usage Arguments Value

Description

This is a convenience function to test if a fire reached one or more target locations represented by a set of point coordinates. Each point is tested by checking the FARSITE fire arrival time raster at that location.

Usage

1
count_fire_locations(outdir, prefix, pts)

Arguments

outdir

Full path to the directory containing output files.

prefix

Prefix used for the output file names.

pts

A matrix or data frame of point coordinates (X-Y order). The units and coordinate reference sytem are assumed to match the FARSITE output rasters.

Value

The number of locations reached by the fire.


mbedward/farsitebatch documentation built on May 8, 2019, 1:51 p.m.