Obs | China weather observations
數據下載 (方法) 僅供學術研究及教學用途
中国天气网
中国天气网(www.weather.com.cn)是公益性气象服务门户网站,是中国气象局公众气象服务权威品牌“中国天气”的重要载体和组成部分,由中国气象局公共气象服务中心主办、华风气象传媒集团负责运营,于2008年7月正式上线运行。
city list
- 3240 in total
1 |
|
- convert this json to csv by online tool.
- rename
1 |
|
get your IP
- check or get your IP address
▶
ip.sh
1 |
|
1 |
|
get data (5 mins interval/实时天气)
▶
curl-data.sh
1 |
|
▶
output.json
1 |
|
convert json to csv
▶
convert_json2csv.py
1 |
|
▶
run.sh
1 |
|
1 |
|
get data (逐小时天气)
天气预报-变量名
WeatherCode
WeatherCode | Weather | |
---|---|---|
00 | 晴 | |
01 | 多云 | |
02 | 阴 | |
03 | 阵雨 | |
04 | 雷阵雨 | |
05 | 雷阵雨伴有冰雹 | |
06 | 雨夹雪 | |
07 | 小雨 | |
08 | 中雨 | |
09 | 大雨 | |
10 | 暴雨 | |
11 | 大暴雨 | |
12 | 特大暴雨 | |
13 | 阵雪 | |
14 | 小雪 | |
15 | 中雪 | |
16 | 大雪 | |
17 | 暴雪 | |
18 | 雾 | |
19 | 冻雨 | |
20 | 沙尘暴 | |
21 | 小雨-中雨 | |
22 | 中雨-大雨 | |
23 | 大雨-暴雨 | |
24 | 暴雨-大暴雨 | |
25 | 大暴雨-特大暴雨 | |
26 | 小雪-中雪 | |
27 | 中雪-大雪 | |
28 | 大雪-暴雪 | |
29 | 浮尘 | |
30 | 扬沙 | |
31 | 强沙尘暴 | |
32 | 霾 |
Error: "ASCII text, with CRLF line terminators,"
If your CSV file is identified as "ASCII text, with CRLF line terminators," it means it uses Windows-style line endings (\r\n
). To convert it to Unix-style line endings (\n
), you can use various tools available in Linux. Here are a few methods:
1 |
|
Method 1: Using sed
You can also use sed
to remove the carriage return characters:
1 |
|
Method 2: Using awk
You can also use awk
:
1 |
|
Block IP?
Obs | China weather observations
https://waipangsze.github.io/2025/08/01/Obs-China-weather-observations/