[GRASS-SVN] r41224 - grass/branches/develbranch_6/lib/proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 28 10:04:59 EST 2010
Author: neteler
Date: 2010-02-28 10:04:58 -0500 (Sun, 28 Feb 2010)
New Revision: 41224
Modified:
grass/branches/develbranch_6/lib/proj/gcs.override.csv
grass/branches/develbranch_6/lib/proj/pcs.override.csv
grass/branches/develbranch_6/lib/proj/stateplane.csv
Log:
backported fixes from GDAL/data/
Modified: grass/branches/develbranch_6/lib/proj/gcs.override.csv
===================================================================
--- grass/branches/develbranch_6/lib/proj/gcs.override.csv 2010-02-28 15:04:39 UTC (rev 41223)
+++ grass/branches/develbranch_6/lib/proj/gcs.override.csv 2010-02-28 15:04:58 UTC (rev 41224)
@@ -1,14 +1,22 @@
-"COORD_REF_SYS_CODE","COORD_REF_SYS_NAME","DATUM_CODE","DATUM_NAME","GREENWICH_DATUM","UOM_CODE","ELLIPSOID_CODE","PRIME_MERIDIAN_CODE","SHOW_CRS","DEPRECATED","COORD_OP_METHOD_CODE","DX","DY","DZ","RX","RY","RZ","DS"
+"COORD_REF_SYS_CODE","COORD_REF_SYS_NAME","DATUM_CODE","DATUM_NAME","GREENWICH_DATUM","UOM_CODE","ELLIPSOID_CODE","PRIME_MERIDIAN_CODE","SHOW_CRS","DEPRECATED","COORD_SYS_CODE","COORD_OP_METHOD_CODE","DX","DY","DZ","RX","RY","RZ","DS"
#
+# NOTICE: The master version of this file is in the libgeotiff subversion at:
+#
+# https://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff/csv/gcs.override.csv
+#
+# Do *not* change other copies without upstreaming the results to libgeotiff.
+#
+#
+#
# See http://bugzilla.remotesensing.org/show_bug.cgi?id=339
# Or http://www.linz.govt.nz/rcs/linz/pub/web/root/core/SurveySystem/GeodeticInfo/geodeticdatums/index.jsp
#
-4272,NZGD49,6272,New Zealand Geodetic Datum 1949,6272,9122,7022,8901,1,0,9606,59.47,-5.04,187.44,0.47,-0.1,1.024,-4.5993
+4272,NZGD49,6272,New Zealand Geodetic Datum 1949,6272,9122,7022,8901,1,0,6422,9606,59.47,-5.04,187.44,0.47,-0.1,1.024,-4.5993
#
#
# Use the seven-parameter transformation from the BEV (1618) for MGI (bug 870)
#
-4312,MGI,6312,Militar-Geographische Institut,6312,9108,7004,8901,1,0,9606,577.326,90.129,463.919,5.137,1.474,5.297,2.4232
+4312,MGI,6312,Militar-Geographische Institut,6312,9108,7004,8901,1,0,6422,9606,577.326,90.129,463.919,5.137,1.474,5.297,2.4232
#
# Bart van den Eijnden and Jan Hartmann suggest this datum shift value:
#
@@ -16,12 +24,19 @@
#
# Per http://bugzilla.remotesensing.org/show_bug.cgi?id=1305
#
-4218,Bogota 1975,6218,Bogota 1975,6218,9122,7022,8901,1,0,9603,307,304,-318,,,,
+4218,Bogota 1975,6218,Bogota 1975,6218,9122,7022,8901,1,0,6422,9603,307,304,-318,,,,
#
# Per http://bugzilla.remotesensing.org/show_bug.cgi?id=957
#
-4149,CH1903,6149,CH1903,6149,9122,7004,8901,1,0,9603,674.374,15.056,405.346,,,,
+4149,CH1903,6149,CH1903,6149,9122,7004,8901,1,0,6422,9603,674.374,15.056,405.346,,,,
#
# From Jan: http://bugzilla.remotesensing.org/show_bug.cgi?id=1336
#
-4313,Belge 1972,6313,Reseau National Belge 1972,6313,9122,7022,8901,1,0,9606,106.868628,-52.297783,103.723893,-0.336570,0.456955,-1.842183,1.0000012747
+4313,Belge 1972,6313,Reseau National Belge 1972,6313,9122,7022,8901,1,0,6422,9606,106.868628,-52.297783,103.723893,-0.336570,0.456955,-1.842183,1.0000012747
+#
+# Seven-parameter transformation for Pulkovo 1942
+# as defined by the GOST P 51794-2001.
+# See http://trac.osgeo.org/gdal/ticket/3176 for details.
+#
+4284,Pulkovo 1942,6284,Pulkovo 1942,6284,9122,7024,8901,1,0,6422,9607,23.9,-141.3,-80.9,0,-0.37,-0.85,-0.12
+
Modified: grass/branches/develbranch_6/lib/proj/pcs.override.csv
===================================================================
--- grass/branches/develbranch_6/lib/proj/pcs.override.csv 2010-02-28 15:04:39 UTC (rev 41223)
+++ grass/branches/develbranch_6/lib/proj/pcs.override.csv 2010-02-28 15:04:58 UTC (rev 41224)
@@ -1,5 +1,13 @@
"COORD_REF_SYS_CODE","COORD_REF_SYS_NAME","UOM_CODE","SOURCE_GEOGCRS_CODE","COORD_OP_CODE","COORD_OP_METHOD_CODE","SHOW_CRS","DEPRECATED","PARAMETER_CODE_1","PARAMETER_VALUE_1","PARAMETER_UOM_1","PARAMETER_CODE_2","PARAMETER_VALUE_2","PARAMETER_UOM_2","PARAMETER_CODE_3","PARAMETER_VALUE_3","PARAMETER_UOM_3","PARAMETER_CODE_4","PARAMETER_VALUE_4","PARAMETER_UOM_4","PARAMETER_CODE_5","PARAMETER_VALUE_5","PARAMETER_UOM_5","PARAMETER_CODE_6","PARAMETER_VALUE_6","PARAMETER_UOM_6","PARAMETER_CODE_7","PARAMETER_VALUE_7","PARAMETER_UOM_7"
#
+# NOTICE: The master version of this file is in the libgeotiff subversion at:
+#
+# https://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff/csv/pcs.override.csv
+#
+# Do *not* change other copies without upstreaming the results to libgeotiff.
+#
+#
+#
# Adjust central meridian to be relative to prime meridian.
#
26591,"Monte Mario (Rome) / Italy zone 1",9001,4806,18121,9807,1,0,8801,0,9102,8802,-3.45233333333333,9102,8805,0.9996,9201,8806,1500000,9001,8807,0,9001,,,,,,
Modified: grass/branches/develbranch_6/lib/proj/stateplane.csv
===================================================================
--- grass/branches/develbranch_6/lib/proj/stateplane.csv 2010-02-28 15:04:39 UTC (rev 41223)
+++ grass/branches/develbranch_6/lib/proj/stateplane.csv 2010-02-28 15:04:58 UTC (rev 41224)
@@ -33,6 +33,7 @@
1402,IOWA,SOUTH,2,NAD83,1402,26976
1501,KANSAS,NORTH,2,NAD83,1501,26977
1502,KANSAS,SOUTH,2,NAD83,1502,26978
+1600,KENTUCKY,SINGLE ZONE,2,NAD83,1600,3088
1601,KENTUCKY,NORTH,2,NAD83,1601,2205
1602,KENTUCKY,SOUTH,2,NAD83,1602,26980
1701,LOUISIANA,NORTH,2,NAD83,1701,26981
@@ -135,7 +136,7 @@
10404,CALIFORNIA,IV,2,NAD27,404,26744
10405,CALIFORNIA,V,2,NAD27,405,26745
10406,CALIFORNIA,VI,2,NAD27,406,26746
-10407,CALIFORNIA,VII,2,NAD27,407,26747
+10407,CALIFORNIA,VII,2,NAD27,407,26799
10501,COLORADO,NORTH,2,NAD27,501,26753
10502,COLORADO,CENTRAL,2,NAD27,502,26754
10503,COLORADO,SOUTH,2,NAD27,503,26755
More information about the grass-commit
mailing list