Description | The |
Syntax | GEO_PERIMETER(geometry, [unit]) |
Output | number |
Variables
geometry: The polygon geometry whose perimeter you want to calculate.
unit (optional): The unit used for the calculation. Supported values are
miorkm.
Example
GEO_PERIMETER(`territory`, 'mi')
Territory | Geo Perimeter |
Territory A | 18.42 |
Territory B | 72.46 |
