Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get cities data from raw_checkins.txt #4

Open
qitianliang opened this issue Jul 26, 2021 · 1 comment
Open

how to get cities data from raw_checkins.txt #4

qitianliang opened this issue Jul 26, 2021 · 1 comment

Comments

@qitianliang
Copy link

Great job! Lots of amazing and concrete works on your personal page.
however, I download your raw data from your HOME page and I found there is no city and poi mapping in your check-ins and poi data. If there is a preprocessing script to get dataset_connected_{city}.mat?
Thanks in advance.

@dingqi
Copy link
Contributor

dingqi commented Sep 8, 2021

The city dataset is collected in the following steps:

  1. Estimate each user's home location using the method in this paper "Participatory Cultural Mapping Based on Collective Behavior Data in Location-Based Social Networks" These users are referred as "local users".
  2. For each city's local users, the users' check-ins located within 25km from the city center are filtered as the city dataset.
  3. From the city dataset, if a venue has been checked less than 10 times, we removed the venue and the associated check-ins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants