ddecosmo commited on
Commit
e86aee8
·
verified ·
1 Parent(s): b1b822a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md CHANGED
@@ -36,3 +36,51 @@ dataset_info:
36
  download_size: 22904372328
37
  dataset_size: 24055327403.295
38
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  download_size: 22904372328
37
  dataset_size: 24055327403.295
38
  ---
39
+
40
+ ---
41
+ license: cc-by-sa-4.0
42
+ task_categories:
43
+ - image-classification
44
+ - regression
45
+ tags:
46
+ - scenicornot
47
+ - geograph
48
+ - landscape
49
+ - crowdsourced
50
+ size_categories:
51
+ - 100K<n<1M
52
+ ---
53
+
54
+ # Dataset Card for ScenicOrNot Uncompressed (Feb 26)
55
+
56
+ ## Dataset Summary
57
+ The ScenicOrNot Uncompressed dataset contains crowdsourced aesthetic evaluations of landscapes across Great Britain. It originates from a collaboration between the Geograph British Isles project and the Data Science Lab at Warwick Business School. Each image has been rated by at least three human volunteers on a scale of 1 (not scenic) to 10 (very scenic).
58
+
59
+ This repository provides the uncompressed images matched with their scenicness ratings, geographical metadata (latitude/longitude), and vote variances.
60
+
61
+ ## Supported Tasks
62
+ - **Image Classification / Regression:** Predicting the aesthetic "scenicness" score of an outdoor image.
63
+ - **Geospatial Analysis:** Correlating visual landscape features with geographical coordinates and regional planning.
64
+
65
+ ## Dataset Structure
66
+ ### Data Fields
67
+ - `id` (int64): Unique internal identifier for the dataset row.
68
+ - `gridimage_id` (int64): The specific Geograph URI/identifier for the image.
69
+ - `lat` (float64): The latitude coordinate of where the image was captured.
70
+ - `lon` (float64): The longitude coordinate of where the image was captured.
71
+ - `average` (float64): The mean scenic score calculated from the crowdsourced votes.
72
+ - `variance` (float64): The population variance of the submitted votes.
73
+ - `votes` (string): A comma-separated list of the individual integer scores submitted by users.
74
+ - `title` (string): The title or brief description of the image as provided on Geograph.
75
+ - `imagetaken` (string): The date the image was taken (format: YYYY-MM-DD).
76
+ - `image` (image): The uncompressed photograph feature.
77
+ - `__index_level_0__` (int64): The original index level inherited from the source dataframe.
78
+
79
+ ### Source Data
80
+ Images are sourced from Geograph Britain and Ireland. The crowdsourced rating platform, Scenic-Or-Not, was originally created by mySociety and is currently maintained by the Data Science Lab at Warwick Business School.
81
+
82
+ ## Licensing and Attribution
83
+ This dataset is distributed under a Creative Commons Attribution-ShareAlike (CC BY-SA) license.
84
+ - **Images and Metadata:** Licensed by Geograph UK contributors.
85
+ - **Scenic Ratings:** Licensed by the Data Science Lab UK / mySociety under the Open Database License.
86
+ When using this dataset, appropriate credit must be given to the original photographers via Geograph and the Data Science Lab UK.