You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Italian Forecast Climate Indicators Dataset

Dataset Description

This dataset contains a filtered and processed selection of monthly climate indicators retrieved from the European Commission Joint Research Centre (JRC):

The released version of the dataset has been simplified for downstream use:

  • the original YEAR and MONTH fields were merged into a single date column

  • the dataset fields are now date, CDD, and HDD

  • Geographical Coverage: Italy

  • Temporal Coverage: 1978-01-01 to 2024-07-01

  • Frequency: Monthly

  • Data Type: Tabular time-series


Dataset Structure

The dataset is distributed as an Excel file and can be easily exported to CSV or parquet.

Columns

  • date: Monthly timestamp in YYYY-MM-DD format, using the first day of each month
  • CDD: Cooling Degree Days
  • HDD: Heating Degree Days

Notes on Indicators

  • Cooling Degree Days (CDD) measure how much and for how long temperature is above a base threshold.
  • Heating Degree Days (HDD) measure how much and for how long temperature is below a base threshold.

Preprocessing

The dataset was transformed as follows:

  1. Removed the original split temporal representation (YEAR, MONTH)
  2. Created a single monthly datetime field named date
  3. Kept the climate indicators CDD and HDD

This makes the dataset easier to load in machine learning and forecasting pipelines.


Intended Use

This dataset is suitable for:

  • climate-aware agricultural modeling
  • seasonal and long-range forecasting
  • energy demand estimation
  • time-series benchmarking
  • climate trend analysis

Limitations

  • Monthly aggregation does not capture day-level variability
  • The dataset only contains two derived climate indicators (CDD and HDD)

Downloads last month
4