fire_perimeters: Obtain Alaska fire perimeter data

Description Usage Arguments Details Value Examples

View source: R/aws.R

Description

Obtain Alaska Fire Service historical Alaska fire perimeter data.

Usage

1
fire_perimeters(years = 1940:2017)

Arguments

years

numeric vector, defaults to all available years, 1940 - 2017.

Details

The most current fire perimeter data available through this function is up through 2017. The data is pulled from SNAP via Amazon Web Services. It is downloaded and imported from a ~21 MB rds file as a SpatialPolygonsDataFrame. For slow connections, please allow time for download. Subsetting years does not affect this because the full file is imported and any subsetting is done subsequently.

Value

a SpatialPolygonsDataFrame

Examples

1
## Not run: x <- fire_perimiters()

leonawicz/alfresco documentation built on May 6, 2019, 4:59 p.m.