Module meteo_helper

meteo_helper.meteo(lat, lon, begin, end, model)

Return historical meteo.

For more info please check : https://open-meteo.com/en/docs/historical-weather-api

Parameters:
  • lat (decimal degree latitude)

  • lon (decimal degree longitude)

  • begin (start date YYYY-MM-DD)

  • end (end date YYYY-MM-DD)

  • model (era5, era5_land, cerra, best_match)

  • e.g. (meteo(-12.630328, 45.151617, '2022-09-11', '2022-09-11', 'best_match'))