La-matrice's picture
Update README.md
713d065 verified
---
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)