Tool to get hourly meteo data from the Spanish National Meteorology Agency weather stations.
This is a rewrite in Python to of my original shell script to get the hourly data from the spanish AEMET automatic weather stations.
Herramienta para obtener los datos de las estaciones metereologicas automáticas de la AEMET
Reescritura en Python de mi herramienta original en shell script
- station.id: List of all AEMET stations in format [province];[station_id];[station_location] as of commit date
- geo.id: List of all AEMET stations, in format [province];[station_id];[station_location];[geo_location] as of commit date, hand-checked and corrected
- aemet-get.py: See below
- aemet-get-geo.py: Same, but with the geodata as the same 4th field in the CSV
./aemet-get.py {number of most recent values to be retrieved}
Implement a way to get data only from one or a subset of stations.
Implement external configuration file