filter_stations | R Documentation |
Spatial Filtering of Stations
filter_stations(stations, roi)
stations |
the table with station data. See |
roi |
the geometry of the region of interest. See |
Table with filtered stations.
## Not run:
inventory <- stations()
roi <- get_country("ITA")
s <- filter_stations(inventory, roi)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.