powered by
Spatial Filtering of Stations
filter_stations(stations, roi)
Table with filtered stations.
the table with station data. See stations().
stations()
the geometry of the region of interest. See get_country().
get_country()
if (FALSE) { inventory <- stations() roi <- get_country("ITA") s <- filter_stations(inventory, roi) }
Run the code above in your browser using DataLab