fmi_lightnings: FMI Lightnings Data

Description Usage Arguments Details Value See Also

View source: R/api.R

Description

Get data on lightning strikes within a given time frame.

Usage

1
fmi_lightnings(start, end, bbox, crs = NULL)

Arguments

start

Character start date "YYYY-MM-DD" for the query.

end

Character end date "YYYY-MM-DD" for the query.

bbox

Extent object defining the bounding box for the query.

crs

CRS object used to project the results from EPSG:4326 (optional).

Details

Thin wrapper around FMIWFSClient$getLightningStrikes(). Accessing the FMIWFSClient is done through the .session environment and the associated functions.

Value

SpatialPointsDataFrame object. The attribute table of the returned object contain the following fields:

See Also

FMIWFSClient


rOpenGov/fmi documentation built on Sept. 11, 2019, 11:29 a.m.