Description Usage Arguments Details Value Examples
Obtain Alaska Fire Service historical Alaska fire perimeter data.
1 | fire_perimeters(years = 1940:2017)
|
years |
numeric vector, defaults to all available years, 1940 - 2017. |
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.
a SpatialPolygonsDataFrame
1 | ## Not run: x <- fire_perimiters()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.