powered by
Gets the toponym where a meteorological station is located
WhereIs(name, station_names, location)
the location toponym given the vectors of station IDs and the respective location toponyms
character ID of the station
vector containing the IDs (characters) of the considered meteorological stations. An example is STATION_NAMES defined in the trentino dataset.
STATION_NAMES
trentino
vector containing the toponyms. An example is LOCATION defined in the trentino dataset.
LOCATION
Emanuele Cordano, Emanuele Eccel
data(trentino) WhereIs("T0099",station_names=STATION_NAMES,location=LOCATION)
Run the code above in your browser using DataLab