Calculate geo_extent_bounding_box_m2 for the dataset_summary table

calc_geo_extent_bounding_box_m2(west, east, north, south)

Arguments

west

(numeric) West longitude in decimal degrees and negative if west of the prime meridian.

east

(numeric) East longitude in decimal degrees and negative if west of the prime meridian.

north

(numeric) North latitude in decimal degrees and negative if south of the equator.

south

(numeric) South latitude in decimal degrees and negative if south of the equator.

Value

(numeric) Area of study site in meters squared.