Skip to content

Commit 909295d

Browse files
committed
added user specific table and annotation for project_type_specific data
1 parent af92137 commit 909295d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/source/data.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ Files:
5353
| agreement | float | This is defined as [Scott's Pi](https://en.wikipedia.org/wiki/Scott%27s_Pi) and gives you an understanding of inter-rater reliability. The value is 1.0 if all users agree, e.g. all users classify as "building". If users disagree this value will be lower. |
5454
| geom | string | The geometry of this task as WKT geometry. |
5555

56+
Additionally, project type specific data can be found here. E.g. footprint projects which were created based on OSM data, will have data describing the original OSM object included.
5657

58+
5759
## HOT Tasking Manager Geometries
5860
This gives you filtered MapSwipe data ready to be imported to the HOT Tasking Manager. Currently, the geometries in this dataset consist of maximum 15 MapSwipe Tasks, where at least 35% of all users indicated the presence of a building by classifying as "yes" or "maybe".
5961

@@ -67,4 +69,15 @@ This gives you filtered MapSwipe data ready to be imported to the HOT Tasking Ma
6769

6870
<img src="_static/img/tasking_manager_geometries_example.png" width="600px">
6971

70-
72+
## Users
73+
74+
This gives you data on the users which contributed to a project.
75+
76+
| Name | Type | Description |
77+
|---------------------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
78+
| idx | integer | - |
79+
| groups_completed | integer | Number of groups completed |
80+
| total_contributions | integer | Number of tasks completed |
81+
| agreeing_contributions | integer | Tasks with the same result as the final result (e.g. Tile has buildings). |
82+
| disagreeing_contributions | integer | Tasks with other result as the final result. |
83+
| simple_agreement_score | float | Share of tasks which had the same result as the final result. E.g. 0.8 would mean that the user labeled 80% of the tiles the same way as the majority of voters. |

0 commit comments

Comments
 (0)