Twitter streaming by locations
问题 I use tweepy to stream tweets filtered by location coordinates. Currently I've been streaming tweets from two different neighborhoods in a city and found out that the tweets are the same despite difference in the coordinates (they are non-overlapping areas). Is there a resolution of the coordinates up to which the twitter API can filter the tweets? Here's a sample code for a streamer: (Code with sample locations) import handler from tweepy import Stream from tweepy import OAuthHandler from