How can I get the latitude and longitude of “x” meter from ref latitude and longitude?

后端 未结 4 1723
自闭症患者
自闭症患者 2021-01-14 05:21

I have a distance in meters and ref latitude and longitude. Now I want latitude and longitude from the given ref point on x meters in four direction (south, north, east and

4条回答
  •  甜味超标
    2021-01-14 06:04

    This spreadsheet from the ordnance survey contains full conversions in vb script macro that can be converted.

    It should be able to give you the new location based on degrees and time.

    Reformat latitude and longitude coordinates between: Degrees, Minutes & Seconds; decimal Degrees; and Degrees & Decimal Minute formats.

提交回复
热议问题