Jump to content

Existing Tree Tool


Recommended Posts

Hi all
We in OZ operate from an Australian Standard - AS 4970 Protection of Trees on Developments Site
 

It has a formula to calculate Structural Root Zone which is when you measure across the base of the tree
The standard says ...
An indicative SRZ radius can be determined from the trunk diameter measured immediately above the root buttress using the following formula.
This is called Diameter at Buttress (DAB)

SRZ radius = (D × 50) to the power of 0.42 × 0.64

Where the D is in metres
I have built an app to collect data on site but we use millimetres not metres
Does anyone know how to convert that formula so that for D is in mm instead of metres

I thought about it and came up with ...
If DAB is 500 mm
(500 * .05) ^ .42 * 640 and that works
I checked it with DAB = 200, 300 and 400 and they all work also
But is my formula correct?

  • Like 1
Link to comment

From a strictly algebraic viewpoint,  1 Meter = 1000 mm, so if you enter D in MM you need to divide it by 1000 to get meters.   So the following should get you the SRZ in meters while allowing you to enter D in mm.

 

SRZ radius = ((D / 1000) × 50) to the power of 0.42 × 0.64  

 

If you want the SRZ to be reported in mm, as well as entering D in mm then you will need:

 

SRZ radius = (((D / 1000) × 50) to the power of 0.42 × 0.64) * 1000

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...