TreeQSM
Quantitative Structure Models of Single Trees from Laser Scanner Data.
https://github.com/InverseTampere/TreeQSM
Category: Biosphere
Sub Category: Forest Remote Sensing
Last synced: about 20 hours ago
JSON representation
Repository metadata
Quantitative Structure Models of Single Trees from Laser Scanner Data
- Host: GitHub
- URL: https://github.com/InverseTampere/TreeQSM
- Owner: InverseTampere
- License: other
- Created: 2017-08-17T10:39:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T06:52:52.000Z (almost 2 years ago)
- Last Synced: 2025-04-17T21:24:26.718Z (10 days ago)
- Language: MATLAB
- Size: 12.5 MB
- Stars: 162
- Watchers: 22
- Forks: 47
- Open Issues: 20
- Releases: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
README.md
TreeQSM
Version 2.4.1
Reconstruction of quantitative structure models for trees from point cloud data
Description
TreeQSM is a modelling method that reconstructs quantitative structure models (QSMs) for trees from point clouds. A QSM consists of a hierarchical collection of cylinders estimating topological, geometrical and volumetric details of the woody structure of the tree. The input point cloud, which is usually produced by a terrestrial laser scanner, must contain only one tree, which is intended to be modelled, but the point cloud may contain also some points from the ground and understory. Moreover, the point cloud should not contain significant amount of noise or points from leaves as these are interpreted as points from woody parts of the tree and can therefore lead to erroneous results. Much more details of the method and QSMs can be found from the manual that is part of the code distribution.
The TreeQSM is written in Matlab.
The main function is treeqsm.m, which takes in a point cloud and a structure array specifying the needed parameters. Refer to the manual or the help documentation of a particular function for further details.
References
Web: https://research.tuni.fi/inverse/
Some published papers about the method and applications:
Raumonen et al. 2013, Remote Sensing https://www.mdpi.com/2072-4292/5/2/491
Calders et al. 2015, Methods in Ecology and Evolution https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/2041-210X.12301
Raumonen et al. 2015, ISPRS Annals https://www.isprs-ann-photogramm-remote-sens-spatial-inf-sci.net/II-3-W4/189/2015/
Åkerblom et al. 2015, Remote Sensing https://www.mdpi.com/2072-4292/7/4/4581
Åkerblom et al. 2017, Remote Sensing of Environment https://www.sciencedirect.com/science/article/abs/pii/S0034425716304746
de Tanago Menaca et al. 2017, Methods in Ecology and Evolution https://besjournals.onlinelibrary.wiley.com/doi/10.1111/2041-210X.12904
Åkerblom et al. 2018, Interface Focus http://dx.doi.org/10.1098/rsfs.2017.0045
Disney et al. 2018, Interface Focus http://dx.doi.org/10.1098/rsfs.2017.0048
Quick guide
Here is a quick guide for testing the code and starting its use. However, it is highly recommended that after the testing the user reads the manual for more information how to best use the code.
- Start MATLAB and set the main path to the root folder, where treeqsm.m is located.\
- Use Set Path --> Add with Subfolders --> Open --> Save --> Close to add the subfolders, where all the codes of the software are, to the paths of MATLAB.\
- Import a point cloud of a tree into the workspace. Let us name it P.\
- Define suitable inputs:
>> inputs = define_input(P,1,1,1);\ - Reconstruct QSMs:
>> QSM = treeqsm(P,inputs);
Owner metadata
- Name: Inverse Tampere
- Login: InverseTampere
- Email:
- Kind: organization
- Description: Inverse problems research group at Tampere University
- Website: https://webpages.tuni.fi/inverse/
- Location: Tampere, Finland
- Twitter: InverseTampere
- Company:
- Icon url: https://avatars.githubusercontent.com/u/27767416?v=4
- Repositories: 2
- Last ynced at: 2023-10-19T18:53:07.304Z
- Profile URL: https://github.com/InverseTampere
GitHub Events
Total
- Issues event: 3
- Watch event: 20
- Issue comment event: 5
- Fork event: 1
Last Year
- Issues event: 3
- Watch event: 20
- Issue comment event: 5
- Fork event: 1
Committers metadata
Last synced: 6 days ago
Total Commits: 131
Total Committers: 3
Avg Commits per committer: 43.667
Development Distribution Score (DDS): 0.489
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Pasi Raumonen | r****n@m****i | 67 |
Pasi Raumonen | 3****s | 62 |
Markku Åkerblom | m****m@g****m | 2 |
Committer domains:
Issue and Pull Request metadata
Last synced: 2 days ago
Total issues: 23
Total pull requests: 2
Average time to close issues: 2 months
Average time to close pull requests: N/A
Total issue authors: 16
Total pull request authors: 2
Average comments per issue: 0.91
Average comments per pull request: 0.0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 0
Past year issues: 4
Past year pull requests: 0
Past year average time to close issues: 1 day
Past year average time to close pull requests: N/A
Past year issue authors: 4
Past year pull request authors: 0
Past year average comments per issue: 0.5
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- AnthoineResea (6)
- dluks (2)
- petrasvestartas (2)
- stefanoch90 (1)
- nadicose (1)
- peltokukka (1)
- BolaiXIN (1)
- Carsinsky (1)
- Micbut (1)
- Evelien-Bogers (1)
- thomashay (1)
- SeSodesa (1)
- zoeschindler (1)
- tangerine96 (1)
- ashenkin (1)
Top Pull Request Authors
- ceramic-mug (1)
- miguelvnogueira (1)
Top Issue Labels
- bug (1)
- invalid (1)
Top Pull Request Labels
Package metadata
- Total packages: 2
- Total downloads: unknown
- Total dependent packages: 0 (may contain duplicates)
- Total dependent repositories: 0 (may contain duplicates)
- Total versions: 4
proxy.golang.org: github.com/InverseTampere/TreeQSM
- Homepage:
- Documentation: https://pkg.go.dev/github.com/InverseTampere/TreeQSM#section-documentation
- Licenses:
- Latest release: v2.4.0+incompatible (published over 4 years ago)
- Last Synced: 2025-04-26T12:32:59.363Z (2 days ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.999%
- Average: 8.173%
- Dependent repos count: 9.346%
proxy.golang.org: github.com/inversetampere/treeqsm
- Homepage:
- Documentation: https://pkg.go.dev/github.com/inversetampere/treeqsm#section-documentation
- Licenses:
- Latest release: v2.4.0+incompatible (published over 4 years ago)
- Last Synced: 2025-04-26T12:32:59.467Z (2 days ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.999%
- Average: 8.173%
- Dependent repos count: 9.346%
Score: -Infinity