-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
What % of users have geolocation; can we get what they follow? Can we geolocate via who they tweet at? #8
Comments
Twitter's API doesn't let us see who a user is following, but it does let us know who is following a user, (see here) and we can use that to categorize geolocations of users. But we need a list of users that are
|
Continue on importing users, figure out social network import, |
This update on mongodb on various methods to do geolocation https://docs.google.com/document/d/1dasK5cKIfsbuNArM-GUu1dnqXLIxDWWJnUtMnJHqfMY/edit?usp=sharing More on geolocation collections |
This is the result of running a quick script to see how much of what there is:
I accidentially put user_place and status_place under the same tag, hence why it is zero for status_place. Other than that, much of what I said before on Slack about geolocations in statuses applies for user profiles, although the amount of information we got from the "*_place" field seems much higher. This is both good and bad; Twitter tries to find an exact city for this field if possible, but I'm pretty sure that users can technically put whatever they want here. |
Also, once we add the following_ids and followers_ids to Users_Labeled, we can add a new method for that and re-run the script. |
Describe how to add coordinates to an arbitrary collection and how to estimate how long will it take |
No description provided.
The text was updated successfully, but these errors were encountered: