Baselight

Irish Weather (hourly Data)

Weather data taken at hourly intervals from Irish weather stations (1989-2018)

@kaggle.conorrot_irish_weather_hourly_data

Loading...
Loading...

About this Dataset

Irish Weather (hourly Data)

Context

This dataset contains hourly weather data for a number of regions across Ireland.

Content

This dataset contains data from 25 stations across 15 counties in Ireland. Hourly data is available for these weather stations from the start of their record keeping until the end of 2018. All data was sourced from the Irish meteorological service - Met Eireann.

Acknowledgements

These data were obtained from the Met Eireann website.

Copyright Met Éireann

Met Éireann does not accept any liability whatsoever for any error or omission in the data, their availability, or for any loss or damage arising from their use.

Inspiration

Could be used in conjunction with other datasets such as Dublin bike usage from James Lawlor.

Tables

Hrly Irish Weather

@kaggle.conorrot_irish_weather_hourly_data.hrly_irish_weather
  • 78.15 MB
  • 4660423 rows
  • 18 columns
Loading...

CREATE TABLE hrly_irish_weather (
  "county" VARCHAR,
  "station" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "date" TIMESTAMP,
  "rain" VARCHAR,
  "temp" VARCHAR,
  "wetb" VARCHAR,
  "dewpt" VARCHAR,
  "vappr" VARCHAR,
  "rhum" VARCHAR,
  "msl" VARCHAR,
  "wdsp" VARCHAR,
  "wddir" VARCHAR,
  "sun" VARCHAR,
  "vis" VARCHAR,
  "clht" VARCHAR,
  "clamt" VARCHAR
);