*WGS84 경위도
EPSG:4326, EPSG:4166 (Korean 1995)
+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs
*Bessel 1841 경위도
EPSG:4004, EPSG:4162 (Korean 1985)
+proj=longlat +ellps=bessel +no_defs
*GRS80 경위도
EPSG:4019, EPSG:4737 (Korean 2000)
+proj=longlat +ellps=GRS80 +no_defs
*Google Mercator
EPSG:900913(통칭), EPSG:3857(공식)
+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs
*UTM52N (WGS84)
EPSG:32652
+proj=utm +zone=52 +ellps=WGS84 +datum=WGS84 +units=m +no_defs
*UTM51N (WGS84)
EPSG:32651
+proj=utm +zone=51 +ellps=WGS84 +datum=WGS84 +units=m +no_defs
*동부원점(Bessel)
EPSG:2096
+proj=tmerc +lat_0=38 +lon_0=129 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs
*중부원점(Bessel)
EPSG:2097
+proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs
*서부원점(Bessel)
EPSG:2098
+proj=tmerc +lat_0=38 +lon_0=125 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs
*보정된 서부원점(Bessel)
EPSG:5173
+proj=tmerc +lat_0=38 +lon_0=125.00289 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs
*보정된 중부원점(Bessel)
EPSG:5174
+proj=tmerc +lat_0=38 +lon_0=127.00289 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs
*보정된 제주원점(Bessel)
EPSG:5175
+proj=tmerc +lat_0=38 +lon_0=127.00289 +k=1 +x_0=200000 +y_0=550000 +ellps=bessel +units=m +no_defs
*보정된 동부원점(Bessel)
EPSG:5176
+proj=tmerc +lat_0=38 +lon_0=129.00289 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs
*보정된 동해(울릉)원점(Bessel)
EPSG:5177
+proj=tmerc +lat_0=38 +lon_0=131.00289 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs
*UTM-K (Bessel)
EPSG:5178
+proj=tmerc +lat_0=38 +lon_0=127.5 +k=0.9996 +x_0=1000000 +y_0=2000000 +ellps=bessel +units=m +no_defs
*UTM-K (GRS80)
EPSG:5179
+proj=tmerc +lat_0=38 +lon_0=127.5 +k=0.9996 +x_0=1000000 +y_0=2000000 +ellps=GRS80 +units=m +no_defs
*서부원점(GRS80)
EPSG:5185
+proj=tmerc +lat_0=38 +lon_0=125 +k=1 +x_0=200000 +y_0=600000 +ellps=GRS80 +units=m +no_defs
*중부원점(GRS80)
EPSG:5186
+proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=600000 +ellps=GRS80 +units=m +no_defs
*동부원점(GRS80)
EPSG:5187
+proj=tmerc +lat_0=38 +lon_0=129 +k=1 +x_0=200000 +y_0=600000 +ellps=GRS80 +units=m +no_defs
*동해(울릉)원점(GRS80)
EPSG:5188
+proj=tmerc +lat_0=38 +lon_0=131 +k=1 +x_0=200000 +y_0=600000 +ellps=GRS80 +units=m +no_defs
'GIS 일반' 카테고리의 다른 글
| 한국 주요 좌표계 EPSG코드 및 proj4 인자 정리 (3) | 2011/12/21 |
|---|
댓글을 달아 주세요
EPSG:5178, EPSG:5179의 x_0, y_0 값이 잘못되어 수정하였습니다.
2012/01/19 03:18 [ ADDR : EDIT/ DEL : REPLY ]경위도 좌표계들에서 한국에서 정의한 Datum의 EPSG 코드를 추가하였습니다. 글로벌한 데이텀과 무엇이 차이가 있는지는 아직 모르겠네요.
2012/02/23 14:19 [ ADDR : EDIT/ DEL : REPLY ]특정 EPSG 코드값에 해당하는 PROJ4 형식의 좌표계 정보를 뽑아내는 가장 좋은 방법은 GDAL과 함께 배포되는 epsg_tr.py 를 사용하는 것입니다.
2012/02/24 00:08 [ ADDR : EDIT/ DEL : REPLY ]