Jump to content

Template:Wy/si/Great circle distance/උපදෙස්

From Wikimedia Incubator

භාවිතය

[edit source]

Computes the w:great circle distance between two points, specified by the latitude and longitude, using the w:haversine formula.

{{Wy/si/Great circle distance|latitude 1|longitude 1|latitude 2|longitude 2|radius of the planet in km (optional)|units=(optional)|precision=(optional)}}

or

{{Wy/si/Great circle distance|lat1=|long1=|lat2=|long2=|r=|units=|precision=}}

  • The radius of the planet in km (r=) parameter defaults the average radius of the earth between the latitudes of the input coordinates (using {{Wy/si/Great circle distance/er}}). Because the earth is an w:ellipsoid, not a perfect sphere, the further your points are from each other, the less accurate your answer will be. You can substitute this value for the radius at your midpoint, if known, or use any other value (for example, you could use 3390 if you want distances on w:Mars, or 6371 if you want to use the mean earth radius).

TemplateData

[edit source]

Computes the great circle distance between two points, specified by the latitude and longitude, using the haversine formula.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Latitude 1lat1 1

Latitude of point 1 in decimal degrees

Default
0
Numberrequired
Longitude 1long1 2

Longitude of point 1 in decimal degrees

Default
0
Numberrequired
Latitude 2lat2 3

Latitude of point 2 in decimal degrees

Default
0
Numberrequired
Longitude 2long2 4

Longitude of point 2 in decimal degrees

Default
0
Numberrequired
Radiusr 5

Radius of the planet in kilometers

Default
6373
Numberoptional
Unitsunits

Units to output distance in (defaults to km). Can be any distance unit supported by [[:Template:Wy/si/Convert]]

Default
km
Stringoptional

අමතර අවධානයට

[edit source]