//
pkg.gl
Category
github.com/lfin-open/lfin.utils.golang
location
package
0.1.5
Repository:
https://github.com/lfin-open/lfin.utils.golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
37 SLOC
#
Functions
ConvertDDMtoDD
ConvertDDMtoDD DDM(Degrees Decimal Minute) 을 DD(Decimal Degrees) 로 변환 Longitude: 3733.6734 N -> 37.561223 Latitude : 12649.7108 E -> 126.828513.
IsValidCoordinates
IsValidCoordinates 위경도가 유효한지 체크 유효범위: -90 <= lat <= 90 , -180 <= lon <= 180.
#
Constants
East
좌표 방위.
North
좌표 방위.
South
좌표 방위.
West
좌표 방위.