腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(610)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
Wunderground
显示每小时的温度 <script> url : "http://api.
wunderground
.com
浏览 4
修改于2015-09-18
得票数 0
1
回答
Wunderground
php $json_string = file_get_contents("http://api.
wunderground
.com/api/9fca46f2c0517556/geolookup/conditions
浏览 4
修改于2015-11-10
得票数 0
回答已采纳
4
回答
OpenWeatherMap API与
Wunderground
?
我看不出有多少信息可以用来比较现有的气象API。OpenWeatherMap和What的区别是什么?我看到付费版本的with有一些更高层次的功能,但是OpenWeatherMap的免费层允许大量的使用。
浏览 8
修改于2016-03-11
得票数 7
回答已采纳
2
回答
Wunderground
-历史预测?
有没有办法从
wunderground
API中获取历史预测?例如,从过去的任意日期找出预测的5天高温?
浏览 0
提问于2015-03-03
得票数 0
2
回答
JSoup与
Wunderground
数据
我目前正在从
wunderground
抓取花粉数据,因为他们的API访问器不提供花粉数据,特别是归因于每天的值。 我已经使用Chrome工具导航了HTML,并找到了我想要的具体行。doc = Jsoup.connect("http://www.
wunderground
.com/DisplayPollen.asp?
浏览 10
修改于2014-05-14
得票数 0
回答已采纳
3
回答
Wunderground
api搜索栏
我现在正在写一个搜索天气的程序。我正在尝试创建一个选项,你可以搜索你的位置,但它似乎不起作用。 import json location = input('location you would like to know the weather for') url = 'http://python-weather-api.googlecode.com/svn/trunk/ py
浏览 0
修改于2016-01-25
得票数 1
1
回答
Wunderground
中的访问A值
我正在尝试将
Wunderground
纳入我目前的项目中。我看过几个API教程,但我似乎不知道如何访问api的某个部分。例如,这就是API看起来的样子: "response": { "termsofService":"http://www.
wunderground
.com
浏览 2
提问于2015-08-11
得票数 1
回答已采纳
1
回答
在Swift中使用
Wunderground
我目前的项目需要能够显示天气预报,我已经决定使用W地下。因为使用API对我来说是完全未知的领域,我有一个两部分的问题。从其中检索数据的最佳方法是什么,据我所知,有相当多的数据,并且可以使用坐标吗?这就是我想要的想法:
浏览 1
提问于2015-07-23
得票数 0
回答已采纳
2
回答
使用java和
wunderground
获取天气数据
我使用下面的java从
wunderground
.com获取数据 import de.mbenning.weather.
wunderground
.api.domain.DataSet;import de.mbenning.weather.
wunderground
.api.domain.WeatherStati
浏览 2
提问于2013-11-24
得票数 1
回答已采纳
1
回答
检索
wunderground
的正确.json
def weatherSearch(): r = requests.get("http://api.
wunderground
.com
浏览 2
提问于2016-09-28
得票数 0
1
回答
连接
wunderground
API时出错
下面的表格显示了风速:我的代码非常简单:我首先加载头文件deflate, br', 'origin': 'https:
浏览 4
修改于2020-02-06
得票数 0
1
回答
来自
Wunderground
API的hourly_forecast
我正在尝试为一个研究项目从
Wunderground
中获取一天中特定时间的每小时预测温度: }我是这样得到JSON的: url : "http://api.
wunderground
.com
浏览 0
修改于2014-06-07
得票数 2
回答已采纳
1
回答
从
wunderground
访问json数据?
loadWeather() { let response = await fetch(`http://api.
wunderground
.com以下是响应json的部分输出: "response": { "termsofService": "http:/
浏览 0
修改于2017-07-05
得票数 0
2
回答
Python
Wunderground
raw_input数据
> 28): elif (m in[4, 6, 9, 11] and d > 30): print ("Getting data for ") + timestamp url = "http://www.
wunderground
.com
浏览 0
修改于2016-10-27
得票数 0
2
回答
解析
Wunderground
中的HTML数据
下面是我的脚本示例:from BeautifulSoup import BeautifulSoup url = "http://www.
wunderground
.com/
浏览 4
修改于2012-02-09
得票数 2
回答已采纳
1
回答
Python历史天气数据API:
wunderground
有人能帮个忙吗:def get_precip(gooddate): urlstart = 'http://api.
wunderground
.com/api/INSERT_KEY_HERE
浏览 4
修改于2020-03-03
得票数 0
1
回答
将cURL与
wunderground
api结合使用
嘿,我在使用cURL (我不能使用file_get_contents,因为我的网络主机不允许它)来访问
wunderground
weather api的部分内容时遇到了一些问题。$json_url = 'http://api.
wunderground
.com/api/b2b4a1ad0a889006/geolookup/conditions // jSON String
浏览 2
修改于2013-05-20
得票数 0
1
回答
Wunderground
得到逐时预测返回误差。- Python
我正在尝试从
Wunderground
中得到每小时的预测,但是我的代码返回了这个错误。
浏览 4
修改于2012-05-13
得票数 0
回答已采纳
2
回答
Python 3.3.2 -正在尝试从
wunderground
读取url
我只是简单地尝试从
wunderground
运行一个api查找,而我无法通过我在python中的错误。') fileName = "http://api.
wunderground
.com/api/" + key + "/geolookup/conditions/q/PA/" + zip + ".json
浏览 1
修改于2015-07-05
得票数 3
1
回答
访问
Wunderground
“每日摘要”部分的问题
我有一组函数,创建这些函数是为了从
Wunderground
中检索数据。但是,由于“每日摘要”部分以某种方式包含在数组中,所以我不知道如何访问它。
浏览 2
提问于2015-08-13
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券