selectAWSstations: Select Automatic Weather Stations

View source: R/selectAWSstations.R

selectAWSstationsR Documentation

Select Automatic Weather Stations

Description

Select automatic weather stations of INMET based on sf object.

Usage

selectAWSstations(aoi, as_sf = FALSE)

Arguments

aoi

sf object. Area of interest.

as_sf

logical. Inmet stations inventory result should be export as sf object. Default = FALSE.

Value

a vector or sf object with station located at area of interest (aoi)

Examples

## Not run: 

es = geobr::read_municipality(code_muni = "ES")

esStations = selectStations(aoi = es, as_sf = F); es



## End(Not run)

BrazilMet documentation built on June 8, 2025, 11 a.m.