filter_stations: Spatial Filtering of Stations

View source: R/stations.R

filter_stationsR 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)

GHCNr documentation built on April 3, 2025, 11:16 p.m.