Area Under the Curve

Area under the curve

This function applies to geo-spatial datasets. It calculates the area represented by plotting each combination of latitude and longitude for a specific key. The function requires a minimum of 3 entries. Latitude and longitude columns can be grouped by another column. For example, a grouping field could represent restaurants, where each user's location is represented by longitude and latitude columns. In this case, the area under the curve is the geo-spatial polygon plotted using each user's latitude and longitude, grouped by restaurant.

The result is written to a new field named "Calculated Area" using the selected Unity type and algorithm.

Last updated