Ziel Python Library Master (2) Vincent

[Bibliotheksbeschreibung]

Finden Sie den Abstand zwischen zwei Punkten (ist es ein gerader Abstand?) Es scheint, dass es mit einer Genauigkeit von 1 mm erforderlich ist

[Vorbereitung]

Holen Sie sich die Koordinaten der beiden Punkte, die Sie finden möchten. Hier finden wir die Entfernung zwischen Tokyo Station und Osaka Station. Wenn Sie auf der Google-Karte nach "Tokyo Station" und "Osaka Station" suchen, finden Sie diese jeweils in der URL.   35.6813023,139.7640582   34.7024898,135.4937619 Wird nach @ geschrieben, also kopiere es. Wahrscheinlich Längen- und Breitengrad.

【Programm】

vincenty.py


# -*- coding: utf-8 -*-

from vincenty import vincenty

tokyo_sta = (35.6813023, 139.7640582)
osaka_sta = (34.7024898, 135.4937619)

#Die Einheit der Entfernung ist Meter
print vincenty(tokyo_sta, osaka_sta)
#Geben Sie Meilen als Entfernungseinheit an
print vincenty(tokyo_sta, osaka_sta, miles=True)

【Ergebnis】

403.751385  250.879402

[Eindruck]

Wofür kann es verwendet werden? ('_')

[Referenzseite]

vincenty  github

Recommended Posts

Ziel Python Library Master (2) Vincent
Ziel Python Library Master (48) Autopep8
Ziel Python Library Master (36) json2html
Ziel Python-Master (49) psidialogs
Ziel Python Library Master (26) easyxml
Ziel Python Library Master (29) table_printer
Zielen Sie auf die Namespaces des Python Library Master (55)
Ziel Python Library Master (46) Browserplus
Ziel Python Library Master (30) Chronyk
Ziel Python Library Master (3) Arbeitskalender
Ziel Python Speed Master (42) Speedrecorder
Ziel Python Library Master (37) Slimurl
Ziel Python Library Master (44) Pynetviz
Ziel Python Library Master (8) Rolex
Ziel Python Library Master (52) Marktime
Ziel Python Library Master (7) Numparser
Ziel Python Library Master (21) hy
Richten Sie die Anforderungen des Python Library Master (18) aus
Ziel Python Library Master (13) easydev
Ziel Python Library Master (20) Pyyaml
Zielen Sie gleichzeitig auf den Python-Bibliotheksmaster (34)
Ziel ist die Wortsegmentierung des Python Library Master (40)
Ziel Python Library Master (43) cpmoptimize
Ziel Python Library Master (68) Pazudorasolver
Ziel Python Library Master (58) Fälscher
Ziel Python Library Master (11) nlist
Ziel Python Library Master (65) Geopy
Zielen Sie auf das Logbuch des Python Library Master (59)
Ziel Python Library Master (51) Pyautogui
Ziel Python Library Master (10) Timeit
Ziel Python Python Master (0) Links
Ziel Python Library Master (66) youtube-dl
Ziel Python Library Master (53) Psutil
Ziel Python Library Master (22) htmltag
Ziel Python Library Master (67) httpie
Ziel Python Library Master (45) xlsxwriter
Ziel Python Library Master (9) WebHelpers
Ziel Python Library Master (32) SQL
Ziel Python Library Master (60) Colourettu
Ziel Python Library Master (64) Pretty_cron
Ziel Python Library Master (56) Colorthief
Ziel Python Library Master (61) verschachtelte Suche
Ziel Python Range Master (17) RangeParser
Ziel Python Library Master (47) Deckor
Ziel Python Library Master (25) bestellte Menge
Ziel Python Python Library Master (62) Blicke
Ziel Python Library Master (12) Excel
Ziel Python Library Master (24) Combi
Ziel Python Library Master (63) easygui
Ziel Python Library Master (19) Riemann
Ziel Python Library Master (39) goless
Ziel Python Library Master (54) tqdm
Zielen Sie auf das Byteplay von Python Library Master (16)
Ziel Python Python Master (23) memory_utils
Ziel Python Library Master (27) Benchit
Ziel Python Library Master (35) Pywildcard
Ziel Python Library Master (14) Pyknon
Ziel Python Library Master (15) Brute
Zielen Sie auf Python Library Master (50) xlwings
Ziel Python Library Master (31) Adipy
Ziel Python Library Master (57) Browsergui