WOLFRAM

GeoArea[g]

gives the area of the geo region g.

Details and Options

  • GeoArea[Polygon[]] computes the area enclosed by the polygon, assuming that neighboring points of the polygon are joined by geodesic paths.
  • GeoArea[Polygon[entity]] and GeoArea[entity] compute the area enclosed by the polygon of the given geo entity.
  • GeoArea[{g1,g2,}] returns {GeoArea[g1],GeoArea[g2],}.
  • GeoArea["World"] returns the area of the surface of the Earth, using the ellipsoidal model "ITRF00".
  • Possible options of GeoArea include:
  • GeoModel Automaticmodel of the Earth or celestial body
    UnitSystem $UnitSystemunit system to use in the result

Examples

open allclose all

Basic Examples  (3)Summary of the most common use cases

Compute the area of the polygon of the United States:

Out[1]=1

Compute the area of the latitude-longitude rectangle enclosing the United States:

Out[1]=1

Compute the area of a geo disk centered at your geo location:

Out[1]=1

Scope  (7)Survey of the scope of standard use cases

Compute the area of a polygonal region on Earth, assuming geodesic edges:

Out[1]=1

Compute the area of the region enclosed by the polygon of a geo entity:

Out[1]=1

That can also be expressed as follows:

Out[2]=2

Areas of the entities of a class, in this case the countries of South America:

Out[1]=1

Total area of the polygon enclosing those countries:

Out[2]=2

Surface area of the Earth:

Out[1]=1

Area of 2D geo primitives:

Out[1]=1
Out[2]=2

Area of a region with holes:

Out[3]=3
Out[4]=4

It can also be obtained by subtracting the areas of the inner regions from that of the outer region:

Out[5]=5

Total area of a group of non-overlapping geo regions:

Out[1]=1

It can also be obtained by computing the respective areas and adding them:

Out[2]=2
Out[3]=3

Options  (2)Common values & functionality for each option

UnitSystem  (1)

Use the units determined by the value of $UnitSystem:

Out[1]=1
Out[2]=2

Specify the unit system to use:

Out[3]=3

GeoModel  (1)

Area of a region of Earth:

Out[1]=1

Area of the area delimited by the same parallels and meridians on Mars:

Out[2]=2

Properties & Relations  (3)Properties of the function, and connections to other functions

The ratio of area to squared radius decreases, due to the curvature of the Earth:

Out[1]=1
Out[2]=2

GeoArea computes area on the surface of the ellipsoidal Earth:

Out[1]=1
Out[2]=2

Use Area with the projected polygon to compute area on the flat map:

Out[4]=4

"UTMZone33" is an appropriate transverse Mercator projection for Austria, and produces a relative error smaller than :

Out[5]=5

Using an inconvenient projection, like "UTMZone48", may result in large area errors:

Out[7]=7
Out[8]=8

GeoArea returns Missing["NotAvailable"] for those entity objects with no polygon information:

Out[1]=1
Out[2]=2

Missing expressions are propagated:

Out[3]=3
Wolfram Research (2015), GeoArea, Wolfram Language function, https://reference.wolfram.com/language/ref/GeoArea.html.
Wolfram Research (2015), GeoArea, Wolfram Language function, https://reference.wolfram.com/language/ref/GeoArea.html.

Text

Wolfram Research (2015), GeoArea, Wolfram Language function, https://reference.wolfram.com/language/ref/GeoArea.html.

Wolfram Research (2015), GeoArea, Wolfram Language function, https://reference.wolfram.com/language/ref/GeoArea.html.

CMS

Wolfram Language. 2015. "GeoArea." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/GeoArea.html.

Wolfram Language. 2015. "GeoArea." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/GeoArea.html.

APA

Wolfram Language. (2015). GeoArea. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/GeoArea.html

Wolfram Language. (2015). GeoArea. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/GeoArea.html

BibTeX

@misc{reference.wolfram_2025_geoarea, author="Wolfram Research", title="{GeoArea}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/GeoArea.html}", note=[Accessed: 28-May-2025 ]}

@misc{reference.wolfram_2025_geoarea, author="Wolfram Research", title="{GeoArea}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/GeoArea.html}", note=[Accessed: 28-May-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_geoarea, organization={Wolfram Research}, title={GeoArea}, year={2015}, url={https://reference.wolfram.com/language/ref/GeoArea.html}, note=[Accessed: 28-May-2025 ]}

@online{reference.wolfram_2025_geoarea, organization={Wolfram Research}, title={GeoArea}, year={2015}, url={https://reference.wolfram.com/language/ref/GeoArea.html}, note=[Accessed: 28-May-2025 ]}