You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some tweets contain location data, and it is known for sure that a number of tweets were made from Netherlands, Japan and some other countries.
Because there were so many tweets over so many years, it's difficult to find location-specific tweets - for example, to see what Byron was tweeting from Japan. Moreover, some tweets can be pin-pointed to specific places, because latitute and longitude are also present (not sure how accurate they are though):
Probably want to have an endpoint ready for this that I can call with a lat/long and get a tweet. Additionally you can also make this endpoint take a location string and/or a country string and return a list of tweets
Background
Some tweets contain location data, and it is known for sure that a number of tweets were made from Netherlands, Japan and some other countries.
Because there were so many tweets over so many years, it's difficult to find location-specific tweets - for example, to see what Byron was tweeting from Japan. Moreover, some tweets can be pin-pointed to specific places, because latitute and longitude are also present (not sure how accurate they are though):
Map proposal
It should be possible to render a zoomed-out map with pins that would represent tweets. Upon clicking on a pin, it would unfold the tweet.
This way, users will able to see the countries from which Byron tweeted, and would be able to read location-specific tweets as well.
This issue is blocked by the corresponding server-side issue: ReckfulArchive/twitter-server#8
The text was updated successfully, but these errors were encountered: