ShirohAO commited on
Commit
9819be9
·
verified ·
1 Parent(s): 21fca34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -33,9 +33,9 @@ Using this platform, we collected **GeoComp**, a comprehensive dataset covering
33
 
34
  An example to preview the structure of tuxun_combined.csv.
35
 
36
- - [selected_panoids.csv](https://huggingface.co/datasets/ShirohAO/tuxun/blob/main/selected_panoids.csv)
37
 
38
- The 500 panoids we used in our work.
39
 
40
  - [download_panoramas.py](https://huggingface.co/datasets/ShirohAO/tuxun/blob/main/download_panoramas.py)
41
 
@@ -61,9 +61,9 @@ ls -lh tuxun_comblined.csv
61
 
62
  #### Example
63
 
64
- | id | data | gmt_create | timestamp |
65
- | ---- | ------------------------------------------------------------ | --------------- | --------- |
66
- | 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 | |
67
 
68
  #### Explanation
69
 
 
33
 
34
  An example to preview the structure of tuxun_combined.csv.
35
 
36
+ - [selected_panoids](https://huggingface.co/datasets/ShirohAO/tuxun/blob/main/selected_panoids)
37
 
38
+ The 500 panoids we used in our work. You can add csv or json suffix to the file.
39
 
40
  - [download_panoramas.py](https://huggingface.co/datasets/ShirohAO/tuxun/blob/main/download_panoramas.py)
41
 
 
61
 
62
  #### Example
63
 
64
+ | id | data | gmt_create | timestamp |
65
+ | ---- | ------------------- | --------------- | --------- |
66
+ | Game | Json style metadata | 1734188074762.0 | |
67
 
68
  #### Explanation
69