Skip to content

Instantly share code, notes, and snippets.

@skanae
skanae / tabima-jan
Last active October 7, 2021 14:32
旅麻雀用 西に100km地点を教えてくれる
from geopy.distance import geodesic
import math
# (緯度, 経度)
KyotoStation = (34.98625332246909, 135.7589705460798)
input = ("w",100) #行きたい方角と距離
nowPlace = [34.98625332246909, 135.7589705460798]
longest = [34.7024, 135.4959]