KitWallace / treemap

3 stars 2 forks source link

multi-stemed trees #174

Closed KitWallace closed 5 years ago

KitWallace commented 5 years ago

multi stemmed trees can have girth as a comma separated sequence. Sometimes eg in RBs trees, the total girth is given , so display should output both. Comma-separated girths may not be handled in some circs eg cavat calculation where the sqrt of sum of squared dbhs is used . Also problematic for search

KitWallace commented 5 years ago

test case is MS-1 https://bristoltrees.space/Tree/tree/MS-1 and here CAVAT value is not calculated.

KitWallace commented 5 years ago

done