Translations:Dimensionner la récupération d'eau de pluie pour être autonome/85/en

  1. Use values entered by user as x and y variables to find the closest meteorological station

station_proche = station_la_plus_proche(x_input, y_input, stations) print("The closest meteorological station is :", station_proche['Nom'])