Datasets:
Modalities:
Geospatial
Languages:
English
Size:
1M<n<10M
Tags:
street view imagery
open data
data fusion
urban analytics
GeoAI
volunteered geographic information
License:
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ size_categories:
|
|
21 |
|
22 |
# Global Streetscapes
|
23 |
|
24 |
-
Repository for the tabular portion of the [Global Streetscapes dataset
|
25 |
|
26 |
Content breakdown:
|
27 |
* `data/` (37 GB)
|
@@ -38,18 +38,18 @@ Content breakdown:
|
|
38 |
* `cities688.csv` contains basic information for the 688 cities included in the dataset, such as population, continent, image count etc.
|
39 |
* `info.csv` overviews the content of each `csv` file in `/data` and explains the 346 features
|
40 |
|
41 |
-
This repository has a total size of about 62
|
42 |
|
43 |
Please follow this [guide](https://huggingface.co/docs/huggingface_hub/guides/download) from huggingface for download instructions. Please avoid using 'git clone' to download the repo as Git stores the files twice and will double the disk space usage to 124+ GB.
|
44 |
|
45 |
-
To download the imagery portion (
|
46 |
-
Our [Wiki](https://github.com/ualsg/global-streetscapes/wiki/2-Download-images)
|
47 |
|
48 |
-
Read more about this project on
|
49 |
|
50 |
-
To cite this work:
|
51 |
|
52 |
-
Hou Y, Quintana M, Khomiakov M, Yap W, Ouyang J, Ito K, Wang Z, Zhao T, Biljecki F (2024): Global Streetscapes — A comprehensive dataset of 10 million street-level images across 688 cities for urban science and analytics. ISPRS Journal of Photogrammetry and Remote Sensing 215: 216-238.
|
53 |
|
54 |
BibTeX:
|
55 |
```
|
@@ -62,4 +62,6 @@ BibTeX:
|
|
62 |
volume = {215},
|
63 |
year = {2024}
|
64 |
}
|
65 |
-
```
|
|
|
|
|
|
21 |
|
22 |
# Global Streetscapes
|
23 |
|
24 |
+
Repository for the tabular portion of the [Global Streetscapes dataset](https://ual.sg/project/global-streetscapes/) by the [Urban Analytics Lab (UAL)](https://ual.sg/) at the National University of Singapore (NUS).
|
25 |
|
26 |
Content breakdown:
|
27 |
* `data/` (37 GB)
|
|
|
38 |
* `cities688.csv` contains basic information for the 688 cities included in the dataset, such as population, continent, image count etc.
|
39 |
* `info.csv` overviews the content of each `csv` file in `/data` and explains the 346 features
|
40 |
|
41 |
+
This repository has a total size of about 62 GB.
|
42 |
|
43 |
Please follow this [guide](https://huggingface.co/docs/huggingface_hub/guides/download) from huggingface for download instructions. Please avoid using 'git clone' to download the repo as Git stores the files twice and will double the disk space usage to 124+ GB.
|
44 |
|
45 |
+
To download the imagery portion (10 million images, ~6TB), please follow the code and documentation in our [GitHub repo](https://github.com/ualsg/global-streetscapes).
|
46 |
+
Our [Wiki](https://github.com/ualsg/global-streetscapes/wiki/2-Download-images) contains instructions and a demo on how to filter the dataset for a subset of data of your interest and download the image files for them.
|
47 |
|
48 |
+
Read more about this project on [its website](https://ual.sg/project/global-streetscapes/), which includes an overview of this effort together with the background, [paper](https://doi.org/10.1016/j.isprsjprs.2024.06.023), examples, and FAQ.
|
49 |
|
50 |
+
To cite this work, please refer to the paper:
|
51 |
|
52 |
+
Hou Y, Quintana M, Khomiakov M, Yap W, Ouyang J, Ito K, Wang Z, Zhao T, Biljecki F (2024): Global Streetscapes — A comprehensive dataset of 10 million street-level images across 688 cities for urban science and analytics. ISPRS Journal of Photogrammetry and Remote Sensing 215: 216-238. doi:[10.1016/j.isprsjprs.2024.06.023](https://doi.org/10.1016/j.isprsjprs.2024.06.023)
|
53 |
|
54 |
BibTeX:
|
55 |
```
|
|
|
62 |
volume = {215},
|
63 |
year = {2024}
|
64 |
}
|
65 |
+
```
|
66 |
+
|
67 |
+
A free version (postprint / author-accepted manuscript) can be downloaded [here](https://ual.sg/publication/2024-global-streetscapes/).
|