1 | Numbering increment chosen by town (e.g. 5.28", 25', 50', 100') | |
2 | Existing address of closest structure on same road | |
3 | Distance from this structure to new one | |
4 | Is existing structure on same side of road? | |
5 | Does the existing structure come before the new structure on the road? |
6 | Divide line 3 by line 1 (rounding) | |
7 | Is the number on line 6 an even number? | {{ln7()}} |
8 | If lines 4 & 7 are both yes or both no, 0, otherwise 1 | {{ln8()}} |
9 | Add lines 6 & 8 | {{ln9()}} |
10 | New address | {{ln10()}} |