-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathinfo.json
More file actions
29 lines (29 loc) · 717 Bytes
/
info.json
File metadata and controls
29 lines (29 loc) · 717 Bytes
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
{
"type" : "Standard",
"name" : "TreeIso",
"icon" : ":/CC/plugin/qTreeIso/images/forest.png",
"description": "A 3D graph-based individual-tree isolator (treeiso) from Terrestrial Laser Scanning point clouds",
"authors" : [
{
"name" : "Zhouxin Xi"
},
{
"name" : "Chris Hopkinson"
}
],
"maintainers" : [
{
"name" : "Zhouxin Xi"
}
],
"references": [
{
"text": "3D Graph-Based Individual-Tree Isolation (Treeiso) from Terrestrial Laser Scanning Point Clouds.",
"url": "https://www.mdpi.com/2072-4292/14/23/6116"
},
{
"text": "Artemis Lab, Department of Geography & Environment, University of Lethbridge",
"url": "https://github.com/truebelief/artemis_treeiso"
}
]
}