Datasets:
Update README.md
Browse files
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`**](
|
34 |
-
* [**`tuxun_sample.csv`**](
|
35 |
-
* [**`selected_panoids`**](
|
36 |
-
* [**`download_panoramas.py`**](
|
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
|
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 |
|