Why do 2 EPSG Codes exist for the same coordinate system?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
1
down vote
favorite
I sometimes need to publish data in Gauss-Kruger zone 3 and was wondering why there are now the following EPSG Codes which define this CRS.
- 31467 - DHDN / 3-degree Gauss-Kruger zone 3
- 31463 - DHDN / 3-degree Gauss zone 3
The Parameters are identical. Then why 2 Codes?
epsg
add a comment |Â
up vote
1
down vote
favorite
I sometimes need to publish data in Gauss-Kruger zone 3 and was wondering why there are now the following EPSG Codes which define this CRS.
- 31467 - DHDN / 3-degree Gauss-Kruger zone 3
- 31463 - DHDN / 3-degree Gauss zone 3
The Parameters are identical. Then why 2 Codes?
epsg
I cant find EPSG 31463 anywhere. epsg.io/?q=31463 or epsg-registry.org
– Spacedman
42 mins ago
@Spacedman see epsg.io/31463
– LaughU
38 mins ago
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I sometimes need to publish data in Gauss-Kruger zone 3 and was wondering why there are now the following EPSG Codes which define this CRS.
- 31467 - DHDN / 3-degree Gauss-Kruger zone 3
- 31463 - DHDN / 3-degree Gauss zone 3
The Parameters are identical. Then why 2 Codes?
epsg
I sometimes need to publish data in Gauss-Kruger zone 3 and was wondering why there are now the following EPSG Codes which define this CRS.
- 31467 - DHDN / 3-degree Gauss-Kruger zone 3
- 31463 - DHDN / 3-degree Gauss zone 3
The Parameters are identical. Then why 2 Codes?
epsg
epsg
asked 1 hour ago
Robert Buckley
4,7051148101
4,7051148101
I cant find EPSG 31463 anywhere. epsg.io/?q=31463 or epsg-registry.org
– Spacedman
42 mins ago
@Spacedman see epsg.io/31463
– LaughU
38 mins ago
add a comment |Â
I cant find EPSG 31463 anywhere. epsg.io/?q=31463 or epsg-registry.org
– Spacedman
42 mins ago
@Spacedman see epsg.io/31463
– LaughU
38 mins ago
I cant find EPSG 31463 anywhere. epsg.io/?q=31463 or epsg-registry.org
– Spacedman
42 mins ago
I cant find EPSG 31463 anywhere. epsg.io/?q=31463 or epsg-registry.org
– Spacedman
42 mins ago
@Spacedman see epsg.io/31463
– LaughU
38 mins ago
@Spacedman see epsg.io/31463
– LaughU
38 mins ago
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
EPSG:31463 seems to be deprecated and EPSG:31467 is the correct one.
http://spatialreference.org/ref/epsg/dhdn-3-degree-gauss-zone-3/ is stating:
ProjCRS related to inappropriate coordinate system resulting in incorrect axes and name. Use EPSG:31467 instead.
you can see see this, if you compare the AXIS definitions:
PROJCS["DHDN / 3-degree Gauss zone 3 (deprecated)",
GEOGCS["DHDN",
DATUM["Deutsches_Hauptdreiecksnetz",
SPHEROID["Bessel 1841",6377397.155,299.1528128,
AUTHORITY["EPSG","7004"]],
AUTHORITY["EPSG","6314"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.01745329251994328,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4314"]],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",9],
PARAMETER["scale_factor",1],
PARAMETER["false_easting",3500000],
PARAMETER["false_northing",0],
AUTHORITY["EPSG","31463"],
AXIS["X",EAST],
AXIS["Y",NORTH]]
with:
PROJCS["DHDN / Gauss-Kruger zone 3",
GEOGCS["DHDN",
DATUM["Deutsches_Hauptdreiecksnetz",
SPHEROID["Bessel 1841",6377397.155,299.1528128,
AUTHORITY["EPSG","7004"]],
AUTHORITY["EPSG","6314"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.01745329251994328,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4314"]],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",9],
PARAMETER["scale_factor",1],
PARAMETER["false_easting",3500000],
PARAMETER["false_northing",0],
AUTHORITY["EPSG","31467"],
AXIS["Y",EAST],
AXIS["X",NORTH]]
I need to add spatialreference.org to my list of places to look for EPSG codes. Thanks. Although epsg.io hides it under the "deprecated" link.
– Spacedman
38 mins ago
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
EPSG:31463 seems to be deprecated and EPSG:31467 is the correct one.
http://spatialreference.org/ref/epsg/dhdn-3-degree-gauss-zone-3/ is stating:
ProjCRS related to inappropriate coordinate system resulting in incorrect axes and name. Use EPSG:31467 instead.
you can see see this, if you compare the AXIS definitions:
PROJCS["DHDN / 3-degree Gauss zone 3 (deprecated)",
GEOGCS["DHDN",
DATUM["Deutsches_Hauptdreiecksnetz",
SPHEROID["Bessel 1841",6377397.155,299.1528128,
AUTHORITY["EPSG","7004"]],
AUTHORITY["EPSG","6314"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.01745329251994328,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4314"]],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",9],
PARAMETER["scale_factor",1],
PARAMETER["false_easting",3500000],
PARAMETER["false_northing",0],
AUTHORITY["EPSG","31463"],
AXIS["X",EAST],
AXIS["Y",NORTH]]
with:
PROJCS["DHDN / Gauss-Kruger zone 3",
GEOGCS["DHDN",
DATUM["Deutsches_Hauptdreiecksnetz",
SPHEROID["Bessel 1841",6377397.155,299.1528128,
AUTHORITY["EPSG","7004"]],
AUTHORITY["EPSG","6314"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.01745329251994328,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4314"]],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",9],
PARAMETER["scale_factor",1],
PARAMETER["false_easting",3500000],
PARAMETER["false_northing",0],
AUTHORITY["EPSG","31467"],
AXIS["Y",EAST],
AXIS["X",NORTH]]
I need to add spatialreference.org to my list of places to look for EPSG codes. Thanks. Although epsg.io hides it under the "deprecated" link.
– Spacedman
38 mins ago
add a comment |Â
up vote
3
down vote
EPSG:31463 seems to be deprecated and EPSG:31467 is the correct one.
http://spatialreference.org/ref/epsg/dhdn-3-degree-gauss-zone-3/ is stating:
ProjCRS related to inappropriate coordinate system resulting in incorrect axes and name. Use EPSG:31467 instead.
you can see see this, if you compare the AXIS definitions:
PROJCS["DHDN / 3-degree Gauss zone 3 (deprecated)",
GEOGCS["DHDN",
DATUM["Deutsches_Hauptdreiecksnetz",
SPHEROID["Bessel 1841",6377397.155,299.1528128,
AUTHORITY["EPSG","7004"]],
AUTHORITY["EPSG","6314"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.01745329251994328,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4314"]],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",9],
PARAMETER["scale_factor",1],
PARAMETER["false_easting",3500000],
PARAMETER["false_northing",0],
AUTHORITY["EPSG","31463"],
AXIS["X",EAST],
AXIS["Y",NORTH]]
with:
PROJCS["DHDN / Gauss-Kruger zone 3",
GEOGCS["DHDN",
DATUM["Deutsches_Hauptdreiecksnetz",
SPHEROID["Bessel 1841",6377397.155,299.1528128,
AUTHORITY["EPSG","7004"]],
AUTHORITY["EPSG","6314"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.01745329251994328,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4314"]],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",9],
PARAMETER["scale_factor",1],
PARAMETER["false_easting",3500000],
PARAMETER["false_northing",0],
AUTHORITY["EPSG","31467"],
AXIS["Y",EAST],
AXIS["X",NORTH]]
I need to add spatialreference.org to my list of places to look for EPSG codes. Thanks. Although epsg.io hides it under the "deprecated" link.
– Spacedman
38 mins ago
add a comment |Â
up vote
3
down vote
up vote
3
down vote
EPSG:31463 seems to be deprecated and EPSG:31467 is the correct one.
http://spatialreference.org/ref/epsg/dhdn-3-degree-gauss-zone-3/ is stating:
ProjCRS related to inappropriate coordinate system resulting in incorrect axes and name. Use EPSG:31467 instead.
you can see see this, if you compare the AXIS definitions:
PROJCS["DHDN / 3-degree Gauss zone 3 (deprecated)",
GEOGCS["DHDN",
DATUM["Deutsches_Hauptdreiecksnetz",
SPHEROID["Bessel 1841",6377397.155,299.1528128,
AUTHORITY["EPSG","7004"]],
AUTHORITY["EPSG","6314"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.01745329251994328,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4314"]],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",9],
PARAMETER["scale_factor",1],
PARAMETER["false_easting",3500000],
PARAMETER["false_northing",0],
AUTHORITY["EPSG","31463"],
AXIS["X",EAST],
AXIS["Y",NORTH]]
with:
PROJCS["DHDN / Gauss-Kruger zone 3",
GEOGCS["DHDN",
DATUM["Deutsches_Hauptdreiecksnetz",
SPHEROID["Bessel 1841",6377397.155,299.1528128,
AUTHORITY["EPSG","7004"]],
AUTHORITY["EPSG","6314"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.01745329251994328,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4314"]],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",9],
PARAMETER["scale_factor",1],
PARAMETER["false_easting",3500000],
PARAMETER["false_northing",0],
AUTHORITY["EPSG","31467"],
AXIS["Y",EAST],
AXIS["X",NORTH]]
EPSG:31463 seems to be deprecated and EPSG:31467 is the correct one.
http://spatialreference.org/ref/epsg/dhdn-3-degree-gauss-zone-3/ is stating:
ProjCRS related to inappropriate coordinate system resulting in incorrect axes and name. Use EPSG:31467 instead.
you can see see this, if you compare the AXIS definitions:
PROJCS["DHDN / 3-degree Gauss zone 3 (deprecated)",
GEOGCS["DHDN",
DATUM["Deutsches_Hauptdreiecksnetz",
SPHEROID["Bessel 1841",6377397.155,299.1528128,
AUTHORITY["EPSG","7004"]],
AUTHORITY["EPSG","6314"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.01745329251994328,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4314"]],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",9],
PARAMETER["scale_factor",1],
PARAMETER["false_easting",3500000],
PARAMETER["false_northing",0],
AUTHORITY["EPSG","31463"],
AXIS["X",EAST],
AXIS["Y",NORTH]]
with:
PROJCS["DHDN / Gauss-Kruger zone 3",
GEOGCS["DHDN",
DATUM["Deutsches_Hauptdreiecksnetz",
SPHEROID["Bessel 1841",6377397.155,299.1528128,
AUTHORITY["EPSG","7004"]],
AUTHORITY["EPSG","6314"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.01745329251994328,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4314"]],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",9],
PARAMETER["scale_factor",1],
PARAMETER["false_easting",3500000],
PARAMETER["false_northing",0],
AUTHORITY["EPSG","31467"],
AXIS["Y",EAST],
AXIS["X",NORTH]]
answered 41 mins ago
Revo
334111
334111
I need to add spatialreference.org to my list of places to look for EPSG codes. Thanks. Although epsg.io hides it under the "deprecated" link.
– Spacedman
38 mins ago
add a comment |Â
I need to add spatialreference.org to my list of places to look for EPSG codes. Thanks. Although epsg.io hides it under the "deprecated" link.
– Spacedman
38 mins ago
I need to add spatialreference.org to my list of places to look for EPSG codes. Thanks. Although epsg.io hides it under the "deprecated" link.
– Spacedman
38 mins ago
I need to add spatialreference.org to my list of places to look for EPSG codes. Thanks. Although epsg.io hides it under the "deprecated" link.
– Spacedman
38 mins ago
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f297338%2fwhy-do-2-epsg-codes-exist-for-the-same-coordinate-system%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
I cant find EPSG 31463 anywhere. epsg.io/?q=31463 or epsg-registry.org
– Spacedman
42 mins ago
@Spacedman see epsg.io/31463
– LaughU
38 mins ago