filter_stations {GHCNr}R Documentation

Spatial Filtering of Stations

Description

Spatial Filtering of Stations

Usage

filter_stations(stations, roi)

Arguments

stations

the table with station data. See stations().

roi

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

Value

Table with filtered stations.

Examples

## Not run: 
inventory <- stations()
roi <- get_country("ITA")
s <- filter_stations(inventory, roi)

## End(Not run)

[Package GHCNr version 0.8.0 Index]