ShirohAO commited on
Commit
a9d4dc8
·
verified ·
1 Parent(s): 1a25ff3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -30,10 +30,10 @@ Using this platform, we collected **GeoComp**, a comprehensive dataset covering
30
 
31
  The GeoComp dataset is now primarily provided in Parquet format within the `/data` directory for efficient access and processing. You can find the following files in this repository:
32
 
33
- * [**`/data/tuxun_combined.parquet`**]([ShirohAO/tuxun at main](https://huggingface.co/datasets/ShirohAO/tuxun/tree/main/data)): This is the main dataset file containing combined competition history in Parquet format.
34
- * [**`tuxun_sample.csv`**]([tuxun_sample.csv · ShirohAO/tuxun at main](https://huggingface.co/datasets/ShirohAO/tuxun/blob/main/tuxun_sample.csv)): An example CSV file to preview the structure of the data.
35
- * [**`selected_panoids`**]([selected_panoids · ShirohAO/tuxun at main](https://huggingface.co/datasets/ShirohAO/tuxun/blob/main/selected_panoids)): The 500 panoids we used in our work. You can add a `.csv` or `.json` suffix to this file.
36
- * [**`download_panoramas.py`**]([download_panoramas.py · ShirohAO/tuxun at main](https://huggingface.co/datasets/ShirohAO/tuxun/blob/main/download_panoramas.py)): A script to download street view images using the provided panoids.
37
 
38
  ## Requirement
39
 
@@ -43,7 +43,7 @@ The **GeoComp** is only for research.
43
 
44
  ### Data format of tuxun_combined.csv
45
 
46
- The `tuxun_combined.parquet` file contains data in a similar structure to the original `tuxun_combined.csv`.
47
 
48
  **Example Schema:**
49
 
 
30
 
31
  The GeoComp dataset is now primarily provided in Parquet format within the `/data` directory for efficient access and processing. You can find the following files in this repository:
32
 
33
+ * [**`/data/tuxun_combined.parquet`**](https://huggingface.co/datasets/ShirohAO/tuxun/tree/main/data): This is the main dataset file containing combined competition history in Parquet format.
34
+ * [**`tuxun_sample.csv`**](https://huggingface.co/datasets/ShirohAO/tuxun/blob/main/tuxun_sample.csv): An example CSV file to preview the structure of the data.
35
+ * [**`selected_panoids`**](https://huggingface.co/datasets/ShirohAO/tuxun/blob/main/selected_panoids): The 500 panoids we used in our work. You can add a `.csv` or `.json` suffix to this file.
36
+ * [**`download_panoramas.py`**](https://huggingface.co/datasets/ShirohAO/tuxun/blob/main/download_panoramas.py): A script to download street view images using the provided panoids.
37
 
38
  ## Requirement
39
 
 
43
 
44
  ### Data format of tuxun_combined.csv
45
 
46
+ The `tuxun_combined.parquet` file contains data in a same structure to the original `tuxun_combined.csv`.
47
 
48
  **Example Schema:**
49