问题标签 [wunderground]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - API 与 Photoshop 的集成
我对通过 Javascript 编写 Photoshop 脚本有一个基本概念。
我想在我的 Photoshop 脚本中使用来自http://www.wunderground.com (Api) 的数据。
但不知道如何请求(访问)这些数据。
weather-api - OpenWeatherMap API 与 Wunderground API?
比较可用的天气 API,我看不到很多可用信息。OpenWeatherMap 和 Wunderground 有什么区别。我看到 Wunderground 的付费版本有一些更高的层级和更多的功能,但 OpenWeatherMap 的免费层级允许大量使用。
是否存在不明显的实现权衡?
json - 使用 json 在 Swift 中预测 wunderground api
我正在尝试从 Wunderground API 获取每小时预报,但我的代码返回此错误。我对来自 Wunderground API 的研究项目的一天中特定小时的预测湿度感兴趣。
此代码在http://api.wunderground.com/api/0c5ad177d8c2e097/conditions/q/CA/San_Francisco.json上完美运行, 但我需要添加什么才能获得不同时间的湿度。
我正在尝试获取图标的信息,我知道这取决于我需要添加的小时数或其他值才能获得特定的“图标”。
让 urlAsString “ http://api.wunderground.com/api/0c5ad177d8c2e097/forecast/q/CA/San_Francisco.json ”
错误是“操作无法完成。(NSURLErrorDomain 错误 -1001。)致命错误:在展开可选值时意外发现 nil(lldb)“</p>
和“线程 10:EXC_BREAKPOINT (code=EXC_ARM_BREAKPOINT,subcode=0xe7ffdefe)”</p>
wunderground - Wunderground API - 历史预测?
有没有办法从 wunderground API 获取历史预测?例如,从过去的任意日期找出预测的高温 5 天?
ruby-on-rails - Ruby on Rails: Getting Form Input to Model
I'm still learning more about Rails and I'm starting to play around with APIs, but I can't seem to figure out how to get an input from a form to the Model.
I want to take the User input (in the form of a zip code) and have it spit out the weather info at that user location.
Form on home.html.erb
Controller pages_controller.rb
Model weather_lookup.rb
I'm not exactly sure how to get the input from the form to the model. This is literally just to show the weather. I'm not trying to save anything in a database
python - 如何解释重复的每小时记录 - Wunderground API
具体历史查询:http ://api.wunderground.com/api/MY_API_KEY/history_20131231/geolookup/q/Beijing/Beijing.json
我得到给定小时的定期重复数据。例如,在 2014 年 1 月 1 日下午 2:00,将有两行具有不同的数据,例如:
我认为这不是我的代码的问题,而是 api 的问题。我该如何解释?无论如何,这是我的代码:
c# - 解析来自 Wunderground 的 JSON 预测数据
我正在查询 Wunderground 服务以获取 10 天的预测,我需要解析数据。通过使用像Json2Sharp这样的类创建器然后访问 RootObject 的方法可以工作,但不是可取的。我需要的是一个简单的令牌解析,但是,我不明白如何处理复杂的 JSON 结构。例如,如何从这样的嵌套响应中提取工作日和温度(使用 C#):
javascript - 循环内的 API 请求有问题
我遇到了大麻烦,我不明白为什么这件事不起作用。我需要为数组的每个值发出 API 请求,如果我在控制台 javascript 中查看请求,但我需要纬度和请求中的经度值。问题是在 API 请求之外我有 4 个值(数组的每个元素 2 个纬度和经度),而在 API 请求中我只找到最后两个纬度和经度,为什么?似乎真的没有意义,我不知道问题可能出在哪里。这是代码
API_WU 是我的私有 API 密钥,但由于它是非商业用途,任何人都可以从网站上获得。希望我的问题很清楚,因为这是一个很难解释的问题 :) 在此先感谢。
swift - 在 Swift 中使用 Wunderground API
我当前的项目需要能够显示天气预报,我决定使用 Wunderground。因为使用 API 对我来说是完全未知的领域,所以我有一个由两部分组成的问题。从中检索数据的最佳方法是什么,据我所知有很多,Wunderground 可以使用坐标吗?这是我的想法:http ://api.wunderground.com/api/56968011acc3e3eb/conditions/q/+35.70206910,+139.77532690.json
swift - 在 Wunderground API 中访问值
我正在尝试将 Wunderground 整合到我当前的项目中。我看过几个 api 教程,但我似乎无法弄清楚如何访问 API 的某个部分。例如,这是 API 的样子:
假设我只想从 API 返回小时。我该怎么做?