python使用openweathermap API获取全世界主要城市天气信息

Posted Data+Science+Insight

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python使用openweathermap API获取全世界主要城市天气信息相关的知识,希望对你有一定的参考价值。

python使用openweathermap API获取全世界主要城市天气信息

 

官方网址:

http://www.openweathermap.org/api

注意:使用gmail注册成功,然后到gmail查看邮件就有API码了

使用国内的邮件系统注册,有时候无法成功;

 

 

1. Current weather data   当前天气的数据

2. 5 and 16 day forecast   5到16天的天气预报

3. Historical data              以往的天气信息

4. Weather stations          气象站点

5. Weather map layers      详细的气象信息

#

# Python program to find current 
# weather details of any city 
# using openweathermap api 

# import required modules 
import requests, json 

# Enter your API key here 
api_key = "Your_API_Key"

# base_url variable to store url 
base_url 

以上是关于python使用openweathermap API获取全世界主要城市天气信息的主要内容,如果未能解决你的问题,请参考以下文章

python openweathermapの结果をファイル保存

使用 getJSON 从 openweathermap.org 获取数据

Openweathermap 不适用于某些国家/地区?

从 openweathermAp 使用 RESTful Web 服务的问题?

使用 OpenWeatherMap API 会出现 401 错误

如何显示openweathermap天气图标