umr-amap / aRchi

R package aRchi. Tree architecture from terrestrial laser scanning (TLS) data
21 stars 6 forks source link

How do I install it #1

Closed davodogster closed 2 years ago

davodogster commented 3 years ago

Hi I have TLS data of forests.

These scripts look promising! .. How do I install your R package?

Regards, Sam

davodogster commented 3 years ago

@oliviermartin7 Hi, I was able to install aRchi using similar instructions to BIOMASS. Now my question is related to QSM. Can aRchi compute QSM off a single tree leaf+wood pointcloud? Or does archi not perform QSM calculations? Does it assume you already have the QSM from some other software ? Cheers, Sam

oliviermartin7 commented 3 years ago

Hi, Cool that your were able to install the package. For now, aRchi does not compute QSM. You have to import it using read_QSM function and different model format are accepted (treeQSM, simpletree, simpleforest....). In a following version, a function to compute QSM will be available. However we did not plan for now to implement a wood leaf segmentation function. Best, Olivier

oliviermartin7 commented 2 years ago

@davodogster Now V 2.1.0 makes possible generating QSMs.

Thanks @Blecigne !