ShirohAO commited on
Commit
ac21f66
·
verified ·
1 Parent(s): 9585863

Add detailed info of data format

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -24,6 +24,8 @@ Using this platform, we collected **GeoComp**, a comprehensive dataset covering
24
  The **GeoComp** is only for reasearch.
25
 
26
  ## Start
 
 
27
  Merge the splited files to tuxun_combined.csv
28
  ```shell
29
  cat tuxun_comblined_* > tuxun_comblined.csv
@@ -31,6 +33,18 @@ cat tuxun_comblined_* > tuxun_comblined.csv
31
  ls -lh tuxun_comblined.csv
32
  ```
33
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  ## Additional Information
35
 
36
  ### Citation Information
 
24
  The **GeoComp** is only for reasearch.
25
 
26
  ## Start
27
+
28
+ ### Get csv
29
  Merge the splited files to tuxun_combined.csv
30
  ```shell
31
  cat tuxun_comblined_* > tuxun_comblined.csv
 
33
  ls -lh tuxun_comblined.csv
34
  ```
35
 
36
+ ### Data format
37
+
38
+ #### Example
39
+ |id|data|gmt_create|timestamp|
40
+ |--|--|--|--|
41
+ |Game|"{""id"": ""Game"", ""type"": ""map_country_streak"", ""gmtCreate"": 1734188074762, ""gmtFinish"": 1734188097294, ""hostUserId"": ""HostUser"", ""playerIds"": ""Players"", ""numPlayersJoined"": 0, ""status"": ""finish"", ""currentRoundNumber"": 1, ""roundNumber"": 0, ""rounds"": [{""round"": 1, ""id"": ""Game"", ""contentType"": ""panorama"", ""lat"": -27.1405249973, ""lng"": -59.4525319805, ""heading"": 290.8791503906, ""startTime"": 1734188075183, ""endTime"": 1734188097294, ""isDamageMultiple"": false, ""damageMultiple"": 1.0, ""nation"": ""阿根廷"", ""move"": false, ""source"": ""google_pano"", ""panoId"": ""ZF8FdQbXVt4XYSgP9szamg"", ""vHeading"": 290.74, ""vZoom"": 0.0, ""vPitch"": 0.07, ""pan"": true, ""zoom"": true}], ""teams"": [], ""teamsSize"": 2, ""player"": {""streaks"": 0, ""lastRoundResult"": {""round"": 1, ""score"": 15, ""distance"": 11616.42890082367, ""guessPlace"": ""挪威"", ""targetPlace"": ""阿根廷""}, ""roundResults"": [], ""totalScore"": 15, ""userId"": ""User"", ""guesses"": [{""round"": 1, ""gmtCreate"": 1734188096396, ""lat"": 61.52588100795455, ""lng"": 9.678774290625825, ""distance"": 11616.42890082367, ""timeConsume"": 21213, ""score"": 15, ""type"": ""guess""}], ""pins"": [{""round"": 1, ""gmtCreate"": 1734188095256, ""lat"": 60.68033874641395, ""lng"": 14.111789398216388, ""timeConsume"": 20073, ""type"": ""guess""}, {""round"": 1, ""gmtCreate"": 1734188096124, ""lat"": 61.52588100795455, ""lng"": 9.678774290625825, ""timeConsume"": 20941, ""type"": ""guess""}]}, ""startTime"": 1734188074762, ""createTime"": 1734188074762, ""multiplierOpen"": true, ""streaks"": 0, ""leftSkipTimes"": 3, ""saveTeamCount"": 0, ""move"": false, ""moveType"": ""noMove"", ""mapsId"": 1418, ""mapsName"": ""西湖十景-苏堤春晓"", ""centerLng"": 9.3914097615, ""centerLat"": 51.2758208168, ""mapZoom"": 4, ""mapMaxLat"": 81.6812215034, ""mapMinLat"": -85.0000164841, ""mapMaxLng"": 178.3897528865, ""mapMinLng"": -177.3755914392, ""scoreDistance"": 1853.693498982, ""health"": 6000, ""pan"": true, ""zoom"": true, ""china"": false}"|1734188074762.0|-|
42
+
43
+ #### Explanation
44
+ We hide data items that may reveal personal privacy like changing the value of key "userID" to "User", "hostUserId" to "HostUser", "playerId" to "Players", "id" to "Game"
45
+
46
+ The data under the "data" column is in json style
47
+
48
  ## Additional Information
49
 
50
  ### Citation Information