File size: 1,299 Bytes
bb0776a
 
5b9ba53
d5301c7
d6f4684
 
d5301c7
 
 
 
 
 
 
 
 
bb0776a
 
4398b2f
3ca7d51
ce5043d
 
 
 
aec6e4f
 
 
 
 
5b9ba53
0d4b2fe
0a6e325
 
d5301c7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
configs:
- config_name: normalized_dataset
  data_files: dataset_normalized.parquet
- config_name: original_dataset
  data_files: dataset.parquet
task_categories:
- time-series-forecasting
language:
- fr
- en
tags:
- temperature
size_categories:
- 100M<n<1B
---

## This dataset offers hourly temperature records from all France metropolitan and overseas weather stations from 1777 to March 12, 2024

The data comes from the Météo France database, made available as open source since January 1, 2024

|Features     | Description                                                                    |
|-------------|--------------------------------------------------------------------------------|
| LAT         | Latitude, negative south (in degrees and millionths of degree)                 |
| LON         | Longitude, negative west of GREENWICH (in degrees and millionths of a degree)  |
| ALTI        | Altitude of the base of the shelter or rain gauge (in mm)                      |
| AAAAMMJJHH  | Date of measurement (year, month, day and time)                                |
| T           | Instant temperature under cover (in °C and 1/10)                               |
---

Two files are available:
- the original dataset
- the normalized dataset (with basic Min-Max normalization)