mirror of
https://github.com/truebelief/cc-treeiso-plugin.git
synced 2026-08-30 00:50:29 +08:00
f6f833c5f0
Better progress dialog management
30 lines
717 B
JSON
30 lines
717 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|