View source: R/selectAWSstations.R
selectAWSstations | R Documentation |
Select automatic weather stations of INMET based on sf object.
selectAWSstations(aoi, as_sf = FALSE)
aoi |
sf object. Area of interest. |
as_sf |
logical. Inmet stations inventory result should be export as sf object. Default = FALSE. |
a vector or sf object with station located at area of interest (aoi)
## Not run:
es = geobr::read_municipality(code_muni = "ES")
esStations = selectStations(aoi = es, as_sf = F); es
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.