Quick Calculation for Land Subdivision in GIS Settings
Question: Offset one edge of a quadrilateral
Short answer: find the linear equation between offset distance
It’s easy to pick the right root as the solution for
The linear relationship of
The quadratic equation of
There is another ways to explain
Let
Then the linear equation of
From the perspective of similar triangles,
In a GIS work environment, offset a line or read length value of a line is straightforward and convenient. In order to get the equation of
Start from the general form:
Let
Offset
Problem solved without angles or distance of
My practice is putting the logic into a Excel form with 3 parameters.
Area of New Parcel in
Length of Original Edge in
Length of Edge by offset
Required Offset in B69: =IFERROR((-B67+SQRT(B67B67+2(B68-B67)/10*B66))/((B68-B67)/10),0)