GitXplorerGitXplorer
k

aemet-hourly-data

public
0 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
f956bf6a50c21dcf5b783d33d3f7867b21818fd9

Manejo de errores cuando no se encuentra la URL del CSV, eliminar estaciones retiradas de la lista

committed 8 years ago
Unverified
ff693e143df3bf81fa9fd6c3a541c36d0689238c

Fixing condition that caused the script to exit graceless when an URL could not be retrieved

committed 8 years ago
Unverified
babdb8186d07007fd06bb95df4cfcfcc5190150b

added logstash-aemet.conf file to read input into elasticserach via logstash

kkerk1v committed 8 years ago
Unverified
e7e4ec0a3fcecb08d236b758916056cde1043439

Update README.md

committed 8 years ago
Unverified
81c08582d59a598cf9219b1a0a334549c12acc08

More info in README

kkerk1v committed 8 years ago
Unverified
8d7f7209e6ae9dc65ea3d2dc3f858d863c066ee6

More info in README

kkerk1v committed 8 years ago

README

The README file for this repository.

aemet-hourly-data

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

Files:

  • 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

Usage

./aemet-get.py {number of most recent values to be retrieved}

TO-DO

Implement a way to get data only from one or a subset of stations.

TO-DO one day:

Implement external configuration file