-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathtrees.json
93 lines (93 loc) · 1.27 KB
/
trees.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"treeData": [
{
"type": "Cherry",
"CO2": 26.9
},
{
"type": "Ginkgo",
"CO2": 35.4
},
{
"type": "Zelkova",
"CO2": 33.7
},
{
"type": "Buttonwood",
"CO2": 55.6
},
{
"type": "Maple",
"CO2": 20.5
},
{
"type": "Metasequoia",
"CO2": 69.6
},
{
"type": "Locust",
"CO2": 32.5
},
{
"type": "Tulip",
"CO2": 101.9
},
{
"type": "Pine",
"CO2": 7.3
},
{
"type": "Basswood",
"CO2": 9.7
},
{
"type": "Hemlock",
"CO2": 6.2
},
{
"type": "Elm",
"CO2": 5.6
},
{
"type": "Chestnut",
"CO2": 4.6
},
{
"type": "White Ash",
"CO2": 4.1
},
{
"type": "Yellow Birch",
"CO2": 3.7
},
{
"type": "Hackberry",
"CO2": 5.9
},
{
"type": "Silver Maple",
"CO2": 5.8
},
{
"type": "Bur Oak",
"CO2": 4.6
},
{
"type": "White Oak",
"CO2": 4.2
},
{
"type": "Ash",
"CO2": 4.1
},
{
"type": "Red Maple",
"CO2": 3.9
},
{
"type": "Sugar Maple",
"CO2": 3
}
],
"_comments": "CO2 emission in kg/tree/year"
}