From b59c18a85cb78d8c5f8b8e7507adde6f1cdfea2a Mon Sep 17 00:00:00 2001 From: kvink90 <83647349+kvink90@users.noreply.github.com> Date: Tue, 4 May 2021 16:23:25 +0200 Subject: [PATCH] Update example.R Update wmo_066810 (St.Gallen) to wmo_037720 (London Heathrow), because the Swiss weather stations have issue with the wmo identification system. --- example.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.R b/example.R index e368ce2..2c89d27 100755 --- a/example.R +++ b/example.R @@ -133,7 +133,7 @@ enddate = ISOdatetime(year = as.integer(strftime(today(),'%Y')), interval <- "PT3H" parameters = "t_2m:C,relative_humidity_2m:p" -station <- "wmo_066810" +station <- "wmo_037720" timeseries_station_id(startdate, enddate, interval, parameters, station)