Description | The |
Syntax | GEO_AREA(geometry, [unit]) |
Output | number |
Variables
geometry: The polygon geometry whose area you want to calculate.
unit : The unit used for the calculation. Supported values are
miorkm.
Example
GEO_AREA(`countries`, 'mi')
Countries | Geo Area |
A | 12248.67 |
B | 432156.89 |
C | 3214569.63 |
