⛅ Cambridge Monthly Weather Data 1959-2023
收藏www.kaggle.com2023-12-31 更新2025-01-09 收录
下载链接:
https://www.kaggle.com/peterhu2022/cambridge-monthly-weather-data-1959-2023
下载链接
链接失效反馈官方服务:
资源简介:
## Data Source
Data Source : [UK GOV](https://www.metoffice.gov.uk/pub/data/weather/uk/climate/stationdata/cambridgedata.txt)
Sunshine data taken from a Campbell Stokes recorder.
(no more from an automatic Kipp & Zonen sensor marked with a #)
## Content
**Place:** Cambridge.
**Location:** 543500E 260600N, Lat 52.245 Lon 0.102.
**Height above mean sea level:** 26 metres.
## Columns
- `year`: Date in format YYYY.
- `month`: Date in format MM.
- `tmax`: Maximum temperature of the day in °C.
- `tmin`: Minimum temperature of the day in °C.
- `af`: Numbers of air frost days in a month.
- `rain`: Rainfall in millimeters.
- `sun_hr`: Sun hours in hours.
## Missing Value
Missing values are marked as `-1`.
## Data Processing
- Process RAW data (plain text) to csv format.
- Original data is marked with a * after the value indicating Estimated.
- -> Symbol * has been removed and treated as normal value.
- Missing data (more than 2 days missing in month) is marked by ---.
- -> This is marked as -1, indicating missing value
数据源:
数据来源:[英国气象局](https://www.metoffice.gov.uk/pub/data/weather/uk/climate/stationdata/cambridgedata.txt)
阳光数据由Campbell Stokes记录仪采集。
(自动Kipp & Zonen传感器采集的数据已标记为#,并停止采集)
## 内容
**地点:** 剑桥。
**位置:** 543500E 260600N,纬度 52.245,经度 0.102。
**海拔高度:** 海拔26米。
## 列表
- `year`:日期,格式为YYYY。
- `month`:日期,格式为MM。
- `tmax`:日最高温度,单位为摄氏度。
- `tmin`:日最低温度,单位为摄氏度。
- `af`:一个月中空气霜冻的天数。
- `rain`:降雨量,单位为毫米。
- `sun_hr`:日照时数,单位为小时。
## 缺失值
缺失值以`-1`标记。
## 数据处理
- 将原始的文本数据(RAW data)转换为csv格式。
- 原始数据中,带有*的值表示估计值。
- -> 已移除*符号,并作为正常值处理。
- 一个月内缺失数据(超过2天)以`---`标记。
- -> 此类数据标记为`-1`,表示缺失值。
提供机构:
Kaggle



