nugentc commited on
Commit
0bc9f8d
1 Parent(s): 146a8ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +179 -0
README.md CHANGED
@@ -1,3 +1,182 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ tags:
4
+ - climate
5
  ---
6
+
7
+ # Dataset Card for Curio Tree Data
8
+
9
+ This repository contains much of the tree inventory, images and stories data that was collected on the Curio platform.
10
+
11
+ ### Dataset Description
12
+
13
+ Curio was an environmental education and outreach platform that was predominantly focused on urban forestry. It connected multiple stakeholders involved in the management of urban forestry and importantly made all data uploaded via its web and mobile apps publicly available. The platform was live from March 2016 until August 2023 and was supported in its early stages by two European Space Agency projects, through the [New Commons](https://business.esa.int/projects/new-commons) and [Curio Canopy](https://business.esa.int/projects/curio-canopy).
14
+
15
+ This repository contains much of the tree inventory, images and stories data that was collected on the platform via our community, projects we helped support and open data tree inventories we uploaded onto the platform. We are keen to make this data available for research purposes in the hope it might be of benefit to others and to further the efforts of our community.
16
+
17
+ We have endeavored to name as many of those great projects and data sources that were hosted on the Curio platform in the attribution section below. If there are any omissions or errors please contact us.
18
+
19
+ A related project involved generating a high resolution map of tree canopy cover for the Greater London Authority. Details of that project and dataset can be found on the [London Datastore Curio Canopy page](https://data.london.gov.uk/dataset/curio-canopy).
20
+
21
+
22
+ - **Curated by:** Breadboard Labs
23
+ - **License:** cc-by-nc-4.0
24
+
25
+ ### Dataset Sources [optional]
26
+
27
+ <!-- Provide the basic links for the dataset. -->
28
+
29
+ - **Repository:** [More Information Needed]
30
+ - **Paper [optional]:** [More Information Needed]
31
+ - **Demo [optional]:** [More Information Needed]
32
+
33
+ ## Uses
34
+
35
+ <!-- Address questions around how the dataset is intended to be used. -->
36
+
37
+
38
+
39
+ ### Direct Use
40
+
41
+ <!-- This section describes suitable use cases for the dataset. -->
42
+
43
+ [More Information Needed]
44
+
45
+ ### Out-of-Scope Use
46
+
47
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ## Dataset Structure
52
+
53
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
54
+
55
+ - ### TaggedTrees
56
+
57
+ Number of data points: 2,593,139
58
+
59
+ The details of an individual tree including its location, species, diameter at breast height (dbh), vitality etc. when available
60
+
61
+ - ### Images
62
+
63
+ Number of data points: 27,288
64
+
65
+ The details of images that were uploaded to the platform. The path to the actual image uploaded, this can be found in uploads directory. The details of what the image was attached to which usually was a ‘Story” that was then attached to a tree are also included.
66
+
67
+ - ### Uploads:
68
+
69
+ The set of images referenced in the images data file.
70
+
71
+ ### Stories:
72
+
73
+ The details of a story that was attached to tree
74
+
75
+ ### Notes:
76
+
77
+ The text included in a story/note about a tree.
78
+
79
+ ### Conversations & Comments:
80
+
81
+ Comments grouped by conversations linked to a particular Story
82
+
83
+ ### TreeSpecies
84
+
85
+ The tree species dictionary we built to support the platform. Each TaggedTree has a tree_species_id that references an entry in this dictionary when populated.
86
+
87
+ ### TreeSpeciesAliases
88
+
89
+ The local names across multiple languages that can used to describe a species of tree contained in the TreeSpecies dictionary
90
+
91
+ ### Tags and Taggings
92
+
93
+ Trees could be tagged with details such as diseased, monitored, newly_planted, apples, overhead cables etc. Anything at all really that could later be used to filter, group or identify trees of interest as well describe their state.
94
+
95
+
96
+ ## Dataset Creation
97
+
98
+ ### Curation Rationale
99
+
100
+ <!-- Motivation for the creation of this dataset. -->
101
+
102
+ [More Information Needed]
103
+
104
+ ### Source Data
105
+
106
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
107
+
108
+ #### Data Collection and Processing
109
+
110
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
111
+
112
+ [More Information Needed]
113
+
114
+ #### Who are the source data producers?
115
+
116
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
117
+
118
+ [More Information Needed]
119
+
120
+ ### Annotations [optional]
121
+
122
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
123
+
124
+ #### Annotation process
125
+
126
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
127
+
128
+ [More Information Needed]
129
+
130
+ #### Who are the annotators?
131
+
132
+ <!-- This section describes the people or systems who created the annotations. -->
133
+
134
+ [More Information Needed]
135
+
136
+ #### Personal and Sensitive Information
137
+
138
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
139
+
140
+ [More Information Needed]
141
+
142
+ ## Bias, Risks, and Limitations
143
+
144
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
145
+
146
+ [More Information Needed]
147
+
148
+ ### Recommendations
149
+
150
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
151
+
152
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
153
+
154
+ ## Citation [optional]
155
+
156
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
157
+
158
+ **BibTeX:**
159
+
160
+ [More Information Needed]
161
+
162
+ **APA:**
163
+
164
+ [More Information Needed]
165
+
166
+ ## Glossary [optional]
167
+
168
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
169
+
170
+ [More Information Needed]
171
+
172
+ ## More Information [optional]
173
+
174
+ [More Information Needed]
175
+
176
+ ## Dataset Card Authors [optional]
177
+
178
+ [More Information Needed]
179
+
180
+ ## Dataset Card Contact
181
+
182
+ [More Information Needed]