Get the daily weather forecast for a Spanish municipality. Args: municipality_code: AEMET municipality code (e.g., "28079" for Madrid)
Obtain specific weather data for a weather station. Args: station_id: Station identifier (e.g., "8416Y" for Valencia))
Get a list of all available weather stations.
Obtain historical meteorological data for a specific station. Args: station_id: Identifier of the station (e.g. "3195" for Madrid Retiro) start_date: Start date in format YYYYY-MM-DD end_date: End date in format YYYYY-MM-DD
Retrieve monthly climatological data for a specific weather station. Args: station_id: Weather station identifier (e.g....
Resolve the exact name and code of a beach from a partial name or code. Args: beach_name_or_code: Beach name or code. Returns: Correct beach name and its BEACH_ID, or a list of matches/suggestions.
Query information on beaches or UV index from AEMET. Args: name_or_code: Partial or full name of the beach, or its BEACH_ID. Also accepts 'list' or 'list:<province>'....
Your AEMET API key