列举 NOAA 的天气状况吗?

发布于 2024-09-27 12:33:52 字数 936 浏览 0 评论 0原文

我正在尝试使用 NOAA API 进行当前天气状况观测,但不知道是否有它们可以生成的所有可能天气状况的枚举列表。

举个例子,如果我使用 Yahoo 的 API(使用苹果总部附近的 woeid 作为示例)和 URl:

http://weather.yahooapis.com/forecastrss?w=12797509

它返回带有条件标记的数据,其中包含:

<yweather:condition  text="Fair"  code="34"  temp="87"  date="Wed, 13 Oct 2010 1:56 pm PDT" />

从此我还可以使用 雅虎!天气 RSS Feed#codes

但相比之下,如果我使用 NOAA 提要并应用 KNUQ 最近的气象站(作为猜测),使用:

http://www.weather.gov/xml/current_obs/KNUQ.xml

我用一个标签返回数据,该标签仅包含

<weather>Fair</weather>

所以我正在寻找的是查看是否有内容的枚举标签。我在 NOAA 网站上找不到它,但如果我找错了位置,我也不会感到惊讶。

I am trying to use the NOAA API for current weather conditions observations and don't know if there is an enumerated list of all the possible weather conditions that they can generate.

As an example if I use Yahoo's API (using a woeid near Apples Headquarters as an example) with the URl:

http://weather.yahooapis.com/forecastrss?w=12797509

It returns data with a condition tag containing:

<yweather:condition  text="Fair"  code="34"  temp="87"  date="Wed, 13 Oct 2010 1:56 pm PDT" />

From this I can also programmatically map the code of 34 to "Fair" using the API documentation at Yahoo! Weather RSS Feed#codes

But in comparison if I use the NOAA feed and apply the closest weather station of KNUQ (as a guess) using:

http://www.weather.gov/xml/current_obs/KNUQ.xml

I get back data with a tag that simply contains

<weather>Fair</weather>

So what I am looking for is to see if there is an enumeration of the contents of the <weather> tag. I haven't been able to find it on the NOAA site, but I wouldn't be surprised if I am looking in the wrong location.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

琴流音 2024-10-04 12:33:53

可能的天气“短语”及其相关图标的列表位于此处

天气状况

列出的可能的天气条件
NWS XML 的“天气”部分
当前天气状况的提要。
列出了条件和建议
图标。

The list of possible weather "phrases" and their associated icons is located here.

Weather Conditions

Possible weather conditions listed in
the "weather" section of the NWS XML
Feeds of Current Weather Conditions.
Conditions are listed with suggested
icons.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文