Skip to content

naohide/coordinate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

coordinate

地図座標単位変換

Features

  • 日本測地系と世界測地系の変換
  • 単位の変換
    • 度(10進)
    • 度分秒
    • ミリ秒

How to use

from coordinate import Coordinate

c = Coordinate('35.248058', '139.039646')
c.wgs84_to_tokyo()

print(c.get_deg_latitude())
print(c.get_deg_longitude())

About

日本測地系と世界測地系の変換

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages