0

[တူၺ်း] [မႄးထတ်း] [ပိုၼ်း] [ၸၢင်း] ၽိုၼ်ၵႅမ်မိုဝ်း ထႅမ်းပလဵတ်ႉ

Usage မႄးထတ်း

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

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

or

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

  • latitude 1, longitude 1, latitude 2, and longitude 2 are the coordinates of your point. They should be specified as w:decimal degrees, not in degree-minute-second (DMS) notation, and South and West latitude and longitude should be expressed as negative numbers. You can use {{Decdeg}} to convert from DMS to decimal notation (e.g. {{Great circle distance|{{Decdeg|40|42|45.72}}|{{Decdeg|-70|0|21.24}}|{{Decdeg|34|2|60}}|{{Decdeg|-118|15|0}}|units=mi}} yields 2,654).
  • The radius of the planet in km (r=) parameter defaults the average radius of the earth between the latitudes of the input coordinates (using {{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).
  • units can be any unit recognized by Convert.
  • precision uses the same syntax as the unnamed precision parameter in Convert.

TemplateData မႄးထတ်း

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

Template parameters[ၸတ်းၵၢၼ် ၶေႃႈမုၼ်းထႅမ်းပလဵၵ်ႉ]

Parameterၶေႃႈသပ်းလႅင်းTypeStatus
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:Convert]]

Default
km
Stringoptional