Skip to content

Commit

Permalink
nkg.sql: fix remaining duplicated transformation names
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 2, 2024
1 parent 59b194f commit a8db330
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/sql/nkg.sql
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ INSERT INTO "usage" VALUES (
-- EE
INSERT INTO "helmert_transformation" VALUES (
'NKG','P1_2008_EE', -- operation auth+code
'NKG_ETRF00 to ETRF96@2000.0', -- name
'NKG_ETRF00 to ETRF96@2000.0 (Estonia)', -- name
'Transformation from NKG_ETRF00 to ETRF96, at transformation reference epoch 2000.0', -- description / remark
'EPSG','1033', -- method auth+code
'Position Vector transformation (geocentric domain)',
Expand Down Expand Up @@ -345,7 +345,7 @@ INSERT INTO "usage" VALUES (
-- FI
INSERT INTO "helmert_transformation" VALUES (
'NKG','P1_2008_FI', -- operation auth+code
'NKG_ETRF00 to ETRF96@2000.0', -- name
'NKG_ETRF00 to ETRF96@2000.0 (Finland)', -- name
'Transformation from NKG_ETRF00 to ETRF96, at transformation reference epoch 2000.0', -- description / remark
'EPSG','1033', -- method auth+code
'Position Vector transformation (geocentric domain)',
Expand Down Expand Up @@ -553,7 +553,7 @@ INSERT INTO "usage" VALUES (
-- EE
INSERT INTO "helmert_transformation" VALUES (
'NKG','PAR_2020_EE', -- operation auth+code
'NKG_ETRF14 to ETRF96@2000.0', -- name
'NKG_ETRF14 to ETRF96@2000.0 (Estonia)', -- name
'Transformation from NKG_ETRF14 to ETRF96, at transformation reference epoch 2000.0', -- description / remark
'EPSG','1033', -- method auth+code
'Position Vector transformation (geocentric domain)',
Expand Down Expand Up @@ -587,7 +587,7 @@ INSERT INTO "usage" VALUES (
-- FI
INSERT INTO "helmert_transformation" VALUES (
'NKG','PAR_2020_FI', -- operation auth+code
'NKG_ETRF14 to ETRF96@2000.0', -- name
'NKG_ETRF14 to ETRF96@2000.0 (Finland)', -- name
'Transformation from NKG_ETRF14 to ETRF96, at transformation reference epoch 2000.0', -- description / remark
'EPSG','1033', -- method auth+code
'Position Vector transformation (geocentric domain)',
Expand Down

0 comments on commit a8db330

Please sign in to comment.