lmoncla/agri4cast-meteorological-data-europe-2014-2024
收藏Hugging Face2026-01-12 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/lmoncla/agri4cast-meteorological-data-europe-2014-2024
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc-by-4.0
language:
- en
tags:
- weather
- climate
- agriculture
- france
- jrc
- agri4cast
pretty_name: AGRI4CAST Meteorological Data - Europe (2014-2024)
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: NUTS_ID
dtype: string
- name: LEVL_CODE
dtype: int8
- name: DATE
dtype: timestamp[ns]
- name: LATITUDE
dtype: float32
- name: LONGITUDE
dtype: float32
- name: TEMPERATURE_AVG
dtype: float32
- name: PRECIPITATION
dtype: float32
- name: RADIATION
dtype: float32
splits:
- name: train
num_bytes: 1240195919
num_examples: 32529729
download_size: 137713887
dataset_size: 1240195919
---
# AGRI4CAST European Gridded Meteorological Data (25km Grid, 2014-2024)
## Dataset Description
This dataset provides **gridded daily agro-meteorological data** at a **25 km resolution**, covering the entire **European continent**. The data is derived from the European Commission's Joint Research Centre (JRC) AGRI4CAST portal.
The dataset spans from **2014 to 2024**, offering a consistent time series of essential climate variables formatted for agricultural modeling, environmental research, and machine learning applications.
## Usage
You can easily load this dataset using the Hugging Face `datasets` library:
```python
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("lmoncla/agri4cast-meteorological-data-europe-2014-2024", split="train")
# Convert to a Pandas DataFrame for analysis
df = dataset.to_pandas()
# Display the first few rows
print(df.head())
```
## Dataset Structure
### Data Fields
The dataset consists of the following variables:
- **Mean Air Temperature:** Daily mean temperature, measured in degrees Celsius (°C).
- **Sum of Precipitation:** Total daily precipitation, measured in millimeters per day (mm/day).
- **Total Global Radiation:** Total daily global radiation, measured in kilojoules per square meter per day (KJ/m²/day).
### Temporal & Spatial Specifications
- **Temporal Resolution:** Daily.
- **Time Range:** 2014 – 2024.
- **Spatial Resolution:** 25 km × 25 km grid cells.
- **Geographic Coverage:** Europe (JRC AGRI4CAST extent).

*Figure 1: Map showing the 25 km grid cells coverage for Europe.*
## Licensing and Attribution
This dataset is distributed under the **Creative Commons Attribution 4.0 International (CC BY 4.0)** license.
### Citation
> Meteorological data provided by the European Commission, Joint Research Centre (JRC). Available at: https://agri4cast.jrc.ec.europa.eu/
## Disclaimer
The original data was downloaded from the AGRI4CAST portal. This dataset is not affiliated with or officially endorsed by the European Commission. The redistribution of this data is done for accessibility purposes under the open data policy of the European Commission.
提供机构:
lmoncla



