Learn R Programming

GHCNr (version 1.4.6)

filter_stations: Spatial Filtering of Stations

Description

Spatial Filtering of Stations

Usage

filter_stations(stations, roi)

Value

Table with filtered stations.

Arguments

stations,

the table with station data. See stations().

roi,

the geometry of the region of interest. See get_country().

Examples

Run this code
if (FALSE) {
inventory <- stations()
roi <- get_country("ITA")
s <- filter_stations(inventory, roi)
}

Run the code above in your browser using DataLab