lat long 위도 경도

Published by onesixx on

위도경도
가로세로
latitudelongitude
적도 기준그리니치 천문대 기준(영국)
북위 0~90 N 남위 0~90 S동경 0~180E 서경 0~180W
1도 = 약 111km적도에서 111km , 극지방 0

Korea_center = (36.355, 127.766)
Greenwich_center = (0,0)
map = leaf.Map(center=Greenwich_center, zoom=2)
line0N = Polyline( locations=[(0,0), ( 90,0)], color="red", fill=False)
line0S = Polyline( locations=[(0,0), (-90,0)], color="blue", fill=False)
line180E = Polyline( locations=[(0, 180), ( 90, 180)], color="red", fill=False)
line180W = Polyline( locations=[(0,-180), (-90,-180)], color="blue", fill=False)
map.add_layer(line0N)
map.add_layer(line0S)
map.add_layer(line180E)
map.add_layer(line180W)
display(map)

Categories: Uncategorized

onesixx

Blog Owner

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x