【问题标题】:How can i implement weather map as Weather Channel App?我如何将天气图实现为天气频道应用程序?
【发布时间】:2013-02-26 06:28:32
【问题描述】:

我正在为天气图雷达实施HAMweather's Aeris API。它不像天气频道应用程序那样显示天气。它在控制台中给了我结果

  2013-03-11 11:54:58.298 C2S[1487:c07] [AerisEngine] Account does not have access to tile overlay for code {radar}.
  2013-03-11 11:54:59.666 C2S[1487:c07] [AerisEngine] API response received, used cache: NO

谁能帮帮我?

天气频道应用显示天气,如下图所示:

Aeris 只给了我这张地图:

【问题讨论】:

    标签: iphone objective-c ios4 map xcode4


    【解决方案1】:

    你在这里描述了几个问题。

    1)

    您显然没有正确的访问权限来显示数据(“帐户无权访问代码的图块叠加层”错误)。

    2)

    Aeris / HAMweather is not the same thing as the Weather Channel

    3)

    Weather Channel has their own API。访问“低至每月 20 美元”。我的研究还不够深入,无法发现他们是否有 iOS api。你能负担得起每月 20 美元吗?

    【讨论】:

    • 是的 Michael Dautermaan 我创建了 Aris api 的免费密钥,我认为它不会让我完全访问此功能,因此它会给我错误。是的,我知道 aris 与天气频道不同。但是您能否提供正确的方法来实现它而无需任何成本
    • Another option is to try to make use of Weather Underground's API's。开始使用是免费的,但看起来所有这些 API 的共同点是您必须支付 something 才能在生产应用程序中使用它们。对我来说,每月 20 美元的费用是合理的(用于提供进入这些地图的数据的工程量和工作量)。对你来说合理吗?只有这样,您才能获得一张与天气频道相当接近的地图。
    • michael 我如何在 iPhone 中实现它..我可以把这个 url 放在 Web 视图或其他...wunderground.com/wundermap/?sat=1我得到这个 url
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2013-03-26
    • 1970-01-01
    • 1970-01-01
    • 2014-02-23
    • 2011-08-27
    • 2012-07-11
    • 2013-07-06
    相关资源
    最近更新 更多