Skip to content

R을 이용한 GPS 좌표와 국가지점번호의 상호 변환. R package for converting between WGS84 GPS coordinates and Korea's National Point Number (NPN).

License

Notifications You must be signed in to change notification settings

hyein-cbio/NPNkorea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Can convert in both directions of Korea's National Point Number and longitude and latitude coordinates in WGS84 (GPS). WGS84 기반 위경도 좌표와 국가지점번호 표기 상호간 변환이 가능합니다.

국가지점번호로

# 서울시청
toNPN(data.frame(lon=126.978422, lat=37.566742))
[1] "다사 5393 5205"

GPS 경도, 위도로

# 서울시청
toWGS("다사 5396 5207")
                   [,1]     [,2]
다사 5396 5207 126.9787 37.56684

About

R을 이용한 GPS 좌표와 국가지점번호의 상호 변환. R package for converting between WGS84 GPS coordinates and Korea's National Point Number (NPN).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published