View source: R/station-polygon.R View source: R/station-polygon (Cópia em conflito de statverse 2020-12-05).R
extract_poly | R Documentation |
Extract the watershed polygon from a ONS station
extract_poly( station = info_station()[["posto"]], save = FALSE, prefix = "poligono-posto-", dest_dir = "output" )
station |
scalar integer, the station id ('posto') |
save |
logical, default is FALSE |
prefix |
character, prefix to include in the name of RDS file. An example is 'poligono-posto-'. The station id will be appended to this prefix followed by '.RDS'. |
dest_dir |
character, path to save the RDS file. Default is 'output'. |
object of class sf
.
Other station polygon functions:
prep_poly_posto()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.