gpt4 book ai didi

hadoop - 如何获取特定位置(印度)的推文?

转载 作者:可可西里 更新时间:2023-11-01 15:28:30 28 4
gpt4 key购买 nike

我正在尝试使用 twitter4j 的流媒体方法从印度地区捕获推文。我正在使用低于纬度和经度的值,但我得到的结果低于异常值。

纬度/经度无效:8.07、68.12、37.10、97.42

这是我的代码示例。

double[][] locations = { { 8.066667,68.116667  },
{ 37.100000, 97.416667 } };
FilterQuery query = new FilterQuery().locations(locations);
twitterStream.filter(query);

请建议我有效的纬度、经度对。

最佳答案

最后,我得到了正确的纬度和经度对。

Twitter 文档说,

A comma-separated list of longitude,latitude pairs specifying a set of bounding boxes to filter Tweets by. Only geolocated Tweets falling within the requested bounding boxes will be included—unlike the Search API, the user’s location field is not used to filter tweets. Each bounding box should be specified as a pair of longitude and latitude pairs, with the southwest corner of the bounding box coming first.

所以,这是印度的有效坐标

double[][] locations = { {68.116667 ,8.066667, },
{ 97.416667,37.100000, } };

关于hadoop - 如何获取特定位置(印度)的推文?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39482743/

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