gpt4 book ai didi

yql - 雅虎 YQL : find city WOEID by coordinates

转载 作者:行者123 更新时间:2023-12-04 16:54:46 25 4
gpt4 key购买 nike

如果我使用 YQL 知道城市的纬度和经度,如何获得城市的 WOEID?

最佳答案

对于那些仍然试图通过坐标查找 WOEID 的人来说,其他答案现在已经过时了。使用 geo.placefinder数据表查找经纬度,返回结果中会出现WOEID。

通过 YQL:

SELECT * FROM geo.placefinder WHERE text="{$seedLat}, {$seedLon}" and gflags="R"

( Test it out on the YQL Console .)

通过 REST:
http://query.yahooapis.com/v1/public/yql?q=SELECT%20*%20FROM%20geo.placefinder%20WHERE%20text%3D%22{$seedLat}%2C{$seedLon}%22%20and%20gflags%3D%22R%22

关于yql - 雅虎 YQL : find city WOEID by coordinates,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10715381/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com