| Mapping Toolbox | Search  Help Desk |
| gc2sc | Examples See Also |
Convert great circles to small circle notation
Syntax
[centerlat,centerlong,radius] = gc2sc(lat,long,az) [centerlat,centerlong,radius] = gc2sc(lat,long,az,units)
Description
Great circles are a sub-category of small circles, having a radius of 90º.'degrees'.
Examples
Given a great circle passing through (25ºS,70ºW) on an azimuth of 45º, how can it be represented in small circle notation?A great circle always bisects the sphere. As a demonstration of this statement, consider the Equator, which passes through any point with a latitude of 0º and proceeds on an azimuth of 90º or 270º. In small circle notation, this is:[newlat,newlong,range] = gc2sc(-25,-70,45)newlat =-39.8557newlong =42.9098range =90
Not surprisingly, the small circle is centered on the North Pole. As always, at the poles, the longitude is arbitrary, due to the convergence of the meridians.[newlat,newlong,range] = gc2sc(0,-70,270)newlat =90newlong =-145.9638range =90
Remarks
Note that the center coordinates returned by this command always lead to one of two possibilities. Since the great circle bisects the sphere, the antipode of the returned point is also a center with a radius of 90º. In the above example, the South Pole would also be a suitable center for the Equator in small circle notation.See Also
antipode |
Find antipodal points |
distdim |
Distance unit conversions |
gcxgc gcxscrhxrhcrossfix |
Intersection functions |