From 905d9148ed2b530634099797388d282cea0a522c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 11 Dec 2022 12:17:07 +0100 Subject: db-iris: prefer EVA rather than DS100 to identify stations DS100 is not always available, for some reasons --- bin/db-iris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/db-iris b/bin/db-iris index f45996e..2b6025d 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -239,7 +239,7 @@ sub get_station { exit(1); } elsif ( @stations == 1 ) { - return $stations[0][0]; + return $stations[0][2]; } else { say STDERR "The input '$input_name' is ambiguous. Please choose one " -- cgit v1.2.3