WOLFRAM

GeoCircle[loc,r]

is a two-dimensional GeoGraphics primitive that represents a circle of radius r centered at the location loc on the surface of the Earth.

GeoCircle[loc,r,{α1,α2}]

represents a sector of a circle from bearing α1 to bearing α2.

Details

  • A geo circle with center loc and radius r is defined as the endpoints of all geodesics of length r starting from loc. Specifying bearings α1 and α2 restricts the set of geodesics.
  • The location loc can be specified either as latitude and longitude coordinates {lat,lon} in degrees, GeoPosition[], or as a named geographical Entity[].
  • The radius r can be given as a Quantity length or as a number in meters.
  • Bearings α1 and α2 are measured clockwise from true north and can be given as Quantity angles, as numbers in degrees, as DMS strings, or as named compass points like "N" or "SouthWest".
  • GeoCircle[loc] represents a geo circle centered at loc, with an automatic choice of radius.
  • GeoCircle[] is equivalent to GeoCircle[$GeoLocation].

Examples

open allclose all

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

A circle of 3000 kilometers around a geo location:

Out[1]=1

A sector of a circle over South America:

Out[2]=2

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

The center location of the geo circle can be specified in several ways:

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

The default location is the local geo position:

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

The geo circle radius can be specified as a Quantity object or directly in meters:

Out[1]=1

The default radius is computed automatically:

Out[1]=1

Bearings are given in degrees, clockwise with respect to true north:

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

Use different styles for geo circles:

Out[1]=1

Applications  (2)Sample problems that can be solved with this function

Illustrate projection effects by same-area circles:

Out[1]=1

Use GeoCircle objects as segments in a FilledCurve region:

Out[1]=1

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

A geo circle is the set of points whose distance to the center is the radius:

Out[2]=2

The interior of a geo circle is a geo disk:

Out[2]=2

A GeoCircle object is described using coordinates and distances on the Earth, irrespective of the coordinates used in the final map. A Circle object is described using the coordinates of the final map:

Out[1]=1

It is possible to use a GeoPosition object to specify the center of the Circle object. Its radius, however, cannot be specified as a length on the surface of the Earth:

Out[2]=2

As the distance from the equator increases, geo circles look more distorted in the equirectangular projection:

Out[1]=1

A geo circle having a pole inside spans all values of longitude:

Out[2]=2

All three sides of a geo circle sector are generically curved. The radii spanning from the center are geodesics:

Out[2]=2

Even starting from bearings and , the sides are curved:

Out[4]=4

Large circles accumulating around the antipodal point, using a spherical model of the Earth:

Out[1]=1

The default reference model is an ellipsoid:

Out[2]=2

Interactive Examples  (1)Examples with interactive outputs

Interactively place a geo circle of fixed radius and observe how its form changes as a function of latitude:

Out[1]=1

Neat Examples  (1)Surprising or curious use cases

Draw approximate geo circles corresponding to the various seas and oceans of the world:

Out[2]=2

Use a different projection:

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

Text

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

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

CMS

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

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

APA

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

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

BibTeX

@misc{reference.wolfram_2025_geocircle, author="Wolfram Research", title="{GeoCircle}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/GeoCircle.html}", note=[Accessed: 16-April-2025 ]}

@misc{reference.wolfram_2025_geocircle, author="Wolfram Research", title="{GeoCircle}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/GeoCircle.html}", note=[Accessed: 16-April-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_geocircle, organization={Wolfram Research}, title={GeoCircle}, year={2014}, url={https://reference.wolfram.com/language/ref/GeoCircle.html}, note=[Accessed: 16-April-2025 ]}

@online{reference.wolfram_2025_geocircle, organization={Wolfram Research}, title={GeoCircle}, year={2014}, url={https://reference.wolfram.com/language/ref/GeoCircle.html}, note=[Accessed: 16-April-2025 ]}