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 |
roi |
the geometry of the region of interest. See |
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 1.4.5 Index]