[DebianGIS-dev] r1074 - in packages/geotiff/libgeotiff/branches/upstream/current: . bin csv libxtiff

frankie at alioth.debian.org frankie at alioth.debian.org
Wed Sep 19 08:45:42 UTC 2007


Author: frankie
Date: 2007-09-19 08:45:41 +0000 (Wed, 19 Sep 2007)
New Revision: 1074

Added:
   packages/geotiff/libgeotiff/branches/upstream/current/csv/pcs.override.csv
Modified:
   packages/geotiff/libgeotiff/branches/upstream/current/ChangeLog
   packages/geotiff/libgeotiff/branches/upstream/current/Makefile.in
   packages/geotiff/libgeotiff/branches/upstream/current/README
   packages/geotiff/libgeotiff/branches/upstream/current/bin/Makefile.in
   packages/geotiff/libgeotiff/branches/upstream/current/bin/listgeo.c
   packages/geotiff/libgeotiff/branches/upstream/current/bin/makegeo.c
   packages/geotiff/libgeotiff/branches/upstream/current/configure
   packages/geotiff/libgeotiff/branches/upstream/current/configure.in
   packages/geotiff/libgeotiff/branches/upstream/current/cpl_csv_incode.c
   packages/geotiff/libgeotiff/branches/upstream/current/csv/build_pcs.py
   packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_axis.csv
   packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_operation.csv
   packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_operation_method.csv
   packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_operation_parameter_value.csv
   packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_operation_path.csv
   packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_reference_system.csv
   packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_system.csv
   packages/geotiff/libgeotiff/branches/upstream/current/csv/datum.c
   packages/geotiff/libgeotiff/branches/upstream/current/csv/datum.csv
   packages/geotiff/libgeotiff/branches/upstream/current/csv/ellipsoid.c
   packages/geotiff/libgeotiff/branches/upstream/current/csv/ellipsoid.csv
   packages/geotiff/libgeotiff/branches/upstream/current/csv/gcs.c
   packages/geotiff/libgeotiff/branches/upstream/current/csv/gcs.csv
   packages/geotiff/libgeotiff/branches/upstream/current/csv/gcs.override.csv
   packages/geotiff/libgeotiff/branches/upstream/current/csv/pcs.c
   packages/geotiff/libgeotiff/branches/upstream/current/csv/pcs.csv
   packages/geotiff/libgeotiff/branches/upstream/current/csv/projop_wparm.c
   packages/geotiff/libgeotiff/branches/upstream/current/csv/projop_wparm.csv
   packages/geotiff/libgeotiff/branches/upstream/current/csv/unit_of_measure.c
   packages/geotiff/libgeotiff/branches/upstream/current/csv/unit_of_measure.csv
   packages/geotiff/libgeotiff/branches/upstream/current/geo_new.c
   packages/geotiff/libgeotiff/branches/upstream/current/geo_normalize.c
   packages/geotiff/libgeotiff/branches/upstream/current/geotiff.h
   packages/geotiff/libgeotiff/branches/upstream/current/geotiff_proj4.c
   packages/geotiff/libgeotiff/branches/upstream/current/libxtiff/xtiff.c
   packages/geotiff/libgeotiff/branches/upstream/current/libxtiff/xtiffio.h
   packages/geotiff/libgeotiff/branches/upstream/current/mkdist.sh
Log:
[svn-upgrade] Integrating new upstream version, libgeotiff (1.2.4)

Modified: packages/geotiff/libgeotiff/branches/upstream/current/ChangeLog
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/ChangeLog	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/ChangeLog	2007-09-19 08:45:41 UTC (rev 1074)
@@ -1,6 +1,72 @@
+2007-07-28  Frank Warmerdam  <warmerdam at pobox.com>
+
+	* Issue libgeotiff 1.2.4 release.
+
+	* geo_normalize.c: Fix name for GCS_WGS_72 per gdal bug #1715.
+
+2007-07-20  Frank Warmerdam  <warmerdam at pobox.com>
+
+	* csv/*.csv,*.c: Upgrade to EPSG 6.13.  Avoid applying pcs.override.csv
+	and gcs.override.csv to pcs.csv and gcs.csv as this sort of dataset
+	change is discouraged by the EPSG folks.
+
+	* geo_normalize.c: Pre-search pcs.override.csv and gcs.override.csv.
+
+	* cpl_csv_incode.c: Handle unexpected .csv files, and missing
+	records more gracefully.
+
+2007-06-05  Frank Warmerdam  <warmerdam at pobox.com>
+
+	* Modified GTIFGetUOMLengthInfo() (for normalization) to have
+	built in known values for foot and us survey foot.
+
+2007-03-13  Frank Warmerdam  <warmerdam at pobox.com>
+
+	* geotiff_proj4.c, geo_normalize.c: Added support for new zealand
+	map grid per http://bugzilla.remotesensing.org/show_bug.cgi?id=1519
+
+2007-02-04  Frank Warmerdam  <warmerdam at pobox.com>
+
+	* Makefile.in: Fix Progs dependency so parallel makes work properly.
+	http://bugzilla.remotesensing.org/show_bug.cgi?id=1475
+
+2006-12-18  Frank Warmerdam  <warmerdam at pobox.com>
+
+	* bin/listgeo.c: Don't report hemispheres *and* signs when using -d.
+
+2006-11-11  Frank Warmerdam  <warmerdam at pobox.com>
+
+	* xtiff.c, xtiffio.h: Made XTIFFInitialize() public so that 
+	applications can call it themselves when using alternate opens.
+	http://bugzilla.remotesensing.org/show_bug.cgi?id=1296
+
+2006-10-18  Frank Warmerdam  <warmerdam at pobox.com>
+
+	* Upgraded csv files to EPSG 6.11.1.
+
+2006-10-13  Frank Warmerdam  <warmerdam at pobox.com>
+
+	* Makefile.in: Avoid running configure or autoconf automatically.
+	It is nothing but heartache.
+
+2006-07-20  Frank Warmerdam  <warmerdam at pobox.com>
+
+	* bin/Makefile.in: Fix prefix handling.
+	http://bugzilla.remotesensing.org/show_bug.cgi?id=1245
+
+2006-06-26  Frank Warmerdam  <warmerdam at pobox.com>
+
+	* geo_new.c: If the ascii parameters list is too short for the declared
+	  size of an ascii parameter, but it doesn't start off the end of the
+          available string then just trim the length.  This is to make the
+          ESRI sample data file 34105h2.tif work properly.  I wish we had
+          a way of issuing warnings!
+
+==============================================================================
+
 2006-03-02  Frank Warmerdam  <warmerdam at pobox.com>
 
-	* Issuing libgeotif 1.2.2 release.
+	* Issuing libgeotif 1.2.3 release.
 
 2005-08-16  Frank Warmerdam  <warmerdam at pobox.com>
 

Modified: packages/geotiff/libgeotiff/branches/upstream/current/Makefile.in
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/Makefile.in	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/Makefile.in	2007-09-19 08:45:41 UTC (rev 1074)
@@ -104,7 +104,7 @@
 	rm -f libgeotiff.$(SO_EXT)
 	${LN} $(GEOTIFF_SO) libgeotiff.$(SO_EXT)
 
-Progs:
+Progs:	$(GEOTIFF_SO)
 	${CD} ${BIN};\
 	${MAKE}
 
@@ -172,9 +172,6 @@
 	rm -rf config.log config.status config.cache geo_config.h
 	rm -f Makefile
 
-config.status:	configure
-	./configure
-
 geo_config.h: geo_config.h.in config.status
 	./config.status
 	touch geo_config.h
@@ -189,9 +186,6 @@
 	  cp docs/*.html ../../geotiff-ht; \
 	fi
 
-configure:	configure.in aclocal.m4
-	autoconf
-
 install:
 	$(INSTALL) -d $(DESTDIR)$(libdir)
 	$(INSTALL) libgeotiff.a $(GEOTIFF_IMP) $(DESTDIR)${libdir}

Modified: packages/geotiff/libgeotiff/branches/upstream/current/README
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/README	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/README	2007-09-19 08:45:41 UTC (rev 1074)
@@ -82,12 +82,12 @@
    % make
 
  o If you want to use EPSG tables compiled into the code, use the
-   --with-incode-epsg configure switch.  It will make the library and
+   --enable-incode-epsg configure switch.  It will make the library and
    resulting executables substantially larger (~600K), but will avoid any 
    configuration issues with finding the .csv files. 
 
    % rm config.status
-   % ./configure --with-incode-epsg
+   % ./configure --enable-incode-epsg
    % make clean
    % make
 

Modified: packages/geotiff/libgeotiff/branches/upstream/current/bin/Makefile.in
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/bin/Makefile.in	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/bin/Makefile.in	2007-09-19 08:45:41 UTC (rev 1074)
@@ -20,8 +20,8 @@
 
 EXEEXT=@EXEEXT@
 
-prefix = /usr/local
-libdir  = ${prefix}/lib
+prefix = @prefix@
+libdir  = @libdir@
 
 PROGS=${BIN}/makegeo$(EXEEXT) ${BIN}/listgeo$(EXEEXT) ${BIN}/geotifcp$(EXEEXT)
 

Modified: packages/geotiff/libgeotiff/branches/upstream/current/bin/listgeo.c
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/bin/listgeo.c	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/bin/listgeo.c	2007-09-19 08:45:41 UTC (rev 1074)
@@ -153,30 +153,6 @@
     return( szPath );
 }
 
-const char *GTIFDecToDDec( double dfAngle, const char * pszAxis,
-                          int nPrecision )
-
-{
-    char        szFormat[30];
-    static char szBuffer[50];
-    const char  *pszHemisphere = NULL;
-
-    if( EQUAL(pszAxis,"Long") && dfAngle < 0.0 )
-        pszHemisphere = "W";
-    else if( EQUAL(pszAxis,"Long") )
-        pszHemisphere = "E";
-    else if( dfAngle < 0.0 )
-        pszHemisphere = "S";
-    else
-        pszHemisphere = "N";
-
-    sprintf( szFormat, "%%%d.%df%s",
-             nPrecision+5, nPrecision, pszHemisphere );
-    sprintf( szBuffer, szFormat, dfAngle );
-
-    return( szBuffer );
-}
-
 /*
  * Report the file(s) corner coordinates in projected coordinates, and
  * if possible lat/long.
@@ -202,8 +178,8 @@
     {
 	if (dec_flag) 
 	{
-	    fprintf( fp_out, "(%s,", GTIFDecToDDec( x, "Long", 7 ) );
-	    fprintf( fp_out, "%s)\n", GTIFDecToDDec( y, "Lat", 7 ) );
+	    fprintf( fp_out, "(%.7f,", x );
+	    fprintf( fp_out, "%.7f)\n", y );
 	} 
 	else 
 	{
@@ -219,8 +195,8 @@
         {
 	    if (dec_flag) 
 	    {
-		fprintf( fp_out, "  (%s,", GTIFDecToDDec( x, "Long", 7 ) );
-		fprintf( fp_out, "%s)", GTIFDecToDDec( y, "Lat", 7 ) );
+                fprintf( fp_out, "  (%.7f,", x );
+                fprintf( fp_out, "%.7f)", y );
 	    } 
 	    else 
 	    {

Modified: packages/geotiff/libgeotiff/branches/upstream/current/bin/makegeo.c
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/bin/makegeo.c	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/bin/makegeo.c	2007-09-19 08:45:41 UTC (rev 1074)
@@ -12,6 +12,7 @@
 #include "geotiffio.h"
 #include "xtiffio.h"
 #include <stdlib.h>
+#include <string.h>
 
 void SetUpTIFFDirectory(TIFF *tif);
 void SetUpGeoKeys(GTIF *gtif);
@@ -20,7 +21,7 @@
 #define WIDTH 20L
 #define HEIGHT 20L
 
-void main()
+int main()
 {
 	char *fname = "newgeo.tif";
 	TIFF *tif=(TIFF*)0;  /* TIFF-level descriptor */
@@ -43,13 +44,13 @@
 	GTIFWriteKeys(gtif);
 	GTIFFree(gtif);
 	XTIFFClose(tif);
-	exit (0);
+	return 0;
 	
 failure:
 	printf("failure in makegeo\n");
 	if (tif) TIFFClose(tif);
 	if (gtif) GTIFFree(gtif);
-	exit (-1);
+	return -1;
 }
 
 

Modified: packages/geotiff/libgeotiff/branches/upstream/current/configure
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/configure	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/configure	2007-09-19 08:45:41 UTC (rev 1074)
@@ -956,7 +956,7 @@
     else
       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     fi
-    cd $ac_popdir
+    cd "$ac_popdir"
   done
 fi
 
@@ -1415,7 +1415,7 @@
 
 VERSION_MAJOR=1
 VERSION_MINOR=2
-VERSION_POINT=3
+VERSION_POINT=4
 VERSION_MAJOR=$VERSION_MAJOR
 
 VERSION_MINOR=$VERSION_MINOR
@@ -1991,8 +1991,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2050,8 +2049,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2167,8 +2165,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2222,8 +2219,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2268,8 +2264,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2313,8 +2308,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2780,8 +2774,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3101,8 +3094,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3272,8 +3264,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3342,8 +3333,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3507,8 +3497,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3576,8 +3565,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3758,8 +3746,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3863,8 +3850,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3941,8 +3927,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4023,8 +4008,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4104,8 +4088,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4243,8 +4226,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4312,8 +4294,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"
-			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -5276,11 +5257,6 @@
   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
   esac
 
-  if test x"$ac_file" != x-; then
-    { echo "$as_me:$LINENO: creating $ac_file" >&5
-echo "$as_me: creating $ac_file" >&6;}
-    rm -f "$ac_file"
-  fi
   # Let's still pretend it is `configure' which instantiates (i.e., don't
   # use $as_me), people would be surprised to read:
   #    /* config.h.  Generated by config.status.  */
@@ -5319,6 +5295,12 @@
 	 fi;;
       esac
     done` || { (exit 1); exit 1; }
+
+  if test x"$ac_file" != x-; then
+    { echo "$as_me:$LINENO: creating $ac_file" >&5
+echo "$as_me: creating $ac_file" >&6;}
+    rm -f "$ac_file"
+  fi
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
   sed "$ac_vpsub

Modified: packages/geotiff/libgeotiff/branches/upstream/current/configure.in
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/configure.in	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/configure.in	2007-09-19 08:45:41 UTC (rev 1074)
@@ -6,7 +6,7 @@
 
 VERSION_MAJOR=1
 VERSION_MINOR=2
-VERSION_POINT=3
+VERSION_POINT=4
 AC_SUBST(VERSION_MAJOR,$VERSION_MAJOR)
 AC_SUBST(VERSION_MINOR,$VERSION_MINOR)
 AC_SUBST(VERSION_POINT,$VERSION_POINT)

Modified: packages/geotiff/libgeotiff/branches/upstream/current/cpl_csv_incode.c
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/cpl_csv_incode.c	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/cpl_csv_incode.c	2007-09-19 08:45:41 UTC (rev 1074)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * $Id: cpl_csv_incode.c,v 1.7 2004/03/23 18:21:56 warmerda Exp $
+ * $Id: cpl_csv_incode.c,v 1.8 2007/07/20 18:08:29 fwarmerdam Exp $
  *
  * Name:     cpl_struct.c
  * Project:  libgeotiff
@@ -29,6 +29,9 @@
  ******************************************************************************
  *
  * $Log: cpl_csv_incode.c,v $
+ * Revision 1.8  2007/07/20 18:08:29  fwarmerdam
+ * Handle unexpected .csv files, and missing records more gracefully.
+ *
  * Revision 1.7  2004/03/23 18:21:56  warmerda
  * Added CSVReadParseLine() stub
  *
@@ -151,11 +154,15 @@
                           CSVCompareCriteria eCriteria )
 {
   datafile_t *csvfile;
-  int row, col;
+  int row, col, iFile;
 
+  iFile = __CSVGetFileId(pszFilename);
+  if( iFile == -1 )
+      return NULL;
+
   col = CSVGetFileFieldId(pszFilename, pszKeyFieldName);
 
-  csvfile = (datafile_t *)&files[__CSVGetFileId(pszFilename)];
+  csvfile = (datafile_t *)&files[iFile];
   for (row = 1; ((csvfile->rows[row] != 0) && (csvfile->rows[row][col] != 0));
        row++) {
     if (CSVCompare(csvfile->rows[row][col], pszValue, eCriteria))
@@ -168,9 +175,13 @@
 int CSVGetFileFieldId( const char * pszFilename, const char * pszFieldName)
 {
     datafile_t *csvfile;
-    int i;
+    int i, iFile;
 
-    csvfile = (datafile_t *)&files[__CSVGetFileId(pszFilename)];
+    iFile = __CSVGetFileId(pszFilename);
+    if( iFile == -1 )
+        return -1;
+
+    csvfile = (datafile_t *)&files[iFile];
     if (!strncmp(csvfile->name,pszFilename,(strlen(pszFilename)-4)))
     {
         for (i = 0; csvfile->rows[0][i]; i++) 
@@ -194,12 +205,12 @@
 				   pszKeyFieldValue, CC_Integer );
 
   if( papszRecord == NULL )
-      return NULL;
+      return "";
 
   iField = CSVGetFileFieldId(pszFilename, pszTargetField);
 
   if( iField == -1 )
-      return NULL;
+      return "";
   else
       return (papszRecord[iField]);
 }

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/build_pcs.py
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/build_pcs.py	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/build_pcs.py	2007-09-19 08:45:41 UTC (rev 1074)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #******************************************************************************
-#  $Id: build_pcs.py,v 1.5 2004/05/04 00:29:31 warmerda Exp $
+#  $Id: build_pcs.py,v 1.8 2007/07/20 18:28:43 fwarmerdam Exp $
 # 
 #  Project:  GDAL
 #  Purpose:  Build the epsg_pcs.csv table with the minimum information
@@ -29,6 +29,15 @@
 #******************************************************************************
 # 
 # $Log: build_pcs.py,v $
+# Revision 1.8  2007/07/20 18:28:43  fwarmerdam
+# disable application of gcs.override.csv and pcs.override.csv
+#
+# Revision 1.7  2006/04/21 04:27:24  fwarmerdam
+# added pcs.override support
+#
+# Revision 1.6  2006/04/21 04:00:20  fwarmerdam
+# added SHOW_CRS and DEPRECATED to pcs.csv and gcs.csv
+#
 # Revision 1.5  2004/05/04 00:29:31  warmerda
 # added gcs.override.csv support
 #
@@ -89,6 +98,12 @@
 print '%d PCS and %d GCS coordinate systems to process.' % (len(pcs_keys), len(gcs_keys))
 
 ##############################################################################
+# Read PCS Override table for manually assigned transformations.
+
+pcs_override_table = csv_tools.CSVTable()
+pcs_override_table.read_from_csv( 'pcs.override.csv' )
+
+##############################################################################
 # Setup PCS table fields.
 
 pcs_table = csv_tools.CSVTable()
@@ -98,6 +113,8 @@
 pcs_table.add_field('SOURCE_GEOGCRS_CODE')       # GCS #
 pcs_table.add_field('COORD_OP_CODE')             # same asPROJECTION_CONV_CODE
 pcs_table.add_field('COORD_OP_METHOD_CODE')      # ie. 9807=Transvere Mercator
+pcs_table.add_field('SHOW_CRS')                  # 0=false, 1=true
+pcs_table.add_field('DEPRECATED')                # 0=false, 1=true
 
 max_parms = 7
 for i in range(max_parms):
@@ -109,11 +126,26 @@
 # Populate PCS table.Setup PCS table fields.
 
 for key in pcs_keys:
+
+    """
+    try:
+        o_rec = pcs_override_table.get_record( key )
+        
+        print 'PCS %d overridden from pcs.override.csv file' % key
+        pcs_table.add_record( key, o_rec )
+        continue
+    except:
+        pass
+    """
+
     crs_rec = crs.get_record( key )
     pcs_rec = {}
     pcs_rec['COORD_REF_SYS_CODE'] = crs_rec['COORD_REF_SYS_CODE']
     pcs_rec['COORD_REF_SYS_NAME'] = crs_rec['COORD_REF_SYS_NAME']
     pcs_rec['SOURCE_GEOGCRS_CODE'] = crs_rec['SOURCE_GEOGCRS_CODE']
+    pcs_rec['SHOW_CRS']           = crs_rec['SHOW_CRS']
+    pcs_rec['DEPRECATED']         = crs_rec['DEPRECATED']
+    
     if len(pcs_rec['SOURCE_GEOGCRS_CODE']) == 0:
         print 'GEOGCRS missing for %s/%s' % (crs_rec['COORD_REF_SYS_CODE'],
                                              crs_rec['COORD_REF_SYS_NAME'])
@@ -223,6 +255,7 @@
         if to_wgs84_ops.has_key(source_crs):
             if to_wgs84_ops[source_crs] is not None:
                 print 'GCS %d has multiple ways to WGS84.' % source_crs
+                print to_wgs84_ops[source_crs], key
                 to_wgs84_ops[source_crs] = None
         else:
             to_wgs84_ops[source_crs] = key
@@ -251,6 +284,8 @@
 gcs_table.add_field('UOM_CODE')                  # Angular units for GCS.
 gcs_table.add_field('ELLIPSOID_CODE')            # 
 gcs_table.add_field('PRIME_MERIDIAN_CODE')       #
+gcs_table.add_field('SHOW_CRS')                  # 0=false, 1=true
+gcs_table.add_field('DEPRECATED')                # 0=false, 1=true
 gcs_table.add_field('COORD_OP_METHOD_CODE')      # 
 gcs_table.add_field('DX')                        # +towgs84 parameters.
 gcs_table.add_field('DY')                        
@@ -265,6 +300,7 @@
 
 for key in gcs_keys:
 
+    """
     try:
         o_rec = gcs_override_table.get_record( key )
         
@@ -273,12 +309,15 @@
         continue
     except:
         pass
-    
+    """
+
     crs_rec = crs.get_record( key )
     gcs_rec = {}
     gcs_rec['COORD_REF_SYS_CODE'] = crs_rec['COORD_REF_SYS_CODE']
     gcs_rec['COORD_REF_SYS_NAME'] = crs_rec['COORD_REF_SYS_NAME']
     gcs_rec['DATUM_CODE']         = crs_rec['DATUM_CODE']
+    gcs_rec['SHOW_CRS']           = crs_rec['SHOW_CRS']
+    gcs_rec['DEPRECATED']         = crs_rec['DEPRECATED']
 
     gcs_rec['UOM_CODE'] = get_crs_uom(crs_rec, cs, ca )
 

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_axis.csv
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_axis.csv	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_axis.csv	2007-09-19 08:45:41 UTC (rev 1074)
@@ -19,6 +19,26 @@
 4408,9907,north,N,9084,2
 4409,9906,east,E,9040,1
 4409,9907,north,N,9040,2
+4410,9906,east,E,9301,1
+4410,9907,north,N,9301,2
+4462,9906,South along 180 deg,X,9001,1
+4462,9907,South along 90 deg West,Y,9001,2
+4463,9906,South along 100 deg East,X,9001,1
+4463,9907,South along 170 deg West,Y,9001,2
+4464,9906,South along 90 deg West,X,9001,1
+4464,9907,South along 0 deg,Y,9001,2
+4465,9906,South along 50 deg East,X,9001,1
+4465,9907,South along 140 deg East,Y,9001,2
+4466,9906,South along 10 deg West,X,9001,1
+4466,9907,South along 80 deg East,Y,9001,2
+4467,9906,South along 60 deg West,X,9001,1
+4467,9907,South along 30 deg East,Y,9001,2
+4468,9906,South along 45 deg East,X,9001,1
+4468,9907,South along 135 deg East,Y,9001,2
+4469,9906,South along 90 deg East,X,9001,1
+4469,9907,South along 180 deg,Y,9001,2
+4470,9906,North along 90 deg East,X,9001,1
+4470,9907,North along 0 deg,Y,9001,2
 4471,9906,North along 75 deg West,E,9001,1
 4471,9907,North along 165 deg West,N,9001,2
 4472,9906,North along 60 deg West,E,9001,1
@@ -81,12 +101,18 @@
 4500,9907,north,N,9001,1
 4501,9907,north,N,9001,1
 4501,9908,west,E,9001,2
+4502,9906,east,E,9005,2
+4502,9907,north,N,9005,1
 4530,9906,east,Y,9001,2
 4530,9907,north,X,9001,1
 4531,9906,east,y,9001,2
 4531,9907,north,x,9001,1
 4532,9906,east,X,9001,2
 4532,9907,north,Y,9001,1
+4533,9906,east,Y,9098,2
+4533,9907,north,X,9098,1
+4534,9906,east,none,9001,2
+4534,9907,north,none,9001,1
 6401,9901,north,Lat,9108,1
 6401,9902,east,Long,9108,2
 6401,9903,up,h,9001,3

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_operation.csv
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_operation.csv	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_operation.csv	2007-09-19 08:45:41 UTC (rev 1074)
@@ -8,7 +8,7 @@
 107,DMS to DMSH,conversion,,,,,1262,Convert degree minute second representation to and from degrees minutes seconds hemisphere representation.,0,9643,,,,EPSG,EPSG,2002-11-22,,1,1
 108,HDMS to DMSH,conversion,,,,,1262,Convert hemisphere degree minute second representation to and from degrees minutes seconds hemisphere representation.,0,9644,,,,EPSG,EPSG,2002-11-22,,1,1
 1025,ED50 to ED87 (1),transformation,4230,4231,5Nat-NSea-90,1,2330,?,,9630,9102,9102,Latitude differences from ED50 to ED87 in decimal degrees given by coefficients A0 through A14 where m=(latitude - 55) degrees and n=longitude in decimal degrees.  Longitude differences given through coefficients B0 through B14.,Norwegian Mapping Authority publication 1990:1,EPSG,2002-06-22,99.74  2000.55 2002.40,1,1
-1026,Madrid 1870 (Madrid) to ED50 (1),transformation,4903,4230,IGB-Esp,1,2366,?,10,9617,,,It is preferable to use whichever of either Madrid 1870 (Madrid) to ED50 (2) (code 1027) or Madrid 1870 (Madrid) to ED50 (3) (code 1028) is applicable to the area.,Institut de Geomatica; Barcelona,EPSG,2003-02-06,99.82  99.74 2003.051 2004.17,1,0
+1026,Madrid 1870 (Madrid) to ED50 (1),transformation,4903,4230,IGB-Esp,1,2366,?,10,9617,,,It is preferable to use whichever of either Madrid 1870 (Madrid) to ED50 (2) (code 1027) or Madrid 1870 (Madrid) to ED50 (3) (code 1028) is applicable to the area.,Institut de Geomatica; Barcelona,EPSG,2007-03-22,99.82  99.74 2003.051 2004.17 2007.043,1,0
 1027,Madrid 1870 (Madrid) to ED50 (2),transformation,4903,4230,IGB-Esp N,2,2367,?,5,9617,,,Use in preference to Madrid 1870 (Madrid) to ED50 (1) (code 1026).,Institut de Geomatica; Barcelona,EPSG,2003-02-06,99.82  99.74 2003.051 2004.17,1,0
 1028,Madrid 1870 (Madrid) to ED50 (3),transformation,4903,4230,IGB-Esp S,3,2368,?,5,9617,,,Use in preference to Madrid 1870 (Madrid) to ED50 (1) (code 1026).,Institut de Geomatica; Barcelona,EPSG,2000-03-07,99.82  99.74 2004.17,1,0
 1029,Amersfoort / RD New to ED50 / UTM zone 31N (1),transformation,28992,23031,NCG-Nld,1,1172,?,,9632,9001,9001,For reverse transformation see ED50 / UTM 31N to Amersfoort / RD New (1) (code 1030).,"Nederlandse Commissie voor Geodesie publication 30; ""Globale en Lokale Geodetische Systemen""; G. Strang van Hees.",EPSG,2000-03-07,,1,1
@@ -17,12 +17,12 @@
 1032,ED50 / UTM zone 31N to Amersfoort / RD New (2),transformation,23031,28992,NAM-Nld,2,1172,Oil exploration.,,9632,9001,9001,Used by NAM.  For reverse transformation see Amersfoort / RD New to ED50 / UTM zone 31 (2) (code 1031).,Shell / NAM,EPSG,2000-03-07,,1,1
 1033,Belge 72 / Lambert to ED50 / UTM zone 31N (1),transformation,31300,23031,NCG-Bel,1,1044,?,999,9631,9001,9001,For reverse transformation see ED50 / UTM 31N to Belge 72 / Lambert (code 1034).,"Nederlandse Commissie voor Geodesie publication 30; ""Globale en Lokale Geodetische Systemen""; G. Strang van Hees.",EPSG,2000-03-07,,1,1
 1034,ED50 / UTM zone 31N to Belge 72 / Lambert (1),transformation,23031,31300,NCG-Bel,1,1044,?,999,9631,9001,9001,For reverse transformation see Belge 72 / Lambert to ED50 / UTM 31N (code 1033).,"Nederlandse Commissie voor Geodesie publication 30; ""Globale en Lokale Geodetische Systemen""; G. Strang van Hees.",EPSG,2000-03-07,,1,1
-1035,Astra Minas to Campo Inchauspe / Argentina 2,transformation,5800,22192,IHS-Arg ComRiv,1,1265,Oil exploration.,5,9621,,,,IHS Energy,EPSG,2000-06-23,,1,0
-1036,OSGB 1936 / British National Grid to ETRS89 (1),transformation,27700,4258,OSGB-Gbr,1,1264,Accuracy 0.2m at 67% confidence level.,0.2,9633,,,Replaced by OSGB 1936 / British National Grid to ETRS89 (2) (code 1039).,http://www.gps.gov.uk/gpssurveying.asp,EPSG,2002-09-19,2002.62,1,0
+1035,Astra Minas to Campo Inchauspe / Argentina 2 (1),transformation,5800,22192,IHS-Arg ComRiv,1,1265,Oil exploration.,5,9621,,,,IHS Energy,EPSG,2006-12-11,2006.89,1,0
+1036,OSGB 1936 / British National Grid to ETRS89 (1),transformation,27700,4258,OSGB-Gbr,1,1264,Accuracy 0.2m at 67% confidence level.,0.2,9633,,,Withdrawn and replaced by OSGB 1936 / British National Grid to ETRS89 (2) (code 1039).,http://www.gps.gov.uk/gpssurveying.asp,EPSG,2007-03-22,2002.62 2007.043,1,0
 1037,Amersfoort / RD New to ED50 / TM 5 NE (1),transformation,28992,23095,NAM-Nld,1,1630,Oil exploration.,,9632,9001,9001,Used by NAM.  For reverse transformation see ED50 / TM 5 NE to Amersfoort / RD New (1) (code 1038).,Shell / NAM,EPSG,2002-07-13,,1,1
 1038,ED50 / TM 5 NE to Amersfoort / RD New (1),transformation,23095,28992,NAM-Nld,2,1630,Oil exploration.,,9632,9001,9001,Used by NAM.  For reverse transformation see Amersfoort / RD New to ED50 / TM 5 NE (1) (code 1037).,Shell / NAM,EPSG,2002-07-13,,1,1
-1039,OSGB 1936 / British National Grid to ETRS89 (2),transformation,27700,4258,OSGB-UK Gbr02,2,1264,Accuracy 0.1m at 67% confidence level.,0.1,9633,,,Replaces OSGB 1936 / British National Grid to ETRS89 (1) (code 1036). May be taken as approximate transformation OSGB 1936 / British National Grid to WGS 84 - see code 1040.,"Ordnance Survey of Great Britain, http://www.gps.gov.uk",EPSG,2002-09-19,,1,0
-1040,OSGB 1936 / British National Grid to WGS 84 (2),transformation,27700,4979,EPSG-UK Gbr02,2,1264,Accuracy 1m.,1,9633,,,Parameter values taken from OSGB 1936 / British National Grid to ETRS89 (2) (code 1039) assuming that ETRS89 is coincident with WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2002-09-19,,1,0
+1039,OSGB 1936 / British National Grid to ETRS89 (2),transformation,27700,4258,OSGB-UK Gbr02,2,1264,Accuracy 0.1m at 67% confidence level.,0.1,9633,,,Replaces OSGB 1936 / British National Grid to ETRS89 (1) (code 1036). May be taken as approximate transformation OSGB 1936 / British National Grid to WGS 84 - see code 15956.,"Ordnance Survey of Great Britain, http://www.gps.gov.uk",EPSG,2007-07-15,2007.067,1,0
+1040,OSGB 1936 / British National Grid to WGS 84 (2),transformation,27700,4979,EPSG-UK Gbr02,2,1264,Accuracy 1m.,1,9633,,,Parameter values taken from OSGB 1936 / British National Grid to ETRS89 (2) (code 1039) assuming that ETRS89 is coincident with WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2002-09-19,,1,1
 1041,TM75 to ETRS89 (1),transformation,4300,4258,Osi-Ire,1,1305,Accuracy 0.4m (95%).,0.4,9648,9102,9102,Derived at 183 points. Recommended by OSi and OSNI for all horizontal transformations in the Republic and Northern Ireland. Use iteration for reverse transformation ETRS89 to TM75. May be used as approximation for TM75 to WGS 84 (see code 1042).,"Ordnance Survey of Great Britain, http://www.gps.gov.uk",EPSG,2002-12-21,,1,0
 1042,TM75 to WGS 84 (1),transformation,4300,4326,EPSG-Ire,1,1305,Accuracy 1m.,1,9648,9102,9102,Parameter values taken from TM75 to ETRS89 (1) (code 1041) assuming that ETRS89 is coincident with WGS 84 within the accuracy of the transformation.  Use iteration for reverse transformation WGS 84 to TM75.,EPSG,EPSG,2002-12-21,,1,0
 1043,ED50 to ED87 (1),transformation,4230,4231,5Nat-NSea-90,1,2330,?,1,9651,9102,9102,Latitude differences from ED50 to ED87 in decimal degrees given by coefficients A0 through A14 where U=(latitude - 55) degrees and V=longitude in decimal degrees.  Longitude differences given through coefficients B0 through B14.,Norwegian Mapping Authority publication 1990:1,EPSG,2002-12-21,,1,1
@@ -34,9 +34,9 @@
 1049,ED50 / UTM zone 31N to Belge 72 / Lambert (1),transformation,23031,31300,NCG-Bel,1,1044,?,1,9652,9001,9001,For reverse transformation see Belge 72 / Lambert to ED50 / UTM 31N (code 1048).,"Nederlandse Commissie voor Geodesie publication 30; ""Globale en Lokale Geodetische Systemen""; G. Strang van Hees.",EPSG,2002-12-21,,1,0
 1050,Amersfoort / RD New to ED50 / TM 5 NE (1),transformation,28992,23095,NAM-Nld,1,1630,Oil exploration.,1,9653,9001,9001,Used by NAM.  For reverse transformation see ED50 / TM 5 NE to Amersfoort / RD New (1) (code 1051).,Shell / NAM,EPSG,2002-12-21,,1,0
 1051,ED50 / TM 5 NE to Amersfoort / RD New (1),transformation,23095,28992,NAM-Nld,2,1630,Oil exploration.,1,9653,9001,9001,Used by NAM.  For reverse transformation see Amersfoort / RD New to ED50 / TM 5 NE (1) (code 1050).,Shell / NAM,EPSG,2002-12-21,,1,0
-1052,ED50 to WGS 84 (35),transformation,4230,4326,DMA-Eur W,35,2879,Minerals management in Germany.,5,9654,9102,9102,Adopted at June 2003 agreement between LBA and BSH.  From  TR8350.2 MRE for onshore western Europe. May be approximated to better than 0.5m by transformation code 1998. LBA will also accept TR8350.2 mean Europe geocentric translation (code 1133).,Landesbergamt for Lower Saxony and Bundesanstalt für Seeschifffahrt und Hydrographie.,EPSG,2004-10-22,2003.201 2004.63,1,0
-1053,NTF to RGF93 (1),transformation,4275,4171,IGN-Fra 1m,1,1326,For applications requiring an accuracy of better than 1 metre.,1,9655,,,May be used for transformation of NTF to/from ETR89 as RGR93 may be considered equivalent to ETRS89 within the accuracy of the transformation. See tfm code 1054.,"Institut Geographique National (IGN) document NTG_88.pdf, ""Grille de parametres de transformation de coordonnees"". http://www.ign.fr",EPSG,2004-03-15,,1,0
-1054,NTF to ETRS89 (2),transformation,4275,4258,EPSG-Fra 1m,2,1326,For applications requiring an accuracy of better than 1 metre.,1,9655,,,These parameter values are taken from NTF to RGR93 (1) (code 1053) as RGR93 may be considered equivalent to ETRS89 within the accuracy of the transformation.,EPSG,EPSG,2004-03-15,,1,0
+1052,ED50 to WGS 84 (35),transformation,4230,4326,DMA-Eur W,35,2879,Minerals management in Germany.,5,9654,9102,9102,Adopted at June 2003 agreement between LBA and BSH.  From  TR8350.2 MRE for onshore western Europe. May be approximated to better than 0.5m by transformation code 1998. LBA will also accept TR8350.2 mean Europe geocentric translation (code 1133).,Landesbergamt for Lower Saxony and Bundesanstalt für Seeschifffahrt und Hydrographie.,EPSG,2007-03-22,2003.201 2004.63 2007.043,1,0
+1053,NTF to RGF93 (1),transformation,4275,4171,IGN-Fra 1m,1,1326,For applications requiring an accuracy of better than 1 metre.,1,9655,,,May be used for transformation of NTF to/from ETR89 and WGS 84 as RGR93 may be considered equivalent to ETRS89 or WGS 84 within the accuracy of the transformation. See tfm codes 1054 and 15939. May be emulated using NTv2 method - see tfm code 15940.,"Institut Geographique National (IGN) document NTG_88.pdf, ""Grille de parametres de transformation de coordonnees"". http://www.ign.fr",EPSG,2007-05-29,2007.036,1,0
+1054,NTF to ETRS89 (2),transformation,4275,4258,EPSG-Fra 1m,2,1326,For applications requiring an accuracy of better than 1 metre.,1,9655,,,These parameter values are taken from NTF to RGR93 (1) (code 1053) as RGR93 may be considered equivalent to ETRS89 within the accuracy of the transformation. May be emulated using NTv2 method - see tfm code 15941.,EPSG,EPSG,2007-05-29,2007.036,1,0
 1055,Ain el Abd to WGS 84 (3),transformation,4204,4326,WGC-Kwt,3,1136,1 metre accuracy.,1,9603,,,Derived at station K1.,KOC,EPSG,2004-06-16,,1,0
 1056,Ain el Abd to WGS 84 (4),transformation,4204,4326,Par-Kwt,4,1136,1 metre accuracy.,1,9607,,,"Derivation is more precise, but no evidence that accuracy is better than Ain el Abd to WGS 84 (3). EPSG recommends using Ain el Abd to WGS 84 (3).",KOC,EPSG,2004-06-16,,1,0
 1057,Ain el Abd to WGS 84 (5),transformation,4204,4326,Par-Kwt N,5,2956,1 metre accuracy.,1,9607,,,.,KOC,EPSG,2004-06-16,,1,0
@@ -48,16 +48,16 @@
 1063,Vientiane 1982 to Lao 1997 (1),transformation,4676,4678,NGD-Lao,1,1138,Accuracy 2m.,2,9603,,,Derived at 8 stations.,National Geographic Department,EPSG,2004-04-27,,1,0
 1064,Lao 1993 to Lao 1997 (1),transformation,4677,4678,NGD-Lao,1,1138,Accuracy 0.15m,0.15,9603,,,Derived at 25 stations.,National Geographic Department,EPSG,2004-04-27,,1,0
 1065,Lao 1997 to WGS 84 (1),transformation,4678,4326,NGD-Lao,1,1138,Accuracy 5m.,5,9603,,,Derived at 25 stations.,National Geographic Department,EPSG,2004-04-27,,1,0
-1066,Amersfoort to ETRS89 (2),transformation,4289,4258,NCG-Nld 2000,2,1275,Accuracy 0.5m,0.5,9636,,,Superseded by Amersfoort to ETRS89 (4) (tfm code 15740). Dutch sources also quote an equivalent transformation using the Coordinate Frame 7-parameter method - see tfm code 1751.,http://rdnap.kadaster.nl/rd/index.html  Also Nederlandse Commissie voor Geodesie publication 30; 3rd edition 1997.  Also with change of method and parameter units at EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-04-14,2005.08,1,0
+1066,Amersfoort to ETRS89 (2),transformation,4289,4258,NCG-Nld 2000,2,1275,Accuracy 0.5m,0.5,9636,,,Replaced by Amersfoort to ETRS89 (4) (tfm code 15740). Dutch sources also quote an equivalent transformation using the Coordinate Frame 7-parameter method - see tfm code 1751.,http://rdnap.kadaster.nl/rd/index.html  Also Nederlandse Commissie voor Geodesie publication 30; 3rd edition 1997.  Also with change of method and parameter units at EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2007-03-22,2005.08 2007.043,1,0
 1067,Minna to WGS 84 (11),transformation,4263,4326,Stat-Nga,11,1717,Oil industry exploration and production.,5,9603,,,"Used by Statoil for deep water blocks 210, 213, 217 and 218. Parameter values interpolated from Racal Survey geocentric translation contour charts  for each of these four blocks and then meaned.",Statoil.,EPSG,2004-04-27,,1,0
 1068,Guam 1963 to NAD83(HARN) (1),transformation,4675,4152,NGS-Gum,1,1110,"Geodetic survey. Accuracy 3 m in each component, 1 sigma.",5,9613,,,NADCON method which expects longitudes positive west; EPSG GeogCRSs Guam 1963 and NAD83(HARN) (codes 4675 and 4152) have longitudes positive east. Can be used as approximation for tfm between Guam 1963 and WGS 84 - see tfm code 1069.,ftp://ftp.ngs.noaa.gov/pub/pcsoft/nadcon/readme.txt,EPSG,2004-04-22,,1,0
 1069,Guam 1963 to WGS 84 (2),transformation,4675,4326,EPSG-Gum,2,1110,Accuracy 5m.,5,9613,,,"Parameter files are from Guam 1963 to NAD83(HARN) (1) (code 1068), but for many purposes NAD83(HARN) can be considered to be coincident with WGS 84 within the accuracy of the transformation.",EPSG,EPSG,2006-02-03,2006.021,1,0
 1070,Guam to WGS 84 (1),transformation,4675,4326,DMA-Gum,1,1110,For military purposes only. Accuracy 3m in each axis.,6,9603,,,Derived at 5 stations.,U.S. Defense Mapping Agency  TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
-1071,Palestine 1923 to Israel (1),transformation,4281,4141,SoI-Isr,1,1126,Accuracy: 1.5m,1.5,9603,,,For more accurate transformation contact Survey of Israel.,Survey of Israel,EPSG,2004-04-14,,1,0
-1072,Palestine 1923 / Israeli CS to Israel / Israeli TM (1),transformation,28193,2039,SoI-Isr,1,1126,Accuracy: 1m to north and 10m to south of east-west line through Beersheba (31 deg 15 min N).,3,9656,,,For more accurate transformation contact Survey of Israel.,Survey of Israel,EPSG,2004-04-14,,1,0
+1071,Palestine 1923 to Israel (1),transformation,4281,4141,SoI-Isr,1,1126,Accuracy: 1.5m,1.5,9603,,,For more accurate transformation contact Survey of Israel.,Survey of Israel,EPSG,2006-10-13,2006.89,1,0
+1072,Palestine 1923 / Israeli CS to Israel / Israeli TM (1),transformation,28193,2039,SoI-Isr,1,1126,Accuracy: 1m to north and 10m to south of east-west line through Beersheba (31 deg 15 min N).,3,9656,,,For more accurate transformation contact Survey of Israel.,Survey of Israel,EPSG,2006-10-13,2006.89,1,0
 1073,Israel to WGS 84 (1),transformation,4141,4326,SoI-Isr,1,1126,Accuracy: 2m,2,9603,,,For more accurate transformation contact Survey of Israel.,Survey of Israel,EPSG,2004-04-14,,1,0
 1074,Palestine 1923 to WGS 84 (1),transformation,4281,4326,EPSG-Isr,1,1126,Oil Exploration. Accuracy: 1m to north and 5m to south of east-west line through Beersheba (31 deg 15 min N).,2,9606,,,Not recognised by Survey of Israel. See Palestine 1923 to WGS 84 (2) (code 8650).,Various industry sources,EPSG,2004-04-14,,1,0
-1075,ED50 to WGS 84 (38),transformation,4230,4326,TPAO-Tur,38,2896,Oil Exploration,10,9603,,,"Derived in 1987 by Geodetic for TPAO.  Used on BP 1991/92 2D seismic surveys in central and eastern Turkish sector of Black Sea.  In Turkey, superseded by tfm code 1784. Also adopted for use offshore Israel.",Various industry sources,EPSG,2004-04-14,,1,0
+1075,ED50 to WGS 84 (38),transformation,4230,4326,TPAO-Tur,38,2896,Oil Exploration,10,9603,,,"Derived in 1987 by Geodetic for TPAO.  Used on BP 1991/92 2D seismic surveys in central and eastern Turkish sector of Black Sea.  In Turkey, replaced by tfm code 1784. Also adopted for use offshore Israel.",Various industry sources,EPSG,2007-03-22,2007.043,1,0
 1076,PSAD56 to WGS 84 (13),transformation,4248,4326,EPSG-Ven,13,1251,Approximation at the +/- 1m level.,1,9636,,,Parameter vales are from PSAD56 to REGVEN (1) (code 1769) assuming that REGVEN is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2004-03-26,,1,1
 1077,La Canoa to WGS 84 (2),transformation,4247,4326,EPSG-Ven,2,1251,Approximation at the +/- 1m level.,1,9636,,,Parameter values are from La Canoa to REGVEN (1) (code 1076) assuming that REGVEN is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2004-03-26,,1,1
 1078,Luxembourg 1930 to ETRS89 (2),transformation,4181,4258,ACT-Lux 0.1m,2,1146,For applications to an accuracy of 0.1 metre.,0.1,9636,,,May be taken as approximate transformation Luxembourg 1930 to WGS 84 - see code 1079.,Administration du Cadastre et de la Topographie. http://www.etat.lu/ACT,EPSG,2004-03-09,,1,0
@@ -65,10 +65,10 @@
 1080,CI1971 to WGS 84 (1),transformation,4672,4326,DMA-Nzl CI,1,2889,For military purposes.  Accuracy 15m in each axis.,26,9603,,,Derived at 4 stations.,"U.S. Defense Mapping Agency  TR8350.2 rev 3, January 2000. http://earth-info.nga.mil/GandG/tr8350/tr8350_2.html",EPSG,2005-05-21,2005.20 2005.21,1,0
 1081,CI1979 to WGS 84 (1),transformation,4673,4326,OSG-Nzl CI,1,2889,For applications requiring 2m accuracy.,2,9607,,,Derived at 4 stations using concatenation through WGS72. Parameter vales are also used to transform CI1979 to NZGD2000 - see tfm code 1082.,"Office of Surveyor General (OSG) Technical Report 14, June 2001.",EPSG,2004-02-17,,1,0
 1082,CI1979 to NZGD2000 (1),transformation,4673,4167,OSG-Nzl CI,1,2889,For applications requiring 2m accuracy.,2,9607,,,Parameter vales are from CI1979 to WGS 84 (1) (code 1081) assuming that WGS 84 is equivalent to NZGD2000 within the accuracy of the transformation.,"Office of Surveyor General (OSG) Technical Report 14, June 2001.",EPSG,2004-02-17,,1,0
-1083,JAD69 to WGS 72 (2),transformation,4242,4322,PC-Jam,2,1128,For oil exploration.,10,9603,,,Derived in 1981 through Transit observations at 4 stations by Geodetic Survey for Petroleum Corporation of Jamaica.,"""GPS Coordinate Transformation Parameters for Jamaica"", Newsome and Harvey, Survey Review Volume 37 Number 289 (July 2003). http://www.surveyreview.org",EPSG,2004-09-10,,1,0
-1084,JAD69 to WGS 84 (1),transformation,4242,4326,UT-Jam 5m,1,1128,For applications requiring 5m accuracy.,5,9603,,,Derived via NAD27 and WGS 72. Preliminary values derived by Survey Department but not officially promulgated.,"""GPS Coordinate Transformation Parameters for Jamaica"", Newsome and Harvey, Survey Review Volume 37 Number 289 (July 2003). http://www.surveyreview.org",EPSG,2004-02-17,,1,0
-1085,JAD69 to WGS 84 (2),transformation,4242,4326,UT-Jam 2m,2,1128,For applications requiring 2m accuracy.,2,9603,,,"Derived at 4 stations, tested at a further 9.","""GPS Coordinate Transformation Parameters for Jamaica"", Newsome and Harvey, Survey Review Volume 37 Number 289 (July 2003). http://www.surveyreview.org",EPSG,2004-02-17,,1,0
-1086,JAD69 to WGS 84 (3),transformation,4242,4326,UT-Jam 1m,3,1128,For applications requiring 1m accuracy.,1,9607,,,"Derived at 4 stations, tested at a further 9.","""GPS Coordinate Transformation Parameters for Jamaica"", Newsome and Harvey, Survey Review Volume 37 Number 289 (July 2003). http://www.surveyreview.org",EPSG,2004-02-17,,1,0
+1083,JAD69 to WGS 72 (2),transformation,4242,4322,PC-Jam,2,3342,For oil exploration.,10,9603,,,Derived in 1981 through Transit observations at 4 stations by Geodetic Survey for Petroleum Corporation of Jamaica.,"""GPS Coordinate Transformation Parameters for Jamaica"", Newsome and Harvey, Survey Review Volume 37 Number 289 (July 2003). http://www.surveyreview.org",EPSG,2007-01-19,2007.001,1,0
+1084,JAD69 to WGS 84 (1),transformation,4242,4326,UT-Jam 5m,1,3342,For applications requiring 5m accuracy.,5,9603,,,Derived via NAD27 and WGS 72. Preliminary values derived by Survey Department but not officially promulgated.,"""GPS Coordinate Transformation Parameters for Jamaica"", Newsome and Harvey, Survey Review Volume 37 Number 289 (July 2003). http://www.surveyreview.org",EPSG,2007-01-19,2007.001,1,0
+1085,JAD69 to WGS 84 (2),transformation,4242,4326,UT-Jam 2m,2,3342,For applications requiring 2m accuracy.,2,9603,,,"Derived at 4 stations, tested at a further 9.","""GPS Coordinate Transformation Parameters for Jamaica"", Newsome and Harvey, Survey Review Volume 37 Number 289 (July 2003). http://www.surveyreview.org",EPSG,2007-01-19,2007.001,1,0
+1086,JAD69 to WGS 84 (3),transformation,4242,4326,UT-Jam 1m,3,3342,For applications requiring 1m accuracy.,1,9607,,,"Derived at 4 stations, tested at a further 9.","""GPS Coordinate Transformation Parameters for Jamaica"", Newsome and Harvey, Survey Review Volume 37 Number 289 (July 2003). http://www.surveyreview.org",EPSG,2004-02-17,,1,1
 1087,ED50 to WGS 84 (37),transformation,4230,4326,RJGC-Jor,37,1130,Topographic mapping.,999,9603,,,Information has not been confirmed by National Mapping Agency.,Various industry sources,EPSG,2004-01-29,,1,0
 1088,Monte Mario to WGS 84 (5),transformation,4265,4326,ENI-Ita Adr N Anc,5,2882,Oil exploration and production,10,9603,,,,ENI E&P Division (AGIP),EPSG,2004-01-20,,1,0
 1089,Monte Mario to WGS 84 (6),transformation,4265,4326,ENI-Ita Adr Anc-Gar,6,2883,Oil exploration and production,10,9603,,,,ENI E&P Division (AGIP),EPSG,2004-01-20,,1,0
@@ -94,7 +94,7 @@
 1109,AGD84 to WGS 84 (1),transformation,4203,4326,DMA-Aus,1,2575,For military purposes only.  Accuracy 2m in each axis.,4,9603,,,Derived at 90 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1110,Ain el Abd to WGS 84 (1),transformation,4204,4326,DMA-Bhr,1,1040,For military purposes.  Accuracy 25m in each axis.,44,9603,,,Derived at 2 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1997-04-11,97.06,1,0
 1111,Ain el Abd to WGS 84 (2),transformation,4204,4326,DMA-Sau,2,1206,For military purposes.  Accuracy 10m in each axis.,18,9603,,,Derived at 9 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1996-10-18,,1,0
-1112,Amersfoort to WGS 84 (1),transformation,4289,4326,NCG-Nld 93,1,1275,?,1,9606,,,Superseded by Amersfoort to WGS 84 (2) (code 1672).,Nederlandse Commissie voor Geodesie publication 30; 1993.,EPSG,2002-12-09,97.07 2002.90,1,0
+1112,Amersfoort to WGS 84 (1),transformation,4289,4326,NCG-Nld 93,1,1275,?,1,9606,,,Replaced by Amersfoort to WGS 84 (2) (code 1672).,Nederlandse Commissie voor Geodesie publication 30; 1993.,EPSG,2007-03-22,97.07 2002.90 2007.043,1,0
 1113,Arc 1950 to WGS 84 (1),transformation,4209,4326,DMA-mean,1,2312,"For military purposes only.  Accuracy 20m, 33m and 20m in X, Y and Z axes.",44,9603,,,Derived at 41 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1114,Arc 1950 to WGS 84 (2),transformation,4209,4326,DMA-Bwa,2,1051,"For military purposes.  Accuracy 3m, 5m and 3m in X, Y and Z axes.",7,9603,,,Derived at 9 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1115,Arc 1950 to WGS 84 (3),transformation,4209,4326,DMA-Bdi,3,1058,For military purposes.  Accuracy 20m in each axis.,35,9603,,,Derived at 3 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
@@ -113,10 +113,9 @@
 1128,Cape to WGS 84 (1),transformation,4222,4326,DMA-Zaf,1,1215,"For military purposes.  Accuracy 3m, 6m and 6m in X, Y and Z axes.",9,9603,,,Derived at 5 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1129,Cape to WGS 84 (2),transformation,4222,4326,DSLI-Zaf,2,1215,?,15,9603,,,Residuals should not exceed 15 metres. Parameter values are from Cape to Hartebeesthoek94 (1) (code 1504) assuming that Hartebeesthoek94 and WGS 84 are equivalent within the accuracy of the transformation.,"Private Communication, Directorate of Surveys and Land Information, Cape Town.",EPSG,1996-10-18,,1,0
 1130,Carthage to WGS 84 (1),transformation,4223,4326,DMA-Tun,1,1236,"For military purposes.  Accuracy 6m, 9m and 8m in X, Y and Z axes.",14,9603,,,Derived at 5 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
-1131,Chua to WGS 84 (1),transformation,4224,4326,DMA-Pry,1,1188,"For military purposes.  Accuracy 6m, 9m and 5m in X, Y and Z axes.",12,9603,,,"Derived at 6 stations. Note: Area of use given by information source is Paraguay; Chua datum is used primarily in Brazil, but with a connecting traverse through northern Paraguay.",U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-12-30,2005.20 2005.21 2005.84,1,0
+1131,Chua to WGS 84 (1),transformation,4224,4326,DMA-Pry,1,1188,"For military purposes.  Accuracy 6m, 9m and 5m in X, Y and Z axes.",12,9603,,,Derived at 6 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2006-10-13,2005.20 2005.21 2005.84 2006.49 2006.89,1,0
 1132,Corrego Alegre to WGS 84 (1),transformation,4225,4326,DMA-Bra,1,1293,"For military purposes.  Accuracy 5m, 3m and 5m in X, Y and Z axes.",8,9603,,,Derived at 17 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-12-30,2005.20 2005.841,1,0
-1133,ED50 to WGS 84 (1),transformation,4230,4326,DMA-mean,1,2420,"For military purposes. Accepted for minerals management in Germany. Accuracy 3m, 8m and 5m in X, Y and Z axes.",10,9603,,,"Derived at 85 stations. In Germany will be accepted by LBA for minerals management purposes as alternative to tfm 1052 or 1998.
-Info source also includes Faroe Islands in area of use but source CRS is not applicable there.",U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2004.63 2005.20,1,0
+1133,ED50 to WGS 84 (1),transformation,4230,4326,DMA-mean,1,2420,"For military purposes. Accepted for minerals management in Germany. Accuracy 3m, 8m and 5m in X, Y and Z axes.",10,9603,,,Derived at 85 stations. In Germany will be accepted by LBA for minerals management purposes as alternative to tfm 1052 or 1998.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2006-03-16,2004.63 2005.20 2005.471,1,0
 1134,ED50 to WGS 84 (2),transformation,4230,4326,DMA-cenEur,2,2421,For military purposes only.  Accuracy 3m each axis.,6,9603,,,Derived at 52 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1135,ED50 to WGS 84 (3),transformation,4230,4326,DMA-midEast,3,2345,For military purposes only.,999,9603,,,Accuracy estimate not available.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1996-10-18,,1,0
 1136,ED50 to WGS 84 (4),transformation,4230,4326,DMA-Cyp,4,1078,For military purposes only.  Accuracy 15m in each axis.,26,9603,,,Derived at 4 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
@@ -137,11 +136,11 @@
 1151,NZGD49 to WGS 84 (1),transformation,4272,4326,DMA-Nzl,1,1175,"For military purposes only.  Accuracy 5m, 3m and 5m in X, Y and Z axes.",8,9603,,,Derived at 14 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1152,Hu Tzu Shan to WGS 84 (1),transformation,4236,4326,DMA-Twn,1,1228,For military purposes.  Accuracy 15m in each axis.,26,9603,,,Derived at 4 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1996-10-18,,1,0
 1153,Indian 1954 to WGS 84 (1),transformation,4239,4326,DMA-Tha,1,1231,"For military purposes.  Accuracy 15m, 6m and 12m in X, Y and Z axes.",21,9603,,,Derived at 11 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1997-04-11,97.06,1,0
-1154,Indian 1975 to WGS 84 (1),transformation,4240,4326,DMA-Tha,1,1231,"For military purposes.  Accuracy 3m, 2m and 3m in X, Y and Z axes.",5,9603,,,Derived at 62 stations. Superseded by Indian 1975 to WGS 84 (2) (code 1304).,U.S. Defense Mapping Agency TR8350.2 second edition September 1991,EPSG,1996-10-18,,1,0
+1154,Indian 1975 to WGS 84 (1),transformation,4240,4326,DMA-Tha,1,1231,"For military purposes.  Accuracy 3m, 2m and 3m in X, Y and Z axes.",5,9603,,,Derived at 62 stations. Replaced by Indian 1975 to WGS 84 (2) (code 1304).,U.S. Defense Mapping Agency TR8350.2 second edition September 1991,EPSG,2007-03-22,2007.043,1,0
 1155,Kalianpur 1937 to WGS 84 (1),transformation,4144,4326,DMA-Bgd,1,1041,"For military purposes.  Accuracy 10m, 8m and 12m in X, Y and Z axes.",18,9603,,,Derived at 6 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,2005-05-27,97.235 2005.21,1,0
 1156,Kalianpur 1975 to WGS 84 (1),transformation,4146,4326,DMA-Ind Npl,1,2411,"For military purposes.  Accuracy 12m, 10m and 15m in X, Y and Z axes.",22,9603,,,Care!  DMA ellipsoid is inconsistent with EPSG ellipsoid - transformation parameter values may not be appropriate. Derived at 7 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,2005-05-27,97.235 2005.21,1,0
 1157,Kandawala to WGS 84 (1),transformation,4244,4326,DMA-Lka,1,1218,For military purposes.  Accuracy 20m in each axis.,35,9603,,,Derived at 3 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
-1158,Kertau to WGS 84 (1),transformation,4245,4326,DMA-Mys Sgp,1,1309,"For military purposes.  Accuracy 10m, 8m and 6m in X, Y and Z axes.",15,9603,,,Derived at 6 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
+1158,Kertau 1968 to WGS 84 (1),transformation,4245,4326,DMA-Mys Sgp,1,1309,"For military purposes.  Accuracy 10m, 8m and 6m in X, Y and Z axes.",15,9603,,,Derived at 6 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2007-01-04,2005.20 2006.251 2006.89,1,0
 1159,Leigon to WGS 84 (1),transformation,4250,4326,DMA-Gha,1,1104,"For military purposes.  Accuracy 2m, 3m and 2m in X, Y and Z axes.",5,9603,,,Derived at 8 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1996-10-18,,1,0
 1160,Liberia 1964 to WGS 84 (1),transformation,4251,4326,DMA-Lbr,1,1142,For military purposes only.  Accuracy 15m in each axis.,26,9603,,,Derived at 4 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1161,Luzon 1911 to WGS 84 (1),transformation,4253,4326,DMA-Phl N,1,2364,"For military purposes.  Accuracy 8m, 11m and 9m in X, Y and Z axes.",17,9603,,,Derived at 6 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
@@ -169,14 +168,14 @@
 1183,NAD27 to WGS 84 (14),transformation,4267,4326,DMA-Can Yuk,14,2417,"For military purposes only.  Accuracy 5m, 8m and 3m in X, Y and Z axes.",10,9603,,,Derived at 8 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1184,NAD27 to WGS 84 (15),transformation,4267,4326,DMA-Pan,15,2385,For military purposes.  Accuracy 20m in each axis.,35,9603,,,Derived at 3 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1185,NAD27 to WGS 84 (16),transformation,4267,4326,DMA-Cuba,16,1077,For military purposes.  Accuracy 25m in each axis.,44,9603,,,Derived at 1 station.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
-1186,NAD27 to WGS 84 (17),transformation,4267,4326,DMA-Grl,17,2386,For military purposes.  Accuracy 25m in each axis.,44,9603,,,Derived at 2 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
+1186,NAD27 to WGS 84 (17),transformation,4267,4326,DMA-Grl,17,2386,For military purposes.  Accuracy 25m in each axis.,44,9603,,,Derived at 2 stations. Note: NAD27 is not used in Greenland.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2006-07-21,2005.20 2006.466,1,0
 1187,NAD27 to WGS 84 (18),transformation,4267,4326,DMA-Mex,18,1160,"For military purposes only.  Accuracy 8m, 6m and 6m in X, Y and Z axes.",12,9603,,,Derived at 22 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1188,NAD83 to WGS 84 (1),transformation,4269,4326,DMA-N Am,1,1325,Accuracy 2m in each axis.,4,9603,,,Derived at 312 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1996-10-18,97.06,1,0
 1189,Nahrwan 1967 to WGS 84 (1),transformation,4270,4326,DMA-Omn Mas,1,2391,For military purposes.  Accuracy 25m in each axis.,44,9603,,,Derived at 2 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1190,Nahrwan 1967 to WGS 84 (2),transformation,4270,4326,DMA-Sau,2,1206,For military purposes.  Accuracy 20m in each axis.,35,9603,,,Derived at 3 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1996-10-18,,1,0
 1191,Nahrwan 1967 to WGS 84 (3),transformation,4270,4326,DMA-UAE,3,1243,For military purposes.  Accuracy 25m in each axis.,44,9603,,,Derived at 2 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1192,Naparima 1972 to WGS 84 (1),transformation,4271,4326,DMA-Tto,1,1235,For military purposes only.  Accuracy given by NIMA 15m in each axis. EPSG believes there is an 8-10m blunder in dX.,33,9603,,,CAUTION: EPSG believes that these parameter values include a blunder and that if NIMA transformation parameters are to be used the 1987 version (EPSG code 1307) be used.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1998-06-30,98.102,1,0
-1193,NTF to WGS 84 (1),transformation,4275,4326,IGN-Fra,1,1096,For applications to an accuracy of 2 metres.,2,9603,,,,IGN technical report RT/G 14; January 1988.,EPSG,1996-10-18,,1,0
+1193,NTF to WGS 84 (1),transformation,4275,4326,IGN-Fra,1,1096,For applications to an accuracy of 2 metres.,2,9603,,,These same parameter values are used to transform to ETRS89. See NTF to ETRS89 (1) (code 1651).,IGN technical report RT/G 14; January 1988.,EPSG,2006-12-29,2006.992,1,0
 1195,OSGB 1936 to WGS 84 (1),transformation,4277,4326,DMA-Gbr,1,1264,"For military purposes only.  Accuracy 10m, 10m and 15m in X, Y and Z axes.",21,9603,,,Derived at 38 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1196,OSGB 1936 to WGS 84 (2),transformation,4277,4326,DMA-Gbr Eng,2,2395,"For military purposes only.  Accuracy 5m, 5m and 6m in X, Y and Z axes.",10,9603,,,Derived at 24 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1197,OSGB 1936 to WGS 84 (3),transformation,4277,4326,DMA-Gbr E&W,3,2396,"For military purposes only.  Accuracy 10m, 10m and 15m in X, Y and Z axes.",21,9603,,,Derived at 25 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
@@ -214,21 +213,21 @@
 1230,Tokyo to WGS 84 (1),transformation,4301,4326,DMA-Jpn Kor,1,2409,"For military purposes only.  Accuracy 20m, 5m and 20m in X, Y and Z axes.",29,9603,,,Derived at 31 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1996-10-18,97.06,1,0
 1231,Tokyo to WGS 84 (2),transformation,4301,4326,DMA-Jpn,2,1129,"For military purposes only.  Accuracy 8m, 5m and 8m in X, Y and Z axes.",13,9603,,,Derived at 16 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1996-10-18,,1,0
 1232,Tokyo to WGS 84 (3),transformation,4301,4326,DMA-Kor,3,1135,"For military purposes only.  Accuracy 8m, 5m and 8m in X, Y and Z axes.
-.",13,9603,,,Derived at 29 stations. Superseded by Tokyo to WGS 84 (5) (code 1305).,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1996-10-18,97.06,1,0
+.",13,9603,,,Derived at 29 stations. Replaced by Tokyo to WGS 84 (5) (code 1305).,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1996-10-18,97.06 2007.043,1,0
 1233,Tokyo to WGS 84 (4),transformation,4301,4326,DMA-Jpn Ok,4,2408,"For military purposes only.  Accuracy 20m, 5m and 20m in X, Y and Z axes.",29,9603,,,Derived at 3 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1996-10-18,,1,0
 1234,Yacare to WGS 84 (1),transformation,4309,4326,DMA-Ury,1,1247,For military purposes.,999,9603,,,Accuracy estimate not available.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1235,Zanderij to WGS 84 (1),transformation,4311,4326,DMA-Sur,1,1222,"For military purposes.  Accuracy 5m, 5m and 8m in X, Y and Z axes.",11,9603,,,Derived at 5 stations.,EPSG,EPSG,2005-04-14,,1,0
-1236,AGD84 to WGS 84 (2),transformation,4203,4326,Auslig-Aus old,2,2575,Preliminary estimate - now superseded.,5,9607,,,"""Higgins parameters"". Superseded by AGD84 to GDA94 (2) (code 1280) and AGD84 to WGS 84 (7) (code 1669).",Australian Surveying and Land Information Group - www.auslig.gov.au/geodesy,EPSG,1997-11-13,,1,0
+1236,AGD84 to WGS 84 (2),transformation,4203,4326,Auslig-Aus old,2,2575,Preliminary estimate.,5,9607,,,"""Higgins parameters"". Replaced by AGD84 to GDA94 (2) (code 1280) and AGD84 to WGS 84 (7) (code 1669).",Australian Surveying and Land Information Group - www.auslig.gov.au/geodesy,EPSG,2007-03-22,2007.043,1,0
 1237,WGS 72 to WGS 84 (1),transformation,4322,4326,DMA1,1,1262,For scientific purposes.,2,9606,,,,U.S. National Imagery and Mapping Agency TR8350.2 revision of October 1997; http://earth-info.nga.mil/GandG/tr8350/tr8350_2.html,EPSG,1996-12-12,,1,0
 1238,WGS 72 to WGS 84 (2),transformation,4322,4326,DMA2,2,1262,For scientific purposes.,2,9606,,,,U.S. National Imagery and Mapping Agency TR8350.2 revision of October 1997; http://earth-info.nga.mil/GandG/tr8350/tr8350_2.html,EPSG,1996-12-12,,1,0
 1239,WGS 72BE to WGS 72 (1),transformation,4324,4322,DMA,1,1262,Geodesy.,2,9606,,,,,EPSG,1996-12-12,,1,0
 1240,WGS 72BE to WGS 84 (1),transformation,4324,4326,DMA,1,2346,Geodesy.,2,9606,,,,,EPSG,1996-12-12,,1,0
 1241,NAD27 to NAD83 (1),transformation,4267,4269,NGS-Usa Conus,1,2374,"Accuracy at 67% confidence level is 0.15m onshore, 5m nearshore and undetermined farther offshore.",0.15,9613,,,Uses NADCON method which expects longitudes positive west; EPSG GeogCRS NAD27 (code 4267) and NAD83 (code 4269) have longitudes positive east.,US Coast & Geodetic Survey  www.ngs.noaa.gov,EPSG,2004-04-27,98.201  98.53  2000.14 2004.36,1,0
-1243,NAD27 to NAD83 (2),transformation,4267,4269,NGS-Usa AK,2,2373,"Accuracy at 67% confidence level is 0.5m onshore, 5m nearshore and undetermined farther offshore.",0.5,9613,,,Uses NADCON method which expects longitudes positive west; EPSG GeogCRS NAD27 (code 4267) and NAD83 (code 4269) have longitudes positive east.,US Coast & Geodetic Survey  www.ngs.noaa.gov,EPSG,2004-04-27,98.201  98.53  2000.14 2004.36,1,0
+1243,NAD27 to NAD83 (2),transformation,4267,4269,NGS-Usa AK,2,2373,"Accuracy at 67% confidence level is 0.5m onshore, 5m nearshore and undetermined farther offshore.",0.5,9613,,,Uses NADCON method which expects longitudes positive west; EPSG GeogCRS NAD27 (code 4267) and NAD83 (code 4269) have longitudes positive east. May be used as transformation to WGS 84 - see NAD27 to WGS 84 (85) (code 15864).,US Coast & Geodetic Survey  www.ngs.noaa.gov,EPSG,2006-12-26,98.201  98.53  2000.14 2004.36 2006.993,1,0
 1245,ED50 to WGS 84 (16),transformation,4230,4326,DMA-Tun,16,1236,For military purposes only.  Accuracy 25m in each axis.,44,9603,,,Derived at 4 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1998-04-16,98.11,1,0
 1246,Herat North to WGS 84 (1),transformation,4255,4326,DMA-Afg,1,1024,For military purposes only.,999,9603,,,Accuracy estimate not available.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1997-04-11,,1,0
 1247,Kalianpur 1962 to WGS 84 (1),transformation,4145,4326,DMA-Pak,1,1184,For military purposes.,999,9603,,,Care!  DMA ellipsoid is inconsistent with EPSG ellipsoid - transformation parameter values may not be appropriate.  No accuracy estimate available.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1999-10-20,97.235 2005.21,1,0
-1248,ID74 to WGS 84 (1),transformation,4238,4326,DMA-Idn,1,1122,For military purposes.  Accuracy 25m in each axis.,44,9603,,,Derived at 1 station.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,2002-06-22,2002.151,1,0
+1248,ID74 to WGS 84 (1),transformation,4238,4326,DMA-Idn,1,1122,For military purposes.  Accuracy 25m in each axis.,44,9603,,,Derived at 1 station.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,2006-08-25,2002.151 2006.81,1,0
 1249,NAD27 to WGS 84 (21),transformation,4267,4326,DMA-AK AluE,21,2387,"For military purposes only.  Accuracy 6m, 8m and 10m in X, Y and Z axes.",15,9603,,,Derived at 6 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1997-04-11,,1,0
 1250,NAD27 to WGS 84 (22),transformation,4267,4326,DMA-AK AluW,22,2388,For military purposes.  Accuracy 10m in each axis.,18,9603,,,Derived at 5 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1997-04-11,,1,0
 1251,NAD83 to WGS 84 (2),transformation,4269,4326,DMA-AK Alu,2,2157,"For military purposes only.  Accuracy 5m, 2m and 5m in X, Y and Z axes.",8,9603,,,Derived at 42 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,1997-04-11,,1,0
@@ -239,28 +238,28 @@
 1256,Fahud to WGS 84 (1),transformation,4232,4326,DMA-Omn,1,1183,"For military purposes.  Accuracy 3m, 3m and 9m in X, Y and Z axes.",10,9603,,,Derived at 7 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,2005-05-27,2005.21,1,0
 1258,Bogota 1975 (Bogota) to Bogota 1975 (Greenwich),transformation,4802,4218,IGAC-Col,1,1070,Change of prime meridian.,,9601,,,,EPSG,EPSG,1999-11-12,99.79,1,1
 1259,Lisbon (Lisbon) to Lisbon (Greenwich),transformation,4803,4207,IGC-Prt,1,1294,Change of prime meridian.,,9601,,,,EPSG,EPSG,1999-11-12,99.79,1,1
-1260,Makassar (Jakarta) to Makassar,transformation,4804,4257,EPSG-Idn Sulawesi,1,1316,Change of prime meridian.,0,9601,,,,EPSG,EPSG,1999-11-12,99.79,1,0
+1260,Makassar (Jakarta) to Makassar (1),transformation,4804,4257,EPSG-Idn Sulawesi,1,1316,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2006-10-13,99.79 2006.89,1,0
 1261,MGI (Ferro) to MGI (Greenwich),transformation,4805,4312,BEV-Aut balk,1,1166,Change of prime meridian.,,9601,,,,EPSG,EPSG,1999-11-12,99.79,1,1
-1262,Monte Mario (Rome) to Monte Mario,transformation,4806,4265,EPSG-Ita,1,1127,Change of prime meridian.,0,9601,,,,EPSG,EPSG,1999-11-12,98.37  99.79,1,0
+1262,Monte Mario (Rome) to Monte Mario (1),transformation,4806,4265,EPSG-Ita,1,1127,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2006-10-13,98.37  99.79 2006.89,1,0
 1263,Padang (Jakarta) to Padang (Greenwich),transformation,4808,4280,EPSG-Idn Sumatra,1,1355,Change of prime meridian.,,9601,,,,EPSG,EPSG,1999-11-12,99.79,1,1
-1264,Belge 1950 (Brussels) to Belge 1950,transformation,4809,4215,IGN-Bel,1,1347,Change of prime meridian.,0,9601,,,,EPSG,EPSG,1999-11-12,99.79,1,0
-1265,Tananarive (Paris) to Tananarive,transformation,4810,4297,EPSG-Mdg,1,1149,Change of prime meridian.,0,9601,,,,EPSG,EPSG,1999-11-12,99.79,1,0
-1266,Voirol 1875 (Paris) to Voirol 1875,transformation,4811,4304,IGN-Dza,1,2347,Change of prime meridian.,0,9601,,,,EPSG,EPSG,1999-11-12,99.79,1,0
+1264,Belge 1950 (Brussels) to Belge 1950 (1),transformation,4809,4215,IGN-Bel,1,1347,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2006-10-13,99.79 2006.89,1,0
+1265,Tananarive (Paris) to Tananarive (1),transformation,4810,4297,EPSG-Mdg,1,1149,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2006-10-13,99.79 2006.89,1,0
+1266,Voirol 1875 (Paris) to Voirol 1875 (1),transformation,4811,4304,IGN-Dza,1,2347,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2006-10-13,99.79 2006.89,1,0
 1268,Batavia (Jakarta) to Batavia (Greenwich),transformation,4813,4211,EPSG-Idn Java,1,1285,Change of prime meridian.,,9601,,,,EPSG,EPSG,1999-11-12,99.79,1,1
 1269,RT38 (Stockholm) to RT38 (Greenwich),transformation,4814,4308,NLS-Swe,1,1225,Change of prime meridian.,,9601,,,,EPSG,EPSG,1999-11-12,99.79,1,1
 1270,Greek (Athens) to Greek (Greenwich),transformation,4815,4120,NTU-Grc,1,1106,Change of prime meridian.,,9601,,,,Topography Department; National Technical University of Athens.,EPSG,1999-11-12,99.79,1,1
 1271,Schwarzeck to WGS 84 (2),transformation,4293,4326,SLI-Nam,2,1169,?,999,9603,,,Beware!   Schwarzeck CRS uses German legal metres.  Example:  Schwarzeck Lat 19d 35m 46.952s S Long 20d 41m 50.649s E; X=5623409.40 Y=2124618.00 Z=-2125847.62 GLM; X=5623485.86 Y=2124646.89 Z=-2125876.53 m; WGS84 X=5624101.50 Y=2124748.97 Z=2126132.34 m.,Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,1997-11-13,97.48,1,0
 1272,GGRS87 to WGS 84 (1),transformation,4121,4326,Hel-Grc,1,1106,For applications requiring 1m or better accuracy.,1,9603,,,,Geodesy Department; Public Petroleum Corporation of Greece.,EPSG,1997-06-16,,1,0
 1273,HD72 to ETRS89 (1),transformation,4237,4258,ELTE-Hun,1,1119,?,,9607,,,May be taken as approximate transformation HD72 to WGS 84 - see code 1677.,http://lazarus.elte.hu/gb/geodez/geod5.htm,EPSG,1997-11-13,97.47,1,1
-1274,Pulkovo 1942 to LKS94(ETRS89) (1),transformation,4284,4126,HNIT-Ltu,1,1145,?,9,9607,,,May be taken as approximate transformation Pulkovo 1942 to WGS 84 - see code 1679.,HNIT-BALTIC GeoInfoServisas.,EPSG,1998-03-12,,1,0
-1275,ED50 to WGS 84 (17),transformation,4230,4326,IGN-Fra,17,1096,For applications to an accuracy of 2 metres.,2,9603,,,,IGN technical report 14 (January 1988).,EPSG,1998-04-16,98.11,1,0
+1274,Pulkovo 1942 to LKS94 (1),transformation,4284,4669,HNIT-Ltu,1,1145,?,9,9607,,,May be taken as approximate transformation Pulkovo 1942 to WGS 84 - see code 1679.,HNIT-BALTIC GeoInfoServisas.,EPSG,2006-05-08,2006.31,1,0
+1275,ED50 to WGS 84 (17),transformation,4230,4326,IGN-Fra,17,1096,For applications to an accuracy of 2 metres.,2,9603,,,These same parameter values are used to transform to ETRS89. See ED50 to ETRS89 (10) (code 1650).,IGN technical report 14 (January 1988).,EPSG,2006-12-29,98.11 2006.992,1,0
 1276,NTF to ED50 (1),transformation,4275,4230,IGN-Fra,1,1096,For applications to an accuracy of 2 metres.,2,9603,,,,IGN technical report 7 (October 1981).,EPSG,1997-11-13,,1,0
 1277,NTF to WGS 72 (1),transformation,4275,4322,IGN-Fra,1,1096,For applications to an accuracy of 2 metres.,2,9603,,,,IGN technical report 7 (October 1981).,EPSG,1997-11-13,,1,0
 1278,AGD66 to GDA94 (1),transformation,4202,4283,Auslig-Aus 5m,1,2575,5m accuracy.,5,9603,,,Given to greater precision but no better accuracy at http://www.dehaa.sa.gov.au For higher accuracy requirements see various regional transformations.  May be taken as approximate transformation AGD66 to WGS 84 - see code 15788. Derived at 162 stations.,GDA Technical Manual. http://www.icsm.gov.au/gda,EPSG,2006-01-02,2005.86 2006.01,1,0
 1279,AGD84 to GDA94 (1),transformation,4203,4283,Auslig-Aus 5m,1,2575,5m accuracy.,5,9603,,,Given to greater precision but no better accuracy at http://www.dehaa.sa.gov.au For higher accuracy requirements see various regional transformations.  May be taken as approximate transformation AGD84 to WGS 84 - see code 15789. Derived at 327 stations.,GDA Technical Manual. http://www.icsm.gov.au/gda,EPSG,2006-01-02,2005.86 2006.01,1,0
-1280,AGD84 to GDA94 (2),transformation,4203,4283,Auslig-Aus 1m,2,2575,1m accuracy.,1,9607,,,Supersedes AGD84 to WGS 84 (2) (code 1236).  May be taken as approximate transformation AGD84 to WGS 84 - see code 1669.,GDA Technical Manual. http://www.icsm.gov.au/gda,EPSG,2006-02-17,2006.01,1,0
+1280,AGD84 to GDA94 (2),transformation,4203,4283,Auslig-Aus 1m,2,2575,1m accuracy.,1,9607,,,Replaces AGD84 to WGS 84 (2) (code 1236).  May be taken as approximate transformation AGD84 to WGS 84 - see code 1669.,GDA Technical Manual. http://www.icsm.gov.au/gda,EPSG,2007-03-22,2006.01 2007.043,1,0
 1282,Samboja to WGS 84 (1),transformation,4125,4326,TOT-Idn Mah,1,1328,Oil exploration.,,9603,,,Datum shift derived through ITRF93.,Total Indonesia.,EPSG,2000-03-07,2000.23,1,1
-1283,LKS94(ETRS89) to WGS 84 (1),transformation,4126,4326,HNIT-Ltu,1,1145,LKS94 is a realisation of ETRS89 coincident to WGS 84 within 1 metre.  This transformation has an accuracy equal to the coincidence figure.,1,9603,,,,HNIT-BALTIC GeoInfoServisas.,EPSG,1998-03-12,98.13,1,0
+1283,LKS94 to WGS 84 (1),transformation,4669,4326,HNIT-Ltu,1,1145,LKS94 is a realisation of ETRS89 coincident to WGS 84 within 1 metre.  This transformation has an accuracy equal to the coincidence figure.,1,9603,,,,HNIT-BALTIC GeoInfoServisas.,EPSG,2006-05-08,98.13 2006.31,1,0
 1284,Arc 1960 to WGS 84 (2),transformation,4210,4326,NIMA-Ken,2,1132,"For military purposes.  Accuracy 4m, 3m and 3m in X, Y and Z axes.",6,9603,,,Derived at 24 stations.,U.S. National Imagery and Mapping Agency TR8350.2 revision of October 1997; http://earth-info.nga.mil/GandG/tr8350/tr8350_2.html,EPSG,2005-05-21,2005.20,1,0
 1285,Arc 1960 to WGS 84 (3),transformation,4210,4326,NIMA-Tza,3,1230,"For military purposes.  Accuracy 6m, 9m and 10m in X, Y and Z axes.",15,9603,,,Derived at 12 stations.,U.S. National Imagery and Mapping Agency TR8350.2 revision of October 1997; http://earth-info.nga.mil/GandG/tr8350/tr8350_2.html,EPSG,2005-05-21,2005.20,1,0
 1286,Segora to WGS 84 (1),transformation,4294,4326,NIMA-Idn Kal,1,2354,For military purposes.,,9603,,,Accuracy estimate not available.,U.S. National Imagery and Mapping Agency TR8350.2 revision of October 1997; http://164.214.2.59/geospatial/products/GandG/tr83502b/toc.html,EPSG,1998-03-12,,1,1
@@ -273,169 +272,169 @@
 1293,Pulkovo 1942 to WGS 84 (9),transformation,4284,4326,NIMA-Rom,9,1197,"For military purposes.  Accuracy 3m, 5m and 3m in X, Y and Z axes.",7,9603,,,Derived at 4 stations.,U.S. National Imagery and Mapping Agency TR8350.2 revision of October 1997; http://earth-info.nga.mil/GandG/tr8350/tr8350_2.html,EPSG,2005-05-27,98.11 2005.20 2005.21,1,0
 1294,Voirol 1875 to WGS 84 (1),transformation,4304,4326,NIMA-Dza N,1,2347,For military purposes.,999,9603,,,Accuracy estimate not available.,U.S. Defense Mapping Agency  TR8350.2 revision of August 1993.,EPSG,1998-03-12,,1,0
 1296,Trinidad 1903 to WGS 84 (1),transformation,4302,4326,Amoco-Tto Trin,1,1339,Oil exploration.,2,9603,,,Derived in 1989 by ONI for Amoco.,Trinidad Ministry of Energy and Energy Industries.,EPSG,1998-11-11,98.38,1,0
-1297,Tete to Moznet (1),transformation,4127,4130,DNGC-Moz,1,1167,Residuals as high as 30 metres.,30,9607,,,Mean of 32 stations. To reduce the size of the residuals; four regional parameter sets (see codes 1298-1301) were developed. May be taken as approximate transformation Moznet to WGS 84 - see code 1683.,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,1,0
-1298,Tete to Moznet (2),transformation,4127,4130,DNGC-Moz A,2,2350,Residuals are generally under 1 metre.,1,9607,,,Mean of 9 stations. May be taken as approximate transformation Moznet to WGS 84 - see code 1684.,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,1,0
-1299,Tete to Moznet (3),transformation,4127,4130,DNGC-Moz B,3,2351,Residuals are generally under 4 metres.,4,9607,,,Mean of 6 stations. May be taken as approximate transformation Moznet to WGS 84 - see code 1685.,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,1,0
-1300,Tete to Moznet (4),transformation,4127,4130,DNGC-Moz C,4,2352,Residuals are generally under 3 metres.,3,9607,,,Mean of 11 stations. May be taken as approximate transformation Moznet to WGS 84 - see code 1686.,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,1,0
-1301,Tete to Moznet (5),transformation,4127,4130,DNGC-Moz D,5,2353,Residuals are 5-10 metres.,10,9607,,,Mean of 7 stations. May be taken as approximate transformation Moznet to WGS 84 - see code 1687.,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,1,0
+1297,Tete to Moznet (1),transformation,4127,4130,DNGC-Moz,1,1167,Residuals as high as 30 metres.,30,9607,,,Mean of 32 stations. To reduce the size of the residuals; four regional parameter sets (see codes 1298-1301) were developed. May be taken as approximate transformation Tete to WGS 84 - see code 1683.,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,2007-03-22,2006.76 2007.043,1,0
+1298,Tete to Moznet (2),transformation,4127,4130,DNGC-Moz A,2,2350,Residuals are generally under 1 metre.,1,9607,,,Mean of 9 stations. May be taken as approximate transformation Tete to WGS 84 - see code 1684.,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,2006-08-18,2006.76,1,0
+1299,Tete to Moznet (3),transformation,4127,4130,DNGC-Moz B,3,2351,Residuals are generally under 4 metres.,4,9607,,,Mean of 6 stations. May be taken as approximate transformation Tete to WGS 84 - see code 1685.,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,2006-08-18,2006.76,1,0
+1300,Tete to Moznet (4),transformation,4127,4130,DNGC-Moz C,4,2352,Residuals are generally under 3 metres.,3,9607,,,Mean of 11 stations. May be taken as approximate transformation Tete to WGS 84 - see code 1686.,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,2006-08-18,2006.76,1,0
+1301,Tete to Moznet (5),transformation,4127,4130,DNGC-Moz D,5,2353,Residuals are 5-10 metres.,10,9607,,,Mean of 7 stations. May be taken as approximate transformation Tete to WGS 84 - see code 1687.,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,2006-08-18,2006.76,1,0
 1302,Moznet to WGS 84 (1),transformation,4130,4326,EPSG-Moz,1,1167,For many purposes Moznet can be considered to be coincident with WGS 84. Accuracy better than 1 metre.,1,9607,,,,EPSG,EPSG,1998-04-16,,1,0
 1303,Pulkovo 1942 to WGS 84 (10),transformation,4284,4326,KCS-Kaz Cas,10,2405,Residuals under 2 m.,2,9606,,,Mean of 13 stations along entire Kazak coastline.,KazakCaspiShelf consortium.,EPSG,2000-02-02,2000.05,1,0
-1304,Indian 1975 to WGS 84 (2),transformation,4240,4326,NIMA-Tha,2,1231,"For military purposes.  Accuracy 3m, 2m and 3m in X, Y and Z axes.",5,9603,,,Derived at 62 stations. Supersedes Indian 1975 to WGS 84 (1) (code 1154).,U.S. National Imagery and Mapping Agency TR8350.2 revision of October 1997; http://earth-info.nga.mil/GandG/,EPSG,2005-09-29,2005.20 2005.46,1,0
-1305,Tokyo to WGS 84 (5),transformation,4301,4326,NIMA-Kor,5,1135,For military purposes. Accuracy 2m in each axis.,4,9603,,,Derived at 29 stations. Supersedes Tokyo to WGS 84 (3) (code 1232).,U.S. National Imagery and Mapping Agency TR8350.2 revision of October 1997; http://earth-info.nga.mil/GandG/,EPSG,2005-09-29,2005.20 2005.46,1,0
+1304,Indian 1975 to WGS 84 (2),transformation,4240,4326,NIMA-Tha,2,1231,"For military purposes.  Accuracy 3m, 2m and 3m in X, Y and Z axes.",5,9603,,,Derived at 62 stations. Replaces Indian 1975 to WGS 84 (1) (code 1154).,U.S. National Imagery and Mapping Agency TR8350.2 revision of October 1997; http://earth-info.nga.mil/GandG/,EPSG,2007-03-22,2005.20 2005.46 2007.043,1,0
+1305,Tokyo to WGS 84 (5),transformation,4301,4326,NIMA-Kor,5,1135,For military purposes. Accuracy 2m in each axis.,4,9603,,,Derived at 29 stations. Replaces Tokyo to WGS 84 (3) (code 1232).,U.S. National Imagery and Mapping Agency TR8350.2 revision of October 1997; http://earth-info.nga.mil/GandG/,EPSG,2007-03-22,2005.20 2005.46 2007.043,1,0
 1306,MGI to WGS 84 (1),transformation,4312,4326,NIMA-balk,1,2370,For military purposes only.,999,9603,,,Accuracy estimate not available.,U.S. National Imagery and Mapping Agency TR8350.2 revision of October 1997; http://earth-info.nga.mil/GandG/,EPSG,2005-09-29,2005.20 2005.21 2005.46,1,0
 1307,Naparima 1972 to WGS 84 (3),transformation,4271,4326,NIMA-Tto Tob,3,1322,For military purposes only.  Accuracy 15m in each axis.,26,9603,,,(1) See remarks for tfm code 1192.  (2) Naparima 1972 is an extension to Tobago of the Napaima 1955 geographic CRS of Trindad.  In Trinidad this transformation may also be considered to use Napaima 1955 (code 4158) as its source CRS: see tfm code 1556.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1308,NAD83 to WGS 84 (4),transformation,4269,4326,NGS-Usa ITRF94,4,1323,Historical record only - superseded - see remarks.,,9607,,,Strictly between NAD83 and ITRF94(1996.0).  Superseded by NAD83 to WGS 84 (5) (code 1515).,US National Geodetic Survey  http://www.ngs.noaa.gov/CORS/Derivation.html,EPSG,1999-04-22,99.12  99.38,1,1
-1309,DHDN to ETRS89 (1),transformation,4314,4258,IfAG-Deu W,1,2326,For applications with an accuracy at 5 m level.,5,9607,,,Mean of 69 stations. May be taken as approximate tfm DHDN to WGS 84 (code 1673). Note: later higher accuracy tfms have been published using the Position Vector method. This tfm has been republished in that form with signs of the rotations reversed.,Institute for Cartography and Geodesy; Leipzig.,EPSG,2005-05-27,2000.72 2004.09 2005.18,1,0
+1309,DHDN to ETRS89 (1),transformation,4314,4258,IfAG-Deu W,1,2326,For applications with an accuracy at 5 m level.,5,9607,,,Mean of 69 stations. May be taken as approximate tfm DHDN to WGS 84 (code 1673). Replaced by DHDN to ETRS89 (2) (tfm code 1776) and regional higher accuracy tfms. Note: these later tfms have been published using the Position Vector method.,Institute for Cartography and Geodesy; Leipzig.,EPSG,2007-03-22,2000.72 2004.09 2005.18 2007.043,1,0
 1310,Pulkovo 1942 to ETRS89 (1),transformation,4284,4258,IfAG-Deu E,1,1343,Residuals under 2 m.,2,9607,,,Mean of 20 stations.,Institute for Cartography and Geodesy; Leipzig.,EPSG,2000-10-19,2000.72,1,1
-1311,ED50 to WGS 84 (Common Offshore),transformation,4230,4326,UKOOA-CO,18,2342,Recommended transformation for UKCS and IrishCS petroleum purposes.,1,9606,,,Based on ED50 to WGS72 (precise ephemeris) 6-nations agreement of 1981 to which precise to broadcast and broadcast to WGS 84 transformations have been concatenated.,The Hydrographic Journal; vol 52 page 50.,EPSG,2004-09-01,2004.48,1,0
-1312,NAD27 to NAD83 (3),transformation,4267,4269,GC-Can NT1,3,1061,Historic record only - now superseded - see remarks.,1,9614,,,Uses NTv1 method.  Superseded in Quebec by code 1462 and elsewhere in 1997 by NTv2 (transformation code 1313).  Input expects longitudes to be positive west; EPSG GeogCRS NAD27 (code 4267) and NAD83 (code 4269) have longitudes positive east.,Geomatics Canada - Geodetic Survey Division.,EPSG,2000-03-07,98.57  2000.14,1,0
-1313,NAD27 to NAD83 (4),transformation,4267,4269,GC-Can NT2,4,1061,Accuracy 1-2 metres.,1.5,9615,,,Uses NTv2 data files.  Supersedes  NTv1 (transformation code 1312) except in Quebec.  Input expects longitudes to be positive west; EPSG GeogCRS NAD27 (code 4267) and (code 4269) have longitudes positive east.,http://www.geod.nrcan.gc.ca/products/html-public/GSDapps/English/NTv2_Fact_Sheet.html,EPSG,2000-03-07,98.57  2000.14,1,0
-1314,OSGB 1936 to WGS 84 (Petroleum),transformation,4277,4326,UKOOA-Pet,6,2394,Oil exploration. Accuracy better than 4m and generally better than 2m.,2,9606,,,For a more accurate transformation see OSGB 1936 / British National Grid to ETRS89 (2) (code 1039): contact the Ordnance Survey of Great Britain (http://www.gps.gov.uk/gpssurveying.asp) for details.,UK Offshore Operators Association. Also at EuroGeographics at http://crs.bkg.bund.de/crs-eu,EPSG,2005-05-27,2002.62 2005.18,1,0
+1311,ED50 to WGS 84 (18),transformation,4230,4326,UKOOA-CO,18,2342,Recommended transformation for UKCS and IrishCS petroleum purposes.,1,9606,,,Based on ED50 to WGS72 (precise ephemeris) 6-nations agreement of 1981 to which precise to broadcast and broadcast to WGS 84 transformations have been concatenated.,The Hydrographic Journal; vol 52 page 50.,EPSG,2006-10-13,2004.48 2006.89,1,0
+1312,NAD27 to NAD83 (3),transformation,4267,4269,GC-Can NT1,3,1061,Historic record only - now superseded - see remarks.,1,9614,,,Uses NTv1 method.  Replaced in Quebec by code 1462 and elsewhere in 1997 by NTv2 (transformation code 1313).  Input expects longitudes to be positive west; EPSG GeogCRS NAD27 (code 4267) and NAD83 (code 4269) have longitudes positive east.,Geomatics Canada - Geodetic Survey Division.,EPSG,2007-03-22,98.57 2000.14 2007.043,1,0
+1313,NAD27 to NAD83 (4),transformation,4267,4269,GC-Can NT2,4,1061,Accuracy 1-2 metres.,1.5,9615,,,Uses NTv2 data files. Replaces  NTv1 (transformation code 1312) except in Quebec. Input expects longitudes to be positive west; EPSG GeogCRS NAD27 (code 4267) and (code 4269) have longitudes positive east. May be used as tfm to WGS 84 - see code 1693.,http://www.geod.nrcan.gc.ca/products/html-public/GSDapps/English/NTv2_Fact_Sheet.html,EPSG,2006-12-29,98.57  2000.14 2006.993,1,0
+1314,OSGB 1936 to WGS 84 (6),transformation,4277,4326,UKOOA-Pet,6,2394,Oil exploration. Accuracy better than 4m and generally better than 2m.,2,9606,,,For a more accurate transformation see OSGB 1936 / British National Grid to ETRS89 (2) (code 1039): contact the Ordnance Survey of Great Britain (http://www.gps.gov.uk/gpssurveying.asp) for details.,UK Offshore Operators Association. Also at EuroGeographics at http://crs.bkg.bund.de/crs-eu,EPSG,2005-05-27,2002.62 2005.18,1,0
 1315,OSGB 1936 to ED50 (UKOOA),transformation,4277,4230,UKOOA-UKCS,1,2394,For oil exploration. Accuracy better than 4m and generally better than 2m.,2,9606,,,This transformation is concatenated from OSGB36 to WGS 84 (Petroleum) (code 1314) minus ED50 to WGS 84 (Common Offshore) (code 1311).,UK Offshore Operators Association.,EPSG,1998-11-11,,1,0
 1316,Manoca to WGS 84 (1),transformation,4260,4326,SCS-Cmr,1,1060,?,999,9603,,,,Stolt Comex Seaway and Geoid for Elf.,EPSG,1998-11-11,,1,1
 1317,Camacupa to WGS 72BE (1),transformation,4220,4324,GSI-Ago,1,1604,Oil exploration.,10,9603,,,Derived by Geophysical Services Inc. in 1979 from mean of Transit results at 7 stations.,EPSG,EPSG,1998-11-11,,1,0
 1318,Camacupa to WGS 84 (1),transformation,4220,4326,CON-Ago B5,1,2316,Used for oil exploration by Conoco.,10,9603,,,,EPSG,EPSG,1998-11-11,,1,0
 1319,Camacupa to WGS 84 (2),transformation,4220,4326,TEX-Ago B2,2,2317,Used for oil exploration by Texaco.,25,9603,,,,EPSG,EPSG,1998-11-11,,1,0
-1320,Camacupa to WGS 84 (3),transformation,4220,4326,SHL-Ago old,3,2321,Used by Shell prior to 1994.,10,9606,,,Superseded by Camacupa to WGS 84 (9).,EPSG,EPSG,1998-12-14,98.56,1,0
-1321,Camacupa to WGS 84 (4),transformation,4220,4326,GSI-Ago,4,2320,Used for oil exploration.,10,9603,,,"Derived as mean of 123 Transit passes at station Cabo Ledo NE base in November 1990. Used by Elf for block 7 up to December 1992 then superseded by Camacupa to WGS 84 (7). Used by Total in block 8, ExxonMobil block 24, Western Geophysical for spec. data.",EPSG,EPSG,2000-03-07,2000.16,1,0
-1322,Camacupa to WGS 84 (5),transformation,4220,4326,ELF-Ago B3 old,5,2318,Used for oil exploration by Elf for block 3 up to December 1992 then superseded by Camacupa to WGS 84 (7).,3,9603,,,Derived at station Djeno during coordination of platform PAL F2 in February 1992.,EPSG,EPSG,1998-11-11,,1,0
+1320,Camacupa to WGS 84 (3),transformation,4220,4326,SHL-Ago old,3,2321,Oil exploration prior to 1994.,10,9606,,,Replaced by Camacupa to WGS 84 (9). Used by Shell prior to 1994.,EPSG,EPSG,2007-03-22,98.56 2007.043,1,0
+1321,Camacupa to WGS 84 (4),transformation,4220,4326,GSI-Ago,4,2320,Oil exploration.,10,9603,,,"Derived as mean of 123 Transit passes at station Cabo Ledo NE base in November 1990. Used by Elf for block 7 up to December 1992 then replaced by Camacupa to WGS 84 (7). Used by Total in block 8, ExxonMobil block 24, Western Geophysical for spec. data.",EPSG,EPSG,2007-03-22,2000.16 2007.043,1,0
+1322,Camacupa to WGS 84 (5),transformation,4220,4326,ELF-Ago B3 old,5,2318,Oil exploration.,3,9603,,,Derived at station Djeno during coordination of platform PAL F2 in February 1992. Used by Elf for block 3 up to December 1992 then replaced by Camacupa to WGS 84 (7).,EPSG,EPSG,2007-03-22,2007.043,1,0
 1323,Camacupa to WGS 84 (6),transformation,4220,4326,ELF-Ago B7 old,6,2319,Used for oil exploration by Elf for 1993 block 7 shallow water survey.,8,9603,,,Derived at Luanda observatory December 1992.,EPSG,EPSG,1998-11-11,,1,0
-1324,Camacupa to WGS 84 (7),transformation,4220,4326,ELF-Ago B15,7,2322,"Used for oil exploration by Elf for blocks 3, 7 and 17 between December 1992 and 1994 then superseded by Camacupa to WGS 84 (10).  Used by Exxon for block 15 since 1993.",3,9603,,,Derived at platform PAL F2 in December 1992.,EPSG,EPSG,1998-11-11,,1,0
-1325,Camacupa to WGS 84 (8),transformation,4220,4326,ELF-Ago B2 old,8,2317,Used for oil exploration by Total for block 2 between December 1992 and 1994 then superseded by Camacupa to WGS 84 (10).,3,9603,,,Derived at platform PAL F2 in December 1992.,EPSG,EPSG,1998-11-11,,1,0
-1326,Camacupa to WGS 84 (9),transformation,4220,4326,SHL-Ago B16,9,2323,Used by Shell since 1994.,10,9606,,,Derived by GPS on two Topnav DGPS reference stations at Djeno and Luanda. Supersedes Camacupa to WGS 84 (3).,EPSG,EPSG,1998-12-14,98.56,1,0
+1324,Camacupa to WGS 84 (7),transformation,4220,4326,ELF-Ago B15,7,2322,"Used for oil exploration by Elf for blocks 3, 7 and 17 between December 1992 and 1994 then superseded by Camacupa to WGS 84 (10).  Used by Exxon for block 15 since 1993.",3,9603,,,Derived at platform PAL F2 in December 1992.,EPSG,EPSG,2007-03-22,2007.043,1,0
+1325,Camacupa to WGS 84 (8),transformation,4220,4326,ELF-Ago B2 old,8,2317,Oil exploration between December 1992 and 1994.,3,9603,,,Derived at platform PAL F2 in December 1992. Used by Total for block 2 between December 1992 and 1994 then replaced by Camacupa to WGS 84 (10).,EPSG,EPSG,2007-03-22,2007.043,1,0
+1326,Camacupa to WGS 84 (9),transformation,4220,4326,SHL-Ago B16,9,2323,Used by Shell since 1994.,10,9606,,,Derived by GPS on two Topnav DGPS reference stations at Djeno and Luanda. Replaces Camacupa to WGS 84 (3).,EPSG,EPSG,2007-03-22,98.56 2007.043,1,0
 1327,Camacupa to WGS 84 (10),transformation,4220,4326,ELF-Ago N,10,2324,Used for oil exploration by Elf in blocks 3 and 17 since 1994.  Used by Total in block 2 since 1994. Adopted by BP-Amoco Elf and Exxon for blocks 31-33.,5,9603,,,Derived at platform PAL F2 in 1994 by Topnav using Doris.,EPSG,EPSG,1998-11-11,,1,0
 1328,Malongo 1987 to Mhast (1),transformation,4259,4264,CHV-Ago Cab,1,1317,Used for oil exploration.,0,9603,,,Malongo 1987 is an offshore extension of Mhast adopted by Chevron in 1987.,EPSG,EPSG,1998-11-11,,1,1
 1329,Mhast to WGS 84 (1),transformation,4264,4326,CHV-Ago Cab,1,1317,"Used for oil exploration by Chevron until superseded in 1990 by trf Malongo 1987 to WGS 84 (2), code 1557.",10,9603,,,"Superseded in 1990 by trf Malongo 1987 to WGS 84 (2), code 1557.  Malongo 1987 is an offshore extension of the Mhast cooordinate system.",Chevron.,EPSG,1998-11-11,,1,1
-1330,Malongo 1987 to WGS 84 (1),transformation,4259,4326,CHV-Ago Cab89,1,3180,Offshore oil exploration and production between April 1989 and June 1990.,10,9603,,,Derived at Station Y in April 1989 using 572 transit satellite passes. Computed value for dZ was -96.42 but -96.38 has been utilised. Supersedes Malongo 1987 to WGS 84 (3) (code 15791). Superseded by Malongo 1987 to WGS 84 (2) (code 1557) in 1990.,Chevron.,EPSG,1998-11-11,,1,0
+1330,Malongo 1987 to WGS 84 (1),transformation,4259,4326,CHV-Ago Cab89,1,3180,Offshore oil exploration and production between April 1989 and June 1990.,10,9603,,,Derived at Station Y in April 1989 using 572 transit satellite passes. Computed value for dZ was -96.42 but -96.38 has been utilised. Replaced Malongo 1987 to WGS 84 (3) (code 15791) in 1989. Replaced by Malongo 1987 to WGS 84 (2) (code 1557) in 1990.,Chevron.,EPSG,2007-03-22,2007.043,1,0
 1331,EST92 to ETRS89 (1),transformation,4133,4258,UT-Est,1,1090,?,0.1,9607,,,,http://www.geo.ut.ee/,EPSG,2005-09-29,2000.72 2005.46,1,0
 1332,Pulkovo 1942 to EST92 (1),transformation,4284,4133,UT-Est,1,1090,?,9,9607,,,,http://www.geo.ut.ee/,EPSG,2005-09-29,2005.46,1,0
 1333,EST92 to WGS 84 (1),transformation,4133,4326,UT-Est,1,1090,?,0.5,9607,,,,http://www.geo.ut.ee/,EPSG,2005-09-29,2005.46,1,0
 1334,Pulkovo 1942 to WGS 84 (12),transformation,4284,4326,UT-Est,12,1090,?,9,9607,,,,http://www.geo.ut.ee/,EPSG,2005-09-29,2005.46,1,0
 1335,Tokyo to WGS 84 (6),transformation,4301,4326,GSI-Jpn 452141,6,2425,For medium accuracy.,2,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2005-09-29,2005.46,1,1
-1336,Tokyo + JSLD to WGS 84 (7),transformation,7414,4326,GSI-Jpn 452142,7,2426,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1337,Tokyo + JSLD to WGS 84 (8),transformation,7414,4326,GSI-Jpn 444141,8,2427,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1338,Tokyo + JSLD to WGS 84 (9),transformation,7414,4326,GSI-Jpn 444142,9,2428,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1339,Tokyo + JSLD to WGS 84 (10),transformation,7414,4326,GSI-Jpn 440141,10,2429,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1340,Tokyo + JSLD to WGS 84 (11),transformation,7414,4326,GSI-Jpn 440142,11,2430,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1341,Tokyo + JSLD to WGS 84 (12),transformation,7414,4326,GSI-Jpn 440143,12,2431,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1342,Tokyo + JSLD to WGS 84 (13),transformation,7414,4326,GSI-Jpn 440144,13,2432,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1343,Tokyo + JSLD to WGS 84 (14),transformation,7414,4326,GSI-Jpn 432141,14,2433,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1344,Tokyo + JSLD to WGS 84 (15),transformation,7414,4326,GSI-Jpn 432142,15,2434,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1345,Tokyo + JSLD to WGS 84 (16),transformation,7414,4326,GSI-Jpn 432143,16,2435,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1346,Tokyo + JSLD to WGS 84 (17),transformation,7414,4326,GSI-Jpn 432144,17,2436,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1347,Tokyo + JSLD to WGS 84 (18),transformation,7414,4326,GSI-Jpn 432145,18,2437,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1348,Tokyo + JSLD to WGS 84 (19),transformation,7414,4326,GSI-Jpn 424140,19,2438,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1349,Tokyo + JSLD to WGS 84 (20),transformation,7414,4326,GSI-Jpn 424141,20,2439,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,99.77 2002.08 2004.38,1,0
-1350,Tokyo + JSLD to WGS 84 (21),transformation,7414,4326,GSI-Jpn 424142,21,2440,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1351,Tokyo + JSLD to WGS 84 (22),transformation,7414,4326,GSI-Jpn 424143,22,2441,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1352,Tokyo + JSLD to WGS 84 (23),transformation,7414,4326,GSI-Jpn 424144,23,2442,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1353,Tokyo + JSLD to WGS 84 (24),transformation,7414,4326,GSI-Jpn 424145,24,2443,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1354,Tokyo + JSLD to WGS 84 (25),transformation,7414,4326,GSI-Jpn 420139,25,2444,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1355,Tokyo + JSLD to WGS 84 (26),transformation,7414,4326,GSI-Jpn 420140,26,2445,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1356,Tokyo + JSLD to WGS 84 (27),transformation,7414,4326,GSI-Jpn 420141,27,2446,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1357,Tokyo + JSLD to WGS 84 (28),transformation,7414,4326,GSI-Jpn 420142,28,2447,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1358,Tokyo + JSLD to WGS 84 (29),transformation,7414,4326,GSI-Jpn 420143,29,2448,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1359,Tokyo + JSLD to WGS 84 (30),transformation,7414,4326,GSI-Jpn 412140,30,2449,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1360,Tokyo + JSLD to WGS 84 (31),transformation,7414,4326,GSI-Jpn 412141,31,2450,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1361,Tokyo + JSLD to WGS 84 (32),transformation,7414,4326,GSI-Jpn 404140,32,2451,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1362,Tokyo + JSLD to WGS 84 (33),transformation,7414,4326,GSI-Jpn 404141,33,2452,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1363,Tokyo + JSLD to WGS 84 (34),transformation,7414,4326,GSI-Jpn 400139,34,2453,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1364,Tokyo + JSLD to WGS 84 (35),transformation,7414,4326,GSI-Jpn 400140,35,2454,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1365,Tokyo + JSLD to WGS 84 (36),transformation,7414,4326,GSI-Jpn 400141,36,2455,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1366,Tokyo + JSLD to WGS 84 (37),transformation,7414,4326,GSI-Jpn 392139,37,2456,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1367,Tokyo + JSLD to WGS 84 (38),transformation,7414,4326,GSI-Jpn 392140,38,2457,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1368,Tokyo + JSLD to WGS 84 (39),transformation,7414,4326,GSI-Jpn 392141,39,2458,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1369,Tokyo + JSLD to WGS 84 (40),transformation,7414,4326,GSI-Jpn 384139,40,2459,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1370,Tokyo + JSLD to WGS 84 (41),transformation,7414,4326,GSI-Jpn 384140,41,2460,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1371,Tokyo + JSLD to WGS 84 (42),transformation,7414,4326,GSI-Jpn 384141,42,2461,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1372,Tokyo + JSLD to WGS 84 (43),transformation,7414,4326,GSI-Jpn 380139,43,2462,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1373,Tokyo + JSLD to WGS 84 (44),transformation,7414,4326,GSI-Jpn 380140,44,2463,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1374,Tokyo + JSLD to WGS 84 (45),transformation,7414,4326,GSI-Jpn 380141,45,2464,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1375,Tokyo + JSLD to WGS 84 (46),transformation,7414,4326,GSI-Jpn 372136,46,2465,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1376,Tokyo + JSLD to WGS 84 (47),transformation,7414,4326,GSI-Jpn 372137,47,2466,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1377,Tokyo + JSLD to WGS 84 (48),transformation,7414,4326,GSI-Jpn 372138,48,2467,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1378,Tokyo + JSLD to WGS 84 (49),transformation,7414,4326,GSI-Jpn 372139,49,2468,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1379,Tokyo + JSLD to WGS 84 (50),transformation,7414,4326,GSI-Jpn 372140,50,2469,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1380,Tokyo + JSLD to WGS 84 (51),transformation,7414,4326,GSI-Jpn 372141,51,2470,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1381,Tokyo + JSLD to WGS 84 (52),transformation,7414,4326,GSI-Jpn 364136,52,2471,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1382,Tokyo + JSLD to WGS 84 (53),transformation,7414,4326,GSI-Jpn 364137,53,2472,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1383,Tokyo + JSLD to WGS 84 (54),transformation,7414,4326,GSI-Jpn 364138,54,2473,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1384,Tokyo + JSLD to WGS 84 (55),transformation,7414,4326,GSI-Jpn 364139,55,2474,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1385,Tokyo + JSLD to WGS 84 (56),transformation,7414,4326,GSI-Jpn 364140,56,2475,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1386,Tokyo + JSLD to WGS 84 (57),transformation,7414,4326,GSI-Jpn 360136,57,2476,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1387,Tokyo + JSLD to WGS 84 (58),transformation,7414,4326,GSI-Jpn 360137,58,2477,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1388,Tokyo + JSLD to WGS 84 (59),transformation,7414,4326,GSI-Jpn 360138,59,2478,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1389,Tokyo + JSLD to WGS 84 (60),transformation,7414,4326,GSI-Jpn 360139,60,2479,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1390,Tokyo + JSLD to WGS 84 (61),transformation,7414,4326,GSI-Jpn 360140,61,2480,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1391,Tokyo + JSLD to WGS 84 (62),transformation,7414,4326,GSI-Jpn 352132,62,2481,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1392,Tokyo + JSLD to WGS 84 (63),transformation,7414,4979,GSI-Jpn 352133,63,2482,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1393,Tokyo + JSLD to WGS 84 (64),transformation,7414,4326,GSI-Jpn 352134,64,2483,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1394,Tokyo + JSLD to WGS 84 (65),transformation,7414,4326,GSI-Jpn 352135,65,2484,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1395,Tokyo + JSLD to WGS 84 (66),transformation,7414,4326,GSI-Jpn 352136,66,2485,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1396,Tokyo + JSLD to WGS 84 (67),transformation,7414,4326,GSI-Jpn 352137,67,2486,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1397,Tokyo + JSLD to WGS 84 (68),transformation,7414,4326,GSI-Jpn 352138,68,2487,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1398,Tokyo + JSLD to WGS 84 (69),transformation,7414,4326,GSI-Jpn 352139,69,2488,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1399,Tokyo + JSLD to WGS 84 (70),transformation,7414,4326,GSI-Jpn 352140,70,2489,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1400,Tokyo + JSLD to WGS 84 (71),transformation,7414,4326,GSI-Jpn 344132,71,2490,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1401,Tokyo + JSLD to WGS 84 (72),transformation,7414,4326,GSI-Jpn 344133,72,2491,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1402,Tokyo + JSLD to WGS 84 (73),transformation,7414,4326,GSI-Jpn 344134,73,2492,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1403,Tokyo + JSLD to WGS 84 (74),transformation,7414,4326,GSI-Jpn 344135,74,2493,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1404,Tokyo + JSLD to WGS 84 (75),transformation,7414,4326,GSI-Jpn 344136,75,2494,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1405,Tokyo + JSLD to WGS 84 (76),transformation,7414,4326,GSI-Jpn 344137,76,2495,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1406,Tokyo + JSLD to WGS 84 (77),transformation,7414,4326,GSI-Jpn 344138,77,2496,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1407,Tokyo + JSLD to WGS 84 (78),transformation,7414,4326,GSI-Jpn 344139,78,2497,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1408,Tokyo + JSLD to WGS 84 (79),transformation,7414,4326,GSI-Jpn 344140,79,2498,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1409,Tokyo + JSLD to WGS 84 (80),transformation,7414,4326,GSI-Jpn 340130,80,2499,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1410,Tokyo + JSLD to WGS 84 (81),transformation,7414,4326,GSI-Jpn 340131,81,2500,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1411,Tokyo + JSLD to WGS 84 (82),transformation,7414,4326,GSI-Jpn 340132,82,2501,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1412,Tokyo + JSLD to WGS 84 (83),transformation,7414,4326,GSI-Jpn 340133,83,2502,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1413,Tokyo + JSLD to WGS 84 (84),transformation,7414,4326,GSI-Jpn 340134,84,2503,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1414,Tokyo + JSLD to WGS 84 (85),transformation,7414,4326,GSI-Jpn 340135,85,2504,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1415,Tokyo + JSLD to WGS 84 (86),transformation,7414,4326,GSI-Jpn 340136,86,2505,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1416,Tokyo + JSLD to WGS 84 (87),transformation,7414,4326,GSI-Jpn 340137,87,2506,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1417,Tokyo + JSLD to WGS 84 (88),transformation,7414,4326,GSI-Jpn 340138,88,2507,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1418,Tokyo + JSLD to WGS 84 (89),transformation,7414,4326,GSI-Jpn 332129,89,2508,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1419,Tokyo + JSLD to WGS 84 (90),transformation,7414,4326,GSI-Jpn 332130,90,2509,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1420,Tokyo + JSLD to WGS 84 (91),transformation,7414,4326,GSI-Jpn 332131,91,2510,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1421,Tokyo + JSLD to WGS 84 (92),transformation,7414,4326,GSI-Jpn 332132,92,2511,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1422,Tokyo + JSLD to WGS 84 (93),transformation,7414,4326,GSI-Jpn 332133,93,2512,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1423,Tokyo + JSLD to WGS 84 (94),transformation,7414,4326,GSI-Jpn 332134,94,2513,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1424,Tokyo + JSLD to WGS 84 (95),transformation,7414,4326,GSI-Jpn 332135,95,2514,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1425,Tokyo + JSLD to WGS 84 (96),transformation,7414,4326,GSI-Jpn 332136,96,2515,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1426,Tokyo + JSLD to WGS 84 (97),transformation,7414,4326,GSI-Jpn 324129,97,2516,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1427,Tokyo + JSLD to WGS 84 (98),transformation,7414,4326,GSI-Jpn 324130,98,2517,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1428,Tokyo + JSLD to WGS 84 (99),transformation,7414,4326,GSI-Jpn 324131,99,2518,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1429,Tokyo + JSLD to WGS 84 (100),transformation,7414,4326,GSI-Jpn 324132,100,2519,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1430,Tokyo + JSLD to WGS 84 (101),transformation,7414,4326,GSI-Jpn 324133,101,2520,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1431,Tokyo + JSLD to WGS 84 (102),transformation,7414,4326,GSI-Jpn 324134,102,2521,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1432,Tokyo + JSLD to WGS 84 (103),transformation,7414,4326,GSI-Jpn 320130,103,2522,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1433,Tokyo + JSLD to WGS 84 (104),transformation,7414,4326,GSI-Jpn 320131,104,2523,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1434,Tokyo + JSLD to WGS 84 (105),transformation,7414,4326,GSI-Jpn 320132,105,2524,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1435,Tokyo + JSLD to WGS 84 (106),transformation,7414,4326,GSI-Jpn 312130,106,2525,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1436,Tokyo + JSLD to WGS 84 (107),transformation,7414,4326,GSI-Jpn 312131,107,2526,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,0
-1437,RT90 to ETRS89 (1),transformation,4124,4258,NLS-Swe,1,1225,Accuracy 0.5m.,0.5,9607,,,"Derived at 22 points in 1993. Superseded by RT90 to SWEREF99 (1) (code 1895) from 2001.
-This transformation is actually between ETRS89 and RR92. RR92 is a geographic 3D CRS where the horizontal component is RT90.",National Land Survey of Sweden.,EPSG,2002-09-19,99.11  2000.72  2002.48,1,0
+1336,Tokyo + JSLD to WGS 84 (7),transformation,7414,4326,GSI-Jpn 452142,7,2426,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1337,Tokyo + JSLD to WGS 84 (8),transformation,7414,4326,GSI-Jpn 444141,8,2427,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1338,Tokyo + JSLD to WGS 84 (9),transformation,7414,4326,GSI-Jpn 444142,9,2428,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1339,Tokyo + JSLD to WGS 84 (10),transformation,7414,4326,GSI-Jpn 440141,10,2429,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1340,Tokyo + JSLD to WGS 84 (11),transformation,7414,4326,GSI-Jpn 440142,11,2430,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1341,Tokyo + JSLD to WGS 84 (12),transformation,7414,4326,GSI-Jpn 440143,12,2431,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1342,Tokyo + JSLD to WGS 84 (13),transformation,7414,4326,GSI-Jpn 440144,13,2432,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1343,Tokyo + JSLD to WGS 84 (14),transformation,7414,4326,GSI-Jpn 432141,14,2433,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1344,Tokyo + JSLD to WGS 84 (15),transformation,7414,4326,GSI-Jpn 432142,15,2434,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1345,Tokyo + JSLD to WGS 84 (16),transformation,7414,4326,GSI-Jpn 432143,16,2435,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1346,Tokyo + JSLD to WGS 84 (17),transformation,7414,4326,GSI-Jpn 432144,17,2436,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1347,Tokyo + JSLD to WGS 84 (18),transformation,7414,4326,GSI-Jpn 432145,18,2437,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1348,Tokyo + JSLD to WGS 84 (19),transformation,7414,4326,GSI-Jpn 424140,19,2438,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1349,Tokyo + JSLD to WGS 84 (20),transformation,7414,4326,GSI-Jpn 424141,20,2439,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,99.77 2002.08 2004.38,1,1
+1350,Tokyo + JSLD to WGS 84 (21),transformation,7414,4326,GSI-Jpn 424142,21,2440,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1351,Tokyo + JSLD to WGS 84 (22),transformation,7414,4326,GSI-Jpn 424143,22,2441,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1352,Tokyo + JSLD to WGS 84 (23),transformation,7414,4326,GSI-Jpn 424144,23,2442,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1353,Tokyo + JSLD to WGS 84 (24),transformation,7414,4326,GSI-Jpn 424145,24,2443,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1354,Tokyo + JSLD to WGS 84 (25),transformation,7414,4326,GSI-Jpn 420139,25,2444,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1355,Tokyo + JSLD to WGS 84 (26),transformation,7414,4326,GSI-Jpn 420140,26,2445,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1356,Tokyo + JSLD to WGS 84 (27),transformation,7414,4326,GSI-Jpn 420141,27,2446,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1357,Tokyo + JSLD to WGS 84 (28),transformation,7414,4326,GSI-Jpn 420142,28,2447,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1358,Tokyo + JSLD to WGS 84 (29),transformation,7414,4326,GSI-Jpn 420143,29,2448,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1359,Tokyo + JSLD to WGS 84 (30),transformation,7414,4326,GSI-Jpn 412140,30,2449,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1360,Tokyo + JSLD to WGS 84 (31),transformation,7414,4326,GSI-Jpn 412141,31,2450,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1361,Tokyo + JSLD to WGS 84 (32),transformation,7414,4326,GSI-Jpn 404140,32,2451,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1362,Tokyo + JSLD to WGS 84 (33),transformation,7414,4326,GSI-Jpn 404141,33,2452,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1363,Tokyo + JSLD to WGS 84 (34),transformation,7414,4326,GSI-Jpn 400139,34,2453,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1364,Tokyo + JSLD to WGS 84 (35),transformation,7414,4326,GSI-Jpn 400140,35,2454,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1365,Tokyo + JSLD to WGS 84 (36),transformation,7414,4326,GSI-Jpn 400141,36,2455,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1366,Tokyo + JSLD to WGS 84 (37),transformation,7414,4326,GSI-Jpn 392139,37,2456,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1367,Tokyo + JSLD to WGS 84 (38),transformation,7414,4326,GSI-Jpn 392140,38,2457,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1368,Tokyo + JSLD to WGS 84 (39),transformation,7414,4326,GSI-Jpn 392141,39,2458,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1369,Tokyo + JSLD to WGS 84 (40),transformation,7414,4326,GSI-Jpn 384139,40,2459,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1370,Tokyo + JSLD to WGS 84 (41),transformation,7414,4326,GSI-Jpn 384140,41,2460,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1371,Tokyo + JSLD to WGS 84 (42),transformation,7414,4326,GSI-Jpn 384141,42,2461,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1372,Tokyo + JSLD to WGS 84 (43),transformation,7414,4326,GSI-Jpn 380139,43,2462,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1373,Tokyo + JSLD to WGS 84 (44),transformation,7414,4326,GSI-Jpn 380140,44,2463,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1374,Tokyo + JSLD to WGS 84 (45),transformation,7414,4326,GSI-Jpn 380141,45,2464,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1375,Tokyo + JSLD to WGS 84 (46),transformation,7414,4326,GSI-Jpn 372136,46,2465,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1376,Tokyo + JSLD to WGS 84 (47),transformation,7414,4326,GSI-Jpn 372137,47,2466,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1377,Tokyo + JSLD to WGS 84 (48),transformation,7414,4326,GSI-Jpn 372138,48,2467,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1378,Tokyo + JSLD to WGS 84 (49),transformation,7414,4326,GSI-Jpn 372139,49,2468,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1379,Tokyo + JSLD to WGS 84 (50),transformation,7414,4326,GSI-Jpn 372140,50,2469,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1380,Tokyo + JSLD to WGS 84 (51),transformation,7414,4326,GSI-Jpn 372141,51,2470,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1381,Tokyo + JSLD to WGS 84 (52),transformation,7414,4326,GSI-Jpn 364136,52,2471,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1382,Tokyo + JSLD to WGS 84 (53),transformation,7414,4326,GSI-Jpn 364137,53,2472,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1383,Tokyo + JSLD to WGS 84 (54),transformation,7414,4326,GSI-Jpn 364138,54,2473,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1384,Tokyo + JSLD to WGS 84 (55),transformation,7414,4326,GSI-Jpn 364139,55,2474,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1385,Tokyo + JSLD to WGS 84 (56),transformation,7414,4326,GSI-Jpn 364140,56,2475,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1386,Tokyo + JSLD to WGS 84 (57),transformation,7414,4326,GSI-Jpn 360136,57,2476,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1387,Tokyo + JSLD to WGS 84 (58),transformation,7414,4326,GSI-Jpn 360137,58,2477,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1388,Tokyo + JSLD to WGS 84 (59),transformation,7414,4326,GSI-Jpn 360138,59,2478,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1389,Tokyo + JSLD to WGS 84 (60),transformation,7414,4326,GSI-Jpn 360139,60,2479,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1390,Tokyo + JSLD to WGS 84 (61),transformation,7414,4326,GSI-Jpn 360140,61,2480,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1391,Tokyo + JSLD to WGS 84 (62),transformation,7414,4326,GSI-Jpn 352132,62,2481,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1392,Tokyo + JSLD to WGS 84 (63),transformation,7414,4979,GSI-Jpn 352133,63,2482,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1393,Tokyo + JSLD to WGS 84 (64),transformation,7414,4326,GSI-Jpn 352134,64,2483,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1394,Tokyo + JSLD to WGS 84 (65),transformation,7414,4326,GSI-Jpn 352135,65,2484,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1395,Tokyo + JSLD to WGS 84 (66),transformation,7414,4326,GSI-Jpn 352136,66,2485,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1396,Tokyo + JSLD to WGS 84 (67),transformation,7414,4326,GSI-Jpn 352137,67,2486,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1397,Tokyo + JSLD to WGS 84 (68),transformation,7414,4326,GSI-Jpn 352138,68,2487,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1398,Tokyo + JSLD to WGS 84 (69),transformation,7414,4326,GSI-Jpn 352139,69,2488,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1399,Tokyo + JSLD to WGS 84 (70),transformation,7414,4326,GSI-Jpn 352140,70,2489,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1400,Tokyo + JSLD to WGS 84 (71),transformation,7414,4326,GSI-Jpn 344132,71,2490,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1401,Tokyo + JSLD to WGS 84 (72),transformation,7414,4326,GSI-Jpn 344133,72,2491,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1402,Tokyo + JSLD to WGS 84 (73),transformation,7414,4326,GSI-Jpn 344134,73,2492,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1403,Tokyo + JSLD to WGS 84 (74),transformation,7414,4326,GSI-Jpn 344135,74,2493,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1404,Tokyo + JSLD to WGS 84 (75),transformation,7414,4326,GSI-Jpn 344136,75,2494,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1405,Tokyo + JSLD to WGS 84 (76),transformation,7414,4326,GSI-Jpn 344137,76,2495,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1406,Tokyo + JSLD to WGS 84 (77),transformation,7414,4326,GSI-Jpn 344138,77,2496,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1407,Tokyo + JSLD to WGS 84 (78),transformation,7414,4326,GSI-Jpn 344139,78,2497,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1408,Tokyo + JSLD to WGS 84 (79),transformation,7414,4326,GSI-Jpn 344140,79,2498,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1409,Tokyo + JSLD to WGS 84 (80),transformation,7414,4326,GSI-Jpn 340130,80,2499,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1410,Tokyo + JSLD to WGS 84 (81),transformation,7414,4326,GSI-Jpn 340131,81,2500,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1411,Tokyo + JSLD to WGS 84 (82),transformation,7414,4326,GSI-Jpn 340132,82,2501,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1412,Tokyo + JSLD to WGS 84 (83),transformation,7414,4326,GSI-Jpn 340133,83,2502,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1413,Tokyo + JSLD to WGS 84 (84),transformation,7414,4326,GSI-Jpn 340134,84,2503,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1414,Tokyo + JSLD to WGS 84 (85),transformation,7414,4326,GSI-Jpn 340135,85,2504,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1415,Tokyo + JSLD to WGS 84 (86),transformation,7414,4326,GSI-Jpn 340136,86,2505,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1416,Tokyo + JSLD to WGS 84 (87),transformation,7414,4326,GSI-Jpn 340137,87,2506,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1417,Tokyo + JSLD to WGS 84 (88),transformation,7414,4326,GSI-Jpn 340138,88,2507,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1418,Tokyo + JSLD to WGS 84 (89),transformation,7414,4326,GSI-Jpn 332129,89,2508,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1419,Tokyo + JSLD to WGS 84 (90),transformation,7414,4326,GSI-Jpn 332130,90,2509,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1420,Tokyo + JSLD to WGS 84 (91),transformation,7414,4326,GSI-Jpn 332131,91,2510,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1421,Tokyo + JSLD to WGS 84 (92),transformation,7414,4326,GSI-Jpn 332132,92,2511,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1422,Tokyo + JSLD to WGS 84 (93),transformation,7414,4326,GSI-Jpn 332133,93,2512,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1423,Tokyo + JSLD to WGS 84 (94),transformation,7414,4326,GSI-Jpn 332134,94,2513,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1424,Tokyo + JSLD to WGS 84 (95),transformation,7414,4326,GSI-Jpn 332135,95,2514,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1425,Tokyo + JSLD to WGS 84 (96),transformation,7414,4326,GSI-Jpn 332136,96,2515,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1426,Tokyo + JSLD to WGS 84 (97),transformation,7414,4326,GSI-Jpn 324129,97,2516,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1427,Tokyo + JSLD to WGS 84 (98),transformation,7414,4326,GSI-Jpn 324130,98,2517,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1428,Tokyo + JSLD to WGS 84 (99),transformation,7414,4326,GSI-Jpn 324131,99,2518,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1429,Tokyo + JSLD to WGS 84 (100),transformation,7414,4326,GSI-Jpn 324132,100,2519,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1430,Tokyo + JSLD to WGS 84 (101),transformation,7414,4326,GSI-Jpn 324133,101,2520,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1431,Tokyo + JSLD to WGS 84 (102),transformation,7414,4326,GSI-Jpn 324134,102,2521,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1432,Tokyo + JSLD to WGS 84 (103),transformation,7414,4326,GSI-Jpn 320130,103,2522,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1433,Tokyo + JSLD to WGS 84 (104),transformation,7414,4326,GSI-Jpn 320131,104,2523,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1434,Tokyo + JSLD to WGS 84 (105),transformation,7414,4326,GSI-Jpn 320132,105,2524,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1435,Tokyo + JSLD to WGS 84 (106),transformation,7414,4326,GSI-Jpn 312130,106,2525,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1436,Tokyo + JSLD to WGS 84 (107),transformation,7414,4326,GSI-Jpn 312131,107,2526,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2002.08 2004.38,1,1
+1437,RT90 to ETRS89 (1),transformation,4124,4258,NLS-Swe,1,1225,Accuracy 0.5m.,0.5,9607,,,"Derived at 22 points in 1993. Replaced by RT90 to SWEREF99 (1) (code 1895) from 2001.
+This transformation is actually between ETRS89 and RR92. RR92 is a geographic 3D CRS where the horizontal component is RT90.",National Land Survey of Sweden.,EPSG,2007-03-22,99.11 2000.72 2002.48 2007.043,1,0
 1438,Fahud to WGS 84 (2),transformation,4232,4326,PDO-Omn,2,1183,Oil exploration.,25,9606,,,,Petroleum Development Oman,EPSG,1999-04-22,,1,0
-1439,PSD93 to WGS 84 (1),transformation,4134,4326,PDO-Omn 97,1,1183,Oil exploration. Residuals 0.5m at 67% probability level.,0.5,9606,,,Superseded PSD93 to WGS 84 (2) (code 8581) in 1997.,Petroleum Development Oman,EPSG,2001-06-05,2000.28,1,0
+1439,PSD93 to WGS 84 (1),transformation,4134,4326,PDO-Omn 97,1,1183,Oil exploration. Residuals 0.5m at 67% probability level.,0.5,9606,,,Replaced PSD93 to WGS 84 (2) (code 8581) in 1997.,Petroleum Development Oman,EPSG,2007-03-22,2000.28 2007.043,1,0
 1440,ED50 to WGS 84 (19),transformation,4230,4326,HEL-Grc,19,1106,Used in oil industry.,999,9603,,,,Geodesy Department; Hellenic Petroleum s.a.,EPSG,1999-04-22,,1,0
 1441,Antigua 1943 to WGS 84 (1),transformation,4601,4326,DOS-Atg Ant,1,1273,?,10,9603,,,,Ordnance Survey of Great Britain,EPSG,1999-04-22,,1,0
 1442,Dominica 1945 to WGS 84 (1),transformation,4602,4326,DOS-Dma,1,1082,?,10,9603,,,,Ordnance Survey of Great Britain,EPSG,1999-04-22,,1,0
 1443,Grenada 1953 to WGS 84 (1),transformation,4603,4326,DOS-Grd,1,3118,?,10,9603,,,,Ordnance Survey of Great Britain,EPSG,1999-04-22,,1,0
-1444,Montserrat 1958 to WGS 84 (1),transformation,4604,4326,DOS-Msr,1,1165,Accuracy 25m in each axis.,44,9603,,,Derived at 1 satellite station.,NIMA TR8350.2 revision 2 via Ordnance Survey of Great Britain.,EPSG,2006-02-09,2002.76 2006.02,1,0
+1444,Montserrat 1958 to WGS 84 (1),transformation,4604,4326,DOS-Msr,1,1165,Accuracy 25m in each axis.,44,9603,,,Derived at 1 satellite station.,NIMA TR8350.2 revision 2 via Ordnance Survey of Great Britain.,EPSG,2007-01-04,2002.76 2006.02 2006.89,1,0
 1445,St. Kitts 1955 to WGS 84 (1),transformation,4605,4326,DOS-Kna,1,1200,?,10,9603,,,,Ordnance Survey of Great Britain,EPSG,1999-04-22,,1,0
 1446,St. Lucia 1955 to WGS 84 (1),transformation,4606,4326,DOS-Lca,1,1201,?,10,9603,,,,Ordnance Survey of Great Britain,EPSG,1999-04-22,,1,0
 1447,Anguilla 1957 to WGS 84 (1),transformation,4600,4326,DOS-Aia,1,1030,?,10,9619,,,,Ordnance Survey of Great Britain,EPSG,1999-04-22,,1,0
-1450,ED50 to WGS 84 (20),transformation,4230,4326,NMA-Nor 6265W,20,2333,Oil exploration before 1997/2001.,0.5,9620,,,Valid 1991-1997. Superseded in 1997 by ED50 to WGS 84 (22) (code 1590) and in 2001 by ED50 to WGS 84 (23) (code 1612).,"Norwegian Mapping Authority note of 13-Feb-1991 ""Om Transformasjon mellom Geodetiske Datum i Norge"".",EPSG,2000-03-07,2000.14,1,0
-1451,NAD27(CGQ77) to NAD83 (1),transformation,4609,4269,SGQ-Can QC NT1,1,1368,Historic record only - now superseded - see remarks.,1,9614,,,Superseded by NAD27(CGQ77) to NAD83 (2) (code 1575).  Uses NT method which expects longitudes positive west; EPSG GeogCRSs CGQ77 (code 4609) and NAD83 (code 4269) have longitudes positive east.,Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca,EPSG,2000-03-07,2000.14,1,0
+1450,ED50 to WGS 84 (20),transformation,4230,4326,NMA-Nor 6265W,20,2333,Oil exploration before 1997/2001.,0.5,9620,,,Valid 1991-1997. Replaced in 1997 by ED50 to WGS 84 (22) (code 1590) and in 2001 by ED50 to WGS 84 (23) (code 1612).,"Norwegian Mapping Authority note of 13-Feb-1991 ""Om Transformasjon mellom Geodetiske Datum i Norge"".",EPSG,2007-03-22,2000.14 2007.043,1,0
+1451,NAD27(CGQ77) to NAD83 (1),transformation,4609,4269,SGQ-Can QC NT1,1,1368,Historic record only - now superseded - see remarks.,1,9614,,,Replaced by NAD27(CGQ77) to NAD83 (2) (code 1575).  Uses NT method which expects longitudes positive west; EPSG GeogCRSs CGQ77 (code 4609) and NAD83 (code 4269) have longitudes positive east.,Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca,EPSG,2007-03-22,2000.14 2007.043,1,0
 1454,Old Hawaiian to NAD83 (1),transformation,4135,4269,NGS-Usa HI,1,1334,Accuracy at 67% confidence level is 0.2m.,0.2,9613,,,Uses NADCON method which expects longitudes positive west; EPSG GeogCRSs Old Hawaiian (code 4135) and NAD83 (code 4269) have longitudes positive east.  NADCON data converts from Old Hawaiian Datum but makes the transformation appear to be from NAD27.,US Coast & Geodetic Survey  www.ngs.noaa.gov,EPSG,2004-04-27,2000.14 2004.182 2004.36,1,0
 1455,St. Lawrence Island to NAD83 (1),transformation,4136,4269,NGS-Usa AK StL,1,1332,Accuracy 0.5m at 67% confidence level.,0.5,9613,,,Uses NADCON method which expects longitudes positive west; EPSG GeogCRSs St. Lawrence (code 4136) and NAD83 (code 4269) have longitudes positive east. NADCON data converts from St. Lawrence Datum to but makes the transformation appear to be from NAD27.,US Coast & Geodetic Survey  www.ngs.noaa.gov,EPSG,2004-04-27,2000.14 2004.36,1,0
 1456,St. Paul Island to NAD83 (1),transformation,4137,4269,NGS-Usa AK StP,1,1333,Accuracy 0.5m at 67% confidence level.,0.5,9613,,,Uses NADCON method which expects longitudes positive west; EPSG GeogCRSs St. Paul (code 4137) and NAD83 (code 4269) have longitudes positive east. NADCON data converts from St. Paul Datum to but makes the transformation appear to be from NAD27.,US Coast & Geodetic Survey  www.ngs.noaa.gov,EPSG,2004-04-27,2000.14 2004.36,1,0
 1457,St. George Island to NAD83 (1),transformation,4138,4269,NGS-Usa AK StG,1,1331,Accuracy 0.5m at 67% confidence level.,0.5,9613,,,Uses NADCON method which expects longitudes positive west; EPSG GeogCRSs St. George (code 4138) and NAD83 (code 4269) have longitudes positive east. NADCON data converts from St. George Datum to but makes the transformation appear to be from NAD27.,US Coast & Geodetic Survey  www.ngs.noaa.gov,EPSG,2004-04-27,2000.14 2004.36,1,0
 1458,AGD66 to GDA94 (2),transformation,4202,4283,Auslig-ACT 1m,2,2283,Recommended for mid-accuracy use in A.C.T.  1m accuracy.,1,9607,,,For higher accuracy requirements see AGD66 to GDA94 (11) (code 1803). May be taken as approximate transformation AGD66 to WGS 84 - see code 1665.,GDA Technical Manual. http://www.icsm.gov.au/gda,EPSG,2006-01-02,2005.86 2006.01,1,0
-1459,AGD66 to GDA94 (3),transformation,4202,4283,Auslig-Tas 1m old,3,1282,1m accuracy.,1,9607,,,Replaced in 2000 by AGD66 to GDA94 (8) (code 1594). Differences are sub-metre.,GDA Technical Manual. http://www.icsm.gov.au/gda,EPSG,2006-02-17,2000.68 2006.01,1,0
+1459,AGD66 to GDA94 (3),transformation,4202,4283,Auslig-Tas 1m old,3,1282,1m accuracy.,1,9607,,,Replaced in 2000 by AGD66 to GDA94 (8) (code 1594). Differences are sub-metre.,GDA Technical Manual. http://www.icsm.gov.au/gda,EPSG,2007-03-22,2000.68 2006.01 2007.043,1,0
 1460,AGD66 to GDA94 (4),transformation,4202,4283,Auslig-NSW Vic 1m,4,2286,Recommended for mid-accuracy use in NSW and Victoria.  1m accuracy.,1,9607,,,For higher accuracy requirements see AGD66 to GDA94 (11) (code 1803).  May be taken as approximate transformation AGD66 to WGS 84 - see code 1666.,GDA Technical Manual. http://www.icsm.gov.au/gda,EPSG,2006-01-02,2005.86 2006.01,1,0
 1461,Puerto Rico to NAD83 (1),transformation,4139,4269,NGS-PRVI,1,1335,Accuracy 0.05m at 67% confidence level.,0.05,9613,,,May be taken as approximate transformation Puerto Rico-WGS 84 - see code 15841.,US Coast & Geodetic Survey  www.ngs.noaa.gov,EPSG,2004-04-27,2000.14 2004.36,1,0
-1462,NAD27 to NAD83 (5),transformation,4267,4269,SGQ-Can QC NT1,5,1368,Historic record only - now superseded - see remarks.,1,9614,,,Densification for Quebec of code 1312. Superseded by NAD27 to NAD83 (6) (code 1573).  Uses NT method which expects longitudes positive west; EPSG GeogCRSs NAD27 (code 4267) and NAD83 (code 4269) have longitudes positive east.,Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca,EPSG,2000-03-07,2000.14,1,0
+1462,NAD27 to NAD83 (5),transformation,4267,4269,SGQ-Can QC NT1,5,1368,Historic record only - now superseded - see remarks.,1,9614,,,Densification for Quebec of code 1312. Replaced by NAD27 to NAD83 (6) (code 1573).  Uses NT method which expects longitudes positive west; EPSG GeogCRSs NAD27 (code 4267) and NAD83 (code 4269) have longitudes positive east.,Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca,EPSG,2007-03-22,2000.14 2007.043,1,0
 1463,NAD27(76) to NAD83 (1),transformation,4608,4269,SGQ-Can Ont,1,1367,?,1,9615,,,Uses NT method which expects longitudes positive west; EPSG GeogCRSs NAD27(76) (code 4608) and NAD83 (code 4269) have longitudes positive east. May be taken as approximate transformation NAD27(76) to WGS 84 - see code 1690.,Geodetic Survey of Canada   http://www.geod.nrcan.gc.ca/,EPSG,2005-09-29,2000.14 2005.46,1,0
 1464,AGD66 to GDA94 (5),transformation,4202,4283,OSG-Aus Vic old,5,2285,0.1m accuracy.,0.1,9615,,,Replaced by AGD66 to GDA94 (10) (code 1596) and then by AGD66 to GDA94 (11) (code 1803).  Input expects longitudes to be positive west; EPSG GeogCRS AGD66 (code 4202) and GDA94 (code 4283) both have longitudes positive east.,Office of Surveyor General Victoria; http://www.land.vic.gov.au/,EPSG,2005-09-29,99.67  2000.14  2000.68 2005.46,1,0
 1466,NGO 1948 (Oslo) to NGO1948 (Greenwich),transformation,4817,4273,NGO-Nor,1,1352,Change of prime meridian.,,9601,,,,"J. Danielsen; ""Transformasjoner ved Norges Geografiske Oppmåling""; Kart Og Plan nr 1; 1982.",EPSG,1999-11-12,99.79,1,1
@@ -478,8 +477,8 @@
 1503,NAD83 to NAD83(HARN) (30),transformation,4269,4152,NGS-Usa WY,30,1419,Geodetic survey. Accuracy 0.05m at 67% confidence level.,0.05,9613,,,Uses NADCON method which expects longitudes positive west; EPSG GeogCRSs NAD83 (code 4269) and NAD83(HARN) (code 4152) have longitudes positive east.   May be taken as approximate transformation NAD83-WGS 84 - see code 1740.,US Coast & Geodetic Survey  www.ngs.noaa.gov  NADCON readme file,EPSG,2004-04-27,99.931  2000.14 2004.36,1,0
 1504,Cape to Hartebeesthoek94 (1),transformation,4222,4148,DSM-Zaf,1,1215,?,15,9603,,,Residuals should not exceed 15 metres. Also used to transform Cape to WGS 84 - see code 1129.,Directorate of Surveys and Mapping; http://w3sli.wcape.gov.za/surveys/mapping/wgs84.htm,EPSG,2000-01-06,99.96,1,0
 1505,Hartebeesthoek94 to WGS 84 (1),transformation,4148,4326,EPSG-Zaf,1,1215,For many purposes Hartebeesthoek94 datum can be considered to be coincident with WGS 84.,1,9603,,,,EPSG,EPSG,2000-01-06,99.96,1,0
-1506,AGD66 to GDA94 (6),transformation,4202,4283,OSG-Tas 0.1m,6,1282,0.1m accuracy.,0.1,9615,,,Replaced by AGD66 to GDA94 (11) (code 1803). Input expects longitudes to be positive west; EPSG GeogCRS AGD66 (code 4202) and GDA94 (code 4283) both have longitudes positive east.,http://www.delm.tas.gov.au/osg/Geodetic_transform.htm,EPSG,2000-03-07,2000.14,1,0
-1507,AGD66 to GDA94 (7),transformation,4202,4283,Auslig-NT 0.1m,7,2284,0.1m accuracy.,0.1,9615,,,Replaced by AGD66 to GDA94 (11) (code 1803). Input expects longitudes to be positive west; EPSG GeogCRS AGD66 (code 4202) and GDA94 (code 4283) both have longitudes positive east.,GDA Technical Manual. http://www.icsm.gov.au/gda,EPSG,2006-02-17,2000.14 2006.01,1,0
+1506,AGD66 to GDA94 (6),transformation,4202,4283,OSG-Tas 0.1m,6,1282,0.1m accuracy.,0.1,9615,,,Replaced by AGD66 to GDA94 (11) (code 1803). Input expects longitudes to be positive west; EPSG GeogCRS AGD66 (code 4202) and GDA94 (code 4283) both have longitudes positive east.,http://www.delm.tas.gov.au/osg/Geodetic_transform.htm,EPSG,2007-03-22,2000.14 2007.043,1,0
+1507,AGD66 to GDA94 (7),transformation,4202,4283,Auslig-NT 0.1m,7,2284,0.1m accuracy.,0.1,9615,,,Replaced by AGD66 to GDA94 (11) (code 1803). Input expects longitudes to be positive west; EPSG GeogCRS AGD66 (code 4202) and GDA94 (code 4283) both have longitudes positive east.,GDA Technical Manual. http://www.icsm.gov.au/gda,EPSG,2007-03-22,2000.14 2006.01 2007.043,1,0
 1508,CH1903 to WGS 84 (1),transformation,4149,4326,BfL-CH 1,1,1286,?,,9607,,,Implemented in Bundesamt für Landestopographie programme GRANIT.,Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.,EPSG,1999-10-20,,1,1
 1509,CH1903+ to CHTRF95 (1),transformation,4150,4151,BfL-CH,1,1286,For applications to an accuracy of 0.1 metres.,0.1,9603,,,This transformation is also given as CH1903+ to ETRS89 (1) (code 1647). CHTRF95 is a realisation of ETRS89. May be taken as approximate transformation CH1903+ to WGS 84 - see code 1676.,Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.,EPSG,1999-10-20,,1,0
 1510,CH1903 to WGS 84 (2),transformation,4149,4326,BfL-CH 2,2,1286,Accuracy 1.5 metres.,,9603,,,These parameters are strictly between CH1903+ and CHTRF95 but are used from CH1903 as an approximation which is within the accuracy of the distortions in the CH1903 network.,Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.,EPSG,1999-10-20,,1,1
@@ -488,7 +487,7 @@
 1513,FD58 to WGS 84 (1),transformation,4132,4326,TOT-Irn Kangan,1,2362,Oil exploration.,0.5,9603,,,Derived in 1998 in Kangan district by Geoid for Total. Used for South Pars phases 2 and 3.,Total-Fina,EPSG,1999-10-20,,1,0
 1514,ED50(ED77) to WGS 84 (1),transformation,4154,4326,NCCI-Irn,1,1123,Transformation for whole country: accuracy about 1m.,1,9606,,,"Used for South Pars phases 6, 7 and 8.",National Cartographic Centre of Iran,EPSG,1999-10-20,,1,0
 1515,NAD83 to WGS 84 (5),transformation,4269,4326,NGS-Usa ITRF96,5,1323,Geodesy.,,9607,,,Strictly between NAD83 and ITRF96(1997.0).  Supersedes NAD83 to WGS 84 (4) (code 1308)., http://www.ngs.noaa.gov/CORS/Derivation.html,EPSG,1999-11-05,,1,1
-1516,La Canoa to WGS 84 (1),transformation,4247,4326,LAG-Ven E,1,2363,Parameter values estimated accuracy: ± 2.0m;  ± 2.7m;  ± 1.3m respectively.,2.5,9603,,,Also used for PSAD56 to WGS 84 transformations.,"Lagoven; Gonzalez Losano y Rodriguez; ""Determination de los Parametros de Transformacion para el Oriente del Pais""; VII Venezuelan Geophysical Congress; September 1994.",EPSG,1999-11-05,,1,0
+1516,La Canoa to WGS 84 (1),transformation,4247,4326,LAG-Ven E,1,2363,Parameter values estimated accuracy: ± 2.0m;  ± 2.7m;  ± 1.3m respectively.,2.5,9603,,,Also used for PSAD56 to WGS 84 transformations.,"Lagoven; Gonzalez Losano y Rodriguez; ""Determination de los Parametros de Transformacion para el Oriente del Pais""; VII Venezuelan Geophysical Congress; September 1994.",EPSG,2006-10-13,2006.89,1,0
 1517,Conakry 1905 to WGS 84 (1),transformation,4315,4326,IGN-Gin,1,1112,?,30,9603,,,,IGN Paris,EPSG,1999-12-09,,1,0
 1518,Dabola 1981 to WGS 84 (1),transformation,4155,4326,IGN-Gin,1,1112,Accuracy 25m in each axis.,25,9603,,,,NIMA TR8350.2 2nd edition via IGN Paris,EPSG,2002-09-19,2002.76,1,0
 1519,Bern 1898 (Bern) to CH1903 (Greenwich),transformation,4801,4149,BfL-CH,1,1286,Change of prime meridian.,,9601,,,,EPSG,EPSG,1999-12-09,,1,1
@@ -503,14 +502,14 @@
 1528,Chos Malal 1914 to Campo Inchauspe (1),transformation,4160,4221,TOT-Arg Neu,1,2325,Oil exploration. Accuracy 10 metres.,10,9603,,,Derived through common coordinates at 5 stations.,Total-Fina,EPSG,2000-03-07,,1,0
 1529,Hito XVIII to WGS 84 (1),transformation,4254,4326,TOT-Arg TdF,1,2357,Oil exploration.,0.5,9606,,,"Derived through ties at 3 stations (RC03, TOTAL11 and MP12) to 3 IGS stations in  November 1995",Total-Fina,EPSG,2000-03-07,,1,0
 1530,NAD27 to WGS 84 (30),transformation,4267,4326,ICH-Cub,30,1077,?,1,9603,,,,Institut Cubano di Hidrografia (ICH),EPSG,2000-03-07,,1,0
-1531,Nahrwan 1967 to WGS 84 (4),transformation,4270,4326,TOT-UAE Abk,4,2392,Oil exploration.,0.5,9603,,,Derived by Oceonics through ties at platform AK1  to 3 IGS stations in  March 1995.,Total-Fina,EPSG,2000-03-07,,1,0
+1531,Nahrwan 1967 to WGS 84 (4),transformation,4270,4326,TOT-UAE Abk,4,2392,Oil exploration.,0.5,9603,,,Parameter values adopted by Total are mean of those derived by Oceonics and Geoid through ties at platform AK1  to 4 IGS stations in  March 1995.,Total-Fina,EPSG,2007-04-20,2007.010,1,0
 1532,M'poraloko to WGS 84 (2),transformation,4266,4326,Elf-Gab94,2,1100,Oil exploration.,0.5,9603,,,Derived as mean of Doris determinations at 3 stations in Port Gentil area in 1994.,TotalFinaElf,EPSG,2000-03-07,,1,0
 1533,Kalianpur 1937 to WGS 84 (2),transformation,4144,4326,TOT-Mmr Moat,2,2361,Oil exploration.,5,9603,,,,Total-Fina,EPSG,2000-03-07,,1,0
 1534,Minna to WGS 84 (3),transformation,4263,4326,SHL-Nig S,3,2371,Oil exploration.,,9606,,,,Shell Petroleum Development Company,EPSG,2000-03-07,,1,1
 1536,Nahrwan 1967 to WGS 84 (5),transformation,4270,4326,B&R-Qat off,5,2406,Oil exploration.,1,9603,,,Derived by Brown & Root in 1992 for Qatar General Petroleum Corporation North Field development. Adopted by QGPC for all offshore Qatar.,Qatar General Petroleum Corporation and Total-Fina,EPSG,2006-01-30,2000.53 2006.09,1,0
 1537,Indian 1975 to WGS 84 (3),transformation,4240,4326,Fug-Tha,3,2358,Oil exploration.,1,9603,,,Derived in 1995 at point RTSD181.,Total-Fina,EPSG,2000-03-07,,1,0
 1538,Carthage to WGS 84 (2),transformation,4223,4326,Elf-Tun,2,1489,Oil exploration.,1,9603,,,Derived at station Chaffar January 1995.,Total / Elf,EPSG,2000-03-07,,1,0
-1539,South Yemen to Yemen NGN96 (1),transformation,4164,4163,IGN-Yem South,1,1340,?,5,9603,,,,IGN Paris,EPSG,2000-03-07,,1,0
+1539,South Yemen to Yemen NGN96 (1),transformation,4164,4163,IGN-Yem South,1,1340,?,5,9603,,,May be used as an approximate transformation to WGS 84 - see South Yemen to WGS 84 (1) (code 1682).,IGN Paris,EPSG,2006-12-29,2006.993,1,0
 1540,Yemen NGN96 to WGS 84 (1),transformation,4163,4326,IGN-Yem,1,1257,Accuracy better than 1 metre.,1,9603,,,,IGN Paris,EPSG,2000-03-07,,1,0
 1541,Indian 1960 to WGS 72BE (1),transformation,4131,4324,PV-Vnm,1,1495,Oil exploration.,25,9603,,,Derived in Vung Tau area by Technical Navigation for Deminex in 1978.,PetroVietnam,EPSG,2000-03-07,,1,0
 1542,Indian 1960 to WGS 84 (2),transformation,4131,4326,DMA-Vnm 16N,2,2359,For military purposes.  Accuracy 25m in each axis.,44,9603,,,Derived at 2 stations.,U.S. Defense Mapping Agency TR8350.2 revision of August 1993.,EPSG,2000-03-07,,1,0
@@ -528,9 +527,9 @@
 1554,NAD83 to NAD83(HARN) (39),transformation,4269,4152,NGS-Usa NJ,39,1399,Geodetic survey. Accuracy 0.05m at 67% confidence level.,0.05,9613,,,Uses NADCON method which expects longitudes positive west; EPSG GeogCRSs NAD83 (code 4269) and NAD83(HARN) (code 4152) have longitudes positive east.   May be taken as approximate transformation NAD83-WGS 84 - see code 1749.,US Coast & Geodetic Survey  ftp://ftp.ngs.noaa.gov/pub/pcsoft/nadcon,EPSG,2004-04-27,2004.36,1,0
 1555,Naparima 1955 to WGS 84 (2),transformation,4158,4326,Amoco-Tto Trin,2,3143,Oil exploration.,1,9603,,,Derived in 1989 by ONI for Amoco.,Trinidad Ministry of Energy and Energy Industries.,EPSG,2000-03-07,2000.351,1,0
 1556,Naparima 1955 to WGS 84 (3),transformation,4158,4326,NIMA-Tto Trin,3,3143,For military purposes only.  Accuracy given by NIMA 15m in each axis. EPSG believes there is an 8-10m blunder in dX.,26,9603,,,Described by NIMA as Naparima to WGS 84.  In Trinidad the source CRS is better known as Naparima 1955. EPSG has duplicated the tfm using the alternative source CRSs.  See also tfm code 1307.,EPSG after U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-21,2000.351 2005.20,1,0
-1557,Malongo 1987 to WGS 84 (2),transformation,4259,4326,CHV-Ago Cab90,2,3180,Offshore oil exploration and production from June 1990.,5,9603,,,Derived at station Y in July 1990 through Transit single point positioning using 187 passes by Geodetic Survey Ltd. Supersedes Malongo 1987 to WGS 84 (1) ( trf code 1330).,Chevron.,EPSG,2006-06-06,2005.751,1,0
+1557,Malongo 1987 to WGS 84 (2),transformation,4259,4326,CHV-Ago Cab90,2,3180,Offshore oil exploration and production from June 1990.,5,9603,,,Derived at station Y in July 1990 through Transit single point positioning using 187 passes by Geodetic Survey Ltd. Replaces Malongo 1987 to WGS 84 (1) ( trf code 1330).,Chevron.,EPSG,2007-03-22,2005.751 2007.043,1,0
 1558,Korean 1995 to WGS 84 (1),transformation,4166,4326,NIMA-Kor,1,1135,For military purposes. Accuracy 1m in each axis.,2,9603,,,Derived at 5 stations.,U.S. National Imagery and Mapping Agency TR8350.2 revision of October 1997; http://earth-info.nga.mil/GandG/,EPSG,2005-09-29,2005.20 2005.46,1,0
-1559,AGD84 to GDA94 (3),transformation,4203,4283,DOLA-Aus WA 0.1m old,3,1280,0.1m accuracy.,,9615,,,Superseded by AGD84 to GDA94 (4) (code 1593) (binary file format error) and then by AGD84 to GDA94 (5) (code 1804). Input expects longitudes to be positive west; EPSG GeogCRS AGD84 (code 4203) and GDA94 (code 4283) both have longitudes positive east.,http://www.dola.wa.gov.au/lotl/survey_geodesy/gda1994/download.html,EPSG,2000-06-10,2000.68,1,1
+1559,AGD84 to GDA94 (3),transformation,4203,4283,DOLA-Aus WA 0.1m old,3,1280,0.1m accuracy.,,9615,,,Replaced by AGD84 to GDA94 (4) (code 1593) due to binary file format error and then by AGD84 to GDA94 (5) (code 1804). Input expects longitudes to be positive west; EPSG GeogCRS AGD84 (code 4203) and GDA94 (code 4283) have longitudes positive east.,http://www.dola.wa.gov.au/lotl/survey_geodesy/gda1994/download.html,EPSG,2007-03-22,2000.68 2002.06 2007.043,1,0
 1560,Nord Sahara 1959 to WGS 72BE (1),transformation,4307,4324,CGG-Alg HM,1,2393,Oil exploration.,8,9603,,,Derived at IGN monument CFP19 using Transit.,Various oil company sources.,EPSG,2000-06-23,,1,0
 1561,Qatar 1974 to WGS 84 (1),transformation,4285,4326,DMA-Qat,1,1195,For military purposes only.  Accuracy 20m in each axis.,35,9603,,,Derived at 3 stations.,U.S. Defense Mapping Agency TR8350.2 September 1987.,EPSG,2005-05-27,2005.20 2005.21,1,0
 1562,Qatar 1974 to WGS 84 (2),transformation,4285,4326,B&R-Qat off,2,2406,Oil exploration.,1,9603,,,Derived by Brown & Root in 1992 for Qatar General Petroleum Corporation.,Qatar General Petroleum Corporation and Total-Fina,EPSG,2000-10-19,,1,0
@@ -544,15 +543,15 @@
 1570,Accra to WGS 72BE (1),transformation,4168,4324,GSI-Gha,1,1505,Oil exploration.,25,9603,,,Derived be single point Transit observation at several locations.,Various oil industry sources,EPSG,2000-10-19,,1,0
 1571,Amersfoort to ETRS89 (1),transformation,4258,4326,NCG-Nld 2000,1,1172,Accuracy 0.5m,,9607,,,"Dutch sources also quote an equivalent transformation with parameter values dX=+593.032 dY=+26.000 dZ=+478.741m, rX rY rZ and dS as this tfm. These values belong to a different transformation method and cannot be used with the Coordinate Frame method.",http://rdnap.kadaster.nl/rd/index.html  Also Nederlandse Commissie voor Geodesie publication 30; 3rd edition 1997.  Also with change of method and parameter units at EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2000-10-19,,1,1
 1572,NAD83 to NAD83(CSRS98) (1),transformation,4269,4140,SGQ-Can QC,1,1368,Accuracy 1-2 metres.,,9615,,,Uses NT method which expects longitudes positive west; EPSG GeogCRSs NAD83 (code 4269) and NAD83(CSRS98) (code 4140) have longitudes positive east. Can be taken as an approximate transformation NAD83 to WGS 84 - see code 1696.,Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca,EPSG,2000-10-19,,1,1
-1573,NAD27 to NAD83 (6),transformation,4267,4269,SGQ-Can QC NT2,6,1368,Accuracy 1-2 metres.,1.5,9615,,,Supersedes NAD27 to NAD83 (5) (code 1462).  Uses NT method which expects longitudes positive west; EPSG GeogCRSs NAD27 (code 4267) and NAD83 (code 4269) have longitudes positive east.,Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca,EPSG,2000-10-19,,1,0
+1573,NAD27 to NAD83 (6),transformation,4267,4269,SGQ-Can QC NT2,6,1368,Accuracy 1-2 metres.,1.5,9615,,,Replaces NAD27 to NAD83 (5) (code 1462).  Uses NT method which expects longitudes positive west; EPSG GeogCRSs NAD27 (code 4267) and NAD83 (code 4269) have longitudes positive east.,Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca,EPSG,2000-10-19,,1,0
 1574,NAD27 to NAD83(CSRS98) (1),transformation,4267,4140,SGQ-Can QC,1,1368,Accuracy 1-2 metres.,,9615,,,Uses NT method which expects longitudes positive west; EPSG GeogCRSs NAD27 (code 4267) and NAD83(CSRS98) (code 4140) have longitudes positive east. Can be taken as an approximate transformation NAD27 to WGS 84 - see code 1692.,Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca,EPSG,2000-10-19,,1,1
-1575,NAD27(CGQ77) to NAD83 (2),transformation,4609,4269,SGQ-Can QC NT2,2,1368,Accuracy 1-2 metres.,1.5,9615,,,Supersedes NAD27(CGQ77) to NAD83 (1) (code 1451).  Uses NT method which expects longitudes positive west; EPSG GeogCRSs CGQ77 and NAD83 (codes 4609 and 4269) have longitudes positive east. Can be taken as approx transformation to WGS 84 - see code 1691.,Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca,EPSG,2000-10-19,,1,0
-1576,NAD27(CGQ77) to NAD83(CSRS98) (1),transformation,4609,4140,SGQ-Can QC,1,1368,Accuracy 1-2 metres.,,9615,,,Uses NT method which expects longitudes positive west; EPSG GeogCRSs NAD27(CGQ77) (code 4609) and NAD83(CSRS98) (code 4140) have longitudes positive east. Can be taken as an approximate transformation NAD27(CGQ77) to WGS 84 - see code 1691.,Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca,EPSG,2000-10-19,,1,1
+1575,NAD27(CGQ77) to NAD83 (2),transformation,4609,4269,SGQ-Can QC NT2,2,1368,Accuracy 1-2 metres.,1.5,9615,,,Replaces NAD27(CGQ77) to NAD83 (1) (code 1451).  Uses NT method which expects longitudes positive west; EPSG GeogCRSs CGQ77 and NAD83 (codes 4609 and 4269) have longitudes positive east. Can be taken as approx transformation to WGS 84 - see code 1691.,Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca,EPSG,2007-03-22,2007.043,1,0
+1576,NAD27(CGQ77) to NAD83(CSRS98) (1),transformation,4609,4140,SGQ-Can QC,1,1368,Accuracy 1-2 metres.,,9615,,,Uses NT method which expects longitudes positive west; EPSG GeogCRSs NAD27(CGQ77) (code 4609) and NAD83(CSRS98) (code 4140) have 1691longitudes positive east. Can be taken as an approximate transformation NAD27(CGQ77) to WGS 84 - see code 1691.,Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca,EPSG,2000-10-19,,1,1
 1577,American Samoa 1962 to WGS 84 (1),transformation,4169,4326,NIMA-Asm,1,3109,For military purposes. One sigma uncertainty is 25m in each axis.,44,9603,,,Transformation based on observations at 2 stations in 1993.,NIMA TR8350.2 revision of January 2000.,EPSG,2005-05-21,2005.23,1,0
 1578,American Samoa 1962 to NAD83(HARN) (1),transformation,4169,4152,NGS-Asm W,1,2288,Geodetic survey. No accuracy stated.,5,9613,,,NADCON method which expects longitudes positive west; EPSG GeogCRSs American Samoa 1962 and NAD83(HARN) (codes 4169 and 4152) have longitudes positive east.  NADCON expects latitudes in northern hemisphere and values must be made positive prior to input.,ftp://ftp.ngs.noaa.gov/pub/pcsoft/nadcon/samoa_readme.txt,EPSG,2004-04-27,2004.36,1,0
 1579,American Samoa 1962 to NAD83(HARN) (2),transformation,4169,4152,NGS-Asm E,2,2289,Geodetic survey. No accuracy stated.,5,9613,,,NADCON method which expects longitudes positive west; EPSG GeogCRSs American Samoa 1962 and NAD83(HARN) (codes 4169 and 4152) have longitudes positive east.  NADCON expects latitudes in northern hemisphere and values must be made positive prior to input.,ftp://ftp.ngs.noaa.gov/pub/pcsoft/nadcon/samoa_readme.txt,EPSG,2004-04-27,2004.36,1,0
 1580,NAD83(HARN) to WGS 84 (1),transformation,4152,4326,EPSG-Usa,1,1337,Approximation at the +/- 1m level assuming that NAD83(HARN) is equivalent to WGS 84.,1,9603,,,For many purposes NAD83(HARN) can be considered to be coincident with WGS 84.,EPSG,EPSG,2005-05-21,2005.23,1,0
-1581,SIRGAS to WGS 84 (1),transformation,4170,4326,NIMA-S America,1,1341,For military purposes. Accuracy 1m in each axis.,2,9603,,,,NIMA TR8350.2 revision of January 2000.,EPSG,2000-10-19,2001.33,1,0
+1581,SIRGAS to WGS 84 (1),transformation,4170,4326,NIMA-S America,1,3448,For military purposes. Accuracy 1m in each axis.,2,9603,,,,NIMA TR8350.2 revision of January 2000.,EPSG,2006-07-29,2001.33 2006.465,1,0
 1582,PSAD56 to WGS 84 (10),transformation,4248,4326,TOT-Bol  Mad,10,2400,Oil exploration.,3,9603,,,Derived May 1995 by Geoid for Total.  OSU91A geoid model used.,TotalFinaElf,EPSG,2000-10-19,,1,0
 1583,PSAD56 to WGS 84 (11),transformation,4248,4326,TOT-Bol  B20,11,2401,Oil exploration.,0.5,9603,,,Derived July 1997 by Geoid from data recorded by UGA for Total.  OSU91A geoid model used.,Total-Fina,EPSG,2000-10-19,,1,0
 1584,Deir ez Zor to WGS 72BE (1),transformation,4227,4324,GECO-Syr,1,2329,Oil exploration.,5,9603,,,Recomputed in 1991 by Elf from data derived in 1983 at station 254 Deir by Geco using Transit. Derivation of 1983 parameter values of dX=-163.2 dY=-12.7 dZ=+232.7 contained errors in geodetic parameters for Syria.,Elf,EPSG,2005-04-14,2005.02,1,0
@@ -561,13 +560,13 @@
 1587,Deir ez Zor to WGS 84 (4),transformation,4227,4326,ELF-Syr Shad,4,2328,Oil exploration.,1,9603,,,Derived at four stations by Topnav in 1997.,Elf,EPSG,2000-10-19,,1,0
 1588,ED50 to ETRS89 (1),transformation,4230,4258,NMA-Nor N65 1997,1,2332,Accuracy 1m.,1,9606,,,Included in Statens Kartverk programme wsktrans from 1997. The same parameter values were adopted for ED50 to WGS84 (variant 23) transformation offshore Norway north of 62N from April 2001 - see code 1612.,Statens Kartverk.,EPSG,2001-06-05,2001.06,1,0
 1589,ED50 to ETRS89 (3),transformation,4230,4258,NMA-Nor 6265W,3,2333,Accuracy 2m.,2,9620,,,Included in Statens Kartverk programme wsktrans from 1997. See ED50 to WGS84 (23) (code 1612) for a simpler transformation accurate to better than 4m.,Statens Kartverk,EPSG,2000-10-19,,1,0
-1590,ED50 to WGS 84 (22),transformation,4230,4326,NMA-Nor 6265W 1997,22,2333,Oil exploration before 2001.,0.5,9620,,,Included in Statens Kartverk programme wsktrans between 1997 (v3.1) and 2001 (v4.0). Superseded ED50 to WGS 84 (20) (code 1450) in 1997. Superseded by ED50 to WGS 84 (23) (code 1612) in April 2001.,Statens Kartverk.,EPSG,2000-10-19,,1,0
+1590,ED50 to WGS 84 (22),transformation,4230,4326,NMA-Nor 6265W 1997,22,2333,Oil exploration before 2001.,0.5,9620,,,Included in Statens Kartverk programme wsktrans between 1997 (v3.1) and 2001 (v4.0). Replaced ED50 to WGS 84 (20) (code 1450) in 1997. Replaced by ED50 to WGS 84 (23) (code 1612) in April 2001.,Statens Kartverk.,EPSG,2007-03-22,2007.043,1,0
 1591,RGF93 to ETRS89 (1),transformation,4171,4258,IGN-Fra,1,1096,RGF93 is a regional realisation of ETRS89.,0,9603,,,May be taken as approximate transformation RGF93 to WGS 84 - see code 1671.,TotalFinaElf,EPSG,2000-10-10,,1,0
-1592,Timbalai 1948 to WGS 84 (2),transformation,4298,4326,BSP-Brn,2,2348,Offshore oil exploration.,5,9603,,,These parameters produce a coordinate difference of 10m horizontally and 50m vertically compared to Timbalai 1948 to WGS 84 (3) (code 1615).,Brunei Shell Petroleum,EPSG,2000-10-19,2002.70,1,0
-1593,AGD84 to GDA94 (4),transformation,4203,4283,DOLA-Aus WA 0.1m,4,1280,0.1m accuracy.,0.1,9615,,,Replaced AGD84 to GDA94 (3) (code 1559) but then superseded by AGD84 to GDA94 (5) (code 1804). Input expects longitudes to be positive west; EPSG GeogCRS AGD84 (code 4203) and GDA94 (code 4283) both have longitudes positive east.,"Department of Land Information, Government of Western Australia; http://www.dola.wa.gov.au/",EPSG,2000-10-19,2005.46,1,0
+1592,Timbalai 1948 to WGS 84 (2),transformation,4298,4326,BSP-Brn,2,2348,Offshore oil exploration.,5,9603,,,,Brunei Shell Petroleum,EPSG,2006-09-21,2002.70 2006.252,1,0
+1593,AGD84 to GDA94 (4),transformation,4203,4283,DOLA-Aus WA 0.1m,4,1280,0.1m accuracy.,0.1,9615,,,Replaces AGD84 to GDA94 (3) (code 1559) and then replaced by AGD84 to GDA94 (5) (code 1804). Input expects longitudes to be positive west; EPSG GeogCRS AGD84 (code 4203) and GDA94 (code 4283) both have longitudes positive east.,"Department of Land Information, Government of Western Australia; http://www.dola.wa.gov.au/",EPSG,2007-03-22,2005.46 2007.043,1,0
 1594,AGD66 to GDA94 (8),transformation,4202,4283,OSG-Tas 1m,8,1282,Recommended for mid-accuracy use in Tasmania.  1m accuracy.,1,9607,,,Replaces AGD66 to GDA94 (3) (code 1459) from August 2000.  For higher accuracy requirements see AGD66 to GDA94 (11) (code 1803).  May be taken as approximate transformation AGD66 to WGS 84 - see code 1667.,"GDA Technical Manual, http://www.icsm.gov.au/gda, and http://www.delm.tas.gov.au/osg/Geodetic_transform.htm",EPSG,2006-01-02,2005.86 2006.01,1,0
 1595,AGD66 to GDA94 (9),transformation,4202,4283,Auslig-NT 1m,9,2284,Recommended for mid-accuracy use in Northern Territory. 1m accuracy.,1,9607,,,For higher accuracy requirements see AGD66 to GDA94 (11) (code 1803).  May be taken as approximate transformation AGD66 to WGS 84 - see code 1668.,GDA Technical Manual. http://www.icsm.gov.au/gda,EPSG,2006-01-02,2005.86 2006.01,1,0
-1596,AGD66 to GDA94 (10),transformation,4202,4283,OSG-Aus SE 0.1m,10,2287,0.1m accuracy.,0.1,9615,,,Replaced by AGD66 to GDA94 (11) (code 1803).  Input expects longitudes to be positive west; EPSG GeogCRS AGD66 (code 4202) and GDA94 (code 4283) both have longitudes positive east.,Office of Surveyor General Victoria; http://www.land.vic.gov.au/,EPSG,2006-01-02,2005.46 2005.86,1,0
+1596,AGD66 to GDA94 (10),transformation,4202,4283,OSG-Aus SE 0.1m,10,2287,0.1m accuracy.,0.1,9615,,,Replaced by AGD66 to GDA94 (11) (code 1803).  Input expects longitudes to be positive west; EPSG GeogCRS AGD66 (code 4202) and GDA94 (code 4283) both have longitudes positive east.,Office of Surveyor General Victoria; http://www.land.vic.gov.au/,EPSG,2007-03-22,2005.46 2005.86 2007.043,1,0
 1597,Bogota 1975 to WGS 84 (2),transformation,4218,4326,BP-Col CusCup,2,2315,Oil exploration.,0.2,9603,,,Derived in 1995 by WGC at first order stations Recreo and Mena via multi-day ties to 4 IGS stations. Residuals under 20cm.,Various industry sources,EPSG,2000-10-19,,1,0
 1598,POSGAR to WGS 84 (1),transformation,4172,4326,EPSG-Arg,1,1033,?,,9603,,,,EPSG,EPSG,2000-10-19,,1,1
 1599,ATS77 to NAD83(CSRS98) (2),transformation,4122,4140,PEI DOT-Can PEI,2,1533,?,,9615,,,Can be taken as an approximate transformation ATS77 to WGS 84 - see code 1689.,PEI Department of Transportation & Public Works,EPSG,2000-10-19,,1,1
@@ -580,17 +579,17 @@
 1606,ATS77 to NAD27 (1),transformation,4122,4267,SNB-Can NB,1,1447,?,,9634,,,For reverse transformation see NAD27 to ATS77 (1) (code 1603),Survey of New Brunswick,EPSG,2000-10-19,,1,1
 1607,ATS77 to NAD27 (2),transformation,4122,4267,SNB-Can NS,2,2313,?,,9634,,,For reverse transformation see NAD27 to ATS77 (2) (code 1604),Survey of New Brunswick,EPSG,2000-10-19,,1,1
 1608,ATS77 to NAD27 (3),transformation,4122,4267,SNB-Can PEI,3,1533,?,,9634,,,For reverse transformation see NAD27 to ATS77 (3) (code 1605),Survey of New Brunswick,EPSG,2000-10-19,,1,1
-1609,BD72 to WGS 84 (1),transformation,4313,4326,IGN-Bel 7,1,1044,For applications to an accuracy of 1 metre.,1,9607,,,,IGN Brussels www.ngi.be,EPSG,2000-10-19,,1,0
+1609,BD72 to WGS 84 (1),transformation,4313,4326,IGN-Bel 7,1,1044,For applications to an accuracy of 1 metre.,1,9607,,,Scale difference is given by information source as 0.999999. Given in this record in ppm to assist application usage. Very similar parameter values (to slightly less precision) used for BD72 to ETRS89: see code 1652.,IGN Brussels www.ngi.be,EPSG,2006-07-30,2006.55,1,0
 1610,BD72 to WGS 84 (2),transformation,4313,4326,IGN-Bel 3,2,1044,For applications to an accuracy of 5 metres.,5,9603,,,,IGN Brussels www.ngi.be,EPSG,2000-10-19,,1,0
 1611,IRENET95 to ETRS89 (1),transformation,4173,4258,OSI-Ire,1,1305,?,0,9603,,,May be taken as approximate transformation IRENET95 to WGS 84 - see code 1678.,Ordnance Survey of Ireland,EPSG,2000-10-19,,1,0
-1612,ED50 to WGS 84 (23),transformation,4230,4326,EPSG-Nor N62 2001,23,2601,Oil industry offshore.,1,9606,,,"Parameter values are taken from ED50 to ETRS89 (1), code 1588. Adopted for ED50 to WGS84 transformations offshore Norway north of 62N from April 2001 when it superseded code 1590. Included in Statens Kartverk programme wsktrans from v4.0.",EPSG Guidance Note #10,EPSG,2001-06-05,,1,0
+1612,ED50 to WGS 84 (23),transformation,4230,4326,EPSG-Nor N62 2001,23,2601,Oil industry offshore.,1,9606,,,"Parameter values are taken from ED50 to ETRS89 (1), code 1588. Adopted for ED50 to WGS84 transformations offshore Norway north of 62N from April 2001 when it replaced code 1590. Included in Statens Kartverk programme wsktrans from v4.0.",EPSG Guidance Note #10,EPSG,2007-03-22,2007.043,1,0
 1613,ED50 to WGS 84 (24),transformation,4230,4326,EPSG-Nor S62 2001,24,2334,Approximation to 1 metre for oil industry use.,1,9606,,,"Approximation to 1 metre of concatenated transformation ED50 to WGS 84 (14), code 8046. 8046 remains the transformation promulgated by Statens Kartverk but 1613 recommended by EPSG for practical oil industry usage.",EPSG Guidance Note #10,EPSG,2001-06-05,,1,0
 1614,Sierra Leone 1968 to WGS 84 (1),transformation,4175,4326,NIMA-Sle,1,1209,Accuracy +/- 15m in each axis.,26,9603,,,Determined at 8 stations. Info. source has the source CRS as Sierra Leone 1960.  Sierra Leone 1968 is a readjustment of the 1960 network: coordinates changed by less than 3 metres.,"NIMA TR8350.2 revision 3, 1997.",EPSG,2001-06-05,,1,0
-1615,Timbalai 1948 to WGS 84 (3),transformation,4298,4326,SD-Brn,3,2349,Topographic and engineering survey onshore.,100,9603,,,These parameters produce a coordinate difference of 10m horizontally and 50m vertically compared to Timbalai 1948 to WGS 84 (2) (code 1592).,Brunei Survey Department,EPSG,2001-06-05,,1,0
+1615,Timbalai 1948 to WGS 84 (3),transformation,4298,4326,SD-Brn,3,2349,Topographic and engineering survey onshore.,100,9603,,,CARE! Erroneous GPS data was used in the derivation of these parameters. They produce a coordinate difference of 10m horizontally and 50m vertically compared to Timbalai 1948 to WGS 84 (2) (code 1592).,Brunei Survey Department,EPSG,2006-09-21,2006.252,1,0
 1616,PSD93 to WGS 72 (1),transformation,4134,4322,PDO-Omn 93,1,1183,Oil exploration. Residuals 1.2m at 67% probability level.,1.2,9606,,,,Petroleum Development Oman,EPSG,2001-06-05,,1,0
 1617,PSD93 to WGS 84 (3),transformation,4134,4326,Tot-Omn 95,3,2404,Oil exploration.,0.5,9606,,,Accuracy better than 0.5m in block 4.,TotalFinaElf,EPSG,2001-06-05,,1,0
-1618,MGI to WGS 84 (3),transformation,4312,4326,BEV-Aut,3,1037,For applications to an accuracy of 1.5 metres.,1.5,9606,,,Same transformation parameters but to lesser precision used for MGI to ETRS89 (1) (code 1619).,Bundesamt für Eich- und Vermessungswesen via EuroGeographics http://crs.bkg.bund.de/crs-eu,EPSG,2001-06-05,,1,0
-1619,MGI to ETRS89 (1),transformation,4312,4258,BEV-Aut,1,1037,For applications to an accuracy of 1.5 metres.,1.5,9606,,,Same transformation parameters but to greater precision used for MGI to WGS 84 (3) (code 1618).,Bundesamt für Eich- und Vermessungswesen via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
+1618,MGI to WGS 84 (3),transformation,4312,4326,BEV-Aut,3,1037,For applications to an accuracy of 1.5 metres.,1.5,9606,,,Same transformation parameters used for MGI to ETRS89 (1) (code 1619).,Bundesamt für Eich- und Vermessungswesen via EuroGeographics http://crs.bkg.bund.de/crs-eu,EPSG,2006-12-16,2006.971,1,0
+1619,MGI to ETRS89 (1),transformation,4312,4258,BEV-Aut,1,1037,For applications to an accuracy of 1.5 metres.,1.5,9606,,,Same transformation parameters used for MGI to WGS 84 (3) (code 1618). Precision of parameter values in this record were increased effective 16-Dec-2006 (db v6.12): see change record 2006.971.,Bundesamt für Eich- und Vermessungswesen via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2006-12-16,2006.971,1,0
 1620,MGI to ETRS89 (2),transformation,4312,4258,DGU-Hrv,2,1076,For applications to an accuracy of 1 metre.,1,9606,,,May be taken as approximate transformation MGI to WGS 84 - see code 1621.,Drzavna Geodetska Uprava via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
 1621,MGI to WGS 84 (4),transformation,4312,4326,EPSG-Hrv,4,1076,For applications to an accuracy of 1 metre.,1,9606,,,Parameter values from MGI to ETRS89 (2) (code 1620). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2001-06-05,,1,0
 1622,S-JTSK to ETRS89 (1),transformation,4156,4258,CUZK-Cze,1,1079,For applications to an accuracy of 1 metre.,1,9606,,,May be taken as approximate transformation S-JTSK to WGS 84 - see code 1623.,Cesky Urad Zememericky a Katastraln via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
@@ -607,26 +606,26 @@
 1633,ED50 to WGS 84 (28),transformation,4230,4326,EPSG-Esp,28,2336,For applications to an accuracy of 1.5 metres.,1.5,9606,,,Parameter values from ED50 to ETRS89 (7) (code 1632). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2001-06-05,,1,0
 1634,ED50 to ETRS89 (8),transformation,4230,4258,CNIG-Esp NW,8,2337,For applications to an accuracy of 1.5 metres.,1.5,9606,,,May be taken as approximate transformation ED50 to WGS 84 - see code 1635.,Centro Nacional de Informacion Geografica via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
 1635,ED50 to WGS 84 (29),transformation,4230,4326,EPSG-Esp NW,29,2337,For applications to an accuracy of 1.5 metres.,1.5,9606,,,Parameter values from ED50 to ETRS89 (8) (code 1634). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2001-06-05,,1,0
-1638,KKJ to ETRS89 (1),transformation,4123,4258,NLS-Fin,1,1095,For applications to an accuracy of 1 to 2 metres.,1.5,9606,,,May be taken as approximate transformation KKJ to WGS 84 - see code 1639. Superseded by KKJ to ETRS89 (2) (code 10098).,National Land Survey of Finland via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2004-04-27,2004.12,1,0
-1639,KKJ to WGS 84 (1),transformation,4123,4326,EPSG-Fin,1,1095,For applications to an accuracy of 1 to 2 metres.,1.5,9606,,,Parameter values from KKJ to ETRS89 (1) (code 1638). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation. Superseded by KKJ to WGS 84 (2) (code 10099).,EPSG,EPSG,2004-04-27,,1,0
+1638,KKJ to ETRS89 (1),transformation,4123,4258,NLS-Fin,1,1095,For applications to an accuracy of 1 to 2 metres.,1.5,9606,,,May be taken as approximate transformation KKJ to WGS 84 - see code 1639. Replaced by KKJ to ETRS89 (2) (code 10098).,National Land Survey of Finland via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2007-03-22,2004.12 2007.043,1,0
+1639,KKJ to WGS 84 (1),transformation,4123,4326,EPSG-Fin,1,1095,For applications to an accuracy of 1 to 2 metres.,1.5,9606,,,Parameter values from KKJ to ETRS89 (1) (code 1638). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation. Replaced by KKJ to WGS 84 (2) (code 10099).,EPSG,EPSG,2007-03-22,2007.043,1,0
 1640,TM65 to ETRS89 (1),transformation,4299,4258,OSI-Ire,1,1305,For applications to an accuracy of 1 metre.,,9606,,,May be taken as approximate transformation TM65 to WGS 84 - see code 1641.,Ordnance Survey Ireland via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,1
 1641,TM65 to WGS 84 (2),transformation,4299,4326,EPSG-Ire,2,1125,For applications to an accuracy of 1 metre.,1,9606,,,"Parameter values from TM75 to ETRS89 (2) (code 1953). Assumes each pair of (i) TM65 and TM75, and (ii) ETRS89 and WGS 84, can be considered the same to within the accuracy of the transformation.",EPSG,EPSG,2003-06-27,2002.621,1,0
 1642,Luxembourg 1930 to ETRS89 (1),transformation,4181,4258,ACT-Lux,1,1146,For applications to an accuracy of 1 metre.,1,9606,,,May be taken as approximate transformation Luxembourg 1930 to WGS 84 - see code 1643.,Administration du Cadastre et de la Topographie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
 1643,Luxembourg 1930 to WGS 84 (1),transformation,4181,4326,EPSG-Lux,1,1146,For applications to an accuracy of 1 metre.,1,9606,,,Parameter values from Luxembourg 1930 to ETRS89 (1) (code 1642). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2001-06-05,,1,0
 1644,Pulkovo 1942(58) to ETRS89 (1),transformation,4179,4258,GUGK-Pol,1,1192,For applications to an accuracy of 1 metre.,1,9606,,,"May be taken as approximate transformation Pulkovo 1942(58) to WGS 84 - see code 1645. Parameter values given to greater precision but to no better accuracy in GUGiK Technical Instruction G-2, Warsaw 2001.",Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2006-02-02,2005.59,1,0
 1645,Pulkovo 1942(58) to WGS 84 (1),transformation,4179,4326,EPSG-Pol,1,1192,For applications to an accuracy of 1 metre.,1,9606,,,Parameter values from Pulkovo 1942(58) to ETRS89 (1) (code 1644). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2001-06-05,,1,0
-1646,CH1903 to ETRS89 (1),transformation,4149,4258,BfL-Che,1,1286,Accuracy 1.5 metres.,1.5,9603,,,These parameters are strictly from CH1903+ to CHTRF95 or ETRS89 but are used as from CH1903 as an approximation which is within the accuracy of the distortions in the CH1903 network. They are given to full precision as CH1903 to WGS 84 (1) (code 1510).,Bundesamt für Landestopographie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
+1646,CH1903 to ETRS89 (1),transformation,4149,4258,BfL-Che,1,1286,Accuracy 1.5 metres.,1.5,9603,,,These parameters are derived from CH1903+ to ETRS89 (code 1647) and are used as from CH1903 as an approximation which is within the accuracy of the distortions in the CH1903 network.,Bundesamt für Landestopographie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2006-12-29,2006.992,1,0
 1647,CH1903+ to ETRS89 (1),transformation,4150,4258,BfL-Che,1,1286,For applications to an accuracy of 0.1 metres.,0.1,9603,,,This transformation is also given as CH1903+ to CHTRF95 (1) (code 1509). CHTRF95 is a local realisation of ETRS89.,Bundesamt für Landestopographie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
 1648,EST97 to ETRS89 (1),transformation,4180,4258,NLB-Est,1,1090,EST97 is a realisation of ETRS89.,0,9603,,,May be taken as approximate transformation EST97 to WGS 84 - see code 1649.,Estonian National Land Board via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
-1649,EST97 to WGS 84 (1),transformation,4180,4326,EPSG-Est,1,1090,For applications to an accuracy of 1 metre.,1,9603,,,Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2001-06-05,,1,0
+1649,EST97 to WGS 84 (1),transformation,4180,4326,EPSG-Est,1,1090,For applications to an accuracy of 1 metre.,1,9603,,,Parameter values taken from EST97 to ETRS89 (1) (code 1648). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2001-06-05,,1,0
 1650,ED50 to ETRS89 (10),transformation,4230,4258,IGN-Fra,10,1096,For applications to an accuracy of 2 metres.,2,9603,,,These same parameter values are used to transform to WGS 84. See ED50 to WGS 84 (17) (code 1275).,Institut Geographique National via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
 1651,NTF to ETRS89 (1),transformation,4275,4258,IGN-Fra,1,1096,For applications to an accuracy of 2 metres.,2,9603,,,These same parameter values are used to transform to WGS 84. See NTF to WGS 84 (1) (code 1193).,Institut Geographique National via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
 1652,BD72 to ETRS89 (1),transformation,4313,4258,IGN-Bel,1,1044,For applications to an accuracy of 1 metre.,1,9606,,,May be taken as approximate transformation BD72 to WGS 84 - see code 1609.,Institut Geographique National via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
 1653,NGO 1948 to ETRS89 (1),transformation,4273,4258,SKV-Nor,1,1352,For applications to an accuracy of 3 metres.,3,9606,,,May be taken as approximate transformation NGO 1948 to WGS 84 - see code 1654.,Statens Kartverk via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
 1654,NGO 1948 to WGS 84 (1),transformation,4273,4326,EPSG-Nor,1,1352,For applications to an accuracy of 3 metres.,3,9606,,,Parameter values from NGO 1948 to ETRS89 (1) (code 1653). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2001-06-05,,1,0
-1655,Lisbon to ETRS89 (1),transformation,4207,4258,ICC-Prt 2000,1,1294,For applications to an accuracy of 3 metres.,3,9606,,,Derived in 2000 at 8 stations.  Superseded by 2001 derivation (code 1997).,Instituto Portugues de Cartografia e Cadastro via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2003-12-23,2003.233 2003.234,1,0
+1655,Lisbon to ETRS89 (1),transformation,4207,4258,ICC-Prt 2000,1,1294,For applications to an accuracy of 3 metres.,3,9606,,,Derived in 2000 at 8 stations.  Replaced by 2001 derivation (code 1997).,Instituto Portugues de Cartografia e Cadastro via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2007-03-22,2003.233 2003.234 2007.043,1,0
 1656,Lisbon to WGS 84 (1),transformation,4207,4258,EPSG-Prt 2000,1,1294,For applications to an accuracy of 3 metres.,,9606,,,Parameter values from Lisbon to ETRS89 (1) (code 1655). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2001-06-05,2002.72,1,1
-1657,Datum 73 to ETRS89 (1),transformation,4274,4258,ICC-Prt 2000,1,1294,For applications to an accuracy of 2 metres.,2,9606,,,Derived in 2000 at 8 stations.  Superseded by 2001 derivation (code 1992).,Instituto Portugues de Cartografia e Cadastro via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2003-12-23,2003.233,1,0
+1657,Datum 73 to ETRS89 (1),transformation,4274,4258,ICC-Prt 2000,1,1294,For applications to an accuracy of 2 metres.,2,9606,,,Derived in 2000 at 8 stations. Replaced by 2001 derivation (code 1992).,Instituto Portugues de Cartografia e Cadastro via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2007-03-22,2003.233 2007.043,1,0
 1658,Datum 73 to WGS 84 (1),transformation,4274,4258,EPSG-Prt 2000,1,1294,For applications to an accuracy of 2 metres.,,9606,,,Parameter values from Datum 73 to ETRS89 (1) (code 1657). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2001-06-05,,1,1
 1659,Monte Mario to ETRS89 (1),transformation,4265,4258,IGM-Ita main,1,2372,Accuracy: 4 metres,4,9606,,,May be taken as approximate transformation Monte Mario to WGS 84 - see code 1660.,Istituto Geografico Militare Italiano via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2004.08 2005.18,1,0
 1660,Monte Mario to WGS 84 (4),transformation,4265,4326,EPSG-Ita main,4,2372,Accuracy: 4 metres,4,9606,,,Parameter values from Monte Mario to ETRS89 (1) (code 1659). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2004-01-20,2004.08,1,0
@@ -638,21 +637,21 @@
 1666,AGD66 to WGS 84 (13),transformation,4202,4326,EPSG-NSW Vic 1m,13,2286,Recommended for mid-accuracy use in NSW and Victoria.  1m accuracy.,1,9607,,,Parameter values from AGD66 to GDA94 (4) (code 1460). Assumes GDA94 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,0
 1667,AGD66 to WGS 84 (14),transformation,4202,4326,EPSG-Tas 1m,14,1282,Recommended for mid-accuracy use in Tasmania.  1m accuracy.,1,9607,,,Parameter values from AGD66 to GDA94 (8) (code 1594). Assumes GDA94 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,0
 1668,AGD66 to WGS 84 (15),transformation,4202,4326,EPSG-NT 1m,15,2284,Recommended for mid-accuracy use in Northern Territory. 1m accuracy.,1,9607,,,Parameter values from AGD66 to GDA94 (9) (code 1595). Assumes GDA94 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,0
-1669,AGD84 to WGS 84 (7),transformation,4203,4326,EPSG-Aus 1m,7,2575,1m accuracy.,1,9607,,,Parameter values from AGD84 to GDA94 (2) (code 1280). Assumes GDA94 and WGS 84 can be considered the same to within the accuracy of the transformation. Supersedes AGD84 to WGS 84 (2) (code 1236).,EPSG,EPSG,2001-08-15,,1,0
+1669,AGD84 to WGS 84 (7),transformation,4203,4326,EPSG-Aus 1m,7,2575,1m accuracy.,1,9607,,,Parameter values from AGD84 to GDA94 (2) (code 1280). Assumes GDA94 and WGS 84 can be considered the same to within the accuracy of the transformation. Replaces AGD84 to WGS 84 (2) (code 1236).,EPSG,EPSG,2007-03-22,2007.043,1,0
 1670,NZGD49 to WGS 84 (3),transformation,4272,4326,EPSG-Nzl 1m,3,1175,Accuracy about 1m.,1,9615,,,Parameter file is from NZGD49 to NZGD2000 (3) (code 1568) and assumes  WGS 84 is coincident with NZGD2000 to the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,0
 1671,RGF93 to WGS 84 (1),transformation,4171,4326,EPSG-Fra,1,1096,Approximation at the +/- 1m level.,1,9603,,,Parameter values from RGF93 to ETRS89 (1) (code 1591) assuming that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,0
-1672,Amersfoort to WGS 84 (2),transformation,4289,4326,EPSG-Nld,2,1275,Approximation at the +/- 1m level.,1,9607,,,Parameter values from Amersfoort to ETRS89 (1) (code 1751) assuming that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation. Supersedes Amersfoort to WGS 84 (1) (code 1112).,EPSG,EPSG,2002-12-09,2002.90,1,0
-1673,DHDN to WGS 84 (1),transformation,4314,4326,EPSG-Deu W,1,2326,For applications with an accuracy at 5 m level.,5,9607,,,Parameter values from DHDN to ETRS89 (1) (code 1309) assuming that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,0
-1674,Pulkovo 1942(83) to ETRS89 (1),transformation,4178,4258,IfAG-Deu E,1,1343,Residuals under 2 m.,2,9607,,,Mean of 20 stations. May be taken as approximate transformation to WGS 84 - see code 1675. Also given by EuroGeographics at http://crs.ifag.de/ as a Position Vector transformation with changed values for rotations. Superseded in 2001 by code 1775.,Institute for Cartography and Geodesy; Leipzig.,EPSG,2001-08-15,,1,0
+1672,Amersfoort to WGS 84 (2),transformation,4289,4326,EPSG-Nld,2,1275,Approximation at the +/- 1m level.,1,9607,,,Parameter values from Amersfoort to ETRS89 (1) (code 1751) assuming that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation. Replaces Amersfoort to WGS 84 (1) (code 1112). Replaced by Amersfoort to WGS 84 (3) (code 15934).,EPSG,EPSG,2007-04-10,2002.90 2007.043 2007.051,1,0
+1673,DHDN to WGS 84 (1),transformation,4314,4326,EPSG-Deu W,1,2326,For applications with an accuracy at 5 m level.,5,9607,,,Parameter values from DHDN to ETRS89 (1) (code 1309) assuming that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation. Replaced by DHDN to WGS 84 (2) (tfm code 1777).,EPSG,EPSG,2007-03-22,2006.691 2007.043,1,0
+1674,Pulkovo 1942(83) to ETRS89 (1),transformation,4178,4258,IfAG-Deu E,1,1343,Residuals under 2 m.,2,9607,,,Mean of 20 stations. May be taken as approximate transformation to WGS 84 - see code 1675. Also given by EuroGeographics at http://crs.ifag.de/ as a Position Vector transformation with changed values for rotations.,Institute for Cartography and Geodesy; Leipzig.,EPSG,2007-03-22,2007.043,1,0
 1675,Pulkovo 1942(83) to WGS 84 (1),transformation,4178,4326,EPSG-Deu E,1,1343,Residuals under 2 m.,2,9607,,,Parameter values from Pulkovo 1942(83) to ETRS89 (1) (code 1674) assuming that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,0
 1676,CH1903+ to WGS 84 (1),transformation,4150,4326,BfL-CH,1,1286,Approximation at the +/- 1m level.,1,9603,,,Parameter values are from CH1903+ to CHTRF95 (1) (code 1509) assuming that CHTRF95 is equivalent to WGS 84. That transformation is also given as CH1903+ to ETRS89 (1) (code 1647). CHTRF95 is a realisation of ETRS89.,EPSG,EPSG,2001-08-15,,1,0
 1677,HD72 to WGS 84 (1),transformation,4237,4326,EPSG-Hun,1,1119,Approximation at the +/- 1m level.,,9607,,,Parameter values taken from HD72 to ETRS89 (1) (code 1273) assuming that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,1
 1678,IRENET95 to WGS 84 (1),transformation,4173,4326,EPSG-Ire,1,1305,Approximation at the +/- 1m level.,1,9603,,,Assumes that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,0
 1679,Pulkovo 1942 to WGS 84 (2),transformation,4284,4326,EPSG-Ltu,2,1145,Approximation at the +/- 1m level.,1,9607,,,Parameter values taken from Pulkovo 1942 to LKS94(ETRS89) (1) (code 1274) assuming that LKS94(ETRS89) is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,0
-1680,RT90 to WGS 84 (1),transformation,4124,4326,EPSG-Swe,1,1225,Approximation at the +/- 1m level.,1,9607,,,Parameter values from RT90 to ETRS89 (1) (code 1437) assuming that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation. Superseded by RT90 to WGS 84 (2) (code 1896) from 2001.,EPSG,EPSG,2002-09-19,2002.48,1,0
+1680,RT90 to WGS 84 (1),transformation,4124,4326,EPSG-Swe,1,1225,Approximation at the +/- 1m level.,1,9607,,,Parameter values from RT90 to ETRS89 (1) (code 1437) assuming that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation. Replaced by RT90 to WGS 84 (2) (code 1896) from 2001.,EPSG,EPSG,2007-03-22,2002.48 2007.043,1,0
 1681,OSGB 1936 / British National Grid to WGS 84 (1),transformation,27700,4326,EPSG-Gbr,1,1264,Accuracy about 0.5m.,,9633,,,Parameter values taken from OSGB 1936 / British National Grid to ETRS89 (1) (code 1036) assuming that ETRS89 is coincident with WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,1
 1682,South Yemen to WGS 84 (1),transformation,4164,4326,EPSG-Yem South,1,1340,Approximation at the +/- 1m level.,1,9603,,,Parameter values taken from South Yemen to Yemen NGN96 (1) (code 1539) assuming that NGN96 is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,0
-1683,Tete to WGS 84 (1),transformation,4127,4326,EPSG-Moz,1,1167,Residuals as high as 30 metres.,30,9607,,,Parameter values taken from Tete to Moznet (1) (code 1297) assuming that Moznet is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,0
+1683,Tete to WGS 84 (1),transformation,4127,4326,EPSG-Moz,1,1167,Residuals as high as 30 metres.,30,9607,,,Parameter values taken from Tete to Moznet (1) (code 1297) assuming that Moznet is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2007-03-22,2007.043,1,0
 1684,Tete to WGS 84 (2),transformation,4127,4326,EPSG-Moz A,2,2350,Residuals are generally under 1 metre.,1,9607,,,Parameter values taken from Tete to Moznet (2) (code 1298) assuming that Moznet is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,0
 1685,Tete to WGS 84 (3),transformation,4127,4326,EPSG-Moz B,3,2351,Residuals are generally under 4 metres.,4,9607,,,Parameter values taken from Tete to Moznet (3) (code 1299) assuming that Moznet is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,0
 1686,Tete to WGS 84 (4),transformation,4127,4326,EPSG-Moz C,4,2352,Residuals are generally under 3 metres.,3,9607,,,Parameter values taken from Tete to Moznet (4) (code 1300) assuming that Moznet is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,0
@@ -672,7 +671,7 @@
 1700,St. Paul Island to WGS 84 (1),transformation,4137,4326,EPSG-Usa AK StP,1,1333,Approximation at the +/- 1 to 2m level.,1.5,9613,,,Parameter files are from St. Paul Island to NAD83 (1) (code 1456) assuming that NAD83 is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2004-04-27,2004.36,1,0
 1701,NZGD49 to NZGD2000 (2),transformation,4272,4167,OSG-Nzl 4m,2,1175,4m accuracy.,4,9607,,,For better accuracy use NZGD49 to NZGD2000 (3) (code 1568).,Land Information New Zealand; http://www.linz.govt.nz/,EPSG,2005-09-29,2005.46,1,0
 1702,NAD83 to WGS 84 (8),transformation,4269,4326,EPSG-Can AB,8,2376,Approximation at the +/- 1m level.,1,9615,,,Parameter file is from NAD83 to NAD83(CSRS) (3) (code 1849) assuming that NAD83(CSRS) is equivalent to WGS 84 within the accuracy of the transformation. This file  AB_CSRS.DAC will need to be renamed to AB_CSRS.gsb to run in some sodtware.,EPSG,EPSG,2001-08-15,,1,0
-1703,NAD27 to WGS 84 (32),transformation,4267,4326,EPSG-Can SK,32,2375,Approximation at the +/- 1m level.,1,9615,,,Parameter file is from NAD27 to NAD83(CSRS98) (1) (code 1600) assuming that NAD83(CSRS98) is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,0
+1703,NAD27 to WGS 84 (32),transformation,4267,4326,EPSG-Can SK,32,2375,Approximation at the +/- 1m level.,1,9615,,,Parameter file is from NAD27 to NAD83(CSRS) (1) (code 1847) assuming that NAD83(CSRS) is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2006-12-29,2006.993,1,0
 1704,NAD83 to NAD83(HARN) (40),transformation,4269,4152,NGS-Usa AR,40,1374,Geodetic survey. Accuracy 0.05m at 67% confidence level.,0.05,9613,,,Uses NADCON method which expects longitudes positive west; EPSG GeogCRSs NAD83 (code 4269) and NAD83(HARN) (code 4152) have longitudes positive east.   May be taken as approximate transformation NAD83-WGS 84 - see code 1708.,US Coast & Geodetic Survey  ftp://ftp.ngs.noaa.gov/pub/pcsoft/nadcon,EPSG,2004-04-27,2004.36,1,0
 1705,NAD83 to NAD83(HARN) (41),transformation,4269,4152,NGS-Usa IA,41,1384,Geodetic survey. Accuracy 0.05m at 67% confidence level.,0.05,9613,,,Uses NADCON method which expects longitudes positive west; EPSG GeogCRSs NAD83 (code 4269) and NAD83(HARN) (code 4152) have longitudes positive east.  May be taken as approximate transformation NAD83-WGS 84 - see code 1709.,US Coast & Geodetic Survey  ftp://ftp.ngs.noaa.gov/pub/pcsoft/nadcon,EPSG,2004-04-27,2004.36,1,0
 1706,NAD83 to NAD83(HARN) (42),transformation,4269,4152,NGS-Usa MN,42,1392,Geodetic survey. Accuracy 0.05m at 67% confidence level.,0.05,9613,,,Uses NADCON method which expects longitudes positive west; EPSG GeogCRSs NAD83 (code 4269) and NAD83(HARN) (code 4152) have longitudes positive east.   May be taken as approximate transformation NAD83-WGS 84 - see code 1710.,US Coast & Geodetic Survey  ftp://ftp.ngs.noaa.gov/pub/pcsoft/nadcon,EPSG,2004-04-27,2004.36,1,0
@@ -720,38 +719,38 @@
 1748,NAD83 to WGS 84 (52),transformation,4269,4326,EPSG-Usa IL,52,1382,Approximation at the +/- 1m level.,1,9613,,,Parameter files are from NAD83 to NAD83(HARN) (38) (code 1553) assuming that NAD83(HARN) is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2004-04-27,2004.36,1,0
 1749,NAD83 to WGS 84 (53),transformation,4269,4326,EPSG-Usa NJ,53,1399,Approximation at the +/- 1m level.,1,9613,,,Parameter files are from NAD83 to NAD83(HARN) (39) (code 1554) assuming that NAD83(HARN) is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2004-04-27,2004.36,1,0
 1750,NAD83 to WGS 84 (54),transformation,4269,4326,EPSG-Usa CA s,54,2298,Approximation at the +/- 1m level.,1,9613,,,Parameter files are from NAD83 to NAD83(HARN) (4) (code 1477) assuming that NAD83(HARN) is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2004-04-27,2004.36,1,0
-1751,Amersfoort to ETRS89 (1),transformation,4289,4258,NCG-Nld 2000,1,1275,Accuracy 0.5m,0.5,9607,,,Superseded by Amersfoort to ETRS89 (3) (tfm code 15739). Dutch sources also quote an equivalent transformation using the Molodenski-Badekas 10-parameter method (M-B) - see tfm code 1066.,http://www.rdnap.nl/  Also Nederlandse Commissie voor Geodesie publication 30; 3rd edition 1997.  Also with change of method and parameter units at EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-09-29,2005.08 2005.18 2005.46,1,0
+1751,Amersfoort to ETRS89 (1),transformation,4289,4258,NCG-Nld 2000,1,1275,Accuracy 0.5m,0.5,9607,,,Replaced by Amersfoort to ETRS89 (3) (tfm code 15739). Dutch sources also quote an equivalent transformation using the Molodenski-Badekas 10-parameter method (M-B) - see tfm code 1066.,http://www.rdnap.nl/  Also Nederlandse Commissie voor Geodesie publication 30; 3rd edition 1997.  Also with change of method and parameter units at EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2007-03-22,2005.08 2005.18 2005.46 2007.043,1,0
 1752,NAD83 to NAD83(CSRS98) (3),transformation,4269,4140,AB Env-Can AB,3,2376,?,,9615,,,"This gridded difference file  AB_CSRS.DAC will need to be renamed to AB_CSRS.gsb to run in some software suites.  Formats identical, but AB file is provincial fit only.  Can be taken as an approximate transformation NAD83 to WGS 84 - see code 1702.",Geodetic Control Section; Land and Forest Svc; Alberta Environment; http://www.gov.ab.ca/env/land/dos/ or email to geoff.banham at gov.ab.ca,EPSG,2000-10-19,,1,1
-1753,CH1903 to WGS 84 (1),transformation,4149,4326,BfL-CH 1,1,1286,?,1,9607,,,Implemented in Bundesamt für Landestopographie programme GRANIT. Used from 1987 to 1997. Not recommended for current usage.,Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.,EPSG,2001-08-28,,1,0
+1753,CH1903 to WGS 84 (1),transformation,4149,4326,BfL-CH 1,1,1286,?,1,9607,,,Implemented in Bundesamt für Landestopographie programme GRANIT. Used from 1987 to 1997. Not recommended for current usage - replaced by CH1903 to WGS 84 (2) (code 1766).,Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.,EPSG,2007-03-22,2006.992 2007.043,1,0
 1754,Minna to WGS 84 (3),transformation,4263,4326,SHL-Nga S,3,2371,Oil exploration.,5,9606,,,"Used by Shell SPDC throughout southern Nigeria onshore, delta and shallow offshore from 1994; adopted by Total for offshore OPL246.",Shell Petroleum Development Company,EPSG,2002-03-15,2001.38  2002.29,1,0
-1755,Bogota 1975 (Bogota) to Bogota 1975,transformation,4802,4218,IGAC-Col,1,1070,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2001-10-04,2001.39,1,0
-1756,Lisbon (Lisbon) to Lisbon,transformation,4803,4207,IGC-Prt,1,1294,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2003-08-14,2001.39 2003.234,1,0
-1757,MGI (Ferro) to MGI,transformation,4805,4312,BEV-Aut balk,1,2804,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2002-09-19,2001.39 2002.57,1,0
-1758,Padang (Jakarta) to Padang,transformation,4808,4280,EPSG-Idn Sumatra,1,1355,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2001-10-04,2001.39,1,0
-1759,Batavia (Jakarta) to Batavia,transformation,4813,4211,EPSG-Idn Java,1,1285,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2001-10-04,2001.39,1,0
-1760,RT38 (Stockholm) to RT38,transformation,4814,4308,NLS-Swe,1,1225,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2001-10-04,2001.39,1,0
-1761,Greek (Athens) to Greek,transformation,4815,4120,NTU-Grc,1,1106,Change of prime meridian.,0,9601,,,,Topography Department; National Technical University of Athens.,EPSG,2001-10-04,2001.39,1,0
-1762,NGO 1948 (Oslo) to NGO1948,transformation,4817,4273,NGO-Nor,1,1352,Change of prime meridian.,0,9601,,,,"J. Danielsen; ""Transformasjoner ved Norges Geografiske Oppmåling""; Kart Og Plan nr 1; 1982.",EPSG,2001-10-04,2001.39,1,0
+1755,Bogota 1975 (Bogota) to Bogota 1975 (1),transformation,4802,4218,IGAC-Col,1,1070,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2006-10-13,2001.39 2006.89,1,0
+1756,Lisbon (Lisbon) to Lisbon (1),transformation,4803,4207,IGC-Prt,1,1294,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2006-10-13,2001.39 2003.234 2006.89,1,0
+1757,MGI (Ferro) to MGI (1),transformation,4805,4312,BEV-Aut balk,1,2804,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2006-10-13,2001.39 2002.57 2006.89,1,0
+1758,Padang (Jakarta) to Padang (1),transformation,4808,4280,EPSG-Idn Sumatra,1,1355,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2006-10-13,2001.39 2006.89,1,0
+1759,Batavia (Jakarta) to Batavia (1),transformation,4813,4211,EPSG-Idn Java,1,1285,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2006-10-13,2001.39 2006.89,1,0
+1760,RT38 (Stockholm) to RT38 (1),transformation,4814,4308,NLS-Swe,1,1225,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2006-10-13,2001.39 2006.89,1,0
+1761,Greek (Athens) to Greek (1),transformation,4815,4120,NTU-Grc,1,1106,Change of prime meridian.,0,9601,,,,Topography Department; National Technical University of Athens.,EPSG,2006-10-13,2001.39 2006.89,1,0
+1762,NGO 1948 (Oslo) to NGO1948 (1),transformation,4817,4273,NGO-Nor,1,1352,Change of prime meridian.,0,9601,,,,"J. Danielsen; ""Transformasjoner ved Norges Geografiske Oppmåling""; Kart Og Plan nr 1; 1982.",EPSG,2006-10-13,2001.39 2006.89,1,0
 1763,NTF (Paris) to NTF (1),transformation,4807,4275,IGN-Fra,1,1096,Change of prime meridian.,0,9601,,,,IGN Paris.,EPSG,2001-10-04,2001.39,1,0
 1764,NTF (Paris) to NTF (2),transformation,4807,4275,RGS,2,1096,Change of prime meridian.,0,9601,,,EPSG prefers value from IGN Paris (code 1763).,Royal Geographic Society; London,EPSG,2001-10-04,2001.39 2002.74,1,0
-1765,Bern 1898 (Bern) to CH1903,transformation,4801,4149,BfL-CH,1,1286,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2001-10-04,2001.39,1,0
-1766,CH1903 to WGS 84 (2),transformation,4149,4326,BfL-CH 2,2,1286,Accuracy 1.5 metres.,1.5,9603,,,These parameters are strictly between CH1903+ and CHTRF95 (code 1509) or ETRS89 (code 1647) but are used given to lesser precision from CH1903 to WGS 84 as an approximation which is within the accuracy of the distortions in the CH1903 network.,Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.,EPSG,2001-10-04,2001.39,1,0
+1765,Bern 1898 (Bern) to CH1903 (1),transformation,4801,4149,BfL-CH,1,1286,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2006-10-13,2001.39 2006.89,1,0
+1766,CH1903 to WGS 84 (2),transformation,4149,4326,BfL-CH 2,2,1286,Accuracy 1.5 metres.,1.5,9603,,,These parameters are derive from CH1903+ to ETRS89 (code 1647) and are used at lesser precision from CH1903 to WGS 84 as an approximation which is within the accuracy of the distortions in the CH1903 network. Replaces CH1903 to WGS 84 (1) (code 1753).,Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.,EPSG,2007-03-22,2001.39 2006.992 2007.043,1,0
 1767,REGVEN to SIRGAS (1),transformation,4189,4170,CN-Ven,1,1251,Accuracy 2 centimetres.,0.02,9603,,,,Instituto Geografia de Venezuela Simon Bolivar,EPSG,2001-11-06,,1,0
 1768,REGVEN to WGS 84 (1),transformation,4189,4326,EPSG-Ven,1,1251,Approximation at the +/- 1m level.,1,9603,,,,EPSG,EPSG,2001-11-06,,1,0
-1769,PSAD56 to REGVEN (1),transformation,4248,4189,IGSB-Ven,1,1251,?,15,9636,,,,Instituto Geografia de Venezuela Simon Bolivar,EPSG,2001-11-06,,1,0
+1769,PSAD56 to REGVEN (1),transformation,4248,4189,IGSB-Ven,1,1251,?,15,9636,,,May be taken as transformation to WGS 84 - see PSAD56 to WGS 84 (13) (code 1095).,Instituto Geografia de Venezuela Simon Bolivar,EPSG,2006-12-29,2006.993,1,0
 1770,PSAD56 to WGS84 (1),transformation,4248,4326,EPSG-Ven,1,1251,Approximation at the +/- 1m level.,,9636,,,Parameter vales are from PSAD56 to REGVEN (1) (code 1769) assuming that REGVEN is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-11-06,,1,1
-1771,La Canoa to REGVEN (1),transformation,4247,4189,IGSB-Ven,1,1251,?,15,9636,,,,Instituto Geografia de Venezuela Simon Bolivar,EPSG,2001-11-06,,1,0
+1771,La Canoa to REGVEN (1),transformation,4247,4189,IGSB-Ven,1,1251,?,15,9636,,,May be used as transformation to WGS 84 - see La Canoa to WGS 84 (2) (code 1096),Instituto Geografia de Venezuela Simon Bolivar,EPSG,2006-12-29,2006.993,1,0
 1772,La Canoa to WGS84 (1),transformation,4247,4326,EPSG-Ven,1,1251,Approximation at the +/- 1m level.,,9636,,,Parameter values are from La Canoa to REGVEN (1) (code 1771) assuming that REGVEN is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-11-06,,1,1
 1773,POSGAR 98 to WGS 84 (1),transformation,4190,4326,EPSG-Arg,1,1033,Approximation at the +/- 1m level.,1,9603,,,,EPSG,EPSG,2001-11-06,,1,0
 1774,POSGAR 98 to SIRGAS (1),transformation,4190,4170,IGM-Arg,1,1033,POSGAR 98 is a densification of SIRGAS.,0,9603,,,,ISBN 85-240-0647-1. Sistema de Referência Geocêntrico para a América do Sul: Relatório Final. IGBE Rio de Janeiro 1997.,EPSG,2001-11-06,,1,0
-1775,Pulkovo 1942(83) to ETRS89 (2),transformation,4178,4258,IfAG-Deu E 0.1m,2,1343,For applications with an accuracy at 0.1m level,0.1,9606,,,Derived at 35 points of the German GPS Network DREF. From 2001 supersedes Pulkovo 1942(83) to ETRS89 (1) (code 1674).,Institute for Cartography and Geodesy; Leipzig via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-1776,DHDN to ETRS89 (2),transformation,4314,4258,IfAG-Deu W 3m,2,2326,For applications with an accuracy at 3 m level,3,9606,,,Mean of 109 stations. May be taken as approximate transformation DHDN to WGS 84 - see code 1777.,Institute for Cartography and Geodesy; Leipzig via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-1777,DHDN to WGS 84 (2),transformation,4314,4326,EPSG-Deu W 3m,2,2326,For applications with an accuracy at 3 m level,3,9606,,,Parameter values from DHDN to ETRS89 (2) (code 1776) assuming that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-11-06,,1,0
+1775,Pulkovo 1942(83) to ETRS89 (2),transformation,4178,4258,IfAG-Deu E 0.1m,2,3396,For applications with an accuracy at 0.1m level,0.1,9606,,,Derived at 35 points of the German GPS Network DREF. From 2001 replaces Pulkovo 1942(83) to ETRS89 (1) (code 1674) within Mecklenburg-Vorpommern and Sachsen-Anhalt.,Institute for Cartography and Geodesy; Leipzig via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2007-03-22,2005.18 2006.41 2007.043,1,0
+1776,DHDN to ETRS89 (2),transformation,4314,4258,IfAG-Deu W 3m,2,2326,For applications with an accuracy at 3 m level,3,9606,,,Mean of 109 stations. Replaces DHDN to ETRS89 (1) (tfm code 1309). May be taken as approximate transformation DHDN to WGS 84 - see code 1777.,Institute for Cartography and Geodesy; Leipzig via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2007-03-22,2005.18 2006.691 2007.043,1,0
+1777,DHDN to WGS 84 (2),transformation,4314,4326,EPSG-Deu W 3m,2,2326,For applications with an accuracy at 3 m level,3,9606,,,Parameter values from DHDN to ETRS89 (2) (code 1776) assuming that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation. Replaces DHDN to WGS 84 (1) (tfm code 1673).,EPSG,EPSG,2007-03-22,2006.691 2007.043,1,0
 1778,DHDN to ETRS89 (3),transformation,4314,4258,IfAG-Deu W-S,3,2543,For applications with an accuracy at 0.1m level,0.1,9606,,,Derived at 10 points of the German GPS Network DREF.,Institute for Cartography and Geodesy; Leipzig via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
 1779,DHDN to ETRS89 (4),transformation,4314,4258,IfAG-Deu W-cen,4,2542,For applications with an accuracy at 0.1m level,0.1,9606,,,Derived at 27 points of the German GPS Network DREF.,Institute for Cartography and Geodesy; Leipzig via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
 1780,DHDN to ETRS89 (5),transformation,4314,4258,IfAG-Deu W-N,5,2541,For applications with an accuracy at 0.1m level,0.1,9606,,,Derived at 21 points of the German GPS Network DREF.,Institute for Cartography and Geodesy; Leipzig via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-1781,DHDN to ETRS89 (6),transformation,4314,4258,IfAG-Deu Thur,6,2544,For applications with an accuracy at 0.1m level,0.1,9606,,,Derived at 10 points of the German GPS Network DREF.,Institute for Cartography and Geodesy; Leipzig via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-1782,DHDN to ETRS89 (7),transformation,4314,4258,IfAG-Deu Sach,7,2545,For applications with an accuracy at 0.1m level,0.1,9606,,,Derived at 35 points of the German GPS Network DREF.,Institute for Cartography and Geodesy; Leipzig via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
+1781,DHDN to ETRS89 (6),transformation,4314,4258,IfAG-Deu Thur,6,2544,For applications with an accuracy at 0.1m level,0.1,9606,,,Derived at 10 points of the German GPS Network DREF.,Institute for Cartography and Geodesy; Leipzig via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,1
+1782,DHDN to ETRS89 (7),transformation,4314,4258,IfAG-Deu Sach,7,2545,For applications with an accuracy at 0.1m level,0.1,9606,,,Derived at 35 points of the German GPS Network DREF.,Institute for Cartography and Geodesy; Leipzig via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,1
 1783,ED50 to ETRS89 (9),transformation,4230,4258,HGK-Tur,9,1237,For applications to an accuracy of 2 metres.,2,9606,,,May be taken as approximate transformation ED50 to WGS 84 - see code 1784.,General Command of Mapping via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-11-06,,1,0
 1784,ED50 to WGS 84 (30),transformation,4230,4326,EPSG-Tur,30,1237,For applications to an accuracy of 2 metres.,2,9606,,,Parameter values from ED50 to ETRS89 (9) (code 1783). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2001-11-06,,1,0
 1785,MGI to ETRS89 (3),transformation,4312,4258,GURS-Svn,3,1212,For applications to an accuracy of 1 metre.,1,9606,,,May be taken as approximate transformation MGI to WGS 84 - see code 1786.,Geodetska Uprava Republike Slovenij via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
@@ -767,18 +766,18 @@
 1795,MGI to WGS 84 (7),transformation,4312,4326,JPET-Yug MB,7,2547,Oil industry,999,9636,,,,Jugopetrol,EPSG,2002-01-18,,1,0
 1796,Manoca 1962 to WGS 84 (1),transformation,4193,4326,ELF94-Cmr,1,2555,Oil industry,0.5,9603,,,"Derived at two points, checked at a third by Stolt Comex Seaway and Geoid for Elf.",TotalFinaElf,EPSG,2002-01-18,,1,0
 1797,Qornoq 1927 to WGS 84 (1),transformation,4194,4326,DMA-Grl S,1,2407,"For military purposes.  Accuracy 25m, 25m and 32m in X, Y and Z axes.",48,9603,,,Derived at 2 stations.,U.S. Defense Mapping Agency  TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
-1798,Qornoq 1927 to WGS 84 (2),transformation,4194,4326,KMS-Grl,2,3119,Topographic mapping.,1,9606,,,,"Kort og Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
+1798,Qornoq 1927 to WGS 84 (2),transformation,4194,4326,KMS-Grl,2,3362,Topographic mapping.,1,9606,,,,"Kort og Matrikelstyrelsen, Copenhagen.",EPSG,2006-03-16,2006.22,1,0
 1799,Scoresbysund 1952 to WGS 84 (1),transformation,4195,4326,KMS-Grl Scosd,1,2570,Topographic mapping.,1,9606,,,,"Kort og Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
 1800,Ammassalik 1958 to WGS 84 (1),transformation,4196,4326,KMS-Grl Ammlk,1,2571,Topographic mapping.,1,9606,,,,"Kort og Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
 1801,Pointe Noire to WGS 84 (2),transformation,4282,4326,CGG94-Cog,2,2574,?,4,9603,,,Derived in 1994 by CGG/Topnav using DORIS system on various stations along the coastline.,TotalFinaElf,EPSG,2002-02-08,,1,0
 1802,Pointe Noire to WGS 84 (3),transformation,4282,4326,ELF95-Cog,3,2574,Used by Elf since May 1995 for all offshore Congo operations.,0.15,9606,,,Derived by Geoid for Elf in May 1995 using GPS and IGS data by tying 4 geodetic points to ITRF93 epoch 1995.4.,TotalFinaElf,EPSG,2002-02-08,,1,0
 1803,AGD66 to GDA94 (11),transformation,4202,4283,ICSM-Aus 0.1m,11,2575,0.1m accuracy.,0.1,9615,,,"Replaces AGD66 to GDA94 variants 6, 7 and 10 (codes 1506 1507 1596).  Input expects longitudes to be positive west; EPSG GeogCRS AGD66 (code 4202) and GDA94 (code 4283) both have longitudes positive east.",GDA Technical Manual. http://www.icsm.gov.au/gda,EPSG,2006-01-02,2005.86 2006.01,1,0
-1804,AGD84 to GDA94 (5),transformation,4203,4283,Auslig-Aus 0.1m,5,2576,0.1m accuracy.,0.1,9615,,,Supersedes AGD84 to GDA94 (4) (code 1593) which itself replaced variant 3 (code 1559).  Input expects longitudes to be positive west; EPSG GeogCRS AGD84 (code 4203) and GDA94 (code 4283) both have longitudes positive east.,GDA Technical Manual. http://www.icsm.gov.au/gda,EPSG,2006-02-17,2004.182 2006.01,1,0
+1804,AGD84 to GDA94 (5),transformation,4203,4283,Auslig-Aus 0.1m,5,2576,0.1m accuracy.,0.1,9615,,,Replaces AGD84 to GDA94 (4) (code 1593) which itself replaced variant 3 (code 1559).  Input expects longitudes to be positive west; EPSG GeogCRS AGD84 (code 4203) and GDA94 (code 4283) both have longitudes positive east.,GDA Technical Manual. http://www.icsm.gov.au/gda,EPSG,2007-03-22,2004.182 2006.01 2007.043,1,0
 1805,Garoua to WGS 72BE (1),transformation,4197,4324,ELF-Cmr,1,2590,Oil industry exploration.,5,9603,,,Derived in 1981 by Decca Survey France for Elf Serepca.,TotalFinaElf,EPSG,2002-02-12,,1,0
 1806,Kousseri to WGS 72BE (1),transformation,4198,4324,ELF-Cmr,1,2591,Oil industry expoloration.,5,9603,,,Derived in 1981 by Decca Survey France for Elf Serepca.,TotalFinaElf,EPSG,2002-02-12,,1,0
-1807,Pulkovo 1942 to WGS 84 (13),transformation,4284,4326,BP-Aze Aioc95,13,1038,Oil industry operations by AIOC prior to 1997.,10,9606,,,"Derived via WGS72 values taken from SOCAR Magnavox 1502 manual. Used by AIOC 1995-1997 then superseded by the AIOC97 values (tfm code 1808).
-Do not confuse with AIOC95 vertical datum as used in southern Caspian Sea and at Sangachal terminal by AIOC.",BP,EPSG,2002-02-12,,1,0
-1808,Pulkovo 1942 to WGS 84 (14),transformation,4284,4326,BP-Aze Aioc97,14,2593,Oil industry operations.,5,9606,,,"Mean of 3 stations in western Georgia, 4 stations in eastern Georgia and 4 stations in eastern Azerbaijan.  Derived for use on AIOC early oil western export pipeline, but adopted for all AIOC work superseding the 1995 AIOC transformation (code 1807).",BP,EPSG,2002-02-12,,1,0
+1807,Pulkovo 1942 to WGS 84 (13),transformation,4284,4326,BP-Aze Aioc95,13,1038,Oil industry operations by AIOC prior to 1997.,10,9606,,,"Derived via WGS72 values taken from SOCAR Magnavox 1502 manual. Used by AIOC 1995-1997 then replaced by the AIOC97 values (tfm code 1808).
+Do not confuse with AIOC95 vertical datum as used in southern Caspian Sea and at Sangachal terminal by AIOC.",BP,EPSG,2007-03-22,2007.043,1,0
+1808,Pulkovo 1942 to WGS 84 (14),transformation,4284,4326,BP-Aze Aioc97,14,2593,Oil industry operations.,5,9606,,,"Mean of 3 stations in western Georgia, 4 stations in eastern Georgia and 4 stations in eastern Azerbaijan.  Derived for use on AIOC early oil western export pipeline, but adopted for all AIOC work replacing the 1995 AIOC transformation (code 1807).",BP,EPSG,2007-03-22,2007.043,1,0
 1809,Pulkovo 1942 to WGS 84 (15),transformation,4284,4326,TFE-Aze97,15,2594,Oil industry operations.,2,9606,,,Parameter values calculated by Elf Exploration and Production based on geodetic survey carried out by Azerbaijan State Committee for Geodesy and Cartography.,TotalFinaElf,EPSG,2002-02-12,,1,0
 1810,ED50 to WGS 84 (31),transformation,4230,4326,wgc72-Egy,31,2595,Oil industry exploration and production operations.,15,9606,,,Derived via concatenation through WGS72.  The ED50 to WGS72 step is the Sepplin 1974 value for all Europe.,Western Geophysical,EPSG,2002-02-12,,1,0
 1811,PSAD56 to WGS 84 (12),transformation,4248,4326,PB-Braz N,12,1754,Oil industry exploration.,10,9603,,,Used by Petrobras for shelf operations.,Petrobras,EPSG,2002-02-12,,1,0
@@ -797,13 +796,13 @@
 1824,Minna to WGS 84 (10),transformation,4263,4326,SHL-Nga Gongola,10,2371,Oil industry exploration and production.,25,9603,,,Used by Shell SNEPCO for Gongola basin.,Shell International Exploration and Production,EPSG,2002-03-15,,1,0
 1825,Hong Kong 1980 to WGS 84 (1),transformation,4611,4326,LSD-HKG 2002,1,1118,Accuracy to 1m level.,1,9606,,,Published 1st March 2002.,"Geodetic Survey Section, Survey and Mapping Office, Lands Department, Hong Kong. http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2002-06-22,,1,0
 1826,JGD2000 to WGS 84 (1),transformation,4612,4326,EPSG-Jpn,1,1129,Approximation at the +/- 1m level.,1,9603,,,,EPSG,EPSG,2002-06-22,,1,0
-1827,Tokyo + JSLD to WGS 84 (6),transformation,7414,4326,GSI-Jpn 452141,6,2425,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2004.38,1,0
+1827,Tokyo + JSLD to WGS 84 (6),transformation,7414,4326,GSI-Jpn 452141,6,2425,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,EPSG,2004-05-09,2004.38,1,1
 1828,Yoff to WGS 72 (1),transformation,4310,4322,DMA-SEN,1,1207,Military survey.,25,9603,,,,DMA,EPSG,2002-06-22,,1,0
 1829,HD72 to ETRS89 (1),transformation,4237,4258,FOMI-Hun,1,1119,Accuracy at decimetre level throughout Hungary.,0.1,9607,,,May be taken as approximate transformation HD72 to WGS 84 - see code 1830.,Institute of Geodetic Survey and Remote Sensing (FOMI) reflected at http://lazarus.elte.hu/gb/geodez/geod5.htm,EPSG,2002-06-22,,1,0
 1830,HD72 to WGS 84 (1),transformation,4237,4326,EPSG-Hun,1,1119,Approximation at the +/- 1m level assuming that ETRS89 is equivalent to WGS 84.,1,9607,,,Parameter values taken from HD72 to ETRS89 (1) (code 1829) assuming that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2002-06-22,,1,0
 1831,HD72 to WGS 84 (2),transformation,4237,4326,ELTE-Hun,2,1119,Accuracy better than 1m in all three dimensions throughout Hungary.,1,9603,,,Derived at fundamental point Szolohegy and tested at 99 stations throughout Hungary.,"Timar, Molnar and Pasztor; Eotvos University, in Geodezia es Kartografia 54(1) pp11-16.  www.fomi.hu/internet/magyar/szaklap/geodkart.htm",EPSG,2002-06-22,,1,0
-1832,ID74 to WGS 84 (2),transformation,4238,4326,Rac91-Idn,2,1122,For oil industry purposes.,25,9606,,,Derived via coordinates of 2 Pulse8 stations. Use of ID74 to WGS 84 (3) (code 1833) is recommended.,Racal Survey,EPSG,2002-06-22,,1,0
-1833,ID74 to WGS 84 (3),transformation,4238,4326,Bak-Idn,3,1122,"Standard deviations of translations are 1.3, 1.1 and 3.6m, of rotations 0.11, 0.06 and 0.04 sec and ppm 0.18.",3,9607,,,Derived at 38 stations.,Bakosurtanal.,EPSG,2002-06-22,,1,0
+1832,ID74 to WGS 84 (2),transformation,4238,4326,Rac91-Idn,2,1122,For oil industry purposes.,25,9606,,,Derived via coordinates of 2 Pulse8 stations. Use of ID74 to WGS 84 (3) (code 1833) is recommended.,Racal Survey,EPSG,2006-08-25,2006.81,1,0
+1833,ID74 to WGS 84 (3),transformation,4238,4326,Bak-Idn,3,1122,"Standard deviations of translations are 1.3, 1.1 and 3.6m, of rotations 0.11, 0.06 and 0.04 sec and ppm 0.18.",3,9607,,,Parameter values from ID74 to DGN95 (1) (code 15911) assuming that DGN95 is equivalent to WGS 84 within the accuracy of the transformation.,Bakosurtanal.,EPSG,2006-08-25,2006.81,1,0
 1834,Segara to WGS 84 (1),transformation,4294,4326,NIMA-Idn Kal,1,2354,For military purposes.,,9603,,,Accuracy estimate not available.,U.S. National Imagery and Mapping Agency  TR8350.2 revision of October 1997; http://164.214.2.59/geospatial/products/GandG/tr83502b/toc.html,EPSG,2002-06-22,,1,1
 1835,Segara to WGS 84 (2),transformation,4294,4326,Shl-Idn Kal E,2,1360,Oil exploration.,,9603,,,,Shell,EPSG,2002-06-22,,1,1
 1836,Segara to WGS 84 (3),transformation,4294,4326,Shl-Idn Kal NE,3,2770,Oil exploration.,,9603,,,,Shell,EPSG,2002-06-22,,1,1
@@ -812,7 +811,7 @@
 1839,Beduaram to WGS 72BE (1),transformation,4213,4324,ELF-Ner SE,1,2771,Oil exploration. Accuracy estimated at 15m.,15,9603,,,Derived by Elf in 1986.,TotalFinaElf,EPSG,2006-02-10,2006.17,1,0
 1840,QND95 to WGS 84 (1),transformation,4614,4326,CGIS-Qat,1,1346,Parameter values are defined and therefore exact.,0,9606,,,"Transformation defines QND95. May be approximated to 1m throughout Qatar by geocentric translation transformation with dX=-127.78098m, dY=-283.37477m, dZ=+21.24081m.",Qatar Centre for Geographic Information.,EPSG,2002-06-28,,1,0
 1841,ATS77 to NAD83(CSRS) (1),transformation,4122,4617,GIC-Can NB,1,1447,Accuracy 1-2 metres.,1.5,9615,,,Introduced in 1999. Can be taken as an approximate transformation ATS77 to WGS 84 - see code 1688.,New Brunswick Geographic Information Corporation land and water information standards manual.,EPSG,2002-07-13,,1,0
-1842,NAD83(CSRS) to WGS 84 (1),transformation,4617,4326,EPSG-Can,1,2784,Approximation at the +/- 1m level assuming that NAD83(CSRS) is equivalent to WGS 84.,1,9603,,,For many purposes NAD83(CSRS) can be considered to be coincident with WGS 84.,EPSG,EPSG,2002-07-13,,1,0
+1842,NAD83(CSRS) to WGS 84 (1),transformation,4617,4326,EPSG-Can,1,1061,Approximation at the +/- 1m level assuming that NAD83(CSRS) is equivalent to WGS 84.,1,9603,,,For many purposes NAD83(CSRS) can be considered to be coincident with WGS 84.,EPSG,EPSG,2007-05-29,2007.026,1,0
 1843,NAD83 to NAD83(CSRS) (1),transformation,4269,4617,SGQ-Can QC,1,1368,Accuracy 1-2 metres.,1.5,9615,,,Uses NT method which expects longitudes positive west; EPSG GeogCRSs NAD83 (code 4269) and NAD83(CSRS) (code 4617) have longitudes positive east. Can be taken as an approximate transformation NAD83 to WGS 84 - see code 1696.,Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca,EPSG,2002-07-13,,1,0
 1844,NAD27 to NAD83(CSRS) (1),transformation,4267,4617,SGQ-Can QC,1,1368,Accuracy 1-2 metres.,1.5,9615,,,Uses NT method which expects longitudes positive west; EPSG GeogCRSs NAD27 (code 4267) and NAD83(CSRS) (code 4617) have longitudes positive east. Can be taken as an approximate transformation NAD27 to WGS 84 - see code 1692.,Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca,EPSG,2002-07-13,,1,0
 1845,NAD27(CGQ77) to NAD83(CSRS) (1),transformation,4609,4617,SGQ-Can QC,1,1368,Accuracy 1-2 metres.,1.5,9615,,,Uses NT method which expects longitudes positive west; EPSG GeogCRSs NAD27(CGQ77) (code 4609) and NAD83(CSRS) (code 4617) have longitudes positive east. Can be taken as an approximate transformation NAD27(CGQ77) to WGS 84 - see code 1691.,Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca,EPSG,2002-07-13,,1,0
@@ -829,10 +828,10 @@
 1856,ED50(ED77) to WGS 84 (3),transformation,4154,4326,TFE-Irn SPars,3,2783,Petroleum Exploration and Production.,0.5,9603,,,Derived in Kangan district by Geoid for Total in 1998.  Used for South Pars phases 2 and 3.,TotalFinaElf,EPSG,2002-07-13,,1,0
 1857,ED50(ED77) to WGS 84 (4),transformation,4154,4326,TFE-Irn Lavan,4,2782,Petroleum Exploration and Production.,0.5,9603,,,Derived in 1999 on Lavan island by Geoid for Elf.,TotalFinaElf,EPSG,2002-07-13,,1,0
 1858,ED50(ED77) to WGS 84 (5),transformation,4154,4326,TFE-Irn Kharg,5,2781,Petroleum Exploration and Production.,0.5,9603,,,Derived by Geoid for Elf in 1999.  EGM96 geoid used.,TotalFinaElf,EPSG,2002-07-13,,1,0
-1859,ELD79 to WGS 84 (1),transformation,4159,4326,REP-Lby MZQ,1,2785,Oil Exploration,10,9603,,,"Used by Repsol in Murzuq field, and PetroCanada and previous licence holders in NC177 and 72 (En Naga field). Reliability of connection to ELD79 questionned.",Oil industry sources.,EPSG,2005-04-14,2004.70,1,0
+1859,ELD79 to WGS 84 (1),transformation,4159,4326,REP-Lby MZQ,1,2785,Oil Exploration,20,9603,,,"Used by Repsol in Murzuq field, and PetroCanada and previous licence holders in NC177 and 72 (En Naga field). Reliability of connection to ELD79 questionned.",Oil industry sources.,EPSG,2006-09-21,2004.70 2006.57,1,0
 1860,ELD79 to WGS 84 (2),transformation,4159,4326,TFE-Lby MZQ,2,2785,Oil Exploration. 3-dimensional SD at 11 points is 0.5m.,0.5,9603,,,Derived December 2001 by NAGECO. Connected to ITRF via Remsa 2000 data. Used by TotalFinaElf.,TotalFinaElf,EPSG,2002-07-16,,1,0
 1861,ELD79 to WGS 84 (3),transformation,4159,4326,TFE-Lby MBK94,3,2786,Oil Exploration,2,9603,,,Derived by GEOID in 1994 from Transit satellite data. Used by TotalFinaElf.,TotalFinaElf,EPSG,2002-07-16,,1,0
-1862,ELD79 to WGS 84 (4),transformation,4159,4326,TFE-Lby MBK00,4,2786,Oil Exploration,0.5,9606,,,Derived by Geoid in 2000 from ITRF connection by NAGECO for TotalFinaElf. For historic compatibility TFE use the 1994 tfm ELD79 to WGS 84 (3) (code 1861).,TotalFinaElf,EPSG,2002-07-16,,1,0
+1862,ELD79 to WGS 84 (4),transformation,4159,4326,TFE-Lby MBK00,4,2786,Oil Exploration,0.5,9606,,,Derived by Geoid in 2000 from ITRF connection by NAGECO for TotalFinaElf. For historic compatibility TFE use the 1994 tfm ELD79 to WGS 84 (3) (code 1861) rather than this transformation.,TotalFinaElf,EPSG,2007-01-17,2007.006,1,0
 1863,ELD79 to WGS 84 (5),transformation,4159,4326,GMRA-Lby,5,2786,Engineering survey and oil exploration,6,9607,,,Derived for the Great Man-made River Authority (GMRA).,Norsk Hydro,EPSG,2005-09-19,2005.51,1,0
 1864,SAD69 to WGS 84 (1),transformation,4618,4326,DMA-mean,1,1341,"For military purposes only.  Accuracy 15m, 6m and 9m in X, Y and Z axes.",19,9603,,,Derived at 84 stations.,U.S. Defense Mapping Agency  TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1865,SAD69 to WGS 84 (2),transformation,4618,4326,DMA-Arg,2,1033,For military purposes only.  Accuracy 5m in each axis.,9,9603,,,Derived at 10 stations.,U.S. Defense Mapping Agency  TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
@@ -851,27 +850,27 @@
 1878,SWEREF99 to ETRS89 (1),transformation,4619,4258,NLS-Swe,1,1225,Geodetic survey.,0,9603,,,Can be taken as an approximate transformation SWEREF99 to WGS 84 - see code 1879.,National Land Survey,EPSG,2002-09-19,,1,0
 1879,SWEREF99 to WGS 84 (1),transformation,4619,4326,EPSG-Swe,1,1225,Geographic Information Systems.,1,9603,,,Parameter values taken from SWEREF to ETRS89 (1) (code 1878) assuming that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2002-09-19,,1,0
 1880,Point 58 to WGS 84 (1),transformation,4620,4326,NIMA-Bfa Ner,1,2791,For military purposes.  Accuracy 25m in each axis.,44,9603,,,Derived at one point in each of Burkina Faso and Niger.,NIMA TR8350.2,EPSG,2002-09-19,,1,0
-1881,Carthage (Paris) to Carthage,transformation,4816,4223,IGN-Fra,1,1236,Change of prime meridian.,0,9601,,,,IGN Paris.,EPSG,2002-09-19,,1,0
-1882,Nord Sahara 1959 (Paris) to Nord Sahara 1959,transformation,4819,4307,IGN-Fra,1,1026,Change of prime meridian.,0,9601,,,,IGN Paris.,EPSG,2002-09-19,,1,0
-1883,Segara (Jakarta) to Segara,transformation,4820,4613,EPSG-Idn Kal E,1,1360,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2002-09-19,,1,0
-1884,S-JTSK (Ferro) to S-JTSK,transformation,4818,4156,EPSG-Cze,1,1306,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2002-09-19,,1,0
+1881,Carthage (Paris) to Carthage (1),transformation,4816,4223,IGN-Fra,1,1236,Change of prime meridian.,0,9601,,,,IGN Paris.,EPSG,2006-10-13,2006.89,1,0
+1882,Nord Sahara 1959 (Paris) to Nord Sahara 1959 (1),transformation,4819,4307,IGN-Fra,1,1026,Change of prime meridian.,0,9601,,,,IGN Paris.,EPSG,2006-10-13,2006.89,1,1
+1883,Segara (Jakarta) to Segara (1),transformation,4820,4613,EPSG-Idn Kal E,1,1360,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2006-10-13,2006.89,1,0
+1884,S-JTSK (Ferro) to S-JTSK (1),transformation,4818,4156,EPSG-Cze,1,1306,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2006-10-13,2006.89,1,0
 1885,Azores Oriental 1940 to WGS 84 (1),transformation,4184,4326,DMA-Prt Az E,1,1345,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 2 stations.,"U.S. Defense Mapping Agency  TR8350.2 rev 3, January 2000. http://earth-info.nga.mil/GandG/",EPSG,2005-09-29,2005.20 2005.46,1,0
 1886,Azores Central 1948 to WGS 84 (1),transformation,4183,4326,DMA-Prt Az C,1,1301,For military purposes only. Accuracy 3m in each axis.,6,9603,,,Derived at 5 stations.,"U.S. Defense Mapping Agency  TR8350.2 rev 3, January 2000. http://earth-info.nga.mil/GandG/",EPSG,2005-09-29,2003.231 2005.20 2005.21 2005.46,1,0
-1887,Azores Occidental 1939 to WGS 84 (1),transformation,4182,4326,DMA-Prt Az W,1,1344,For military purposes only. Accuracy 20m in each axis.,35,9603,,,Derived at 3 stations.,"U.S. Defense Mapping Agency  TR8350.2 rev 3, January 2000. http://earth-info.nga.mil/GandG/",EPSG,2005-09-29,2005.20 2005.21 2005.46,1,0
-1888,Porto Santo to WGS 84 (1),transformation,4615,4326,DMA-Prt Mad,1,1314,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 2 stations.,"U.S. Defense Mapping Agency  TR8350.2 rev 3, January 2000. http://earth-info.nga.mil/GandG/",EPSG,2005-09-29,2003.231 2005.20 2005.46,1,0
+1887,Azores Occidental 1939 to WGS 84 (1),transformation,4182,4326,DMA-Prt Az W,1,1344,For military purposes only. Accuracy 20m in each axis.,35,9603,,,Derived at 3 stations.,"U.S. Defense Mapping Agency  TR8350.2 rev 3, January 2000. http://earth-info.nga.mil/GandG/",EPSG,2007-01-04,2005.20 2005.21 2005.46 2006.89,1,0
+1888,Porto Santo to WGS 84 (1),transformation,4615,4326,DMA-Prt Mad,1,1314,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 2 stations.,"U.S. Defense Mapping Agency  TR8350.2 rev 3, January 2000. http://earth-info.nga.mil/GandG/",EPSG,2007-01-04,2003.231 2005.20 2005.46 2006.89,1,0
 1889,Selvagen Grande to WGS 84 (1),transformation,4616,4326,DMA-Prt Sel,1,2779,For military purposes only. Accuracy 25m in each axis.,,9603,,,Derived at 1 station.,"U.S. Defense Mapping Agency  TR8350.2 rev 3, January 2000. http://164.214.2.59/GandG/tr8350_2.html",EPSG,2002-09-19,,1,1
 1890,Australian Antarctic to WGS 84 (1),transformation,4176,4326,EPSG-Ata Aus,1,1031,Approximation at the +/- 1m level assuming that Australian Antarctic is equivalent to WGS 84.,1,9603,,,For many purposes Australian Antarctic can be considered to be coincident with WGS 84.,EPSG,EPSG,2002-09-19,,1,0
 1891,Greek to GGRS87 (1),transformation,4120,4121,HGS-Grc,1,1106,Better than 5m throughout Greece.,5,9619,,,More accurate polynomial transformations between Greek / Hatt projection zones and GGRS87 / Greek Grid are available from the Military Geographic Service.,Hellenic Petroleum,EPSG,2002-09-19,,1,0
 1892,Hito XVIII 1963 to WGS 84 (2),transformation,4254,4326,NIMA-Chl,2,2805,Accuracy 25m in each axis.,44,9603,,,Derived at 2 stations.  As the source CRS was used for the border survey this transformation is probably also applicable to adjacent areas of Argentina.,,EPSG,2005-05-27,2005.21,1,0
 1893,Puerto Rico to WGS 84 (3),transformation,4139,4326,NIMA-Pri,3,1335,For military purposes only. Accuracy 3m in each axis.,6,9603,,,Derived at 11 stations.,U.S. Defense Mapping Agency  TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
 1894,Gandajika 1970 to WGS 84 (1),transformation,4233,4326,NIMA-Mdv,3,1152,For military purposes only. Accuracy 25m in each axis.,25,9603,,,Derived at 1 station.,U.S. Defense Mapping Agency  TR8350.2 December 1987.,EPSG,2002-09-19,,1,1
-1895,RT90 to SWEREF99 (1),transformation,4124,4619,NLS-Swe 2001,1,1225,Accuracy 0.1m.,0.1,9607,,,Derived at 165 points in 2001. Also given by EuroGeographics as RT90 to ETRS89 using the Position Vector transformation method. Supersedes RT90 to ETRS89 (1) (code 1437). May be taken as approximate transformation RT90 to WGS 84 - see code 1896.,National Land Survey of Sweden (http://www.lantmateriet.se/) via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-09-29,2005.18 2005.46,1,0
-1896,RT90 to WGS 84 (2),transformation,4124,4326,EPSG-Swe 2001,2,1225,Approximation at the +/- 1m level.,1,9607,,,Parameter values from RT90 to SWEREF99 (1) (code 1895) assuming that SWEREF99 is equivalent to WGS 84 within the accuracy of the transformation. Supersedes RT90 to WGS 84 (1) (code 1680).,EPSG,EPSG,2002-09-19,,1,0
+1895,RT90 to SWEREF99 (1),transformation,4124,4619,NLS-Swe 2001,1,1225,Accuracy 0.1m.,0.1,9607,,,Derived at 165 points in 2001. Also given by EuroGeographics as RT90 to ETRS89 using the Position Vector transformation method. Replaces RT90 to ETRS89 (1) (code 1437). May be taken as approximate transformation RT90 to WGS 84 - see code 1896.,National Land Survey of Sweden (http://www.lantmateriet.se/) via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2007-03-22,2005.18 2005.46 2007.043,1,0
+1896,RT90 to WGS 84 (2),transformation,4124,4326,EPSG-Swe 2001,2,1225,Approximation at the +/- 1m level.,1,9607,,,Parameter values from RT90 to SWEREF99 (1) (code 1895) assuming that SWEREF99 is equivalent to WGS 84 within the accuracy of the transformation. Replaces RT90 to WGS 84 (1) (code 1680).,EPSG,EPSG,2007-03-22,2007.043,1,0
 1897,Segara to WGS 84 (1),transformation,4613,4326,NIMA-Idn Kal,1,2354,For military purposes.,999,9603,,,Accuracy estimate not available.,U.S. National Imagery and Mapping Agency  TR8350.2 revision of October 1997; http://earth-info.nga.mil/GandG/,EPSG,2005-09-29,2005.20 2005.21 2005.46,1,0
 1898,Segara to WGS 84 (2),transformation,4613,4326,Shl-Idn Kal E,2,1360,Oil exploration.,5,9603,,,,Shell,EPSG,2002-11-18,,1,0
 1899,Segara to WGS 84 (3),transformation,4613,4326,Shl-Idn Kal NE,3,2770,Oil exploration.,10,9603,,,,Shell,EPSG,2002-11-18,,1,0
-1900,NAD83(HARN) to WGS 84 (2),transformation,4152,4326,NGS-Usa ITRF94,2,1323,Historical record only - superseded - see remarks.,0.1,9607,,,Strictly between NAD83(HARN) and ITRF94(1996.0).  Superseded by NAD83(HARN) to WGS 84 (3) (code 1901).,US National Geodetic Survey  http://www.ngs.noaa.gov/CORS/Derivation.html,EPSG,2005-05-30,2005.13,1,0
-1901,NAD83(HARN) to WGS 84 (3),transformation,4152,4326,NGS-Usa ITRF96,3,1323,"Geodesy. Accuracy with respect to CORS at stations adjusted to HARN network is better than 0.05-0.07m. For locations outside a HARN network (i.e. NAD83), accuracy may be only 1m but will usually be better than 0.5m.",0.1,9607,,,Jointly derived by US NGS and Geodetic Survey of Canada as transformation to target CRS of ITRF96(1997.0) - see also tfm code 1946. In USA only supersedes NAD83 to WGS 84 (2) (code 1900).,http://www.ngs.noaa.gov/CORS/Derivation.html,EPSG,2005-05-30,2005.13,1,0
+1900,NAD83(HARN) to WGS 84 (2),transformation,4152,4326,NGS-Usa ITRF94,2,1323,Historical record only - superseded - see remarks.,0.1,9607,,,Strictly between NAD83(HARN) and ITRF94(1996.0).  Replaced by NAD83(HARN) to WGS 84 (3) (code 1901).,US National Geodetic Survey  http://www.ngs.noaa.gov/CORS/Derivation.html,EPSG,2007-03-22,2005.13 2007.043,1,0
+1901,NAD83(HARN) to WGS 84 (3),transformation,4152,4326,NGS-Usa ITRF96,3,1323,"Geodesy. Accuracy with respect to CORS at stations adjusted to HARN network is better than 0.05-0.07m. For locations outside a HARN network (i.e. NAD83), accuracy may be only 1m but will usually be better than 0.5m.",0.1,9607,,,Jointly derived by US NGS and Geodetic Survey of Canada as transformation to target CRS of ITRF96(1997.0) - see also tfm code 1946. In USA only replaces NAD83 to WGS 84 (2) (code 1900).,http://www.ngs.noaa.gov/CORS/Derivation.html,EPSG,2007-03-22,2005.13 2007.043,1,0
 1902,Manoca 1962 to WGS 72BE (1),transformation,4193,4324,GOC-Cmr,1,2555,Oil exploration,5,9603,,,Derived at 6 stations using Transit in 1977.,Gulf Oil Company of Cameroon and Elf Cameroun (SEREPCA).,EPSG,2006-02-02,2005.821,1,0
 1903,Fort Marigot to WGS 84 (1),transformation,4621,4326,IGN-Glp,1,2828,Accuracy +/- 10 metres.,10,9603,,,,IGN Paris.,EPSG,2002-11-29,,1,0
 1904,Guadeloupe 1948 to WGS 84 (1),transformation,4622,4326,IGN-Glp 10m,1,2829,Accuracy +/- 10 metres.,10,9603,,,,IGN Paris.,EPSG,2004-10-14,2004.561,1,0
@@ -885,38 +884,38 @@
 1912,RGR92 to WGS 84 (1),transformation,4627,4326,IGN-Reu,1,1196,Accuracy +/- 1 metre.,1,9603,,,,IGN Paris.,EPSG,2002-11-29,,1,0
 1913,Tahaa 54 to WGS 84 (1),transformation,4629,4326,IGN-Pyf Tahaa,1,2812,Accuracy +/- 10 metres.,10,9603,,,,IGN Paris.,EPSG,2002-11-29,,1,0
 1914,IGN72 Nuku Hiva to WGS 84 (1),transformation,4630,4326,IGN-Pyf,1,3129,Accuracy +/- 10 metres.,10,9603,,,,IGN Paris.,EPSG,2005-08-12,2005.38,1,0
-1915,K0 1949 to WGS 84 (1),transformation,4631,4326,IGN-Atf Kerg,1,2816,Accuracy +/- 10 metres.,10,9603,,,Also published in US NIMA/NGA TR8350.2 which gives accuracy of +/-25m in each axis and states that derived at one station.,IGN Paris.,EPSG,2002-11-29,,1,0
+1915,K0 1949 to WGS 84 (1),transformation,4631,4326,IGN-Atf Kerg,1,2816,Accuracy +/- 10 metres.,10,9603,,,Also published in US NIMA/NGA TR8350.2 which gives accuracy of +/-25m in each axis and states that derived at one station.,IGN Paris.,EPSG,2002-11-29,,1,1
 1916,Combani 1950 to WGS 84 (1),transformation,4632,4326,IGN-Myt,1,1159,Accuracy +/- 10 metres.,10,9603,,,,IGN Paris.,EPSG,2002-11-29,,1,0
-1917,IGN56 Lifou to WGS 84 (1),transformation,4633,4326,IGN-Ncl,1,2814,Accuracy +/- 10 metres.,10,9603,,,,IGN Paris.,EPSG,2002-11-29,,1,0
+1917,IGN56 Lifou to WGS 84 (1),transformation,4633,4326,IGN-Ncl,1,2814,Accuracy +/- 10 metres.,10,9603,,,,IGN Paris.,EPSG,2002-11-29,,1,1
 1918,IGN72 Grand Terre to WGS 84 (1),transformation,4634,4326,IGN-Ncl,1,1174,Accuracy +/- 10 metres.,,9603,,,,IGN Paris.,EPSG,2002-11-29,,1,1
-1919,ST87 Ouvea to WGS 84 (1),transformation,4635,4326,BGN-Ncl,1,2813,Accuracy better than +/- 1 metre.,1,9606,,,,"Bureau Geodesie et Nivellement, Service Topographique, via IGN Paris.",EPSG,2003-08-14,2003.241,1,0
-1920,RGNC 1991 to WGS 84 (1),transformation,4645,4326,IGN-Ncl,1,1174,Accuracy +/- 1 metre.,1,9603,,,,IGN Paris.,EPSG,2002-11-29,,1,0
+1919,ST87 Ouvea to WGS 84 (1),transformation,4635,4326,BGN-Ncl,1,2813,Accuracy better than +/- 1 metre.,1,9606,,,,"Bureau Geodesie et Nivellement, Service Topographique, via IGN Paris.",EPSG,2003-08-14,2003.241,1,1
+1920,RGNC 1991 to WGS 84 (1),transformation,4645,4326,IGN-Ncl,1,1174,Accuracy +/- 1 metre.,1,9603,,,,IGN Paris.,EPSG,2002-11-29,,1,1
 1921,Petrels 1972 to WGS 84 (1),transformation,4636,4326,IGN-Ata Adel,1,2818,Accuracy +/- 10 metres.,10,9603,,,,IGN Paris.,EPSG,2002-11-29,,1,0
 1922,Perroud 1950 to WGS 84 (1),transformation,4637,4326,IGN-Ata Adel,1,2818,Accuracy +/- 10 metres.,10,9603,,,,IGN Paris.,EPSG,2002-11-29,,1,0
 1923,Saint Pierre et Miquelon 1950 to WGS 84 (1),transformation,4638,4326,IGN-Spm,1,1220,Accuracy +/- 10 metres.,10,9603,,,,IGN Paris.,EPSG,2006-02-03,2006.06,1,0
 1924,Tahiti 52 to WGS 84 (1),transformation,4628,4326,IGN-Pyf,1,2811,Accuracy +/- 10 metres.,10,9603,,,,IGN Paris.,EPSG,2002-11-29,,1,0
 1925,MOP78 to WGS 84 (1),transformation,4639,4326,IGN-Wlf Wallis,1,2815,Accuracy +/- 10 metres.,10,9603,,,,IGN Paris.,EPSG,2002-11-29,,1,1
 1926,Reunion 1947 to RGR92 (1),transformation,4626,4627,IGN-Reu 0.1m,1,1196,Accuracy better than +/- 0.1 metre. Not reversible - see remarks.,0.1,9606,,,Note: Because of the large rotation about the Y-axis this transformation is not reversible. Errors of up to 0.5m may occur. For the reverse transformation use RGR92 to Reunion 1947 [alias Piton des Neiges] (1) (code 1964).,IGN Paris.,EPSG,2004-10-14,2003.25 2004.50 2004.561,1,0
-1927,IGN56 Lifou to WGS 84 (2),transformation,4633,4326,BGN-Ncl,2,2814,Accuracy better than +/- 1 metre.,1,9606,,,,"Bureau Geodesie et Nivellement, Service Topographique, via IGN Paris.",EPSG,2002-11-29,,1,0
-1928,IGN53 Mare to WGS 84 (1),transformation,4641,4326,BGN-Ncl,1,2819,Accuracy better than +/- 1 metre.,1,9606,,,,"Bureau Geodesie et Nivellement, Service Topographique, via IGN Paris.",EPSG,2002-11-29,,1,0
+1927,IGN56 Lifou to WGS 84 (2),transformation,4633,4326,BGN-Ncl,2,2814,Accuracy better than +/- 1 metre.,1,9606,,,,"Bureau Geodesie et Nivellement, Service Topographique, via IGN Paris.",EPSG,2002-11-29,,1,1
+1928,IGN53 Mare to WGS 84 (1),transformation,4641,4326,BGN-Ncl,1,2819,Accuracy better than +/- 1 metre.,1,9606,,,,"Bureau Geodesie et Nivellement, Service Topographique, via IGN Paris.",EPSG,2002-11-29,,1,1
 1929,IGN72 Grand Terre to WGS 84 (2),transformation,4634,4326,BGN-Ncl,2,2822,Accuracy better than +/- 1 metre.,,9606,,,,"Bureau Geodesie et Nivellement, Service Topographique, via IGN Paris.",EPSG,2002-11-29,,1,1
-1930,ST84 Ile des Pins to WGS 84 (1),transformation,4642,4326,BGN-Ncl,1,2820,Accuracy better than +/- 1 metre.,1,9606,,,,"Bureau Geodesie et Nivellement, Service Topographique, via IGN Paris.",EPSG,2002-11-29,,1,0
+1930,ST84 Ile des Pins to WGS 84 (1),transformation,4642,4326,BGN-Ncl,1,2820,Accuracy better than +/- 1 metre.,1,9606,,,,"Bureau Geodesie et Nivellement, Service Topographique, via IGN Paris.",EPSG,2002-11-29,,1,1
 1931,ST71 Belep to WGS 84 (1),transformation,4643,4326,BGN-Ncl,1,2821,Accuracy better than +/- 1 metre.,1,9606,,,,"Bureau Geodesie et Nivellement, Service Topographique, via IGN Paris.",EPSG,2002-11-29,,1,0
-1932,NEA74 Noumea to WGS 84 (1),transformation,4644,4326,BGN-Ncl,1,2823,Accuracy better than +/- 1 metre.,1,9606,,,,"Bureau Geodesie et Nivellement, Service Topographique, via IGN Paris.",EPSG,2002-11-29,,1,0
+1932,NEA74 Noumea to WGS 84 (1),transformation,4644,4326,BGN-Ncl,1,2823,Accuracy better than +/- 1 metre.,1,9606,,,,"Bureau Geodesie et Nivellement, Service Topographique, via IGN Paris.",EPSG,2002-11-29,,1,1
 1933,RGR92 to Piton des Nieges (1),transformation,4627,4626,IGN-Reu 0.1m,1,1196,Accuracy better than +/- 0.1 metre. Not reversible - see remarks.,,9606,,,Note: Because of the large rotation about the Y-axis this transformation is not reversible. For the reverse transformation see Piton des Nieges to RGR92 (1) (code 1926).,IGN Paris.,EPSG,2002-11-29,,1,1
 1934,RRAF 1991 to WGS 84 (1),transformation,4640,4326,IGN-FrAnt,1,2824,Accuracy +/- 1 metre.,1,9603,,,RRAF 1991 was defined to be WGS84 at a single point in Martinique during the 1988 Tango mission.,EPSG,EPSG,2002-11-29,,1,0
-1935,ITRF97 to ITRF2000,transformation,4338,4385,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1997.0. Rates dX=0.0000 m/yr, dy=0.0006 m/yr, dZ=0.0014 m/yr, rX=rY=0.0""/yr, rZ=-0.00002""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS). ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2003-01-21,,1,0
-1936,ITRF96 to ITRF2000,transformation,4337,4385,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1997.0. Rates dX=0.0000 m/yr, dy=0.0006 m/yr, dZ=0.0014 m/yr, rX=rY=0.0""/yr, rZ=-0.00002""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS) ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2003-01-21,,1,0
-1937,ITRF94 to ITRF2000,transformation,4336,4385,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1997.0. Rates dX=0.0000 m/yr, dy=0.0006 m/yr, dZ=0.0014 m/yr, rX=rY=0.0""/yr, rZ=-0.00002""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS) ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2003-01-21,,1,0
-1938,ITRF93 to ITRF2000,transformation,4335,4385,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1988.0. Rates dX=0.0029 m/yr, dy=0.0002 m/yr, dZ=0.0006 m/yr, rX=0.00011""/yr, rY=0.00019""/yr, rZ=-0.00007""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS) ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2003-01-21,,1,0
-1939,ITRF92 to ITRF2000,transformation,4334,4385,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1988.0. Rates dX=0.0000 m/yr, dy=0.0006 m/yr, dZ=0.0014 m/yr, rX=rY=0.0""/yr, rZ=-0.00002""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS) ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2003-01-21,,1,0
-1940,ITRF91 to ITRF2000,transformation,4333,4385,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1988.0. Rates dX=0.0000 m/yr, dy=0.0006 m/yr, dZ=0.0014 m/yr, rX=rY=0.0""/yr, rZ=-0.00002""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS) ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2003-01-21,,1,0
-1941,ITRF90 to ITRF2000,transformation,4332,4385,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1988.0. Rates dX=0.0000 m/yr, dy=0.0006 m/yr, dZ=0.0014 m/yr, rX=rY=0.0""/yr, rZ=-0.00002""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS) ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2003-01-21,,1,0
-1942,ITRF89 to ITRF2000,transformation,4331,4385,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1988.0. Rates dX=0.0000 m/yr, dy=0.0006 m/yr, dZ=0.0014 m/yr, rX=rY=0.0""/yr, rZ=-0.00002""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS) ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2003-01-21,,1,0
-1943,ITRF88 to ITRF2000,transformation,4330,4385,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1988.0. Rates dX=0.0000 m/yr, dy=0.0006 m/yr, dZ=0.0014 m/yr, rX=rY=0.0""/yr, rZ=-0.00002""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS) ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2003-01-21,,1,0
+1935,ITRF97 to ITRF2000 (1),transformation,4918,4919,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1997.0. Rates dX=0.0000 m/yr, dy=0.0006 m/yr, dZ=0.0014 m/yr, rX=rY=0.0""/yr, rZ=-0.00002""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS). ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2006-10-13,2006.31 2006.89,1,0
+1936,ITRF96 to ITRF2000 (1),transformation,4917,4919,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1997.0. Rates dX=0.0000 m/yr, dy=0.0006 m/yr, dZ=0.0014 m/yr, rX=rY=0.0""/yr, rZ=-0.00002""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS) ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2006-10-13,2006.31 2006.89,1,0
+1937,ITRF94 to ITRF2000 (1),transformation,4916,4919,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1997.0. Rates dX=0.0000 m/yr, dy=0.0006 m/yr, dZ=0.0014 m/yr, rX=rY=0.0""/yr, rZ=-0.00002""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS) ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2006-10-13,2006.31 2006.89,1,0
+1938,ITRF93 to ITRF2000 (1),transformation,4915,4919,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1988.0. Rates dX=0.0029 m/yr, dy=0.0002 m/yr, dZ=0.0006 m/yr, rX=0.00011""/yr, rY=0.00019""/yr, rZ=-0.00007""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS) ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2006-10-13,2006.31 2006.89,1,0
+1939,ITRF92 to ITRF2000 (1),transformation,4914,4919,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1988.0. Rates dX=0.0000 m/yr, dy=0.0006 m/yr, dZ=0.0014 m/yr, rX=rY=0.0""/yr, rZ=-0.00002""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS) ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2006-10-13,2006.31 2006.89,1,0
+1940,ITRF91 to ITRF2000 (1),transformation,4913,4919,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1988.0. Rates dX=0.0000 m/yr, dy=0.0006 m/yr, dZ=0.0014 m/yr, rX=rY=0.0""/yr, rZ=-0.00002""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS) ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2006-10-13,2006.31 2006.89,1,0
+1941,ITRF90 to ITRF2000 (1),transformation,4912,4919,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1988.0. Rates dX=0.0000 m/yr, dy=0.0006 m/yr, dZ=0.0014 m/yr, rX=rY=0.0""/yr, rZ=-0.00002""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS) ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2006-10-13,2006.31 2006.89,1,0
+1942,ITRF89 to ITRF2000 (1),transformation,4911,4919,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1988.0. Rates dX=0.0000 m/yr, dy=0.0006 m/yr, dZ=0.0014 m/yr, rX=rY=0.0""/yr, rZ=-0.00002""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS) ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2006-10-13,2006.31 2006.89,1,0
+1943,ITRF88 to ITRF2000 (1),transformation,4910,4919,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 1988.0. Rates dX=0.0000 m/yr, dy=0.0006 m/yr, dZ=0.0014 m/yr, rX=rY=0.0""/yr, rZ=-0.00002""/yr, dS=-0.00001 ppm/yr.",International Earth Rotation Service (IERS) ftp://lareg.ensg.ign.fr/pub/itrf/ITRF.TP,EPSG,2006-10-13,2006.31 2006.89,1,0
 1944,Lisbon to WGS 84 (2),transformation,4207,4326,EPSG-Prt 2001,2,1294,For applications to an accuracy of 2 metres.,,9606,,,Parameter values from Lisbon to ETRS89 (2) (code 1790). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2002-09-19,2002.72,1,1
 1945,Datum 73 to WGS 84 (2),transformation,4274,4326,EPSG-Prt 2001,2,1294,For applications to an accuracy of 1 metre.,,9606,,,Parameter values from Datum 73 to ETRS89 (2) (code 1792). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation.,EPSG,EPSG,2002-09-19,,1,1
-1946,NAD83(CSRS) to WGS 84 (2),transformation,4617,4326,NGS-Usa ITRF96,2,2784,Geodesy.,0.1,9607,,,Jointly derived by US NGS and Geodetic Survey of Canada - see also code 1901. Strictly between NAD83(CSRS) and ITRF96(1997.0).,http://www.ngs.noaa.gov/CORS/Derivation.html,EPSG,2002-11-18,,1,0
+1946,NAD83(CSRS) to WGS 84 (2),transformation,4617,4326,NGS-Usa ITRF96,2,1061,Geodesy.,0.1,9607,,,Jointly derived by US NGS and Geodetic Survey of Canada - see also code 1901. Strictly between NAD83(CSRS) and ITRF96(1997.0).,http://www.ngs.noaa.gov/CORS/Derivation.html,EPSG,2007-05-29,,1,0
 1947,ATS77 to NAD27 (1),transformation,4122,4267,SNB-Can NB,1,1447,?,1,9634,,,For reverse transformation see NAD27 to ATS77 (1) (code 1603),Survey of New Brunswick,EPSG,2003-02-25,,1,0
 1948,ATS77 to NAD27 (2),transformation,4122,4267,SNB-Can NS,2,2313,?,1,9634,,,For reverse transformation see NAD27 to ATS77 (2) (code 1604),Survey of New Brunswick,EPSG,2003-02-25,,1,0
 1949,ATS77 to NAD27 (3),transformation,4122,4267,SNB-Can PEI,3,1533,?,1,9634,,,For reverse transformation see NAD27 to ATS77 (3) (code 1605),Survey of New Brunswick,EPSG,2003-02-25,,1,0
@@ -932,10 +931,10 @@
 1959,St. Vincent 1945 to WGS 84 (1),transformation,4607,4326,LSU-Vct,1,1202,1m accuracy.,1,9603,,,Derived at 4 points.,"Clifford J Mugnier, Louisiana State University.",EPSG,2006-02-03,2006.06,1,0
 1960,ED87 to WGS 84 (2),transformation,4231,4326,IERS-Eur,2,1297,Scientific research.,1,9606,,,,"IERS Paris via Rijkswaterstaat report 9635 September 1996 ""Coordinaattransformaties en kartprojecties"" and Nederlandse Aardolie Maatschappij (NAM).",EPSG,2003-06-27,,1,0
 1961,ED50 to WGS 84 (32),transformation,4230,4326,NAM-Nld-Nsea,32,1630,Used by NAM for offshore operations.,,9606,,,Parameter values taken from ED87 to WGS 84 (2) (tfm code 1960) assuming that ED87 is identical to ED50. Errors caused by this assumption can reach 3m.,Nederlandse Aardolie Maatschappij (NAM).,EPSG,2003-06-27,,1,1
-1962,IGN72 Grande Terre to WGS 84 (1),transformation,4662,4326,IGN-Ncl,1,2822,Accuracy +/- 10 metres.,10,9603,,,,IGN Paris.,EPSG,2003-08-14,,1,0
-1963,IGN72 Grande Terre to WGS 84 (2),transformation,4662,4326,BGN-Ncl,2,2822,Accuracy better than +/- 1 metre.,1,9606,,,,"Bureau Geodesie et Nivellement, Service Topographique, via IGN Paris.",EPSG,2003-08-14,,1,0
+1962,IGN72 Grande Terre to WGS 84 (1),transformation,4662,4326,IGN-Ncl,1,2822,Accuracy +/- 10 metres.,10,9603,,,,IGN Paris.,EPSG,2003-08-14,,1,1
+1963,IGN72 Grande Terre to WGS 84 (2),transformation,4662,4326,BGN-Ncl,2,2822,Accuracy better than +/- 1 metre.,1,9606,,,,"Bureau Geodesie et Nivellement, Service Topographique, via IGN Paris.",EPSG,2003-08-14,,1,1
 1964,RGR92 to Reunion 1947 (1),transformation,4627,4626,IGN-Reu 0.1m,1,1196,Accuracy better than +/- 0.1 metre. Not reversible - see remarks.,0.1,9606,,,Note: Because of the large rotation about the Y-axis this transformation is not reversible. Errors of up to 0.5m may occur. For the reverse transformation use Piton des Neiges to RGR92 (1) (code 1926).,IGN Paris.,EPSG,2004-10-14,2004.50 2004.561,1,0
-1965,Selvagem Grande to WGS 84 (1),transformation,4616,4326,DMA-Prt Sel,1,2779,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 1 station.,"U.S. Defense Mapping Agency  TR8350.2 rev 3, January 2000. http://earth-info.nga.mil/GandG/",EPSG,2005-09-29,2005.20 2005.46,1,0
+1965,Selvagem Grande to WGS 84 (1),transformation,4616,4326,DMA-Prt Sel,1,2779,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 1 station.,"U.S. Defense Mapping Agency  TR8350.2 rev 3, January 2000. http://earth-info.nga.mil/GandG/",EPSG,2007-01-04,2005.20 2005.46 2006.89,1,0
 1966,Porto Santo 1995 to WGS 84 (2),transformation,4663,4326,CGC-Prt Mad 5m,2,2870,For low resolution applications.,5,9603,,,Derived at Forte de Sao Tiago.,"Centre for Geodesy and Cartography, Portuguese Geographical Institute; http:/www.igeo.pt",EPSG,2003-08-14,,1,0
 1967,Porto Santo 1995 to WGS 84 (3),transformation,4663,4326,CGC-Prt Mad 1m,3,2870,For medium resolution applications.,1,9607,,,,"Centre for Geodesy and Cartography, Portuguese Geographical Institute; http:/www.igeo.pt",EPSG,2003-08-14,,1,0
 1968,Azores Oriental 1995 to WGS 84 (2),transformation,4664,4326,CGC-Prt Az Mig 5m,2,2871,For low resolution applications.,5,9603,,,Calculated in 2001.,"Centre for Geodesy and Cartography, Portuguese Geographical Institute; http:/www.igeo.pt",EPSG,2004-09-14,2004.521,1,0
@@ -961,36 +960,36 @@
 1988,Lisbon to WGS 84 (4),transformation,4207,4326,CGC-Prt 1m,4,1294,For medium resolution applications.,1,9607,,,,"Centre for Geodesy and Cartography, Portuguese Geographical Institute; http:/www.igeo.pt",EPSG,2003-08-14,,1,0
 1989,ED50 to WGS 84 (34),transformation,4230,4326,CGC-Prt 1m,34,1294,For medium resolution applications.,1,9607,,,,"Centre for Geodesy and Cartography, Portuguese Geographical Institute; http:/www.igeo.pt",EPSG,2003-08-14,,1,0
 1990,Lisbon 1890 to WGS 84 (2),transformation,4666,4326,CGC-Prt 1m,2,1294,For medium resolution applications.,1,9607,,,,"Centre for Geodesy and Cartography, Portuguese Geographical Institute; http:/www.igeo.pt",EPSG,2003-08-14,,1,0
-1991,Lisbon 1890 (Lisbon) to Lisbon 1890,transformation,4904,4666,CGC-Prt,1,1294,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2003-08-14,,1,0
-1992,Datum 73 to ETRS89 (3),transformation,4274,4258,CGC-Prt 1m,3,1294,For medium resolution applications.,1,9607,,,Parameters calculated in 1998 using 9 common stations. Published in 2001. Supersedes Datum 73 to ETRS89 (1) (code 1657).,"Centre for Geodesy and Cartography, Portuguese Geographical Institute; http:/www.igeo.pt",EPSG,2005-05-27,2003.233 2005.18,1,0
+1991,Lisbon 1890 (Lisbon) to Lisbon 1890 (1),transformation,4904,4666,CGC-Prt,1,1294,Change of prime meridian.,0,9601,,,,EPSG,EPSG,2006-10-13,2006.89,1,0
+1992,Datum 73 to ETRS89 (3),transformation,4274,4258,CGC-Prt 1m,3,1294,For medium resolution applications.,1,9607,,,Parameters calculated in 1998 using 9 common stations. Published in 2001. Replaces Datum 73 to ETRS89 (1) (code 1657).,"Centre for Geodesy and Cartography, Portuguese Geographical Institute; http:/www.igeo.pt",EPSG,2007-03-22,2003.233 2005.18 2007.043,1,0
 1993,IKBD-92 to WGS 84 (1),transformation,4667,4326,UN-Irq Kwt,4,2876,Boundary demarcation.,0,9603,,,For all practical purposes this transformation is exact.,EPSG,EPSG,2003-09-01,,1,0
 1994,Reykjavik 1900 to WGS 84 (1),transformation,4657,4326,LMI-Isl,1,1120,Low accuracy applications.,10,9603,,,,Landmaelingar Islands (National Land Survey of Iceland).,EPSG,2003-09-30,,1,0
 1995,Dealul Piscului 1933 to WGS 84 (1),transformation,4316,4326,NAMR-Rom,1,1197,Oil exploration,10,9603,,,,Petromar and NAMR,EPSG,2003-11-28,,1,0
 1996,Dealul Piscului 1970 to WGS 84 (1),transformation,4317,4326,Shell-Rom,1,1197,Oil exploration,10,9603,,,,Shell SIEP,EPSG,2003-11-28,,1,0
-1997,Lisbon to ETRS89 (2),transformation,4207,4258,ICC-Prt 2001,2,1294,For applications to an accuracy of 2 metres.,2,9606,,,Derived in 2001.  Supersedes Lisbon to ETRS89 (1) (code 1655). Also given to greater precision but no more accuracy on ICC web site using Coordinate Frame method.,Instituto Portugues de Cartografia e Cadastro via EuroGeographics; http://crs.bkg.bund.de/crs-eu/   Also given to greater precision (but no more accuracy) using the coordinate frame method at the IGEO website www.igeo.pt,EPSG,2005-05-27,2002.72 2003.234 2005.18,1,0
+1997,Lisbon to ETRS89 (2),transformation,4207,4258,ICC-Prt 2001,2,1294,For applications to an accuracy of 2 metres.,2,9606,,,Derived in 2001. Replaces Lisbon to ETRS89 (1) (code 1655). Also given to greater precision but no more accuracy on ICC web site using Coordinate Frame method.,Instituto Portugues de Cartografia e Cadastro via EuroGeographics; http://crs.bkg.bund.de/crs-eu/   Also given to greater precision (but no more accuracy) using the coordinate frame method at the IGEO website www.igeo.pt,EPSG,2007-03-22,2002.72 2003.234 2005.18 2007.043,1,0
 1998,ED50 to WGS 84 (36),transformation,4230,4326,EPSG-Ger Nsea,36,2879,Recommended transformation for Germany North Sea petroleum  purposes.,1,9606,,,"Approximation to better than 0.5m of transformation adopted in June 2003 (see ED50 to WGS 84 (35), code 1052). Acceptable to Landesbergamt for Lower Saxony and Bundesanstalt für Seeschifffahrt und Hydrographie.",EPSG,EPSG,2004-10-22,2004.63,1,0
 1999,ED50 to WGS 84 (32),transformation,4230,4326,NAM-Nld-Nsea,32,1630,Used by NAM for offshore operations.,3,9606,,,Parameter values taken from ED87 to WGS 84 (2) (tfm code 1960) assuming that ED87 is identical to ED50. Errors caused by this assumption can reach 3m.,Nederlandse Aardolie Maatschappij (NAM).,EPSG,2004-01-07,,1,0
-5400,Baltic to Caspian,transformation,5705,5706,Caspian Sea,1,2314,Vertical datum change for hydrographic charting.,0,9616,,,Baltic datum is 28m above Caspian datum.,,EPSG,1999-09-07,97.61,1,0
+5400,Baltic to Caspian (1),transformation,5705,5706,Caspian Sea,1,2314,Vertical datum change for hydrographic charting.,0,9616,,,Baltic datum is 28m above Caspian datum.,,EPSG,2006-10-13,97.61 2006.89,1,0
 5401,Belfast to Malin Head,transformation,5732,5731,OSNI-Gbr NI,1,1305,Vertical datum change for large scale topographic mapping and engineering survey.,,9616,,,Belfast datum is 37mm above Malin Head datum.,,EPSG,2001-11-06,,1,1
-5402,Baltic to AIOC95,transformation,5705,5734,AIOC95-Aze,1,2592,Vertical datum change for engineering surveying.,0,9616,,,Baltic datum is 26.3m above AIOC95 datum.,BP,EPSG,2002-02-12,,1,0
-5403,AIOC95 to Caspian,transformation,5734,5706,AIOC95-Aze,1,2592,Vertical datum change for hydrographic charting.,0,9616,,,AIOC95 datum is 1.7m above Caspian datum.,BP,EPSG,2002-02-12,,1,0
-5404,Baltic to Black Sea,transformation,5705,5735,Black Sea,1,1102,Vertical datum change.,0,9616,,,Baltic datum is 0.4m above Black Sea datum.,BP,EPSG,2002-02-12,,1,0
-5405,Hong Kong Principal height to Hong Kong Chart depth,transformation,5738,5739,SMO-HK,1,1118,Vertical datum change for hydrographic charting.,0,9616,,,HKPD is 0.146m above chart datum.,"Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2002-06-22,,1,0
-5406,Belfast to Malin Head,transformation,5732,5731,OSNI-Gbr NI,1,1305,Vertical datum change for large scale topographic mapping and engineering survey.,0.01,9616,,,Belfast datum is 37mm below Malin Head datum.,"""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2003-06-27,,1,0
-5407,Poolbeg to Malin Head,transformation,5754,5731,OSI-Ire,1,1305,Vertical datum change for topographic mapping and engineering survey. Accuracy 0.1m.,0.1,9616,,,Poolbeg datum is 2.7m below Malin Head datum. Transformations are subject to localised anomalies.,"""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2003-06-27,,1,0
-5408,Poolbeg to Belfast,transformation,5754,5732,OSNI-Gbr NI,1,1305,Vertical datum change for large scale topographic mapping and engineering survey. Accuracy 0.1m.,0.1,9616,,,Poolbeg datum is 2.7m below Belfast datum. Transformations are subject to localised anomalies.,"""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2003-06-27,,1,0
+5402,Baltic to AIOC95 (1),transformation,5705,5734,AIOC95-Aze,1,2592,Vertical datum change for engineering surveying.,0,9616,,,Baltic datum is 26.3m above AIOC95 datum.,BP,EPSG,2006-10-13,2006.89,1,0
+5403,AIOC95 to Caspian (1),transformation,5734,5706,AIOC95-Aze,1,2592,Vertical datum change for hydrographic charting.,0,9616,,,AIOC95 datum is 1.7m above Caspian datum.,BP,EPSG,2006-10-13,2006.89,1,0
+5404,Baltic to Black Sea (1),transformation,5705,5735,Black Sea,1,1102,Vertical datum change.,0,9616,,,Baltic datum is 0.4m above Black Sea datum.,BP,EPSG,2006-10-13,2006.89,1,0
+5405,Hong Kong Principal height to Hong Kong Chart depth (1),transformation,5738,5739,SMO-HK,1,1118,Vertical datum change for hydrographic charting.,0,9616,,,HKPD is 0.146m above chart datum.,"Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2006-10-13,2006.89,1,0
+5406,Belfast to Malin Head (1),transformation,5732,5731,OSNI-Gbr NI,1,1305,Vertical datum change for large scale topographic mapping and engineering survey.,0.01,9616,,,Belfast datum is 37mm below Malin Head datum.,"""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2006-10-13,2006.89,1,0
+5407,Poolbeg to Malin Head (1),transformation,5754,5731,OSI-Ire,1,1305,Vertical datum change for topographic mapping and engineering survey. Accuracy 0.1m.,0.1,9616,,,Poolbeg datum is 2.7m below Malin Head datum. Transformations are subject to localised anomalies.,"""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2006-10-13,2006.89,1,0
+5408,Poolbeg to Belfast (1),transformation,5754,5732,OSNI-Gbr NI,1,1305,Vertical datum change for large scale topographic mapping and engineering survey. Accuracy 0.1m.,0.1,9616,,,Poolbeg datum is 2.7m below Belfast datum. Transformations are subject to localised anomalies.,"""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2006-10-13,2006.89,1,0
 5409,NGVD29 to NAVD88 (1),transformation,5702,5703,NGS-US Conus W,1,2950,Accuracy 2cm,0.02,9658,,,"Interpolation within the gridded data file may be made using any of the horizontal CRSs NAD27, NAD83 or NAD83(HARN).","National Geodetic Survey, www.ngs.noaa.gov",EPSG,2004-04-27,,1,0
 5410,NGVD29 to NAVD88 (2),transformation,5702,5703,NGS-US Conus C,2,2949,Accuracy 2cm,0.02,9658,,,"Interpolation within the gridded data file may be made using any of the horizontal CRSs NAD27, NAD83 or NAD83(HARN).","National Geodetic Survey, www.ngs.noaa.gov",EPSG,2004-04-27,,1,0
 5411,NGVD29 to NAVD88 (3),transformation,5702,5703,NGS-US Conus E,3,2948,Accuracy 2cm,0.02,9658,,,"Interpolation within the gridded data file may be made using any of the horizontal CRSs NAD27, NAD83 or NAD83(HARN).","National Geodetic Survey, www.ngs.noaa.gov",EPSG,2004-04-27,,1,0
-5412,KOC CD to Kuwait PWD,transformation,5790,5788,KOC-Kwt,1,1136,Vertical datum change.,0.1,9616,,,Construction datum is 0.49m below PWD datum.,KOC,EPSG,2004-06-16,,1,0
-5413,KOC CD to KOC WD,transformation,5790,5789,KOC-Kwt,1,1136,Vertical datum change.,0.1,9616,,,Construction datum is 4.74m (15.55ft) below well datum.,KOC,EPSG,2004-06-16,,1,0
-5414,KOC WD to Kuwait PWD,transformation,5789,5788,KOC-Kwt,1,1136,Vertical datum change.,0.1,9616,,,Well datum is 4.25m above PWD datum.,KOC,EPSG,2004-06-16,,1,0
+5412,KOC CD to Kuwait PWD (1),transformation,5790,5788,KOC-Kwt,1,1136,Vertical datum change.,0.1,9616,,,Construction datum is 0.49m below PWD datum.,KOC,EPSG,2006-10-13,2006.89,1,0
+5413,KOC CD to KOC WD (1),transformation,5790,5789,KOC-Kwt,1,1136,Vertical datum change.,0.1,9616,,,Construction datum is 4.74m (15.55ft) below well datum.,KOC,EPSG,2006-10-13,2006.89,1,0
+5414,KOC WD to Kuwait PWD (1),transformation,5789,5788,KOC-Kwt,1,1136,Vertical datum change.,0.1,9616,,,Well datum is 4.25m above PWD datum.,KOC,EPSG,2006-10-13,2006.89,1,0
 5415,GHA to EVRF2000 (1),transformation,5778,5730,EuG-Aut,1,1037,Vertical datum change.,0.1,9657,,,"Determined at 114 points. RMS residual 0.031m, maximum residual 0.061m.","EuroGeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2005-05-21,2005.18,1,0
 5416,Baltic 1982 to EVRF2000 (1),transformation,5786,5730,EuG-Bgr,1,1056,Vertical datum change.,0.1,9657,,,"Determined at 36 points. RMS residual 0.002m, maximum residual 0.006m.","EuroGeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2005-05-25,2005.18,1,0
 5417,DNN to EVRF2000 (1),transformation,5733,5730,EuG-Den,1,1080,Vertical datum change.,0.1,9657,,,"Determined at 707 points. RMS residual 0.003m, maximum residual 0.009m.","EuroGeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-06-16,,1,0
 5418,Baltic to EVRF2000 (1),transformation,5705,5730,EuG-Est,1,1090,Vertical datum change.,0.1,9657,,,"Determined at 36 points. RMS residual 0.003m, maximum residual 0.005m.","EuroGeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-06-16,,1,0
 5419,NGF IGN69 to EVRF2000 (1),transformation,5720,5730,EuG-Fra,1,1326,Vertical datum change.,0.1,9616,,,"Determined at 8 points. RMS residual 0.005m, maximum residual 0.010m.","EuroGeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2005-05-27,2005.18,1,0
-5420,DHHN92 to EVRF2000 (1),transformation,5783,5730,EuG-Deu,1,1103,Vertical datum change.,0.1,9657,,,"Determined at 443 points. RMS residual 0.002m, maximum residual 0.007m.","EuroGeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2005-05-27,2005.18,1,0
+5420,DHHN92 to EVRF2000 (1),transformation,5783,5730,EuG-Deu,1,3339,Vertical datum change.,0.1,9657,,,"Determined at 443 points. RMS residual 0.002m, maximum residual 0.007m.","EuroGeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2005-05-27,2005.18,1,0
 5421,DHHN85 to EVRF2000 (1),transformation,5784,5730,EuG-Deu W,1,2326,Vertical datum change.,0.1,9657,,,"Determined at 363 points. RMS residual 0.004m, maximum residual 0.026m.","EuroGeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-06-16,,1,0
 5422,SNN76 to EVRF2000 (1),transformation,5785,5730,EuG-Deu E,1,1343,Vertical datum change.,0.1,9657,,,"Determined at 73 points. RMS residual 0.004m, maximum residual 0.011m.","EuroGeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2005-05-27,2005.18,1,0
 5423,Newlyn to EVRF2000 (1),transformation,5778,5730,EuG-Gbr,1,2792,Vertical datum change.,0.1,9657,,,"Determined at 5 points. RMS residual 0.019m, maximum residual 0.022m.","EuroGeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-06-16,,1,1
@@ -1007,8 +1006,8 @@
 5434,Baltic to EVRF2000 (2),transformation,5705,5730,EuG-Ltu,2,1145,Vertical datum change.,0.1,9657,,,"Determined at 46 points. RMS residual 0.002m, maximum residual 0.003m.","EuroGeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2005-05-27,,1,0
 5435,Baltic to EVRF2000 (3),transformation,5705,5730,EuG-Svk,3,1211,Vertical datum change.,0.1,9657,,,"Determined at 3 points. RMS residual 0.002m, maximum residual 0.001m.","EuroGeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2006-02-03,2005.89,1,0
 8046,ED50 to WGS 84 (14),concatenated operation,4230,4326,5Nat-NSea90,14,2330,Primarily oil industry usage.,,,,,"1990 agreement between Denmark, Germany, Great Britain, Netherlands and Norway.  Supersedes 1981 6-nations agreement between ED50 and WGS72 or WGS72BE. Only actively used offshore Norway but see ED50 to WGS 84 (24) (code 1613) for simpler transformation.","Norwegian Mapping Authority publication 1990:1 ""The transformation between ED50 and WGS84 for exploration purposes in the North Sea"".",EPSG,1996-10-18,,1,1
-8047,ED50 to WGS 84 (15),concatenated operation,4230,4326,NMA-Nor N65 1991,15,2331,Oil exploration before 2001.,,,,,"Superseded by codes 8569 and 1612 in 1997 and 2001.
-The concatenation of transformations 1147 and 1146 gives the following position vector tfm: dX=-84.491  dY=-100.559  dZ=-114.209 metres rX= -2.4006  rY=-0.5367  rZ=-2.3742 microradians  dS=+0.2947 ppm.","Statenskartverk note of January 1991 ""Om transformasjon mellom geodetiske datum i Norge"".",EPSG,1996-10-18,,1,0
+8047,ED50 to WGS 84 (15),concatenated operation,4230,4326,NMA-Nor N65 1991,15,2331,Oil exploration before 2001.,,,,,"Replaced by codes 8569 and 1612 in 1997 and 2001.
+The concatenation of transformations 1147 and 1146 gives the following position vector tfm: dX=-84.491  dY=-100.559  dZ=-114.209 metres rX= -2.4006  rY=-0.5367  rZ=-2.3742 microradians  dS=+0.2947 ppm.","Statenskartverk note of January 1991 ""Om transformasjon mellom geodetiske datum i Norge"".",EPSG,2007-03-22,2007.043,1,0
 8094,NTF (Paris) to WGS 84 (1),concatenated operation,4807,4326,EPSG-Fra,1,1096,?,,,,,,EPSG,EPSG,1996-10-18,,1,0
 8174,Bogota 1975 (Bogota) to WGS 84 (1),concatenated operation,4802,4326,DMA-Col,1,1070,"For military purposes.  Accuracy 6m, 5m and 6m in X, Y and Z axes.",,,,,,EPSG,EPSG,1997-04-11,,1,0
 8175,Monte Mario (Rome) to WGS 84 (1),concatenated operation,4806,4326,EPSG-Ita,1,2339,For military purposes.  Accuracy 25m in each axis.,,,,,,EPSG,EPSG,1997-04-11,,1,0
@@ -1084,7 +1083,7 @@
 8487,NAD27 to NAD83(HARN) (27),concatenated operation,4267,4152,NGS-Usa OR WA,27,2381,"Accuracy at 67% confidence level is 0.2m onshore, 5m nearshore and undetermined farther offshore.",,,,,May be taken as approximate transformation NAD27 to WGS 84 - see code 8621.,US Coast & Geodetic Survey  www.ngs.noaa.gov  NADCON readme file,EPSG,1999-10-20,,1,0
 8488,NAD27 to NAD83(HARN) (28),concatenated operation,4267,4152,NGS-Usa WI,28,1418,Accuracy at 67% confidence level is 0.2m.,,,,,May be taken as approximate transformation NAD27 to WGS 84 - see code 8629.,US Coast & Geodetic Survey  www.ngs.noaa.gov  NADCON readme file,EPSG,1999-10-20,,1,0
 8489,NAD27 to NAD83(HARN) (29),concatenated operation,4267,4152,NGS-Usa WY,29,1419,Accuracy at 67% confidence level is 0.2m.,,,,,May be taken as approximate transformation NAD27 to WGS 84 - see code 8630.,US Coast & Geodetic Survey  www.ngs.noaa.gov  NADCON readme file,EPSG,1999-10-20,,1,0
-8496,NAD27 to WGS 84 (28),concatenated operation,4267,4326,NGS-Usa conus,28,2374,Geodetic survey.,,,,,,Both transformations from US National Geodetic Survey.,EPSG,1999-10-20,,1,0
+8496,NAD27 to WGS 84 (28),concatenated operation,4267,4326,NGS-Usa conus,28,2374,Geodetic survey.,,,,,,Both transformations from US National Geodetic Survey.,EPSG,1999-10-20,,1,1
 8497,NAD27 to WGS 84 (29),concatenated operation,4267,4326,NGS-Usa AK,29,2373,Geodetic survey.,,,,,,Both transformations from US National Geodetic Survey.,EPSG,1999-10-20,,1,1
 8508,Old Hawaiian to NAD83(HARN) (1),concatenated operation,4135,4152,NGS-Usa HI,1,1334,Assumes NAD83 is coincident with NAD83(HARN). Accuracy about 1m.,,,,,"Uses NADCON method which expects longitudes positive west; EPSG GeogCRSs Old Hawaiian (code 4135), NAD83 (code 4269) and NAD83(HARN) have longitudes positive east.  May be taken as approximate transformation Old Hawaiin to WGS 84 - see code 8582.",US Coast & Geodetic Survey  ftp://ftp.ngs.noaa.gov/pub/pcsoft/nadcon,EPSG,2000-01-06,,1,0
 8509,NAD27 to NAD83(HARN) (30),concatenated operation,4267,4152,NGS-Usa IN,30,1383,Accuracy at 67% confidence level is 0.2m.,,,,,May be taken as approximate transformation NAD27 to WGS 84 - see code 8599.,US Coast & Geodetic Survey  ftp://ftp.ngs.noaa.gov/pub/pcsoft/nadcon,EPSG,2000-01-06,,1,0
@@ -1107,7 +1106,7 @@
 8566,NAD83 to WGS 84 (6),concatenated operation,4269,4326,EPSG-Can Qc,6,1368,Approximation at the +/- 1m level assuming that NAD83(CSRS98) is equivalent to WGS 84.,,,,,,EPSG,EPSG,2000-10-19,,1,1
 8567,OSGB36 / National Grid to WGS 84 (1),concatenated operation,27700,4326,EPSG-Gbr,1,1264,Assumes ETRS89 is coincident with WGS 84.  Accuracy about 0.5m.,,,,,Assumes ETRF89 is coincident with WGS 84.  Accuracy about 0.5m.,EPSG,EPSG,2000-10-19,,1,1
 8568,Deir ez Zor to WGS 84 (1),concatenated operation,4227,4326,EPSG-Syr,1,2329,Oil exploration,,,,,"Can be implemented as a position vector tfm with param. values dX=-174.6  dY=-3.1 dZ=238.1m; rX=rY=0 rZ=0.814""; dS=-0.38 ppm.",EPSG,EPSG,2000-10-19,,1,0
-8569,ED50 to WGS 84 (21),concatenated operation,4230,4326,EPSG-Nor N65 1997,21,2332,Oil exploration before 1997/2001.,,,,,Included in Statens Kartverk programme wsktrans between 1997 (v3.1) and 2001 (v4.0). Superseded by ED50 to WGS 84 (23) (code 1612) in April 2001.,EPSG guidance note #10.,EPSG,2000-10-19,2001.224,1,0
+8569,ED50 to WGS 84 (21),concatenated operation,4230,4326,EPSG-Nor N65 1997,21,2332,Oil exploration before 1997/2001.,,,,,Included in Statens Kartverk programme wsktrans between 1997 (v3.1) and 2001 (v4.0). Replaced by ED50 to WGS 84 (23) (code 1612) in April 2001.,EPSG guidance note #10.,EPSG,2007-03-22,2001.224 2007.043,1,0
 8570,ED50 to ETRS89 (2),concatenated operation,4230,4258,5Nat-NSea98,2,2330,Offshore.,,,,,Taken from ED50 to WGS 84 (14) (code 8046). In 1998 agreed that within the accuracy of that transformation WGS 84 equates to ETRS89 and the transformation would relate ED50 to ETRS89.,Statens Kartverk.,EPSG,2001-06-05,2000.72  2001.06,1,1
 8571,Accra to WGS 84 (2),concatenated operation,4168,4326,EPSG-Gha,2,1505,Oil industry.,,,,,"Can be implemented as a position vector tfm with param. values dX=-171.16 dY=17.29 dZ=325.21m; rX=rY=0 rZ=0.814""; dS=-0.38 ppm. Found in use within oil industry erroneously concatenated as dX=-171.16 dY=17.29 dZ=327.81m; rX=rY0 rZ=0.554"" dS=0.2263 ppm.",EPSG,EPSG,2000-10-19,,1,0
 8572,Amersfoort to WGS 84 (2),concatenated operation,4289,4326,EPSG-Nld,2,1275,Approximation at the +/- 1m level assuming that ETRS89 is equivalent to WGS 84.,,,,,Parameter values for step 1 from Amersfoort to ETRS89 (2) (code 1751). Step 2 assumes that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation. Supersedes Amersfoort to WGS 84 (1) (code 1112).,EPSG,EPSG,2000-10-19,,1,1
@@ -1119,7 +1118,7 @@
 8578,AGD66 to WGS 84 (11),concatenated operation,4202,4326,EPSG-Aus,11,2287,Approximation at the +/- 1m level assuming that GDA94 is equivalent to WGS 84.,,,,,Approximation at the +/- 1m level assuming that GDA94 is equivalent to WGS 84.   Supersedes AGD66 to WGS 84 (3) (code 8396) and AGD66 to WGS 84 (6) (code 8408).,EPSG,EPSG,2000-10-19,,1,1
 8579,AGD84 to WGS 84 (6),concatenated operation,4203,4326,EPSG-Aus WA,6,1280,Approximation at the +/- 1m level assuming that GDA94 is equivalent to WGS 84.,,,,,Approximation at the +/- 1m level assuming that GDA94 is equivalent to WGS 84.  Supersedes AGD84 to WGS 84 (5) (code 8560).,EPSG,EPSG,2000-10-19,,1,1
 8580,IRENET95 to WGS 84 (1),concatenated operation,4173,4326,OSI-Ire,1,1305,Approximation at the +/- 1m level assuming that ETRS89 is equivalent to WGS 84.,,,,,Approximation at the +/- 1m level assuming that ETRS89 is equivalent to WGS 84.,EPSG,EPSG,2000-10-19,,1,1
-8581,PSD93 to WGS 84 (2),concatenated operation,4134,4326,PDO-Omn 93,2,1183,Oil exploration.,,,,,"Superseded by PSD93 to WGS 84 (1) (code 1439) in 1997. Can be implemented as a position vector tfm with parameter values dX= -182.046 dY= -225.604 dZ=+173.384m rX= -0.616 rY= -1.655 rZ=+8.378"" dS=16.8673ppm.",Petroleum Development Oman,EPSG,2001-06-05,,1,0
+8581,PSD93 to WGS 84 (2),concatenated operation,4134,4326,PDO-Omn 93,2,1183,Oil exploration.,,,,,"Replaced by PSD93 to WGS 84 (1) (code 1439) in 1997. Can be implemented as a position vector tfm with parameter values dX= -182.046 dY= -225.604 dZ=+173.384m rX= -0.616 rY= -1.655 rZ=+8.378"" dS=16.8673ppm.",Petroleum Development Oman,EPSG,2007-03-22,2007.043,1,0
 8582,Old Hawaiian to WGS 84 (2),concatenated operation,4135,4326,EPSG-Usa Hi,2,1334,Approximation at the +/- 1m level.,,,,,Transformation steps are from Old Hawaiian to NAD83(HARN) (1) (code 8508) assuming that NAD83(HARN) is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2001-08-15,,1,0
 8583,Puerto Rico to WGS 84 (2),concatenated operation,4139,4326,EPSG-PRVI,2,1335,Approximation at the +/- 1m level.,,,,,Transformation steps are from Puerto Rico to NAD83(HARN) (1) (code 8481) assuming that NAD83(HARN) is equivalent to WGS 84 within the accuracy of the transformation.,EPSG,EPSG,2002-01-18,2002.02,1,0
 8584,NAD27 to NAD83(CSRS98) (3),concatenated operation,4267,4140,EPSG-Can AB,3,2376,Accuracy 1-2 metres.,,,,,Can be taken as an approximate transformation NAD27 to WGS 84 - see code 8585.,EPSG,EPSG,2001-08-15,,1,1
@@ -1178,25 +1177,26 @@
 8637,Lisbon (Lisbon) to WGS 84 (1),concatenated operation,4803,4326,EPSG-Prt,1,1294,For applications to an accuracy of 2 metres.,,,,,,EPSG,EPSG,2003-08-14,2003.234,1,0
 8638,Makassar (Jakarta) to WGS 84 (1),concatenated operation,4804,4326,EPSG - Idn Sul SW,1,1316,Oil exploration.,,,,,,,EPSG,2002-09-19,,1,0
 8639,NGO 1948 (Oslo) to WGS 84 (1),concatenated operation,4817,4326,EPSG-Nor,1,1182,For military purposes.,,,,,,,EPSG,2002-09-19,,1,0
-8640,Nord Sahara 1959 (Paris) to WGS 84 (1),concatenated operation,4819,4326,EPSG-Dza,1,1026,For military purposes.,,,,,,,EPSG,2002-09-19,,1,0
+8640,Nord Sahara 1959 (Paris) to WGS 84 (1),concatenated operation,4819,4326,EPSG-Dza,1,1026,For military purposes.,,,,,,,EPSG,2002-09-19,,1,1
 8641,Segara (Jakarta) to WGS 84 (1),concatenated operation,4820,4326,EPSG-Idn Kal SW,1,1359,Accuracy estimate not available.,,,,,,,EPSG,2002-09-19,,1,0
 8642,S-JTSK (Ferro) to WGS 84 (1),concatenated operation,4818,4326,EPSG-Cze,1,1306,?,,,,,,,EPSG,2002-09-19,,1,0
 8643,Greek to WGS 84 (1),concatenated operation,4120,4326,EPSG-Grc,1,1106,5m accuracy,,,,,,EPSG,EPSG,2002-09-19,,1,0
 8644,Greek (Athens) to WGS 84 (1),concatenated operation,4815,4326,EPSG-Grc,1,1106,5m accuracy.,,,,,,EPSG,EPSG,2002-09-19,,1,0
 8645,MGI (Ferro) to WGS 84 (2),concatenated operation,4805,4326,BEV-Aut,2,1037,2m accuracy,,,,,,Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,2002-09-19,,1,0
-8646,Manoca 1962 to WGS 84 (1),concatenated operation,4193,4326,,1,2555,Oil exploration,,,,,"Derived via WGS72BE. Can be used as a single positon vector transformation with parameter vaues of dX = -56.7 m, dY = -171.8 m, dZ = -40.6 m, rX = rY = 0 sec, rZ = 0.814 sec, dS = -0.38 ppm",,EPSG,2002-11-18,,1,1
+8646,Manoca 1962 to WGS 84 (1),concatenated operation,4193,4326,OGP-Cmr,1,2555,Oil exploration,,,,,"Derived via WGS72BE. Can be used as a single positon vector transformation with parameter vaues of dX = -56.7 m, dY = -171.8 m, dZ = -40.6 m, rX = rY = 0 sec, rZ = 0.814 sec, dS = -0.38 ppm",,EPSG,2002-11-18,,1,1
 8647,NAD27 to WGS 84 (78),concatenated operation,4267,4326,EPSG-Can E Off,78,2831,Oil industry operations.,,,,,,Various oil industry sources.,EPSG,2003-02-25,,1,0
 8648,Lisbon 1890 (Lisbon) to WGS 84 (1),concatenated operation,4904,4326,EPSG-Prt 5m,1,1294,Low accuracy applications.,,,,,,EPSG,EPSG,2003-08-14,,1,0
 8649,Lisbon 1890 (Lisbon) to WGS 84 (2),concatenated operation,4904,4326,EPSG-Prt 1m,2,1294,Medium accuracy applications.,,,,,,EPSG,EPSG,2003-08-14,,1,0
 8650,Palestine 1923 to WGS 84 (2),concatenated operation,4281,4326,SoI-Isr,2,1126,Accuracy: 1m to north and 10m to south of east-west line through Beersheba (31 deg 15 min N).,,,,,"Can be implemented as a geocentric translation tfm with param. values dX = -229m,  dY = -67m, dZ= +277m.",Survey of Israel.,EPSG,2004-04-14,,1,0
 8651,Vientiane 1982 to WGS 84 (1),concatenated operation,4676,4326,EPSG-Lao,1,1138,Accuracy: 5m.,,,,,"Can be implemented as a geocentric translation tfm with param. values dX = 42.358m,  dY = -124.688m, dZ= -37.366m.",EPSG,EPSG,2004-04-27,,1,0
 8652,Lao 1993 to WGS 84 (1),concatenated operation,4677,4326,EPSG-Lao,1,1138,Accuracy: 5m.,,,,,"Can be implemented as a geocentric translation tfm with param. values dX = 43.933m,  dY = -129.593m, dZ= -39.331m.",EPSG,EPSG,2004-04-27,,1,0
-8653,ED50 to WGS 84 (14),concatenated operation,4230,4326,5Nat-NSea90,14,2330,Primarily oil industry usage.,,,,,"1990 agreement between Denmark, Germany, Great Britain, Netherlands and Norway.  Supersedes 1981 6-nations agreement between ED50 and WGS72 or WGS72BE. Only actively used offshore Norway but see ED50 to WGS 84 (24) (code 1613) for simpler transformation.","Norwegian Mapping Authority publication 1990:1 ""The transformation between ED50 and WGS84 for exploration purposes in the North Sea"".",EPSG,2005-05-30,,1,0
+8653,ED50 to WGS 84 (14),concatenated operation,4230,4326,5Nat-NSea90,14,2330,Primarily oil industry usage.,,,,,"1990 agreement between Denmark, Germany, Great Britain, Netherlands and Norway.  Replaces 1981 6-nations agreement between ED50 and WGS72 or WGS72BE. Only actively used offshore Norway but see ED50 to WGS 84 (24) (code 1613) for simpler transformation.","Norwegian Mapping Authority publication 1990:1 ""The transformation between ED50 and WGS84 for exploration purposes in the North Sea"".",EPSG,2007-03-22,2007.043,1,0
 8654,ED50 to ETRS89 (2),concatenated operation,4230,4258,5Nat-NSea98,2,2330,Offshore.,,,,,Taken from ED50 to WGS 84 (14) (code 8046). In 1998 agreed that within the accuracy of that transformation WGS 84 equates to ETRS89 and the transformation would relate ED50 to ETRS89.,Statens Kartverk.,EPSG,2005-05-30,,1,0
 8655,Manoca 1962 to WGS 84 (2),concatenated operation,4193,4326,OGP-Cmr,2,2555,Oil exploration,,,,,"Derived via WGS 72BE. Can be implemented as a single positon vector transformation with parameter vaues of dX = -56.7 m, dY = -171.8 m, dZ = -38.7 m, rX = rY = 0 sec, rZ = 0.814 sec, dS = -0.38 ppm.",OGP,OGP,2005-12-15,,1,0
 8656,Mhast (offshore) to WGS 84 (1),concatenated operation,4705,4326,OGP-Ago Cab,1,3180,Oil industry exploration and production between 1979 and 1987.,,,,,"Derived via WGS 72BE. Can be implemented as a single positon vector transformation with parameter vaues of dX = -255.0 m, dY = -29.0 m, dZ = -103.1 m, rX = rY = 0 sec, rZ = 0.814 sec, dS = -0.38 ppm.",OGP,OGP,2006-01-06,,1,0
-8657,Egypt Gulf of Suez S-650 TL to WGS 84 (1),concatenated operation,4706,4326,OGP-Egy GoS,1,2341,Oil industry exploration and production between 1980 and 1984.,,,,,"Derived via WGS 72BE. Can be implemented as a single positon vector transformation with parameter vaues of dX = -123.0 m, dY = 98.0 m, dZ = 3.9 m, rX = rY = 0 sec, rZ = 0.814 sec, dS = -0.38 ppm. Superseded by Egypt 1907 to WGS 84 (3) (tfm code 1546)",OGP,OGP,2006-01-11,,1,0
-8658,Pulkovo 1942 to WGS 84 (16),concatenated operation,4284,4326,OGP-Rus,1,1198,Accuracy ???,,,,,"Derived via PZ-90. Can be implemented as a single coordinate frame rotation transformation with parameter vaues of dX = 25.0 m, dY = -141.0 m, dZ = -78.5 m, rX = 0.0 sec, rY = -0.35 sec, rZ = -0.736 sec, dS = 0 ppm.",OGP,OGP,2006-02-03,,1,0
+8657,Egypt Gulf of Suez S-650 TL to WGS 84 (1),concatenated operation,4706,4326,OGP-Egy GoS,1,2341,Oil industry exploration and production between 1980 and 1984.,,,,,"Can be implemented as a single positon vector transformation with parameter vaues of dX = -123.0 m, dY = 98.0 m, dZ = 3.9 m, rX = rY = 0 sec, rZ = 0.814 sec, dS = -0.38 ppm. Replaced by Egypt Gulf of Suez S-650 TL to WGS 84 (2) (tfm code 15846).",OGP,OGP,2007-03-22,2007.043,1,0
+8658,Pulkovo 1942 to WGS 84 (16),concatenated operation,4284,4326,OGP-Rus,1,1198,Accuracy ???,,,,,"Derived via PZ-90. Can be implemented as a single coordinate frame rotation transformation with parameter vaues of dX = 25.0 m, dY = -141.0 m, dZ = -78.5 m, rX = 0.0 sec, rY = -0.35 sec, rZ = -0.736 sec, dS = 0 ppm.",OGP,OGP,2006-02-03,,1,1
+8659,Kertau (RSO) to WGS 84 (1),concatenated operation,4751,4326,OGP-Mys,1,1309,For transformation of MRT68 RSO coordinates.,,,,,Step 1 is necessary to rescale the grid units before using step 2.,OGP,OGP,2006-07-24,,1,0
 10000,RGF93 to NGF IGN69 (1),transformation,4965,5720,IGN Fra,1,1326,Derivation of gravity-related heights from GPS observations.,0.5,9664,,,May be used for transformations from WGS 84 to NGF IGN69. Accuracy at each 0.1 deg x 0.1 degree grid node is given within the geoid model file.,Institut Geographique National (IGN); http://www.ign.fr,EPSG,2004-04-27,,1,0
 10001,ETRS89 to NGF IGN69 (1),transformation,4937,5720,IGN Fra,1,1326,Derivation of gravity-related heights from GPS observations.,0.5,9664,,,Parameter values taken from RGF93 to NGF IGN69 (1) (code 10000) assuming that RGF93 is equivalent to ETRS89 within the accuracy of the transformation. Accuracy at each 0.1 deg x 0.1 degree grid node is given within the geoid model file.,Institut Geographique National (IGN); http://www.ign.fr,EPSG,2004-04-27,,1,0
 10002,RGF93 to IGN78 Corsica (1),transformation,4965,5721,IGN Fra Cor,1,1327,Derivation of gravity-related heights from GPS observations.,0.5,9664,,,May be used for transformations from WGS 84 to IGN78 Corsica. Accuracy at each 0.1 deg x 0.1 degree grid node is given within the geoid model file.,Institut Geographique National (IGN); http://www.ign.fr,EPSG,2004-04-27,,1,0
@@ -1281,24 +1281,24 @@
 10081,GDA94 to AHD (47),transformation,4939,5711,GA-Aus SJ55,47,2945,Derivation of gravity-related heights from GPS observations.,0.4,9662,,,May be used for transformations from WGS 84 to AHD. Uses AusGeoid98 model.,"Geoscience Australia,  http://www.ga.gov.au/nmd/geodesy/ausgeoid/files.jsp",EPSG,2006-02-03,2006.131,1,0
 10082,GDA94 to AHD (48),transformation,4939,5711,GA-Aus SJ56,48,2946,Derivation of gravity-related heights from GPS observations.,0.4,9662,,,May be used for transformations from WGS 84 to AHD. Uses AusGeoid98 model.,"Geoscience Australia,  http://www.ga.gov.au/nmd/geodesy/ausgeoid/files.jsp",EPSG,2006-02-03,2006.131,1,0
 10083,GDA94 to AHD (Tasmania) (1),transformation,4939,5712,GA-Aus SK55,1,2947,Derivation of gravity-related heights from GPS observations.,0.4,9662,,,May be used for transformations from WGS 84 to AHD (Tasmania). Uses AusGeoid98 model.,"Geoscience Australia,  http://www.ga.gov.au/nmd/geodesy/ausgeoid/files.jsp",EPSG,2006-02-03,2006.131,1,0
-10084,WGS 84 to EGM96 geoid (1),transformation,4979,5773,NGA-World,1,1262,Derivation of gravity-related heights from GPS observations.,1,9661,,,,,EPSG,2006-02-13,2005.56 2006.131,1,0
+10084,WGS 84 to EGM96 geoid (1),transformation,4979,5773,NGA-World,1,1262,Derivation of gravity-related heights from GPS observations.,1,9661,,,Replaces WGS 84 to EGM84 geoid (1) (tfm code 15781).,,EPSG,2006-02-13,2005.56 2006.131,1,0
 10085,Trinidad 1903 to WGS 84 (2),transformation,4302,4326,EOG-Tto Trin,2,1339,Oil exploration.,3,9603,,,"Parameter values provided to EOG by Trinidad Ministry of Energy and Energy Industries. Used by EOG offshore Trinidad (including Pelican, Kiskadee and Ibis fields) since 1996.",EOG Resources.,EPSG,2004-06-27,,1,0
-10086,JAD69 to WGS 72 (1),transformation,4242,4322,SD-Jam,1,1128,For military mapping.,15,9603,,,Derived in 1977 through Transit observations at 2 stations by US DMA.,Survey Department,EPSG,2004-09-10,,1,0
-10087,Jamaica 1875 / Jamaica (Old Grid) to JAD69 / Jamaica National Grid (1),transformation,24100,24200,SD-Jam,1,1128,Topographic mapping.,1.5,9624,,,Derived by least squares fit at primary triangulation stations. Accuracy will be less outside of this network due to extrapolation.,Survey Department,EPSG,2004-09-10,,1,0
-10088,JAD69 / Jamaica National Grid to Jamaica 1875 / Jamaica (Old Grid) (1),transformation,24200,24100,SD-Jam,1,1128,Topographic mapping.,1.5,9624,,,Derived by least squares fit at primary triangulation stations. Accuracy will be less outside of this network due to extrapolation.,Survey Department,EPSG,2004-09-12,,1,0
+10086,JAD69 to WGS 72 (1),transformation,4242,4322,SD-Jam,1,3342,For military mapping.,15,9603,,,Derived in 1977 through Transit observations at 2 stations by US DMA.,Survey Department,EPSG,2007-01-19,2007.001,1,0
+10087,Jamaica 1875 / Jamaica (Old Grid) to JAD69 / Jamaica National Grid (1),transformation,24100,24200,SD-Jam,1,3342,Topographic mapping.,1.5,9624,,,Derived by least squares fit at primary triangulation stations. Accuracy will be less outside of this network due to extrapolation.,Survey Department,EPSG,2007-01-19,2006.89 2007.001,1,0
+10088,JAD69 / Jamaica National Grid to Jamaica 1875 / Jamaica (Old Grid) (1),transformation,24200,24100,SD-Jam,1,3342,Topographic mapping.,1.5,9624,,,Derived by least squares fit at primary triangulation stations. Accuracy will be less outside of this network due to extrapolation.,Survey Department,EPSG,2007-01-19,2006.89 2007.001,1,0
 10089,Aratu to WGS 84 (5),transformation,4208,4326,EXM-Bra Santos,5,2962,Oil exploration.,7,9603,,,Used by ExxonMobil for block BMS1.,ExxonMobil,EPSG,2004-10-14,,1,0
 10090,Aratu to WGS 84 (6),transformation,4208,4326,EXM-Bra Campos,6,2963,Oil exploration.,7,9603,,,"Used by ExxonMobil for block BC10. Derived from earlier Shell position vector tfm where dX = -181m, dY = +294m, dZ = -144.5m, rX = rY = 0, rZ = +0.554s, dS = +0.219 ppm.",ExxonMobil,EPSG,2006-02-03,2006.11,1,0
 10091,Aratu to WGS 84 (7),transformation,4208,4326,EXM-Bra EspS,7,2964,Oil exploration.,7,9603,,,Used by ExxonMobil for block BMES1.,ExxonMobil,EPSG,2004-10-14,,1,0
 10092,Aratu to WGS 84 (8),transformation,4208,4326,EXM-Bra Pel,8,2965,Oil exploration.,7,9603,,,Used by ExxonMobil for block BP1.,ExxonMobil,EPSG,2004-10-14,,1,0
 10093,Aratu to WGS 84 (9),transformation,4208,4326,EXM-Bra off,9,2966,Oil exploration.,15,9603,,,Used by ExxonMobil for offshore regional studies.,ExxonMobil,EPSG,2004-10-14,,1,0
 10094,Nouakchott 1965 to WGS 84 (1),transformation,4208,4326,IGN-Mau,1,2972,Oil exploration.,5,9603,,,Derived by IGN in 1992 at 7 stations within Nouakchott city.,IGN Paris.,EPSG,2004-10-14,,1,1
-10095,Mauritania 1999 / UTM zone 28N to WGS 84 / UTM zone 28N (1),transformation,3103,32628,MMI-Mau W,1,2971,Minerals management.,40,9624,,,The Department for the Mining Cadastre will supply to interested applicants the parameters for the transformation.  CARE! The source CRS for this transformation may be in error - being investigated.,Ministry of Mines and Industry.,EPSG,2004-10-14,,1,0
-10096,Mauritania 1999 / UTM zone 29N to WGS 84 / UTM zone 29N (1),transformation,3104,32629,MMI-Mau C,2,2970,Minerals management.,40,9624,,,The Department for the Mining Cadastre will supply to interested applicants the parameters for the transformation.  CARE! The source CRS for this transformation may be in error - being investigated.,Ministry of Mines and Industry.,EPSG,2004-10-14,,1,0
-10097,Mauritania 1999 / UTM zone 30N to WGS 84 / UTM zone 30N (1),transformation,3105,32630,MMI-Mau E,3,2969,Minerals management.,40,9624,,,The Department for the Mining Cadastre will supply to interested applicants the parameters for the transformation.  CARE! The source CRS for this transformation may be in error - being investigated.,Ministry of Mines and Industry.,EPSG,2004-10-14,,1,0
-10098,KKJ to ETRS89 (2),transformation,4123,4258,NLS-Fin JHS153,2,1095,In most areas accuracy is approximately 0.5m although in some areas it is in the order of 2m.,0.5,9607,,,May be taken as approximate transformation KKJ to WGS 84 - see code 10099. Supersedes KKJ to ETRS89 (1) (code 1638).,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,2004-04-27,2004.12,1,0
-10099,KKJ to WGS 84 (2),transformation,4123,4326,EPSG-Fin JHS153,2,1095,For applications to an accuracy of 1 to 2 metres.,1,9607,,,Parameter values from KKJ to ETRS89 (1) (code 10098). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation. Supersedes KKJ to WGS 84 (1) (code 1639).,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,2005-11-28,2005.78,1,0
+10095,Mauritania 1999 / UTM zone 28N to WGS 84 / UTM zone 28N (1),transformation,3103,32628,MMI-Mau W,1,2971,Minerals management.,40,9624,,,Parameter values consistent with the OGP Affine parametric transformation method derived by OGP from the published Helmert 2D parameter values.,"""Resultats des calculs de la campagne geodesique realisee dans le cadre du projet du cadastre minier"", Direction de la Topographie et de la Cartographie, July 1999.",EPSG,2005-10-25,2005.58,1,1
+10096,Mauritania 1999 / UTM zone 29N to WGS 84 / UTM zone 29N (1),transformation,3104,32629,MMI-Mau C,2,2970,Minerals management.,40,9624,,,Parameter values consistent with the OGP Affine parametric transformation method derived by OGP from the published Helmert 2D parameter values.,"""Resultats des calculs de la campagne geodesique realisee dans le cadre du projet du cadastre minier"", Direction de la Topographie et de la Cartographie, July 1999.",EPSG,2005-10-25,2005.58,1,1
+10097,Mauritania 1999 / UTM zone 30N to WGS 84 / UTM zone 30N (1),transformation,3105,32630,MMI-Mau E,3,2969,Minerals management.,40,9624,,,Parameter values consistent with the OGP Affine parametric transformation method derived by OGP from the published Helmert 2D parameter values.,"""Resultats des calculs de la campagne geodesique realisee dans le cadre du projet du cadastre minier"", Direction de la Topographie et de la Cartographie, July 1999.",EPSG,2005-10-25,2005.58,1,1
+10098,KKJ to ETRS89 (2),transformation,4123,4258,NLS-Fin JHS153,2,1095,In most areas accuracy is approximately 0.5m although in some areas it is in the order of 2m.,0.5,9607,,,May be taken as approximate transformation KKJ to WGS 84 - see code 10099. Replaces KKJ to ETRS89 (1) (code 1638).,"National Land Survey of Finland;
+http://www.maanmittauslaitos.fi",EPSG,2007-03-22,2004.12 2007.043,1,0
+10099,KKJ to WGS 84 (2),transformation,4123,4326,EPSG-Fin JHS153,2,1095,For applications to an accuracy of 1 to 2 metres.,1,9607,,,Parameter values from KKJ to ETRS89 (2) (code 10098). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation. Replaces KKJ to WGS 84 (1) (code 1639).,"National Land Survey of Finland;
+http://www.maanmittauslaitos.fi",EPSG,2007-03-22,2005.78 2006.95 2007.043,1,0
 10101,Alabama CS27 East zone,conversion,,,,,2154,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,1995-12-02,95.30  96.29,1,0
 10102,Alabama CS27 West zone,conversion,,,,,2155,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,1995-12-02,95.30  96.29,1,0
 10131,SPCS83 Alabama East zone (meters),conversion,,,,,2154,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2001.03,1,0
@@ -1311,8 +1311,8 @@
 10233,SPCS83 Arizona West zone (meters),conversion,,,,,2168,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines origin in International feet.  FE = 700000ft.  See code 15306 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2000.093  2001.03,1,0
 10301,Arkansas CS27 North,conversion,,,,,2169,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 10302,Arkansas CS27 South,conversion,,,,,2170,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
-10331,SPCS83 Arkansas North zone (meters),conversion,,,,,2169,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
-10332,SPCS83 Arkansas South zone (meters),conversion,,,,,2170,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
+10331,SPCS83 Arkansas North zone (meters),conversion,,,,,2169,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15385 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2006-12-20,95.30  96.29  99.28  2001.03 2006.093,1,0
+10332,SPCS83 Arkansas South zone (meters),conversion,,,,,2170,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15386 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2006-12-20,95.30  96.29  99.28  2001.03 2006.093,1,0
 10401,California CS27 zone I,conversion,,,,,2175,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 10402,California CS27 zone II,conversion,,,,,2176,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 10403,California CS27 zone III,conversion,,,,,2177,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
@@ -1357,20 +1357,20 @@
 11133,SPCS83 Idaho West zone (meters),conversion,,,,,2193,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 15325 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2001.03,1,0
 11201,Illinois CS27 East zone,conversion,,,,,2194,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.092,1,0
 11202,Illinois CS27 West zone,conversion,,,,,2195,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.092,1,0
-11231,SPCS83 Illinois East zone (meters),conversion,,,,,2194,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2001.03,1,0
-11232,SPCS83 Illinois West zone (meters),conversion,,,,,2195,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2001.03,1,0
+11231,SPCS83 Illinois East zone (meters),conversion,,,,,2194,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 15387 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2006-12-20,95.30  96.29  2001.03 2006.093,1,0
+11232,SPCS83 Illinois West zone (meters),conversion,,,,,2195,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 15388 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2006-12-20,95.30  96.29  2001.03 2006.093,1,0
 11301,Indiana CS27 East zone,conversion,,,,,2196,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.092,1,0
 11302,Indiana CS27 West zone,conversion,,,,,2197,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.092,1,0
 11331,SPCS83 Indiana East zone (meters),conversion,,,,,2196,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 15372 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2002-10-13,95.30  96.29  2001.03  2002.770,1,0
 11332,SPCS83 Indiana West zone (meters),conversion,,,,,2197,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 15373 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2002-10-13,95.30  96.29  2001.03  2002.770,1,0
 11401,Iowa CS27 North zone,conversion,,,,,2198,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 11402,Iowa CS27 South zone,conversion,,,,,2199,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
-11431,SPCS83 Iowa North zone (meters),conversion,,,,,2198,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
-11432,SPCS83 Iowa South zone (meters),conversion,,,,,2199,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
+11431,SPCS83 Iowa North zone (meters),conversion,,,,,2198,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15377 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2006-12-20,95.30  96.29  99.28  2001.03 2006.903,1,0
+11432,SPCS83 Iowa South zone (meters),conversion,,,,,2199,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15378 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2006-12-20,95.30  96.29  99.28  2001.03 2006.903,1,0
 11501,Kansas CS27 North zone,conversion,,,,,2200,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 11502,Kansas CS27 South zone,conversion,,,,,2201,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
-11531,SPCS83 Kansas North zone (meters),conversion,,,,,2200,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
-11532,SPCS83 Kansas South zone (meters),conversion,,,,,2201,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
+11531,SPCS83 Kansas North zone (meters),conversion,,,,,2200,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15379 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2006-12-20,95.30  96.29  99.28  2001.03 2006.903,1,0
+11532,SPCS83 Kansas South zone (meters),conversion,,,,,2201,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15380 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2006-12-20,95.30  96.29  99.28  2001.03 2006.903,1,0
 11601,Kentucky CS27 North zone,conversion,,,,,2202,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 11602,Kentucky CS27 South zone,conversion,,,,,2203,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 11630,SPCS83 Kentucky Single Zone (meters),conversion,,,,,1386,Used for spatial data management for whole State.,0,9802,,,See code 15375 for equivalent non-metric definition.,"Kentucky Division of Geographic Information, http://ngs.ky.gov/pdf-ppt/BB/KY_Single-Zone_Article.pdf",EPSG,2004-09-22,,1,0
@@ -1378,24 +1378,27 @@
 11632,SPCS83 Kentucky South zone (meters),conversion,,,,,2203,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15329 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
 11701,Louisiana CS27 North zone,conversion,,,,,2204,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 11702,Louisiana CS27 South zone,conversion,,,,,2205,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
-11731,SPCS83 Louisiana North zone (meters),conversion,,,,,2204,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
-11732,SPCS83 Louisiana South zone (meters),conversion,,,,,2529,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
+11703,Louisiana CS27 Offshore zone,conversion,,,,,1387,Not used in oil industry. Usage for other applications is not known.,0,9802,,,This projection is NOT used for oil industry purposes - use Louisiana CS27 Offshore zone (proj 11702) on shelf and BLM (proj 15915-16) in deep water protraction areas.,USGS Professional Paper #1395,OGP,2006-06-12,,1,0
+11731,SPCS83 Louisiana North zone (meters),conversion,,,,,2204,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15391 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2007-01-19,95.30 96.29 99.28 2001.03 2006.903,1,0
+11732,SPCS83 Louisiana South zone (meters),conversion,,,,,2529,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15392 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2007-01-19,95.30 96.29 99.28 2001.03 2006.903,1,0
+11733,SPCS83 Louisiana Offshore zone (meters),conversion,,,,,1387,Not used in oil industry. Usage for other applications is not known.,0,9802,,,This projection is NOT used for oil industry purposes. See code 15393 for equivalent non-metric definition.,NOAA manual NOS NGS 5,OGP,2007-01-19,2006.903,1,0
 11801,Maine CS27 East zone,conversion,,,,,2206,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.092,1,0
 11802,Maine CS27 West zone,conversion,,,,,2207,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.092,1,0
 11831,SPCS83 Maine East zone (meters),conversion,,,,,2206,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2001.03,1,0
 11832,SPCS83 Maine West zone (meters),conversion,,,,,2207,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2001.03,1,0
-11851,Maine CS2000 East zone,conversion,,,,,2960,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,Supersedes CS27 and SPCS83 from 1/1/2001.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2004-06-16,,1,0
-11852,Maine CS2000 Central zone,conversion,,,,,2959,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,Supersedes CS27 and CS83 from 1/1/2001.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2004-06-16,,1,0
-11853,Maine CS2000 West zone,conversion,,,,,2958,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,Supersedes CS27 and CS83 from 1/1/2001.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2004-06-16,,1,0
+11851,Maine CS2000 East zone,conversion,,,,,2960,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaces CS27 and SPCS83 from 1/1/2001.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2004-06-16,,1,0
+11852,Maine CS2000 Central zone,conversion,,,,,2959,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,Supersedes CS27 and CS83 from 1/1/2001.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2007-02-06,,1,1
+11853,Maine CS2000 West zone,conversion,,,,,2958,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaces CS27 and CS83 from 1/1/2001.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2004-06-16,,1,0
+11854,Maine CS2000 Central zone,conversion,,,,,2959,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaces CS27 and CS83 from 1/1/2001.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2004-06-16,,1,0
 11900,Maryland CS27,conversion,,,,,1389,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  99.28  2000.094,1,0
 11930,SPCS83 Maryland zone (meters),conversion,,,,,1389,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15330 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2000.094  2001.03,1,0
 12001,Massachusetts CS27 Mainland zone,conversion,,,,,2209,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 12002,Massachusetts CS27 Island zone,conversion,,,,,2208,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 12031,SPCS83 Massachusetts Mainland zone (meters),conversion,,,,,2209,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15331 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,1999-04-22,95.30  96.29  99.28  2001.03,1,0
 12032,SPCS83 Massachusetts Island zone (meters),conversion,,,,,2208,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15332 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
-12101,Michigan State Plane East zone,conversion,,,,,1720,Obsolete.,0,9807,,,Superseded by central and south zones.,USGS Professional Paper #1395,EPSG,2005-05-21,95.30  96.29  98.22  2000.092 2005.24,1,0
-12102,Michigan State Plane Old Central zone,conversion,,,,,1721,Obsolete.,0,9807,,,Superseded by central and south zones.,USGS Professional Paper #1395,EPSG,2005-05-21,95.30  96.29  98.22 2005.24,1,0
-12103,Michigan State Plane West zone,conversion,,,,,1723,Obsolete.,0,9807,,,Superseded by north zone.,USGS Professional Paper #1395,EPSG,2005-05-21,95.30  96.29  98.22  2000.092 2005.24,1,0
+12101,Michigan State Plane East zone,conversion,,,,,1720,Obsolete.,0,9807,,,Replaced by central and south zones.,USGS Professional Paper #1395,EPSG,2005-05-21,95.30  96.29  98.22  2000.092 2005.24,1,0
+12102,Michigan State Plane Old Central zone,conversion,,,,,1721,Obsolete.,0,9807,,,Replaced by central and south zones.,USGS Professional Paper #1395,EPSG,2005-05-21,95.30  96.29  98.22 2005.24,1,0
+12103,Michigan State Plane West zone,conversion,,,,,1723,Obsolete.,0,9807,,,Replaced by north zone.,USGS Professional Paper #1395,EPSG,2005-05-21,95.30  96.29  98.22  2000.092 2005.24,1,0
 12111,Michigan CS27 North zone,conversion,,,,,1723,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.28  96.29  98.22  99.28,1,0
 12112,Michigan CS27 Central zone,conversion,,,,,1724,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.28  96.29  98.22  99.28,1,0
 12113,Michigan CS27 South zone,conversion,,,,,1725,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.28  96.29  98.22  99.28,1,0
@@ -1429,13 +1432,13 @@
 12701,Nevada CS27 East zone,conversion,,,,,2224,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.092,1,0
 12702,Nevada CS27 Central zone,conversion,,,,,2223,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.093,1,0
 12703,Nevada CS27 West zone,conversion,,,,,2225,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.092,1,0
-12731,SPCS83 Nevada East zone (meters),conversion,,,,,2224,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2001.03,1,0
-12732,SPCS83 Nevada Central zone (meters),conversion,,,,,2223,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2001.03,1,0
-12733,SPCS83 Nevada West zone (meters),conversion,,,,,2225,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2001.03,1,0
+12731,SPCS83 Nevada East zone (meters),conversion,,,,,2224,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 15381 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2006-12-20,95.30  96.29  2001.03 2006.904,1,0
+12732,SPCS83 Nevada Central zone (meters),conversion,,,,,2223,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 15382 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2006-12-20,95.30  96.29  2001.03 2006.904,1,0
+12733,SPCS83 Nevada West zone (meters),conversion,,,,,2225,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 15383 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2006-12-20,95.30  96.29  2001.03 2006.904,1,0
 12800,New Hampshire CS27,conversion,,,,,1398,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.092,1,0
-12830,SPCS83 New Hampshire zone (meters),conversion,,,,,1398,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2000.094  2001.03,1,0
+12830,SPCS83 New Hampshire zone (meters),conversion,,,,,1398,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 15389 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2006-12-20,95.30  96.29  2000.094  2001.03 2006.093,1,0
 12900,New Jersey CS27,conversion,,,,,1399,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.094,1,0
-12930,SPCS83 New Jersey zone (meters),conversion,,,,,1399,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2000.094  2001.03,1,0
+12930,SPCS83 New Jersey zone (meters),conversion,,,,,1399,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 15384 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2006-12-20,95.30  96.29  2000.094  2001.03 2006.903,1,0
 13001,New Mexico CS27 East zone,conversion,,,,,2228,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.092,1,0
 13002,New Mexico CS27 Central zone,conversion,,,,,2229,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,1995-12-02,95.30  96.29,1,0
 13003,New Mexico CS27 West zone,conversion,,,,,2230,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.092,1,0
@@ -1458,8 +1461,10 @@
 13332,SPCS83 North Dakota South zone (meters),conversion,,,,,2238,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15348 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
 13401,Ohio CS27 North zone,conversion,,,,,2239,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 13402,Ohio CS27 South zone,conversion,,,,,2240,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
-13431,SPCS83 Ohio North zone (meters),conversion,,,,,2239,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
-13432,SPCS83 Ohio South zone (meters),conversion,,,,,2240,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
+13431,SPCS83 Ohio North zone (meters),conversion,,,,,2239,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 13433 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03  2007.035,1,0
+13432,SPCS83 Ohio South zone (meters),conversion,,,,,2240,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 13434 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2007-03-13,95.30  96.29  99.28  2001.03  2007.035,1,0
+13433,SPCS83 Ohio North zone (US Survey feet),conversion,,,,,2239,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 13431.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+13434,SPCS83 Ohio South zone (US Survey feet),conversion,,,,,2240,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 13432.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
 13501,Oklahoma CS27 North zone,conversion,,,,,2241,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 13502,Oklahoma CS27 South zone,conversion,,,,,2242,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 13531,SPCS83 Oklahoma North zone (meters),conversion,,,,,2241,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15349 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
@@ -1474,14 +1479,14 @@
 13731,SPCS83 Pennsylvania North zone (meters),conversion,,,,,2245,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15353 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
 13732,SPCS83 Pennsylvania South zone (meters),conversion,,,,,2246,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15354 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
 13800,Rhode Island CS27,conversion,,,,,1408,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.094,1,0
-13830,SPCS83 Rhode Island zone (meters),conversion,,,,,1408,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2000.094  2001.03,1,0
+13830,SPCS83 Rhode Island zone (meters),conversion,,,,,1408,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 15390 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2006-12-20,95.30  96.29  2000.094  2001.03 2006.093,1,0
 13901,South Carolina CS27 North zone,conversion,,,,,2247,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 13902,South Carolina CS27 South zone,conversion,,,,,2248,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 13930,SPCS83 South Carolina zone (meters),conversion,,,,,1409,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15355 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2000.094  2001.03,1,0
 14001,South Dakota CS27 North zone,conversion,,,,,2249,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 14002,South Dakota CS27 South zone,conversion,,,,,2250,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
-14031,SPCS83 South Dakota North zone (meters),conversion,,,,,2249,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
-14032,SPCS83 South Dakota South zone (meters),conversion,,,,,2250,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
+14031,SPCS83 South Dakota North zone (meters),conversion,,,,,2249,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15394 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2007-01-19,95.30 96.29 99.28 2001.03 2006.903,1,0
+14032,SPCS83 South Dakota South zone (meters),conversion,,,,,2250,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15395 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2007-01-19,95.30 96.29 99.28 2001.03 2006.903,1,0
 14100,Tennessee CS27,conversion,,,,,1411,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  99.28  2000.094,1,1
 14130,SPCS83 Tennessee zone (meters),conversion,,,,,1411,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15356 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2000.094  2001.03,1,0
 14201,Texas CS27 North zone,conversion,,,,,2253,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
@@ -1494,17 +1499,17 @@
 14233,SPCS83 Texas Central zone (meters),conversion,,,,,2252,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15359 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
 14234,SPCS83 Texas South Central zone (meters),conversion,,,,,2527,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15360 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
 14235,SPCS83 Texas South zone (meters),conversion,,,,,2528,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15361 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
-14251,Texas State Mapping System (meters),conversion,,,,,1412,Single projection for all state.,0,9802,,,Supersedes Shackleford.,"Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",EPSG,2004-06-16,,1,0
-14252,Shackleford,conversion,,,,,1412,Single projection for all state.,0,9802,,,"Superseded by TSMS. 
+14251,Texas State Mapping System (meters),conversion,,,,,1412,Single projection for all state.,0,9802,,,Replaces Shackleford.,"Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",EPSG,2004-06-16,,1,0
+14252,Shackleford,conversion,,,,,1412,Single projection for all state.,0,9802,,,"Replaced by TSMS. 
 Care: survey data in Texas uses the US survey foot, not the International foot used by this projection.","Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",EPSG,2004-06-16,,1,0
 14253,Texas Centric Lambert Conformal,conversion,,,,,1412,Single conformal projection for all state.,0,9802,,,Use TCMC/AEA for applications requiring true area measurement.,"Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",EPSG,2004-06-16,,1,0
 14254,Texas Centric Albers Equal Area,conversion,,,,,1412,Single equal-area projection for all state.,0,9822,,,Use TCMC/LC for applications requiring true shape preservation.,"Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",EPSG,2004-06-16,,1,0
 14301,Utah CS27 North zone,conversion,,,,,2258,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 14302,Utah CS27 Central zone,conversion,,,,,2257,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 14303,Utah CS27 South zone,conversion,,,,,2259,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
-14331,SPCS83 Utah North zone (meters),conversion,,,,,2258,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15362 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
-14332,SPCS83 Utah Central zone (meters),conversion,,,,,2257,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15363 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
-14333,SPCS83 Utah South zone (meters),conversion,,,,,2259,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,See code 15364 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
+14331,SPCS83 Utah North zone (meters),conversion,,,,,2258,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,NOAA manual NOS NGS 5,EPSG,2007-01-20,95.30 96.29 99.28 2001.03 2006.905,1,0
+14332,SPCS83 Utah Central zone (meters),conversion,,,,,2257,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,NOAA manual NOS NGS 5,EPSG,2007-01-20,95.30 96.29 99.28 2001.03 2006.905,1,0
+14333,SPCS83 Utah South zone (meters),conversion,,,,,2259,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,NOAA manual NOS NGS 5,EPSG,2007-01-20,95.30 96.29 99.28 2001.03 2006.905,1,0
 14400,Vermont CS27,conversion,,,,,1414,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.094,1,0
 14430,SPCS83 Vermont zone (meters),conversion,,,,,1414,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2000.094  2001.03,1,0
 14501,Virginia CS27 North zone,conversion,,,,,2260,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
@@ -1531,10 +1536,14 @@
 14902,Wyoming CS27 East Central zone,conversion,,,,,2270,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.092,1,0
 14903,Wyoming CS27 West Central zone,conversion,,,,,2272,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.092,1,0
 14904,Wyoming CS27 West zone,conversion,,,,,2271,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  2000.092,1,0
-14931,SPCS83 Wyoming East zone (meters),conversion,,,,,2269,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2000.092  2001.03,1,0
-14932,SPCS83 Wyoming East Central zone (meters),conversion,,,,,2270,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2000.092  2001.03,1,0
-14933,SPCS83 Wyoming West Central zone (meters),conversion,,,,,2272,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2000.092  2001.03,1,0
-14934,SPCS83 Wyoming West zone (meters),conversion,,,,,2271,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2000.092  2001.03,1,0
+14931,SPCS83 Wyoming East zone (meters),conversion,,,,,2269,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 14935 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2007-03-13,95.30  96.29  2000.092  2001.03  2007.033,1,0
+14932,SPCS83 Wyoming East Central zone (meters),conversion,,,,,2270,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 14936 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2007-03-13,95.30  96.29  2000.092  2001.03  2007.033,1,0
+14933,SPCS83 Wyoming West Central zone (meters),conversion,,,,,2272,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 14937 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2007-03-13,95.30  96.29  2000.092  2001.03  2007.033,1,0
+14934,SPCS83 Wyoming West zone (meters),conversion,,,,,2271,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 14938 for equivalent non-metric definition.,NOAA manual NOS NGS 5,EPSG,2007-03-13,95.30  96.29  2000.092  2001.03  2007.033,1,0
+14935,SPCS83 Wyoming East zone (US Survey feet),conversion,,,,,2269,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 14931.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+14936,SPCS83 Wyoming East Central zone (US Survey feet),conversion,,,,,2270,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 14932.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+14937,SPCS83 Wyoming West Central zone (US Survey feet),conversion,,,,,2272,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 14933.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+14938,SPCS83 Wyoming West zone (US Survey feet),conversion,,,,,2271,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 14934.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
 15001,Alaska CS27 zone 1,conversion,,,,,2156,Used for large and medium scale topographic mapping and engineering survey.,0,9812,,,"If using Oblique Mercator method (code 9815), Ec=2685642.82 ftUS, Nc=1887198.47 ftUS.",USGS Professional Paper #1395,EPSG,1997-04-11,96.29  97.08,1,0
 15002,Alaska CS27 zone 2,conversion,,,,,2158,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,1995-12-02,95.30  96.29,1,0
 15003,Alaska CS27 zone 3,conversion,,,,,2159,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,1995-12-02,95.30  96.29,1,0
@@ -1546,6 +1555,7 @@
 15009,Alaska CS27 zone 9,conversion,,,,,2165,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,USGS Professional Paper #1395,EPSG,1995-12-02,95.30  96.29,1,0
 15010,Alaska CS27 zone 10,conversion,,,,,2157,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,1999-04-22,95.30  96.29  99.28,1,0
 15020,Alaska Albers,conversion,,,,,1330,Small scale mapping and state planning.,0,9822,,,,,EPSG,2002-09-19,,1,0
+15021,Alaska Albers (meters),conversion,,,,,1330,Small scale mapping and state planning.,0,9822,,,,State of Alaska Department of Natural Resources.,OGP,2006-11-11,,1,0
 15031,SPCS83 Alaska zone 1 (meters),conversion,,,,,2156,Used for large and medium scale topographic mapping and engineering survey.,0,9812,,,"If using Oblique Mercator method (code 9815), Ec=818585.57 m, Nc=575219.25 m.",NOAA manual NOS NGS 5,EPSG,2001-11-06,96.29  2001.03,1,0
 15032,SPCS83 Alaska zone 2 (meters),conversion,,,,,2158,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2001.03,1,0
 15033,SPCS83 Alaska zone 3 (meters),conversion,,,,,2159,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2001.03,1,0
@@ -1566,9 +1576,13 @@
 15133,SPCS83 Hawaii zone 3 (meters),conversion,,,,,1548,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2001.03,1,0
 15134,SPCS83 Hawaii zone 4 (meters),conversion,,,,,1549,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2001.03,1,0
 15135,SPCS83 Hawaii zone 5 (meters),conversion,,,,,1550,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  2001.03,1,0
+15138,SPCS83 Hawaii zone 3 (US Survey feet),conversion,,,,,1548,Used for large and medium scale topographic mapping and engineering survey by City and County of Honolulu.,0,9807,,,Not recognised by Federal authorities because there is no State law defining grid unit. For equivalent metric Federal definition see code 15133.,,OGP,2007-04-20,,1,0
 15201,Puerto Rico CS27,conversion,,,,,1194,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  99.28  2000.094,1,0
 15202,St. Croix CS27,conversion,,,,,1254,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,2000-03-07,95.30  96.29  99.28  2000.094,1,0
 15230,SPCS83 Puerto Rico & Virgin Islands zone (meters),conversion,,,,,2251,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,NOAA manual NOS NGS 5,EPSG,2001-11-06,95.30  96.29  99.28  2001.03,1,0
+15297,SPCS83 Utah North zone (US Survey feet),conversion,,,,,2258,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defining grid unit as International feet (note: not US Survey feet) has been withdrawn. For equivalent metric Federal definition see code 14331. For equivalent International foot definition see code 15362.,National Geodetic Survey  (private communication),OGP,2007-01-20,,0,0
+15298,SPCS83 Utah Central zone (US Survey feet),conversion,,,,,2257,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defining grid unit as International feet (note: not US Survey feet) has been withdrawn. For equivalent metric Federal definition see code 14332. For equivalent International foot definition see code 15363.,National Geodetic Survey  (private communication),OGP,2007-01-20,,0,0
+15299,SPCS83 Utah South zone (US Survey feet),conversion,,,,,2259,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defining grid unit as International feet (note: not US Survey feet) has been withdrawn. For equivalent metric Federal definition see code 14333. For equivalent International foot definition see code 15364.,National Geodetic Survey  (private communication),OGP,2007-01-20,,0,0
 15300,American Samoa Lambert,conversion,,,,,1027,Used for large and medium scale topographic mapping and engineering survey.,0,9801,,,Per Snyder: Map Projections - a Working Manual:  At origin x=500000 ft; y=o but radius to latitude of origin = -82000000 feet.  US National Geodetic Survey confirms use of zero for False Northing.,US National Geodetic Survey (NGS),EPSG,2000-10-19,,1,1
 15301,American Samoa Lambert,conversion,,,,,1027,Used for large and medium scale topographic mapping and engineering survey.,0,9801,,,"Per Snyder: Map Projections - a Working Manual:  At origin x=500000 ft; y=0 but radius to latitude of origin = -82000000 feet. Thus False Northing = 312234.65 ftUS. NGS confirms value of FN, which is encoded within their algorithms but not published.",US National Geodetic Survey (NGS),EPSG,2004-08-09,,1,1
 15302,Tennessee CS27,conversion,,,,,1411,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,,USGS Professional Paper #1395,EPSG,2001-10-04,2001.45,1,0
@@ -1591,7 +1605,7 @@
 15319,SPCS83 Florida West zone (US Survey feet),conversion,,,,,2188,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 10932.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
 15320,SPCS83 Florida North zone (US Survey feet),conversion,,,,,2187,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 10933.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
 15321,SPCS83 Georgia East zone (US Survey feet),conversion,,,,,2189,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 11031.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-15322,SPCS83 Georgia West zone (US Survey feet),conversion,,,,,2190,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 10031.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+15322,SPCS83 Georgia West zone (US Survey feet),conversion,,,,,2190,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 11032.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
 15323,SPCS83 Idaho East zone (US Survey feet),conversion,,,,,2192,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 11131.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
 15324,SPCS83 Idaho Central zone (US Survey feet),conversion,,,,,2191,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 11132.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
 15325,SPCS83 Idaho West zone (US Survey feet),conversion,,,,,2193,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 11133.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
@@ -1631,9 +1645,9 @@
 15359,SPCS83 Texas Central zone (US Survey feet),conversion,,,,,2252,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 14233.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
 15360,SPCS83 Texas South Central zone (US Survey feet),conversion,,,,,2527,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 14234.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
 15361,SPCS83 Texas South zone (US Survey feet),conversion,,,,,2528,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 14235.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-15362,SPCS83 Utah North zone (International feet),conversion,,,,,2258,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as International feet (note: not US Survey feet). For equivalent metric Federal definition see code 14331.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-15363,SPCS83 Utah Central zone (International feet),conversion,,,,,2257,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as International feet (note: not US Survey feet). For equivalent metric Federal definition see code 14333.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-15364,SPCS83 Utah South zone (International feet),conversion,,,,,2259,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as International feet (note: not US Survey feet). For equivalent metric Federal definition see code 14334.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+15362,SPCS83 Utah North zone (International feet),conversion,,,,,2258,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defining grid unit as International feet (note: not US Survey feet) has been withdrawn. For equivalent metric Federal definition see code 14331. For equivalent US Survey foot definition see code 15297.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2007-01-20,2006.905,0,0
+15363,SPCS83 Utah Central zone (International feet),conversion,,,,,2257,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defining grid unit as International feet (note: not US Survey feet) has been withdrawn. For equivalent metric Federal definition see code 14332. For equivalent US Survey foot definition see code 15298.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2007-01-20,2006.905,0,0
+15364,SPCS83 Utah South zone (International feet),conversion,,,,,2259,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defining grid unit as International feet (note: not US Survey feet) has been withdrawn. For equivalent metric Federal definition see code 14333. For equivalent US Survey foot definition see code 15299.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2007-01-20,2006.905,0,0
 15365,SPCS83 Virginia North zone (US Survey feet),conversion,,,,,2260,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 14531.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
 15366,SPCS83 Virginia South zone (US Survey feet),conversion,,,,,2261,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 14532.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
 15367,SPCS83 Washington North zone (US Survey feet),conversion,,,,,2273,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 14631.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
@@ -1646,6 +1660,27 @@
 15374,Oregon GIC Lambert (International feet),conversion,,,,,1406,Used by Oregon agencies for publishing State-wide spatial data on a single projection.,0,9802,,,State law defines grid unit as International feet (note: not US Survey feet). For equivalent metric definition see code 13633.,"Oregon Geographic Information Council - Oregon Geospatial Data Clearing House, www.gis.state.or.us/coord/project/gpl.html",EPSG,2002-12-19,,1,0
 15375,SPCS83 Kentucky Single Zone (US Survey feet),conversion,,,,,1386,Used for spatial data management for whole State.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 11630.,"Kentucky Division of Geographic Information, http://ngs.ky.gov/pdf-ppt/BB/KY_Single-Zone_Article.pdf",EPSG,2004-09-22,,1,0
 15376,American Samoa Lambert,conversion,,,,,3109,Used for large and medium scale topographic mapping and engineering survey.,0,9801,,,Per Snyder: Map Projections - a Working Manual:  At origin x=500000 ft; y=0 but radius to latitude of origin = -82000000 feet.  US National Geodetic Survey confirms value for False Northing.,US National Geodetic Survey (NGS),EPSG,2005-05-21,2005.23,1,0
+15377,SPCS83 Iowa North zone (US Survey feet),conversion,,,,,2198,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 11431.,NOAA manual NOS NGS 5,OGP,2006-12-20,,1,0
+15378,SPCS83 Iowa South zone (US Survey feet),conversion,,,,,2199,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 11432.,NOAA manual NOS NGS 5,OGP,2007-01-20,2006.903,1,0
+15379,SPCS83 Kansas North zone (US Survey feet),conversion,,,,,2200,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 11531.,NOAA manual NOS NGS 5,OGP,2006-12-20,,1,0
+15380,SPCS83 Kansas South zone (US Survey feet),conversion,,,,,2201,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 11532.,NOAA manual NOS NGS 5,OGP,2006-12-20,,1,0
+15381,SPCS83 Nevada East zone (US Survey feet),conversion,,,,,2224,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 12731.,NOAA manual NOS NGS 5,OGP,2006-12-20,,1,0
+15382,SPCS83 Nevada Central zone (US Survey feet),conversion,,,,,2223,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 12732.,NOAA manual NOS NGS 5,OGP,2006-12-20,,1,0
+15383,SPCS83 Nevada West zone (US Survey feet),conversion,,,,,2225,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 12733.,NOAA manual NOS NGS 5,OGP,2006-12-20,,1,0
+15384,SPCS83 New Jersey zone (US Survey feet),conversion,,,,,1399,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 12930.,NOAA manual NOS NGS 5,OGP,2006-12-20,,1,0
+15385,SPCS83 Arkansas North zone (US Survey feet),conversion,,,,,2169,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 10331.,NOAA manual NOS NGS 5,OGP,2007-01-19,,1,0
+15386,SPCS83 Arkansas South zone (US Survey feet),conversion,,,,,2170,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 10332.,NOAA manual NOS NGS 5,OGP,2007-01-19,,1,0
+15387,SPCS83 Illinois East zone (US Survey feet),conversion,,,,,2194,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 11231.,NOAA manual NOS NGS 5,OGP,2006-12-20,,1,0
+15388,SPCS83 Illinois West zone (US Survey feet),conversion,,,,,2195,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 11232.,NOAA manual NOS NGS 5,OGP,2006-12-20,,1,0
+15389,SPCS83 New Hampshire zone (US Survey feet),conversion,,,,,1398,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 12830.,NOAA manual NOS NGS 5,OGP,2006-12-20,,1,0
+15390,SPCS83 Rhode Island zone (US Survey feet),conversion,,,,,1408,Used for large and medium scale topographic mapping and engineering survey.,0,9807,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 13830.,NOAA manual NOS NGS 5,OGP,2006-12-20,,1,0
+15391,SPCS83 Louisiana North zone (US Survey feet),conversion,,,,,2204,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 11731.,NOAA manual NOS NGS 5,OGP,2007-01-19,,1,0
+15392,SPCS83 Louisiana South zone (US Survey feet),conversion,,,,,2529,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 11732.,NOAA manual NOS NGS 5,OGP,2007-01-19,,1,0
+15393,SPCS83 Louisiana Offshore zone (US Survey feet),conversion,,,,,1387,Not used in oil industry. Usage for other applications is not known.,0,9802,,,This projection is NOT used for oil industry purposes. State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 11733.,NOAA manual NOS NGS 5,OGP,2007-01-19,,1,0
+15394,SPCS83 South Dakota North zone (US Survey feet),conversion,,,,,2249,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 14031.,NOAA manual NOS NGS 5,OGP,2007-01-19,,1,0
+15395,SPCS83 South Dakota South zone (US Survey feet),conversion,,,,,2250,Used for large and medium scale topographic mapping and engineering survey.,0,9802,,,State law defines grid unit as US Survey feet. For equivalent metric Federal definition see code 14032.,NOAA manual NOS NGS 5,OGP,2007-01-19,,1,0
+15397,Great Lakes Albers,conversion,,,,,3467,Basin-wide mapping and analysis.,0,9822,,,,Great Lakes Fisheries Commission,OGP,2006-11-11,,1,0
+15398,Great Lakes and St Lawrence Albers,conversion,,,,,3468,Basin-wide mapping and analysis.,0,9822,,,,Great Lakes Fisheries Commission,OGP,2006-11-11,,1,0
 15399,Yap Islands,conversion,,,,,3108,"Public reference, land and photgrammetric survey, mapping.",0,9832,,,Origin is station YAP SECOR AMS 1965.,"Yap State Code, Title 20, Chapter 5. http://www.fsmlaw.org/yap/code/title20/T20_Ch05.htm",EPSG,2005-05-21,,1,0
 15400,Guam SPCS,conversion,,,,,1110,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9831,,,,"US Geological Survey Professional Paper 1395; ""Map Projections - A Working Manual"";  J. Snyder.",EPSG,2004-04-22,,1,0
 15500,Australian Antarctic geocentric to geog3D,conversion,,,,,1278,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
@@ -1672,8 +1707,8 @@
 15521,LKS94 geocentric to geog3D,conversion,,,,,1145,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15522,Moznet geocentric to geog3D,conversion,,,,,1167,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15523,Moznet geog3D to geog2D,conversion,,,,,1167,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
-15524,NAD83(CSRS) geocentric to geog3D,conversion,,,,,2784,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
-15525,NAD83(CSRS) geog3D to geog2D,conversion,,,,,2784,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
+15524,NAD83(CSRS) geocentric to geog3D,conversion,,,,,1061,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2007-05-29,2005.49,1,0
+15525,NAD83(CSRS) geog3D to geog2D,conversion,,,,,1061,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2007-05-29,2005.49,1,0
 15526,NAD83(HARN) geocentric to geog3D,conversion,,,,,1337,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2004.75 2005.49,1,0
 15527,NAD83(HARN) geog3D to geog2D,conversion,,,,,1337,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2004.75 2005.49,1,0
 15528,NZGD2000 geocentric to geog3D,conversion,,,,,1175,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
@@ -1686,28 +1721,28 @@
 15535,RGF93 geog3D to geog2D,conversion,,,,,1096,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15536,RGFG95 geocentric to geog3D,conversion,,,,,1097,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15537,RGFG95 geog3D to geog2D,conversion,,,,,1097,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
-15538,RGNC 1991 geocentric to geog3D,conversion,,,,,1174,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
-15539,RGNC 1991 geog3D to geog2D,conversion,,,,,1174,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
+15538,RGNC91-93 geocentric to geog3D,conversion,,,,,1174,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2006-07-26,2005.49 2006.62,1,0
+15539,RGNC91-93 geog3D to geog2D,conversion,,,,,1174,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2006-07-26,2005.49 2006.62,1,0
 15540,RGR92 geocentric to geog3D,conversion,,,,,1196,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15541,RGR92 geog3D to geog2D,conversion,,,,,1196,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15542,RRAF 1991 geocentric to geog3D,conversion,,,,,2824,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15543,RRAF 1991 geog3D to geog2D,conversion,,,,,2824,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
-15544,SIRGAS geocentric to geog3D,conversion,,,,,1341,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
-15545,SIRGAS geog3D to geog2D,conversion,,,,,1341,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
+15544,SIRGAS geocentric to geog3D,conversion,,,,,3448,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2006-07-29,2005.49 2006.465,1,0
+15545,SIRGAS geog3D to geog2D,conversion,,,,,3448,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2006-07-29,2005.49 2006.465,1,0
 15546,SWEREF99 geocentric to geog3D,conversion,,,,,1225,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15547,SWEREF99 geog3D to geog2D,conversion,,,,,1225,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15548,WGS 84 geocentric to geog3D,conversion,,,,,1262,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15549,WGS 84 geog3D to geog2D,conversion,,,,,1262,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
-15550,Yemen NGN96 geocentric to geog3D,conversion,,,,,1257,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
-15551,Yemen NGN96 geog3D to geog2D,conversion,,,,,1257,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
+15550,Yemen NGN96 geocentric to geog3D,conversion,,,,,1257,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2006-08-25,2005.49 2006.81,1,0
+15551,Yemen NGN96 geog3D to geog2D,conversion,,,,,1257,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2006-08-25,2005.49 2006.81,1,0
 15552,IGM95 geocentric to geog3D,conversion,,,,,1127,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15553,IGM95 geog3D to geog2D,conversion,,,,,1127,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15554,WGS 72 geocentric to geog3D,conversion,,,,,1262,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15555,WGS 72 geog3D to geog2D,conversion,,,,,1262,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15556,WGS 72BE geocentric to geog3D,conversion,,,,,1262,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15557,WGS 72BE geog3D to geog2D,conversion,,,,,1262,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
-15558,SIRGAS 2000 geocentric to geog3D,conversion,,,,,1341,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
-15559,SIRGAS 2000 geog3D to geog2D,conversion,,,,,1341,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
+15558,SIRGAS 2000 geocentric to geog3D,conversion,,,,,3418,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2006-07-21,2005.49 2006.465,1,0
+15559,SIRGAS 2000 geog3D to geog2D,conversion,,,,,3418,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2006-07-21,2005.49 2006.465,1,0
 15560,Lao 1993 geocentric to geog3D,conversion,,,,,1138,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15561,Lao 1993 geog3D to geog2D,conversion,,,,,1138,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
 15562,Lao 1997 geocentric to geog3D,conversion,,,,,1138,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,EPSG,2005-09-12,2005.49,1,0
@@ -1722,6 +1757,128 @@
 15571,POSGAR 94 geog3D to geog2D,conversion,,,,,1033,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,EPSG,2005-09-12,,1,0
 15572,Korean 2000 geocentric to geog3D,conversion,,,,,1135,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,OGP,2006-01-30,,1,0
 15573,Korean 2000 geog3D to geog2D,conversion,,,,,1135,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,OGP,2006-01-30,,1,0
+15574,Mauritania 1999 geocentric to geog3D,conversion,,,,,1157,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,OGP,2006-03-16,,1,0
+15575,Mauritania 1999 geog3D to geog2D,conversion,,,,,1157,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,OGP,2006-03-16,,1,0
+15576,PZ-90 geocentric to geog3D,conversion,,,,,1262,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,OGP,2006-02-03,,1,0
+15577,PZ-90 geog3D to geog2D,conversion,,,,,1262,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,OGP,2006-02-03,,1,0
+15578,GDM2000 geocentric to geog3D,conversion,,,,,1151,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,OGP,2006-03-16,,1,0
+15579,GDM2000 geog3D to geog2D,conversion,,,,,1151,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,OGP,2006-03-16,,1,0
+15580,GR96 geocentric to geog3D,conversion,,,,,1107,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,OGP,2006-06-12,,1,0
+15581,GR96 geog3D to geog2D,conversion,,,,,1107,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,OGP,2006-06-12,,1,0
+15582,LGD2006 geocentric to geog3D,conversion,,,,,1143,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,OGP,2006-08-25,,1,0
+15583,LGD2006 geog3D to geog2D,conversion,,,,,1143,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,OGP,2006-08-25,,1,0
+15584,DGN95 geocentric to geog3D,conversion,,,,,1122,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,OGP,2006-08-25,,1,0
+15585,DGN95 geog3D to geog2D,conversion,,,,,1122,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,OGP,2006-08-25,,1,0
+15586,JAD2001 geocentric to geog3D,conversion,,,,,1128,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,OGP,2007-01-19,,1,0
+15587,JAD2001 geog3D to geog2D,conversion,,,,,1128,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,OGP,2007-01-19,,1,0
+15588,NAD83(NSRS2007) geocentric to geog3D,conversion,,,,,1511,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,OGP,2007-03-13,,1,0
+15589,NAD83(NSRS2007) geog3D to geog2D,conversion,,,,,1511,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,OGP,2007-03-13,,1,0
+15590,WGS 66 geocentric to geog3D,conversion,,,,,1262,For geocentric to geographic 3D conversions and vice versa.,0,9602,,,,EPSG Guidance Note #7-2.,OGP,2007-03-25,,1,0
+15591,WGS 66 geog3D to geog2D,conversion,,,,,1262,For geographic 3D to geographic 2D conversions.,0,9659,,,See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.,EPSG Guidance Note #7-2.,OGP,2007-03-25,,1,0
+15596,Tokyo + JSLD to WGS 84 (7),transformation,7414,4979,GSI-Jpn 452142,7,2426,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15597,Tokyo + JSLD to WGS 84 (8),transformation,7414,4979,GSI-Jpn 444141,8,2427,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15598,Tokyo + JSLD to WGS 84 (9),transformation,7414,4979,GSI-Jpn 444142,9,2428,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15599,Tokyo + JSLD to WGS 84 (10),transformation,7414,4979,GSI-Jpn 440141,10,2429,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15600,Tokyo + JSLD to WGS 84 (11),transformation,7414,4979,GSI-Jpn 440142,11,2430,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15601,Tokyo + JSLD to WGS 84 (12),transformation,7414,4979,GSI-Jpn 440143,12,2431,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15602,Tokyo + JSLD to WGS 84 (13),transformation,7414,4979,GSI-Jpn 440144,13,2432,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15603,Tokyo + JSLD to WGS 84 (14),transformation,7414,4979,GSI-Jpn 432141,14,2433,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15604,Tokyo + JSLD to WGS 84 (15),transformation,7414,4979,GSI-Jpn 432142,15,2434,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15605,Tokyo + JSLD to WGS 84 (16),transformation,7414,4979,GSI-Jpn 432143,16,2435,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15606,Tokyo + JSLD to WGS 84 (17),transformation,7414,4979,GSI-Jpn 432144,17,2436,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15607,Tokyo + JSLD to WGS 84 (18),transformation,7414,4979,GSI-Jpn 432145,18,2437,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15608,Tokyo + JSLD to WGS 84 (19),transformation,7414,4979,GSI-Jpn 424140,19,2438,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15609,Tokyo + JSLD to WGS 84 (20),transformation,7414,4979,GSI-Jpn 424141,20,2439,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15610,Tokyo + JSLD to WGS 84 (21),transformation,7414,4979,GSI-Jpn 424142,21,2440,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15611,Tokyo + JSLD to WGS 84 (22),transformation,7414,4979,GSI-Jpn 424143,22,2441,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15612,Tokyo + JSLD to WGS 84 (23),transformation,7414,4979,GSI-Jpn 424144,23,2442,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15613,Tokyo + JSLD to WGS 84 (24),transformation,7414,4979,GSI-Jpn 424145,24,2443,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15614,Tokyo + JSLD to WGS 84 (25),transformation,7414,4979,GSI-Jpn 420139,25,2444,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15615,Tokyo + JSLD to WGS 84 (26),transformation,7414,4979,GSI-Jpn 420140,26,2445,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15616,Tokyo + JSLD to WGS 84 (27),transformation,7414,4979,GSI-Jpn 420141,27,2446,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15617,Tokyo + JSLD to WGS 84 (28),transformation,7414,4979,GSI-Jpn 420142,28,2447,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15618,Tokyo + JSLD to WGS 84 (29),transformation,7414,4979,GSI-Jpn 420143,29,2448,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15619,Tokyo + JSLD to WGS 84 (30),transformation,7414,4979,GSI-Jpn 412140,30,2449,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15620,Tokyo + JSLD to WGS 84 (31),transformation,7414,4979,GSI-Jpn 412141,31,2450,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15621,Tokyo + JSLD to WGS 84 (32),transformation,7414,4979,GSI-Jpn 404140,32,2451,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15622,Tokyo + JSLD to WGS 84 (33),transformation,7414,4979,GSI-Jpn 404141,33,2452,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15623,Tokyo + JSLD to WGS 84 (34),transformation,7414,4979,GSI-Jpn 400139,34,2453,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15624,Tokyo + JSLD to WGS 84 (35),transformation,7414,4979,GSI-Jpn 400140,35,2454,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15625,Tokyo + JSLD to WGS 84 (36),transformation,7414,4979,GSI-Jpn 400141,36,2455,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15626,Tokyo + JSLD to WGS 84 (37),transformation,7414,4979,GSI-Jpn 392139,37,2456,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15627,Tokyo + JSLD to WGS 84 (38),transformation,7414,4979,GSI-Jpn 392140,38,2457,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15628,Tokyo + JSLD to WGS 84 (39),transformation,7414,4979,GSI-Jpn 392141,39,2458,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15629,Tokyo + JSLD to WGS 84 (40),transformation,7414,4979,GSI-Jpn 384139,40,2459,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15630,Tokyo + JSLD to WGS 84 (41),transformation,7414,4979,GSI-Jpn 384140,41,2460,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15631,Tokyo + JSLD to WGS 84 (42),transformation,7414,4979,GSI-Jpn 384141,42,2461,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15632,Tokyo + JSLD to WGS 84 (43),transformation,7414,4979,GSI-Jpn 380139,43,2462,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15633,Tokyo + JSLD to WGS 84 (44),transformation,7414,4979,GSI-Jpn 380140,44,2463,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15634,Tokyo + JSLD to WGS 84 (45),transformation,7414,4979,GSI-Jpn 380141,45,2464,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15635,Tokyo + JSLD to WGS 84 (46),transformation,7414,4979,GSI-Jpn 372136,46,2465,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15636,Tokyo + JSLD to WGS 84 (47),transformation,7414,4979,GSI-Jpn 372137,47,2466,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15637,Tokyo + JSLD to WGS 84 (48),transformation,7414,4979,GSI-Jpn 372138,48,2467,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15638,Tokyo + JSLD to WGS 84 (49),transformation,7414,4979,GSI-Jpn 372139,49,2468,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15639,Tokyo + JSLD to WGS 84 (50),transformation,7414,4979,GSI-Jpn 372140,50,2469,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15640,Tokyo + JSLD to WGS 84 (51),transformation,7414,4979,GSI-Jpn 372141,51,2470,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15641,Tokyo + JSLD to WGS 84 (52),transformation,7414,4979,GSI-Jpn 364136,52,2471,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15642,Tokyo + JSLD to WGS 84 (53),transformation,7414,4979,GSI-Jpn 364137,53,2472,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15643,Tokyo + JSLD to WGS 84 (54),transformation,7414,4979,GSI-Jpn 364138,54,2473,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15644,Tokyo + JSLD to WGS 84 (55),transformation,7414,4979,GSI-Jpn 364139,55,2474,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15645,Tokyo + JSLD to WGS 84 (56),transformation,7414,4979,GSI-Jpn 364140,56,2475,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15646,Tokyo + JSLD to WGS 84 (57),transformation,7414,4979,GSI-Jpn 360136,57,2476,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15647,Tokyo + JSLD to WGS 84 (58),transformation,7414,4979,GSI-Jpn 360137,58,2477,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15648,Tokyo + JSLD to WGS 84 (59),transformation,7414,4979,GSI-Jpn 360138,59,2478,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15649,Tokyo + JSLD to WGS 84 (60),transformation,7414,4979,GSI-Jpn 360139,60,2479,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15650,Tokyo + JSLD to WGS 84 (61),transformation,7414,4979,GSI-Jpn 360140,61,2480,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15651,Tokyo + JSLD to WGS 84 (62),transformation,7414,4979,GSI-Jpn 352132,62,2481,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15652,Tokyo + JSLD to WGS 84 (63),transformation,7414,4979,GSI-Jpn 352133,63,2482,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15653,Tokyo + JSLD to WGS 84 (64),transformation,7414,4979,GSI-Jpn 352134,64,2483,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15654,Tokyo + JSLD to WGS 84 (65),transformation,7414,4979,GSI-Jpn 352135,65,2484,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15655,Tokyo + JSLD to WGS 84 (66),transformation,7414,4979,GSI-Jpn 352136,66,2485,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15656,Tokyo + JSLD to WGS 84 (67),transformation,7414,4979,GSI-Jpn 352137,67,2486,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15657,Tokyo + JSLD to WGS 84 (68),transformation,7414,4979,GSI-Jpn 352138,68,2487,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15658,Tokyo + JSLD to WGS 84 (69),transformation,7414,4979,GSI-Jpn 352139,69,2488,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15659,Tokyo + JSLD to WGS 84 (70),transformation,7414,4979,GSI-Jpn 352140,70,2489,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15660,Tokyo + JSLD to WGS 84 (71),transformation,7414,4979,GSI-Jpn 344132,71,2490,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15661,Tokyo + JSLD to WGS 84 (72),transformation,7414,4979,GSI-Jpn 344133,72,2491,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15662,Tokyo + JSLD to WGS 84 (73),transformation,7414,4979,GSI-Jpn 344134,73,2492,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15663,Tokyo + JSLD to WGS 84 (74),transformation,7414,4979,GSI-Jpn 344135,74,2493,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15664,Tokyo + JSLD to WGS 84 (75),transformation,7414,4979,GSI-Jpn 344136,75,2494,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15665,Tokyo + JSLD to WGS 84 (76),transformation,7414,4979,GSI-Jpn 344137,76,2495,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15666,Tokyo + JSLD to WGS 84 (77),transformation,7414,4979,GSI-Jpn 344138,77,2496,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15667,Tokyo + JSLD to WGS 84 (78),transformation,7414,4979,GSI-Jpn 344139,78,2497,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15668,Tokyo + JSLD to WGS 84 (79),transformation,7414,4979,GSI-Jpn 344140,79,2498,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15669,Tokyo + JSLD to WGS 84 (80),transformation,7414,4979,GSI-Jpn 340130,80,2499,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15670,Tokyo + JSLD to WGS 84 (81),transformation,7414,4979,GSI-Jpn 340131,81,2500,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15671,Tokyo + JSLD to WGS 84 (82),transformation,7414,4979,GSI-Jpn 340132,82,2501,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15672,Tokyo + JSLD to WGS 84 (83),transformation,7414,4979,GSI-Jpn 340133,83,2502,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15673,Tokyo + JSLD to WGS 84 (84),transformation,7414,4979,GSI-Jpn 340134,84,2503,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15674,Tokyo + JSLD to WGS 84 (85),transformation,7414,4979,GSI-Jpn 340135,85,2504,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15675,Tokyo + JSLD to WGS 84 (86),transformation,7414,4979,GSI-Jpn 340136,86,2505,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15676,Tokyo + JSLD to WGS 84 (87),transformation,7414,4979,GSI-Jpn 340137,87,2506,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15677,Tokyo + JSLD to WGS 84 (88),transformation,7414,4979,GSI-Jpn 340138,88,2507,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15678,Tokyo + JSLD to WGS 84 (89),transformation,7414,4979,GSI-Jpn 332129,89,2508,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15679,Tokyo + JSLD to WGS 84 (90),transformation,7414,4979,GSI-Jpn 332130,90,2509,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15680,Tokyo + JSLD to WGS 84 (91),transformation,7414,4979,GSI-Jpn 332131,91,2510,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15681,Tokyo + JSLD to WGS 84 (92),transformation,7414,4979,GSI-Jpn 332132,92,2511,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15682,Tokyo + JSLD to WGS 84 (93),transformation,7414,4979,GSI-Jpn 332133,93,2512,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15683,Tokyo + JSLD to WGS 84 (94),transformation,7414,4979,GSI-Jpn 332134,94,2513,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15684,Tokyo + JSLD to WGS 84 (95),transformation,7414,4979,GSI-Jpn 332135,95,2514,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15685,Tokyo + JSLD to WGS 84 (96),transformation,7414,4979,GSI-Jpn 332136,96,2515,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15686,Tokyo + JSLD to WGS 84 (97),transformation,7414,4979,GSI-Jpn 324129,97,2516,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15687,Tokyo + JSLD to WGS 84 (98),transformation,7414,4979,GSI-Jpn 324130,98,2517,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15688,Tokyo + JSLD to WGS 84 (99),transformation,7414,4979,GSI-Jpn 324131,99,2518,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15689,Tokyo + JSLD to WGS 84 (100),transformation,7414,4979,GSI-Jpn 324132,100,2519,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15690,Tokyo + JSLD to WGS 84 (101),transformation,7414,4979,GSI-Jpn 324133,101,2520,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15691,Tokyo + JSLD to WGS 84 (102),transformation,7414,4979,GSI-Jpn 324134,102,2521,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15692,Tokyo + JSLD to WGS 84 (103),transformation,7414,4979,GSI-Jpn 320130,103,2522,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15693,Tokyo + JSLD to WGS 84 (104),transformation,7414,4979,GSI-Jpn 320131,104,2523,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15694,Tokyo + JSLD to WGS 84 (105),transformation,7414,4979,GSI-Jpn 320132,105,2524,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15695,Tokyo + JSLD to WGS 84 (106),transformation,7414,4979,GSI-Jpn 312130,106,2525,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15696,Tokyo + JSLD to WGS 84 (107),transformation,7414,4979,GSI-Jpn 312131,107,2526,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15697,Tokyo + JSLD to WGS 84 (6),transformation,7414,4979,GSI-Jpn 452141,6,2425,For medium accuracy.,1,9618,,,,http://vldb.gsi.go.jp/sokuchi/coordinates/localtrans.html   (Geographical Survey Institute).,OGP,2006-11-17,,1,0
+15698,ITRF2000 to ITRF2005 (1),transformation,4919,4896,IERS,1,1262,Geodesy.,0,9606,,,"At epoch 2000.0. Rates dX=0.0002 m/yr, dy=-0.0001 m/yr, dZ=0.0018 m/yr, rX=rY=rZ=0.0""/yr, dS=-0.00008 ppm/yr.",International Earth Rotation Service (IERS). http://itrf.ensg.ign.fr/ITRF_solutions/2005/tp_05-00.php,OGP,2007-01-20,,1,0
+15699,NAD27 to WGS 84 (87),transformation,4267,4326,JECA-Mex GoM CamS,87,3462,Oil exploration and production. Horizontal transformation accuracy (1 sigma) is considered to be at the +/- 5 meter level.,5,9603,,,"Developed by John E Chance and Associates at 19 deg 44 min North, 92 deg 21 min West. Geoid height used =-13.34m.",Fugro Chance,OGP,2006-09-28,,1,0
 15700,Gulshan 303 to WGS 84 (1),transformation,4682,4326,SB-BGD,1,1041,Oil exploration.,1,9603,,,Derived at origin station in Dhaka.,IGN Paris.,EPSG,2004-10-14,,1,1
 15701,Kalianpur 1962 to WGS 84 (2),transformation,4145,4326,TFE-Pak Indus,2,2985,Oil exploration.,1,9603,,,Derived at Geodetic Survey office in Karachi in 1997.,Total,EPSG,2004-10-14,,1,0
 15702,Kalianpur 1962 to WGS 84 (3),transformation,4145,4326,utp-Pak Badin,3,2984,Oil exploration.,3,9603,,,"Derived at station S0001, an approximate offset to Survey of India primary station Kat Baman, in 1992 from 180 single point Transit passes observed in 1991 by Fugro-Geodetic for UTP.",BP,EPSG,2004-10-14,,1,0
@@ -1736,42 +1893,42 @@
 15711,Aratu to WGS 84 (11),transformation,4208,4326,PB-Bra Santos,11,2962,Oil exploration.,5,9603,,,Provided by Petrobras for Barracuda Caratinga project. Understood to be Petrobras preferred parameters for all purposes in the area.,PetroBras,EPSG,2005-02-05,,1,0
 15712,Aratu to WGS 84 (12),transformation,4208,4326,PB-Bra EspS,12,2964,Oil exploration.,5,9603,,,Provided by Petrobras for Barracuda Caratinga project. Understood to be Petrobras preferred parameters for all purposes in the area.,PetroBras,EPSG,2005-02-05,,1,0
 15713,Gan 1970 to WGS 84 (1),transformation,4684,4326,NIMA-Mdv,1,1152,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 1 station.,U.S. Defense Mapping Agency  TR8350.2 September 1987.,EPSG,2005-05-21,2005.20,1,0
-15714,Bogota 1975 to MAGNA-SIRGAS (1),transformation,4218,4686,IGAC-Col CF reg 1,1,3082,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,"May be taken as transformation to WGS 84 - see tfm code 15715. See Bogota 1975 to MAGNA-SIRGAS (9), tfm code 15730, for an equivalent transformation using the Molodenski-Badekas 10-parameter method. EPSG recommends this alternative.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
+15714,Bogota 1975 to MAGNA-SIRGAS (1),transformation,4218,4686,IGAC-Col CF reg 1,1,3082,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,"May be taken as transformation to WGS 84 - see tfm code 15715. See Bogota 1975 to MAGNA-SIRGAS (9), tfm code 15730, for an equivalent transformation using the Molodenski-Badekas 10-parameter method. EPSG recommends this alternative.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.06,1,0
 15715,Bogota 1975 to WGS 84 (3),transformation,4218,4326,EPSG-Col reg 1,3,3082,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,Approximation at the +/- 1m level assuming that MAGNA-SIRGAS is equivalent to WGS 84. Parameter values taken from Bogota 1975 to MAGNA-SIRGAS (1) (tfm code 15714).,EPSG,EPSG,2005-04-14,,1,0
-15716,Bogota 1975 to MAGNA-SIRGAS (2),transformation,4218,4686,IGAC-Col CF reg 2,2,3083,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,"May be taken as transformation to WGS 84 - see tfm code 15717. See Bogota 1975 to MAGNA-SIRGAS (10), tfm code 15731, for an equivalent transformation using the Molodenski-Badekas 10-parameter method. EPSG recommends this alternative.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
+15716,Bogota 1975 to MAGNA-SIRGAS (2),transformation,4218,4686,IGAC-Col CF reg 2,2,3083,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,"May be taken as transformation to WGS 84 - see tfm code 15717. See Bogota 1975 to MAGNA-SIRGAS (10), tfm code 15731, for an equivalent transformation using the Molodenski-Badekas 10-parameter method. EPSG recommends this alternative.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.06,1,0
 15717,Bogota 1975 to WGS 84 (4),transformation,4218,4326,EPSG-Col reg 2,4,3083,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,Approximation at the +/- 1m level assuming that MAGNA-SIRGAS is equivalent to WGS 84. Parameter values taken from Bogota 1975 to MAGNA-SIRGAS (2) (tfm code 15716).,EPSG,EPSG,2005-04-14,,1,0
-15718,Bogota 1975 to MAGNA-SIRGAS (3),transformation,4218,4686,IGAC-Col CF reg 3,3,3084,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,"May be taken as transformation to WGS 84 - see tfm code 15719. See Bogota 1975 to MAGNA-SIRGAS (10), tfm code 15732, for an equivalent transformation using the Molodenski-Badekas 10-parameter method. EPSG recommends this alternative.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
+15718,Bogota 1975 to MAGNA-SIRGAS (3),transformation,4218,4686,IGAC-Col CF reg 3,3,3084,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,"May be taken as transformation to WGS 84 - see tfm code 15719. See Bogota 1975 to MAGNA-SIRGAS (10), tfm code 15732, for an equivalent transformation using the Molodenski-Badekas 10-parameter method. EPSG recommends this alternative.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.06,1,0
 15719,Bogota 1975 to WGS 84 (5),transformation,4218,4326,EPSG-Col reg 3,5,3084,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,Approximation at the +/- 1m level assuming that MAGNA-SIRGAS is equivalent to WGS 84. Parameter values taken from Bogota 1975 to MAGNA-SIRGAS (3) (tfm code 15718).,EPSG,EPSG,2005-04-14,,1,0
-15720,Bogota 1975 to MAGNA-SIRGAS (4),transformation,4218,4686,IGAC-Col CF reg 4,4,3085,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,"May be taken as transformation to WGS 84 - see tfm code 15721. See Bogota 1975 to MAGNA-SIRGAS (10), tfm code 15733, for an equivalent transformation using the Molodenski-Badekas 10-parameter method. EPSG recommends this alternative.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
+15720,Bogota 1975 to MAGNA-SIRGAS (4),transformation,4218,4686,IGAC-Col CF reg 4,4,3085,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,"May be taken as transformation to WGS 84 - see tfm code 15721. See Bogota 1975 to MAGNA-SIRGAS (10), tfm code 15733, for an equivalent transformation using the Molodenski-Badekas 10-parameter method. EPSG recommends this alternative.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.06,1,0
 15721,Bogota 1975 to WGS 84 (6),transformation,4218,4326,EPSG-Col reg 4,6,3085,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,Approximation at the +/- 1m level assuming that MAGNA-SIRGAS is equivalent to WGS 84. Parameter values taken from Bogota 1975 to MAGNA-SIRGAS (4) (tfm code 15720).,EPSG,EPSG,2005-04-14,,1,0
-15722,Bogota 1975 to MAGNA-SIRGAS (5),transformation,4218,4686,IGAC-Col CF reg 5,5,3086,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,"May be taken as transformation to WGS 84 - see tfm code 15723. See Bogota 1975 to MAGNA-SIRGAS (10), tfm code 15734, for an equivalent transformation using the Molodenski-Badekas 10-parameter method. EPSG recommends this alternative.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
+15722,Bogota 1975 to MAGNA-SIRGAS (5),transformation,4218,4686,IGAC-Col CF reg 5,5,3086,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,"May be taken as transformation to WGS 84 - see tfm code 15723. See Bogota 1975 to MAGNA-SIRGAS (10), tfm code 15734, for an equivalent transformation using the Molodenski-Badekas 10-parameter method. EPSG recommends this alternative.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.06,1,0
 15723,Bogota 1975 to WGS 84 (7),transformation,4218,4326,EPSG-Col reg 5,7,3086,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,Approximation at the +/- 1m level assuming that MAGNA-SIRGAS is equivalent to WGS 84. Parameter values taken from Bogota 1975 to MAGNA-SIRGAS (5) (tfm code 15722).,EPSG,EPSG,2005-04-14,,1,0
-15724,Bogota 1975 to MAGNA-SIRGAS (6),transformation,4218,4686,IGAC-Col CF reg 6,6,3087,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,"May be taken as transformation to WGS 84 - see tfm code 15725. See Bogota 1975 to MAGNA-SIRGAS (10), tfm code 15735, for an equivalent transformation using the Molodenski-Badekas 10-parameter method. EPSG recommends this alternative.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
+15724,Bogota 1975 to MAGNA-SIRGAS (6),transformation,4218,4686,IGAC-Col CF reg 6,6,3087,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,"May be taken as transformation to WGS 84 - see tfm code 15725. See Bogota 1975 to MAGNA-SIRGAS (10), tfm code 15735, for an equivalent transformation using the Molodenski-Badekas 10-parameter method. EPSG recommends this alternative.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.06,1,0
 15725,Bogota 1975 to WGS 84 (8),transformation,4218,4326,EPSG-Col reg 6,8,3087,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,Approximation at the +/- 1m level assuming that MAGNA-SIRGAS is equivalent to WGS 84. Parameter values taken from Bogota 1975 to MAGNA-SIRGAS (6) (tfm code 15724).,EPSG,EPSG,2005-04-14,,1,0
-15726,Bogota 1975 to MAGNA-SIRGAS (7),transformation,4218,4686,IGAC-Col CF reg 7,7,3088,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,"May be taken as transformation to WGS 84 - see tfm code 15727. See Bogota 1975 to MAGNA-SIRGAS (10), tfm code 15736, for an equivalent transformation using the Molodenski-Badekas 10-parameter method. EPSG recommends this alternative.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
+15726,Bogota 1975 to MAGNA-SIRGAS (7),transformation,4218,4686,IGAC-Col CF reg 7,7,3088,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,"May be taken as transformation to WGS 84 - see tfm code 15727. See Bogota 1975 to MAGNA-SIRGAS (10), tfm code 15736, for an equivalent transformation using the Molodenski-Badekas 10-parameter method. EPSG recommends this alternative.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.06,1,0
 15727,Bogota 1975 to WGS 84 (9),transformation,4218,4326,EPSG-Col reg 7,9,3088,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,Approximation at the +/- 1m level assuming that MAGNA-SIRGAS is equivalent to WGS 84. Parameter values taken from Bogota 1975 to MAGNA-SIRGAS (7) (tfm code 15726).,EPSG,EPSG,2005-04-14,,1,0
-15728,Bogota 1975 to MAGNA-SIRGAS (8),transformation,4218,4686,IGAC-Col CF reg 8,8,3089,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,"May be taken as transformation to WGS 84 - see tfm code 15729. See Bogota 1975 to MAGNA-SIRGAS (10), tfm code 15737, for an equivalent transformation using the Molodenski-Badekas 10-parameter method. EPSG recommends this alternative.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
+15728,Bogota 1975 to MAGNA-SIRGAS (8),transformation,4218,4686,IGAC-Col CF reg 8,8,3089,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,"May be taken as transformation to WGS 84 - see tfm code 15729. See Bogota 1975 to MAGNA-SIRGAS (10), tfm code 15737, for an equivalent transformation using the Molodenski-Badekas 10-parameter method. EPSG recommends this alternative.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.06,1,0
 15729,Bogota 1975 to WGS 84 (10),transformation,4218,4326,EPSG-Col reg 8,10,3089,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9607,,,Approximation at the +/- 1m level assuming that MAGNA-SIRGAS is equivalent to WGS 84. Parameter values taken from Bogota 1975 to MAGNA-SIRGAS (8) (tfm code 15728).,EPSG,EPSG,2005-04-14,,1,0
-15730,Bogota 1975 to MAGNA-SIRGAS (9),transformation,4218,4686,IGAC-Col MB reg 1,9,3082,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9636,,,"Source also quotes an equivalent transformation using the Coordinate Frame 7-parameter method - see Bogota 1975 to MAGNA-SIRGAS (1), tfm code 15714.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
-15731,Bogota 1975 to MAGNA-SIRGAS (10),transformation,4218,4686,IGAC-Col MB reg 2,10,3083,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9636,,,"Source also quotes an equivalent transformation using the Coordinate Frame 7-parameter method - see Bogota 1975 to MAGNA-SIRGAS (2), tfm code 15716.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
-15732,Bogota 1975 to MAGNA-SIRGAS (11),transformation,4218,4686,IGAC-Col MB reg 3,11,3084,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9636,,,"Source also quotes an equivalent transformation using the Coordinate Frame 7-parameter method - see Bogota 1975 to MAGNA-SIRGAS (3), tfm code 15718.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
-15733,Bogota 1975 to MAGNA-SIRGAS (12),transformation,4218,4686,IGAC-Col MB reg 4,12,3085,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9636,,,"Source also quotes an equivalent transformation using the Coordinate Frame 7-parameter method - see Bogota 1975 to MAGNA-SIRGAS (4), tfm code 15720.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
-15734,Bogota 1975 to MAGNA-SIRGAS (13),transformation,4218,4686,IGAC-Col MB reg 5,13,3086,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9636,,,"Source also quotes an equivalent transformation using the Coordinate Frame 7-parameter method - see Bogota 1975 to MAGNA-SIRGAS (5), see tfm code 15722.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
-15735,Bogota 1975 to MAGNA-SIRGAS (14),transformation,4218,4686,IGAC-Col MB reg 6,14,3087,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9636,,,"Source also quotes an equivalent transformation using the Coordinate Frame 7-parameter method - see Bogota 1975 to MAGNA-SIRGAS (6), tfm code 15724.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
-15736,Bogota 1975 to MAGNA-SIRGAS (15),transformation,4218,4686,IGAC-Col MB reg 7,15,3088,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9636,,,"Source also quotes an equivalent transformation using the Coordinate Frame 7-parameter method - see Bogota 1975 to MAGNA-SIRGAS (7), tfm code 15726.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
-15737,Bogota 1975 to MAGNA-SIRGAS (16),transformation,4218,4686,IGAC-Col MB reg 8,16,3089,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9636,,,"Source also quotes an equivalent transformation using the Coordinate Frame 7-parameter method - see Bogota 1975 to MAGNA-SIRGAS (8), tfm code 15728.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
+15730,Bogota 1975 to MAGNA-SIRGAS (9),transformation,4218,4686,IGAC-Col MB reg 1,9,3082,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9636,,,"Source also quotes an equivalent transformation using the Coordinate Frame 7-parameter method - see Bogota 1975 to MAGNA-SIRGAS (1), tfm code 15714.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.06,1,0
+15731,Bogota 1975 to MAGNA-SIRGAS (10),transformation,4218,4686,IGAC-Col MB reg 2,10,3083,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9636,,,"Source also quotes an equivalent transformation using the Coordinate Frame 7-parameter method - see Bogota 1975 to MAGNA-SIRGAS (2), tfm code 15716.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.06,1,0
+15732,Bogota 1975 to MAGNA-SIRGAS (11),transformation,4218,4686,IGAC-Col MB reg 3,11,3084,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9636,,,"Source also quotes an equivalent transformation using the Coordinate Frame 7-parameter method - see Bogota 1975 to MAGNA-SIRGAS (3), tfm code 15718.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.06,1,0
+15733,Bogota 1975 to MAGNA-SIRGAS (12),transformation,4218,4686,IGAC-Col MB reg 4,12,3085,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9636,,,"Source also quotes an equivalent transformation using the Coordinate Frame 7-parameter method - see Bogota 1975 to MAGNA-SIRGAS (4), tfm code 15720.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.06,1,0
+15734,Bogota 1975 to MAGNA-SIRGAS (13),transformation,4218,4686,IGAC-Col MB reg 5,13,3086,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9636,,,"Source also quotes an equivalent transformation using the Coordinate Frame 7-parameter method - see Bogota 1975 to MAGNA-SIRGAS (5), see tfm code 15722.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.06,1,0
+15735,Bogota 1975 to MAGNA-SIRGAS (14),transformation,4218,4686,IGAC-Col MB reg 6,14,3087,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9636,,,"Source also quotes an equivalent transformation using the Coordinate Frame 7-parameter method - see Bogota 1975 to MAGNA-SIRGAS (6), tfm code 15724.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.06,1,0
+15736,Bogota 1975 to MAGNA-SIRGAS (15),transformation,4218,4686,IGAC-Col MB reg 7,15,3088,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9636,,,"Source also quotes an equivalent transformation using the Coordinate Frame 7-parameter method - see Bogota 1975 to MAGNA-SIRGAS (7), tfm code 15726.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.06,1,0
+15737,Bogota 1975 to MAGNA-SIRGAS (16),transformation,4218,4686,IGAC-Col MB reg 8,16,3089,"Accuracy about 1 part in 10^5 of distance between points, depending on relative tectonic motion.",1,9636,,,"Source also quotes an equivalent transformation using the Coordinate Frame 7-parameter method - see Bogota 1975 to MAGNA-SIRGAS (8), tfm code 15728.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.06,1,0
 15738,MAGNA-SIRGAS to WGS 84 (1),transformation,4686,4326,EPSG,1,1070,MAGNA-SIRGAS is a realisation of WGS 84 coincident to within 1 metre.  This transformation has an accuracy equal to the coincidence figure.,1,9603,,,,EPSG,EPSG,2005-04-14,,1,0
-15739,Amersfoort to ETRS89 (3),transformation,4289,4258,NCG-Nld 2004,3,1275,Accuracy 0.5m,0.5,9607,,,Supersedes Amersfoort to ETRS89 (1) (tfm code 1751). Dutch sources also quote an equivalent transformation using the Molodenski-Badekas 10-parameter method (M-B) - see tfm code 15740.,Nederlandse Commissie voor Geodesie (NCG).,EPSG,2005-04-14,,1,0
-15740,Amersfoort to ETRS89 (4),transformation,4289,4258,NCG-Nld 2004,4,1275,Accuracy 0.5m,0.5,9636,,,Supersedes Amersfoort to ETRS89 (2) (tfm code 1066). Dutch sources also quote an equivalent transformation using the Coordinate Frame 7-parameter method - see tfm code 15739.,Nederlandse Commissie voor Geodesie (NCG).,EPSG,2005-04-14,,1,0
+15739,Amersfoort to ETRS89 (3),transformation,4289,4258,NCG-Nld 2004,3,1275,Accuracy 0.5m,0.5,9607,,,Replaces Amersfoort to ETRS89 (1) (tfm code 1751). Dutch sources also quote an equivalent transformation using the Molodenski-Badekas 10-parameter method (M-B) - see tfm code 15740.,Nederlandse Commissie voor Geodesie (NCG).,EPSG,2007-03-22,2007.043,1,0
+15740,Amersfoort to ETRS89 (4),transformation,4289,4258,NCG-Nld 2004,4,1275,Accuracy 0.5m,0.5,9636,,,Replaces Amersfoort to ETRS89 (2) (tfm code 1066). Dutch sources also quote an equivalent transformation using the Coordinate Frame 7-parameter method - see tfm code 15739.,Nederlandse Commissie voor Geodesie (NCG).,EPSG,2007-03-22,2007.043,1,0
 15741,Deir ez Zor to WGS 84 (2),transformation,4227,4326,Elf-Syr Deir 1991,2,2329,Oil exploration. Accuracy 5m.,5,9603,,,Derived by Elf in 1991 from tfm code 1584 concatenated with a tfm from WGS72BE to WGS84.,Total,EPSG,2005-05-01,,1,0
 15742,Deir ez Zor to WGS 84 (5),transformation,4227,4326,CGG-Syr Isba,5,1227,Oil exploration. Accuracy 5m.,5,9603,,,Derived for 1998 Omar seismic survey and used in 2000 for El Isba seismic survey.,Total,EPSG,2005-05-01,,1,0
 15743,Deir ez Zor to WGS 84 (6),transformation,4227,4326,Tot-Syr Deir 2005,6,2329,Oil exploration. Accuracy 0.5m.,0.5,9606,,,"Derived 2005 at 5 triangulation stations and using (EGM96 geoid model +1.15m). Used by Total/DEZPC for Jafra and Mazraa seismic surveys.  Can be approximated using geocentric translations of dX=-190.6m, dY=+8.8m, dZ=+239.6m.",Total,EPSG,2005-05-01,,1,0
-15744,UKOOA P6/98 seismic bin grid to WGS 84 / UTM zone 31N,transformation,5818,32631,EPSG P6,1,1263,Example only.,0,9666,,,"As this transformation defines the relationship between the seismic bin grid and the map grid, its accuracy is 0, i.e. there is no loss of positional accuracy through applying the transformation.","UKOOA Data Exchange Format P6/98 ""Definition of 3D Seismic Binning Grids"".",EPSG,2005-08-30,,1,0
+15744,UKOOA P6/98 seismic bin grid to WGS 84 / UTM zone 31N (1),transformation,5818,32631,EPSG P6,1,1263,Example only.,0,9666,,,"As this transformation defines the relationship between the seismic bin grid and the map grid, its accuracy is 0, i.e. there is no loss of positional accuracy through applying the transformation.","UKOOA Data Exchange Format P6/98 ""Definition of 3D Seismic Binning Grids"".",EPSG,2006-10-13,2006.89,1,0
 15745,ED50(ED77) to WGS 84 (6),transformation,4154,4326,Tot-Irn Spars,6,3140,Petroleum Exploration and Production.,0.2,9603,,,Derived in Tombak district in March 2005.  Used for South Pars phase 11.,Total,EPSG,2005-08-17,,1,0
 15746,Nakhl-e Ghanem to WGS 84 (6),transformation,4693,4326,TFE-Irn Tombak,6,3141,Petroleum Exploration and Production.,0.2,9603,,,Derived in Tombak district in March 2005.  Used for South Pars phase 11 and Pars LNG plants.,Total,EPSG,2005-08-17,,1,0
-15747,Tombak LNG Plant Grid to Nakhl-e Ghanem / UTM zone 39N,transformation,5817,3307,Tot-Irn,1,3141,Engineering survey.,0,9621,,,,Total,EPSG,2005-08-17,,1,0
-15748,BD72 to ETRS89 (2),transformation,4313,4258,IGN-Bel 0.2m,2,1044,For applications to an accuracy of 0.2 metre.,0.2,9607,,,May be taken as approximate transformation BD72 to WGS 84 - see code 15749.,IGN Brussels www.ngi.be,EPSG,2005-05-27,,1,0
-15749,BD72 to WGS 84 (3),transformation,4313,4326,IGN-Bel 0.2m,3,1044,For applications to an accuracy of 0.5 metre.,0.2,9607,,,Parameter values from BD72 to ETRS89 (2) (code 15748).,IGN Brussels www.ngi.be,EPSG,2005-05-27,,1,0
+15747,Tombak LNG Plant Grid to Nakhl-e Ghanem / UTM zone 39N (1),transformation,5817,3307,Tot-Irn,1,3141,Engineering survey.,0,9621,,,,Total,EPSG,2006-10-13,2006.89,1,0
+15748,BD72 to ETRS89 (2),transformation,4313,4258,IGN-Bel 0.2m,2,1044,For applications to an accuracy of 0.2 metre.,0.2,9607,,,May be taken as approximate transformation BD72 to WGS 84 - see code 15749. Scale difference is given by information source as 1.0000012747. Given in this record in ppm to assist application usage.,IGN Brussels www.ngi.be,EPSG,2006-07-30,2006.55,1,1
+15749,BD72 to WGS 84 (3),transformation,4313,4326,IGN-Bel 0.2m,3,1044,For applications to an accuracy of 0.5 metre.,0.2,9607,,,Parameter values from BD72 to ETRS89 (2) (code 15748). Scale difference is given by information source as 1.0000012747. Given in this record in ppm to assist application usage.,IGN Brussels www.ngi.be,EPSG,2006-07-23,2006.55,1,1
 15750,St. Kitts 1955 to WGS 84 (2),transformation,4605,4326,NIMA-Kna,2,1200,"For military purposes.  Accuracy 25m in each of X, Y and Z axes.",44,9603,,,Dereived at 2 stations.,U.S. National Imagery and Mapping Agency TR8350.2 revision of October 1997; http://earth-info.nga.mil/GandG/,EPSG,2005-09-29,2005.46,1,0
 15751,Reunion 1947 to WGS 84 (2),transformation,4626,4326,IGN-Reu 30m,2,1196,For military purposes. Accuracy 25m in each axis.,44,9603,,,Derived at 1 station.,IGN (in 2005). Also U.S. National Imagery and Mapping Agency TR8350.2 revision of October 1997; http://earth-info.nga.mil/GandG/,EPSG,2006-02-07,2005.46 2005.71,1,0
 15752,ED79 to WGS 84 (1),transformation,4668,4326,NIMA-Eur,1,3111,For military purposes. Accuracy 3m in each axis.,6,9603,,,Derived at 22 stations.,U.S. National Imagery and Mapping Agency TR8350.2 revision of October 1997; http://earth-info.nga.mil/GandG/,EPSG,2005-09-29,2005.46,1,0
@@ -1801,48 +1958,51 @@
 15776,IGN72 Nuku Hiva to WGS 84 (3),transformation,4630,4326,EPSG-Pyf UaHuka,2,3127,Accuracy +/- 2 metres.,2,9607,,,Approximation at the +/- 1m level assuming that RGPF is equivalent to WGS 84. Parameter values taken from IGN72 Nuku Hiva to RGPF (2) (tfm code 15764).,EPSG,EPSG,2005-08-12,,1,0
 15777,IGN72 Nuku Hiva to WGS 84 (4),transformation,4630,4326,EPSG-Pyf UaPou,3,3128,Accuracy +/- 1 metre.,1,9607,,,Approximation at the +/- 1m level assuming that RGPF is equivalent to WGS 84. Parameter values taken from IGN72 Nuku Hiva to RGPF (2) (tfm code 15765).,EPSG,EPSG,2005-08-12,,1,0
 15778,ELD79 to WGS 84 (7),transformation,4159,4326,Tot-Lby NC192,7,3142,Oil exploration and production.,0.5,9603,,,"Derived by Total at stations SDL 130-03, 04 and 05 in May 2005.",Total,EPSG,2005-08-30,,1,0
-15779,Gulshan 303 to WGS 84 (1),transformation,4682,4326,SB-BGD,1,1041,Oil exploration.,1,9603,,,Derived at origin station in Dhaka. Source information given to 3 decimal places but rounded by EPSG to be commensurate with stated accuracy.,IGN Paris.,EPSG,2005-09-02,,1,0
+15779,Gulshan 303 to WGS 84 (1),transformation,4682,4326,SB-Bgd,1,1041,Oil exploration.,1,9603,,,Derived at origin station in Dhaka. Source information given to 3 decimal places but rounded by EPSG to be commensurate with stated accuracy.,Survey of Bangadesh via IGN Paris and Tullow Oil.,EPSG,2007-02-06,2006.47 2007.015,1,0
 15780,POSGAR 94 to WGS 84 (1),transformation,4190,4326,EPSG-Arg,1,1033,Approximation at the +/- 1m level.,1,9603,,,,EPSG,EPSG,2005-09-12,,1,0
-15781,WGS 84 to EGM84 geoid (1),transformation,4979,5798,NGA-World,1,1262,Derivation of gravity-related heights from GPS observations.,1,9661,,,Superseded by WGS 84 to EGM96 geoid (1) (tfm code 10084).,US National Geospatial-Intelligence Agency (NGA); http://earth-info.nga.mil/GandG/,EPSG,2006-02-09,,1,0
+15781,WGS 84 to EGM84 geoid (1),transformation,4979,5798,NGA-World,1,1262,Derivation of gravity-related heights from GPS observations.,1,9661,,,Replaced by WGS 84 to EGM96 geoid (1) (tfm code 10084).,US National Geospatial-Intelligence Agency (NGA); http://earth-info.nga.mil/GandG/,EPSG,2007-03-22,2007.043,1,0
 15782,Campo Inchauspe to POSGAR 94 (1),transformation,4221,4694,IGM-Arg,1,1033,Accuracy 5m in each axis.,5,9603,,,Adopted from U.S. Defense Mapping Agency values for Campo Inchauspe to WGS 84 (tfm code 1127) assuming that POSGAR 94 is equivalent to WGS 84.,"Instituto Geográfico Militar de la República Argentina, http://www.igm.gov.ar",EPSG,2005-05-21,2005.20,1,0
-15783,IGN53 Mare to WGS 84 (2),transformation,4641,4326,IGN-Ncl Mare,2,2819,Accuracy 5 metres.,5,9603,,,,IGN Paris,OGP,2006-02-08,,1,0
+15783,IGN53 Mare to WGS 84 (2),transformation,4641,4326,IGN-Ncl Mare,2,2819,Accuracy 5 metres.,5,9603,,,,IGN Paris,OGP,2006-02-08,,1,1
+15784,Le Pouce 1934 to WGS 84 (1),transformation,4699,4326,UEL-Mus,1,3209,Accuracy 2m.,2,9603,,,Derived at 17 stations in 1994 by University of East London. Residuals less than 2m.,Ministry of Housing and Lands.,OGP,2006-01-16,,1,0
+15785,AGD84 to WGS 84 (9),transformation,4203,4326,OGP-Aus 1m,9,2576,1m accuracy.,1,9615,,,Transformation taken from AGD84 to GDA94 (5) (code 1804) assuming that GDA94 is equivalent to WGS 84 within the accuracy of this tfm. Uses NADCON method which expects longitudes positive west; EPSG CRS codes 4203 and 4326 have longitudes positive east.,OGP,OGP,2006-03-16,,1,0
+15786,AGD66 to WGS 84 (17),transformation,4202,4326,OGP-Aus 0.1m,17,2575,1m accuracy.,1,9615,,,Transformation taken from AGD66 to GDA94 (11) (code 1803) assuming that GDA94 is equivalent to WGS 84 within the accuracy of this tfm. Uses NADCON method which expects longitudes positive west; EPSG CRS codes 4202 and 4326 have longitudes positive east.,OGP,OGP,2006-03-16,,1,0
 15787,IGCB 1955 to WGS 84 (1),transformation,4701,4326,Tot-Cod,1,3171,Oil exploration. Accuracy 5m.,5,9603,,,Derived by Topnav in 1991 at station TSH 85.,Petrofina,OGP,2005-11-28,,1,0
 15788,AGD66 to WGS 84 (16),transformation,4202,4326,OGP-Aus 5m,16,2575,5m accuracy.,5,9603,,,Parameter values from AGD66 to GDA94 (1) (code 1278). Derived at 162 stations. Assumes GDA94 and WGS 84 can be considered the same to within the accuracy of the transformation.,OGP,OGP,2006-01-02,,1,0
 15789,AGD84 to WGS 84 (8),transformation,4203,4326,OGP-Aus 5m,8,2575,5m accuracy.,5,9603,,,Parameter values from AGD84 to GDA94 (1) (code 1280). Derived at 327 stations. Assumes GDA94 and WGS 84 can be considered the same to within the accuracy of the transformation.,OGP,OGP,2006-01-02,,1,0
 15790,Mhast (offshore) to WGS 72BE (1),transformation,4705,4324,CHV-Ago Cab,1,3180,Oil industry exploration and production between 1979 and 1987.,10,9603,,,Derived by Oceaneering for CABGOC in 1979. Mean of parameters derived by single point Transit translocation at 2 stations (Mongo Tando and N'To). Applied to single point Transit translocations at other stations to define Mhast (offshore) coordinates.,ChevronTexaco,OGP,2006-01-06,,1,0
-15791,Malongo 1987 to WGS 84 (3),transformation,4259,4326,CHV-Ago Cab87,3,3179,Oil industry exploration and production between September 1987 and April 1989.,10,9603,,,Derived via WGS 72BE by Geodetic for Chevron in 1987 by single point Transit translocation at 1 station (Malongo Y). Superseded in 1989 by Malongo 1987 to WGS 84 (1) (code 1330).,ChevronTexaco,OGP,2006-01-06,,1,0
+15791,Malongo 1987 to WGS 84 (3),transformation,4259,4326,CHV-Ago Cab87,3,3179,Oil industry exploration and production between September 1987 and April 1989.,10,9603,,,Derived via WGS 72BE by Geodetic for Chevron in 1987 by single point Transit translocation at 1 station (Malongo Y). Replaced in 1989 by Malongo 1987 to WGS 84 (1) (code 1330).,ChevronTexaco,OGP,2007-03-22,2007.043,1,0
 15792,Egypt Gulf of Suez S-650 TL to WGS 72BE (1),transformation,4706,4324,ESL-Egy GoS,1,2341,Oil industry exploration and production between 1980 and 1984.,5,9603,,,Derived by Egypt Surveys Limited through single point Transit translocation at 1 station (S-650).,Various industry sources,OGP,2006-01-11,,1,0
 15793,Barbados 1938 to WGS 84 (1),transformation,4212,4326,UKHO-Brb,1,1042,Accuracy 2.5m.,3,9603,,,"Derived at 2 stations (S40 and M1, St Annes Tower) in 2004.",UK Hydrographic Office,OGP,2006-01-26,,1,0
-15794,Cocos Islands 1965 to WGS 84 (1),transformation,4708,4326,DMA-Cck,1,1069,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15795,Tern Island 1961 to WGS 84 (1),transformation,4707,4326,DMA-Usa HI Tern,1,3181,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 1 satellite station. Same transformation parameter values related to same datum area given in original 1987 DMA TR8350.2 edition for Sorol Atoll.,"DMA / NIMA / NSA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15796,Iwo Jima 1945 to WGS 84 (1),transformation,4709,4326,DMA-Jpn IwoJ,1,3200,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
+15794,Cocos Islands 1965 to WGS 84 (1),transformation,4708,4326,DMA-Cck,1,1069,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
+15795,Tern Island 1961 to WGS 84 (1),transformation,4707,4326,DMA-Usa HI Tern,1,3181,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 1 satellite station. Same transformation parameter values related to same datum area given in original 1987 DMA TR8350.2 edition for Sorol Atoll.,"DMA / NIMA / NSA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
+15796,Iwo Jima 1945 to WGS 84 (1),transformation,4709,4326,DMA-Jpn IwoJ,1,3200,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
 15797,Ascension Island 1958 to WGS 84 (1),transformation,4712,4326,DMA-Shn Asc,1,3182,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 2 satellite stations.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15798,St. Helena 1971 to WGS 84 (1),transformation,4710,4326,DMA-Shn Hel,1,3183,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15799,Marcus Island 1952 to WGS 84 (1),transformation,4711,4326,DMA-Jpn Marcus,1,3203,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
+15798,St. Helena 1971 to WGS 84 (1),transformation,4710,4326,DMA-Shn Hel,1,3183,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
+15799,Marcus Island 1952 to WGS 84 (1),transformation,4711,4326,DMA-Jpn Marcus,1,3203,For military purposes only. Accuracy 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
 15800,Ayabelle Lighthouse to WGS 84 (1),transformation,4713,4326,DMA-Dji,1,1081,For military purposes only.  Accuracy 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15801,Bellevue to WGS 84 (1),transformation,4714,4326,DMA-Vut,1,3193,Millitary and topographic mapping; Accuracy +/- 20 m in each axis,35,9603,,,Derived at 3 satellite stations.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
+15801,Bellevue to WGS 84 (1),transformation,4714,4326,DMA-Vut,1,3193,Millitary and topographic mapping; Accuracy +/- 20 m in each axis,35,9603,,,Derived at 3 satellite stations.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
 15802,Camp Area Astro to WGS 84 (1),transformation,4715,4326,DMA-Ata McMurdo,1,3205,Miltiary and scientific mapping.,999,9603,,,No accuracy estimate available.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15803,Phoenix Islands 1966 to WGS 84 (1),transformation,4716,4326,DMA-Kir Phoenix,1,3196,Miltary and topographic mapping. Accuracy +/- 15 m in each axis.,26,9603,,,Derived at 4 satellite stations.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
+15803,Phoenix Islands 1966 to WGS 84 (1),transformation,4716,4326,DMA-Kir Phoenix,1,3196,Miltary and topographic mapping. Accuracy +/- 15 m in each axis.,26,9603,,,Derived at 4 satellite stations.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
 15804,Cape Canaveral to WGS 84 (1),transformation,4717,4326,DMA-Bha Usa-FL,1,3206,US space and military operations.  Accuracy +/- 3 m in each axis.,6,9603,,,Derived at 19 satellite stations.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15805,Solomon 1968 to WGS 84 (1),transformation,4718,4326,DMA-Slb Gizo,1,3198,Military and topographic mapping.  Accuracy +/- 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
+15805,Solomon 1968 to WGS 84 (1),transformation,4718,4326,DMA-Slb Gizo,1,3198,Military and topographic mapping.  Accuracy +/- 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
 15806,Easter Island 1967 to WGS 84 (1),transformation,4719,4326,DMA-Chl Easter,1,3188,Military and topographic mapping.  Accuracy +/- 25m in each axis,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15807,Solomon 1968 to WGS 84 (2),transformation,4718,4326,DMA-Slb Guad,2,3197,Military and topographic mapping.  Accuracy +/- 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15808,Diego Garcia 1969 to WGS 84 (1),transformation,4724,4326,DMA-Iot Garcia,1,3189,Military and topographic mapping. Accuracy +/- 25m in each axis.,44,9603,,,Derived at 2 satellite stations.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15809,Johnston Island 1961 to WGS 84 (1),transformation,4725,4326,DMA-Umi Johnston,1,3201,Military and topographic mapping.  Accuracy +/- 25m in each axis.,44,9603,,,Derived at 2 satellite stations. Note: NGA online html files carry a different dZ value - OGP believe this is an erroneous transcription from the TR8350.2 line above.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15810,Kusaie 1951 to WGS 84 (1),transformation,4735,4326,DMA-Fsm Carol,1,3192,Military and topographic mapping.  Accuracy +/- 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15811,Antigua 1943 to WGS 84 (2),transformation,4601,4326,DMA-Atg Ant,2,1273,Military mapping. Accuracy +/- 25m in each axis.,44,9603,,,Determined from 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
+15807,Solomon 1968 to WGS 84 (2),transformation,4718,4326,DMA-Slb Guad,2,3197,Military and topographic mapping.  Accuracy +/- 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
+15808,Diego Garcia 1969 to WGS 84 (1),transformation,4724,4326,DMA-Iot Garcia,1,3189,Military and topographic mapping. Accuracy +/- 25m in each axis.,44,9603,,,Derived at 2 satellite stations.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
+15809,Johnston Island 1961 to WGS 84 (1),transformation,4725,4326,DMA-Umi Johnston,1,3201,Military and topographic mapping.  Accuracy +/- 25m in each axis.,44,9603,,,Derived at 2 satellite stations. Note: NGA online html files carry a different dZ value - OGP believe this is an erroneous transcription from the TR8350.2 line above.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
+15810,Kusaie 1951 to WGS 84 (1),transformation,4735,4326,DMA-Fsm Carol,1,3192,Military and topographic mapping.  Accuracy +/- 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
+15811,Antigua 1943 to WGS 84 (2),transformation,4601,4326,DMA-Atg Ant,2,1273,Military mapping. Accuracy +/- 25m in each axis.,44,9603,,,Determined from 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
 15812,Deception Island to WGS 84 (1),transformation,4736,4326,DMA-Ata Dec,1,3204,Scientific mapping.  Accuracy +/- 20m in each axis.,35,9603,,,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15813,South Georgia 1968 to WGS 84 (1),transformation,4722,4326,DMA-Sgs Sgeorg,1,3187,Military and topographic mapping. Accuracy +/- 25m in each axis.,44,9603,,,Determined from 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15814,Little Cayman 1961 to WGS 84 (1),transformation,4726,4326,DMA-Cym Little Brac,1,3186,Military mapping.  Accuracy +/- 25m in each axis.,44,9603,,,Determined from 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
+15813,South Georgia 1968 to WGS 84 (1),transformation,4722,4326,DMA-Sgs Sgeorg,1,3187,Military and topographic mapping. Accuracy +/- 25m in each axis.,44,9603,,,Determined from 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
+15814,Little Cayman 1961 to WGS 84 (1),transformation,4726,4326,DMA-Cym Little Brac,1,3186,Military mapping.  Accuracy +/- 25m in each axis.,44,9603,,,Determined from 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
 15815,Pico de la Nieves to WGS 84 (1),transformation,4728,4326,DMA-Esp Canary,1,3199,Militaryand topographic mapping. Accuracy +/- 25m in each axis.,44,9603,,,Determined at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15816,Tristan 1968 to WGS 84 (1),transformation,4734,4326,DMA-Shn Tris,1,3184,Military and topographic mapping. Accuracy +/- 25m in each axis.,44,9603,,,Determined at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15817,Midway 1961 to WGS 84 (1),transformation,4727,4326,DMA-Umi Midway 1987,1,3202,Military and topographic mapping. Accuracy +/- 25m in each axis.,44,9603,,,"Derived at 1 satellite station. Information source states ""provided for historical purposes only. These parameter [values] should not be used"". Superseded by Midway 1961 to WGS 84 (2) (tfm code 15818).","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15818,Midway 1961 to WGS 84 (2),transformation,4727,4326,DMA-Umi Midway 2003,2,3202,Military and topographic mapping. Accuracy +/- 25m in each axis.,44,9603,,,Derived at 1 satellite station. Supersedes Midway 1961 to WGS 84 (1) (tfm code 15817).,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 2, 23rd June 2004)",OGP,2006-01-26,,1,0
-15819,Pitcairn 1967 to WGS 84 (1),transformation,4729,4326,DMA-Pcn Pitcairn Isl,1,3208,Millitary and topographic mapping. Accuracy +/- 25 m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15820,Santo 1965 to WGS 84,transformation,4730,4326,DMA-Vut,1,3194,For military and topographic mapping.  Accuracy 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15821,Viti Levu 1916 to WGS 84 (1),transformation,4731,4326,DMA-Fji,1,3195,For military and topographic mapping.  Accuracy +/-25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15822,Marshall Islands 1960 to WGS 84 (1),transformation,4732,4326,DMA-Mhl 1960,1,3191,For military and topographic mapping.  Accuracy +/-3 m in each axis.,6,9603,,,Derived at 10 satellite stations.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
-15823,Wake Island 1952 to WGS 84 (1),transformation,4733,4326,DMA-Mhl Wake,1,3190,For military and topographic mapping.  Accuracy +/-25m in each axis.,44,9603,,,Derived at 2 satellite stations.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
+15816,Tristan 1968 to WGS 84 (1),transformation,4734,4326,DMA-Shn Tris,1,3184,Military and topographic mapping. Accuracy +/- 25m in each axis.,44,9603,,,Determined at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
+15817,Midway 1961 to WGS 84 (1),transformation,4727,4326,DMA-Umi Midway 1987,1,3202,Military and topographic mapping. Accuracy +/- 25m in each axis.,44,9603,,,"Derived at 1 satellite station. Information source states ""provided for historical purposes only. These parameter [values] should not be used"". Replaced by Midway 1961 to WGS 84 (2) (tfm code 15818).","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-03-22,2006.89 2007.043,1,0
+15818,Midway 1961 to WGS 84 (2),transformation,4727,4326,DMA-Umi Midway 2003,2,3202,Military and topographic mapping. Accuracy +/- 25m in each axis.,44,9603,,,Derived at 1 satellite station. Replaces Midway 1961 to WGS 84 (1) (tfm code 15817).,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 2, 23rd June 2004)",OGP,2007-01-04,2006.89,1,0
+15819,Pitcairn 1967 to WGS 84 (1),transformation,4729,4326,DMA-Pcn Pitcairn Isl,1,3208,Millitary and topographic mapping. Accuracy +/- 25 m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
+15820,Santo 1965 to WGS 84 (1),transformation,4730,4326,DMA-Vut,1,3194,For military and topographic mapping.  Accuracy 25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
+15821,Viti Levu 1916 to WGS 84 (1),transformation,4731,4326,DMA-Fji,1,3195,For military and topographic mapping.  Accuracy +/-25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-07-30,,1,1
+15822,Marshall Islands 1960 to WGS 84 (1),transformation,4732,4326,DMA-Mhl 1960,1,3191,For military and topographic mapping.  Accuracy +/-3 m in each axis.,6,9603,,,Derived at 10 satellite stations.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
+15823,Wake Island 1952 to WGS 84 (1),transformation,4733,4326,DMA-Mhl Wake,1,3190,For military and topographic mapping.  Accuracy +/-25m in each axis.,44,9603,,,Derived at 2 satellite stations.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
 15824,Old Hawaiian to WGS 84 (3),transformation,4135,4326,DMA-Usa HI 1987,3,1334,"Military mapping.  Accuracy +/- 25m in X axis, +/- 20m in Y and Z axes.",38,9603,,,Derived at 15 satellite stations.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
 15825,Old Hawaiian to WGS 84 (4),transformation,4135,4326,DMA-Usa HI Haw 1991,4,1546,Military mapping.  Accuracy +/- 25m in each axis.,44,9603,,,Derived at 2 satellite stations.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
 15826,Old Hawaiian to WGS 84 (5),transformation,4135,4326,DMA-Usa HI Kauai 1991,5,1549,Military mapping.  Accuracy +/- 20m in each axis.,35,9603,,,Derived at 3 satellite stations.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-01-26,,1,0
@@ -1861,17 +2021,122 @@
 15839,NAD83 to WGS 84 (57),transformation,4269,4326,OGP-Usa PA,57,1407,Approximation at the +/- 1m level.,1,9613,,,Parameter files are from NAD83 to NAD83(HARN) (46) (code 15838) assuming that NAD83(HARN) is equivalent to WGS 84 within the accuracy of the transformation.,OGP,OGP,2006-01-31,,1,0
 15840,Old Hawaiian to WGS 84 (8),transformation,4135,4326,OGP-Usa HI 2m,8,1334,Accuracy of transformation consistent with equivalence of WGS 84 and NAD 84 for Hawaii Islands.  +/- 1 to 2 meters.,2,9613,,,Transformation steps are from Old Hawaiian to NAD83 (1) (code 1454) assuming that NAD83 is equivalent to WGS 84 within the accuracy of the transformation.,OGP,OGP,2006-01-26,,1,0
 15841,Puerto Rico to WGS 84 (4),transformation,4139,4326,OGP-Pri 2m,4,1194,Accuracy of transformation consistent with equivalence of WGS 84 and NAD 83 for Puerto Rico.  +/- 1 to 2 meters.,2,9613,,,Transformation steps are from Puerto Rico to NAD83 (1) (code 1461) assuming that NAD83 is equivalent to WGS 84 within the accuracy of the transformation.,OGP,OGP,2006-01-26,,1,0
-15842,Hong Kong 1963(67) to WGS 84 (1),transformation,4739,4326,UKHO-Hkg,1,1118,Military mapping.  Accuracy +/- 1m.,1,9603,,,Derived at 2 satellite stations. Care: does not use Hong Kong 1963 (code 4838) as the source CRS.,"UK Hydrographic office and DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-02-03,,1,0
+15842,Hong Kong 1963(67) to WGS 84 (1),transformation,4739,4326,UKHO-Hkg,1,1118,Military mapping.  Accuracy +/- 1m.,1,9606,,,Derived at 2 satellite stations. Care: does not use Hong Kong 1963 (code 4838) as the source CRS.,"UK Hydrographic office and DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2007-01-04,2006.89,1,0
+15843,PZ-90 to WGS 84 (1),transformation,4740,4326,GiK-World,1,1262,Geodetic applications. Accuracy better than 1.5 metres.,1,9607,,,Derived at 30 points throughout Russia.,"Geodeziya i Katografiya, 1993.",OGP,2006-03-16,,1,0
+15844,Pulkovo 1942 to PZ-90 (1),transformation,4284,4740,GiK-Rus,1,1198,Accuracy within area of primary CS42 control = 1 to 2m; accuracy at distnt points 3 to 4 m.,4,9607,,,Derived at 30 points throughout Russia.,"Geodeziya i Katografiya, 1993.",OGP,2006-03-16,,1,0
 15845,Pampa del Castillo to WGS 84 (1),transformation,4161,4326,UNO-Arg ComRiv,1,1265,Geodetic surveying within the oil industry. Accuracy 25 m.,25,9603,,,Transformation parameter precision given to millimetres in information source but due to accuracy rounded to nearest decimetre for EPSG database.,"Clifford J.Mugnier in Photogrammetric Engineering and Remote Sensing, December 1999. www.asprs.org/",OGP,2006-02-03,,1,0
 15846,Egypt Gulf of Suez S-650 TL to WGS 84 (2),transformation,4706,4326,Racal-Egy GoS,2,2341,Used for oil exploration by GUPCO.,5,9603,,,"Sometime referred to as ""Egypt 1907 to WGS 84"". However, application to WGS 84 coordinates of the reverse of this tfm results in Gulf of Suez S-650 TL, not Egypt 1907, position. Gulf of Suez S-650 TL and Egypt 1907 CRSs differ by some 20 metres.",Maridive,OGP,2006-02-03,,1,0
 15847,MOP78 to WGS 84 (2),transformation,4639,4326,IGN-Wlf Wallis,2,2815,Accuracy +/- 10 metres.,10,9603,,,Replaces information from 2001 (tfm code 1925).,IGN Paris (2005).,OGP,2006-02-08,,1,0
 15848,ST84 Ile des Pins to WGS 84 (2),transformation,4642,4326,IGN-Ncl Pins,2,2820,Accuracy +/- 10 metres.,10,9603,,,,IGN Paris.,OGP,2006-02-09,,1,0
 15849,Beduaram to WGS 84 (2),transformation,4213,4326,ELF-Ner SE 91,2,2771,Oil exploration.,15,9603,,,Used by Elf / CGG between December 1991 and March 1992. Probably derived from results of concatenated tfm Beduaram to WGS 84 (1) (code 8634).,Total,OGP,2006-02-10,,1,0
 15850,IGN 1962 Kerguelen to WGS 84 (1),transformation,4698,4326,IGN-Atf Kerg,1,2816,Accuracy +/- 10 metres.,10,9603,,,Also published in US NIMA/NGA TR8350.2 which gives accuracy of +/-25m in each axis and states that derived at one station.,IGN Paris.,OGP,2005-11-23,,1,0
+15851,NAD27 to WGS 84 (79),transformation,4267,4326,OGP-Usa Conus,79,2374,"Recommended for oil industry use in US Gulf of Mexico (GoM). Accuracy at 67% confidence level is 0.15m onshore, 5m nearshore and undetermined farther offshore.",5,9613,,,Transformation taken from NAD27 to NAD83 (1) (code 1241) assuming that NAD83 is equivalent to WGS 84 within the accuracy of this tfm. Uses NADCON method which expects longitudes positive west; EPSG CRS codes 4267 and 4326 have longitudes positive east.,OGP,OGP,2006-03-06,,1,0
+15852,NAD27 to WGS 84 (80),transformation,4267,4326,JECA-Usa GoM E,80,3358,Oil exploration and production. Horizontal transformation accuracy (1 sigma) is considered to be at the +/- 5 meter level.,5,9603,,,Developed by John E Chance and Associates. Replaced by NAD27 to WGS 84 (79) (tfm code 15851).,Fugro Chance,OGP,2007-03-22,2006.83 2007.043,1,0
+15853,NAD27 to WGS 84 (81),transformation,4267,4326,JECA-Usa GoM C,81,3359,Oil exploration and production. Horizontal transformation accuracy (1 sigma) is considered to be at the +/- 5 meter level.,5,9603,,,Developed by John E Chance and Associates. Replaced by NAD27 to WGS 84 (79) (tfm code 15851).,Fugro Chance,OGP,2007-03-22,2007.043,1,0
+15854,NAD27 to WGS 84 (82),transformation,4267,4326,JECA-Usa GoM W,82,3360,Oil exploration and production. Horizontal transformation accuracy (1 sigma) is considered to be at the +/- 5 meter level.,5,9603,,,Developed by John E Chance and Associates. Replaced by NAD27 to WGS 84 (79) (tfm code 15851).,Fugro Chance,OGP,2007-03-22,2006.83 2007.043,1,0
+15855,NAD27 to WGS 84 (83),transformation,4267,4326,JECA-Mex GoM Tam,83,3361,Oil exploration and production. Horizontal transformation accuracy (1 sigma) is considered to be at the +/- 5 meter level.,5,9603,,,"Developed by John E Chance and Associates at 21 deg 55 min North, 97 deg 20 min West. Geoid height used =-17m.",Fugro Chance,OGP,2006-09-28,2006.83,1,0
+15856,NAD27 to WGS 84 (84),transformation,4267,4326,ESC-Usa GoM,84,3357,Oil exploration and production. Accuracy 8 metres.,8,9603,,,Developed by EnSoCo Inc. Replaced by NAD27 to WGS 84 (79) (tfm code 15851).,EnSoCo,OGP,2007-03-22,2007.043,1,0
+15857,IGN Astro 1960 / UTM zone 28N to Mauritania 1999 / UTM zone 28N (1),transformation,3367,3343,MMI-Mau W,1,2971,Minerals management. Accuracy 40m. Oil industry considers Mining Cadastre 1999 to be exactly defined by reverse application of this transformation to Mauritania 1999 coordinates.,40,9624,,,Parameter values consistent with the OGP Affine parametric transformation method derived by OGP from the published Helmert 2D parameter values. May be used for transformations to WGS 84 - see tfm code 15861.,"""Resultats des calculs de la campagne geodesique realisee dans le cadre du projet du cadastre minier"", Direction de la Topographie et de la Cartographie, July 1999.",OGP,2006-03-16,,1,0
+15858,IGN Astro 1960 / UTM zone 29N to Mauritania 1999 / UTM zone 29N (1),transformation,3368,3344,MMI-Mau C,1,2970,Minerals management. Accuracy 40m. Oil industry considers Mining Cadastre 1999 to be exactly defined by reverse application of this transformation to Mauritania 1999 coordinates.,40,9624,,,Parameter values consistent with the OGP Affine parametric transformation method derived by OGP from the published Helmert 2D parameter values. May be used for transformations to WGS 84 - see tfm code 15862.,"""Resultats des calculs de la campagne geodesique realisee dans le cadre du projet du cadastre minier"", Direction de la Topographie et de la Cartographie, July 1999.",OGP,2006-03-16,,1,0
+15859,IGN Astro 1960 / UTM zone 30N to Mauritania 1999 / UTM zone 30N (1),transformation,3369,3345,MMI-Mau E,1,2969,Minerals management. Accuracy 40m. Oil industry considers Mining Cadastre 1999 to be exactly defined by reverse application of this transformation to Mauritania 1999 coordinates.,40,9624,,,Parameter values consistent with the OGP Affine parametric transformation method derived by OGP from the published Helmert 2D parameter values. May be used for transformations to WGS 84 - see tfm code 15863.,"""Resultats des calculs de la campagne geodesique realisee dans le cadre du projet du cadastre minier"", Direction de la Topographie et de la Cartographie, July 1999.",OGP,2006-03-16,,1,0
+15860,Mauritania 1999 to WGS 84 (1),transformation,4702,4326,OGP-Mau,1,1157,Minerals management. Accuracy 1m.,1,9603,,,Mauritania 1999 can be considered to be the same as WGS 84 within the accuracy of this transformation.,OGP,OGP,2006-03-16,,1,0
+15861,IGN Astro 1960 / UTM zone 28N to WGS 84 / UTM zone 28N (1),transformation,3367,32628,OGP-Mau W,1,2971,"Minerals management. Accuracy 40m. However, oil industry considers Mining Cadastre 1999 to be exactly defined by reverse application of this transformation to WGS 84 coordinates.",40,9624,,,Transformation taken from IGN Astro 1960 / UTM zone 28N to Mauritania 1999 / UTM zone 28N (1) (tfm code 15857) assuming that Mauritania 1999 is equivalent to WGS 84 within the accuracy of this tfm.,OGP,OGP,2006-03-16,,1,0
+15862,IGN Astro 1960 / UTM zone 29N to WGS 84 / UTM zone 29N (1),transformation,3368,32629,OGP-Mau C,1,2970,"Minerals management. Accuracy 40m. However, oil industry considers Mining Cadastre 1999 to be exactly defined by reverse application of this transformation to WGS 84 coordinates.",1,9624,,,Transformation taken from IGN Astro 1960 / UTM zone 29N to Mauritania 1999 / UTM zone 29N (1) (tfm code 15858) assuming that Mauritania 1999 is equivalent to WGS 84 within the accuracy of this tfm.,OGP,OGP,2006-03-16,,1,0
+15863,IGN Astro 1960 / UTM zone 30N to WGS 84 / UTM zone 30N (1),transformation,3369,32630,OGP-Mau E,1,2969,"Minerals management. Accuracy 40m. However, oil industry considers Mining Cadastre 1999 to be exactly defined by reverse application of this transformation to WGS 84 coordinates.",1,9624,,,Transformation taken from IGN Astro 1960 / UTM zone 30N to Mauritania 1999 / UTM zone 30N (1) (tfm code 15859) assuming that Mauritania 1999 is equivalent to WGS 84 within the accuracy of this tfm.,OGP,OGP,2006-03-16,,1,0
+15864,NAD27 to WGS 84 (85),transformation,4267,4326,OGP-Usa AK,85,2373,"Accuracy at 67% confidence level is 0.15m onshore, 5m nearshore and undetermined farther offshore.",5,9613,,,Transformation taken from NAD27 to NAD83 (1) (code 1243) assuming that NAD83 is equivalent to WGS 84 within the accuracy of this tfm. Uses NADCON method which expects longitudes positive west; EPSG CRS codes 4267 and 4326 have longitudes positive east.,OGP,OGP,2006-03-16,,1,0
+15865,Pulkovo 1942 to WGS 84 (16),transformation,4284,4326,OGP-Rus,16,1198,Accuracy 4 metres.,4,9607,,,Derived via PZ-90 at 30 stations throughout Russia.,"Geodeziya i Katografiya, 1993.",OGP,2006-03-16,,1,0
+15866,FD54 to ED50 (1),transformation,4741,4230,KMS-Fro,1,3248,Defines ED50 in the Faroe Islands: transformation therefore considered exact.,0,9603,,,Derived at 3 points in 1976. This transformation then used to define ED50 on the Faroe Islands.,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-03-16,,1,0
+15867,PD/83 to ETRS89 (1),transformation,4746,4258,BKG-Deu Thur,1,2544,For applications with an accuracy at 0.1m level,0.1,9606,,,Derived at 10 points of the German GPS Network DREF.,Institute for Cartography and Geodesy; Leipzig via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,OGP,2006-06-12,,1,0
+15868,RD/83 to ETRS89 (1),transformation,4745,4258,BKG-Deu Sach,1,2545,For applications with an accuracy at 0.1m level,0.1,9606,,,"Derived in 2001 at 31 points of the German GPS Network DREF in former East Germany. Although for high accuracy limited to Saxony, may be taken as approximate transformation between DHDN and WGS 84 for all former East German states - see code 15869.",Institute for Cartography and Geodesy; Leipzig via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,OGP,2006-06-12,,1,0
+15869,DHDN to WGS 84 (3),transformation,4314,4326,OGP-Deu E,3,1343,For applications with an accuracy at 2m level,2,9606,,,Parameter values taken from RD/83 to ETRS89 (1) (tfm code 15868) assuming that within the accuracy of the transformation ETRS89 is equivalent to WGS 84 and RD/83 is equivalent to DHDN.,OGP,OGP,2006-12-29,2006.894 2006.992,1,0
+15870,Jouik 1961 to WGS 84 (1),transformation,4679,4326,Wood-Mrt,1,2967,Hydrographic survey,1,9603,,,Derived at 5 points in 2002.,Woodside,OGP,2006-06-12,,1,0
+15871,Nahrwan 1967 to WGS 84 (6),transformation,4270,4326,IGN-Irq,6,1124,Oil exploration.,5,9603,,,Derived by concatenation of parameter values published by IGN Paris from Nahrwan 1967 to WGS 72 at the Nahrwan SE Base trig station near Baghdad with DMA WGS 72 to WGS 84 parameter values.,Total,OGP,2006-06-12,,1,0
+15872,Karbala 1979 (Polservice) to WGS 84 (1),transformation,4743,4326,OEC-Irq Bas,1,3397,Oil exploration.,5,9603,,,Derived from shifts in UTM rectangular coordinates for Basra area provided by Iraq National Oil Exploration Company.,Total,OGP,2006-06-12,,1,0
+15873,Douala 1948 to WGS 84 (1),transformation,4192,4326,Tot-Cmr,1,2555,Oil exploration.,10,9603,,,Derived at Manoca tower assuming the pyramid on the tower and the centre of the tower resevoir are co-located. This assumption carries a few metres uncertainty.,Total,OGP,2006-06-12,,1,0
+15874,Nord Sahara 1959 to WGS 84 (7),transformation,4307,4326,ENG-Dza Mou,7,3402,Oil exploration and production. Accuracy 5m.,5,9603,,,"Derived at 11 stations throughout blocks 317b, 319b, 321b and 322b. Network based on station P4 (horizontal) and benchmark RN51 (vertical) using EGM96 geoid height. Used by Statoil in Hassi Mouina.",Enageo via Sonartrach.,OGP,2006-07-14,,1,0
+15875,Fiji 1956 to WGS 84 (1),transformation,4721,4326,DGC-Fji,1,3398,"For military purposes.  Accuracy 5m, 3m and 2m in X, Y and Z axes.",7,9603,,,Derived at 20 stations.,UK Defence Geographic Centre,OGP,2006-07-19,,1,0
+15876,Fiji 1986 to WGS 84 (1),transformation,4720,4326,OGP-Fji,1,1094,tbc,2,9606,,,Approximation at the +/- 2m level assuming that Fiji 1986 is equivalent to WGS 72. Parameter values taken from WGS 72 to WGS 84 (1) (tfm code 1237).,OGP,OGP,2006-07-19,,1,0
+15877,Fiji 1986 to WGS 84 (2),transformation,4720,4326,FD-Fji,2,3398,"Horizontal accuracy 2m, vertical accuracy approximately 40 metres..",40,9607,,,Suitable for GIS mapping purposes but not rigorous surveying. Very similar results may be obtained through Fiji 1986 to WGS 84 (1) (tfm code 15876).,Fiji Forest Department via SOPAC,OGP,2006-07-19,,1,0
+15878,Vanua Levu 1915 to WGS 84 (1),transformation,4748,4326,OGP-Fji,1,3401,For applications with an accuracy of +/-50m.,50,9603,,,Approximation at the +/- 50m level assuming that Vanua Levu 1915 is equivalent to Vitu Levu 1912 within the accuracy of the transformation. Parameter values taken from Vitu Levu 1912 to WGS 84 (1) (tfm code 15897).,OGP,OGP,2006-07-19,,1,0
+15879,GR96 to WGS 84 (1),transformation,4747,4326,OGP-Grl,1,1107,For applications with an accuracy of +/- 1m.,1,9603,,,Approximation at the +/- 1m level assuming that GR96 is equivalent to WGS 84 within the accuracy of the transformation.,OGP,OGP,2006-07-19,,1,0
+15880,RGNC91-93 to WGS 84 (1),transformation,4749,4326,IGN-Ncl,1,1174,Accuracy +/- 1 metre.,1,9603,,,,IGN Paris.,OGP,2006-07-21,,1,0
+15881,ST87 Ouvea to WGS 84 (2),transformation,4750,4326,BGN-Ncl,2,2813,Accuracy better than +/- 1 metre.,1,9603,,,Parameter values taken from ST87 Ouvea to RGNC91-93 (1) ( code 15885) assuming that RGNC91-93 is equivalent to WGS 84 to within the accuracy of the transformation.,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-21,,1,0
+15882,IGN72 Grande Terre to RGNC91-93 (1),transformation,4662,4749,BGN-Ncl 2m,1,2822,Accuracy better than +/- 2 metres.,2,9603,,,Determined in May 2001. May be taken as approximate transformation to WGS 84 - see IGN72 Grande Terre to WGS 84 (3) (code 15903).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-08-01,,1,0
+15883,IGN56 Lifou to RGNC91-93 (1),transformation,4633,4749,BGN-Ncl 1m,1,2814,Accuracy better than +/- 1 metre.,1,9603,,,Determined in April 1993. May be taken as approximate transformation to WGS 84 - see IGN56 Lifou to WGS 84 (3) (code 15902).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-08-01,,1,0
+15884,IGN53 Mare to RGNC91-93 (1),transformation,4641,4749,BGN-Ncl 1m,1,2819,Accuracy better than +/- 2 metres.,2,9603,,,"Determined in April 1993, modified in December 1999. May be taken as approxinate transformation to WGS 84: see IGN53 Mare to WGS 84 (3) (code 15901).","Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-31,,1,0
+15885,ST87 Ouvea to RGNC91-93 (1),transformation,4750,4749,BGN-Ncl 1m,1,2813,Accuracy better than +/- 0.5 metre.,0.5,9603,,,Determined in December 1999. May be used as approximate transformation to WGS 84 - see ST87 Ouvea to WGS 84 (2) (code 15881).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-31,,1,0
+15886,NEA74 Noumea to RGNC91-93 (1),transformation,4644,4749,BGN-Ncl 1m,1,2823,Accuracy better than +/- 1 metre.,1,9603,,,Determined in July 2000. May be taken as approximate transformation to WGS 84 - see NEA74 Noumea to WGS 84 (3) (code 15904).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-31,,1,0
+15887,IGN72 Grande Terre to RGNC91-93 (2),transformation,4662,4749,BGN-Ncl 1m,2,2822,Accuracy better than +/- 0.3 metre.,0.3,9607,,,Determined in April 1993.,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-08-01,,1,0
+15888,IGN72 Grande Terre to RGNC91-93 (3),transformation,4662,4749,BGN-Ncl Noum 0.1m,3,2823,Accuracy better than +/- 0.1 metre.,0.1,9607,,,Determined in July 2000,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-31,,1,0
+15889,NEA74 Noumea to RGNC91-93 (2),transformation,4644,4749,BGN-Ncl 0.1m,2,2823,Accuracy better than +/- 0.1 metre.,0.1,9607,,,Determined in May 2001,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-31,,1,0
+15890,IGN56 Lifou to RGNC91-93 (2),transformation,4633,4749,BGN-Ncl 0.1m,2,2814,Accuracy better than +/- 0.1 metre.,0.1,9607,,,Determined in April 1993.,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-31,,1,0
+15891,IGN53 Mare to RGNC91-93 (2),transformation,4641,4749,BGN-Ncl 0.1m,2,2819,Accuracy better than +/- 0.1 metre.,0.1,9607,,,"Determined in April 1993, modified in December 1999.","Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-31,,1,0
+15892,ST87 Ouvea to RGNC91-93 (2),transformation,4750,4749,BGN-Ncl 0.1m,2,2813,Accuracy better than +/- 0.1 metre.,0.1,9607,,,Determined in December 1999.,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-31,,1,0
+15893,ST84 Ile des Pins to RGNC91-93 (1),transformation,4642,4749,BGN-Ncl 0.1m,1,2820,Accuracy better than +/- 0.1 metre.,0.1,9607,,,Determined in December 1999.,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-31,,1,0
+15894,SIRGAS 2000 to WGS 84 (1),transformation,4674,4326,OGP-C&S America,1,3418,Accuracy 1m.,1,9603,,,,OGP,OGP,2006-07-21,,1,0
+15895,ED50 to ETRS89 (11),transformation,4230,4258,IGN-Esp,11,3429,For applications to an accuracy of 10-15cm (95% confidence) for Spain mainland and about 4cm (95%) for Balearic Islands.,0.2,9615,,,May be taken as approximate transformation ED50 to WGS 84 - see code 15907. NOTE: Parameter file is non-conformant with NTv2 specification - replaced by ED50 to ETRS89 (12) (code 15932).,"Instituto Geográfico Nacional, www.cnig.es",OGP,2007-03-27,2006.73 2007.042,1,0
+15896,Kertau (RSO) to Kertau 1968 (1),transformation,4751,4245,OGP-Mys,1,1309,For transformation of MRT68 RSO grid coordinates to other datums.,0,9603,,,"To transform Kertau (RSO) to WGS 84, see concatenated transformation code 8659.",OGP,OGP,2006-07-24,,1,0
+15897,Viti Levu 1912 to WGS 84 (1),transformation,4752,4326,DMA-Fji,1,3195,For military and topographic mapping.  Accuracy +/-25m in each axis.,44,9603,,,Derived at 1 satellite station.,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)",OGP,2006-07-30,,1,0
+15898,Qornoq to GR96 (1),transformation,4747,4747,KMS-Grl,1,1107,For applications with an accuracy of +/- 1m.,1,9606,,,Derived via NWL 9D.,OGP,OGP,2006-07-30,,1,0
+15899,Scoresbysund 1952 to GR96 (1),transformation,4195,4747,KMS-Grl,1,1107,For applications with an accuracy of +/- 1m.,1,9606,,,Derived via NWL 9D.,OGP,OGP,2006-07-30,,1,0
+15900,Ammassalik 1958 to GR96 (1),transformation,4196,4747,KMS-Grl,1,1107,For applications with an accuracy of +/- 1m.,1,9606,,,Derived via NWL 9D.,OGP,OGP,2006-07-30,,1,0
+15901,IGN53 Mare to WGS 84 (3),transformation,4641,4326,BGN-Ncl,3,2819,Accuracy 2 metres.,2,9603,,,Parameter values taken from IGN53 Mare to RGNC91-93 (1) ( code 15884) assuming that RGNC91-93 is equivalent to WGS 84 to within the accuracy of the transformation.,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-12-29,2006.98,1,0
+15902,IGN56 Lifou to WGS 84 (3),transformation,4633,4326,BGN-Ncl,3,2814,Accuracy 1 metre.,1,9603,,,Parameter values taken from IGN56 Lifou to RGNC91-93 (1) ( code 15883) assuming that RGNC91-93 is equivalent to WGS 84 to within the accuracy of the transformation.,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-08-01,,1,0
+15903,IGN72 Grande Terre to WGS 84 (3),transformation,4662,4326,BGN-Ncl,3,2822,Accuracy +/- 2 metres.,2,9603,,,Parameter values taken from IGN72 Grande Terre to RGNC91-93 (1) ( code 15882) assuming that RGNC91-93 is equivalent to WGS 84 to within the accuracy of the transformation.,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-08-01,,1,0
+15904,NEA74 Noumea to WGS 84 (2),transformation,4644,4326,BGN-Ncl,2,2823,Accuracy 1 metre.,1,9603,,,Parameter values taken from NEA74 Noumea to RGNC91-93 (1) ( code 15886) assuming that RGNC91-93 is equivalent to WGS 84 to within the accuracy of the transformation.,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-08-01,,1,0
+15905,Viti Levu 1912 / Viti Levu Grid to Fiji 1986 / Fiji Map Grid (1),transformation,3140,3143,DLAS-Fji Viti,1,3195,Accuracy although normally better than 0.2m can be up to 1m in error.,1,9645,,,"Coefficients A for easting, B for northing. DLAS embed Xs and Ys in the polynomial portion of the EPSG general polynomial method formula. Coefficients Au0v1 & Bu1v0 given by DLAS as 201203.51 & 201203.45 modified for EPSG formula by subtracting (1/ms).",Department of Lands and Survey.,OGP,2006-08-14,,1,1
+15906,Vanua Levu 1915 / Vanua Levu Grid to Fiji 1986 / Fiji Map Grid (1),transformation,3139,3143,DLAS-Fji Vanua,1,3401,Accuracy although normally better than 0.2m can be up to 1m in error.,1,9645,,,"Coefficients A for easting, B for northing. DLAS embed Xs and Ys in the polynomial portion of the EPSG general polynomial method formula. Coefficients Au0v1 & Bu1v0 given by DLAS as 201051.66 & 201123.25 modified for EPSG formula by subtracting (1/ms).",Department of Lands and Survey.,OGP,2006-08-14,,1,1
+15907,ED50 to WGS 84 (40),transformation,4230,4326,OGP-Esp,40,3429,For applications to an accuracy of 1 metre.,1,9615,,,Parameter values from ED50 to ETRS89 (11) (code 15895). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation. NOTE: Parameter file is non-conformant with NTv2 specification - replaced by ED50 to WGS 84 (41).,OGP,OGP,2007-03-27,2007.042,1,0
+15908,LGD2006 to WGS 84 (1),transformation,4754,4326,SDL-Lby,1,1143,For applications to an accuracy of 0.1 metre.,0.1,9603,,,Derived at 5 stations throughout Libya used to define LGD2006 in May 2006.,Survey Department of Libya.,OGP,2006-09-21,,1,0
+15909,ELD79 to WGS 84 (8),transformation,4159,4326,SDL-Lby,8,3271,For applications to an accuracy of 5 metres.,5,9603,,,Derived at 29 stations throughout Libya in May 2006.,Survey Department of Libya.,OGP,2007-01-17,2007.006,1,0
+15910,ELD79 to LGD2006 (1),transformation,4159,4754,SDL-Lby,1,3271,For applications to an accuracy of 2 metres.,5,9603,,,Derived at 29 stations throughout Libya in May 2006.,Survey Department of Libya.,OGP,2006-08-25,,1,1
+15911,ID74 to DGN95 (1),transformation,4238,4755,Bak-Idn,1,1122,"Standard deviations of translations are 1.3, 1.1 and 3.6m, of rotations 0.11, 0.06 and 0.04 sec and ppm 0.18.",3,9607,,,Derived at 38 stations. May be taken as a tfm ID74 to WGS 84 - see tfm 1823.,Bakosurtanal.,OGP,2006-08-25,,1,0
+15912,DGN95 to WGS 84 (1),transformation,4755,4326,OGP-Idn,1,1122,Accuracy 1 metre.,1,9603,,,Approximation at the +/- 1m level assuming that DGN95 is equivalent to WGS 84 within the accuracy of the transformation.,OGP,OGP,2006-08-25,,1,0
+15913,NAD27 to WGS 84 (86),transformation,4267,4326,JECA-Mex GoM CamN,86,3461,Oil exploration and production. Horizontal transformation accuracy (1 sigma) is considered to be at the +/- 5 meter level.,5,9603,,,"Developed by John E Chance and Associates at 21 deg 33 min North, 92 deg 33 min West. Geoid height used =-16.7m.",Fugro Chance,OGP,2006-09-28,,1,0
 15914,BLM zone 14N (US survey feet),conversion,,,,,2171,US survey foot form of UTM zone 14N,0,9807,,,"Sometimes locally referred to as ""UTM zone 14"".",Minerals Management Service offshore protraction diagrams.,EPSG,2002-02-12,95.30  96.29  2002.12,1,0
 15915,BLM zone 15N (US survey feet),conversion,,,,,2172,US survey foot form of UTM zone 15N,0,9807,,,"Sometimes locally referred to as ""UTM zone 15"".",Minerals Management Service offshore protraction diagrams.,EPSG,2002-02-12,95.30  96.29  2002.12,1,0
 15916,BLM zone 16N (US survey feet),conversion,,,,,2173,US survey foot form of UTM zone 16N,0,9807,,,"Sometimes locally referred to as ""UTM zone 16"".",Minerals Management Service offshore protraction diagrams.,EPSG,2002-02-12,95.30  96.29  2002.12,1,0
 15917,BLM zone 17N (US survey feet),conversion,,,,,2174,US survey foot form of UTM zone 17N,0,9807,,,"Sometimes locally referred to as ""UTM zone 17"".",Minerals Management Service offshore protraction diagrams.,EPSG,2002-02-12,95.30  96.29  2002.12,1,0
+15918,Beijing 1954 to WGS 84 (1),transformation,4214,4326,BGP-Chn Ord,1,3466,Geophysical exploration in Ordos basin. Accuracy stated as 1m within basin.,1,9603,,,Provided by BGP to TOTAL in June 2006.,BGP,OGP,2006-10-30,,1,0
+15919,Beijing 1954 to WGS 84 (2),transformation,4214,4326,BP-Chn YS,2,3469,Geophysical exploration in Yellow Sea.,15,9606,,,Derived via WGS 72BE. Original transformation derived in 1979 at 4 stations on Yellow Sea coast.,BP,OGP,2006-11-17,,1,0
+15920,Beijing 1954 to WGS 84 (3),transformation,4214,4326,GSI-Chn SCS,3,3470,Geophysical exploration in South China Sea.,15,9606,,,"Derived via WGS 72BE. Original transformation derived by GSI in 1980-81. The GSI memo incorrectly gave the parameters as from WGS 72 to Beijing 1954, but it has been determined by the OGP that the memo should have stated from Beijing 1954 to WGS 72BE.",ExxonMobil. Also Total via SSB in 1981.,OGP,2006-11-17,,1,0
+15921,Beijing 1954 to WGS 84 (4),transformation,4214,4326,BGP-Chn Tarim,4,3507,Geophysical exploration in Tarim basin. Accuracy stated as 1m within basin.,1,9603,,,Provided by BGP to ELF in 1994.,BGP,OGP,2007-03-13,2007.039,1,0
+15922,Kertau 1968 / Singapore Grid to SVY21 / Singapore TM (1),transformation,24500,3414,OGP-SGP,1,1210,Approximation at the 2m level.,2,9656,,,Use similarity transformation for accurate results.,OGP,OGP,2007-01-11,,1,0
+15923,ELD79 to WGS 84 (9),transformation,4159,4326,TOT-Lby Cyr,9,3477,Oil and gas exploration.,2,9603,,,Derived by SDL for Total in Cyrenaica blocks 2 & 4.,Total,OGP,2007-01-18,,1,0
+15924,ELD79 to LGD2006 (1),transformation,4159,4754,SDL-Lby,1,3271,For applications to an accuracy of 5 metres.,5,9603,,,Derived at 29 stations throughout Libya in May 2006.,Survey Department of Libya.,OGP,2007-01-18,,1,0
+15925,JAD2001 to WGS 84 (1),transformation,4758,4326,NLA-Jam,1,1128,For all practical purposes JAD2001 can be considered to be coincident with  WGS 84.,0,9603,,,,National Land Agency,OGP,2007-01-19,,1,0
+15926,JAD69 to JAD2001 (1),transformation,4242,4758,NLA-Jam,1,3342,Accuracy 0.3 to 0.5 metres.,0.5,9607,,,May be used as tfm to WGS 84 - see JAD69 to WGS 84 (3) (tfm code 15927).,National Land Agency of Jamaica,OGP,2007-01-19,,1,0
+15927,JAD69 to WGS 84 (3),transformation,4242,4326,UT-Jam 1m,3,3342,For applications requiring 1m accuracy.,1,9607,,,"Derived at 4 stations, tested at a further 9. Also used as tfm to JAD69 to JAD2001 (see code 15926).
+Note: Info source paper contains an error in sign of dS, subsequently confirmed by primary author and NLA of Jamaica, and corrected in this record.","""GPS Coordinate Transformation Parameters for Jamaica"", Newsome and Harvey, Survey Review Volume 37 Number 289 (July 2003), but with an error in sign of dS confirmed by author and NLA.",EPSG,2007-02-05,,1,0
+15928,BD72 to ETRS89 (2),transformation,4313,4258,IGN-Bel 0.2m,2,1044,For applications to an accuracy of 0.2 metre.,0.2,9607,,,May be taken as approximate transformation BD72 to WGS 84 - see code 15929. Scale difference is given by information source as -1.0000012747. Given in this record in ppm to assist application usage.,IGN Brussels www.ngi.be,OGP,2007-03-01,,1,0
+15929,BD72 to WGS 84 (3),transformation,4313,4326,IGN-Bel 0.2m,3,1044,For applications to an accuracy of 0.5 metre.,0.2,9607,,,Parameter values from BD72 to ETRS89 (2) (code 15928). Scale difference is given by information source as -1.0000012747. Given in this record in ppm to assist application usage.,IGN Brussels www.ngi.be,OGP,2007-03-01,,1,0
+15930,NAD83(HARN) to NAD83(NSRS2007) (1),transformation,4152,4326,OGP-USA conus,1,1323,For applications to an accuracy of 0.2 metre.,0.1,9603,,,"Accuracy 0.1 to 0.2m in California, 0.05-0.11 in Oregon, elsewhere better than 0.05m.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+15931,NAD83(NSRS2007) to WGS 84 (1),transformation,4759,4326,OGP-USA conus AK,1,1511,For applications to an accuracy of 1 metre.,1,9603,,,Approximation at the +/- 1m level assuming that NAD83(NSRS2007) is equivalent to WGS 84 within the accuracy of the transformation.,OGP,OGP,2007-05-29,,1,0
+15932,ED50 to ETRS89 (12),transformation,4230,4258,IGN-Esp v2,12,3429,For applications to an accuracy of 10-15cm (95% confidence) for Spain mainland and about 4cm (95%) for Balearic Islands.,0.2,9615,,,Replaces ED50 to ETRS89 (11) (code 15895)  - see supersession record. May be taken as approximate transformation ED50 to WGS 84 - see code 15933.,"Instituto Geográfico Nacional, www.cnig.es",OGP,2007-03-27,,1,0
+15933,ED50 to WGS 84 (41),transformation,4230,4326,OGP-Esp v2,41,3429,For applications to an accuracy of 1 metre.,1,9615,,,Parameter values from ED50 to ETRS89 (12) (code 15932). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation. Replaces ED50 to WGS 84 (40) - see supersession record.,OGP,OGP,2007-03-27,,1,0
+15934,Amersfoort to WGS 84 (3),transformation,4289,4326,OGP-Nld,3,1275,Approximation at the +/- 1m level.,1,9607,,,Parameter values from Amersfoort to ETRS89 (3) (code 15739) assuming that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation. Replaces Amersfoort to WGS 84 (2) (code 1672).,OGP,OGP,2007-04-10,,1,0
+15935,Beijing 1954 to WGS 84 (5),transformation,4214,4326,Shlt-Chn BeiBu,5,3507,Geophysical exploration in Bei Bu basin. Accuracy stated as 1m within basin.,10,9606,,,Concatenated via WGS 72BE. Recomputation by Shelltech in 1981 of SSB 1980 observation.,Total,OGP,2007-04-20,,1,0
+15936,Beijing 1954 to WGS 84 (6),transformation,4214,4326,Sino-Chn Ord,6,3466,Geophysical exploration in Orduz basin. Accuracy stated as 1m within basin.,1,9603,,,Provided by Sinopec to TOTAL in January 2007.,Total,OGP,2007-04-20,,1,0
+15937,Nahrwan 1967 to WGS 84 (7),transformation,4270,4326,TOT-UAE Abd,7,3509,Oil exploration.,2,9603,,,Parameter values adopted by Total are mean of those derived by Oceonics and Geoid through ties at station TC58  to 4 IGS stations in  March 1995.,Total,OGP,2007-04-20,,1,0
+15938,Nahrwan 1967 to WGS 84 (8),transformation,4270,4326,ADMA-UAE Abd,8,3509,Oil exploration.,5,9606,,,Derived via WGS 72BE from Transit observations at station TC58  in 1976 by BP for ADMA.,BP,OGP,2007-04-20,,1,0
+15939,NTF to WGS 84 (2),transformation,4275,4326,EPSG-Fra 1m,2,1326,For applications requiring an accuracy of better than 1 metre.,1,9655,,,These parameter values are taken from NTF to RGR93 (1) (code 1053) as RGR93 may be considered equivalent to WGS 84 within the accuracy of the transformation. May be emulated using NTv2 method - see tfm code 15942.,OGP,OGP,2007-05-29,,1,0
+15940,NTF to RGF93 (2),transformation,4275,4171,ESRI-Fra 1m emulation,2,1326,For applications requiring an accuracy of better than 1 metre.,1,9615,,,"Emulation using NTv2 method of France Geocentric Interpolation method tfm NTF to RGF93 (1), code 1053. May be taken as approximate transformation to ETRS89 or WGS 84 - see tfm codes 15941 and 15942.",ESRI,OGP,2007-05-29,,1,0
+15941,NTF to ETRS89 (3),transformation,4275,4258,EPSG-Fra 1m emulation,3,1326,For applications requiring an accuracy of better than 1 metre.,1,9615,,,These parameter values are taken from NTF to RGR93 (2) (code 15940) as RGR93 may be considered equivalent to ETRS89 within the accuracy of the transformation. Emulation of France Geocentric Interpolation method tfm code 1054.,OGP,OGP,2007-05-29,,1,0
+15942,NTF to WGS 84 (3),transformation,4275,4326,EPSG-Fra 1m emulation,3,1326,For applications requiring an accuracy of better than 1 metre.,1,9615,,,These parameter values are taken from NTF to RGR93 (2) (code 15940) as RGR93 may be considered equivalent to WGS 84 within the accuracy of the transformation. Emulation of France Geocentric Interpolation method tfm code 15939.,OGP,OGP,2007-05-29,,1,0
+15943,NEA74 Noumea to RGNC91-93 (3),transformation,4644,4749,BGN-Ncl 0.05m,3,2823,Accuracy 5-10cm.,0.05,9655,,,Developed in July 2002 and officially adopted in August 2005. May be emulated using NTv2 method - see NEA74 Noumea to RGNC91-93 (4) (code 15944).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2007-07-06,,1,0
+15944,NEA74 Noumea to RGNC91-93 (4),transformation,4644,4749,ESRI-Ncl 0.05m,4,2823,Accuracy 5-10cm.,0.05,9615,,,Emulation using NTv2 method of tfm NEA74 Noumea to RGNC91-93 (3) (code 15943).,ESRI,OGP,2007-07-06,,1,0
+15945,IGN72 Grande Terre to RGNC91-93 (4),transformation,4662,4749,BGN-Ncl 0.1m,4,2822,Accuracy better than +/- 0.1 metre.,0.1,9655,,,Developed in July 2002 and officially adopted in August 2005. May be emulated using NTv2 method - see IGN72 Grande Terre to RGNC91-93 (6) (code 15947).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2007-07-06,,1,0
+15946,IGN72 Grande Terre to RGNC91-93 (5),transformation,4662,4749,BGN-Ncl Noum 0.05m,5,2823,Accuracy 5-10cm.,0.05,9655,,,Developed in July 2002 and officially adopted in August 2005.,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2007-07-06,,1,0
+15947,IGN72 Grande Terre to RGNC91-93 (6),transformation,4662,4749,ESRI-Ncl 0.1m,6,2822,Accuracy better than +/- 0.1 metre.,0.1,9615,,,Emulation using NTv2 method of tfm IGN72 Grande Terre to RGNC91-93 (4) (code 15945).,ESRI,OGP,2007-07-06,,1,0
+15948,DHDN to ETRS89 (8),transformation,4314,4258,BKG-Deu BeTA2007,8,3339,For applications requiring an accuracy of better than 1 metre.,1,9615,,,Developed for ATKIS (Amtliches Topographisch-Kartographisches Informationssystem [Official Topographic and Cartographic Information System]). Provides a uniform transformation across the whole country. May be used as tfm to WGS84 - see tfm code 15949.,BKG via EuroGeographics http://crs.bkg.bund.de/crs-eu/,OGP,2007-07-06,,1,0
+15949,DHDN to WGS 84 (4),transformation,4314,4326,OGP-Deu BeTA2007,4,3339,For applications requiring an accuracy of better than 1 metre.,1,9615,,,These parameter values are taken from DHDN to ETRS89 (8) (code 15948) as ETRS89 may be considered equivalent to WGS 84 within the accuracy of the transformation.,OGP,OGP,2007-07-06,,1,0
+15950,Viti Levu 1912 / Viti Levu Grid to Fiji 1986 / Fiji Map Grid (1),transformation,3140,3460,DLAS-Fji Viti,1,3195,Accuracy although normally better than 0.2m can be up to 1m in error.,1,9645,,,"Coefficients A for easting, B for northing. DLAS embed Xs and Ys in the polynomial portion of the EPSG general polynomial method formula. Coefficients Au0v1 & Bu1v0 given by DLAS as 201203.51 & 201203.45 modified for EPSG formula by subtracting (1/ms).",Department of Lands and Survey.,OGP,2007-07-06,,1,0
+15951,Vanua Levu 1915 / Vanua Levu Grid to Fiji 1986 / Fiji Map Grid (1),transformation,3139,3460,DLAS-Fji Vanua,1,3401,Accuracy although normally better than 0.2m can be up to 1m in error.,1,9645,,,"Coefficients A for easting, B for northing. DLAS embed Xs and Ys in the polynomial portion of the EPSG general polynomial method formula. Coefficients Au0v1 & Bu1v0 given by DLAS as 201051.66 & 201123.25 modified for EPSG formula by subtracting (1/ms).",Department of Lands and Survey.,OGP,2007-07-06,,1,0
+15952,Nahrwan 1967 to WGS 84 (9),transformation,4270,4326,DPC-UAE Fat,9,3530,Oil exploration and production.,5,9603,,,Used by DPC for Al Fateh field. Applying this transformation gives same result as Nahrwan 1967 to WGS 84 (8) (code 15938).,Various industry sources.,OGP,2007-07-10,,1,0
+15953,Nahrwan 1967 to WGS 84 (10),transformation,4270,4326,Dub-UAE Dub,10,3531,Municipal operations.,5,9603,,,Used by Dubai Municipality before 1994.,Various industry sources.,OGP,2007-07-10,,1,0
+15954,RD/83 to WGS 84 (1),transformation,4745,4326,OGP-Deu BeTA2007,1,2545,For applications requiring an accuracy of better than 1 metre.,1,9615,,,These parameter values are taken from DHDN to ETRS89 (8) (code 15948) as RD/83 and ETRS89 may be considered equivalent to DHDN and WGS 84 respectively within the accuracy of the transformation.,OGP,OGP,2007-07-06,,1,0
+15955,PD/83 to WGS 84 (1),transformation,4746,4326,OGP-Deu BeTA2007,1,2544,For applications requiring an accuracy of better than 1 metre.,1,9615,,,These parameter values are taken from DHDN to ETRS89 (8) (code 15948) as PD/83 and ETRS89 may be considered equivalent to DHDN and WGS 84 respectively within the accuracy of the transformation.,OGP,OGP,2007-07-06,,1,0
+15956,OSGB 1936 / British National Grid to WGS 84 (2),transformation,27700,4326,EPSG-UK Gbr02,2,1264,Accuracy 1m.,1,9633,,,Parameter values taken from OSGB 1936 / British National Grid to ETRS89 (2) (code 1039) assuming that ETRS89 is coincident with WGS 84 within the accuracy of the transformation.,OGP,OGP,2007-07-15,,1,0
 16000,UTM grid system (northern hemisphere),conversion,,,,,1998,For strict use within zone boundaries,0,9824,,,Use UTM zone xx N (codes 16001-16060) for use outwith zone boundary or when easting is not prefixed by zone number.,EPSG,EPSG,2001-06-05,,1,0
 16001,UTM zone 1N,conversion,,,,,1873,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,1995-12-02,95.28,1,0
 16002,UTM zone 2N,conversion,,,,,1875,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,1995-12-02,95.28,1,0
@@ -1936,30 +2201,31 @@
 16061,Universal Polar Stereographic North,conversion,,,,,1996,Large and medium scale topographic mapping and engineering survey.,0,9810,,,,NIMA TR8358.2,EPSG,2000-03-07,97.18  2000.094  2003.22,1,0
 16065,TM35FIN,conversion,,,,,1095,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Identical to UTM zone 35N (code 16035) except for area of use. TM35FIN is used in conjunction with ETRS89 for mapping all Finnish territory (from 19°E to 31.6°E) in a single zone.,National Land Survey of Finland.,EPSG,2004-03-09,,1,0
 16070,3-degree Gauss-Kruger zone 40,conversion,,,,,2628,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 120E (code 16170). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16071,3-degree Gauss-Kruger zone 41,conversion,,,,,2629,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 123E (code 16171). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16071,3-degree Gauss-Kruger zone 41,conversion,,,,,2629,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 123E (code 16321). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
 16072,3-degree Gauss-Kruger zone 42,conversion,,,,,2630,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 126E (code 16172). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16073,3-degree Gauss-Kruger zone 43,conversion,,,,,2631,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 129E (code 16173). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16073,3-degree Gauss-Kruger zone 43,conversion,,,,,2631,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 129E (code 16322). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
 16074,3-degree Gauss-Kruger zone 44,conversion,,,,,2632,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 132E (code 16174). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16075,3-degree Gauss-Kruger zone 45,conversion,,,,,2633,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 135E (code 16175). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16075,3-degree Gauss-Kruger zone 45,conversion,,,,,2633,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 135E (code 16323). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
 16076,3-degree Gauss-Kruger zone 46,conversion,,,,,2634,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 138E (code 16176). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16077,3-degree Gauss-Kruger zone 47,conversion,,,,,2635,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 141E (code 16177). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16077,3-degree Gauss-Kruger zone 47,conversion,,,,,2635,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 141E (code 16324). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
 16078,3-degree Gauss-Kruger zone 48,conversion,,,,,2636,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 144E (code 16178). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16079,3-degree Gauss-Kruger zone 49,conversion,,,,,2637,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 147E (code 16179). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16079,3-degree Gauss-Kruger zone 49,conversion,,,,,2637,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 147E (code 16325). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
 16080,3-degree Gauss-Kruger zone 50,conversion,,,,,2638,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 150E (code 16180). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16081,3-degree Gauss-Kruger zone 51,conversion,,,,,2639,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 153E (code 16181). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16081,3-degree Gauss-Kruger zone 51,conversion,,,,,2639,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 153E (code 16326). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
 16082,3-degree Gauss-Kruger zone 52,conversion,,,,,2640,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 156E (code 16182). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16083,3-degree Gauss-Kruger zone 53,conversion,,,,,2641,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 159E (code 16183). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16083,3-degree Gauss-Kruger zone 53,conversion,,,,,2641,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 159E (code 16327). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
 16084,3-degree Gauss-Kruger zone 54,conversion,,,,,2642,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 162E (code 16184). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16085,3-degree Gauss-Kruger zone 55,conversion,,,,,2643,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 165E (code 16185). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16085,3-degree Gauss-Kruger zone 55,conversion,,,,,2643,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 165E (code 16328). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
 16086,3-degree Gauss-Kruger zone 56,conversion,,,,,2644,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 168E (code 16186). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16087,3-degree Gauss-Kruger zone 57,conversion,,,,,2645,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 171E (code 16187). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16087,3-degree Gauss-Kruger zone 57,conversion,,,,,2645,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 171E (code 16329). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
 16088,3-degree Gauss-Kruger zone 58,conversion,,,,,2646,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 174E (code 16188). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16089,3-degree Gauss-Kruger zone 59,conversion,,,,,2647,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 177E (code 16189). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16090,3-degree Gauss-Kruger zone 60,conversion,,,,,2648,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 180 (code 16190). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16091,3-degree Gauss-Kruger zone 61,conversion,,,,,2649,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 177W (code 16191). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16089,3-degree Gauss-Kruger zone 59,conversion,,,,,2647,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 177E (code 16330). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
+16090,3-degree Gauss-Kruger zone 60,conversion,,,,,2648,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 180 (code 16190). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,1
+16091,3-degree Gauss-Kruger zone 61,conversion,,,,,2649,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 177W (code 16331). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
 16092,3-degree Gauss-Kruger zone 62,conversion,,,,,2650,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 174W (code 16192). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16093,3-degree Gauss-Kruger zone 63,conversion,,,,,2651,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 171W (code 16193). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16093,3-degree Gauss-Kruger zone 63,conversion,,,,,2651,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 171W (code 16332). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
 16094,3-degree Gauss-Kruger zone 64,conversion,,,,,2652,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 168W (code 16194). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16099,3-degree Gauss-Kruger zone 60,conversion,,,,,2648,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 180 (code 16190). Original transformation by Gauss-Kruger formula.,EPSG,OGP,2006-06-02,,1,0
 16100,UTM grid system (southern hemisphere),conversion,,,,,1999,For strict use within zone boundaries,0,9824,,,Use UTM zone xx S (codes 16101-16160) for use outwith zone boundary or when easting is not prefixed by zone number.,EPSG,EPSG,2001-06-05,,1,0
 16101,UTM zone 1S,conversion,,,,,1874,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,1995-12-02,95.28,1,0
 16102,UTM zone 2S,conversion,,,,,1876,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,1995-12-02,95.28,1,0
@@ -2023,29 +2289,29 @@
 16160,UTM zone 60S,conversion,,,,,1992,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,1995-12-02,95.28,1,0
 16161,Universal Polar Stereographic South,conversion,,,,,1997,Large and medium scale topographic mapping and engineering survey.,0,9810,,,,NIMA TR8358.2,EPSG,2000-03-07,97.18  2000.094 2003.22,1,0
 16170,3-degree Gauss-Kruger CM 120E,conversion,,,,,2628,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 40N (code 16070) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16171,3-degree Gauss-Kruger CM 123E,conversion,,,,,2629,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 41N (code 16071) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16171,3-degree Gauss-Kruger CM 123E,conversion,,,,,2629,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 41N (code 16071) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16172,3-degree Gauss-Kruger CM 126E,conversion,,,,,2630,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 42N (code 16072) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16173,3-degree Gauss-Kruger CM 129E,conversion,,,,,2631,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 43N (code 16073) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16173,3-degree Gauss-Kruger CM 129E,conversion,,,,,2631,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 43N (code 16073) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16174,3-degree Gauss-Kruger CM 132E,conversion,,,,,2632,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 44N (code 16074) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16175,3-degree Gauss-Kruger CM 135E,conversion,,,,,2633,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 45N (code 16075) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16175,3-degree Gauss-Kruger CM 135E,conversion,,,,,2633,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 45N (code 16075) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16176,3-degree Gauss-Kruger CM 138E,conversion,,,,,2634,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 46N (code 16076) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16177,3-degree Gauss-Kruger CM 141E,conversion,,,,,2635,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 47N (code 16077) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16177,3-degree Gauss-Kruger CM 141E,conversion,,,,,2635,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 47N (code 16077) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16178,3-degree Gauss-Kruger CM 144E,conversion,,,,,2636,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 48N (code 16078) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16179,3-degree Gauss-Kruger CM 147E,conversion,,,,,2637,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 49N (code 16079) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16179,3-degree Gauss-Kruger CM 147E,conversion,,,,,2637,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 49N (code 16079) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16180,3-degree Gauss-Kruger CM 150E,conversion,,,,,2638,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 50N (code 16080) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16181,3-degree Gauss-Kruger CM 153E,conversion,,,,,2639,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 51N (code 16081) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16181,3-degree Gauss-Kruger CM 153E,conversion,,,,,2639,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 51N (code 16081) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16182,3-degree Gauss-Kruger CM 156E,conversion,,,,,2640,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 52N (code 16082) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16183,3-degree Gauss-Kruger CM 159E,conversion,,,,,2641,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 53N (code 16083) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16183,3-degree Gauss-Kruger CM 159E,conversion,,,,,2641,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 53N (code 16083) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16184,3-degree Gauss-Kruger CM 162E,conversion,,,,,2642,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 54N (code 16084) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16185,3-degree Gauss-Kruger CM 165E,conversion,,,,,2643,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 55N (code 16085) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16185,3-degree Gauss-Kruger CM 165E,conversion,,,,,2643,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 55N (code 16085) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16186,3-degree Gauss-Kruger CM 168E,conversion,,,,,2644,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 56N (code 16086) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16187,3-degree Gauss-Kruger CM 171E,conversion,,,,,2645,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 57N (code 16087) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16187,3-degree Gauss-Kruger CM 171E,conversion,,,,,2645,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 57N (code 16087) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16188,3-degree Gauss-Kruger CM 174E,conversion,,,,,2646,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 58N (code 16088) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16189,3-degree Gauss-Kruger CM 177E,conversion,,,,,2647,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 59N (code 16089) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16190,3-degree Gauss-Kruger CM 180,conversion,,,,,2648,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 60N (code 16090) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16191,3-degree Gauss-Kruger CM 177W,conversion,,,,,2649,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 61N (code 16091) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16189,3-degree Gauss-Kruger CM 177E,conversion,,,,,2647,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 59N (code 16089) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
+16190,3-degree Gauss-Kruger CM 180,conversion,,,,,2648,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 60N (code 16099) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-06-02,2006.37,1,0
+16191,3-degree Gauss-Kruger CM 177W,conversion,,,,,2649,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 61N (code 16091) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16192,3-degree Gauss-Kruger CM 174W,conversion,,,,,2650,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 62N (code 16092) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16193,3-degree Gauss-Kruger CM 171W,conversion,,,,,2651,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 63N (code 16093) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16193,3-degree Gauss-Kruger CM 171W,conversion,,,,,2651,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 63N (code 16093) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16194,3-degree Gauss-Kruger CM 168W,conversion,,,,,2652,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 64N (code 16094) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
 16201,6-degree Gauss-Kruger zone 1,conversion,,,,,1933,Medium scale topographic mapping.,0,9807,,,Also found with zone truncated from false easting: see 6-degree Gauss-Kruger cm 3E (code 16301). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
 16202,6-degree Gauss-Kruger zone 2,conversion,,,,,2741,Medium scale topographic mapping.,0,9807,,,Also found with zone truncated from false easting: see 6-degree Gauss-Kruger cm 9E (code 16302). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
@@ -2107,144 +2373,144 @@
 16258,6-degree Gauss-Kruger zone 58,conversion,,,,,1927,Medium scale topographic mapping.,0,9807,,,Also found with zone truncated from false easting: see 6-degree Gauss-Kruger cm 15W (code 16358). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
 16259,6-degree Gauss-Kruger zone 59,conversion,,,,,1929,Medium scale topographic mapping.,0,9807,,,Also found with zone truncated from false easting: see 6-degree Gauss-Kruger cm 9W (code 16359). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
 16260,6-degree Gauss-Kruger zone 60,conversion,,,,,1931,Medium scale topographic mapping.,0,9807,,,Also found with zone truncated from false easting: see 6-degree Gauss-Kruger cm 3W (code 16360). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16261,3-degree Gauss-Kruger zone 1,conversion,,,,,2299,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 3E (code 16361). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16261,3-degree Gauss-Kruger zone 1,conversion,,,,,2299,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 3E (code 16301). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
 16262,3-degree Gauss-Kruger zone 2,conversion,,,,,2300,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 6E (code 16362). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16263,3-degree Gauss-Kruger zone 3,conversion,,,,,2301,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 9E (code 16363). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16263,3-degree Gauss-Kruger zone 3,conversion,,,,,2301,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 9E (code 16302). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
 16264,3-degree Gauss-Kruger zone 4,conversion,,,,,2302,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 12E (code 16364). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16265,3-degree Gauss-Kruger zone 5,conversion,,,,,2303,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 15E (code 16365). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16265,3-degree Gauss-Kruger zone 5,conversion,,,,,2303,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 15E (code 16303). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36 2006.592,1,0
 16266,3-degree Gauss-Kruger zone 6,conversion,,,,,2304,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 18E (code 16366). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16267,3-degree Gauss-Kruger zone 7,conversion,,,,,2305,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 21E (code 16367). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16267,3-degree Gauss-Kruger zone 7,conversion,,,,,2305,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 21E (code 16304). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36 2006.592,1,0
 16268,3-degree Gauss-Kruger zone 8,conversion,,,,,2306,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 24E (code 16368). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16269,3-degree Gauss-Kruger zone 9,conversion,,,,,2534,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 27E (code 16369). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16269,3-degree Gauss-Kruger zone 9,conversion,,,,,2534,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 27E (code 16305). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36 2006.592,1,0
 16270,3-degree Gauss-Kruger zone 10,conversion,,,,,2535,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 30E (code 16370). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16271,3-degree Gauss-Kruger zone 11,conversion,,,,,2536,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 33E (code 16371). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16271,3-degree Gauss-Kruger zone 11,conversion,,,,,2536,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 33E (code 16306). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36 2006.592,1,0
 16272,3-degree Gauss-Kruger zone 12,conversion,,,,,2537,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 36E (code 16372). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16273,3-degree Gauss-Kruger zone 13,conversion,,,,,2538,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 39E (code 16373). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16273,3-degree Gauss-Kruger zone 13,conversion,,,,,2538,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 39E (code 16307). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36 2006.592,1,0
 16274,3-degree Gauss-Kruger zone 14,conversion,,,,,2539,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 42E (code 16374). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16275,3-degree Gauss-Kruger zone 15,conversion,,,,,2540,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 45E (code 16375). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16275,3-degree Gauss-Kruger zone 15,conversion,,,,,2540,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 45E (code 16308). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36 2006.592,1,0
 16276,3-degree Gauss-Kruger zone 16,conversion,,,,,2604,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 48E (code 16376). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16277,3-degree Gauss-Kruger zone 17,conversion,,,,,2605,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 51E (code 16377). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16277,3-degree Gauss-Kruger zone 17,conversion,,,,,2605,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 51E (code 16309). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36 2006.592,1,0
 16278,3-degree Gauss-Kruger zone 18,conversion,,,,,2606,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 54E (code 16378). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16279,3-degree Gauss-Kruger zone 19,conversion,,,,,2607,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 57E (code 16379). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16279,3-degree Gauss-Kruger zone 19,conversion,,,,,2607,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 57E (code 16310). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36 2006.592,1,0
 16280,3-degree Gauss-Kruger zone 20,conversion,,,,,2608,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 60E (code 16380). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16281,3-degree Gauss-Kruger zone 21,conversion,,,,,2609,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 63E (code 16381). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16281,3-degree Gauss-Kruger zone 21,conversion,,,,,2609,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 63E (code 16311). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36 2006.592,1,0
 16282,3-degree Gauss-Kruger zone 22,conversion,,,,,2610,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 66E (code 16382). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16283,3-degree Gauss-Kruger zone 23,conversion,,,,,2611,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 69E (code 16383). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16283,3-degree Gauss-Kruger zone 23,conversion,,,,,2611,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 69E (code 16312). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36 2006.592,1,0
 16284,3-degree Gauss-Kruger zone 24,conversion,,,,,2612,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 72E (code 16384). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16285,3-degree Gauss-Kruger zone 25,conversion,,,,,2613,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 75E (code 16385). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16285,3-degree Gauss-Kruger zone 25,conversion,,,,,2613,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 75E (code 16313). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36 2006.592,1,0
 16286,3-degree Gauss-Kruger zone 26,conversion,,,,,2614,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 78E (code 16386). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16287,3-degree Gauss-Kruger zone 27,conversion,,,,,2615,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 81E (code 16387). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16287,3-degree Gauss-Kruger zone 27,conversion,,,,,2615,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 81E (code 16314). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36 2006.592,1,0
 16288,3-degree Gauss-Kruger zone 28,conversion,,,,,2616,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 84E (code 16388). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16289,3-degree Gauss-Kruger zone 29,conversion,,,,,2617,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 87E (code 16389). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16289,3-degree Gauss-Kruger zone 29,conversion,,,,,2617,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 87E (code 16315). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36 2006.592,1,0
 16290,3-degree Gauss-Kruger zone 30,conversion,,,,,2618,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 90E (code 16390). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16291,3-degree Gauss-Kruger zone 31,conversion,,,,,2619,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 93E (code 16391). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16291,3-degree Gauss-Kruger zone 31,conversion,,,,,2619,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 93E (code 16316). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36 2006.592,1,0
 16292,3-degree Gauss-Kruger zone 32,conversion,,,,,2620,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 96E (code 16392). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16293,3-degree Gauss-Kruger zone 33,conversion,,,,,2621,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 99E (code 16393). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16293,3-degree Gauss-Kruger zone 33,conversion,,,,,2621,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 99E (code 16317). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36 2006.592,1,0
 16294,3-degree Gauss-Kruger zone 34,conversion,,,,,2622,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 102E (code 16394). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16295,3-degree Gauss-Kruger zone 35,conversion,,,,,2623,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 105E (code 16395). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16295,3-degree Gauss-Kruger zone 35,conversion,,,,,2623,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 105E (code 16318). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
 16296,3-degree Gauss-Kruger zone 36,conversion,,,,,2624,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 108E (code 16396). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16297,3-degree Gauss-Kruger zone 37,conversion,,,,,2625,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 111E (code 16397). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16297,3-degree Gauss-Kruger zone 37,conversion,,,,,2625,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see Gauss-Kruger cm 111E (code 16319). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
 16298,3-degree Gauss-Kruger zone 38,conversion,,,,,2626,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 114E (code 16398). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16299,3-degree Gauss-Kruger zone 39,conversion,,,,,2627,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 117E (code 16399). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16301,6-degree Gauss-Kruger CM 3E,conversion,,,,,1933,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 1N (code 16201) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16302,6-degree Gauss-Kruger CM 9E,conversion,,,,,1935,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 2N (code 16202) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16303,6-degree Gauss-Kruger CM 15E,conversion,,,,,1937,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 3N (code 16203) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16304,6-degree Gauss-Kruger CM 21E,conversion,,,,,1939,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 4N (code 16204) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16305,6-degree Gauss-Kruger CM 27E,conversion,,,,,1941,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 5N (code 16205) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16306,6-degree Gauss-Kruger CM 33E,conversion,,,,,1943,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 6N (code 16206) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16307,6-degree Gauss-Kruger CM 39E,conversion,,,,,1945,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 7N (code 16207) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16308,6-degree Gauss-Kruger CM 45E,conversion,,,,,1947,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 8N (code 16208) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16309,6-degree Gauss-Kruger CM 51E,conversion,,,,,1949,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 9N (code 16209) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16310,6-degree Gauss-Kruger CM 57E,conversion,,,,,1951,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 10N (code 16210) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16311,6-degree Gauss-Kruger CM 63E,conversion,,,,,1953,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 11N (code 16211) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16312,6-degree Gauss-Kruger CM 69E,conversion,,,,,1955,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 12N (code 16212) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16313,6-degree Gauss-Kruger CM 75E,conversion,,,,,1957,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 13N (code 16213) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16314,6-degree Gauss-Kruger CM 81E,conversion,,,,,1959,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 14N (code 16214) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16315,6-degree Gauss-Kruger CM 87E,conversion,,,,,1961,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 15N (code 16215) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16316,6-degree Gauss-Kruger CM 93E,conversion,,,,,1963,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 16N (code 16216) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16317,6-degree Gauss-Kruger CM 99E,conversion,,,,,1965,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 17N (code 16217) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16318,6-degree Gauss-Kruger CM 105E,conversion,,,,,1967,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 18N (code 16218) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16319,6-degree Gauss-Kruger CM 111E,conversion,,,,,1969,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 19N (code 16219) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16320,6-degree Gauss-Kruger CM 117E,conversion,,,,,1971,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 20N (code 16220) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16321,6-degree Gauss-Kruger CM 123E,conversion,,,,,1973,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 21N (code 16221) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16322,6-degree Gauss-Kruger CM 129E,conversion,,,,,1975,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 22N (code 16222) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16323,6-degree Gauss-Kruger CM 135E,conversion,,,,,1977,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 23N (code 16223) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16324,6-degree Gauss-Kruger CM 141E,conversion,,,,,1979,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 24N (code 16224) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16325,6-degree Gauss-Kruger CM 147E,conversion,,,,,1981,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 25N (code 16225) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16326,6-degree Gauss-Kruger CM 153E,conversion,,,,,1983,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 26N (code 16226) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16327,6-degree Gauss-Kruger CM 159E,conversion,,,,,1985,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 27N (code 16227) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16328,6-degree Gauss-Kruger CM 165E,conversion,,,,,1987,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 28N (code 16228) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16329,6-degree Gauss-Kruger CM 171E,conversion,,,,,1989,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 29N (code 16229) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16330,6-degree Gauss-Kruger CM 177E,conversion,,,,,1991,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 30N (code 16230) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16331,6-degree Gauss-Kruger CM 177W,conversion,,,,,1873,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 31N (code 16231) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16332,6-degree Gauss-Kruger CM 171W,conversion,,,,,1875,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 32N (code 16232) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,95.28 2002.36,1,0
-16333,6-degree Gauss-Kruger CM 165W,conversion,,,,,1877,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 33N (code 16233) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16334,6-degree Gauss-Kruger CM 159W,conversion,,,,,1879,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 34N (code 16234) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16335,6-degree Gauss-Kruger CM 153W,conversion,,,,,1881,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 35N (code 16235) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16336,6-degree Gauss-Kruger CM 147W,conversion,,,,,1883,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 36N (code 16236) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16337,6-degree Gauss-Kruger CM 141W,conversion,,,,,1885,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 37N (code 16237) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16338,6-degree Gauss-Kruger CM 135W,conversion,,,,,1887,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 38N (code 16238) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16339,6-degree Gauss-Kruger CM 129W,conversion,,,,,1889,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 39N (code 16239) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16340,6-degree Gauss-Kruger CM 123W,conversion,,,,,1891,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 40N (code 16240) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16341,6-degree Gauss-Kruger CM 117W,conversion,,,,,1893,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 41N (code 16241) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16342,6-degree Gauss-Kruger CM 111W,conversion,,,,,1895,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 42N (code 16242) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16343,6-degree Gauss-Kruger CM 105W,conversion,,,,,1897,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 43N (code 16243) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16344,6-degree Gauss-Kruger CM 99W,conversion,,,,,1899,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 44N (code 16244) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16345,6-degree Gauss-Kruger CM 93W,conversion,,,,,1901,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 45N (code 16245) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16346,6-degree Gauss-Kruger CM 87W,conversion,,,,,1903,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 46N (code 16246) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16347,6-degree Gauss-Kruger CM 81W,conversion,,,,,1905,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 47N (code 16247) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16348,6-degree Gauss-Kruger CM 75W,conversion,,,,,1907,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 48N (code 16248) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16349,6-degree Gauss-Kruger CM 69W,conversion,,,,,1909,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 49N (code 16249) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16350,6-degree Gauss-Kruger CM 63W,conversion,,,,,1911,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 50N (code 16250) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16351,6-degree Gauss-Kruger CM 57W,conversion,,,,,1913,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 51N (code 16251) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16352,6-degree Gauss-Kruger CM 51W,conversion,,,,,1915,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 52N (code 16252) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16353,6-degree Gauss-Kruger CM 45W,conversion,,,,,1917,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 53N (code 16253) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16354,6-degree Gauss-Kruger CM 39W,conversion,,,,,1919,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 54N (code 16254) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16355,6-degree Gauss-Kruger CM 33W,conversion,,,,,1921,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 55N (code 16255) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16356,6-degree Gauss-Kruger CM 27W,conversion,,,,,1923,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 56N (code 16256) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16357,6-degree Gauss-Kruger CM 21W,conversion,,,,,1925,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 57N (code 16257) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16358,6-degree Gauss-Kruger CM 15W,conversion,,,,,1927,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 58N (code 16258) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16359,6-degree Gauss-Kruger CM 9W,conversion,,,,,1929,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 59N (code 16259) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16360,6-degree Gauss-Kruger CM 3W,conversion,,,,,1931,Medium scale topographic mapping.,0,9807,,,6-degree Gauss-Kruger zone 60N (code 16260) without zone prefix to FE. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16361,3-degree Gauss-Kruger CM 3E,conversion,,,,,2299,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 1N (code 16261) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16299,3-degree Gauss-Kruger zone 39,conversion,,,,,2627,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,Also found with zone truncated from false easting: see 3-degree Gauss-Kruger cm 117E (code 16320). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
+16301,Gauss-Kruger CM 3E,conversion,,,,,1933,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 1N (code 16201), or for a restricted longitude range 3-degree Gauss-Kruger zone 1N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,2006.592,1,0
+16302,Gauss-Kruger CM 9E,conversion,,,,,1935,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 2N (code 16202), or for a restricted longitude range 3-degree Gauss-Kruger zone 3N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
+16303,Gauss-Kruger CM 15E,conversion,,,,,1937,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 3N (code 16203), or for a restricted longitude range 3-degree Gauss-Kruger zone 5N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,2002.36 2006.592,1,0
+16304,Gauss-Kruger CM 21E,conversion,,,,,1939,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 4N (code 16204), or for a restricted longitude range 3-degree Gauss-Kruger zone 7N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16305,Gauss-Kruger CM 27E,conversion,,,,,1941,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 5N (code 16205), or for a restricted longitude range 3-degree Gauss-Kruger zone 9N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16306,Gauss-Kruger CM 33E,conversion,,,,,1943,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 6N (code 16206), or for a restricted longitude range 3-degree Gauss-Kruger zone 11N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16307,Gauss-Kruger CM 39E,conversion,,,,,1945,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 7N (code 16207), or for a restricted longitude range 3-degree Gauss-Kruger zone 13N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16308,Gauss-Kruger CM 45E,conversion,,,,,1947,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 8N (code 16208), or for a restricted longitude range 3-degree Gauss-Kruger zone 15N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16309,Gauss-Kruger CM 51E,conversion,,,,,1949,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 9N (code 16209), or for a restricted longitude range 3-degree Gauss-Kruger zone 17N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16310,Gauss-Kruger CM 57E,conversion,,,,,1951,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 10N (code 16210), or for a restricted longitude range 3-degree Gauss-Kruger zone 19N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16311,Gauss-Kruger CM 63E,conversion,,,,,1953,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 11N (code 16211), or for a restricted longitude range 3-degree Gauss-Kruger zone 21N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16312,Gauss-Kruger CM 69E,conversion,,,,,1955,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 12N (code 16212), or for a restricted longitude range 3-degree Gauss-Kruger zone 23N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16313,Gauss-Kruger CM 75E,conversion,,,,,1957,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 13N (code 16213), or for a restricted longitude range 3-degree Gauss-Kruger zone 25N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16314,Gauss-Kruger CM 81E,conversion,,,,,1959,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 14N (code 16214), or for a restricted longitude range 3-degree Gauss-Kruger zone 27N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16315,Gauss-Kruger CM 87E,conversion,,,,,1961,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 15N (code 16215), or for a restricted longitude range 3-degree Gauss-Kruger zone 29N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16316,Gauss-Kruger CM 93E,conversion,,,,,1963,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 16N (code 16216), or for a restricted longitude range 3-degree Gauss-Kruger zone 31N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16317,Gauss-Kruger CM 99E,conversion,,,,,1965,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 17N (code 16217), or for a restricted longitude range 3-degree Gauss-Kruger zone 33N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16318,Gauss-Kruger CM 105E,conversion,,,,,1967,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 18N (code 16218), or for a restricted longitude range 3-degree Gauss-Kruger zone 35N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16319,Gauss-Kruger CM 111E,conversion,,,,,1969,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 19N (code 16219), or for a restricted longitude range 3-degree Gauss-Kruger zone 37N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16320,Gauss-Kruger CM 117E,conversion,,,,,1971,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 20N (code 16220), or for a restricted longitude range 3-degree Gauss-Kruger zone 39N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16321,Gauss-Kruger CM 123E,conversion,,,,,1973,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 21N (code 16221), or for a restricted longitude range 3-degree Gauss-Kruger zone 41N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16322,Gauss-Kruger CM 129E,conversion,,,,,1975,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 22N (code 16222), or for a restricted longitude range 3-degree Gauss-Kruger zone 43N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16323,Gauss-Kruger CM 135E,conversion,,,,,1977,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 23N (code 16223), or for a restricted longitude range 3-degree Gauss-Kruger zone 45N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16324,Gauss-Kruger CM 141E,conversion,,,,,1979,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 24N (code 16224), or for a restricted longitude range 3-degree Gauss-Kruger zone 47N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16325,Gauss-Kruger CM 147E,conversion,,,,,1981,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 25N (code 16225), or for a restricted longitude range 3-degree Gauss-Kruger zone 49N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16326,Gauss-Kruger CM 153E,conversion,,,,,1983,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 26N (code 16226), or for a restricted longitude range 3-degree Gauss-Kruger zone 51N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16327,Gauss-Kruger CM 159E,conversion,,,,,1985,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 27N (code 16227), or for a restricted longitude range 3-degree Gauss-Kruger zone 53N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16328,Gauss-Kruger CM 165E,conversion,,,,,1987,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 28N (code 16228), or for a restricted longitude range 3-degree Gauss-Kruger zone 55N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16329,Gauss-Kruger CM 171E,conversion,,,,,1989,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 29N (code 16229), or for a restricted longitude range 3-degree Gauss-Kruger zone 57N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16330,Gauss-Kruger CM 177E,conversion,,,,,1991,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 30N (code 16230), or for a restricted longitude range 3-degree Gauss-Kruger zone 59N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16331,Gauss-Kruger CM 177W,conversion,,,,,1873,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 31N (code 16231), or for a restricted longitude range 3-degree Gauss-Kruger zone 61N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16332,Gauss-Kruger CM 171W,conversion,,,,,1875,Medium scale topographic mapping.,0,9807,,,"Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 32N (code 16232), or for a restricted longitude range 3-degree Gauss-Kruger zone 62N (code 16261). Original transformation by Gauss-Kruger formula.",EPSG,EPSG,2006-07-25,95.28 2002.36 2006.592,1,0
+16333,Gauss-Kruger CM 165W,conversion,,,,,1877,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 33N (code 16233). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16334,Gauss-Kruger CM 159W,conversion,,,,,1879,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 34N (code 16234). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16335,Gauss-Kruger CM 153W,conversion,,,,,1881,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 35N (code 16235). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16336,Gauss-Kruger CM 147W,conversion,,,,,1883,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 36N (code 16236). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16337,Gauss-Kruger CM 141W,conversion,,,,,1885,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 37N (code 16237). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16338,Gauss-Kruger CM 135W,conversion,,,,,1887,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 38N (code 16238). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16339,Gauss-Kruger CM 129W,conversion,,,,,1889,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 39N (code 16239). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16340,Gauss-Kruger CM 123W,conversion,,,,,1891,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 40N (code 16240). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16341,Gauss-Kruger CM 117W,conversion,,,,,1893,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 41N (code 16241). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16342,Gauss-Kruger CM 111W,conversion,,,,,1895,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 42N (code 16242). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16343,Gauss-Kruger CM 105W,conversion,,,,,1897,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 43N (code 16243). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16344,Gauss-Kruger CM 99W,conversion,,,,,1899,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 44N (code 16244). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16345,Gauss-Kruger CM 93W,conversion,,,,,1901,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 45N (code 16245). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16346,Gauss-Kruger CM 87W,conversion,,,,,1903,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 46N (code 16246). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16347,Gauss-Kruger CM 81W,conversion,,,,,1905,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 47N (code 16247). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16348,Gauss-Kruger CM 75W,conversion,,,,,1907,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 48N (code 16248). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16349,Gauss-Kruger CM 69W,conversion,,,,,1909,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 49N (code 16249). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16350,Gauss-Kruger CM 63W,conversion,,,,,1911,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 50N (code 16250). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16351,Gauss-Kruger CM 57W,conversion,,,,,1913,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 51N (code 16251). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16352,Gauss-Kruger CM 51W,conversion,,,,,1915,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 52N (code 16252). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16353,Gauss-Kruger CM 45W,conversion,,,,,1917,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 53N (code 16253). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16354,Gauss-Kruger CM 39W,conversion,,,,,1919,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 54N (code 16254). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16355,Gauss-Kruger CM 33W,conversion,,,,,1921,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 55N (code 16255). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16356,Gauss-Kruger CM 27W,conversion,,,,,1923,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 56N (code 16256). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16357,Gauss-Kruger CM 21W,conversion,,,,,1925,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 57N (code 16257). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16358,Gauss-Kruger CM 15W,conversion,,,,,1927,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 58N (code 16258). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16359,Gauss-Kruger CM 9W,conversion,,,,,1929,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 59N (code 16259). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16360,Gauss-Kruger CM 3W,conversion,,,,,1931,Medium scale topographic mapping.,0,9807,,,Usually used with zone prefix to FE - see 6-degree Gauss-Kruger zone 60N (code 16260). Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2006-07-25,2006.592,1,0
+16361,3-degree Gauss-Kruger CM 3E,conversion,,,,,2299,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 1N (code 16261) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,1
 16362,3-degree Gauss-Kruger CM 6E,conversion,,,,,2300,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 2N (code 16262) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16363,3-degree Gauss-Kruger CM 9E,conversion,,,,,2301,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 3N (code 16263) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16363,3-degree Gauss-Kruger CM 9E,conversion,,,,,2301,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 3N (code 16263) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,1
 16364,3-degree Gauss-Kruger CM 12E,conversion,,,,,2302,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 4N (code 16264) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16365,3-degree Gauss-Kruger CM 15E,conversion,,,,,2303,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 5N (code 16265) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16365,3-degree Gauss-Kruger CM 15E,conversion,,,,,2303,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 5N (code 16265) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,1
 16366,3-degree Gauss-Kruger CM 18E,conversion,,,,,2304,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 6N (code 16266) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16367,3-degree Gauss-Kruger CM 21E,conversion,,,,,2305,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 7N (code 16267) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
+16367,3-degree Gauss-Kruger CM 21E,conversion,,,,,2305,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 7N (code 16267) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,1
 16368,3-degree Gauss-Kruger CM 24E,conversion,,,,,2306,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 8N (code 16268) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2002.36,1,0
-16369,3-degree Gauss-Kruger CM 27E,conversion,,,,,2534,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 9N (code 16269) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16369,3-degree Gauss-Kruger CM 27E,conversion,,,,,2534,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 9N (code 16269) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16370,3-degree Gauss-Kruger CM 30E,conversion,,,,,2535,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 10N (code 16270) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16371,3-degree Gauss-Kruger CM 33E,conversion,,,,,2536,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 11N (code 16271) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16371,3-degree Gauss-Kruger CM 33E,conversion,,,,,2536,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 11N (code 16271) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16372,3-degree Gauss-Kruger CM 36E,conversion,,,,,2537,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 12N (code 16272) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16373,3-degree Gauss-Kruger CM 39E,conversion,,,,,2538,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 13N (code 16273) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16373,3-degree Gauss-Kruger CM 39E,conversion,,,,,2538,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 13N (code 16273) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16374,3-degree Gauss-Kruger CM 42E,conversion,,,,,2539,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 14N (code 16274) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16375,3-degree Gauss-Kruger CM 45E,conversion,,,,,2540,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 15N (code 16275) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16375,3-degree Gauss-Kruger CM 45E,conversion,,,,,2540,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 15N (code 16275) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16376,3-degree Gauss-Kruger CM 48E,conversion,,,,,2604,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 16N (code 16276) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,2003.052,1,0
-16377,3-degree Gauss-Kruger CM 51E,conversion,,,,,2605,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 17N (code 16277) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16377,3-degree Gauss-Kruger CM 51E,conversion,,,,,2605,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 17N (code 16277) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16378,3-degree Gauss-Kruger CM 54E,conversion,,,,,2606,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 18N (code 16278) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16379,3-degree Gauss-Kruger CM 57E,conversion,,,,,2607,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 19N (code 16279) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16379,3-degree Gauss-Kruger CM 57E,conversion,,,,,2607,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 19N (code 16279) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16380,3-degree Gauss-Kruger CM 60E,conversion,,,,,2608,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 20N (code 16280) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16381,3-degree Gauss-Kruger CM 63E,conversion,,,,,2609,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 21N (code 16281) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16381,3-degree Gauss-Kruger CM 63E,conversion,,,,,2609,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 21N (code 16281) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16382,3-degree Gauss-Kruger CM 66E,conversion,,,,,2610,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 22N (code 16282) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16383,3-degree Gauss-Kruger CM 69E,conversion,,,,,2611,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 23N (code 16283) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16383,3-degree Gauss-Kruger CM 69E,conversion,,,,,2611,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 23N (code 16283) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16384,3-degree Gauss-Kruger CM 72E,conversion,,,,,2612,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 24N (code 16284) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16385,3-degree Gauss-Kruger CM 75E,conversion,,,,,2613,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 25N (code 16285) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16385,3-degree Gauss-Kruger CM 75E,conversion,,,,,2613,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 25N (code 16285) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16386,3-degree Gauss-Kruger CM 78E,conversion,,,,,2614,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 26N (code 16286) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16387,3-degree Gauss-Kruger CM 81E,conversion,,,,,2615,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 27N (code 16287) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16387,3-degree Gauss-Kruger CM 81E,conversion,,,,,2615,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 27N (code 16287) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16388,3-degree Gauss-Kruger CM 84E,conversion,,,,,2616,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 28N (code 16288) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16389,3-degree Gauss-Kruger CM 87E,conversion,,,,,2617,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 29N (code 16289) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16389,3-degree Gauss-Kruger CM 87E,conversion,,,,,2617,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 29N (code 16289) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16390,3-degree Gauss-Kruger CM 90E,conversion,,,,,2618,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 30N (code 16290) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16391,3-degree Gauss-Kruger CM 93E,conversion,,,,,2619,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 31N (code 16291) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16391,3-degree Gauss-Kruger CM 93E,conversion,,,,,2619,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 31N (code 16291) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16392,3-degree Gauss-Kruger CM 96E,conversion,,,,,2620,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 32N (code 16292) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16393,3-degree Gauss-Kruger CM 99E,conversion,,,,,2621,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 33N (code 16293) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16393,3-degree Gauss-Kruger CM 99E,conversion,,,,,2621,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 33N (code 16293) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16394,3-degree Gauss-Kruger CM 102E,conversion,,,,,2622,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 34N (code 16294) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16395,3-degree Gauss-Kruger CM 105E,conversion,,,,,2623,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 35N (code 16295) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16395,3-degree Gauss-Kruger CM 105E,conversion,,,,,2623,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 35N (code 16295) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16396,3-degree Gauss-Kruger CM 108E,conversion,,,,,2624,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 36N (code 16296) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16397,3-degree Gauss-Kruger CM 111E,conversion,,,,,2625,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 37N (code 16297) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16397,3-degree Gauss-Kruger CM 111E,conversion,,,,,2625,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 37N (code 16297) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16398,3-degree Gauss-Kruger CM 114E,conversion,,,,,2626,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 38N (code 16298) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
-16399,3-degree Gauss-Kruger CM 117E,conversion,,,,,2627,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 39N (code 16299) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,0
+16399,3-degree Gauss-Kruger CM 117E,conversion,,,,,2627,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,3-degree Gauss-Kruger zone 39N (code 16299) without zone prefix to false easting value. Original transformation by Gauss-Kruger formula.,EPSG,EPSG,2002-06-22,,1,1
 16400,TM 0 N,conversion,,,,,1629,Oil exploration.,0,9807,,,,Shell UK,EPSG,1998-11-11,,1,0
 16405,TM 5 NE,conversion,,,,,1630,Oil exploration.,0,9807,,,,NAM,EPSG,1998-11-11,,1,0
 16406,TM 6 NE,conversion,,,,,1717,Oil exploration.,0,9807,,,Used by ExxonMobil for deepwater blocks offshore Nigeria.,ExxonMobil,EPSG,2002-02-12,,1,0
@@ -2355,6 +2621,12 @@
 17292,SCAR IMW SV51-60,conversion,,,,,3079,Medium scale studies and topographic mapping.,0,9829,,,"After: Sievers, J. and H. Bennat (1989). ""Reference systems of maps and geographic information systems of Antarctica."" Antarctic Science 1(4): 351-362.",Scientific Committee for Antarctic Research (SCAR) Geospatial Information Group.,EPSG,2005-04-14,,1,0
 17293,SCAR IMW SW01-60,conversion,,,,,3080,Medium scale studies and topographic mapping.,0,9829,,,"After: Sievers, J. and H. Bennat (1989). ""Reference systems of maps and geographic information systems of Antarctica."" Antarctic Science 1(4): 351-362.",Scientific Committee for Antarctic Research (SCAR) Geospatial Information Group.,EPSG,2005-04-14,,1,0
 17294,USGS Transantarctic Mountains,conversion,,,,,3081,USGS mapping of Transantarctic mountains.,0,9802,,,,"Dr Cheryl Hallam, USGS, Reston, Virginia via Scientific Committee for Antarctic Research (SCAR) Geospatial Information Group.",EPSG,2005-04-14,,1,0
+17295,North Pole Lambert Azimuthal Equal Area (Bering Sea),conversion,,,,,3480,Arctic research.,0,9820,,,For studies of Bering Sea area.,Nuna Technologies on behalf of armap.org,OGP,2007-01-20,,1,0
+17296,North Pole Lambert Azimuthal Equal Area (Alaska),conversion,,,,,3480,Arctic research.,0,9820,,,For studies of Alaskan area.,Nuna Technologies on behalf of armap.org,OGP,2007-01-20,,1,0
+17297,North Pole Lambert Azimuthal Equal Area (Canada),conversion,,,,,3480,Arctic research.,0,9820,,,For studies of Canadian area.,Nuna Technologies on behalf of armap.org,OGP,2007-01-20,,1,0
+17298,North Pole Lambert Azimuthal Equal Area (Atlantic),conversion,,,,,3480,Arctic research.,0,9820,,,For studies of North Atlantic and Greenland area.,Nuna Technologies on behalf of armap.org,OGP,2007-01-20,,1,0
+17299,North Pole Lambert Azimuthal Equal Area (Europe),conversion,,,,,3480,Arctic research.,0,9820,,,For studies of north European area.,Nuna Technologies on behalf of armap.org,OGP,2007-01-20,,1,0
+17300,North Pole Lambert Azimuthal Equal Area (Russia),conversion,,,,,3480,Arctic research.,0,9820,,,For studies of Russian area.,Nuna Technologies on behalf of armap.org,OGP,2007-01-20,,1,0
 17321,SWEREF99 12 00,conversion,,,,,2833,"Large scale topographic mapping, engineering survey, cadastre..",0,9807,,,,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
 17322,SWEREF99 13 30,conversion,,,,,2834,"Large scale topographic mapping, engineering survey, cadastre..",0,9807,,,,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
 17323,SWEREF99 15 00,conversion,,,,,2835,"Large scale topographic mapping, engineering survey, cadastre..",0,9807,,,,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
@@ -2385,11 +2657,12 @@
 17357,Map Grid of Australia zone 57,conversion,,,,,1565,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Grid convergence uses opposite sign convention to UTM,Australian Surveying and Land Information Group Internet WWW page.,EPSG,1995-12-02,95.30  96.29,1,0
 17358,Map Grid of Australia zone 58,conversion,,,,,1566,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Grid convergence uses opposite sign convention to UTM,Australian Surveying and Land Information Group Internet WWW page.,EPSG,1995-12-02,95.30  96.29,1,0
 17359,SA Lambert,conversion,,,,,2986,Natural resource mapping of whole State.,0,9802,,,,"South Australia Department for Environment and Heritage, Spatial Information Committee (SICOM); http://www.environment.sa.gov.au/mapland/sicom/sicom/lambert.html",EPSG,2004-10-20,,1,0
-17360,Vicgrid66,conversion,,,,,2285,Natural resource mapping of whole State.,0,9802,,,"May also be used to display Victoria, New South Wales, Tasmania and South Australia as a single entity. Superseded by Vicgrid94 with effect from 2nd February 2000.",Victoria Land Registry; http://www.land.vic.gov.au,EPSG,2005-01-07,,1,0
-17361,Vicgrid94,conversion,,,,,2285,Natural resource mapping of whole State.,0,9802,,,"May also be used to display Victoria, New South Wales, Tasmania and South Australia as a single entity. Supersedes Vicgrid66 with effect from 2nd February 2000.",Victoria Land Registry; http://www.land.vic.gov.au,EPSG,2005-01-07,,1,0
+17360,Vicgrid66,conversion,,,,,2285,Natural resource mapping of whole State.,0,9802,,,"May also be used to display Victoria, New South Wales, Tasmania and South Australia as a single entity. Replaced by Vicgrid94 with effect from 2nd February 2000.",Victoria Land Registry; http://www.land.vic.gov.au,EPSG,2005-01-07,,1,0
+17361,Vicgrid94,conversion,,,,,2285,Natural resource mapping of whole State.,0,9802,,,"May also be used to display Victoria, New South Wales, Tasmania and South Australia as a single entity. Replaces Vicgrid66 with effect from 2nd February 2000.",Victoria Land Registry; http://www.land.vic.gov.au,EPSG,2005-01-07,,1,0
 17362,Geoscience Australia Standard National Scale Lambert Projection,conversion,,,,,2575,Australia-wide geoscience mapping.,0,9802,,,,Geoscience Australia; http://www.ga.gov.au/map/broker/wms_info.php,EPSG,2005-01-07,,1,0
 17363,Brisbane City Survey Grid 02,conversion,,,,,2990,Engineering survey projects: design and construction.,0,9807,,,,Brisbane City Council,EPSG,2005-02-21,,1,0
 17364,New South Wales Lambert,conversion,,,,,3139,Natural resource mapping of whole State.,0,9802,,,,NSW Department of Lands.,EPSG,2005-08-18,,1,0
+17365,Australian Albers,conversion,,,,,2575,Australia-wide geoscience and statistical mapping.,0,9822,,,,"Australian Government Department of Agriculture, Fisheries and Forestry, Bureau of Rural Sciences. http://www.daff.gov.au/brs",OGP,2007-01-22,,1,0
 17401,Katanga Lambert Conformal,conversion,,,,,3147,Medium and small scale topographic mapping.,0,9802,,,,"Clifford J.Mugnier in Photogrammetric Engineering and Remote Sensing, June 2005.",EPSG,2005-09-30,,1,0
 17402,Katanga Transverse Mercator,conversion,,,,,3147,"Cadastre, engineering survey.",0,9807,,,,"Clifford J.Mugnier in Photogrammetric Engineering and Remote Sensing, June 2005.",EPSG,2005-09-30,,1,0
 17412,Congo Transverse Mercator zone 12,conversion,,,,,3150,"Cadastre, large and medium scale topographic mapping and engineering survey.",0,9807,,,,Institut Geographique du Congo,EPSG,2005-09-30,,1,0
@@ -2402,6 +2675,22 @@
 17426,Congo Transverse Mercator zone 26,conversion,,,,,3157,"Cadastre, large and medium scale topographic mapping and engineering survey.",0,9807,,,,Institut Geographique du Congo,EPSG,2005-09-30,,1,0
 17428,Congo Transverse Mercator zone 28,conversion,,,,,3158,"Cadastre, large and medium scale topographic mapping and engineering survey.",0,9807,,,,Institut Geographique du Congo,EPSG,2005-09-30,,1,0
 17430,Congo Transverse Mercator zone 30,conversion,,,,,3159,"Cadastre, large and medium scale topographic mapping and engineering survey.",0,9807,,,,Institut Geographique du Congo,EPSG,2005-09-30,,1,0
+17432,Indonesia TM-3 zone 46.2,conversion,,,,,1647,Land use and cadastre.,0,9807,,,,"National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+17433,Indonesia TM-3 zone 47.1,conversion,,,,,3510,Land use and cadastre.,0,9807,,,,"National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+17434,Indonesia TM-3 zone 47.2,conversion,,,,,3511,Land use and cadastre.,0,9807,,,,"National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+17435,Indonesia TM-3 zone 48.1,conversion,,,,,3512,Land use and cadastre.,0,9807,,,,"National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+17436,Indonesia TM-3 zone 48.2,conversion,,,,,3513,Land use and cadastre.,0,9807,,,,"National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+17437,Indonesia TM-3 zone 49.1,conversion,,,,,3514,Land use and cadastre.,0,9807,,,,"National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+17438,Indonesia TM-3 zone 49.2,conversion,,,,,3515,Land use and cadastre.,0,9807,,,,"National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+17439,Indonesia TM-3 zone 50.1,conversion,,,,,3516,Land use and cadastre.,0,9807,,,,"National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+17440,Indonesia TM-3 zone 50.2,conversion,,,,,3517,Land use and cadastre.,0,9807,,,,"National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+17441,Indonesia TM-3 zone 51.1,conversion,,,,,3518,Land use and cadastre.,0,9807,,,,"National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+17442,Indonesia TM-3 zone 51.2,conversion,,,,,3519,Land use and cadastre.,0,9807,,,,"National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+17443,Indonesia TM-3 zone 52.1,conversion,,,,,3520,Land use and cadastre.,0,9807,,,,"National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+17444,Indonesia TM-3 zone 52.2,conversion,,,,,3521,Land use and cadastre.,0,9807,,,,"National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+17445,Indonesia TM-3 zone 53.1,conversion,,,,,3522,Land use and cadastre.,0,9807,,,,"National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+17446,Indonesia TM-3 zone 53.2,conversion,,,,,3523,Land use and cadastre.,0,9807,,,,"National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+17447,Indonesia TM-3 zone 54.1,conversion,,,,,1663,Land use and cadastre.,0,9807,,,,"National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
 17448,Australian Map Grid zone 48,conversion,,,,,1556,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Grid convergence uses opposite sign convention to UTM,The Australian Map Grid Technical Manual; National Mapping Council of Australia; 1972,EPSG,1995-12-02,95.30  96.29,1,0
 17449,Australian Map Grid zone 49,conversion,,,,,1557,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Grid convergence uses opposite sign convention to UTM,The Australian Map Grid Technical Manual; National Mapping Council of Australia; 1972,EPSG,1995-12-02,95.30  96.29,1,0
 17450,Australian Map Grid zone 50,conversion,,,,,1558,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Grid convergence uses opposite sign convention to UTM,The Australian Map Grid Technical Manual; National Mapping Council of Australia; 1972,EPSG,1995-12-02,95.30  96.29,1,0
@@ -2413,24 +2702,24 @@
 17456,Australian Map Grid zone 56,conversion,,,,,2291,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Grid convergence uses opposite sign convention to UTM,The Australian Map Grid Technical Manual; National Mapping Council of Australia; 1972,EPSG,1995-12-02,95.30  96.29,1,0
 17457,Australian Map Grid zone 57,conversion,,,,,1565,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Grid convergence uses opposite sign convention to UTM,The Australian Map Grid Technical Manual; National Mapping Council of Australia; 1972,EPSG,1995-12-02,95.30  96.29,1,0
 17458,Australian Map Grid zone 58,conversion,,,,,1566,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Grid convergence uses opposite sign convention to UTM,The Australian Map Grid Technical Manual; National Mapping Council of Australia; 1972,EPSG,1995-12-02,95.30  96.29,1,0
-17515,South African Survey Grid zone 15,conversion,,,,,1454,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,1996-04-12,95.30  96.29,1,0
-17517,South African Survey Grid zone 17,conversion,,,,,1455,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,1996-04-12,95.30  96.29,1,0
-17519,South African Survey Grid zone 19,conversion,,,,,1456,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,1996-04-12,95.30  96.29,1,0
-17521,South African Survey Grid zone 21,conversion,,,,,1457,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,1996-04-12,95.30  96.29,1,0
-17523,South African Survey Grid zone 23,conversion,,,,,1458,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,1996-04-12,95.30  96.29,1,0
-17525,South African Survey Grid zone 25,conversion,,,,,1459,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,1996-04-12,95.30  96.29,1,0
-17527,South African Survey Grid zone 27,conversion,,,,,1460,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,1996-04-12,95.30  96.29,1,0
-17529,South African Survey Grid zone 29,conversion,,,,,1461,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,1996-04-12,95.30  96.29,1,0
-17531,South African Survey Grid zone 31,conversion,,,,,1462,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,1996-04-12,95.30  96.29,1,0
-17533,South African Survey Grid zone 33,conversion,,,,,1463,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,1996-04-12,95.30  96.29,1,0
-17611,South West African Survey Grid zone 11,conversion,,,,,1838,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,1997-06-16,95.30  96.29  97.16,1,0
-17613,South West African Survey Grid zone 13,conversion,,,,,1839,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,1997-06-16,95.30  96.29  97.16,1,0
-17615,South West African Survey Grid zone 15,conversion,,,,,1840,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,1997-06-16,95.30  96.29  97.16,1,0
-17617,South West African Survey Grid zone 17,conversion,,,,,1841,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,1997-06-16,95.30  96.29  97.16,1,0
-17619,South West African Survey Grid zone 19,conversion,,,,,1842,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,1997-06-16,95.30  96.29  97.16,1,0
-17621,South West African Survey Grid zone 21,conversion,,,,,1843,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,1997-06-16,95.30  96.29  97.16,1,0
-17623,South West African Survey Grid zone 23,conversion,,,,,1844,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,1997-06-16,95.30  96.29  97.16,1,0
-17625,South West African Survey Grid zone 25,conversion,,,,,1845,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,1997-06-16,95.30  96.29  97.16,1,0
+17515,South African Survey Grid zone 15,conversion,,,,,1454,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,2007-02-12,95.30 96.29 2007.022,1,0
+17517,South African Survey Grid zone 17,conversion,,,,,1455,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,2007-02-12,95.30 96.29 2007.022,1,0
+17519,South African Survey Grid zone 19,conversion,,,,,1456,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,2007-02-12,95.30 96.29 2007.022,1,0
+17521,South African Survey Grid zone 21,conversion,,,,,1457,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,2007-02-12,95.30 96.29 2007.022,1,0
+17523,South African Survey Grid zone 23,conversion,,,,,1458,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,2007-02-12,95.30 96.29 2007.022,1,0
+17525,South African Survey Grid zone 25,conversion,,,,,1459,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,2007-02-12,95.30 96.29 2007.022,1,0
+17527,South African Survey Grid zone 27,conversion,,,,,1460,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,2007-02-12,95.30 96.29 2007.022,1,0
+17529,South African Survey Grid zone 29,conversion,,,,,1461,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,2007-02-12,95.30 96.29 2007.022,1,0
+17531,South African Survey Grid zone 31,conversion,,,,,1462,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,2007-02-12,95.30 96.29 2007.022,1,0
+17533,South African Survey Grid zone 33,conversion,,,,,1463,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",,EPSG,2007-02-12,95.30 96.29 2007.022,1,0
+17611,South West African Survey Grid zone 11,conversion,,,,,1838,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,2007-02-12,95.30  96.29  97.16 2007.022,1,0
+17613,South West African Survey Grid zone 13,conversion,,,,,1839,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,2007-02-12,95.30  96.29  97.16 2007.022,1,0
+17615,South West African Survey Grid zone 15,conversion,,,,,1840,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,2007-02-12,95.30  96.29  97.16 2007.022,1,0
+17617,South West African Survey Grid zone 17,conversion,,,,,1841,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,2007-02-12,95.30  96.29  97.16 2007.022,1,0
+17619,South West African Survey Grid zone 19,conversion,,,,,1842,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,2007-02-12,95.30  96.29  97.16 2007.022,1,0
+17621,South West African Survey Grid zone 21,conversion,,,,,1843,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,2007-02-12,95.30  96.29  97.16 2007.022,1,0
+17623,South West African Survey Grid zone 23,conversion,,,,,1844,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,2007-02-12,95.30  96.29  97.16 2007.022,1,0
+17625,South West African Survey Grid zone 25,conversion,,,,,1845,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9808,,,"Transformation method sometimes described as ""Gauss conform"".",Chief Directorate Surveys and Land Information; Mowbray; South Africa.,EPSG,2007-02-12,95.30  96.29  97.16 2007.022,1,0
 17700,MTM Quebec zone 2,conversion,,,,,1420,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Topographic Mapping Section; Quebec Ministry of Natural Resources.,EPSG,1997-11-13,,1,0
 17701,MTM zone 1,conversion,,,,,2226,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Geodetic Surveys Section; Newfoundland Department of Government Services and Lands.,EPSG,1997-11-13,,1,0
 17702,MTM Newfoundland zone 2,conversion,,,,,2227,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Geodetic Surveys Section; Newfoundland Department of Government Services and Lands.,EPSG,1997-11-13,,1,0
@@ -2470,64 +2759,73 @@
 17817,Japan Plane Rectangular CS zone XVII,conversion,,,,,1870,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9807,,,Original transformation by Gauss-Kruger formula.,Ministry of Construction; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/image/heichoku2.gif,EPSG,2002-06-22,2002.08,1,0
 17818,Japan Plane Rectangular CS zone XVIII,conversion,,,,,1871,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9807,,,Original transformation by Gauss-Kruger formula.,Ministry of Construction; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/image/heichoku2.gif,EPSG,2002-06-22,2002.08,1,0
 17819,Japan Plane Rectangular CS zone XIX,conversion,,,,,1872,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9807,,,Original transformation by Gauss-Kruger formula.,Ministry of Construction; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/image/heichoku2.gif,EPSG,2002-06-22,2002.08,1,0
-17901,Mount Eden Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Mount Eden Circuit 2000 (code 17931) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17902,Bay of Plenty Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Bay of Plenty Circuit 2000 (code 17932) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17903,Poverty Bay Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Poverty Bay Circuit 2000 (code 17933) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17904,Hawkes Bay Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Hawkes Bay Circuit 2000 (code 17934) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17905,Taranaki Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Taranaki Circuit 2000 (code 17935) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17906,Tuhirangi Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Tuhirangi Circuit 2000 (code 17936) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17907,Wanganui Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Wanganui Circuit 2000 (code 17937) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17908,Wairarapa Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Wairarapa Circuit 2000 (code 17938) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17909,Wellington Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Wellington Circuit 2000 (code 17939) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17910,Collingwood Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Collingwood Circuit 2000 (code 17940) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17911,Nelson Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Nelson Circuit 2000 (code 17941) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17912,Karamea Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Karamea Circuit 2000 (code 17942) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17913,Buller Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Buller Circuit 2000 (code 17943) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17914,Grey Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Grey Circuit 2000 (code 17944) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17915,Amuri Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Amuri Circuit 2000 (code 17945) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17916,Marlborough Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Marlborough Circuit 2000 (code 17946) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17917,Hokitika Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Hokitika Circuit 2000 (code 17947) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17918,Okarito Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Okarito Circuit 2000 (code 17948) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17919,Jacksons Bay Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Jacksons Bay Circuit 2000 (code 17949) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17920,Mount Pleasant Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Mount Pleasant Circuit 2000 (code 17950) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17921,Gawler Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Gawler Circuit 2000 (code 17951) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17922,Timaru Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Timaru Circuit 2000 (code 17952) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17923,Lindis Peak Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Lindis Peak Circuit 2000 (code 17953) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17924,Mount Nicholas Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Mount Nicholas Circuit 2000 (code 17954) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17925,Mount York Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Mount York Circuit 2000 (code 17955) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17926,Observation Point Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Observation Point Circuit 2000 (code 17956) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17927,North Taieri Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by North Taieri Circuit 2000 (code 17957) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17928,Bluff Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Superseded Imperial measure circuit in 1972.  Superseded by Bluff Circuit 2000 (code 17958) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17931,Mount Eden Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Supersedes Mount Eden Circuit (code 17901) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17932,Bay of Plenty Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Supersedes Bay of Plenty Circuit (code 17902) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17933,Poverty Bay Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Supersedes Poverty Bay Circuit (code 17903) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17934,Hawkes Bay Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Supersedes Hawkes Bay Circuit (code 17904) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17935,Taranaki Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Supersedes Taranaki Circuit (code 17905) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17936,Tuhirangi Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Supersedes Tuhirangi Circuit (code 17906) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17937,Wanganui Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Supersedes Wanganui Circuit (code 17907) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17938,Wairarapa Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Supersedes Wairarapa Circuit (code 17908) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17939,Wellington Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Supersedes Wellington Circuit (code 17909) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17940,Collingwood Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Collingwood Circuit (code 17910) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17941,Nelson Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Nelson Circuit (code 17911) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17942,Karamea Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Karamea Circuit (code 17912) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17943,Buller Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Buller Circuit (code 17913) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17944,Grey Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Grey Circuit (code 17914) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17945,Amuri Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Amuri Circuit (code 17915) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17946,Marlborough Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Marlborough Circuit (code 17916) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17947,Hokitika Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Hokitika Circuit (code 17917) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17948,Okarito Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Okarito Circuit (code 17918) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17949,Jacksons Bay Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Jacksons Bay Circuit (code 17919) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17950,Mount Pleasant Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Mount Pleasant Circuit (code 17920) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17951,Gawler Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Gawler Circuit (code 17921) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17952,Timaru Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Timaru Circuit (code 17922) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17953,Lindis Peak Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Lindis Peak Circuit (code 17923) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17954,Mount Nicholas Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Mount Nicholas Circuit (code 17924) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17955,Mount York Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Mount York Circuit (code 17925) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17956,Observation Point Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Observation Point Circuit (code 17926) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17957,North Taieri Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes North Taieri Circuit (code 17927) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-17958,Bluff Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Supersedes Bluff Circuit (code 17928) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
-18011,Nord Algerie (ancienne),conversion,,,,,1728,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Used with Voirol 1875 datum - now superseded.,,EPSG,1996-09-12,,1,0
-18012,Sud Algerie (ancienne),conversion,,,,,1729,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Used with Voirol 1875 datum - now superseded.,,EPSG,1996-09-12,,1,0
+17901,Mount Eden Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Mount Eden Circuit 2000 (code 17931) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17902,Bay of Plenty Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Bay of Plenty Circuit 2000 (code 17932) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17903,Poverty Bay Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Poverty Bay Circuit 2000 (code 17933) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17904,Hawkes Bay Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Hawkes Bay Circuit 2000 (code 17934) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17905,Taranaki Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Taranaki Circuit 2000 (code 17935) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17906,Tuhirangi Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Tuhirangi Circuit 2000 (code 17936) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17907,Wanganui Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Wanganui Circuit 2000 (code 17937) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17908,Wairarapa Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Wairarapa Circuit 2000 (code 17938) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17909,Wellington Circuit,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Wellington Circuit 2000 (code 17939) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17910,Collingwood Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Collingwood Circuit 2000 (code 17940) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17911,Nelson Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Nelson Circuit 2000 (code 17941) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17912,Karamea Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Karamea Circuit 2000 (code 17942) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17913,Buller Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Buller Circuit 2000 (code 17943) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17914,Grey Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Grey Circuit 2000 (code 17944) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17915,Amuri Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Amuri Circuit 2000 (code 17945) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17916,Marlborough Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Marlborough Circuit 2000 (code 17946) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17917,Hokitika Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Hokitika Circuit 2000 (code 17947) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17918,Okarito Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Okarito Circuit 2000 (code 17948) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17919,Jacksons Bay Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Jacksons Bay Circuit 2000 (code 17949) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17920,Mount Pleasant Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Mount Pleasant Circuit 2000 (code 17950) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17921,Gawler Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Gawler Circuit 2000 (code 17951) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17922,Timaru Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Timaru Circuit 2000 (code 17952) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17923,Lindis Peak Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Lindis Peak Circuit 2000 (code 17953) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17924,Mount Nicholas Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Mount Nicholas Circuit 2000 (code 17954) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17925,Mount York Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Mount York Circuit 2000 (code 17955) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17926,Observation Point Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Observation Point Circuit 2000 (code 17956) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17927,North Taieri Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by North Taieri Circuit 2000 (code 17957) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17928,Bluff Circuit,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaced Imperial measure circuit in 1972. Replaced by Bluff Circuit 2000 (code 17958) from March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17931,Mount Eden Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaces Mount Eden Circuit (code 17901) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17932,Bay of Plenty Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaces Bay of Plenty Circuit (code 17902) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17933,Poverty Bay Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaces Poverty Bay Circuit (code 17903) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17934,Hawkes Bay Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaces Hawkes Bay Circuit (code 17904) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17935,Taranaki Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaces Taranaki Circuit (code 17905) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17936,Tuhirangi Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaces Tuhirangi Circuit (code 17906) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17937,Wanganui Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaces Wanganui Circuit (code 17907) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17938,Wairarapa Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaces Wairarapa Circuit (code 17908) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17939,Wellington Circuit 2000,conversion,,,,,1500,Cadastral surveying.,0,9807,,,Replaces Wellington Circuit (code 17909) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17940,Collingwood Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Collingwood Circuit (code 17910) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17941,Nelson Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Nelson Circuit (code 17911) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17942,Karamea Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Karamea Circuit (code 17912) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17943,Buller Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Buller Circuit (code 17913) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17944,Grey Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Grey Circuit (code 17914) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17945,Amuri Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Amuri Circuit (code 17915) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17946,Marlborough Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Marlborough Circuit (code 17916) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17947,Hokitika Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Hokitika Circuit (code 17917) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17948,Okarito Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Okarito Circuit (code 17918) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17949,Jacksons Bay Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Jacksons Bay Circuit (code 17919) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17950,Mount Pleasant Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Mount Pleasant Circuit (code 17920) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17951,Gawler Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Gawler Circuit (code 17921) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17952,Timaru Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Timaru Circuit (code 17922) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17953,Lindis Peak Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Lindis Peak Circuit (code 17923) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17954,Mount Nicholas Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Mount Nicholas Circuit (code 17924) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17955,Mount York Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Mount York Circuit (code 17925) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17956,Observation Point Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Observation Point Circuit (code 17926) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17957,North Taieri Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces North Taieri Circuit (code 17927) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+17958,Bluff Circuit 2000,conversion,,,,,1501,Cadastral surveying.,0,9807,,,Replaces Bluff Circuit (code 17928) after 1st March 2000.,Land Information New Zealand OSG Technical Report 8; April 1999.,EPSG,2000-10-19,,1,0
+18001,Austria Gauss-Kruger West Zone,conversion,,,,,1706,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Longitude is referenced to the Ferro meridian. See code 18004 for equivalent projection referenced to the Greenwich meridian.,Bundesamt für Eich- und Vermessungswesen,OGP,2007-02-02,,1,0
+18002,Austria Gauss-Kruger Central Zone,conversion,,,,,1707,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Longitude is referenced to the Ferro meridian. See code 18005 for equivalent projection referenced to the Greenwich meridian.,Bundesamt für Eich- und Vermessungswesen,OGP,2007-02-02,,1,0
+18003,Austria Gauss-Kruger East Zone,conversion,,,,,1708,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Longitude is referenced to the Ferro meridian. See code 18006 for equivalent projection referenced to the Greenwich meridian.,Bundesamt für Eich- und Vermessungswesen,OGP,2007-02-02,,1,0
+18004,Austria Gauss-Kruger West,conversion,,,,,1706,Large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 18001 for equivalent projection referenced to the Ferro meridian.,Bundesamt für Eich- und Vermessungswesen,OGP,2007-02-02,,1,0
+18005,Austria Gauss-Kruger Central,conversion,,,,,1707,Large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 18002 for equivalent projection referenced to the Ferro meridian.,Bundesamt für Eich- und Vermessungswesen,OGP,2007-02-02,,1,0
+18006,Austria Gauss-Kruger East,conversion,,,,,1708,Large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 18003 for equivalent projection referenced to the Ferro meridian.,Bundesamt für Eich- und Vermessungswesen,OGP,2007-02-02,,1,0
+18007,Austria Gauss-Kruger M28,conversion,,,,,1706,Large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 18001 for equivalent projection referenced to the Ferro meridian.,Bundesamt für Eich- und Vermessungswesen,OGP,2007-02-02,,1,0
+18008,Austria Gauss-Kruger M31,conversion,,,,,1707,Large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 18001 for equivalent projection referenced to the Ferro meridian.,Bundesamt für Eich- und Vermessungswesen,OGP,2007-02-02,,1,0
+18009,Austria Gauss-Kruger M34,conversion,,,,,1708,Large and medium scale topographic mapping and engineering survey.,0,9807,,,See code 18001 for equivalent projection referenced to the Ferro meridian.,Bundesamt für Eich- und Vermessungswesen,OGP,2007-02-02,,1,0
+18011,Nord Algerie (ancienne),conversion,,,,,1728,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Used with Voirol 1875 datum - now replaced.,,EPSG,1996-09-12,,1,0
+18012,Sud Algerie (ancienne),conversion,,,,,1729,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Used with Voirol 1875 datum - now replaced.,,EPSG,1996-09-12,,1,0
 18021,Nord Algerie,conversion,,,,,1728,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Use with Nord Sahara 1959 datum.,,EPSG,1996-09-12,,1,0
 18022,Sud Algerie,conversion,,,,,1729,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Use with Nord Sahara 1959 datum.,,EPSG,1996-09-12,,1,0
 18031,Argentina zone 1,conversion,,,,,1608,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Original transformation by Gauss-Kruger formula,,EPSG,2002-06-22,95.30 2002.36,1,0
@@ -2537,40 +2835,40 @@
 18035,Argentina zone 5,conversion,,,,,1612,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Original transformation by Gauss-Kruger formula,,EPSG,2002-06-22,95.30 2002.36,1,0
 18036,Argentina zone 6,conversion,,,,,1613,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Original transformation by Gauss-Kruger formula,,EPSG,2002-06-22,95.30 2002.36,1,0
 18037,Argentina zone 7,conversion,,,,,1614,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Original transformation by Gauss-Kruger formula,,EPSG,2002-06-22,95.30 2002.36,1,0
-18041,Austria West Zone,conversion,,,,,1706,Cadastral survey.,0,9807,,,Longitude is referenced to the Ferro meridian. Superseded by Austria zone M28 (EPSG code 18047) for large and medium scale topographic mapping and engineering survey.,Bundesamt für Eich- und Vermessungswesen,EPSG,2003-01-16,95.30  96.29  97.01  98.48  2002.57 2003.02,1,0
-18042,Austria Central Zone,conversion,,,,,1707,Cadastral survey.,0,9807,,,Longitude is referenced to the Ferro meridian. Superseded by Austria zone M31 (EPSG code 18048) for large and medium scale topographic mapping and engineering survey.,Bundesamt für Eich- und Vermessungswesen,EPSG,2003-01-16,95.30  96.29  97.01  98.48  2002.57 2003.02,1,0
-18043,Austria East Zone,conversion,,,,,1708,Cadastral survey.,0,9807,,,Longitude is referenced to the Ferro meridian. Superseded by Austria zone M34 (EPSG code 18049) for large and medium scale topographic mapping and engineering survey.,Bundesamt für Eich- und Vermessungswesen,EPSG,2003-01-16,95.30  96.29  97.01  98.48  2002.57 2003.02,1,0
+18041,Austria West Zone,conversion,,,,,1706,Cadastral survey.,0,9807,,,Longitude is referenced to the Ferro meridian. Replaced by Austria zone M28 (EPSG code 18047) for large and medium scale topographic mapping and engineering survey.,Bundesamt für Eich- und Vermessungswesen,EPSG,2003-01-16,95.30  96.29  97.01  98.48  2002.57 2003.02,1,0
+18042,Austria Central Zone,conversion,,,,,1707,Cadastral survey.,0,9807,,,Longitude is referenced to the Ferro meridian. Replaced by Austria zone M31 (EPSG code 18048) for large and medium scale topographic mapping and engineering survey.,Bundesamt für Eich- und Vermessungswesen,EPSG,2003-01-16,95.30  96.29  97.01  98.48  2002.57 2003.02,1,0
+18043,Austria East Zone,conversion,,,,,1708,Cadastral survey.,0,9807,,,Longitude is referenced to the Ferro meridian. Replaced by Austria zone M34 (EPSG code 18049) for large and medium scale topographic mapping and engineering survey.,Bundesamt für Eich- und Vermessungswesen,EPSG,2003-01-16,95.30  96.29  97.01  98.48  2002.57 2003.02,1,0
 18044,Austria M28,conversion,,,,,1706,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Greenwich equivalent of Austria zone M28 (EPSG code 18047).,EPSG,EPSG,2002-09-19,2002.57,1,0
 18045,Austria M31,conversion,,,,,1707,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Greenwich equivalent of Austria zone M31 (EPSG code 18048).,EPSG,EPSG,2002-09-19,2002.57,1,0
 18046,Austria M34,conversion,,,,,1708,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Greenwich equivalent of Austria zone M34 (EPSG code 18049).,EPSG,EPSG,2002-09-19,2002.57,1,0
-18047,Austria zone M28,conversion,,,,,1706,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Longitude is referenced to the Ferro meridian. Supersedes Austria West zone (EPSG code 18041) for large and medium scale topographic mapping and engineering survey but not cadastral survey.,Bundesamt für Eich- und Vermessungswesen,EPSG,2003-01-16,2003.02,1,0
-18048,Austria zone M31,conversion,,,,,1707,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Longitude is referenced to the Ferro meridian. Supersedes Austria Central zone (EPSG code 18042) for large and medium scale topographic mapping and engineering survey but not cadastral survey.,Bundesamt für Eich- und Vermessungswesen,EPSG,2003-01-16,2003.02,1,0
-18049,Austria zone M34,conversion,,,,,1708,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Longitude is referenced to the Ferro meridian. Supersedes Austria East zone (EPSG code 18043) Large and medium scale topographic mapping and engineering survey but not cadastral survey.,Bundesamt für Eich- und Vermessungswesen,EPSG,2003-01-16,2003.02,1,0
-18051,Colombia West zone,conversion,,,,,1598,Large and medium scale topographic mapping and engineering survey.,0,9807,,,"Original transformation by Gauss-Kruger formula. Zone name sometimes referred to as ""3 west"". Associated with Bogota datum.",,EPSG,2005-04-14,95.30  96.29  97.11 2005.06,1,0
-18052,Colombia Bogota zone,conversion,,,,,1599,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Original transformation by Gauss-Kruger formula. Associated with Bogota datum.,,EPSG,2005-04-14,95.30  96.29  97.11 2005.06,1,0
-18053,Colombia East Central zone,conversion,,,,,1600,Large and medium scale topographic mapping and engineering survey.,0,9807,,,"Original transformation by Gauss-Kruger formula. Zone name sometimes referred to as ""3 east"". Associated with Bogota datum.",,EPSG,2005-04-14,95.30  96.29  97.11 2005.06,1,0
-18054,Colombia East zone,conversion,,,,,1601,Large and medium scale topographic mapping and engineering survey.,0,9807,,,"Original transformation by Gauss-Kruger formula. Zone name sometimes referred to as ""6 east"". Associated with Bogota datum.",,EPSG,2005-04-14,95.30  96.29  97.11 2005.06,1,0
-18055,Colombia MAGNA Far West zone,conversion,,,,,3091,Large and medium scale topographic mapping and engineering survey.,0,9807,,,"Zone name sometimes referred to as ""6 west"". Associated with MAGNA-SIRGAS datum.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
-18056,Colombia MAGNA West zone,conversion,,,,,3090,Large and medium scale topographic mapping and engineering survey.,0,9807,,,"Zone name sometimes referred to as ""3 west"". Associated with MAGNA-SIRGAS datum.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
-18057,Colombia MAGNA Bogota zone,conversion,,,,,1599,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Associated with MAGNA-SIRGAS datum.,"Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
-18058,Colombia MAGNA East Central zone,conversion,,,,,1600,Large and medium scale topographic mapping and engineering survey.,0,9807,,,"Zone name sometimes referred to as ""3 east"". Associated with MAGNA-SIRGAS datum.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
-18059,Colombia MAGNA East zone,conversion,,,,,1601,Large and medium scale topographic mapping and engineering survey.,0,9807,,,"Zone name sometimes referred to as ""6 east"". Associated with MAGNA-SIRGAS datum.","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
+18047,Austria zone M28,conversion,,,,,1706,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Longitude is referenced to the Ferro meridian. Replaces Austria West zone (EPSG code 18041) for large and medium scale topographic mapping and engineering survey but not cadastral survey.,Bundesamt für Eich- und Vermessungswesen,EPSG,2003-01-16,2003.02,1,0
+18048,Austria zone M31,conversion,,,,,1707,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Longitude is referenced to the Ferro meridian. Replaces Austria Central zone (EPSG code 18042) for large and medium scale topographic mapping and engineering survey but not cadastral survey.,Bundesamt für Eich- und Vermessungswesen,EPSG,2003-01-16,2003.02,1,0
+18049,Austria zone M34,conversion,,,,,1708,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Longitude is referenced to the Ferro meridian. Replaces Austria East zone (EPSG code 18043) Large and medium scale topographic mapping and engineering survey but not cadastral survey.,Bundesamt für Eich- und Vermessungswesen,EPSG,2003-01-16,2003.02,1,0
+18051,Colombia West zone,conversion,,,,,1598,Large and medium scale topographic mapping and engineering survey.,0,9807,,,"Original transformation by Gauss-Kruger formula. Zone name sometimes referred to as ""3 west"". Associated with Bogota datum.",Instituto Geografico Agustin Codazzi (IGAC).,EPSG,2007-07-02,95.30  96.29  97.11 2005.06 2007.060,1,0
+18052,Colombia Bogota zone,conversion,,,,,1599,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Original transformation by Gauss-Kruger formula. Associated with Bogota datum.,Instituto Geografico Agustin Codazzi (IGAC).,EPSG,2007-07-02,95.30  96.29  97.11 2005.06 2007.060,1,0
+18053,Colombia East Central zone,conversion,,,,,1600,Large and medium scale topographic mapping and engineering survey.,0,9807,,,"Original transformation by Gauss-Kruger formula. Zone name sometimes referred to as ""3 east"". Associated with Bogota datum.",Instituto Geografico Agustin Codazzi (IGAC).,EPSG,2007-07-02,95.30  96.29  97.11 2005.06 2007.060,1,0
+18054,Colombia East zone,conversion,,,,,1601,Large and medium scale topographic mapping and engineering survey.,0,9807,,,"Original transformation by Gauss-Kruger formula. Zone name sometimes referred to as ""6 east"". Associated with Bogota datum.",Instituto Geografico Agustin Codazzi (IGAC).,EPSG,2007-07-02,95.30  96.29  97.11 2005.06 2007.060,1,0
+18055,Colombia MAGNA Far West zone,conversion,,,,,3091,Large and medium scale topographic mapping and engineering survey.,0,9807,,,"Zone name sometimes referred to as ""6 west"". Associated with MAGNA-SIRGAS datum.","Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.060,1,0
+18056,Colombia MAGNA West zone,conversion,,,,,3090,Large and medium scale topographic mapping and engineering survey.,0,9807,,,"Zone name sometimes referred to as ""3 west"". Associated with MAGNA-SIRGAS datum.","MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.060,1,0
+18057,Colombia MAGNA Bogota zone,conversion,,,,,1599,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Associated with MAGNA-SIRGAS datum.,"MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.060,1,0
+18058,Colombia MAGNA East Central zone,conversion,,,,,1600,Large and medium scale topographic mapping and engineering survey.,0,9807,,,"Zone name sometimes referred to as ""3 east"". Associated with MAGNA-SIRGAS datum.","MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.060,1,0
+18059,Colombia MAGNA East zone,conversion,,,,,1601,Large and medium scale topographic mapping and engineering survey.,0,9807,,,"Zone name sometimes referred to as ""6 east"". Associated with MAGNA-SIRGAS datum.","MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.060,1,0
 18061,Cuba Norte,conversion,,,,,1487,Large and medium scale topographic mapping and engineering survey.,0,9801,,,,,EPSG,1995-12-02,95.30  96.29,1,0
 18062,Cuba Sur,conversion,,,,,1488,Large and medium scale topographic mapping and engineering survey.,0,9801,,,,,EPSG,1995-12-02,95.30  96.29,1,0
 18071,Egypt Blue Belt,conversion,,,,,1642,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,2002-07-16,2002.49,1,0
 18072,Egypt Red Belt,conversion,,,,,1643,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,1995-12-02,95.30,1,0
 18073,Egypt Purple Belt,conversion,,,,,1644,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,1995-12-02,95.30,1,0
 18074,Egypt Extended Purple Belt,conversion,,,,,1645,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,1995-12-02,95.30,1,0
-18081,Lambert zone I,conversion,,,,,1731,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Longitude is referenced to the Paris meridian. Introduced 1972. Supersedes Lambert Nord France (code 18091).,IGN Paris.,EPSG,2003-01-16,95.26  2001.54 2003.02,1,0
-18082,Lambert zone II,conversion,,,,,1734,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Longitude is referenced to the Paris meridian. Introduced 1972. Supersedes Lambert Centre France (code 18092).,IGN Paris.,EPSG,2003-01-16,95.26  2001.54 2003.02,1,0
-18083,Lambert zone III,conversion,,,,,1733,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Longitude is referenced to the Paris meridian. Introduced 1972. Supersedes Lambert Sud France (code 18093).,IGN Paris.,EPSG,2003-01-16,95.26  2001.54 2003.02,1,0
-18084,Lambert zone IV,conversion,,,,,1327,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Longitude is referenced to the Paris meridian. Introduced 1972. Supersedes Lambert Corse (code 18094).,IGN Paris.,EPSG,2003-01-16,2001.54 2003.02,1,0
+18081,Lambert zone I,conversion,,,,,1731,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Longitude is referenced to the Paris meridian. Introduced 1972. Replaces Lambert Nord France (code 18091).,IGN Paris.,EPSG,2003-01-16,95.26  2001.54 2003.02,1,0
+18082,Lambert zone II,conversion,,,,,1734,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Longitude is referenced to the Paris meridian. Introduced 1972. Replaces Lambert Centre France (code 18092).,IGN Paris.,EPSG,2003-01-16,95.26  2001.54 2003.02,1,0
+18083,Lambert zone III,conversion,,,,,1733,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Longitude is referenced to the Paris meridian. Introduced 1972. Replaces Lambert Sud France (code 18093).,IGN Paris.,EPSG,2003-01-16,95.26  2001.54 2003.02,1,0
+18084,Lambert zone IV,conversion,,,,,1327,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Longitude is referenced to the Paris meridian. Introduced 1972. Replaces Lambert Corse (code 18094).,IGN Paris.,EPSG,2003-01-16,2001.54 2003.02,1,0
 18085,Lambert-93,conversion,,,,,1326,Large and medium scale topographic mapping and engineering survey.,0,9802,,,,IGN - Paris,EPSG,2000-10-19,,1,0
 18086,France EuroLambert,conversion,,,,,1326,Medium scale topographic and statistical mapping.,0,9801,,,This is Lambert zone II (code 18082) parameters converted from grads/Paris to degrees/Greenwich for use with ED50.,IGN Paris via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
-18091,Lambert Nord France,conversion,,,,,1731,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Longitude is referenced to the Paris meridian. Superseded in 1972 by Lambert zone I (code 18081).,IGN Paris.,EPSG,2003-01-16,95.26  2001.54 2003.03,1,0
-18092,Lambert Centre France,conversion,,,,,1734,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Longitude is referenced to the Paris meridian. Superseded in 1972 by Lambert zone II (code 18082).,IGN Paris.,EPSG,2003-01-16,95.26  2001.54 2003.02,1,0
-18093,Lambert Sud France,conversion,,,,,1733,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Longitude is referenced to the Paris meridian. Superseded in 1972 by Lambert zone III (code 18083).,IGN Paris.,EPSG,2003-01-16,95.26  2001.54 2003.02,1,0
-18094,Lambert Corse,conversion,,,,,1327,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Longitude is referenced to the Paris meridian. Superseded in 1972 by Lambert zone IV (code 18084).,IGN Paris.,EPSG,2003-01-16,2001.54 2003.02,1,0
+18091,Lambert Nord France,conversion,,,,,1731,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Longitude is referenced to the Paris meridian. Replaced in 1972 by Lambert zone I (code 18081).,IGN Paris.,EPSG,2003-01-16,95.26  2001.54 2003.03,1,0
+18092,Lambert Centre France,conversion,,,,,1734,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Longitude is referenced to the Paris meridian. Replaced in 1972 by Lambert zone II (code 18082).,IGN Paris.,EPSG,2003-01-16,95.26  2001.54 2003.02,1,0
+18093,Lambert Sud France,conversion,,,,,1733,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Longitude is referenced to the Paris meridian. Replaced in 1972 by Lambert zone III (code 18083).,IGN Paris.,EPSG,2003-01-16,95.26  2001.54 2003.02,1,0
+18094,Lambert Corse,conversion,,,,,1327,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Longitude is referenced to the Paris meridian. Replaced in 1972 by Lambert zone IV (code 18084).,IGN Paris.,EPSG,2003-01-16,2001.54 2003.02,1,0
 18110,India zone 0,conversion,,,,,1668,Large and medium scale topographic mapping and engineering survey.,0,9801,,,BEWARE !  Different yard to metre conversion values have been used in different parts of south Asia. Some areas have changed conversion value with time.,US Army Map Service projection tables; 1943.,EPSG,1999-10-20,95.30  96.01  96.02  96.29  97.23,1,0
 18111,India zone I,conversion,,,,,1669,Large and medium scale topographic mapping and engineering survey.,0,9801,,,BEWARE !  Different yard to metre conversion values have been used in different parts of south Asia. Some areas have changed conversion value with time.,US Army Map Service projection tables; 1943.,EPSG,1999-10-20,95.30  96.02  96.29  97.23,1,0
 18112,India zone IIa,conversion,,,,,1670,Large and medium scale topographic mapping and engineering survey.,0,9801,,,BEWARE !  Different yard to metre conversion values have been used in different parts of south Asia. Some areas have changed conversion value with time.,US Army Map Service projection tables; 1943.,EPSG,1999-10-20,95.28  96.02  97.23,1,0
@@ -2586,8 +2884,8 @@
 18133,Sahara,conversion,,,,,1705,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Created in 1977 to cover Sahara Marocain (ex Spanish Sahara),IGN Paris.,EPSG,1996-09-12,,1,1
 18134,Sahara Nord,conversion,,,,,2788,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Created in 1977.,IGN Paris.,EPSG,2002-09-19,,1,0
 18135,Sahara Sud,conversion,,,,,2789,Large and medium scale topographic mapping and engineering survey.,0,9801,,,,IGN Paris.,EPSG,2002-09-19,,1,0
-18141,New Zealand North Island National Grid,conversion,,,,,1500,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Superseded by New Zealand Map Grid (code 19917).  Used for topographic mapping.,,EPSG,1999-10-20,95.30  96.29  97.231,1,0
-18142,New Zealand South Island National Grid,conversion,,,,,3344,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Superseded by New Zealand Map Grid (code 19917).  Used for topographic mapping.,,EPSG,1999-10-20,95.30  96.29  97.231,1,0
+18141,New Zealand North Island National Grid,conversion,,,,,1500,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaced by New Zealand Map Grid (code 19917).  Used for topographic mapping.,,EPSG,1999-10-20,95.30  96.29  97.231,1,0
+18142,New Zealand South Island National Grid,conversion,,,,,3344,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaced by New Zealand Map Grid (code 19917).  Used for topographic mapping.,,EPSG,1999-10-20,95.30  96.29  97.231,1,0
 18151,Nigeria West Belt,conversion,,,,,1715,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,1995-12-02,95.30  96.29,1,0
 18152,Nigeria Mid Belt,conversion,,,,,1714,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,1995-12-02,95.30  96.29,1,0
 18153,Nigeria East Belt,conversion,,,,,1713,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,1995-12-02,95.30  96.29,1,0
@@ -2599,6 +2897,8 @@
 18173,Philippines zone III,conversion,,,,,1700,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,2000-03-07,95.30 2000.93,1,0
 18174,Philippines zone IV,conversion,,,,,1701,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,2000-03-07,95.30 2000.93,1,0
 18175,Philippines zone V,conversion,,,,,1702,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,2000-03-07,95.30 2000.93,1,0
+18180,Finland zone 0,conversion,,,,,3092,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,"National Land Survey of Finland;
+http://www.maanmittauslaitos.fi",OGP,2006-03-30,,1,0
 18181,Nord Tunisie,conversion,,,,,1619,Large and medium scale topographic mapping and engineering survey.,0,9801,,,,,EPSG,1996-09-12,95.30,1,0
 18182,Sud Tunisie,conversion,,,,,1620,Large and medium scale topographic mapping and engineering survey.,0,9801,,,,,EPSG,1996-09-12,,1,0
 18183,Finland ETRS-GK19,conversion,,,,,3092,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,,National Land Survey of Finland.,EPSG,2005-04-14,,1,0
@@ -2618,10 +2918,12 @@
 18197,Finland ETRS-GK29,conversion,,,,,3102,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,,National Land Survey of Finland.,EPSG,2005-04-14,,1,0
 18198,Finland ETRS-GK30,conversion,,,,,3103,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,,National Land Survey of Finland.,EPSG,2005-04-14,,1,0
 18199,Finland ETRS-GK31,conversion,,,,,3104,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,,National Land Survey of Finland.,EPSG,2005-04-14,,1,0
-18201,Palestine Grid,conversion,,,,,1356,Large and medium scale topographic mapping and engineering survey.,0,9806,,,Also encountered as a Transverse Mercator projection with scale factor of 1.  The difference in conversion caused by the change of formula does not exceed 2m within Israel.  Within the State of Israel superseded by the Israeli CS Grid (EPSG code 18203).,,EPSG,1999-04-22,,1,0
+18201,Palestine Grid,conversion,,,,,1356,Large and medium scale topographic mapping and engineering survey.,0,9806,,,Also encountered as a Transverse Mercator projection with scale factor of 1.  The difference in conversion caused by the change of formula does not exceed 2m within Israel.  Within the State of Israel replaced by the Israeli CS Grid (EPSG code 18203).,,EPSG,1999-04-22,,1,0
 18202,Palestine Belt,conversion,,,,,1356,Large and medium scale topographic mapping and engineering survey.,0,9807,,,"Originally constructed as the Palestine Grid - EPSG code 18201. Adopted by the US Army Map Service as ""Palestine Belt"" with change of projection method and false northing (FN). Sometimes seen with unchanged FN of 126867.909.",,EPSG,1999-04-22,,1,0
 18203,Israeli CS,conversion,,,,,2603,Large and medium scale topographic mapping and engineering survey.,0,9806,,,,Survey of Israel,EPSG,2005-09-29,2002.34 2005.46,1,0
 18204,Israeli TM,conversion,,,,,2603,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Designed to approximate Israeli CRS grid in north-central Israel.,Survey of Israel,EPSG,2005-09-29,2002.34 2005.46,1,0
+18205,Finland zone 5,conversion,,,,,3385,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,"National Land Survey of Finland;
+http://www.maanmittauslaitos.fi",OGP,2006-03-30,,1,0
 18211,Guatemala Norte,conversion,,,,,2120,Large and medium scale topographic mapping and engineering survey.,0,9801,,,,,EPSG,1999-08-16,,1,0
 18212,Guatemala Sur,conversion,,,,,2121,Large and medium scale topographic mapping and engineering survey.,0,9801,,,,,EPSG,2000-01-06,99.95,1,0
 18221,NGO zone I,conversion,,,,,1741,"Large and medium scale topographic mapping, cadastral and engineering survey.",0,9807,,,Longitude is referenced to the Oslo meridian.,"J. Danielsen; ""Transformasjoner ved Norges Geografiske Oppmåling""; Kart Og Plan nr 1; 1982.",EPSG,2003-01-16,2003.02,1,0
@@ -2640,15 +2942,15 @@
 18236,India zone I (1962 metres),conversion,,,,,1685,Large and medium scale topographic mapping and engineering survey.,0,9801,,,BEWARE !  Different yard to metre conversion values have been used in different parts of south Asia. Some areas have changed conversion value with time.,,EPSG,1999-10-20,,1,0
 18237,India zone IIa (1962 metres),conversion,,,,,1686,Large and medium scale topographic mapping and engineering survey.,0,9801,,,BEWARE !  Different yard to metre conversion values have been used in different parts of south Asia. Some areas have changed conversion value with time.,,EPSG,1999-10-20,,1,0
 18238,India zone IIb (1937 metres),conversion,,,,,1041,Large and medium scale topographic mapping and engineering survey.,0,9801,,,BEWARE !  Different yard to metre conversion values have been used in different parts of south Asia. Some areas have changed conversion value with time.,,EPSG,2000-04-23,2000.39,1,0
-18240,Libya zone 5,conversion,,,,,1470,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Brown and Root,EPSG,2000-03-07,,1,0
-18241,Libya zone 6,conversion,,,,,1471,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Brown and Root,EPSG,2000-03-07,,1,0
-18242,Libya zone 7,conversion,,,,,1472,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Brown and Root,EPSG,2000-03-07,,1,0
-18243,Libya zone 8,conversion,,,,,1473,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Brown and Root,EPSG,2000-03-07,,1,0
-18244,Libya zone 9,conversion,,,,,1474,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Brown and Root,EPSG,2000-03-07,,1,0
-18245,Libya zone 10,conversion,,,,,1475,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Brown and Root,EPSG,2000-03-07,,1,0
-18246,Libya zone 11,conversion,,,,,1476,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Brown and Root,EPSG,2000-03-07,,1,0
-18247,Libya zone 12,conversion,,,,,1477,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Brown and Root,EPSG,2000-03-07,,1,0
-18248,Libya zone 13,conversion,,,,,1478,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Brown and Root,EPSG,2000-03-07,,1,0
+18240,Libya zone 5,conversion,,,,,1470,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaced by Libya TM zone 5 (code 18310).,Brown and Root,EPSG,2000-03-07,,1,0
+18241,Libya zone 6,conversion,,,,,1471,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaced by Libya TM zone 6 (code 18311).,Brown and Root,EPSG,2000-03-07,,1,0
+18242,Libya zone 7,conversion,,,,,1472,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaced by Libya TM zone 7 (code 18312).,Brown and Root,EPSG,2000-03-07,,1,0
+18243,Libya zone 8,conversion,,,,,1473,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaced by Libya TM zone 8 (code 18313).,Brown and Root,EPSG,2000-03-07,,1,0
+18244,Libya zone 9,conversion,,,,,1474,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaced by Libya TM zone 9 (code 18314).,Brown and Root,EPSG,2000-03-07,,1,0
+18245,Libya zone 10,conversion,,,,,1475,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaced by Libya TM zone 10 (code 18315).,Brown and Root,EPSG,2000-03-07,,1,0
+18246,Libya zone 11,conversion,,,,,1476,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaced by Libya TM zone 11 (code 18316).,Brown and Root,EPSG,2000-03-07,,1,0
+18247,Libya zone 12,conversion,,,,,1477,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaced by Libya TM zone 12 (code 18317).,Brown and Root,EPSG,2000-03-07,,1,0
+18248,Libya zone 13,conversion,,,,,1478,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaced by Libya TM zone 13 (code 18318).,Brown and Root,EPSG,2000-03-07,,1,0
 18251,Korea East Belt,conversion,,,,,1496,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Clifford J. Mugnier; Photogrammertric Engineering and Remote Sensing,EPSG,2000-03-07,,1,0
 18252,Korea Central Belt,conversion,,,,,1497,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Clifford J. Mugnier; Photogrammertric Engineering and Remote Sensing,EPSG,2000-03-07,,1,0
 18253,Korea West Belt,conversion,,,,,1498,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Clifford J. Mugnier; Photogrammertric Engineering and Remote Sensing,EPSG,2000-03-07,,1,0
@@ -2672,16 +2974,26 @@
 18306,Poland CS2000 zone 6,conversion,,,,,1521,"Topographic mapping at scales of 1:5,000 and larger, cadastral and engineering survey.",0,9807,,,"See Poland CS92 (code 18300) for mapping at 1:10,000 and smaller scales.",Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
 18307,Poland CS2000 zone 7,conversion,,,,,1522,"Topographic mapping at scales of 1:5,000 and larger, cadastral and engineering survey.",0,9807,,,"See Poland CS92 (code 18300) for mapping at 1:10,000 and smaller scales.",Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
 18308,Poland CS2000 zone 8,conversion,,,,,1523,"Topographic mapping at scales of 1:5,000 and larger, cadastral and engineering survey.",0,9807,,,"See Poland CS92 (code 18300) for mapping at 1:10,000 and smaller scales.",Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
+18310,Libya TM zone 5,conversion,,,,,1470,Large scale topographic mapping and engineering survey.,0,9807,,,Replaces Libya zone 5 (code 18240).,Survey Department of Libya,OGP,2006-08-24,,1,0
+18311,Libya TM zone 6,conversion,,,,,1471,Large scale topographic mapping and engineering survey.,0,9807,,,Replaces Libya zone 6 (code 18241).,Survey Department of Libya,OGP,2006-08-24,,1,0
+18312,Libya TM zone 7,conversion,,,,,1472,Large scale topographic mapping and engineering survey.,0,9807,,,Replaces Libya zone 7 (code 18242).,Survey Department of Libya,OGP,2006-08-24,,1,0
+18313,Libya TM zone 8,conversion,,,,,1473,Large scale topographic mapping and engineering survey.,0,9807,,,Replaces Libya zone 8 (code 18243).,Survey Department of Libya,OGP,2006-08-24,,1,0
+18314,Libya TM zone 9,conversion,,,,,1474,Large scale topographic mapping and engineering survey.,0,9807,,,Replaces Libya zone 9 (code 18244).,Survey Department of Libya,OGP,2006-08-24,,1,0
+18315,Libya TM zone 10,conversion,,,,,1475,Large scale topographic mapping and engineering survey.,0,9807,,,Replaces Libya zone 10 (code 18245).,Survey Department of Libya,OGP,2006-08-24,,1,0
+18316,Libya TM zone 11,conversion,,,,,1476,Large scale topographic mapping and engineering survey.,0,9807,,,Replaces Libya zone 11 (code 18246).,Survey Department of Libya,OGP,2006-08-24,,1,0
+18317,Libya TM zone 12,conversion,,,,,1477,Large scale topographic mapping and engineering survey.,0,9807,,,Replaces Libya zone 12 (code 18247).,Survey Department of Libya,OGP,2006-08-24,,1,0
+18318,Libya TM zone 13,conversion,,,,,1478,Large scale topographic mapping and engineering survey.,0,9807,,,Replaces Libya zone 13 (code 18248).,Survey Department of Libya,OGP,2006-08-24,,1,0
+18319,Libya TM,conversion,,,,,1143,Small scale topographic mapping.,0,9807,,,,Survey Department of Libya,OGP,2006-08-24,,1,0
 18401,Kp2000 Jylland og Fyn,conversion,,,,,2531,"Topographic mapping at scales of 1:5,000 and larger, cadastral and engineering survey.",0,9807,,,"See UTM zone 32N (code 16032) for mapping at 1:10,000 and smaller scales.",Kort og Matrikelstyrelsen,EPSG,2001-11-06,,1,0
 18402,Kp2000 Sjaelland,conversion,,,,,2532,"Topographic mapping at scales of 1:5,000 and larger, cadastral and engineering survey.",0,9807,,,"See UTM zone 32N (code 16032) for mapping at 1:10,000 and smaller scales.",Kort og Matrikelstyrelsen,EPSG,2001-11-06,,1,0
 18403,Kp2000 Bornholm,conversion,,,,,2533,"Topographic mapping at scales of 1:5,000 and larger, cadastral and engineering survey.",0,9807,,,"See UTM zone 33N (code 16033) for mapping at 1:10,000 and smaller scales.",Kort og Matrikelstyrelsen,EPSG,2001-11-06,,1,0
-18411,French West Africa Senegal zone,conversion,,,,,2548,Small scale topographic mapping.,0,9807,,,Superseded in 1950 by UTM.,TotatFinaElf,EPSG,2002-01-18,,1,0
-18412,French West Africa Ivory Coast zone,conversion,,,,,2549,Small scale topographic mapping.,0,9807,,,Superseded in 1950 by UTM.,TotatFinaElf,EPSG,2002-01-18,,1,0
-18413,French West Africa Dahomey zone,conversion,,,,,2550,Small scale topographic mapping.,0,9807,,,Superseded in 1950 by UTM.,TotatFinaElf,EPSG,2002-01-18,,1,0
-18414,French West Africa Niger zone,conversion,,,,,2551,Small scale topographic mapping.,0,9807,,,Superseded in 1950 by UTM.,TotatFinaElf,EPSG,2002-01-18,,1,0
-18415,French Equatorial Africa west zone,conversion,,,,,2552,Small scale topographic mapping.,0,9807,,,Superseded in 1950 by UTM.,TotatFinaElf,EPSG,2002-01-18,,1,0
-18416,French Equatorial Africa central zone,conversion,,,,,2553,Small scale topographic mapping.,0,9807,,,Superseded in 1950 by UTM.,TotatFinaElf,EPSG,2002-01-18,,1,0
-18417,French Equatorial Africa east zone,conversion,,,,,2554,Small scale topographic mapping.,0,9807,,,Superseded in 1950 by UTM.,TotatFinaElf,EPSG,2002-01-18,,1,0
+18411,French West Africa Senegal zone,conversion,,,,,2548,Small scale topographic mapping.,0,9807,,,Replaced in 1950 by UTM.,TotatFinaElf,EPSG,2002-01-18,,1,0
+18412,French West Africa Ivory Coast zone,conversion,,,,,2549,Small scale topographic mapping.,0,9807,,,Replaced in 1950 by UTM.,TotatFinaElf,EPSG,2002-01-18,,1,0
+18413,French West Africa Dahomey zone,conversion,,,,,2550,Small scale topographic mapping.,0,9807,,,Replaced in 1950 by UTM.,TotatFinaElf,EPSG,2002-01-18,,1,0
+18414,French West Africa Niger zone,conversion,,,,,2551,Small scale topographic mapping.,0,9807,,,Replaced in 1950 by UTM.,TotatFinaElf,EPSG,2002-01-18,,1,0
+18415,French Equatorial Africa west zone,conversion,,,,,2552,Small scale topographic mapping.,0,9807,,,Replaced in 1950 by UTM.,TotatFinaElf,EPSG,2002-01-18,,1,0
+18416,French Equatorial Africa central zone,conversion,,,,,2553,Small scale topographic mapping.,0,9807,,,Replaced in 1950 by UTM.,TotatFinaElf,EPSG,2002-01-18,,1,0
+18417,French Equatorial Africa east zone,conversion,,,,,2554,Small scale topographic mapping.,0,9807,,,Replaced in 1950 by UTM.,TotatFinaElf,EPSG,2002-01-18,,1,0
 18421,Greenland zone 1 east,conversion,,,,,2556,Topographic mapping,0,9826,,,,"Kort og Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
 18422,Greenland zone 2 east,conversion,,,,,2557,Topographic mapping,0,9826,,,,"Kort og Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
 18423,Greenland zone 3 east,conversion,,,,,2558,Topographic mapping,0,9826,,,,"Kort og Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
@@ -2706,7 +3018,49 @@
 18450,CS63 zone C0,conversion,,,,,3173,Large scale topographic mapping and engineering survey.,0,9807,,,,Informacines Technologijos Group,OGP,2005-12-21,,1,0
 18451,CS63 zone C1,conversion,,,,,3174,Large scale topographic mapping and engineering survey.,0,9807,,,,Informacines Technologijos Group,OGP,2005-12-21,,1,0
 18452,CS63 zone C2,conversion,,,,,3175,Large scale topographic mapping and engineering survey.,0,9807,,,,Informacines Technologijos Group,OGP,2005-12-21,,1,0
-19896,Hong Kong 1963 Grid,conversion,,,,,1118,"Large scale topographic mapping, cadastral and engineering survey.",0,9806,,,Superseded by HK1980 Grid.,"Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm",OGP,2006-02-06,,1,0
+19854,South Georgia Lambert,conversion,,,,,3529,GIS,0,9802,,,,British Antarctic Survey.,OGP,2007-07-06,,1,0
+19855,Mercator 41,conversion,,,,,3508,Medium and small scale mapping.,0,9804,,,,New Zealand National Institute for Water and Atmospheric Research,OGP,2007-03-22,,1,0
+19856,TM Reunion,conversion,,,,,1196,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaces Gauss Laborde Reunion.,IGN Paris.,OGP,2007-03-13,,1,0
+19857,Northwest Territories Lambert,conversion,,,,,3481,Territory-wide mapping and spatial data warehouseing.,0,9802,,,,"NWT Centre for Geomatics, http://maps.gnwtgeomatics.nt.ca",OGP,2007-02-19,,1,0
+19858,Yukon Albers,conversion,,,,,2417,Territory-wide mapping and spatial data warehouse.,0,9822,,,,"Geomatics Yukon, http://geomaticsyukon.ca",OGP,2007-02-19,,1,0
+19859,Fiji Map Grid,conversion,,,,,1094,"Topographic mapping, engineering and cadastral survey.",0,9807,,,Replaces Viti Levu Grid and Vanua Levu Grid (codes 19878-79).,"Department of Lands and Survey, Fiji.",OGP,2007-02-06,,1,0
+19860,Jamaica Metric Grid 2001,conversion,,,,,3342,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Replaces Jamaica National Grid (proj code 19910).,National Land Agency,OGP,2007-01-19,,1,0
+19861,Laborde Grid,conversion,,,,,1149,Large and medium scale topographic mapping and engineering survey.,0,9813,,,"Longitude is referenced to the Paris meridian. Within a few hundred km of origin, may be approximated by Oblique Mercator method - see proj code 19911.",IGN Technical Note 74.,OGP,2007-01-11,,1,0
+19862,Belgian Lambert 2005,conversion,,,,,1347,Large and medium scale topographic mapping and engineering survey.,0,9802,,,Introduced in 2005.,IGN Brussels www.ngi.be,OGP,2006-12-29,,1,0
+19863,South China Sea Lambert,conversion,,,,,3470,Oil exploration.,0,9802,,,"Originally defined with FN=500000 at true origin. This is at 21° 00' 37.0619""N. But operators assumed that it was at 21°N exactly. Thus by common practice Nf=500000 at 21°N exactly. The potential ambiguity is 1138m.",Mobil Exploration.,OGP,2006-12-08,,1,0
+19864,Singapore Transverse Mercator,conversion,,,,,1210,Cadastre.,0,9807,,,,Singapore Land Authority.,OGP,2006-10-13,,1,0
+19865,US NSIDC Sea Ice polar stereographic north,conversion,,,,,1996,Delivery of DMSP SSM/I microwave imagery products.,0,9829,,,Used in polar research.,US National Snow and Ice Data Center,OGP,2006-12-14,,1,0
+19866,US NSIDC Sea Ice polar stereographic south,conversion,,,,,1997,Delivery of DMSP SSM/I microwave imagery products.,0,9829,,,Used in polar research.,US National Snow and Ice Data Center,OGP,2006-12-14,,1,0
+19867,US NSIDC Equal Area north projection,conversion,,,,,1996,Gridding including EASE-Grid and small scale digital mapping for environmental sciences in north polar region.,0,9821,,,See information source for equations to define Equal-Area Scalable Earth Grid (EASE-Grid) overlay.,"Brodzik, M. J., & Knowles, K. (2002). EASE-Grid: a versatile set of equal-area projections and grids. http://www.ncgia.ucsb.edu/globalgrids-book/ease_grid",OGP,2006-09-22,,1,0
+19868,US NSIDC Equal Area south projection,conversion,,,,,1997,Gridding including EASE-Grid and small scale digital mapping for environmental sciences in south polar region.,0,9821,,,See information source for equations to define Equal-Area Scalable Earth Grid (EASE-Grid) overlay.,"Brodzik, M. J., & Knowles, K. (2002). EASE-Grid: a versatile set of equal-area projections and grids. http://www.ncgia.ucsb.edu/globalgrids-book/ease_grid",OGP,2006-09-22,,1,0
+19869,US NSIDC Equal Area global projection,conversion,,,,,3463,Gridding including EASE-Grid and small scale digital mapping for environmental sciences in low- and mid latitudes.,0,9834,,,See information source for equations to define Equal-Area Scalable Earth Grid (EASE-Grid) overlay.,"Brodzik, M. J., & Knowles, K. (2002). EASE-Grid: a versatile set of equal-area projections and grids. http://www.ncgia.ucsb.edu/globalgrids-book/ease_grid",OGP,2006-12-14,,1,0
+19870,Faroe Lambert,conversion,,,,,3248,"Cadastral survey, topographic mapping.",0,9826,,,,KMS,OGP,2006-08-04,,1,0
+19871,Rectified Skew Orthomorphic Malaya Grid (chains),conversion,,,,,1690,Large and medium scale topographic mapping and engineering survey.,0,9812,,,"If using Oblique Mercator method (code 9815), Ec=23505.515 chSe(T), Nc=21992.646 chSe(T).",Defence Geographic Centre,OGP,2006-08-14,2006.73,1,0
+19872,Rectified Skew Orthomorphic Malaya Grid (metres),conversion,,,,,1690,Large and medium scale topographic mapping and engineering survey.,0,9812,,,"Uses metric conversion factor of 0.914398 metres per yard exactly. If using Oblique Mercator method (code 9815), Ec=472854.710m, Nc=442420.693m.",Defence Geographic Centre,OGP,2006-08-14,2006.73,1,0
+19873,Noumea Lambert,conversion,,,,,2823,"Large scale topographic mapping, cadastral and engineering survey.",0,9802,,,Applications unable to define parameter values in decimal seconds should use the Noumea Lambert 2 projection which gives the same conversion results.,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.ditttt.gouv.nc",OGP,2006-07-21,,1,0
+19874,Noumea Lambert 2,conversion,,,,,2823,"Large scale topographic mapping, cadastral and engineering survey.",0,9802,,,Variant of Noumea Lambert (proj code 19873) defined for applications unable to define parameter values in decimal seconds. Gives same conversion results.,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.ditttt.gouv.nc",OGP,2006-07-21,,1,0
+19875,Ontario MNR Lambert,conversion,,,,,1367,Province-wide mapping.,0,9802,,,,Ontario Ministry of Natural Resources via Conservation Ontario.,OGP,2006-07-21,,1,0
+19876,ST74,conversion,,,,,3408,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,,"Lantmateriat, www.lantmateriat.se, SWEPOS pages.",OGP,2006-07-20,,1,0
+19877,Faroe Lambert fk89,conversion,,,,,3248,Cadastral survey.,0,9826,,,,KMS,OGP,2006-08-04,,1,0
+19878,Vanua Levu Grid,conversion,,,,,3401,"Topographic mapping, engineering and cadastral survey.",0,9833,,,Original definition is in chains (1 chain = 100 links).,"Department of Lands and Survey, Fiji.",OGP,2006-07-19,,1,0
+19879,Viti Levu Grid,conversion,,,,,3195,"Topographic mapping, engineering and cadastral survey.",0,9806,,,Original definition is in chains (1 chain = 100 links).,"Department of Lands and Survey, Fiji.",OGP,2006-07-19,,1,0
+19880,Fiji Map Grid,conversion,,,,,1094,"Topographic mapping, engineering and cadastral survey.",0,9807,,,Supersedes Viti Levu Grid and Vanua Levu Grid (codes 19878-79).,"Department of Lands and Survey, Fiji.",OGP,2006-07-19,,1,1
+19881,Alberta 10-degree TM (Forest),conversion,,,,,2376,Province-wide mapping.,0,9807,,,,"Government of Alberta, Department of Alberta Agriculture Food and Rural Development.",OGP,2006-06-17,,1,0
+19882,Alberta 10-degree TM (Resource),conversion,,,,,2376,Small scale province-wide mapping.,0,9807,,,Has negative easting coordinates in western Alberta. For an alternative with positive coordinates see Alberta 10-degree TM (Forest) (code 19881).,"Government of Alberta, Department of Alberta Agriculture Food and Rural Development.",OGP,2006-06-17,,1,0
+19883,World Mercator,conversion,,,,,3391,Very small scale mapping.,0,9804,,,,OGP,OGP,2006-06-02,,1,0
+19884,Caspian Sea Mercator,conversion,,,,,1291,Nautical charts and navigation,0,9805,,,,Main Department of Navigation & Oceanography of the USSR Ministry of Defence.,OGP,2006-05-08,,1,0
+19885,Kelantan Grid,conversion,,,,,3384,Large and medium scale topographic mapping and engineering survey.,0,9806,,,"Origin is station P243 at B. Polis Melor, Kota Bahuru. Offset from old grid origin: 13227.851m east, 8739.894m north.",GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+19886,Perak Grid,conversion,,,,,3383,Large and medium scale topographic mapping and engineering survey.,0,9806,,,"Origin is station TG26 at Gunung Larut Hiijau, Taiping. Offset from old grid origin is -1.769m east, 0.994m north.",GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+19887,Kedah and Perlis Grid,conversion,,,,,3382,Large and medium scale topographic mapping and engineering survey.,0,9806,,,"Origin is station TG35 at Gunung Perak, Kuala Muda.",GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+19888,Pinang Grid,conversion,,,,,3381,Large and medium scale topographic mapping and engineering survey.,0,9806,,,"Origin is station P314 at TLDM Georgetown. Offset from old grid origin is -23.414m east, 62.2832m north.",GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+19889,Terengganu Grid,conversion,,,,,3380,Large and medium scale topographic mapping and engineering survey.,0,9806,,,"Origin is station P253 at Kg. Matang, Hulu Terenganu. Offset from old grid origin: 19594.245m east, 3371.895m north.",GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+19890,Selangor Grid,conversion,,,,,3379,Large and medium scale topographic mapping and engineering survey.,0,9806,,,"Origin is station 251D at Felda Soeharto, K. Kuba Baharu. Offset from old grid origin is -13076.704m east, 503.095m north.",GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+19891,Pahang Grid,conversion,,,,,3378,Large and medium scale topographic mapping and engineering survey.,0,9806,,,"Origin is station GP31 at Sek. Ren. Keb. Kuala Mai, Jerantut. Offset from old grid origin is -7368.228m east, 6485.858m north.",GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+19892,Sembilan and Melaka Grid,conversion,,,,,3377,Large and medium scale topographic mapping and engineering survey.,0,9806,,,"Origin is station GP10 at K. Perindustrian Senawang, Seremban. Offset from old grid origin: 3915.790m east, -3292.026m north.",GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+19893,Johor Grid,conversion,,,,,3376,Large and medium scale topographic mapping and engineering survey.,0,9806,,,"Origin is station GP58 at Institut Haiwan, Kluang. Offset from old grid origin is -14810.562m east, 8758.320m north.",GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+19894,East Malaysia BRSO,conversion,,,,,1851,Large and medium scale topographic mapping and engineering survey.,0,9812,,,"If using Oblique Mercator method (code 9815), Ec=590521.147 m, Nc=442890.861 m.",GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+19895,Peninsular RSO,conversion,,,,,1690,Large and medium scale topographic mapping and engineering survey.,0,9812,,,"If using Oblique Mercator method (code 9815), Ec=472830.426 m, Nc=442454.099 m.",GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+19896,Hong Kong 1963 Grid,conversion,,,,,1118,"Large scale topographic mapping, cadastral and engineering survey.",0,9806,,,Replaced by HK1980 Grid.,"Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm",OGP,2006-02-06,,1,0
 19897,Statistics Canada Lambert,conversion,,,,,1061,Small scale mapping and analysis.,0,9802,,,,Statistics Canada.,OGP,2005-12-21,,1,0
 19898,Pacific Disaster Center Mercator,conversion,,,,,3172,Small scale mapping and analysis.,0,9804,,,,"Pacific Disaster Center, Kihei, Hawaii, USA.",OGP,2005-12-21,,1,0
 19899,Mauritius Grid,conversion,,,,,3209,Large and medium scale topographic mapping and engineering survey.,0,9801,,,,"Cartographic Saection, Ministry of Housing and Lands.",OGP,2005-11-28,,1,0
@@ -2714,65 +3068,65 @@
 19901,Belge Lambert 50,conversion,,,,,1347,Large and medium scale topographic mapping and engineering survey.,0,9802,,,"Longitude is referenced to the Brussels meridian. If software cannot handle latitude of false origin of 90 deg N, use latitude of false origin = 50°30'00.0""N with northing at false origin = 131983.890 m.","""Systemes de reference et formules de transformation en usage en Belgique""; IGN Brussels",EPSG,2003-01-16,95.30  96.29  99.28 2003.02,1,0
 19902,Belge Lambert 72,conversion,,,,,1347,Large and medium scale topographic mapping and engineering survey.,0,9803,,,"Rotation from Belge Lambert 50 to Belge Lambert 72 is +29.2985sec. An equivalent using the conventional Lambert Conic Conformal (2SP) method (Belgian Lambert 72, code 19961) was introduced in 2000.","""Systemes de reference et formules de transformation en usage en Belgique""; IGN Brussels",EPSG,1999-04-22,95.30  96.29  99.28,1,0
 19903,Nord de Guerre,conversion,,,,,1369,Obsolete.,0,9801,,,Longitude is referenced to the Paris meridian.,,EPSG,2003-01-16,2003.02,1,0
-19904,Ghana Metre Grid,conversion,,,,,1104,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Supersedes Ghana National Grid (code 19959) from 1978.  British foot (Sears 1922) used to convert projection defining parameters.,Ordnance Survey International,EPSG,1995-12-02,95.30  96.29,1,0
+19904,Ghana Metre Grid,conversion,,,,,1104,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaces Ghana National Grid (code 19959) from 1978.  British foot (Sears 1922) used to convert projection defining parameters.,Ordnance Survey International,EPSG,1995-12-02,95.30  96.29,1,0
 19905,Netherlands East Indies Equatorial Zone,conversion,,,,,1122,Large and medium scale topographic mapping and engineering survey.,0,9804,,,,US Army Map Service projection tables; 1943.,EPSG,1995-12-02,95.30,1,0
 19906,Iraq zone,conversion,,,,,2294,Large and medium scale topographic mapping and engineering survey.,0,9801,,,,US Army Map Service projection tables; 1943.,EPSG,1996-04-12,95.30  96.29,1,0
 19907,Iraq National Grid,conversion,,,,,1124,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,1995-12-02,95.30  96.29,1,0
 19908,Irish National Grid,conversion,,,,,1305,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,1995-12-02,95.30  96.29,1,1
-19909,Jamaica (Old Grid),conversion,,,,,1128,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Superseded by Jamaica (New Grid).,"Survey Department, Government of Jamaica, 1983.",EPSG,2004-09-12,95.28 2004.51,1,0
-19910,Jamaica National Grid,conversion,,,,,1128,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Supersedes Jamaica (Old Grid).,"Survey Department, Government of Jamaica, 1983.",EPSG,2004-09-12,95.28 2004.51,1,0
-19911,Laborde Grid,conversion,,,,,1149,Large and medium scale topographic mapping and engineering survey.,0,9815,,,Can also use transformation method 9813. Longitude is referenced to the Paris meridian.,,EPSG,2003-01-16,97.613 2003.02,1,0
+19909,Jamaica (Old Grid),conversion,,,,,3342,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Replaced by Jamaica National Grid (proj code 19910).,"Survey Department, Government of Jamaica, 1983.",EPSG,2007-01-19,95.28 2004.51 2007.001,1,0
+19910,Jamaica National Grid,conversion,,,,,3342,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Replaces Jamaica (Old Grid) (proj code 19909). Replaced by Jamaica Metric Grid 2001 (proj code 19860).,"Survey Department, Government of Jamaica, 1983.",EPSG,2007-01-19,95.28 2004.51 2007.001,1,0
+19911,Laborde Grid approximation,conversion,,,,,1149,Medium scale topographic mapping.,0,9815,,,"Longitude is referenced to the Paris meridian. The conversion method is a good approximation (better than 5cm) to original formula (see proj code 19861) within a few hundred km of origin, but farther away the approximation may be no better than 1m.",OGP,EPSG,2007-01-11,97.613 2003.02 2006.96,1,0
 19913,RD Old,conversion,,,,,1275,Large and medium scale topographic mapping and engineering survey.,0,9809,,,,Nederlandse Commissie voor Geodesie publication 30.,EPSG,1995-12-02,95.30  96.29,1,0
 19914,RD New,conversion,,,,,1275,Large and medium scale topographic mapping and engineering survey.,0,9809,,,,Nederlandse Commissie voor Geodesie publication 30.,EPSG,1995-12-02,95.30  96.29,1,0
 19915,Aden Zone,conversion,,,,,1257,Large and medium scale topographic mapping and engineering survey.,0,9801,,,,US Army Map Service projection tables; 1943.,EPSG,1995-12-02,95.28,1,0
 19916,British National Grid,conversion,,,,,1264,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Ordnance Survey of Great Britain.  http://www.gps.gov.uk/additionalInfo/images/A_guide_to_coord.pdf,EPSG,2003-01-08,95.30 2003.01,1,0
-19917,New Zealand Map Grid,conversion,,,,,3285,Large and medium scale topographic mapping and engineering survey.,0,9811,,,Supersedes North and South Island National Grids (codes 18141-2).  Used for topographic mapping.,Dept. of Lands and Surveys Technical Circular 1973/32; 23 Nov 1973.,EPSG,1995-12-02,95.28,1,0
+19917,New Zealand Map Grid,conversion,,,,,3285,Large and medium scale topographic mapping and engineering survey.,0,9811,,,Replaces North and South Island National Grids (codes 18141-2).  Used for topographic mapping.,Dept. of Lands and Surveys Technical Circular 1973/32; 23 Nov 1973.,EPSG,1995-12-02,95.28,1,0
 19919,Qatar National Grid,conversion,,,,,1195,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,1995-12-02,95.30  96.29,1,0
 19920,Singapore Grid,conversion,,,,,1210,Large and medium scale topographic mapping and engineering survey.,0,9806,,,,,EPSG,1995-12-02,95.30  96.29,1,0
-19921,Spain,conversion,,,,,1217,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Superseded by UTM. Longitude is referenced to the Madrid meridian.,,EPSG,2003-01-16,95.28 2003.02,1,0
+19921,Spain,conversion,,,,,1217,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Replaced by UTM. Longitude is referenced to the Madrid meridian.,,EPSG,2003-01-16,95.28 2003.02,1,0
 19922,Swiss New Grid,conversion,,,,,1286,Large and medium scale topographic mapping and engineering survey.,0,9815,,,,"""Die Projektionen der schweizerischen Plan- und Kartenwerke""; J. Bolliger 1967",EPSG,1997-11-13,95.30  96.29  97.27  97.612  97.62,1,0
-19923,Swiss Old Grid,conversion,,,,,1286,Large and medium scale topographic mapping and engineering survey.,0,9815,,,Superseded by LV03 (19922). Longitude is referenced to the Bern meridian.,"""Die Projektionen der schweizerischen Plan- und Kartenwerke""; J. Bolliger 1967",EPSG,2003-01-16,95.30  96.29  97.612  97.62 2003.02,1,0
+19923,Swiss Old Grid,conversion,,,,,1286,Large and medium scale topographic mapping and engineering survey.,0,9815,,,Replaced by LV03 (19922). Longitude is referenced to the Bern meridian.,"""Die Projektionen der schweizerischen Plan- und Kartenwerke""; J. Bolliger 1967",EPSG,2003-01-16,95.30  96.29  97.612  97.62 2003.02,1,0
 19924,Tobago Grid,conversion,,,,,1322,Large and medium scale topographic mapping and engineering survey.,0,9806,,,,,EPSG,1999-10-20,95.30  96.29  97.231,1,0
 19925,Trinidad Grid,conversion,,,,,1339,Large and medium scale topographic mapping and engineering survey.,0,9806,,,,,EPSG,1999-10-20,95.30  96.29  97.231,1,0
-19926,Stereo 70,conversion,,,,,1197,Large and medium scale topographic mapping and engineering survey.,0,9809,,,Supersedes Stereo 33 (code 19927).,,EPSG,1996-04-12,,1,0
-19927,Stereo 33,conversion,,,,,1197,Large and medium scale topographic mapping and engineering survey.,0,9809,,,Superseded by Stereo 70 (code 19926),,EPSG,1996-04-12,96.29,1,0
+19926,Stereo 70,conversion,,,,,1197,Large and medium scale topographic mapping and engineering survey.,0,9809,,,Replaces Stereo 33 (code 19927).,,EPSG,1996-04-12,,1,0
+19927,Stereo 33,conversion,,,,,1197,Large and medium scale topographic mapping and engineering survey.,0,9809,,,Replaced by Stereo 70 (code 19926),,EPSG,1996-04-12,96.29,1,0
 19928,Kuwait TM,conversion,,,,,1310,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,,EPSG,1996-04-12,,1,1
 19929,Sweden zone 2.5 gon V,conversion,,,,,2847,"(i) Medium and small scale mapping and spatial data management. (ii) Large scale (1:10,000 and greater) topographic mapping, cadastral and engineering survey.",0,9807,,,"At the municipal level alternative projections are found defined with different sets of False Northing and Easting, based on 100 km grid squares. This is denoted by the last part of the name.  For example 61:-1 means FN = -6100000 and FE = 100000 m.",Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,96.29  97.39 2002.481 2005.22,1,0
 19930,Greek Grid,conversion,,,,,1106,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Created for use with GGRS87.,Geodesy Department; Public Petroleum Corporation of Greece.,EPSG,1997-06-16,,1,0
 19931,Egyseges Orszagos Vetuleti,conversion,,,,,1119,Large and medium scale topographic mapping and engineering survey.,0,9815,,,EOV = Uniform National Projection,http://lazarus.elte.hu/gb/geodez/geod2.htm,EPSG,1997-07-22,,1,0
 19933,Prince Edward Island Stereographic (ATS77),conversion,,,,,1533,Large and medium scale topographic mapping and engineering survey.,0,9809,,,In use from 1979.  To be phased out in late 1990's.,Geomatics Centre; Nova Scotia Ministry of Housing and Municipal Affairs.,EPSG,1997-11-13,,1,0
 19934,Lithuania 1994,conversion,,,,,1145,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,HNIT-BALTIC GeoInfoServisas,EPSG,1998-03-12,,1,0
-19935,Rectified Skew Orthomorphic Malaya Grid,conversion,,,,,1690,Large and medium scale topographic mapping and engineering survey.,0,9812,,,"If using Oblique Mercator method (code 9815), Ec=23505.515 chSe, Nc=21992.646 chSe.",UK Directorate of Overseas Surveys paper,EPSG,1999-10-20,97.231,1,0
+19935,Rectified Skew Orthomorphic Malaya Grid,conversion,,,,,1690,Large and medium scale topographic mapping and engineering survey.,0,9812,,,"If using Oblique Mercator method (code 9815), Ec=23505.515 chSe, Nc=21992.646 chSe.",UK Directorate of Overseas Surveys paper,EPSG,1999-10-20,97.231,1,1
 19936,Portuguese National Grid,conversion,,,,,1294,Large and medium scale topographic mapping and engineering survey for military purposes.,0,9807,,,Original transformation by Gauss-Kruger formula. Longitude is referenced to the Lisbon meridian.,Instituto Portugues de Cartografia e Cadastro,EPSG,2003-01-16,95.30  96.29  98.42 2003.02,1,0
 19937,Tunisia Mining Grid,conversion,,,,,1618,Minerals licencing,0,9816,,,Origin: Djebel Kebar. Longitude is referenced to the Paris meridian.,Mining decree of 1st January 1953,EPSG,2003-01-16,2003.02,1,0
 19938,Estonian National Grid,conversion,,,,,1090,Large and medium scale topographic mapping and engineering survey.,0,9802,,,Coordinates at the projection origin match those of TM Baltic 93.,Geographic Institute; http://www.geo.ut.ee/,EPSG,2005-09-29,99.28 2005.46,1,0
 19939,TM Baltic 93,conversion,,,,,1646,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Geographic Institute; http://www.geo.ut.ee/,EPSG,2005-09-29,2005.46,1,0
-19940,Levant Zone,conversion,,,,,1623,Large and medium scale topographic mapping and engineering survey.,0,9817,,,Superseded by projection using full Lambert formula  (EPSG code 19948) from 1973.,US Army Map Service projection tables; 1943.,EPSG,1999-04-22,,1,0
+19940,Levant Zone,conversion,,,,,1623,Large and medium scale topographic mapping and engineering survey.,0,9817,,,Replaced by projection using full Lambert formula  (EPSG code 19948) from 1973.,US Army Map Service projection tables; 1943.,EPSG,1999-04-22,,1,0
 19941,Brazil Polyconic,conversion,,,,,1053,Small scale mapping,0,9818,,,,PetroBras,EPSG,1999-10-20,99.55,1,0
 19942,British West Indies Grid,conversion,,,,,2295,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,"UK Royal Engineers projection tables P10/25, 1943.",EPSG,1999-04-22,,1,0
-19943,Barbados National Grid,conversion,,,,,1042,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Superseded British West Indies Grid (19942) after 1983.,Ordnance Survey of Great Britain,EPSG,1999-04-22,,1,0
+19943,Barbados National Grid,conversion,,,,,1042,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaced British West Indies Grid (19942) after 1983.,Ordnance Survey of Great Britain,EPSG,1999-04-22,,1,0
 19944,Quebec Lambert Projection,conversion,,,,,1368,Medium and small scale mapping,0,9802,,,,Service de la Cartographie; Ministère des Ressources Naturelles; Quebec,EPSG,1999-10-22,,1,0
 19945,New Brunswick Stereographic (ATS77),conversion,,,,,1447,Large and medium scale topographic mapping and engineering survey.,0,9809,,,In use from 1979.  To be phased out in late 1990's.,New Brunswick Geographic Information Corporation land and water information standards manual.,EPSG,1999-10-20,99.61,1,0
 19946,New Brunswick Stereographic (NAD83),conversion,,,,,1447,Large and medium scale topographic mapping and engineering survey.,0,9809,,,In use from 1999.,New Brunswick Geographic Information Corporation land and water information standards manual.,EPSG,1999-10-20,,1,0
 19947,Austria Lambert,conversion,,,,,1037,Medium and small scale mapping,0,9802,,,,Bundesamt für Eich- und Vermessungswesen,EPSG,2000-01-07,99.94,1,0
-19948,Syria Lambert,conversion,,,,,1623,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Superseded Levant zone using same parameters but truncated near-conformal method (code 19940) from 1973.,IGN Paris,EPSG,1999-10-20,,1,0
+19948,Syria Lambert,conversion,,,,,1623,Large and medium scale topographic mapping and engineering survey.,0,9801,,,Replaced Levant zone using same parameters but truncated near-conformal method (code 19940) from 1973.,IGN Paris,EPSG,1999-10-20,,1,0
 19949,Levant Stereographic,conversion,,,,,1623,Large and medium scale topographic mapping and engineering survey.,0,9809,,,Used  prior to World War II for cadastral and large scale topographic mapping.,IGN Paris,EPSG,1999-10-20,,1,0
 19950,Landesvermessung 1995,conversion,,,,,1286,Large and medium scale topographic mapping and engineering survey.,0,9815,,,,Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.,EPSG,1999-10-20,,1,0
 19951,Nakhl e Taqi Oblique Mercator,conversion,,,,,1338,Large and medium scale topographic mapping and engineering survey.,0,9815,,,Used only for terminal site.,Total-Fina,EPSG,1999-10-20,,1,0
 19952,Krovak,conversion,,,,,1306,Large and medium scale topographic mapping and engineering survey.,0,9819,,,Longitude is referenced to the Ferro meridian.,Research Institute for Geodesy Topography and Cartography (VUGTK); Prague.,EPSG,2003-01-16,2003.02,1,0
 19953,Qatar Grid,conversion,,,,,1346,Large and medium scale topographic mapping and engineering survey.,0,9806,,,,Maersk Oil and Gas,EPSG,2000-03-07,,1,0
-19954,Suriname Old TM,conversion,,,,,1222,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Introduced in 1975.  Superseded by Suriname TM in 1979.,Shell International,EPSG,2000-06-10,,1,0
-19955,Suriname TM,conversion,,,,,1222,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Superseded Suriname Old TM in 1979 (scale factor changed).,Shell International,EPSG,2000-06-10,,1,0
-19956,Rectified Skew Orthomorphic Borneo Grid (chains),conversion,,,,,1362,Large and medium scale topographic mapping and engineering survey.,0,9815,,,See 19957 and 19958 for feet and metres versions. If using Hotine Oblique Mercator method (code 9812) FE = FN = 0 chSe.  Being superseded by metric version (code 19958).,Directorate of Colonial Surveys projection tables 1954 revision.,EPSG,2002-07-13,2002.47,1,0
-19957,Rectified Skew Orthomorphic Borneo Grid (feet),conversion,,,,,1851,Large and medium scale topographic mapping and engineering survey.,0,9815,,,See 19956 and 19958 for chains and metres versions. If using Hotine Oblique Mercator method (code 9812) FE = FN = 0 ftSe.   Being superseded by metric version (code 19958).,EPSG unit conversion of Directorate of Colonial Surveys projection tables 1954 revision.,EPSG,2002-07-13,2002.47,1,0
-19958,Rectified Skew Orthomorphic Borneo Grid (metres),conversion,,,,,1362,Large and medium scale topographic mapping and engineering survey.,0,9815,,,See 19956 and 19957 for chains and feet versions.  Uses Sear's 1922 British yard-metre ratio as given by Bomford as 39.370147 inches per metre.  If using Hotine Oblique Mercator method (code 9812) FE = FN = 0 m.,EPSG unit conversion of Directorate of Colonial Surveys projection tables 1954 revision.,EPSG,2000-10-19,,1,0
-19959,Ghana National Grid,conversion,,,,,1104,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Superseded by Ghana metric grid (code 19904).,Ordnance Survey International,EPSG,2000-10-19,,1,0
+19954,Suriname Old TM,conversion,,,,,1222,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Introduced in 1975.  Replaced by Suriname TM in 1979.,Shell International,EPSG,2000-06-10,,1,0
+19955,Suriname TM,conversion,,,,,1222,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaced Suriname Old TM in 1979 (scale factor changed).,Shell International,EPSG,2000-06-10,,1,0
+19956,Rectified Skew Orthomorphic Borneo Grid (chains),conversion,,,,,1362,Large and medium scale topographic mapping and engineering survey.,0,9815,,,See 19957 and 19958 for feet and metres versions. If using Hotine Oblique Mercator method (code 9812) FE = FN = 0 chSe.  Being replaced by metric version (code 19958).,Directorate of Colonial Surveys projection tables 1954 revision.,EPSG,2006-08-14,2002.47 2006.73,1,0
+19957,Rectified Skew Orthomorphic Borneo Grid (feet),conversion,,,,,1851,Large and medium scale topographic mapping and engineering survey.,0,9815,,,See 19956 and 19958 for chains and metres versions. If using Hotine Oblique Mercator method (code 9812) FE = FN = 0 ftSe.   Being replaced by metric version (code 19958).,EPSG unit conversion of Directorate of Colonial Surveys projection tables 1954 revision.,EPSG,2006-08-14,2002.47 2006.73,1,0
+19958,Rectified Skew Orthomorphic Borneo Grid (metres),conversion,,,,,1362,Large and medium scale topographic mapping and engineering survey.,0,9815,,,See 19956 and 19957 for chains and feet versions.  Uses Sear's 1922 British yard-metre ratio as given by Bomford as 39.370147 inches per metre.  If using Hotine Oblique Mercator method (code 9812) FE = FN = 0 m.,EPSG unit conversion of Directorate of Colonial Surveys projection tables 1954 revision.,EPSG,2006-08-14,2006.73,1,0
+19959,Ghana National Grid,conversion,,,,,1104,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Replaced by Ghana metric grid (code 19904).,Ordnance Survey International,EPSG,2000-10-19,,1,0
 19960,Prince Edward Isl. Stereographic (NAD83),conversion,,,,,1533,Large and medium scale topographic mapping and engineering survey.,0,9809,,,False Easting and False Northing changed from values used with ATS77  (which were FE=700000m; FN=400000m) to these new values when used with NAD83 (CSRS).   New values are FE=400000m; FN=800000m; adopted in 2000.,PEI Department of Transportation & Public Works; Mr. Serge Bernard,EPSG,2000-10-19,,1,0
 19961,Belgian Lambert 72,conversion,,,,,1347,Large and medium scale topographic mapping and engineering survey.,0,9802,,,"Introduced in 2000. Equivalent to Belge Lambert 72 (code 19902).  
 If software cannot handle latitude of false origin of 90 deg N, use latitude of false origin = 50°47'57.704""N with northing at false origin = 165 372.956 m.",IGN Brussels www.ngi.be and EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-09-29,2005.46,1,0
 19962,Irish Transverse Mercator,conversion,,,,,1305,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Ordnance Survey of Ireland,EPSG,2000-10-19,,1,0
-19963,Sierra Leone New Colony Grid,conversion,,,,,1342,Topographic mapping and engineering survey.,0,9807,,,Supersedes the Sierra Leone Colony Grid. New grid is 422.3 ft west and 112.1 ft south of old grid.,Ordnance Survey International,EPSG,2001-06-05,,1,0
-19964,New War Office Sierra Leone Grid,conversion,,,,,1342,Topographic mapping and engineering survey.,0,9807,,,Supersedes the War Office Sierra Leone Grid. New grid is 422.3 ft west and 112.1 ft south of old grid.,Ordnance Survey International,EPSG,2001-06-05,,1,0
+19963,Sierra Leone New Colony Grid,conversion,,,,,1342,Topographic mapping and engineering survey.,0,9807,,,Replaces the Sierra Leone Colony Grid. New grid is 422.3 ft west and 112.1 ft south of old grid.,Ordnance Survey International,EPSG,2001-06-05,,1,0
+19964,New War Office Sierra Leone Grid,conversion,,,,,1342,Topographic mapping and engineering survey.,0,9807,,,Replaces the War Office Sierra Leone Grid. New grid is 422.3 ft west and 112.1 ft south of old grid.,Ordnance Survey International,EPSG,2001-06-05,,1,0
 19965,US National Atlas Equal Area,conversion,,,,,1245,Statistical mapping,0,9821,,,,"United States Geological Survey, Western Geographic Science Center.",EPSG,2001-06-05,,1,0
 19966,Luxembourg Gauss,conversion,,,,,1146,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Administration du Cadastre et de la Topographie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
 19967,Slovenia Grid,conversion,,,,,1212,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Geodetska Uprava Republike Slovenije via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
@@ -2780,15 +3134,15 @@
 19969,Portuguese Grid,conversion,,,,,1294,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Original transformation by Gauss-Kruger formula. Longitude is referenced to the Lisbon meridian.,Instituto Portugues de Cartografia e Cadastro via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2003-01-16,2003.02,1,0
 19971,New Zealand Transverse Mercator,conversion,,,,,3285,Large and medium scale topographic mapping and engineering survey.,0,9807,,,,Land Information New Zealand,EPSG,2001-08-28,,1,0
 19972,Irish Grid,conversion,,,,,1305,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Defined as part of the 1965 and 1975 mapping adustments in which the scale factor was introduced as a best fit to retain existing grid coordinates.,Ordnance Survey of Ireland.,EPSG,2001-11-06,,1,0
-19973,Irish National Grid,conversion,,,,,2530,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Used only with the 1952 geodetic adjustment. Superseded by the 1975 Mapping Adjustment: see code 19972.,Ordnance Survey of Northern Ireland.,EPSG,2001-11-06,,1,0
+19973,Irish National Grid,conversion,,,,,2530,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Used only with the 1952 geodetic adjustment. Replaced by the 1975 Mapping Adjustment: see code 19972.,Ordnance Survey of Northern Ireland.,EPSG,2001-11-06,,1,0
 19974,Modified Portuguese Grid,conversion,,,,,1294,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Applied to Datum 73. Grid position at origin is coincident with the unmodified grid applied to Lisbon datum.,Instituto Portugues de Cartografia e Cadastro via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-11-06,,1,0
 19975,Trinidad Grid (Clarke's feet),conversion,,,,,1339,Oil industry exploration and production.,0,9806,,,"Foot version of EPSG code 19925. Not an official system, but used by some US-based organisations including Amoco Trinidad.",BP,EPSG,2002-02-12,,1,0
 19976,ICN Regional,conversion,,,,,1251,Small scale topographic and geological mapping.,0,9802,,,,Institute Cartografica Nacional,EPSG,2002-02-12,,1,0
 19977,Aramco Lambert,conversion,,,,,1206,Oil industry exploration and production.,0,9802,,,Used by Saudi Aramco when area of interest crosses UTM zone boundary. Adopted by partners for Core Venture 1 (South Ghawar) area.,Saudi Aramco,EPSG,2002-02-12,,1,0
 19978,Hong Kong 1980 Grid,conversion,,,,,1118,"Large scale topographic mapping, cadastral and engineering survey.",0,9807,,,"Grid origin is Partiridge Hill triangulation station (old trig ""2"").","Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2002-06-22,,1,0
 19979,Portugal Bonne,conversion,,,,,1294,"1:50,000 topographic mapping.",0,9828,,,Longitude is referenced to the Lisbon meridian.,"Instituto Portugues de Cartografia e Cadastro, http://www.ipcc.pt/portuguese/produtos/cartografia/50m.html",EPSG,2003-01-16,2003.02,1,0
-19981,Lambert New Caledonia,conversion,,,,,1174,Large and medium scale topographic mapping and engineering survey.,0,9802,,,,IGN Paris.,EPSG,2002-11-29,,1,0
-19982,TM Reunion,conversion,,,,,1196,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Supersedes Gauss Laborde Reunion.,IGN Paris.,EPSG,2002-11-29,,1,0
+19981,Lambert New Caledonia,conversion,,,,,3430,Large and medium scale topographic mapping and engineering survey.,0,9802,,,,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.ditttt.gouv.nc",EPSG,2006-07-25,2006.62,1,0
+19982,TM Reunion,conversion,,,,,1196,Large and medium scale topographic mapping and engineering survey.,0,9807,,,Supersedes Gauss Laborde Reunion.,IGN Paris.,EPSG,2002-11-29,,1,1
 19983,Terre Adelie Polar Stereographic,conversion,,,,,2818,Topographic mapping.,0,9830,,,,IGN Paris.,EPSG,2003-09-22,2003.22,1,0
 19984,British Columbia Albers,conversion,,,,,2832,Single projection for whole province for spatial data storgage and use.,0,9822,,,,Government of British Columbia Ministry of Sustainable Resource Management. http://srmwww.gov.bc.ca/gis/bceprojection.html,EPSG,2003-05-05,,1,0
 19985,Europe Conformal 2001,conversion,,,,,2881,"Single projection for all Europe. Used for conformal mapping at scales of 1:500,000 and smaller.",0,9802,,,"UTM used for applications at scales larger than 1:500,000. ETRS-LAEA (code 19986) used for statistical mapping.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.46,1,0

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_operation_method.csv
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_operation_method.csv	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_operation_method.csv	2007-09-19 08:45:41 UTC (rev 1074)
@@ -95,7 +95,7 @@
 
 dh = (dX*cos(lat)*cos(lon)) + (dY*cos(lat)*sin(lon)) + (dZ*sin(lat)) + ((a*Df + f*Da)*(sin(lat)^2)) - da
 
-where the dX, dY and dZ terms are as before, and rho and nu are the meridian and prime vertical radii of curvature at the given latitude (lat) on the first ellipsoid, da is the difference in the semi-major axes (a1 - a2) of the first and second ellipsoids and df  is the difference in the flattening of the two ellipsoids.
+where the dX, dY and dZ terms are the geocentric translation parameters, and rho and nu are the meridian and prime vertical radii of curvature at the given latitude (lat) on the first ellipsoid, da is the difference in the semi-major axes (a1 - a2) of the first and second ellipsoids and df  is the difference in the flattening of the two ellipsoids.
 
 The formulas for dlat and dlon indicate changes in latitude and longitude in arc-seconds.","For a North Sea point with coordinates derived by GPS satellite in the WGS84 geographical coordinate reference system, with coordinates of:
            latitude lat_s                =53°48'33.82""N, 
@@ -106,21 +106,21 @@
 
 The three geocentric translations parameter values from WGS84 to ED50 for this North Sea area are given as dX = +84.87m, dY = +96.49m, dZ = +116.95m. 
 Ellipsoid Parameters are:
-WGS 1984             a = 6378137.0 metres    1/f = 298.2572236
+WGS 84               a = 6378137.0 metres    1/f = 298.2572236
 International 1924  a = 6378388.0 metres    1/f = 297.0
 
 Then
-da = 6378137 – 6378388 = –251
-df = 0.003352811 - 0.003367003 = -1.41927E-05
+da = 6378388 – 6378137 = 251
+df = 0.003367003 - 0.003352811  = 1.41927E-05
 whence
-dlat  = 2.545""
+dlat  = 2.543""
 dlon  = 5.097""
-dh   =  – 44.98 m
+dh   =  – 44.909 m
 
 ED50 values on the International 1924 ellipsoid are then:
-           latitude lat_t                 = 53°48'36.565""N, 
+           latitude lat_t                 = 53°48'36.563""N, 
            longitude  lon_t             =  2°07'51.477""E, 
-    and ellipsoidal height h_t  = 28.02 m.","This transformation is a truncated Taylor series expansion of a transformation between two geographic coordinate systems, modelled as a set of geocentric translations.","EPSG guidance note #7-2, http://www.epsg.org",EPSG,2004-08-25,99.01 2004.47,0
+    and ellipsoidal height h_t  = 28.091 m.","This transformation is a truncated Taylor series expansion of a transformation between two geographic coordinate systems, modelled as a set of geocentric translations.","EPSG guidance note #7-2, http://www.epsg.org",EPSG,2006-06-12,99.01 2004.47 2006.42,0
 9606,Position Vector 7-param. transformation,1,"Note: These formulas have been transcribed from EPSG Guidance Note #7-2. Users are encouraged to use that document rather than the text which follows as reference because limitations in the transcription will be avoided.
 
 Transformation of coordinates from one geographic coordinate reference system into another (also known as a ""datum transformation"") is usually carried out as an implicit concatenation of three transformations:
@@ -255,10 +255,10 @@
                                = 42 deg 38 min 56.82 sec N
 
 
-dLon = -13270.54 seconds  = -3 deg 41 min 10.54 sec
+dLon = -13238.484 seconds  = -3 deg 40 min 38.484 sec
 
-Then ED50 longitude = 3 deg 39 min 34.57 sec E - 3 deg 41 min 10.54 sec
-                                  = 0 deg 01 min 35.97 sec W of Greenwich.",,"EPSG guidance note #7-2, http://www.epsg.org, after Institut de Geomatica; Barcelona.",EPSG,2000-03-07,99.284  99.82  99.64,0
+Then ED50 longitude = 3 deg 39 min 34.57 sec E - 3 deg 40 min 38.484 sec
+                                  = 0 deg 01 min 03.914 sec W of Greenwich.",,"EPSG guidance note #7-2, http://www.epsg.org, after Institut de Geomatica; Barcelona.",EPSG,2006-10-30,99.284 99.82 99.64 2006.91,0
 9618,Geographic2D with Height Offsets,1,"Note: These formulas have been transcribed from EPSG Guidance Note #7-2. Users are encouraged to use that document rather than the text which follows as reference because limitations in the transcription will be avoided.
 
 Lat_T = Lat_S + latitude_offset 
@@ -1767,7 +1767,7 @@
 t = 0.336391288    chi = 0.921795958
 
 Then Latitude     =  53°00'00.000""N
-          Longitude  =  53°00'00.000""E",,"EPSG guidance note #7-2, http://www.epsg.org",EPSG,2004-06-22,2004.32 2004.43,0
+          Longitude  =  53°00'00.000""E",Used for most nautical charts.,"EPSG guidance note #7-2, http://www.epsg.org",EPSG,2006-07-30,2004.32 2004.43 2006.,0
 9806,Cassini-Soldner,1,"Note: These formulas have been transcribed from EPSG Guidance Note #7-2. Users are encouraged to use that document rather than the text which follows as reference because limitations in the transcription will be avoided.
 
 The formulas to derive projected Easting and Northing coordinates are:
@@ -1780,7 +1780,7 @@
 T = tan^2(lat)
 C = e2 cos2*/(1 - e2)        nu = a /(1 - esq*sin^2(lat))^0.5 
 and M, the distance along the meridian from equator to latitude lat, is given by
-M = a[1 - e^2/4 - 3e^4/64 - 5e^6/256 -....)*lat - (3e^2/8 + 3e^4/32 + 45e^6/1024 +....)sin(2*lat) + (15e^4/256 + 45e^6/1024 +.....)sin(4*lat) - (35e^6/3072 + ....)sin(6*lat) + .....]
+M = a[(1 - e^2/4 - 3e^4/64 - 5e^6/256 -....)*lat - (3e^2/8 + 3e^4/32 + 45e^6/1024 +....)sin(2*lat) + (15e^4/256 + 45e^6/1024 +.....)sin(4*lat) - (35e^6/3072 + ....)sin(6*lat) + .....]
 with lat in radians.
 
 M0 is the value of M calculated for the latitude of the chosen origin. This may not necessarily be chosen as the equator.
@@ -1889,7 +1889,7 @@
 T1 = 1.47441726
 
 Then Latitude       = 50°30'00.000""N
-         Longitude    = 00°30'00.000""E",,"EPSG guidance note #7-2, http://www.epsg.org",EPSG,2004-10-28,2004.68,0
+         Longitude    = 00°30'00.000""E",,"EPSG guidance note #7-2, http://www.epsg.org",EPSG,2007-02-19,2004.68 2007.029,0
 9808,Transverse Mercator (South Orientated),1,"Note: These formulas have been transcribed from EPSG Guidance Note #7-2. Users are encouraged to use that document rather than the text which follows as reference because limitations in the transcription will be avoided.
 
 For the mapping of southern Africa a south oriented Transverse Mercator projection is used. Here the coordinate axes are called Westings and Southings and increment to the West and South from the origin respectively.  The standard Transverse Mercator formulas (coordinate operation method code 9807) need to be modified to cope with this arrangement with
@@ -1930,7 +1930,7 @@
 lambda = n(lon-lambda0) + lambda0
 chi = asin[(w-1)/(w+1)]
 
-where w = c (Ss (Sb)^e)^n
+where w = c (Sa (Sb)^e)^n
 Sa = (1+sin(lat))/(1-sin(lat))
 Sb = (1-e.sin(lat))/(1+e.sin(lat))
  
@@ -2014,7 +2014,7 @@
 phi4 = 0.925024504
 
 Then Latitude      = 53°00'00.000""N
-          Longitude   =   6°00'00.000""E","This is not the same as the projection method of the same name in USGS Professional Paper no. 1395, ""Map Projections - A Working Manual"" by John P. Snyder.","EPSG guidance note #7-2, http://www.epsg.org",EPSG,1999-11-15,99.811,0
+          Longitude   =   6°00'00.000""E","This is not the same as the projection method of the same name in USGS Professional Paper no. 1395, ""Map Projections - A Working Manual"" by John P. Snyder.","EPSG guidance note #7-2, http://www.epsg.org",EPSG,2006-03-31,99.811 2006.20,0
 9810,Polar Stereographic (variant A),1,"Note: These formulas have been transcribed from EPSG Guidance Note #7-2. Users are encouraged to use that document rather than the text which follows as reference because limitations in the transcription will be avoided.
 
 For the forward conversion from latitude and longitude, for the south pole case
@@ -2169,7 +2169,56 @@
 
 Then Latitude = 5°23'14.113""N
          Longitude = 115°48'19.820""E",,"EPSG guidance note #7-2, http://www.epsg.org",EPSG,2004-10-16,97.62  99.811 2004.43 2004.60,0
-9813,Laborde Oblique Mercator,1,See information source.,See information source.,Can be accomodated by Oblique Mercator method (code 9815).,"""La nouvelle projection du Service Geographique de Madagascar""; J. Laborde; 1928",EPSG,1996-09-18,97.613,0
+9813,Laborde Madagascar,1,"Note : these formulas have been transcribed from IGN Document NT/G 74. Users are encouraged to use that document rather than the text which follows as reference because limitations in the transcription will be avoided.
+
+From the defining parameters the following constants for the map projection may be calculated:
+
+B = {1+[e^2 cos^4(phiC)]/(1– e^2)}^0.5
+phiS = asin[sin(phiC) / B]
+R = a  kC {(1–e^2)^0.5 / [1–e^2 sin^2(phiC)]}
+C = ln[tan(pi/4+phiS /2)] – B. ln{tan(pi/4+phiC /2) ([1 – e sin(phiC)]/[1+e sin(phiC)])^(e/2)}
+
+Forward case: To compute (E,N) from a given (lat,lon)
+L = B.(lon–lonC)
+q = C + B . ln{tan(pi/4+lat/2) ([1–e sin(lat)] / [1+e sin(lat)])^(e/2)}
+P = 2.atan[e ^q] – pi/2   where e is the base of natural logarithms
+U = cos(P).cos(L).cos(phiS) + sin(P).sin(phiS) 
+V = cos(P).cos(L).sin(phiS) - sin(P).cos(phiS)
+W = cos(P).sin(L)
+d = (U^2+V^2)^0.5
+if d <> 0 then L' = 2.atan(V/(U+d)) and P' = atan(W/d)
+if d = 0 then L' = 0 and P' = sign(W).pi/2
+H = –L' + i.ln(tan(pi/4+P'/2))                 where i^2 = –1
+G = (1 – cos(2.alphaC) + i.sin(2.alphaC))/12
+E = FE + R . IMAGINARY(H + G.H^3)
+N = FN + R . REAL(H + G.H^3)
+
+Reverse case: To compute (lat, lon) from a given (E,N):
+G = (1–cos(2.alphaC) + i.sin(2.alphaC))/12   where i^2 = –1
+To solve for Latitude and Longitude, a re-iterative solution is required, where the first two elements are
+H0 = (N–FN)/R + i.(E–FE)/R  ie k = 0
+H1 = H0/(H0 + G.H0^3),    i.e. k = 1,
+and in subsequent reiterations, k increments by 1
+Hk+1 = (H0+2.G.Hk^3)/(3.G.Hk^2+1)
+Re-iterate until ABSOLUTE(REAL([H0-Hk-G.Hk^3)])) < 1E-11
+
+L' = –1.REAL(Hk)
+P' = 2.atan{ e ^[IMAGINARY(Hk)]} – pi/2  where e is the base of natural logarithms.
+U' = cos(P').cos(L').cos(phiS) + cos(P').sin(L').sin(phiS)   
+V' = sin(P')
+W' = cos(P').cos(L').sin(phiS) – cos(P').sin(L').cos(phiS)
+d = (U'^2+ V'^2)^0.5
+if d <> 0 then L = 2 atan[V'/( U'+d)] and P = atan(W'/d)
+if d = 0   then L = 0 and P = SIGN(W') . pi/2
+lon = lonC + (L/B)
+
+q' = {ln[tan(pi/4+P/2)] – C}/B
+The final solution for latitude requires a second re-iterative process, where the first element is
+lat'(0) = 2.atan(e ^q') – pi/2    where e is the base of natural logarithms.
+And the subsequent elements are
+lat'(k) = 2.atan{({1+e.sin[lat(k-1)]} / {1–e.sin[lat(k-1)]})^(e/2).e ^q'} – pi/2  for K =1 ?
+Iterate until ABSOLUTE(lat(k)-lat(k-1))  < 1E-11	
+lat = lat(k)",See information source.,,"""La nouvelle projection du Service Geographique de Madagascar""; J. Laborde; 1928. Also IGN Paris technical note NT/G 74.",EPSG,2007-03-27,97.613 2006.96 2007.04,0
 9814,Swiss Oblique Cylindrical,1,See information source.,See information source.,Can be accomodated by Oblique Mercator method (code 9815).,"""Die projecktionen der Schweizerischen Plan und Kartenwerke""; J Bollinger; 1967",EPSG,1996-09-18,97.612,0
 9815,Oblique Mercator,1,"Note: These formulas have been transcribed from EPSG Guidance Note #7-2. Users are encouraged to use that document rather than the text which follows as reference because limitations in the transcription will be avoided.
 
@@ -2343,11 +2392,11 @@
 m'	=	m' – [ ko m' – ko A (m')3] / [– ko – 3 ko A (m')2]
 using M' for m' in the first iteration. This will usually converge (to within 1mm) in a single iteration. Then
 lat' = lat' +{m' + sO – [A' lat' (180/pi) – B' sin(2 lat')  + C' sin(4 lat')  –  D' sin(6lat') + E' sin(8 lat')]}/ [A' (pi/180)]
-first using lat' = latO + m'/ A' (pi/180).
+first using lat' = latO + m'/ [A' (pi/180)].
 
 However the following non-iterative solution is accurate to better than 0.001"" (3mm) within 5 degrees latitude of the projection origin and should suffice for most purposes:
 m' = 	M' – [M' –o M' – ko A (')^3] / [– ko – 3 ko A (M')^2]
-lat' = latO + m'/ A' (pi/180)
+lat' = latO + m'/ [A' (pi/180)]
 s' = 	' lat' –  B' sin(2 lat')  + C' sin(4 lat')  –  D' sin(6 lat') + E' sin(8 lat')
 		where in the fterm lat' is in degrees, in the other terms lat' is in radians.
 ds' = 	A'(18pi) – 2B' cos(2 lat')  + 4C' cos(4 lat')  –  6D' cos(6 lat') + 8E' cos(8 lat')
@@ -2395,7 +2444,7 @@
 B = {1 + [e^2 * cos^4(latC) / (1 - e^2)]}^0.5
 A=a (1 - e^2 )^0.5 / [ 1 - e^2 sin^2 (latC)]
 gammaO=asin[sin (latC) / B]
-tO =tan(pi / 4 + gamma0 / 2) . [(1 + e sin(latC)) / (1 - e sin (latC))]^(e.B/2) / tan(pi / 4 + latC/ 2)^B
+tO =tan(pi / 4 + gamma0 / 2) . [(1 + e sin(latC)) / (1 - e sin (latC))]^(e.B/2) / [tan(pi / 4 + latC/ 2)]^B
 n = sin (latp)
 rO=kp  A / tan (latp)
 
@@ -2415,17 +2464,20 @@
 
 The reverse formulas to derive the latitude and longitude of a point from its Southing and Westing values are:
 
-latj = 2*(atan{tO^(-1/B) tan^(1/B).( UÂ’/2 + pi / 4 ).[(1 + e sin ( lat j-1) / (1 - e sin ( latj-1)]^(e/2)} - pi / 4) 
-where j = 1,2 and the latitude is found by iteration.
-lon = lonc - V' / B
-where
+l
 r' =[(X - Ec)^2 + (Y - Nc)^2]^(1/2)  
-theta'=arctan [(X- Ec)/(Y- Nc)]
+theta'=arctan [(Y- Nc)/(X- Ec)]
 D'=theta' / sin ( latp)
 S'=2*{atan[(rO / r' )^(1/n) tan(pi / 4 + latp/ 2)] - pi / 4}
 U'=asin ( cos (alphaC) sin ( S' ) - sin (alphaC) cos (S') cos (D') )
-V'=asin ( cos (S') sin (D') / cos (U'))","For Projected Coordinate Reference System: S-JTSK (Ferro) / Krovak
+V'=asin ( cos (S') sin (D') / cos (U'))
 
+Then latitude lat is found by iteration using U' as the value for lat(j-1) in the first iteration:
+lat(j) = 2*(atan{tO^(-1/B) tan^(1/B).( UÂ’/2 + pi / 4 ).[(1 + e sin ( lat( j-1)) / (1 - e sin ( lat(j-1))]^(e/2)} - pi / 4) 
+
+Then
+lon = lonc - V' / B","For Projected Coordinate Reference System: S-JTSK (Ferro) / Krovak
+
 N.B. Krovak projection uses Ferro as the prime meridian. This has a longitude with reference to Greenwich of 17 deg 40 min West. To apply the formulae the defining longitudes must be corrected to the Greenwich meridian.
 
 Parameters:
@@ -2479,9 +2531,10 @@
 lat(iteration3)=0.876312566
 
 Latitude = 0.876312566 rad = 50°12'32.4416""N
-Longitude = 0.294083999 rad = 16°50'59.1790""E",,Research Institute for Geodesy Topography and Cartography (VUGTK); Prague.,EPSG,2003-01-31,2002.95,0
+Longitude = 0.294083999 rad = 16°50'59.1790""E",,Research Institute for Geodesy Topography and Cartography (VUGTK); Prague.,EPSG,2006-03-31,2002.95 2006.18,0
 9820,Lambert Azimuthal Equal Area,1,"Note: These formulas have been transcribed from EPSG Guidance Note #7-2. Users are encouraged to use that document rather than the text which follows as reference because limitations in the transcription will be avoided.
 
+Oblique aspect
 To derive the projected coordinates of a point, geodetic latitude (lat) is converted to authalic latitude (ß). The formulae  to convert geodetic latitude and longitude (lat,lon) to Easting and Northing are:
 
 Easting, E   = FE + {(B . D) . [cos ß . sin(lon – lonO)]}
@@ -2503,20 +2556,47 @@
 
 lat = ß' + [(e^2/3 + 31e^4/180 + 517e^6/5040) . sin 2ß'] + [(23e^4/360 + 251e^6/3780) . sin 4ß'] +  [(761e^6/45360) . sin 6ß']
 
-lon = lonO + atan {(X-FE) . sin C / [D. rho . cos ßO . cos C – D^2. (Y-FN) . sin ßO . sin C]}
+lon = lonO + atan {(E-FE) . sin C / [D. rho . cos ßO . cos C – D^2. (N-FN) . sin ßO . sin C]}
 where
-ß' = asin{(cosC . sin ßO) + [(D . (Y-FN) . sinC . cos ßO) / rho]}
+ß' = asin{(cosC . sin ßO) + [(D . (N-FN) . sinC . cos ßO) / rho]}
 C = 2 . asin(rho / 2 . Rq)
-rho = {[(X-FE)/D]^2 + [D . (Y –FN)]^2}^0.5
+rho = {[(E-FE)/D]^2 + [D . (N –FN)]^2}^0.5
 
-and D, Rq, and ßO are as in the forward equations.","For Projected Coordinate Reference System: ETRS89 / ETRS-LAEA
+and D, Rq, and ßO are as in the forward equations.
 
+Polar aspect
+For the polar aspect of the Lambert Azimuthal Equal Area projection, some of the above equations are indeterminate. Instead, for the forward case from latitude and longitude (lat, lon) to Easting (E) and Northing (N):
+
+For the north polar case:
+	Easting, E   = FE + [rho  sin(lon – lonO)]
+	Northing, N = FN –  [rho  cos(lon – lonO)]
+where
+rho = a (qP  – q)^0.5
+and qP  and q are found as for the general case above.
+
+For the south polar case:
+	Easting, E   = FE + [rho . sin(lon – lonO)]
+	Northing, N = FN +  [rho . cos(lon – lonO)]
+where
+rho = a (qP  + q)^0.5
+and qP  and q are found as for the general case above.
+
+For the reverse formulas to derive the geodetic latitude and longitude of a point from its Easting and Northing:
+lat = ß' + [(e^2/3 + 31e^4/180 + 517e^6/5040)  sin 2ß'] + [(23e^4/360 + 251e^6/3780)  sin 4ß'] +  [(761e^6/45360)  sin 6ß']
+as for the oblique case, but where
+ß' = ±asin [1– rho^2 / (a^2{1– [(1– e^2)/2e)) ln[(1-e)/(1+ e)]})], taking the sign of  latO
+and rho = {[(E –FE)]^2 + [(N – FN)]^2}^0.5
+Then
+lon = lonO + atan [(E –FE)] / (N –FN)] for the south pole case
+and
+lon = lonO + atan [(E –FE)] / – (N –FN)] for the north pole case.","For Projected Coordinate Reference System: ETRS89 / ETRS-LAEA
+
 Parameters:
 Ellipsoid:GRS 1980  a = 6378137.0 metres    1/f = 298.2572221
 then e = 0.081819191
 
-Latitude of natural origin (latO): 53°00'00.000""N =0.925024504  rad
-Longitude of natural origin (lonO): 9°00'00.000""E = 0.157079633 rad
+Latitude of natural origin (latO): 52°00'00.000""N = 0.907571211  rad
+Longitude of natural origin (lonO): 10°00'00.000""E = 0.174532925  rad
 False easting (FE): 4321000.00 metres
 False northing (FN) 3210000.00 metres
 
@@ -2526,26 +2606,26 @@
 
 First gives
 qP = 1.995531087
-qO = 1.591111956
+qO = 1.569825704
 q = 1.525832247
 Rq = 6371007.181
-betaO = 0.922870909
+betaO = 0.905397517
 beta = 0.870458708
-D = 1.000406507
-B = 6374706.698
+D = 1.000425395
+B = 6374393.455
 
 whence 
-E = 4034299.86 m
-N = 2884152.53 m
+E = 3962799.45  m
+N = 2999718.85  m
 
-Reverse calculation for the same Easting and Northing (4034299.86 E, 2884152.53 N) first gives:
+Reverse calculation for the same Easting and Northing (3962799.45 E, 2999718.85  N) first gives:
 
-rho = 434042.7347
-C = 0.068140987
+rho = 415276.208
+C = 0.065193736
 beta' = 0.870458708
 
 Then Latitude = 50°00'00.000""N
-        Longitude = 5°00'00.000""E",This is the ellipsoidal form of the projection.,"USGS Professional Paper 1395, ""Map Projections - A Working Manual"" by John P. Snyder.",EPSG,2005-06-13,2003.35 2004.43 2005.075 2005.29,0
+        Longitude = 5°00'00.000""E",This is the ellipsoidal form of the projection.,"USGS Professional Paper 1395, ""Map Projections - A Working Manual"" by John P. Snyder.",EPSG,2007-01-12,2003.35 2004.43 2005.075 2005.29 2006.20 2007.005,0
 9821,Lambert Azimuthal Equal Area (Spherical),1,See information source.,See information source.,This is the spherical form of the projection.  See coordinate operation method Lambert Azimuthal Equal Area (code 9820) for ellipsoidal form.  Differences of several tens of metres result from comparison of the two methods.,"USGS Professional Paper 1395, ""Map Projections - A Working Manual"" by John P. Snyder.",EPSG,2001-06-05,,0
 9822,Albers Equal Area,1,"Note: These formulas have been transcribed from EPSG Guidance Note #7-2. Users are encouraged to use that document rather than the text which follows as reference because limitations in the transcription will be avoided.
 
@@ -2562,21 +2642,21 @@
 n   = (m1^2 – m2^2) / (alpha2 - alpha1)
 m1 = cos lat1 / (1 – e^2 sin^2(lat1))^0.5
 m2 = cos lat2 / (1 – e^2 sin^2(lat2))^0.5
-alpha  = (1 – e^2) . [(sin(lat) / (1 – e^2 sin^2(lat))] – {[1/(2e)] . ln [(1 – e sin(lat)) / (1 + e sin(lat))]}
-alphaO  = (1 – e^2) . [(sin(latO) / (1 – e^2 sin^2(latO))] – {[1/(2e)] . ln [(1 – e sin(latO)) / (1 + e sin(latO))]}
-alpha1  = (1 – e^2) . [(sin(lat1) / (1 – e^2 sin^2(lat1))] – {[1/(2e)] . ln [(1 – e sin(lat1)) / (1 + e sin(lat1))]}
-alpha2  = (1 – e^2) . [(sin(lat2) / (1 – e^2 sin^2(lat2))] – {[1/(2e)] . ln [(1 – e sin(lat2)) / (1 + e sin(lat2))]}
+alpha  = (1 – e^2) . {[sin(lat) / (1 – e^2 sin^2(lat))] – [1/(2e)] . ln [(1 – e sin(lat)) / (1 + e sin(lat))]}
+alphaO  = (1 – e^2) . {[sin(latO) / (1 – e^2 sin^2(latO))] – [1/(2e)] . ln [(1 – e sin(latO)) / (1 + e sin(latO))]}
+alpha1  = (1 – e^2) . {[sin(lat1) / (1 – e^2 sin^2(lat1))] – [1/(2e)] . ln [(1 – e sin(lat1)) / (1 + e sin(lat1))]}
+alpha2  = (1 – e^2) . {[sin(lat2) / (1 – e^2 sin^2(lat2))] – [1/(2e)] . ln [(1 – e sin(lat2)) / (1 + e sin(lat2))]}
 
 The reverse formulas to derive the geodetic latitude and longitude of a point from its Easting and Northing values are:
 lat = ß' + (e^2/3 + 31e^4/180 + 517e^6/5040) . sin 2ß'] + [(23e^4/360 + 251e^6/3780) . sin 4ß'] + [(761e^6/45360) . sin 6ß']
 
 lon =   lonO + (theta / n)
 where
-ß' =  sin(alpha' / {1 – [(1 – e^2) / (2 . e)] . ln [(1 – e / (1 + e)]
+ß' =  asin(alpha' / {1 – [(1 – e^2) / (2 . e)] . ln [(1 – e) / (1 + e)]
 alpha' =  [C – (rho^2 . N^2 / a^2)] / n
 rho =  {(E – EF)^2 + [rhoO – (N – NF)]^2 }^0.5
 theta =  atan [(E – EF) / [rhoO – (N – NF)]
-and C, n and rhoO are as in the forward equations.",See Information Source.,,"USGS Professional Paper 1395, ""Map Projections - A Working Manual"" by John P. Snyder.",EPSG,2001-06-05,,0
+and C, n and rhoO are as in the forward equations.",See Information Source.,,"USGS Professional Paper 1395, ""Map Projections - A Working Manual"" by John P. Snyder.",EPSG,2007-03-27,2006.20 2007.049,0
 9823,Equidistant Cylindrical,1,"Note: These formulas have been transcribed from EPSG Guidance Note #7-2. Users are encouraged to use that document rather than the text which follows as reference because limitations in the transcription will be avoided.
 
 This method has one of the simplest formulas available. If the latitude of natural origin (latO) is at the equator the method is also known as Plate Carrée. It is not used for rigorous topographic mapping because its distortion characteristics are unsuitable. Formulas are included to distinguish this map projection method from an approach sometimes mistakenly called by the same name and used for simple computer display of geographic coordinates – see Pseudo Plate Carrée (coordinate operation method code 9825).
@@ -2901,7 +2981,7 @@
 else                     s = asin [sin (lon – lonO) * cos(psi) / sin(alpha))
 
 and in either case
-c = nu_O * s {[1 – s^2 * H^2 (1 – H^2) /6] + [(s^3/8)GH(1-2H^2)] + [(s^4/120)[H^2(4-7H^2)] – [3G^2(1-7H^2)] – [(s^5/48)GH]}
+c = nu_O * s {[1 – s^2 * H^2 (1 – H^2) /6] + [(s^3/8)GH(1-2H^2)] + (s^4/120)[H^2(4-7H^2) – 3G^2(1-7H^2)] – [(s^5/48)GH]}
 
 Then
 	E = FE + * sin(alpha)
@@ -2919,4 +2999,6 @@
 
 Then
 lat = atan [(1 – e^2 * K sin(latO) / sin(psi')) * tan(psi') / (1 – e^2)]
-lon = lonO + asin (sin(alpha') * sin(J) / cos(psi'))",See information source or EPSG Guidance Note 7.,Modified form of Oblique Azimuthal Equidistant projection method developed for Polynesian islands. For the distances over which these projections are used (under 800km) this modification introduces no significant error.,"US Geological Survey Professional Paper 1395; ""Map Projections - A Working Manual"";  J. Snyder.",EPSG,2005-05-21,,0
+lon = lonO + asin (sin(alpha') * sin(J) / cos(psi'))",See information source or EPSG Guidance Note 7.,Modified form of Oblique Azimuthal Equidistant projection method developed for Polynesian islands. For the distances over which these projections are used (under 800km) this modification introduces no significant error.,"US Geological Survey Professional Paper 1395; ""Map Projections - A Working Manual"";  J. Snyder.",EPSG,2006-03-31,2006.20,0
+9833,Hyperbolic Cassini-Soldner,1,See information source.,See information source.,,"EPSG guidance note #7-2, http://www.epsg.org",OGP,2006-06-28,,0
+9834,Lambert Cylindrical Equal Area (Spherical),1,See information source.,See information source.,This is the spherical form of the projection. Differences of several tens of metres result from comparison with ellipsoidal form.,"USGS Professional Paper 1395, ""Map Projections - A Working Manual"" by John P. Snyder.",OGP,2006-09-22,,0

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_operation_parameter_value.csv
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_operation_parameter_value.csv	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_operation_parameter_value.csv	2007-09-19 08:45:41 UTC (rev 1074)
@@ -1,36 +1,36 @@
 coord_op_code,coord_op_method_code,parameter_code,parameter_value,param_value_file_ref,uom_code
 1025,9630,8617,55,,9102
-1025,9630,8618,0,,9102
 1025,9630,8623,-5.56098e-06,,9203
-1025,9630,8624,-1.55391e-06,,9203
-1025,9630,8625,-4.0262e-07,,9203
-1025,9630,8626,-5.09693e-07,,9203
 1025,9630,8627,-8.19775e-07,,9203
-1025,9630,8628,-2.47592e-07,,9203
-1025,9630,8629,1.36682e-07,,9203
-1025,9630,8630,1.86198e-07,,9203
-1025,9630,8631,1.2335e-07,,9203
-1025,9630,8632,5.68797e-08,,9203
-1025,9630,8633,-2.32217e-09,,9203
-1025,9630,8634,-7.69931e-09,,9203
 1025,9630,8635,-7.86953e-09,,9203
+1025,9630,8652,4.15937e-08,,9203
+1025,9630,8653,7.62236e-09,,9203
 1025,9630,8636,-6.12216e-09,,9203
+1025,9630,8628,-2.47592e-07,,9203
 1025,9630,8637,-4.01382e-09,,9203
 1025,9630,8639,1.48944e-05,,9203
+1025,9630,8624,-1.55391e-06,,9203
+1025,9630,8629,1.36682e-07,,9203
 1025,9630,8640,2.68191e-06,,9203
 1025,9630,8641,2.4529e-06,,9203
+1025,9630,8630,1.86198e-07,,9203
 1025,9630,8642,2.944e-07,,9203
 1025,9630,8643,1.5226e-06,,9203
+1025,9630,8618,0,,9102
+1025,9630,8625,-4.0262e-07,,9203
+1025,9630,8631,1.2335e-07,,9203
 1025,9630,8644,9.10592e-07,,9203
 1025,9630,8645,-3.82241e-07,,9203
+1025,9630,8632,5.68797e-08,,9203
 1025,9630,8646,-8.51732e-07,,9203
 1025,9630,8647,-5.66713e-07,,9203
+1025,9630,8626,-5.09693e-07,,9203
+1025,9630,8633,-2.32217e-09,,9203
 1025,9630,8648,-1.85188e-07,,9203
 1025,9630,8649,2.84312e-08,,9203
+1025,9630,8634,-7.69931e-09,,9203
 1025,9630,8650,6.84853e-08,,9203
 1025,9630,8651,5.00828e-08,,9203
-1025,9630,8652,4.15937e-08,,9203
-1025,9630,8653,7.62236e-09,,9203
 1026,9617,8623,8.4386918,,9203
 1026,9617,8624,-0.0972,,9203
 1026,9617,8625,-0.03672,,9203
@@ -58,9 +58,6 @@
 1028,9617,8640,0.07272,,9203
 1028,9617,8641,0.00216,,9203
 1028,9617,8642,-1.79e-05,,9203
-1029,9632,8619,155000,,9001
-1029,9632,8620,463000,,9001
-1029,9632,8621,663395.607,,9001
 1029,9632,8622,5781194.38,,9001
 1029,9632,8624,-51.681,,9203
 1029,9632,8625,3290.525,,9203
@@ -70,6 +67,9 @@
 1029,9632,8629,0.251,,9203
 1029,9632,8630,0.075,,9203
 1029,9632,8631,-0.012,,9203
+1029,9632,8619,155000,,9001
+1029,9632,8620,463000,,9001
+1029,9632,8621,663395.607,,9001
 1030,9632,8619,663395.607,,9001
 1030,9632,8620,5781194.38,,9001
 1030,9632,8621,155000,,9001
@@ -116,6 +116,7 @@
 1033,9631,8627,-16.9681,,9203
 1033,9631,8628,4.0783,,9203
 1033,9631,8629,0.2193,,9203
+1034,9631,8629,0.0809,,9203
 1034,9631,8619,500000,,9001
 1034,9631,8620,5500000,,9001
 1034,9631,8621,448933.793,,9001
@@ -125,7 +126,6 @@
 1034,9631,8626,0.0864,,9203
 1034,9631,8627,11.9065,,9203
 1034,9631,8628,-4.0793,,9203
-1034,9631,8629,0.0809,,9203
 1035,9621,8611,0,,9202
 1035,9621,8614,271.053,,9110
 1035,9621,8621,2610200.48,,9001
@@ -233,6 +233,19 @@
 1042,9648,8724,-0.341,,9203
 1042,9648,8725,-4.68,,9203
 1042,9648,8726,1.196,,9203
+1043,9651,8653,7.62236e-09,,9203
+1043,9651,8696,1,,9201
+1043,9651,8716,-1.55391e-06,,9203
+1043,9651,8717,-4.0262e-07,,9203
+1043,9651,8718,-5.09693e-07,,9203
+1043,9651,8719,-8.19775e-07,,9203
+1043,9651,8720,-2.47592e-07,,9203
+1043,9651,8721,1.36682e-07,,9203
+1043,9651,8722,1.86198e-07,,9203
+1043,9651,8723,1.2335e-07,,9203
+1043,9651,8724,2.68191e-06,,9203
+1043,9651,8725,2.4529e-06,,9203
+1043,9651,8726,2.944e-07,,9203
 1043,9651,8617,55,,9102
 1043,9651,8618,0,,9102
 1043,9651,8623,-5.56098e-06,,9203
@@ -253,19 +266,6 @@
 1043,9651,8650,6.84853e-08,,9203
 1043,9651,8651,5.00828e-08,,9203
 1043,9651,8652,4.15937e-08,,9203
-1043,9651,8653,7.62236e-09,,9203
-1043,9651,8696,1,,9201
-1043,9651,8716,-1.55391e-06,,9203
-1043,9651,8717,-4.0262e-07,,9203
-1043,9651,8718,-5.09693e-07,,9203
-1043,9651,8719,-8.19775e-07,,9203
-1043,9651,8720,-2.47592e-07,,9203
-1043,9651,8721,1.36682e-07,,9203
-1043,9651,8722,1.86198e-07,,9203
-1043,9651,8723,1.2335e-07,,9203
-1043,9651,8724,2.68191e-06,,9203
-1043,9651,8725,2.4529e-06,,9203
-1043,9651,8726,2.944e-07,,9203
 1044,9653,8619,155000,,9001
 1044,9653,8620,463000,,9001
 1044,9653,8621,663395.607,,9001
@@ -508,9 +508,9 @@
 1074,9606,8609,-4.42,,9104
 1074,9606,8610,-11.821,,9104
 1074,9606,8611,1,,9202
-1075,9603,8605,-89.05,,9001
 1075,9603,8606,-87.03,,9001
 1075,9603,8607,-124.56,,9001
+1075,9603,8605,-89.05,,9001
 1076,9636,8605,,,
 1076,9636,8606,,,
 1076,9636,8607,,,
@@ -1021,9 +1021,9 @@
 1225,9603,8605,-355,,9001
 1225,9603,8606,21,,9001
 1225,9603,8607,72,,9001
-1226,9603,8605,616,,9001
 1226,9603,8606,97,,9001
 1226,9603,8607,-251,,9001
+1226,9603,8605,616,,9001
 1227,9603,8605,-189,,9001
 1227,9603,8606,-242,,9001
 1227,9603,8607,-91,,9001
@@ -2045,9 +2045,9 @@
 1558,9603,8606,0,,9001
 1558,9603,8607,0,,9001
 1559,9615,8656,,wa_0400.gsb,
-1560,9603,8605,-156.5,,9001
 1560,9603,8606,-87.2,,9001
 1560,9603,8607,285.9,,9001
+1560,9603,8605,-156.5,,9001
 1561,9603,8605,-128,,9001
 1561,9603,8606,-283,,9001
 1561,9603,8607,22,,9001
@@ -2190,7 +2190,7 @@
 1609,9607,8608,-0.419,,9104
 1609,9607,8609,0.83,,9104
 1609,9607,8610,-1.885,,9104
-1609,9607,8611,0.999999,,9201
+1609,9607,8611,-1,,9202
 1610,9603,8605,-125.8,,9001
 1610,9603,8606,79.9,,9001
 1610,9603,8607,-100.5,,9001
@@ -2238,13 +2238,13 @@
 1618,9606,8609,1.474,,9104
 1618,9606,8610,5.297,,9104
 1618,9606,8611,2.4232,,9202
-1619,9606,8605,577.3,,9001
-1619,9606,8606,90.1,,9001
-1619,9606,8607,463.9,,9001
+1619,9606,8605,577.326,,9001
+1619,9606,8606,90.129,,9001
+1619,9606,8607,463.919,,9001
 1619,9606,8608,5.137,,9104
 1619,9606,8609,1.474,,9104
 1619,9606,8610,5.297,,9104
-1619,9606,8611,2.42,,9202
+1619,9606,8611,2.4232,,9202
 1620,9606,8605,551.7,,9001
 1620,9606,8606,162.9,,9001
 1620,9606,8607,467.9,,9001
@@ -4086,24 +4086,24 @@
 10094,9603,8605,124.5,,9001
 10094,9603,8606,-63.5,,9001
 10094,9603,8607,-281,,9001
-10095,9624,8623,,,9001
-10095,9624,8624,,,9203
-10095,9624,8625,,,9203
-10095,9624,8639,,,9001
-10095,9624,8640,,,9203
-10095,9624,8641,,,9203
-10096,9624,8623,,,9001
-10096,9624,8624,,,9203
-10096,9624,8625,,,9203
-10096,9624,8639,,,9001
-10096,9624,8640,,,9203
-10096,9624,8641,,,9203
-10097,9624,8623,,,9001
-10097,9624,8624,,,9203
-10097,9624,8625,,,9203
-10097,9624,8639,,,9001
-10097,9624,8640,,,9203
-10097,9624,8641,,,9203
+10095,9624,8623,,,
+10095,9624,8624,,,
+10095,9624,8625,,,
+10095,9624,8639,,,
+10095,9624,8640,,,
+10095,9624,8641,,,
+10096,9624,8625,,,
+10096,9624,8639,,,
+10096,9624,8640,,,
+10096,9624,8641,,,
+10096,9624,8623,,,
+10096,9624,8624,,,
+10097,9624,8623,,,
+10097,9624,8624,,,
+10097,9624,8625,,,
+10097,9624,8639,,,
+10097,9624,8640,,,
+10097,9624,8641,,,
 10098,9607,8605,-96.062,,9001
 10098,9607,8606,-82.428,,9001
 10098,9607,8607,-121.753,,9001
@@ -4558,6 +4558,12 @@
 11702,9802,8824,30.42,,9110
 11702,9802,8826,2000000,,9003
 11702,9802,8827,0,,9003
+11703,9802,8821,25.4,,9110
+11703,9802,8822,-91.2,,9110
+11703,9802,8823,27.5,,9110
+11703,9802,8824,26.1,,9110
+11703,9802,8826,2000000,,9003
+11703,9802,8827,0,,9003
 11731,9802,8821,30.3,,9110
 11731,9802,8822,-92.3,,9110
 11731,9802,8823,32.4,,9110
@@ -4570,6 +4576,12 @@
 11732,9802,8824,29.18,,9110
 11732,9802,8826,1000000,,9001
 11732,9802,8827,0,,9001
+11733,9802,8821,25.3,,9110
+11733,9802,8822,-91.2,,9110
+11733,9802,8823,27.5,,9110
+11733,9802,8824,26.1,,9110
+11733,9802,8826,1000000,,9001
+11733,9802,8827,0,,9001
 11801,9807,8801,43.5,,9110
 11801,9807,8802,-68.3,,9110
 11801,9807,8805,0.9999,,9201
@@ -4605,6 +4617,11 @@
 11853,9807,8805,0.99998,,9201
 11853,9807,8806,300000,,9001
 11853,9807,8807,0,,9001
+11854,9807,8801,43.3,,9110
+11854,9807,8802,-69.073,,9110
+11854,9807,8805,0.99998,,9201
+11854,9807,8806,500000,,9001
+11854,9807,8807,0,,9001
 11900,9802,8821,37.5,,9110
 11900,9802,8822,-77,,9110
 11900,9802,8823,38.18,,9110
@@ -5009,6 +5026,18 @@
 13432,9802,8824,38.44,,9110
 13432,9802,8826,600000,,9001
 13432,9802,8827,0,,9001
+13433,9802,8821,39.4,,9110
+13433,9802,8822,-82.3,,9110
+13433,9802,8823,41.42,,9110
+13433,9802,8824,40.26,,9110
+13433,9802,8826,1968500,,9003
+13433,9802,8827,0,,9003
+13434,9802,8821,38,,9110
+13434,9802,8822,-82.3,,9110
+13434,9802,8823,40.02,,9110
+13434,9802,8824,38.44,,9110
+13434,9802,8826,1968500,,9003
+13434,9802,8827,0,,9003
 13501,9802,8821,35,,9110
 13501,9802,8822,-98,,9110
 13501,9802,8823,35.34,,9110
@@ -5439,6 +5468,26 @@
 14934,9807,8805,0.9999375,,9201
 14934,9807,8806,800000,,9001
 14934,9807,8807,100000,,9001
+14935,9807,8801,40.3,,9110
+14935,9807,8802,-105.1,,9110
+14935,9807,8805,0.9999375,,9201
+14935,9807,8806,656166.6667,,9003
+14935,9807,8807,0,,9003
+14936,9807,8801,40.3,,9110
+14936,9807,8802,-107.2,,9110
+14936,9807,8805,0.9999375,,9201
+14936,9807,8806,1312333.3333,,9003
+14936,9807,8807,328083.3333,,9003
+14937,9807,8801,40.3,,9110
+14937,9807,8802,-108.45,,9110
+14937,9807,8805,0.9999375,,9201
+14937,9807,8806,1968500,,9003
+14937,9807,8807,0,,9003
+14938,9807,8801,40.3,,9110
+14938,9807,8802,-110.05,,9110
+14938,9807,8805,0.9999375,,9201
+14938,9807,8806,2624666.6667,,9003
+14938,9807,8807,328083.3333,,9003
 15001,9812,8806,16404166.67,,9003
 15001,9812,8807,-16404166.67,,9003
 15001,9812,8811,57,,9110
@@ -5498,6 +5547,12 @@
 15020,9822,8824,65,,9102
 15020,9822,8826,0,,9003
 15020,9822,8827,0,,9003
+15021,9822,8821,50,,9102
+15021,9822,8822,-154,,9102
+15021,9822,8823,55,,9102
+15021,9822,8824,65,,9102
+15021,9822,8826,0,,9001
+15021,9822,8827,0,,9001
 15031,9812,8806,5000000,,9001
 15031,9812,8807,-5000000,,9001
 15031,9812,8811,57,,9110
@@ -5601,6 +5656,11 @@
 15135,9807,8805,1,,9201
 15135,9807,8806,500000,,9001
 15135,9807,8807,0,,9001
+15138,9807,8801,21.1,,9110
+15138,9807,8802,-158,,9110
+15138,9807,8805,0.99999,,9201
+15138,9807,8806,1640416.6667,,9003
+15138,9807,8807,0,,9003
 15201,9802,8821,17.5,,9110
 15201,9802,8822,-66.26,,9110
 15201,9802,8823,18.26,,9110
@@ -5619,6 +5679,24 @@
 15230,9802,8824,18.02,,9110
 15230,9802,8826,200000,,9001
 15230,9802,8827,200000,,9001
+15297,9802,8821,40.2,,9110
+15297,9802,8822,-111.3,,9110
+15297,9802,8823,41.47,,9110
+15297,9802,8824,40.43,,9110
+15297,9802,8826,1640416.6667,,9003
+15297,9802,8827,3280833.3333,,9003
+15298,9802,8821,38.2,,9110
+15298,9802,8822,-111.3,,9110
+15298,9802,8823,40.39,,9110
+15298,9802,8824,39.01,,9110
+15298,9802,8826,1640416.6667,,9003
+15298,9802,8827,6561666.6667,,9003
+15299,9802,8821,36.4,,9110
+15299,9802,8822,-111.3,,9110
+15299,9802,8823,38.21,,9110
+15299,9802,8824,37.13,,9110
+15299,9802,8826,1640416.6667,,9003
+15299,9802,8827,9842500,,9003
 15300,9801,8801,-14.16,,9110
 15300,9801,8802,170,,9110
 15300,9801,8805,1,,9201
@@ -6055,6 +6133,124 @@
 15376,9801,8805,1,,9201
 15376,9801,8806,500000,,9003
 15376,9801,8807,312234.65,,9003
+15377,9802,8821,41.3,,9110
+15377,9802,8822,-93.3,,9110
+15377,9802,8823,43.16,,9110
+15377,9802,8824,42.04,,9110
+15377,9802,8826,4921250,,9003
+15377,9802,8827,3280833.3333,,9003
+15378,9802,8821,40,,9110
+15378,9802,8822,-93.3,,9110
+15378,9802,8823,41.47,,9110
+15378,9802,8824,40.37,,9110
+15378,9802,8826,1640416.6667,,9003
+15378,9802,8827,0,,9003
+15379,9802,8821,38.2,,9110
+15379,9802,8822,-98,,9110
+15379,9802,8823,39.47,,9110
+15379,9802,8824,38.43,,9110
+15379,9802,8826,1312333.3333,,9003
+15379,9802,8827,0,,9003
+15380,9802,8821,36.4,,9110
+15380,9802,8822,-98.3,,9110
+15380,9802,8823,38.34,,9110
+15380,9802,8824,37.16,,9110
+15380,9802,8826,1312333.3333,,9003
+15380,9802,8827,1312333.3333,,9003
+15381,9807,8801,34.45,,9110
+15381,9807,8802,-115.35,,9110
+15381,9807,8805,0.9999,,9201
+15381,9807,8806,656166.6667,,9003
+15381,9807,8807,26246666.6667,,9003
+15382,9807,8801,34.45,,9110
+15382,9807,8802,-116.4,,9110
+15382,9807,8805,0.9999,,9201
+15382,9807,8806,1640416.6667,,9003
+15382,9807,8807,19685000,,9003
+15383,9807,8801,34.45,,9110
+15383,9807,8802,-118.35,,9110
+15383,9807,8805,0.9999,,9201
+15383,9807,8806,2624666.6667,,9003
+15383,9807,8807,13123333.3333,,9003
+15384,9807,8801,38.5,,9110
+15384,9807,8802,-74.3,,9110
+15384,9807,8805,0.9999,,9201
+15384,9807,8806,492125,,9003
+15384,9807,8807,0,,9003
+15385,9802,8821,34.2,,9110
+15385,9802,8822,-92,,9110
+15385,9802,8823,36.14,,9110
+15385,9802,8824,34.56,,9110
+15385,9802,8826,1312333.3333,,9003
+15385,9802,8827,0,,9003
+15386,9802,8821,32.4,,9110
+15386,9802,8822,-92,,9110
+15386,9802,8823,34.46,,9110
+15386,9802,8824,33.18,,9110
+15386,9802,8826,1312333.3333,,9003
+15386,9802,8827,1312333.3333,,9003
+15387,9807,8801,36.4,,9110
+15387,9807,8802,-88.2,,9110
+15387,9807,8805,0.999975,,9201
+15387,9807,8806,984250,,9003
+15387,9807,8807,0,,9003
+15388,9807,8801,36.4,,9110
+15388,9807,8802,-90.1,,9110
+15388,9807,8805,0.999941177,,9201
+15388,9807,8806,2296583.3333,,9003
+15388,9807,8807,0,,9003
+15389,9807,8801,42.3,,9110
+15389,9807,8802,-71.4,,9110
+15389,9807,8805,0.999966667,,9201
+15389,9807,8806,984250,,9003
+15389,9807,8807,0,,9003
+15390,9807,8801,41.05,,9110
+15390,9807,8802,-71.3,,9110
+15390,9807,8805,0.99999375,,9201
+15390,9807,8806,328083.3333,,9003
+15390,9807,8807,0,,9003
+15391,9802,8821,30.3,,9110
+15391,9802,8822,-92.3,,9110
+15391,9802,8823,32.4,,9110
+15391,9802,8824,31.1,,9110
+15391,9802,8826,3280833.3333,,9003
+15391,9802,8827,0,,9003
+15392,9802,8821,28.3,,9110
+15392,9802,8822,-91.2,,9110
+15392,9802,8823,30.42,,9110
+15392,9802,8824,29.18,,9110
+15392,9802,8826,3280833.3333,,9003
+15392,9802,8827,0,,9003
+15393,9802,8821,25.3,,9110
+15393,9802,8822,-91.2,,9110
+15393,9802,8823,27.5,,9110
+15393,9802,8824,26.1,,9110
+15393,9802,8826,3280833.3333,,9003
+15393,9802,8827,0,,9003
+15394,9802,8821,43.5,,9110
+15394,9802,8822,-100,,9110
+15394,9802,8823,45.41,,9110
+15394,9802,8824,44.25,,9110
+15394,9802,8826,1968500,,9003
+15394,9802,8827,0,,9003
+15395,9802,8821,42.2,,9110
+15395,9802,8822,-100.2,,9110
+15395,9802,8823,44.24,,9110
+15395,9802,8824,42.5,,9110
+15395,9802,8826,1968500,,9003
+15395,9802,8827,0,,9003
+15397,9822,8821,45.568977,,9102
+15397,9822,8822,-84.455955,,9102
+15397,9822,8823,42.122774,,9102
+15397,9822,8824,49.01518,,9102
+15397,9822,8826,1000000,,9001
+15397,9822,8827,1000000,,9001
+15398,9822,8821,45.568977,,9102
+15398,9822,8822,-83.248627,,9102
+15398,9822,8823,42.122774,,9102
+15398,9822,8824,49.01518,,9102
+15398,9822,8826,1000000,,9001
+15398,9822,8827,1000000,,9001
 15399,9832,8801,9.324815,,9110
 15399,9832,8802,138.100748,,9110
 15399,9832,8806,40000,,9001
@@ -6063,6 +6259,322 @@
 15400,9831,8802,144.445550254,,9110
 15400,9831,8806,50000,,9001
 15400,9831,8807,50000,,9001
+15596,9618,8601,7.94,,9104
+15596,9618,8602,-13.97,,9104
+15596,9618,8604,26.9,,9001
+15597,9618,8601,8.1,,9104
+15597,9618,8602,-13.81,,9104
+15597,9618,8604,27.2,,9001
+15598,9618,8601,8.15,,9104
+15598,9618,8602,-13.95,,9104
+15598,9618,8604,28.4,,9001
+15599,9618,8601,8.37,,9104
+15599,9618,8602,-13.65,,9104
+15599,9618,8604,29,,9001
+15600,9618,8601,8.44,,9104
+15600,9618,8602,-13.87,,9104
+15600,9618,8604,30.9,,9001
+15601,9618,8601,8.61,,9104
+15601,9618,8602,-14.08,,9104
+15601,9618,8604,30.7,,9001
+15602,9618,8601,8.73,,9104
+15602,9618,8602,-14.3,,9104
+15602,9618,8604,30.9,,9001
+15603,9618,8601,8.63,,9104
+15603,9618,8602,-13.49,,9104
+15603,9618,8604,30.9,,9001
+15604,9618,8601,8.71,,9104
+15604,9618,8602,-13.73,,9104
+15604,9618,8604,31.6,,9001
+15605,9618,8601,8.84,,9104
+15605,9618,8602,-14.03,,9104
+15605,9618,8604,31.2,,9001
+15606,9618,8601,8.98,,9104
+15606,9618,8602,-14.33,,9104
+15606,9618,8604,32.5,,9001
+15607,9618,8601,9.1,,9104
+15607,9618,8602,-14.56,,9104
+15607,9618,8604,32.6,,9001
+15608,9618,8601,8.79,,9104
+15608,9618,8602,-13,,9104
+15608,9618,8604,33.3,,9001
+15609,9618,8601,8.84,,9104
+15609,9618,8602,-13.31,,9104
+15609,9618,8604,31.4,,9001
+15610,9618,8601,8.98,,9104
+15610,9618,8602,-13.59,,9104
+15610,9618,8604,30.9,,9001
+15611,9618,8601,9.1,,9104
+15611,9618,8602,-13.91,,9104
+15611,9618,8604,29.3,,9001
+15612,9618,8601,9.17,,9104
+15612,9618,8602,-14.27,,9104
+15612,9618,8604,31.3,,9001
+15613,9618,8601,9.23,,9104
+15613,9618,8602,-14.52,,9104
+15613,9618,8604,31.4,,9001
+15614,9618,8601,8.9,,9104
+15614,9618,8602,-12.68,,9104
+15614,9618,8604,34.4,,9001
+15615,9618,8601,8.99,,9104
+15615,9618,8602,-12.8,,9104
+15615,9618,8604,34.2,,9001
+15616,9618,8601,9,,9104
+15616,9618,8602,-13.07,,9104
+15616,9618,8604,31.7,,9001
+15617,9618,8601,9.21,,9104
+15617,9618,8602,-13.51,,9104
+15617,9618,8604,27.5,,9001
+15618,9618,8601,9.33,,9104
+15618,9618,8602,-13.66,,9104
+15618,9618,8604,23.8,,9001
+15619,9618,8601,9.25,,9104
+15619,9618,8602,-12.72,,9104
+15619,9618,8604,34.2,,9001
+15620,9618,8601,9.39,,9104
+15620,9618,8602,-12.91,,9104
+15620,9618,8604,31.8,,9001
+15621,9618,8601,9.55,,9104
+15621,9618,8602,-12.63,,9104
+15621,9618,8604,35.6,,9001
+15622,9618,8601,9.62,,9104
+15622,9618,8602,-12.82,,9104
+15622,9618,8604,34.7,,9001
+15623,9618,8601,9.81,,9104
+15623,9618,8602,-12.29,,9104
+15623,9618,8604,36.6,,9001
+15624,9618,8601,9.81,,9104
+15624,9618,8602,-12.45,,9104
+15624,9618,8604,37.5,,9001
+15625,9618,8601,9.92,,9104
+15625,9618,8602,-12.79,,9104
+15625,9618,8604,38.3,,9001
+15626,9618,8601,9.91,,9104
+15626,9618,8602,-12.21,,9104
+15626,9618,8604,36.6,,9001
+15627,9618,8601,10.08,,9104
+15627,9618,8602,-12.35,,9104
+15627,9618,8604,39,,9001
+15628,9618,8601,10.19,,9104
+15628,9618,8602,-12.74,,9104
+15628,9618,8604,40.3,,9001
+15629,9618,8601,10.29,,9104
+15629,9618,8602,-12.13,,9104
+15629,9618,8604,38.5,,9001
+15630,9618,8601,10.33,,9104
+15630,9618,8602,-12.27,,9104
+15630,9618,8604,40.1,,9001
+15631,9618,8601,10.45,,9104
+15631,9618,8602,-12.61,,9104
+15631,9618,8604,41.7,,9001
+15632,9618,8601,10.54,,9104
+15632,9618,8602,-11.96,,9104
+15632,9618,8604,39.1,,9001
+15633,9618,8601,10.65,,9104
+15633,9618,8602,-12.27,,9104
+15633,9618,8604,41.7,,9001
+15634,9618,8601,10.67,,9104
+15634,9618,8602,-12.5,,9104
+15634,9618,8604,41.1,,9001
+15635,9618,8601,10.67,,9104
+15635,9618,8602,-10.86,,9104
+15635,9618,8604,38.5,,9001
+15636,9618,8601,10.68,,9104
+15636,9618,8602,-10.97,,9104
+15636,9618,8604,36,,9001
+15637,9618,8601,10.8,,9104
+15637,9618,8602,-11.53,,9104
+15637,9618,8604,39.7,,9001
+15638,9618,8601,10.8,,9104
+15638,9618,8602,-11.73,,9104
+15638,9618,8604,40.9,,9001
+15639,9618,8601,10.92,,9104
+15639,9618,8602,-12.16,,9104
+15639,9618,8604,42.3,,9001
+15640,9618,8601,11,,9104
+15640,9618,8602,-12.25,,9104
+15640,9618,8604,41.2,,9001
+15641,9618,8601,10.83,,9104
+15641,9618,8602,-10.77,,9104
+15641,9618,8604,36.2,,9001
+15642,9618,8601,10.95,,9104
+15642,9618,8602,-11,,9104
+15642,9618,8604,38.7,,9001
+15643,9618,8601,10.97,,9104
+15643,9618,8602,-11.34,,9104
+15643,9618,8604,40.8,,9001
+15644,9618,8601,11.04,,9104
+15644,9618,8602,-11.69,,9104
+15644,9618,8604,43.3,,9001
+15645,9618,8601,11.17,,9104
+15645,9618,8602,-12.05,,9104
+15645,9618,8604,42.6,,9001
+15646,9618,8601,11.11,,9104
+15646,9618,8602,-10.59,,9104
+15646,9618,8604,37.3,,9001
+15647,9618,8601,11.16,,9104
+15647,9618,8602,-10.97,,9104
+15647,9618,8604,40.3,,9001
+15648,9618,8601,11.29,,9104
+15648,9618,8602,-11.23,,9104
+15648,9618,8604,42.4,,9001
+15649,9618,8601,11.36,,9104
+15649,9618,8602,-11.59,,9104
+15649,9618,8604,42.5,,9001
+15650,9618,8601,11.44,,9104
+15650,9618,8602,-11.88,,9104
+15650,9618,8604,40.3,,9001
+15651,9618,8601,11.27,,9104
+15651,9618,8602,-9.31,,9104
+15651,9618,8604,30.9,,9001
+15652,9618,8601,11.33,,9104
+15652,9618,8602,-9.52,,9104
+15652,9618,8604,33.8,,9001
+15653,9618,8601,11.38,,9104
+15653,9618,8602,-9.86,,9104
+15653,9618,8604,34.9,,9001
+15654,9618,8601,11.41,,9104
+15654,9618,8602,-10.14,,9104
+15654,9618,8604,35.7,,9001
+15655,9618,8601,11.39,,9104
+15655,9618,8602,-10.52,,9104
+15655,9618,8604,37.5,,9001
+15656,9618,8601,11.49,,9104
+15656,9618,8602,-10.83,,9104
+15656,9618,8604,39.3,,9001
+15657,9618,8601,11.58,,9104
+15657,9618,8602,-11.21,,9104
+15657,9618,8604,41.7,,9001
+15658,9618,8601,11.65,,9104
+15658,9618,8602,-11.53,,9104
+15658,9618,8604,38.5,,9001
+15659,9618,8601,11.72,,9104
+15659,9618,8602,-11.8,,9104
+15659,9618,8604,34.5,,9001
+15660,9618,8601,11.44,,9104
+15660,9618,8602,-9.21,,9104
+15660,9618,8604,32.7,,9001
+15661,9618,8601,11.47,,9104
+15661,9618,8602,-9.52,,9104
+15661,9618,8604,35.2,,9001
+15662,9618,8601,11.55,,9104
+15662,9618,8602,-9.8,,9104
+15662,9618,8604,35.4,,9001
+15663,9618,8601,11.61,,9104
+15663,9618,8602,-10.12,,9104
+15663,9618,8604,35.9,,9001
+15664,9618,8601,11.66,,9104
+15664,9618,8602,-10.47,,9104
+15664,9618,8604,37,,9001
+15665,9618,8601,11.78,,9104
+15665,9618,8602,-10.79,,9104
+15665,9618,8604,39.8,,9001
+15666,9618,8601,11.85,,9104
+15666,9618,8602,-11.13,,9104
+15666,9618,8604,39.9,,9001
+15667,9618,8602,-11.47,,9104
+15667,9618,8601,11.9,,9104
+15667,9618,8604,36.9,,9001
+15668,9618,8604,33.7,,9001
+15668,9618,8601,11.91,,9104
+15668,9618,8602,-11.69,,9104
+15669,9618,8601,11.65,,9104
+15669,9618,8602,-8.59,,9104
+15669,9618,8604,29.7,,9001
+15670,9618,8601,11.68,,9104
+15670,9618,8602,-8.8,,9104
+15670,9618,8604,30.5,,9001
+15671,9618,8602,-9.04,,9104
+15671,9618,8601,11.73,,9104
+15671,9618,8604,30.9,,9001
+15672,9618,8604,35.1,,9001
+15672,9618,8601,11.72,,9104
+15672,9618,8602,-9.48,,9104
+15673,9618,8601,11.81,,9104
+15673,9618,8602,9.74,,9104
+15673,9618,8604,35.8,,9001
+15674,9618,8601,11.88,,9104
+15674,9618,8602,-10.1,,9104
+15674,9618,8604,37.1,,9001
+15675,9618,8601,11.91,,9104
+15675,9618,8602,-10.35,,9104
+15675,9618,8604,37.9,,9001
+15676,9618,8604,39.3,,9001
+15676,9618,8601,11.9,,9104
+15676,9618,8602,-10.7,,9104
+15677,9618,8601,12.02,,9104
+15677,9618,8602,-11.09,,9104
+15677,9618,8604,38.2,,9001
+15678,9618,8601,11.87,,9104
+15678,9618,8602,-8.23,,9104
+15678,9618,8604,29.7,,9001
+15679,9618,8602,-8.44,,9104
+15679,9618,8601,11.84,,9104
+15679,9618,8604,30.6,,9001
+15680,9618,8601,11.94,,9104
+15680,9618,8602,-8.71,,9104
+15680,9618,8604,30.2,,9001
+15681,9618,8601,11.99,,9104
+15681,9618,8602,-9.02,,9104
+15681,9618,8604,30.9,,9001
+15682,9618,8601,12.05,,9104
+15682,9618,8602,-9.36,,9104
+15682,9618,8604,35,,9001
+15683,9618,8602,-9.64,,9104
+15683,9618,8601,12.1,,9104
+15683,9618,8604,35.5,,9001
+15684,9618,8604,37.3,,9001
+15684,9618,8601,12.1,,9104
+15684,9618,8602,-10.08,,9104
+15685,9618,8601,12.07,,9104
+15685,9618,8602,-10.25,,9104
+15685,9618,8604,37.3,,9001
+15686,9618,8601,12,,9104
+15686,9618,8602,-8.15,,9104
+15686,9618,8604,32.1,,9001
+15687,9618,8602,-8.38,,9104
+15687,9618,8601,12.06,,9104
+15687,9618,8604,31,,9001
+15688,9618,8604,30.3,,9001
+15688,9618,8601,12.17,,9104
+15688,9618,8602,-8.69,,9104
+15689,9618,8601,12.23,,9104
+15689,9618,8602,-8.99,,9104
+15689,9618,8604,31.7,,9001
+15690,9618,8601,12.21,,9104
+15690,9618,8602,-9.21,,9104
+15690,9618,8604,34.3,,9001
+15691,9618,8601,12.28,,9104
+15691,9618,8602,-9.6,,9104
+15691,9618,8604,33.3,,9001
+15692,9618,8604,31,,9001
+15692,9618,8601,12.28,,9104
+15692,9618,8602,-8.25,,9104
+15693,9618,8601,12.37,,9104
+15693,9618,8602,-8.55,,9104
+15693,9618,8604,29.1,,9001
+15694,9618,8601,12.53,,9104
+15694,9618,8602,-8.21,,9104
+15694,9618,8604,31,,9001
+15695,9618,8602,-8.4,,9104
+15695,9618,8601,12.57,,9104
+15695,9618,8604,28.4,,9001
+15696,9618,8601,12.71,,9104
+15696,9618,8602,-8.17,,9104
+15696,9618,8604,29.9,,9001
+15697,9618,8601,7.92,,9104
+15697,9618,8602,-13.88,,9104
+15697,9618,8604,26.1,,9001
+15698,9606,8609,0,,9104
+15698,9606,8605,-0.0001,,9001
+15698,9606,8606,0.0008,,9001
+15698,9606,8607,0.0058,,9001
+15698,9606,8608,0,,9104
+15698,9606,8610,0,,9104
+15698,9606,8611,-0.0004,,9202
+15699,9603,8606,124.7,,9001
+15699,9603,8605,-2,,9001
+15699,9603,8607,196,,9001
 15700,9603,8605,283.8,,9001
 15700,9603,8606,735.9,,9001
 15700,9603,8607,261.1,,9001
@@ -6072,12 +6584,12 @@
 15702,9603,8605,278.9,,9001
 15702,9603,8606,684.39,,9001
 15702,9603,8607,226.05,,9001
+15703,9603,8606,669.593,,9001
 15703,9603,8605,271.905,,9001
-15703,9603,8606,669.593,,9001
 15703,9603,8607,231.495,,9001
+15704,9606,8607,161.03,,9001
 15704,9606,8605,230.25,,9001
 15704,9606,8606,632.76,,9001
-15704,9606,8607,161.03,,9001
 15704,9606,8608,-1.114,,9104
 15704,9606,8609,1.115,,9104
 15704,9606,8610,1.212,,9104
@@ -6085,108 +6597,108 @@
 15705,9606,8605,-83.13,,9001
 15705,9606,8606,-104.95,,9001
 15705,9606,8607,114.63,,9001
+15705,9606,8611,0,,9202
 15705,9606,8608,0,,9104
 15705,9606,8609,0,,9104
 15705,9606,8610,0.554,,9104
-15705,9606,8611,0,,9202
 15706,9603,8605,-93.6,,9001
 15706,9603,8606,-83.7,,9001
 15706,9603,8607,113.8,,9001
+15707,9603,8607,-198.687,,9001
+15707,9603,8606,-111.177,,9001
 15707,9603,8605,-118.996,,9001
-15707,9603,8606,-111.177,,9001
-15707,9603,8607,-198.687,,9001
 15708,9607,8605,-127.62,,9001
+15708,9607,8611,-1.06,,9202
 15708,9607,8606,-67.24,,9001
 15708,9607,8607,-47.04,,9001
+15708,9607,8610,-1.578,,9104
 15708,9607,8608,3.068,,9104
 15708,9607,8609,-4.903,,9104
-15708,9607,8610,-1.578,,9104
-15708,9607,8611,-1.06,,9202
+15709,9603,8607,-281,,9001
 15709,9603,8605,124.5,,9001
 15709,9603,8606,-63.5,,9001
-15709,9603,8607,-281,,9001
 15710,9603,8605,-160,,9001
 15710,9603,8606,315,,9001
 15710,9603,8607,-142,,9001
+15711,9603,8607,-147,,9001
+15711,9603,8606,309,,9001
 15711,9603,8605,-158,,9001
-15711,9603,8606,309,,9001
-15711,9603,8607,-147,,9001
 15712,9603,8605,-161,,9001
 15712,9603,8606,310,,9001
 15712,9603,8607,-145,,9001
 15713,9603,8605,-133,,9001
+15713,9603,8607,50,,9001
 15713,9603,8606,-321,,9001
-15713,9603,8607,50,,9001
-15714,9607,8605,-806.413,,9001
-15714,9607,8606,-263.5,,9001
-15714,9607,8607,-622.671,,9001
 15714,9607,8608,6.018583e-05,,9101
 15714,9607,8609,-1.450001e-05,,9101
 15714,9607,8610,-0.0001892455,,9101
 15714,9607,8611,-20.81616,,9202
-15715,9607,8605,-806.413,,9001
+15714,9607,8605,-806.413,,9001
+15714,9607,8606,-263.5,,9001
+15714,9607,8607,-622.671,,9001
 15715,9607,8606,-263.5,,9001
 15715,9607,8607,-622.671,,9001
 15715,9607,8608,6.018583e-05,,9101
 15715,9607,8609,-1.450001e-05,,9101
 15715,9607,8610,-0.0001892455,,9101
 15715,9607,8611,-20.81616,,9202
-15716,9607,8605,100.783,,9001
-15716,9607,8606,187.382,,9001
+15715,9607,8605,-806.413,,9001
+15716,9607,8610,-4.027967e-05,,9101
+15716,9607,8611,-13.56561,,9202
 15716,9607,8607,-47,,9001
 15716,9607,8608,-4.471839e-05,,9101
 15716,9607,8609,1.175093e-05,,9101
-15716,9607,8610,-4.027967e-05,,9101
-15716,9607,8611,-13.56561,,9202
+15716,9607,8606,187.382,,9001
+15716,9607,8605,100.783,,9001
+15717,9607,8610,-4.027967e-05,,9101
+15717,9607,8611,-13.56561,,9202
+15717,9607,8608,-4.471839e-05,,9101
+15717,9607,8607,-47,,9001
 15717,9607,8605,100.783,,9001
 15717,9607,8606,187.382,,9001
-15717,9607,8607,-47,,9001
-15717,9607,8608,-4.471839e-05,,9101
 15717,9607,8609,1.175093e-05,,9101
-15717,9607,8610,-4.027967e-05,,9101
-15717,9607,8611,-13.56561,,9202
+15718,9607,8609,-3.057474e-05,,9101
+15718,9607,8610,7.573031e-06,,9101
+15718,9607,8611,-5.771909,,9202
 15718,9607,8605,336.026,,9001
+15718,9607,8608,-8.358813e-05,,9101
 15718,9607,8606,348.565,,9001
 15718,9607,8607,252.978,,9001
-15718,9607,8608,-8.358813e-05,,9101
-15718,9607,8609,-3.057474e-05,,9101
-15718,9607,8610,7.573031e-06,,9101
-15718,9607,8611,-5.771909,,9202
+15719,9607,8610,7.573031e-06,,9101
 15719,9607,8605,336.026,,9001
 15719,9607,8606,348.565,,9001
+15719,9607,8609,-3.057474e-05,,9101
 15719,9607,8607,252.978,,9001
 15719,9607,8608,-8.358813e-05,,9101
-15719,9607,8609,-3.057474e-05,,9101
-15719,9607,8610,7.573031e-06,,9101
 15719,9607,8611,-5.771909,,9202
 15720,9607,8605,963.273,,9001
+15720,9607,8611,-13.89914,,9202
 15720,9607,8606,486.386,,9001
 15720,9607,8607,190.997,,9001
+15720,9607,8610,0.0001051699,,9101
 15720,9607,8608,-7.992171e-05,,9101
 15720,9607,8609,-8.090696e-06,,9101
-15720,9607,8610,0.0001051699,,9101
-15720,9607,8611,-13.89914,,9202
-15721,9607,8605,963.273,,9001
-15721,9607,8606,486.386,,9001
 15721,9607,8607,190.997,,9001
 15721,9607,8608,-7.992171e-05,,9101
+15721,9607,8611,-13.89914,,9202
 15721,9607,8609,-8.090696e-06,,9101
 15721,9607,8610,0.0001051699,,9101
-15721,9607,8611,-13.89914,,9202
-15722,9607,8605,-90.29,,9001
-15722,9607,8606,247.559,,9001
+15721,9607,8605,963.273,,9001
+15721,9607,8606,486.386,,9001
 15722,9607,8607,-21.989,,9001
 15722,9607,8608,-4.216369e-05,,9101
 15722,9607,8609,-2.030416e-05,,9101
 15722,9607,8610,-6.209623e-05,,9101
 15722,9607,8611,2.181658,,9202
-15723,9607,8605,-90.29,,9001
+15722,9607,8605,-90.29,,9001
+15722,9607,8606,247.559,,9001
+15723,9607,8609,-2.030416e-05,,9101
+15723,9607,8610,-6.209623e-05,,9101
+15723,9607,8611,2.181658,,9202
 15723,9607,8606,247.559,,9001
 15723,9607,8607,-21.989,,9001
 15723,9607,8608,-4.216369e-05,,9101
-15723,9607,8609,-2.030416e-05,,9101
-15723,9607,8610,-6.209623e-05,,9101
-15723,9607,8611,2.181658,,9202
+15723,9607,8605,-90.29,,9001
 15724,9607,8605,-0.562,,9001
 15724,9607,8606,244.299,,9001
 15724,9607,8607,-456.938,,9001
@@ -6194,5335 +6706,6233 @@
 15724,9607,8609,-4.001009e-05,,9101
 15724,9607,8610,-4.507206e-05,,9101
 15724,9607,8611,3.74656,,9202
-15725,9607,8605,-0.562,,9001
+15725,9607,8608,3.329153e-05,,9101
+15725,9607,8610,-4.507206e-05,,9101
+15725,9607,8611,3.74656,,9202
 15725,9607,8606,244.299,,9001
 15725,9607,8607,-456.938,,9001
-15725,9607,8608,3.329153e-05,,9101
 15725,9607,8609,-4.001009e-05,,9101
-15725,9607,8610,-4.507206e-05,,9101
-15725,9607,8611,3.74656,,9202
+15725,9607,8605,-0.562,,9001
+15726,9607,8610,-9.578655e-05,,9101
+15726,9607,8611,6.325747,,9202
+15726,9607,8608,-4.698084e-05,,9101
+15726,9607,8609,5.003123e-06,,9101
+15726,9607,8607,-30.023,,9001
 15726,9607,8605,-305.356,,9001
 15726,9607,8606,222.004,,9001
-15726,9607,8607,-30.023,,9001
-15726,9607,8608,-4.698084e-05,,9101
-15726,9607,8609,5.003123e-06,,9101
-15726,9607,8610,-9.578655e-05,,9101
-15726,9607,8611,6.325747,,9202
+15727,9607,8609,5.003123e-06,,9101
+15727,9607,8610,-9.578655e-05,,9101
+15727,9607,8611,6.325747,,9202
 15727,9607,8605,-305.356,,9001
+15727,9607,8608,-4.698084e-05,,9101
 15727,9607,8606,222.004,,9001
 15727,9607,8607,-30.023,,9001
-15727,9607,8608,-4.698084e-05,,9101
-15727,9607,8609,5.003123e-06,,9101
-15727,9607,8610,-9.578655e-05,,9101
-15727,9607,8611,6.325747,,9202
+15728,9607,8611,-2.199943,,9202
+15728,9607,8610,-1.36241e-05,,9101
 15728,9607,8605,221.899,,9001
 15728,9607,8606,274.136,,9001
+15728,9607,8609,-2.174431e-06,,9101
 15728,9607,8607,-397.554,,9001
 15728,9607,8608,1.361573e-05,,9101
-15728,9607,8609,-2.174431e-06,,9101
-15728,9607,8610,-1.36241e-05,,9101
-15728,9607,8611,-2.199943,,9202
 15729,9607,8605,221.899,,9001
+15729,9607,8611,-2.199943,,9202
 15729,9607,8606,274.136,,9001
 15729,9607,8607,-397.554,,9001
+15729,9607,8610,-1.36241e-05,,9101
 15729,9607,8608,1.361573e-05,,9101
 15729,9607,8609,-2.174431e-06,,9101
-15729,9607,8610,-1.36241e-05,,9101
-15729,9607,8611,-2.199943,,9202
-15730,9636,8605,300.449,,9001
-15730,9636,8606,293.757,,9001
+15730,9636,8667,1248403.057,,9001
+15730,9636,8617,1891881.173,,9001
 15730,9636,8607,-317.306,,9001
+15730,9636,8618,-5961263.267,,9001
 15730,9636,8608,6.018581e-05,,9101
+15730,9636,8611,-20.81615,,9202
 15730,9636,8609,-1.450002e-05,,9101
 15730,9636,8610,-0.0001892455,,9101
-15730,9636,8611,-20.81615,,9202
-15730,9636,8617,1891881.173,,9001
-15730,9636,8618,-5961263.267,,9001
-15730,9636,8667,1248403.057,,9001
+15730,9636,8605,300.449,,9001
+15730,9636,8606,293.757,,9001
+15731,9636,8618,-6054644.061,,9001
 15731,9636,8605,308.833,,9001
+15731,9636,8667,1172969.151,,9001
 15731,9636,8606,282.519,,9001
+15731,9636,8609,1.175087e-05,,9101
 15731,9636,8607,-314.571,,9001
 15731,9636,8608,-4.471845e-05,,9101
-15731,9636,8609,1.175087e-05,,9101
 15731,9636,8610,-4.027981e-05,,9101
 15731,9636,8611,-13.56561,,9202
 15731,9636,8617,1625036.59,,9001
-15731,9636,8618,-6054644.061,,9001
-15731,9636,8667,1172969.151,,9001
-15732,9636,8605,311.118,,9001
+15732,9636,8611,-5.771882,,9202
 15732,9636,8606,289.167,,9001
 15732,9636,8607,-310.641,,9001
+15732,9636,8610,7.573043e-06,,9101
 15732,9636,8608,-8.358815e-05,,9101
 15732,9636,8609,-3.057474e-05,,9101
-15732,9636,8610,7.573043e-06,,9101
-15732,9636,8611,-5.771882,,9202
+15732,9636,8605,311.118,,9001
+15732,9636,8667,991255.656,,9001
 15732,9636,8617,1555622.801,,9001
 15732,9636,8618,-6105353.313,,9001
-15732,9636,8667,991255.656,,9001
+15733,9636,8609,-8.090698e-06,,9101
+15733,9636,8618,-6058604.495,,9001
+15733,9636,8617,1845222.398,,9001
+15733,9636,8608,-7.992173e-05,,9101
+15733,9636,8667,769132.398,,9001
+15733,9636,8610,0.0001051699,,9101
+15733,9636,8611,-13.89912,,9202
 15733,9636,8605,306.666,,9001
 15733,9636,8606,315.063,,9001
 15733,9636,8607,-318.837,,9001
-15733,9636,8608,-7.992173e-05,,9101
-15733,9636,8609,-8.090698e-06,,9101
-15733,9636,8610,0.0001051699,,9101
-15733,9636,8611,-13.89912,,9202
-15733,9636,8617,1845222.398,,9001
-15733,9636,8618,-6058604.495,,9001
-15733,9636,8667,769132.398,,9001
 15734,9636,8605,307.871,,9001
-15734,9636,8606,305.803,,9001
+15734,9636,8667,648855.829,,9001
+15734,9636,8611,2.181655,,9202
+15734,9636,8617,1594396.206,,9001
+15734,9636,8618,-6143812.398,,9001
 15734,9636,8607,-311.992,,9001
+15734,9636,8610,-6.209624e-05,,9101
 15734,9636,8608,-4.216368e-05,,9101
 15734,9636,8609,-2.030416e-05,,9101
-15734,9636,8610,-6.209624e-05,,9101
-15734,9636,8611,2.181655,,9202
-15734,9636,8617,1594396.206,,9001
-15734,9636,8618,-6143812.398,,9001
-15734,9636,8667,648855.829,,9001
+15734,9636,8606,305.803,,9001
 15735,9636,8605,302.934,,9001
+15735,9636,8608,3.329153e-05,,9101
 15735,9636,8606,307.805,,9001
 15735,9636,8607,-312.121,,9001
-15735,9636,8608,3.329153e-05,,9101
 15735,9636,8609,-4.001009e-05,,9101
 15735,9636,8610,-4.507205e-05,,9101
+15735,9636,8667,491954.219,,9001
+15735,9636,8618,-6167355.092,,9001
 15735,9636,8611,3.746562,,9202
 15735,9636,8617,1558280.49,,9001
-15735,9636,8618,-6167355.092,,9001
-15735,9636,8667,491954.219,,9001
-15736,9636,8605,295.282,,9001
-15736,9636,8606,321.293,,9001
-15736,9636,8607,-311.001,,9001
+15736,9636,8667,243257.955,,9001
 15736,9636,8608,-4.698084e-05,,9101
-15736,9636,8609,5.003127e-06,,9101
 15736,9636,8610,-9.578653e-05,,9101
+15736,9636,8618,-6180004.879,,9001
+15736,9636,8607,-311.001,,9001
 15736,9636,8611,6.325744,,9202
 15736,9636,8617,1564000.62,,9001
-15736,9636,8618,-6180004.879,,9001
-15736,9636,8667,243257.955,,9001
+15736,9636,8609,5.003127e-06,,9101
+15736,9636,8606,321.293,,9001
+15736,9636,8605,295.282,,9001
+15737,9636,8617,1738580.767,,9001
+15737,9636,8618,-6120500.388,,9001
+15737,9636,8667,491473.306,,9001
+15737,9636,8611,-2.199976,,9202
 15737,9636,8605,302.529,,9001
+15737,9636,8609,-2.174456e-06,,9101
+15737,9636,8610,-1.362418e-05,,9101
+15737,9636,8608,1.361566e-05,,9101
 15737,9636,8606,317.979,,9001
 15737,9636,8607,-319.08,,9001
-15737,9636,8608,1.361566e-05,,9101
-15737,9636,8609,-2.174456e-06,,9101
-15737,9636,8610,-1.362418e-05,,9101
-15737,9636,8611,-2.199976,,9202
-15737,9636,8617,1738580.767,,9001
-15737,9636,8618,-6120500.388,,9001
-15737,9636,8667,491473.306,,9001
+15738,9603,8607,0,,9001
+15738,9603,8606,0,,9001
 15738,9603,8605,0,,9001
-15738,9603,8606,0,,9001
-15738,9603,8607,0,,9001
 15739,9607,8605,565.2369,,9001
+15739,9607,8611,4.0812,,9202
 15739,9607,8606,50.0087,,9001
+15739,9607,8610,9.0677,,9109
 15739,9607,8607,465.658,,9001
+15739,9607,8609,-1.7004,,9109
 15739,9607,8608,1.9725,,9109
-15739,9607,8609,-1.7004,,9109
-15739,9607,8610,9.0677,,9109
-15739,9607,8611,4.0812,,9202
+15740,9636,8607,478.7534,,9001
+15740,9636,8606,26.0038,,9001
 15740,9636,8605,593.0297,,9001
-15740,9636,8606,26.0038,,9001
-15740,9636,8607,478.7534,,9001
+15740,9636,8610,9.0677,,9109
+15740,9636,8609,-1.7004,,9109
 15740,9636,8608,1.9725,,9109
-15740,9636,8609,-1.7004,,9109
-15740,9636,8610,9.0677,,9109
+15740,9636,8667,5012970.3051,,9001
 15740,9636,8611,4.0812,,9202
+15740,9636,8618,368135.3134,,9001
 15740,9636,8617,3903453.1482,,9001
-15740,9636,8618,368135.3134,,9001
-15740,9636,8667,5012970.3051,,9001
+15741,9603,8606,14.1,,9001
 15741,9603,8605,-187.5,,9001
-15741,9603,8606,14.1,,9001
 15741,9603,8607,237.6,,9001
 15742,9603,8605,-190.421,,9001
+15742,9603,8607,238.69,,9001
 15742,9603,8606,8.532,,9001
-15742,9603,8607,238.69,,9001
+15743,9606,8609,-2.847,,9104
+15743,9606,8608,-17.595,,9104
 15743,9606,8605,-83.58,,9001
+15743,9606,8607,458.78,,9001
 15743,9606,8606,-397.54,,9001
-15743,9606,8607,458.78,,9001
-15743,9606,8608,-17.595,,9104
-15743,9606,8609,-2.847,,9104
+15743,9606,8611,3.225,,9202
 15743,9606,8610,4.256,,9104
-15743,9606,8611,3.225,,9202
+15744,9666,8742,1,,
+15744,9666,8741,1,,
+15744,9666,8740,20,,9102
+15744,9666,8739,12.5,,9001
 15744,9666,8733,1,,9208
+15744,9666,8738,25,,9001
+15744,9666,8737,0.99984,,9201
 15744,9666,8734,1,,9209
+15744,9666,8736,5836723,,9001
 15744,9666,8735,456781,,9001
-15744,9666,8736,5836723,,9001
-15744,9666,8737,0.99984,,9201
-15744,9666,8738,25,,9001
-15744,9666,8739,12.5,,9001
-15744,9666,8740,20,,9102
-15744,9666,8741,1,,
-15744,9666,8742,1,,
 15745,9603,8605,-123.02,,9001
 15745,9603,8606,-158.95,,9001
 15745,9603,8607,-168.47,,9001
+15746,9603,8607,0.68,,9001
+15746,9603,8606,-0.15,,9001
 15746,9603,8605,0,,9001
-15746,9603,8606,-0.15,,9001
-15746,9603,8607,0.68,,9001
+15747,9621,8621,611267.2865,,9001
+15747,9621,8614,315,,9102
 15747,9621,8611,0.9997728332,,9201
-15747,9621,8614,315,,9102
-15747,9621,8621,611267.2865,,9001
 15747,9621,8622,3046565.8255,,9001
+15748,9607,8610,-1.8422,,9104
+15748,9607,8609,0.457,,9104
+15748,9607,8608,-0.3366,,9104
+15748,9607,8607,-103.7239,,9001
+15748,9607,8606,52.2978,,9001
 15748,9607,8605,-106.8686,,9001
-15748,9607,8606,52.2978,,9001
-15748,9607,8607,-103.7239,,9001
-15748,9607,8608,-0.3366,,9104
-15748,9607,8609,0.457,,9104
-15748,9607,8610,-1.8422,,9104
 15748,9607,8611,1.2747,,9202
+15749,9607,8609,0.457,,9104
+15749,9607,8608,-0.3366,,9104
 15749,9607,8605,-106.8686,,9001
+15749,9607,8607,-103.7239,,9001
 15749,9607,8606,52.2978,,9001
-15749,9607,8607,-103.7239,,9001
-15749,9607,8608,-0.3366,,9104
-15749,9607,8609,0.457,,9104
+15749,9607,8611,1.2747,,9202
 15749,9607,8610,-1.8422,,9104
-15749,9607,8611,1.2747,,9202
 15750,9603,8605,-7,,9001
 15750,9603,8606,215,,9001
 15750,9603,8607,225,,9001
+15751,9603,8607,-1262,,9001
+15751,9603,8606,-948,,9001
 15751,9603,8605,94,,9001
-15751,9603,8606,-948,,9001
-15751,9603,8607,-1262,,9001
 15752,9603,8605,-86,,9001
+15752,9603,8607,-119,,9001
 15752,9603,8606,-98,,9001
-15752,9603,8607,-119,,9001
+15753,9651,8648,-1.85188e-07,,9203
+15753,9651,8647,-5.66713e-07,,9203
+15753,9651,8646,-8.51732e-07,,9203
+15753,9651,8633,-2.32217e-09,,9203
+15753,9651,8632,5.68797e-08,,9203
 15753,9651,8617,55,,9102
+15753,9651,8623,-5.56098e-06,,9203
 15753,9651,8618,0,,9102
-15753,9651,8623,-5.56098e-06,,9203
-15753,9651,8632,5.68797e-08,,9203
-15753,9651,8633,-2.32217e-09,,9203
+15753,9651,8636,-6.12216e-09,,9203
+15753,9651,8645,-3.68241e-07,,9203
+15753,9651,8635,-7.86953e-09,,9203
 15753,9651,8634,-7.69931e-09,,9203
-15753,9651,8635,-7.86953e-09,,9203
-15753,9651,8636,-6.12216e-09,,9203
+15753,9651,8644,9.10592e-07,,9203
 15753,9651,8637,-4.01382e-09,,9203
+15753,9651,8643,1.5226e-06,,9203
 15753,9651,8639,1.48944e-05,,9203
-15753,9651,8643,1.5226e-06,,9203
-15753,9651,8644,9.10592e-07,,9203
-15753,9651,8645,-3.68241e-07,,9203
-15753,9651,8646,-8.51732e-07,,9203
-15753,9651,8647,-5.66713e-07,,9203
-15753,9651,8648,-1.85188e-07,,9203
+15753,9651,8723,1.2335e-07,,9203
+15753,9651,8653,7.62236e-09,,9203
+15753,9651,8652,4.15937e-08,,9203
 15753,9651,8649,2.84312e-08,,9203
+15753,9651,8651,5.00828e-08,,9203
 15753,9651,8650,6.84853e-08,,9203
-15753,9651,8651,5.00828e-08,,9203
-15753,9651,8652,4.15937e-08,,9203
-15753,9651,8653,7.62236e-09,,9203
+15753,9651,8717,-4.0262e-07,,9203
+15753,9651,8722,1.86198e-07,,9203
+15753,9651,8716,-1.55391e-06,,9203
 15753,9651,8696,1,,9201
-15753,9651,8716,-1.55391e-06,,9203
-15753,9651,8717,-4.0262e-07,,9203
+15753,9651,8721,1.36682e-07,,9203
 15753,9651,8718,-5.09693e-07,,9203
+15753,9651,8720,-2.47592e-07,,9203
 15753,9651,8719,-8.19775e-07,,9203
-15753,9651,8720,-2.47592e-07,,9203
-15753,9651,8721,1.36682e-07,,9203
-15753,9651,8722,1.86198e-07,,9203
-15753,9651,8723,1.2335e-07,,9203
+15753,9651,8725,2.4529e-06,,9203
 15753,9651,8724,2.68191e-06,,9203
-15753,9651,8725,2.4529e-06,,9203
 15753,9651,8726,2.944e-07,,9203
+15754,9603,8607,-148,,9001
+15754,9603,8606,315,,9001
 15754,9603,8605,-158,,9001
-15754,9603,8606,315,,9001
-15754,9603,8607,-148,,9001
 15755,9603,8605,-90.2,,9001
+15755,9603,8607,114.17,,9001
 15755,9603,8606,-87.32,,9001
-15755,9603,8607,114.17,,9001
+15756,9607,8611,11.4741,,9202
 15756,9607,8605,221.525,,9001
+15756,9607,8610,0.877,,9104
+15756,9607,8609,1.3896,,9104
 15756,9607,8606,152.948,,9001
+15756,9607,8608,2.3847,,9104
 15756,9607,8607,176.768,,9001
-15756,9607,8608,2.3847,,9104
-15756,9607,8609,1.3896,,9104
-15756,9607,8610,0.877,,9104
-15756,9607,8611,11.4741,,9202
 15757,9607,8605,215.525,,9001
 15757,9607,8606,149.593,,9001
+15757,9607,8611,10.4773,,9202
+15757,9607,8610,1.1571,,9104
 15757,9607,8607,176.229,,9001
+15757,9607,8609,1.692,,9104
 15757,9607,8608,3.2624,,9104
-15757,9607,8609,1.692,,9104
-15757,9607,8610,1.1571,,9104
-15757,9607,8611,10.4773,,9202
+15758,9607,8607,79.486,,9001
+15758,9607,8606,345.918,,9001
 15758,9607,8605,72.438,,9001
-15758,9607,8606,345.918,,9001
-15758,9607,8607,79.486,,9001
+15758,9607,8611,1.3746,,9202
 15758,9607,8608,-1.6045,,9104
+15758,9607,8610,-0.5565,,9104
 15758,9607,8609,-0.8823,,9104
-15758,9607,8610,-0.5565,,9104
-15758,9607,8611,1.3746,,9202
+15759,9603,8606,86.959,,9001
 15759,9603,8605,217.037,,9001
-15759,9603,8606,86.959,,9001
 15759,9603,8607,23.956,,9001
 15760,9607,8605,347.103,,9001
+15760,9607,8610,9.3943,,9104
+15760,9607,8609,-70.6773,,9104
 15760,9607,8606,1078.125,,9001
+15760,9607,8608,33.8875,,9104
 15760,9607,8607,2623.922,,9001
-15760,9607,8608,33.8875,,9104
-15760,9607,8609,-70.6773,,9104
-15760,9607,8610,9.3943,,9104
 15760,9607,8611,186.074,,9202
+15761,9607,8606,55.049,,9001
+15761,9607,8611,17.3311,,9202
 15761,9607,8605,410.721,,9001
-15761,9607,8606,55.049,,9001
+15761,9607,8610,-0.6664,,9104
 15761,9607,8607,80.746,,9001
+15761,9607,8609,-2.3514,,9104
 15761,9607,8608,-2.5779,,9104
-15761,9607,8609,-2.3514,,9104
-15761,9607,8610,-0.6664,,9104
-15761,9607,8611,17.3311,,9202
+15762,9607,8608,-16.2111,,9104
+15762,9607,8607,-0.957,,9001
+15762,9607,8606,-58.407,,9001
 15762,9607,8605,374.715,,9001
-15762,9607,8606,-58.407,,9001
-15762,9607,8607,-0.957,,9001
-15762,9607,8608,-16.2111,,9104
+15762,9607,8611,-0.5409,,9202
+15762,9607,8610,-5.5357,,9104
 15762,9607,8609,-11.4626,,9104
-15762,9607,8610,-5.5357,,9104
-15762,9607,8611,-0.5409,,9202
 15763,9607,8605,165.732,,9001
+15763,9607,8608,-0.6434,,9104
+15763,9607,8607,180.505,,9001
 15763,9607,8606,216.72,,9001
-15763,9607,8607,180.505,,9001
-15763,9607,8608,-0.6434,,9104
 15763,9607,8609,-0.4512,,9104
+15763,9607,8611,7.4204,,9202
 15763,9607,8610,-0.0791,,9104
-15763,9607,8611,7.4204,,9202
+15764,9607,8607,398.811,,9001
+15764,9607,8606,1362.687,,9001
 15764,9607,8605,1363.785,,9001
-15764,9607,8606,1362.687,,9001
-15764,9607,8607,398.811,,9001
+15764,9607,8609,-6.7579,,9104
 15764,9607,8608,-4.5322,,9104
-15764,9607,8609,-6.7579,,9104
 15764,9607,8610,-1.0574,,9104
 15764,9607,8611,268.361,,9202
+15765,9607,8607,197.833,,9001
+15765,9607,8606,297.612,,9001
 15765,9607,8605,259.551,,9001
-15765,9607,8606,297.612,,9001
-15765,9607,8607,197.833,,9001
+15765,9607,8610,0.4612,,9104
+15765,9607,8609,2.1224,,9104
 15765,9607,8608,1.4866,,9104
-15765,9607,8609,2.1224,,9104
-15765,9607,8610,0.4612,,9104
 15765,9607,8611,27.0249,,9202
-15766,9607,8605,0.072,,9001
-15766,9607,8606,-0.507,,9001
+15766,9607,8610,0.007,,9104
 15766,9607,8607,-0.245,,9001
+15766,9607,8609,-0.0003,,9104
 15766,9607,8608,0.0183,,9104
-15766,9607,8609,-0.0003,,9104
-15766,9607,8610,0.007,,9104
+15766,9607,8606,-0.507,,9001
+15766,9607,8605,0.072,,9001
 15766,9607,8611,-0.0093,,9202
 15767,9603,8605,0,,9001
+15767,9603,8607,0,,9001
 15767,9603,8606,0,,9001
-15767,9603,8607,0,,9001
+15768,9607,8606,152.948,,9001
 15768,9607,8605,221.525,,9001
-15768,9607,8606,152.948,,9001
+15768,9607,8609,1.3896,,9104
+15768,9607,8608,2.3847,,9104
 15768,9607,8607,176.768,,9001
-15768,9607,8608,2.3847,,9104
-15768,9607,8609,1.3896,,9104
 15768,9607,8610,0.877,,9104
 15768,9607,8611,11.4741,,9202
+15769,9607,8608,3.2624,,9104
+15769,9607,8607,176.229,,9001
+15769,9607,8606,149.593,,9001
 15769,9607,8605,215.525,,9001
-15769,9607,8606,149.593,,9001
-15769,9607,8607,176.229,,9001
-15769,9607,8608,3.2624,,9104
+15769,9607,8610,1.1571,,9104
 15769,9607,8609,1.692,,9104
-15769,9607,8610,1.1571,,9104
 15769,9607,8611,10.4773,,9202
+15770,9607,8608,-1.6045,,9104
+15770,9607,8607,79.486,,9001
+15770,9607,8606,345.918,,9001
 15770,9607,8605,72.438,,9001
-15770,9607,8606,345.918,,9001
-15770,9607,8607,79.486,,9001
-15770,9607,8608,-1.6045,,9104
+15770,9607,8611,1.3746,,9202
+15770,9607,8610,-0.5565,,9104
 15770,9607,8609,-0.8823,,9104
-15770,9607,8610,-0.5565,,9104
-15770,9607,8611,1.3746,,9202
 15771,9603,8605,217.037,,9001
+15771,9603,8607,23.956,,9001
 15771,9603,8606,86.959,,9001
-15771,9603,8607,23.956,,9001
+15772,9607,8609,-70.6773,,9104
+15772,9607,8608,33.8875,,9104
+15772,9607,8607,2623.922,,9001
+15772,9607,8606,1078.125,,9001
 15772,9607,8605,347.103,,9001
-15772,9607,8606,1078.125,,9001
-15772,9607,8607,2623.922,,9001
-15772,9607,8608,33.8875,,9104
-15772,9607,8609,-70.6773,,9104
 15772,9607,8610,9.3943,,9104
 15772,9607,8611,186.074,,9202
+15773,9607,8607,80.746,,9001
+15773,9607,8606,55.049,,9001
 15773,9607,8605,410.721,,9001
-15773,9607,8606,55.049,,9001
-15773,9607,8607,80.746,,9001
+15773,9607,8610,-0.6664,,9104
+15773,9607,8609,-2.3514,,9104
 15773,9607,8608,-2.5779,,9104
-15773,9607,8609,-2.3514,,9104
-15773,9607,8610,-0.6664,,9104
 15773,9607,8611,17.3311,,9202
+15774,9607,8609,-11.4626,,9104
+15774,9607,8608,-16.2111,,9104
+15774,9607,8607,-0.957,,9001
+15774,9607,8606,-58.407,,9001
 15774,9607,8605,374.716,,9001
-15774,9607,8606,-58.407,,9001
-15774,9607,8607,-0.957,,9001
-15774,9607,8608,-16.2111,,9104
-15774,9607,8609,-11.4626,,9104
+15774,9607,8611,-0.5409,,9202
 15774,9607,8610,-5.5357,,9104
-15774,9607,8611,-0.5409,,9202
+15775,9607,8609,-0.4512,,9104
+15775,9607,8608,-0.6434,,9104
 15775,9607,8605,165.732,,9001
+15775,9607,8607,180.505,,9001
 15775,9607,8606,216.72,,9001
-15775,9607,8607,180.505,,9001
-15775,9607,8608,-0.6434,,9104
-15775,9607,8609,-0.4512,,9104
+15775,9607,8611,7.4204,,9202
 15775,9607,8610,-0.0791,,9104
-15775,9607,8611,7.4204,,9202
+15776,9607,8611,268.361,,9202
 15776,9607,8605,1363.785,,9001
+15776,9607,8610,-1.0574,,9104
+15776,9607,8609,-6.7579,,9104
 15776,9607,8606,1362.687,,9001
+15776,9607,8608,-4.5322,,9104
 15776,9607,8607,398.811,,9001
-15776,9607,8608,-4.5322,,9104
-15776,9607,8609,-6.7579,,9104
-15776,9607,8610,-1.0574,,9104
-15776,9607,8611,268.361,,9202
 15777,9607,8605,259.551,,9001
 15777,9607,8606,297.612,,9001
+15777,9607,8611,27.0249,,9202
+15777,9607,8610,0.4612,,9104
 15777,9607,8607,197.833,,9001
+15777,9607,8609,2.1224,,9104
 15777,9607,8608,1.4866,,9104
-15777,9607,8609,2.1224,,9104
-15777,9607,8610,0.4612,,9104
-15777,9607,8611,27.0249,,9202
+15778,9603,8607,-150.7,,9001
+15778,9603,8606,-98.5,,9001
 15778,9603,8605,-114.7,,9001
-15778,9603,8606,-98.5,,9001
-15778,9603,8607,-150.7,,9001
 15779,9603,8605,283.7,,9001
+15779,9603,8607,261.1,,9001
 15779,9603,8606,735.9,,9001
-15779,9603,8607,261.1,,9001
+15780,9603,8607,0,,9001
+15780,9603,8606,0,,9001
 15780,9603,8605,0,,9001
-15780,9603,8606,0,,9001
-15780,9603,8607,0,,9001
 15781,9661,8666,,DIRACC.DMA,
 15782,9603,8605,-148,,9001
 15782,9603,8606,136,,9001
 15782,9603,8607,90,,9001
+15783,9603,8607,-136,,9001
+15783,9603,8606,178,,9001
 15783,9603,8605,287,,9001
-15783,9603,8606,178,,9001
-15783,9603,8607,-136,,9001
+15784,9603,8607,-498.2,,9001
+15784,9603,8606,158.4,,9001
+15784,9603,8605,-770.1,,9001
+15785,9615,8656,,National 84 (02.07.01).gsb,
+15786,9615,8656,,A66 National (13.09.01).gsb,
+15787,9603,8607,-168.9,,9001
+15787,9603,8606,-158,,9001
 15787,9603,8605,-79.9,,9001
-15787,9603,8606,-158,,9001
-15787,9603,8607,-168.9,,9001
+15788,9603,8607,152.9,,9001
+15788,9603,8606,-52.3,,9001
 15788,9603,8605,-127.8,,9001
-15788,9603,8606,-52.3,,9001
-15788,9603,8607,152.9,,9001
+15789,9603,8606,-53,,9001
 15789,9603,8605,-128.5,,9001
-15789,9603,8606,-53,,9001
 15789,9603,8607,153.4,,9001
+15790,9603,8606,-29,,9001
 15790,9603,8605,-255,,9001
-15790,9603,8606,-29,,9001
 15790,9603,8607,-105,,9001
+15791,9603,8606,-5.28,,9001
 15791,9603,8605,-259.99,,9001
-15791,9603,8606,-5.28,,9001
 15791,9603,8607,-97.09,,9001
+15792,9603,8607,2,,9001
+15792,9603,8606,98,,9001
 15792,9603,8605,-123,,9001
-15792,9603,8606,98,,9001
-15792,9603,8607,2,,9001
+15793,9603,8606,300.99,,9001
 15793,9603,8605,31.95,,9001
-15793,9603,8606,300.99,,9001
 15793,9603,8607,419.19,,9001
 15794,9603,8605,-491,,9001
 15794,9603,8606,-22,,9001
 15794,9603,8607,435,,9001
+15795,9603,8607,-333,,9001
+15795,9603,8606,-116,,9001
 15795,9603,8605,114,,9001
-15795,9603,8606,-116,,9001
-15795,9603,8607,-333,,9001
+15796,9603,8607,-272,,9001
+15796,9603,8606,75,,9001
 15796,9603,8605,145,,9001
-15796,9603,8606,75,,9001
-15796,9603,8607,-272,,9001
 15797,9603,8605,-205,,9001
+15797,9603,8607,53,,9001
 15797,9603,8606,107,,9001
-15797,9603,8607,53,,9001
+15798,9603,8607,-494,,9001
+15798,9603,8606,550,,9001
 15798,9603,8605,-320,,9001
-15798,9603,8606,550,,9001
-15798,9603,8607,-494,,9001
 15799,9603,8605,124,,9001
 15799,9603,8606,-234,,9001
 15799,9603,8607,-25,,9001
+15800,9603,8607,145,,9001
+15800,9603,8606,-129,,9001
 15800,9603,8605,-79,,9001
-15800,9603,8606,-129,,9001
-15800,9603,8607,145,,9001
 15801,9603,8605,-127,,9001
+15801,9603,8607,472,,9001
 15801,9603,8606,-769,,9001
-15801,9603,8607,472,,9001
 15802,9603,8605,-104,,9001
 15802,9603,8606,-129,,9001
 15802,9603,8607,239,,9001
+15803,9603,8607,-375,,9001
+15803,9603,8606,-304,,9001
 15803,9603,8605,298,,9001
-15803,9603,8606,-304,,9001
-15803,9603,8607,-375,,9001
 15804,9603,8605,-2,,9001
+15804,9603,8607,181,,9001
 15804,9603,8606,151,,9001
-15804,9603,8607,181,,9001
 15805,9603,8605,230,,9001
+15805,9603,8607,-752,,9001
 15805,9603,8606,-199,,9001
-15805,9603,8607,-752,,9001
+15806,9603,8606,147,,9001
 15806,9603,8605,211,,9001
-15806,9603,8606,147,,9001
 15806,9603,8607,111,,9001
+15807,9603,8606,-209,,9001
 15807,9603,8605,252,,9001
-15807,9603,8606,-209,,9001
 15807,9603,8607,-751,,9001
+15808,9603,8607,-229,,9001
+15808,9603,8606,-435,,9001
 15808,9603,8605,208,,9001
-15808,9603,8606,-435,,9001
-15808,9603,8607,-229,,9001
+15809,9603,8607,-202,,9001
+15809,9603,8606,-79,,9001
 15809,9603,8605,189,,9001
-15809,9603,8606,-79,,9001
-15809,9603,8607,-202,,9001
 15810,9603,8605,647,,9001
 15810,9603,8606,1777,,9001
 15810,9603,8607,-1124,,9001
+15811,9603,8607,62,,9001
+15811,9603,8606,13,,9001
 15811,9603,8605,-270,,9001
-15811,9603,8606,13,,9001
-15811,9603,8607,62,,9001
+15812,9603,8607,-147,,9001
+15812,9603,8606,12,,9001
 15812,9603,8605,260,,9001
-15812,9603,8606,12,,9001
-15812,9603,8607,-147,,9001
 15813,9603,8605,-794,,9001
+15813,9603,8607,-298,,9001
 15813,9603,8606,119,,9001
-15813,9603,8607,-298,,9001
+15814,9603,8607,147,,9001
+15814,9603,8606,124,,9001
 15814,9603,8605,42,,9001
-15814,9603,8606,124,,9001
-15814,9603,8607,147,,9001
+15815,9603,8606,-92,,9001
 15815,9603,8605,-307,,9001
-15815,9603,8606,-92,,9001
 15815,9603,8607,127,,9001
+15816,9603,8607,-609,,9001
+15816,9603,8606,438,,9001
 15816,9603,8605,-632,,9001
-15816,9603,8606,438,,9001
-15816,9603,8607,-609,,9001
 15817,9603,8605,912,,9001
+15817,9603,8607,1227,,9001
 15817,9603,8606,-58,,9001
-15817,9603,8607,1227,,9001
 15818,9603,8605,403,,9001
 15818,9603,8606,-81,,9001
 15818,9603,8607,277,,9001
+15819,9603,8607,42,,9001
+15819,9603,8606,165,,9001
 15819,9603,8605,185,,9001
-15819,9603,8606,165,,9001
-15819,9603,8607,42,,9001
+15820,9603,8606,42,,9001
 15820,9603,8605,170,,9001
-15820,9603,8606,42,,9001
 15820,9603,8607,84,,9001
 15821,9603,8605,51,,9001
+15821,9603,8607,-36,,9001
 15821,9603,8606,391,,9001
-15821,9603,8607,-36,,9001
+15822,9603,8606,52,,9001
 15822,9603,8605,102,,9001
-15822,9603,8606,52,,9001
 15822,9603,8607,-38,,9001
+15823,9603,8606,-57,,9001
 15823,9603,8605,276,,9001
-15823,9603,8606,-57,,9001
 15823,9603,8607,149,,9001
+15824,9603,8607,-181,,9001
+15824,9603,8606,-285,,9001
 15824,9603,8605,61,,9001
-15824,9603,8606,-285,,9001
-15824,9603,8607,-181,,9001
+15825,9603,8606,-279,,9001
 15825,9603,8605,89,,9001
-15825,9603,8606,-279,,9001
 15825,9603,8607,-183,,9001
 15826,9603,8605,45,,9001
 15826,9603,8606,-290,,9001
 15826,9603,8607,-172,,9001
+15827,9603,8607,-190,,9001
+15827,9603,8606,-290,,9001
 15827,9603,8605,65,,9001
-15827,9603,8606,-290,,9001
-15827,9603,8607,-190,,9001
+15828,9603,8607,-182,,9001
+15828,9603,8606,-283,,9001
 15828,9603,8605,58,,9001
-15828,9603,8606,-283,,9001
-15828,9603,8607,-182,,9001
 15829,9603,8605,44.4,,9001
+15829,9603,8607,151.7,,9001
 15829,9603,8606,109,,9001
-15829,9603,8607,151.7,,9001
+15830,9603,8607,138.8,,9001
+15830,9603,8606,106.1,,9001
 15830,9603,8605,67.8,,9001
-15830,9603,8606,106.1,,9001
-15830,9603,8607,138.8,,9001
+15831,9603,8607,0,,9001
+15831,9603,8606,0,,9001
 15831,9603,8605,0,,9001
-15831,9603,8606,0,,9001
-15831,9603,8607,0,,9001
+15832,9607,8608,0.0183,,9104
+15832,9607,8607,-0.245,,9001
+15832,9607,8606,-0.507,,9001
 15832,9607,8605,0.072,,9001
-15832,9607,8606,-0.507,,9001
-15832,9607,8607,-0.245,,9001
-15832,9607,8608,0.0183,,9104
+15832,9607,8611,-0.0093,,9202
+15832,9607,8610,0.007,,9104
 15832,9607,8609,-0.0003,,9104
-15832,9607,8610,0.007,,9104
-15832,9607,8611,-0.0093,,9202
 15833,9603,8605,0,,9001
+15833,9603,8607,0,,9001
 15833,9603,8606,0,,9001
-15833,9603,8607,0,,9001
+15834,9613,8658,,nchpgn.los,
 15834,9613,8657,,nchpgn.las,
-15834,9613,8658,,nchpgn.los,
 15835,9613,8657,,nchpgn.las,
 15835,9613,8658,,nchpgn.los,
 15836,9613,8657,,schpgn.las,
 15836,9613,8658,,schpgn.los,
+15837,9613,8658,,schpgn.los,
 15837,9613,8657,,schpgn.las,
-15837,9613,8658,,schpgn.los,
+15838,9613,8658,,pahpgn.los,
 15838,9613,8657,,pahpgn.las,
-15838,9613,8658,,pahpgn.los,
+15839,9613,8658,,pahpgn.los,
 15839,9613,8657,,pahpgn.las,
-15839,9613,8658,,pahpgn.los,
 15840,9613,8657,,hawaii.las,
 15840,9613,8658,,hawaii.los,
+15841,9613,8658,,prvi.los,
 15841,9613,8657,,prvi.las,
-15841,9613,8658,,prvi.los,
+15842,9603,8607,-189,,9001
+15842,9603,8606,-271,,9001
 15842,9603,8605,-156,,9001
-15842,9603,8606,-271,,9001
-15842,9603,8607,-189,,9001
+15843,9607,8605,0,,9001
+15843,9607,8606,0,,9001
+15843,9607,8611,0,,9202
+15843,9607,8610,-0.076,,9104
+15843,9607,8607,1.5,,9001
+15843,9607,8609,0,,9104
+15843,9607,8608,0,,9104
+15844,9607,8607,-80,,9001
+15844,9607,8606,-141,,9001
+15844,9607,8605,25,,9001
+15844,9607,8611,0,,9202
+15844,9607,8608,0,,9104
+15844,9607,8610,-0.66,,9104
+15844,9607,8609,-0.35,,9104
+15845,9603,8606,14,,9001
 15845,9603,8605,27.5,,9001
-15845,9603,8606,14,,9001
 15845,9603,8607,186.4,,9001
 15846,9603,8605,-146.21,,9001
 15846,9603,8606,112.63,,9001
 15846,9603,8607,4.05,,9001
+15847,9603,8607,-127,,9001
+15847,9603,8606,-132,,9001
 15847,9603,8605,253,,9001
-15847,9603,8606,-132,,9001
-15847,9603,8607,-127,,9001
+15848,9603,8607,292,,9001
+15848,9603,8606,-348,,9001
 15848,9603,8605,-13,,9001
-15848,9603,8606,-348,,9001
-15848,9603,8607,292,,9001
 15849,9603,8605,-106,,9001
+15849,9603,8607,188,,9001
 15849,9603,8606,-87,,9001
-15849,9603,8607,188,,9001
+15850,9603,8607,103,,9001
+15850,9603,8606,-187,,9001
 15850,9603,8605,145,,9001
-15850,9603,8606,-187,,9001
-15850,9603,8607,103,,9001
+15851,9613,8658,,conus.los,
+15851,9613,8657,,conus.las,
+15852,9603,8605,-3,,9001
+15852,9603,8607,177,,9001
+15852,9603,8606,154,,9001
+15853,9603,8606,151,,9001
+15853,9603,8605,-7,,9001
+15853,9603,8607,175,,9001
+15854,9603,8606,151,,9001
+15854,9603,8605,-7,,9001
+15854,9603,8607,178,,9001
+15855,9603,8607,190,,9001
+15855,9603,8606,125,,9001
+15855,9603,8605,-8,,9001
+15856,9603,8606,158,,9001
+15856,9603,8605,-7,,9001
+15856,9603,8607,172,,9001
+15857,9624,8623,-532.876,,9001
+15857,9624,8641,1.00017216658401,,9203
+15857,9624,8640,-9.029305555e-05,,9203
+15857,9624,8624,1.00017216658401,,9203
+15857,9624,8639,-34.015,,9001
+15857,9624,8625,9.029305555e-05,,9203
+15858,9624,8625,9.14562824e-05,,9203
+15858,9624,8624,1.00017432259949,,9203
+15858,9624,8623,-409.264,,9001
+15858,9624,8639,-88.803,,9001
+15858,9624,8641,1.00017432259949,,9203
+15858,9624,8640,-9.14562824e-05,,9203
+15859,9624,8639,-146.722,,9001
+15859,9624,8625,9.270672363e-05,,9203
+15859,9624,8624,1.0001754456884,,9203
+15859,9624,8623,-286.351,,9001
+15859,9624,8640,-9.270672363e-05,,9203
+15859,9624,8641,1.0001754456884,,9203
+15860,9603,8607,0,,9001
+15860,9603,8606,0,,9001
+15860,9603,8605,0,,9001
+15861,9624,8623,-532.876,,9001
+15861,9624,8639,-34.015,,9001
+15861,9624,8625,9.029305555e-05,,9203
+15861,9624,8624,1.00017216658401,,9203
+15861,9624,8640,-9.029305555e-05,,9203
+15861,9624,8641,1.00017216658401,,9203
+15862,9624,8639,-88.803,,9001
+15862,9624,8625,9.14562824e-05,,9203
+15862,9624,8624,1.00017432259949,,9203
+15862,9624,8623,-409.264,,9001
+15862,9624,8641,1.00017432259949,,9203
+15862,9624,8640,-9.14562824e-05,,9203
+15863,9624,8640,-9.270672363e-05,,9203
+15863,9624,8639,-146.722,,9001
+15863,9624,8623,-286.351,,9001
+15863,9624,8625,9.270672363e-05,,9203
+15863,9624,8624,1.0001754456884,,9203
+15863,9624,8641,1.0001754456884,,9203
+15864,9613,8658,,alaska.los,
+15864,9613,8657,,alaska.las,
+15865,9607,8611,0,,9202
+15865,9607,8610,-0.736,,9104
+15865,9607,8609,-0.35,,9104
+15865,9607,8608,0,,9104
+15865,9607,8605,25,,9001
+15865,9607,8607,-78.5,,9001
+15865,9607,8606,-141,,9001
+15866,9603,8607,86.39,,9001
+15866,9603,8606,-169.41,,9001
+15866,9603,8605,-153.33,,9001
+15867,9606,8607,419.2,,9001
+15867,9606,8606,72.4,,9001
+15867,9606,8605,599.4,,9001
+15867,9606,8610,-2.723,,9104
+15867,9606,8609,-0.022,,9104
+15867,9606,8608,-0.062,,9104
+15867,9606,8611,6.46,,9202
+15868,9606,8609,0.057,,9104
+15868,9606,8608,-0.054,,9104
+15868,9606,8607,440.2,,9001
+15868,9606,8606,77,,9001
+15868,9606,8605,612.4,,9001
+15868,9606,8611,2.55,,9202
+15868,9606,8610,-2.797,,9104
+15869,9606,8609,0.057,,9104
+15869,9606,8608,-0.054,,9104
+15869,9606,8605,612.4,,9001
+15869,9606,8607,440.2,,9001
+15869,9606,8606,77,,9001
+15869,9606,8611,2.55,,9202
+15869,9606,8610,-2.797,,9104
+15870,9603,8605,-80.01,,9001
+15870,9603,8606,253.26,,9001
+15870,9603,8607,291.19,,9001
+15871,9603,8607,370.3,,9001
+15871,9603,8606,-144.9,,9001
+15871,9603,8605,-242.2,,9001
+15872,9603,8606,-320.1,,9001
+15872,9603,8605,84.1,,9001
+15872,9603,8607,218.7,,9001
+15873,9603,8605,-206.1,,9001
+15873,9603,8607,-87.7,,9001
+15873,9603,8606,-174.7,,9001
+15874,9603,8606,-72.34,,9001
+15874,9603,8605,-169.559,,9001
+15874,9603,8607,303.102,,9001
+15875,9603,8607,-194.046,,9001
+15875,9603,8605,265.025,,9001
+15875,9603,8606,384.929,,9001
+15876,9606,8610,0.554,,9104
+15876,9606,8609,0,,9104
+15876,9606,8606,0,,9001
+15876,9606,8608,0,,9104
+15876,9606,8607,4.5,,9001
+15876,9606,8605,0,,9001
+15876,9606,8611,0.2263,,9202
+15877,9607,8607,-36.964,,9001
+15877,9607,8605,-35.173,,9001
+15877,9607,8609,-0.842,,9104
+15877,9607,8608,1.37,,9104
+15877,9607,8606,136.571,,9001
+15877,9607,8611,-1.537,,9202
+15877,9607,8610,-4.718,,9104
+15878,9603,8605,51,,9001
+15878,9603,8606,391,,9001
+15878,9603,8607,-36,,9001
+15879,9603,8607,0,,9001
+15879,9603,8606,0,,9001
+15879,9603,8605,0,,9001
+15880,9603,8607,0,,9001
+15880,9603,8606,0,,9001
+15880,9603,8605,0,,9001
+15881,9603,8605,-56.263,,9001
+15881,9603,8607,-22.856,,9001
+15881,9603,8606,16.136,,9001
+15882,9603,8606,-348.6,,9001
+15882,9603,8605,-11.64,,9001
+15882,9603,8607,291.98,,9001
+15883,9603,8606,222.58,,9001
+15883,9603,8605,335.47,,9001
+15883,9603,8607,-230.94,,9001
+15884,9603,8607,-135.41,,9001
+15884,9603,8606,177.78,,9001
+15884,9603,8605,287.58,,9001
+15885,9603,8606,16.136,,9001
+15885,9603,8605,-56.263,,9001
+15885,9603,8607,-22.856,,9001
+15886,9603,8605,-10.18,,9001
+15886,9603,8606,-350.43,,9001
+15886,9603,8607,291.37,,9001
+15887,9607,8607,310.879,,9001
+15887,9607,8606,-263.243,,9001
+15887,9607,8605,97.297,,9001
+15887,9607,8610,-3.1409,,9104
+15887,9607,8609,-0.8387,,9104
+15887,9607,8608,1.5999,,9104
+15887,9607,8611,13.326,,9202
+15888,9607,8610,-4.0878,,9104
+15888,9607,8609,0.4999,,9104
+15888,9607,8608,3.4427,,9104
+15888,9607,8607,343.993,,9001
+15888,9607,8606,-205.932,,9001
+15888,9607,8605,48.812,,9001
+15888,9607,8611,6.5215,,9202
+15889,9607,8609,-7.7018,,9104
+15889,9607,8608,37.546,,9104
+15889,9607,8605,-166.0684,,9001
+15889,9607,8607,254.8282,,9001
+15889,9607,8606,-154.7826,,9001
+15889,9607,8611,-30.84,,9202
+15889,9607,8610,10.2029,,9104
+15890,9607,8611,-7.4801,,9202
+15890,9607,8605,137.092,,9001
+15890,9607,8610,4.3316,,9104
+15890,9607,8609,11.5995,,9104
+15890,9607,8606,131.675,,9001
+15890,9607,8608,1.9435,,9104
+15890,9607,8607,91.478,,9001
+15891,9607,8606,366.857,,9001
+15891,9607,8611,-121.0994,,9202
+15891,9607,8605,-408.809,,9001
+15891,9607,8610,-2.1657,,9104
+15891,9607,8607,-412.987,,9001
+15891,9607,8609,0.5308,,9104
+15891,9607,8608,-1.8843,,9104
+15892,9607,8607,103.334,,9001
+15892,9607,8606,-188.707,,9001
+15892,9607,8605,-122.386,,9001
+15892,9607,8611,4.4799,,9202
+15892,9607,8608,-3.511,,9104
+15892,9607,8610,5.7048,,9104
+15892,9607,8609,4.9665,,9104
+15893,9607,8609,-7.752,,9104
+15893,9607,8608,8.936,,9104
+15893,9607,8607,168.129,,9001
+15893,9607,8606,85.352,,9001
+15893,9607,8605,244.42,,9001
+15893,9607,8611,14.2723,,9202
+15893,9607,8610,-12.5952,,9104
+15894,9603,8606,0,,9001
+15894,9603,8605,0,,9001
+15894,9603,8607,0,,9001
+15895,9615,8656,,sped2et.gsb,
+15896,9603,8605,0,,9001
+15896,9603,8606,0,,9001
+15896,9603,8607,0,,9001
+15897,9603,8607,-36,,9001
+15897,9603,8606,391,,9001
+15897,9603,8605,51,,9001
+15898,9606,8605,163.511,,9001
+15898,9606,8607,-159.789,,9001
+15898,9606,8606,127.533,,9001
+15898,9606,8611,-0.6,,9202
+15898,9606,8608,0,,9104
+15898,9606,8610,0.814,,9104
+15898,9606,8609,0,,9104
+15899,9606,8605,105,,9001
+15899,9606,8608,0,,9104
+15899,9606,8607,-102.5,,9001
+15899,9606,8606,326,,9001
+15899,9606,8609,0,,9104
+15899,9606,8611,-0.6,,9202
+15899,9606,8610,0.814,,9104
+15900,9606,8608,0,,9104
+15900,9606,8607,-3.5,,9001
+15900,9606,8606,417,,9001
+15900,9606,8605,-45,,9001
+15900,9606,8609,0,,9104
+15900,9606,8610,0.814,,9104
+15900,9606,8611,-0.6,,9202
+15901,9603,8607,-135.41,,9001
+15901,9603,8606,177.78,,9001
+15901,9603,8605,287.58,,9001
+15902,9603,8607,-230.94,,9001
+15902,9603,8606,222.58,,9001
+15902,9603,8605,335.47,,9001
+15903,9603,8605,-11.64,,9001
+15903,9603,8607,291.98,,9001
+15903,9603,8606,-348.6,,9001
+15904,9603,8607,291.37,,9001
+15904,9603,8606,-350.43,,9001
+15904,9603,8605,-10.18,,9001
+15905,9645,8726,-1.25,,9203
+15905,9645,8725,886.6,,9203
+15905,9645,8620,0,,9098
+15905,9645,8724,-798796.55,,9203
+15905,9645,8643,-90.72,,9203
+15905,9645,8619,0,,9098
+15905,9645,8639,3747242.86,,9203
+15905,9645,8621,0,,9001
+15905,9645,8623,1811328.51,,9203
+15905,9645,8622,0,,9001
+15905,9645,8695,1,,9201
+15905,9645,8720,-42.86,,9203
+15905,9645,8694,1e-06,,9201
+15905,9645,8644,-2.03,,9203
+15905,9645,8719,-1.53,,9203
+15905,9645,8716,-874.49,,9203
+15905,9645,8718,39.11,,9203
+15905,9645,8717,-798796.49,,9203
+15906,9645,8719,3.24,,9203
+15906,9645,8623,1809256.92,,9203
+15906,9645,8622,0,,9001
+15906,9645,8619,0,,9098
+15906,9645,8621,0,,9001
+15906,9645,8620,0,,9098
+15906,9645,8644,-2.97,,9203
+15906,9645,8718,-36.16,,9203
+15906,9645,8643,73.18,,9203
+15906,9645,8639,3749072.47,,9203
+15906,9645,8717,-798948.34,,9203
+15906,9645,8694,1e-06,,9201
+15906,9645,8716,684.56,,9203
+15906,9645,8695,1,,9201
+15906,9645,8724,-798876.75,,9203
+15906,9645,8720,37.55,,9203
+15906,9645,8725,-682.38,,9203
+15906,9645,8726,-21.62,,9203
+15907,9615,8656,,sped2et.gsb,
+15908,9603,8606,-109.8777,,9001
+15908,9603,8605,-208.4058,,9001
+15908,9603,8607,-2.5764,,9001
+15909,9603,8606,-99.0583,,9001
+15909,9603,8605,-115.8543,,9001
+15909,9603,8607,-152.4616,,9001
+15910,9603,8607,149.8852,,9001
+15910,9603,8606,-10.8194,,9001
+15910,9603,8605,-92.5515,,9001
+15911,9607,8607,-9.993,,9001
+15911,9607,8606,-13.06,,9001
+15911,9607,8605,-1.977,,9001
+15911,9607,8608,-0.364,,9104
+15911,9607,8609,-0.254,,9104
+15911,9607,8611,-1.037,,9202
+15911,9607,8610,-0.689,,9104
+15912,9603,8606,0,,9001
+15912,9603,8605,0,,9001
+15912,9603,8607,0,,9001
+15913,9603,8606,125,,9001
+15913,9603,8605,0,,9001
+15913,9603,8607,196,,9001
+15914,9807,8807,0,,9003
+15914,9807,8806,1640416.67,,9003
+15914,9807,8805,0.9996,,9201
+15914,9807,8802,-99,,9102
 15914,9807,8801,0,,9102
-15914,9807,8802,-99,,9102
-15914,9807,8805,0.9996,,9201
-15914,9807,8806,1640416.67,,9003
-15914,9807,8807,0,,9003
+15915,9807,8802,-93,,9102
 15915,9807,8801,0,,9102
-15915,9807,8802,-93,,9102
 15915,9807,8805,0.9996,,9201
+15915,9807,8807,0,,9003
 15915,9807,8806,1640416.67,,9003
-15915,9807,8807,0,,9003
+15916,9807,8802,-87,,9102
 15916,9807,8801,0,,9102
-15916,9807,8802,-87,,9102
+15916,9807,8807,0,,9003
+15916,9807,8806,1640416.67,,9003
 15916,9807,8805,0.9996,,9201
-15916,9807,8806,1640416.67,,9003
-15916,9807,8807,0,,9003
+15917,9807,8807,0,,9003
+15917,9807,8806,1640416.67,,9003
 15917,9807,8801,0,,9102
+15917,9807,8805,0.9996,,9201
 15917,9807,8802,-81,,9102
-15917,9807,8805,0.9996,,9201
-15917,9807,8806,1640416.67,,9003
-15917,9807,8807,0,,9003
+15918,9603,8607,-80.863,,9001
+15918,9603,8606,-155.176,,9001
+15918,9603,8605,12.646,,9001
+15919,9606,8607,-41.38,,9001
+15919,9606,8606,-113.82,,9001
+15919,9606,8611,-0.38,,9202
+15919,9606,8610,0.814,,9104
+15919,9606,8609,0,,9104
+15919,9606,8608,0,,9104
+15919,9606,8605,15.53,,9001
+15920,9606,8610,0.814,,9104
+15920,9606,8609,0,,9104
+15920,9606,8608,0,,9104
+15920,9606,8605,31.4,,9001
+15920,9606,8607,-74.8,,9001
+15920,9606,8606,-144.3,,9001
+15920,9606,8611,-0.38,,9202
+15921,9603,8605,15.8,,9001
+15921,9603,8606,-154.4,,9001
+15921,9603,8607,-82.3,,9001
+15922,9656,8729,0,,9001
+15922,9656,8728,0,,9001
+15923,9603,8605,-117.7,,9001
+15923,9603,8607,-152.4,,9001
+15923,9603,8606,-100.3,,9001
+15924,9603,8605,92.5515,,9001
+15924,9603,8606,10.8194,,9001
+15924,9603,8607,-149.8852,,9001
+15925,9603,8607,0,,9001
+15925,9603,8606,0,,9001
+15925,9603,8605,0,,9001
+15926,9607,8606,153.789,,9001
+15926,9607,8605,-33.722,,9001
+15926,9607,8607,94.959,,9001
+15926,9607,8611,8.95,,9202
+15926,9607,8608,8.581,,9104
+15926,9607,8610,-4.54,,9104
+15926,9607,8609,4.478,,9104
+15927,9607,8605,-33.722,,9001
+15927,9607,8608,8.581,,9104
+15927,9607,8607,94.959,,9001
+15927,9607,8606,153.789,,9001
+15927,9607,8609,4.478,,9104
+15927,9607,8611,8.95,,9202
+15927,9607,8610,-4.54,,9104
+15928,9607,8607,-103.7239,,9001
+15928,9607,8606,52.2978,,9001
+15928,9607,8605,-106.8686,,9001
+15928,9607,8609,0.457,,9104
+15928,9607,8608,-0.3366,,9104
+15928,9607,8610,-1.8422,,9104
+15928,9607,8611,-1.2747,,9202
+15929,9607,8607,-103.7239,,9001
+15929,9607,8606,52.2978,,9001
+15929,9607,8605,-106.8686,,9001
+15929,9607,8610,-1.8422,,9104
+15929,9607,8609,0.457,,9104
+15929,9607,8608,-0.3366,,9104
+15929,9607,8611,-1.2747,,9202
+15930,9603,8607,0,,9001
+15930,9603,8606,0,,9001
+15930,9603,8605,0,,9001
+15931,9603,8607,0,,9001
+15931,9603,8606,0,,9001
+15931,9603,8605,0,,9001
+15932,9615,8656,,SPED2ETV2.gsb,
+15933,9615,8656,,SPED2ETV2.gsb,
+15934,9607,8608,1.9725,,9109
+15934,9607,8607,465.658,,9001
+15934,9607,8606,50.0087,,9001
+15934,9607,8605,565.2369,,9001
+15934,9607,8611,4.0812,,9202
+15934,9607,8610,9.0677,,9109
+15934,9607,8609,-1.7004,,9109
+15935,9606,8610,0.814,,9104
+15935,9606,8609,0,,9104
+15935,9606,8608,0,,9104
+15935,9606,8605,18,,9001
+15935,9606,8607,-73.7,,9001
+15935,9606,8606,-136.8,,9001
+15935,9606,8611,-0.38,,9202
+15936,9603,8605,11.911,,9001
+15936,9603,8606,-154.833,,9001
+15936,9603,8607,-80.079,,9001
+15937,9603,8607,382.9,,9001
+15937,9603,8606,-152.2,,9001
+15937,9603,8605,-245.8,,9001
+15938,9606,8607,380.8,,9001
+15938,9606,8606,-158.7,,9001
+15938,9606,8605,-225.4,,9001
+15938,9606,8611,-0.38,,9202
+15938,9606,8608,0,,9104
+15938,9606,8610,0.814,,9104
+15938,9606,8609,0,,9104
+15939,9655,8727,,gr3df97a.txt,
+15940,9615,8656,,rgf93_ntf.gsb,
+15941,9615,8656,,rgf93_ntf.gsb,
+15942,9615,8656,,rgf93_ntf.gsb,
+15943,9655,8727,,gr3dnc03a.mnt,
+15944,9615,8656,,RGNC1991_NEA74Noumea.gsb,
+15945,9655,8727,,gr3dnc01b.mnt,
+15946,9655,8727,,gr3dnc02b.mnt,
+15947,9615,8656,,RGNC1991_IGN72GrandeTerre.gsb,
+15948,9615,8656,,BETA2007.gsb,
+15949,9615,8656,,BETA2007.gsb,
+15950,9645,8643,-90.72,,9203
+15950,9645,8619,0,,9098
+15950,9645,8639,3747242.86,,9203
+15950,9645,8623,1811328.51,,9203
+15950,9645,8620,0,,9098
+15950,9645,8622,0,,9001
+15950,9645,8621,0,,9001
+15950,9645,8694,1e-06,,9201
+15950,9645,8719,-1.53,,9203
+15950,9645,8644,-2.03,,9203
+15950,9645,8718,39.11,,9203
+15950,9645,8695,1,,9201
+15950,9645,8717,-798796.49,,9203
+15950,9645,8716,-874.49,,9203
+15950,9645,8725,886.6,,9203
+15950,9645,8724,-798796.55,,9203
+15950,9645,8720,-42.86,,9203
+15950,9645,8726,-1.25,,9203
+15951,9645,8644,-2.97,,9203
+15951,9645,8643,73.18,,9203
+15951,9645,8639,3749072.47,,9203
+15951,9645,8623,1809256.92,,9203
+15951,9645,8622,0,,9001
+15951,9645,8621,0,,9001
+15951,9645,8620,0,,9098
+15951,9645,8619,0,,9098
+15951,9645,8717,-798948.34,,9203
+15951,9645,8716,684.56,,9203
+15951,9645,8695,1,,9201
+15951,9645,8694,1e-06,,9201
+15951,9645,8720,37.55,,9203
+15951,9645,8719,3.24,,9203
+15951,9645,8718,-36.16,,9203
+15951,9645,8724,-798876.75,,9203
+15951,9645,8726,-21.62,,9203
+15951,9645,8725,-682.38,,9203
+15952,9603,8607,379.3,,9001
+15952,9603,8606,-149.8,,9001
+15952,9603,8605,-244.2,,9001
+15953,9603,8606,-157.9,,9001
+15953,9603,8605,-250.7,,9001
+15953,9603,8607,380.4,,9001
+15954,9615,8656,,BETA2007.gsb,
+15955,9615,8656,,BETA2007.gsb,
+15956,9633,8664,,OSTN02_OSGM02_GB.txt,
 16000,9824,8801,0,,9102
+16000,9824,8807,0,,9001
+16000,9824,8806,500000,,9001
 16000,9824,8805,0.9996,,9201
-16000,9824,8806,500000,,9001
-16000,9824,8807,0,,9001
 16000,9824,8830,-180,,9102
 16000,9824,8831,6,,9102
+16001,9807,8807,0,,9001
+16001,9807,8806,500000,,9001
+16001,9807,8805,0.9996,,9201
+16001,9807,8802,-177,,9102
 16001,9807,8801,0,,9102
-16001,9807,8802,-177,,9102
-16001,9807,8805,0.9996,,9201
-16001,9807,8806,500000,,9001
-16001,9807,8807,0,,9001
 16002,9807,8801,0,,9102
+16002,9807,8807,0,,9001
 16002,9807,8802,-171,,9102
+16002,9807,8806,500000,,9001
 16002,9807,8805,0.9996,,9201
-16002,9807,8806,500000,,9001
-16002,9807,8807,0,,9001
 16003,9807,8801,0,,9102
+16003,9807,8806,500000,,9001
+16003,9807,8805,0.9996,,9201
 16003,9807,8802,-165,,9102
-16003,9807,8805,0.9996,,9201
-16003,9807,8806,500000,,9001
 16003,9807,8807,0,,9001
+16004,9807,8807,0,,9001
+16004,9807,8806,500000,,9001
+16004,9807,8805,0.9996,,9201
+16004,9807,8802,-159,,9102
 16004,9807,8801,0,,9102
-16004,9807,8802,-159,,9102
-16004,9807,8805,0.9996,,9201
-16004,9807,8806,500000,,9001
-16004,9807,8807,0,,9001
+16005,9807,8802,-153,,9102
 16005,9807,8801,0,,9102
-16005,9807,8802,-153,,9102
 16005,9807,8805,0.9996,,9201
+16005,9807,8807,0,,9001
 16005,9807,8806,500000,,9001
-16005,9807,8807,0,,9001
+16006,9807,8802,-147,,9102
 16006,9807,8801,0,,9102
-16006,9807,8802,-147,,9102
+16006,9807,8807,0,,9001
+16006,9807,8806,500000,,9001
 16006,9807,8805,0.9996,,9201
-16006,9807,8806,500000,,9001
-16006,9807,8807,0,,9001
+16007,9807,8807,0,,9001
+16007,9807,8806,500000,,9001
 16007,9807,8801,0,,9102
+16007,9807,8805,0.9996,,9201
 16007,9807,8802,-141,,9102
-16007,9807,8805,0.9996,,9201
-16007,9807,8806,500000,,9001
-16007,9807,8807,0,,9001
+16008,9807,8805,0.9996,,9201
+16008,9807,8802,-135,,9102
 16008,9807,8801,0,,9102
-16008,9807,8802,-135,,9102
-16008,9807,8805,0.9996,,9201
 16008,9807,8806,500000,,9001
 16008,9807,8807,0,,9001
+16009,9807,8805,0.9996,,9201
+16009,9807,8802,-129,,9102
 16009,9807,8801,0,,9102
-16009,9807,8802,-129,,9102
-16009,9807,8805,0.9996,,9201
+16009,9807,8807,0,,9001
 16009,9807,8806,500000,,9001
-16009,9807,8807,0,,9001
 16010,9807,8801,0,,9102
+16010,9807,8807,0,,9001
 16010,9807,8802,-123,,9102
+16010,9807,8806,500000,,9001
 16010,9807,8805,0.9996,,9201
-16010,9807,8806,500000,,9001
-16010,9807,8807,0,,9001
+16011,9807,8802,-117,,9102
 16011,9807,8801,0,,9102
-16011,9807,8802,-117,,9102
+16011,9807,8806,500000,,9001
 16011,9807,8805,0.9996,,9201
-16011,9807,8806,500000,,9001
 16011,9807,8807,0,,9001
+16012,9807,8806,500000,,9001
+16012,9807,8805,0.9996,,9201
+16012,9807,8802,-111,,9102
 16012,9807,8801,0,,9102
-16012,9807,8802,-111,,9102
-16012,9807,8805,0.9996,,9201
-16012,9807,8806,500000,,9001
 16012,9807,8807,0,,9001
+16013,9807,8802,-105,,9102
 16013,9807,8801,0,,9102
-16013,9807,8802,-105,,9102
 16013,9807,8805,0.9996,,9201
+16013,9807,8807,0,,9001
 16013,9807,8806,500000,,9001
-16013,9807,8807,0,,9001
+16014,9807,8806,500000,,9001
+16014,9807,8805,0.9996,,9201
+16014,9807,8802,-99,,9102
 16014,9807,8801,0,,9102
-16014,9807,8802,-99,,9102
-16014,9807,8805,0.9996,,9201
-16014,9807,8806,500000,,9001
 16014,9807,8807,0,,9001
+16015,9807,8807,0,,9001
+16015,9807,8806,500000,,9001
 16015,9807,8801,0,,9102
+16015,9807,8805,0.9996,,9201
 16015,9807,8802,-93,,9102
-16015,9807,8805,0.9996,,9201
-16015,9807,8806,500000,,9001
-16015,9807,8807,0,,9001
+16016,9807,8805,0.9996,,9201
+16016,9807,8802,-87,,9102
 16016,9807,8801,0,,9102
-16016,9807,8802,-87,,9102
-16016,9807,8805,0.9996,,9201
 16016,9807,8806,500000,,9001
 16016,9807,8807,0,,9001
+16017,9807,8806,500000,,9001
+16017,9807,8805,0.9996,,9201
+16017,9807,8802,-81,,9102
 16017,9807,8801,0,,9102
-16017,9807,8802,-81,,9102
-16017,9807,8805,0.9996,,9201
-16017,9807,8806,500000,,9001
 16017,9807,8807,0,,9001
 16018,9807,8801,0,,9102
+16018,9807,8807,0,,9001
 16018,9807,8802,-75,,9102
+16018,9807,8806,500000,,9001
 16018,9807,8805,0.9996,,9201
-16018,9807,8806,500000,,9001
-16018,9807,8807,0,,9001
 16019,9807,8801,0,,9102
+16019,9807,8806,500000,,9001
+16019,9807,8805,0.9996,,9201
 16019,9807,8802,-69,,9102
-16019,9807,8805,0.9996,,9201
-16019,9807,8806,500000,,9001
 16019,9807,8807,0,,9001
+16020,9807,8807,0,,9001
+16020,9807,8806,500000,,9001
+16020,9807,8805,0.9996,,9201
+16020,9807,8802,-63,,9102
 16020,9807,8801,0,,9102
-16020,9807,8802,-63,,9102
-16020,9807,8805,0.9996,,9201
-16020,9807,8806,500000,,9001
-16020,9807,8807,0,,9001
+16021,9807,8806,500000,,9001
+16021,9807,8805,0.9996,,9201
+16021,9807,8802,-57,,9102
 16021,9807,8801,0,,9102
-16021,9807,8802,-57,,9102
-16021,9807,8805,0.9996,,9201
-16021,9807,8806,500000,,9001
 16021,9807,8807,0,,9001
+16022,9807,8802,-51,,9102
 16022,9807,8801,0,,9102
-16022,9807,8802,-51,,9102
+16022,9807,8807,0,,9001
+16022,9807,8806,500000,,9001
 16022,9807,8805,0.9996,,9201
-16022,9807,8806,500000,,9001
-16022,9807,8807,0,,9001
+16023,9807,8807,0,,9001
+16023,9807,8806,500000,,9001
 16023,9807,8801,0,,9102
+16023,9807,8805,0.9996,,9201
 16023,9807,8802,-45,,9102
-16023,9807,8805,0.9996,,9201
-16023,9807,8806,500000,,9001
-16023,9807,8807,0,,9001
 16024,9807,8801,0,,9102
+16024,9807,8805,0.9996,,9201
 16024,9807,8802,-39,,9102
-16024,9807,8805,0.9996,,9201
 16024,9807,8806,500000,,9001
 16024,9807,8807,0,,9001
+16025,9807,8805,0.9996,,9201
+16025,9807,8802,-33,,9102
 16025,9807,8801,0,,9102
-16025,9807,8802,-33,,9102
-16025,9807,8805,0.9996,,9201
+16025,9807,8807,0,,9001
 16025,9807,8806,500000,,9001
-16025,9807,8807,0,,9001
 16026,9807,8801,0,,9102
+16026,9807,8807,0,,9001
 16026,9807,8802,-27,,9102
+16026,9807,8806,500000,,9001
 16026,9807,8805,0.9996,,9201
-16026,9807,8806,500000,,9001
-16026,9807,8807,0,,9001
+16027,9807,8805,0.9996,,9201
+16027,9807,8802,-21,,9102
 16027,9807,8801,0,,9102
-16027,9807,8802,-21,,9102
-16027,9807,8805,0.9996,,9201
 16027,9807,8806,500000,,9001
 16027,9807,8807,0,,9001
+16028,9807,8806,500000,,9001
+16028,9807,8805,0.9996,,9201
+16028,9807,8802,-15,,9102
 16028,9807,8801,0,,9102
-16028,9807,8802,-15,,9102
-16028,9807,8805,0.9996,,9201
-16028,9807,8806,500000,,9001
 16028,9807,8807,0,,9001
+16029,9807,8802,-9,,9102
 16029,9807,8801,0,,9102
-16029,9807,8802,-9,,9102
 16029,9807,8805,0.9996,,9201
+16029,9807,8807,0,,9001
 16029,9807,8806,500000,,9001
-16029,9807,8807,0,,9001
+16030,9807,8805,0.9996,,9201
+16030,9807,8802,-3,,9102
 16030,9807,8801,0,,9102
-16030,9807,8802,-3,,9102
-16030,9807,8805,0.9996,,9201
+16030,9807,8807,0,,9001
 16030,9807,8806,500000,,9001
-16030,9807,8807,0,,9001
+16031,9807,8807,0,,9001
+16031,9807,8806,500000,,9001
 16031,9807,8801,0,,9102
+16031,9807,8805,0.9996,,9201
 16031,9807,8802,3,,9102
-16031,9807,8805,0.9996,,9201
-16031,9807,8806,500000,,9001
-16031,9807,8807,0,,9001
+16032,9807,8805,0.9996,,9201
+16032,9807,8802,9,,9102
 16032,9807,8801,0,,9102
-16032,9807,8802,9,,9102
-16032,9807,8805,0.9996,,9201
 16032,9807,8806,500000,,9001
 16032,9807,8807,0,,9001
+16033,9807,8807,0,,9001
+16033,9807,8806,500000,,9001
+16033,9807,8805,0.9996,,9201
+16033,9807,8802,15,,9102
 16033,9807,8801,0,,9102
-16033,9807,8802,15,,9102
-16033,9807,8805,0.9996,,9201
-16033,9807,8806,500000,,9001
-16033,9807,8807,0,,9001
 16034,9807,8801,0,,9102
+16034,9807,8807,0,,9001
 16034,9807,8802,21,,9102
+16034,9807,8806,500000,,9001
 16034,9807,8805,0.9996,,9201
-16034,9807,8806,500000,,9001
-16034,9807,8807,0,,9001
 16035,9807,8801,0,,9102
+16035,9807,8806,500000,,9001
+16035,9807,8805,0.9996,,9201
 16035,9807,8802,27,,9102
-16035,9807,8805,0.9996,,9201
-16035,9807,8806,500000,,9001
 16035,9807,8807,0,,9001
+16036,9807,8807,0,,9001
+16036,9807,8806,500000,,9001
+16036,9807,8805,0.9996,,9201
+16036,9807,8802,33,,9102
 16036,9807,8801,0,,9102
-16036,9807,8802,33,,9102
-16036,9807,8805,0.9996,,9201
-16036,9807,8806,500000,,9001
-16036,9807,8807,0,,9001
+16037,9807,8802,39,,9102
 16037,9807,8801,0,,9102
-16037,9807,8802,39,,9102
 16037,9807,8805,0.9996,,9201
+16037,9807,8807,0,,9001
 16037,9807,8806,500000,,9001
-16037,9807,8807,0,,9001
+16038,9807,8802,45,,9102
 16038,9807,8801,0,,9102
-16038,9807,8802,45,,9102
+16038,9807,8807,0,,9001
+16038,9807,8806,500000,,9001
 16038,9807,8805,0.9996,,9201
-16038,9807,8806,500000,,9001
-16038,9807,8807,0,,9001
+16039,9807,8807,0,,9001
+16039,9807,8806,500000,,9001
 16039,9807,8801,0,,9102
+16039,9807,8805,0.9996,,9201
 16039,9807,8802,51,,9102
-16039,9807,8805,0.9996,,9201
-16039,9807,8806,500000,,9001
-16039,9807,8807,0,,9001
+16040,9807,8802,57,,9102
 16040,9807,8801,0,,9102
-16040,9807,8802,57,,9102
 16040,9807,8805,0.9996,,9201
 16040,9807,8806,500000,,9001
 16040,9807,8807,0,,9001
+16041,9807,8805,0.9996,,9201
+16041,9807,8802,63,,9102
 16041,9807,8801,0,,9102
-16041,9807,8802,63,,9102
-16041,9807,8805,0.9996,,9201
+16041,9807,8807,0,,9001
 16041,9807,8806,500000,,9001
-16041,9807,8807,0,,9001
 16042,9807,8801,0,,9102
+16042,9807,8807,0,,9001
 16042,9807,8802,69,,9102
+16042,9807,8806,500000,,9001
 16042,9807,8805,0.9996,,9201
-16042,9807,8806,500000,,9001
-16042,9807,8807,0,,9001
+16043,9807,8802,75,,9102
 16043,9807,8801,0,,9102
-16043,9807,8802,75,,9102
+16043,9807,8806,500000,,9001
 16043,9807,8805,0.9996,,9201
-16043,9807,8806,500000,,9001
 16043,9807,8807,0,,9001
+16044,9807,8806,500000,,9001
+16044,9807,8805,0.9996,,9201
+16044,9807,8802,81,,9102
 16044,9807,8801,0,,9102
-16044,9807,8802,81,,9102
-16044,9807,8805,0.9996,,9201
-16044,9807,8806,500000,,9001
 16044,9807,8807,0,,9001
+16045,9807,8802,87,,9102
 16045,9807,8801,0,,9102
-16045,9807,8802,87,,9102
 16045,9807,8805,0.9996,,9201
+16045,9807,8807,0,,9001
 16045,9807,8806,500000,,9001
-16045,9807,8807,0,,9001
+16046,9807,8807,0,,9001
+16046,9807,8806,500000,,9001
+16046,9807,8805,0.9996,,9201
+16046,9807,8802,93,,9102
 16046,9807,8801,0,,9102
-16046,9807,8802,93,,9102
-16046,9807,8805,0.9996,,9201
-16046,9807,8806,500000,,9001
-16046,9807,8807,0,,9001
 16047,9807,8801,0,,9102
+16047,9807,8807,0,,9001
+16047,9807,8806,500000,,9001
+16047,9807,8805,0.9996,,9201
 16047,9807,8802,99,,9102
-16047,9807,8805,0.9996,,9201
-16047,9807,8806,500000,,9001
-16047,9807,8807,0,,9001
+16048,9807,8805,0.9996,,9201
+16048,9807,8802,105,,9102
 16048,9807,8801,0,,9102
-16048,9807,8802,105,,9102
-16048,9807,8805,0.9996,,9201
 16048,9807,8806,500000,,9001
 16048,9807,8807,0,,9001
+16049,9807,8806,500000,,9001
+16049,9807,8805,0.9996,,9201
+16049,9807,8802,111,,9102
 16049,9807,8801,0,,9102
-16049,9807,8802,111,,9102
-16049,9807,8805,0.9996,,9201
-16049,9807,8806,500000,,9001
 16049,9807,8807,0,,9001
 16050,9807,8801,0,,9102
+16050,9807,8807,0,,9001
 16050,9807,8802,117,,9102
+16050,9807,8806,500000,,9001
 16050,9807,8805,0.9996,,9201
-16050,9807,8806,500000,,9001
-16050,9807,8807,0,,9001
 16051,9807,8801,0,,9102
+16051,9807,8806,500000,,9001
+16051,9807,8805,0.9996,,9201
 16051,9807,8802,123,,9102
-16051,9807,8805,0.9996,,9201
-16051,9807,8806,500000,,9001
 16051,9807,8807,0,,9001
+16052,9807,8807,0,,9001
+16052,9807,8806,500000,,9001
+16052,9807,8805,0.9996,,9201
+16052,9807,8802,129,,9102
 16052,9807,8801,0,,9102
-16052,9807,8802,129,,9102
-16052,9807,8805,0.9996,,9201
-16052,9807,8806,500000,,9001
-16052,9807,8807,0,,9001
 16053,9807,8801,0,,9102
 16053,9807,8802,135,,9102
 16053,9807,8805,0.9996,,9201
+16053,9807,8807,0,,9001
 16053,9807,8806,500000,,9001
-16053,9807,8807,0,,9001
+16054,9807,8802,141,,9102
 16054,9807,8801,0,,9102
-16054,9807,8802,141,,9102
+16054,9807,8807,0,,9001
+16054,9807,8806,500000,,9001
 16054,9807,8805,0.9996,,9201
-16054,9807,8806,500000,,9001
-16054,9807,8807,0,,9001
+16055,9807,8807,0,,9001
+16055,9807,8806,500000,,9001
 16055,9807,8801,0,,9102
+16055,9807,8805,0.9996,,9201
 16055,9807,8802,147,,9102
-16055,9807,8805,0.9996,,9201
-16055,9807,8806,500000,,9001
-16055,9807,8807,0,,9001
 16056,9807,8801,0,,9102
+16056,9807,8805,0.9996,,9201
 16056,9807,8802,153,,9102
-16056,9807,8805,0.9996,,9201
 16056,9807,8806,500000,,9001
 16056,9807,8807,0,,9001
+16057,9807,8805,0.9996,,9201
+16057,9807,8802,159,,9102
 16057,9807,8801,0,,9102
-16057,9807,8802,159,,9102
-16057,9807,8805,0.9996,,9201
+16057,9807,8807,0,,9001
 16057,9807,8806,500000,,9001
-16057,9807,8807,0,,9001
 16058,9807,8801,0,,9102
+16058,9807,8807,0,,9001
 16058,9807,8802,165,,9102
+16058,9807,8806,500000,,9001
 16058,9807,8805,0.9996,,9201
-16058,9807,8806,500000,,9001
-16058,9807,8807,0,,9001
+16059,9807,8806,500000,,9001
+16059,9807,8805,0.9996,,9201
+16059,9807,8802,171,,9102
 16059,9807,8801,0,,9102
-16059,9807,8802,171,,9102
-16059,9807,8805,0.9996,,9201
-16059,9807,8806,500000,,9001
 16059,9807,8807,0,,9001
+16060,9807,8806,500000,,9001
+16060,9807,8805,0.9996,,9201
+16060,9807,8802,177,,9102
 16060,9807,8801,0,,9102
-16060,9807,8802,177,,9102
-16060,9807,8805,0.9996,,9201
-16060,9807,8806,500000,,9001
 16060,9807,8807,0,,9001
+16061,9810,8802,0,,9102
 16061,9810,8801,90,,9102
-16061,9810,8802,0,,9102
 16061,9810,8805,0.994,,9201
+16061,9810,8807,2000000,,9001
 16061,9810,8806,2000000,,9001
-16061,9810,8807,2000000,,9001
+16065,9807,8805,0.9996,,9201
+16065,9807,8802,27,,9102
 16065,9807,8801,0,,9102
-16065,9807,8802,27,,9102
-16065,9807,8805,0.9996,,9201
+16065,9807,8807,0,,9001
 16065,9807,8806,500000,,9001
-16065,9807,8807,0,,9001
+16070,9807,8807,0,,9001
+16070,9807,8806,40500000,,9001
 16070,9807,8801,0,,9102
+16070,9807,8805,1,,9201
 16070,9807,8802,120,,9102
-16070,9807,8805,1,,9201
-16070,9807,8806,40500000,,9001
-16070,9807,8807,0,,9001
+16071,9807,8805,1,,9201
+16071,9807,8802,123,,9102
 16071,9807,8801,0,,9102
-16071,9807,8802,123,,9102
-16071,9807,8805,1,,9201
 16071,9807,8806,41500000,,9001
 16071,9807,8807,0,,9001
+16072,9807,8807,0,,9001
+16072,9807,8806,42500000,,9001
+16072,9807,8805,1,,9201
+16072,9807,8802,126,,9102
 16072,9807,8801,0,,9102
-16072,9807,8802,126,,9102
-16072,9807,8805,1,,9201
-16072,9807,8806,42500000,,9001
-16072,9807,8807,0,,9001
 16073,9807,8801,0,,9102
+16073,9807,8807,0,,9001
 16073,9807,8802,129,,9102
+16073,9807,8806,43500000,,9001
 16073,9807,8805,1,,9201
-16073,9807,8806,43500000,,9001
-16073,9807,8807,0,,9001
 16074,9807,8801,0,,9102
+16074,9807,8806,44500000,,9001
+16074,9807,8805,1,,9201
 16074,9807,8802,132,,9102
-16074,9807,8805,1,,9201
-16074,9807,8806,44500000,,9001
 16074,9807,8807,0,,9001
+16075,9807,8807,0,,9001
+16075,9807,8806,45500000,,9001
+16075,9807,8805,1,,9201
+16075,9807,8802,135,,9102
 16075,9807,8801,0,,9102
-16075,9807,8802,135,,9102
-16075,9807,8805,1,,9201
-16075,9807,8806,45500000,,9001
-16075,9807,8807,0,,9001
+16076,9807,8802,138,,9102
 16076,9807,8801,0,,9102
-16076,9807,8802,138,,9102
 16076,9807,8805,1,,9201
+16076,9807,8807,0,,9001
 16076,9807,8806,46500000,,9001
-16076,9807,8807,0,,9001
+16077,9807,8802,141,,9102
 16077,9807,8801,0,,9102
-16077,9807,8802,141,,9102
+16077,9807,8807,0,,9001
+16077,9807,8806,47500000,,9001
 16077,9807,8805,1,,9201
-16077,9807,8806,47500000,,9001
-16077,9807,8807,0,,9001
+16078,9807,8807,0,,9001
+16078,9807,8806,48500000,,9001
 16078,9807,8801,0,,9102
+16078,9807,8805,1,,9201
 16078,9807,8802,144,,9102
-16078,9807,8805,1,,9201
-16078,9807,8806,48500000,,9001
-16078,9807,8807,0,,9001
+16079,9807,8807,0,,9001
+16079,9807,8806,49500000,,9001
+16079,9807,8805,1,,9201
+16079,9807,8802,147,,9102
 16079,9807,8801,0,,9102
-16079,9807,8802,147,,9102
-16079,9807,8805,1,,9201
-16079,9807,8806,49500000,,9001
-16079,9807,8807,0,,9001
 16080,9807,8801,0,,9102
+16080,9807,8805,1,,9201
 16080,9807,8802,150,,9102
-16080,9807,8805,1,,9201
+16080,9807,8807,0,,9001
 16080,9807,8806,50500000,,9001
-16080,9807,8807,0,,9001
 16081,9807,8801,0,,9102
+16081,9807,8807,0,,9001
 16081,9807,8802,153,,9102
+16081,9807,8806,51500000,,9001
 16081,9807,8805,1,,9201
-16081,9807,8806,51500000,,9001
-16081,9807,8807,0,,9001
+16082,9807,8802,156,,9102
 16082,9807,8801,0,,9102
-16082,9807,8802,156,,9102
+16082,9807,8806,52500000,,9001
 16082,9807,8805,1,,9201
-16082,9807,8806,52500000,,9001
 16082,9807,8807,0,,9001
+16083,9807,8806,53500000,,9001
+16083,9807,8805,1,,9201
+16083,9807,8802,159,,9102
 16083,9807,8801,0,,9102
-16083,9807,8802,159,,9102
-16083,9807,8805,1,,9201
-16083,9807,8806,53500000,,9001
 16083,9807,8807,0,,9001
+16084,9807,8802,162,,9102
 16084,9807,8801,0,,9102
-16084,9807,8802,162,,9102
 16084,9807,8805,1,,9201
+16084,9807,8807,0,,9001
 16084,9807,8806,54500000,,9001
-16084,9807,8807,0,,9001
+16085,9807,8806,55500000,,9001
+16085,9807,8805,1,,9201
+16085,9807,8802,165,,9102
 16085,9807,8801,0,,9102
-16085,9807,8802,165,,9102
-16085,9807,8805,1,,9201
-16085,9807,8806,55500000,,9001
 16085,9807,8807,0,,9001
+16086,9807,8807,0,,9001
+16086,9807,8806,56500000,,9001
 16086,9807,8801,0,,9102
+16086,9807,8805,1,,9201
 16086,9807,8802,168,,9102
-16086,9807,8805,1,,9201
-16086,9807,8806,56500000,,9001
-16086,9807,8807,0,,9001
+16087,9807,8805,1,,9201
+16087,9807,8802,171,,9102
 16087,9807,8801,0,,9102
-16087,9807,8802,171,,9102
-16087,9807,8805,1,,9201
 16087,9807,8806,57500000,,9001
 16087,9807,8807,0,,9001
+16088,9807,8806,58500000,,9001
+16088,9807,8805,1,,9201
+16088,9807,8802,174,,9102
 16088,9807,8801,0,,9102
-16088,9807,8802,174,,9102
-16088,9807,8805,1,,9201
-16088,9807,8806,58500000,,9001
 16088,9807,8807,0,,9001
 16089,9807,8801,0,,9102
+16089,9807,8807,0,,9001
 16089,9807,8802,177,,9102
+16089,9807,8806,59500000,,9001
 16089,9807,8805,1,,9201
-16089,9807,8806,59500000,,9001
-16089,9807,8807,0,,9001
 16090,9807,8801,0,,9102
+16090,9807,8806,60000000,,9001
+16090,9807,8805,1,,9201
 16090,9807,8802,180,,9102
-16090,9807,8805,1,,9201
-16090,9807,8806,60000000,,9001
 16090,9807,8807,0,,9001
+16091,9807,8807,0,,9001
+16091,9807,8806,61500000,,9001
+16091,9807,8805,1,,9201
+16091,9807,8802,-177,,9102
 16091,9807,8801,0,,9102
-16091,9807,8802,-177,,9102
-16091,9807,8805,1,,9201
-16091,9807,8806,61500000,,9001
-16091,9807,8807,0,,9001
+16092,9807,8802,-174,,9102
 16092,9807,8801,0,,9102
-16092,9807,8802,-174,,9102
 16092,9807,8805,1,,9201
+16092,9807,8807,0,,9001
 16092,9807,8806,62500000,,9001
-16092,9807,8807,0,,9001
+16093,9807,8802,-171,,9102
 16093,9807,8801,0,,9102
-16093,9807,8802,-171,,9102
+16093,9807,8807,0,,9001
+16093,9807,8806,63500000,,9001
 16093,9807,8805,1,,9201
-16093,9807,8806,63500000,,9001
-16093,9807,8807,0,,9001
+16094,9807,8807,0,,9001
+16094,9807,8806,64500000,,9001
 16094,9807,8801,0,,9102
+16094,9807,8805,1,,9201
 16094,9807,8802,-168,,9102
-16094,9807,8805,1,,9201
-16094,9807,8806,64500000,,9001
-16094,9807,8807,0,,9001
-16100,9824,8801,0,,9102
+16099,9807,8801,0,,9102
+16099,9807,8807,0,,9001
+16099,9807,8806,60500000,,9001
+16099,9807,8805,1,,9201
+16099,9807,8802,180,,9102
+16100,9824,8831,6,,9102
+16100,9824,8807,10000000,,9001
+16100,9824,8830,-180,,9102
 16100,9824,8805,0.9996,,9201
 16100,9824,8806,500000,,9001
-16100,9824,8807,10000000,,9001
-16100,9824,8830,-180,,9102
-16100,9824,8831,6,,9102
+16100,9824,8801,0,,9102
+16101,9807,8802,-177,,9102
 16101,9807,8801,0,,9102
-16101,9807,8802,-177,,9102
+16101,9807,8807,10000000,,9001
+16101,9807,8806,500000,,9001
 16101,9807,8805,0.9996,,9201
-16101,9807,8806,500000,,9001
-16101,9807,8807,10000000,,9001
+16102,9807,8807,10000000,,9001
+16102,9807,8806,500000,,9001
 16102,9807,8801,0,,9102
+16102,9807,8805,0.9996,,9201
 16102,9807,8802,-171,,9102
-16102,9807,8805,0.9996,,9201
-16102,9807,8806,500000,,9001
-16102,9807,8807,10000000,,9001
-16103,9807,8801,0,,9102
+16103,9807,8806,500000,,9001
+16103,9807,8807,10000000,,9001
 16103,9807,8802,-165,,9102
 16103,9807,8805,0.9996,,9201
-16103,9807,8806,500000,,9001
-16103,9807,8807,10000000,,9001
+16103,9807,8801,0,,9102
+16104,9807,8805,0.9996,,9201
+16104,9807,8802,-159,,9102
 16104,9807,8801,0,,9102
-16104,9807,8802,-159,,9102
-16104,9807,8805,0.9996,,9201
+16104,9807,8807,10000000,,9001
 16104,9807,8806,500000,,9001
-16104,9807,8807,10000000,,9001
 16105,9807,8801,0,,9102
 16105,9807,8802,-153,,9102
+16105,9807,8806,500000,,9001
 16105,9807,8805,0.9996,,9201
-16105,9807,8806,500000,,9001
 16105,9807,8807,10000000,,9001
+16106,9807,8806,500000,,9001
+16106,9807,8805,0.9996,,9201
+16106,9807,8802,-147,,9102
 16106,9807,8801,0,,9102
-16106,9807,8802,-147,,9102
-16106,9807,8805,0.9996,,9201
-16106,9807,8806,500000,,9001
 16106,9807,8807,10000000,,9001
+16107,9807,8802,-141,,9102
 16107,9807,8801,0,,9102
-16107,9807,8802,-141,,9102
 16107,9807,8805,0.9996,,9201
+16107,9807,8807,10000000,,9001
 16107,9807,8806,500000,,9001
-16107,9807,8807,10000000,,9001
-16108,9807,8801,0,,9102
-16108,9807,8802,-135,,9102
 16108,9807,8805,0.9996,,9201
+16108,9807,8807,10000000,,9001
 16108,9807,8806,500000,,9001
-16108,9807,8807,10000000,,9001
+16108,9807,8802,-135,,9102
+16108,9807,8801,0,,9102
 16109,9807,8801,0,,9102
+16109,9807,8807,10000000,,9001
+16109,9807,8806,500000,,9001
+16109,9807,8805,0.9996,,9201
 16109,9807,8802,-129,,9102
-16109,9807,8805,0.9996,,9201
-16109,9807,8806,500000,,9001
-16109,9807,8807,10000000,,9001
+16110,9807,8805,0.9996,,9201
+16110,9807,8802,-123,,9102
 16110,9807,8801,0,,9102
-16110,9807,8802,-123,,9102
-16110,9807,8805,0.9996,,9201
 16110,9807,8806,500000,,9001
 16110,9807,8807,10000000,,9001
+16111,9807,8806,500000,,9001
+16111,9807,8805,0.9996,,9201
+16111,9807,8802,-117,,9102
 16111,9807,8801,0,,9102
-16111,9807,8802,-117,,9102
-16111,9807,8805,0.9996,,9201
-16111,9807,8806,500000,,9001
 16111,9807,8807,10000000,,9001
 16112,9807,8801,0,,9102
+16112,9807,8807,10000000,,9001
 16112,9807,8802,-111,,9102
+16112,9807,8806,500000,,9001
 16112,9807,8805,0.9996,,9201
-16112,9807,8806,500000,,9001
-16112,9807,8807,10000000,,9001
 16113,9807,8801,0,,9102
+16113,9807,8806,500000,,9001
+16113,9807,8805,0.9996,,9201
 16113,9807,8802,-105,,9102
-16113,9807,8805,0.9996,,9201
-16113,9807,8806,500000,,9001
 16113,9807,8807,10000000,,9001
+16114,9807,8807,10000000,,9001
+16114,9807,8806,500000,,9001
+16114,9807,8805,0.9996,,9201
+16114,9807,8802,-99,,9102
 16114,9807,8801,0,,9102
-16114,9807,8802,-99,,9102
-16114,9807,8805,0.9996,,9201
-16114,9807,8806,500000,,9001
-16114,9807,8807,10000000,,9001
 16115,9807,8801,0,,9102
 16115,9807,8802,-93,,9102
 16115,9807,8805,0.9996,,9201
+16115,9807,8807,10000000,,9001
 16115,9807,8806,500000,,9001
-16115,9807,8807,10000000,,9001
+16116,9807,8802,-87,,9102
 16116,9807,8801,0,,9102
-16116,9807,8802,-87,,9102
+16116,9807,8807,10000000,,9001
+16116,9807,8806,500000,,9001
 16116,9807,8805,0.9996,,9201
-16116,9807,8806,500000,,9001
-16116,9807,8807,10000000,,9001
+16117,9807,8807,10000000,,9001
+16117,9807,8806,500000,,9001
 16117,9807,8801,0,,9102
+16117,9807,8805,0.9996,,9201
 16117,9807,8802,-81,,9102
-16117,9807,8805,0.9996,,9201
-16117,9807,8806,500000,,9001
-16117,9807,8807,10000000,,9001
 16118,9807,8801,0,,9102
+16118,9807,8805,0.9996,,9201
 16118,9807,8802,-75,,9102
-16118,9807,8805,0.9996,,9201
 16118,9807,8806,500000,,9001
 16118,9807,8807,10000000,,9001
+16119,9807,8805,0.9996,,9201
+16119,9807,8802,-69,,9102
 16119,9807,8801,0,,9102
-16119,9807,8802,-69,,9102
-16119,9807,8805,0.9996,,9201
+16119,9807,8807,10000000,,9001
 16119,9807,8806,500000,,9001
-16119,9807,8807,10000000,,9001
 16120,9807,8801,0,,9102
+16120,9807,8807,10000000,,9001
 16120,9807,8802,-63,,9102
+16120,9807,8806,500000,,9001
 16120,9807,8805,0.9996,,9201
-16120,9807,8806,500000,,9001
-16120,9807,8807,10000000,,9001
+16121,9807,8806,500000,,9001
+16121,9807,8805,0.9996,,9201
+16121,9807,8802,-57,,9102
 16121,9807,8801,0,,9102
-16121,9807,8802,-57,,9102
-16121,9807,8805,0.9996,,9201
-16121,9807,8806,500000,,9001
 16121,9807,8807,10000000,,9001
+16122,9807,8806,500000,,9001
+16122,9807,8805,0.9996,,9201
+16122,9807,8802,-51,,9102
 16122,9807,8801,0,,9102
-16122,9807,8802,-51,,9102
-16122,9807,8805,0.9996,,9201
-16122,9807,8806,500000,,9001
 16122,9807,8807,10000000,,9001
+16123,9807,8802,-45,,9102
 16123,9807,8801,0,,9102
-16123,9807,8802,-45,,9102
 16123,9807,8805,0.9996,,9201
+16123,9807,8807,10000000,,9001
 16123,9807,8806,500000,,9001
-16123,9807,8807,10000000,,9001
+16124,9807,8805,0.9996,,9201
+16124,9807,8802,-39,,9102
 16124,9807,8801,0,,9102
-16124,9807,8802,-39,,9102
-16124,9807,8805,0.9996,,9201
+16124,9807,8807,10000000,,9001
 16124,9807,8806,500000,,9001
-16124,9807,8807,10000000,,9001
+16125,9807,8807,10000000,,9001
+16125,9807,8806,500000,,9001
 16125,9807,8801,0,,9102
+16125,9807,8805,0.9996,,9201
 16125,9807,8802,-33,,9102
-16125,9807,8805,0.9996,,9201
-16125,9807,8806,500000,,9001
-16125,9807,8807,10000000,,9001
+16126,9807,8805,0.9996,,9201
+16126,9807,8802,-27,,9102
 16126,9807,8801,0,,9102
-16126,9807,8802,-27,,9102
-16126,9807,8805,0.9996,,9201
 16126,9807,8806,500000,,9001
 16126,9807,8807,10000000,,9001
+16127,9807,8807,10000000,,9001
+16127,9807,8806,500000,,9001
+16127,9807,8805,0.9996,,9201
+16127,9807,8802,-21,,9102
 16127,9807,8801,0,,9102
-16127,9807,8802,-21,,9102
-16127,9807,8805,0.9996,,9201
-16127,9807,8806,500000,,9001
-16127,9807,8807,10000000,,9001
 16128,9807,8801,0,,9102
+16128,9807,8807,10000000,,9001
 16128,9807,8802,-15,,9102
+16128,9807,8806,500000,,9001
 16128,9807,8805,0.9996,,9201
-16128,9807,8806,500000,,9001
-16128,9807,8807,10000000,,9001
 16129,9807,8801,0,,9102
+16129,9807,8806,500000,,9001
+16129,9807,8805,0.9996,,9201
 16129,9807,8802,-9,,9102
-16129,9807,8805,0.9996,,9201
-16129,9807,8806,500000,,9001
 16129,9807,8807,10000000,,9001
+16130,9807,8807,10000000,,9001
+16130,9807,8806,500000,,9001
+16130,9807,8805,0.9996,,9201
+16130,9807,8802,-3,,9102
 16130,9807,8801,0,,9102
-16130,9807,8802,-3,,9102
-16130,9807,8805,0.9996,,9201
-16130,9807,8806,500000,,9001
-16130,9807,8807,10000000,,9001
+16131,9807,8802,3,,9102
 16131,9807,8801,0,,9102
-16131,9807,8802,3,,9102
 16131,9807,8805,0.9996,,9201
+16131,9807,8807,10000000,,9001
 16131,9807,8806,500000,,9001
-16131,9807,8807,10000000,,9001
+16132,9807,8802,9,,9102
 16132,9807,8801,0,,9102
-16132,9807,8802,9,,9102
+16132,9807,8807,10000000,,9001
+16132,9807,8806,500000,,9001
 16132,9807,8805,0.9996,,9201
-16132,9807,8806,500000,,9001
-16132,9807,8807,10000000,,9001
+16133,9807,8807,10000000,,9001
+16133,9807,8806,500000,,9001
 16133,9807,8801,0,,9102
+16133,9807,8805,0.9996,,9201
 16133,9807,8802,15,,9102
-16133,9807,8805,0.9996,,9201
-16133,9807,8806,500000,,9001
-16133,9807,8807,10000000,,9001
+16134,9807,8807,10000000,,9001
+16134,9807,8806,500000,,9001
+16134,9807,8805,0.9996,,9201
+16134,9807,8802,21,,9102
 16134,9807,8801,0,,9102
-16134,9807,8802,21,,9102
-16134,9807,8805,0.9996,,9201
-16134,9807,8806,500000,,9001
-16134,9807,8807,10000000,,9001
+16135,9807,8805,0.9996,,9201
+16135,9807,8802,27,,9102
 16135,9807,8801,0,,9102
-16135,9807,8802,27,,9102
-16135,9807,8805,0.9996,,9201
+16135,9807,8807,10000000,,9001
 16135,9807,8806,500000,,9001
-16135,9807,8807,10000000,,9001
 16136,9807,8801,0,,9102
+16136,9807,8807,10000000,,9001
 16136,9807,8802,33,,9102
+16136,9807,8806,500000,,9001
 16136,9807,8805,0.9996,,9201
-16136,9807,8806,500000,,9001
-16136,9807,8807,10000000,,9001
+16137,9807,8802,39,,9102
 16137,9807,8801,0,,9102
-16137,9807,8802,39,,9102
+16137,9807,8806,500000,,9001
 16137,9807,8805,0.9996,,9201
-16137,9807,8806,500000,,9001
 16137,9807,8807,10000000,,9001
+16138,9807,8806,500000,,9001
+16138,9807,8805,0.9996,,9201
+16138,9807,8802,45,,9102
 16138,9807,8801,0,,9102
-16138,9807,8802,45,,9102
-16138,9807,8805,0.9996,,9201
-16138,9807,8806,500000,,9001
 16138,9807,8807,10000000,,9001
+16139,9807,8802,51,,9102
 16139,9807,8801,0,,9102
-16139,9807,8802,51,,9102
 16139,9807,8805,0.9996,,9201
+16139,9807,8807,10000000,,9001
 16139,9807,8806,500000,,9001
-16139,9807,8807,10000000,,9001
+16140,9807,8806,500000,,9001
+16140,9807,8805,0.9996,,9201
+16140,9807,8802,57,,9102
 16140,9807,8801,0,,9102
-16140,9807,8802,57,,9102
-16140,9807,8805,0.9996,,9201
-16140,9807,8806,500000,,9001
 16140,9807,8807,10000000,,9001
+16141,9807,8807,10000000,,9001
+16141,9807,8806,500000,,9001
 16141,9807,8801,0,,9102
+16141,9807,8805,0.9996,,9201
 16141,9807,8802,63,,9102
-16141,9807,8805,0.9996,,9201
-16141,9807,8806,500000,,9001
-16141,9807,8807,10000000,,9001
+16142,9807,8805,0.9996,,9201
+16142,9807,8802,69,,9102
 16142,9807,8801,0,,9102
-16142,9807,8802,69,,9102
-16142,9807,8805,0.9996,,9201
 16142,9807,8806,500000,,9001
 16142,9807,8807,10000000,,9001
+16143,9807,8806,500000,,9001
+16143,9807,8805,0.9996,,9201
+16143,9807,8802,75,,9102
 16143,9807,8801,0,,9102
-16143,9807,8802,75,,9102
-16143,9807,8805,0.9996,,9201
-16143,9807,8806,500000,,9001
 16143,9807,8807,10000000,,9001
 16144,9807,8801,0,,9102
+16144,9807,8807,10000000,,9001
 16144,9807,8802,81,,9102
+16144,9807,8806,500000,,9001
 16144,9807,8805,0.9996,,9201
-16144,9807,8806,500000,,9001
-16144,9807,8807,10000000,,9001
 16145,9807,8801,0,,9102
+16145,9807,8806,500000,,9001
+16145,9807,8805,0.9996,,9201
 16145,9807,8802,87,,9102
-16145,9807,8805,0.9996,,9201
-16145,9807,8806,500000,,9001
 16145,9807,8807,10000000,,9001
+16146,9807,8807,10000000,,9001
+16146,9807,8806,500000,,9001
+16146,9807,8805,0.9996,,9201
+16146,9807,8802,93,,9102
 16146,9807,8801,0,,9102
-16146,9807,8802,93,,9102
-16146,9807,8805,0.9996,,9201
-16146,9807,8806,500000,,9001
-16146,9807,8807,10000000,,9001
+16147,9807,8802,99,,9102
 16147,9807,8801,0,,9102
-16147,9807,8802,99,,9102
 16147,9807,8805,0.9996,,9201
+16147,9807,8807,10000000,,9001
 16147,9807,8806,500000,,9001
-16147,9807,8807,10000000,,9001
+16148,9807,8802,105,,9102
 16148,9807,8801,0,,9102
-16148,9807,8802,105,,9102
+16148,9807,8807,10000000,,9001
+16148,9807,8806,500000,,9001
 16148,9807,8805,0.9996,,9201
-16148,9807,8806,500000,,9001
-16148,9807,8807,10000000,,9001
+16149,9807,8807,10000000,,9001
+16149,9807,8806,500000,,9001
 16149,9807,8801,0,,9102
+16149,9807,8805,0.9996,,9201
 16149,9807,8802,111,,9102
-16149,9807,8805,0.9996,,9201
-16149,9807,8806,500000,,9001
-16149,9807,8807,10000000,,9001
 16150,9807,8801,0,,9102
+16150,9807,8805,0.9996,,9201
 16150,9807,8802,117,,9102
-16150,9807,8805,0.9996,,9201
 16150,9807,8806,500000,,9001
 16150,9807,8807,10000000,,9001
+16151,9807,8805,0.9996,,9201
+16151,9807,8802,123,,9102
 16151,9807,8801,0,,9102
-16151,9807,8802,123,,9102
-16151,9807,8805,0.9996,,9201
+16151,9807,8807,10000000,,9001
 16151,9807,8806,500000,,9001
-16151,9807,8807,10000000,,9001
 16152,9807,8801,0,,9102
+16152,9807,8807,10000000,,9001
 16152,9807,8802,129,,9102
+16152,9807,8806,500000,,9001
 16152,9807,8805,0.9996,,9201
-16152,9807,8806,500000,,9001
-16152,9807,8807,10000000,,9001
+16153,9807,8805,0.9996,,9201
+16153,9807,8802,135,,9102
 16153,9807,8801,0,,9102
-16153,9807,8802,135,,9102
-16153,9807,8805,0.9996,,9201
 16153,9807,8806,500000,,9001
 16153,9807,8807,10000000,,9001
+16154,9807,8806,500000,,9001
+16154,9807,8805,0.9996,,9201
+16154,9807,8802,141,,9102
 16154,9807,8801,0,,9102
-16154,9807,8802,141,,9102
-16154,9807,8805,0.9996,,9201
-16154,9807,8806,500000,,9001
 16154,9807,8807,10000000,,9001
+16155,9807,8802,147,,9102
 16155,9807,8801,0,,9102
-16155,9807,8802,147,,9102
 16155,9807,8805,0.9996,,9201
+16155,9807,8807,10000000,,9001
 16155,9807,8806,500000,,9001
-16155,9807,8807,10000000,,9001
+16156,9807,8805,0.9996,,9201
+16156,9807,8802,153,,9102
 16156,9807,8801,0,,9102
-16156,9807,8802,153,,9102
-16156,9807,8805,0.9996,,9201
+16156,9807,8807,10000000,,9001
 16156,9807,8806,500000,,9001
-16156,9807,8807,10000000,,9001
+16157,9807,8807,10000000,,9001
+16157,9807,8806,500000,,9001
 16157,9807,8801,0,,9102
+16157,9807,8805,0.9996,,9201
 16157,9807,8802,159,,9102
-16157,9807,8805,0.9996,,9201
-16157,9807,8806,500000,,9001
-16157,9807,8807,10000000,,9001
+16158,9807,8805,0.9996,,9201
+16158,9807,8802,165,,9102
 16158,9807,8801,0,,9102
-16158,9807,8802,165,,9102
-16158,9807,8805,0.9996,,9201
 16158,9807,8806,500000,,9001
 16158,9807,8807,10000000,,9001
+16159,9807,8807,10000000,,9001
+16159,9807,8806,500000,,9001
+16159,9807,8805,0.9996,,9201
+16159,9807,8802,171,,9102
 16159,9807,8801,0,,9102
-16159,9807,8802,171,,9102
-16159,9807,8805,0.9996,,9201
-16159,9807,8806,500000,,9001
-16159,9807,8807,10000000,,9001
+16160,9807,8802,177,,9102
 16160,9807,8801,0,,9102
-16160,9807,8802,177,,9102
+16160,9807,8807,10000000,,9001
+16160,9807,8806,500000,,9001
 16160,9807,8805,0.9996,,9201
-16160,9807,8806,500000,,9001
-16160,9807,8807,10000000,,9001
 16161,9810,8801,-90,,9102
+16161,9810,8806,2000000,,9001
+16161,9810,8805,0.994,,9201
 16161,9810,8802,0,,9102
-16161,9810,8805,0.994,,9201
-16161,9810,8806,2000000,,9001
 16161,9810,8807,2000000,,9001
+16170,9807,8807,0,,9001
+16170,9807,8806,500000,,9001
+16170,9807,8805,1,,9201
+16170,9807,8802,120,,9102
 16170,9807,8801,0,,9102
-16170,9807,8802,120,,9102
-16170,9807,8805,1,,9201
-16170,9807,8806,500000,,9001
-16170,9807,8807,0,,9001
+16171,9807,8802,123,,9102
 16171,9807,8801,0,,9102
-16171,9807,8802,123,,9102
 16171,9807,8805,1,,9201
+16171,9807,8807,0,,9001
 16171,9807,8806,500000,,9001
-16171,9807,8807,0,,9001
+16172,9807,8802,126,,9102
 16172,9807,8801,0,,9102
-16172,9807,8802,126,,9102
+16172,9807,8807,0,,9001
+16172,9807,8806,500000,,9001
 16172,9807,8805,1,,9201
-16172,9807,8806,500000,,9001
-16172,9807,8807,0,,9001
+16173,9807,8807,0,,9001
+16173,9807,8806,500000,,9001
 16173,9807,8801,0,,9102
+16173,9807,8805,1,,9201
 16173,9807,8802,129,,9102
-16173,9807,8805,1,,9201
-16173,9807,8806,500000,,9001
-16173,9807,8807,0,,9001
+16174,9807,8802,132,,9102
 16174,9807,8801,0,,9102
-16174,9807,8802,132,,9102
 16174,9807,8805,1,,9201
 16174,9807,8806,500000,,9001
 16174,9807,8807,0,,9001
+16175,9807,8805,1,,9201
+16175,9807,8802,135,,9102
 16175,9807,8801,0,,9102
-16175,9807,8802,135,,9102
-16175,9807,8805,1,,9201
+16175,9807,8807,0,,9001
 16175,9807,8806,500000,,9001
-16175,9807,8807,0,,9001
 16176,9807,8801,0,,9102
+16176,9807,8807,0,,9001
 16176,9807,8802,138,,9102
+16176,9807,8806,500000,,9001
 16176,9807,8805,1,,9201
-16176,9807,8806,500000,,9001
-16176,9807,8807,0,,9001
+16177,9807,8802,141,,9102
 16177,9807,8801,0,,9102
-16177,9807,8802,141,,9102
+16177,9807,8806,500000,,9001
 16177,9807,8805,1,,9201
-16177,9807,8806,500000,,9001
 16177,9807,8807,0,,9001
+16178,9807,8806,500000,,9001
+16178,9807,8805,1,,9201
+16178,9807,8802,144,,9102
 16178,9807,8801,0,,9102
-16178,9807,8802,144,,9102
-16178,9807,8805,1,,9201
-16178,9807,8806,500000,,9001
 16178,9807,8807,0,,9001
+16179,9807,8802,147,,9102
 16179,9807,8801,0,,9102
-16179,9807,8802,147,,9102
 16179,9807,8805,1,,9201
+16179,9807,8807,0,,9001
 16179,9807,8806,500000,,9001
-16179,9807,8807,0,,9001
+16180,9807,8807,0,,9001
+16180,9807,8806,500000,,9001
+16180,9807,8805,1,,9201
+16180,9807,8802,150,,9102
 16180,9807,8801,0,,9102
-16180,9807,8802,150,,9102
-16180,9807,8805,1,,9201
-16180,9807,8806,500000,,9001
-16180,9807,8807,0,,9001
+16181,9807,8807,0,,9001
+16181,9807,8806,500000,,9001
 16181,9807,8801,0,,9102
+16181,9807,8805,1,,9201
 16181,9807,8802,153,,9102
-16181,9807,8805,1,,9201
-16181,9807,8806,500000,,9001
-16181,9807,8807,0,,9001
+16182,9807,8805,1,,9201
+16182,9807,8802,156,,9102
 16182,9807,8801,0,,9102
-16182,9807,8802,156,,9102
-16182,9807,8805,1,,9201
 16182,9807,8806,500000,,9001
 16182,9807,8807,0,,9001
+16183,9807,8806,500000,,9001
+16183,9807,8805,1,,9201
+16183,9807,8802,159,,9102
 16183,9807,8801,0,,9102
-16183,9807,8802,159,,9102
-16183,9807,8805,1,,9201
-16183,9807,8806,500000,,9001
 16183,9807,8807,0,,9001
 16184,9807,8801,0,,9102
+16184,9807,8807,0,,9001
 16184,9807,8802,162,,9102
+16184,9807,8806,500000,,9001
 16184,9807,8805,1,,9201
-16184,9807,8806,500000,,9001
-16184,9807,8807,0,,9001
 16185,9807,8801,0,,9102
+16185,9807,8806,500000,,9001
+16185,9807,8805,1,,9201
 16185,9807,8802,165,,9102
-16185,9807,8805,1,,9201
-16185,9807,8806,500000,,9001
 16185,9807,8807,0,,9001
+16186,9807,8807,0,,9001
+16186,9807,8806,500000,,9001
+16186,9807,8805,1,,9201
+16186,9807,8802,168,,9102
 16186,9807,8801,0,,9102
-16186,9807,8802,168,,9102
-16186,9807,8805,1,,9201
-16186,9807,8806,500000,,9001
-16186,9807,8807,0,,9001
 16187,9807,8801,0,,9102
 16187,9807,8802,171,,9102
 16187,9807,8805,1,,9201
+16187,9807,8807,0,,9001
 16187,9807,8806,500000,,9001
-16187,9807,8807,0,,9001
+16188,9807,8802,174,,9102
 16188,9807,8801,0,,9102
-16188,9807,8802,174,,9102
+16188,9807,8807,0,,9001
+16188,9807,8806,500000,,9001
 16188,9807,8805,1,,9201
-16188,9807,8806,500000,,9001
-16188,9807,8807,0,,9001
+16189,9807,8807,0,,9001
+16189,9807,8806,500000,,9001
 16189,9807,8801,0,,9102
+16189,9807,8805,1,,9201
 16189,9807,8802,177,,9102
-16189,9807,8805,1,,9201
-16189,9807,8806,500000,,9001
-16189,9807,8807,0,,9001
 16190,9807,8801,0,,9102
+16190,9807,8805,1,,9201
 16190,9807,8802,180,,9102
-16190,9807,8805,1,,9201
 16190,9807,8806,500000,,9001
 16190,9807,8807,0,,9001
+16191,9807,8805,1,,9201
+16191,9807,8802,-177,,9102
 16191,9807,8801,0,,9102
-16191,9807,8802,-177,,9102
-16191,9807,8805,1,,9201
+16191,9807,8807,0,,9001
 16191,9807,8806,500000,,9001
-16191,9807,8807,0,,9001
 16192,9807,8801,0,,9102
+16192,9807,8807,0,,9001
 16192,9807,8802,-174,,9102
+16192,9807,8806,500000,,9001
 16192,9807,8805,1,,9201
-16192,9807,8806,500000,,9001
-16192,9807,8807,0,,9001
+16193,9807,8807,0,,9001
+16193,9807,8806,500000,,9001
+16193,9807,8805,1,,9201
+16193,9807,8802,-171,,9102
 16193,9807,8801,0,,9102
-16193,9807,8802,-171,,9102
-16193,9807,8805,1,,9201
-16193,9807,8806,500000,,9001
-16193,9807,8807,0,,9001
-16194,9807,8801,0,,9102
 16194,9807,8802,-168,,9102
+16194,9807,8807,0,,9001
 16194,9807,8805,1,,9201
 16194,9807,8806,500000,,9001
-16194,9807,8807,0,,9001
+16194,9807,8801,0,,9102
 16201,9807,8801,0,,9102
+16201,9807,8807,0,,9001
 16201,9807,8802,3,,9102
+16201,9807,8806,1500000,,9001
 16201,9807,8805,1,,9201
-16201,9807,8806,1500000,,9001
-16201,9807,8807,0,,9001
+16202,9807,8802,9,,9102
 16202,9807,8801,0,,9102
-16202,9807,8802,9,,9102
+16202,9807,8806,2500000,,9001
 16202,9807,8805,1,,9201
-16202,9807,8806,2500000,,9001
 16202,9807,8807,0,,9001
+16203,9807,8806,3500000,,9001
+16203,9807,8805,1,,9201
+16203,9807,8802,15,,9102
 16203,9807,8801,0,,9102
-16203,9807,8802,15,,9102
-16203,9807,8805,1,,9201
-16203,9807,8806,3500000,,9001
 16203,9807,8807,0,,9001
+16204,9807,8802,21,,9102
 16204,9807,8801,0,,9102
-16204,9807,8802,21,,9102
 16204,9807,8805,1,,9201
+16204,9807,8807,0,,9001
 16204,9807,8806,4500000,,9001
-16204,9807,8807,0,,9001
+16205,9807,8806,5500000,,9001
+16205,9807,8805,1,,9201
+16205,9807,8802,27,,9102
 16205,9807,8801,0,,9102
-16205,9807,8802,27,,9102
-16205,9807,8805,1,,9201
-16205,9807,8806,5500000,,9001
 16205,9807,8807,0,,9001
+16206,9807,8807,0,,9001
+16206,9807,8806,6500000,,9001
 16206,9807,8801,0,,9102
+16206,9807,8805,1,,9201
 16206,9807,8802,33,,9102
-16206,9807,8805,1,,9201
-16206,9807,8806,6500000,,9001
-16206,9807,8807,0,,9001
+16207,9807,8805,1,,9201
+16207,9807,8802,39,,9102
 16207,9807,8801,0,,9102
-16207,9807,8802,39,,9102
-16207,9807,8805,1,,9201
 16207,9807,8806,7500000,,9001
 16207,9807,8807,0,,9001
+16208,9807,8806,8500000,,9001
+16208,9807,8805,1,,9201
+16208,9807,8802,45,,9102
 16208,9807,8801,0,,9102
-16208,9807,8802,45,,9102
-16208,9807,8805,1,,9201
-16208,9807,8806,8500000,,9001
 16208,9807,8807,0,,9001
 16209,9807,8801,0,,9102
+16209,9807,8807,0,,9001
 16209,9807,8802,51,,9102
+16209,9807,8806,9500000,,9001
 16209,9807,8805,1,,9201
-16209,9807,8806,9500000,,9001
-16209,9807,8807,0,,9001
 16210,9807,8801,0,,9102
+16210,9807,8806,10500000,,9001
+16210,9807,8805,1,,9201
 16210,9807,8802,57,,9102
-16210,9807,8805,1,,9201
-16210,9807,8806,10500000,,9001
 16210,9807,8807,0,,9001
+16211,9807,8807,0,,9001
+16211,9807,8806,11500000,,9001
+16211,9807,8805,1,,9201
+16211,9807,8802,63,,9102
 16211,9807,8801,0,,9102
-16211,9807,8802,63,,9102
-16211,9807,8805,1,,9201
-16211,9807,8806,11500000,,9001
-16211,9807,8807,0,,9001
+16212,9807,8802,69,,9102
 16212,9807,8801,0,,9102
-16212,9807,8802,69,,9102
 16212,9807,8805,1,,9201
+16212,9807,8807,0,,9001
 16212,9807,8806,12500000,,9001
-16212,9807,8807,0,,9001
+16213,9807,8802,75,,9102
 16213,9807,8801,0,,9102
-16213,9807,8802,75,,9102
+16213,9807,8807,0,,9001
+16213,9807,8806,13500000,,9001
 16213,9807,8805,1,,9201
-16213,9807,8806,13500000,,9001
-16213,9807,8807,0,,9001
+16214,9807,8807,0,,9001
+16214,9807,8806,14500000,,9001
 16214,9807,8801,0,,9102
+16214,9807,8805,1,,9201
 16214,9807,8802,81,,9102
-16214,9807,8805,1,,9201
-16214,9807,8806,14500000,,9001
-16214,9807,8807,0,,9001
 16215,9807,8801,0,,9102
+16215,9807,8805,1,,9201
 16215,9807,8802,87,,9102
-16215,9807,8805,1,,9201
 16215,9807,8806,15500000,,9001
 16215,9807,8807,0,,9001
+16216,9807,8805,1,,9201
+16216,9807,8802,93,,9102
 16216,9807,8801,0,,9102
-16216,9807,8802,93,,9102
-16216,9807,8805,1,,9201
+16216,9807,8807,0,,9001
 16216,9807,8806,16500000,,9001
-16216,9807,8807,0,,9001
 16217,9807,8801,0,,9102
+16217,9807,8807,0,,9001
 16217,9807,8802,99,,9102
+16217,9807,8806,17500000,,9001
 16217,9807,8805,1,,9201
-16217,9807,8806,17500000,,9001
-16217,9807,8807,0,,9001
+16218,9807,8805,1,,9201
+16218,9807,8802,105,,9102
 16218,9807,8801,0,,9102
-16218,9807,8802,105,,9102
-16218,9807,8805,1,,9201
 16218,9807,8806,18500000,,9001
 16218,9807,8807,0,,9001
+16219,9807,8806,19500000,,9001
+16219,9807,8805,1,,9201
+16219,9807,8802,111,,9102
 16219,9807,8801,0,,9102
-16219,9807,8802,111,,9102
-16219,9807,8805,1,,9201
-16219,9807,8806,19500000,,9001
 16219,9807,8807,0,,9001
+16220,9807,8802,117,,9102
 16220,9807,8801,0,,9102
-16220,9807,8802,117,,9102
 16220,9807,8805,1,,9201
+16220,9807,8807,0,,9001
 16220,9807,8806,20500000,,9001
-16220,9807,8807,0,,9001
+16221,9807,8805,1,,9201
+16221,9807,8802,123,,9102
 16221,9807,8801,0,,9102
-16221,9807,8802,123,,9102
-16221,9807,8805,1,,9201
+16221,9807,8807,0,,9001
 16221,9807,8806,21500000,,9001
-16221,9807,8807,0,,9001
+16222,9807,8807,0,,9001
+16222,9807,8806,22500000,,9001
 16222,9807,8801,0,,9102
+16222,9807,8805,1,,9201
 16222,9807,8802,129,,9102
-16222,9807,8805,1,,9201
-16222,9807,8806,22500000,,9001
-16222,9807,8807,0,,9001
+16223,9807,8805,1,,9201
+16223,9807,8802,135,,9102
 16223,9807,8801,0,,9102
-16223,9807,8802,135,,9102
-16223,9807,8805,1,,9201
 16223,9807,8806,23500000,,9001
 16223,9807,8807,0,,9001
+16224,9807,8807,0,,9001
+16224,9807,8806,24500000,,9001
+16224,9807,8805,1,,9201
+16224,9807,8802,141,,9102
 16224,9807,8801,0,,9102
-16224,9807,8802,141,,9102
-16224,9807,8805,1,,9201
-16224,9807,8806,24500000,,9001
-16224,9807,8807,0,,9001
+16225,9807,8802,147,,9102
 16225,9807,8801,0,,9102
-16225,9807,8802,147,,9102
+16225,9807,8807,0,,9001
+16225,9807,8806,25500000,,9001
 16225,9807,8805,1,,9201
-16225,9807,8806,25500000,,9001
-16225,9807,8807,0,,9001
 16226,9807,8801,0,,9102
+16226,9807,8806,26500000,,9001
+16226,9807,8805,1,,9201
 16226,9807,8802,153,,9102
-16226,9807,8805,1,,9201
-16226,9807,8806,26500000,,9001
 16226,9807,8807,0,,9001
+16227,9807,8807,0,,9001
+16227,9807,8806,27500000,,9001
+16227,9807,8805,1,,9201
+16227,9807,8802,159,,9102
 16227,9807,8801,0,,9102
-16227,9807,8802,159,,9102
-16227,9807,8805,1,,9201
-16227,9807,8806,27500000,,9001
-16227,9807,8807,0,,9001
+16228,9807,8802,165,,9102
 16228,9807,8801,0,,9102
-16228,9807,8802,165,,9102
 16228,9807,8805,1,,9201
+16228,9807,8807,0,,9001
 16228,9807,8806,28500000,,9001
-16228,9807,8807,0,,9001
+16229,9807,8802,171,,9102
 16229,9807,8801,0,,9102
-16229,9807,8802,171,,9102
+16229,9807,8807,0,,9001
+16229,9807,8806,29500000,,9001
 16229,9807,8805,1,,9201
-16229,9807,8806,29500000,,9001
-16229,9807,8807,0,,9001
+16230,9807,8807,0,,9001
+16230,9807,8806,30500000,,9001
 16230,9807,8801,0,,9102
+16230,9807,8805,1,,9201
 16230,9807,8802,177,,9102
-16230,9807,8805,1,,9201
-16230,9807,8806,30500000,,9001
-16230,9807,8807,0,,9001
+16231,9807,8802,-177,,9102
 16231,9807,8801,0,,9102
-16231,9807,8802,-177,,9102
 16231,9807,8805,1,,9201
 16231,9807,8806,31500000,,9001
 16231,9807,8807,0,,9001
+16232,9807,8805,1,,9201
+16232,9807,8802,-171,,9102
 16232,9807,8801,0,,9102
-16232,9807,8802,-171,,9102
-16232,9807,8805,1,,9201
+16232,9807,8807,0,,9001
 16232,9807,8806,32500000,,9001
-16232,9807,8807,0,,9001
 16233,9807,8801,0,,9102
+16233,9807,8807,0,,9001
 16233,9807,8802,-165,,9102
+16233,9807,8806,33500000,,9001
 16233,9807,8805,1,,9201
-16233,9807,8806,33500000,,9001
-16233,9807,8807,0,,9001
+16234,9807,8802,-159,,9102
 16234,9807,8801,0,,9102
-16234,9807,8802,-159,,9102
+16234,9807,8806,34500000,,9001
 16234,9807,8805,1,,9201
-16234,9807,8806,34500000,,9001
 16234,9807,8807,0,,9001
+16235,9807,8806,35500000,,9001
+16235,9807,8805,1,,9201
+16235,9807,8802,-153,,9102
 16235,9807,8801,0,,9102
-16235,9807,8802,-153,,9102
-16235,9807,8805,1,,9201
-16235,9807,8806,35500000,,9001
 16235,9807,8807,0,,9001
+16236,9807,8802,-147,,9102
 16236,9807,8801,0,,9102
-16236,9807,8802,-147,,9102
 16236,9807,8805,1,,9201
+16236,9807,8807,0,,9001
 16236,9807,8806,36500000,,9001
-16236,9807,8807,0,,9001
+16237,9807,8807,0,,9001
+16237,9807,8806,37500000,,9001
+16237,9807,8805,1,,9201
+16237,9807,8802,-141,,9102
 16237,9807,8801,0,,9102
-16237,9807,8802,-141,,9102
-16237,9807,8805,1,,9201
-16237,9807,8806,37500000,,9001
-16237,9807,8807,0,,9001
+16238,9807,8807,0,,9001
+16238,9807,8806,38500000,,9001
 16238,9807,8801,0,,9102
+16238,9807,8805,1,,9201
 16238,9807,8802,-135,,9102
-16238,9807,8805,1,,9201
-16238,9807,8806,38500000,,9001
-16238,9807,8807,0,,9001
+16239,9807,8805,1,,9201
+16239,9807,8802,-129,,9102
 16239,9807,8801,0,,9102
-16239,9807,8802,-129,,9102
-16239,9807,8805,1,,9201
 16239,9807,8806,39500000,,9001
 16239,9807,8807,0,,9001
+16240,9807,8806,40500000,,9001
+16240,9807,8805,1,,9201
+16240,9807,8802,-123,,9102
 16240,9807,8801,0,,9102
-16240,9807,8802,-123,,9102
-16240,9807,8805,1,,9201
-16240,9807,8806,40500000,,9001
 16240,9807,8807,0,,9001
 16241,9807,8801,0,,9102
+16241,9807,8807,0,,9001
 16241,9807,8802,-117,,9102
+16241,9807,8806,41500000,,9001
 16241,9807,8805,1,,9201
-16241,9807,8806,41500000,,9001
-16241,9807,8807,0,,9001
 16242,9807,8801,0,,9102
+16242,9807,8806,42500000,,9001
+16242,9807,8805,1,,9201
 16242,9807,8802,-111,,9102
-16242,9807,8805,1,,9201
-16242,9807,8806,42500000,,9001
 16242,9807,8807,0,,9001
+16243,9807,8807,0,,9001
+16243,9807,8806,43500000,,9001
+16243,9807,8805,1,,9201
+16243,9807,8802,-105,,9102
 16243,9807,8801,0,,9102
-16243,9807,8802,-105,,9102
-16243,9807,8805,1,,9201
-16243,9807,8806,43500000,,9001
-16243,9807,8807,0,,9001
 16244,9807,8801,0,,9102
 16244,9807,8802,-99,,9102
 16244,9807,8805,1,,9201
+16244,9807,8807,0,,9001
 16244,9807,8806,44500000,,9001
-16244,9807,8807,0,,9001
+16245,9807,8802,-93,,9102
 16245,9807,8801,0,,9102
-16245,9807,8802,-93,,9102
+16245,9807,8807,0,,9001
+16245,9807,8806,45500000,,9001
 16245,9807,8805,1,,9201
-16245,9807,8806,45500000,,9001
-16245,9807,8807,0,,9001
+16246,9807,8807,0,,9001
+16246,9807,8806,46500000,,9001
 16246,9807,8801,0,,9102
+16246,9807,8805,1,,9201
 16246,9807,8802,-87,,9102
-16246,9807,8805,1,,9201
-16246,9807,8806,46500000,,9001
-16246,9807,8807,0,,9001
 16247,9807,8801,0,,9102
+16247,9807,8805,1,,9201
 16247,9807,8802,-81,,9102
-16247,9807,8805,1,,9201
 16247,9807,8806,47500000,,9001
 16247,9807,8807,0,,9001
+16248,9807,8805,1,,9201
+16248,9807,8802,-75,,9102
 16248,9807,8801,0,,9102
-16248,9807,8802,-75,,9102
-16248,9807,8805,1,,9201
+16248,9807,8807,0,,9001
 16248,9807,8806,48500000,,9001
-16248,9807,8807,0,,9001
 16249,9807,8801,0,,9102
+16249,9807,8807,0,,9001
 16249,9807,8802,-69,,9102
+16249,9807,8806,49500000,,9001
 16249,9807,8805,1,,9201
-16249,9807,8806,49500000,,9001
-16249,9807,8807,0,,9001
+16250,9807,8807,0,,9001
+16250,9807,8806,50500000,,9001
+16250,9807,8805,1,,9201
+16250,9807,8802,-63,,9102
 16250,9807,8801,0,,9102
-16250,9807,8802,-63,,9102
-16250,9807,8805,1,,9201
-16250,9807,8806,50500000,,9001
-16250,9807,8807,0,,9001
 16251,9807,8801,0,,9102
+16251,9807,8806,51500000,,9001
+16251,9807,8805,1,,9201
 16251,9807,8802,-57,,9102
-16251,9807,8805,1,,9201
-16251,9807,8806,51500000,,9001
 16251,9807,8807,0,,9001
+16252,9807,8802,-51,,9102
 16252,9807,8801,0,,9102
-16252,9807,8802,-51,,9102
 16252,9807,8805,1,,9201
+16252,9807,8807,0,,9001
 16252,9807,8806,52500000,,9001
-16252,9807,8807,0,,9001
+16253,9807,8805,1,,9201
+16253,9807,8802,-45,,9102
 16253,9807,8801,0,,9102
-16253,9807,8802,-45,,9102
-16253,9807,8805,1,,9201
+16253,9807,8807,0,,9001
 16253,9807,8806,53500000,,9001
-16253,9807,8807,0,,9001
+16254,9807,8807,0,,9001
+16254,9807,8806,54500000,,9001
 16254,9807,8801,0,,9102
+16254,9807,8805,1,,9201
 16254,9807,8802,-39,,9102
-16254,9807,8805,1,,9201
-16254,9807,8806,54500000,,9001
-16254,9807,8807,0,,9001
+16255,9807,8805,1,,9201
+16255,9807,8802,-33,,9102
 16255,9807,8801,0,,9102
-16255,9807,8802,-33,,9102
-16255,9807,8805,1,,9201
 16255,9807,8806,55500000,,9001
 16255,9807,8807,0,,9001
+16256,9807,8807,0,,9001
+16256,9807,8806,56500000,,9001
+16256,9807,8805,1,,9201
+16256,9807,8802,-27,,9102
 16256,9807,8801,0,,9102
-16256,9807,8802,-27,,9102
-16256,9807,8805,1,,9201
-16256,9807,8806,56500000,,9001
-16256,9807,8807,0,,9001
 16257,9807,8801,0,,9102
+16257,9807,8807,0,,9001
 16257,9807,8802,-21,,9102
+16257,9807,8806,57500000,,9001
 16257,9807,8805,1,,9201
-16257,9807,8806,57500000,,9001
-16257,9807,8807,0,,9001
 16258,9807,8801,0,,9102
+16258,9807,8806,58500000,,9001
+16258,9807,8805,1,,9201
 16258,9807,8802,-15,,9102
-16258,9807,8805,1,,9201
-16258,9807,8806,58500000,,9001
 16258,9807,8807,0,,9001
+16259,9807,8807,0,,9001
+16259,9807,8806,59500000,,9001
+16259,9807,8805,1,,9201
+16259,9807,8802,-9,,9102
 16259,9807,8801,0,,9102
-16259,9807,8802,-9,,9102
-16259,9807,8805,1,,9201
-16259,9807,8806,59500000,,9001
-16259,9807,8807,0,,9001
+16260,9807,8802,-3,,9102
 16260,9807,8801,0,,9102
-16260,9807,8802,-3,,9102
 16260,9807,8805,1,,9201
+16260,9807,8807,0,,9001
 16260,9807,8806,60500000,,9001
-16260,9807,8807,0,,9001
+16261,9807,8802,3,,9102
 16261,9807,8801,0,,9102
-16261,9807,8802,3,,9102
+16261,9807,8807,0,,9001
+16261,9807,8806,1500000,,9001
 16261,9807,8805,1,,9201
-16261,9807,8806,1500000,,9001
-16261,9807,8807,0,,9001
+16262,9807,8807,0,,9001
+16262,9807,8806,2500000,,9001
 16262,9807,8801,0,,9102
+16262,9807,8805,1,,9201
 16262,9807,8802,6,,9102
-16262,9807,8805,1,,9201
-16262,9807,8806,2500000,,9001
-16262,9807,8807,0,,9001
+16263,9807,8805,1,,9201
+16263,9807,8802,9,,9102
 16263,9807,8801,0,,9102
-16263,9807,8802,9,,9102
-16263,9807,8805,1,,9201
 16263,9807,8806,3500000,,9001
 16263,9807,8807,0,,9001
+16264,9807,8805,1,,9201
+16264,9807,8802,12,,9102
 16264,9807,8801,0,,9102
-16264,9807,8802,12,,9102
-16264,9807,8805,1,,9201
+16264,9807,8807,0,,9001
 16264,9807,8806,4500000,,9001
-16264,9807,8807,0,,9001
 16265,9807,8801,0,,9102
+16265,9807,8807,0,,9001
 16265,9807,8802,15,,9102
+16265,9807,8806,5500000,,9001
 16265,9807,8805,1,,9201
-16265,9807,8806,5500000,,9001
-16265,9807,8807,0,,9001
+16266,9807,8802,18,,9102
 16266,9807,8801,0,,9102
-16266,9807,8802,18,,9102
+16266,9807,8806,6500000,,9001
 16266,9807,8805,1,,9201
-16266,9807,8806,6500000,,9001
 16266,9807,8807,0,,9001
+16267,9807,8806,7500000,,9001
+16267,9807,8805,1,,9201
+16267,9807,8802,21,,9102
 16267,9807,8801,0,,9102
-16267,9807,8802,21,,9102
-16267,9807,8805,1,,9201
-16267,9807,8806,7500000,,9001
 16267,9807,8807,0,,9001
+16268,9807,8802,24,,9102
 16268,9807,8801,0,,9102
-16268,9807,8802,24,,9102
 16268,9807,8805,1,,9201
+16268,9807,8807,0,,9001
 16268,9807,8806,8500000,,9001
-16268,9807,8807,0,,9001
+16269,9807,8806,9500000,,9001
+16269,9807,8805,1,,9201
+16269,9807,8802,27,,9102
 16269,9807,8801,0,,9102
-16269,9807,8802,27,,9102
-16269,9807,8805,1,,9201
-16269,9807,8806,9500000,,9001
 16269,9807,8807,0,,9001
+16270,9807,8807,0,,9001
+16270,9807,8806,10500000,,9001
 16270,9807,8801,0,,9102
+16270,9807,8805,1,,9201
 16270,9807,8802,30,,9102
-16270,9807,8805,1,,9201
-16270,9807,8806,10500000,,9001
-16270,9807,8807,0,,9001
+16271,9807,8805,1,,9201
+16271,9807,8802,33,,9102
 16271,9807,8801,0,,9102
-16271,9807,8802,33,,9102
-16271,9807,8805,1,,9201
 16271,9807,8806,11500000,,9001
 16271,9807,8807,0,,9001
+16272,9807,8806,12500000,,9001
+16272,9807,8805,1,,9201
+16272,9807,8802,36,,9102
 16272,9807,8801,0,,9102
-16272,9807,8802,36,,9102
-16272,9807,8805,1,,9201
-16272,9807,8806,12500000,,9001
 16272,9807,8807,0,,9001
 16273,9807,8801,0,,9102
+16273,9807,8807,0,,9001
 16273,9807,8802,39,,9102
+16273,9807,8806,13500000,,9001
 16273,9807,8805,1,,9201
-16273,9807,8806,13500000,,9001
-16273,9807,8807,0,,9001
 16274,9807,8801,0,,9102
+16274,9807,8806,14500000,,9001
+16274,9807,8805,1,,9201
 16274,9807,8802,42,,9102
-16274,9807,8805,1,,9201
-16274,9807,8806,14500000,,9001
 16274,9807,8807,0,,9001
+16275,9807,8807,0,,9001
+16275,9807,8806,15500000,,9001
+16275,9807,8805,1,,9201
+16275,9807,8802,45,,9102
 16275,9807,8801,0,,9102
-16275,9807,8802,45,,9102
-16275,9807,8805,1,,9201
-16275,9807,8806,15500000,,9001
-16275,9807,8807,0,,9001
+16276,9807,8805,1,,9201
+16276,9807,8802,48,,9102
 16276,9807,8801,0,,9102
-16276,9807,8802,48,,9102
-16276,9807,8805,1,,9201
+16276,9807,8807,0,,9001
 16276,9807,8806,16500000,,9001
-16276,9807,8807,0,,9001
+16277,9807,8802,51,,9102
 16277,9807,8801,0,,9102
-16277,9807,8802,51,,9102
+16277,9807,8807,0,,9001
+16277,9807,8806,17500000,,9001
 16277,9807,8805,1,,9201
-16277,9807,8806,17500000,,9001
-16277,9807,8807,0,,9001
+16278,9807,8807,0,,9001
+16278,9807,8806,18500000,,9001
 16278,9807,8801,0,,9102
+16278,9807,8805,1,,9201
 16278,9807,8802,54,,9102
-16278,9807,8805,1,,9201
-16278,9807,8806,18500000,,9001
-16278,9807,8807,0,,9001
 16279,9807,8801,0,,9102
+16279,9807,8805,1,,9201
 16279,9807,8802,57,,9102
-16279,9807,8805,1,,9201
 16279,9807,8806,19500000,,9001
 16279,9807,8807,0,,9001
+16280,9807,8805,1,,9201
+16280,9807,8802,60,,9102
 16280,9807,8801,0,,9102
-16280,9807,8802,60,,9102
-16280,9807,8805,1,,9201
+16280,9807,8807,0,,9001
 16280,9807,8806,20500000,,9001
-16280,9807,8807,0,,9001
 16281,9807,8801,0,,9102
+16281,9807,8807,0,,9001
 16281,9807,8802,63,,9102
+16281,9807,8806,21500000,,9001
 16281,9807,8805,1,,9201
-16281,9807,8806,21500000,,9001
-16281,9807,8807,0,,9001
+16282,9807,8805,1,,9201
+16282,9807,8802,66,,9102
 16282,9807,8801,0,,9102
-16282,9807,8802,66,,9102
-16282,9807,8805,1,,9201
 16282,9807,8806,22500000,,9001
 16282,9807,8807,0,,9001
+16283,9807,8806,23500000,,9001
+16283,9807,8805,1,,9201
+16283,9807,8802,69,,9102
 16283,9807,8801,0,,9102
-16283,9807,8802,69,,9102
-16283,9807,8805,1,,9201
-16283,9807,8806,23500000,,9001
 16283,9807,8807,0,,9001
+16284,9807,8802,72,,9102
 16284,9807,8801,0,,9102
-16284,9807,8802,72,,9102
 16284,9807,8805,1,,9201
+16284,9807,8807,0,,9001
 16284,9807,8806,24500000,,9001
-16284,9807,8807,0,,9001
+16285,9807,8805,1,,9201
+16285,9807,8802,75,,9102
 16285,9807,8801,0,,9102
-16285,9807,8802,75,,9102
-16285,9807,8805,1,,9201
+16285,9807,8807,0,,9001
 16285,9807,8806,25500000,,9001
-16285,9807,8807,0,,9001
+16286,9807,8807,0,,9001
+16286,9807,8806,26500000,,9001
 16286,9807,8801,0,,9102
+16286,9807,8805,1,,9201
 16286,9807,8802,78,,9102
-16286,9807,8805,1,,9201
-16286,9807,8806,26500000,,9001
-16286,9807,8807,0,,9001
+16287,9807,8805,1,,9201
+16287,9807,8802,81,,9102
 16287,9807,8801,0,,9102
-16287,9807,8802,81,,9102
-16287,9807,8805,1,,9201
 16287,9807,8806,27500000,,9001
 16287,9807,8807,0,,9001
+16288,9807,8807,0,,9001
+16288,9807,8806,28500000,,9001
+16288,9807,8805,1,,9201
+16288,9807,8802,84,,9102
 16288,9807,8801,0,,9102
-16288,9807,8802,84,,9102
-16288,9807,8805,1,,9201
-16288,9807,8806,28500000,,9001
-16288,9807,8807,0,,9001
 16289,9807,8801,0,,9102
+16289,9807,8807,0,,9001
 16289,9807,8802,87,,9102
+16289,9807,8806,29500000,,9001
 16289,9807,8805,1,,9201
-16289,9807,8806,29500000,,9001
-16289,9807,8807,0,,9001
 16290,9807,8801,0,,9102
+16290,9807,8806,30500000,,9001
+16290,9807,8805,1,,9201
 16290,9807,8802,90,,9102
-16290,9807,8805,1,,9201
-16290,9807,8806,30500000,,9001
 16290,9807,8807,0,,9001
+16291,9807,8807,0,,9001
+16291,9807,8806,31500000,,9001
+16291,9807,8805,1,,9201
+16291,9807,8802,93,,9102
 16291,9807,8801,0,,9102
-16291,9807,8802,93,,9102
-16291,9807,8805,1,,9201
-16291,9807,8806,31500000,,9001
-16291,9807,8807,0,,9001
+16292,9807,8802,96,,9102
 16292,9807,8801,0,,9102
-16292,9807,8802,96,,9102
 16292,9807,8805,1,,9201
+16292,9807,8807,0,,9001
 16292,9807,8806,32500000,,9001
-16292,9807,8807,0,,9001
+16293,9807,8802,99,,9102
 16293,9807,8801,0,,9102
-16293,9807,8802,99,,9102
+16293,9807,8807,0,,9001
+16293,9807,8806,33500000,,9001
 16293,9807,8805,1,,9201
-16293,9807,8806,33500000,,9001
-16293,9807,8807,0,,9001
+16294,9807,8807,0,,9001
+16294,9807,8806,34500000,,9001
 16294,9807,8801,0,,9102
+16294,9807,8805,1,,9201
 16294,9807,8802,102,,9102
-16294,9807,8805,1,,9201
-16294,9807,8806,34500000,,9001
-16294,9807,8807,0,,9001
+16295,9807,8802,105,,9102
 16295,9807,8801,0,,9102
-16295,9807,8802,105,,9102
 16295,9807,8805,1,,9201
 16295,9807,8806,35500000,,9001
 16295,9807,8807,0,,9001
+16296,9807,8805,1,,9201
+16296,9807,8802,108,,9102
 16296,9807,8801,0,,9102
-16296,9807,8802,108,,9102
-16296,9807,8805,1,,9201
+16296,9807,8807,0,,9001
 16296,9807,8806,36500000,,9001
-16296,9807,8807,0,,9001
 16297,9807,8801,0,,9102
+16297,9807,8807,0,,9001
 16297,9807,8802,111,,9102
+16297,9807,8806,37500000,,9001
 16297,9807,8805,1,,9201
-16297,9807,8806,37500000,,9001
-16297,9807,8807,0,,9001
+16298,9807,8802,114,,9102
 16298,9807,8801,0,,9102
-16298,9807,8802,114,,9102
+16298,9807,8806,38500000,,9001
 16298,9807,8805,1,,9201
-16298,9807,8806,38500000,,9001
 16298,9807,8807,0,,9001
+16299,9807,8806,39500000,,9001
+16299,9807,8805,1,,9201
+16299,9807,8802,117,,9102
 16299,9807,8801,0,,9102
-16299,9807,8802,117,,9102
-16299,9807,8805,1,,9201
-16299,9807,8806,39500000,,9001
 16299,9807,8807,0,,9001
+16301,9807,8802,3,,9102
 16301,9807,8801,0,,9102
-16301,9807,8802,3,,9102
 16301,9807,8805,1,,9201
+16301,9807,8807,0,,9001
 16301,9807,8806,500000,,9001
-16301,9807,8807,0,,9001
-16302,9807,8801,0,,9102
-16302,9807,8802,9,,9102
+16302,9807,8807,0,,9001
 16302,9807,8805,1,,9201
 16302,9807,8806,500000,,9001
-16302,9807,8807,0,,9001
+16302,9807,8802,9,,9102
+16302,9807,8801,0,,9102
+16303,9807,8805,1,,9201
 16303,9807,8801,0,,9102
+16303,9807,8807,0,,9001
+16303,9807,8806,500000,,9001
 16303,9807,8802,15,,9102
-16303,9807,8805,1,,9201
-16303,9807,8806,500000,,9001
-16303,9807,8807,0,,9001
+16304,9807,8805,1,,9201
+16304,9807,8802,21,,9102
 16304,9807,8801,0,,9102
-16304,9807,8802,21,,9102
-16304,9807,8805,1,,9201
 16304,9807,8806,500000,,9001
 16304,9807,8807,0,,9001
+16305,9807,8806,500000,,9001
+16305,9807,8805,1,,9201
+16305,9807,8802,27,,9102
 16305,9807,8801,0,,9102
-16305,9807,8802,27,,9102
-16305,9807,8805,1,,9201
-16305,9807,8806,500000,,9001
 16305,9807,8807,0,,9001
 16306,9807,8801,0,,9102
+16306,9807,8807,0,,9001
 16306,9807,8802,33,,9102
+16306,9807,8806,500000,,9001
 16306,9807,8805,1,,9201
-16306,9807,8806,500000,,9001
-16306,9807,8807,0,,9001
 16307,9807,8801,0,,9102
+16307,9807,8806,500000,,9001
+16307,9807,8805,1,,9201
 16307,9807,8802,39,,9102
-16307,9807,8805,1,,9201
-16307,9807,8806,500000,,9001
 16307,9807,8807,0,,9001
+16308,9807,8807,0,,9001
+16308,9807,8806,500000,,9001
+16308,9807,8805,1,,9201
+16308,9807,8802,45,,9102
 16308,9807,8801,0,,9102
-16308,9807,8802,45,,9102
-16308,9807,8805,1,,9201
-16308,9807,8806,500000,,9001
-16308,9807,8807,0,,9001
 16309,9807,8801,0,,9102
 16309,9807,8802,51,,9102
 16309,9807,8805,1,,9201
+16309,9807,8807,0,,9001
 16309,9807,8806,500000,,9001
-16309,9807,8807,0,,9001
+16310,9807,8802,57,,9102
 16310,9807,8801,0,,9102
-16310,9807,8802,57,,9102
+16310,9807,8807,0,,9001
+16310,9807,8806,500000,,9001
 16310,9807,8805,1,,9201
-16310,9807,8806,500000,,9001
-16310,9807,8807,0,,9001
 16311,9807,8801,0,,9102
+16311,9807,8807,0,,9001
+16311,9807,8806,500000,,9001
+16311,9807,8805,1,,9201
 16311,9807,8802,63,,9102
-16311,9807,8805,1,,9201
-16311,9807,8806,500000,,9001
-16311,9807,8807,0,,9001
 16312,9807,8801,0,,9102
+16312,9807,8805,1,,9201
 16312,9807,8802,69,,9102
-16312,9807,8805,1,,9201
 16312,9807,8806,500000,,9001
 16312,9807,8807,0,,9001
+16313,9807,8805,1,,9201
+16313,9807,8802,75,,9102
 16313,9807,8801,0,,9102
-16313,9807,8802,75,,9102
-16313,9807,8805,1,,9201
+16313,9807,8807,0,,9001
 16313,9807,8806,500000,,9001
-16313,9807,8807,0,,9001
 16314,9807,8801,0,,9102
+16314,9807,8807,0,,9001
 16314,9807,8802,81,,9102
+16314,9807,8806,500000,,9001
 16314,9807,8805,1,,9201
-16314,9807,8806,500000,,9001
-16314,9807,8807,0,,9001
-16315,9807,8801,0,,9102
 16315,9807,8802,87,,9102
+16315,9807,8806,500000,,9001
 16315,9807,8805,1,,9201
-16315,9807,8806,500000,,9001
+16315,9807,8801,0,,9102
 16315,9807,8807,0,,9001
+16316,9807,8806,500000,,9001
+16316,9807,8805,1,,9201
+16316,9807,8802,93,,9102
 16316,9807,8801,0,,9102
-16316,9807,8802,93,,9102
-16316,9807,8805,1,,9201
-16316,9807,8806,500000,,9001
 16316,9807,8807,0,,9001
+16317,9807,8802,99,,9102
 16317,9807,8801,0,,9102
-16317,9807,8802,99,,9102
 16317,9807,8805,1,,9201
+16317,9807,8807,0,,9001
 16317,9807,8806,500000,,9001
-16317,9807,8807,0,,9001
+16318,9807,8805,1,,9201
+16318,9807,8802,105,,9102
 16318,9807,8801,0,,9102
-16318,9807,8802,105,,9102
-16318,9807,8805,1,,9201
+16318,9807,8807,0,,9001
 16318,9807,8806,500000,,9001
-16318,9807,8807,0,,9001
+16319,9807,8807,0,,9001
+16319,9807,8806,500000,,9001
 16319,9807,8801,0,,9102
+16319,9807,8805,1,,9201
 16319,9807,8802,111,,9102
-16319,9807,8805,1,,9201
-16319,9807,8806,500000,,9001
-16319,9807,8807,0,,9001
+16320,9807,8805,1,,9201
+16320,9807,8802,117,,9102
 16320,9807,8801,0,,9102
-16320,9807,8802,117,,9102
-16320,9807,8805,1,,9201
 16320,9807,8806,500000,,9001
 16320,9807,8807,0,,9001
-16321,9807,8801,0,,9102
-16321,9807,8802,123,,9102
-16321,9807,8805,1,,9201
 16321,9807,8806,500000,,9001
 16321,9807,8807,0,,9001
+16321,9807,8805,1,,9201
+16321,9807,8802,123,,9102
+16321,9807,8801,0,,9102
 16322,9807,8801,0,,9102
+16322,9807,8807,0,,9001
 16322,9807,8802,129,,9102
+16322,9807,8806,500000,,9001
 16322,9807,8805,1,,9201
-16322,9807,8806,500000,,9001
-16322,9807,8807,0,,9001
 16323,9807,8801,0,,9102
+16323,9807,8806,500000,,9001
+16323,9807,8805,1,,9201
 16323,9807,8802,135,,9102
-16323,9807,8805,1,,9201
-16323,9807,8806,500000,,9001
 16323,9807,8807,0,,9001
+16324,9807,8806,500000,,9001
+16324,9807,8805,1,,9201
+16324,9807,8802,141,,9102
 16324,9807,8801,0,,9102
-16324,9807,8802,141,,9102
-16324,9807,8805,1,,9201
-16324,9807,8806,500000,,9001
 16324,9807,8807,0,,9001
+16325,9807,8802,147,,9102
 16325,9807,8801,0,,9102
-16325,9807,8802,147,,9102
 16325,9807,8805,1,,9201
+16325,9807,8807,0,,9001
 16325,9807,8806,500000,,9001
-16325,9807,8807,0,,9001
+16326,9807,8802,153,,9102
 16326,9807,8801,0,,9102
-16326,9807,8802,153,,9102
+16326,9807,8807,0,,9001
+16326,9807,8806,500000,,9001
 16326,9807,8805,1,,9201
-16326,9807,8806,500000,,9001
-16326,9807,8807,0,,9001
+16327,9807,8807,0,,9001
+16327,9807,8806,500000,,9001
+16327,9807,8805,1,,9201
+16327,9807,8802,159,,9102
 16327,9807,8801,0,,9102
-16327,9807,8802,159,,9102
-16327,9807,8805,1,,9201
-16327,9807,8806,500000,,9001
-16327,9807,8807,0,,9001
-16328,9807,8801,0,,9102
+16328,9807,8806,500000,,9001
+16328,9807,8805,1,,9201
 16328,9807,8802,165,,9102
-16328,9807,8805,1,,9201
-16328,9807,8806,500000,,9001
 16328,9807,8807,0,,9001
+16328,9807,8801,0,,9102
+16329,9807,8805,1,,9201
+16329,9807,8802,171,,9102
 16329,9807,8801,0,,9102
-16329,9807,8802,171,,9102
-16329,9807,8805,1,,9201
+16329,9807,8807,0,,9001
 16329,9807,8806,500000,,9001
-16329,9807,8807,0,,9001
 16330,9807,8801,0,,9102
+16330,9807,8807,0,,9001
 16330,9807,8802,177,,9102
+16330,9807,8806,500000,,9001
 16330,9807,8805,1,,9201
-16330,9807,8806,500000,,9001
-16330,9807,8807,0,,9001
 16331,9807,8801,0,,9102
-16331,9807,8802,-177,,9102
+16331,9807,8806,500000,,9001
 16331,9807,8805,1,,9201
-16331,9807,8806,500000,,9001
 16331,9807,8807,0,,9001
+16331,9807,8802,-177,,9102
+16332,9807,8806,500000,,9001
+16332,9807,8805,1,,9201
+16332,9807,8802,-171,,9102
 16332,9807,8801,0,,9102
-16332,9807,8802,-171,,9102
-16332,9807,8805,1,,9201
-16332,9807,8806,500000,,9001
 16332,9807,8807,0,,9001
+16333,9807,8802,-165,,9102
 16333,9807,8801,0,,9102
-16333,9807,8802,-165,,9102
 16333,9807,8805,1,,9201
+16333,9807,8807,0,,9001
 16333,9807,8806,500000,,9001
-16333,9807,8807,0,,9001
+16334,9807,8806,500000,,9001
+16334,9807,8802,-159,,9102
 16334,9807,8801,0,,9102
-16334,9807,8802,-159,,9102
+16334,9807,8807,0,,9001
 16334,9807,8805,1,,9201
-16334,9807,8806,500000,,9001
-16334,9807,8807,0,,9001
+16335,9807,8807,0,,9001
+16335,9807,8806,500000,,9001
 16335,9807,8801,0,,9102
+16335,9807,8805,1,,9201
 16335,9807,8802,-153,,9102
-16335,9807,8805,1,,9201
-16335,9807,8806,500000,,9001
-16335,9807,8807,0,,9001
+16336,9807,8805,1,,9201
+16336,9807,8802,-147,,9102
 16336,9807,8801,0,,9102
-16336,9807,8802,-147,,9102
-16336,9807,8805,1,,9201
 16336,9807,8806,500000,,9001
 16336,9807,8807,0,,9001
+16337,9807,8805,1,,9201
+16337,9807,8802,-141,,9102
 16337,9807,8801,0,,9102
-16337,9807,8802,-141,,9102
-16337,9807,8805,1,,9201
+16337,9807,8807,0,,9001
 16337,9807,8806,500000,,9001
-16337,9807,8807,0,,9001
 16338,9807,8801,0,,9102
+16338,9807,8807,0,,9001
 16338,9807,8802,-135,,9102
+16338,9807,8806,500000,,9001
 16338,9807,8805,1,,9201
-16338,9807,8806,500000,,9001
-16338,9807,8807,0,,9001
 16339,9807,8801,0,,9102
+16339,9807,8806,500000,,9001
+16339,9807,8805,1,,9201
 16339,9807,8802,-129,,9102
-16339,9807,8805,1,,9201
-16339,9807,8806,500000,,9001
 16339,9807,8807,0,,9001
+16340,9807,8806,500000,,9001
+16340,9807,8805,1,,9201
+16340,9807,8802,-123,,9102
 16340,9807,8801,0,,9102
-16340,9807,8802,-123,,9102
-16340,9807,8805,1,,9201
-16340,9807,8806,500000,,9001
 16340,9807,8807,0,,9001
+16341,9807,8802,-117,,9102
 16341,9807,8801,0,,9102
-16341,9807,8802,-117,,9102
 16341,9807,8805,1,,9201
+16341,9807,8807,0,,9001
 16341,9807,8806,500000,,9001
-16341,9807,8807,0,,9001
+16342,9807,8802,-111,,9102
 16342,9807,8801,0,,9102
-16342,9807,8802,-111,,9102
+16342,9807,8807,0,,9001
+16342,9807,8806,500000,,9001
 16342,9807,8805,1,,9201
-16342,9807,8806,500000,,9001
-16342,9807,8807,0,,9001
+16343,9807,8807,0,,9001
+16343,9807,8806,500000,,9001
 16343,9807,8801,0,,9102
+16343,9807,8805,1,,9201
 16343,9807,8802,-105,,9102
-16343,9807,8805,1,,9201
-16343,9807,8806,500000,,9001
-16343,9807,8807,0,,9001
-16344,9807,8801,0,,9102
+16344,9807,8805,1,,9201
 16344,9807,8802,-99,,9102
-16344,9807,8805,1,,9201
 16344,9807,8806,500000,,9001
 16344,9807,8807,0,,9001
+16344,9807,8801,0,,9102
+16345,9807,8805,1,,9201
+16345,9807,8802,-93,,9102
 16345,9807,8801,0,,9102
-16345,9807,8802,-93,,9102
-16345,9807,8805,1,,9201
+16345,9807,8807,0,,9001
 16345,9807,8806,500000,,9001
-16345,9807,8807,0,,9001
 16346,9807,8801,0,,9102
+16346,9807,8807,0,,9001
 16346,9807,8802,-87,,9102
+16346,9807,8806,500000,,9001
 16346,9807,8805,1,,9201
-16346,9807,8806,500000,,9001
-16346,9807,8807,0,,9001
+16347,9807,8805,1,,9201
 16347,9807,8801,0,,9102
-16347,9807,8802,-81,,9102
-16347,9807,8805,1,,9201
 16347,9807,8806,500000,,9001
 16347,9807,8807,0,,9001
+16347,9807,8802,-81,,9102
+16348,9807,8806,500000,,9001
+16348,9807,8805,1,,9201
+16348,9807,8802,-75,,9102
 16348,9807,8801,0,,9102
-16348,9807,8802,-75,,9102
-16348,9807,8805,1,,9201
-16348,9807,8806,500000,,9001
 16348,9807,8807,0,,9001
+16349,9807,8802,-69,,9102
 16349,9807,8801,0,,9102
-16349,9807,8802,-69,,9102
 16349,9807,8805,1,,9201
+16349,9807,8807,0,,9001
 16349,9807,8806,500000,,9001
-16349,9807,8807,0,,9001
+16350,9807,8802,-63,,9102
 16350,9807,8801,0,,9102
-16350,9807,8802,-63,,9102
+16350,9807,8807,0,,9001
+16350,9807,8806,500000,,9001
 16350,9807,8805,1,,9201
-16350,9807,8806,500000,,9001
-16350,9807,8807,0,,9001
+16351,9807,8807,0,,9001
+16351,9807,8806,500000,,9001
 16351,9807,8801,0,,9102
+16351,9807,8805,1,,9201
 16351,9807,8802,-57,,9102
-16351,9807,8805,1,,9201
-16351,9807,8806,500000,,9001
-16351,9807,8807,0,,9001
+16352,9807,8805,1,,9201
+16352,9807,8802,-51,,9102
 16352,9807,8801,0,,9102
-16352,9807,8802,-51,,9102
-16352,9807,8805,1,,9201
 16352,9807,8806,500000,,9001
 16352,9807,8807,0,,9001
+16353,9807,8807,0,,9001
+16353,9807,8805,1,,9201
+16353,9807,8802,-45,,9102
 16353,9807,8801,0,,9102
-16353,9807,8802,-45,,9102
-16353,9807,8805,1,,9201
 16353,9807,8806,500000,,9001
-16353,9807,8807,0,,9001
+16354,9807,8805,1,,9201
+16354,9807,8802,-39,,9102
 16354,9807,8801,0,,9102
-16354,9807,8802,-39,,9102
-16354,9807,8805,1,,9201
+16354,9807,8807,0,,9001
 16354,9807,8806,500000,,9001
-16354,9807,8807,0,,9001
 16355,9807,8801,0,,9102
+16355,9807,8806,500000,,9001
+16355,9807,8805,1,,9201
 16355,9807,8802,-33,,9102
-16355,9807,8805,1,,9201
-16355,9807,8806,500000,,9001
 16355,9807,8807,0,,9001
+16356,9807,8806,500000,,9001
+16356,9807,8805,1,,9201
+16356,9807,8802,-27,,9102
 16356,9807,8801,0,,9102
-16356,9807,8802,-27,,9102
-16356,9807,8805,1,,9201
-16356,9807,8806,500000,,9001
 16356,9807,8807,0,,9001
+16357,9807,8802,-21,,9102
 16357,9807,8801,0,,9102
-16357,9807,8802,-21,,9102
 16357,9807,8805,1,,9201
+16357,9807,8807,0,,9001
 16357,9807,8806,500000,,9001
-16357,9807,8807,0,,9001
+16358,9807,8802,-15,,9102
 16358,9807,8801,0,,9102
-16358,9807,8802,-15,,9102
+16358,9807,8807,0,,9001
+16358,9807,8806,500000,,9001
 16358,9807,8805,1,,9201
-16358,9807,8806,500000,,9001
-16358,9807,8807,0,,9001
 16359,9807,8801,0,,9102
+16359,9807,8807,0,,9001
+16359,9807,8806,500000,,9001
+16359,9807,8805,1,,9201
 16359,9807,8802,-9,,9102
-16359,9807,8805,1,,9201
-16359,9807,8806,500000,,9001
-16359,9807,8807,0,,9001
 16360,9807,8801,0,,9102
 16360,9807,8802,-3,,9102
 16360,9807,8805,1,,9201
 16360,9807,8806,500000,,9001
 16360,9807,8807,0,,9001
+16361,9807,8805,1,,9201
+16361,9807,8802,3,,9102
 16361,9807,8801,0,,9102
-16361,9807,8802,3,,9102
-16361,9807,8805,1,,9201
+16361,9807,8807,0,,9001
 16361,9807,8806,500000,,9001
-16361,9807,8807,0,,9001
 16362,9807,8801,0,,9102
+16362,9807,8807,0,,9001
 16362,9807,8802,6,,9102
+16362,9807,8806,500000,,9001
 16362,9807,8805,1,,9201
-16362,9807,8806,500000,,9001
-16362,9807,8807,0,,9001
+16363,9807,8802,9,,9102
 16363,9807,8801,0,,9102
-16363,9807,8802,9,,9102
+16363,9807,8806,500000,,9001
 16363,9807,8805,1,,9201
-16363,9807,8806,500000,,9001
 16363,9807,8807,0,,9001
+16364,9807,8806,500000,,9001
+16364,9807,8805,1,,9201
+16364,9807,8802,12,,9102
 16364,9807,8801,0,,9102
-16364,9807,8802,12,,9102
-16364,9807,8805,1,,9201
-16364,9807,8806,500000,,9001
 16364,9807,8807,0,,9001
+16365,9807,8802,15,,9102
 16365,9807,8801,0,,9102
-16365,9807,8802,15,,9102
 16365,9807,8805,1,,9201
+16365,9807,8807,0,,9001
 16365,9807,8806,500000,,9001
-16365,9807,8807,0,,9001
 16366,9807,8801,0,,9102
-16366,9807,8802,18,,9102
 16366,9807,8805,1,,9201
+16366,9807,8807,0,,9001
 16366,9807,8806,500000,,9001
-16366,9807,8807,0,,9001
+16366,9807,8802,18,,9102
+16367,9807,8807,0,,9001
+16367,9807,8806,500000,,9001
 16367,9807,8801,0,,9102
+16367,9807,8805,1,,9201
 16367,9807,8802,21,,9102
-16367,9807,8805,1,,9201
-16367,9807,8806,500000,,9001
-16367,9807,8807,0,,9001
+16368,9807,8805,1,,9201
+16368,9807,8802,24,,9102
 16368,9807,8801,0,,9102
-16368,9807,8802,24,,9102
-16368,9807,8805,1,,9201
 16368,9807,8806,500000,,9001
 16368,9807,8807,0,,9001
+16369,9807,8806,500000,,9001
+16369,9807,8805,1,,9201
+16369,9807,8802,27,,9102
 16369,9807,8801,0,,9102
-16369,9807,8802,27,,9102
-16369,9807,8805,1,,9201
-16369,9807,8806,500000,,9001
 16369,9807,8807,0,,9001
 16370,9807,8801,0,,9102
+16370,9807,8807,0,,9001
 16370,9807,8802,30,,9102
+16370,9807,8806,500000,,9001
 16370,9807,8805,1,,9201
-16370,9807,8806,500000,,9001
-16370,9807,8807,0,,9001
 16371,9807,8801,0,,9102
+16371,9807,8806,500000,,9001
+16371,9807,8805,1,,9201
 16371,9807,8802,33,,9102
-16371,9807,8805,1,,9201
-16371,9807,8806,500000,,9001
 16371,9807,8807,0,,9001
-16372,9807,8801,0,,9102
-16372,9807,8802,36,,9102
 16372,9807,8805,1,,9201
+16372,9807,8807,0,,9001
 16372,9807,8806,500000,,9001
-16372,9807,8807,0,,9001
+16372,9807,8802,36,,9102
+16372,9807,8801,0,,9102
 16373,9807,8801,0,,9102
 16373,9807,8802,39,,9102
 16373,9807,8805,1,,9201
+16373,9807,8807,0,,9001
 16373,9807,8806,500000,,9001
-16373,9807,8807,0,,9001
+16374,9807,8802,42,,9102
 16374,9807,8801,0,,9102
-16374,9807,8802,42,,9102
+16374,9807,8807,0,,9001
+16374,9807,8806,500000,,9001
 16374,9807,8805,1,,9201
-16374,9807,8806,500000,,9001
-16374,9807,8807,0,,9001
+16375,9807,8807,0,,9001
+16375,9807,8806,500000,,9001
+16375,9807,8805,1,,9201
+16375,9807,8802,45,,9102
 16375,9807,8801,0,,9102
-16375,9807,8802,45,,9102
-16375,9807,8805,1,,9201
-16375,9807,8806,500000,,9001
-16375,9807,8807,0,,9001
 16376,9807,8801,0,,9102
+16376,9807,8805,1,,9201
 16376,9807,8802,48,,9102
-16376,9807,8805,1,,9201
 16376,9807,8806,500000,,9001
 16376,9807,8807,0,,9001
+16377,9807,8805,1,,9201
+16377,9807,8802,51,,9102
 16377,9807,8801,0,,9102
-16377,9807,8802,51,,9102
-16377,9807,8805,1,,9201
+16377,9807,8807,0,,9001
 16377,9807,8806,500000,,9001
-16377,9807,8807,0,,9001
 16378,9807,8801,0,,9102
+16378,9807,8807,0,,9001
+16378,9807,8806,500000,,9001
+16378,9807,8805,1,,9201
 16378,9807,8802,54,,9102
-16378,9807,8805,1,,9201
-16378,9807,8806,500000,,9001
-16378,9807,8807,0,,9001
+16379,9807,8806,500000,,9001
+16379,9807,8807,0,,9001
+16379,9807,8805,1,,9201
 16379,9807,8801,0,,9102
 16379,9807,8802,57,,9102
-16379,9807,8805,1,,9201
-16379,9807,8806,500000,,9001
-16379,9807,8807,0,,9001
+16380,9807,8806,500000,,9001
+16380,9807,8805,1,,9201
+16380,9807,8802,60,,9102
 16380,9807,8801,0,,9102
-16380,9807,8802,60,,9102
-16380,9807,8805,1,,9201
-16380,9807,8806,500000,,9001
 16380,9807,8807,0,,9001
+16381,9807,8802,63,,9102
 16381,9807,8801,0,,9102
-16381,9807,8802,63,,9102
 16381,9807,8805,1,,9201
+16381,9807,8807,0,,9001
 16381,9807,8806,500000,,9001
-16381,9807,8807,0,,9001
+16382,9807,8802,66,,9102
 16382,9807,8801,0,,9102
-16382,9807,8802,66,,9102
+16382,9807,8807,0,,9001
+16382,9807,8806,500000,,9001
 16382,9807,8805,1,,9201
-16382,9807,8806,500000,,9001
-16382,9807,8807,0,,9001
+16383,9807,8807,0,,9001
+16383,9807,8806,500000,,9001
 16383,9807,8801,0,,9102
+16383,9807,8805,1,,9201
 16383,9807,8802,69,,9102
-16383,9807,8805,1,,9201
-16383,9807,8806,500000,,9001
-16383,9807,8807,0,,9001
+16384,9807,8805,1,,9201
+16384,9807,8802,72,,9102
 16384,9807,8801,0,,9102
-16384,9807,8802,72,,9102
-16384,9807,8805,1,,9201
 16384,9807,8806,500000,,9001
 16384,9807,8807,0,,9001
+16385,9807,8807,0,,9001
+16385,9807,8805,1,,9201
+16385,9807,8802,75,,9102
 16385,9807,8801,0,,9102
-16385,9807,8802,75,,9102
-16385,9807,8805,1,,9201
 16385,9807,8806,500000,,9001
-16385,9807,8807,0,,9001
 16386,9807,8801,0,,9102
+16386,9807,8807,0,,9001
 16386,9807,8802,78,,9102
+16386,9807,8806,500000,,9001
 16386,9807,8805,1,,9201
-16386,9807,8806,500000,,9001
-16386,9807,8807,0,,9001
 16387,9807,8801,0,,9102
+16387,9807,8806,500000,,9001
+16387,9807,8805,1,,9201
 16387,9807,8802,81,,9102
-16387,9807,8805,1,,9201
-16387,9807,8806,500000,,9001
 16387,9807,8807,0,,9001
+16388,9807,8806,500000,,9001
+16388,9807,8805,1,,9201
+16388,9807,8802,84,,9102
 16388,9807,8801,0,,9102
-16388,9807,8802,84,,9102
-16388,9807,8805,1,,9201
-16388,9807,8806,500000,,9001
 16388,9807,8807,0,,9001
+16389,9807,8802,87,,9102
 16389,9807,8801,0,,9102
-16389,9807,8802,87,,9102
 16389,9807,8805,1,,9201
+16389,9807,8807,0,,9001
 16389,9807,8806,500000,,9001
-16389,9807,8807,0,,9001
+16390,9807,8802,90,,9102
 16390,9807,8801,0,,9102
-16390,9807,8802,90,,9102
+16390,9807,8806,500000,,9001
 16390,9807,8805,1,,9201
-16390,9807,8806,500000,,9001
 16390,9807,8807,0,,9001
 16391,9807,8801,0,,9102
+16391,9807,8807,0,,9001
+16391,9807,8806,500000,,9001
+16391,9807,8805,1,,9201
 16391,9807,8802,93,,9102
-16391,9807,8805,1,,9201
-16391,9807,8806,500000,,9001
-16391,9807,8807,0,,9001
 16392,9807,8801,0,,9102
 16392,9807,8802,96,,9102
-16392,9807,8805,1,,9201
 16392,9807,8806,500000,,9001
 16392,9807,8807,0,,9001
-16393,9807,8801,0,,9102
+16392,9807,8805,1,,9201
 16393,9807,8802,99,,9102
 16393,9807,8805,1,,9201
+16393,9807,8801,0,,9102
+16393,9807,8807,0,,9001
 16393,9807,8806,500000,,9001
-16393,9807,8807,0,,9001
 16394,9807,8801,0,,9102
+16394,9807,8807,0,,9001
 16394,9807,8802,102,,9102
+16394,9807,8806,500000,,9001
 16394,9807,8805,1,,9201
-16394,9807,8806,500000,,9001
-16394,9807,8807,0,,9001
 16395,9807,8801,0,,9102
 16395,9807,8802,105,,9102
+16395,9807,8806,500000,,9001
 16395,9807,8805,1,,9201
-16395,9807,8806,500000,,9001
 16395,9807,8807,0,,9001
+16396,9807,8806,500000,,9001
+16396,9807,8805,1,,9201
+16396,9807,8802,108,,9102
 16396,9807,8801,0,,9102
-16396,9807,8802,108,,9102
-16396,9807,8805,1,,9201
-16396,9807,8806,500000,,9001
 16396,9807,8807,0,,9001
+16397,9807,8802,111,,9102
 16397,9807,8801,0,,9102
-16397,9807,8802,111,,9102
 16397,9807,8805,1,,9201
+16397,9807,8807,0,,9001
 16397,9807,8806,500000,,9001
-16397,9807,8807,0,,9001
 16398,9807,8801,0,,9102
-16398,9807,8802,114,,9102
 16398,9807,8805,1,,9201
 16398,9807,8806,500000,,9001
+16398,9807,8802,114,,9102
 16398,9807,8807,0,,9001
+16399,9807,8807,0,,9001
+16399,9807,8806,500000,,9001
+16399,9807,8805,1,,9201
+16399,9807,8802,117,,9102
 16399,9807,8801,0,,9102
-16399,9807,8802,117,,9102
-16399,9807,8805,1,,9201
-16399,9807,8806,500000,,9001
-16399,9807,8807,0,,9001
+16400,9807,8805,0.9996,,9201
+16400,9807,8802,0,,9102
 16400,9807,8801,0,,9102
-16400,9807,8802,0,,9102
-16400,9807,8805,0.9996,,9201
 16400,9807,8806,500000,,9001
 16400,9807,8807,0,,9001
+16405,9807,8805,0.9996,,9201
+16405,9807,8802,5,,9102
 16405,9807,8801,0,,9102
-16405,9807,8802,5,,9102
-16405,9807,8805,0.9996,,9201
+16405,9807,8807,0,,9001
 16405,9807,8806,500000,,9001
-16405,9807,8807,0,,9001
 16406,9807,8801,0,,9102
+16406,9807,8807,0,,9001
 16406,9807,8802,6,,9102
+16406,9807,8806,500000,,9001
 16406,9807,8805,0.9996,,9201
-16406,9807,8806,500000,,9001
-16406,9807,8807,0,,9001
 16411,9807,8801,0,,9102
+16411,9807,8806,500000,,9001
+16411,9807,8805,0.9996,,9201
 16411,9807,8802,11,,9102
-16411,9807,8805,0.9996,,9201
-16411,9807,8806,500000,,9001
 16411,9807,8807,0,,9001
+16412,9807,8807,0,,9001
+16412,9807,8805,0.9996,,9201
+16412,9807,8802,12,,9102
 16412,9807,8801,0,,9102
-16412,9807,8802,12,,9102
-16412,9807,8805,0.9996,,9201
 16412,9807,8806,500000,,9001
-16412,9807,8807,0,,9001
-16413,9807,8801,0,,9102
+16413,9807,8807,0,,9001
 16413,9807,8802,13,,9102
+16413,9807,8806,500000,,9001
 16413,9807,8805,0.9996,,9201
-16413,9807,8806,500000,,9001
-16413,9807,8807,0,,9001
+16413,9807,8801,0,,9102
 16430,9807,8801,0,,9102
 16430,9807,8802,30,,9102
+16430,9807,8807,0,,9001
+16430,9807,8806,500000,,9001
 16430,9807,8805,0.9996,,9201
-16430,9807,8806,500000,,9001
-16430,9807,8807,0,,9001
+16490,9807,8807,0,,9001
+16490,9807,8806,500000,,9001
+16490,9807,8805,0.9996,,9201
+16490,9807,8802,90,,9102
 16490,9807,8801,0,,9102
-16490,9807,8802,90,,9102
-16490,9807,8805,0.9996,,9201
-16490,9807,8806,500000,,9001
-16490,9807,8807,0,,9001
 16506,9807,8801,0,,9102
+16506,9807,8805,0.9996,,9201
 16506,9807,8802,106,,9102
-16506,9807,8805,0.9996,,9201
 16506,9807,8806,500000,,9001
 16506,9807,8807,0,,9001
+16586,9807,8805,1,,9201
+16586,9807,8802,106,,9102
 16586,9807,8801,0,,9102
-16586,9807,8802,106,,9102
-16586,9807,8805,1,,9201
+16586,9807,8807,0,,9001
 16586,9807,8806,500000,,9001
-16586,9807,8807,0,,9001
 16611,9807,8801,0,,9110
+16611,9807,8807,10000000,,9001
 16611,9807,8802,11.3,,9110
+16611,9807,8806,500000,,9001
 16611,9807,8805,0.9996,,9201
-16611,9807,8806,500000,,9001
-16611,9807,8807,10000000,,9001
+16612,9807,8805,0.9996,,9201
+16612,9807,8807,10000000,,9001
+16612,9807,8806,500000,,9001
 16612,9807,8801,0,,9102
 16612,9807,8802,12,,9102
-16612,9807,8805,0.9996,,9201
-16612,9807,8806,500000,,9001
-16612,9807,8807,10000000,,9001
+16636,9807,8806,500000,,9001
+16636,9807,8802,36,,9102
 16636,9807,8801,0,,9102
-16636,9807,8802,36,,9102
+16636,9807,8807,10000000,,9001
 16636,9807,8805,0.9996,,9201
-16636,9807,8806,500000,,9001
-16636,9807,8807,10000000,,9001
+16709,9807,8802,109,,9102
 16709,9807,8801,0,,9102
-16709,9807,8802,109,,9102
 16709,9807,8805,0.9996,,9201
+16709,9807,8807,10000000,,9001
 16709,9807,8806,500000,,9001
-16709,9807,8807,10000000,,9001
-16716,9807,8801,0,,9102
+16716,9807,8805,0.9996,,9201
 16716,9807,8802,116,,9102
-16716,9807,8805,0.9996,,9201
+16716,9807,8807,10000000,,9001
 16716,9807,8806,500000,,9001
-16716,9807,8807,10000000,,9001
+16716,9807,8801,0,,9102
 16732,9807,8801,0,,9102
+16732,9807,8807,10000000,,9001
+16732,9807,8806,500000,,9001
+16732,9807,8805,0.9996,,9201
 16732,9807,8802,132,,9102
-16732,9807,8805,0.9996,,9201
-16732,9807,8806,500000,,9001
-16732,9807,8807,10000000,,9001
+17001,9807,8805,0.9996,,9201
+17001,9807,8802,-1,,9102
 17001,9807,8801,0,,9102
-17001,9807,8802,-1,,9102
-17001,9807,8805,0.9996,,9201
 17001,9807,8806,500000,,9001
 17001,9807,8807,0,,9001
-17005,9807,8801,0,,9102
+17005,9807,8806,500000,,9001
 17005,9807,8802,-5,,9102
 17005,9807,8805,0.9996,,9201
-17005,9807,8806,500000,,9001
+17005,9807,8801,0,,9102
 17005,9807,8807,0,,9001
 17054,9807,8801,0,,9102
+17054,9807,8807,0,,9001
+17054,9807,8806,500000,,9001
+17054,9807,8805,0.9996,,9201
 17054,9807,8802,-54,,9102
-17054,9807,8805,0.9996,,9201
-17054,9807,8806,500000,,9001
-17054,9807,8807,0,,9001
 17204,9802,8821,-90,,9102
+17204,9802,8824,-63.2,,9110
+17204,9802,8823,-60.4,,9110
 17204,9802,8822,-66,,9102
-17204,9802,8823,-60.4,,9110
-17204,9802,8824,-63.2,,9110
 17204,9802,8826,0,,9001
 17204,9802,8827,0,,9001
+17205,9802,8824,-63.2,,9110
+17205,9802,8822,-54,,9102
 17205,9802,8821,-90,,9102
-17205,9802,8822,-54,,9102
+17205,9802,8827,0,,9001
+17205,9802,8826,0,,9001
 17205,9802,8823,-60.4,,9110
-17205,9802,8824,-63.2,,9110
-17205,9802,8826,0,,9001
-17205,9802,8827,0,,9001
+17206,9802,8826,0,,9001
+17206,9802,8824,-63.2,,9110
 17206,9802,8821,-90,,9102
+17206,9802,8823,-60.4,,9110
 17206,9802,8822,-42,,9102
-17206,9802,8823,-60.4,,9110
-17206,9802,8824,-63.2,,9110
-17206,9802,8826,0,,9001
 17206,9802,8827,0,,9001
 17207,9802,8821,-90,,9102
+17207,9802,8827,0,,9001
+17207,9802,8826,0,,9001
+17207,9802,8824,-67.2,,9110
 17207,9802,8822,-174,,9102
 17207,9802,8823,-64.4,,9110
-17207,9802,8824,-67.2,,9110
-17207,9802,8826,0,,9001
-17207,9802,8827,0,,9001
+17208,9802,8823,-64.4,,9110
 17208,9802,8821,-90,,9102
+17208,9802,8826,0,,9001
 17208,9802,8822,-66,,9102
-17208,9802,8823,-64.4,,9110
+17208,9802,8827,0,,9001
 17208,9802,8824,-67.2,,9110
-17208,9802,8826,0,,9001
-17208,9802,8827,0,,9001
-17209,9802,8821,-90,,9102
-17209,9802,8822,-54,,9102
 17209,9802,8823,-64.4,,9110
+17209,9802,8827,0,,9001
+17209,9802,8826,0,,9001
 17209,9802,8824,-67.2,,9110
-17209,9802,8826,0,,9001
-17209,9802,8827,0,,9001
-17210,9802,8821,-90,,9102
+17209,9802,8822,-54,,9102
+17209,9802,8821,-90,,9102
+17210,9802,8826,0,,9001
+17210,9802,8824,-67.2,,9110
 17210,9802,8822,42,,9102
 17210,9802,8823,-64.4,,9110
-17210,9802,8824,-67.2,,9110
-17210,9802,8826,0,,9001
+17210,9802,8821,-90,,9102
 17210,9802,8827,0,,9001
+17211,9802,8827,0,,9001
+17211,9802,8826,0,,9001
+17211,9802,8824,-67.2,,9110
+17211,9802,8822,54,,9102
 17211,9802,8821,-90,,9102
-17211,9802,8822,54,,9102
 17211,9802,8823,-64.4,,9110
-17211,9802,8824,-67.2,,9110
-17211,9802,8826,0,,9001
-17211,9802,8827,0,,9001
+17212,9802,8824,-67.2,,9110
 17212,9802,8821,-90,,9102
+17212,9802,8823,-64.4,,9110
 17212,9802,8822,66,,9102
-17212,9802,8823,-64.4,,9110
-17212,9802,8824,-67.2,,9110
 17212,9802,8826,0,,9001
 17212,9802,8827,0,,9001
+17213,9802,8827,0,,9001
+17213,9802,8823,-64.4,,9110
 17213,9802,8821,-90,,9102
 17213,9802,8822,78,,9102
-17213,9802,8823,-64.4,,9110
 17213,9802,8824,-67.2,,9110
 17213,9802,8826,0,,9001
-17213,9802,8827,0,,9001
 17214,9802,8821,-90,,9102
+17214,9802,8823,-64.4,,9110
+17214,9802,8827,0,,9001
 17214,9802,8822,90,,9102
-17214,9802,8823,-64.4,,9110
 17214,9802,8824,-67.2,,9110
 17214,9802,8826,0,,9001
-17214,9802,8827,0,,9001
-17215,9802,8821,-90,,9102
 17215,9802,8822,102,,9102
+17215,9802,8827,0,,9001
+17215,9802,8824,-67.2,,9110
 17215,9802,8823,-64.4,,9110
-17215,9802,8824,-67.2,,9110
 17215,9802,8826,0,,9001
-17215,9802,8827,0,,9001
+17215,9802,8821,-90,,9102
 17216,9802,8821,-90,,9102
-17216,9802,8822,114,,9102
+17216,9802,8826,0,,9001
 17216,9802,8823,-64.4,,9110
+17216,9802,8827,0,,9001
 17216,9802,8824,-67.2,,9110
-17216,9802,8826,0,,9001
-17216,9802,8827,0,,9001
+17216,9802,8822,114,,9102
+17217,9802,8826,0,,9001
+17217,9802,8824,-67.2,,9110
 17217,9802,8821,-90,,9102
+17217,9802,8827,0,,9001
 17217,9802,8822,126,,9102
 17217,9802,8823,-64.4,,9110
-17217,9802,8824,-67.2,,9110
-17217,9802,8826,0,,9001
-17217,9802,8827,0,,9001
-17218,9802,8821,-90,,9102
+17218,9802,8824,-67.2,,9110
 17218,9802,8822,138,,9102
 17218,9802,8823,-64.4,,9110
-17218,9802,8824,-67.2,,9110
 17218,9802,8826,0,,9001
+17218,9802,8821,-90,,9102
 17218,9802,8827,0,,9001
+17219,9802,8826,0,,9001
+17219,9802,8823,-64.4,,9110
+17219,9802,8827,0,,9001
+17219,9802,8822,150,,9102
 17219,9802,8821,-90,,9102
-17219,9802,8822,150,,9102
-17219,9802,8823,-64.4,,9110
 17219,9802,8824,-67.2,,9110
-17219,9802,8826,0,,9001
-17219,9802,8827,0,,9001
+17220,9802,8827,0,,9001
 17220,9802,8821,-90,,9102
-17220,9802,8822,162,,9102
+17220,9802,8824,-67.2,,9110
 17220,9802,8823,-64.4,,9110
-17220,9802,8824,-67.2,,9110
 17220,9802,8826,0,,9001
-17220,9802,8827,0,,9001
+17220,9802,8822,162,,9102
+17221,9802,8826,0,,9001
+17221,9802,8824,-71.2,,9110
+17221,9802,8822,-102,,9102
+17221,9802,8827,0,,9001
 17221,9802,8821,-90,,9102
-17221,9802,8822,-102,,9102
 17221,9802,8823,-68.4,,9110
-17221,9802,8824,-71.2,,9110
-17221,9802,8826,0,,9001
-17221,9802,8827,0,,9001
 17222,9802,8821,-90,,9102
+17222,9802,8824,-71.2,,9110
 17222,9802,8822,-90,,9102
 17222,9802,8823,-68.4,,9110
-17222,9802,8824,-71.2,,9110
 17222,9802,8826,0,,9001
 17222,9802,8827,0,,9001
+17223,9802,8823,-68.4,,9110
 17223,9802,8821,-90,,9102
 17223,9802,8822,-78,,9102
-17223,9802,8823,-68.4,,9110
+17223,9802,8827,0,,9001
 17223,9802,8824,-71.2,,9110
 17223,9802,8826,0,,9001
-17223,9802,8827,0,,9001
-17224,9802,8821,-90,,9102
+17224,9802,8826,0,,9001
+17224,9802,8823,-68.4,,9110
 17224,9802,8822,-66,,9102
-17224,9802,8823,-68.4,,9110
+17224,9802,8827,0,,9001
 17224,9802,8824,-71.2,,9110
-17224,9802,8826,0,,9001
-17224,9802,8827,0,,9001
+17224,9802,8821,-90,,9102
+17225,9802,8827,0,,9001
+17225,9802,8826,0,,9001
+17225,9802,8824,-71.2,,9110
+17225,9802,8822,-18,,9102
 17225,9802,8821,-90,,9102
-17225,9802,8822,-18,,9102
 17225,9802,8823,-68.4,,9110
-17225,9802,8824,-71.2,,9110
-17225,9802,8826,0,,9001
-17225,9802,8827,0,,9001
-17226,9802,8821,-90,,9102
 17226,9802,8822,-6,,9102
+17226,9802,8827,0,,9001
 17226,9802,8823,-68.4,,9110
 17226,9802,8824,-71.2,,9110
+17226,9802,8821,-90,,9102
 17226,9802,8826,0,,9001
-17226,9802,8827,0,,9001
+17227,9802,8827,0,,9001
+17227,9802,8823,-68.4,,9110
+17227,9802,8822,6,,9102
 17227,9802,8821,-90,,9102
-17227,9802,8822,6,,9102
-17227,9802,8823,-68.4,,9110
+17227,9802,8826,0,,9001
 17227,9802,8824,-71.2,,9110
-17227,9802,8826,0,,9001
-17227,9802,8827,0,,9001
 17228,9802,8821,-90,,9102
 17228,9802,8822,18,,9102
 17228,9802,8823,-68.4,,9110
+17228,9802,8827,0,,9001
 17228,9802,8824,-71.2,,9110
 17228,9802,8826,0,,9001
-17228,9802,8827,0,,9001
+17229,9802,8827,0,,9001
+17229,9802,8824,-71.2,,9110
+17229,9802,8822,30,,9102
+17229,9802,8826,0,,9001
 17229,9802,8821,-90,,9102
-17229,9802,8822,30,,9102
 17229,9802,8823,-68.4,,9110
-17229,9802,8824,-71.2,,9110
-17229,9802,8826,0,,9001
-17229,9802,8827,0,,9001
+17230,9802,8822,42,,9102
+17230,9802,8826,0,,9001
 17230,9802,8821,-90,,9102
-17230,9802,8822,42,,9102
+17230,9802,8824,-71.2,,9110
 17230,9802,8823,-68.4,,9110
-17230,9802,8824,-71.2,,9110
-17230,9802,8826,0,,9001
 17230,9802,8827,0,,9001
+17231,9802,8824,-71.2,,9110
+17231,9802,8822,54,,9102
 17231,9802,8821,-90,,9102
-17231,9802,8822,54,,9102
 17231,9802,8823,-68.4,,9110
-17231,9802,8824,-71.2,,9110
+17231,9802,8827,0,,9001
 17231,9802,8826,0,,9001
-17231,9802,8827,0,,9001
 17232,9802,8821,-90,,9102
 17232,9802,8822,66,,9102
+17232,9802,8824,-71.2,,9110
 17232,9802,8823,-68.4,,9110
-17232,9802,8824,-71.2,,9110
 17232,9802,8826,0,,9001
 17232,9802,8827,0,,9001
 17233,9802,8821,-90,,9102
+17233,9802,8823,-68.4,,9110
 17233,9802,8822,78,,9102
-17233,9802,8823,-68.4,,9110
+17233,9802,8827,0,,9001
+17233,9802,8826,0,,9001
 17233,9802,8824,-71.2,,9110
-17233,9802,8826,0,,9001
-17233,9802,8827,0,,9001
+17234,9802,8822,90,,9102
+17234,9802,8827,0,,9001
+17234,9802,8826,0,,9001
 17234,9802,8821,-90,,9102
-17234,9802,8822,90,,9102
+17234,9802,8824,-71.2,,9110
 17234,9802,8823,-68.4,,9110
-17234,9802,8824,-71.2,,9110
-17234,9802,8826,0,,9001
-17234,9802,8827,0,,9001
+17235,9802,8823,-68.4,,9110
+17235,9802,8824,-71.2,,9110
 17235,9802,8821,-90,,9102
 17235,9802,8822,102,,9102
-17235,9802,8823,-68.4,,9110
-17235,9802,8824,-71.2,,9110
+17235,9802,8827,0,,9001
 17235,9802,8826,0,,9001
-17235,9802,8827,0,,9001
 17236,9802,8821,-90,,9102
+17236,9802,8824,-71.2,,9110
+17236,9802,8823,-68.4,,9110
 17236,9802,8822,114,,9102
-17236,9802,8823,-68.4,,9110
-17236,9802,8824,-71.2,,9110
 17236,9802,8826,0,,9001
 17236,9802,8827,0,,9001
 17237,9802,8821,-90,,9102
-17237,9802,8822,126,,9102
 17237,9802,8823,-68.4,,9110
 17237,9802,8824,-71.2,,9110
+17237,9802,8822,126,,9102
+17237,9802,8827,0,,9001
 17237,9802,8826,0,,9001
-17237,9802,8827,0,,9001
+17238,9802,8824,-71.2,,9110
+17238,9802,8822,138,,9102
+17238,9802,8826,0,,9001
 17238,9802,8821,-90,,9102
-17238,9802,8822,138,,9102
 17238,9802,8823,-68.4,,9110
-17238,9802,8824,-71.2,,9110
-17238,9802,8826,0,,9001
 17238,9802,8827,0,,9001
+17239,9802,8824,-71.2,,9110
+17239,9802,8822,150,,9102
 17239,9802,8821,-90,,9102
-17239,9802,8822,150,,9102
 17239,9802,8823,-68.4,,9110
-17239,9802,8824,-71.2,,9110
+17239,9802,8827,0,,9001
 17239,9802,8826,0,,9001
-17239,9802,8827,0,,9001
 17240,9802,8821,-90,,9102
 17240,9802,8822,162,,9102
 17240,9802,8823,-68.4,,9110
 17240,9802,8824,-71.2,,9110
 17240,9802,8826,0,,9001
 17240,9802,8827,0,,9001
+17241,9802,8823,-68.4,,9110
+17241,9802,8822,174,,9102
 17241,9802,8821,-90,,9102
-17241,9802,8822,174,,9102
-17241,9802,8823,-68.4,,9110
+17241,9802,8827,0,,9001
+17241,9802,8826,0,,9001
 17241,9802,8824,-71.2,,9110
-17241,9802,8826,0,,9001
-17241,9802,8827,0,,9001
-17242,9802,8821,-90,,9102
 17242,9802,8822,-153,,9102
-17242,9802,8823,-72.4,,9110
 17242,9802,8824,-75.2,,9110
 17242,9802,8826,0,,9001
 17242,9802,8827,0,,9001
+17242,9802,8821,-90,,9102
+17242,9802,8823,-72.4,,9110
+17243,9802,8824,-75.2,,9110
+17243,9802,8822,-135,,9102
 17243,9802,8821,-90,,9102
-17243,9802,8822,-135,,9102
 17243,9802,8823,-72.4,,9110
-17243,9802,8824,-75.2,,9110
+17243,9802,8827,0,,9001
 17243,9802,8826,0,,9001
-17243,9802,8827,0,,9001
 17244,9802,8821,-90,,9102
+17244,9802,8824,-75.2,,9110
+17244,9802,8823,-72.4,,9110
 17244,9802,8822,-117,,9102
-17244,9802,8823,-72.4,,9110
-17244,9802,8824,-75.2,,9110
 17244,9802,8826,0,,9001
 17244,9802,8827,0,,9001
 17245,9802,8821,-90,,9102
-17245,9802,8822,-99,,9102
+17245,9802,8824,-75.2,,9110
 17245,9802,8823,-72.4,,9110
-17245,9802,8824,-75.2,,9110
 17245,9802,8826,0,,9001
 17245,9802,8827,0,,9001
+17245,9802,8822,-99,,9102
 17246,9802,8821,-90,,9102
-17246,9802,8822,-81,,9102
-17246,9802,8823,-72.4,,9110
 17246,9802,8824,-75.2,,9110
 17246,9802,8826,0,,9001
+17246,9802,8823,-72.4,,9110
+17246,9802,8822,-81,,9102
 17246,9802,8827,0,,9001
+17247,9802,8822,-63,,9102
 17247,9802,8821,-90,,9102
-17247,9802,8822,-63,,9102
 17247,9802,8823,-72.4,,9110
+17247,9802,8827,0,,9001
+17247,9802,8826,0,,9001
 17247,9802,8824,-75.2,,9110
-17247,9802,8826,0,,9001
-17247,9802,8827,0,,9001
 17248,9802,8821,-90,,9102
 17248,9802,8822,-27,,9102
+17248,9802,8824,-75.2,,9110
 17248,9802,8823,-72.4,,9110
-17248,9802,8824,-75.2,,9110
 17248,9802,8826,0,,9001
 17248,9802,8827,0,,9001
 17249,9802,8821,-90,,9102
+17249,9802,8823,-72.4,,9110
 17249,9802,8822,-9,,9102
-17249,9802,8823,-72.4,,9110
+17249,9802,8827,0,,9001
+17249,9802,8826,0,,9001
 17249,9802,8824,-75.2,,9110
-17249,9802,8826,0,,9001
-17249,9802,8827,0,,9001
+17250,9802,8822,9,,9102
+17250,9802,8827,0,,9001
+17250,9802,8826,0,,9001
 17250,9802,8821,-90,,9102
-17250,9802,8822,9,,9102
+17250,9802,8824,-75.2,,9110
 17250,9802,8823,-72.4,,9110
-17250,9802,8824,-75.2,,9110
-17250,9802,8826,0,,9001
-17250,9802,8827,0,,9001
 17251,9802,8821,-90,,9102
 17251,9802,8822,27,,9102
 17251,9802,8823,-72.4,,9110
+17251,9802,8827,0,,9001
+17251,9802,8826,0,,9001
 17251,9802,8824,-75.2,,9110
-17251,9802,8826,0,,9001
-17251,9802,8827,0,,9001
 17252,9802,8821,-90,,9102
+17252,9802,8824,-75.2,,9110
+17252,9802,8823,-72.4,,9110
 17252,9802,8822,45,,9102
-17252,9802,8823,-72.4,,9110
-17252,9802,8824,-75.2,,9110
 17252,9802,8826,0,,9001
 17252,9802,8827,0,,9001
 17253,9802,8821,-90,,9102
-17253,9802,8822,63,,9102
 17253,9802,8823,-72.4,,9110
 17253,9802,8824,-75.2,,9110
+17253,9802,8822,63,,9102
+17253,9802,8827,0,,9001
 17253,9802,8826,0,,9001
-17253,9802,8827,0,,9001
+17254,9802,8822,81,,9102
+17254,9802,8826,0,,9001
 17254,9802,8821,-90,,9102
-17254,9802,8822,81,,9102
+17254,9802,8824,-75.2,,9110
 17254,9802,8823,-72.4,,9110
-17254,9802,8824,-75.2,,9110
-17254,9802,8826,0,,9001
 17254,9802,8827,0,,9001
+17255,9802,8824,-75.2,,9110
+17255,9802,8822,99,,9102
 17255,9802,8821,-90,,9102
-17255,9802,8822,99,,9102
 17255,9802,8823,-72.4,,9110
-17255,9802,8824,-75.2,,9110
+17255,9802,8827,0,,9001
 17255,9802,8826,0,,9001
-17255,9802,8827,0,,9001
+17256,9802,8822,117,,9102
 17256,9802,8821,-90,,9102
-17256,9802,8822,117,,9102
 17256,9802,8823,-72.4,,9110
+17256,9802,8826,0,,9001
 17256,9802,8824,-75.2,,9110
-17256,9802,8826,0,,9001
 17256,9802,8827,0,,9001
+17257,9802,8822,135,,9102
 17257,9802,8821,-90,,9102
-17257,9802,8822,135,,9102
 17257,9802,8823,-72.4,,9110
+17257,9802,8827,0,,9001
+17257,9802,8826,0,,9001
 17257,9802,8824,-75.2,,9110
-17257,9802,8826,0,,9001
-17257,9802,8827,0,,9001
-17258,9802,8821,-90,,9102
 17258,9802,8822,153,,9102
-17258,9802,8823,-72.4,,9110
-17258,9802,8824,-75.2,,9110
 17258,9802,8826,0,,9001
 17258,9802,8827,0,,9001
+17258,9802,8821,-90,,9102
+17258,9802,8824,-75.2,,9110
+17258,9802,8823,-72.4,,9110
+17259,9802,8824,-75.2,,9110
+17259,9802,8822,171,,9102
 17259,9802,8821,-90,,9102
-17259,9802,8822,171,,9102
 17259,9802,8823,-72.4,,9110
-17259,9802,8824,-75.2,,9110
+17259,9802,8827,0,,9001
 17259,9802,8826,0,,9001
-17259,9802,8827,0,,9001
 17260,9802,8821,-90,,9102
+17260,9802,8824,-79.2,,9110
+17260,9802,8823,-76.4,,9110
 17260,9802,8822,-168,,9102
-17260,9802,8823,-76.4,,9110
-17260,9802,8824,-79.2,,9110
 17260,9802,8826,0,,9001
 17260,9802,8827,0,,9001
 17261,9802,8821,-90,,9102
-17261,9802,8822,-144,,9102
 17261,9802,8823,-76.4,,9110
+17261,9802,8826,0,,9001
 17261,9802,8824,-79.2,,9110
-17261,9802,8826,0,,9001
+17261,9802,8822,-144,,9102
 17261,9802,8827,0,,9001
+17262,9802,8822,-120,,9102
+17262,9802,8826,0,,9001
 17262,9802,8821,-90,,9102
-17262,9802,8822,-120,,9102
+17262,9802,8824,-79.2,,9110
 17262,9802,8823,-76.4,,9110
-17262,9802,8824,-79.2,,9110
-17262,9802,8826,0,,9001
 17262,9802,8827,0,,9001
+17263,9802,8824,-79.2,,9110
+17263,9802,8822,-96,,9102
 17263,9802,8821,-90,,9102
-17263,9802,8822,-96,,9102
 17263,9802,8823,-76.4,,9110
-17263,9802,8824,-79.2,,9110
+17263,9802,8827,0,,9001
 17263,9802,8826,0,,9001
-17263,9802,8827,0,,9001
 17264,9802,8821,-90,,9102
 17264,9802,8822,-72,,9102
+17264,9802,8824,-79.2,,9110
 17264,9802,8823,-76.4,,9110
-17264,9802,8824,-79.2,,9110
 17264,9802,8826,0,,9001
 17264,9802,8827,0,,9001
 17265,9802,8821,-90,,9102
+17265,9802,8823,-76.4,,9110
 17265,9802,8822,-48,,9102
-17265,9802,8823,-76.4,,9110
+17265,9802,8827,0,,9001
+17265,9802,8826,0,,9001
 17265,9802,8824,-79.2,,9110
-17265,9802,8826,0,,9001
-17265,9802,8827,0,,9001
+17266,9802,8827,0,,9001
+17266,9802,8822,-24,,9102
+17266,9802,8826,0,,9001
 17266,9802,8821,-90,,9102
-17266,9802,8822,-24,,9102
+17266,9802,8824,-79.2,,9110
 17266,9802,8823,-76.4,,9110
-17266,9802,8824,-79.2,,9110
-17266,9802,8826,0,,9001
-17266,9802,8827,0,,9001
 17267,9802,8821,-90,,9102
 17267,9802,8822,0,,9102
 17267,9802,8823,-76.4,,9110
+17267,9802,8827,0,,9001
+17267,9802,8826,0,,9001
 17267,9802,8824,-79.2,,9110
-17267,9802,8826,0,,9001
-17267,9802,8827,0,,9001
 17268,9802,8821,-90,,9102
+17268,9802,8824,-79.2,,9110
+17268,9802,8823,-76.4,,9110
 17268,9802,8822,24,,9102
-17268,9802,8823,-76.4,,9110
-17268,9802,8824,-79.2,,9110
 17268,9802,8826,0,,9001
 17268,9802,8827,0,,9001
 17269,9802,8821,-90,,9102
-17269,9802,8822,48,,9102
 17269,9802,8823,-76.4,,9110
 17269,9802,8824,-79.2,,9110
+17269,9802,8822,48,,9102
+17269,9802,8827,0,,9001
 17269,9802,8826,0,,9001
-17269,9802,8827,0,,9001
+17270,9802,8822,72,,9102
+17270,9802,8826,0,,9001
 17270,9802,8821,-90,,9102
-17270,9802,8822,72,,9102
+17270,9802,8824,-79.2,,9110
 17270,9802,8823,-76.4,,9110
-17270,9802,8824,-79.2,,9110
-17270,9802,8826,0,,9001
 17270,9802,8827,0,,9001
+17271,9802,8824,-79.2,,9110
+17271,9802,8822,96,,9102
 17271,9802,8821,-90,,9102
-17271,9802,8822,96,,9102
 17271,9802,8823,-76.4,,9110
-17271,9802,8824,-79.2,,9110
+17271,9802,8827,0,,9001
 17271,9802,8826,0,,9001
-17271,9802,8827,0,,9001
-17272,9802,8821,-90,,9102
+17272,9802,8823,-76.4,,9110
 17272,9802,8822,120,,9102
-17272,9802,8823,-76.4,,9110
 17272,9802,8824,-79.2,,9110
 17272,9802,8826,0,,9001
 17272,9802,8827,0,,9001
+17272,9802,8821,-90,,9102
+17273,9802,8823,-76.4,,9110
+17273,9802,8822,144,,9102
 17273,9802,8821,-90,,9102
-17273,9802,8822,144,,9102
-17273,9802,8823,-76.4,,9110
+17273,9802,8827,0,,9001
+17273,9802,8826,0,,9001
 17273,9802,8824,-79.2,,9110
-17273,9802,8826,0,,9001
-17273,9802,8827,0,,9001
-17274,9802,8821,-90,,9102
 17274,9802,8822,168,,9102
-17274,9802,8823,-76.4,,9110
-17274,9802,8824,-79.2,,9110
 17274,9802,8826,0,,9001
 17274,9802,8827,0,,9001
+17274,9802,8821,-90,,9102
+17274,9802,8824,-79.2,,9110
+17274,9802,8823,-76.4,,9110
+17275,9829,8807,0,,9001
 17275,9829,8806,0,,9001
-17275,9829,8807,0,,9001
 17275,9829,8832,-80.1419,,9110
 17275,9829,8833,-165,,9102
 17276,9829,8806,0,,9001
+17276,9829,8832,-80.1419,,9110
 17276,9829,8807,0,,9001
-17276,9829,8832,-80.1419,,9110
 17276,9829,8833,-135,,9102
+17277,9829,8807,0,,9001
 17277,9829,8806,0,,9001
-17277,9829,8807,0,,9001
 17277,9829,8832,-80.1419,,9110
 17277,9829,8833,-105,,9102
+17278,9829,8833,-75,,9102
 17278,9829,8806,0,,9001
+17278,9829,8832,-80.1419,,9110
 17278,9829,8807,0,,9001
-17278,9829,8832,-80.1419,,9110
-17278,9829,8833,-75,,9102
 17279,9829,8806,0,,9001
+17279,9829,8833,-45,,9102
+17279,9829,8832,-80.1419,,9110
 17279,9829,8807,0,,9001
-17279,9829,8832,-80.1419,,9110
-17279,9829,8833,-45,,9102
 17280,9829,8806,0,,9001
 17280,9829,8807,0,,9001
 17280,9829,8832,-80.1419,,9110
 17280,9829,8833,-15,,9102
+17281,9829,8807,0,,9001
 17281,9829,8806,0,,9001
-17281,9829,8807,0,,9001
 17281,9829,8832,-80.1419,,9110
 17281,9829,8833,15,,9102
 17282,9829,8806,0,,9001
-17282,9829,8807,0,,9001
 17282,9829,8832,-80.1419,,9110
 17282,9829,8833,45,,9102
+17282,9829,8807,0,,9001
+17283,9829,8807,0,,9001
 17283,9829,8806,0,,9001
-17283,9829,8807,0,,9001
 17283,9829,8832,-80.1419,,9110
 17283,9829,8833,75,,9102
 17284,9829,8806,0,,9001
+17284,9829,8832,-80.1419,,9110
 17284,9829,8807,0,,9001
-17284,9829,8832,-80.1419,,9110
 17284,9829,8833,105,,9102
+17285,9829,8807,0,,9001
 17285,9829,8806,0,,9001
-17285,9829,8807,0,,9001
 17285,9829,8832,-80.1419,,9110
 17285,9829,8833,135,,9102
 17286,9829,8806,0,,9001
-17286,9829,8807,0,,9001
 17286,9829,8832,-80.1419,,9110
 17286,9829,8833,165,,9102
+17286,9829,8807,0,,9001
 17287,9829,8806,0,,9001
 17287,9829,8807,0,,9001
 17287,9829,8832,-80.1419,,9110
 17287,9829,8833,-150,,9102
+17288,9829,8832,-80.1419,,9110
+17288,9829,8807,0,,9001
 17288,9829,8806,0,,9001
-17288,9829,8807,0,,9001
-17288,9829,8832,-80.1419,,9110
 17288,9829,8833,-90,,9102
+17289,9829,8807,0,,9001
 17289,9829,8806,0,,9001
-17289,9829,8807,0,,9001
 17289,9829,8832,-80.1419,,9110
 17289,9829,8833,-30,,9102
 17290,9829,8806,0,,9001
 17290,9829,8807,0,,9001
+17290,9829,8833,30,,9102
 17290,9829,8832,-80.1419,,9110
-17290,9829,8833,30,,9102
+17291,9829,8807,0,,9001
 17291,9829,8806,0,,9001
-17291,9829,8807,0,,9001
 17291,9829,8832,-80.1419,,9110
 17291,9829,8833,90,,9102
 17292,9829,8806,0,,9001
+17292,9829,8832,-80.1419,,9110
 17292,9829,8807,0,,9001
-17292,9829,8832,-80.1419,,9110
 17292,9829,8833,150,,9102
+17293,9829,8807,0,,9001
 17293,9829,8806,0,,9001
-17293,9829,8807,0,,9001
 17293,9829,8832,-80.1419,,9110
 17293,9829,8833,0,,9102
 17294,9802,8821,-78,,9102
-17294,9802,8822,162,,9102
+17294,9802,8824,-79.2,,9110
 17294,9802,8823,-76.4,,9110
-17294,9802,8824,-79.2,,9110
 17294,9802,8826,0,,9001
 17294,9802,8827,0,,9001
+17294,9802,8822,162,,9102
+17295,9820,8801,90,,9102
+17295,9820,8807,0,,9001
+17295,9820,8806,0,,9001
+17295,9820,8802,180,,9102
+17296,9820,8801,90,,9102
+17296,9820,8807,0,,9001
+17296,9820,8806,0,,9001
+17296,9820,8802,-150,,9102
+17297,9820,8802,-100,,9102
+17297,9820,8801,90,,9102
+17297,9820,8807,0,,9001
+17297,9820,8806,0,,9001
+17298,9820,8801,90,,9102
+17298,9820,8802,-40,,9102
+17298,9820,8807,0,,9001
+17298,9820,8806,0,,9001
+17299,9820,8802,10,,9102
+17299,9820,8801,90,,9102
+17299,9820,8807,0,,9001
+17299,9820,8806,0,,9001
+17300,9820,8801,90,,9102
+17300,9820,8807,0,,9001
+17300,9820,8806,0,,9001
+17300,9820,8802,90,,9102
+17321,9807,8802,12,,9102
+17321,9807,8807,0,,9001
 17321,9807,8801,0,,9102
-17321,9807,8802,12,,9102
+17321,9807,8806,150000,,9001
 17321,9807,8805,1,,9201
-17321,9807,8806,150000,,9001
-17321,9807,8807,0,,9001
 17322,9807,8801,0,,9110
 17322,9807,8802,13.3,,9110
 17322,9807,8805,1,,9201
 17322,9807,8806,150000,,9001
 17322,9807,8807,0,,9001
+17323,9807,8805,1,,9201
+17323,9807,8802,15,,9102
 17323,9807,8801,0,,9102
-17323,9807,8802,15,,9102
-17323,9807,8805,1,,9201
+17323,9807,8807,0,,9001
 17323,9807,8806,150000,,9001
-17323,9807,8807,0,,9001
+17324,9807,8805,1,,9201
 17324,9807,8801,0,,9110
 17324,9807,8802,16.3,,9110
-17324,9807,8805,1,,9201
+17324,9807,8807,0,,9001
 17324,9807,8806,150000,,9001
-17324,9807,8807,0,,9001
+17325,9807,8802,18,,9102
 17325,9807,8801,0,,9102
-17325,9807,8802,18,,9102
+17325,9807,8806,150000,,9001
 17325,9807,8805,1,,9201
-17325,9807,8806,150000,,9001
 17325,9807,8807,0,,9001
 17326,9807,8801,0,,9110
+17326,9807,8806,150000,,9001
+17326,9807,8805,1,,9201
 17326,9807,8802,14.15,,9110
-17326,9807,8805,1,,9201
-17326,9807,8806,150000,,9001
 17326,9807,8807,0,,9001
+17327,9807,8806,150000,,9001
+17327,9807,8802,15.45,,9110
 17327,9807,8801,0,,9110
-17327,9807,8802,15.45,,9110
 17327,9807,8805,1,,9201
-17327,9807,8806,150000,,9001
 17327,9807,8807,0,,9001
-17328,9807,8801,0,,9110
 17328,9807,8802,17.15,,9110
 17328,9807,8805,1,,9201
 17328,9807,8806,150000,,9001
 17328,9807,8807,0,,9001
+17328,9807,8801,0,,9110
 17329,9807,8801,0,,9110
-17329,9807,8802,18.45,,9110
-17329,9807,8805,1,,9201
 17329,9807,8806,150000,,9001
 17329,9807,8807,0,,9001
+17329,9807,8805,1,,9201
+17329,9807,8802,18.45,,9110
+17330,9807,8805,1,,9201
+17330,9807,8802,20.15,,9110
 17330,9807,8801,0,,9110
-17330,9807,8802,20.15,,9110
-17330,9807,8805,1,,9201
 17330,9807,8806,150000,,9001
 17330,9807,8807,0,,9001
 17331,9807,8801,0,,9110
-17331,9807,8802,21.45,,9110
 17331,9807,8805,1,,9201
 17331,9807,8806,150000,,9001
+17331,9807,8802,21.45,,9110
 17331,9807,8807,0,,9001
+17332,9807,8805,1,,9201
 17332,9807,8801,0,,9110
 17332,9807,8802,23.15,,9110
-17332,9807,8805,1,,9201
+17332,9807,8807,0,,9001
 17332,9807,8806,150000,,9001
-17332,9807,8807,0,,9001
 17333,9807,8801,0,,9102
+17333,9807,8806,500000,,9001
+17333,9807,8805,0.9996,,9201
 17333,9807,8802,15,,9102
-17333,9807,8805,0.9996,,9201
-17333,9807,8806,500000,,9001
 17333,9807,8807,0,,9001
+17334,9807,8807,0,,9001
 17334,9807,8801,0,,9110
+17334,9807,8806,1500000,,9001
+17334,9807,8805,1,,9201
 17334,9807,8802,11.18298,,9110
-17334,9807,8805,1,,9201
-17334,9807,8806,1500000,,9001
-17334,9807,8807,0,,9001
 17335,9807,8801,0,,9110
 17335,9807,8802,13.33298,,9110
 17335,9807,8805,1,,9201
+17335,9807,8807,0,,9001
 17335,9807,8806,1500000,,9001
-17335,9807,8807,0,,9001
+17336,9807,8802,18.03298,,9110
 17336,9807,8801,0,,9110
-17336,9807,8802,18.03298,,9110
+17336,9807,8807,0,,9001
+17336,9807,8806,1500000,,9001
 17336,9807,8805,1,,9201
-17336,9807,8806,1500000,,9001
-17336,9807,8807,0,,9001
+17337,9807,8802,20.18298,,9110
+17337,9807,8807,0,,9001
 17337,9807,8801,0,,9110
-17337,9807,8802,20.18298,,9110
+17337,9807,8806,1500000,,9001
 17337,9807,8805,1,,9201
-17337,9807,8806,1500000,,9001
-17337,9807,8807,0,,9001
 17338,9807,8801,0,,9110
+17338,9807,8805,1,,9201
 17338,9807,8802,22.33298,,9110
-17338,9807,8805,1,,9201
 17338,9807,8806,1500000,,9001
 17338,9807,8807,0,,9001
 17348,9807,8801,0,,9102
+17348,9807,8805,0.9996,,9201
 17348,9807,8802,105,,9102
-17348,9807,8805,0.9996,,9201
+17348,9807,8807,10000000,,9001
 17348,9807,8806,500000,,9001
-17348,9807,8807,10000000,,9001
+17349,9807,8805,0.9996,,9201
 17349,9807,8801,0,,9102
 17349,9807,8802,111,,9102
-17349,9807,8805,0.9996,,9201
+17349,9807,8807,10000000,,9001
 17349,9807,8806,500000,,9001
-17349,9807,8807,10000000,,9001
-17350,9807,8801,0,,9102
 17350,9807,8802,117,,9102
+17350,9807,8806,500000,,9001
 17350,9807,8805,0.9996,,9201
-17350,9807,8806,500000,,9001
+17350,9807,8801,0,,9102
 17350,9807,8807,10000000,,9001
+17351,9807,8806,500000,,9001
+17351,9807,8805,0.9996,,9201
+17351,9807,8802,123,,9102
 17351,9807,8801,0,,9102
-17351,9807,8802,123,,9102
-17351,9807,8805,0.9996,,9201
-17351,9807,8806,500000,,9001
 17351,9807,8807,10000000,,9001
+17352,9807,8806,500000,,9001
+17352,9807,8802,129,,9102
 17352,9807,8801,0,,9102
-17352,9807,8802,129,,9102
 17352,9807,8805,0.9996,,9201
-17352,9807,8806,500000,,9001
 17352,9807,8807,10000000,,9001
-17353,9807,8801,0,,9102
 17353,9807,8802,135,,9102
 17353,9807,8805,0.9996,,9201
+17353,9807,8801,0,,9102
+17353,9807,8807,10000000,,9001
 17353,9807,8806,500000,,9001
-17353,9807,8807,10000000,,9001
+17354,9807,8802,141,,9102
+17354,9807,8807,10000000,,9001
 17354,9807,8801,0,,9102
-17354,9807,8802,141,,9102
+17354,9807,8806,500000,,9001
 17354,9807,8805,0.9996,,9201
-17354,9807,8806,500000,,9001
-17354,9807,8807,10000000,,9001
+17355,9807,8805,0.9996,,9201
+17355,9807,8802,147,,9102
 17355,9807,8801,0,,9102
-17355,9807,8802,147,,9102
-17355,9807,8805,0.9996,,9201
 17355,9807,8806,500000,,9001
 17355,9807,8807,10000000,,9001
 17356,9807,8801,0,,9102
-17356,9807,8802,153,,9102
+17356,9807,8806,500000,,9001
 17356,9807,8805,0.9996,,9201
-17356,9807,8806,500000,,9001
 17356,9807,8807,10000000,,9001
+17356,9807,8802,153,,9102
 17357,9807,8801,0,,9102
 17357,9807,8802,159,,9102
+17357,9807,8807,10000000,,9001
+17357,9807,8806,500000,,9001
 17357,9807,8805,0.9996,,9201
-17357,9807,8806,500000,,9001
-17357,9807,8807,10000000,,9001
 17358,9807,8801,0,,9102
+17358,9807,8806,500000,,9001
+17358,9807,8805,0.9996,,9201
 17358,9807,8802,165,,9102
-17358,9807,8805,0.9996,,9201
-17358,9807,8806,500000,,9001
 17358,9807,8807,10000000,,9001
 17359,9802,8821,-32,,9102
-17359,9802,8822,135,,9102
-17359,9802,8823,-28,,9102
 17359,9802,8824,-36,,9102
 17359,9802,8826,1000000,,9001
+17359,9802,8823,-28,,9102
+17359,9802,8822,135,,9102
 17359,9802,8827,2000000,,9001
+17360,9802,8823,-36,,9102
+17360,9802,8827,4500000,,9001
 17360,9802,8821,-37,,9102
 17360,9802,8822,145,,9102
-17360,9802,8823,-36,,9102
+17360,9802,8826,2500000,,9001
 17360,9802,8824,-38,,9102
-17360,9802,8826,2500000,,9001
-17360,9802,8827,4500000,,9001
+17361,9802,8826,2500000,,9001
+17361,9802,8823,-36,,9102
+17361,9802,8822,145,,9102
 17361,9802,8821,-37,,9102
-17361,9802,8822,145,,9102
-17361,9802,8823,-36,,9102
 17361,9802,8824,-38,,9102
-17361,9802,8826,2500000,,9001
 17361,9802,8827,2500000,,9001
-17362,9802,8821,0,,9102
+17362,9802,8823,-18,,9102
 17362,9802,8822,134,,9102
-17362,9802,8823,-18,,9102
+17362,9802,8827,0,,9001
+17362,9802,8826,0,,9001
 17362,9802,8824,-36,,9102
-17362,9802,8826,0,,9001
-17362,9802,8827,0,,9001
+17362,9802,8821,0,,9102
 17363,9807,8801,-28,,9102
+17363,9807,8806,50000,,9001
+17363,9807,8805,0.99999,,9201
 17363,9807,8802,153,,9102
-17363,9807,8805,0.99999,,9201
-17363,9807,8806,50000,,9001
 17363,9807,8807,100000,,9001
+17364,9802,8824,-35.75,,9102
+17364,9802,8822,147,,9102
 17364,9802,8821,-33.25,,9102
-17364,9802,8822,147,,9102
 17364,9802,8823,-30.75,,9102
-17364,9802,8824,-35.75,,9102
+17364,9802,8827,4500000,,9001
 17364,9802,8826,9300000,,9001
-17364,9802,8827,4500000,,9001
+17365,9822,8821,0,,9102
+17365,9822,8822,132,,9102
+17365,9822,8824,-36,,9102
+17365,9822,8823,-18,,9102
+17365,9822,8826,0,,9001
+17365,9822,8827,0,,9001
 17401,9802,8821,0,,9102
+17401,9802,8823,-6.5,,9102
 17401,9802,8822,26,,9102
-17401,9802,8823,-6.5,,9102
+17401,9802,8827,0,,9001
+17401,9802,8826,0,,9001
 17401,9802,8824,-11.5,,9102
-17401,9802,8826,0,,9001
-17401,9802,8827,0,,9001
+17402,9807,8802,26,,9102
+17402,9807,8807,0,,9001
 17402,9807,8801,-9,,9102
-17402,9807,8802,26,,9102
+17402,9807,8806,0,,9001
 17402,9807,8805,0.9998,,9201
-17402,9807,8806,0,,9001
-17402,9807,8807,0,,9001
 17412,9807,8801,0,,9102
 17412,9807,8802,12,,9102
 17412,9807,8805,0.9999,,9201
 17412,9807,8806,500000,,9001
 17412,9807,8807,10000000,,9001
+17414,9807,8805,0.9999,,9201
+17414,9807,8802,14,,9102
 17414,9807,8801,0,,9102
-17414,9807,8802,14,,9102
-17414,9807,8805,0.9999,,9201
+17414,9807,8807,10000000,,9001
 17414,9807,8806,500000,,9001
-17414,9807,8807,10000000,,9001
+17416,9807,8805,0.9999,,9201
 17416,9807,8801,0,,9102
 17416,9807,8802,16,,9102
-17416,9807,8805,0.9999,,9201
+17416,9807,8807,10000000,,9001
 17416,9807,8806,500000,,9001
-17416,9807,8807,10000000,,9001
+17418,9807,8802,18,,9102
 17418,9807,8801,0,,9102
-17418,9807,8802,18,,9102
+17418,9807,8806,500000,,9001
 17418,9807,8805,0.9999,,9201
-17418,9807,8806,500000,,9001
 17418,9807,8807,10000000,,9001
 17420,9807,8801,0,,9102
+17420,9807,8806,500000,,9001
+17420,9807,8805,0.9999,,9201
 17420,9807,8802,20,,9102
-17420,9807,8805,0.9999,,9201
-17420,9807,8806,500000,,9001
 17420,9807,8807,10000000,,9001
+17422,9807,8806,500000,,9001
+17422,9807,8802,22,,9102
 17422,9807,8801,0,,9102
-17422,9807,8802,22,,9102
 17422,9807,8805,0.9999,,9201
-17422,9807,8806,500000,,9001
 17422,9807,8807,10000000,,9001
-17424,9807,8801,0,,9102
+17424,9807,8805,0.9999,,9201
 17424,9807,8802,24,,9102
-17424,9807,8805,0.9999,,9201
+17424,9807,8807,10000000,,9001
 17424,9807,8806,500000,,9001
-17424,9807,8807,10000000,,9001
+17424,9807,8801,0,,9102
+17426,9807,8802,26,,9102
+17426,9807,8807,10000000,,9001
 17426,9807,8801,0,,9102
-17426,9807,8802,26,,9102
+17426,9807,8806,500000,,9001
 17426,9807,8805,0.9999,,9201
-17426,9807,8806,500000,,9001
-17426,9807,8807,10000000,,9001
+17428,9807,8805,0.9999,,9201
+17428,9807,8802,28,,9102
 17428,9807,8801,0,,9102
-17428,9807,8802,28,,9102
-17428,9807,8805,0.9999,,9201
 17428,9807,8806,500000,,9001
 17428,9807,8807,10000000,,9001
 17430,9807,8801,0,,9102
-17430,9807,8802,30,,9102
 17430,9807,8805,0.9999,,9201
 17430,9807,8806,500000,,9001
+17430,9807,8802,30,,9102
 17430,9807,8807,10000000,,9001
+17432,9807,8805,0.9999,,9201
+17432,9807,8801,0,,9102
+17432,9807,8802,94.5,,9102
+17432,9807,8807,1500000,,9001
+17432,9807,8806,200000,,9001
+17433,9807,8801,0,,9102
+17433,9807,8806,200000,,9001
+17433,9807,8805,0.9999,,9201
+17433,9807,8802,97.5,,9102
+17433,9807,8807,1500000,,9001
+17434,9807,8801,0,,9102
+17434,9807,8807,1500000,,9001
+17434,9807,8806,200000,,9001
+17434,9807,8805,0.9999,,9201
+17434,9807,8802,100.5,,9102
+17435,9807,8801,0,,9102
+17435,9807,8802,103.5,,9102
+17435,9807,8805,0.9999,,9201
+17435,9807,8807,1500000,,9001
+17435,9807,8806,200000,,9001
+17436,9807,8802,106.5,,9102
+17436,9807,8801,0,,9102
+17436,9807,8807,1500000,,9001
+17436,9807,8806,200000,,9001
+17436,9807,8805,0.9999,,9201
+17437,9807,8802,109.5,,9102
+17437,9807,8807,1500000,,9001
+17437,9807,8801,0,,9102
+17437,9807,8806,200000,,9001
+17437,9807,8805,0.9999,,9201
+17438,9807,8801,0,,9102
+17438,9807,8805,0.9999,,9201
+17438,9807,8802,112.5,,9102
+17438,9807,8806,200000,,9001
+17438,9807,8807,1500000,,9001
+17439,9807,8801,0,,9102
+17439,9807,8805,0.9999,,9201
+17439,9807,8802,115.5,,9102
+17439,9807,8807,1500000,,9001
+17439,9807,8806,200000,,9001
+17440,9807,8805,0.9999,,9201
+17440,9807,8801,0,,9102
+17440,9807,8802,118.5,,9102
+17440,9807,8807,1500000,,9001
+17440,9807,8806,200000,,9001
+17441,9807,8802,121.5,,9102
+17441,9807,8805,0.9999,,9201
+17441,9807,8807,1500000,,9001
+17441,9807,8806,200000,,9001
+17441,9807,8801,0,,9102
+17442,9807,8806,200000,,9001
+17442,9807,8805,0.9999,,9201
+17442,9807,8802,124.5,,9102
+17442,9807,8801,0,,9102
+17442,9807,8807,1500000,,9001
+17443,9807,8806,200000,,9001
+17443,9807,8802,127.5,,9102
+17443,9807,8801,0,,9102
+17443,9807,8805,0.9999,,9201
+17443,9807,8807,1500000,,9001
+17444,9807,8801,0,,9102
+17444,9807,8802,130.5,,9102
+17444,9807,8805,0.9999,,9201
+17444,9807,8807,1500000,,9001
+17444,9807,8806,200000,,9001
+17445,9807,8802,133.5,,9102
+17445,9807,8807,1500000,,9001
+17445,9807,8801,0,,9102
+17445,9807,8806,200000,,9001
+17445,9807,8805,0.9999,,9201
+17446,9807,8805,0.9999,,9201
+17446,9807,8802,136.5,,9102
+17446,9807,8801,0,,9102
+17446,9807,8806,200000,,9001
+17446,9807,8807,1500000,,9001
+17447,9807,8806,200000,,9001
+17447,9807,8801,0,,9102
+17447,9807,8805,0.9999,,9201
+17447,9807,8807,1500000,,9001
+17447,9807,8802,139.5,,9102
 17448,9807,8801,0,,9102
 17448,9807,8802,105,,9102
+17448,9807,8807,10000000,,9001
+17448,9807,8806,500000,,9001
 17448,9807,8805,0.9996,,9201
-17448,9807,8806,500000,,9001
-17448,9807,8807,10000000,,9001
 17449,9807,8801,0,,9102
+17449,9807,8806,500000,,9001
+17449,9807,8805,0.9996,,9201
 17449,9807,8802,111,,9102
-17449,9807,8805,0.9996,,9201
-17449,9807,8806,500000,,9001
 17449,9807,8807,10000000,,9001
 17450,9807,8801,0,,9102
-17450,9807,8802,117,,9102
-17450,9807,8805,0.9996,,9201
 17450,9807,8806,500000,,9001
 17450,9807,8807,10000000,,9001
+17450,9807,8805,0.9996,,9201
+17450,9807,8802,117,,9102
+17451,9807,8806,500000,,9001
+17451,9807,8802,123,,9102
 17451,9807,8801,0,,9102
-17451,9807,8802,123,,9102
 17451,9807,8805,0.9996,,9201
-17451,9807,8806,500000,,9001
 17451,9807,8807,10000000,,9001
+17452,9807,8802,129,,9102
 17452,9807,8801,0,,9102
-17452,9807,8802,129,,9102
+17452,9807,8807,10000000,,9001
+17452,9807,8806,500000,,9001
 17452,9807,8805,0.9996,,9201
-17452,9807,8806,500000,,9001
-17452,9807,8807,10000000,,9001
+17453,9807,8802,135,,9102
+17453,9807,8807,10000000,,9001
 17453,9807,8801,0,,9102
-17453,9807,8802,135,,9102
+17453,9807,8806,500000,,9001
 17453,9807,8805,0.9996,,9201
-17453,9807,8806,500000,,9001
-17453,9807,8807,10000000,,9001
 17454,9807,8801,0,,9102
 17454,9807,8802,141,,9102
 17454,9807,8805,0.9996,,9201
 17454,9807,8806,500000,,9001
 17454,9807,8807,10000000,,9001
+17455,9807,8805,0.9996,,9201
+17455,9807,8802,147,,9102
 17455,9807,8801,0,,9102
-17455,9807,8802,147,,9102
-17455,9807,8805,0.9996,,9201
+17455,9807,8807,10000000,,9001
 17455,9807,8806,500000,,9001
-17455,9807,8807,10000000,,9001
+17456,9807,8805,0.9996,,9201
 17456,9807,8801,0,,9102
 17456,9807,8802,153,,9102
-17456,9807,8805,0.9996,,9201
+17456,9807,8807,10000000,,9001
 17456,9807,8806,500000,,9001
-17456,9807,8807,10000000,,9001
+17457,9807,8802,159,,9102
 17457,9807,8801,0,,9102
-17457,9807,8802,159,,9102
+17457,9807,8806,500000,,9001
 17457,9807,8805,0.9996,,9201
-17457,9807,8806,500000,,9001
 17457,9807,8807,10000000,,9001
 17458,9807,8801,0,,9102
+17458,9807,8806,500000,,9001
+17458,9807,8805,0.9996,,9201
 17458,9807,8802,165,,9102
-17458,9807,8805,0.9996,,9201
-17458,9807,8806,500000,,9001
 17458,9807,8807,10000000,,9001
+17515,9808,8806,0,,9001
+17515,9808,8802,15,,9102
 17515,9808,8801,0,,9102
-17515,9808,8802,15,,9102
 17515,9808,8805,1,,9201
-17515,9808,8806,0,,9001
 17515,9808,8807,0,,9001
-17517,9808,8801,0,,9102
+17517,9808,8805,1,,9201
 17517,9808,8802,17,,9102
-17517,9808,8805,1,,9201
 17517,9808,8806,0,,9001
+17517,9808,8801,0,,9102
 17517,9808,8807,0,,9001
+17519,9808,8802,19,,9102
+17519,9808,8807,0,,9001
 17519,9808,8801,0,,9102
-17519,9808,8802,19,,9102
+17519,9808,8806,0,,9001
 17519,9808,8805,1,,9201
-17519,9808,8806,0,,9001
-17519,9808,8807,0,,9001
+17521,9808,8805,1,,9201
+17521,9808,8802,21,,9102
 17521,9808,8801,0,,9102
-17521,9808,8802,21,,9102
-17521,9808,8805,1,,9201
 17521,9808,8806,0,,9001
 17521,9808,8807,0,,9001
 17523,9808,8801,0,,9102
-17523,9808,8802,23,,9102
 17523,9808,8805,1,,9201
 17523,9808,8806,0,,9001
+17523,9808,8802,23,,9102
 17523,9808,8807,0,,9001
+17525,9808,8805,1,,9201
 17525,9808,8801,0,,9102
 17525,9808,8802,25,,9102
-17525,9808,8805,1,,9201
+17525,9808,8807,0,,9001
 17525,9808,8806,0,,9001
-17525,9808,8807,0,,9001
 17527,9808,8801,0,,9102
+17527,9808,8806,0,,9001
+17527,9808,8805,1,,9201
 17527,9808,8802,27,,9102
-17527,9808,8805,1,,9201
-17527,9808,8806,0,,9001
 17527,9808,8807,0,,9001
 17529,9808,8801,0,,9102
+17529,9808,8807,0,,9001
+17529,9808,8806,0,,9001
+17529,9808,8805,1,,9201
 17529,9808,8802,29,,9102
-17529,9808,8805,1,,9201
-17529,9808,8806,0,,9001
-17529,9808,8807,0,,9001
+17531,9808,8807,0,,9001
+17531,9808,8806,0,,9001
+17531,9808,8805,1,,9201
+17531,9808,8802,31,,9102
 17531,9808,8801,0,,9102
-17531,9808,8802,31,,9102
-17531,9808,8805,1,,9201
-17531,9808,8806,0,,9001
-17531,9808,8807,0,,9001
+17533,9808,8802,33,,9102
 17533,9808,8801,0,,9102
-17533,9808,8802,33,,9102
 17533,9808,8805,1,,9201
+17533,9808,8807,0,,9001
 17533,9808,8806,0,,9001
-17533,9808,8807,0,,9001
+17611,9808,8807,0,,9031
+17611,9808,8806,0,,9031
+17611,9808,8805,1,,9201
+17611,9808,8802,11,,9102
 17611,9808,8801,-22,,9102
-17611,9808,8802,11,,9102
-17611,9808,8805,1,,9201
-17611,9808,8806,0,,9031
-17611,9808,8807,0,,9031
+17613,9808,8802,13,,9102
 17613,9808,8801,-22,,9102
-17613,9808,8802,13,,9102
 17613,9808,8805,1,,9201
+17613,9808,8807,0,,9031
 17613,9808,8806,0,,9031
-17613,9808,8807,0,,9031
+17615,9808,8802,15,,9102
 17615,9808,8801,-22,,9102
-17615,9808,8802,15,,9102
+17615,9808,8807,0,,9031
+17615,9808,8806,0,,9031
 17615,9808,8805,1,,9201
-17615,9808,8806,0,,9031
-17615,9808,8807,0,,9031
 17617,9808,8801,-22,,9102
+17617,9808,8806,0,,9031
+17617,9808,8805,1,,9201
 17617,9808,8802,17,,9102
-17617,9808,8805,1,,9201
-17617,9808,8806,0,,9031
 17617,9808,8807,0,,9031
-17619,9808,8801,-22,,9102
-17619,9808,8802,19,,9102
 17619,9808,8805,1,,9201
 17619,9808,8806,0,,9031
 17619,9808,8807,0,,9031
+17619,9808,8801,-22,,9102
+17619,9808,8802,19,,9102
+17621,9808,8805,1,,9201
+17621,9808,8802,21,,9102
 17621,9808,8801,-22,,9102
-17621,9808,8802,21,,9102
-17621,9808,8805,1,,9201
+17621,9808,8807,0,,9031
 17621,9808,8806,0,,9031
-17621,9808,8807,0,,9031
 17623,9808,8801,-22,,9102
 17623,9808,8802,23,,9102
+17623,9808,8807,0,,9031
+17623,9808,8806,0,,9031
 17623,9808,8805,1,,9201
-17623,9808,8806,0,,9031
-17623,9808,8807,0,,9031
 17625,9808,8801,-22,,9102
-17625,9808,8802,25,,9102
+17625,9808,8806,0,,9031
 17625,9808,8805,1,,9201
-17625,9808,8806,0,,9031
 17625,9808,8807,0,,9031
-17700,9807,8801,0,,9110
+17625,9808,8802,25,,9102
+17700,9807,8806,304800,,9001
+17700,9807,8805,0.9999,,9201
 17700,9807,8802,-55.3,,9110
-17700,9807,8805,0.9999,,9201
-17700,9807,8806,304800,,9001
 17700,9807,8807,0,,9001
+17700,9807,8801,0,,9110
+17701,9807,8802,-53,,9102
 17701,9807,8801,0,,9102
-17701,9807,8802,-53,,9102
 17701,9807,8805,0.9999,,9201
+17701,9807,8807,0,,9001
 17701,9807,8806,304800,,9001
-17701,9807,8807,0,,9001
+17702,9807,8807,0,,9001
 17702,9807,8801,0,,9102
 17702,9807,8802,-56,,9102
 17702,9807,8805,0.9999,,9201
 17702,9807,8806,304800,,9001
-17702,9807,8807,0,,9001
+17703,9807,8807,0,,9001
 17703,9807,8801,0,,9110
+17703,9807,8806,304800,,9001
+17703,9807,8805,0.9999,,9201
 17703,9807,8802,-58.3,,9110
-17703,9807,8805,0.9999,,9201
-17703,9807,8806,304800,,9001
-17703,9807,8807,0,,9001
+17704,9807,8805,0.9999,,9201
+17704,9807,8802,-61.3,,9110
 17704,9807,8801,0,,9110
-17704,9807,8802,-61.3,,9110
-17704,9807,8805,0.9999,,9201
 17704,9807,8806,304800,,9001
 17704,9807,8807,0,,9001
-17705,9807,8801,0,,9110
 17705,9807,8802,-64.3,,9110
-17705,9807,8805,0.9999,,9201
 17705,9807,8806,304800,,9001
 17705,9807,8807,0,,9001
+17705,9807,8801,0,,9110
+17705,9807,8805,0.9999,,9201
 17706,9807,8801,0,,9110
 17706,9807,8802,-67.3,,9110
+17706,9807,8807,0,,9001
+17706,9807,8806,304800,,9001
 17706,9807,8805,0.9999,,9201
-17706,9807,8806,304800,,9001
-17706,9807,8807,0,,9001
 17707,9807,8801,0,,9110
+17707,9807,8806,304800,,9001
+17707,9807,8805,0.9999,,9201
 17707,9807,8802,-70.3,,9110
-17707,9807,8805,0.9999,,9201
-17707,9807,8806,304800,,9001
 17707,9807,8807,0,,9001
+17708,9807,8805,0.9999,,9201
+17708,9807,8802,-73.3,,9110
 17708,9807,8801,0,,9110
-17708,9807,8802,-73.3,,9110
-17708,9807,8805,0.9999,,9201
+17708,9807,8807,0,,9001
 17708,9807,8806,304800,,9001
-17708,9807,8807,0,,9001
-17709,9807,8801,0,,9110
 17709,9807,8802,-76.3,,9110
 17709,9807,8805,0.9999,,9201
+17709,9807,8807,0,,9001
 17709,9807,8806,304800,,9001
-17709,9807,8807,0,,9001
+17709,9807,8801,0,,9110
+17710,9807,8802,-79.3,,9110
 17710,9807,8801,0,,9110
-17710,9807,8802,-79.3,,9110
+17710,9807,8807,0,,9001
+17710,9807,8806,304800,,9001
 17710,9807,8805,0.9999,,9201
-17710,9807,8806,304800,,9001
-17710,9807,8807,0,,9001
 17711,9807,8801,0,,9110
+17711,9807,8806,304800,,9001
+17711,9807,8805,0.9999,,9201
 17711,9807,8802,-82.3,,9110
-17711,9807,8805,0.9999,,9201
-17711,9807,8806,304800,,9001
 17711,9807,8807,0,,9001
-17712,9807,8801,0,,9102
+17712,9807,8805,0.9999,,9201
 17712,9807,8802,-81,,9102
-17712,9807,8805,0.9999,,9201
 17712,9807,8806,304800,,9001
 17712,9807,8807,0,,9001
-17713,9807,8801,0,,9102
+17712,9807,8801,0,,9102
+17713,9807,8805,0.9999,,9201
 17713,9807,8802,-84,,9102
-17713,9807,8805,0.9999,,9201
+17713,9807,8807,0,,9001
 17713,9807,8806,304800,,9001
-17713,9807,8807,0,,9001
+17713,9807,8801,0,,9102
 17714,9807,8801,0,,9102
 17714,9807,8802,-87,,9102
+17714,9807,8807,0,,9001
+17714,9807,8806,304800,,9001
 17714,9807,8805,0.9999,,9201
-17714,9807,8806,304800,,9001
-17714,9807,8807,0,,9001
+17715,9807,8807,0,,9001
+17715,9807,8805,0.9999,,9201
 17715,9807,8801,0,,9102
 17715,9807,8802,-90,,9102
-17715,9807,8805,0.9999,,9201
 17715,9807,8806,304800,,9001
-17715,9807,8807,0,,9001
-17716,9807,8801,0,,9102
+17716,9807,8806,304800,,9001
+17716,9807,8805,0.9999,,9201
 17716,9807,8802,-93,,9102
-17716,9807,8805,0.9999,,9201
-17716,9807,8806,304800,,9001
 17716,9807,8807,0,,9001
+17716,9807,8801,0,,9102
+17717,9807,8806,304800,,9001
+17717,9807,8802,-96,,9102
 17717,9807,8801,0,,9102
-17717,9807,8802,-96,,9102
 17717,9807,8805,0.9999,,9201
-17717,9807,8806,304800,,9001
 17717,9807,8807,0,,9001
 17794,9807,8801,0,,9110
+17794,9807,8805,0.9999,,9201
 17794,9807,8802,-61.3,,9110
-17794,9807,8805,0.9999,,9201
+17794,9807,8807,0,,9001
 17794,9807,8806,4500000,,9001
-17794,9807,8807,0,,9001
+17795,9807,8805,0.9999,,9201
 17795,9807,8801,0,,9110
 17795,9807,8802,-64.3,,9110
-17795,9807,8805,0.9999,,9201
 17795,9807,8806,5500000,,9001
 17795,9807,8807,0,,9001
 17801,9807,8801,33,,9110
+17801,9807,8805,0.9999,,9201
 17801,9807,8802,129.3,,9110
-17801,9807,8805,0.9999,,9201
 17801,9807,8806,0,,9001
 17801,9807,8807,0,,9001
-17802,9807,8801,33,,9110
 17802,9807,8802,131,,9110
-17802,9807,8805,0.9999,,9201
 17802,9807,8806,0,,9001
 17802,9807,8807,0,,9001
+17802,9807,8805,0.9999,,9201
+17802,9807,8801,33,,9110
+17803,9807,8805,0.9999,,9201
+17803,9807,8806,0,,9001
 17803,9807,8801,36,,9110
 17803,9807,8802,132.1,,9110
-17803,9807,8805,0.9999,,9201
-17803,9807,8806,0,,9001
 17803,9807,8807,0,,9001
 17804,9807,8801,33,,9110
 17804,9807,8802,133.3,,9110
+17804,9807,8806,0,,9001
 17804,9807,8805,0.9999,,9201
-17804,9807,8806,0,,9001
 17804,9807,8807,0,,9001
-17805,9807,8801,36,,9110
+17805,9807,8805,0.9999,,9201
 17805,9807,8802,134.2,,9110
-17805,9807,8805,0.9999,,9201
+17805,9807,8807,0,,9001
 17805,9807,8806,0,,9001
-17805,9807,8807,0,,9001
+17805,9807,8801,36,,9110
 17806,9807,8801,36,,9110
+17806,9807,8807,0,,9001
 17806,9807,8802,136,,9110
 17806,9807,8805,0.9999,,9201
 17806,9807,8806,0,,9001
-17806,9807,8807,0,,9001
+17807,9807,8802,137.1,,9110
 17807,9807,8801,36,,9110
-17807,9807,8802,137.1,,9110
+17807,9807,8807,0,,9001
+17807,9807,8806,0,,9001
 17807,9807,8805,0.9999,,9201
-17807,9807,8806,0,,9001
-17807,9807,8807,0,,9001
+17808,9807,8806,0,,9001
 17808,9807,8801,36,,9110
+17808,9807,8807,0,,9001
 17808,9807,8802,138.3,,9110
 17808,9807,8805,0.9999,,9201
-17808,9807,8806,0,,9001
-17808,9807,8807,0,,9001
 17809,9807,8801,36,,9110
 17809,9807,8802,139.5,,9110
 17809,9807,8805,0.9999,,9201
 17809,9807,8806,0,,9001
 17809,9807,8807,0,,9001
+17810,9807,8805,0.9999,,9201
+17810,9807,8802,140.5,,9110
+17810,9807,8807,0,,9001
 17810,9807,8801,40,,9110
-17810,9807,8802,140.5,,9110
-17810,9807,8805,0.9999,,9201
 17810,9807,8806,0,,9001
-17810,9807,8807,0,,9001
 17811,9807,8801,44,,9110
 17811,9807,8802,140.15,,9110
+17811,9807,8807,0,,9001
+17811,9807,8806,0,,9001
 17811,9807,8805,0.9999,,9201
-17811,9807,8806,0,,9001
-17811,9807,8807,0,,9001
-17812,9807,8801,44,,9110
 17812,9807,8802,142.15,,9110
 17812,9807,8805,0.9999,,9201
+17812,9807,8807,0,,9001
+17812,9807,8801,44,,9110
 17812,9807,8806,0,,9001
-17812,9807,8807,0,,9001
+17813,9807,8802,144.15,,9110
+17813,9807,8807,0,,9001
 17813,9807,8801,44,,9110
-17813,9807,8802,144.15,,9110
 17813,9807,8805,0.9999,,9201
 17813,9807,8806,0,,9001
-17813,9807,8807,0,,9001
-17814,9807,8801,26,,9110
 17814,9807,8802,142,,9110
 17814,9807,8805,0.9999,,9201
 17814,9807,8806,0,,9001
 17814,9807,8807,0,,9001
+17814,9807,8801,26,,9110
+17815,9807,8807,0,,9001
+17815,9807,8805,0.9999,,9201
 17815,9807,8801,26,,9110
+17815,9807,8806,0,,9001
 17815,9807,8802,127.3,,9110
-17815,9807,8805,0.9999,,9201
-17815,9807,8806,0,,9001
-17815,9807,8807,0,,9001
+17816,9807,8807,0,,9001
+17816,9807,8806,0,,9001
+17816,9807,8805,0.9999,,9201
 17816,9807,8801,26,,9110
 17816,9807,8802,124,,9110
-17816,9807,8805,0.9999,,9201
-17816,9807,8806,0,,9001
-17816,9807,8807,0,,9001
-17817,9807,8801,26,,9110
 17817,9807,8802,131,,9110
 17817,9807,8805,0.9999,,9201
 17817,9807,8806,0,,9001
+17817,9807,8801,26,,9110
 17817,9807,8807,0,,9001
 17818,9807,8801,20,,9110
-17818,9807,8802,136,,9110
+17818,9807,8807,0,,9001
 17818,9807,8805,0.9999,,9201
 17818,9807,8806,0,,9001
-17818,9807,8807,0,,9001
+17818,9807,8802,136,,9110
 17819,9807,8801,26,,9110
+17819,9807,8806,0,,9001
 17819,9807,8802,154,,9110
+17819,9807,8807,0,,9001
 17819,9807,8805,0.9999,,9201
-17819,9807,8806,0,,9001
-17819,9807,8807,0,,9001
-17901,9807,8801,-36.5247515,,9110
-17901,9807,8802,174.45516217,,9110
 17901,9807,8805,0.9999,,9201
 17901,9807,8806,300000,,9001
+17901,9807,8802,174.45516217,,9110
 17901,9807,8807,700000,,9001
+17901,9807,8801,-36.5247515,,9110
+17902,9807,8802,176.27583101,,9110
+17902,9807,8807,700000,,9001
+17902,9807,8806,300000,,9001
 17902,9807,8801,-37.45404993,,9110
-17902,9807,8802,176.27583101,,9110
 17902,9807,8805,1,,9201
-17902,9807,8806,300000,,9001
-17902,9807,8807,700000,,9001
+17903,9807,8806,300000,,9001
+17903,9807,8805,1,,9201
+17903,9807,8802,177.53082906,,9110
 17903,9807,8801,-38.372893,,9110
-17903,9807,8802,177.53082906,,9110
-17903,9807,8805,1,,9201
-17903,9807,8806,300000,,9001
 17903,9807,8807,700000,,9001
+17904,9807,8802,176.40252499,,9110
 17904,9807,8801,-39.39033455,,9110
-17904,9807,8802,176.40252499,,9110
+17904,9807,8807,700000,,9001
+17904,9807,8806,300000,,9001
 17904,9807,8805,1,,9201
-17904,9807,8806,300000,,9001
-17904,9807,8807,700000,,9001
+17905,9807,8805,1,,9201
 17905,9807,8801,-39.08087299,,9110
+17905,9807,8807,700000,,9001
 17905,9807,8802,174.13408423,,9110
-17905,9807,8805,1,,9201
 17905,9807,8806,300000,,9001
-17905,9807,8807,700000,,9001
-17906,9807,8801,-39.30448934,,9110
+17906,9807,8807,700000,,9001
+17906,9807,8805,1,,9201
 17906,9807,8802,175.38241325,,9110
-17906,9807,8805,1,,9201
 17906,9807,8806,300000,,9001
-17906,9807,8807,700000,,9001
+17906,9807,8801,-39.30448934,,9110
+17907,9807,8807,700000,,9001
 17907,9807,8801,-40.14310097,,9110
-17907,9807,8802,175.29171586,,9110
 17907,9807,8805,1,,9201
 17907,9807,8806,300000,,9001
-17907,9807,8807,700000,,9001
+17907,9807,8802,175.29171586,,9110
 17908,9807,8801,-40.55319175,,9110
 17908,9807,8802,175.38504588,,9110
+17908,9807,8807,700000,,9001
+17908,9807,8806,300000,,9001
 17908,9807,8805,1,,9201
-17908,9807,8806,300000,,9001
-17908,9807,8807,700000,,9001
+17909,9807,8806,300000,,9001
+17909,9807,8807,700000,,9001
+17909,9807,8805,1,,9201
 17909,9807,8801,-41.18047507,,9110
 17909,9807,8802,174.46358432,,9110
-17909,9807,8805,1,,9201
-17909,9807,8806,300000,,9001
-17909,9807,8807,700000,,9001
-17910,9807,8801,-40.42531326,,9110
 17910,9807,8802,172.40193674,,9110
+17910,9807,8806,300000,,9001
 17910,9807,8805,1,,9201
-17910,9807,8806,300000,,9001
 17910,9807,8807,700000,,9001
-17911,9807,8801,-41.1628361,,9110
+17910,9807,8801,-40.42531326,,9110
 17911,9807,8802,173.17575405,,9110
 17911,9807,8805,1,,9201
 17911,9807,8806,300000,,9001
 17911,9807,8807,700000,,9001
+17911,9807,8801,-41.1628361,,9110
+17912,9807,8807,700000,,9001
+17912,9807,8806,300000,,9001
+17912,9807,8805,1,,9201
 17912,9807,8801,-41.17236815,,9110
 17912,9807,8802,172.06325015,,9110
-17912,9807,8805,1,,9201
-17912,9807,8806,300000,,9001
-17912,9807,8807,700000,,9001
+17913,9807,8805,1,,9201
 17913,9807,8801,-41.48388903,,9110
-17913,9807,8802,171.34525362,,9110
-17913,9807,8805,1,,9201
 17913,9807,8806,300000,,9001
 17913,9807,8807,700000,,9001
-17914,9807,8801,-42.20012994,,9110
+17913,9807,8802,171.34525362,,9110
+17914,9807,8805,1,,9201
 17914,9807,8802,171.32591767,,9110
-17914,9807,8805,1,,9201
 17914,9807,8806,300000,,9001
 17914,9807,8807,700000,,9001
-17915,9807,8801,-42.41208197,,9110
-17915,9807,8802,173.00364802,,9110
+17914,9807,8801,-42.20012994,,9110
 17915,9807,8805,1,,9201
 17915,9807,8806,300000,,9001
 17915,9807,8807,700000,,9001
-17916,9807,8801,-41.3240152,,9110
+17915,9807,8801,-42.41208197,,9110
+17915,9807,8802,173.00364802,,9110
+17916,9807,8806,300000,,9001
 17916,9807,8802,173.48074668,,9110
+17916,9807,8807,700000,,9001
 17916,9807,8805,1,,9201
-17916,9807,8806,300000,,9001
-17916,9807,8807,700000,,9001
+17916,9807,8801,-41.3240152,,9110
 17917,9807,8801,-42.53107605,,9110
-17917,9807,8802,170.58479766,,9110
+17917,9807,8806,300000,,9001
 17917,9807,8805,1,,9201
-17917,9807,8806,300000,,9001
 17917,9807,8807,700000,,9001
-17918,9807,8801,-43.06364613,,9110
+17917,9807,8802,170.58479766,,9110
 17918,9807,8802,170.1539333,,9110
+17918,9807,8806,300000,,9001
 17918,9807,8805,1,,9201
-17918,9807,8806,300000,,9001
+17918,9807,8801,-43.06364613,,9110
 17918,9807,8807,700000,,9001
-17919,9807,8801,-43.58400904,,9110
+17919,9807,8807,700000,,9001
 17919,9807,8802,168.36225612,,9110
 17919,9807,8805,1,,9201
+17919,9807,8801,-43.58400904,,9110
 17919,9807,8806,300000,,9001
-17919,9807,8807,700000,,9001
 17920,9807,8801,-43.35262953,,9110
+17920,9807,8807,700000,,9001
+17920,9807,8806,300000,,9001
 17920,9807,8802,172.43378969,,9110
 17920,9807,8805,1,,9201
-17920,9807,8806,300000,,9001
-17920,9807,8807,700000,,9001
+17921,9807,8807,700000,,9001
+17921,9807,8806,300000,,9001
+17921,9807,8805,1,,9201
 17921,9807,8801,-43.44553616,,9110
 17921,9807,8802,171.21386945,,9110
-17921,9807,8805,1,,9201
-17921,9807,8806,300000,,9001
-17921,9807,8807,700000,,9001
-17922,9807,8801,-44.24079933,,9110
-17922,9807,8802,171.0326103,,9110
 17922,9807,8805,1,,9201
 17922,9807,8806,300000,,9001
 17922,9807,8807,700000,,9001
-17923,9807,8801,-44.44069647,,9110
+17922,9807,8802,171.0326103,,9110
+17922,9807,8801,-44.24079933,,9110
+17923,9807,8805,1,,9201
 17923,9807,8802,169.28039183,,9110
-17923,9807,8805,1,,9201
+17923,9807,8807,700000,,9001
 17923,9807,8806,300000,,9001
-17923,9807,8807,700000,,9001
+17923,9807,8801,-44.44069647,,9110
 17924,9807,8801,-45.07584493,,9110
-17924,9807,8802,168.23551083,,9110
-17924,9807,8805,1,,9201
 17924,9807,8806,300000,,9001
 17924,9807,8807,700000,,9001
+17924,9807,8805,1,,9201
+17924,9807,8802,168.23551083,,9110
+17925,9807,8806,300000,,9001
+17925,9807,8805,1,,9201
+17925,9807,8807,700000,,9001
 17925,9807,8801,-45.33494142,,9110
 17925,9807,8802,167.44199024,,9110
-17925,9807,8805,1,,9201
-17925,9807,8806,300000,,9001
-17925,9807,8807,700000,,9001
+17926,9807,8802,170.37429426,,9110
+17926,9807,8807,700000,,9001
 17926,9807,8801,-45.48583078,,9110
-17926,9807,8802,170.37429426,,9110
 17926,9807,8805,1,,9201
 17926,9807,8806,300000,,9001
-17926,9807,8807,700000,,9001
-17927,9807,8801,-45.51414481,,9110
 17927,9807,8802,170.16573208,,9110
 17927,9807,8805,0.99996,,9201
 17927,9807,8806,300000,,9001
 17927,9807,8807,700000,,9001
+17927,9807,8801,-45.51414481,,9110
+17928,9807,8806,300002.66,,9001
+17928,9807,8805,1,,9201
 17928,9807,8801,-46.36000346,,9110
+17928,9807,8807,699999.58,,9001
 17928,9807,8802,168.20343392,,9110
-17928,9807,8805,1,,9201
-17928,9807,8806,300002.66,,9001
-17928,9807,8807,699999.58,,9001
+17931,9807,8807,800000,,9001
+17931,9807,8806,400000,,9001
+17931,9807,8805,0.9999,,9201
 17931,9807,8801,-36.5247,,9110
 17931,9807,8802,174.4551,,9110
-17931,9807,8805,0.9999,,9201
-17931,9807,8806,400000,,9001
-17931,9807,8807,800000,,9001
-17932,9807,8801,-37.454,,9110
+17932,9807,8807,800000,,9001
+17932,9807,8805,1,,9201
 17932,9807,8802,176.2758,,9110
-17932,9807,8805,1,,9201
 17932,9807,8806,400000,,9001
-17932,9807,8807,800000,,9001
+17932,9807,8801,-37.454,,9110
+17933,9807,8806,400000,,9001
+17933,9807,8807,800000,,9001
+17933,9807,8805,1,,9201
 17933,9807,8801,-38.3728,,9110
 17933,9807,8802,177.5308,,9110
-17933,9807,8805,1,,9201
-17933,9807,8806,400000,,9001
-17933,9807,8807,800000,,9001
 17934,9807,8801,-39.3903,,9110
 17934,9807,8802,176.4025,,9110
+17934,9807,8807,800000,,9001
 17934,9807,8805,1,,9201
 17934,9807,8806,400000,,9001
-17934,9807,8807,800000,,9001
+17935,9807,8806,400000,,9001
+17935,9807,8805,1,,9201
 17935,9807,8801,-39.0808,,9110
+17935,9807,8807,800000,,9001
 17935,9807,8802,174.134,,9110
-17935,9807,8805,1,,9201
-17935,9807,8806,400000,,9001
-17935,9807,8807,800000,,9001
+17936,9807,8802,175.3824,,9110
+17936,9807,8807,800000,,9001
+17936,9807,8806,400000,,9001
 17936,9807,8801,-39.3044,,9110
-17936,9807,8802,175.3824,,9110
 17936,9807,8805,1,,9201
-17936,9807,8806,400000,,9001
-17936,9807,8807,800000,,9001
 17937,9807,8801,-40.1431,,9110
 17937,9807,8802,175.2917,,9110
 17937,9807,8805,1,,9201
 17937,9807,8806,400000,,9001
 17937,9807,8807,800000,,9001
-17938,9807,8801,-40.5531,,9110
+17938,9807,8807,800000,,9001
+17938,9807,8806,400000,,9001
 17938,9807,8802,175.385,,9110
 17938,9807,8805,1,,9201
-17938,9807,8806,400000,,9001
-17938,9807,8807,800000,,9001
+17938,9807,8801,-40.5531,,9110
 17939,9807,8801,-41.1804,,9110
+17939,9807,8807,800000,,9001
+17939,9807,8806,400000,,9001
 17939,9807,8802,174.4635,,9110
 17939,9807,8805,1,,9201
-17939,9807,8806,400000,,9001
-17939,9807,8807,800000,,9001
-17940,9807,8801,-40.4253,,9110
+17940,9807,8807,800000,,9001
+17940,9807,8805,1,,9201
 17940,9807,8802,172.4019,,9110
-17940,9807,8805,1,,9201
 17940,9807,8806,400000,,9001
-17940,9807,8807,800000,,9001
-17941,9807,8801,-41.1628,,9110
+17940,9807,8801,-40.4253,,9110
+17941,9807,8807,800000,,9001
+17941,9807,8806,400000,,9001
 17941,9807,8802,173.1757,,9110
 17941,9807,8805,1,,9201
-17941,9807,8806,400000,,9001
-17941,9807,8807,800000,,9001
+17941,9807,8801,-41.1628,,9110
 17942,9807,8801,-41.1723,,9110
 17942,9807,8802,172.0632,,9110
-17942,9807,8805,1,,9201
 17942,9807,8806,400000,,9001
 17942,9807,8807,800000,,9001
+17942,9807,8805,1,,9201
+17943,9807,8807,800000,,9001
+17943,9807,8806,400000,,9001
 17943,9807,8801,-41.4838,,9110
 17943,9807,8802,171.3452,,9110
 17943,9807,8805,1,,9201
-17943,9807,8806,400000,,9001
-17943,9807,8807,800000,,9001
+17944,9807,8806,400000,,9001
+17944,9807,8805,1,,9201
+17944,9807,8807,800000,,9001
 17944,9807,8801,-42.2001,,9110
 17944,9807,8802,171.3259,,9110
-17944,9807,8805,1,,9201
-17944,9807,8806,400000,,9001
-17944,9807,8807,800000,,9001
-17945,9807,8801,-42.412,,9110
 17945,9807,8802,173.0036,,9110
 17945,9807,8805,1,,9201
 17945,9807,8806,400000,,9001
+17945,9807,8801,-42.412,,9110
 17945,9807,8807,800000,,9001
+17946,9807,8807,800000,,9001
+17946,9807,8806,400000,,9001
+17946,9807,8805,1,,9201
+17946,9807,8802,173.4807,,9110
 17946,9807,8801,-41.324,,9110
-17946,9807,8802,173.4807,,9110
-17946,9807,8805,1,,9201
-17946,9807,8806,400000,,9001
-17946,9807,8807,800000,,9001
 17947,9807,8801,-42.531,,9110
+17947,9807,8806,400000,,9001
 17947,9807,8802,170.5847,,9110
+17947,9807,8807,800000,,9001
 17947,9807,8805,1,,9201
-17947,9807,8806,400000,,9001
-17947,9807,8807,800000,,9001
-17948,9807,8801,-43.0636,,9110
+17948,9807,8805,1,,9201
 17948,9807,8802,170.1539,,9110
-17948,9807,8805,1,,9201
 17948,9807,8806,400000,,9001
 17948,9807,8807,800000,,9001
+17948,9807,8801,-43.0636,,9110
+17949,9807,8805,1,,9201
 17949,9807,8801,-43.584,,9110
 17949,9807,8802,168.3622,,9110
-17949,9807,8805,1,,9201
+17949,9807,8807,800000,,9001
 17949,9807,8806,400000,,9001
-17949,9807,8807,800000,,9001
 17950,9807,8801,-43.3526,,9110
 17950,9807,8802,172.4337,,9110
 17950,9807,8805,1,,9201
 17950,9807,8806,400000,,9001
 17950,9807,8807,800000,,9001
+17951,9807,8806,400000,,9001
+17951,9807,8807,800000,,9001
+17951,9807,8802,171.2138,,9110
 17951,9807,8801,-43.4455,,9110
-17951,9807,8802,171.2138,,9110
 17951,9807,8805,1,,9201
-17951,9807,8806,400000,,9001
-17951,9807,8807,800000,,9001
-17952,9807,8801,-44.2407,,9110
-17952,9807,8802,171.0326,,9110
 17952,9807,8805,1,,9201
 17952,9807,8806,400000,,9001
+17952,9807,8801,-44.2407,,9110
 17952,9807,8807,800000,,9001
-17953,9807,8801,-44.4406,,9110
+17952,9807,8802,171.0326,,9110
 17953,9807,8802,169.2803,,9110
 17953,9807,8805,1,,9201
+17953,9807,8807,800000,,9001
 17953,9807,8806,400000,,9001
-17953,9807,8807,800000,,9001
-17954,9807,8801,-45.0758,,9110
+17953,9807,8801,-44.4406,,9110
+17954,9807,8807,800000,,9001
+17954,9807,8806,400000,,9001
 17954,9807,8802,168.2355,,9110
 17954,9807,8805,1,,9201
-17954,9807,8806,400000,,9001
-17954,9807,8807,800000,,9001
+17954,9807,8801,-45.0758,,9110
 17955,9807,8801,-45.3349,,9110
+17955,9807,8807,800000,,9001
+17955,9807,8806,400000,,9001
+17955,9807,8805,1,,9201
 17955,9807,8802,167.4419,,9110
-17955,9807,8805,1,,9201
-17955,9807,8806,400000,,9001
-17955,9807,8807,800000,,9001
+17956,9807,8807,800000,,9001
+17956,9807,8806,400000,,9001
+17956,9807,8805,1,,9201
+17956,9807,8802,170.3742,,9110
 17956,9807,8801,-45.4858,,9110
-17956,9807,8802,170.3742,,9110
-17956,9807,8805,1,,9201
-17956,9807,8806,400000,,9001
-17956,9807,8807,800000,,9001
 17957,9807,8801,-45.5141,,9110
+17957,9807,8805,0.99996,,9201
 17957,9807,8802,170.1657,,9110
-17957,9807,8805,0.99996,,9201
+17957,9807,8807,800000,,9001
 17957,9807,8806,400000,,9001
-17957,9807,8807,800000,,9001
-17958,9807,8801,-46.36,,9110
 17958,9807,8802,168.2034,,9110
 17958,9807,8805,1,,9201
+17958,9807,8807,800000,,9001
 17958,9807,8806,400000,,9001
-17958,9807,8807,800000,,9001
+17958,9807,8801,-46.36,,9110
+18001,9807,8806,0,,9001
+18001,9807,8805,1,,9201
+18001,9807,8807,-5000000,,9001
+18001,9807,8802,28,,9102
+18001,9807,8801,0,,9102
+18002,9807,8807,-5000000,,9001
+18002,9807,8801,0,,9102
+18002,9807,8806,0,,9001
+18002,9807,8805,1,,9201
+18002,9807,8802,31,,9102
+18003,9807,8802,34,,9102
+18003,9807,8805,1,,9201
+18003,9807,8806,0,,9001
+18003,9807,8807,-5000000,,9001
+18003,9807,8801,0,,9102
+18004,9807,8807,-5000000,,9001
+18004,9807,8806,0,,9001
+18004,9807,8805,1,,9201
+18004,9807,8801,0,,9110
+18004,9807,8802,10.2,,9110
+18005,9807,8806,0,,9001
+18005,9807,8801,0,,9110
+18005,9807,8807,-5000000,,9001
+18005,9807,8802,13.2,,9110
+18005,9807,8805,1,,9201
+18006,9807,8805,1,,9201
+18006,9807,8802,16.2,,9110
+18006,9807,8806,0,,9001
+18006,9807,8807,-5000000,,9001
+18006,9807,8801,0,,9110
+18007,9807,8807,-5000000,,9001
+18007,9807,8805,1,,9201
+18007,9807,8802,10.2,,9110
+18007,9807,8806,150000,,9001
+18007,9807,8801,0,,9110
+18008,9807,8801,0,,9110
+18008,9807,8802,13.2,,9110
+18008,9807,8807,-5000000,,9001
+18008,9807,8805,1,,9201
+18008,9807,8806,450000,,9001
+18009,9807,8806,750000,,9001
+18009,9807,8805,1,,9201
+18009,9807,8801,0,,9110
+18009,9807,8802,16.2,,9110
+18009,9807,8807,-5000000,,9001
+18011,9801,8802,3,,9105
+18011,9801,8807,300000,,9001
+18011,9801,8806,500000,,9001
 18011,9801,8801,40,,9105
-18011,9801,8802,3,,9105
 18011,9801,8805,0.999625544,,9201
-18011,9801,8806,500000,,9001
-18011,9801,8807,300000,,9001
-18012,9801,8801,37,,9105
-18012,9801,8802,3,,9105
 18012,9801,8805,0.999625769,,9201
+18012,9801,8807,300000,,9001
 18012,9801,8806,500000,,9001
-18012,9801,8807,300000,,9001
-18021,9801,8801,40,,9105
+18012,9801,8802,3,,9105
+18012,9801,8801,37,,9105
 18021,9801,8802,3,,9105
+18021,9801,8807,300090,,9001
+18021,9801,8806,500135,,9001
 18021,9801,8805,0.999625544,,9201
-18021,9801,8806,500135,,9001
-18021,9801,8807,300090,,9001
+18021,9801,8801,40,,9105
+18022,9801,8805,0.999625769,,9201
+18022,9801,8807,300090,,9001
 18022,9801,8801,37,,9105
 18022,9801,8802,3,,9105
-18022,9801,8805,0.999625769,,9201
 18022,9801,8806,500135,,9001
-18022,9801,8807,300090,,9001
-18031,9807,8801,-90,,9102
+18031,9807,8805,1,,9201
 18031,9807,8802,-72,,9102
-18031,9807,8805,1,,9201
 18031,9807,8806,1500000,,9001
+18031,9807,8801,-90,,9102
 18031,9807,8807,0,,9001
-18032,9807,8801,-90,,9102
+18032,9807,8807,0,,9001
 18032,9807,8802,-69,,9102
+18032,9807,8806,2500000,,9001
 18032,9807,8805,1,,9201
-18032,9807,8806,2500000,,9001
-18032,9807,8807,0,,9001
+18032,9807,8801,-90,,9102
 18033,9807,8801,-90,,9102
 18033,9807,8802,-66,,9102
 18033,9807,8805,1,,9201
+18033,9807,8807,0,,9001
 18033,9807,8806,3500000,,9001
-18033,9807,8807,0,,9001
+18034,9807,8806,4500000,,9001
+18034,9807,8807,0,,9001
 18034,9807,8801,-90,,9102
 18034,9807,8802,-63,,9102
 18034,9807,8805,1,,9201
-18034,9807,8806,4500000,,9001
-18034,9807,8807,0,,9001
-18035,9807,8801,-90,,9102
+18035,9807,8806,5500000,,9001
 18035,9807,8802,-60,,9102
+18035,9807,8807,0,,9001
 18035,9807,8805,1,,9201
-18035,9807,8806,5500000,,9001
-18035,9807,8807,0,,9001
-18036,9807,8801,-90,,9102
+18035,9807,8801,-90,,9102
 18036,9807,8802,-57,,9102
 18036,9807,8805,1,,9201
+18036,9807,8801,-90,,9102
+18036,9807,8807,0,,9001
 18036,9807,8806,6500000,,9001
-18036,9807,8807,0,,9001
+18037,9807,8807,0,,9001
+18037,9807,8806,7500000,,9001
 18037,9807,8801,-90,,9102
+18037,9807,8805,1,,9201
 18037,9807,8802,-54,,9102
-18037,9807,8805,1,,9201
-18037,9807,8806,7500000,,9001
-18037,9807,8807,0,,9001
 18041,9807,8801,0,,9102
+18041,9807,8807,0,,9001
 18041,9807,8802,28,,9102
+18041,9807,8806,0,,9001
 18041,9807,8805,1,,9201
-18041,9807,8806,0,,9001
-18041,9807,8807,0,,9001
-18042,9807,8801,0,,9102
+18042,9807,8805,1,,9201
 18042,9807,8802,31,,9102
-18042,9807,8805,1,,9201
 18042,9807,8806,0,,9001
 18042,9807,8807,0,,9001
+18042,9807,8801,0,,9102
 18043,9807,8801,0,,9102
 18043,9807,8802,34,,9102
+18043,9807,8807,0,,9001
+18043,9807,8806,0,,9001
 18043,9807,8805,1,,9201
-18043,9807,8806,0,,9001
-18043,9807,8807,0,,9001
-18044,9807,8801,0,,9110
-18044,9807,8802,10.2,,9110
 18044,9807,8805,1,,9201
+18044,9807,8807,0,,9001
 18044,9807,8806,150000,,9001
-18044,9807,8807,0,,9001
+18044,9807,8802,10.2,,9110
+18044,9807,8801,0,,9110
 18045,9807,8801,0,,9110
-18045,9807,8802,13.2,,9110
+18045,9807,8806,450000,,9001
 18045,9807,8805,1,,9201
-18045,9807,8806,450000,,9001
 18045,9807,8807,0,,9001
+18045,9807,8802,13.2,,9110
 18046,9807,8801,0,,9110
 18046,9807,8802,16.2,,9110
+18046,9807,8806,750000,,9001
 18046,9807,8805,1,,9201
-18046,9807,8806,750000,,9001
 18046,9807,8807,0,,9001
-18047,9807,8801,0,,9102
 18047,9807,8802,28,,9102
 18047,9807,8805,1,,9201
+18047,9807,8807,0,,9001
 18047,9807,8806,150000,,9001
-18047,9807,8807,0,,9001
-18048,9807,8801,0,,9102
+18047,9807,8801,0,,9102
+18048,9807,8807,0,,9001
+18048,9807,8806,450000,,9001
 18048,9807,8802,31,,9102
 18048,9807,8805,1,,9201
-18048,9807,8806,450000,,9001
-18048,9807,8807,0,,9001
+18048,9807,8801,0,,9102
 18049,9807,8801,0,,9102
+18049,9807,8806,750000,,9001
 18049,9807,8802,34,,9102
 18049,9807,8805,1,,9201
-18049,9807,8806,750000,,9001
 18049,9807,8807,0,,9001
-18051,9807,8801,4.355657,,9110
-18051,9807,8802,-77.04513,,9110
 18051,9807,8805,1,,9201
 18051,9807,8806,1000000,,9001
+18051,9807,8802,-77.04513,,9110
+18051,9807,8801,4.355657,,9110
 18051,9807,8807,1000000,,9001
+18052,9807,8807,1000000,,9001
+18052,9807,8806,1000000,,9001
 18052,9807,8801,4.355657,,9110
+18052,9807,8805,1,,9201
 18052,9807,8802,-74.04513,,9110
-18052,9807,8805,1,,9201
-18052,9807,8806,1000000,,9001
-18052,9807,8807,1000000,,9001
-18053,9807,8801,4.355657,,9110
 18053,9807,8802,-71.04513,,9110
 18053,9807,8805,1,,9201
+18053,9807,8807,1000000,,9001
 18053,9807,8806,1000000,,9001
-18053,9807,8807,1000000,,9001
+18053,9807,8801,4.355657,,9110
+18054,9807,8806,1000000,,9001
+18054,9807,8805,1,,9201
+18054,9807,8807,1000000,,9001
 18054,9807,8801,4.355657,,9110
 18054,9807,8802,-68.04513,,9110
-18054,9807,8805,1,,9201
-18054,9807,8806,1000000,,9001
-18054,9807,8807,1000000,,9001
+18055,9807,8807,1000000,,9001
+18055,9807,8806,1000000,,9001
+18055,9807,8805,1,,9201
 18055,9807,8801,4.35463215,,9110
 18055,9807,8802,-80.04390285,,9110
-18055,9807,8805,1,,9201
-18055,9807,8806,1000000,,9001
-18055,9807,8807,1000000,,9001
-18056,9807,8801,4.35463215,,9110
 18056,9807,8802,-77.04390285,,9110
 18056,9807,8805,1,,9201
 18056,9807,8806,1000000,,9001
+18056,9807,8801,4.35463215,,9110
 18056,9807,8807,1000000,,9001
+18057,9807,8802,-74.04390285,,9110
 18057,9807,8801,4.35463215,,9110
-18057,9807,8802,-74.04390285,,9110
 18057,9807,8805,1,,9201
 18057,9807,8806,1000000,,9001
 18057,9807,8807,1000000,,9001
+18058,9807,8802,-71.04390285,,9110
+18058,9807,8807,1000000,,9001
 18058,9807,8801,4.35463215,,9110
-18058,9807,8802,-71.04390285,,9110
+18058,9807,8806,1000000,,9001
 18058,9807,8805,1,,9201
-18058,9807,8806,1000000,,9001
-18058,9807,8807,1000000,,9001
-18059,9807,8801,4.35463215,,9110
-18059,9807,8802,-68.04390285,,9110
 18059,9807,8805,1,,9201
 18059,9807,8806,1000000,,9001
 18059,9807,8807,1000000,,9001
+18059,9807,8801,4.35463215,,9110
+18059,9807,8802,-68.04390285,,9110
+18061,9801,8807,280296.016,,9001
 18061,9801,8801,22.21,,9110
+18061,9801,8805,0.99993602,,9201
 18061,9801,8802,-81,,9110
-18061,9801,8805,0.99993602,,9201
 18061,9801,8806,500000,,9001
-18061,9801,8807,280296.016,,9001
 18062,9801,8801,20.43,,9110
 18062,9801,8802,-76.5,,9110
 18062,9801,8805,0.99994848,,9201
+18062,9801,8807,229126.939,,9001
 18062,9801,8806,500000,,9001
-18062,9801,8807,229126.939,,9001
-18071,9807,8801,30,,9102
+18071,9807,8806,300000,,9001
+18071,9807,8805,1,,9201
 18071,9807,8802,35,,9102
-18071,9807,8805,1,,9201
-18071,9807,8806,300000,,9001
 18071,9807,8807,1100000,,9001
+18071,9807,8801,30,,9102
+18072,9807,8802,31,,9102
 18072,9807,8801,30,,9102
-18072,9807,8802,31,,9102
-18072,9807,8805,1,,9201
 18072,9807,8806,615000,,9001
 18072,9807,8807,810000,,9001
+18072,9807,8805,1,,9201
+18073,9807,8805,1,,9201
+18073,9807,8807,200000,,9001
 18073,9807,8801,30,,9102
 18073,9807,8802,27,,9102
-18073,9807,8805,1,,9201
 18073,9807,8806,700000,,9001
-18073,9807,8807,200000,,9001
-18074,9807,8801,30,,9102
 18074,9807,8802,27,,9102
+18074,9807,8807,1200000,,9001
+18074,9807,8806,700000,,9001
 18074,9807,8805,1,,9201
-18074,9807,8806,700000,,9001
-18074,9807,8807,1200000,,9001
+18074,9807,8801,30,,9102
 18081,9801,8801,55,,9105
 18081,9801,8802,0,,9105
+18081,9801,8806,600000,,9001
 18081,9801,8805,0.999877341,,9201
-18081,9801,8806,600000,,9001
 18081,9801,8807,1200000,,9001
-18082,9801,8801,52,,9105
+18082,9801,8807,2200000,,9001
+18082,9801,8805,0.99987742,,9201
 18082,9801,8802,0,,9105
-18082,9801,8805,0.99987742,,9201
 18082,9801,8806,600000,,9001
-18082,9801,8807,2200000,,9001
-18083,9801,8801,49,,9105
+18082,9801,8801,52,,9105
+18083,9801,8807,3200000,,9001
+18083,9801,8806,600000,,9001
 18083,9801,8802,0,,9105
 18083,9801,8805,0.999877499,,9201
-18083,9801,8806,600000,,9001
-18083,9801,8807,3200000,,9001
+18083,9801,8801,49,,9105
 18084,9801,8801,46.85,,9105
 18084,9801,8802,0,,9105
 18084,9801,8805,0.99994471,,9201
+18084,9801,8807,4185861.369,,9001
 18084,9801,8806,234.358,,9001
-18084,9801,8807,4185861.369,,9001
+18085,9802,8827,6600000,,9001
+18085,9802,8822,3,,9110
 18085,9802,8821,46.3,,9110
-18085,9802,8822,3,,9110
+18085,9802,8824,44,,9110
 18085,9802,8823,49,,9110
-18085,9802,8824,44,,9110
 18085,9802,8826,700000,,9001
-18085,9802,8827,6600000,,9001
-18086,9801,8801,46.48,,9110
+18086,9801,8805,0.99987742,,9201
 18086,9801,8802,2.2014025,,9110
-18086,9801,8805,0.99987742,,9201
+18086,9801,8807,2200000,,9001
 18086,9801,8806,600000,,9001
-18086,9801,8807,2200000,,9001
-18091,9801,8801,55,,9105
+18086,9801,8801,46.48,,9110
 18091,9801,8802,0,,9105
 18091,9801,8805,0.999877341,,9201
+18091,9801,8807,200000,,9001
 18091,9801,8806,600000,,9001
-18091,9801,8807,200000,,9001
-18092,9801,8801,52,,9105
-18092,9801,8802,0,,9105
+18091,9801,8801,55,,9105
+18092,9801,8806,600000,,9001
 18092,9801,8805,0.99987742,,9201
-18092,9801,8806,600000,,9001
 18092,9801,8807,200000,,9001
+18092,9801,8802,0,,9105
+18092,9801,8801,52,,9105
+18093,9801,8807,200000,,9001
+18093,9801,8806,600000,,9001
+18093,9801,8805,0.999877499,,9201
 18093,9801,8801,49,,9105
 18093,9801,8802,0,,9105
-18093,9801,8805,0.999877499,,9201
-18093,9801,8806,600000,,9001
-18093,9801,8807,200000,,9001
-18094,9801,8801,46.85,,9105
 18094,9801,8802,0,,9105
 18094,9801,8805,0.99994471,,9201
+18094,9801,8807,185861.369,,9001
 18094,9801,8806,234.358,,9001
-18094,9801,8807,185861.369,,9001
+18094,9801,8801,46.85,,9105
+18110,9801,8807,2590000,,9084
+18110,9801,8802,68,,9110
 18110,9801,8801,39.3,,9110
-18110,9801,8802,68,,9110
 18110,9801,8805,0.99846154,,9201
 18110,9801,8806,2355500,,9084
-18110,9801,8807,2590000,,9084
+18111,9801,8807,1000000,,9084
 18111,9801,8801,32.3,,9110
 18111,9801,8802,68,,9110
+18111,9801,8806,3000000,,9084
 18111,9801,8805,0.99878641,,9201
-18111,9801,8806,3000000,,9084
-18111,9801,8807,1000000,,9084
+18112,9801,8805,0.99878641,,9201
+18112,9801,8807,1000000,,9084
 18112,9801,8801,26,,9102
+18112,9801,8806,3000000,,9084
 18112,9801,8802,74,,9102
-18112,9801,8805,0.99878641,,9201
-18112,9801,8806,3000000,,9084
-18112,9801,8807,1000000,,9084
+18113,9801,8807,1000000,,9084
+18113,9801,8802,90,,9102
 18113,9801,8801,26,,9102
-18113,9801,8802,90,,9102
 18113,9801,8805,0.99878641,,9201
 18113,9801,8806,3000000,,9084
-18113,9801,8807,1000000,,9084
 18114,9801,8801,19,,9102
 18114,9801,8802,80,,9102
 18114,9801,8805,0.99878641,,9201
+18114,9801,8807,1000000,,9084
 18114,9801,8806,3000000,,9084
-18114,9801,8807,1000000,,9084
+18115,9801,8805,0.99878641,,9201
+18115,9801,8807,1000000,,9084
 18115,9801,8801,19,,9102
 18115,9801,8802,100,,9102
-18115,9801,8805,0.99878641,,9201
 18115,9801,8806,3000000,,9084
-18115,9801,8807,1000000,,9084
+18116,9801,8805,0.99878641,,9201
+18116,9801,8802,80,,9102
 18116,9801,8801,12,,9102
-18116,9801,8802,80,,9102
-18116,9801,8805,0.99878641,,9201
 18116,9801,8806,3000000,,9084
 18116,9801,8807,1000000,,9084
+18117,9801,8805,0.99878641,,9201
+18117,9801,8807,1000000,,9084
+18117,9801,8806,3000000,,9084
 18117,9801,8801,12,,9102
 18117,9801,8802,100,,9102
-18117,9801,8805,0.99878641,,9201
-18117,9801,8806,3000000,,9084
-18117,9801,8807,1000000,,9084
-18121,9807,8801,0,,9102
 18121,9807,8802,9,,9102
+18121,9807,8807,0,,9001
+18121,9807,8806,1500000,,9001
 18121,9807,8805,0.9996,,9201
-18121,9807,8806,1500000,,9001
-18121,9807,8807,0,,9001
+18121,9807,8801,0,,9102
 18122,9807,8801,0,,9102
+18122,9807,8806,2520000,,9001
+18122,9807,8805,0.9996,,9201
 18122,9807,8802,15,,9102
-18122,9807,8805,0.9996,,9201
-18122,9807,8806,2520000,,9001
 18122,9807,8807,0,,9001
-18131,9801,8801,37,,9105
+18131,9801,8805,0.999625769,,9201
 18131,9801,8802,-6,,9105
-18131,9801,8805,0.999625769,,9201
 18131,9801,8806,500000,,9001
+18131,9801,8801,37,,9105
 18131,9801,8807,300000,,9001
-18132,9801,8801,33,,9105
-18132,9801,8802,-6,,9105
+18132,9801,8807,300000,,9001
 18132,9801,8805,0.999615596,,9201
 18132,9801,8806,500000,,9001
-18132,9801,8807,300000,,9001
+18132,9801,8802,-6,,9105
+18132,9801,8801,33,,9105
 18133,9801,8801,29,,9105
 18133,9801,8802,-6,,9105
 18133,9801,8805,0.9996,,9201
+18133,9801,8807,400000,,9001
 18133,9801,8806,1200000,,9001
-18133,9801,8807,400000,,9001
+18134,9801,8806,1200000,,9001
+18134,9801,8807,400000,,9001
 18134,9801,8801,29,,9105
 18134,9801,8802,-6,,9105
 18134,9801,8805,0.999616304,,9201
-18134,9801,8806,1200000,,9001
-18134,9801,8807,400000,,9001
+18135,9801,8806,1500000,,9001
+18135,9801,8805,0.999616437,,9201
+18135,9801,8807,400000,,9001
 18135,9801,8801,25,,9105
 18135,9801,8802,-6,,9105
-18135,9801,8805,0.999616437,,9201
-18135,9801,8806,1500000,,9001
-18135,9801,8807,400000,,9001
-18141,9807,8801,-39,,9110
 18141,9807,8802,175.3,,9110
 18141,9807,8805,1,,9201
 18141,9807,8806,300000,,9040
 18141,9807,8807,400000,,9040
+18141,9807,8801,-39,,9110
+18142,9807,8807,500000,,9040
+18142,9807,8806,500000,,9040
+18142,9807,8802,171.3,,9110
 18142,9807,8801,-44,,9110
-18142,9807,8802,171.3,,9110
 18142,9807,8805,1,,9201
-18142,9807,8806,500000,,9040
-18142,9807,8807,500000,,9040
 18151,9807,8801,4,,9110
+18151,9807,8807,0,,9001
 18151,9807,8802,4.3,,9110
+18151,9807,8806,230738.26,,9001
 18151,9807,8805,0.99975,,9201
-18151,9807,8806,230738.26,,9001
-18151,9807,8807,0,,9001
+18152,9807,8805,0.99975,,9201
+18152,9807,8802,8.3,,9110
+18152,9807,8807,0,,9001
 18152,9807,8801,4,,9110
-18152,9807,8802,8.3,,9110
-18152,9807,8805,0.99975,,9201
 18152,9807,8806,670553.98,,9001
-18152,9807,8807,0,,9001
+18153,9807,8802,12.3,,9110
 18153,9807,8801,4,,9110
-18153,9807,8802,12.3,,9110
 18153,9807,8805,0.99975,,9201
 18153,9807,8806,1110369.7,,9001
 18153,9807,8807,0,,9001
+18161,9807,8807,1426834.743,,9001
+18161,9807,8806,222000,,9001
+18161,9807,8805,0.99983008,,9201
+18161,9807,8802,-80.3,,9110
 18161,9807,8801,-6,,9110
-18161,9807,8802,-80.3,,9110
-18161,9807,8805,0.99983008,,9201
-18161,9807,8806,222000,,9001
-18161,9807,8807,1426834.743,,9001
 18162,9807,8801,-9.3,,9110
-18162,9807,8802,-76,,9110
+18162,9807,8806,720000,,9001
 18162,9807,8805,0.99932994,,9201
-18162,9807,8806,720000,,9001
 18162,9807,8807,1039979.159,,9001
+18162,9807,8802,-76,,9110
+18163,9807,8805,0.99952992,,9201
 18163,9807,8801,-9.3,,9110
-18163,9807,8802,-70.3,,9110
-18163,9807,8805,0.99952992,,9201
 18163,9807,8806,1324000,,9001
 18163,9807,8807,1040084.558,,9001
+18163,9807,8802,-70.3,,9110
 18171,9807,8801,0,,9102
+18171,9807,8805,0.99995,,9201
+18171,9807,8807,0,,9001
 18171,9807,8802,117,,9102
-18171,9807,8805,0.99995,,9201
 18171,9807,8806,500000,,9001
-18171,9807,8807,0,,9001
+18172,9807,8807,0,,9001
+18172,9807,8806,500000,,9001
 18172,9807,8801,0,,9102
 18172,9807,8802,119,,9102
 18172,9807,8805,0.99995,,9201
-18172,9807,8806,500000,,9001
-18172,9807,8807,0,,9001
 18173,9807,8801,0,,9102
 18173,9807,8802,121,,9102
+18173,9807,8806,500000,,9001
 18173,9807,8805,0.99995,,9201
-18173,9807,8806,500000,,9001
 18173,9807,8807,0,,9001
+18174,9807,8806,500000,,9001
+18174,9807,8807,0,,9001
+18174,9807,8805,0.99995,,9201
 18174,9807,8801,0,,9102
 18174,9807,8802,123,,9102
-18174,9807,8805,0.99995,,9201
-18174,9807,8806,500000,,9001
-18174,9807,8807,0,,9001
+18175,9807,8802,125,,9102
+18175,9807,8807,0,,9001
+18175,9807,8806,500000,,9001
 18175,9807,8801,0,,9102
-18175,9807,8802,125,,9102
 18175,9807,8805,0.99995,,9201
-18175,9807,8806,500000,,9001
-18175,9807,8807,0,,9001
+18180,9807,8801,0,,9102
+18180,9807,8802,18,,9102
+18180,9807,8805,1,,9201
+18180,9807,8807,0,,9001
+18180,9807,8806,500000,,9001
+18181,9801,8806,500000,,9001
+18181,9801,8805,0.999625544,,9201
+18181,9801,8807,300000,,9001
 18181,9801,8801,40,,9105
 18181,9801,8802,11,,9105
-18181,9801,8805,0.999625544,,9201
-18181,9801,8806,500000,,9001
-18181,9801,8807,300000,,9001
+18182,9801,8807,300000,,9001
+18182,9801,8806,500000,,9001
+18182,9801,8805,0.999625769,,9201
 18182,9801,8801,37,,9105
 18182,9801,8802,11,,9105
-18182,9801,8805,0.999625769,,9201
-18182,9801,8806,500000,,9001
-18182,9801,8807,300000,,9001
-18183,9807,8801,0,,9102
 18183,9807,8802,19,,9102
 18183,9807,8805,1,,9201
+18183,9807,8807,0,,9001
 18183,9807,8806,500000,,9001
-18183,9807,8807,0,,9001
+18183,9807,8801,0,,9102
+18184,9807,8802,20,,9102
 18184,9807,8801,0,,9102
-18184,9807,8802,20,,9102
 18184,9807,8805,1,,9201
 18184,9807,8806,500000,,9001
 18184,9807,8807,0,,9001
+18185,9807,8807,0,,9001
 18185,9807,8801,0,,9102
 18185,9807,8802,21,,9102
 18185,9807,8805,1,,9201
 18185,9807,8806,500000,,9001
-18185,9807,8807,0,,9001
 18186,9807,8801,0,,9102
+18186,9807,8805,1,,9201
 18186,9807,8802,22,,9102
-18186,9807,8805,1,,9201
 18186,9807,8806,500000,,9001
 18186,9807,8807,0,,9001
-18187,9807,8801,0,,9102
 18187,9807,8802,23,,9102
 18187,9807,8805,1,,9201
+18187,9807,8807,0,,9001
 18187,9807,8806,500000,,9001
-18187,9807,8807,0,,9001
+18187,9807,8801,0,,9102
 18188,9807,8801,0,,9102
 18188,9807,8802,24,,9102
 18188,9807,8805,1,,9201
 18188,9807,8806,500000,,9001
 18188,9807,8807,0,,9001
+18189,9807,8807,0,,9001
+18189,9807,8802,25,,9102
 18189,9807,8801,0,,9102
-18189,9807,8802,25,,9102
 18189,9807,8805,1,,9201
 18189,9807,8806,500000,,9001
-18189,9807,8807,0,,9001
-18190,9807,8801,0,,9102
+18190,9807,8806,500000,,9001
 18190,9807,8802,26,,9102
+18190,9807,8807,0,,9001
 18190,9807,8805,1,,9201
-18190,9807,8806,500000,,9001
-18190,9807,8807,0,,9001
+18190,9807,8801,0,,9102
+18191,9807,8807,0,,9001
+18191,9807,8802,21,,9102
 18191,9807,8801,0,,9102
-18191,9807,8802,21,,9102
+18191,9807,8806,1500000,,9001
 18191,9807,8805,1,,9201
-18191,9807,8806,1500000,,9001
-18191,9807,8807,0,,9001
 18192,9807,8801,0,,9102
+18192,9807,8806,2500000,,9001
 18192,9807,8802,24,,9102
+18192,9807,8807,0,,9001
 18192,9807,8805,1,,9201
-18192,9807,8806,2500000,,9001
-18192,9807,8807,0,,9001
 18193,9807,8801,0,,9102
-18193,9807,8802,27,,9102
+18193,9807,8807,0,,9001
 18193,9807,8805,1,,9201
 18193,9807,8806,3500000,,9001
-18193,9807,8807,0,,9001
+18193,9807,8802,27,,9102
 18194,9807,8801,0,,9102
+18194,9807,8805,1,,9201
+18194,9807,8807,0,,9001
 18194,9807,8802,30,,9102
-18194,9807,8805,1,,9201
 18194,9807,8806,4500000,,9001
-18194,9807,8807,0,,9001
 18195,9807,8801,0,,9102
+18195,9807,8807,0,,9001
 18195,9807,8802,27,,9102
+18195,9807,8806,500000,,9001
 18195,9807,8805,1,,9201
-18195,9807,8806,500000,,9001
-18195,9807,8807,0,,9001
+18196,9807,8802,28,,9102
 18196,9807,8801,0,,9102
-18196,9807,8802,28,,9102
-18196,9807,8805,1,,9201
 18196,9807,8806,500000,,9001
 18196,9807,8807,0,,9001
-18197,9807,8801,0,,9102
-18197,9807,8802,29,,9102
+18196,9807,8805,1,,9201
+18197,9807,8806,500000,,9001
 18197,9807,8805,1,,9201
-18197,9807,8806,500000,,9001
 18197,9807,8807,0,,9001
-18198,9807,8801,0,,9102
+18197,9807,8802,29,,9102
+18197,9807,8801,0,,9102
+18198,9807,8805,1,,9201
 18198,9807,8802,30,,9102
-18198,9807,8805,1,,9201
 18198,9807,8806,500000,,9001
+18198,9807,8801,0,,9102
 18198,9807,8807,0,,9001
+18199,9807,8806,500000,,9001
+18199,9807,8807,0,,9001
+18199,9807,8802,31,,9102
 18199,9807,8801,0,,9102
-18199,9807,8802,31,,9102
 18199,9807,8805,1,,9201
-18199,9807,8806,500000,,9001
-18199,9807,8807,0,,9001
 18201,9806,8801,31.4402749,,9110
-18201,9806,8802,35.124349,,9110
 18201,9806,8806,170251.555,,9001
 18201,9806,8807,126867.909,,9001
+18201,9806,8802,35.124349,,9110
+18202,9807,8802,35.124349,,9110
 18202,9807,8801,31.4402749,,9110
-18202,9807,8802,35.124349,,9110
+18202,9807,8807,1126867.909,,9001
 18202,9807,8805,1,,9201
 18202,9807,8806,170251.555,,9001
-18202,9807,8807,1126867.909,,9001
+18203,9806,8806,170251.555,,9001
+18203,9806,8807,1126867.909,,9001
 18203,9806,8801,31.4402749,,9110
 18203,9806,8802,35.124349,,9110
-18203,9806,8806,170251.555,,9001
-18203,9806,8807,1126867.909,,9001
+18204,9807,8807,626907.39,,9001
+18204,9807,8802,35.1216261,,9110
 18204,9807,8801,31.4403817,,9110
-18204,9807,8802,35.1216261,,9110
+18204,9807,8806,219529.584,,9001
 18204,9807,8805,1.0000067,,9201
-18204,9807,8806,219529.584,,9001
-18204,9807,8807,626907.39,,9001
+18205,9807,8805,1,,9201
+18205,9807,8806,5500000,,9001
+18205,9807,8807,0,,9001
+18205,9807,8801,0,,9102
+18205,9807,8802,33,,9102
+18211,9801,8807,292209.579,,9001
+18211,9801,8805,0.99992226,,9201
 18211,9801,8801,16.49,,9110
+18211,9801,8806,500000,,9001
 18211,9801,8802,-90.2,,9110
-18211,9801,8805,0.99992226,,9201
-18211,9801,8806,500000,,9001
-18211,9801,8807,292209.579,,9001
+18212,9801,8802,-90.2,,9110
 18212,9801,8801,14.54,,9110
-18212,9801,8802,-90.2,,9110
+18212,9801,8807,325992.681,,9001
 18212,9801,8805,0.99989906,,9201
 18212,9801,8806,500000,,9001
-18212,9801,8807,325992.681,,9001
+18221,9807,8806,0,,9001
+18221,9807,8807,0,,9001
+18221,9807,8802,-4.4,,9110
 18221,9807,8801,58,,9110
-18221,9807,8802,-4.4,,9110
 18221,9807,8805,1,,9201
-18221,9807,8806,0,,9001
-18221,9807,8807,0,,9001
+18222,9807,8807,0,,9001
 18222,9807,8801,58,,9110
 18222,9807,8802,-2.2,,9110
+18222,9807,8806,0,,9001
 18222,9807,8805,1,,9201
-18222,9807,8806,0,,9001
-18222,9807,8807,0,,9001
+18223,9807,8805,1,,9201
+18223,9807,8802,0,,9110
 18223,9807,8801,58,,9110
-18223,9807,8802,0,,9110
-18223,9807,8805,1,,9201
+18223,9807,8807,0,,9001
 18223,9807,8806,0,,9001
-18223,9807,8807,0,,9001
+18224,9807,8807,0,,9001
 18224,9807,8801,58,,9110
+18224,9807,8806,0,,9001
+18224,9807,8805,1,,9201
 18224,9807,8802,2.3,,9110
-18224,9807,8805,1,,9201
-18224,9807,8806,0,,9001
-18224,9807,8807,0,,9001
 18225,9807,8801,58,,9110
 18225,9807,8802,6.1,,9110
+18225,9807,8807,0,,9001
 18225,9807,8805,1,,9201
 18225,9807,8806,0,,9001
-18225,9807,8807,0,,9001
 18226,9807,8801,58,,9110
-18226,9807,8802,10.1,,9110
 18226,9807,8805,1,,9201
 18226,9807,8806,0,,9001
 18226,9807,8807,0,,9001
-18227,9807,8801,58,,9110
+18226,9807,8802,10.1,,9110
 18227,9807,8802,14.1,,9110
+18227,9807,8807,0,,9001
 18227,9807,8805,1,,9201
 18227,9807,8806,0,,9001
-18227,9807,8807,0,,9001
+18227,9807,8801,58,,9110
+18228,9807,8802,18.2,,9110
 18228,9807,8801,58,,9110
-18228,9807,8802,18.2,,9110
 18228,9807,8805,1,,9201
 18228,9807,8806,0,,9001
 18228,9807,8807,0,,9001
 18231,9801,8801,32.3,,9110
 18231,9801,8802,68,,9110
+18231,9801,8807,914398.5,,9001
+18231,9801,8806,2743195.5,,9001
 18231,9801,8805,0.99878641,,9201
-18231,9801,8806,2743195.5,,9001
-18231,9801,8807,914398.5,,9001
+18232,9801,8806,2743195.5,,9001
 18232,9801,8801,26,,9102
 18232,9801,8802,74,,9102
 18232,9801,8805,0.99878641,,9201
-18232,9801,8806,2743195.5,,9001
 18232,9801,8807,914398.5,,9001
+18233,9801,8802,80,,9102
 18233,9801,8801,19,,9102
-18233,9801,8802,80,,9102
+18233,9801,8806,2743195.5,,9001
 18233,9801,8805,0.99878641,,9201
-18233,9801,8806,2743195.5,,9001
 18233,9801,8807,914398.5,,9001
+18234,9801,8806,2743195.5,,9001
+18234,9801,8802,80,,9102
 18234,9801,8801,12,,9102
-18234,9801,8802,80,,9102
+18234,9801,8807,914398.5,,9001
 18234,9801,8805,0.99878641,,9201
-18234,9801,8806,2743195.5,,9001
-18234,9801,8807,914398.5,,9001
-18235,9801,8801,26,,9102
 18235,9801,8802,90,,9102
 18235,9801,8805,0.99878641,,9201
 18235,9801,8806,2743195.5,,9001
+18235,9801,8801,26,,9102
 18235,9801,8807,914398.5,,9001
+18236,9801,8807,914398.8,,9001
+18236,9801,8806,2743196.4,,9001
+18236,9801,8805,0.99878641,,9201
 18236,9801,8801,32.3,,9110
 18236,9801,8802,68,,9110
-18236,9801,8805,0.99878641,,9201
-18236,9801,8806,2743196.4,,9001
-18236,9801,8807,914398.8,,9001
+18237,9801,8805,0.99878641,,9201
+18237,9801,8802,74,,9102
+18237,9801,8807,914398.8,,9001
 18237,9801,8801,26,,9102
-18237,9801,8802,74,,9102
-18237,9801,8805,0.99878641,,9201
 18237,9801,8806,2743196.4,,9001
-18237,9801,8807,914398.8,,9001
+18238,9801,8802,90,,9102
 18238,9801,8801,26,,9102
-18238,9801,8802,90,,9102
 18238,9801,8805,0.99878641,,9201
+18238,9801,8807,914395.23,,9001
 18238,9801,8806,2743185.69,,9001
-18238,9801,8807,914395.23,,9001
+18240,9807,8806,200000,,9001
+18240,9807,8807,0,,9001
+18240,9807,8805,0.9999,,9201
 18240,9807,8801,0,,9102
 18240,9807,8802,9,,9102
-18240,9807,8805,0.9999,,9201
-18240,9807,8806,200000,,9001
-18240,9807,8807,0,,9001
-18241,9807,8801,0,,9102
 18241,9807,8802,11,,9102
+18241,9807,8807,0,,9001
 18241,9807,8805,0.9999,,9201
 18241,9807,8806,200000,,9001
-18241,9807,8807,0,,9001
+18241,9807,8801,0,,9102
+18242,9807,8807,0,,9001
+18242,9807,8806,200000,,9001
+18242,9807,8805,0.9999,,9201
 18242,9807,8801,0,,9102
 18242,9807,8802,13,,9102
-18242,9807,8805,0.9999,,9201
-18242,9807,8806,200000,,9001
-18242,9807,8807,0,,9001
 18243,9807,8801,0,,9102
-18243,9807,8802,15,,9102
+18243,9807,8806,200000,,9001
 18243,9807,8805,0.9999,,9201
-18243,9807,8806,200000,,9001
 18243,9807,8807,0,,9001
+18243,9807,8802,15,,9102
+18244,9807,8802,17,,9102
+18244,9807,8807,0,,9001
 18244,9807,8801,0,,9102
-18244,9807,8802,17,,9102
 18244,9807,8805,0.9999,,9201
 18244,9807,8806,200000,,9001
-18244,9807,8807,0,,9001
 18245,9807,8801,0,,9102
+18245,9807,8806,200000,,9001
 18245,9807,8802,19,,9102
 18245,9807,8805,0.9999,,9201
-18245,9807,8806,200000,,9001
 18245,9807,8807,0,,9001
+18246,9807,8807,0,,9001
 18246,9807,8801,0,,9102
 18246,9807,8802,21,,9102
+18246,9807,8806,200000,,9001
 18246,9807,8805,0.9999,,9201
-18246,9807,8806,200000,,9001
-18246,9807,8807,0,,9001
+18247,9807,8807,0,,9001
+18247,9807,8805,0.9999,,9201
+18247,9807,8802,23,,9102
 18247,9807,8801,0,,9102
-18247,9807,8802,23,,9102
-18247,9807,8805,0.9999,,9201
 18247,9807,8806,200000,,9001
-18247,9807,8807,0,,9001
 18248,9807,8801,0,,9102
+18248,9807,8806,200000,,9001
 18248,9807,8802,25,,9102
+18248,9807,8807,0,,9001
 18248,9807,8805,0.9999,,9201
-18248,9807,8806,200000,,9001
-18248,9807,8807,0,,9001
 18251,9807,8801,38,,9102
+18251,9807,8806,200000,,9001
 18251,9807,8802,129,,9102
 18251,9807,8805,1,,9201
-18251,9807,8806,200000,,9001
 18251,9807,8807,500000,,9001
-18252,9807,8801,38,,9102
+18252,9807,8807,500000,,9001
+18252,9807,8806,200000,,9001
 18252,9807,8802,127,,9102
 18252,9807,8805,1,,9201
-18252,9807,8806,200000,,9001
-18252,9807,8807,500000,,9001
+18252,9807,8801,38,,9102
+18253,9807,8807,500000,,9001
+18253,9807,8802,125,,9102
 18253,9807,8801,38,,9102
-18253,9807,8802,125,,9102
 18253,9807,8805,1,,9201
 18253,9807,8806,200000,,9001
-18253,9807,8807,500000,,9001
 18260,9801,8801,10.1,,9110
+18260,9801,8807,-52684.972,,9001
 18260,9801,8802,-71.3620224,,9110
 18260,9801,8805,1,,9201
 18260,9801,8806,0,,9001
-18260,9801,8807,-52684.972,,9001
+18261,9801,8802,-71.3620224,,9110
 18261,9801,8801,10.1,,9110
-18261,9801,8802,-71.3620224,,9110
-18261,9801,8805,1,,9201
 18261,9801,8806,200000,,9001
 18261,9801,8807,147315.028,,9001
+18261,9801,8805,1,,9201
 18262,9801,8801,10.1,,9110
+18262,9801,8807,447315.028,,9001
+18262,9801,8805,1,,9201
 18262,9801,8802,-71.3620224,,9110
-18262,9801,8805,1,,9201
 18262,9801,8806,500000,,9001
-18262,9801,8807,447315.028,,9001
+18263,9801,8807,-23139.97,,9001
 18263,9801,8801,10.1,,9110
 18263,9801,8802,-71.3620224,,9110
+18263,9801,8806,-17044,,9001
 18263,9801,8805,1,,9201
-18263,9801,8806,-17044,,9001
-18263,9801,8807,-23139.97,,9001
-18275,9807,8801,0,,9102
 18275,9807,8802,15,,9102
 18275,9807,8805,0.9999,,9201
 18275,9807,8806,5500000,,9001
+18275,9807,8801,0,,9102
 18275,9807,8807,0,,9001
-18276,9807,8801,0,,9102
+18276,9807,8805,0.9999,,9201
 18276,9807,8802,18,,9102
-18276,9807,8805,0.9999,,9201
 18276,9807,8806,6500000,,9001
 18276,9807,8807,0,,9001
+18276,9807,8801,0,,9102
+18277,9807,8807,0,,9001
+18277,9807,8805,0.9999,,9201
 18277,9807,8801,0,,9102
 18277,9807,8802,21,,9102
-18277,9807,8805,0.9999,,9201
 18277,9807,8806,7500000,,9001
-18277,9807,8807,0,,9001
+18278,9807,8807,0,,9001
+18278,9807,8802,24,,9102
 18278,9807,8801,0,,9102
-18278,9807,8802,24,,9102
+18278,9807,8806,8500000,,9001
 18278,9807,8805,0.9999,,9201
-18278,9807,8806,8500000,,9001
-18278,9807,8807,0,,9001
 18280,9809,8801,50.373,,9110
-18280,9809,8802,21.05,,9110
 18280,9809,8805,0.9998,,9201
 18280,9809,8806,4637000,,9001
+18280,9809,8802,21.05,,9110
 18280,9809,8807,5467000,,9001
 18281,9809,8801,50.373,,9110
+18281,9809,8806,4637000,,9001
 18281,9809,8802,21.05,,9110
+18281,9809,8807,5647000,,9001
 18281,9809,8805,0.9998,,9201
-18281,9809,8806,4637000,,9001
-18281,9809,8807,5647000,,9001
+18282,9809,8806,4603000,,9001
+18282,9809,8802,21.301,,9110
 18282,9809,8801,53.0007,,9110
-18282,9809,8802,21.301,,9110
+18282,9809,8807,5806000,,9001
 18282,9809,8805,0.9998,,9201
-18282,9809,8806,4603000,,9001
-18282,9809,8807,5806000,,9001
 18283,9809,8801,53.35,,9110
 18283,9809,8802,17.003,,9110
 18283,9809,8805,0.9998,,9201
 18283,9809,8806,3501000,,9001
 18283,9809,8807,5999000,,9001
 18284,9809,8801,51.4015,,9110
+18284,9809,8807,5627000,,9001
+18284,9809,8805,0.9998,,9201
 18284,9809,8802,16.402,,9110
-18284,9809,8805,0.9998,,9201
 18284,9809,8806,3703000,,9001
-18284,9809,8807,5627000,,9001
+18285,9807,8805,0.999983,,9201
+18285,9807,8806,237000,,9001
 18285,9807,8801,0,,9110
 18285,9807,8802,18.573,,9110
-18285,9807,8805,0.999983,,9201
-18285,9807,8806,237000,,9001
 18285,9807,8807,-4700000,,9001
-18286,9809,8801,52.1,,9110
 18286,9809,8802,19.1,,9110
+18286,9809,8806,500000,,9001
 18286,9809,8805,0.999714,,9201
-18286,9809,8806,500000,,9001
 18286,9809,8807,500000,,9001
+18286,9809,8801,52.1,,9110
+18300,9807,8802,19,,9102
 18300,9807,8801,0,,9102
-18300,9807,8802,19,,9102
 18300,9807,8805,0.9993,,9201
 18300,9807,8806,500000,,9001
 18300,9807,8807,-5300000,,9001
+18305,9807,8805,0.999923,,9201
 18305,9807,8801,0,,9102
+18305,9807,8806,5500000,,9001
 18305,9807,8802,15,,9102
-18305,9807,8805,0.999923,,9201
-18305,9807,8806,5500000,,9001
 18305,9807,8807,0,,9001
-18306,9807,8801,0,,9102
 18306,9807,8802,18,,9102
 18306,9807,8805,0.999923,,9201
 18306,9807,8806,6500000,,9001
 18306,9807,8807,0,,9001
+18306,9807,8801,0,,9102
 18307,9807,8801,0,,9102
+18307,9807,8807,0,,9001
 18307,9807,8802,21,,9102
+18307,9807,8806,7500000,,9001
 18307,9807,8805,0.999923,,9201
-18307,9807,8806,7500000,,9001
-18307,9807,8807,0,,9001
+18308,9807,8805,0.999923,,9201
 18308,9807,8801,0,,9102
 18308,9807,8802,24,,9102
-18308,9807,8805,0.999923,,9201
+18308,9807,8807,0,,9001
 18308,9807,8806,8500000,,9001
-18308,9807,8807,0,,9001
+18310,9807,8806,200000,,9001
+18310,9807,8807,0,,9001
+18310,9807,8801,0,,9102
+18310,9807,8802,9,,9102
+18310,9807,8805,0.99995,,9201
+18311,9807,8805,0.99995,,9201
+18311,9807,8801,0,,9102
+18311,9807,8807,0,,9001
+18311,9807,8802,11,,9102
+18311,9807,8806,200000,,9001
+18312,9807,8807,0,,9001
+18312,9807,8805,0.99995,,9201
+18312,9807,8806,200000,,9001
+18312,9807,8802,13,,9102
+18312,9807,8801,0,,9102
+18313,9807,8805,0.99995,,9201
+18313,9807,8807,0,,9001
+18313,9807,8801,0,,9102
+18313,9807,8806,200000,,9001
+18313,9807,8802,15,,9102
+18314,9807,8806,200000,,9001
+18314,9807,8807,0,,9001
+18314,9807,8802,17,,9102
+18314,9807,8805,0.99995,,9201
+18314,9807,8801,0,,9102
+18315,9807,8801,0,,9102
+18315,9807,8802,19,,9102
+18315,9807,8807,0,,9001
+18315,9807,8805,0.99995,,9201
+18315,9807,8806,200000,,9001
+18316,9807,8807,0,,9001
+18316,9807,8806,200000,,9001
+18316,9807,8802,21,,9102
+18316,9807,8805,0.99995,,9201
+18316,9807,8801,0,,9102
+18317,9807,8801,0,,9102
+18317,9807,8802,23,,9102
+18317,9807,8805,0.99995,,9201
+18317,9807,8806,200000,,9001
+18317,9807,8807,0,,9001
+18318,9807,8801,0,,9102
+18318,9807,8805,0.99995,,9201
+18318,9807,8806,200000,,9001
+18318,9807,8807,0,,9001
+18318,9807,8802,25,,9102
+18319,9807,8807,0,,9001
+18319,9807,8805,0.9965,,9201
+18319,9807,8802,17,,9102
+18319,9807,8806,1000000,,9001
+18319,9807,8801,0,,9102
+18401,9807,8805,0.99995,,9201
 18401,9807,8801,0,,9110
+18401,9807,8807,0,,9001
 18401,9807,8802,9.3,,9110
-18401,9807,8805,0.99995,,9201
 18401,9807,8806,200000,,9001
-18401,9807,8807,0,,9001
+18402,9807,8806,500000,,9001
 18402,9807,8801,0,,9102
+18402,9807,8807,0,,9001
+18402,9807,8805,0.99995,,9201
 18402,9807,8802,12,,9102
-18402,9807,8805,0.99995,,9201
-18402,9807,8806,500000,,9001
-18402,9807,8807,0,,9001
+18403,9807,8802,15,,9102
 18403,9807,8801,0,,9102
-18403,9807,8802,15,,9102
 18403,9807,8805,1,,9201
+18403,9807,8807,0,,9001
 18403,9807,8806,900000,,9001
-18403,9807,8807,0,,9001
+18411,9807,8805,0.999,,9201
 18411,9807,8801,0,,9110
 18411,9807,8802,-13.3,,9110
-18411,9807,8805,0.999,,9201
+18411,9807,8807,1000000,,9001
 18411,9807,8806,1000000,,9001
-18411,9807,8807,1000000,,9001
-18412,9807,8801,0,,9110
+18412,9807,8805,0.999,,9201
 18412,9807,8802,-6.3,,9110
-18412,9807,8805,0.999,,9201
 18412,9807,8806,1000000,,9001
+18412,9807,8801,0,,9110
 18412,9807,8807,1000000,,9001
 18413,9807,8801,0,,9110
-18413,9807,8802,0.3,,9110
 18413,9807,8805,0.999,,9201
 18413,9807,8806,1000000,,9001
 18413,9807,8807,1000000,,9001
-18414,9807,8801,0,,9110
+18413,9807,8802,0.3,,9110
+18414,9807,8806,1000000,,9001
 18414,9807,8802,7.3,,9110
 18414,9807,8805,0.999,,9201
-18414,9807,8806,1000000,,9001
+18414,9807,8801,0,,9110
 18414,9807,8807,1000000,,9001
+18415,9807,8807,1000000,,9001
+18415,9807,8806,1000000,,9001
+18415,9807,8802,10.3,,9110
 18415,9807,8801,0,,9110
-18415,9807,8802,10.3,,9110
 18415,9807,8805,0.999,,9201
-18415,9807,8806,1000000,,9001
-18415,9807,8807,1000000,,9001
 18416,9807,8801,0,,9110
+18416,9807,8807,1000000,,9001
 18416,9807,8802,17.4,,9110
 18416,9807,8805,0.999,,9201
 18416,9807,8806,1000000,,9001
-18416,9807,8807,1000000,,9001
+18417,9807,8807,1000000,,9001
 18417,9807,8801,0,,9110
+18417,9807,8805,0.999,,9201
 18417,9807,8802,24.3,,9110
-18417,9807,8805,0.999,,9201
 18417,9807,8806,1000000,,9001
-18417,9807,8807,1000000,,9001
 18421,9826,8801,82.3,,9110
+18421,9826,8806,0,,9001
+18421,9826,8807,0,,9001
 18421,9826,8802,-40,,9110
 18421,9826,8805,1,,9201
-18421,9826,8806,0,,9001
-18421,9826,8807,0,,9001
-18422,9826,8801,79.3,,9110
-18422,9826,8802,-24,,9110
 18422,9826,8805,1,,9201
 18422,9826,8806,0,,9001
+18422,9826,8801,79.3,,9110
 18422,9826,8807,0,,9001
+18422,9826,8802,-24,,9110
+18423,9826,8805,1,,9201
 18423,9826,8801,76.3,,9110
 18423,9826,8802,-20,,9110
-18423,9826,8805,1,,9201
 18423,9826,8806,0,,9001
 18423,9826,8807,0,,9001
-18424,9826,8801,73.3,,9110
 18424,9826,8802,-24,,9110
+18424,9826,8807,0,,9001
+18424,9826,8806,0,,9001
 18424,9826,8805,1,,9201
-18424,9826,8806,0,,9001
-18424,9826,8807,0,,9001
+18424,9826,8801,73.3,,9110
 18425,9826,8801,70.3,,9110
+18425,9826,8807,0,,9001
+18425,9826,8805,1,,9201
 18425,9826,8802,-24,,9110
-18425,9826,8805,1,,9201
 18425,9826,8806,0,,9001
-18425,9826,8807,0,,9001
+18426,9826,8807,0,,9001
+18426,9826,8802,-32,,9110
 18426,9826,8801,67.3,,9110
-18426,9826,8802,-32,,9110
 18426,9826,8805,1,,9201
 18426,9826,8806,0,,9001
-18426,9826,8807,0,,9001
+18427,9826,8807,0,,9001
+18427,9826,8802,-40,,9110
 18427,9826,8801,64.3,,9110
-18427,9826,8802,-40,,9110
+18427,9826,8806,0,,9001
 18427,9826,8805,1,,9201
-18427,9826,8806,0,,9001
-18427,9826,8807,0,,9001
+18428,9826,8807,0,,9001
+18428,9826,8802,-48,,9110
 18428,9826,8801,61.3,,9110
-18428,9826,8802,-48,,9110
+18428,9826,8806,0,,9001
 18428,9826,8805,1,,9201
-18428,9826,8806,0,,9001
-18428,9826,8807,0,,9001
 18432,9826,8801,79.3,,9110
+18432,9826,8805,1,,9201
 18432,9826,8802,-64,,9110
-18432,9826,8805,1,,9201
 18432,9826,8806,0,,9001
 18432,9826,8807,0,,9001
+18433,9826,8802,-64,,9110
+18433,9826,8807,0,,9001
 18433,9826,8801,76.3,,9110
-18433,9826,8802,-64,,9110
+18433,9826,8806,0,,9001
 18433,9826,8805,1,,9201
-18433,9826,8806,0,,9001
-18433,9826,8807,0,,9001
-18434,9826,8801,73.3,,9110
+18434,9826,8806,0,,9001
 18434,9826,8802,-52,,9110
 18434,9826,8805,1,,9201
-18434,9826,8806,0,,9001
+18434,9826,8801,73.3,,9110
 18434,9826,8807,0,,9001
+18435,9826,8807,0,,9001
+18435,9826,8805,1,,9201
 18435,9826,8801,70.3,,9110
 18435,9826,8802,-52,,9110
-18435,9826,8805,1,,9201
 18435,9826,8806,0,,9001
-18435,9826,8807,0,,9001
+18436,9826,8806,0,,9001
 18436,9826,8801,67.3,,9110
+18436,9826,8807,0,,9001
+18436,9826,8805,1,,9201
 18436,9826,8802,-52,,9110
-18436,9826,8805,1,,9201
-18436,9826,8806,0,,9001
-18436,9826,8807,0,,9001
-18437,9826,8801,64.3,,9110
-18437,9826,8802,-52,,9110
+18437,9826,8807,0,,9001
 18437,9826,8805,1,,9201
 18437,9826,8806,0,,9001
-18437,9826,8807,0,,9001
+18437,9826,8802,-52,,9110
+18437,9826,8801,64.3,,9110
 18441,9807,8801,0.07,,9110
-18441,9807,8802,41.32,,9110
 18441,9807,8805,1,,9201
+18441,9807,8807,0,,9001
 18441,9807,8806,1300000,,9001
-18441,9807,8807,0,,9001
+18441,9807,8802,41.32,,9110
+18442,9807,8807,0,,9001
 18442,9807,8801,0.07,,9110
+18442,9807,8806,2300000,,9001
 18442,9807,8802,44.32,,9110
 18442,9807,8805,1,,9201
-18442,9807,8806,2300000,,9001
-18442,9807,8807,0,,9001
 18443,9807,8801,0.07,,9110
+18443,9807,8805,1,,9201
+18443,9807,8807,0,,9001
 18443,9807,8802,47.32,,9110
-18443,9807,8805,1,,9201
 18443,9807,8806,3300000,,9001
-18443,9807,8807,0,,9001
 18444,9807,8801,0.07,,9110
+18444,9807,8805,1,,9201
+18444,9807,8807,0,,9001
 18444,9807,8802,50.32,,9110
-18444,9807,8805,1,,9201
 18444,9807,8806,4300000,,9001
-18444,9807,8807,0,,9001
-18446,9807,8801,0.08,,9110
+18446,9807,8807,0,,9001
+18446,9807,8805,1,,9201
 18446,9807,8802,50.46,,9110
-18446,9807,8805,1,,9201
 18446,9807,8806,2300000,,9001
-18446,9807,8807,0,,9001
+18446,9807,8801,0.08,,9110
+18447,9807,8802,53.46,,9110
 18447,9807,8801,0.08,,9110
-18447,9807,8802,53.46,,9110
+18447,9807,8806,3300000,,9001
 18447,9807,8805,1,,9201
-18447,9807,8806,3300000,,9001
 18447,9807,8807,0,,9001
 18448,9807,8801,0.08,,9110
 18448,9807,8802,56.46,,9110
+18448,9807,8806,4300000,,9001
 18448,9807,8805,1,,9201
-18448,9807,8806,4300000,,9001
 18448,9807,8807,0,,9001
+18450,9807,8807,0,,9001
+18450,9807,8805,1,,9201
+18450,9807,8802,21.57,,9110
 18450,9807,8801,0.06,,9110
-18450,9807,8802,21.57,,9110
-18450,9807,8805,1,,9201
 18450,9807,8806,250000,,9001
-18450,9807,8807,0,,9001
-18451,9807,8801,0.06,,9110
-18451,9807,8802,24.57,,9110
+18451,9807,8807,0,,9001
 18451,9807,8805,1,,9201
 18451,9807,8806,1250000,,9001
-18451,9807,8807,0,,9001
+18451,9807,8802,24.57,,9110
+18451,9807,8801,0.06,,9110
 18452,9807,8801,0.06,,9110
+18452,9807,8806,2250000,,9001
+18452,9807,8807,0,,9001
 18452,9807,8802,27.57,,9110
 18452,9807,8805,1,,9201
-18452,9807,8806,2250000,,9001
-18452,9807,8807,0,,9001
+19854,9802,8821,-55,,9102
+19854,9802,8824,-54.45,,9110
+19854,9802,8826,0,,9001
+19854,9802,8822,-37,,9102
+19854,9802,8823,-54,,9110
+19854,9802,8827,0,,9001
+19855,9804,8806,0,,9001
+19855,9804,8801,-41,,9102
+19855,9804,8802,100,,9102
+19855,9804,8807,0,,9001
+19855,9804,8805,1,,9201
+19856,9807,8806,160000,,9001
+19856,9807,8801,-21.07,,9110
+19856,9807,8807,50000,,9001
+19856,9807,8802,55.32,,9110
+19856,9807,8805,1,,9201
+19857,9802,8822,-112,,9102
+19857,9802,8824,70,,9102
+19857,9802,8827,0,,9001
+19857,9802,8823,62,,9102
+19857,9802,8826,0,,9001
+19857,9802,8821,0,,9102
+19858,9822,8824,68,,9110
+19858,9822,8821,59,,9110
+19858,9822,8823,61.4,,9110
+19858,9822,8827,500000,,9001
+19858,9822,8822,-132.3,,9110
+19858,9822,8826,500000,,9001
+19859,9807,8801,-17,,9110
+19859,9807,8806,2000000,,9001
+19859,9807,8807,4000000,,9001
+19859,9807,8802,178.45,,9110
+19859,9807,8805,0.99985,,9201
+19860,9801,8802,-77,,9102
+19860,9801,8806,750000,,9001
+19860,9801,8805,1,,9201
+19860,9801,8807,650000,,9001
+19860,9801,8801,18,,9102
+19861,9813,8811,-21,,9105
+19861,9813,8807,800000,,9001
+19861,9813,8806,400000,,9001
+19861,9813,8815,0.9995,,9201
+19861,9813,8813,21,,9105
+19861,9813,8812,49,,9105
+19862,9802,8824,51.1,,9110
+19862,9802,8827,166262,,9001
+19862,9802,8821,50.4752134,,9110
+19862,9802,8823,49.5,,9110
+19862,9802,8822,4.2133177,,9110
+19862,9802,8826,150328,,9001
+19863,9802,8826,500000,,9001
+19863,9802,8821,21,,9102
+19863,9802,8823,18,,9102
+19863,9802,8827,500000,,9001
+19863,9802,8822,114,,9102
+19863,9802,8824,24,,9102
+19864,9807,8802,103.5,,9110
+19864,9807,8807,38744.572,,9001
+19864,9807,8801,1.22,,9110
+19864,9807,8806,28001.642,,9001
+19864,9807,8805,1,,9201
+19865,9829,8806,0,,9001
+19865,9829,8807,0,,9001
+19865,9829,8833,-45,,9102
+19865,9829,8832,70,,9102
+19866,9829,8807,0,,9001
+19866,9829,8833,0,,9102
+19866,9829,8806,0,,9001
+19866,9829,8832,-70,,9102
+19867,9821,8828,90,,9102
+19867,9821,8806,0,,9001
+19867,9821,8807,0,,9001
+19867,9821,8829,0,,9102
+19868,9821,8828,-90,,9102
+19868,9821,8806,0,,9001
+19868,9821,8829,0,,9102
+19868,9821,8807,0,,9001
+19869,9834,8807,0,,9001
+19869,9834,8823,30,,9102
+19869,9834,8802,0,,9102
+19869,9834,8806,0,,9001
+19870,9826,8801,62,,9102
+19870,9826,8802,-9,,9102
+19870,9826,8805,1,,9201
+19870,9826,8806,500000,,9001
+19870,9826,8807,500000,,9001
+19871,9812,8812,102.15,,9110
+19871,9812,8814,323.07483685,,9110
+19871,9812,8807,0,,9301
+19871,9812,8806,40000,,9301
+19871,9812,8811,4,,9110
+19871,9812,8815,0.99984,,9201
+19871,9812,8813,323.01328458,,9110
+19872,9812,8806,804670.24,,9001
+19872,9812,8812,102.15,,9110
+19872,9812,8811,4,,9110
+19872,9812,8813,323.01328458,,9110
+19872,9812,8807,0,,9001
+19872,9812,8815,0.99984,,9201
+19872,9812,8814,323.07483685,,9110
+19873,9802,8821,-22.16108903,,9110
+19873,9802,8824,-22.17408903,,9110
+19873,9802,8822,166.26327327,,9110
+19873,9802,8827,1.02,,9001
+19873,9802,8823,-22.14408903,,9110
+19873,9802,8826,0.66,,9001
+19874,9802,8822,166.2633,,9110
+19874,9802,8823,-22.1441,,9110
+19874,9802,8821,-22.1611,,9110
+19874,9802,8824,-22.1741,,9110
+19874,9802,8826,8.313,,9001
+19874,9802,8827,-2.354,,9001
+19875,9802,8821,0,,9102
+19875,9802,8823,44.5,,9102
+19875,9802,8827,6430000,,9001
+19875,9802,8826,930000,,9001
+19875,9802,8822,-85,,9102
+19875,9802,8824,53.5,,9102
+19876,9807,8806,100178.1808,,9001
+19876,9807,8802,18.0328044,,9110
+19876,9807,8801,0,,9110
+19876,9807,8805,0.99999425,,9201
+19876,9807,8807,-6500614.7836,,9001
+19877,9826,8807,700000,,9001
+19877,9826,8805,1,,9201
+19877,9826,8806,700000,,9001
+19877,9826,8801,62,,9102
+19877,9826,8802,-9,,9102
+19878,9833,8807,1662888.5,,9098
+19878,9833,8802,179.2,,9110
+19878,9833,8806,1251331.8,,9098
+19878,9833,8801,-16.15,,9110
+19879,9806,8802,178,,9102
+19879,9806,8807,704000,,9098
+19879,9806,8806,544000,,9098
+19879,9806,8801,-18,,9102
+19880,9807,8802,178.45,,9110
+19880,9807,8801,-17,,9110
+19880,9807,8806,2000000,,9001
+19880,9807,8807,4000000,,9001
+19880,9807,8805,0.99985,,9001
+19881,9807,8801,0,,9102
+19881,9807,8802,-115,,9102
+19881,9807,8806,500000,,9001
+19881,9807,8807,0,,9001
+19881,9807,8805,0.9992,,9201
+19882,9807,8806,0,,9001
+19882,9807,8801,0,,9102
+19882,9807,8802,-115,,9102
+19882,9807,8807,0,,9001
+19882,9807,8805,0.9992,,9201
+19883,9804,8806,0,,9001
+19883,9804,8807,0,,9001
+19883,9804,8802,0,,9102
+19883,9804,8801,0,,9102
+19883,9804,8805,1,,9201
+19884,9805,8807,0,,9001
+19884,9805,8802,51,,9102
+19884,9805,8823,42,,9102
+19884,9805,8806,0,,9001
+19885,9806,8802,102.174287001,,9110
+19885,9806,8801,5.582115717,,9110
+19885,9806,8806,13227.851,,9001
+19885,9806,8807,8739.894,,9001
+19886,9806,8801,4.513262688,,9110
+19886,9806,8806,-1.769,,9001
+19886,9806,8807,133454.779,,9001
+19886,9806,8802,100.485547811,,9110
+19887,9806,8801,5.575282177,,9110
+19887,9806,8802,100.3810936,,9110
+19887,9806,8806,0,,9001
+19887,9806,8807,0,,9001
+19888,9806,8801,5.251746315,,9110
+19888,9806,8807,62.283,,9001
+19888,9806,8802,100.203975707,,9110
+19888,9806,8806,-23.414,,9001
+19889,9806,8806,19594.245,,9001
+19889,9806,8802,103.041299225,,9110
+19889,9806,8807,3371.895,,9001
+19889,9806,8801,4.583462672,,9110
+19890,9806,8807,56464.049,,9001
+19890,9806,8806,-34836.161,,9001
+19890,9806,8801,3.410473658,,9110
+19890,9806,8802,101.232078849,,9110
+19891,9806,8801,3.460979712,,9110
+19891,9806,8802,102.220587634,,9110
+19891,9806,8806,-7368.228,,9001
+19891,9806,8807,6485.858,,9001
+19892,9806,8802,101.582965815,,9110
+19892,9806,8801,2.405645149,,9110
+19892,9806,8807,-4240.573,,9001
+19892,9806,8806,3673.785,,9001
+19893,9806,8802,103.254057045,,9110
+19893,9806,8801,2.071804708,,9110
+19893,9806,8807,8758.32,,9001
+19893,9806,8806,-14810.562,,9001
+19894,9812,8814,53.07483685,,9110
+19894,9812,8813,53.185691582,,9110
+19894,9812,8806,0,,9001
+19894,9812,8812,115,,9110
+19894,9812,8815,0.99984,,9201
+19894,9812,8811,4,,9110
+19894,9812,8807,0,,9001
+19895,9812,8806,804671,,9001
+19895,9812,8807,0,,9001
+19895,9812,8814,323.07483685,,9110
+19895,9812,8813,323.013286728,,9110
+19895,9812,8811,4,,9110
+19895,9812,8812,102.15,,9110
+19895,9812,8815,0.99984,,9201
+19896,9806,8802,114.10428,,9110
 19896,9806,8801,22.184368,,9110
-19896,9806,8802,114.10428,,9110
 19896,9806,8806,132033.92,,9005
 19896,9806,8807,62565.96,,9005
-19897,9802,8821,63.390675,,9102
 19897,9802,8822,-91.52,,9110
+19897,9802,8827,3000000,,9001
+19897,9802,8824,77,,9102
 19897,9802,8823,49,,9102
-19897,9802,8824,77,,9102
 19897,9802,8826,6200000,,9001
-19897,9802,8827,3000000,,9001
+19897,9802,8821,63.390675,,9102
+19898,9804,8802,-150,,9102
+19898,9804,8807,0,,9001
 19898,9804,8801,0,,9102
-19898,9804,8802,-150,,9102
+19898,9804,8806,0,,9001
 19898,9804,8805,1,,9201
-19898,9804,8806,0,,9001
-19898,9804,8807,0,,9001
 19899,9801,8801,-20.114225,,9110
+19899,9801,8806,1000000,,9001
+19899,9801,8805,1,,9201
 19899,9801,8802,57.311858,,9110
-19899,9801,8805,1,,9201
-19899,9801,8806,1000000,,9001
 19899,9801,8807,1000000,,9001
+19900,9807,8805,0.9996,,9201
+19900,9807,8802,51,,9102
 19900,9807,8801,0,,9102
-19900,9807,8802,51,,9102
-19900,9807,8805,0.9996,,9201
 19900,9807,8806,500000,,9001
 19900,9807,8807,0,,9001
+19901,9802,8827,5400000,,9001
+19901,9802,8824,51.1,,9110
 19901,9802,8821,90,,9110
 19901,9802,8822,0,,9110
+19901,9802,8826,150000,,9001
 19901,9802,8823,49.5,,9110
-19901,9802,8824,51.1,,9110
-19901,9802,8826,150000,,9001
-19901,9802,8827,5400000,,9001
+19902,9803,8826,150000.01256,,9001
+19902,9803,8827,5400088.4378,,9001
+19902,9803,8823,49.5,,9110
 19902,9803,8821,90,,9110
 19902,9803,8822,4.2124983,,9110
-19902,9803,8823,49.5,,9110
 19902,9803,8824,51.1,,9110
-19902,9803,8826,150000.01256,,9001
-19902,9803,8827,5400088.4378,,9001
+19903,9801,8806,500000,,9001
+19903,9801,8807,300000,,9001
+19903,9801,8805,0.99950908,,9201
 19903,9801,8801,55,,9105
 19903,9801,8802,6,,9105
-19903,9801,8805,0.99950908,,9201
-19903,9801,8806,500000,,9001
-19903,9801,8807,300000,,9001
 19904,9807,8801,4.4,,9110
-19904,9807,8802,-1,,9110
+19904,9807,8806,274319.51,,9001
 19904,9807,8805,0.99975,,9201
-19904,9807,8806,274319.51,,9001
 19904,9807,8807,0,,9001
+19904,9807,8802,-1,,9110
+19905,9804,8806,3900000,,9001
+19905,9804,8805,0.997,,9201
 19905,9804,8801,0,,9102
 19905,9804,8802,110,,9102
-19905,9804,8805,0.997,,9201
-19905,9804,8806,3900000,,9001
 19905,9804,8807,900000,,9001
+19906,9801,8802,45,,9110
+19906,9801,8807,1166200,,9001
 19906,9801,8801,32.3,,9110
-19906,9801,8802,45,,9110
+19906,9801,8806,1500000,,9001
 19906,9801,8805,0.9987864078,,9201
-19906,9801,8806,1500000,,9001
-19906,9801,8807,1166200,,9001
+19907,9807,8807,0,,9001
+19907,9807,8802,46.3,,9110
+19907,9807,8806,800000,,9001
 19907,9807,8801,29.0134566,,9110
-19907,9807,8802,46.3,,9110
 19907,9807,8805,0.9994,,9201
-19907,9807,8806,800000,,9001
-19907,9807,8807,0,,9001
 19908,9807,8801,53.3,,9110
+19908,9807,8806,200000,,9001
+19908,9807,8807,250000,,9001
 19908,9807,8802,-8,,9110
 19908,9807,8805,1.000035,,9201
-19908,9807,8806,200000,,9001
-19908,9807,8807,250000,,9001
+19909,9801,8806,550000,,9005
+19909,9801,8807,400000,,9005
 19909,9801,8801,18,,9102
+19909,9801,8805,1,,9201
 19909,9801,8802,-77,,9102
-19909,9801,8805,1,,9201
-19909,9801,8806,550000,,9005
-19909,9801,8807,400000,,9005
-19910,9801,8801,18,,9102
+19910,9801,8807,150000,,9001
+19910,9801,8806,250000,,9001
 19910,9801,8802,-77,,9102
 19910,9801,8805,1,,9201
-19910,9801,8806,250000,,9001
-19910,9801,8807,150000,,9001
-19911,9815,8811,-21,,9105
-19911,9815,8812,49,,9105
+19910,9801,8801,18,,9102
 19911,9815,8813,21,,9105
 19911,9815,8814,21,,9105
+19911,9815,8811,-21,,9105
+19911,9815,8816,400000,,9001
 19911,9815,8815,0.9995,,9201
-19911,9815,8816,400000,,9001
+19911,9815,8812,49,,9105
 19911,9815,8817,800000,,9001
+19913,9809,8802,5.23155,,9110
 19913,9809,8801,52.0922178,,9110
-19913,9809,8802,5.23155,,9110
+19913,9809,8807,0,,9001
 19913,9809,8805,0.9999079,,9201
 19913,9809,8806,0,,9001
-19913,9809,8807,0,,9001
-19914,9809,8801,52.0922178,,9110
+19914,9809,8807,463000,,9001
+19914,9809,8806,155000,,9001
 19914,9809,8802,5.23155,,9110
 19914,9809,8805,0.9999079,,9201
-19914,9809,8806,155000,,9001
-19914,9809,8807,463000,,9001
+19914,9809,8801,52.0922178,,9110
+19915,9801,8807,1000000,,9001
 19915,9801,8801,15,,9102
+19915,9801,8806,1500000,,9001
+19915,9801,8805,0.999365678,,9201
 19915,9801,8802,45,,9102
-19915,9801,8805,0.999365678,,9201
-19915,9801,8806,1500000,,9001
-19915,9801,8807,1000000,,9001
 19916,9807,8801,49,,9102
+19916,9807,8805,0.9996012717,,9201
 19916,9807,8802,-2,,9102
-19916,9807,8805,0.9996012717,,9201
 19916,9807,8806,400000,,9001
 19916,9807,8807,-100000,,9001
+19917,9811,8806,2510000,,9001
+19917,9811,8807,6023150,,9001
 19917,9811,8801,-41,,9102
 19917,9811,8802,173,,9102
-19917,9811,8806,2510000,,9001
-19917,9811,8807,6023150,,9001
-19919,9807,8801,24.27,,9110
-19919,9807,8802,51.13,,9110
 19919,9807,8805,0.99999,,9201
 19919,9807,8806,200000,,9001
+19919,9807,8802,51.13,,9110
+19919,9807,8801,24.27,,9110
 19919,9807,8807,300000,,9001
+19920,9806,8807,30000,,9001
+19920,9806,8806,30000,,9001
+19920,9806,8802,103.5110808,,9110
 19920,9806,8801,1.1715528,,9110
-19920,9806,8802,103.5110808,,9110
-19920,9806,8806,30000,,9001
-19920,9806,8807,30000,,9001
+19921,9801,8806,600000,,9001
 19921,9801,8801,40,,9102
+19921,9801,8807,600000,,9001
 19921,9801,8802,0,,9102
 19921,9801,8805,0.9988085293,,9201
-19921,9801,8806,600000,,9001
-19921,9801,8807,600000,,9001
+19922,9815,8816,600000,,9001
+19922,9815,8814,90,,9110
+19922,9815,8813,90,,9110
 19922,9815,8811,46.570866,,9110
 19922,9815,8812,7.26225,,9110
-19922,9815,8813,90,,9110
-19922,9815,8814,90,,9110
 19922,9815,8815,1,,9201
-19922,9815,8816,600000,,9001
 19922,9815,8817,200000,,9001
 19923,9815,8811,46.570866,,9110
 19923,9815,8812,0,,9110
-19923,9815,8813,90,,9110
 19923,9815,8814,90,,9110
 19923,9815,8815,1,,9201
+19923,9815,8817,0,,9001
 19923,9815,8816,0,,9001
-19923,9815,8817,0,,9001
+19923,9815,8813,90,,9110
+19924,9806,8807,180000,,9039
 19924,9806,8801,11.1507843,,9110
+19924,9806,8806,187500,,9039
 19924,9806,8802,-60.4109632,,9110
-19924,9806,8806,187500,,9039
-19924,9806,8807,180000,,9039
+19925,9806,8806,430000,,9039
 19925,9806,8801,10.263,,9110
+19925,9806,8807,325000,,9039
 19925,9806,8802,-61.2,,9110
-19925,9806,8806,430000,,9039
-19925,9806,8807,325000,,9039
+19926,9809,8807,500000,,9001
 19926,9809,8801,46,,9102
+19926,9809,8806,500000,,9001
+19926,9809,8805,0.99975,,9201
 19926,9809,8802,25,,9102
-19926,9809,8805,0.99975,,9201
-19926,9809,8806,500000,,9001
-19926,9809,8807,500000,,9001
-19927,9809,8801,45.54,,9110
+19927,9809,8807,500000,,9001
 19927,9809,8802,25.23328772,,9110
 19927,9809,8805,0.9996667,,9201
 19927,9809,8806,500000,,9001
-19927,9809,8807,500000,,9001
+19927,9809,8801,45.54,,9110
 19928,9807,8801,0,,9102
-19928,9807,8802,48,,9102
 19928,9807,8805,0.9996,,9201
 19928,9807,8806,500000,,9001
+19928,9807,8802,48,,9102
 19928,9807,8807,0,,9001
-19929,9807,8801,0,,9110
+19929,9807,8807,0,,9001
 19929,9807,8802,15.48298,,9110
 19929,9807,8805,1,,9201
 19929,9807,8806,1500000,,9001
-19929,9807,8807,0,,9001
+19929,9807,8801,0,,9110
 19930,9807,8801,0,,9102
-19930,9807,8802,24,,9102
-19930,9807,8805,0.9996,,9201
 19930,9807,8806,500000,,9001
 19930,9807,8807,0,,9001
-19931,9815,8811,47.08398174,,9110
+19930,9807,8805,0.9996,,9201
+19930,9807,8802,24,,9102
+19931,9815,8814,90,,9110
 19931,9815,8812,19.02548584,,9110
+19931,9815,8816,650000,,9001
+19931,9815,8817,200000,,9001
 19931,9815,8813,90,,9110
-19931,9815,8814,90,,9110
+19931,9815,8811,47.08398174,,9110
 19931,9815,8815,0.99993,,9201
-19931,9815,8816,650000,,9001
-19931,9815,8817,200000,,9001
-19933,9809,8801,47.15,,9110
-19933,9809,8802,-63,,9110
 19933,9809,8805,0.999912,,9201
+19933,9809,8807,400000,,9001
 19933,9809,8806,700000,,9001
-19933,9809,8807,400000,,9001
-19934,9807,8801,0,,9102
+19933,9809,8802,-63,,9110
+19933,9809,8801,47.15,,9110
+19934,9807,8805,0.9998,,9201
 19934,9807,8802,24,,9102
-19934,9807,8805,0.9998,,9201
 19934,9807,8806,500000,,9001
+19934,9807,8801,0,,9102
 19934,9807,8807,0,,9001
 19935,9812,8806,40000,,9062
+19935,9812,8814,323.07483685,,9110
+19935,9812,8812,102.15,,9110
 19935,9812,8807,0,,9062
+19935,9812,8815,0.99984,,9201
 19935,9812,8811,4,,9110
-19935,9812,8812,102.15,,9110
 19935,9812,8813,323.01328458,,9110
-19935,9812,8814,323.07483685,,9110
-19935,9812,8815,0.99984,,9201
+19936,9807,8807,300000,,9001
+19936,9807,8802,1,,9110
+19936,9807,8806,200000,,9001
 19936,9807,8801,39.4,,9110
-19936,9807,8802,1,,9110
 19936,9807,8805,1,,9201
-19936,9807,8806,200000,,9001
-19936,9807,8807,300000,,9001
-19937,9816,8821,38.81973,,9105
+19937,9816,8826,270,,9036
 19937,9816,8822,7.83445,,9105
-19937,9816,8826,270,,9036
 19937,9816,8827,582,,9036
+19937,9816,8821,38.81973,,9105
 19938,9802,8821,57.310319415,,9110
+19938,9802,8824,58,,9110
+19938,9802,8827,6375000,,9001
+19938,9802,8826,500000,,9001
 19938,9802,8822,24,,9110
 19938,9802,8823,59.2,,9110
-19938,9802,8824,58,,9110
-19938,9802,8826,500000,,9001
-19938,9802,8827,6375000,,9001
+19939,9807,8807,0,,9001
 19939,9807,8801,0,,9102
 19939,9807,8802,24,,9102
 19939,9807,8805,0.9996,,9201
 19939,9807,8806,500000,,9001
-19939,9807,8807,0,,9001
-19940,9817,8801,34.39,,9110
+19940,9817,8805,0.9996256,,9201
+19940,9817,8807,300000,,9001
 19940,9817,8802,37.21,,9110
-19940,9817,8805,0.9996256,,9201
 19940,9817,8806,300000,,9001
-19940,9817,8807,300000,,9001
+19940,9817,8801,34.39,,9110
+19941,9818,8807,10000000,,9001
+19941,9818,8806,5000000,,9001
 19941,9818,8801,0,,9102
 19941,9818,8802,-54,,9102
-19941,9818,8806,5000000,,9001
-19941,9818,8807,10000000,,9001
 19942,9807,8801,0,,9102
 19942,9807,8802,-62,,9102
+19942,9807,8807,0,,9001
 19942,9807,8805,0.9995,,9201
 19942,9807,8806,400000,,9001
-19942,9807,8807,0,,9001
+19943,9807,8805,0.9999986,,9201
 19943,9807,8801,13.1035,,9110
 19943,9807,8802,-59.3335,,9110
-19943,9807,8805,0.9999986,,9201
 19943,9807,8806,30000,,9001
 19943,9807,8807,75000,,9001
+19944,9802,8822,-68.3,,9110
+19944,9802,8826,0,,9001
 19944,9802,8821,44,,9110
-19944,9802,8822,-68.3,,9110
 19944,9802,8823,60,,9110
 19944,9802,8824,46,,9110
-19944,9802,8826,0,,9001
 19944,9802,8827,0,,9001
+19945,9809,8805,0.999912,,9201
+19945,9809,8802,-66.3,,9110
+19945,9809,8807,800000,,9001
 19945,9809,8801,46.3,,9110
-19945,9809,8802,-66.3,,9110
-19945,9809,8805,0.999912,,9201
 19945,9809,8806,300000,,9001
-19945,9809,8807,800000,,9001
+19946,9809,8802,-66.3,,9110
+19946,9809,8806,2500000,,9001
 19946,9809,8801,46.3,,9110
-19946,9809,8802,-66.3,,9110
 19946,9809,8805,0.999912,,9201
-19946,9809,8806,2500000,,9001
 19946,9809,8807,7500000,,9001
+19947,9802,8827,400000,,9001
 19947,9802,8821,47.3,,9110
-19947,9802,8822,13.2,,9110
-19947,9802,8823,49,,9110
 19947,9802,8824,46,,9110
 19947,9802,8826,400000,,9001
-19947,9802,8827,400000,,9001
+19947,9802,8823,49,,9110
+19947,9802,8822,13.2,,9110
+19948,9801,8807,300000,,9001
 19948,9801,8801,34.39,,9110
+19948,9801,8806,300000,,9001
+19948,9801,8805,0.9996256,,9201
 19948,9801,8802,37.21,,9110
-19948,9801,8805,0.9996256,,9201
-19948,9801,8806,300000,,9001
-19948,9801,8807,300000,,9001
+19949,9809,8802,43.5,,9105
+19949,9809,8806,0,,9001
 19949,9809,8801,38,,9105
-19949,9809,8802,43.5,,9105
 19949,9809,8805,0.9995341,,9201
-19949,9809,8806,0,,9001
 19949,9809,8807,0,,9001
-19950,9815,8811,46.570866,,9110
 19950,9815,8812,7.26225,,9110
 19950,9815,8813,90,,9110
+19950,9815,8811,46.570866,,9110
+19950,9815,8815,1,,9201
+19950,9815,8817,1200000,,9001
 19950,9815,8814,90,,9110
-19950,9815,8815,1,,9201
 19950,9815,8816,2600000,,9001
-19950,9815,8817,1200000,,9001
+19951,9815,8816,658377.437,,9001
+19951,9815,8815,0.999895934,,9201
+19951,9815,8817,3044969.194,,9001
+19951,9815,8813,0.34179803,,9110
 19951,9815,8811,27.31077837,,9110
 19951,9815,8812,52.3612741,,9110
-19951,9815,8813,0.34179803,,9110
 19951,9815,8814,0.34179803,,9110
-19951,9815,8815,0.999895934,,9201
-19951,9815,8816,658377.437,,9001
-19951,9815,8817,3044969.194,,9001
-19952,9819,8811,49.3,,9110
+19952,9819,8819,0.9999,,9201
 19952,9819,8812,42.3,,9110
-19952,9819,8813,30.1717303,,9110
 19952,9819,8816,0,,9001
 19952,9819,8817,0,,9001
 19952,9819,8818,78.3,,9110
-19952,9819,8819,0.9999,,9201
+19952,9819,8813,30.1717303,,9110
+19952,9819,8811,49.3,,9110
+19953,9806,8807,100000,,9001
 19953,9806,8801,25.22565,,9110
+19953,9806,8806,100000,,9001
 19953,9806,8802,50.4541,,9110
-19953,9806,8806,100000,,9001
-19953,9806,8807,100000,,9001
+19954,9807,8802,-55.41,,9110
 19954,9807,8801,0,,9110
-19954,9807,8802,-55.41,,9110
-19954,9807,8805,0.9996,,9201
 19954,9807,8806,500000,,9001
 19954,9807,8807,0,,9001
+19954,9807,8805,0.9996,,9201
 19955,9807,8801,0,,9110
 19955,9807,8802,-55.41,,9110
 19955,9807,8805,0.9999,,9201
 19955,9807,8806,500000,,9001
 19955,9807,8807,0,,9001
+19956,9815,8814,53.07483685,,9110
+19956,9815,8815,0.99984,,9201
+19956,9815,8817,22014.3572,,9042
 19956,9815,8811,4,,9110
+19956,9815,8816,29352.4763,,9042
 19956,9815,8812,115,,9110
 19956,9815,8813,53.18569537,,9110
-19956,9815,8814,53.07483685,,9110
-19956,9815,8815,0.99984,,9201
-19956,9815,8816,29352.4763,,9042
-19956,9815,8817,22014.3572,,9042
-19957,9815,8811,4,,9110
 19957,9815,8812,115,,9110
+19957,9815,8815,0.99984,,9201
+19957,9815,8814,53.07483685,,9110
 19957,9815,8813,53.18569537,,9110
-19957,9815,8814,53.07483685,,9110
-19957,9815,8815,0.99984,,9201
 19957,9815,8816,1937263.44,,9041
+19957,9815,8811,4,,9110
 19957,9815,8817,1452947.58,,9041
 19958,9815,8811,4,,9110
+19958,9815,8813,53.18569537,,9110
+19958,9815,8817,442857.65,,9001
 19958,9815,8812,115,,9110
-19958,9815,8813,53.18569537,,9110
 19958,9815,8814,53.07483685,,9110
 19958,9815,8815,0.99984,,9201
 19958,9815,8816,590476.87,,9001
-19958,9815,8817,442857.65,,9001
+19959,9807,8806,900000,,9094
+19959,9807,8807,0,,9094
 19959,9807,8801,4.4,,9110
+19959,9807,8805,0.99975,,9201
 19959,9807,8802,-1,,9110
-19959,9807,8805,0.99975,,9201
-19959,9807,8806,900000,,9094
-19959,9807,8807,0,,9094
+19960,9809,8807,800000,,9001
 19960,9809,8801,47.15,,9110
 19960,9809,8802,-63,,9110
 19960,9809,8805,0.999912,,9201
 19960,9809,8806,400000,,9001
-19960,9809,8807,800000,,9001
-19961,9802,8821,90,,9110
 19961,9802,8822,4.2202952,,9110
 19961,9802,8823,51.100000204,,9110
+19961,9802,8821,90,,9110
 19961,9802,8824,49.500000204,,9110
 19961,9802,8826,150000.013,,9001
 19961,9802,8827,5400088.438,,9001
+19962,9807,8805,0.99982,,9201
+19962,9807,8807,750000,,9001
 19962,9807,8801,53.3,,9110
+19962,9807,8806,600000,,9001
 19962,9807,8802,-8,,9110
-19962,9807,8805,0.99982,,9201
-19962,9807,8806,600000,,9001
-19962,9807,8807,750000,,9001
-19963,9807,8801,6.4,,9110
+19963,9807,8807,0,,9094
 19963,9807,8802,-12,,9110
 19963,9807,8805,1,,9201
 19963,9807,8806,500000,,9094
-19963,9807,8807,0,,9094
-19964,9807,8801,6.4,,9110
+19963,9807,8801,6.4,,9110
 19964,9807,8802,-12,,9110
-19964,9807,8805,1,,9201
 19964,9807,8806,800000,,9094
+19964,9807,8801,6.4,,9110
 19964,9807,8807,600000,,9094
+19964,9807,8805,1,,9201
+19965,9821,8828,45,,9102
 19965,9821,8806,0,,9001
+19965,9821,8829,-100,,9102
 19965,9821,8807,0,,9001
-19965,9821,8828,45,,9102
-19965,9821,8829,-100,,9102
+19966,9807,8807,100000,,9001
+19966,9807,8806,80000,,9001
+19966,9807,8805,1,,9201
+19966,9807,8802,6.1,,9110
 19966,9807,8801,49.5,,9110
-19966,9807,8802,6.1,,9110
-19966,9807,8805,1,,9201
-19966,9807,8806,80000,,9001
-19966,9807,8807,100000,,9001
+19967,9807,8807,0,,9001
+19967,9807,8802,15,,9110
+19967,9807,8806,500000,,9001
 19967,9807,8801,0,,9110
-19967,9807,8802,15,,9110
 19967,9807,8805,0.9999,,9201
-19967,9807,8806,500000,,9001
-19967,9807,8807,0,,9001
 19968,9823,8801,0,,9102
 19968,9823,8802,0,,9102
-19969,9807,8801,39.4,,9110
 19969,9807,8802,1,,9110
 19969,9807,8805,1,,9201
+19969,9807,8807,0,,9001
 19969,9807,8806,0,,9001
-19969,9807,8807,0,,9001
+19969,9807,8801,39.4,,9110
+19971,9807,8807,10000000,,9001
+19971,9807,8805,0.9996,,9201
+19971,9807,8806,1600000,,9001
 19971,9807,8801,0,,9102
 19971,9807,8802,173,,9102
-19971,9807,8805,0.9996,,9201
-19971,9807,8806,1600000,,9001
-19971,9807,8807,10000000,,9001
-19972,9807,8801,53.3,,9110
+19972,9807,8807,250000,,9001
+19972,9807,8805,1.000035,,9201
 19972,9807,8802,-8,,9110
-19972,9807,8805,1.000035,,9201
 19972,9807,8806,200000,,9001
-19972,9807,8807,250000,,9001
+19972,9807,8801,53.3,,9110
+19973,9807,8807,250000,,9001
+19973,9807,8802,-8,,9110
 19973,9807,8801,53.3,,9110
-19973,9807,8802,-8,,9110
 19973,9807,8805,1,,9201
 19973,9807,8806,200000,,9001
-19973,9807,8807,250000,,9001
+19974,9807,8806,180.598,,9001
+19974,9807,8802,-8.0754862,,9110
 19974,9807,8801,39.4,,9110
-19974,9807,8802,-8.0754862,,9110
 19974,9807,8805,1,,9201
-19974,9807,8806,180.598,,9001
 19974,9807,8807,-86.99,,9001
+19975,9806,8802,-61.2,,9110
 19975,9806,8801,10.263,,9110
-19975,9806,8802,-61.2,,9110
 19975,9806,8806,283800,,9005
 19975,9806,8807,214500,,9005
 19976,9802,8821,6,,9102
+19976,9802,8826,1000000,,9001
+19976,9802,8824,3,,9102
 19976,9802,8822,-66,,9102
+19976,9802,8827,1000000,,9001
 19976,9802,8823,9,,9102
-19976,9802,8824,3,,9102
-19976,9802,8826,1000000,,9001
-19976,9802,8827,1000000,,9001
 19977,9802,8821,25.0522236,,9110
 19977,9802,8822,48,,9102
+19977,9802,8826,0,,9001
+19977,9802,8824,33,,9102
 19977,9802,8823,17,,9102
-19977,9802,8824,33,,9102
-19977,9802,8826,0,,9001
 19977,9802,8827,0,,9001
+19978,9807,8806,836694.05,,9001
+19978,9807,8807,819069.8,,9001
 19978,9807,8801,22.184368,,9110
+19978,9807,8805,1,,9201
 19978,9807,8802,114.10428,,9110
-19978,9807,8805,1,,9201
-19978,9807,8806,836694.05,,9001
-19978,9807,8807,819069.8,,9001
 19979,9828,8801,39.4,,9110
-19979,9828,8802,1,,9110
 19979,9828,8806,0,,9001
 19979,9828,8807,0,,9001
+19979,9828,8802,1,,9110
+19981,9802,8824,-22.2,,9110
+19981,9802,8822,166,,9110
+19981,9802,8827,300000,,9001
 19981,9802,8821,-21.3,,9110
-19981,9802,8822,166,,9110
 19981,9802,8823,-20.4,,9110
-19981,9802,8824,-22.2,,9110
 19981,9802,8826,400000,,9001
-19981,9802,8827,300000,,9001
-19982,9807,8801,-21.07,,9110
 19982,9807,8802,55.32,,9110
 19982,9807,8805,1,,9201
 19982,9807,8806,50000,,9001
 19982,9807,8807,160000,,9001
+19982,9807,8801,-21.07,,9110
+19983,9830,8827,200000,,9001
 19983,9830,8826,300000,,9001
-19983,9830,8827,200000,,9001
+19983,9830,8833,140,,9102
 19983,9830,8832,-67,,9102
-19983,9830,8833,140,,9102
+19984,9822,8824,58.3,,9110
 19984,9822,8821,45,,9102
+19984,9822,8827,0,,9001
 19984,9822,8822,-126,,9102
+19984,9822,8826,1000000,,9001
 19984,9822,8823,50,,9110
-19984,9822,8824,58.3,,9110
-19984,9822,8826,1000000,,9001
-19984,9822,8827,0,,9001
+19985,9802,8827,2800000,,9001
+19985,9802,8826,4000000,,9001
+19985,9802,8822,10,,9102
 19985,9802,8821,52,,9102
-19985,9802,8822,10,,9102
 19985,9802,8823,35,,9102
 19985,9802,8824,65,,9102
-19985,9802,8826,4000000,,9001
-19985,9802,8827,2800000,,9001
+19986,9820,8802,10,,9102
 19986,9820,8801,52,,9102
-19986,9820,8802,10,,9102
+19986,9820,8807,3210000,,9001
 19986,9820,8806,4321000,,9001
-19986,9820,8807,3210000,,9001
+19987,9826,8807,0,,9001
 19987,9826,8801,65,,9110
 19987,9826,8802,-19.011965,,9110
+19987,9826,8806,0,,9001
 19987,9826,8805,1,,9201
-19987,9826,8806,0,,9001
-19987,9826,8807,0,,9001
-19988,9826,8801,65,,9102
 19988,9826,8802,-18,,9102
 19988,9826,8805,1,,9201
+19988,9826,8801,65,,9102
 19988,9826,8806,500000,,9001
 19988,9826,8807,500000,,9001
+19989,9802,8823,64.15,,9110
+19989,9802,8826,500000,,9001
 19989,9802,8821,65,,9110
 19989,9802,8822,-19,,9110
-19989,9802,8823,64.15,,9110
 19989,9802,8824,65.45,,9110
-19989,9802,8826,500000,,9001
 19989,9802,8827,500000,,9001
+19990,9807,8807,-6000000,,9001
+19990,9807,8805,0.9996,,9201
+19990,9807,8802,24,,9102
 19990,9807,8801,0,,9102
-19990,9807,8802,24,,9102
-19990,9807,8805,0.9996,,9201
 19990,9807,8806,500000,,9001
-19990,9807,8807,-6000000,,9001
-19991,9807,8801,0,,9110
 19991,9807,8802,-8.3,,9110
-19991,9807,8805,1,,9201
 19991,9807,8806,50000,,9001
 19991,9807,8807,-7800000,,9001
+19991,9807,8801,0,,9110
+19991,9807,8805,1,,9201
+19992,9829,8833,0,,9102
+19992,9829,8807,0,,9001
 19992,9829,8806,0,,9001
-19992,9829,8807,0,,9001
 19992,9829,8832,-71,,9102
-19992,9829,8833,0,,9102
 19993,9829,8806,6000000,,9001
 19993,9829,8807,6000000,,9001
 19993,9829,8832,-71,,9102
 19993,9829,8833,70,,9102
-19994,9802,8821,-50,,9110
 19994,9802,8822,70,,9110
+19994,9802,8827,6000000,,9001
 19994,9802,8823,-68.3,,9110
+19994,9802,8821,-50,,9110
 19994,9802,8824,-74.3,,9110
 19994,9802,8826,6000000,,9001
-19994,9802,8827,6000000,,9001
+19995,9807,8807,-3000000,,9001
+19995,9807,8802,37,,9102
+19995,9807,8806,500000,,9001
 19995,9807,8801,0,,9102
-19995,9807,8802,37,,9102
 19995,9807,8805,0.9998,,9201
-19995,9807,8806,500000,,9001
-19995,9807,8807,-3000000,,9001
-19996,9806,8801,52.25071338,,9110
-19996,9806,8802,13.37379332,,9110
 19996,9806,8806,40000,,9001
 19996,9806,8807,10000,,9001
+19996,9806,8802,13.37379332,,9110
+19996,9806,8801,52.25071338,,9110
+19997,9807,8805,1,,9201
 19997,9807,8801,0,,9102
-19997,9807,8802,48,,9102
-19997,9807,8805,1,,9201
 19997,9807,8806,500000,,9001
 19997,9807,8807,0,,9001
-19998,9807,8801,49.3,,9110
+19997,9807,8802,48,,9102
 19998,9807,8802,-2.25,,9110
-19998,9807,8805,0.999997,,9201
 19998,9807,8806,47000,,9001
+19998,9807,8801,49.3,,9110
 19998,9807,8807,50000,,9001
+19998,9807,8805,0.999997,,9201
 19999,9807,8801,49.225,,9102
+19999,9807,8805,0.9999999,,9201
 19999,9807,8802,-2.135,,9102
-19999,9807,8805,0.9999999,,9201
+19999,9807,8807,70000,,9001
 19999,9807,8806,40000,,9001
-19999,9807,8807,70000,,9001

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_operation_path.csv
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_operation_path.csv	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_operation_path.csv	2007-09-19 08:45:41 UTC (rev 1074)
@@ -381,3 +381,5 @@
 8656,15790,1
 8657,1240,2
 8657,15792,1
+8659,1158,2
+8659,15896,1

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_reference_system.csv
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_reference_system.csv	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_reference_system.csv	2007-09-19 08:45:41 UTC (rev 1074)
@@ -26,25 +26,25 @@
 2024,NAD27(76) / MTM zone 15,1436,projected,4400,,4608,17715,,,Large and medium scale topographic mapping and engineering survey.,,Surveys and Mapping Section; Ontario Ministry of Transportation.,EPSG,2000-03-07,99.74,1,0
 2025,NAD27(76) / MTM zone 16,1437,projected,4400,,4608,17716,,,Large and medium scale topographic mapping and engineering survey.,,Surveys and Mapping Section; Ontario Ministry of Transportation.,EPSG,2000-03-07,99.74,1,0
 2026,NAD27(76) / MTM zone 17,1438,projected,4400,,4608,17717,,,Large and medium scale topographic mapping and engineering survey.,,Surveys and Mapping Section; Ontario Ministry of Transportation.,EPSG,2000-03-07,99.74,1,0
-2027,NAD27(76) / UTM zone 15N,1439,projected,4400,,4608,16015,,,Large and medium scale topographic mapping and engineering survey.,Supersedes NAD27 / UTM zone 15N (code 26715).,,EPSG,2000-03-07,99.74,1,0
-2028,NAD27(76) / UTM zone 16N,1440,projected,4400,,4608,16016,,,Large and medium scale topographic mapping and engineering survey.,Supersedes NAD27 / UTM zone 16N (code 26716).,,EPSG,2000-03-07,99.74,1,0
-2029,NAD27(76) / UTM zone 17N,1441,projected,4400,,4608,16017,,,Large and medium scale topographic mapping and engineering survey.,Supersedes NAD27 / UTM zone 17N (code 26717).,,EPSG,2000-03-07,99.74,1,0
-2030,NAD27(76) / UTM zone 18N,1442,projected,4400,,4608,16018,,,Large and medium scale topographic mapping and engineering survey.,Supersedes NAD27 / UTM zone 18N (code 26718).,,EPSG,2000-03-07,99.74,1,0
-2031,NAD27(CGQ77) / UTM zone 17N,1428,projected,4400,,4609,16017,,,Large and medium scale topographic mapping and engineering survey.,Supersedes NAD27 / UTM zone 17N (code 26717).,,EPSG,2000-03-07,99.74,1,0
-2032,NAD27(CGQ77) / UTM zone 18N,1443,projected,4400,,4609,16018,,,Large and medium scale topographic mapping and engineering survey.,Supersedes NAD27 / UTM zone 18N (code 26718).,,EPSG,2000-03-07,99.74,1,0
-2033,NAD27(CGQ77) / UTM zone 19N,1444,projected,4400,,4609,16019,,,Large and medium scale topographic mapping and engineering survey.,Supersedes NAD27 / UTM zone 19N (code 26719).,,EPSG,2000-03-07,99.74,1,0
-2034,NAD27(CGQ77) / UTM zone 20N,1445,projected,4400,,4609,16020,,,Large and medium scale topographic mapping and engineering survey.,Supersedes NAD27 / UTM zone 20N (code 26720).,,EPSG,2000-03-07,99.74,1,0
-2035,NAD27(CGQ77) / UTM zone 21N,1446,projected,4400,,4609,16021,,,Large and medium scale topographic mapping and engineering survey.,Supersedes NAD27 / UTM zone 21N (code 26721).,,EPSG,2000-03-07,99.74,1,0
+2027,NAD27(76) / UTM zone 15N,1439,projected,4400,,4608,16015,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 15N (code 26715).,,EPSG,2000-03-07,99.74,1,0
+2028,NAD27(76) / UTM zone 16N,1440,projected,4400,,4608,16016,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 16N (code 26716).,,EPSG,2000-03-07,99.74,1,0
+2029,NAD27(76) / UTM zone 17N,1441,projected,4400,,4608,16017,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 17N (code 26717).,,EPSG,2000-03-07,99.74,1,0
+2030,NAD27(76) / UTM zone 18N,1442,projected,4400,,4608,16018,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 18N (code 26718).,,EPSG,2000-03-07,99.74,1,0
+2031,NAD27(CGQ77) / UTM zone 17N,1428,projected,4400,,4609,16017,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 17N (code 26717).,,EPSG,2000-03-07,99.74,1,0
+2032,NAD27(CGQ77) / UTM zone 18N,1443,projected,4400,,4609,16018,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 18N (code 26718).,,EPSG,2000-03-07,99.74,1,0
+2033,NAD27(CGQ77) / UTM zone 19N,1444,projected,4400,,4609,16019,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 19N (code 26719).,,EPSG,2000-03-07,99.74,1,0
+2034,NAD27(CGQ77) / UTM zone 20N,1445,projected,4400,,4609,16020,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 20N (code 26720).,,EPSG,2000-03-07,99.74,1,0
+2035,NAD27(CGQ77) / UTM zone 21N,1446,projected,4400,,4609,16021,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 21N (code 26721).,,EPSG,2000-03-07,99.74,1,0
 2036,NAD83(CSRS98) / New Brunswick Stereo,1447,projected,4500,,4140,19946,,,Large and medium scale topographic mapping and engineering survey.,In use from 1999.,Service New Brunswick Land and Information Standards Manual,EPSG,2000-03-07,99.74  99.90,1,1
 2037,NAD83(CSRS98) / UTM zone 19N,1448,projected,4400,,4140,16019,,,Large and medium scale topographic mapping and engineering survey.,In use from 1999.,Service New Brunswick Land and Information Standards Manual,EPSG,2000-03-07,99.74  99.90,1,1
 2038,NAD83(CSRS98) / UTM zone 20N,1449,projected,4400,,4140,16020,,,Large and medium scale topographic mapping and engineering survey.,In use from 1999.,Service New Brunswick Land and Information Standards Manual,EPSG,2000-03-07,99.74  99.90,1,1
-2039,Israel / Israeli TM Grid,2603,projected,4400,,4141,18204,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Israeli CS Grid (EPSG code 28193).,Survey of Israel.,EPSG,2002-06-22,99.74  2002.34,1,0
-2040,Locodjo 1965 / UTM zone 30N,1450,projected,4400,,4142,16030,,,Large and medium scale topographic mapping and engineering survey.,Superseded by Abidjan 87 / UTM 30N (EPSG code 2041).,IGN Paris,EPSG,2000-03-07,99.74,1,0
-2041,Abidjan 1987 / UTM zone 30N,1450,projected,4400,,4143,16030,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Locodjo 65 / UTM 30N (EPSG code 2040).,IGN Paris,EPSG,2000-03-07,99.74,1,0
-2042,Locodjo 1965 / UTM zone 29N,1451,projected,4400,,4142,16029,,,Large and medium scale topographic mapping and engineering survey.,Superseded by Abidjan 87 / UTM 29N (EPSG code 2043).,IGN Paris,EPSG,2000-03-07,99.74,1,0
-2043,Abidjan 1987 / UTM zone 29N,1451,projected,4400,,4143,16029,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Locodjo 65 / UTM 29N (EPSG code 2042).,IGN Paris,EPSG,2000-03-07,99.74,1,0
-2044,Hanoi 1972 / Gauss-Kruger zone 18,1452,projected,4530,,4147,16218,,,Large and medium scale topographic mapping and engineering survey.,Replaces use of Indian 1960 / UTM zone 48 after 1988.,,EPSG,2000-03-07,99.74,1,0
-2045,Hanoi 1972 / Gauss-Kruger zone 19,1453,projected,4530,,4147,16219,,,Large and medium scale topographic mapping and engineering survey.,Replaces use of Indian 1960 / UTM zone 49 after 1988.,,EPSG,2000-03-07,99.74,1,0
+2039,Israel / Israeli TM Grid,2603,projected,4400,,4141,18204,,,Large and medium scale topographic mapping and engineering survey.,Replaces Israeli CS Grid (EPSG code 28193).,Survey of Israel.,EPSG,2002-06-22,99.74  2002.34,1,0
+2040,Locodjo 1965 / UTM zone 30N,1450,projected,4400,,4142,16030,,,Large and medium scale topographic mapping and engineering survey.,Replaced by Abidjan 87 / UTM 30N (EPSG code 2041).,IGN Paris,EPSG,2000-03-07,99.74,1,0
+2041,Abidjan 1987 / UTM zone 30N,1450,projected,4400,,4143,16030,,,Large and medium scale topographic mapping and engineering survey.,Replaces Locodjo 65 / UTM 30N (EPSG code 2040).,IGN Paris,EPSG,2000-03-07,99.74,1,0
+2042,Locodjo 1965 / UTM zone 29N,1451,projected,4400,,4142,16029,,,Large and medium scale topographic mapping and engineering survey.,Replaced by Abidjan 87 / UTM 29N (EPSG code 2043).,IGN Paris,EPSG,2000-03-07,99.74,1,0
+2043,Abidjan 1987 / UTM zone 29N,1451,projected,4400,,4143,16029,,,Large and medium scale topographic mapping and engineering survey.,Replaces Locodjo 65 / UTM 29N (EPSG code 2042).,IGN Paris,EPSG,2000-03-07,99.74,1,0
+2044,Hanoi 1972 / Gauss-Kruger zone 18,1452,projected,4530,,4147,16218,,,Large and medium scale topographic mapping and engineering survey.,Replaces use of Indian 1960 / UTM zone 48 after 1988. Replaced by VN-2000 / UTM zone 48N (CRS code 3405).,,EPSG,2006-09-13,99.74 2006.74,1,0
+2045,Hanoi 1972 / Gauss-Kruger zone 19,1453,projected,4530,,4147,16219,,,Large and medium scale topographic mapping and engineering survey.,Replaces use of Indian 1960 / UTM zone 49 after 1988. Replaced by VN-2000 / UTM zone 48N (CRS code 3406).,,EPSG,2006-09-13,99.74 2006.84,1,0
 2046,Hartebeesthoek94 / Lo15,1454,projected,6503,,4148,17515,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,Directorate of Surveys and Mapping; http://w3sli.wcape.gov.za/surveys/mapping/wgs84.htm,EPSG,2000-03-07,99.74  99.96  99.98  2000.04,1,0
 2047,Hartebeesthoek94 / Lo17,1455,projected,6503,,4148,17517,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,Directorate of Surveys and Mapping; http://w3sli.wcape.gov.za/surveys/mapping/wgs84.htm,EPSG,2000-03-07,99.74  99.96  99.98  2000.04,1,0
 2048,Hartebeesthoek94 / Lo19,1456,projected,6503,,4148,17519,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,Directorate of Surveys and Mapping; http://w3sli.wcape.gov.za/surveys/mapping/wgs84.htm,EPSG,2000-03-07,99.74  99.96  99.98  2000.04,1,0
@@ -55,15 +55,15 @@
 2053,Hartebeesthoek94 / Lo29,1461,projected,6503,,4148,17529,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,Directorate of Surveys and Mapping; http://w3sli.wcape.gov.za/surveys/mapping/wgs84.htm,EPSG,2000-03-07,99.74  99.96  99.98  2000.04,1,0
 2054,Hartebeesthoek94 / Lo31,1462,projected,6503,,4148,17531,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,Directorate of Surveys and Mapping; http://w3sli.wcape.gov.za/surveys/mapping/wgs84.htm,EPSG,2000-03-07,99.74  99.96  99.98  2000.04,1,0
 2055,Hartebeesthoek94 / Lo33,1463,projected,6503,,4148,17533,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,Directorate of Surveys and Mapping; http://w3sli.wcape.gov.za/surveys/mapping/wgs84.htm,EPSG,2000-03-07,99.74  99.96  99.98  2000.04,1,0
-2056,CH1903+ / LV95,1286,projected,4498,,4150,19950,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes CH1903/LV03 (code 21781).,,EPSG,2005-05-27,99.74 2005.18,1,0
+2056,CH1903+ / LV95,1286,projected,4498,,4150,19950,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces CH1903/LV03 (code 21781).,,EPSG,2005-05-27,99.74 2005.18,1,0
 2057,Rassadiran / Nakhl e Taqi,1338,projected,4400,,4153,19951,,,Engineering survey for terminal site only.,,Total-Fina,EPSG,2000-03-07,99.74,1,0
 2058,ED50(ED77) / UTM zone 38N,1464,projected,4400,,4154,16038,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,99.74,1,0
 2059,ED50(ED77) / UTM zone 39N,1465,projected,4400,,4154,16039,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,99.74,1,0
 2060,ED50(ED77) / UTM zone 40N,1466,projected,4400,,4154,16040,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,99.74,1,0
 2061,ED50(ED77) / UTM zone 41N,1467,projected,4400,,4154,16041,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,99.74,1,0
-2062,Madrid 1870 (Madrid) / Spain,2366,projected,4499,,4903,19921,,,Large and medium scale topographic mapping and engineering survey.,Superseded by ED50 / UTM after 1966.,,EPSG,2000-03-07,99.74,1,0
-2063,Dabola 1981 / UTM zone 28N,1468,projected,4400,,4315,16028,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Conakry 1905 / UTM zone 28 (EPSG code 31528).,,EPSG,1999-12-09,,1,0
-2064,Dabola 1981 / UTM zone 29N,1469,projected,4400,,4315,16029,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Conakry 1905 / UTM zone 29 (EPSG code 31529).,,EPSG,1999-12-09,,1,0
+2062,Madrid 1870 (Madrid) / Spain,2366,projected,4499,,4903,19921,,,Large and medium scale topographic mapping and engineering survey.,Replaced by ED50 / UTM after 1966.,,EPSG,2000-03-07,99.74,1,0
+2063,Dabola 1981 / UTM zone 28N,1468,projected,4400,,4315,16028,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Conakry 1905 / UTM zone 28 (EPSG code 31528).,,EPSG,1999-12-09,,1,1
+2064,Dabola 1981 / UTM zone 29N,1469,projected,4400,,4315,16029,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Conakry 1905 / UTM zone 29 (EPSG code 31529).,,EPSG,1999-12-09,,1,1
 2065,S-JTSK (Ferro) / Krovak,1306,projected,6501,,4818,19952,,,Large and medium scale topographic mapping and engineering survey.,,Research Institute for Geodesy Topography and Cartography (VUGTK); Prague.,EPSG,2000-03-07,,1,0
 2066,Mount Dillon / Tobago Grid,1322,projected,4407,,4157,19924,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,,1,0
 2067,Naparima 1955 / UTM zone 20N,3143,projected,4400,,4158,16020,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,,1,0
@@ -98,48 +98,48 @@
 2096,Korean 1985 / Korea East Belt,1496,projected,4530,,4162,18251,,,Large and medium scale topographic mapping and engineering survey.,,Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1999. http://www.asprs.org,EPSG,2005-09-29,2001.28 2005.46,1,0
 2097,Korean 1985 / Korea Central Belt,1497,projected,4530,,4162,18252,,,Large and medium scale topographic mapping and engineering survey.,,Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1999. http://www.asprs.org,EPSG,2005-09-29,2001.28 2005.46,1,0
 2098,Korean 1985 / Korea West Belt,1498,projected,4530,,4162,18253,,,Large and medium scale topographic mapping and engineering survey.,,Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1999. http://www.asprs.org,EPSG,2005-09-29,2001.28 2005.46,1,0
-2099,Qatar 1948 / Qatar Grid,1346,projected,4400,,4286,19953,,,Large and medium scale topographic mapping and engineering survey.,Also known as Qatar Plane Coordinate or QPC system.  Superseded by Qatar National Grid (code 28600).,,EPSG,2000-03-07,,1,0
+2099,Qatar 1948 / Qatar Grid,1346,projected,4400,,4286,19953,,,Large and medium scale topographic mapping and engineering survey.,Also known as Qatar Plane Coordinate or QPC system.  Replaced by Qatar National Grid (code 28600).,,EPSG,2000-03-07,,1,0
 2100,GGRS87 / Greek Grid,1106,projected,4400,,4121,19930,,,Large and medium scale topographic mapping and engineering survey.,Oil industry uses ED50 / UTM zone 34N and ED50 / UTM zone 35N.,Geodesy Department; Public Petroleum Corporation of Greece.,EPSG,2005-05-27,2005.18,1,0
 2101,Lake / Maracaibo Grid M1,1319,projected,4499,,4249,18260,,,Oil exploration.,Grid coordinates are (0 0) at Maracaibo Cathedral (10deg 38min 34.678sec N; 71deg 36min 20.224sec W; Lake datum).   Used by Creole; MGO and Sun.,Various oil company sources.,EPSG,2000-06-10,,1,0
 2102,Lake / Maracaibo Grid,1319,projected,4499,,4249,18261,,,Oil exploration.,Grid coordinates are (200000 200000) at Maracaibo Cathedral (10deg 38min 34.678sec N; 71deg 36min 20.224sec W; Lake datum).  Used for Lake triangulation coordinate listing.,Various oil company sources.,EPSG,2000-06-10,,1,0
 2103,Lake / Maracaibo Grid M3,1319,projected,4499,,4249,18262,,,Oil exploration.,Grid coordinates are (500000 500000) at Maracaibo Cathedral (10deg 38min 34.678sec N; 71deg 36min 20.224sec W; Lake datum).  Used by Varco.,Various oil company sources.,EPSG,2000-06-10,,1,0
 2104,Lake / Maracaibo La Rosa Grid,1499,projected,4499,,4249,18263,,,Oil exploration.,"Grid coordinates are (X=-17044 Y=29545) at Maracaibo Cathedral (10deg 38min 34.678sec N; 71deg 36min 20.224sec W; Lake datum).
 Do not confuse with the La Rosa grid used in the Cabinas area (code 5810).",Various oil company sources.,EPSG,2000-06-23,,1,0
-2105,NZGD2000 / Mount Eden Circuit 2000,1500,projected,4500,,4167,17931,,,Cadastral surveys.,Superseded NZGD49 / Mount Eden Circuit 2000 (code 27205) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2106,NZGD2000 / Bay of Plenty Circuit 2000,1500,projected,4500,,4167,17932,,,Cadastral surveys.,Superseded NZGD49 / Bay of Plenty Circuit 2000 (code 27206) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2107,NZGD2000 / Poverty Bay Circuit 2000,1500,projected,4500,,4167,17933,,,Cadastral surveys.,Superseded NZGD49 / Poverty Bay 2000 (code 27207) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2108,NZGD2000 / Hawkes Bay Circuit 2000,1500,projected,4500,,4167,17934,,,Cadastral surveys.,Superseded NZGD49 / Hawkes Bay Circuit 2000 (code 27208) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2109,NZGD2000 / Taranaki Circuit 2000,1500,projected,4500,,4167,17935,,,Cadastral surveys.,Superseded NZGD49 / Taranaki Circuit 2000 (code 27209) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2110,NZGD2000 / Tuhirangi Circuit 2000,1500,projected,4500,,4167,17936,,,Cadastral surveys.,Superseded NZGD49 / Tuhirangi Circuit 2000 (code 27210) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2111,NZGD2000 / Wanganui Circuit 2000,1500,projected,4500,,4167,17937,,,Cadastral surveys.,Superseded NZGD49 / Wanganui Circuit 2000 (code 27211) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2112,NZGD2000 / Wairarapa Circuit 2000,1500,projected,4500,,4167,17938,,,Cadastral surveys.,Superseded NZGD49 / Wairarapa Circuit 2000 (code 27212) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2113,NZGD2000 / Wellington Circuit 2000,1500,projected,4500,,4167,17939,,,Cadastral surveys.,Superseded NZGD49 / Wellington Circuit 2000 (code 27213) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2114,NZGD2000 / Collingwood Circuit 2000,1501,projected,4500,,4167,17940,,,Cadastral surveys.,Superseded NZGD49 / Collingwood Circuit 2000 (code 27214) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2115,NZGD2000 / Nelson Circuit 2000,1501,projected,4500,,4167,17941,,,Cadastral surveys.,Superseded NZGD49 / Nelson Circuit 2000 (code 27215) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2116,NZGD2000 / Karamea Circuit 2000,1501,projected,4500,,4167,17942,,,Cadastral surveys.,Superseded NZGD49 / Karamea Circuit 2000 (code 27216) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2117,NZGD2000 / Buller Circuit 2000,1501,projected,4500,,4167,17943,,,Cadastral surveys.,Superseded NZGD49 / Buller Circuit 2000 (code 27217) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2118,NZGD2000 / Grey Circuit 2000,1501,projected,4500,,4167,17944,,,Cadastral surveys.,Superseded NZGD49 / Grey Circuit 2000 (code 27218) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2119,NZGD2000 / Amuri Circuit 2000,1501,projected,4500,,4167,17945,,,Cadastral surveys.,Superseded NZGD49 / Amuri Circuit 2000 (code 27219) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2120,NZGD2000 / Marlborough Circuit 2000,1501,projected,4500,,4167,17946,,,Cadastral surveys.,Superseded NZGD49 / Marlborough Circuit 2000 (code 27220) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2121,NZGD2000 / Hokitika Circuit 2000,1501,projected,4500,,4167,17947,,,Cadastral surveys.,Superseded NZGD49 / Hokitika Circuit 2000 (code 27221) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2122,NZGD2000 / Okarito Circuit 2000,1501,projected,4500,,4167,17948,,,Cadastral surveys.,Superseded NZGD49 / Okarito Circuit 2000 (code 27222) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2123,NZGD2000 / Jacksons Bay Circuit 2000,1501,projected,4500,,4167,17949,,,Cadastral surveys.,Superseded NZGD49 / Jacksons Bay Circuit 2000 (code 27223) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2124,NZGD2000 / Mount Pleasant Circuit 2000,1501,projected,4500,,4167,17950,,,Cadastral surveys.,Superseded NZGD49 / Mount Pleasant Circuit 2000 (code 27224) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2125,NZGD2000 / Gawler Circuit 2000,1501,projected,4500,,4167,17951,,,Cadastral surveys.,Superseded NZGD49 / Gawler Circuit 2000 (code 27225) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2126,NZGD2000 / Timaru Circuit 2000,1501,projected,4500,,4167,17952,,,Cadastral surveys.,Superseded NZGD49 / Timaru Circuit 2000 (code 27226) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2127,NZGD2000 / Lindis Peak Circuit 2000,1501,projected,4500,,4167,17953,,,Cadastral surveys.,Superseded NZGD49 / Lindis Peak Circuit 2000 (code 27227) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2128,NZGD2000 / Mount Nicholas Circuit 2000,1501,projected,4500,,4167,17954,,,Cadastral surveys.,Superseded NZGD49 / Mount Nicholas Circuit 2000 (code 27228) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2129,NZGD2000 / Mount York Circuit 2000,1501,projected,4500,,4167,17955,,,Cadastral surveys.,Superseded NZGD49 / Mount York Circuit 2000 (code 27229) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2130,NZGD2000 / Observation Point Circuit 2000,1501,projected,4500,,4167,17956,,,Cadastral surveys.,Superseded NZGD49 / Observation Point Circuit 2000 (code 27230) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2131,NZGD2000 / North Taieri Circuit 2000,1501,projected,4500,,4167,17957,,,Cadastral surveys.,Superseded NZGD49 / North Taieri Circuit 2000 (code 27231) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2132,NZGD2000 / Bluff Circuit 2000,1501,projected,4500,,4167,17958,,,Cadastral surveys.,Superseded NZGD49 / Bluff Circuit 2000 (code 27232) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-2133,NZGD2000 / UTM zone 58S,1502,projected,4400,,4167,16158,,,Large and medium scale topographic mapping and engineering survey.,Supersedes NZGD49 / UTM zone 58S (code 27258) from March 2000.,,EPSG,2000-10-19,,1,0
-2134,NZGD2000 / UTM zone 59S,1503,projected,4400,,4167,16159,,,Large and medium scale topographic mapping and engineering survey.,Supersedes NZGD49 / UTM zone 59S (code 27259) from March 2000.,,EPSG,2000-10-19,,1,0
-2135,NZGD2000 / UTM zone 60S,1504,projected,4400,,4167,16160,,,Large and medium scale topographic mapping and engineering survey.,Supersedes NZGD49 / UTM zone 60S (code 27260) from March 2000.,,EPSG,2000-10-19,,1,0
+2105,NZGD2000 / Mount Eden Circuit 2000,1500,projected,4500,,4167,17931,,,Cadastral surveys.,Replaced NZGD49 / Mount Eden Circuit 2000 (code 27205) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2106,NZGD2000 / Bay of Plenty Circuit 2000,1500,projected,4500,,4167,17932,,,Cadastral surveys.,Replaced NZGD49 / Bay of Plenty Circuit 2000 (code 27206) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2107,NZGD2000 / Poverty Bay Circuit 2000,1500,projected,4500,,4167,17933,,,Cadastral surveys.,Replaced NZGD49 / Poverty Bay 2000 (code 27207) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2108,NZGD2000 / Hawkes Bay Circuit 2000,1500,projected,4500,,4167,17934,,,Cadastral surveys.,Replaced NZGD49 / Hawkes Bay Circuit 2000 (code 27208) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2109,NZGD2000 / Taranaki Circuit 2000,1500,projected,4500,,4167,17935,,,Cadastral surveys.,Replaced NZGD49 / Taranaki Circuit 2000 (code 27209) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2110,NZGD2000 / Tuhirangi Circuit 2000,1500,projected,4500,,4167,17936,,,Cadastral surveys.,Replaced NZGD49 / Tuhirangi Circuit 2000 (code 27210) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2111,NZGD2000 / Wanganui Circuit 2000,1500,projected,4500,,4167,17937,,,Cadastral surveys.,Replaced NZGD49 / Wanganui Circuit 2000 (code 27211) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2112,NZGD2000 / Wairarapa Circuit 2000,1500,projected,4500,,4167,17938,,,Cadastral surveys.,Replaced NZGD49 / Wairarapa Circuit 2000 (code 27212) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2113,NZGD2000 / Wellington Circuit 2000,1500,projected,4500,,4167,17939,,,Cadastral surveys.,Replaced NZGD49 / Wellington Circuit 2000 (code 27213) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2114,NZGD2000 / Collingwood Circuit 2000,1501,projected,4500,,4167,17940,,,Cadastral surveys.,Replaced NZGD49 / Collingwood Circuit 2000 (code 27214) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2115,NZGD2000 / Nelson Circuit 2000,1501,projected,4500,,4167,17941,,,Cadastral surveys.,Replaced NZGD49 / Nelson Circuit 2000 (code 27215) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2116,NZGD2000 / Karamea Circuit 2000,1501,projected,4500,,4167,17942,,,Cadastral surveys.,Replaced NZGD49 / Karamea Circuit 2000 (code 27216) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2117,NZGD2000 / Buller Circuit 2000,1501,projected,4500,,4167,17943,,,Cadastral surveys.,Replaced NZGD49 / Buller Circuit 2000 (code 27217) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2118,NZGD2000 / Grey Circuit 2000,1501,projected,4500,,4167,17944,,,Cadastral surveys.,Replaced NZGD49 / Grey Circuit 2000 (code 27218) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2119,NZGD2000 / Amuri Circuit 2000,1501,projected,4500,,4167,17945,,,Cadastral surveys.,Replaced NZGD49 / Amuri Circuit 2000 (code 27219) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2120,NZGD2000 / Marlborough Circuit 2000,1501,projected,4500,,4167,17946,,,Cadastral surveys.,Replaced NZGD49 / Marlborough Circuit 2000 (code 27220) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2121,NZGD2000 / Hokitika Circuit 2000,1501,projected,4500,,4167,17947,,,Cadastral surveys.,Replaced NZGD49 / Hokitika Circuit 2000 (code 27221) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2122,NZGD2000 / Okarito Circuit 2000,1501,projected,4500,,4167,17948,,,Cadastral surveys.,Replaced NZGD49 / Okarito Circuit 2000 (code 27222) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2123,NZGD2000 / Jacksons Bay Circuit 2000,1501,projected,4500,,4167,17949,,,Cadastral surveys.,Replaced NZGD49 / Jacksons Bay Circuit 2000 (code 27223) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2124,NZGD2000 / Mount Pleasant Circuit 2000,1501,projected,4500,,4167,17950,,,Cadastral surveys.,Replaced NZGD49 / Mount Pleasant Circuit 2000 (code 27224) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2125,NZGD2000 / Gawler Circuit 2000,1501,projected,4500,,4167,17951,,,Cadastral surveys.,Replaced NZGD49 / Gawler Circuit 2000 (code 27225) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2126,NZGD2000 / Timaru Circuit 2000,1501,projected,4500,,4167,17952,,,Cadastral surveys.,Replaced NZGD49 / Timaru Circuit 2000 (code 27226) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2127,NZGD2000 / Lindis Peak Circuit 2000,1501,projected,4500,,4167,17953,,,Cadastral surveys.,Replaced NZGD49 / Lindis Peak Circuit 2000 (code 27227) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2128,NZGD2000 / Mount Nicholas Circuit 2000,1501,projected,4500,,4167,17954,,,Cadastral surveys.,Replaced NZGD49 / Mount Nicholas Circuit 2000 (code 27228) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2129,NZGD2000 / Mount York Circuit 2000,1501,projected,4500,,4167,17955,,,Cadastral surveys.,Replaced NZGD49 / Mount York Circuit 2000 (code 27229) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2130,NZGD2000 / Observation Point Circuit 2000,1501,projected,4500,,4167,17956,,,Cadastral surveys.,Replaced NZGD49 / Observation Point Circuit 2000 (code 27230) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2131,NZGD2000 / North Taieri Circuit 2000,1501,projected,4500,,4167,17957,,,Cadastral surveys.,Replaced NZGD49 / North Taieri Circuit 2000 (code 27231) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2132,NZGD2000 / Bluff Circuit 2000,1501,projected,4500,,4167,17958,,,Cadastral surveys.,Replaced NZGD49 / Bluff Circuit 2000 (code 27232) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+2133,NZGD2000 / UTM zone 58S,1502,projected,4400,,4167,16158,,,Large and medium scale topographic mapping and engineering survey.,Replaces NZGD49 / UTM zone 58S (code 27258) from March 2000.,,EPSG,2000-10-19,,1,0
+2134,NZGD2000 / UTM zone 59S,1503,projected,4400,,4167,16159,,,Large and medium scale topographic mapping and engineering survey.,Replaces NZGD49 / UTM zone 59S (code 27259) from March 2000.,,EPSG,2000-10-19,,1,0
+2135,NZGD2000 / UTM zone 60S,1504,projected,4400,,4167,16160,,,Large and medium scale topographic mapping and engineering survey.,Replaces NZGD49 / UTM zone 60S (code 27260) from March 2000.,,EPSG,2000-10-19,,1,0
 2136,Accra / Ghana National Grid,3252,projected,4404,,4168,19959,,,Large and medium scale topographic mapping and engineering survey.,"Ellipsoid semi-major axis (a)=20926201 Gold Coast feet.  ProjCRS sometimes found in metric form: 1 Gold Coast foot = 0.3047997101815 m.
-Superseded by Leigon / Ghana Metric Grid from 1978.",Ordnance Survey International,EPSG,2000-10-19,,1,0
+Replaced by Leigon / Ghana Metric Grid from 1978.",Ordnance Survey International,EPSG,2000-10-19,,1,0
 2137,Accra / TM 1 NW,1505,projected,4400,,4168,17001,,,Oil exploration.,,Various oil industry sources,EPSG,2000-10-19,,1,0
-2138,NAD27(CGQ77) / Quebec Lambert,1368,projected,4499,,4609,19944,,,Medium and small scale mapping.,Superseded NAD27 / Quebec Lambert (code 32098) in 1977.,Service de la Cartographie; Ministère des Ressources Naturelles; Quebec,EPSG,2000-10-19,,1,0
+2138,NAD27(CGQ77) / Quebec Lambert,1368,projected,4499,,4609,19944,,,Medium and small scale mapping.,Replaced NAD27 / Quebec Lambert (code 32098) in 1977.,Service de la Cartographie; Ministère des Ressources Naturelles; Quebec,EPSG,2000-10-19,,1,0
 2139,NAD83(CSRS98) / SCoPQ zone 2,1420,projected,4499,,4140,17700,,,Large and medium scale topographic mapping and engineering survey.,,Topographic Mapping Section; Quebec Ministry of Natural Resources.,EPSG,2000-10-19,,1,1
 2140,NAD83(CSRS98) / MTM zone 3,1421,projected,4496,,4140,17703,,,Large and medium scale topographic mapping and engineering survey.,"Known in Quebec as ""NAD83(CSRS98) / SCoPQ zone 3"" with axis 1 and 2 abbreviations of ""X"" and ""Y"" respectively.",Topographic Mapping Section; Quebec Ministry of Natural Resources.,EPSG,2000-10-19,,1,1
 2141,NAD83(CSRS98) / MTM zone 4,1422,projected,4496,,4140,17704,,,Large and medium scale topographic mapping and engineering survey.,"Known in Quebec as ""NAD83(CSRS98) / SCoPQ zone 4"" with axis 1 and 2 abbreviations of ""X"" and ""Y"" respectively.",Topographic Mapping Section; Quebec Ministry of Natural Resources.,EPSG,2000-10-19,,1,1
@@ -158,12 +158,12 @@
 2154,RGF93 / Lambert-93,1326,projected,4499,,4171,18085,,,Large and medium scale topographic mapping and engineering survey.,,IGN - Paris,EPSG,2005-05-27,2005.18,1,0
 2155,American Samoa 1962 / American Samoa Lambert,1027,projected,4497,,4169,15300,,,Large and medium scale topographic mapping and engineering survey.,Superseded by projCRS 2156 as of mid-2000.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,EPSG,2000-10-19,,1,1
 2156,NAD83(HARN) / UTM zone 59S,1027,projected,4400,,4152,16159,,,Large and medium scale topographic mapping and engineering survey.,Supersedes projCRS 2155; effective in 2000.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,EPSG,2000-10-19,,1,1
-2157,IRENET95 / Irish Transverse Mercator,1305,projected,4400,,4173,19962,,,Large and medium scale topographic mapping and engineering survey.,Supersedes TM75 / Irish Grid (code 29903) from 1/1/2001.,Ordnance Survey of Ireland,EPSG,2004-04-07,2004.22,1,0
+2157,IRENET95 / Irish Transverse Mercator,1305,projected,4400,,4173,19962,,,Large and medium scale topographic mapping and engineering survey.,Replaces TM75 / Irish Grid (code 29903) from 1/1/2001.,Ordnance Survey of Ireland,EPSG,2004-04-07,2004.22,1,0
 2158,IRENET95 / UTM zone 29N,1125,projected,4400,,4173,16029,,,Large and medium scale topographic mapping and engineering survey.,,Ordnance Survey of Ireland,EPSG,2000-10-19,,1,0
-2159,Sierra Leone 1924 / New Colony Grid,1342,projected,4404,,4174,19963,,,Topographic mapping and engineering survey.,Supersedes the Sierra Leone 1924 / Colony Grid. New grid is 422.3 ft west and 112.1 ft south of old grid.  Ellipsoid semi-major axis (a)=20926201 Gold Coast feet; 1 Gold Coast foot = 0.3047997101815 m.,Ordnance Survey International,EPSG,2001-06-05,,1,0
-2160,Sierra Leone 1924 / New War Office Grid,1342,projected,4404,,4174,19964,,,Topographic mapping,Supersedes the Sierra Leone War Office Grid. New grid is 422.3 ft west and 112.1 ft south of old grid. Ellipsoid semi-major axis (a)=20926201 Gold Coast feet; 1 Gold Coast foot = 0.3047997101815 m.,Ordnance Survey International,EPSG,2001-06-05,,1,0
-2161,Sierra Leone 1968 / UTM zone 28N,1509,projected,4400,,4175,16028,,,Topographic mapping and engineering survey.,Supersedes Sierra Leone 1960 / UTM zone 28N.  The 1968 readjustment coordinates are within 3m of the 1960 provisional adjustment.,Ordnance Survey International,EPSG,2001-06-05,,1,0
-2162,Sierra Leone 1968 / UTM zone 29N,1510,projected,4400,,4175,16029,,,Topographic mapping and engineering survey.,Supersedes Sierra Leone 1960 / UTM zone 29N.  The 1968 readjustment coordinates are within 3m of the 1960 provisional adjustment.,Ordnance Survey International,EPSG,2001-06-05,,1,0
+2159,Sierra Leone 1924 / New Colony Grid,1342,projected,4404,,4174,19963,,,Topographic mapping and engineering survey.,Replaces the Sierra Leone 1924 / Colony Grid. New grid is 422.3 ft west and 112.1 ft south of old grid.  Ellipsoid semi-major axis (a)=20926201 Gold Coast feet; 1 Gold Coast foot = 0.3047997101815 m.,Ordnance Survey International,EPSG,2001-06-05,,1,0
+2160,Sierra Leone 1924 / New War Office Grid,1342,projected,4404,,4174,19964,,,Topographic mapping,Replaces the Sierra Leone War Office Grid. New grid is 422.3 ft west and 112.1 ft south of old grid. Ellipsoid semi-major axis (a)=20926201 Gold Coast feet; 1 Gold Coast foot = 0.3047997101815 m.,Ordnance Survey International,EPSG,2001-06-05,,1,0
+2161,Sierra Leone 1968 / UTM zone 28N,1509,projected,4400,,4175,16028,,,Topographic mapping and engineering survey.,Replaces Sierra Leone 1960 / UTM zone 28N.  The 1968 readjustment coordinates are within 3m of the 1960 provisional adjustment.,Ordnance Survey International,EPSG,2001-06-05,,1,0
+2162,Sierra Leone 1968 / UTM zone 29N,1510,projected,4400,,4175,16029,,,Topographic mapping and engineering survey.,Replaces Sierra Leone 1960 / UTM zone 29N.  The 1968 readjustment coordinates are within 3m of the 1960 provisional adjustment.,Ordnance Survey International,EPSG,2001-06-05,,1,0
 2163,US National Atlas Equal Area,1245,projected,4499,,4052,19965,,,For small scale (1:1million and smaller) statistical mapping.,Uses spherical projection formulae. USGS documentation describes sphere as derived from GRS80/WGS84 ellipsoid but that actually used is Clarke 1866. For 1:1million and smaller scale maps there is no significant difference.,"United States Geological Survey, Western Geographic Science Center",EPSG,2004-04-27,2003.330,1,0
 2164,Locodjo 1965 / TM 5 NW,2296,projected,4400,,4142,17005,,,Oil industry use.,,Various oil industry sources,EPSG,2001-06-05,,1,0
 2165,Abidjan 1987 / TM 5 NW,2296,projected,4400,,4143,17005,,,Oil Industry,,Various oil industry sources,EPSG,2001-06-05,,1,0
@@ -171,37 +171,37 @@
 2167,Pulkovo 1942(83) / Gauss Kruger zone 4,1513,projected,4530,,4178,16264,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.","In Brandenburg superseded by ETRS89 / UTM zone 33N. 
 In Sachsen and Thuringen superseded by DHDN / Gauss Kruger zone 4.",Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,1
 2168,Pulkovo 1942(83) / Gauss Kruger zone 5,1512,projected,4530,,4178,16265,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.","In Brandenburg superseded by ETRS89 / UTM zone 33N. 
-In Sachsen superseded by DHDN / Gauss Kruger zone 5.",Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,1
+In Sachsen superseded by RD/83 / Gauss Kruger zone 5.",Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,1
 2169,Luxembourg 1930 / Gauss,1146,projected,4530,,4181,19966,,,Large and medium scale topographic mapping and engineering survey.,,Administration du Cadastre et de la Topographie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
 2170,MGI / Slovenia Grid,1212,projected,4530,,4312,19967,,,Large and medium scale topographic mapping and engineering survey.,Truncated form of MGI / Balkans zone 5 (code 31275).,,EPSG,2005-05-27,2005.18,1,0
 2171,Pulkovo 1942(58) / Poland zone I,1515,projected,4530,,4179,18281,,,Large and medium scale topographic mapping and engineering survey.,To be phased out after 2009. Superseded by ETRS89 / Poland CS2000 zones 7 and 8 (codes 2178-79).,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,1
-2172,Pulkovo 1942(58) / Poland zone II,1516,projected,4530,,4179,18282,,,Large and medium scale topographic mapping and engineering survey.,To be phased out after 2009. Superseded by ETRS89 / Poland CS2000 zones 7 and 8 (codes 2178-79).,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-2173,Pulkovo 1942(58) / Poland zone III,1517,projected,4530,,4179,18283,,,Large and medium scale topographic mapping and engineering survey.,To be phased out after 2009. Superseded by ETRS89 / Poland CS2000 zones 5 and 6 (codes 2176-77).,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-2174,Pulkovo 1942(58) / Poland zone IV,1518,projected,4530,,4179,18284,,,Large and medium scale topographic mapping and engineering survey.,To be phased out after 2009. Superseded by ETRS89 / Poland CS2000 zones 5 and 6 (codes 2176-77).,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-2175,Pulkovo 1942(58) / Poland zone V,1519,projected,4530,,4179,18285,,,Large and medium scale topographic mapping and engineering survey.,To be phased out after 2009. Superseded by ETRS89 / Poland CS2000 zone 6 (code 2177).,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-2176,ETRS89 / Poland CS2000 zone 5,1520,projected,4531,,4258,18305,,,"Large (1:5,000 and greater) scale topographic mapping and cadastral survey.",See ETRS89 / Poland CS92 (code 2170) for smaller scale mapping.,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-2177,ETRS89 / Poland CS2000 zone 6,1521,projected,4531,,4258,18306,,,"Large (1:5,000 and greater) scale topographic mapping and cadastral survey.",See ETRS89 / Poland CS92 (code 2170) for smaller scale mapping.,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-2178,ETRS89 / Poland CS2000 zone 7,1522,projected,4531,,4258,18307,,,"Large (1:5,000 and greater) scale topographic mapping and cadastral survey.",See ETRS89 / Poland CS92 (code 2170) for smaller scale mapping.,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-2179,ETRS89 / Poland CS2000 zone 8,1523,projected,4531,,4258,18308,,,"Large (1:5,000 and greater) scale topographic mapping and cadastral survey.",See ETRS89 / Poland CS92 (code 2170) for smaller scale mapping.,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-2180,ETRS89 / Poland CS92,1192,projected,4531,,4258,18300,,,"Medium and small scale topographic mapping (1:10,000 and smaller).",See ETRS89 / Poland CS2000 zones 5- 8 (codes 2176-79) for large scale purposes.,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
+2172,Pulkovo 1942(58) / Poland zone II,1516,projected,4530,,4179,18282,,,Large and medium scale topographic mapping and engineering survey.,To be phased out after 2009. Replaced by ETRS89 / Poland CS2000 zones 7 and 8 (codes 2178-79).,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
+2173,Pulkovo 1942(58) / Poland zone III,1517,projected,4530,,4179,18283,,,Large and medium scale topographic mapping and engineering survey.,To be phased out after 2009. Replaced by ETRS89 / Poland CS2000 zones 5 and 6 (codes 2176-77).,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
+2174,Pulkovo 1942(58) / Poland zone IV,1518,projected,4530,,4179,18284,,,Large and medium scale topographic mapping and engineering survey.,To be phased out after 2009. Replaced by ETRS89 / Poland CS2000 zones 5 and 6 (codes 2176-77).,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
+2175,Pulkovo 1942(58) / Poland zone V,1519,projected,4530,,4179,18285,,,Large and medium scale topographic mapping and engineering survey.,To be phased out after 2009. Replaced by ETRS89 / Poland CS2000 zone 6 (code 2177).,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
+2176,ETRS89 / Poland CS2000 zone 5,1520,projected,4531,,4258,18305,,,"Large (1:5,000 and greater) scale topographic mapping and cadastral survey.",See ETRS89 / Poland CS92 (code 2170) for smaller scale mapping.,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2007-02-02,2005.18 2007.014,1,0
+2177,ETRS89 / Poland CS2000 zone 6,1521,projected,4531,,4258,18306,,,"Large (1:5,000 and greater) scale topographic mapping and cadastral survey.",See ETRS89 / Poland CS92 (code 2170) for smaller scale mapping.,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2007-02-02,2005.18 2007.014,1,0
+2178,ETRS89 / Poland CS2000 zone 7,1522,projected,4531,,4258,18307,,,"Large (1:5,000 and greater) scale topographic mapping and cadastral survey.",See ETRS89 / Poland CS92 (code 2170) for smaller scale mapping.,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2007-02-02,2005.18 2007.014,1,0
+2179,ETRS89 / Poland CS2000 zone 8,1523,projected,4531,,4258,18308,,,"Large (1:5,000 and greater) scale topographic mapping and cadastral survey.",See ETRS89 / Poland CS92 (code 2170) for smaller scale mapping.,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2007-02-02,2005.18 2007.014,1,0
+2180,ETRS89 / Poland CS92,1192,projected,4531,,4258,18300,,,"Medium and small scale topographic mapping (1:10,000 and smaller).",See ETRS89 / Poland CS2000 zones 5- 8 (codes 2176-79) for large scale purposes.,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2007-02-02,2005.18 2007.014,1,0
 2188,Azores Occidental 1939 / UTM zone 25N,1344,projected,4400,,4182,16025,,,Topographic mapping.,,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
 2189,Azores Central 1948 / UTM zone 26N,1301,projected,4400,,4183,16026,,,Topographic mapping.,,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
 2190,Azores Oriental 1940 / UTM zone 26N,1345,projected,4400,,4184,16026,,,Topographic mapping.,,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2003.231 2005.18,1,0
 2191,Madeira 1936 / UTM zone 28N,1314,projected,4400,,4185,16028,,,Topographic mapping.,,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,1
 2192,ED50 / France EuroLambert,1326,projected,4499,,4230,18086,,,Medium scale topographic and statistical mapping.,,IGN Paris via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
-2193,NZGD2000 / New Zealand Transverse Mercator,3285,projected,4500,,4167,19971,,,Large and medium scale topographic mapping and engineering survey.,Supersedes NZGD49 / New Zealand Map Grid (code 27200) from July 2001.,Shell Todd Oil Services.,EPSG,2001-08-28,,1,0
+2193,NZGD2000 / New Zealand Transverse Mercator,3285,projected,4500,,4167,19971,,,Large and medium scale topographic mapping and engineering survey.,Replaces NZGD49 / New Zealand Map Grid (code 27200) from July 2001.,Shell Todd Oil Services.,EPSG,2001-08-28,,1,0
 2194,American Samoa 1962 / American Samoa Lambert,1027,projected,4497,,4169,15301,,,Large and medium scale topographic mapping and engineering survey.,Superseded by projCRS 2156 as of mid-2000.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,EPSG,2001-08-28,,1,1
-2195,NAD83(HARN) / UTM zone 2S,3110,projected,4400,,4152,16102,,,Large and medium scale topographic mapping and engineering survey.,Supersedes American Samoa 1962 / American Samoa Lambert (projCRS 3102) effective from 2000.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,EPSG,2005-05-21,2004.45 2005.23,1,0
-2196,ETRS89 / Kp2000 Jutland,2531,projected,4400,,4258,18401,,,"Large and scale topographic mapping, cadastral and engineering survey.  Note: for medium scale topographic mapping ETRS89 / UTM zone 32N (code 25832) is used.",Supersedes System 34 Jutland zone.,Kort & Matrikelstyrelsen,EPSG,2001-11-06,,1,0
-2197,ETRS89 / Kp2000 Zealand,2532,projected,4400,,4258,18402,,,"Large and scale topographic mapping, cadastral and engineering survey.  Note: for medium scale topographic mapping ETRS89 / UTM zone 32N (code 25832) is used.",Supersedes System 34 Zealand zone.,Kort & Matrikelstyrelsen,EPSG,2001-11-06,,1,0
-2198,ETRS89 / Kp2000 Bornholm,2533,projected,4400,,4258,18403,,,"Large and scale topographic mapping, cadastral and engineering survey.  Note: for medium scale topographic mapping ETRS89 / UTM zone 33N (code 25833) is used.",Supersedes System 45.,Kort & Matrikelstyrelsen,EPSG,2001-11-06,,1,0
+2195,NAD83(HARN) / UTM zone 2S,3110,projected,4400,,4152,16102,,,Large and medium scale topographic mapping and engineering survey.,Replaces American Samoa 1962 / American Samoa Lambert (projCRS 3102) effective from 2000.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,EPSG,2005-05-21,2004.45 2005.23,1,0
+2196,ETRS89 / Kp2000 Jutland,2531,projected,4400,,4258,18401,,,"Large and scale topographic mapping, cadastral and engineering survey.  Note: for medium scale topographic mapping ETRS89 / UTM zone 32N (code 25832) is used.",Replaces System 34 Jutland zone.,Kort & Matrikelstyrelsen,EPSG,2007-02-02,2007.014,1,0
+2197,ETRS89 / Kp2000 Zealand,2532,projected,4400,,4258,18402,,,"Large and scale topographic mapping, cadastral and engineering survey.  Note: for medium scale topographic mapping ETRS89 / UTM zone 32N (code 25832) is used.",Replaces System 34 Zealand zone.,Kort & Matrikelstyrelsen,EPSG,2007-02-02,2007.014,1,0
+2198,ETRS89 / Kp2000 Bornholm,2533,projected,4400,,4258,18403,,,"Large and scale topographic mapping, cadastral and engineering survey.  Note: for medium scale topographic mapping ETRS89 / UTM zone 33N (code 25833) is used.",Replaces System 45.,Kort & Matrikelstyrelsen,EPSG,2007-02-02,2007.014,1,0
 2199,Albanian 1987 / Gauss Kruger zone 4,1025,projected,4530,,4191,16204,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.",,EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-11-06,,1,1
 2200,ATS77 / New Brunswick Stereographic (ATS77),1447,projected,4500,,4122,19945,,,Large and medium scale topographic mapping and engineering survey.,In use from 1979.  To be phased out in late 1990's.,New Brunswick Geographic Information Corporation land and water information standards manual.,EPSG,1999-10-20,99.61,1,0
 2201,REGVEN / UTM zone 18N,1693,projected,4400,,4189,16018,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2001-11-06,,1,0
 2202,REGVEN / UTM zone 19N,1694,projected,4400,,4189,16019,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2001-11-06,,1,0
 2203,REGVEN / UTM zone 20N,1695,projected,4400,,4189,16020,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2001-11-06,,1,0
 2204,NAD27 / Tennessee,1411,projected,4497,,4267,15302,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2001-11-06,2001.45,1,0
-2205,NAD83 / Kentucky North,2202,projected,4499,,4269,15303,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2246 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2001-11-06,2001.45,1,0
+2205,NAD83 / Kentucky North,2202,projected,4499,,4269,15303,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2246 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2001-11-06,2001.45,1,0
 2206,ED50 / 3-degree Gauss-Kruger zone 9,1524,projected,4530,,4230,16269,,,Large scale topographic mapping and cadastral survey.,Also found with truncated false easting - see ED50 / TM27 (code 2319).,EPSG,EPSG,2001-11-06,,1,0
 2207,ED50 / 3-degree Gauss-Kruger zone 10,1525,projected,4530,,4230,16270,,,Large scale topographic mapping and cadastral survey.,Also found with truncated false easting - see ED50 / TM30 (code 2320).,EPSG,EPSG,2001-11-06,,1,0
 2208,ED50 / 3-degree Gauss-Kruger zone 11,1526,projected,4530,,4230,16271,,,Large scale topographic mapping and cadastral survey.,Also found with truncated false easting - see ED50 / TM33 (code 2321).,EPSG,EPSG,2001-11-06,,1,0
@@ -209,103 +209,103 @@
 2210,ED50 / 3-degree Gauss-Kruger zone 13,1528,projected,4530,,4230,16273,,,Large scale topographic mapping and cadastral survey.,Also found with truncated false easting - see ED50 / TM39 (code 2323).,EPSG,EPSG,2001-11-06,,1,0
 2211,ED50 / 3-degree Gauss-Kruger zone 14,1529,projected,4530,,4230,16274,,,Large scale topographic mapping and cadastral survey.,Also found with truncated false easting - see ED50 / TM42 (code 2324).,EPSG,EPSG,2001-11-06,,1,0
 2212,ED50 / 3-degree Gauss-Kruger zone 15,1530,projected,4530,,4230,16275,,,Large scale topographic mapping and cadastral survey.,Also found with truncated false easting - see ED50 / TM45 (code 2325).,EPSG,EPSG,2001-11-06,,1,0
-2213,ETRS89 / TM 30 NE,2546,projected,4400,,4258,16430,,,Oil industry usage.,,,EPSG,2001-11-06,,1,0
+2213,ETRS89 / TM 30 NE,2546,projected,4400,,4258,16430,,,Oil industry usage.,,,EPSG,2007-02-02,2007.014,1,0
 2214,Douala 1948 / AOF west,2555,projected,4400,,4192,18415,,,Medium and small scale topographic mapping and engineering survey.,Superseded by Manoca 1962 / UTM zone 32N (code 2215).,,EPSG,2002-01-18,,1,1
-2215,Manoca 1962 / UTM zone 32N,2555,projected,4400,,4193,16032,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Douala 1948 / AOF west (code 2214). The intent of the Bukavu 1953 conference was to adopt the Clarke 1880 (RGN) ellipsoid (code 7012) but in practice this CRS has used the IGN version.,,EPSG,2002-11-18,2002.84,1,0
+2215,Manoca 1962 / UTM zone 32N,2555,projected,4400,,4193,16032,,,Large and medium scale topographic mapping and engineering survey.,Replaces Douala 1948 / AOF west (code 2214). The intent of the Bukavu 1953 conference was to adopt the Clarke 1880 (RGN) ellipsoid (code 7012) but in practice this CRS has used the IGN version.,,EPSG,2002-11-18,2002.84,1,0
 2216,Qornoq 1927 / UTM zone 22N,2573,projected,4400,,4194,16022,,,Topographic mapping.,,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-18,,1,0
 2217,Qornoq 1927 / UTM zone 23N,2572,projected,4400,,4194,16023,,,Topographic mapping.,,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-18,,1,0
-2218,Scoresbysund 1952 / Greenland zone 5 east,2560,projected,4501,,4195,18425,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
+2218,Scoresbysund 1952 / Greenland zone 5 east,3370,projected,4501,,4195,18425,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2006-03-16,2006.22,1,0
 2219,ATS77 / UTM zone 19N,1531,projected,4400,,4122,16019,,,Large and medium scale topographic mapping and engineering survey.,In use from 1979.  To be phased out in late 1990's.,New Brunswick Geographic Information Corporation land and water information standards manual.,EPSG,1997-07-22,,1,0
 2220,ATS77 / UTM zone 20N,1532,projected,4400,,4122,16020,,,Large and medium scale topographic mapping and engineering survey.,In use from 1979.  To be phased out in late 1990's.,New Brunswick Geographic Information Corporation land and water information standards manual.,EPSG,1997-07-22,,1,0
-2221,Scoresbysund 1952 / Greenland zone 6 east,2561,projected,4501,,4195,18426,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
-2222,NAD83 / Arizona East (ft),2167,projected,4495,,4269,15304,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 26948. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2223,NAD83 / Arizona Central (ft),2166,projected,4495,,4269,15305,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 26949. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2224,NAD83 / Arizona West (ft),2168,projected,4495,,4269,15306,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 26950. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2225,NAD83 / California zone 1 (ftUS),2175,projected,4497,,4269,15307,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26941. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2226,NAD83 / California zone 2 (ftUS),2176,projected,4497,,4269,15308,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26942. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2227,NAD83 / California zone 3 (ftUS),2177,projected,4497,,4269,15309,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26943. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2228,NAD83 / California zone 4 (ftUS),2178,projected,4497,,4269,15310,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26944. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2229,NAD83 / California zone 5 (ftUS),2182,projected,4497,,4269,15311,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26945. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2230,NAD83 / California zone 6 (ftUS),2180,projected,4497,,4269,15312,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26946. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2231,NAD83 / Colorado North (ftUS),2184,projected,4497,,4269,15313,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26953. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2232,NAD83 / Colorado Central (ftUS),2183,projected,4497,,4269,15314,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26954. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2233,NAD83 / Colorado South (ftUS),2185,projected,4497,,4269,15315,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26955. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2234,NAD83 / Connecticut (ftUS),1377,projected,4497,,4269,15316,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26956. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2235,NAD83 / Delaware (ftUS),1378,projected,4497,,4269,15317,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26957. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2236,NAD83 / Florida East (ftUS),2186,projected,4497,,4269,15318,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26958. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2237,NAD83 / Florida West (ftUS),2188,projected,4497,,4269,15319,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26959. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2238,NAD83 / Florida North (ftUS),2187,projected,4497,,4269,15320,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26960. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2239,NAD83 / Georgia East (ftUS),2189,projected,4497,,4269,15321,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26966. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2240,NAD83 / Georgia West (ftUS),2190,projected,4497,,4269,15322,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26967. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2241,NAD83 / Idaho East (ftUS),2192,projected,4497,,4269,15323,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26968. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2242,NAD83 / Idaho Central (ftUS),2191,projected,4497,,4269,15324,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26969. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2243,NAD83 / Idaho West (ftUS),2193,projected,4497,,4269,15325,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26970. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2221,Scoresbysund 1952 / Greenland zone 6 east,3369,projected,4501,,4195,18426,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2006-03-16,2006.22,1,0
+2222,NAD83 / Arizona East (ft),2167,projected,4495,,4269,15304,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 26948. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2223,NAD83 / Arizona Central (ft),2166,projected,4495,,4269,15305,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 26949. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2224,NAD83 / Arizona West (ft),2168,projected,4495,,4269,15306,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 26950. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2225,NAD83 / California zone 1 (ftUS),2175,projected,4497,,4269,15307,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26941. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2226,NAD83 / California zone 2 (ftUS),2176,projected,4497,,4269,15308,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26942. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2227,NAD83 / California zone 3 (ftUS),2177,projected,4497,,4269,15309,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26943. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2228,NAD83 / California zone 4 (ftUS),2178,projected,4497,,4269,15310,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26944. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2229,NAD83 / California zone 5 (ftUS),2182,projected,4497,,4269,15311,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26945. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2230,NAD83 / California zone 6 (ftUS),2180,projected,4497,,4269,15312,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26946. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2231,NAD83 / Colorado North (ftUS),2184,projected,4497,,4269,15313,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26953. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2232,NAD83 / Colorado Central (ftUS),2183,projected,4497,,4269,15314,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26954. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2233,NAD83 / Colorado South (ftUS),2185,projected,4497,,4269,15315,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26955. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2234,NAD83 / Connecticut (ftUS),1377,projected,4497,,4269,15316,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26956. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2235,NAD83 / Delaware (ftUS),1378,projected,4497,,4269,15317,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26957. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2236,NAD83 / Florida East (ftUS),2186,projected,4497,,4269,15318,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26958. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2237,NAD83 / Florida West (ftUS),2188,projected,4497,,4269,15319,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26959. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2238,NAD83 / Florida North (ftUS),2187,projected,4497,,4269,15320,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26960. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2239,NAD83 / Georgia East (ftUS),2189,projected,4497,,4269,15321,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26966. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2240,NAD83 / Georgia West (ftUS),2190,projected,4497,,4269,15322,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26967. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2241,NAD83 / Idaho East (ftUS),2192,projected,4497,,4269,15323,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26968. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2242,NAD83 / Idaho Central (ftUS),2191,projected,4497,,4269,15324,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26969. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2243,NAD83 / Idaho West (ftUS),2193,projected,4497,,4269,15325,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26970. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
 2244,NAD83 / Indiana East (ftUS),2196,projected,4497,,4269,15326,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26973. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,1
 2245,NAD83 / Indiana West (ftUS),2197,projected,4497,,4269,15327,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26974. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,1
-2246,NAD83 / Kentucky North (ftUS),2202,projected,4497,,4269,15328,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 2205. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2247,NAD83 / Kentucky South (ftUS),2203,projected,4497,,4269,15329,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26980. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2248,NAD83 / Maryland (ftUS),1389,projected,4497,,4269,15330,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26985. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2249,NAD83 / Massachusetts Mainland (ftUS),2209,projected,4497,,4269,15331,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26986. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2250,NAD83 / Massachusetts Island (ftUS),2208,projected,4497,,4269,15332,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26987. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2251,NAD83 / Michigan North (ft),1723,projected,4495,,4269,15333,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 26988. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2252,NAD83 / Michigan Central (ft),1724,projected,4495,,4269,15334,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 26989. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2253,NAD83 / Michigan South (ft),1725,projected,4495,,4269,15335,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 26990. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2254,NAD83 / Mississippi East (ftUS),2216,projected,4497,,4269,15336,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26994. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2255,NAD83 / Mississippi West (ftUS),2217,projected,4497,,4269,15337,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26995. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2256,NAD83 / Montana (ft),1395,projected,4495,,4269,15338,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 32100. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2257,NAD83 / New Mexico East (ftUS),2228,projected,4497,,4269,15339,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32112. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2258,NAD83 / New Mexico Central (ftUS),2231,projected,4497,,4269,15340,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32113. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2259,NAD83 / New Mexico West (ftUS),2232,projected,4497,,4269,15341,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32114. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2260,NAD83 / New York East (ftUS),2234,projected,4497,,4269,15342,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32115. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2261,NAD83 / New York Central (ftUS),2233,projected,4497,,4269,15343,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32116. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2262,NAD83 / New York West (ftUS),2236,projected,4497,,4269,15344,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32117. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2263,NAD83 / New York Long Island (ftUS),2235,projected,4497,,4269,15345,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32118. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2264,NAD83 / North Carolina (ftUS),1402,projected,4497,,4269,15346,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 32119.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2265,NAD83 / North Dakota North (ft),2237,projected,4495,,4269,15347,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 32120. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2266,NAD83 / North Dakota South (ft),2238,projected,4495,,4269,15348,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 32121. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2267,NAD83 / Oklahoma North (ftUS),2241,projected,4497,,4269,15349,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32124. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2268,NAD83 / Oklahoma South (ftUS),2242,projected,4497,,4269,15350,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32125. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2269,NAD83 / Oregon North (ft),2243,projected,4495,,4269,15351,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 32126. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2270,NAD83 / Oregon South (ft),2244,projected,4495,,4269,15352,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 32127. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2271,NAD83 / Pennsylvania North (ftUS),2245,projected,4497,,4269,15353,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 32128.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2272,NAD83 / Pennsylvania South (ftUS),2246,projected,4497,,4269,15354,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 32129.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2273,NAD83 / South Carolina (ft),1409,projected,4495,,4269,15355,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see CRS code 32133.,National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2006-01-31,2005.891,1,0
-2274,NAD83 / Tennessee (ftUS),1411,projected,4497,,4269,15356,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32136. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2275,NAD83 / Texas North (ftUS),2253,projected,4497,,4269,15357,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32137. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2276,NAD83 / Texas North Central (ftUS),2254,projected,4497,,4269,15358,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32138. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2277,NAD83 / Texas Central (ftUS),2252,projected,4497,,4269,15359,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32139. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2278,NAD83 / Texas South Central (ftUS),2527,projected,4497,,4269,15360,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32140. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2279,NAD83 / Texas South (ftUS),2528,projected,4497,,4269,15361,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32141. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2280,NAD83 / Utah North (ft),2258,projected,4495,,4269,15362,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 32142. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2281,NAD83 / Utah Central (ft),2257,projected,4495,,4269,15363,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 32143. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2282,NAD83 / Utah South (ft),2259,projected,4495,,4269,15364,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 32144. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2283,NAD83 / Virginia North (ftUS),2260,projected,4497,,4269,15365,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32146. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2284,NAD83 / Virginia South (ftUS),2261,projected,4497,,4269,15366,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32147. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2285,NAD83 / Washington North (ftUS),2273,projected,4497,,4269,15367,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32148. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2286,NAD83 / Washington South (ftUS),2274,projected,4497,,4269,15368,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32149. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2287,NAD83 / Wisconsin North (ftUS),2267,projected,4497,,4269,15369,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32152. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2288,NAD83 / Wisconsin Central (ftUS),2266,projected,4497,,4269,15370,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32153. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
-2289,NAD83 / Wisconsin South (ftUS),2268,projected,4497,,4269,15371,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32154. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2246,NAD83 / Kentucky North (ftUS),2202,projected,4497,,4269,15328,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 2205. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2247,NAD83 / Kentucky South (ftUS),2203,projected,4497,,4269,15329,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26980. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2248,NAD83 / Maryland (ftUS),1389,projected,4497,,4269,15330,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26985. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2249,NAD83 / Massachusetts Mainland (ftUS),2209,projected,4497,,4269,15331,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26986. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2250,NAD83 / Massachusetts Island (ftUS),2208,projected,4497,,4269,15332,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26987. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2251,NAD83 / Michigan North (ft),1723,projected,4495,,4269,15333,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 26988. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2252,NAD83 / Michigan Central (ft),1724,projected,4495,,4269,15334,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 26989. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2253,NAD83 / Michigan South (ft),1725,projected,4495,,4269,15335,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 26990. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2254,NAD83 / Mississippi East (ftUS),2216,projected,4497,,4269,15336,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26994. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2255,NAD83 / Mississippi West (ftUS),2217,projected,4497,,4269,15337,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26995. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2256,NAD83 / Montana (ft),1395,projected,4495,,4269,15338,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 32100. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2257,NAD83 / New Mexico East (ftUS),2228,projected,4497,,4269,15339,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32112. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2258,NAD83 / New Mexico Central (ftUS),2231,projected,4497,,4269,15340,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32113. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2259,NAD83 / New Mexico West (ftUS),2232,projected,4497,,4269,15341,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32114. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2260,NAD83 / New York East (ftUS),2234,projected,4497,,4269,15342,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32115. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2261,NAD83 / New York Central (ftUS),2233,projected,4497,,4269,15343,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32116. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2262,NAD83 / New York West (ftUS),2236,projected,4497,,4269,15344,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32117. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2263,NAD83 / New York Long Island (ftUS),2235,projected,4497,,4269,15345,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32118. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2264,NAD83 / North Carolina (ftUS),1402,projected,4497,,4269,15346,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32119. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2007-01-19,,1,0
+2265,NAD83 / North Dakota North (ft),2237,projected,4495,,4269,15347,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 32120. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2266,NAD83 / North Dakota South (ft),2238,projected,4495,,4269,15348,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 32121. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2267,NAD83 / Oklahoma North (ftUS),2241,projected,4497,,4269,15349,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32124. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2268,NAD83 / Oklahoma South (ftUS),2242,projected,4497,,4269,15350,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32125. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2269,NAD83 / Oregon North (ft),2243,projected,4495,,4269,15351,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 32126. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2270,NAD83 / Oregon South (ft),2244,projected,4495,,4269,15352,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 32127. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2271,NAD83 / Pennsylvania North (ftUS),2245,projected,4497,,4269,15353,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32128. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2007-01-19,,1,0
+2272,NAD83 / Pennsylvania South (ftUS),2246,projected,4497,,4269,15354,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32129. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2007-01-19,,1,0
+2273,NAD83 / South Carolina (ft),1409,projected,4495,,4269,15355,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see CRS code 32133. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2007-01-19,2005.891,1,0
+2274,NAD83 / Tennessee (ftUS),1411,projected,4497,,4269,15356,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32136. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2275,NAD83 / Texas North (ftUS),2253,projected,4497,,4269,15357,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32137. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2276,NAD83 / Texas North Central (ftUS),2254,projected,4497,,4269,15358,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32138. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2277,NAD83 / Texas Central (ftUS),2252,projected,4497,,4269,15359,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32139. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2278,NAD83 / Texas South Central (ftUS),2527,projected,4497,,4269,15360,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32140. For onshore applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2006-07-14,2006.392,1,0
+2279,NAD83 / Texas South (ftUS),2528,projected,4497,,4269,15361,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32141. For onshore applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2006-07-14,2006.392,1,0
+2280,NAD83 / Utah North (ft),2258,projected,4495,,4269,15362,,,Large and medium scale topographic mapping and engineering survey.,"State law defining system in International feet (note: not US survey feet) has been withdrawn.  Federal definition is metric - see code 32142. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2007-01-20,2006.905,0,0
+2281,NAD83 / Utah Central (ft),2257,projected,4495,,4269,15363,,,Large and medium scale topographic mapping and engineering survey.,"State law defining system in International feet (note: not US survey feet) has been withdrawn.  Federal definition is metric - see code 32143. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2007-01-20,2006.905,0,0
+2282,NAD83 / Utah South (ft),2259,projected,4495,,4269,15364,,,Large and medium scale topographic mapping and engineering survey.,"State law defining system in International feet (note: not US survey feet) has been withdrawn.  Federal definition is metric - see code 32144. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2007-01-20,2006.905,0,0
+2283,NAD83 / Virginia North (ftUS),2260,projected,4497,,4269,15365,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32146. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2284,NAD83 / Virginia South (ftUS),2261,projected,4497,,4269,15366,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32147. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2285,NAD83 / Washington North (ftUS),2273,projected,4497,,4269,15367,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32148. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2286,NAD83 / Washington South (ftUS),2274,projected,4497,,4269,15368,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32149. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2287,NAD83 / Wisconsin North (ftUS),2267,projected,4497,,4269,15369,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32152. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2288,NAD83 / Wisconsin Central (ftUS),2266,projected,4497,,4269,15370,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32153. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
+2289,NAD83 / Wisconsin South (ftUS),2268,projected,4497,,4269,15371,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32154. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2001-11-06,,1,0
 2290,ATS77 / Prince Edward Isl. Stereographic (ATS77),1533,projected,4496,,4122,19933,,,Large and medium scale topographic mapping and engineering survey.,In use from 1979.  To be phased out in late 1990's.,Geomatics Centre; Nova Scotia Ministry of Housing and Municipal Affairs.,EPSG,1997-11-13,,1,0
 2291,NAD83(CSRS98) / Prince Edward Isl. Stereographic (NAD83),1533,projected,4496,,4122,19960,,,Large and medium scale topographic mapping and engineering survey.,Deprecated due to error in source geogCRS.,PEI Department of Transportation & Public Works,EPSG,2000-10-19,,1,1
 2292,NAD83(CSRS98) / Prince Edward Isl. Stereographic (NAD83),1533,projected,4496,,4140,19960,,,Large and medium scale topographic mapping and engineering survey.,,PEI Department of Transportation & Public Works,EPSG,2001-08-28,,1,1
 2294,ATS77 / MTM Nova Scotia zone 4,1534,projected,4400,,4122,17794,,,Large and medium scale topographic mapping and engineering survey.,In use from 1979.  To be phased out in late 1990's.,Geomatics Centre; Nova Scotia Ministry of Housing and Municipal Affairs.,EPSG,1997-11-13,,1,0
 2295,ATS77 / MTM Nova Scotia zone 5,1535,projected,4400,,4122,17795,,,Large and medium scale topographic mapping and engineering survey.,In use from 1979.  To be phased out in late 1990's.,Geomatics Centre; Nova Scotia Ministry of Housing and Municipal Affairs.,EPSG,1997-11-13,,1,0
-2296,Ammassalik 1958 / Greenland zone 7 east,2562,projected,4501,,4196,18427,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
-2297,Qornoq 1927 / Greenland zone 1 east,2556,projected,4501,,4194,18421,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
-2298,Qornoq 1927 / Greenland zone 2 east,2557,projected,4501,,4194,18422,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
-2299,Qornoq 1927 / Greenland zone 2 west,2563,projected,4501,,4194,18432,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
-2300,Qornoq 1927 / Greenland zone 3 east,2558,projected,4501,,4194,18423,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
-2301,Qornoq 1927 / Greenland zone 3 west,2564,projected,4501,,4194,18433,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
-2302,Qornoq 1927 / Greenland zone 4 east,2559,projected,4501,,4194,18424,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
-2303,Qornoq 1927 / Greenland zone 4 west,2565,projected,4501,,4194,18434,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
-2304,Qornoq 1927 / Greenland zone 5 west,2566,projected,4501,,4194,18435,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
-2305,Qornoq 1927 / Greenland zone 6 west,2567,projected,4501,,4194,18436,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
-2306,Qornoq 1927 / Greenland zone 7 west,2568,projected,4501,,4194,18437,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
+2296,Ammassalik 1958 / Greenland zone 7 east,2571,projected,4501,,4196,18427,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2006-03-16,2006.22,1,0
+2297,Qornoq 1927 / Greenland zone 1 east,2556,projected,4501,,4194,18421,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,1
+2298,Qornoq 1927 / Greenland zone 2 east,2557,projected,4501,,4194,18422,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,1
+2299,Qornoq 1927 / Greenland zone 2 west,3368,projected,4501,,4194,18432,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2006-03-16,2006.22,1,0
+2300,Qornoq 1927 / Greenland zone 3 east,2558,projected,4501,,4194,18423,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,1
+2301,Qornoq 1927 / Greenland zone 3 west,3367,projected,4501,,4194,18433,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2006-03-16,2006.22,1,0
+2302,Qornoq 1927 / Greenland zone 4 east,2559,projected,4501,,4194,18424,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,1
+2303,Qornoq 1927 / Greenland zone 4 west,3366,projected,4501,,4194,18434,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2006-03-16,2006.22,1,0
+2304,Qornoq 1927 / Greenland zone 5 west,3365,projected,4501,,4194,18435,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2006-03-16,2006.22,1,0
+2305,Qornoq 1927 / Greenland zone 6 west,3364,projected,4501,,4194,18436,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2006-03-16,2006.22,1,0
+2306,Qornoq 1927 / Greenland zone 7 west,3363,projected,4501,,4194,18437,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2006-03-16,2006.22,1,0
 2307,Qornoq 1927 / Greenland zone 8 east,2569,projected,4501,,4194,18428,,,Topographic mapping.,Coordinate system second axis has abbreviation E but is positive to the west.,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-26,,1,0
 2308,Batavia / TM 109 SE,2577,projected,4400,,4211,16709,,,Used by Arco and BP for ONWJ.,,BP Indonesia.,EPSG,2002-02-12,,1,0
-2309,WGS 84 / TM 116 SE,2588,projected,4400,,4326,16716,,,Used by BP for Terang-Sirasun.,,BP Indonesia.,EPSG,2002-06-22,2002.151,1,0
-2310,WGS 84 / TM 132 SE,2589,projected,4400,,4326,16732,,,Used for hydrocarbons exploration and development.,,BP Indonesia.,EPSG,2002-06-22,2002.151,1,0
+2309,WGS 84 / TM 116 SE,2588,projected,4400,,4326,16716,,,Used by BP for Terang-Sirasun.,,BP Indonesia.,EPSG,2006-08-25,2002.151 2006.81,1,0
+2310,WGS 84 / TM 132 SE,2589,projected,4400,,4326,16732,,,Used for hydrocarbons exploration and development.,,BP Indonesia.,EPSG,2006-08-25,2002.151 2006.81,1,0
 2311,WGS 84 / TM 6 NE,2981,projected,4400,,4326,16406,,,Oil exploration and production.,Used for oil exploration beyond the contintental shelf by ExxonMobil and with effect from March 2004 by Total for all offshore areas.,ExxonMobil.,EPSG,2002-02-12,,1,0
 2312,Garoua / UTM zone 33N,2590,projected,4400,,4197,16033,,,Large and medium scale topographic mapping and engineering survey.,,TotalFinaElf,EPSG,2002-02-12,,1,0
 2313,Kousseri / UTM zone 33N,2591,projected,4400,,4198,16033,,,Large and medium scale topographic mapping and engineering survey.,,TotalFinaElf,EPSG,2002-02-12,,1,0
@@ -314,14 +314,14 @@
 2316,Campo Inchauspe / UTM zone 20S,2597,projected,4400,,4221,16120,,,Oil industry exploration.,,TotalFinaElf,EPSG,2002-02-12,,1,0
 2317,PSAD56 / ICN Regional,3327,projected,4499,,4248,19976,,,Small scale topographic and geological mapping.,,Institute Cartografica Nacional,EPSG,2002-02-12,,1,0
 2318,Ain el Abd / Aramco Lambert,3303,projected,4400,,4204,19977,,,Oil industry exploration and production.,Used by Saudi Aramco when area of interest crosses UTM zone boundary. Adopted by partners for Core Venture 1 (South Ghawar) area.,Saudi Aramco,EPSG,2002-02-12,,1,0
-2319,ED50 / TM27,1524,projected,4530,,4230,16369,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with zone number prefix to false easting - see ED50 / 3-degree Gauss-Kruger zone 9 (code 2206).,General Command of Mapping via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
+2319,ED50 / TM27,1524,projected,4530,,4230,16305,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with zone number prefix to false easting - see ED50 / 3-degree Gauss-Kruger zone 9 (code 2206).,General Command of Mapping via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2006-07-22,2005.18 2006.592,1,0
 2320,ED50 / TM30,1525,projected,4530,,4230,16370,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with zone number prefix to false easting - see ED50 / 3-degree Gauss-Kruger zone 10 (code 2207).,General Command of Mapping via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-2321,ED50 / TM33,1526,projected,4530,,4230,16371,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with zone number prefix to false easting - see ED50 / 3-degree Gauss-Kruger zone 11 (code 2208).,General Command of Mapping via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
+2321,ED50 / TM33,1526,projected,4530,,4230,16306,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with zone number prefix to false easting - see ED50 / 3-degree Gauss-Kruger zone 11 (code 2208).,General Command of Mapping via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2006-07-22,2005.18 2006.592,1,0
 2322,ED50 / TM36,1527,projected,4530,,4230,16372,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with zone number prefix to false easting - see ED50 / 3-degree Gauss-Kruger zone 12 (code 2209).,General Command of Mapping via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-2323,ED50 / TM39,1528,projected,4530,,4230,16373,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with zone number prefix to false easting - see ED50 / 3-degree Gauss-Kruger zone 13 (code 2210).,General Command of Mapping via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
+2323,ED50 / TM39,1528,projected,4530,,4230,16307,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with zone number prefix to false easting - see ED50 / 3-degree Gauss-Kruger zone 13 (code 2210).,General Command of Mapping via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2006-07-22,2005.18 2006.592,1,0
 2324,ED50 / TM42,1529,projected,4530,,4230,16374,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with zone number prefix to false easting - see ED50 / 3-degree Gauss-Kruger zone 14 (code 2211).,General Command of Mapping via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-2325,ED50 / TM45,1530,projected,4530,,4230,16375,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with zone number prefix to false easting - see ED50 / 3-degree Gauss-Kruger zone 15 (code 2212).,General Command of Mapping via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-2326,Hong Kong 1980 Grid System,1118,projected,4500,,4611,19978,,,"Large scale topographic mapping, cadastral and engineering survey.",Supersedes Hong Kong 1963 Grid System.,"Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2006-06-22,2005.26,1,0
+2325,ED50 / TM45,1530,projected,4530,,4230,16308,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with zone number prefix to false easting - see ED50 / 3-degree Gauss-Kruger zone 15 (code 2212).,General Command of Mapping via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2006-07-22,2005.18 2006.592,1,0
+2326,Hong Kong 1980 Grid System,1118,projected,4500,,4611,19978,,,"Large scale topographic mapping, cadastral and engineering survey.",Replaces Hong Kong 1963 Grid System.,"Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2006-06-22,2005.26,1,0
 2327,Xian 1980 / Gauss-Kruger zone 13,1587,projected,4530,,4610,16213,,,Medium scale topographic mapping.,Also found with truncated false easting - see Xian 1980 / [6-degree] Gauss-Kruger CM 75E (code 2338).,EPSG,EPSG,2002-06-22,,1,0
 2328,Xian 1980 / Gauss-Kruger zone 14,1588,projected,4530,,4610,16214,,,Medium scale topographic mapping.,Also found with truncated false easting - see Xian 1980 / [6-degree] Gauss-Kruger CM 81E (code 2339).,EPSG,EPSG,2002-06-22,,1,0
 2329,Xian 1980 / Gauss-Kruger zone 15,1589,projected,4530,,4610,16215,,,Medium scale topographic mapping.,Also found with truncated false easting - see Xian 1980 / [6-degree] Gauss-Kruger CM 87E (code 2340).,EPSG,EPSG,2002-06-22,,1,0
@@ -365,104 +365,105 @@
 2367,Xian 1980 / 3-degree Gauss-Kruger zone 43,2729,projected,4530,,4610,16073,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Xian 1980 / 3-degree Gauss-Kruger CM 129E (code 2388).,EPSG,EPSG,2002-06-22,,1,0
 2368,Xian 1980 / 3-degree Gauss-Kruger zone 44,2730,projected,4530,,4610,16074,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Xian 1980 / 3-degree Gauss-Kruger CM 132E (code 2389).,EPSG,EPSG,2002-06-22,,1,0
 2369,Xian 1980 / 3-degree Gauss-Kruger zone 45,2731,projected,4530,,4610,16075,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Xian 1980 / 3-degree Gauss-Kruger CM 135E (code 2390).,EPSG,EPSG,2002-06-22,,1,0
-2370,Xian 1980 / 3-degree Gauss-Kruger CM 75E,2711,projected,4530,,4610,16385,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 25 (code 2349).,EPSG,EPSG,2002-06-22,,1,0
+2370,Xian 1980 / 3-degree Gauss-Kruger CM 75E,2711,projected,4530,,4610,16313,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 25 (code 2349).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2371,Xian 1980 / 3-degree Gauss-Kruger CM 78E,2712,projected,4530,,4610,16386,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 26 (code 2350).,EPSG,EPSG,2002-06-22,,1,0
-2372,Xian 1980 / 3-degree Gauss-Kruger CM 81E,2713,projected,4530,,4610,16387,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 27 (code 2351).,EPSG,EPSG,2002-06-22,,1,0
+2372,Xian 1980 / 3-degree Gauss-Kruger CM 81E,2713,projected,4530,,4610,16314,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 27 (code 2351).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2373,Xian 1980 / 3-degree Gauss-Kruger CM 84E,2714,projected,4530,,4610,16388,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 28 (code 2352).,EPSG,EPSG,2002-06-22,,1,0
-2374,Xian 1980 / 3-degree Gauss-Kruger CM 87E,2715,projected,4530,,4610,16389,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 29 (code 2353).,EPSG,EPSG,2002-06-22,,1,0
+2374,Xian 1980 / 3-degree Gauss-Kruger CM 87E,2715,projected,4530,,4610,16315,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 29 (code 2353).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2375,Xian 1980 / 3-degree Gauss-Kruger CM 90E,2716,projected,4530,,4610,16390,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 30 (code 2354).,EPSG,EPSG,2002-06-22,,1,0
-2376,Xian 1980 / 3-degree Gauss-Kruger CM 93E,2717,projected,4530,,4610,16391,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 31 (code 2355).,EPSG,EPSG,2002-06-22,,1,0
+2376,Xian 1980 / 3-degree Gauss-Kruger CM 93E,2717,projected,4530,,4610,16316,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 31 (code 2355).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2377,Xian 1980 / 3-degree Gauss-Kruger CM 96E,2718,projected,4530,,4610,16392,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 32 (code 2356).,EPSG,EPSG,2002-06-22,,1,0
-2378,Xian 1980 / 3-degree Gauss-Kruger CM 99E,2719,projected,4530,,4610,16393,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 33 (code 2357).,EPSG,EPSG,2002-06-22,,1,0
+2378,Xian 1980 / 3-degree Gauss-Kruger CM 99E,2719,projected,4530,,4610,16317,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 33 (code 2357).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2379,Xian 1980 / 3-degree Gauss-Kruger CM 102E,2720,projected,4530,,4610,16394,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 34 (code 2358).,EPSG,EPSG,2002-06-22,,1,0
-2380,Xian 1980 / 3-degree Gauss-Kruger CM 105E,2721,projected,4530,,4610,16395,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 35 (code 2359).,EPSG,EPSG,2002-06-22,,1,0
+2380,Xian 1980 / 3-degree Gauss-Kruger CM 105E,2721,projected,4530,,4610,16318,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 35 (code 2359).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2381,Xian 1980 / 3-degree Gauss-Kruger CM 108E,2722,projected,4530,,4610,16396,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 36 (code 2360).,EPSG,EPSG,2002-06-22,,1,0
-2382,Xian 1980 / 3-degree Gauss-Kruger CM 111E,2723,projected,4530,,4610,16397,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 37 (code 2361).,EPSG,EPSG,2002-06-22,,1,0
+2382,Xian 1980 / 3-degree Gauss-Kruger CM 111E,2723,projected,4530,,4610,16319,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 37 (code 2361).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2383,Xian 1980 / 3-degree Gauss-Kruger CM 114E,2724,projected,4530,,4610,16398,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 38 (code 2362).,EPSG,EPSG,2002-06-22,,1,0
-2384,Xian 1980 / 3-degree Gauss-Kruger CM 117E,2725,projected,4530,,4610,16399,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 39 (code 2363).,EPSG,EPSG,2002-06-22,,1,0
+2384,Xian 1980 / 3-degree Gauss-Kruger CM 117E,2725,projected,4530,,4610,16320,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 39 (code 2363).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2385,Xian 1980 / 3-degree Gauss-Kruger CM 120E,2726,projected,4530,,4610,16170,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 40 (code 2364).,EPSG,EPSG,2002-06-22,,1,0
-2386,Xian 1980 / 3-degree Gauss-Kruger CM 123E,2727,projected,4530,,4610,16171,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 41 (code 2365).,EPSG,EPSG,2002-06-22,,1,0
+2386,Xian 1980 / 3-degree Gauss-Kruger CM 123E,2727,projected,4530,,4610,16321,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 41 (code 2365).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2387,Xian 1980 / 3-degree Gauss-Kruger CM 126E,2728,projected,4530,,4610,16172,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 42 (code 2366).,EPSG,EPSG,2002-06-22,,1,0
-2388,Xian 1980 / 3-degree Gauss-Kruger CM 129E,2729,projected,4530,,4610,16173,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 43 (code 2367).,EPSG,EPSG,2002-06-22,,1,0
+2388,Xian 1980 / 3-degree Gauss-Kruger CM 129E,2729,projected,4530,,4610,16322,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 43 (code 2367).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2389,Xian 1980 / 3-degree Gauss-Kruger CM 132E,2730,projected,4530,,4610,16174,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 44 (code 2368).,EPSG,EPSG,2002-06-22,,1,0
-2390,Xian 1980 / 3-degree Gauss-Kruger CM 135E,2731,projected,4530,,4610,16175,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 45 (code 2369).,EPSG,EPSG,2002-06-22,,1,0
+2390,Xian 1980 / 3-degree Gauss-Kruger CM 135E,2731,projected,4530,,4610,16323,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Xian 1980 / 3-degree Gauss-Kruger zone 45 (code 2369).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2391,KKJ / Finland zone 1,1536,projected,4530,,4123,18191,,,Large and medium scale topographic mapping and engineering survey.,,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,1997-07-22,,1,0
+http://www.maanmittauslaitos.fi",EPSG,2006-03-31,2006.27,1,0
 2392,KKJ / Finland zone 2,1537,projected,4530,,4123,18192,,,Large and medium scale topographic mapping and engineering survey.,,"National Land Survey of Finland;
 http://www.maanmittauslaitos.fi",EPSG,1997-07-22,,1,0
 2393,KKJ / Finland Uniform Coordinate System,1538,projected,4530,,4123,18193,,,Large and medium scale topographic mapping and engineering survey.,Known as Uniform Coordinate System when used over all country and also as Basic Coordinate System zone 3 at larger scales.,"National Land Survey of Finland;
 http://www.maanmittauslaitos.fi",EPSG,2005-05-27,2005.18,1,0
 2394,KKJ / Finland zone 4,1539,projected,4530,,4123,18194,,,Large and medium scale topographic mapping and engineering survey.,,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,1997-07-22,,1,0
+http://www.maanmittauslaitos.fi",EPSG,2006-03-31,2006.27,1,0
 2395,South Yemen / Gauss-Kruger zone 8,1492,projected,4530,,4164,16208,,,Large and medium scale topographic mapping and engineering survey.,,IGN Paris,EPSG,2002-06-22,,1,0
 2396,South Yemen / Gauss-Kruger zone 9,1493,projected,4530,,4164,16209,,,Large and medium scale topographic mapping and engineering survey.,,IGN Paris,EPSG,2002-06-22,,1,0
-2397,Pulkovo 1942(83) / Gauss-Kruger zone 3,1512,projected,4530,,4178,16263,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.",In Thuringen superseded by DHDN / Gauss Kruger zone 3.,EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-2398,Pulkovo 1942(83) / Gauss-Kruger zone 4,1513,projected,4530,,4178,16264,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.","In Brandenburg superseded by ETRS89 / UTM zone 33N. 
-In Sachsen and Thuringen superseded by DHDN / Gauss Kruger zone 4.",Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-2399,Pulkovo 1942(83) / Gauss-Kruger zone 5,1512,projected,4530,,4178,16265,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.","In Brandenburg superseded by ETRS89 / UTM zone 33N. 
-In Sachsen superseded by DHDN / Gauss Kruger zone 5.",Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
+2397,Pulkovo 1942(83) / Gauss-Kruger zone 3,1512,projected,4530,,4178,16263,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.",In Thuringen replaced by PD/83 / Gauss Kruger zone 3.,EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2006-06-12,2005.18 2006.41,1,0
+2398,Pulkovo 1942(83) / Gauss-Kruger zone 4,1513,projected,4530,,4178,16264,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.","In Brandenburg replaced by ETRS89 / UTM zone 33N. 
+In Sachsen replaced by RD/83 / Gauss Kruger zone 4. 
+In Thuringen replaced by PD/83 / Gauss Kruger zone 4.",Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2006-06-12,2005.18 2006.41,1,0
+2399,Pulkovo 1942(83) / Gauss-Kruger zone 5,1514,projected,4530,,4178,16265,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.","In Brandenburg replaced by ETRS89 / UTM zone 33N. 
+In Sachsen replaced by RD/83 / Gauss Kruger zone 5.",Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2007-02-12,2005.18 2006.41 2007.021,1,0
 2400,RT90 2.5 gon W,1225,projected,4530,,4124,19929,,,"Topographic mapping, engineering survey, cadastre.",Supersedes RT38 2.5 gon W (code 30800).,National Land Survey of Sweden,EPSG,1997-11-13,,1,1
-2401,Beijing 1954 / 3-degree Gauss-Kruger zone 25,2711,projected,4530,,4214,16285,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 75E (code 2422). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 25 (code 2349).,EPSG,EPSG,2002-06-22,,1,0
-2402,Beijing 1954 / 3-degree Gauss-Kruger zone 26,2712,projected,4530,,4214,16286,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 78E (code 2423). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 26 (code 2350).,EPSG,EPSG,2002-06-22,,1,0
-2403,Beijing 1954 / 3-degree Gauss-Kruger zone 27,2713,projected,4530,,4214,16287,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 81E (code 2424). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 27 (code 2351).,EPSG,EPSG,2002-06-22,,1,0
-2404,Beijing 1954 / 3-degree Gauss-Kruger zone 28,2714,projected,4530,,4214,16288,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 84E (code 2425). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 28 (code 2352).,EPSG,EPSG,2002-06-22,,1,0
-2405,Beijing 1954 / 3-degree Gauss-Kruger zone 29,2715,projected,4530,,4214,16289,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 87E (code 2426). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 29 (code 2353).,EPSG,EPSG,2002-06-22,,1,0
-2406,Beijing 1954 / 3-degree Gauss-Kruger zone 30,2716,projected,4530,,4214,16290,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 90E (code 2427). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 30 (code 2354).,EPSG,EPSG,2002-06-22,,1,0
-2407,Beijing 1954 / 3-degree Gauss-Kruger zone 31,2717,projected,4530,,4214,16291,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 93E (code 2428). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 31 (code 2355).,EPSG,EPSG,2002-06-22,,1,0
-2408,Beijing 1954 / 3-degree Gauss-Kruger zone 32,2718,projected,4530,,4214,16292,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 96E (code 2429). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 32 (code 2356).,EPSG,EPSG,2002-06-22,,1,0
-2409,Beijing 1954 / 3-degree Gauss-Kruger zone 33,2719,projected,4530,,4214,16293,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 99E (code 2430). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 33 (code 2357).,EPSG,EPSG,2002-06-22,,1,0
-2410,Beijing 1954 / 3-degree Gauss-Kruger zone 34,2720,projected,4530,,4214,16294,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 102E (code 2431). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 34 (code 2358).,EPSG,EPSG,2002-06-22,,1,0
-2411,Beijing 1954 / 3-degree Gauss-Kruger zone 35,2721,projected,4530,,4214,16295,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 105E (code 2432). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 35 (code 2359).,EPSG,EPSG,2002-06-22,,1,0
-2412,Beijing 1954 / 3-degree Gauss-Kruger zone 36,2722,projected,4530,,4214,16296,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 108E (code 2433). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 36 (code 2360).,EPSG,EPSG,2002-06-22,,1,0
-2413,Beijing 1954 / 3-degree Gauss-Kruger zone 37,2723,projected,4530,,4214,16297,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 111E (code 2434). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 37 (code 2361).,EPSG,EPSG,2002-06-22,,1,0
-2414,Beijing 1954 / 3-degree Gauss-Kruger zone 38,2724,projected,4530,,4214,16298,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 114E (code 2435). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 38 (code 2362).,EPSG,EPSG,2002-06-22,,1,0
-2415,Beijing 1954 / 3-degree Gauss-Kruger zone 39,2725,projected,4530,,4214,16299,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 117E (code 2436). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 39 (code 2363).,EPSG,EPSG,2002-06-22,,1,0
-2416,Beijing 1954 / 3-degree Gauss-Kruger zone 40,2726,projected,4530,,4214,16070,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 120E (code 2437). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 40 (code 2364).,EPSG,EPSG,2002-06-22,,1,0
-2417,Beijing 1954 / 3-degree Gauss-Kruger zone 41,2727,projected,4530,,4214,16071,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 123E (code 2438). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 41 (code 2365).,EPSG,EPSG,2002-06-22,,1,0
-2418,Beijing 1954 / 3-degree Gauss-Kruger zone 42,2728,projected,4530,,4214,16072,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 126E (code 2439). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 42 (code 2366).,EPSG,EPSG,2002-06-22,,1,0
-2419,Beijing 1954 / 3-degree Gauss-Kruger zone 43,2729,projected,4530,,4214,16073,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 129E (code 2440). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 43 (code 2367).,EPSG,EPSG,2002-06-22,,1,0
-2420,Beijing 1954 / 3-degree Gauss-Kruger zone 44,2730,projected,4530,,4214,16074,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 132E (code 2441). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 44 (code 2368).,EPSG,EPSG,2002-06-22,,1,0
-2421,Beijing 1954 / 3-degree Gauss-Kruger zone 45,2731,projected,4530,,4214,16075,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 135E (code 2442). Superseded by Xian 1980 / 3-degree Gauss-Kruger zone 45 (code 2369).,EPSG,EPSG,2002-06-22,,1,0
-2422,Beijing 1954 / 3-degree Gauss-Kruger CM 75E,2711,projected,4530,,4214,16385,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 25 (code 2401). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 75E (code 2370).,EPSG,EPSG,2002-06-22,,1,0
-2423,Beijing 1954 / 3-degree Gauss-Kruger CM 78E,2712,projected,4530,,4214,16386,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 26 (code 2402). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 78E (code 2371).,EPSG,EPSG,2002-06-22,,1,0
-2424,Beijing 1954 / 3-degree Gauss-Kruger CM 81E,2713,projected,4530,,4214,16387,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 27 (code 2403). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 81E (code 2372).,EPSG,EPSG,2002-06-22,,1,0
-2425,Beijing 1954 / 3-degree Gauss-Kruger CM 84E,2714,projected,4530,,4214,16388,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 28 (code 2404). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 84E (code 2373).,EPSG,EPSG,2002-06-22,,1,0
-2426,Beijing 1954 / 3-degree Gauss-Kruger CM 87E,2715,projected,4530,,4214,16389,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 29 (code 2405). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 87E (code 2374).,EPSG,EPSG,2002-06-22,,1,0
-2427,Beijing 1954 / 3-degree Gauss-Kruger CM 90E,2716,projected,4530,,4214,16390,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 30 (code 2406). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 90E (code 2375).,EPSG,EPSG,2002-06-22,,1,0
-2428,Beijing 1954 / 3-degree Gauss-Kruger CM 93E,2717,projected,4530,,4214,16391,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 31 (code 2407). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 93E (code 2376).,EPSG,EPSG,2002-06-22,,1,0
-2429,Beijing 1954 / 3-degree Gauss-Kruger CM 96E,2718,projected,4530,,4214,16392,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 32 (code 2408). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 96E (code 2377).,EPSG,EPSG,2002-06-22,,1,0
-2430,Beijing 1954 / 3-degree Gauss-Kruger CM 99E,2719,projected,4530,,4214,16393,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 33 (code 2409). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 99E (code 2378).,EPSG,EPSG,2002-06-22,,1,0
-2431,Beijing 1954 / 3-degree Gauss-Kruger CM 102E,2720,projected,4530,,4214,16394,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 45 (code 2421). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 102E (code 2379).,EPSG,EPSG,2002-06-22,,1,0
-2432,Beijing 1954 / 3-degree Gauss-Kruger CM 105E,2721,projected,4530,,4214,16395,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 35 (code 2411). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 105E (code 2380).,EPSG,EPSG,2002-06-22,,1,0
-2433,Beijing 1954 / 3-degree Gauss-Kruger CM 108E,2722,projected,4530,,4214,16396,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 36 (code 2412). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 108E (code 2381).,EPSG,EPSG,2002-06-22,,1,0
-2434,Beijing 1954 / 3-degree Gauss-Kruger CM 111E,2723,projected,4530,,4214,16397,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 37 (code 2413). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 111E (code 2382).,EPSG,EPSG,2002-06-22,,1,0
-2435,Beijing 1954 / 3-degree Gauss-Kruger CM 114E,2724,projected,4530,,4214,16398,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 38 (code 2414). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 114E (code 2383).,EPSG,EPSG,2002-06-22,,1,0
-2436,Beijing 1954 / 3-degree Gauss-Kruger CM 117E,2725,projected,4530,,4214,16399,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 39 (code 2415). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 117E (code 2384).,EPSG,EPSG,2002-06-22,,1,0
-2437,Beijing 1954 / 3-degree Gauss-Kruger CM 120E,2726,projected,4530,,4214,16170,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 40 (code 2416). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 120E (code 2385).,EPSG,EPSG,2002-06-22,,1,0
-2438,Beijing 1954 / 3-degree Gauss-Kruger CM 123E,2727,projected,4530,,4214,16171,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 41 (code 2417). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 123E (code 2386).,EPSG,EPSG,2002-06-22,,1,0
-2439,Beijing 1954 / 3-degree Gauss-Kruger CM 126E,2728,projected,4530,,4214,16172,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 42 (code 2418). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 126E (code 2387).,EPSG,EPSG,2002-06-22,,1,0
-2440,Beijing 1954 / 3-degree Gauss-Kruger CM 129E,2729,projected,4530,,4214,16173,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 43 (code 2419). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 129E (code 2388).,EPSG,EPSG,2002-06-22,,1,0
-2441,Beijing 1954 / 3-degree Gauss-Kruger CM 132E,2730,projected,4530,,4214,16174,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 44 (code 2420). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 132E (code 2389).,EPSG,EPSG,2002-06-22,,1,0
-2442,Beijing 1954 / 3-degree Gauss-Kruger CM 135E,2731,projected,4530,,4214,16175,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 45 (code 2421). Superseded by Xian 1980 / 3-degree Gauss-Kruger CM 135E (code 2390).,EPSG,EPSG,2002-06-22,,1,0
-2443,JGD2000 / Japan Plane Rectangular CS I,1854,projected,4530,,4612,17801,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS I (code 30161).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2444,JGD2000 / Japan Plane Rectangular CS II,1855,projected,4530,,4612,17802,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS II (code 30162).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2445,JGD2000 / Japan Plane Rectangular CS III,1856,projected,4530,,4612,17803,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS III (code 30163).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2446,JGD2000 / Japan Plane Rectangular CS IV,1857,projected,4530,,4612,17804,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS IV (code 30164).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2447,JGD2000 / Japan Plane Rectangular CS V,1858,projected,4530,,4612,17805,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS V (code 30165).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2448,JGD2000 / Japan Plane Rectangular CS VI,1859,projected,4530,,4612,17806,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS VI (code 30166).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2449,JGD2000 / Japan Plane Rectangular CS VII,1860,projected,4530,,4612,17807,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS VII (code 30167).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2450,JGD2000 / Japan Plane Rectangular CS VIII,1861,projected,4530,,4612,17808,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS VIII (code 30168).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2451,JGD2000 / Japan Plane Rectangular CS IX,1862,projected,4530,,4612,17809,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS IX (code 30169).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2452,JGD2000 / Japan Plane Rectangular CS X,1863,projected,4530,,4612,17810,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS X (code 30170).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2453,JGD2000 / Japan Plane Rectangular CS XI,1864,projected,4530,,4612,17811,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS XI (code 30171).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2454,JGD2000 / Japan Plane Rectangular CS XII,1865,projected,4530,,4612,17812,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS XII (code 30172).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2455,JGD2000 / Japan Plane Rectangular CS XIII,1866,projected,4530,,4612,17813,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS XIII (code 30173).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2456,JGD2000 / Japan Plane Rectangular CS XIV,1867,projected,4530,,4612,17814,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS XIV (code 30174).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2457,JGD2000 / Japan Plane Rectangular CS XV,1868,projected,4530,,4612,17815,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS XV (code 30175).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2458,JGD2000 / Japan Plane Rectangular CS XVI,1869,projected,4530,,4612,17816,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS XVI (code 30176).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2459,JGD2000 / Japan Plane Rectangular CS XVII,1870,projected,4530,,4612,17817,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS XVII (code 30177).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2460,JGD2000 / Japan Plane Rectangular CS XVIII,1871,projected,4530,,4612,17818,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS XVIII (code 30178).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
-2461,JGD2000 / Japan Plane Rectangular CS XIX,1872,projected,4530,,4612,17819,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Tokyo / Japan Plane Rectangular CS XIX (code 30179).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2401,Beijing 1954 / 3-degree Gauss-Kruger zone 25,2711,projected,4530,,4214,16285,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 75E (code 2422). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 25 (code 2349).,EPSG,EPSG,2002-06-22,,1,0
+2402,Beijing 1954 / 3-degree Gauss-Kruger zone 26,2712,projected,4530,,4214,16286,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 78E (code 2423). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 26 (code 2350).,EPSG,EPSG,2002-06-22,,1,0
+2403,Beijing 1954 / 3-degree Gauss-Kruger zone 27,2713,projected,4530,,4214,16287,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 81E (code 2424). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 27 (code 2351).,EPSG,EPSG,2002-06-22,,1,0
+2404,Beijing 1954 / 3-degree Gauss-Kruger zone 28,2714,projected,4530,,4214,16288,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 84E (code 2425). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 28 (code 2352).,EPSG,EPSG,2002-06-22,,1,0
+2405,Beijing 1954 / 3-degree Gauss-Kruger zone 29,2715,projected,4530,,4214,16289,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 87E (code 2426). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 29 (code 2353).,EPSG,EPSG,2002-06-22,,1,0
+2406,Beijing 1954 / 3-degree Gauss-Kruger zone 30,2716,projected,4530,,4214,16290,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 90E (code 2427). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 30 (code 2354).,EPSG,EPSG,2002-06-22,,1,0
+2407,Beijing 1954 / 3-degree Gauss-Kruger zone 31,2717,projected,4530,,4214,16291,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 93E (code 2428). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 31 (code 2355).,EPSG,EPSG,2002-06-22,,1,0
+2408,Beijing 1954 / 3-degree Gauss-Kruger zone 32,2718,projected,4530,,4214,16292,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 96E (code 2429). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 32 (code 2356).,EPSG,EPSG,2002-06-22,,1,0
+2409,Beijing 1954 / 3-degree Gauss-Kruger zone 33,2719,projected,4530,,4214,16293,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 99E (code 2430). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 33 (code 2357).,EPSG,EPSG,2002-06-22,,1,0
+2410,Beijing 1954 / 3-degree Gauss-Kruger zone 34,2720,projected,4530,,4214,16294,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 102E (code 2431). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 34 (code 2358).,EPSG,EPSG,2002-06-22,,1,0
+2411,Beijing 1954 / 3-degree Gauss-Kruger zone 35,2721,projected,4530,,4214,16295,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 105E (code 2432). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 35 (code 2359).,EPSG,EPSG,2002-06-22,,1,0
+2412,Beijing 1954 / 3-degree Gauss-Kruger zone 36,2722,projected,4530,,4214,16296,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 108E (code 2433). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 36 (code 2360).,EPSG,EPSG,2002-06-22,,1,0
+2413,Beijing 1954 / 3-degree Gauss-Kruger zone 37,2723,projected,4530,,4214,16297,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 111E (code 2434). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 37 (code 2361).,EPSG,EPSG,2002-06-22,,1,0
+2414,Beijing 1954 / 3-degree Gauss-Kruger zone 38,2724,projected,4530,,4214,16298,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 114E (code 2435). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 38 (code 2362).,EPSG,EPSG,2002-06-22,,1,0
+2415,Beijing 1954 / 3-degree Gauss-Kruger zone 39,2725,projected,4530,,4214,16299,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 117E (code 2436). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 39 (code 2363).,EPSG,EPSG,2002-06-22,,1,0
+2416,Beijing 1954 / 3-degree Gauss-Kruger zone 40,2726,projected,4530,,4214,16070,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 120E (code 2437). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 40 (code 2364).,EPSG,EPSG,2002-06-22,,1,0
+2417,Beijing 1954 / 3-degree Gauss-Kruger zone 41,2727,projected,4530,,4214,16071,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 123E (code 2438). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 41 (code 2365).,EPSG,EPSG,2002-06-22,,1,0
+2418,Beijing 1954 / 3-degree Gauss-Kruger zone 42,2728,projected,4530,,4214,16072,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 126E (code 2439). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 42 (code 2366).,EPSG,EPSG,2002-06-22,,1,0
+2419,Beijing 1954 / 3-degree Gauss-Kruger zone 43,2729,projected,4530,,4214,16073,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 129E (code 2440). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 43 (code 2367).,EPSG,EPSG,2002-06-22,,1,0
+2420,Beijing 1954 / 3-degree Gauss-Kruger zone 44,2730,projected,4530,,4214,16074,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 132E (code 2441). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 44 (code 2368).,EPSG,EPSG,2002-06-22,,1,0
+2421,Beijing 1954 / 3-degree Gauss-Kruger zone 45,2731,projected,4530,,4214,16075,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Beijing 1954 / 3-degree Gauss-Kruger CM 135E (code 2442). Replaced by Xian 1980 / 3-degree Gauss-Kruger zone 45 (code 2369).,EPSG,EPSG,2002-06-22,,1,0
+2422,Beijing 1954 / 3-degree Gauss-Kruger CM 75E,2711,projected,4530,,4214,16313,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 25 (code 2401). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 75E (code 2370).,EPSG,EPSG,2006-07-22,2006.592,1,0
+2423,Beijing 1954 / 3-degree Gauss-Kruger CM 78E,2712,projected,4530,,4214,16386,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 26 (code 2402). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 78E (code 2371).,EPSG,EPSG,2002-06-22,,1,0
+2424,Beijing 1954 / 3-degree Gauss-Kruger CM 81E,2713,projected,4530,,4214,16314,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 27 (code 2403). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 81E (code 2372).,EPSG,EPSG,2006-07-22,2006.592,1,0
+2425,Beijing 1954 / 3-degree Gauss-Kruger CM 84E,2714,projected,4530,,4214,16388,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 28 (code 2404). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 84E (code 2373).,EPSG,EPSG,2002-06-22,,1,0
+2426,Beijing 1954 / 3-degree Gauss-Kruger CM 87E,2715,projected,4530,,4214,16315,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 29 (code 2405). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 87E (code 2374).,EPSG,EPSG,2006-07-22,2006.592,1,0
+2427,Beijing 1954 / 3-degree Gauss-Kruger CM 90E,2716,projected,4530,,4214,16390,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 30 (code 2406). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 90E (code 2375).,EPSG,EPSG,2002-06-22,,1,0
+2428,Beijing 1954 / 3-degree Gauss-Kruger CM 93E,2717,projected,4530,,4214,16316,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 31 (code 2407). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 93E (code 2376).,EPSG,EPSG,2006-07-22,2006.592,1,0
+2429,Beijing 1954 / 3-degree Gauss-Kruger CM 96E,2718,projected,4530,,4214,16392,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 32 (code 2408). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 96E (code 2377).,EPSG,EPSG,2002-06-22,,1,0
+2430,Beijing 1954 / 3-degree Gauss-Kruger CM 99E,2719,projected,4530,,4214,16317,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 33 (code 2409). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 99E (code 2378).,EPSG,EPSG,2006-07-22,2006.592,1,0
+2431,Beijing 1954 / 3-degree Gauss-Kruger CM 102E,2720,projected,4530,,4214,16394,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 45 (code 2421). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 102E (code 2379).,EPSG,EPSG,2002-06-22,,1,0
+2432,Beijing 1954 / 3-degree Gauss-Kruger CM 105E,2721,projected,4530,,4214,16318,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 35 (code 2411). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 105E (code 2380).,EPSG,EPSG,2006-07-22,2006.592,1,0
+2433,Beijing 1954 / 3-degree Gauss-Kruger CM 108E,2722,projected,4530,,4214,16396,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 36 (code 2412). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 108E (code 2381).,EPSG,EPSG,2002-06-22,,1,0
+2434,Beijing 1954 / 3-degree Gauss-Kruger CM 111E,2723,projected,4530,,4214,16319,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 37 (code 2413). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 111E (code 2382).,EPSG,EPSG,2006-07-22,2006.592,1,0
+2435,Beijing 1954 / 3-degree Gauss-Kruger CM 114E,2724,projected,4530,,4214,16398,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 38 (code 2414). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 114E (code 2383).,EPSG,EPSG,2002-06-22,,1,0
+2436,Beijing 1954 / 3-degree Gauss-Kruger CM 117E,2725,projected,4530,,4214,16320,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 39 (code 2415). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 117E (code 2384).,EPSG,EPSG,2006-07-22,2006.592,1,0
+2437,Beijing 1954 / 3-degree Gauss-Kruger CM 120E,2726,projected,4530,,4214,16170,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 40 (code 2416). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 120E (code 2385).,EPSG,EPSG,2002-06-22,,1,0
+2438,Beijing 1954 / 3-degree Gauss-Kruger CM 123E,2727,projected,4530,,4214,16321,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 41 (code 2417). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 123E (code 2386).,EPSG,EPSG,2006-07-22,2006.592,1,0
+2439,Beijing 1954 / 3-degree Gauss-Kruger CM 126E,2728,projected,4530,,4214,16172,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 42 (code 2418). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 126E (code 2387).,EPSG,EPSG,2002-06-22,,1,0
+2440,Beijing 1954 / 3-degree Gauss-Kruger CM 129E,2729,projected,4530,,4214,16322,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 43 (code 2419). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 129E (code 2388).,EPSG,EPSG,2006-07-22,2006.592,1,0
+2441,Beijing 1954 / 3-degree Gauss-Kruger CM 132E,2730,projected,4530,,4214,16174,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 44 (code 2420). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 132E (code 2389).,EPSG,EPSG,2002-06-22,,1,0
+2442,Beijing 1954 / 3-degree Gauss-Kruger CM 135E,2731,projected,4530,,4214,16323,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Beijing 1954 / 3-degree Gauss-Kruger zone 45 (code 2421). Replaced by Xian 1980 / 3-degree Gauss-Kruger CM 135E (code 2390).,EPSG,EPSG,2006-07-22,2006.592,1,0
+2443,JGD2000 / Japan Plane Rectangular CS I,1854,projected,4530,,4612,17801,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS I (code 30161).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2444,JGD2000 / Japan Plane Rectangular CS II,1855,projected,4530,,4612,17802,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS II (code 30162).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2445,JGD2000 / Japan Plane Rectangular CS III,1856,projected,4530,,4612,17803,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS III (code 30163).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2446,JGD2000 / Japan Plane Rectangular CS IV,1857,projected,4530,,4612,17804,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS IV (code 30164).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2447,JGD2000 / Japan Plane Rectangular CS V,1858,projected,4530,,4612,17805,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS V (code 30165).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2448,JGD2000 / Japan Plane Rectangular CS VI,1859,projected,4530,,4612,17806,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS VI (code 30166).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2449,JGD2000 / Japan Plane Rectangular CS VII,1860,projected,4530,,4612,17807,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS VII (code 30167).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2450,JGD2000 / Japan Plane Rectangular CS VIII,1861,projected,4530,,4612,17808,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS VIII (code 30168).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2451,JGD2000 / Japan Plane Rectangular CS IX,1862,projected,4530,,4612,17809,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS IX (code 30169).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2452,JGD2000 / Japan Plane Rectangular CS X,1863,projected,4530,,4612,17810,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS X (code 30170).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2453,JGD2000 / Japan Plane Rectangular CS XI,1864,projected,4530,,4612,17811,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS XI (code 30171).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2454,JGD2000 / Japan Plane Rectangular CS XII,1865,projected,4530,,4612,17812,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS XII (code 30172).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2455,JGD2000 / Japan Plane Rectangular CS XIII,1866,projected,4530,,4612,17813,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS XIII (code 30173).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2456,JGD2000 / Japan Plane Rectangular CS XIV,1867,projected,4530,,4612,17814,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS XIV (code 30174).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2457,JGD2000 / Japan Plane Rectangular CS XV,1868,projected,4530,,4612,17815,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS XV (code 30175).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2458,JGD2000 / Japan Plane Rectangular CS XVI,1869,projected,4530,,4612,17816,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS XVI (code 30176).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2459,JGD2000 / Japan Plane Rectangular CS XVII,1870,projected,4530,,4612,17817,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS XVII (code 30177).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2460,JGD2000 / Japan Plane Rectangular CS XVIII,1871,projected,4530,,4612,17818,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS XVIII (code 30178).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
+2461,JGD2000 / Japan Plane Rectangular CS XIX,1872,projected,4530,,4612,17819,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Tokyo / Japan Plane Rectangular CS XIX (code 30179).,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,,1,0
 2462,Albanian 1987 / Gauss-Kruger zone 4,1025,projected,4530,,4191,16204,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.",,EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
 2463,Pulkovo 1995 / Gauss-Kruger CM 21E,1763,projected,4530,,4200,16304,,,Medium scale topographic mapping.,Truncated form of Pulkovo 1995 / Gauss-Kruger zone 4 (code 20004).,"""Main Terms of Reference for the State Geodetic Network""; Federal Geodetic Service of Russia; 1994",EPSG,1996-09-12,,1,0
 2464,Pulkovo 1995 / Gauss-Kruger CM 27E,1764,projected,4530,,4200,16305,,,Medium scale topographic mapping.,Truncated form of Pulkovo 1995 / Gauss-Kruger zone 5 (code 20005).,"""Main Terms of Reference for the State Geodetic Network""; Federal Geodetic Service of Russia; 1994",EPSG,2002-06-22,,1,0
@@ -578,69 +579,69 @@
 2574,Pulkovo 1942 / 3-degree Gauss-Kruger zone 57,2703,projected,4530,,4284,16087,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1942 / 3-degree Gauss-Kruger CM 171E (code 2633).,EPSG,EPSG,2002-06-22,,1,0
 2575,Pulkovo 1942 / 3-degree Gauss-Kruger zone 58,2704,projected,4530,,4284,16088,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1942 / 3-degree Gauss-Kruger CM 174E (code 2634).,EPSG,EPSG,2002-06-22,,1,0
 2576,Pulkovo 1942 / 3-degree Gauss-Kruger zone 59,2705,projected,4530,,4284,16089,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1942 / 3-degree Gauss-Kruger CM 177E (code 2635).,EPSG,EPSG,2002-06-22,,1,0
-2577,Pulkovo 1942 / 3-degree Gauss-Kruger zone 60,2706,projected,4530,,4284,16090,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1942 / 3-degree Gauss-Kruger CM 180E (code 2636).,EPSG,EPSG,2002-06-22,,1,0
+2577,Pulkovo 1942 / 3-degree Gauss-Kruger zone 60,2706,projected,4530,,4284,16090,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1942 / 3-degree Gauss-Kruger CM 180E (code 2636).,EPSG,EPSG,2002-06-22,,1,1
 2578,Pulkovo 1942 / 3-degree Gauss-Kruger zone 61,2707,projected,4530,,4284,16091,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1942 / 3-degree Gauss-Kruger CM 177W (code 2637).,EPSG,EPSG,2002-06-22,,1,0
 2579,Pulkovo 1942 / 3-degree Gauss-Kruger zone 62,2708,projected,4530,,4284,16092,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1942 / 3-degree Gauss-Kruger CM 174W (code 2638).,EPSG,EPSG,2002-06-22,,1,0
 2580,Pulkovo 1942 / 3-degree Gauss-Kruger zone 63,2709,projected,4530,,4284,16093,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1942 / 3-degree Gauss-Kruger CM 171W (code 2639).,EPSG,EPSG,2002-06-22,,1,0
 2581,Pulkovo 1942 / 3-degree Gauss-Kruger zone 64,2710,projected,4530,,4284,16094,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1942 / 3-degree Gauss-Kruger CM 168W (code 2640).,EPSG,EPSG,2002-06-22,,1,0
-2582,Pulkovo 1942 / 3-degree Gauss-Kruger CM 21E,2747,projected,4530,,4284,16367,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 7 (code 2523).,EPSG,EPSG,2002-06-22,,1,0
+2582,Pulkovo 1942 / 3-degree Gauss-Kruger CM 21E,2653,projected,4530,,4284,16304,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 7 (code 2523).,EPSG,EPSG,2006-07-22,2006.59 2006.592,1,0
 2583,Pulkovo 1942 / 3-degree Gauss-Kruger CM 24E,2654,projected,4530,,4284,16368,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 8 (code 2524).,EPSG,EPSG,2002-06-22,,1,0
-2584,Pulkovo 1942 / 3-degree Gauss-Kruger CM 27E,2655,projected,4530,,4284,16369,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 9 (code 2525).,EPSG,EPSG,2002-06-22,,1,0
+2584,Pulkovo 1942 / 3-degree Gauss-Kruger CM 27E,2655,projected,4530,,4284,16305,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 9 (code 2525).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2585,Pulkovo 1942 / 3-degree Gauss-Kruger CM 30E,2656,projected,4530,,4284,16370,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 10 (code 2526).,EPSG,EPSG,2002-06-22,,1,0
-2586,Pulkovo 1942 / 3-degree Gauss-Kruger CM 33E,2657,projected,4530,,4284,16371,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 11 (code 2527).,EPSG,EPSG,2002-06-22,,1,0
+2586,Pulkovo 1942 / 3-degree Gauss-Kruger CM 33E,2657,projected,4530,,4284,16306,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 11 (code 2527).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2587,Pulkovo 1942 / 3-degree Gauss-Kruger CM 36E,2658,projected,4530,,4284,16372,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 12 (code 2528).,EPSG,EPSG,2002-06-22,,1,0
-2588,Pulkovo 1942 / 3-degree Gauss-Kruger CM 39E,2659,projected,4530,,4284,16373,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 13 (code 2529).,EPSG,EPSG,2002-06-22,,1,0
+2588,Pulkovo 1942 / 3-degree Gauss-Kruger CM 39E,2659,projected,4530,,4284,16307,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 13 (code 2529).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2589,Pulkovo 1942 / 3-degree Gauss-Kruger CM 42E,2660,projected,4530,,4284,16374,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 14 (code 2530).,EPSG,EPSG,2002-06-22,,1,0
-2590,Pulkovo 1942 / 3-degree Gauss-Kruger CM 45E,2661,projected,4530,,4284,16375,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 15 (code 2531).,EPSG,EPSG,2002-06-22,,1,0
+2590,Pulkovo 1942 / 3-degree Gauss-Kruger CM 45E,2661,projected,4530,,4284,16308,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 15 (code 2531).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2591,Pulkovo 1942 / 3-degree Gauss-Kruger CM 48E,2662,projected,4530,,4284,16376,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 16 (code 2532).,EPSG,EPSG,2002-06-22,,1,0
-2592,Pulkovo 1942 / 3-degree Gauss-Kruger CM 51E,2663,projected,4530,,4284,16377,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 17 (code 2533).,EPSG,EPSG,2002-06-22,,1,0
+2592,Pulkovo 1942 / 3-degree Gauss-Kruger CM 51E,2663,projected,4530,,4284,16309,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 17 (code 2533).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2593,Pulkovo 1942 / 3-degree Gauss-Kruger CM 54E,2664,projected,4530,,4284,16378,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 18 (code 2534).,EPSG,EPSG,2002-06-22,,1,0
-2594,Pulkovo 1942 / 3-degree Gauss-Kruger CM 57E,2665,projected,4530,,4284,16379,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 19 (code 2535).,EPSG,EPSG,2002-06-22,,1,0
+2594,Pulkovo 1942 / 3-degree Gauss-Kruger CM 57E,2665,projected,4530,,4284,16310,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 19 (code 2535).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2595,Pulkovo 1942 / 3-degree Gauss-Kruger CM 60E,2666,projected,4530,,4284,16380,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 20 (code 2536).,EPSG,EPSG,2002-06-22,,1,0
-2596,Pulkovo 1942 / 3-degree Gauss-Kruger CM 63E,2667,projected,4530,,4284,16381,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 21 (code 2537).,EPSG,EPSG,2002-06-22,,1,0
+2596,Pulkovo 1942 / 3-degree Gauss-Kruger CM 63E,2667,projected,4530,,4284,16311,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 21 (code 2537).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2597,Pulkovo 1942 / 3-degree Gauss-Kruger CM 66E,2668,projected,4530,,4284,16382,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 22 (code 2538).,EPSG,EPSG,2002-06-22,,1,0
-2598,Pulkovo 1942 / 3-degree Gauss-Kruger CM 69E,2669,projected,4530,,4284,16383,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 23 (code 2539).,EPSG,EPSG,2002-06-22,,1,0
+2598,Pulkovo 1942 / 3-degree Gauss-Kruger CM 69E,2669,projected,4530,,4284,16312,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 23 (code 2539).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2599,Pulkovo 1942 / 3-degree Gauss-Kruger CM 72E,2670,projected,4530,,4284,16384,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 24 (code 2540).,EPSG,EPSG,2002-06-22,,1,0
 2600,Lietuvos Koordinoei Sistema 1994,1145,projected,4530,,4669,19934,,,Large and medium scale topographic mapping and engineering survey.,LKS94 / TM Baltic (CRS code 25884) used for medium and small scale applications.,,EPSG,2005-05-27,2004.55 2005.18,1,1
-2601,Pulkovo 1942 / 3-degree Gauss-Kruger CM 75E,2671,projected,4530,,4284,16385,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 25 (code 2541).,EPSG,EPSG,2002-06-22,,1,0
+2601,Pulkovo 1942 / 3-degree Gauss-Kruger CM 75E,2671,projected,4530,,4284,16313,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 25 (code 2541).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2602,Pulkovo 1942 / 3-degree Gauss-Kruger CM 78E,2672,projected,4530,,4284,16386,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 26 (code 2542).,EPSG,EPSG,2002-06-22,,1,0
-2603,Pulkovo 1942 / 3-degree Gauss-Kruger CM 81E,2673,projected,4530,,4284,16387,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 27 (code 2543).,EPSG,EPSG,2002-06-22,,1,0
+2603,Pulkovo 1942 / 3-degree Gauss-Kruger CM 81E,2673,projected,4530,,4284,16314,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 27 (code 2543).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2604,Pulkovo 1942 / 3-degree Gauss-Kruger CM 84E,2674,projected,4530,,4284,16388,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 28 (code 2544).,EPSG,EPSG,2002-06-22,,1,0
-2605,Pulkovo 1942 / 3-degree Gauss-Kruger CM 87E,2675,projected,4530,,4284,16389,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 29 (code 2545).,EPSG,EPSG,2002-06-22,,1,0
+2605,Pulkovo 1942 / 3-degree Gauss-Kruger CM 87E,2675,projected,4530,,4284,16315,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 29 (code 2545).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2606,Pulkovo 1942 / 3-degree Gauss-Kruger CM 90E,2676,projected,4530,,4284,16390,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 30 (code 2546).,EPSG,EPSG,2002-06-22,,1,0
-2607,Pulkovo 1942 / 3-degree Gauss-Kruger CM 93E,2677,projected,4530,,4284,16391,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 31 (code 2547).,EPSG,EPSG,2002-06-22,,1,0
+2607,Pulkovo 1942 / 3-degree Gauss-Kruger CM 93E,2677,projected,4530,,4284,16316,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 31 (code 2547).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2608,Pulkovo 1942 / 3-degree Gauss-Kruger CM 96E,2678,projected,4530,,4284,16392,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 32 (code 2548).,EPSG,EPSG,2002-06-22,,1,0
-2609,Pulkovo 1942 / 3-degree Gauss-Kruger CM 99E,2679,projected,4530,,4284,16393,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 33 (code 2549).,EPSG,EPSG,2002-06-22,,1,0
+2609,Pulkovo 1942 / 3-degree Gauss-Kruger CM 99E,2679,projected,4530,,4284,16317,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 33 (code 2549).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2610,Pulkovo 1942 / 3-degree Gauss-Kruger CM 102E,2680,projected,4530,,4284,16394,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 34 (code 2551).,EPSG,EPSG,2002-06-22,,1,0
-2611,Pulkovo 1942 / 3-degree Gauss-Kruger CM 105E,2681,projected,4530,,4284,16395,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 35 (code 2552).,EPSG,EPSG,2002-06-22,,1,0
+2611,Pulkovo 1942 / 3-degree Gauss-Kruger CM 105E,2681,projected,4530,,4284,16318,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 35 (code 2552).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2612,Pulkovo 1942 / 3-degree Gauss-Kruger CM 108E,2682,projected,4530,,4284,16396,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 36 (code 2553).,EPSG,EPSG,2002-06-22,,1,0
-2613,Pulkovo 1942 / 3-degree Gauss-Kruger CM 111E,2683,projected,4530,,4284,16397,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 37 (code 2554).,EPSG,EPSG,2002-06-22,,1,0
+2613,Pulkovo 1942 / 3-degree Gauss-Kruger CM 111E,2683,projected,4530,,4284,16319,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 37 (code 2554).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2614,Pulkovo 1942 / 3-degree Gauss-Kruger CM 114E,2684,projected,4530,,4284,16398,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 38 (code 2555).,EPSG,EPSG,2002-06-22,,1,0
-2615,Pulkovo 1942 / 3-degree Gauss-Kruger CM 117E,2685,projected,4530,,4284,16399,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 39 (code 2556).,EPSG,EPSG,2002-06-22,,1,0
+2615,Pulkovo 1942 / 3-degree Gauss-Kruger CM 117E,2685,projected,4530,,4284,16320,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 39 (code 2556).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2616,Pulkovo 1942 / 3-degree Gauss-Kruger CM 120E,2686,projected,4530,,4284,16170,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 40 (code 2557).,EPSG,EPSG,2002-06-22,,1,0
-2617,Pulkovo 1942 / 3-degree Gauss-Kruger CM 123E,2687,projected,4530,,4284,16171,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 41 (code 2558).,EPSG,EPSG,2002-06-22,,1,0
+2617,Pulkovo 1942 / 3-degree Gauss-Kruger CM 123E,2687,projected,4530,,4284,16321,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 41 (code 2558).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2618,Pulkovo 1942 / 3-degree Gauss-Kruger CM 126E,2688,projected,4530,,4284,16172,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 42 (code 2559).,EPSG,EPSG,2002-06-22,,1,0
-2619,Pulkovo 1942 / 3-degree Gauss-Kruger CM 129E,2689,projected,4530,,4284,16173,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 43 (code 2560).,EPSG,EPSG,2002-06-22,,1,0
+2619,Pulkovo 1942 / 3-degree Gauss-Kruger CM 129E,2689,projected,4530,,4284,16322,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 43 (code 2560).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2620,Pulkovo 1942 / 3-degree Gauss-Kruger CM 132E,2690,projected,4530,,4284,16174,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 44 (code 2561).,EPSG,EPSG,2002-06-22,,1,0
-2621,Pulkovo 1942 / 3-degree Gauss-Kruger CM 135E,2691,projected,4530,,4284,16175,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 45 (code 2562).,EPSG,EPSG,2002-06-22,,1,0
+2621,Pulkovo 1942 / 3-degree Gauss-Kruger CM 135E,2691,projected,4530,,4284,16323,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 45 (code 2562).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2622,Pulkovo 1942 / 3-degree Gauss-Kruger CM 138E,2692,projected,4530,,4284,16176,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 46 (code 2563).,EPSG,EPSG,2002-06-22,,1,0
-2623,Pulkovo 1942 / 3-degree Gauss-Kruger CM 141E,2693,projected,4530,,4284,16177,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 47 (code 2564).,EPSG,EPSG,2002-06-22,,1,0
+2623,Pulkovo 1942 / 3-degree Gauss-Kruger CM 141E,2693,projected,4530,,4284,16324,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 47 (code 2564).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2624,Pulkovo 1942 / 3-degree Gauss-Kruger CM 144E,2694,projected,4530,,4284,16178,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 48 (code 2565).,EPSG,EPSG,2002-06-22,,1,0
-2625,Pulkovo 1942 / 3-degree Gauss-Kruger CM 147E,2695,projected,4530,,4284,16179,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 49 (code 2566).,EPSG,EPSG,2002-06-22,,1,0
+2625,Pulkovo 1942 / 3-degree Gauss-Kruger CM 147E,2695,projected,4530,,4284,16325,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 49 (code 2566).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2626,Pulkovo 1942 / 3-degree Gauss-Kruger CM 150E,2696,projected,4530,,4284,16180,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 50 (code 2567).,EPSG,EPSG,2002-06-22,,1,0
-2627,Pulkovo 1942 / 3-degree Gauss-Kruger CM 153E,2697,projected,4530,,4284,16181,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 51 (code 2568).,EPSG,EPSG,2002-06-22,,1,0
+2627,Pulkovo 1942 / 3-degree Gauss-Kruger CM 153E,2697,projected,4530,,4284,16326,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 51 (code 2568).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2628,Pulkovo 1942 / 3-degree Gauss-Kruger CM 156E,2698,projected,4530,,4284,16182,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 52 (code 2569).,EPSG,EPSG,2002-06-22,,1,0
-2629,Pulkovo 1942 / 3-degree Gauss-Kruger CM 159E,2699,projected,4530,,4284,16183,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 53 (code 2570).,EPSG,EPSG,2002-06-22,,1,0
+2629,Pulkovo 1942 / 3-degree Gauss-Kruger CM 159E,2699,projected,4530,,4284,16327,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 53 (code 2570).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2630,Pulkovo 1942 / 3-degree Gauss-Kruger CM 162E,2700,projected,4530,,4284,16184,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 54 (code 2571).,EPSG,EPSG,2002-06-22,,1,0
-2631,Pulkovo 1942 / 3-degree Gauss-Kruger CM 165E,2701,projected,4530,,4284,16185,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 55 (code 2572).,EPSG,EPSG,2002-06-22,,1,0
+2631,Pulkovo 1942 / 3-degree Gauss-Kruger CM 165E,2701,projected,4530,,4284,16328,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 55 (code 2572).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2632,Pulkovo 1942 / 3-degree Gauss-Kruger CM 168E,2702,projected,4530,,4284,16186,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 56 (code 2573).,EPSG,EPSG,2002-06-22,,1,0
-2633,Pulkovo 1942 / 3-degree Gauss-Kruger CM 171E,2703,projected,4530,,4284,16187,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 57 (code 2574).,EPSG,EPSG,2002-06-22,,1,0
+2633,Pulkovo 1942 / 3-degree Gauss-Kruger CM 171E,2703,projected,4530,,4284,16329,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 57 (code 2574).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2634,Pulkovo 1942 / 3-degree Gauss-Kruger CM 174E,2704,projected,4530,,4284,16188,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 58 (code 2575).,EPSG,EPSG,2002-06-22,,1,0
-2635,Pulkovo 1942 / 3-degree Gauss-Kruger CM 177E,2705,projected,4530,,4284,16189,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 59 (code 2576).,EPSG,EPSG,2002-06-22,,1,0
-2636,Pulkovo 1942 / 3-degree Gauss-Kruger CM 180E,2706,projected,4530,,4284,16190,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 60 (code 2577).,EPSG,EPSG,2002-06-22,,1,0
-2637,Pulkovo 1942 / 3-degree Gauss-Kruger CM 177W,2707,projected,4530,,4284,16191,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 61 (code 2578).,EPSG,EPSG,2002-06-22,,1,0
+2635,Pulkovo 1942 / 3-degree Gauss-Kruger CM 177E,2705,projected,4530,,4284,16330,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 59 (code 2576).,EPSG,EPSG,2006-07-22,2006.592,1,0
+2636,Pulkovo 1942 / 3-degree Gauss-Kruger CM 180E,2706,projected,4530,,4284,16190,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 60 (code 3389).,EPSG,EPSG,2006-06-02,2006.37,1,0
+2637,Pulkovo 1942 / 3-degree Gauss-Kruger CM 177W,2707,projected,4530,,4284,16331,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 61 (code 2578).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2638,Pulkovo 1942 / 3-degree Gauss-Kruger CM 174W,2708,projected,4530,,4284,16192,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 62 (code 2579).,EPSG,EPSG,2002-06-22,,1,0
-2639,Pulkovo 1942 / 3-degree Gauss-Kruger CM 171W,2709,projected,4530,,4284,16193,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 63 (code 2580).,EPSG,EPSG,2002-06-22,,1,0
+2639,Pulkovo 1942 / 3-degree Gauss-Kruger CM 171W,2709,projected,4530,,4284,16332,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 63 (code 2580).,EPSG,EPSG,2006-07-22,2006.592,1,0
 2640,Pulkovo 1942 / 3-degree Gauss-Kruger CM 168W,2710,projected,4530,,4284,16194,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 64 (code 2581).,EPSG,EPSG,2002-06-22,,1,0
 2641,Pulkovo 1995 / 3-degree Gauss-Kruger zone 7,2747,projected,4530,,4200,16267,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1995 / 3-degree Gauss-Kruger CM 21E (code 2699).,EPSG,EPSG,2003-09-19,2003.31,1,0
 2642,Pulkovo 1995 / 3-degree Gauss-Kruger zone 8,2748,projected,4530,,4200,16268,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1995 / 3-degree Gauss-Kruger CM 24E (code 2700).,EPSG,EPSG,2003-09-19,2003.31,1,0
@@ -695,243 +696,245 @@
 2691,Pulkovo 1995 / 3-degree Gauss-Kruger zone 57,2703,projected,4530,,4200,16087,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1995 / 3-degree Gauss-Kruger CM 171E (code 2751).,EPSG,EPSG,2003-09-19,2003.31,1,0
 2692,Pulkovo 1995 / 3-degree Gauss-Kruger zone 58,2704,projected,4530,,4200,16088,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1995 / 3-degree Gauss-Kruger CM 174E (code 2752).,EPSG,EPSG,2003-09-19,2003.31,1,0
 2693,Pulkovo 1995 / 3-degree Gauss-Kruger zone 59,2705,projected,4530,,4200,16089,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1995 / 3-degree Gauss-Kruger CM 177E (code 2753).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2694,Pulkovo 1995 / 3-degree Gauss-Kruger zone 60,2706,projected,4530,,4200,16090,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1995 / 3-degree Gauss-Kruger CM 180E (code 2754).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2694,Pulkovo 1995 / 3-degree Gauss-Kruger zone 60,2706,projected,4530,,4200,16090,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1995 / 3-degree Gauss-Kruger CM 180E (code 2754).,EPSG,EPSG,2003-09-19,2003.31,1,1
 2695,Pulkovo 1995 / 3-degree Gauss-Kruger zone 61,2707,projected,4530,,4200,16091,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1995 / 3-degree Gauss-Kruger CM 177W (code 2755).,EPSG,EPSG,2003-09-19,2003.31,1,0
 2696,Pulkovo 1995 / 3-degree Gauss-Kruger zone 62,2708,projected,4530,,4200,16092,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1995 / 3-degree Gauss-Kruger CM 174W (code 2756).,EPSG,EPSG,2003-09-19,2003.31,1,0
 2697,Pulkovo 1995 / 3-degree Gauss-Kruger zone 63,2709,projected,4530,,4200,16093,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1995 / 3-degree Gauss-Kruger CM 171W (code 2757).,EPSG,EPSG,2003-09-19,2003.31,1,0
 2698,Pulkovo 1995 / 3-degree Gauss-Kruger zone 64,2710,projected,4530,,4200,16094,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1995 / 3-degree Gauss-Kruger CM 168W (code 2758).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2699,Pulkovo 1995 / 3-degree Gauss-Kruger CM 21E,2747,projected,4530,,4200,16367,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 7 (code 2641).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2700,Pulkovo 1995 / 3-degree Gauss-Kruger CM 24E,2654,projected,4530,,4200,16368,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 8 (code 2642).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2701,Pulkovo 1995 / 3-degree Gauss-Kruger CM 27E,2655,projected,4530,,4200,16369,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 9 (code 2643).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2702,Pulkovo 1995 / 3-degree Gauss-Kruger CM 30E,2656,projected,4530,,4200,16370,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 10 (code 2644).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2703,Pulkovo 1995 / 3-degree Gauss-Kruger CM 33E,2657,projected,4530,,4200,16371,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 11 (code 2645).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2704,Pulkovo 1995 / 3-degree Gauss-Kruger CM 36E,2658,projected,4530,,4200,16372,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 12 (code 2646).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2705,Pulkovo 1995 / 3-degree Gauss-Kruger CM 39E,2659,projected,4530,,4200,16373,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 13 (code 2647).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2706,Pulkovo 1995 / 3-degree Gauss-Kruger CM 42E,2660,projected,4530,,4200,16374,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 14 (code 2648).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2707,Pulkovo 1995 / 3-degree Gauss-Kruger CM 45E,2661,projected,4530,,4200,16375,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 15 (code 2649).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2708,Pulkovo 1995 / 3-degree Gauss-Kruger CM 48E,2662,projected,4530,,4200,16376,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 16 (code 2650).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2709,Pulkovo 1995 / 3-degree Gauss-Kruger CM 51E,2663,projected,4530,,4200,16377,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 17 (code 2651).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2710,Pulkovo 1995 / 3-degree Gauss-Kruger CM 54E,2664,projected,4530,,4200,16378,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 18 (code 2652).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2711,Pulkovo 1995 / 3-degree Gauss-Kruger CM 57E,2665,projected,4530,,4200,16379,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 19 (code 2653).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2712,Pulkovo 1995 / 3-degree Gauss-Kruger CM 60E,2666,projected,4530,,4200,16380,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 20 (code 2654).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2713,Pulkovo 1995 / 3-degree Gauss-Kruger CM 63E,2667,projected,4530,,4200,16381,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 21 (code 2655).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2714,Pulkovo 1995 / 3-degree Gauss-Kruger CM 66E,2668,projected,4530,,4200,16382,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 22 (code 2656).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2715,Pulkovo 1995 / 3-degree Gauss-Kruger CM 69E,2669,projected,4530,,4200,16383,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 23 (code 2657).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2716,Pulkovo 1995 / 3-degree Gauss-Kruger CM 72E,2670,projected,4530,,4200,16384,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 24 (code 2658).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2717,Pulkovo 1995 / 3-degree Gauss-Kruger CM 75E,2671,projected,4530,,4200,16385,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 25 (code 2659).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2718,Pulkovo 1995 / 3-degree Gauss-Kruger CM 78E,2672,projected,4530,,4200,16386,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 26 (code 2660).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2719,Pulkovo 1995 / 3-degree Gauss-Kruger CM 81E,2673,projected,4530,,4200,16387,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 27 (code 2661).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2720,Pulkovo 1995 / 3-degree Gauss-Kruger CM 84E,2674,projected,4530,,4200,16388,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 28 (code 2662).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2721,Pulkovo 1995 / 3-degree Gauss-Kruger CM 87E,2675,projected,4530,,4200,16389,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 29 (code 2663).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2699,Pulkovo 1995 / 3-degree Gauss-Kruger CM 21E,2747,projected,4530,,4200,16304,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 7 (code 2641).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
+2700,Pulkovo 1995 / 3-degree Gauss-Kruger CM 24E,2748,projected,4530,,4200,16368,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 8 (code 2642).,EPSG,EPSG,2006-07-14,2003.31 2006.591,1,0
+2701,Pulkovo 1995 / 3-degree Gauss-Kruger CM 27E,2749,projected,4530,,4200,16305,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 9 (code 2643).,EPSG,EPSG,2006-07-22,2006.592,1,0
+2702,Pulkovo 1995 / 3-degree Gauss-Kruger CM 30E,2750,projected,4530,,4200,16370,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 10 (code 2644).,EPSG,EPSG,2006-07-14,2003.31 2006.59,1,0
+2703,Pulkovo 1995 / 3-degree Gauss-Kruger CM 33E,2751,projected,4530,,4200,16306,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 11 (code 2645).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
+2704,Pulkovo 1995 / 3-degree Gauss-Kruger CM 36E,2752,projected,4530,,4200,16372,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 12 (code 2646).,EPSG,EPSG,2006-07-14,2003.31 2006.59,1,0
+2705,Pulkovo 1995 / 3-degree Gauss-Kruger CM 39E,2753,projected,4530,,4200,16307,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 13 (code 2647).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
+2706,Pulkovo 1995 / 3-degree Gauss-Kruger CM 42E,2754,projected,4530,,4200,16374,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 14 (code 2648).,EPSG,EPSG,2006-07-14,2003.31 2006.59,1,0
+2707,Pulkovo 1995 / 3-degree Gauss-Kruger CM 45E,2755,projected,4530,,4200,16308,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 15 (code 2649).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
+2708,Pulkovo 1995 / 3-degree Gauss-Kruger CM 48E,2756,projected,4530,,4200,16376,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 16 (code 2650).,EPSG,EPSG,2006-07-14,2003.31 2006.59,1,0
+2709,Pulkovo 1995 / 3-degree Gauss-Kruger CM 51E,2757,projected,4530,,4200,16309,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 17 (code 2651).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
+2710,Pulkovo 1995 / 3-degree Gauss-Kruger CM 54E,2758,projected,4530,,4200,16378,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 18 (code 2652).,EPSG,EPSG,2006-07-14,2003.31 2006.59,1,0
+2711,Pulkovo 1995 / 3-degree Gauss-Kruger CM 57E,2759,projected,4530,,4200,16310,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 19 (code 2653).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
+2712,Pulkovo 1995 / 3-degree Gauss-Kruger CM 60E,2760,projected,4530,,4200,16380,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 20 (code 2654).,EPSG,EPSG,2006-07-14,2003.31 2006.59,1,0
+2713,Pulkovo 1995 / 3-degree Gauss-Kruger CM 63E,2761,projected,4530,,4200,16311,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 21 (code 2655).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
+2714,Pulkovo 1995 / 3-degree Gauss-Kruger CM 66E,2762,projected,4530,,4200,16382,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 22 (code 2656).,EPSG,EPSG,2006-07-14,2003.31 2006.59,1,0
+2715,Pulkovo 1995 / 3-degree Gauss-Kruger CM 69E,2763,projected,4530,,4200,16312,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 23 (code 2657).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
+2716,Pulkovo 1995 / 3-degree Gauss-Kruger CM 72E,2764,projected,4530,,4200,16384,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 24 (code 2658).,EPSG,EPSG,2006-07-14,2003.31 2006.59,1,0
+2717,Pulkovo 1995 / 3-degree Gauss-Kruger CM 75E,2765,projected,4530,,4200,16313,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 25 (code 2659).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
+2718,Pulkovo 1995 / 3-degree Gauss-Kruger CM 78E,2766,projected,4530,,4200,16386,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 26 (code 2660).,EPSG,EPSG,2006-07-14,2003.31 2006.59,1,0
+2719,Pulkovo 1995 / 3-degree Gauss-Kruger CM 81E,2767,projected,4530,,4200,16314,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 27 (code 2661).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
+2720,Pulkovo 1995 / 3-degree Gauss-Kruger CM 84E,2768,projected,4530,,4200,16388,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 28 (code 2662).,EPSG,EPSG,2006-07-14,2003.31 2006.59,1,0
+2721,Pulkovo 1995 / 3-degree Gauss-Kruger CM 87E,2769,projected,4530,,4200,16315,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 29 (code 2663).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2722,Pulkovo 1995 / 3-degree Gauss-Kruger CM 90E,2676,projected,4530,,4200,16390,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 30 (code 2664).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2723,Pulkovo 1995 / 3-degree Gauss-Kruger CM 93E,2677,projected,4530,,4200,16391,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 31 (code 2665).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2723,Pulkovo 1995 / 3-degree Gauss-Kruger CM 93E,2677,projected,4530,,4200,16316,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 31 (code 2665).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2724,Pulkovo 1995 / 3-degree Gauss-Kruger CM 96E,2678,projected,4530,,4200,16392,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 32 (code 2666).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2725,Pulkovo 1995 / 3-degree Gauss-Kruger CM 99E,2679,projected,4530,,4200,16393,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 33 (code 2667).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2725,Pulkovo 1995 / 3-degree Gauss-Kruger CM 99E,2679,projected,4530,,4200,16317,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 33 (code 2667).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2726,Pulkovo 1995 / 3-degree Gauss-Kruger CM 102E,2680,projected,4530,,4200,16394,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 34 (code 2668).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2727,Pulkovo 1995 / 3-degree Gauss-Kruger CM 105E,2681,projected,4530,,4200,16395,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 35 (code 2669).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2727,Pulkovo 1995 / 3-degree Gauss-Kruger CM 105E,2681,projected,4530,,4200,16318,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 35 (code 2669).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2728,Pulkovo 1995 / 3-degree Gauss-Kruger CM 108E,2682,projected,4530,,4200,16396,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 36 (code 2670).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2729,Pulkovo 1995 / 3-degree Gauss-Kruger CM 111E,2683,projected,4530,,4200,16397,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 37 (code 2671).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2729,Pulkovo 1995 / 3-degree Gauss-Kruger CM 111E,2683,projected,4530,,4200,16319,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 37 (code 2671).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2730,Pulkovo 1995 / 3-degree Gauss-Kruger CM 114E,2684,projected,4530,,4200,16398,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 38 (code 2672).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2731,Pulkovo 1995 / 3-degree Gauss-Kruger CM 117E,2685,projected,4530,,4200,16399,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 39 (code 2673).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2731,Pulkovo 1995 / 3-degree Gauss-Kruger CM 117E,2685,projected,4530,,4200,16320,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 39 (code 2673).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2732,Pulkovo 1995 / 3-degree Gauss-Kruger CM 120E,2686,projected,4530,,4200,16170,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 40 (code 2674).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2733,Pulkovo 1995 / 3-degree Gauss-Kruger CM 123E,2687,projected,4530,,4200,16171,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 41 (code 2675).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2733,Pulkovo 1995 / 3-degree Gauss-Kruger CM 123E,2687,projected,4530,,4200,16321,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 41 (code 2675).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2734,Pulkovo 1995 / 3-degree Gauss-Kruger CM 126E,2688,projected,4530,,4200,16172,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 42 (code 2676).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2735,Pulkovo 1995 / 3-degree Gauss-Kruger CM 129E,2689,projected,4530,,4200,16173,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 43 (code 2677).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2735,Pulkovo 1995 / 3-degree Gauss-Kruger CM 129E,2689,projected,4530,,4200,16322,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 43 (code 2677).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2736,Tete / UTM zone 36S,1540,projected,4400,,4127,16136,,,Large and medium scale topographic mapping and engineering survey.,,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,1,0
 2737,Tete / UTM zone 37S,1541,projected,4400,,4127,16137,,,Large and medium scale topographic mapping and engineering survey.,,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,1,0
 2738,Pulkovo 1995 / 3-degree Gauss-Kruger CM 132E,2690,projected,4530,,4200,16174,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 44 (code 2678).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2739,Pulkovo 1995 / 3-degree Gauss-Kruger CM 135E,2691,projected,4530,,4200,16175,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 45 (code 2679).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2739,Pulkovo 1995 / 3-degree Gauss-Kruger CM 135E,2691,projected,4530,,4200,16323,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 45 (code 2679).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2740,Pulkovo 1995 / 3-degree Gauss-Kruger CM 138E,2692,projected,4530,,4200,16176,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 46 (code 2680).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2741,Pulkovo 1995 / 3-degree Gauss-Kruger CM 141E,2693,projected,4530,,4200,16177,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 47 (code 2681).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2741,Pulkovo 1995 / 3-degree Gauss-Kruger CM 141E,2693,projected,4530,,4200,16324,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 47 (code 2681).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2742,Pulkovo 1995 / 3-degree Gauss-Kruger CM 144E,2694,projected,4530,,4200,16178,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 48 (code 2682).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2743,Pulkovo 1995 / 3-degree Gauss-Kruger CM 147E,2695,projected,4530,,4200,16179,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 49 (code 2683).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2743,Pulkovo 1995 / 3-degree Gauss-Kruger CM 147E,2695,projected,4530,,4200,16325,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 49 (code 2683).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2744,Pulkovo 1995 / 3-degree Gauss-Kruger CM 150E,2696,projected,4530,,4200,16180,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 50 (code 2684).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2745,Pulkovo 1995 / 3-degree Gauss-Kruger CM 153E,2697,projected,4530,,4200,16181,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 51 (code 2685).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2745,Pulkovo 1995 / 3-degree Gauss-Kruger CM 153E,2697,projected,4530,,4200,16326,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 51 (code 2685).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2746,Pulkovo 1995 / 3-degree Gauss-Kruger CM 156E,2698,projected,4530,,4200,16182,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 52 (code 2686).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2747,Pulkovo 1995 / 3-degree Gauss-Kruger CM 159E,2699,projected,4530,,4200,16183,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 53 (code 2687).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2747,Pulkovo 1995 / 3-degree Gauss-Kruger CM 159E,2699,projected,4530,,4200,16327,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 53 (code 2687).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2748,Pulkovo 1995 / 3-degree Gauss-Kruger CM 162E,2700,projected,4530,,4200,16184,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 54 (code 2688).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2749,Pulkovo 1995 / 3-degree Gauss-Kruger CM 165E,2701,projected,4530,,4200,16185,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 55 (code 2689).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2749,Pulkovo 1995 / 3-degree Gauss-Kruger CM 165E,2701,projected,4530,,4200,16328,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 55 (code 2689).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2750,Pulkovo 1995 / 3-degree Gauss-Kruger CM 168E,2702,projected,4530,,4200,16186,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 56 (code 2690).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2751,Pulkovo 1995 / 3-degree Gauss-Kruger CM 171E,2703,projected,4530,,4200,16187,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 57 (code 2691).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2751,Pulkovo 1995 / 3-degree Gauss-Kruger CM 171E,2703,projected,4530,,4200,16329,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 57 (code 2691).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2752,Pulkovo 1995 / 3-degree Gauss-Kruger CM 174E,2704,projected,4530,,4200,16188,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 58 (code 2692).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2753,Pulkovo 1995 / 3-degree Gauss-Kruger CM 177E,2705,projected,4530,,4200,16189,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 59 (code 2693).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2754,Pulkovo 1995 / 3-degree Gauss-Kruger CM 180E,2706,projected,4530,,4200,16190,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 60 (code 2694).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2755,Pulkovo 1995 / 3-degree Gauss-Kruger CM 177W,2707,projected,4530,,4200,16191,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 61 (code 2695).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2753,Pulkovo 1995 / 3-degree Gauss-Kruger CM 177E,2705,projected,4530,,4200,16330,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 59 (code 2693).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
+2754,Pulkovo 1995 / 3-degree Gauss-Kruger CM 180E,2706,projected,4530,,4200,16190,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 60 (code 3390).,EPSG,EPSG,2006-06-02,2003.31 2006.37,1,0
+2755,Pulkovo 1995 / 3-degree Gauss-Kruger CM 177W,2707,projected,4530,,4200,16331,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 61 (code 2695).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2756,Pulkovo 1995 / 3-degree Gauss-Kruger CM 174W,2708,projected,4530,,4200,16192,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 62 (code 2696).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2757,Pulkovo 1995 / 3-degree Gauss-Kruger CM 171W,2709,projected,4530,,4200,16193,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 63 (code 2697).,EPSG,EPSG,2003-09-19,2003.31,1,0
+2757,Pulkovo 1995 / 3-degree Gauss-Kruger CM 171W,2709,projected,4530,,4200,16332,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 63 (code 2697).,EPSG,EPSG,2006-07-22,2003.31 2006.592,1,0
 2758,Pulkovo 1995 / 3-degree Gauss-Kruger CM 168W,2710,projected,4530,,4200,16194,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1995 / 3-degree Gauss-Kruger zone 64 (code 2698).,EPSG,EPSG,2003-09-19,2003.31,1,0
-2759,NAD83(HARN) / Alabama East,2154,projected,4499,,4152,10131,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2760,NAD83(HARN) / Alabama West,2155,projected,4499,,4152,10132,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2761,NAD83(HARN) / Arizona East,2167,projected,4499,,4152,10231,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2867 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2762,NAD83(HARN) / Arizona Central,2166,projected,4499,,4152,10232,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2868 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2763,NAD83(HARN) / Arizona West,2168,projected,4499,,4152,10233,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2869 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2764,NAD83(HARN) / Arkansas North,2169,projected,4499,,4152,10331,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2765,NAD83(HARN) / Arkansas South,2170,projected,4499,,4152,10332,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2766,NAD83(HARN) / California zone 1,2175,projected,4499,,4152,10431,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2870 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2767,NAD83(HARN) / California zone 2,2176,projected,4499,,4152,10432,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2871 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2768,NAD83(HARN) / California zone 3,2177,projected,4499,,4152,10433,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2872 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2769,NAD83(HARN) / California zone 4,2178,projected,4499,,4152,10434,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2873 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2770,NAD83(HARN) / California zone 5,2182,projected,4499,,4152,10435,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2874 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2771,NAD83(HARN) / California zone 6,2180,projected,4499,,4152,10436,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2875 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2772,NAD83(HARN) / Colorado North,2184,projected,4499,,4152,10531,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2876 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2773,NAD83(HARN) / Colorado Central,2183,projected,4499,,4152,10532,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2877 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2774,NAD83(HARN) / Colorado South,2185,projected,4499,,4152,10533,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2878 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2775,NAD83(HARN) / Connecticut,1377,projected,4499,,4152,10630,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2879 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2776,NAD83(HARN) / Delaware,1378,projected,4499,,4152,10730,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2880 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2777,NAD83(HARN) / Florida East,2186,projected,4499,,4152,10931,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2881 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2778,NAD83(HARN) / Florida West,2188,projected,4499,,4152,10932,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2882 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2779,NAD83(HARN) / Florida North,2187,projected,4499,,4152,10933,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2883 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2780,NAD83(HARN) / Georgia East,2189,projected,4499,,4152,11031,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2884 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2781,NAD83(HARN) / Georgia West,2190,projected,4499,,4152,11032,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2885 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2782,NAD83(HARN) / Hawaii zone 1,1546,projected,4499,,4152,15131,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2783,NAD83(HARN) / Hawaii zone 2,1547,projected,4499,,4152,15132,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2784,NAD83(HARN) / Hawaii zone 3,1548,projected,4499,,4152,15133,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2785,NAD83(HARN) / Hawaii zone 4,1549,projected,4499,,4152,15134,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2786,NAD83(HARN) / Hawaii zone 5,1550,projected,4499,,4152,15135,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2787,NAD83(HARN) / Idaho East,2192,projected,4499,,4152,11131,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2886 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2788,NAD83(HARN) / Idaho Central,2191,projected,4499,,4152,11132,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2887 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2789,NAD83(HARN) / Idaho West,2193,projected,4499,,4152,11133,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2888 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2790,NAD83(HARN) / Illinois East,2194,projected,4499,,4152,11231,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2791,NAD83(HARN) / Illinois West,2195,projected,4499,,4152,11232,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2792,NAD83(HARN) / Indiana East,2196,projected,4499,,4152,11331,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2967 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.770,1,0
-2793,NAD83(HARN) / Indiana West,2197,projected,4499,,4152,11332,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2968 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.770,1,0
-2794,NAD83(HARN) / Iowa North,2198,projected,4499,,4152,11431,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2795,NAD83(HARN) / Iowa South,2199,projected,4499,,4152,11432,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2796,NAD83(HARN) / Kansas North,2200,projected,4499,,4152,11531,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2797,NAD83(HARN) / Kansas South,2201,projected,4499,,4152,11532,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2798,NAD83(HARN) / Kentucky North,2202,projected,4499,,4152,15303,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2891 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2799,NAD83(HARN) / Kentucky South,2203,projected,4499,,4152,11632,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2892 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2800,NAD83(HARN) / Louisiana North,2204,projected,4499,,4152,11731,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2801,NAD83(HARN) / Louisiana South,2529,projected,4499,,4152,11732,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2802,NAD83(HARN) / Maine East,2206,projected,4499,,4152,11831,,,Large and medium scale topographic mapping and engineering survey.,"From 1/1/2001, superseded by Maine Coordinate System of 2000.",National Geodetic Survey,EPSG,2002-06-22,,1,0
-2803,NAD83(HARN) / Maine West,2207,projected,4499,,4152,11832,,,Large and medium scale topographic mapping and engineering survey.,"From 1/1/2001, superseded by Maine Coordinate System of 2000.",National Geodetic Survey,EPSG,2002-06-22,,1,0
-2804,NAD83(HARN) / Maryland,1389,projected,4499,,4152,11930,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2893 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2805,NAD83(HARN) / Massachusetts Mainland,2209,projected,4499,,4152,12031,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2894 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2806,NAD83(HARN) / Massachusetts Island,2208,projected,4499,,4152,12032,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2895 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2807,NAD83(HARN) / Michigan North,1723,projected,4499,,4152,12141,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2896 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2808,NAD83(HARN) / Michigan Central,1724,projected,4499,,4152,12142,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2897 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2809,NAD83(HARN) / Michigan South,1725,projected,4499,,4152,12143,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2898 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2810,NAD83(HARN) / Minnesota North,2214,projected,4499,,4152,12231,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2811,NAD83(HARN) / Minnesota Central,2213,projected,4499,,4152,12232,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2812,NAD83(HARN) / Minnesota South,2215,projected,4499,,4152,12233,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2813,NAD83(HARN) / Mississippi East,2216,projected,4499,,4152,12331,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2899 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2814,NAD83(HARN) / Mississippi West,2217,projected,4499,,4152,12332,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2900 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2815,NAD83(HARN) / Missouri East,2219,projected,4499,,4152,12431,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2816,NAD83(HARN) / Missouri Central,2218,projected,4499,,4152,12432,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2817,NAD83(HARN) / Missouri West,2220,projected,4499,,4152,12433,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2818,NAD83(HARN) / Montana,1395,projected,4499,,4152,12530,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2901 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2819,NAD83(HARN) / Nebraska,1396,projected,4499,,4152,12630,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2820,NAD83(HARN) / Nevada East,2224,projected,4499,,4152,12731,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2821,NAD83(HARN) / Nevada Central,2223,projected,4499,,4152,12732,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2822,NAD83(HARN) / Nevada West,2225,projected,4499,,4152,12733,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2823,NAD83(HARN) / New Hampshire,1398,projected,4499,,4152,12830,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2824,NAD83(HARN) / New Jersey,1399,projected,4499,,4152,12930,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2825,NAD83(HARN) / New Mexico East,2228,projected,4499,,4152,13031,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2902 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2826,NAD83(HARN) / New Mexico Central,2231,projected,4499,,4152,13032,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2903 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2827,NAD83(HARN) / New Mexico West,2232,projected,4499,,4152,13033,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2904 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2828,NAD83(HARN) / New York East,2234,projected,4499,,4152,13131,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2905 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2829,NAD83(HARN) / New York Central,2233,projected,4499,,4152,13132,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2906 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2830,NAD83(HARN) / New York West,2236,projected,4499,,4152,13133,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2907 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2831,NAD83(HARN) / New York Long Island,2235,projected,4499,,4152,13134,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2908 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2832,NAD83(HARN) / North Dakota North,2237,projected,4499,,4152,13331,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2909 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2833,NAD83(HARN) / North Dakota South,2238,projected,4499,,4152,13332,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2910 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2834,NAD83(HARN) / Ohio North,2239,projected,4499,,4152,13431,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2835,NAD83(HARN) / Ohio South,2240,projected,4499,,4152,13432,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2836,NAD83(HARN) / Oklahoma North,2241,projected,4499,,4152,13531,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2911 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2837,NAD83(HARN) / Oklahoma South,2242,projected,4499,,4152,13532,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2912 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2838,NAD83(HARN) / Oregon North,2243,projected,4499,,4152,13631,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2913 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2839,NAD83(HARN) / Oregon South,2244,projected,4499,,4152,13632,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2914 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2840,NAD83(HARN) / Rhode Island,1408,projected,4499,,4152,13830,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2841,NAD83(HARN) / South Dakota North,2249,projected,4499,,4152,14031,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2842,NAD83(HARN) / South Dakota South,2250,projected,4499,,4152,14032,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2843,NAD83(HARN) / Tennessee,1411,projected,4499,,4152,14130,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2915 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2844,NAD83(HARN) / Texas North,2253,projected,4499,,4152,14231,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2916 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2845,NAD83(HARN) / Texas North Central,2254,projected,4499,,4152,14232,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2917 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2846,NAD83(HARN) / Texas Central,2252,projected,4499,,4152,14233,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2918 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2847,NAD83(HARN) / Texas South Central,2527,projected,4499,,4152,14234,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2919 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2848,NAD83(HARN) / Texas South,2528,projected,4499,,4152,14235,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2920 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2849,NAD83(HARN) / Utah North,2258,projected,4499,,4152,14331,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2921 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2850,NAD83(HARN) / Utah Central,2257,projected,4499,,4152,14332,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2922 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2851,NAD83(HARN) / Utah South,2259,projected,4499,,4152,14333,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2923 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2852,NAD83(HARN) / Vermont,1414,projected,4499,,4152,14430,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2853,NAD83(HARN) / Virginia North,2260,projected,4499,,4152,14531,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2924 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2854,NAD83(HARN) / Virginia South,2261,projected,4499,,4152,14532,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2925 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2855,NAD83(HARN) / Washington North,2273,projected,4499,,4152,14631,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2926 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2856,NAD83(HARN) / Washington South,2274,projected,4499,,4152,14632,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2927 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2857,NAD83(HARN) / West Virginia North,2264,projected,4499,,4152,14731,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2858,NAD83(HARN) / West Virginia South,2265,projected,4499,,4152,14732,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2859,NAD83(HARN) / Wisconsin North,2267,projected,4499,,4152,14831,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2928 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2860,NAD83(HARN) / Wisconsin Central,2266,projected,4499,,4152,14832,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2929 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2861,NAD83(HARN) / Wisconsin South,2268,projected,4499,,4152,14833,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2930 for equivalent non-metric definition.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2862,NAD83(HARN) / Wyoming East,2269,projected,4499,,4152,14931,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2863,NAD83(HARN) / Wyoming East Central,2270,projected,4499,,4152,14932,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2864,NAD83(HARN) / Wyoming West Central,2272,projected,4499,,4152,14933,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2865,NAD83(HARN) / Wyoming West,2271,projected,4499,,4152,14934,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2866,NAD83(HARN) / Puerto Rico & Virgin Is.,2251,projected,4499,,4152,15230,,,Large and medium scale topographic mapping and engineering survey.,,National Geodetic Survey,EPSG,2002-06-22,,1,0
-2867,NAD83(HARN) / Arizona East (ft),2167,projected,4495,,4152,15304,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2761.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2868,NAD83(HARN) / Arizona Central (ft),2166,projected,4495,,4152,15305,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2762.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2869,NAD83(HARN) / Arizona West (ft),2168,projected,4495,,4152,15306,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2763.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2870,NAD83(HARN) / California zone 1 (ftUS),2175,projected,4497,,4152,15307,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2766.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2871,NAD83(HARN) / California zone 2 (ftUS),2176,projected,4497,,4152,15308,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2767.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2872,NAD83(HARN) / California zone 3 (ftUS),2177,projected,4497,,4152,15309,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2768.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2873,NAD83(HARN) / California zone 4 (ftUS),2178,projected,4497,,4152,15310,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2769.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2874,NAD83(HARN) / California zone 5 (ftUS),2182,projected,4497,,4152,15311,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2770.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2875,NAD83(HARN) / California zone 6 (ftUS),2180,projected,4497,,4152,15312,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2771.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2876,NAD83(HARN) / Colorado North (ftUS),2184,projected,4497,,4152,15313,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2772.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2877,NAD83(HARN) / Colorado Central (ftUS),2183,projected,4497,,4152,15314,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2773.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2878,NAD83(HARN) / Colorado South (ftUS),2185,projected,4497,,4152,15315,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2774.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2879,NAD83(HARN) / Connecticut (ftUS),1377,projected,4497,,4152,15316,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2775.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2880,NAD83(HARN) / Delaware (ftUS),1378,projected,4497,,4152,15317,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2776.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2881,NAD83(HARN) / Florida East (ftUS),2186,projected,4497,,4152,15318,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2777.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2882,NAD83(HARN) / Florida West (ftUS),2188,projected,4497,,4152,15319,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2778.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2883,NAD83(HARN) / Florida North (ftUS),2187,projected,4497,,4152,15320,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2779.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2884,NAD83(HARN) / Georgia East (ftUS),2189,projected,4497,,4152,15321,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2780.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2885,NAD83(HARN) / Georgia West (ftUS),2190,projected,4497,,4152,15322,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2781.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2886,NAD83(HARN) / Idaho East (ftUS),2192,projected,4497,,4152,15323,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2787.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2887,NAD83(HARN) / Idaho Central (ftUS),2191,projected,4497,,4152,15324,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2788.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2888,NAD83(HARN) / Idaho West (ftUS),2193,projected,4497,,4152,15325,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2789.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
+2759,NAD83(HARN) / Alabama East,2154,projected,4499,,4152,10131,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2760,NAD83(HARN) / Alabama West,2155,projected,4499,,4152,10132,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2761,NAD83(HARN) / Arizona East,2167,projected,4499,,4152,10231,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2867 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2762,NAD83(HARN) / Arizona Central,2166,projected,4499,,4152,10232,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2868 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2763,NAD83(HARN) / Arizona West,2168,projected,4499,,4152,10233,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2869 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2764,NAD83(HARN) / Arkansas North,2169,projected,4499,,4152,10331,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3441 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2765,NAD83(HARN) / Arkansas South,2170,projected,4499,,4152,10332,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3442 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2766,NAD83(HARN) / California zone 1,2175,projected,4499,,4152,10431,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2870 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2767,NAD83(HARN) / California zone 2,2176,projected,4499,,4152,10432,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2871 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2768,NAD83(HARN) / California zone 3,2177,projected,4499,,4152,10433,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2872 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2769,NAD83(HARN) / California zone 4,2178,projected,4499,,4152,10434,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2873 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2770,NAD83(HARN) / California zone 5,2182,projected,4499,,4152,10435,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2874 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2771,NAD83(HARN) / California zone 6,2180,projected,4499,,4152,10436,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2875 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2772,NAD83(HARN) / Colorado North,2184,projected,4499,,4152,10531,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2876 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2773,NAD83(HARN) / Colorado Central,2183,projected,4499,,4152,10532,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2877 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2774,NAD83(HARN) / Colorado South,2185,projected,4499,,4152,10533,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2878 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2775,NAD83(HARN) / Connecticut,1377,projected,4499,,4152,10630,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2879 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2776,NAD83(HARN) / Delaware,1378,projected,4499,,4152,10730,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2880 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2777,NAD83(HARN) / Florida East,2186,projected,4499,,4152,10931,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2881 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2778,NAD83(HARN) / Florida West,2188,projected,4499,,4152,10932,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2882 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2779,NAD83(HARN) / Florida North,2187,projected,4499,,4152,10933,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2883 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2780,NAD83(HARN) / Georgia East,2189,projected,4499,,4152,11031,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2884 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2781,NAD83(HARN) / Georgia West,2190,projected,4499,,4152,11032,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2885 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2782,NAD83(HARN) / Hawaii zone 1,1546,projected,4499,,4152,15131,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2783,NAD83(HARN) / Hawaii zone 2,1547,projected,4499,,4152,15132,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2784,NAD83(HARN) / Hawaii zone 3,1548,projected,4499,,4152,15133,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2785,NAD83(HARN) / Hawaii zone 4,1549,projected,4499,,4152,15134,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2786,NAD83(HARN) / Hawaii zone 5,1550,projected,4499,,4152,15135,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2787,NAD83(HARN) / Idaho East,2192,projected,4499,,4152,11131,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2886 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2788,NAD83(HARN) / Idaho Central,2191,projected,4499,,4152,11132,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2887 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2789,NAD83(HARN) / Idaho West,2193,projected,4499,,4152,11133,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2888 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2790,NAD83(HARN) / Illinois East,2194,projected,4499,,4152,11231,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3443 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2791,NAD83(HARN) / Illinois West,2195,projected,4499,,4152,11232,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3444 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2792,NAD83(HARN) / Indiana East,2196,projected,4499,,4152,11331,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2967 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.770 2006.903 2007.031,1,0
+2793,NAD83(HARN) / Indiana West,2197,projected,4499,,4152,11332,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2968 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.770 2006.903 2007.031,1,0
+2794,NAD83(HARN) / Iowa North,2198,projected,4499,,4152,11431,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3425 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2795,NAD83(HARN) / Iowa South,2199,projected,4499,,4152,11432,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3426 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2796,NAD83(HARN) / Kansas North,2200,projected,4499,,4152,11531,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3427 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2797,NAD83(HARN) / Kansas South,2201,projected,4499,,4152,11532,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3428 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2798,NAD83(HARN) / Kentucky North,2202,projected,4499,,4152,15303,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2891 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2799,NAD83(HARN) / Kentucky South,2203,projected,4499,,4152,11632,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2892 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2800,NAD83(HARN) / Louisiana North,2204,projected,4499,,4152,11731,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3456 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2801,NAD83(HARN) / Louisiana South,2529,projected,4499,,4152,11732,,,Large and medium scale topographic mapping and engineering survey.,Not applicable to offshore areas. State law defines system in US survey feet.  See code 3457 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.392 2006.903 2007.031,1,0
+2802,NAD83(HARN) / Maine East,2206,projected,4499,,4152,11831,,,Large and medium scale topographic mapping and engineering survey.,"Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. From 1/1/2001, Replaced by Maine Coordinate System of 2000. Replaced by NAD83(NSRS2007) / SPCS.",National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2803,NAD83(HARN) / Maine West,2207,projected,4499,,4152,11832,,,Large and medium scale topographic mapping and engineering survey.,"Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. From 1/1/2001, Replaced by Maine Coordinate System of 2000. Replaced by NAD83(NSRS2007) / SPCS.",National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2804,NAD83(HARN) / Maryland,1389,projected,4499,,4152,11930,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2893 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2805,NAD83(HARN) / Massachusetts Mainland,2209,projected,4499,,4152,12031,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2894 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2806,NAD83(HARN) / Massachusetts Island,2208,projected,4499,,4152,12032,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2895 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2807,NAD83(HARN) / Michigan North,1723,projected,4499,,4152,12141,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2896 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2808,NAD83(HARN) / Michigan Central,1724,projected,4499,,4152,12142,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2897 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2809,NAD83(HARN) / Michigan South,1725,projected,4499,,4152,12143,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2898 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2810,NAD83(HARN) / Minnesota North,2214,projected,4499,,4152,12231,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2811,NAD83(HARN) / Minnesota Central,2213,projected,4499,,4152,12232,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2812,NAD83(HARN) / Minnesota South,2215,projected,4499,,4152,12233,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2813,NAD83(HARN) / Mississippi East,2216,projected,4499,,4152,12331,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2899 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2814,NAD83(HARN) / Mississippi West,2217,projected,4499,,4152,12332,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2900 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2815,NAD83(HARN) / Missouri East,2219,projected,4499,,4152,12431,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2816,NAD83(HARN) / Missouri Central,2218,projected,4499,,4152,12432,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2817,NAD83(HARN) / Missouri West,2220,projected,4499,,4152,12433,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2818,NAD83(HARN) / Montana,1395,projected,4499,,4152,12530,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2901 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2819,NAD83(HARN) / Nebraska,1396,projected,4499,,4152,12630,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2820,NAD83(HARN) / Nevada East,2224,projected,4499,,4152,12731,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3429 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.904 2007.031,1,0
+2821,NAD83(HARN) / Nevada Central,2223,projected,4499,,4152,12732,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3430 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.904 2007.031,1,0
+2822,NAD83(HARN) / Nevada West,2225,projected,4499,,4152,12733,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3431 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.904 2007.031,1,0
+2823,NAD83(HARN) / New Hampshire,1398,projected,4499,,4152,12830,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3445 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2824,NAD83(HARN) / New Jersey,1399,projected,4499,,4152,12930,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3432 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2825,NAD83(HARN) / New Mexico East,2228,projected,4499,,4152,13031,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2902 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2826,NAD83(HARN) / New Mexico Central,2231,projected,4499,,4152,13032,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2903 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2827,NAD83(HARN) / New Mexico West,2232,projected,4499,,4152,13033,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2904 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2828,NAD83(HARN) / New York East,2234,projected,4499,,4152,13131,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2905 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2829,NAD83(HARN) / New York Central,2233,projected,4499,,4152,13132,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2906 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2830,NAD83(HARN) / New York West,2236,projected,4499,,4152,13133,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2907 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2831,NAD83(HARN) / New York Long Island,2235,projected,4499,,4152,13134,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2908 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2832,NAD83(HARN) / North Dakota North,2237,projected,4499,,4152,13331,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2909 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2833,NAD83(HARN) / North Dakota South,2238,projected,4499,,4152,13332,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2910 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2834,NAD83(HARN) / Ohio North,2239,projected,4499,,4152,13431,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3753 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-05-29,2006.903 2007.031,1,0
+2835,NAD83(HARN) / Ohio South,2240,projected,4499,,4152,13432,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3754 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-05-29,2006.903 2007.031,1,0
+2836,NAD83(HARN) / Oklahoma North,2241,projected,4499,,4152,13531,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2911 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2837,NAD83(HARN) / Oklahoma South,2242,projected,4499,,4152,13532,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2912 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2838,NAD83(HARN) / Oregon North,2243,projected,4499,,4152,13631,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2913 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2839,NAD83(HARN) / Oregon South,2244,projected,4499,,4152,13632,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2914 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2840,NAD83(HARN) / Rhode Island,1408,projected,4499,,4152,13830,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3446 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2841,NAD83(HARN) / South Dakota North,2249,projected,4499,,4152,14031,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3458 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2842,NAD83(HARN) / South Dakota South,2250,projected,4499,,4152,14032,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3459 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2843,NAD83(HARN) / Tennessee,1411,projected,4499,,4152,14130,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2915 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2844,NAD83(HARN) / Texas North,2253,projected,4499,,4152,14231,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2916 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2845,NAD83(HARN) / Texas North Central,2254,projected,4499,,4152,14232,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2917 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2846,NAD83(HARN) / Texas Central,2252,projected,4499,,4152,14233,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2918 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2847,NAD83(HARN) / Texas South Central,2527,projected,4499,,4152,14234,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2919 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Not applicable to offshore areas. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.392 2006.903 2007.031,1,0
+2848,NAD83(HARN) / Texas South,2528,projected,4499,,4152,14235,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2920 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Not applicable to offshore areas. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.392 2006.903 2007.031,1,0
+2849,NAD83(HARN) / Utah North,2258,projected,4499,,4152,14331,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. State law defining system in International feet (note: not US survey feet) has been withdrawn. Replaced by NAD83(NSRS2007) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",EPSG,2007-04-20,2002.771 2006.905 2007.031,1,0
+2850,NAD83(HARN) / Utah Central,2257,projected,4499,,4152,14332,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. State law defining system in International feet (note: not US survey feet) has been withdrawn. Replaced by NAD83(NSRS2007) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",EPSG,2007-04-20,2002.771 2006.905 2007.031,1,0
+2851,NAD83(HARN) / Utah South,2259,projected,4499,,4152,14333,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. State law defining system in International feet (note: not US survey feet) has been withdrawn. Replaced by NAD83(NSRS2007) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",EPSG,2007-04-20,2002.771 2006.905 2007.031,1,0
+2852,NAD83(HARN) / Vermont,1414,projected,4499,,4152,14430,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2853,NAD83(HARN) / Virginia North,2260,projected,4499,,4152,14531,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2924 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2854,NAD83(HARN) / Virginia South,2261,projected,4499,,4152,14532,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2925 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2855,NAD83(HARN) / Washington North,2273,projected,4499,,4152,14631,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2926 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2856,NAD83(HARN) / Washington South,2274,projected,4499,,4152,14632,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2927 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2857,NAD83(HARN) / West Virginia North,2264,projected,4499,,4152,14731,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2858,NAD83(HARN) / West Virginia South,2265,projected,4499,,4152,14732,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2859,NAD83(HARN) / Wisconsin North,2267,projected,4499,,4152,14831,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2928 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2860,NAD83(HARN) / Wisconsin Central,2266,projected,4499,,4152,14832,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2929 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2861,NAD83(HARN) / Wisconsin South,2268,projected,4499,,4152,14833,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2930 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2862,NAD83(HARN) / Wyoming East,2269,projected,4499,,4152,14931,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3755 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2863,NAD83(HARN) / Wyoming East Central,2270,projected,4499,,4152,14932,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3756 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2864,NAD83(HARN) / Wyoming West Central,2272,projected,4499,,4152,14933,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3757 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2865,NAD83(HARN) / Wyoming West,2271,projected,4499,,4152,14934,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3758 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-05-29,2006.903 2007.031,1,0
+2866,NAD83(HARN) / Puerto Rico & Virgin Is.,2251,projected,4499,,4152,15230,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2867,NAD83(HARN) / Arizona East (ft),2167,projected,4495,,4152,15304,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2761. Replaces NAD83 / SPCS for applications with an accuracy of better than 3ft.  Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2868,NAD83(HARN) / Arizona Central (ft),2166,projected,4495,,4152,15305,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2762. Replaces NAD83 / SPCS for applications with an accuracy of better than 3ft. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2869,NAD83(HARN) / Arizona West (ft),2168,projected,4495,,4152,15306,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2763. Replaces NAD83 / SPCS for applications with an accuracy of better than 3ft. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2870,NAD83(HARN) / California zone 1 (ftUS),2175,projected,4497,,4152,15307,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2766. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2871,NAD83(HARN) / California zone 2 (ftUS),2176,projected,4497,,4152,15308,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2767. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2872,NAD83(HARN) / California zone 3 (ftUS),2177,projected,4497,,4152,15309,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2768. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2873,NAD83(HARN) / California zone 4 (ftUS),2178,projected,4497,,4152,15310,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2769. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2874,NAD83(HARN) / California zone 5 (ftUS),2182,projected,4497,,4152,15311,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2770. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2875,NAD83(HARN) / California zone 6 (ftUS),2180,projected,4497,,4152,15312,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2771. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2876,NAD83(HARN) / Colorado North (ftUS),2184,projected,4497,,4152,15313,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2772. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2877,NAD83(HARN) / Colorado Central (ftUS),2183,projected,4497,,4152,15314,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2773. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2878,NAD83(HARN) / Colorado South (ftUS),2185,projected,4497,,4152,15315,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2774. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2879,NAD83(HARN) / Connecticut (ftUS),1377,projected,4497,,4152,15316,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2775. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2880,NAD83(HARN) / Delaware (ftUS),1378,projected,4497,,4152,15317,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2776. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2881,NAD83(HARN) / Florida East (ftUS),2186,projected,4497,,4152,15318,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2777. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2882,NAD83(HARN) / Florida West (ftUS),2188,projected,4497,,4152,15319,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2778. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2883,NAD83(HARN) / Florida North (ftUS),2187,projected,4497,,4152,15320,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2779. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2884,NAD83(HARN) / Georgia East (ftUS),2189,projected,4497,,4152,15321,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2780. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2885,NAD83(HARN) / Georgia West (ftUS),2190,projected,4497,,4152,15322,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2781. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2886,NAD83(HARN) / Idaho East (ftUS),2192,projected,4497,,4152,15323,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2787. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2887,NAD83(HARN) / Idaho Central (ftUS),2191,projected,4497,,4152,15324,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2788. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2888,NAD83(HARN) / Idaho West (ftUS),2193,projected,4497,,4152,15325,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2789. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
 2889,NAD83(HARN) / Indiana East (ftUS),2196,projected,4497,,4152,15326,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 26973.,National Geodetic Survey,EPSG,2002-06-22,,1,1
 2890,NAD83(HARN) / Indiana West (ftUS),2197,projected,4497,,4152,15327,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 26974.,National Geodetic Survey,EPSG,2002-06-22,,1,1
-2891,NAD83(HARN) / Kentucky North (ftUS),2202,projected,4497,,4152,15328,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2798.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2892,NAD83(HARN) / Kentucky South (ftUS),2203,projected,4497,,4152,15329,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2799.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2893,NAD83(HARN) / Maryland (ftUS),1389,projected,4497,,4152,15330,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2804.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2894,NAD83(HARN) / Massachusetts Mainland (ftUS),2209,projected,4497,,4152,15331,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2805.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2895,NAD83(HARN) / Massachusetts Island (ftUS),2208,projected,4497,,4152,15332,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2806.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2896,NAD83(HARN) / Michigan North (ft),1723,projected,4495,,4152,15333,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2807.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2897,NAD83(HARN) / Michigan Central (ft),1724,projected,4495,,4152,15334,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2808.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2898,NAD83(HARN) / Michigan South (ft),1725,projected,4495,,4152,15335,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2809.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2899,NAD83(HARN) / Mississippi East (ftUS),2216,projected,4497,,4152,15336,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2813.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2900,NAD83(HARN) / Mississippi West (ftUS),2217,projected,4497,,4152,15337,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2814.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2901,NAD83(HARN) / Montana (ft),1395,projected,4495,,4152,15338,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2818.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2902,NAD83(HARN) / New Mexico East (ftUS),2228,projected,4497,,4152,15339,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2825.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2903,NAD83(HARN) / New Mexico Central (ftUS),2231,projected,4497,,4152,15340,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2826.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2904,NAD83(HARN) / New Mexico West (ftUS),2232,projected,4497,,4152,15341,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2827.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2905,NAD83(HARN) / New York East (ftUS),2234,projected,4497,,4152,15342,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2828.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2906,NAD83(HARN) / New York Central (ftUS),2233,projected,4497,,4152,15343,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2829.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2907,NAD83(HARN) / New York West (ftUS),2236,projected,4497,,4152,15344,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2830.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2908,NAD83(HARN) / New York Long Island (ftUS),2235,projected,4497,,4152,15345,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2831.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2909,NAD83(HARN) / North Dakota North (ft),2237,projected,4495,,4152,15347,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2832.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2910,NAD83(HARN) / North Dakota South (ft),2238,projected,4495,,4152,15348,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2833.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2911,NAD83(HARN) / Oklahoma North (ftUS),2241,projected,4497,,4152,15349,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2836.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2912,NAD83(HARN) / Oklahoma South (ftUS),2242,projected,4497,,4152,15350,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2837.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2913,NAD83(HARN) / Oregon North (ft),2243,projected,4495,,4152,15351,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2838.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2914,NAD83(HARN) / Oregon South (ft),2244,projected,4495,,4152,15352,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2839.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2915,NAD83(HARN) / Tennessee (ftUS),1411,projected,4497,,4152,15356,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2843.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2916,NAD83(HARN) / Texas North (ftUS),2253,projected,4497,,4152,15357,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2844.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2917,NAD83(HARN) / Texas North Central (ftUS),2254,projected,4497,,4152,15358,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2845.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2918,NAD83(HARN) / Texas Central (ftUS),2252,projected,4497,,4152,15359,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2846.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2919,NAD83(HARN) / Texas South Central (ftUS),2527,projected,4497,,4152,15360,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2847.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2920,NAD83(HARN) / Texas South (ftUS),2528,projected,4497,,4152,15361,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2848.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2921,NAD83(HARN) / Utah North (ft),2258,projected,4495,,4152,15362,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2849.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2922,NAD83(HARN) / Utah Central (ft),2257,projected,4495,,4152,15363,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2850.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2923,NAD83(HARN) / Utah South (ft),2259,projected,4495,,4152,15364,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2851.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2924,NAD83(HARN) / Virginia North (ftUS),2260,projected,4497,,4152,15365,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2853.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2925,NAD83(HARN) / Virginia South (ftUS),2261,projected,4497,,4152,15366,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2854.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2926,NAD83(HARN) / Washington North (ftUS),2273,projected,4497,,4152,15367,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2855.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2927,NAD83(HARN) / Washington South (ftUS),2274,projected,4497,,4152,15368,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2856.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2928,NAD83(HARN) / Wisconsin North (ftUS),2267,projected,4497,,4152,15369,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2859.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2929,NAD83(HARN) / Wisconsin Central (ftUS),2266,projected,4497,,4152,15370,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2860.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
-2930,NAD83(HARN) / Wisconsin South (ftUS),2268,projected,4497,,4152,15371,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2861.,National Geodetic Survey,EPSG,2002-10-13,2002.771,1,0
+2891,NAD83(HARN) / Kentucky North (ftUS),2202,projected,4497,,4152,15328,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2798. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2892,NAD83(HARN) / Kentucky South (ftUS),2203,projected,4497,,4152,15329,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2799. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2893,NAD83(HARN) / Maryland (ftUS),1389,projected,4497,,4152,15330,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2804. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2894,NAD83(HARN) / Massachusetts Mainland (ftUS),2209,projected,4497,,4152,15331,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2805. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2895,NAD83(HARN) / Massachusetts Island (ftUS),2208,projected,4497,,4152,15332,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2806. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2896,NAD83(HARN) / Michigan North (ft),1723,projected,4495,,4152,15333,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2807. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 ft. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2897,NAD83(HARN) / Michigan Central (ft),1724,projected,4495,,4152,15334,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2808. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 ft. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2898,NAD83(HARN) / Michigan South (ft),1725,projected,4495,,4152,15335,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2809. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2899,NAD83(HARN) / Mississippi East (ftUS),2216,projected,4497,,4152,15336,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2813. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2900,NAD83(HARN) / Mississippi West (ftUS),2217,projected,4497,,4152,15337,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2814. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2901,NAD83(HARN) / Montana (ft),1395,projected,4495,,4152,15338,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2818. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2902,NAD83(HARN) / New Mexico East (ftUS),2228,projected,4497,,4152,15339,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2825. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2903,NAD83(HARN) / New Mexico Central (ftUS),2231,projected,4497,,4152,15340,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2826. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2904,NAD83(HARN) / New Mexico West (ftUS),2232,projected,4497,,4152,15341,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2827. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2905,NAD83(HARN) / New York East (ftUS),2234,projected,4497,,4152,15342,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2828. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2906,NAD83(HARN) / New York Central (ftUS),2233,projected,4497,,4152,15343,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2829. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2907,NAD83(HARN) / New York West (ftUS),2236,projected,4497,,4152,15344,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2830. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2908,NAD83(HARN) / New York Long Island (ftUS),2235,projected,4497,,4152,15345,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2831. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2909,NAD83(HARN) / North Dakota North (ft),2237,projected,4495,,4152,15347,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2832. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2910,NAD83(HARN) / North Dakota South (ft),2238,projected,4495,,4152,15348,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2833. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2911,NAD83(HARN) / Oklahoma North (ftUS),2241,projected,4497,,4152,15349,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2836. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2912,NAD83(HARN) / Oklahoma South (ftUS),2242,projected,4497,,4152,15350,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2837. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2913,NAD83(HARN) / Oregon North (ft),2243,projected,4495,,4152,15351,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2838. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 ft. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2914,NAD83(HARN) / Oregon South (ft),2244,projected,4495,,4152,15352,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2839. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 ft. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2915,NAD83(HARN) / Tennessee (ftUS),1411,projected,4497,,4152,15356,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2843. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2916,NAD83(HARN) / Texas North (ftUS),2253,projected,4497,,4152,15357,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2844. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2917,NAD83(HARN) / Texas North Central (ftUS),2254,projected,4497,,4152,15358,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2845. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2918,NAD83(HARN) / Texas Central (ftUS),2252,projected,4497,,4152,15359,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2846. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2919,NAD83(HARN) / Texas South Central (ftUS),2527,projected,4497,,4152,15360,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2847. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Not applicable to offshore areas. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.392 2006.903 2007.031,1,0
+2920,NAD83(HARN) / Texas South (ftUS),2528,projected,4497,,4152,15361,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2848. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Not applicable to offshore areas. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.392 2006.903 2007.031,1,0
+2921,NAD83(HARN) / Utah North (ft),2258,projected,4495,,4152,15362,,,Large and medium scale topographic mapping and engineering survey.,State law defining system in International feet (note: not US survey feet) has been withdrawn. Federal definition is metric - see code 2849. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 ft. Replaced by NAD83(NSRS2007) / SPCS.,U.S. National Geodetic Survey http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2007-04-20,2002.771 2006.905 2007.031,0,0
+2922,NAD83(HARN) / Utah Central (ft),2257,projected,4495,,4152,15363,,,Large and medium scale topographic mapping and engineering survey.,State law defining system in International feet (note: not US survey feet) has been withdrawn. Federal definition is metric - see code 2850. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 ft. Replaced by NAD83(NSRS2007) / SPCS.,"U.S. National Geodetic Survey
+http://www.ngs.noaa.gov/INFO/Policy/st_plane.html",EPSG,2007-04-20,2002.771 2006.905 2007.031,0,0
+2923,NAD83(HARN) / Utah South (ft),2259,projected,4495,,4152,15364,,,Large and medium scale topographic mapping and engineering survey.,State law defining system in International feet (note: not US survey feet) has been withdrawn. Federal definition is metric - see code 2851. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 ft. Replaced by NAD83(NSRS2007) / SPCS.,"U.S. National Geodetic Survey
+http://www.ngs.noaa.gov/INFO/Policy/st_plane.html",EPSG,2007-04-20,2002.771 2006.905 2007.031,0,0
+2924,NAD83(HARN) / Virginia North (ftUS),2260,projected,4497,,4152,15365,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2853. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2925,NAD83(HARN) / Virginia South (ftUS),2261,projected,4497,,4152,15366,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2854. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2926,NAD83(HARN) / Washington North (ftUS),2273,projected,4497,,4152,15367,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2855. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2927,NAD83(HARN) / Washington South (ftUS),2274,projected,4497,,4152,15368,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2856. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2928,NAD83(HARN) / Wisconsin North (ftUS),2267,projected,4497,,4152,15369,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2859. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2929,NAD83(HARN) / Wisconsin Central (ftUS),2266,projected,4497,,4152,15370,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2860. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
+2930,NAD83(HARN) / Wisconsin South (ftUS),2268,projected,4497,,4152,15371,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2861. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2002.771 2006.903 2007.031,1,0
 2931,Beduaram / TM 13 NE,2771,projected,4499,,4213,16413,,,Oil exploration.,Used by Elf in 1986.,TotalFinaElf,EPSG,2003-08-30,2003.28,1,0
 2932,QND95 / Qatar National Grid,1346,projected,4400,,4614,19919,,,Large and medium scale topographic mapping and engineering survey.,,Qatar Centre for Geographic Information.,EPSG,2002-06-28,,1,0
 2933,Segara / UTM zone 50S,1328,projected,4400,,4613,16150,,,Large and medium scale topographic mapping and engineering survey.,,TotalFinaElf,EPSG,2002-06-22,,1,0
@@ -956,111 +959,111 @@
 2952,NAD83(CSRS) / MTM zone 10,1428,projected,4496,,4617,17710,,,Large and medium scale topographic mapping and engineering survey.,"Known in Quebec as ""NAD83(CSRS98) / SCoPQ zone 10"" with axis 1 and 2 abbreviations of ""X"" and ""Y"" respectively.",Topographic Mapping Section; Quebec Ministry of Natural Resources.,EPSG,2002-07-13,,1,0
 2953,NAD83(CSRS) / New Brunswick Stereo,1447,projected,4500,,4617,19946,,,Large and medium scale topographic mapping and engineering survey.,In use from 1999.,Service New Brunswick Land and Information Standards Manual,EPSG,2002-07-13,,1,0
 2954,NAD83(CSRS) / Prince Edward Isl. Stereographic (NAD83),1533,projected,4496,,4617,19960,,,Large and medium scale topographic mapping and engineering survey.,,PEI Department of Transportation & Public Works,EPSG,2002-07-13,,1,0
-2955,NAD83(CSRS) / UTM zone 11N,1508,projected,4400,,4617,16011,,,Large and medium scale topographic mapping and engineering survey.,In use from 2000.,Geomatics Canada.,EPSG,2002-07-13,,1,0
-2956,NAD83(CSRS) / UTM zone 12N,1507,projected,4400,,4617,16012,,,Large and medium scale topographic mapping and engineering survey.,In use from 2000.,Geomatics Canada.,EPSG,2002-07-13,,1,0
-2957,NAD83(CSRS) / UTM zone 13N,1506,projected,4400,,4617,16013,,,Large and medium scale topographic mapping and engineering survey.,In use from 2000.,Geomatics Canada.,EPSG,2002-07-13,,1,0
-2958,NAD83(CSRS) / UTM zone 17N,1428,projected,4400,,4617,16017,,,Large and medium scale topographic mapping and engineering survey.,In use from 2000.,Geomatics Canada.,EPSG,2002-07-13,,1,0
-2959,NAD83(CSRS) / UTM zone 18N,1443,projected,4400,,4617,16018,,,Large and medium scale topographic mapping and engineering survey.,In use from 2000.,Geomatics Canada.,EPSG,2002-07-13,,1,0
-2960,NAD83(CSRS) / UTM zone 19N,1448,projected,4400,,4617,16019,,,Large and medium scale topographic mapping and engineering survey.,In use from 1999.,Service New Brunswick Land and Information Standards Manual,EPSG,2002-07-13,,1,0
-2961,NAD83(CSRS) / UTM zone 20N,1449,projected,4400,,4617,16020,,,Large and medium scale topographic mapping and engineering survey.,In use from 1999.,Service New Brunswick Land and Information Standards Manual,EPSG,2002-07-13,,1,0
-2962,NAD83(CSRS) / UTM zone 21N,1446,projected,4400,,4617,16021,,,Large and medium scale topographic mapping and engineering survey.,In use from 2000.,Geomatics Canada.,EPSG,2002-07-13,,1,0
+2955,NAD83(CSRS) / UTM zone 11N,3528,projected,4400,,4617,16011,,,Large and medium scale topographic mapping and engineering survey.,In use from 2000.,Geomatics Canada. http://ess.nrcan.gc.ca/geocan/,EPSG,2007-05-29,2006.461 2007.026,1,0
+2956,NAD83(CSRS) / UTM zone 12N,3527,projected,4400,,4617,16012,,,Large and medium scale topographic mapping and engineering survey.,In use from 2000.,Geomatics Canada. http://ess.nrcan.gc.ca/geocan/,EPSG,2007-05-29,2006.461 2007.026,1,0
+2957,NAD83(CSRS) / UTM zone 13N,3526,projected,4400,,4617,16013,,,Large and medium scale topographic mapping and engineering survey.,In use from 2000.,Geomatics Canada. http://ess.nrcan.gc.ca/geocan/,EPSG,2007-05-29,2006.461 2007.026,1,0
+2958,NAD83(CSRS) / UTM zone 17N,3416,projected,4400,,4617,16017,,,Large and medium scale topographic mapping and engineering survey.,In use from 2000.,Geomatics Canada. http://ess.nrcan.gc.ca/geocan/,EPSG,2006-07-30,2006.462,1,0
+2959,NAD83(CSRS) / UTM zone 18N,3417,projected,4400,,4617,16018,,,Large and medium scale topographic mapping and engineering survey.,In use from 2000.,Geomatics Canada. http://ess.nrcan.gc.ca/geocan/,EPSG,2006-07-30,2006.462,1,0
+2960,NAD83(CSRS) / UTM zone 19N,3524,projected,4400,,4617,16019,,,Large and medium scale topographic mapping and engineering survey.,In use from 1999.,Geomatics Canada. http://ess.nrcan.gc.ca/geocan/,EPSG,2007-05-29,2006.461 2007.026,1,0
+2961,NAD83(CSRS) / UTM zone 20N,3525,projected,4400,,4617,16020,,,Large and medium scale topographic mapping and engineering survey.,In use from 1999.,Geomatics Canada. http://ess.nrcan.gc.ca/geocan/,EPSG,2007-05-29,2006.461 2007.026,1,0
+2962,NAD83(CSRS) / UTM zone 21N,2151,projected,4400,,4617,16021,,,Large and medium scale topographic mapping and engineering survey.,In use from 2000.,Geomatics Canada. http://ess.nrcan.gc.ca/geocan/,EPSG,2006-07-30,2006.461,1,0
 2963,Lisbon 1890 (Lisbon) / Portugal Bonne,1294,projected,6509,,4904,19979,,,Medium scale topographic mapping.,,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt,EPSG,2003-08-14,2003.232,1,0
 2964,NAD27 / Alaska Albers,1330,projected,4497,,4267,15020,,,Small scale mapping and state planning.,,Various industry sources.,EPSG,2002-09-19,,1,0
-2965,NAD83 / Indiana East (ftUS),2196,projected,4497,,4269,15372,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26973. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2002-10-13,,1,0
-2966,NAD83 / Indiana West (ftUS),2197,projected,4497,,4269,15373,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26974. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2002-10-13,,1,0
-2967,NAD83(HARN) / Indiana East (ftUS),2196,projected,4497,,4152,15372,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2792.,National Geodetic Survey,EPSG,2002-10-13,,1,0
-2968,NAD83(HARN) / Indiana West (ftUS),2197,projected,4497,,4152,15373,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2793.,National Geodetic Survey,EPSG,2002-10-13,,1,0
-2969,Fort Marigot / UTM zone 20N,2828,projected,4400,,4621,16020,,,Large and medium scale topographic mapping and engineering survey.,Superseded by RRAF 1991 / UTM zone 20N (CRS code 2989).,IGN Paris,EPSG,2002-11-29,,1,0
-2970,Guadeloupe 1948 / UTM zone 20N,2829,projected,4400,,4622,16020,,,Large and medium scale topographic mapping and engineering survey.,Superseded by RRAF 1991 / UTM zone 20N (CRS code 2989).,IGN Paris,EPSG,2004-10-14,2004.561,1,0
-2971,CSG67 / UTM zone 22N,3144,projected,4400,,4623,16022,,,Large and medium scale topographic mapping and engineering survey.,Superseded by RGFG95 / UTM zone 22N (CRS code 2972).,IGN Paris,EPSG,2005-04-24,2004.562,1,0
-2972,RGFG95 / UTM zone 22N,3144,projected,4400,,4624,16022,,,Large and medium scale topographic mapping and engineering survey.,Supersedes CSG67 / UTM zone 22N (CRS code 2971).,IGN Paris,EPSG,2002-11-29,,1,0
-2973,Martinique 1938 / UTM zone 20N,3276,projected,4400,,4625,16020,,,Large and medium scale topographic mapping and engineering survey.,Superseded by RRAF 1991 / UTM zone 20N (CRS code 2989).,IGN Paris,EPSG,2004-10-14,2004.561,1,0
-2975,RGR92 / UTM zone 40S,1196,projected,4400,,4627,16140,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Piton des Neiges / TM Reunion (CRS code 2990),IGN Paris,EPSG,2002-11-29,,1,0
-2976,Tahiti 52 / UTM zone 6S,2811,projected,4400,,4628,16106,,,Large and medium scale topographic mapping and engineering survey.,Superseded by Tahiti 79 / UTM zone 6S (CRS code 3304) in Tahiti and Moorea 87 / UTM zone 6S (code 3305) in Moorea.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,2005.38,1,0
-2977,Tahaa 54 / UTM zone 5S,2812,projected,4400,,4629,16105,,,Large and medium scale topographic mapping and engineering survey.,"Superseded by RGPF / UTM zone 5S, CRS code 3296.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,2005.38,1,0
-2978,IGN72 Nuku Hiva / UTM zone 7S,3129,projected,4400,,4630,16107,,,Large and medium scale topographic mapping and engineering survey.,"Superseded by RGPF / UTM zone 7S, CRS code 3298.",IGN Paris,EPSG,2005-08-12,2005.38,1,0
+2965,NAD83 / Indiana East (ftUS),2196,projected,4497,,4269,15372,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26973. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2002-10-13,,1,0
+2966,NAD83 / Indiana West (ftUS),2197,projected,4497,,4269,15373,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26974. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,EPSG,2002-10-13,,1,0
+2967,NAD83(HARN) / Indiana East (ftUS),2196,projected,4497,,4152,15372,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2792. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2968,NAD83(HARN) / Indiana West (ftUS),2197,projected,4497,,4152,15373,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2793. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,EPSG,2007-04-20,2006.903 2007.031,1,0
+2969,Fort Marigot / UTM zone 20N,2828,projected,4400,,4621,16020,,,Large and medium scale topographic mapping and engineering survey.,Replaced by RRAF 1991 / UTM zone 20N (CRS code 2989).,IGN Paris,EPSG,2002-11-29,,1,0
+2970,Guadeloupe 1948 / UTM zone 20N,2829,projected,4400,,4622,16020,,,Large and medium scale topographic mapping and engineering survey.,Replaced by RRAF 1991 / UTM zone 20N (CRS code 2989).,IGN Paris,EPSG,2004-10-14,2004.561,1,0
+2971,CSG67 / UTM zone 22N,3144,projected,4400,,4623,16022,,,Large and medium scale topographic mapping and engineering survey.,Replaced by RGFG95 / UTM zone 22N (CRS code 2972).,IGN Paris,EPSG,2005-04-24,2004.562,1,0
+2972,RGFG95 / UTM zone 22N,3144,projected,4400,,4624,16022,,,Large and medium scale topographic mapping and engineering survey.,Replaces CSG67 / UTM zone 22N (CRS code 2971).,IGN Paris,EPSG,2002-11-29,,1,0
+2973,Martinique 1938 / UTM zone 20N,3276,projected,4400,,4625,16020,,,Large and medium scale topographic mapping and engineering survey.,Replaced by RRAF 1991 / UTM zone 20N (CRS code 2989).,IGN Paris,EPSG,2004-10-14,2004.561,1,0
+2975,RGR92 / UTM zone 40S,1196,projected,4400,,4627,16140,,,Large and medium scale topographic mapping and engineering survey.,Replaces Piton des Neiges / TM Reunion (CRS code 2990),IGN Paris,EPSG,2002-11-29,,1,0
+2976,Tahiti 52 / UTM zone 6S,2811,projected,4400,,4628,16106,,,Large and medium scale topographic mapping and engineering survey.,Replaced by Tahiti 79 / UTM zone 6S (CRS code 3304) in Tahiti and Moorea 87 / UTM zone 6S (code 3305) in Moorea.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,2005.38,1,0
+2977,Tahaa 54 / UTM zone 5S,2812,projected,4400,,4629,16105,,,Large and medium scale topographic mapping and engineering survey.,"Replaced by RGPF / UTM zone 5S, CRS code 3296.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,2005.38,1,0
+2978,IGN72 Nuku Hiva / UTM zone 7S,3129,projected,4400,,4630,16107,,,Large and medium scale topographic mapping and engineering survey.,"Replaced by RGPF / UTM zone 7S, CRS code 3298.",IGN Paris,EPSG,2005-08-12,2005.38,1,0
 2979,K0 1949 / UTM zone 42S,2816,projected,4400,,4631,16142,,,Large and medium scale topographic mapping and engineering survey.,,IGN Paris,EPSG,2002-11-29,,1,1
 2980,Combani 1950 / UTM zone 38S,3340,projected,4400,,4632,16138,,,Large and medium scale topographic mapping and engineering survey.,,IGN Paris,EPSG,2002-11-29,,1,0
-2981,IGN56 Lifou / UTM zone 58S,2814,projected,4400,,4633,16158,,,Large and medium scale topographic mapping and engineering survey.,Superseded by RGNC 1991 / Lambert Caledonie (CRS code 2984).,IGN Paris,EPSG,2002-11-29,,1,0
+2981,IGN56 Lifou / UTM zone 58S,2814,projected,4400,,4633,16158,,,Large and medium scale topographic mapping and engineering survey.,Replaced by RGNC91-93 / Lambert Caledonie (CRS code 3163).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",EPSG,2006-07-21,2006.62,1,0
 2982,IGN72 Grand Terre / UTM zone 58S,2822,projected,4400,,4634,16158,,,Large and medium scale topographic mapping and engineering survey.,Superseded by RGNC 1991 / Lambert Caledonie (CRS code 2984).,IGN Paris,EPSG,2002-11-29,,1,1
-2983,ST87 Ouvea / UTM zone 58S,2813,projected,4400,,4635,16158,,,Large and medium scale topographic mapping and engineering survey.,Superseded by RGNC 1991 / Lambert Caledonie (CRS code 2984).,IGN Paris,EPSG,2002-11-29,,1,0
-2984,RGNC 1991 / Lambert New Caledonia,1174,projected,4499,,4645,19981,,,Large and medium scale topographic mapping and engineering survey.,"Supersedes IGN72 Grande Terre / UTM zone 58S, IGN56 Lifou / UTM zone 58S, ST87 Ouvea / UTM zone 58S, IGN53 Mare / UTM zone 58S, ST84 Ile des Pins / UTM zone 58S, ST71 Belep / UTM zone 58S and NEA74 Noumea / UTM zone 58S (CRS codes 2981,2983,2995-98,3060)",IGN Paris,EPSG,2003-08-14,2003.24,1,0
+2983,ST87 Ouvea / UTM zone 58S,2813,projected,4400,,4635,16158,,,Large and medium scale topographic mapping and engineering survey.,Superseded by RGNC 1991 / Lambert Caledonie (CRS code 2984).,IGN Paris,EPSG,2002-11-29,,1,1
+2984,RGNC 1991 / Lambert New Caledonia,1174,projected,4499,,4645,19981,,,Large and medium scale topographic mapping and engineering survey.,"Supersedes IGN72 Grande Terre / UTM zone 58S, IGN56 Lifou / UTM zone 58S, ST87 Ouvea / UTM zone 58S, IGN53 Mare / UTM zone 58S, ST84 Ile des Pins / UTM zone 58S, ST71 Belep / UTM zone 58S and NEA74 Noumea / UTM zone 58S (CRS codes 2981,2983,2995-98,3060)",IGN Paris,EPSG,2003-08-14,2003.24,1,1
 2985,Petrels 1972 / Terre Adelie Polar Stereographic,2817,projected,4492,,4636,19983,,,Large and medium scale topographic mapping and engineering survey.,,IGN Paris,EPSG,2003-09-22,2003.22,1,0
 2986,Perroud 1950 / Terre Adelie Polar Stereographic,2818,projected,4492,,4637,19983,,,Large and medium scale topographic mapping and engineering survey.,,IGN Paris,EPSG,2002-11-29,,1,0
 2987,Saint Pierre et Miquelon 1950 / UTM zone 21N,1220,projected,4400,,4638,16021,,,Large and medium scale topographic mapping and engineering survey.,,IGN Paris,EPSG,2006-02-03,2006.06,1,0
 2988,MOP78 / UTM zone 1S,2815,projected,4400,,4639,16101,,,Large and medium scale topographic mapping and engineering survey.,,IGN Paris,EPSG,2002-11-29,,1,0
-2989,RRAF 1991 / UTM zone 20N,2824,projected,4400,,4640,16020,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Sainte Anne / UTM zone 20N and Fort Marigot / UTM zone 20N (CRS codes 2969-70) in Guadeloupe and Fort Desaix / UTM zone 20N (CRS code 2973) in Martinique.,IGN Paris,EPSG,2002-11-29,,1,0
-2990,Reunion 1947 / TM Reunion,3337,projected,4499,,4626,19982,,,Large and medium scale topographic mapping and engineering survey.,Replaces Reunion 1947 / Gauss Laborde Reunion (alias Piton des Neiges / Gauss Laborde Reunion). Superseded by RGR92 / UTM zone 40S (CRS code 2975).,IGN Paris,EPSG,2004-10-14,2004.561,1,0
-2991,NAD83 / Oregon Lambert,1406,projected,4499,,4269,13633,,,Used by Oregon agencies for publishing State-wide spatial data in a single projected system.,"State law defines use of International feet (note: not US survey feet).  See code 2992 for non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / Oregon Lambert (code 2993).","Oregon Geographic Information Council - Oregon Geospatial Data Clearing House, www.gis.state.or.us/coord/project/gpl.html",EPSG,2002-12-19,,1,0
-2992,NAD83 / Oregon Lambert (ft),1406,projected,4495,,4269,15374,,,Used by Oregon agencies for publishing State-wide spatial data in a single projected system.,"State law defines use of International feet (note: not US survey feet).  See code 2991 for metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / Oregon Lambert (ft) (code 2994).","Oregon Geographic Information Council - Oregon Geospatial Data Clearing House, www.gis.state.or.us/coord/project/gpl.html",EPSG,2002-12-19,,1,0
-2993,NAD83(HARN) / Oregon Lambert,1406,projected,4499,,4152,13633,,,Used by Oregon agencies for publishing State-wide spatial data in a single projected system.,State law defines use of International feet (note: not US survey feet).  See code 2994 for non-metric definition.,"Oregon Geographic Information Council - Oregon Geospatial Data Clearing House, www.gis.state.or.us/coord/project/gpl.html",EPSG,2002-12-19,,1,0
-2994,NAD83(HARN) / Oregon Lambert (ft),1406,projected,4495,,4152,15374,,,Used by Oregon agencies for publishing State-wide spatial data in a single projected system.,State law defines use of International feet (note: not US survey feet).  See code 2993 for metric definition.,"Oregon Geographic Information Council - Oregon Geospatial Data Clearing House, www.gis.state.or.us/coord/project/gpl.html",EPSG,2002-12-19,,1,0
-2995,IGN53 Mare / UTM zone 58S,2819,projected,4400,,4641,16158,,,Large and medium scale topographic mapping and engineering survey.,Superseded by RGNC 1991 / Lambert Caledonie (CRS code 2984).,IGN Paris,EPSG,2002-11-29,,1,0
-2996,ST84 Ile des Pins / UTM zone 58S,2820,projected,4400,,4642,16158,,,Large and medium scale topographic mapping and engineering survey.,Superseded by RGNC 1991 / Lambert Caledonie (CRS code 2984).,IGN Paris,EPSG,2002-11-29,,1,0
-2997,ST71 Belep / UTM zone 58S,2821,projected,4400,,4643,16158,,,Large and medium scale topographic mapping and engineering survey.,Superseded by RGNC 1991 / Lambert Caledonie (CRS code 2984).,IGN Paris,EPSG,2002-11-29,,1,0
-2998,NEA74 Noumea / UTM zone 58S,2823,projected,4400,,4644,16158,,,Large and medium scale topographic mapping and engineering survey.,Superseded by RGNC 1991 / Lambert Caledonie (CRS code 2984).,IGN Paris,EPSG,2002-11-29,,1,0
+2989,RRAF 1991 / UTM zone 20N,2824,projected,4400,,4640,16020,,,Large and medium scale topographic mapping and engineering survey.,Replaces Sainte Anne / UTM zone 20N and Fort Marigot / UTM zone 20N (CRS codes 2969-70) in Guadeloupe and Fort Desaix / UTM zone 20N (CRS code 2973) in Martinique.,IGN Paris,EPSG,2002-11-29,,1,0
+2990,Reunion 1947 / TM Reunion,3337,projected,4499,,4626,19982,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Reunion 1947 / Gauss Laborde Reunion (alias Piton des Neiges / Gauss Laborde Reunion). Superseded by RGR92 / UTM zone 40S (CRS code 2975).,IGN Paris,EPSG,2004-10-14,2004.561,1,1
+2991,NAD83 / Oregon Lambert,1406,projected,4499,,4269,13633,,,Used by Oregon agencies for publishing State-wide spatial data in a single projected system.,"State law defines use of International feet (note: not US survey feet).  See code 2992 for non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / Oregon Lambert (code 2993).","Oregon Geographic Information Council - Oregon Geospatial Data Clearing House, www.gis.state.or.us/coord/project/gpl.html",EPSG,2002-12-19,,1,0
+2992,NAD83 / Oregon Lambert (ft),1406,projected,4495,,4269,15374,,,Used by Oregon agencies for publishing State-wide spatial data in a single projected system.,"State law defines use of International feet (note: not US survey feet).  See code 2991 for metric definition. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / Oregon Lambert (ft) (code 2994).","Oregon Geographic Information Council - Oregon Geospatial Data Clearing House, www.gis.state.or.us/coord/project/gpl.html",EPSG,2002-12-19,,1,0
+2993,NAD83(HARN) / Oregon Lambert,1406,projected,4499,,4152,13633,,,Used by Oregon agencies for publishing State-wide spatial data in a single projected system.,State law defines use of International feet (note: not US survey feet).  See code 2994 for non-metric definition. Replaces NAD83 / Oregon Lambert for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,"Oregon Geographic Information Council - Oregon Geospatial Data Clearing House, www.gis.state.or.us/coord/project/gpl.html",EPSG,2007-04-20,2006.903 2007.031,1,0
+2994,NAD83(HARN) / Oregon Lambert (ft),1406,projected,4495,,4152,15374,,,Used by Oregon agencies for publishing State-wide spatial data in a single projected system.,State law defines use of International feet (note: not US survey feet).  See code 2993 for metric definition. Replaces NAD83 / Oregon Lambert (ft) for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,"Oregon Geographic Information Council - Oregon Geospatial Data Clearing House, www.gis.state.or.us/coord/project/gpl.html",EPSG,2007-04-20,2006.903 2007.031,1,0
+2995,IGN53 Mare / UTM zone 58S,3434,projected,4400,,4641,16158,,,Large and medium scale topographic mapping and engineering survey.,Replaced by RGNC91-93 / Lambert Caledonie (CRS code 3163).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",EPSG,2006-07-21,2006.62,1,0
+2996,ST84 Ile des Pins / UTM zone 58S,2820,projected,4400,,4642,16158,,,Large and medium scale topographic mapping and engineering survey.,Replaced by RGNC91-93 / Lambert Caledonie (CRS code 3163).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",EPSG,2006-07-21,2006.62,1,0
+2997,ST71 Belep / UTM zone 58S,2821,projected,4400,,4643,16158,,,Large and medium scale topographic mapping and engineering survey.,Replaced by RGNC91-93 / Lambert Caledonie (CRS code 3163).,IGN Paris,EPSG,2006-07-21,2006.62,1,0
+2998,NEA74 Noumea / UTM zone 58S,2823,projected,4400,,4644,16158,,,Large and medium scale topographic mapping and engineering survey.,Replaced by RGNC91-93 / Lambert Caledonie (CRS code 3163).,IGN Paris,EPSG,2006-07-21,2006.62,1,0
 2999,Grand Comoros / UTM zone 38S,2807,projected,4400,,4646,16138,,,Large and medium scale topographic mapping and engineering survey.,,IGN Paris,EPSG,2002-11-29,,1,0
 3000,Segara / NEIEZ,1360,projected,4499,,4613,19905,,,Large and medium scale topographic mapping and engineering survey.,,EPSG,EPSG,2003-01-16,,1,0
 3001,Batavia / NEIEZ,1285,projected,4499,,4211,19905,,,Large and medium scale topographic mapping and engineering survey.,,EPSG,EPSG,2003-01-16,,1,0
 3002,Makassar / NEIEZ,1316,projected,4499,,4257,19905,,,Large and medium scale topographic mapping and engineering survey.,,EPSG,EPSG,2003-01-16,,1,0
 3003,Monte Mario / Italy zone 1,1718,projected,4499,,4265,18121,,,Large and medium scale topographic mapping and engineering survey.,,EPSG,EPSG,2005-05-27,2004.07 2005.18,1,0
 3004,Monte Mario / Italy zone 2,1719,projected,4499,,4265,18122,,,Large and medium scale topographic mapping and engineering survey.,,EPSG,EPSG,2005-05-27,2004.07 2005.18,1,0
-3005,NAD83 / BC Albers,2832,projected,4400,,4269,19984,,,Spatial data storage and use for whole province in grid coordinates.,,Government of British Columbia Ministry of Sustainable Resource Management. http://srmwww.gov.bc.ca/gis/bceprojection.html,EPSG,2003-06-27,,1,0
-3006,SWEREF99 TM,1225,projected,4531,,4619,17333,,,Medium and small scale topographic mapping.,From 2003 supersedes RT90 2.5 gon V (CRS code 3021). For large scale applications see CRS codes 3007-18.,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3007,SWEREF99 12 00,2833,projected,4531,,4619,17321,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 supersedes RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3008,SWEREF99 13 30,2834,projected,4531,,4619,17322,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 supersedes RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3009,SWEREF99 15 00,2835,projected,4531,,4619,17323,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 supersedes RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3010,SWEREF99 16 30,2836,projected,4531,,4619,17324,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 supersedes RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3011,SWEREF99 18 00,2837,projected,4531,,4619,17325,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 supersedes RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3012,SWEREF99 14 15,2838,projected,4531,,4619,17326,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 supersedes RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3013,SWEREF99 15 45,2839,projected,4531,,4619,17327,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 supersedes RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3014,SWEREF99 17 15,2840,projected,4531,,4619,17328,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 supersedes RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3015,SWEREF99 18 45,2841,projected,4531,,4619,17329,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 supersedes RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3016,SWEREF99 20 15,2842,projected,4531,,4619,17330,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 supersedes RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3017,SWEREF99 21 45,2843,projected,4531,,4619,17331,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 supersedes RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3018,SWEREF99 23 15,2844,projected,4531,,4619,17332,,,"Large scale topographic mapping, engineering and cadastral survey.",From 2003 supersedes RT90 systems (CRS codes 3019-24).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3019,RT90 7.5 gon V,2845,projected,4530,,4124,17334,,,"Topographic mapping, engineering survey, cadastre.",Supersedes RT38 7.5 gon V (CRS code 3025) from 1990. From 2003 superseded by SWEREF systems (CRS codes 3007-3018).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3020,RT90 5 gon V,2846,projected,4530,,4124,17335,,,"Topographic mapping, engineering survey, cadastre.",Supersedes RT38 5 gon V (CRS code 3026) from 1990. From 2003 superseded by SWEREF systems (CRS codes 3007-3018).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3021,RT90 2.5 gon V,2847,projected,4530,,4124,19929,,,"(i) Medium and small scale mapping. (ii) Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",Supersedes RT38 2.5 gon V (CRS code 3027) from 1990. From 2003 superseded by SWEREF systems (CRS codes 3006-3018).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-27,2005.18 2005.22,1,0
-3022,RT90 0 gon,2848,projected,4530,,4124,17336,,,"Topographic mapping, engineering survey, cadastre.",Supersedes RT38 0 gon (CRS code 3028) from 1990. From 2003 superseded by SWEREF systems (CRS codes 3007-3018).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3023,RT90 2.5 gon O,2849,projected,4530,,4124,17337,,,"Topographic mapping, engineering survey, cadastre.",Supersedes RT38 2.5 gon O (CRS code 3029) from 1990. From 2003 superseded by SWEREF systems (CRS codes 3007-3018).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3024,RT90 5 gon O,2850,projected,4530,,4124,17338,,,"Topographic mapping, engineering survey, cadastre.",Supersedes RT38 5 gon O (CRS code 3030) from 1990. From 2003 superseded by SWEREF systems (CRS codes 3007-3018).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3025,RT38 7.5 gon V,2845,projected,4530,,4308,17334,,,"Topographic mapping, engineering survey, cadastre.",Superseded by RT90 7.5 gon V (CRS code 3019).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3026,RT38 5 gon V,2846,projected,4530,,4308,17335,,,"Topographic mapping, engineering survey, cadastre.",Superseded by RT90 5 gon V (CRS code 3020).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3027,RT38 2.5 gon V,2847,projected,4530,,4308,19929,,,"(i) Medium and small scale mapping. (ii) Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",Superseded by RT90 2.5 gon V (CRS code 3021).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3028,RT38 0 gon,2848,projected,4530,,4308,17336,,,"Topographic mapping, engineering survey, cadastre.",Superseded by RT90 0 gon (CRS code 3022).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3029,RT38 2.5 gon O,2849,projected,4530,,4308,17337,,,"Topographic mapping, engineering survey, cadastre.",Superseded by RT90 2.5 gon O (CRS code 3023).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
-3030,RT38 5 gon O,2850,projected,4530,,4308,17338,,,"Topographic mapping, engineering survey, cadastre.",Superseded by RT90 5 gon O (CRS code 3024).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3005,NAD83 / BC Albers,2832,projected,4400,,4269,19984,,,Spatial data storage and use for whole province in grid coordinates.,This CRS name may sometimes be used as an alias for NAD83(CSRS) / BC Albers. See CRS code 3153,Government of British Columbia Ministry of Sustainable Resource Management. http://srmwww.gov.bc.ca/gis/bceprojection.html,EPSG,2006-07-30,2006.461,1,0
+3006,SWEREF99 TM,1225,projected,4531,,4619,17333,,,Medium and small scale topographic mapping.,From 2003 replaces RT90 2.5 gon V (CRS code 3021). For large scale applications see CRS codes 3007-18.,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3007,SWEREF99 12 00,2833,projected,4531,,4619,17321,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 replaces RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3008,SWEREF99 13 30,2834,projected,4531,,4619,17322,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 replaces RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3009,SWEREF99 15 00,2835,projected,4531,,4619,17323,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 replaces RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3010,SWEREF99 16 30,2836,projected,4531,,4619,17324,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 replaces RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3011,SWEREF99 18 00,2837,projected,4531,,4619,17325,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 replaces RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3012,SWEREF99 14 15,2838,projected,4531,,4619,17326,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 replaces RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3013,SWEREF99 15 45,2839,projected,4531,,4619,17327,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 replaces RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3014,SWEREF99 17 15,2840,projected,4531,,4619,17328,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 replaces RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3015,SWEREF99 18 45,2841,projected,4531,,4619,17329,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 replaces RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3016,SWEREF99 20 15,2842,projected,4531,,4619,17330,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 replaces RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3017,SWEREF99 21 45,2843,projected,4531,,4619,17331,,,"Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",From 2003 replaces RT90 systems (CRS codes 3019-24). For medium and small scale applications see SWEREF 99 TM (CRS code 3006).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3018,SWEREF99 23 15,2844,projected,4531,,4619,17332,,,"Large scale topographic mapping, engineering and cadastral survey.",From 2003 replaces RT90 systems (CRS codes 3019-24).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3019,RT90 7.5 gon V,2845,projected,4530,,4124,17334,,,"Topographic mapping, engineering survey, cadastre.",Replaces RT38 7.5 gon V (CRS code 3025) from 1990. From 2003 replaced by SWEREF systems (CRS codes 3007-3018).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3020,RT90 5 gon V,2846,projected,4530,,4124,17335,,,"Topographic mapping, engineering survey, cadastre.",Replaces RT38 5 gon V (CRS code 3026) from 1990. From 2003 replaced by SWEREF systems (CRS codes 3007-3018).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3021,RT90 2.5 gon V,2847,projected,4530,,4124,19929,,,"(i) Medium and small scale mapping. (ii) Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",Replaces RT38 2.5 gon V (CRS code 3027) from 1990. From 2003 replaced by SWEREF systems (CRS codes 3006-3018).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-27,2005.18 2005.22,1,0
+3022,RT90 0 gon,2848,projected,4530,,4124,17336,,,"Topographic mapping, engineering survey, cadastre.",Replaces RT38 0 gon (CRS code 3028) from 1990. From 2003 replaced by SWEREF systems (CRS codes 3007-3018).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3023,RT90 2.5 gon O,2849,projected,4530,,4124,17337,,,"Topographic mapping, engineering survey, cadastre.",Replaces RT38 2.5 gon O (CRS code 3029) from 1990. From 2003 replaced by SWEREF systems (CRS codes 3007-3018).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3024,RT90 5 gon O,2850,projected,4530,,4124,17338,,,"Topographic mapping, engineering survey, cadastre.",Replaces RT38 5 gon O (CRS code 3030) from 1990. From 2003 replaced by SWEREF systems (CRS codes 3007-3018).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3025,RT38 7.5 gon V,2845,projected,4530,,4308,17334,,,"Topographic mapping, engineering survey, cadastre.",Replaced by RT90 7.5 gon V (CRS code 3019).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3026,RT38 5 gon V,2846,projected,4530,,4308,17335,,,"Topographic mapping, engineering survey, cadastre.",Replaced by RT90 5 gon V (CRS code 3020).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3027,RT38 2.5 gon V,2847,projected,4530,,4308,19929,,,"(i) Medium and small scale mapping. (ii) Large scale (1:10,000 and greater) topographic mapping, engineering and cadastral survey.",Replaced by RT90 2.5 gon V (CRS code 3021).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3028,RT38 0 gon,2848,projected,4530,,4308,17336,,,"Topographic mapping, engineering survey, cadastre.",Replaced by RT90 0 gon (CRS code 3022).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3029,RT38 2.5 gon O,2849,projected,4530,,4308,17337,,,"Topographic mapping, engineering survey, cadastre.",Replaced by RT90 2.5 gon O (CRS code 3023).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
+3030,RT38 5 gon O,2850,projected,4530,,4308,17338,,,"Topographic mapping, engineering survey, cadastre.",Replaced by RT90 5 gon O (CRS code 3024).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-21,2005.22,1,0
 3031,WGS 84 / Antarctic Polar Stereographic,1031,projected,4490,,4326,19992,,,"Antarctic Digital Database and small scale (<1:1,000,000) studies and topographic mapping.",,Scientific Committee for Antarctic Reasearch (SCAR) Antarctic Digital Database (ADD) manual. http://www.add.scar.org.,EPSG,2005-04-14,2005.12,1,0
 3032,WGS 84 / Australian Antarctic Polar Stereographic,1278,projected,4489,,4326,19993,,,"1: Small scale (<1:1,000,000) studies and topographic mapping. 2: Medium scale studies and topographic mapping south of 80 deg S.",,Australian Antarctic Data Centre. http://www-aadc.aad.gov.au/,EPSG,2005-09-29,2005.46,1,0
 3033,WGS 84 / Australian Antarctic Lambert,2880,projected,4400,,4326,19994,,,Medium scale studies and topographic mapping.,,Australian Antarctic Data Centre. http://www-aadc.aad.gov.au/,EPSG,2005-09-29,2005.46,1,0
-3034,ETRS89 / ETRS-LCC,1298,projected,4500,,4258,19985,,,"Single CRS for all Europe. Used for conformal mapping at scales of 1:500,000 and smaller.","ETRS-TM (CRS codes 3038-51) used for conformal mapping at scales larger than 1:500,000. ETRS-LAEA (CRS code 3035) used for statistical applications at any scale","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.18 2005.46,1,0
-3035,ETRS89 / ETRS-LAEA,1298,projected,4532,,4258,19986,,,Single CRS for all Europe. Used for statistical mapping at all scales and other purposes where true area representation is required.,ETRS-LCC (code 3034) or ETRS-TM (codes 3038-51) used for conformal mapping.,"European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.18 2005.46,1,0
+3034,ETRS89 / ETRS-LCC,1298,projected,4500,,4258,19985,,,"Single CRS for all Europe. Used for conformal mapping at scales of 1:500,000 and smaller.","ETRS-TM (CRS codes 3038-51) used for conformal mapping at scales larger than 1:500,000. ETRS-LAEA (CRS code 3035) used for statistical applications at any scale","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2007-02-02,2005.18 2005.46 2007.014,1,0
+3035,ETRS89 / ETRS-LAEA,1298,projected,4532,,4258,19986,,,Single CRS for all Europe. Used for statistical mapping at all scales and other purposes where true area representation is required.,ETRS-LCC (code 3034) or ETRS-TM (codes 3038-51) used for conformal mapping.,"European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2007-02-02,2005.18 2005.46 2007.014,1,0
 3036,Moznet / UTM zone 36S,1540,projected,4400,,4130,16136,,,Large and medium scale topographic mapping and engineering survey.,,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,1,0
 3037,Moznet / UTM zone 37S,1541,projected,4400,,4130,16137,,,Large and medium scale topographic mapping and engineering survey.,,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,1,0
-3038,ETRS89 / ETRS-TM26,2855,projected,4500,,4258,16026,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.18 2005.46,1,0
-3039,ETRS89 / ETRS-TM27,2856,projected,4500,,4258,16027,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.18 2005.46,1,0
-3040,ETRS89 / ETRS-TM28,2122,projected,4500,,4258,16028,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.18 2005.46,1,0
-3041,ETRS89 / ETRS-TM29,2123,projected,4500,,4258,16029,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.18 2005.46,1,0
-3042,ETRS89 / ETRS-TM30,2124,projected,4500,,4258,16030,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.18 2005.46,1,0
-3043,ETRS89 / ETRS-TM31,2125,projected,4500,,4258,16031,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.18 2005.46,1,0
-3044,ETRS89 / ETRS-TM32,2126,projected,4500,,4258,16032,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.18 2005.46,1,0
-3045,ETRS89 / ETRS-TM33,2127,projected,4500,,4258,16033,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.18 2005.46,1,0
-3046,ETRS89 / ETRS-TM34,2128,projected,4500,,4258,16034,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.18 2005.46,1,0
-3047,ETRS89 / ETRS-TM35,2129,projected,4500,,4258,16035,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.18 2005.46,1,0
-3048,ETRS89 / ETRS-TM36,2130,projected,4500,,4258,16036,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.18 2005.46,1,0
-3049,ETRS89 / ETRS-TM37,2131,projected,4500,,4258,16037,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.18 2005.46,1,0
-3050,ETRS89 / ETRS-TM38,2132,projected,4500,,4258,16038,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.18 2005.46,1,0
-3051,ETRS89 / ETRS-TM39,2868,projected,4500,,4258,16039,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2005-09-29,2005.142 2005.18 2005.46,1,0
-3052,Reykjavik 1900 / Lambert 1900,3262,projected,4491,,4657,19987,,,Medium scale topographic mapping.,Superseded by Hjorsey 1955 / Lambert 1955 (CRS code 3053). See ellipsoid remarks.,Landmaelingar Islands (National Survey of Iceland).,EPSG,2003-06-27,,1,0
-3053,Hjorsey 1955 / Lambert 1955,3262,projected,4491,,4658,19988,,,Engineering survey and small scale mapping.,Supersedes Reykjavik 1900 / Lambert 1900 (CRS code 3052). Superseded by ISN93 / Lambert 1993 (CRS code 3057).,Landmaelingar Islands (National Survey of Iceland).,EPSG,2003-06-27,,1,0
-3054,Hjorsey 1955 / UTM zone 26N,2851,projected,4400,,4658,16026,,,"1/50,000 scale topographic mapping published between 1955 and 2000.",Superseded by ISN93 / Lambert 1993 (CRS code 3057).,Landmaelingar Islands (National Survey of Iceland).,EPSG,2003-06-27,,1,0
-3055,Hjorsey 1955 / UTM zone 27N,2852,projected,4400,,4658,16027,,,"1/50,000 scale topographic mapping published between 1955 and 2000.",Superseded by ISN93 / Lambert 1993 (CRS code 3057).,Landmaelingar Islands (National Survey of Iceland).,EPSG,2003-06-27,,1,0
-3056,Hjorsey 1955 / UTM zone 28N,2853,projected,4400,,4658,16028,,,"1/50,000 scale topographic mapping published between 1955 and 2000.",Superseded by ISN93 / Lambert 1993 (CRS code 3057).,Landmaelingar Islands (National Survey of Iceland).,EPSG,2003-06-27,,1,0
-3057,ISN93 / Lambert 1993,1120,projected,4499,,4659,19989,,,Medium and small scale topographic mapping.,Supersedes Hjorsey 1955 / Lambert 1955 (CRS code 3053).,Landmaelingar Islands (National Survey of Iceland).,EPSG,2003-06-27,,1,0
+3038,ETRS89 / ETRS-TM26,2855,projected,4500,,4258,16026,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2007-02-02,2005.18 2005.46 2007.014,1,0
+3039,ETRS89 / ETRS-TM27,2856,projected,4500,,4258,16027,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2007-02-02,2005.18 2005.46 2007.014,1,0
+3040,ETRS89 / ETRS-TM28,2857,projected,4500,,4258,16028,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2007-02-02,2005.18 2005.46 2007.014,1,0
+3041,ETRS89 / ETRS-TM29,2858,projected,4500,,4258,16029,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2007-02-02,2005.18 2005.46 2007.014,1,0
+3042,ETRS89 / ETRS-TM30,2859,projected,4500,,4258,16030,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2007-02-02,2005.18 2005.46 2007.014,1,0
+3043,ETRS89 / ETRS-TM31,2860,projected,4500,,4258,16031,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2007-02-02,2005.18 2005.46 2007.014,1,0
+3044,ETRS89 / ETRS-TM32,2861,projected,4500,,4258,16032,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2007-02-02,2005.18 2005.46 2007.014,1,0
+3045,ETRS89 / ETRS-TM33,2862,projected,4500,,4258,16033,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2007-02-02,2005.18 2005.46 2007.014,1,0
+3046,ETRS89 / ETRS-TM34,2863,projected,4500,,4258,16034,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2007-02-02,2005.18 2005.46 2007.014,1,0
+3047,ETRS89 / ETRS-TM35,2864,projected,4500,,4258,16035,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2007-02-02,2005.18 2005.46 2007.014,1,0
+3048,ETRS89 / ETRS-TM36,2865,projected,4500,,4258,16036,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2007-02-02,2005.18 2005.46 2007.014,1,0
+3049,ETRS89 / ETRS-TM37,2866,projected,4500,,4258,16037,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2007-02-02,2005.18 2005.46 2007.014,1,0
+3050,ETRS89 / ETRS-TM38,2867,projected,4500,,4258,16038,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2007-02-02,2005.18 2005.46 2007.014,1,0
+3051,ETRS89 / ETRS-TM39,2868,projected,4500,,4258,16039,,,"Zoned CRS covering all Europe. Used for conformal mapping at scales larger than 1:500,000.","ETRS-LCC (CRS code 3034) used for conformal mapping at 1:500,000 and smaller scales. ETRS-LAEA (CRS code 3035) used for statitistical applications at all scales.","European Commission Joint Research Centre ""Map Projections for Europe"". http://www.ec-gis.org",EPSG,2007-02-02,2005.142 2005.18 2005.46 2007.014,1,0
+3052,Reykjavik 1900 / Lambert 1900,3262,projected,4491,,4657,19987,,,Medium scale topographic mapping.,Replaced by Hjorsey 1955 / Lambert 1955 (CRS code 3053). See ellipsoid remarks.,Landmaelingar Islands (National Survey of Iceland).,EPSG,2003-06-27,,1,0
+3053,Hjorsey 1955 / Lambert 1955,3262,projected,4491,,4658,19988,,,Engineering survey and small scale mapping.,Replaces Reykjavik 1900 / Lambert 1900 (CRS code 3052). Replaced by ISN93 / Lambert 1993 (CRS code 3057).,Landmaelingar Islands (National Survey of Iceland).,EPSG,2003-06-27,,1,0
+3054,Hjorsey 1955 / UTM zone 26N,2851,projected,4400,,4658,16026,,,"1/50,000 scale topographic mapping published between 1955 and 2000.",Replaced by ISN93 / Lambert 1993 (CRS code 3057).,Landmaelingar Islands (National Survey of Iceland).,EPSG,2003-06-27,,1,0
+3055,Hjorsey 1955 / UTM zone 27N,2852,projected,4400,,4658,16027,,,"1/50,000 scale topographic mapping published between 1955 and 2000.",Replaced by ISN93 / Lambert 1993 (CRS code 3057).,Landmaelingar Islands (National Survey of Iceland).,EPSG,2003-06-27,,1,0
+3056,Hjorsey 1955 / UTM zone 28N,2853,projected,4400,,4658,16028,,,"1/50,000 scale topographic mapping published between 1955 and 2000.",Replaced by ISN93 / Lambert 1993 (CRS code 3057).,Landmaelingar Islands (National Survey of Iceland).,EPSG,2003-06-27,,1,0
+3057,ISN93 / Lambert 1993,1120,projected,4499,,4659,19989,,,Medium and small scale topographic mapping.,Replaces Hjorsey 1955 / Lambert 1955 (CRS code 3053).,Landmaelingar Islands (National Survey of Iceland).,EPSG,2003-06-27,,1,0
 3058,Helle 1954 / Jan Mayen Grid,2869,projected,4531,,4660,19991,,,Topographic mapping.,,Statens kartverk,EPSG,2003-06-27,,1,0
 3059,LKS92 / Latvia TM,1139,projected,4530,,4661,19990,,,Large and medium scale topographic mapping and engineering survey.,LKS92 / TM Baltic (CRS code 25884) used for medium and small scale applications.,Latvijas Republikas Valsts zemes dienests (State Land Service of the Republic of Latvia) via EuroGeographics. http://crs.bkg.bund.de/crs-eu,EPSG,2005-05-27,2005.18,1,0
-3060,IGN72 Grande Terre / UTM zone 58S,2822,projected,4400,,4662,16158,,,Large and medium scale topographic mapping and engineering survey.,Superseded by RGNC 1991 / Lambert Caledonie (CRS code 2984).,IGN Paris,EPSG,2003-08-14,,1,0
+3060,IGN72 Grande Terre / UTM zone 58S,2822,projected,4400,,4662,16158,,,Large and medium scale topographic mapping and engineering survey.,Replaced by RGNC91-93 / Lambert Caledonie (CRS code 3163).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",EPSG,2006-07-21,2006.62,1,0
 3061,Porto Santo 1995 / UTM zone 28N,1314,projected,4400,,4663,16028,,,Topographic mapping.,,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt,EPSG,2003-08-14,,1,0
 3062,Azores Oriental 1995 / UTM zone 26N,1345,projected,4400,,4664,16026,,,Topographic mapping.,,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt,EPSG,2003-08-14,,1,0
 3063,Azores Central 1995 / UTM zone 26N,1301,projected,4400,,4665,16026,,,Topographic mapping.,,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt,EPSG,2003-08-14,,1,0
@@ -1068,97 +1071,158 @@
 3065,IGM95 / UTM zone 33N,1719,projected,4400,,4670,16033,,,Scientific study.,,ENI,EPSG,2004-01-07,,1,0
 3066,ED50 / Jordan TM,1130,projected,4400,,4230,19995,,,Large and medium scale topographic mapping and engineering survey.,Information has not been confirmed by National Mapping Agency.,Various industry sources,EPSG,2004-01-29,,1,0
 3067,ETRS89 / ETRS-TM35FIN,1095,projected,4400,,4258,16065,,,Large and medium scale topographic mapping and engineering survey.,Identical to ETRS89 / UTM zone 35N (code 25835) except for area of use.,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,2004-03-09,,1,0
+http://www.maanmittauslaitos.fi",EPSG,2007-02-02,2007.014,1,0
 3068,DHDN / Soldner Berlin,2898,projected,4531,,4314,19996,,,"Large scale topographic and statistical mapping, cadastral and engineering survey.",,"Berlin state statistical office. Also at
 http://www.kulturbuch-verlag.de/online/brv/D0026/F01293.pdf",EPSG,2004-04-22,,1,0
-3069,NAD27 / Wisconsin Transverse Mercator,1418,projected,4499,,4267,14811,,,State-wide applications requiring a single system.,Designed as a single zone for the whole state. Superseded by NAD83 / Wisconsin Transverse Mercator (CRS code 3070).,Wisconsin Coordinate Systems Handbook (1991) http://sco.wisc.edu/pubs/wiscoord/wiscoord.php,EPSG,2004-04-23,2005.17,1,0
-3070,NAD83 / Wisconsin Transverse Mercator,1418,projected,4499,,4269,14841,,,State-wide applications requiring a single system.,Designed as a single zone for the whole state. Supersedes NAD27 / Wisconsin Transverse Mercator (CRS code 3069).,Wisconsin Coordinate Systems Handbook (1991) http://sco.wisc.edu/pubs/wiscoord/wiscoord.php,EPSG,2004-04-23,,1,0
-3071,NAD83(HARN) / Wisconsin Transverse Mercator,1418,projected,4499,,4152,14841,,,State-wide applications requiring a single system.,Designed as a single zone for the whole state. Supersedes NAD27 / Wisconsin Transverse Mercator (CRS code 3069).,Wisconsin Coordinate Systems Handbook (1991) http://sco.wisc.edu/pubs/wiscoord/wiscoord.php,EPSG,2004-04-23,,1,0
-3072,NAD83 / Maine CS2000 East,2960,projected,4499,,4269,11851,,,Large and medium scale topographic mapping and engineering survey.,Supersedes CS27 and SPCS83 from 1/1/2001.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2004-06-16,,1,0
-3073,NAD83 / Maine CS2000 Central,2959,projected,4499,,4269,11852,,,Large and medium scale topographic mapping and engineering survey.,Supersedes CS27 and SPCS83 from 1/1/2001.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2004-06-16,,1,0
-3074,NAD83 / Maine CS2000 West,2958,projected,4499,,4269,11853,,,Large and medium scale topographic mapping and engineering survey.,Supersedes CS27 and SPCS83 from 1/1/2001.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2004-06-16,,1,0
-3075,NAD83(HARN) / Maine CS2000 East,2960,projected,4499,,4152,11851,,,Large and medium scale topographic mapping and engineering survey.,Supersedes CS27 and SPCS83 from 1/1/2001.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2004-06-16,,1,0
-3076,NAD83(HARN) / Maine CS2000 Central,2959,projected,4499,,4152,11852,,,Large and medium scale topographic mapping and engineering survey.,Supersedes CS27 and SPCS83 from 1/1/2001.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2004-06-16,,1,0
-3077,NAD83(HARN) / Maine CS2000 West,2958,projected,4499,,4152,11853,,,Large and medium scale topographic mapping and engineering survey.,Supersedes CS27 and SPCS83 from 1/1/2001.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2004-06-16,,1,0
-3078,NAD83 / Michigan Oblique Mercator,1391,projected,4499,,4269,12150,,,Used for spatial data presentation for whole state.,,"Michigan Department of Natural Resources,  http://www.michigan.gov/documents/DNR_Map_Proj_and_MI_Georef_Info_20889_7.pdf",EPSG,2004-06-16,,1,0
-3079,NAD83(HARN) / Michigan Oblique Mercator,1391,projected,4499,,4152,12150,,,Used for spatial data presentation for whole state.,,"Michigan Department of Natural Resources,  http://www.michigan.gov/documents/DNR_Map_Proj_and_MI_Georef_Info_20889_7.pdf",EPSG,2004-06-16,,1,0
-3080,NAD27 / Shackleford,1412,projected,4495,,4267,14252,,,Used for spatial data presentation for whole state.,"Superseded by NAD83 / TSMS.
+3069,NAD27 / Wisconsin Transverse Mercator,1418,projected,4499,,4267,14811,,,State-wide applications requiring a single system.,Designed as a single zone for the whole state. Replaced by NAD83 / Wisconsin Transverse Mercator (CRS code 3070).,Wisconsin Coordinate Systems Handbook (1991) http://sco.wisc.edu/pubs/wiscoord/wiscoord.php,EPSG,2004-04-23,2005.17,1,0
+3070,NAD83 / Wisconsin Transverse Mercator,1418,projected,4499,,4269,14841,,,State-wide applications requiring a single system.,"Designed as a single zone for the whole state. Replaces NAD27 / Wisconsin Transverse Mercator (CRS code 3069). For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / Wisconsin Transverse Mercator.",Wisconsin Coordinate Systems Handbook (1991) http://sco.wisc.edu/pubs/wiscoord/wiscoord.php,EPSG,2004-04-23,,1,0
+3071,NAD83(HARN) / Wisconsin Transverse Mercator,1418,projected,4499,,4152,14841,,,State-wide applications requiring a single system.,Designed as a single zone for the whole state. Replaces NAD83 / Wisconsin Transverse Mercator for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / Wisconsin Transverse Mercator.,Wisconsin Coordinate Systems Handbook (1991) http://sco.wisc.edu/pubs/wiscoord/wiscoord.php,EPSG,2007-04-20,2006.903 2007.031,1,0
+3072,NAD83 / Maine CS2000 East,2960,projected,4499,,4269,11851,,,Large and medium scale topographic mapping and engineering survey.,"Replaces CS27 and SPCS83 from 1/1/2001. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / CS2000.","State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2007-01-19,2006.72,1,0
+3073,NAD83 / Maine CS2000 Central,2959,projected,4499,,4269,11852,,,Large and medium scale topographic mapping and engineering survey.,Supersedes CS27 and SPCS83 from 1/1/2001.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2006-08-10,2006.72,1,1
+3074,NAD83 / Maine CS2000 West,2958,projected,4499,,4269,11853,,,Large and medium scale topographic mapping and engineering survey.,"Replaces CS27 and SPCS83 from 1/1/2001. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / CS2000.","State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2007-01-19,2006.72,1,0
+3075,NAD83(HARN) / Maine CS2000 East,2960,projected,4499,,4152,11851,,,Large and medium scale topographic mapping and engineering survey.,Replaces CS27 and SPCS83 from 1/1/2001. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2007-04-20,2006.72 2006.903 2007.031,1,0
+3076,NAD83(HARN) / Maine CS2000 Central,2959,projected,4499,,4152,11852,,,Large and medium scale topographic mapping and engineering survey.,Supersedes CS27 and SPCS83 from 1/1/2001.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2007-04-20,2006.72 2007.031,1,1
+3077,NAD83(HARN) / Maine CS2000 West,2958,projected,4499,,4152,11853,,,Large and medium scale topographic mapping and engineering survey.,Replaces CS27 and SPCS83 from 1/1/2001. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2007-04-20,2006.72 2006.903 2007.031,1,0
+3078,NAD83 / Michigan Oblique Mercator,1391,projected,4499,,4269,12150,,,Used for spatial data presentation for whole state.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / Michigan Oblique Mercator.","Michigan Department of Natural Resources,  http://www.michigan.gov/documents/DNR_Map_Proj_and_MI_Georef_Info_20889_7.pdf",EPSG,2004-06-16,,1,0
+3079,NAD83(HARN) / Michigan Oblique Mercator,1391,projected,4499,,4152,12150,,,Used for spatial data presentation for whole state.,Replaces NAD83 / Michigan Oblique Mercator for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / Michigan Oblique Mercator.,"Michigan Department of Natural Resources,  http://www.michigan.gov/documents/DNR_Map_Proj_and_MI_Georef_Info_20889_7.pdf",EPSG,2007-04-20,2006.903 2007.031,1,0
+3080,NAD27 / Shackleford,1412,projected,4495,,4267,14252,,,Used for spatial data presentation for whole state.,"Replaced by NAD83 / TSMS.
 Care: survey data in Texas uses the US survey foot, not the International foot used by this system.","Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",EPSG,2004-06-16,,1,0
-3081,NAD83 / Texas State Mapping System,1412,projected,4499,,4269,14251,,,Used for spatial data presentation for whole state.,Supersedes NAD27 / Shackleford. From 2001 superseded by NAD83 / Texas Centric Mapping System (TCMS/LC and TCMX/AEA).,"Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",EPSG,2004-06-16,,1,0
-3082,NAD83 / Texas Centric Lambert Conformal,1412,projected,4499,,4269,14253,,,Used for state-wide spatial data presentation requiring shape preservation.,For state-wide spatial data presentation requiring true area measurements use TCMS/AEA.,"Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",EPSG,2004-06-16,,1,0
-3083,NAD83 / Texas Centric Albers Equal Area,1412,projected,4499,,4269,14254,,,Used for state-wide spatial data presentation requiring true area measurements.,For state-wide spatial data presentation requiring shape preservation use TCMS/LC.,"Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",EPSG,2004-06-16,,1,0
-3084,NAD83(HARN) / Texas Centric Lambert Conformal,1412,projected,4499,,4152,14253,,,Used for state-wide spatial data presentation requiring shape preservation.,For state-wide spatial data presentation requiring true area measurements use TCMS/AEA (CRS code 3085).,"Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",EPSG,2004-06-16,,1,0
-3085,NAD83(HARN) / Texas Centric Albers Equal Area,1412,projected,4499,,4152,14254,,,Used for state-wide spatial data presentation requiring true area measurements.,For state-wide spatial data presentation requiring shape preservation use TCMS/LC (CRS code 3084).,"Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",EPSG,2004-06-16,,1,0
-3086,NAD83 / Florida GDL Albers,1379,projected,4499,,4269,10934,,,Used for spatial data presentation for whole state.,,"Florida Geographic Data Library, http://www.fgdl.org/fgdldocs/index.htm#proj",EPSG,2004-08-13,,1,0
-3087,NAD83(HARN) / Florida GDL Albers,1379,projected,4499,,4152,10934,,,Used for spatial data presentation for whole state.,,"Florida Geographic Data Library, http://www.fgdl.org/fgdldocs/index.htm#proj",EPSG,2004-08-13,,1,0
-3088,NAD83 / Kentucky Single Zone,1386,projected,4499,,4269,11630,,,Used for spatial data presentation for whole state.,"State law defines system in US survey feet.  See code 3089 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / Kentucky (m) (code 3090).","National Geodetic Survey (private communication) and Kentucky Division of Geographic Information, http://ngs.ky.gov/pdf-ppt/BB/KY_Single-Zone_Article.pdf",EPSG,2004-08-13,,1,0
-3089,NAD83 / Kentucky Single Zone (ftUS),1386,projected,4497,,4269,15375,,,Used for spatial data presentation for whole state.,"State law defines system in US survey feet.  See code 3088 for equivalent metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / Kentucky (ftUS) (code 3091).","National Geodetic Survey (private communication) and Kentucky Division of Geographic Information, http://ngs.ky.gov/pdf-ppt/BB/KY_Single-Zone_Article.pdf",EPSG,2004-08-13,,1,0
-3090,NAD83(HARN) / Kentucky Single Zone,1386,projected,4499,,4152,11630,,,Used for spatial data presentation for whole state.,State law defines system in US survey feet.  See code 3091 for equivalent non-metric definition.,"National Geodetic Survey (private communication) and Kentucky Division of Geographic Information, http://ngs.ky.gov/pdf-ppt/BB/KY_Single-Zone_Article.pdf",EPSG,2004-08-13,,1,0
-3091,NAD83(HARN) / Kentucky Single Zone (ftUS),1386,projected,4497,,4152,15375,,,Used for spatial data presentation for whole state.,State law defines system in US survey feet.  See code 3090 for equivalent metric definition.,"National Geodetic Survey (private communication) and Kentucky Division of Geographic Information, http://ngs.ky.gov/pdf-ppt/BB/KY_Single-Zone_Article.pdf",EPSG,2004-08-13,,1,0
-3092,Tokyo / UTM zone 51N,2951,projected,4400,,4301,16051,,,Medium scale topographic mapping.,Superseded by JGD2000 / UTM zone 51N (code 3182).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
-3093,Tokyo / UTM zone 52N,2952,projected,4400,,4301,16052,,,Medium scale topographic mapping.,Superseded by JGD2000 / UTM zone 52N (code 3183).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
-3094,Tokyo / UTM zone 53N,2953,projected,4400,,4301,16053,,,Medium scale topographic mapping.,Superseded by JGD2000 / UTM zone 53N (code 3184).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
-3095,Tokyo / UTM zone 54N,2954,projected,4400,,4301,16054,,,Medium scale topographic mapping.,Superseded by JGD2000 / UTM zone 54N (code 3185).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
-3096,Tokyo / UTM zone 55N,2955,projected,4400,,4301,16055,,,Medium scale topographic mapping.,Superseded by JGD2000 / UTM zone 55N (code 3186).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
-3097,JGD2000 / UTM zone 51N,2951,projected,4400,,4612,16051,,,Medium scale topographic mapping.,Supersedes Tokyo / UTM zone 51N (code 3177).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
-3098,JGD2000 / UTM zone 52N,2952,projected,4400,,4612,16052,,,Medium scale topographic mapping.,Supersedes Tokyo / UTM zone 52N (code 3178).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
-3099,JGD2000 / UTM zone 53N,2953,projected,4400,,4612,16053,,,Medium scale topographic mapping.,Supersedes Tokyo / UTM zone 53N (code 3179).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
-3100,JGD2000 / UTM zone 54N,2954,projected,4400,,4612,16054,,,Medium scale topographic mapping.,Supersedes Tokyo / UTM zone 54N (code 3180).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
-3101,JGD2000 / UTM zone 55N,2955,projected,4400,,4612,16055,,,Medium scale topographic mapping.,Supersedes Tokyo / UTM zone 55N (code 3181).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
-3102,American Samoa 1962 / American Samoa Lambert,3109,projected,4497,,4169,15376,,,Large and medium scale topographic mapping and engineering survey.,Superseded by NAD83(HARN) / UTM zone 2S (projCRS 2195) as of mid-2000.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,EPSG,2005-05-21,2005.23,1,0
-3103,Mauritania 1999 / UTM zone 28N,2971,projected,4400,,4681,16028,,,Large and medium scale topographic mapping and engineering survey.,CARE! This CRS under investigation - may be in error.,Department for the Mining Cadastre.,EPSG,2004-10-14,,1,0
-3104,Mauritania 1999 / UTM zone 29N,2970,projected,4400,,4681,16029,,,Large and medium scale topographic mapping and engineering survey.,CARE! This CRS under investigation - may be in error.,Department for the Mining Cadastre.,EPSG,2004-10-14,,1,0
-3105,Mauritania 1999 / UTM zone 30N,2969,projected,4400,,4681,16030,,,Large and medium scale topographic mapping and engineering survey.,CARE! This CRS under investigation - may be in error.,Department for the Mining Cadastre.,EPSG,2004-10-14,,1,0
-3106,Gulshan 303 / Bangladesh Transverse Mercator,1041,projected,4400,,4682,16490,,,Large and medium scale topographic mapping and engineering survey.,,IGN,EPSG,2004-10-14,,1,0
+3081,NAD83 / Texas State Mapping System,1412,projected,4499,,4269,14251,,,Used for spatial data presentation for whole state.,Replaces NAD27 / Shackleford. From 2001 replaced by NAD83 / Texas Centric Mapping System (TCMS/LC and TCMS/AEA).,"Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",EPSG,2006-08-24,2006.72,1,0
+3082,NAD83 / Texas Centric Lambert Conformal,1412,projected,4499,,4269,14253,,,Used for state-wide spatial data presentation requiring shape preservation.,"For state-wide spatial data presentation requiring true area measurements use TCMS/AEA. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / Texas Centric Lambert Conformal.","Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",EPSG,2006-08-24,2006.72,1,0
+3083,NAD83 / Texas Centric Albers Equal Area,1412,projected,4499,,4269,14254,,,Used for state-wide spatial data presentation requiring true area measurements.,"For state-wide spatial data presentation requiring shape preservation use TCMS/LC. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / Texas Centric Albers Equal Area.","Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",EPSG,2006-08-24,2006.72,1,0
+3084,NAD83(HARN) / Texas Centric Lambert Conformal,1412,projected,4499,,4152,14253,,,Used for state-wide spatial data presentation requiring shape preservation.,For state-wide spatial data presentation requiring true area measurements use TCMS/AEA (CRS code 3085). Replaces NAD83 / Texas Centric Lambert Conformal for applications with an accuracy of better than 1m.  Replaced by NAD83(NSRS2007) / Texas Centric LC.,"Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",EPSG,2007-04-20,2006.72 2006.903 2007.031,1,0
+3085,NAD83(HARN) / Texas Centric Albers Equal Area,1412,projected,4499,,4152,14254,,,Used for state-wide spatial data presentation requiring true area measurements.,For state-wide spatial data presentation requiring shape preservation use TCMS/LC (CRS code 3084). Replaces NAD83 / Texas Centric Albers Equal Area for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / Texas Centric AEA.,"Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",EPSG,2007-04-20,2006.72 2006.903 2007.031,1,0
+3086,NAD83 / Florida GDL Albers,1379,projected,4499,,4269,10934,,,Used for spatial data presentation for whole state.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / Florida GDL Albers.","Florida Geographic Data Library, http://www.fgdl.org/fgdldocs/index.htm#proj",EPSG,2004-08-13,,1,0
+3087,NAD83(HARN) / Florida GDL Albers,1379,projected,4499,,4152,10934,,,Used for spatial data presentation for whole state.,Replaces NAD83 / Florida GDL Albers for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / Florida GDL Albers.,"Florida Geographic Data Library, http://www.fgdl.org/fgdldocs/index.htm#proj",EPSG,2007-04-20,2006.903 2007.031,1,0
+3088,NAD83 / Kentucky Single Zone,1386,projected,4499,,4269,11630,,,Used for spatial data presentation for whole state.,"State law defines system in US survey feet.  See code 3089 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / Kentucky (m) (code 3090).","National Geodetic Survey (private communication) and Kentucky Division of Geographic Information, http://ngs.ky.gov/pdf-ppt/BB/KY_Single-Zone_Article.pdf",EPSG,2004-08-13,,1,0
+3089,NAD83 / Kentucky Single Zone (ftUS),1386,projected,4497,,4269,15375,,,Used for spatial data presentation for whole state.,"State law defines system in US survey feet.  See code 3088 for equivalent metric definition. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / Kentucky (ftUS) (code 3091).","National Geodetic Survey (private communication) and Kentucky Division of Geographic Information, http://ngs.ky.gov/pdf-ppt/BB/KY_Single-Zone_Article.pdf",EPSG,2004-08-13,,1,0
+3090,NAD83(HARN) / Kentucky Single Zone,1386,projected,4499,,4152,11630,,,Used for spatial data presentation for whole state.,State law defines system in US survey feet.  See code 3091 for equivalent non-metric definition. Replaces NAD83 / KY1Z for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / KY1Z.,"National Geodetic Survey (private communication) and Kentucky Division of Geographic Information, http://ngs.ky.gov/pdf-ppt/BB/KY_Single-Zone_Article.pdf",EPSG,2007-04-20,2006.903 2007.031,1,0
+3091,NAD83(HARN) / Kentucky Single Zone (ftUS),1386,projected,4497,,4152,15375,,,Used for spatial data presentation for whole state.,State law defines system in US survey feet.  See code 3090 for equivalent metric definition. Replaces NAD83 / KY1Z (ft) for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / KY1Z(ft).,"National Geodetic Survey (private communication) and Kentucky Division of Geographic Information, http://ngs.ky.gov/pdf-ppt/BB/KY_Single-Zone_Article.pdf",EPSG,2007-04-20,2006.903 2007.031,1,0
+3092,Tokyo / UTM zone 51N,2951,projected,4400,,4301,16051,,,Medium scale topographic mapping.,Replaced by JGD2000 / UTM zone 51N (code 3182).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
+3093,Tokyo / UTM zone 52N,2952,projected,4400,,4301,16052,,,Medium scale topographic mapping.,Replaced by JGD2000 / UTM zone 52N (code 3183).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
+3094,Tokyo / UTM zone 53N,2953,projected,4400,,4301,16053,,,Medium scale topographic mapping.,Replaced by JGD2000 / UTM zone 53N (code 3184).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
+3095,Tokyo / UTM zone 54N,2954,projected,4400,,4301,16054,,,Medium scale topographic mapping.,Replaced by JGD2000 / UTM zone 54N (code 3185).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
+3096,Tokyo / UTM zone 55N,2955,projected,4400,,4301,16055,,,Medium scale topographic mapping.,Replaced by JGD2000 / UTM zone 55N (code 3186).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
+3097,JGD2000 / UTM zone 51N,2951,projected,4400,,4612,16051,,,Medium scale topographic mapping.,Replaces Tokyo / UTM zone 51N (code 3177).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
+3098,JGD2000 / UTM zone 52N,2952,projected,4400,,4612,16052,,,Medium scale topographic mapping.,Replaces Tokyo / UTM zone 52N (code 3178).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
+3099,JGD2000 / UTM zone 53N,2953,projected,4400,,4612,16053,,,Medium scale topographic mapping.,Replaces Tokyo / UTM zone 53N (code 3179).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
+3100,JGD2000 / UTM zone 54N,2954,projected,4400,,4612,16054,,,Medium scale topographic mapping.,Replaces Tokyo / UTM zone 54N (code 3180).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
+3101,JGD2000 / UTM zone 55N,2955,projected,4400,,4612,16055,,,Medium scale topographic mapping.,Replaces Tokyo / UTM zone 55N (code 3181).,Geographic Survey Institute; Japan.,EPSG,2004-04-27,,1,0
+3102,American Samoa 1962 / American Samoa Lambert,3109,projected,4497,,4169,15376,,,Large and medium scale topographic mapping and engineering survey.,Replaced by NAD83(HARN) / UTM zone 2S (projCRS 2195) as of mid-2000.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,EPSG,2005-05-21,2005.23,1,0
+3103,Mauritania 1999 / UTM zone 28N,2971,projected,4400,,4681,16028,,,Large and medium scale topographic mapping and engineering survey.,CARE! This CRS under investigation - may be in error.,Department for the Mining Cadastre.,EPSG,2004-10-14,,1,1
+3104,Mauritania 1999 / UTM zone 29N,2970,projected,4400,,4681,16029,,,Large and medium scale topographic mapping and engineering survey.,CARE! This CRS under investigation - may be in error.,Department for the Mining Cadastre.,EPSG,2004-10-14,,1,1
+3105,Mauritania 1999 / UTM zone 30N,2969,projected,4400,,4681,16030,,,Large and medium scale topographic mapping and engineering survey.,CARE! This CRS under investigation - may be in error.,Department for the Mining Cadastre.,EPSG,2004-10-14,,1,1
+3106,Gulshan 303 / Bangladesh Transverse Mercator,1041,projected,4400,,4682,16490,,,Large and medium scale topographic mapping and engineering survey.,,Survey of Bangladesh via IGN Paris and Tullow Oil.,EPSG,2006-06-22,2006.47,1,0
 3107,GDA94 / SA Lambert,2986,projected,4400,,4283,17359,,,Natural Resources mapping of whole State.,,"South Australia Department for Environment and Heritage, Spatial Information Committee (SICOM); http://www.environment.sa.gov.au/mapland/sicom/sicom/lambert.html",EPSG,2004-10-20,,1,0
-3108,ETRS89 / Guernsey Grid,2989,projected,4400,,4258,19998,,,Large and medium scale topographic mapping and engineering survey.,Superseded ED50 / UTM zone 30N with effect from 1996.,"States of Guernsey and Digimap Ltd, Guernsey.",EPSG,2004-11-26,,1,0
+3108,ETRS89 / Guernsey Grid,2989,projected,4400,,4258,19998,,,Large and medium scale topographic mapping and engineering survey.,Replaced ED50 / UTM zone 30N with effect from 1996.,"States of Guernsey and Digimap Ltd, Guernsey.",EPSG,2004-11-26,,1,0
 3109,ETRS89 / Jersey Transverse Mercator,2988,projected,4400,,4258,19999,,,Large and medium scale topographic mapping and engineering survey.,Effective from January 1st 2005.,Jersey Planning & Environment Department.,EPSG,2004-11-26,,1,0
-3110,AGD66 / Vicgrid66,2285,projected,4400,,4202,17360,,,Natural Resources mapping of whole State.,"May also be used to display Victoria, New South Wales, Tasmania and South Australia as a single entity. Superseded by Vicgrid94 (CRS code 3111) with effect from 2nd February 2000.",Victoria Land Registry; http://www.land.vic.gov.au,EPSG,2005-01-07,,1,0
-3111,GDA94 / Vicgrid94,2285,projected,4400,,4283,17361,,,Natural Resources mapping of whole State.,"May also be used to display Victoria, New South Wales, Tasmania and South Australia as a single entity. Supersedes Vicgrid66 (CRS code 3110) with effect from 2nd February 2000.",Victoria Land Registry; http://www.land.vic.gov.au,EPSG,2005-01-07,,1,0
+3110,AGD66 / Vicgrid66,2285,projected,4400,,4202,17360,,,Natural Resources mapping of whole State.,"May also be used to display Victoria, New South Wales, Tasmania and South Australia as a single entity. Replaced by Vicgrid94 (CRS code 3111) with effect from 2nd February 2000.",Victoria Land Registry; http://www.land.vic.gov.au,EPSG,2005-01-07,,1,0
+3111,GDA94 / Vicgrid94,2285,projected,4400,,4283,17361,,,Natural Resources mapping of whole State.,"May also be used to display Victoria, New South Wales, Tasmania and South Australia as a single entity. Replaces Vicgrid66 (CRS code 3110) with effect from 2nd February 2000.",Victoria Land Registry; http://www.land.vic.gov.au,EPSG,2005-01-07,,1,0
 3112,GDA94 / Geoscience Australia Lambert,2575,projected,4400,,4283,17362,,,Australia-wide geoscience mapping.,,Geoscience Australia; http://www.ga.gov.au/map/broker/wms_info.php,EPSG,2005-01-07,,1,0
 3113,GDA94 / BCSG02,2990,projected,4400,,4283,17363,,,Engineering survey projects and consequent design and construction,,Brisbane City Council,EPSG,2005-02-21,,1,0
-3114,MAGNA-SIRGAS / Colombia Far West zone,3091,projected,4500,,4686,18055,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Bogota 1975 / Colombia West zone (CRS code 21891).,"Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-27,,1,0
-3115,MAGNA-SIRGAS / Colombia West zone,3090,projected,4500,,4686,18056,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Bogota 1975 / Colombia West zone (CRS code 21891).,"Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-27,,1,0
-3116,MAGNA-SIRGAS / Colombia Bogota zone,1599,projected,4500,,4686,18057,,,Large and medium scale topographic mapping and engineering survey. Also used for small scale mappig of whole country.,Supersedes Bogota 1975 / Colombia Bogota zone (CRS code 21892).,"Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-27,,1,0
-3117,MAGNA-SIRGAS / Colombia East Central zone,1600,projected,4500,,4686,18058,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Bogota 1975 / Colombia East Central zone (CRS code 21893).,"Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-27,,1,0
-3118,MAGNA-SIRGAS / Colombia East zone,1601,projected,4500,,4686,18059,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Bogota 1975 / Colombia East zone (CRS code 21894).,"Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-27,,1,0
-3119,Douala 1948 / AEF west,2555,projected,4400,,4192,18415,,,Medium and small scale topographic mapping and engineering survey.,Superseded by Manoca 1962 / UTM zone 32N (code 2215).,,EPSG,2005-06-17,,1,0
-3120,Pulkovo 1942(58) / Poland zone I,1515,projected,4530,,4179,18280,,,Large and medium scale topographic mapping and engineering survey.,To be phased out after 2009. Superseded by ETRS89 / Poland CS2000 zones 7 and 8 (codes 2178-79).,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,OGP,2005-10-29,,1,0
-3121,PRS92 / Philippines zone 1,1698,projected,4499,,4683,18171,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Luzon 1911 /  Philippines zone I (CRS code 25391).,"National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,,1,0
-3122,PRS92 / Philippines zone 2,1699,projected,4499,,4683,18172,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Luzon 1911 /  Philippines zone II (CRS code 25392).,"National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,,1,0
-3123,PRS92 / Philippines zone 3,1700,projected,4499,,4683,18173,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Luzon 1911 /  Philippines zone III (CRS code 25393).,"National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,,1,0
-3124,PRS92 / Philippines zone 4,1701,projected,4499,,4683,18174,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Luzon 1911 /  Philippines zone IV (CRS code 25394).,"National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,,1,0
-3125,PRS92 / Philippines zone 5,1702,projected,4499,,4683,18175,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Luzon 1911 /  Philippines zone V (CRS code 25395).,"National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,,1,0
+3114,MAGNA-SIRGAS / Colombia Far West zone,3091,projected,4500,,4686,18055,,,Large and medium scale topographic mapping and engineering survey.,Replaces Bogota 1975 / Colombia West zone (CRS code 21891).,"Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"".",EPSG,2007-07-02,2007.060,1,0
+3115,MAGNA-SIRGAS / Colombia West zone,3090,projected,4500,,4686,18056,,,Large and medium scale topographic mapping and engineering survey.,Replaces Bogota 1975 / Colombia West zone (CRS code 21891).,"Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"".",EPSG,2007-07-02,2007.060,1,0
+3116,MAGNA-SIRGAS / Colombia Bogota zone,1599,projected,4500,,4686,18057,,,Large and medium scale topographic mapping and engineering survey. Also used for small scale mappig of whole country.,Replaces Bogota 1975 / Colombia Bogota zone (CRS code 21892).,"Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.060,1,0
+3117,MAGNA-SIRGAS / Colombia East Central zone,1600,projected,4500,,4686,18058,,,Large and medium scale topographic mapping and engineering survey.,Replaces Bogota 1975 / Colombia East Central zone (CRS code 21893).,"Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"".",EPSG,2007-07-02,2007.060,1,0
+3118,MAGNA-SIRGAS / Colombia East zone,1601,projected,4500,,4686,18059,,,Large and medium scale topographic mapping and engineering survey.,Replaces Bogota 1975 / Colombia East zone (CRS code 21894).,"Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"".",EPSG,2007-07-02,2007.060,1,0
+3119,Douala 1948 / AEF west,2555,projected,4400,,4192,18415,,,Medium and small scale topographic mapping and engineering survey.,Replaced by Manoca 1962 / UTM zone 32N (code 2215).,,EPSG,2005-06-17,,1,0
+3120,Pulkovo 1942(58) / Poland zone I,1515,projected,4530,,4179,18280,,,Large and medium scale topographic mapping and engineering survey.,To be phased out after 2009. Replaced by ETRS89 / Poland CS2000 zones 7 and 8 (codes 2178-79).,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,OGP,2005-10-29,,1,0
+3121,PRS92 / Philippines zone 1,1698,projected,4499,,4683,18171,,,Large and medium scale topographic mapping and engineering survey.,Replaces Luzon 1911 /  Philippines zone I (CRS code 25391).,"National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,,1,0
+3122,PRS92 / Philippines zone 2,1699,projected,4499,,4683,18172,,,Large and medium scale topographic mapping and engineering survey.,Replaces Luzon 1911 /  Philippines zone II (CRS code 25392).,"National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,,1,0
+3123,PRS92 / Philippines zone 3,1700,projected,4499,,4683,18173,,,Large and medium scale topographic mapping and engineering survey.,Replaces Luzon 1911 /  Philippines zone III (CRS code 25393).,"National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,,1,0
+3124,PRS92 / Philippines zone 4,1701,projected,4499,,4683,18174,,,Large and medium scale topographic mapping and engineering survey.,Replaces Luzon 1911 /  Philippines zone IV (CRS code 25394).,"National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,,1,0
+3125,PRS92 / Philippines zone 5,1702,projected,4499,,4683,18175,,,Large and medium scale topographic mapping and engineering survey.,Replaces Luzon 1911 /  Philippines zone V (CRS code 25395).,"National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,,1,0
 3126,ETRS89 / ETRS-GK19FIN,3092,projected,4500,,4258,18183,,,"Large topographic mapping, cadastral and engineering survey. (For medium scale mapping and country-wide work use ETRS89 / ETRS-TM35FIN, code 3067).",,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,2005-04-14,,1,0
+http://www.maanmittauslaitos.fi",EPSG,2007-02-02,2007.014,1,0
 3127,ETRS89 / ETRS-GK20FIN,3093,projected,4500,,4258,18184,,,"Large topographic mapping, cadastral and engineering survey. (For medium scale mapping and country-wide work use ETRS89 / ETRS-TM35FIN, code 3067).",,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,2005-04-14,,1,0
+http://www.maanmittauslaitos.fi",EPSG,2007-02-02,2007.014,1,0
 3128,ETRS89 / ETRS-GK21FIN,3094,projected,4500,,4258,18185,,,"Large topographic mapping, cadastral and engineering survey. (For medium scale mapping and country-wide work use ETRS89 / ETRS-TM35FIN, code 3067).",,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,2005-04-14,,1,0
+http://www.maanmittauslaitos.fi",EPSG,2007-02-02,2007.014,1,0
 3129,ETRS89 / ETRS-GK22FIN,3095,projected,4500,,4258,18186,,,"Large topographic mapping, cadastral and engineering survey. (For medium scale mapping and country-wide work use ETRS89 / ETRS-TM35FIN, code 3067).",,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,2005-04-14,,1,0
+http://www.maanmittauslaitos.fi",EPSG,2007-02-02,2007.014,1,0
 3130,ETRS89 / ETRS-GK23FIN,3096,projected,4500,,4258,18187,,,"Large topographic mapping, cadastral and engineering survey. (For medium scale mapping and country-wide work use ETRS89 / ETRS-TM35FIN, code 3067).",,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,2005-04-14,,1,0
+http://www.maanmittauslaitos.fi",EPSG,2007-02-02,2007.014,1,0
 3131,ETRS89 / ETRS-GK24FIN,3097,projected,4500,,4258,18188,,,"Large topographic mapping, cadastral and engineering survey. (For medium scale mapping and country-wide work use ETRS89 / ETRS-TM35FIN, code 3067).",,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,2005-04-14,,1,0
+http://www.maanmittauslaitos.fi",EPSG,2007-02-02,2007.014,1,0
 3132,ETRS89 / ETRS-GK25FIN,3098,projected,4500,,4258,18189,,,"Large topographic mapping, cadastral and engineering survey. (For medium scale mapping and country-wide work use ETRS89 / ETRS-TM35FIN, code 3067).",,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,2005-04-14,,1,0
+http://www.maanmittauslaitos.fi",EPSG,2007-02-02,2007.014,1,0
 3133,ETRS89 / ETRS-GK26FIN,3099,projected,4500,,4258,18190,,,"Large topographic mapping, cadastral and engineering survey. (For medium scale mapping and country-wide work use ETRS89 / ETRS-TM35FIN, code 3067).",,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,2005-04-14,,1,0
+http://www.maanmittauslaitos.fi",EPSG,2007-02-02,2007.014,1,0
 3134,ETRS89 / ETRS-GK27FIN,3100,projected,4500,,4258,18195,,,"Large topographic mapping, cadastral and engineering survey. (For medium scale mapping and country-wide work use ETRS89 / ETRS-TM35FIN, code 3067).",,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,2005-04-14,,1,0
+http://www.maanmittauslaitos.fi",EPSG,2007-02-02,2007.014,1,0
 3135,ETRS89 / ETRS-GK28FIN,3101,projected,4500,,4258,18196,,,"Large topographic mapping, cadastral and engineering survey. (For medium scale mapping and country-wide work use ETRS89 / ETRS-TM35FIN, code 3067).",,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,2005-04-14,,1,0
+http://www.maanmittauslaitos.fi",EPSG,2007-02-02,2007.014,1,0
 3136,ETRS89 / ETRS-GK29FIN,3102,projected,4500,,4258,18197,,,"Large topographic mapping, cadastral and engineering survey. (For medium scale mapping and country-wide work use ETRS89 / ETRS-TM35FIN, code 3067).",,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,2005-04-14,,1,0
+http://www.maanmittauslaitos.fi",EPSG,2007-02-02,2007.014,1,0
 3137,ETRS89 / ETRS-GK30FIN,3103,projected,4500,,4258,18198,,,"Large topographic mapping, cadastral and engineering survey. (For medium scale mapping and country-wide work use ETRS89 / ETRS-TM35FIN, code 3067).",,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,2005-04-14,,1,0
+http://www.maanmittauslaitos.fi",EPSG,2007-02-02,2007.014,1,0
 3138,ETRS89 / ETRS-GK31FIN,3104,projected,4500,,4258,18199,,,"Large topographic mapping, cadastral and engineering survey. (For medium scale mapping and country-wide work use ETRS89 / ETRS-TM35FIN, code 3067).",,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,2005-04-14,,1,0
-3148,Indian 1960 / UTM zone 48N,1542,projected,4400,,4131,16048,,,Large and medium scale topographic mapping and engineering survey.,In Vietnam superseded by Hanoi 72 / Gauss zone 18 from 1988 onwards.,,EPSG,1998-11-11,,1,0
-3149,Indian 1960 / UTM zone 49N,1453,projected,4400,,4131,16049,,,Large and medium scale topographic mapping and engineering survey.,Superseded by Hanoi 72 / Gauss zone 18 from 1988 onwards.,,EPSG,1998-11-11,,1,0
+http://www.maanmittauslaitos.fi",EPSG,2007-02-02,2007.014,1,0
+3139,Vanua Levu 1915 / Vanua Levu Grid,3401,projected,4533,,4748,19878,,,"Large topographic mapping, cadastral and engineering survey.","For topographic mapping, replaced by Fiji 1956 / UTM (CRS codes 3141-42). For other purposes, replaced by Fiji 1986 / Fiji Map Grid (CRS code 3460).","Department of Lands and Survey, Fiji.",OGP,2007-02-06,2007.017,1,0
+3140,Viti Levu 1912 / Viti Levu Grid,3195,projected,4533,,4752,19879,,,"Large topographic mapping, cadastral and engineering survey.","For topographic mapping, replaced by Fiji 1956 / UTM (CRS codes 3141-42). For other purposes, replaced by Fiji 1986 / Fiji Map Grid (CRS code 3460).","Department of Lands and Survey, Fiji.",OGP,2007-02-06,2007.017,1,0
+3141,Fiji 1956 / UTM zone 60S,3399,projected,4400,,4721,16160,,,Topographic mapping.,"For topographic mapping, replaces Vanua Levu / Vanua Levu Grid (CRS code 3140). Replaced by Fiji 1986 / Fiji Map Grid (CRS code 3460).","Clifford J. Mugnier in Photogrammetric Engineering and Remote Sensing, October 2000, www.asprs.org.",OGP,2007-02-06,2007.017,1,0
+3142,Fiji 1956 / UTM zone 1S,3400,projected,4400,,4721,16101,,,Topographic mapping.,"For topographic mapping, replaces Viti Levu / Viti Levu Grid (CRS code 3139) and Vanua Levu / Vanua Levu Grid (CRS code 3140). Replaced by Fiji 1986 / Fiji Map Grid (CRS code 3460).","Clifford J. Mugnier in Photogrammetric Engineering and Remote Sensing, October 2000, www.asprs.org.",OGP,2007-02-06,2007.017,1,0
+3143,Fiji 1986 / Fiji Map Grid,1094,projected,4400,,4720,19880,,,"Topographic mapping, cadastral and engineering survey.","Supersedes Viti Levu 1912 / Viti Levu Grid, Vanua Levu 1915 / Vanua Levu Grid, Fiji 1956 / UTM zone 60S and Fiji 1956 / UTM zone 1S (CRS codes 3139-42).","Department of Lands and Survey, Fiji.",OGP,2006-07-19,,1,1
+3144,FD54 / Faroe Lambert,3248,projected,4501,,4741,19870,,,Cadastral survey.,Replaced by fk89 (CRS code 3173).,KMS,OGP,2006-08-04,,1,0
+3145,ETRS89 / Faroe Lambert,3248,projected,4501,,4258,19870,,,Topographical mapping.,Replaces ED50 / UTM zone 29N for topographic mapping. For cadastral survey see fk89 (CRS code 3173).,KMS,OGP,2007-02-02,2007.014,1,0
+3146,Pulkovo 1942 / 3-degree Gauss-Kruger zone 6,3403,projected,4530,,4284,16266,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1942 / 3-degree Gauss-Kruger CM 8E (code 3147).,OGP,OGP,2006-07-14,,1,0
+3147,Pulkovo 1942 / 3-degree Gauss-Kruger CM 18E,3403,projected,4530,,4284,16366,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 6 (code 3146).,OGP,OGP,2006-07-14,,1,0
+3148,Indian 1960 / UTM zone 48N,1542,projected,4400,,4131,16048,,,Large and medium scale topographic mapping and engineering survey.,In Vietnam replaced by Hanoi 72 / Gauss zone 18 from 1988 onwards.,,EPSG,1998-11-11,,1,0
+3149,Indian 1960 / UTM zone 49N,1453,projected,4400,,4131,16049,,,Large and medium scale topographic mapping and engineering survey.,Replaced by Hanoi 72 / Gauss zone 18 from 1988 onwards.,,EPSG,1998-11-11,,1,0
+3150,Pulkovo 1995 / 3-degree Gauss-Kruger zone 6,3403,projected,4530,,4200,16266,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1995 / 3-degree Gauss-Kruger CM 18E (code 3151).,"""Main Terms of Reference for the State Geodetic Network""; Federal Geodetic Service of Russia; 1994",OGP,2006-07-14,,1,0
+3151,Pulkovo 1995 / 3-degree Gauss-Kruger CM 18E,3403,projected,4530,,4200,16366,,,"Large scale topographic mapping, cadastral and engineering survey.",Truncated form of Pulkovo 1942 / 3-degree Gauss-Kruger zone 6 (code 3150).,"""Main Terms of Reference for the State Geodetic Network""; Federal Geodetic Service of Russia; 1994",OGP,2006-07-14,,1,0
+3152,ST74,3408,projected,4531,,4619,19876,,,"Large scale topographic mapping, cadastral and engineering survey.",Simulation of engineering (local) coordinate reference system through a Sweref-related projected CRS. Accuracy better than 0.05m.,"Lantmateriet, http://www.lantmateriet.com, SWEPOS pages.",OGP,2006-07-20,,1,0
+3153,NAD83(CSRS) / BC Albers,2832,projected,4400,,4617,19984,,,Spatial data storage and use for whole province in grid coordinates.,,Government of British Columbia Ministry of Sustainable Resource Management. http://srmwww.gov.bc.ca/gis/bceprojection.html,OGP,2006-07-30,,1,0
+3154,NAD83(CSRS) / UTM zone 7N,3409,projected,4400,,4617,16007,,,Large and medium scale topographic mapping and engineering survey.,,Geomatics Canada. http://ess.nrcan.gc.ca/geocan/,OGP,2006-07-30,,1,0
+3155,NAD83(CSRS) / UTM zone 8N,3410,projected,4400,,4617,16008,,,Large and medium scale topographic mapping and engineering survey.,,Geomatics Canada. http://ess.nrcan.gc.ca/geocan/,OGP,2006-07-30,,1,0
+3156,NAD83(CSRS) / UTM zone 9N,3411,projected,4400,,4617,16009,,,Large and medium scale topographic mapping and engineering survey.,,Geomatics Canada. http://ess.nrcan.gc.ca/geocan/,OGP,2006-07-30,,1,0
+3157,NAD83(CSRS) / UTM zone 10N,3412,projected,4400,,4617,16010,,,Large and medium scale topographic mapping and engineering survey.,,Geomatics Canada. http://ess.nrcan.gc.ca/geocan/,OGP,2006-07-30,,1,0
+3158,NAD83(CSRS) / UTM zone 14N,3413,projected,4400,,4617,16014,,,Large and medium scale topographic mapping and engineering survey.,,Geomatics Canada. http://ess.nrcan.gc.ca/geocan/,OGP,2006-07-30,,1,0
+3159,NAD83(CSRS) / UTM zone 15N,3414,projected,4400,,4617,16015,,,Large and medium scale topographic mapping and engineering survey.,,Geomatics Canada. http://ess.nrcan.gc.ca/geocan/,OGP,2006-07-30,,1,0
+3160,NAD83(CSRS) / UTM zone 16N,3415,projected,4400,,4617,16016,,,Large and medium scale topographic mapping and engineering survey.,,Geomatics Canada. http://ess.nrcan.gc.ca/geocan/,OGP,2006-07-30,,1,0
+3161,NAD83 / Ontario MNR Lambert,1367,projected,4400,,4269,19875,,,Province-wide environmental mapping.,,Ontario Ministry of Natural Resources via Conservation Ontario.,OGP,2006-07-21,,1,0
+3162,NAD83(CSRS) / Ontario MNR Lambert,1367,projected,4400,,4617,19875,,,Province-wide environmental mapping.,,Ontario Ministry of Natural Resources via Conservation Ontario.,OGP,2006-07-21,,1,0
+3163,RGNC91-93 / Lambert New Caledonia,3430,projected,4499,,4749,19981,,,Large and medium scale topographic mapping and engineering survey.,"Replaces IGN72 Grande Terre / UTM zone 58S, IGN56 Lifou / UTM zone 58S, ST87 Ouvea / UTM zone 58S, IGN53 Mare / UTM zone 58S, ST84 Ile des Pins / UTM zone 58S, ST71 Belep / UTM zone 58S and NEA74 Noumea / UTM zone 58S (CRS codes 2981,2995-98,3060,3164)","Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-21,,1,0
+3164,ST87 Ouvea / UTM zone 58S,2813,projected,4400,,4750,16158,,,Large and medium scale topographic mapping and engineering survey.,Replaced by RGNC91-93 / Lambert Caledonie (CRS code 3163).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-21,,1,0
+3165,NEA74 Noumea / Noumea Lambert,2823,projected,4499,,4644,19873,,,Large and medium scale topographic mapping and engineering survey.,Replaced by RGNC91-93 / Lambert Caledonie (CRS code 3163). Gives identical conversion results as NEA74 Noumea / Noumea Lambert 2 (CRS code 3166).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-21,,1,0
+3166,NEA74 Noumea / Noumea Lambert 2,2823,projected,4499,,4644,19874,,,Large and medium scale topographic mapping and engineering survey.,Replaced by RGNC91-93 / Lambert Caledonie (CRS code 3163). Variant of NEA74 Noumea / Noumea Lambert (CRS code 3166) with defining parameters at integer seconds: gives identical conversion results.,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-21,,1,0
+3167,Kertau (RSO) / RSO Malaya (ch),1690,projected,4410,,4751,19871,,,Large and medium scale topographic mapping and engineering survey.,See Kertau (RSO) / RSO Malaya (m) (CRS code 3168) for metric equivalent. Replaced by GDM2000 / Peninsula RSO (CRS code 3375).,Defence Geographic Centre.,OGP,2006-08-14,2006.73,1,0
+3168,Kertau (RSO) / RSO Malaya (m),1690,projected,4400,,4751,19872,,,Large and medium scale topographic mapping and engineering survey.,Adopts metric conversion of 0.914398 metres per yard. See Kertau (RSO) / RSO Malaya (ch) (CRS code 3168) for Imperial version. Replaced by GDM2000 / Peninsula RSO (CRS code 3375).,Defence Geographic Centre.,OGP,2006-08-14,2006.73,1,0
+3169,RGNC91-93 / UTM zone 57S,3431,projected,4400,,4749,16157,,,Large and medium scale topographic mapping and engineering survey.,"Used for EEZ mapping. For area of Grande-Terre, Isle de Pins, Belep and Loyalty Islands (Lifou, Mare, Ouvea), use RGNC91-93 / Lambert New Caledonia (CRS code 3163) rather than this system.","Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-25,,1,0
+3170,RGNC91-93 / UTM zone 58S,3432,projected,4400,,4749,16158,,,Large and medium scale topographic mapping and engineering survey.,"Used for EEZ mapping. For area of Grande-Terre, Isle de Pins, Belep and Loyalty Islands (Lifou, Mare, Ouvea), use RGNC91-93 / Lambert New Caledonia (CRS code 3163) rather than this system.","Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-25,,1,0
+3171,RGNC91-93 / UTM zone 59S,3433,projected,4400,,4749,16159,,,Large and medium scale topographic mapping and engineering survey.,"Used for EEZ mapping. For area of Grande-Terre, Isle de Pins, Belep and Loyalty Islands (Lifou, Mare, Ouvea), use RGNC91-93 / Lambert New Caledonia (CRS code 3163) rather than this system.","Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-25,,1,0
+3172,IGN53 Mare / UTM zone 59S,3435,projected,4400,,4641,16159,,,Large and medium scale topographic mapping and engineering survey.,Replaced by RGNC91-93 / Lambert Caledonie (CRS code 3163).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",EPSG,2006-07-25,,1,0
+3173,fk89 / Faroe Lambert FK89,3248,projected,4501,,4753,19877,,,Cadastral survey.,Replaces FD54 / Faroe Lambert (fk54) (CRS code 3144) for cadastral survey. Positional differences are under 2 metres.,KMS,OGP,2006-08-04,,1,0
+3174,NAD83 / Great Lakes Albers,3467,projected,4499,,4269,15397,,,Basin-wide mapping and analysis.,,Great Lakes Fisheries Commission,OGP,2007-01-19,,1,0
+3175,NAD83 / Great Lakes and St Lawrence Albers,3468,projected,4499,,4269,15398,,,Basin-wide mapping and analysis.,,Great Lakes Fisheries Commission,OGP,2007-01-19,,1,0
 3176,Indian 1960 / TM 106 NE,1495,projected,4400,,4131,16506,,,Used by Petrovietnam for offshore block 15.,,Petrovietnam,EPSG,1998-11-11,,1,0
+3177,LGD2006 / Libya TM,1143,projected,4499,,4754,18319,,,Small scale topographic mapping.,,Survey Department of Libya.,OGP,2006-08-25,,1,0
+3178,GR96 / UTM zone 18N,3449,projected,4400,,4747,16018,,,Large and medium scale topographic mapping and engineering survey.,,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-07-30,,1,0
+3179,GR96 / UTM zone 19N,3450,projected,4400,,4747,16019,,,Large and medium scale topographic mapping and engineering survey.,,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-07-30,,1,0
+3180,GR96 / UTM zone 20N,3451,projected,4400,,4747,16020,,,Large and medium scale topographic mapping and engineering survey.,,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-07-30,,1,0
+3181,GR96 / UTM zone 21N,3452,projected,4400,,4747,16021,,,Large and medium scale topographic mapping and engineering survey.,,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-07-30,,1,0
+3182,GR96 / UTM zone 22N,3453,projected,4400,,4747,16022,,,Large and medium scale topographic mapping and engineering survey.,,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-07-30,,1,0
+3183,GR96 / UTM zone 23N,3454,projected,4400,,4747,16023,,,Large and medium scale topographic mapping and engineering survey.,,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-07-30,,1,0
+3184,GR96 / UTM zone 24N,3455,projected,4400,,4747,16024,,,Large and medium scale topographic mapping and engineering survey.,,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-07-30,,1,0
+3185,GR96 / UTM zone 25N,3456,projected,4400,,4747,16025,,,Large and medium scale topographic mapping and engineering survey.,,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-07-30,,1,0
+3186,GR96 / UTM zone 26N,3457,projected,4400,,4747,16026,,,Large and medium scale topographic mapping and engineering survey.,,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-07-30,,1,0
+3187,GR96 / UTM zone 27N,3458,projected,4400,,4747,16027,,,Large and medium scale topographic mapping and engineering survey.,,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-07-30,,1,0
+3188,GR96 / UTM zone 28N,3459,projected,4400,,4747,16028,,,Large and medium scale topographic mapping and engineering survey.,,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-07-30,,1,0
+3189,GR96 / UTM zone 29N,3460,projected,4400,,4747,16029,,,Large and medium scale topographic mapping and engineering survey.,,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-07-30,,1,0
+3190,LGD2006 / Libya TM zone 5,1470,projected,4499,,4754,18310,,,Large scale topographic mapping and engineering survey.,,Survey Department of Libya.,OGP,2006-08-25,,1,0
+3191,LGD2006 / Libya TM zone 6,1471,projected,4499,,4754,18311,,,Large scale topographic mapping and engineering survey.,,Survey Department of Libya.,OGP,2006-08-25,,1,0
+3192,LGD2006 / Libya TM zone 7,1472,projected,4499,,4754,18312,,,Large scale topographic mapping and engineering survey.,,Survey Department of Libya.,OGP,2006-08-25,,1,0
+3193,LGD2006 / Libya TM zone 8,1473,projected,4499,,4754,18313,,,Large scale topographic mapping and engineering survey.,,Survey Department of Libya.,OGP,2006-08-25,,1,0
+3194,LGD2006 / Libya TM zone 9,1474,projected,4499,,4754,18314,,,Large scale topographic mapping and engineering survey.,,Survey Department of Libya.,OGP,2006-08-25,,1,0
+3195,LGD2006 / Libya TM zone 10,1475,projected,4499,,4754,18315,,,Large scale topographic mapping and engineering survey.,,Survey Department of Libya.,OGP,2006-08-25,,1,0
+3196,LGD2006 / Libya TM zone 11,1476,projected,4499,,4754,18316,,,Large scale topographic mapping and engineering survey.,,Survey Department of Libya.,OGP,2006-08-25,,1,0
+3197,LGD2006 / Libya TM zone 12,1477,projected,4499,,4754,18317,,,Large scale topographic mapping and engineering survey.,,Survey Department of Libya.,OGP,2006-08-25,,1,0
+3198,LGD2006 / Libya TM zone 13,1478,projected,4499,,4754,18318,,,Large scale topographic mapping and engineering survey.,,Survey Department of Libya.,OGP,2006-08-25,,1,0
+3199,LGD2006 / UTM zone 32N,1479,projected,4400,,4754,16032,,,Medium scale topographic mapping and engineering survey.,,Survey Department of Libya.,OGP,2006-08-25,,1,0
 3200,FD58 / Iraq zone,1300,projected,4400,,4132,19906,,,Large and medium scale topographic mapping and engineering survey.,,IOEPC records.,EPSG,1998-11-11,,1,0
+3201,LGD2006 / UTM zone 33N,1480,projected,4400,,4754,16033,,,Medium scale topographic mapping and engineering survey.,,Survey Department of Libya.,OGP,2006-08-25,,1,0
+3202,LGD2006 / UTM zone 34N,1481,projected,4400,,4754,16034,,,Medium scale topographic mapping and engineering survey.,,Survey Department of Libya.,OGP,2006-08-25,,1,0
+3203,LGD2006 / UTM zone 35N,1478,projected,4400,,4754,16035,,,Medium scale topographic mapping and engineering survey.,,Survey Department of Libya.,OGP,2006-08-25,,1,0
 3204,WGS 84 / SCAR IMW SP19-20,2991,projected,4400,,4326,17204,,,Medium scale studies and topographic mapping.,,Scientific Committee for Antarctic Research (SCAR) Geospatial Information Group.,EPSG,2005-04-14,,1,0
 3205,WGS 84 / SCAR IMW SP21-22,2992,projected,4400,,4326,17205,,,Medium scale studies and topographic mapping.,,Scientific Committee for Antarctic Research (SCAR) Geospatial Information Group.,EPSG,2005-04-14,,1,0
 3206,WGS 84 / SCAR IMW SP23-24,2993,projected,4400,,4326,17206,,,Medium scale studies and topographic mapping.,,Scientific Committee for Antarctic Research (SCAR) Geospatial Information Group.,EPSG,2005-04-14,,1,0
@@ -1251,26 +1315,26 @@
 3293,WGS 84 / SCAR IMW SW01-60,3080,projected,4490,,4326,17293,,,Medium scale studies and topographic mapping.,,Scientific Committee for Antarctic Research (SCAR) Geospatial Information Group.,EPSG,2005-04-14,,1,0
 3294,WGS 84 / USGS Transantarctic Mountains,3081,projected,4400,,4326,17294,,,Medium scale studies and topographic mapping.,,Scientific Committee for Antarctic Research (SCAR) Geospatial Information Group.,EPSG,2005-04-14,,1,0
 3295,Guam 1963 / Yap Islands,3108,projected,4499,,4675,15399,,,"Public reference, land and photgrammetric survey, mapping.",,"Yap State Code, Title 20, Chapter 5. http://www.fsmlaw.org/yap/code/title20/T20_Ch05.htm",EPSG,2005-05-21,,1,0
-3296,RGPF / UTM zone 5S,3120,projected,4400,,4687,16105,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Tahaa 54 / UTM zone 5S (CRS code 2977) and Maupiti 83 / UTM zone 5S (code 3306).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
-3297,RGPF / UTM zone 6S,3121,projected,4400,,4687,16106,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Moorea 87 / UTM zone 6S (CRS code 3305) and Tahiti 79 / UTM zone 6S (code 3304).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
-3298,RGPF / UTM zone 7S,3122,projected,4400,,4687,16107,,,Large and medium scale topographic mapping and engineering survey.,"Supersedes IGN 63 Hiva Oa / UTM zone 7S (CRS code 3302), IGN 72 Nuku Hiva / UTM zone 7S (code 2978) and MHEFO 55 / UTM zone 7S (code 3303).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
+3296,RGPF / UTM zone 5S,3120,projected,4400,,4687,16105,,,Large and medium scale topographic mapping and engineering survey.,Replaces Tahaa 54 / UTM zone 5S (CRS code 2977) and Maupiti 83 / UTM zone 5S (code 3306).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
+3297,RGPF / UTM zone 6S,3121,projected,4400,,4687,16106,,,Large and medium scale topographic mapping and engineering survey.,Replaces Moorea 87 / UTM zone 6S (CRS code 3305) and Tahiti 79 / UTM zone 6S (code 3304).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
+3298,RGPF / UTM zone 7S,3122,projected,4400,,4687,16107,,,Large and medium scale topographic mapping and engineering survey.,"Replaces IGN 63 Hiva Oa / UTM zone 7S (CRS code 3302), IGN 72 Nuku Hiva / UTM zone 7S (code 2978) and MHEFO 55 / UTM zone 7S (code 3303).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
 3299,RGPF / UTM zone 8S,3123,projected,4400,,4687,16108,,,Large and medium scale topographic mapping and engineering survey.,,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
-3300,Estonian Coordinate System of 1992,1090,projected,4530,,4133,19938,,,Used for 1:20000 and larger scale mapping.,EST97 / TM Baltic (CRS code 25884) used for medium and small scale applications. Superseded by Estonian Coordinate System of 1997 (code 3301).,http://www.geo.ut.ee/,EPSG,2005-09-29,2005.46,1,0
-3301,Estonian Coordinate System of 1997,1090,projected,4530,,4180,19938,,,Used for 1:20000 and larger scale mapping.,Supersedes Estonian Coordinate System of 1992 (code 3300). EST97 / TM Baltic (CRS code 25884) used for medium and small scale applications.,Estonian National Land Board via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-3302,IGN63 Hiva Oa / UTM zone 7S,3130,projected,4400,,4689,16107,,,Large and medium scale topographic mapping and engineering survey.,"Superseded by RGPF / UTM zone 7S, CRS code 3298.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
-3303,Fatu Iva 72 / UTM zone 7S,3133,projected,4400,,4688,16107,,,Large and medium scale topographic mapping and engineering survey.,"Superseded by RGPF / UTM zone 7S, CRS code 3298.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
-3304,Tahiti 79 / UTM zone 6S,3124,projected,4400,,4690,16106,,,Large and medium scale topographic mapping and engineering survey.,"Supersedes Tahiti 52 / UTM zone 6S (CRS code 2976) in Tahiti. Superseded by RGPF / UTM zone 6S, CRS code 3297.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
-3305,Moorea 87 / UTM zone 6S,3125,projected,4400,,4691,16106,,,Large and medium scale topographic mapping and engineering survey.,"Supersedes Tahiti 52 / UTM zone 6S (CRS code 2976) in Moorea. Superseded by RGPF / UTM zone 6S, CRS code 3297.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
-3306,Maupiti 83 / UTM zone 5S,3126,projected,4400,,4692,16105,,,Large and medium scale topographic mapping and engineering survey.,"Superseded by RGPF / UTM zone 5S, CRS code 3296.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
+3300,Estonian Coordinate System of 1992,1090,projected,4530,,4133,19938,,,Used for 1:20000 and larger scale mapping.,EST97 / TM Baltic (CRS code 25884) used for medium and small scale applications. Replaced by Estonian Coordinate System of 1997 (code 3301).,http://www.geo.ut.ee/,EPSG,2005-09-29,2005.46,1,0
+3301,Estonian Coordinate System of 1997,1090,projected,4530,,4180,19938,,,Used for 1:20000 and larger scale mapping.,Replaces Estonian Coordinate System of 1992 (code 3300). EST97 / TM Baltic (CRS code 25884) used for medium and small scale applications.,Estonian National Land Board via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
+3302,IGN63 Hiva Oa / UTM zone 7S,3130,projected,4400,,4689,16107,,,Large and medium scale topographic mapping and engineering survey.,"Replaced by RGPF / UTM zone 7S, CRS code 3298.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
+3303,Fatu Iva 72 / UTM zone 7S,3133,projected,4400,,4688,16107,,,Large and medium scale topographic mapping and engineering survey.,"Replaced by RGPF / UTM zone 7S, CRS code 3298.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
+3304,Tahiti 79 / UTM zone 6S,3124,projected,4400,,4690,16106,,,Large and medium scale topographic mapping and engineering survey.,"Replaces Tahiti 52 / UTM zone 6S (CRS code 2976) in Tahiti. Replaced by RGPF / UTM zone 6S, CRS code 3297.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
+3305,Moorea 87 / UTM zone 6S,3125,projected,4400,,4691,16106,,,Large and medium scale topographic mapping and engineering survey.,"Replaces Tahiti 52 / UTM zone 6S (CRS code 2976) in Moorea. Replaced by RGPF / UTM zone 6S, CRS code 3297.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
+3306,Maupiti 83 / UTM zone 5S,3126,projected,4400,,4692,16105,,,Large and medium scale topographic mapping and engineering survey.,"Replaced by RGPF / UTM zone 5S, CRS code 3296.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
 3307,Nakhl-e Ghanem / UTM zone 39N,2362,projected,4400,,4693,16039,,,Engineering survey for onshore facilities for South Pars phase 11 and Pars LNG.,,Total,EPSG,2005-08-17,,1,0
 3308,GDA94 / NSW Lambert,3139,projected,4400,,4283,17364,,,Natural Resources mapping of whole State.,,NSW Department of Lands.,EPSG,2005-08-18,,1,0
 3309,NAD27 / California Albers,1375,projected,4499,,4267,10420,,,Natural Resources mapping of whole State.,,"California Spatial Information Library (CaSIL), http://gis.ca.gov",EPSG,2005-09-19,,1,0
-3310,NAD83 / California Albers,1375,projected,4499,,4269,10420,,,Natural Resources mapping of whole State.,,"California Spatial Information Library (CaSIL), http://gis.ca.gov",EPSG,2005-09-19,,1,0
-3311,NAD83(HARN) / California Albers,1375,projected,4499,,4152,10420,,,Natural Resources mapping of whole State.,,"California Spatial Information Library (CaSIL), http://gis.ca.gov",EPSG,2005-09-19,,1,0
-3312,CSG67 / UTM zone 21N,3145,projected,4400,,4623,16021,,,Large and medium scale topographic mapping and engineering survey.,Superseded by RGFG95 / UTM zone 21N (CRS code 3313).,IGN Paris,EPSG,2005-09-23,,1,0
-3313,RGFG95 / UTM zone 21N,3145,projected,4400,,4624,16021,,,Large and medium scale topographic mapping and engineering survey.,Supersedes CSG67 / UTM zone 21N (CRS code 3312).,IGN Paris,EPSG,2005-09-23,,1,0
-3314,Katanga 1955 / Katanga Lambert,3147,projected,4400,,4695,17401,,,Medium and small scale topographic mapping.,,"Clifford J. Mugnier in Photgrammetric Engineering and Remote Sensing, June 2005.",EPSG,2005-09-30,,1,0
-3315,Katanga 1955 / Katanga TM,3147,projected,4400,,4695,17402,,,"Cadastre, engineering survey.",,"Clifford J. Mugnier in Photgrammetric Engineering and Remote Sensing, June 2005.",EPSG,2005-09-30,,1,0
+3310,NAD83 / California Albers,1375,projected,4499,,4269,10420,,,Natural Resources mapping of whole State.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / California Albers.","California Spatial Information Library (CaSIL), http://gis.ca.gov",EPSG,2005-09-19,,1,0
+3311,NAD83(HARN) / California Albers,1375,projected,4499,,4152,10420,,,Natural Resources mapping of whole State.,Replaces NAD83 / California Albers for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / California Albers.,"California Spatial Information Library (CaSIL), http://gis.ca.gov",EPSG,2007-04-20,2006.71 2006.903 2007.031,1,0
+3312,CSG67 / UTM zone 21N,3145,projected,4400,,4623,16021,,,Large and medium scale topographic mapping and engineering survey.,Replaced by RGFG95 / UTM zone 21N (CRS code 3313).,IGN Paris,EPSG,2005-09-23,,1,0
+3313,RGFG95 / UTM zone 21N,3145,projected,4400,,4624,16021,,,Large and medium scale topographic mapping and engineering survey.,Replaces CSG67 / UTM zone 21N (CRS code 3312).,IGN Paris,EPSG,2005-09-23,,1,0
+3314,Katanga 1955 / Katanga Lambert,3147,projected,4400,,4695,17401,,,Medium and small scale topographic mapping.,,"Clifford J. Mugnier in Photogrammetric Engineering and Remote Sensing, June 2005.",EPSG,2005-09-30,,1,0
+3315,Katanga 1955 / Katanga TM,3147,projected,4400,,4695,17402,,,"Cadastre, engineering survey.",,"Clifford J. Mugnier in Photogrammetric Engineering and Remote Sensing, June 2005.",EPSG,2005-09-30,,1,0
 3316,Kasai 1953 / Congo TM zone 22,3163,projected,4400,,4696,17422,,,"Cadastre, medium scale topographic mapping and engineering survey.",,Institut Geographique du Congo.,EPSG,2005-09-30,,1,0
 3317,Kasai 1953 / Congo TM zone 24,3164,projected,4400,,4696,17424,,,"Cadastre, medium scale topographic mapping and engineering survey.",,Institut Geographique du Congo.,EPSG,2005-09-30,,1,0
 3318,IGC 1962 / Congo TM zone 12,3150,projected,4400,,4697,17412,,,"Cadastre, medium scale topographic mapping and engineering survey.",,Institut Geographique du Congo.,EPSG,2005-09-30,,1,0
@@ -1292,10 +1356,15 @@
 3334,Pulkovo 1942(58) / Gauss-Kruger zone 4,3169,projected,4530,,4179,16204,,,"Medium scale (1/10000 and smaller) topographic mapping, military survey.",,"Geodeta issue 64, September 2000, http://www.atomnet.pl/~geodeta",OGP,2005-11-02,,1,0
 3335,Pulkovo 1942(58) / Gauss-Kruger zone 5,3170,projected,4530,,4179,16205,,,"Medium scale (1/10000 and smaller) topographic mapping, military survey.",,"Geodeta issue 64, September 2000, http://www.atomnet.pl/~geodeta",OGP,2005-11-02,,1,0
 3336,IGN 1962 Kerguelen / UTM zone 42S,2816,projected,4400,,4698,16142,,,Large and medium scale topographic mapping and engineering survey.,,IGN Paris,OGP,2005-11-23,,1,0
+3337,Le Pouce 1934 / Mauritius Grid,3209,projected,4400,,4699,19899,,,Large and medium scale topographic mapping and engineering survey.,,"Cartography Section, Ministry of Housing and Land.",OGP,2006-01-16,,1,0
+3338,NAD83 / Alaska Albers,1330,projected,4499,,4269,15021,,,Small scale mapping and state planning.,,State of Alaska Department of Natural Resources,OGP,2006-11-11,,1,0
 3339,IGCB 1955 / Congo TM zone 12,3150,projected,4400,,4701,17412,,,Large and medium scale topographic mapping and engineering survey.,Oil industry operations used IGBC 1955 / UTM zone 33S (code 3342).,IGN Paris,OGP,2005-11-28,,1,0
 3340,IGCB 1955 / Congo TM zone 14,3151,projected,4400,,4701,17414,,,Large and medium scale topographic mapping and engineering survey.,Oil industry operations used IGBC 1955 / UTM zone 33S (code 3342).,IGN Paris,OGP,2005-11-28,,1,0
 3341,IGCB 1955 / Congo TM zone 16,3152,projected,4400,,4701,17416,,,Large and medium scale topographic mapping and engineering survey.,Oil industry operations used IGBC 1955 / UTM zone 33S (code 3342).,IGN Paris,OGP,2005-11-28,,1,0
 3342,IGCB 1955 / UTM zone 33S,3171,projected,4400,,4701,16133,,,Oil industry operations.,,Petrofina.,OGP,2005-11-28,,1,0
+3343,Mauritania 1999 / UTM zone 28N,2971,projected,4400,,4702,16028,,,Large and medium scale topographic mapping and engineering survey.,,"Ministry of Works and Transport, Topography and Cartography Directive.",OGP,2006-03-16,,1,0
+3344,Mauritania 1999 / UTM zone 29N,2970,projected,4400,,4702,16029,,,Large and medium scale topographic mapping and engineering survey.,,"Ministry of Works and Transport, Topography and Cartography Directive.",OGP,2006-03-16,,1,0
+3345,Mauritania 1999 / UTM zone 30N,2969,projected,4400,,4702,16030,,,Large and medium scale topographic mapping and engineering survey.,,"Ministry of Works and Transport, Topography and Cartography Directive.",OGP,2006-03-16,,1,0
 3346,LKS94 / Lithuania TM,1145,projected,4530,,4669,19934,,,Large and medium scale topographic mapping and engineering survey.,LKS94 / TM Baltic (CRS code 25884) used for medium and small scale applications.,EuroGeographics; http://crs.bkg.bund.de/crs-eu/,OGP,2005-11-30,,1,0
 3347,NAD83 / Statistics Canada Lambert,1061,projected,4400,,4269,19897,,,Small scale mapping and statistical analysis.,"Data may sometimes be referenced to NAD83(CSRS) / STC Lambert (see CRS code 2248) which is then called ""NAD83 / STC Lambert"". At the scales involved the difference of under 2 metres between the two CRSs may not be significant.",Statistics Canada.,OGP,2005-12-21,,1,0
 3348,NAD83(CSRS) / Statistics Canada Lambert,1061,projected,4400,,4617,19897,,,Small scale mapping and statistical analysis.,"This CRS may sometimes be called ""NAD83 / STC Lambert"". That is the name of a different system (see CRS code 3347) but at the scales involved the positional difference of under 2 metres may not be significant.",Statistics Canada.,OGP,2005-12-21,,1,0
@@ -1303,27 +1372,421 @@
 3350,Pulkovo 1942 / CS63 zone C0,3173,projected,4530,,4284,18450,,,Large and medium scale topographic mapping and engineering survey.,,Informacines Technologijos Group,OGP,2005-12-21,,1,0
 3351,Pulkovo 1942 / CS63 zone C1,3174,projected,4530,,4284,18451,,,Large and medium scale topographic mapping and engineering survey.,,Informacines Technologijos Group,OGP,2005-12-21,,1,0
 3352,Pulkovo 1942 / CS63 zone C2,3175,projected,4530,,4284,18452,,,Large and medium scale topographic mapping and engineering survey.,,Informacines Technologijos Group,OGP,2005-12-21,,1,0
-3353,Mhast (onshore) / UTM zone 32S,3179,projected,4400,,4704,16132,,,Large and medium scale topographic mapping and engineering survey.,"Used by CABGOC. For offshore areas, in 1979 superseded by Mhast (offshore) / UTM zone 32S (CRS code 3354), from which this CRS differs by approximately 10m.",ChevronTexaco.,OGP,2006-01-06,,1,0
-3354,Mhast (offshore) / UTM zone 32S,3180,projected,4400,,4705,16132,,,Oil industry exploration and production between 1979 and 1987.,Used by CABGOC for offshore areas between 1979 and 1987. Differs from Mhast (onshore) / UTM zone 32S by approximately 10m. Superseded by Malongo 1987 / UTM zone 32S (CRS code 25932) in 1987.,ChevronTexaco.,OGP,2006-01-06,,1,0
+3353,Mhast (onshore) / UTM zone 32S,3179,projected,4400,,4704,16132,,,Large and medium scale topographic mapping and engineering survey.,"Used by CABGOC. For offshore areas, in 1979 replaced by Mhast (offshore) / UTM zone 32S (CRS code 3354), from which this CRS differs by approximately 10m.",ChevronTexaco.,OGP,2006-01-06,,1,0
+3354,Mhast (offshore) / UTM zone 32S,3180,projected,4400,,4705,16132,,,Oil industry exploration and production between 1979 and 1987.,Used by CABGOC for offshore areas between 1979 and 1987. Differs from Mhast (onshore) / UTM zone 32S by approximately 10m. Replaced by Malongo 1987 / UTM zone 32S (CRS code 25932) in 1987.,ChevronTexaco.,OGP,2006-01-06,,1,0
 3355,Egypt Gulf of Suez S-650 TL / Red Belt,2341,projected,4400,,4706,18072,,,Oil industry exploration and production in Gulf of Suez after 1980.,Differs from Egypt 1907 / Red Belt (CRS code 22992) by approximately 20m.,Various industry sources.,OGP,2006-01-31,,1,0
 3356,Grand Cayman 1959 / UTM zone 17N,3185,projected,4400,,4723,16017,,,"Topographic mapping, cadastral and engineering survey.",,Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1998. http://www.asprs.org/,OGP,2006-01-26,,1,0
 3357,Little Cayman 1961 / UTM zone 17N,3186,projected,4400,,4726,16017,,,"Topographic mapping, cadastral and engineering survey.",,Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1998. http://www.asprs.org/,OGP,2006-01-26,,1,0
-3358,NAD83(HARN) / North Carolina,1402,projected,4499,,4152,13230,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See CRS code 3359 for equivalent non-metric definition.,National Geodetic Survey,OGP,2006-01-31,,1,0
-3359,NAD83(HARN) / North Carolina (ftUS),1402,projected,4495,,4152,15346,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see CRS code 3358.,National Geodetic Survey,OGP,2006-01-31,,1,0
-3360,NAD83(HARN) / South Carolina,1409,projected,4499,,4152,13930,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 3361 for equivalent non-metric definition.,National Geodetic Survey,OGP,2006-01-31,,1,0
-3361,NAD83(HARN) / South Carolina (ft),1409,projected,4495,,4152,15355,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 3360.,National Geodetic Survey,OGP,2006-01-31,,1,0
-3362,NAD83(HARN) / Pennsylvania North,2245,projected,4499,,4152,13731,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3363 for equivalent non-metric definition.,National Geodetic Survey,OGP,2006-01-31,,1,0
-3363,NAD83(HARN) / Pennsylvania North (ftUS),2245,projected,4497,,4152,15353,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 3362.,National Geodetic Survey,OGP,2006-01-31,,1,0
-3364,NAD83(HARN) / Pennsylvania South,2246,projected,4499,,4152,13732,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3365 for equivalent non-metric definition.,National Geodetic Survey,OGP,2006-01-31,,1,0
-3365,NAD83(HARN) / Pennsylvania South (ftUS),2246,projected,4497,,4152,15354,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 3364.,National Geodetic Survey,OGP,2006-01-31,,1,0
-3366,Hong Kong 1963 Grid System,1118,projected,4500,,4738,19896,,,"Large scale topographic mapping, cadastral and engineering survey.",Superseded by Hong Kong 1980 Grid System (CRS code 2326).,"Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd",OGP,2006-02-06,,1,0
-3439,PSD93 / UTM zone 39N,1544,projected,4400,,4134,16039,,,Oil exploration and production.,Supersedes Fahud / UTM zone 39N projCRS (code 23239). Maximum differences to Fahud adjustment are 20 metres.,Petroleum Development Oman,EPSG,2004-04-07,2004.21,1,0
-3440,PSD93 / UTM zone 40N,1545,projected,4400,,4134,16040,,,Oil exploration and production.,Supersedes Fahud / UTM zone 40N projCRS (code 23240). Maximum differences to Fahud adjustment are 20 metres.,Petroleum Development Oman,EPSG,2004-04-07,2004.21,1,0
+3358,NAD83(HARN) / North Carolina,1402,projected,4499,,4152,13230,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See CRS code 3404 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2006.71 2006.903 2007.031,1,0
+3359,NAD83(HARN) / North Carolina (ftUS),1402,projected,4495,,4152,15346,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see CRS code 3358.,National Geodetic Survey,OGP,2007-01-20,2006.71 2006.903,1,1
+3360,NAD83(HARN) / South Carolina,1409,projected,4499,,4152,13930,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 3361 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2006.71 2006.903 2007.031,1,0
+3361,NAD83(HARN) / South Carolina (ft),1409,projected,4495,,4152,15355,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 3360. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2006.71 2006.903 2007.031,1,0
+3362,NAD83(HARN) / Pennsylvania North,2245,projected,4499,,4152,13731,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3363 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2006.71 2006.903 2007.031,1,0
+3363,NAD83(HARN) / Pennsylvania North (ftUS),2245,projected,4497,,4152,15353,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 3362. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2006.71 2006.903 2007.031,1,0
+3364,NAD83(HARN) / Pennsylvania South,2246,projected,4499,,4152,13732,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 3365 for equivalent non-metric definition. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2006.71 2006.903 2007.031,1,0
+3365,NAD83(HARN) / Pennsylvania South (ftUS),2246,projected,4497,,4152,15354,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 3364. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2006.71 2006.903 2007.031,1,0
+3366,Hong Kong 1963 Grid System,1118,projected,4500,,4738,19896,,,"Large scale topographic mapping, cadastral and engineering survey.",Superseded by Hong Kong 1980 Grid System (CRS code 2326).,"Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd",OGP,2006-02-06,,1,1
+3367,IGN Astro 1960 / UTM zone 28N,2971,projected,4400,,4700,16028,,,Small scale topographic mapping.,"Mining title descriptions referring only to ""Clarke 1880 ellipsoid, UTM zone 28"" should be assumed to be referenced to this CRS. Oil industry considers ""Mauritanian Mining Cadastre 1999 / UTM zone 28N"" to be exactly defined through tfm code 15857.",OGP,OGP,2006-03-16,,1,0
+3368,IGN Astro 1960 / UTM zone 29N,2970,projected,4400,,4700,16029,,,Small scale topographic mapping.,"Mining title descriptions referring only to ""Clarke 1880 ellipsoid, UTM zone 29"" should be assumed to be referenced to this CRS. Oil industry considers ""Mauritanian Mining Cadastre 1999 / UTM zone 29N"" to be exactly defined through tfm code 15858.",OGP,OGP,2006-03-16,,1,0
+3369,IGN Astro 1960 / UTM zone 30N,2969,projected,4400,,4700,16030,,,Small scale topographic mapping.,"Mining title descriptions referring only to ""Clarke 1880 ellipsoid, UTM zone 30"" should be assumed to be referenced to this CRS. Oil industry considers ""Mauritanian Mining Cadastre 1999 / UTM zone 30N"" to be exactly defined through tfm code 15859.",OGP,OGP,2006-03-16,,1,0
+3370,NAD27 / UTM zone 59N,3372,projected,4400,,4267,16059,,,Medium scale topographic mapping.,,US Geological Survey,OGP,2006-03-16,,1,0
+3371,NAD27 / UTM zone 60N,3373,projected,4400,,4267,16060,,,Medium scale topographic mapping.,,US Geological Survey,OGP,2006-03-16,,1,0
+3372,NAD83 / UTM zone 59N,3372,projected,4400,,4269,16059,,,Medium scale topographic mapping.,Replaces NAD27 / UTM zone 59N. For accuracies better than 1m replaced by NAD83(NSRS) / UTM zone 59N.,US Geological Survey,OGP,2007-05-29,2007.037,1,0
+3373,NAD83 / UTM zone 60N,3373,projected,4400,,4269,16060,,,Medium scale topographic mapping.,Replaces NAD27 / UTM zone 60N. For accuracies better than 1m replaced by NAD83(NSRS) / UTM zone 60N.,US Geological Survey,OGP,2007-05-29,2007.037,1,0
+3374,FD54 / UTM zone 29N,3248,projected,4400,,4741,16029,,,"Topographic mapping, engineering survey.",Replaced by ED50 / UTM zone 29N in late 1970's.,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-08-04,2005.472,1,0
+3375,GDM2000 / Peninsula RSO,1690,projected,4400,,4742,19895,,,"Topographic mapping, engineering survey.",Replaces Kertau (RSO) / RSO Malaya (CRS codes3167-68) .,GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-08-14,2006.73,1,0
+3376,GDM2000 / East Malaysia BRSO,1851,projected,4400,,4742,19894,,,"Topographic mapping, engineering survey.",Replaces Timbalai 1948 / RSO Borneo (CRS codes 29871-73).,GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-08-14,2006.73,1,0
+3377,GDM2000 / Johor Grid,3376,projected,4400,,4742,19893,,,Cadastral survey.,Replaces earlier Johor grid.,GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+3378,GDM2000 / Sembilan and Melaka Grid,3377,projected,4400,,4742,19892,,,Cadastral survey.,Replaces earlier Sembilan and Melaka grid.,GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+3379,GDM2000 / PahangGrid,3378,projected,4400,,4742,19891,,,Cadastral survey.,Replaces earlier Pahang grid.,GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+3380,GDM2000 / Selangor Grid,3379,projected,4400,,4742,19890,,,Cadastral survey.,Replaces earlier Selangor grid.,GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+3381,GDM2000 / Terengganu Grid,3380,projected,4400,,4742,19889,,,Cadastral survey.,Replaces earlier Terengganu grid.,GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+3382,GDM2000 / Pinang Grid,3381,projected,4400,,4742,19888,,,Cadastral survey.,Replaces earlier Pinang grid.,GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+3383,GDM2000 / Kedah and Perlis Grid,3382,projected,4400,,4742,19887,,,Cadastral survey.,Replaces earlier Kedah and Perlis grid.,GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+3384,GDM2000 / Perak Grid,3383,projected,4400,,4742,19886,,,Cadastral survey.,Replaces earlier Perak grid.,GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+3385,GDM2000 / Kelantan Grid,3384,projected,4400,,4742,19885,,,Cadastral survey.,Replaces earlier Kelantan Grid.,GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+3386,KKJ / Finland zone 0,3092,projected,4530,,4123,18180,,,Large and medium scale topographic mapping and engineering survey.,,"National Land Survey of Finland;
+http://www.maanmittauslaitos.fi",OGP,2006-03-30,,1,0
+3387,KKJ / Finland zone 5,3385,projected,4530,,4123,18205,,,Large and medium scale topographic mapping and engineering survey.,,"National Land Survey of Finland;
+http://www.maanmittauslaitos.fi",OGP,2006-03-30,,1,0
+3388,Pulkovo 1942 / Caspian Sea Mercator,1291,projected,4534,,4284,19884,,,Nautical charting and marine navigation.,,Main Department of Navigation & Oceanography of the USSR Ministry of Defence.,OGP,2006-05-08,,1,0
+3389,Pulkovo 1942 / 3-degree Gauss-Kruger zone 60,2706,projected,4530,,4284,16099,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1942 / 3-degree Gauss-Kruger CM 180E (code 2636).,EPSG,EPSG,2006-06-02,,1,0
+3390,Pulkovo 1995 / 3-degree Gauss-Kruger zone 60,2706,projected,4530,,4200,16099,,,"Large scale topographic mapping, cadastral and engineering survey.",Also found with truncated false easting - see Pulkovo 1995 / 3-degree Gauss-Kruger CM 180E (code 2754).,EPSG,EPSG,2006-06-02,,1,0
+3391,Karbala 1979 (Polservice) / UTM zone 37N,3387,projected,4400,,4743,16037,,,Large and medium scale topographic mapping and engineering survey.,"At time of record population, information regarding usage within oil sector is not available.",Various industry sources.,OGP,2006-06-02,,1,0
+3392,Karbala 1979 (Polservice) / UTM zone 38N,3388,projected,4400,,4743,16038,,,Large and medium scale topographic mapping and engineering survey.,"Replaces Nahrwan 1967 / UTM zone 38N (projCRS code 27087). At time of record population, information regarding usage within oil sector is not available.",Various industry sources.,OGP,2006-06-02,,1,0
+3393,Karbala 1979 (Polservice) / UTM zone 39N,3389,projected,4400,,4743,16039,,,Large and medium scale topographic mapping and engineering survey.,"Replaces Nahrwan 1967 / UTM zone 39N (projCRS code 27039). At time of record population, information regarding usage within oil sector is not available.",Various industry sources.,OGP,2006-06-02,,1,0
+3394,Nahrwan 1934 / Iraq zone,3390,projected,4400,,4744,19906,,,Large and medium scale topographic mapping and engineering survey.,"In Iran, replaced by FD58 / Iraq zone (projCRS code 3200). In Iraq, replaced by Nahrwan 1967 / UTM (projCRS codes 27038-39).",Various industry sources.,OGP,2006-06-02,,1,0
+3395,WGS 84 / World Mercator,3391,projected,4400,,4326,19883,,,Very small scale mapping.,Euro-centric view of world excluding polar areas.,OGP,OGP,2006-06-02,,1,0
+3396,PD/83 / Gauss-Kruger zone 3,3392,projected,4530,,4746,16263,,,"Topographic survey, mapping, cadastral survey.",Consistent with DHDN (CRS code 4314) at the 1-metre level. For low accuracy applications PD/83 can be considered the same as DHDN.,BKG via EuroGeographics. http://crs.bkg.bunde.de,OGP,2006-12-29,2006.894,1,0
+3397,PD/83 / Gauss-Kruger zone 4,3393,projected,4530,,4746,16264,,,"Topographic survey, mapping, cadastral survey.",Consistent with DHDN (CRS code 4314) at the 1-metre level. For low accuracy applications PD/83 can be considered the same as DHDN.,BKG via EuroGeographics. http://crs.bkg.bunde.de,OGP,2006-12-29,2006.894,1,0
+3398,RD/83 / Gauss-Kruger zone 4,3395,projected,4530,,4745,16264,,,"Topographic survey, mapping, cadastral survey.",Consistent with DHDN (CRS code 4314) at the 1-metre level. For low accuracy applications RD/83 can be considered the same as DHDN.,BKG via EuroGeographics. http://crs.bkg.bunde.de,OGP,2006-12-29,2006.894,1,0
+3399,RD/83 / Gauss-Kruger zone 5,3394,projected,4530,,4745,16265,,,"Topographic survey, mapping, cadastral survey.",Consistent with DHDN (CRS code 4314) at the 1-metre level. For low accuracy applications RD/83 can be considered the same as DHDN.,BKG via EuroGeographics. http://crs.bkg.bunde.de,OGP,2006-12-29,2006.894,1,0
+3400,NAD83 / Alberta 10-TM (Forest),2376,projected,4400,,4269,19881,,,Province-wide spatial data management and mapping.,"Easting coordinates are always positive in Alberta. For an alternative with easting coordinates  that may be either positive or negative, see NAD83 / Alberta 10-TM (Resource) (CRS code 3401).","Government of Alberta, Department of Alberta Agriculture Food and Rural Development.",OGP,2006-06-17,,1,0
+3401,NAD83 / Alberta 10-TM (Resource),2376,projected,4400,,4269,19882,,,Province-wide spatial data management and mapping.,Has negative easting coordinates in western Alberta. For an alternative with positive coordinates see NAD83 / Alberta 10-TM (Forest) (CRS code 3400).,"Government of Alberta, Department of Alberta Agriculture Food and Rural Development.",OGP,2006-06-17,,1,0
+3402,NAD83(CSRS) / Alberta 10-TM (Forest),2376,projected,4400,,4617,19881,,,Province-wide spatial data management and mapping.,"Easting coordinates are always positive in Alberta. For an alternative with easting coordinates  that may be either positive or negative, see NAD83(CSRS) / Alberta 10-TM (Resource) (CRS code 3403).","Government of Alberta, Department of Alberta Agriculture Food and Rural Development.",OGP,2006-06-17,,1,0
+3403,NAD83(CSRS) / Alberta 10-TM (Resource),2376,projected,4400,,4617,19882,,,Province-wide spatial data management and mapping.,Has negative easting coordinates in western Alberta. For an alternative with positive coordinates see NAD83(CSRS) / Alberta 10-TM (Forest) (CRS code 3402).,"Government of Alberta, Department of Alberta Agriculture Food and Rural Development.",OGP,2006-06-17,,1,0
+3404,NAD83(HARN) / North Carolina (ftUS),1402,projected,4497,,4152,15346,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see CRS code 3358. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2006.903 2007.031,1,0
+3405,VN-2000 / UTM zone 48N,1452,projected,4400,,4756,16048,,,"Geodetic survey, topographic mapping, engineering survey.",Replaces Hanoi 1972 / Gauss-Kruger zone 18 (CRS code 2044).,General Director of Land Administration.,OGP,2006-09-13,,1,0
+3406,VN-2000 / UTM zone 49N,1453,projected,4400,,4756,16049,,,"Geodetic survey, topographic mapping, engineering survey.",Replaces Hanoi 1972 / Gauss-Kruger zone 19 (CRS code 2045).,General Director of Land Administration.,OGP,2006-09-13,,1,0
+3407,Hong Kong 1963 Grid System,1118,projected,4502,,4738,19896,,,"Large scale topographic mapping, cadastral and engineering survey.",Replaced by Hong Kong 1980 Grid System (CRS code 2326).,"Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd",OGP,2006-09-25,,1,0
+3408,NSIDC EASE-Grid North,3475,projected,4469,,4053,19867,,,"Gridding and small scale and digital mapping for environmental sciences, including EASE-Grid.",Used as basis for Equal-Area Scalable Earth Grid (EASE-Grid). See information source for equations to define EASE-Grid overlay.,"Brodzik, M. J., & Knowles, K. (2002). EASE-Grid: a versatile set of equal-area projections and grids. http://www.ncgia.ucsb.edu/globalgrids-book/ease_grid",OGP,2006-12-14,,1,0
+3409,NSIDC EASE-Grid South,3474,projected,4470,,4053,19868,,,"Gridding and small scale and digital mapping for environmental sciences, including EASE-Grid.",Used as basis for Equal-Area Scalable Earth Grid (EASE-Grid). See information source for equations to define EASE-Grid overlay.,"Brodzik, M. J., & Knowles, K. (2002). EASE-Grid: a versatile set of equal-area projections and grids. http://www.ncgia.ucsb.edu/globalgrids-book/ease_grid",OGP,2006-12-14,,1,0
+3410,NSIDC EASE-Grid Global,3463,projected,4499,,4053,19869,,,"Gridding and small scale and digital mapping for environmental sciences, including EASE-Grid, in mid- and low latitudes.",Used as basis for Equal-Area Scalable Earth Grid (EASE-Grid). See information source for equations to define EASE-Grid overlay.,"Brodzik, M. J., & Knowles, K. (2002). EASE-Grid: a versatile set of equal-area projections and grids. http://www.ncgia.ucsb.edu/globalgrids-book/ease_grid",OGP,2006-12-14,,1,0
+3411,NSIDC Sea Ice Polar Stereographic North,3476,projected,4468,,4054,19865,,,Polar research. Used for small scale mapping of DMSP SSM/I microwave satellite imagery.,"The datum is unspecified. Uncertainty in location of over 1 km may result; at the coarse resolution and very small scales for which this system should be used, this uncertainty can be considered insignificant.",US National Snow and Ice Data Center,OGP,2006-12-14,,1,0
+3412,NSIDC Sea Ice Polar Stereographic South,3473,projected,4470,,4054,19866,,,Polar research. Used for small scale mapping of DMSP SSM/I microwave satellite imagery.,"The datum is unspecified. Uncertainty in location of over 1 km may result; at the coarse resolution and very small scales for which this system should be used, this uncertainty can be considered insignificant.",US National Snow and Ice Data Center,OGP,2006-12-14,,1,0
+3413,WGS 84 / NSIDC Sea Ice Polar Stereographic North,3476,projected,4468,,4326,19865,,,Polar research. Used for small scale mapping of satellite imagery and mosaic of Greenland.,,US National Snow and Ice Data Center,OGP,2006-09-22,,1,0
+3414,SVY21 / Singapore TM,1210,projected,4500,,4757,19864,,,Cadastre.,"For cadastral purposes, replaces Kertau 1968 / Singapore Grid (CRS code 24500) from August 2004.","Singapore Land Authority, http:/www.sla.gov.sg",OGP,2006-10-13,,1,0
+3415,WGS 72BE / South China Sea Lambert,3470,projected,4400,,4324,19863,,,Oil exploration.,Adopted during the 1980s by western operators of all SCS licence areas. See map projection remarks for ambiguity in definition.,Mobil Exploration.,OGP,2006-12-08,,1,0
+3416,ETRS89 / Austria Lambert,1037,projected,4530,,4258,19947,,,Medium and small scale mapping and GIS.,Replaces MGI / Austria Lambert (CRS code 31287).,Bundesamt fur Eich- und Vermessungswesen; Wien,OGP,2006-12-12,,1,0
+3417,NAD83 / Iowa North (ft US),2198,projected,4497,,4269,15377,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26975. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2006-12-20,,1,0
+3418,NAD83 / Iowa South (ft US),2199,projected,4497,,4269,15378,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26976. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2006-12-20,,1,0
+3419,NAD83 / Kansas North (ft US),2200,projected,4497,,4269,15379,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26977. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2006-12-20,,1,0
+3420,NAD83 / Kansas South (ft US),2201,projected,4497,,4269,15380,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26978. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2006-12-20,,1,0
+3421,NAD83 / Nevada East (ft US),2224,projected,4497,,4269,15381,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32107. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2006-12-20,,1,0
+3422,NAD83 / Nevada Central (ft US),2223,projected,4497,,4269,15382,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32108. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2006-12-20,,1,0
+3423,NAD83 / Nevada West (ft US),2225,projected,4497,,4269,15383,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32109. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2006-12-20,,1,0
+3424,NAD83 / New Jersey (ft US),1399,projected,4497,,4269,15384,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32111. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2006-12-20,,1,0
+3425,NAD83(HARN) / Iowa North (ft US),2198,projected,4497,,4152,15377,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2794. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3426,NAD83(HARN) / Iowa South (ft US),2199,projected,4497,,4152,15378,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2795. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3427,NAD83(HARN) / Kansas North (ft US),2200,projected,4497,,4152,15379,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2796. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3428,NAD83(HARN) / Kansas South (ft US),2201,projected,4497,,4152,15380,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2797. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3429,NAD83(HARN) / Nevada East (ft US),2224,projected,4497,,4152,15381,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2820. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3430,NAD83(HARN) / Nevada Central (ft US),2223,projected,4497,,4152,15382,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2821. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3431,NAD83(HARN) / Nevada West (ft US),2225,projected,4497,,4152,15383,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2822. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3432,NAD83(HARN) / New Jersey (ft US),1399,projected,4497,,4152,15384,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2824. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3433,NAD83 / Arkansas North (ftUS),2169,projected,4497,,4269,15385,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26951. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2007-01-20,,1,0
+3434,NAD83 / Arkansas South (ftUS),2170,projected,4497,,4269,15386,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26952. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2007-01-20,,1,0
+3435,NAD83 / Illinois East (ftUS),2194,projected,4497,,4269,15387,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26971. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2006-12-20,,1,0
+3436,NAD83 / Illinois West (ftUS),2195,projected,4497,,4269,15388,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26972. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2006-12-20,,1,0
+3437,NAD83 / New Hampshire (ftUS),1398,projected,4497,,4269,15389,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32110. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2006-12-20,,1,0
+3438,NAD83 / Rhode Island (ftUS),1408,projected,4497,,4269,15390,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32130. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2006-12-20,,1,0
+3439,PSD93 / UTM zone 39N,1544,projected,4400,,4134,16039,,,Oil exploration and production.,Replaces Fahud / UTM zone 39N projCRS (code 23239). Maximum differences to Fahud adjustment are 20 metres.,Petroleum Development Oman,EPSG,2004-04-07,2004.21,1,0
+3440,PSD93 / UTM zone 40N,1545,projected,4400,,4134,16040,,,Oil exploration and production.,Replaces Fahud / UTM zone 40N projCRS (code 23240). Maximum differences to Fahud adjustment are 20 metres.,Petroleum Development Oman,EPSG,2004-04-07,2004.21,1,0
+3441,NAD83(HARN) / Arkansas North (ftUS),2169,projected,4497,,4152,15385,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2764. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3442,NAD83(HARN) / Arkansas South (ftUS),2170,projected,4497,,4152,15386,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2765. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3443,NAD83(HARN) / Illinois East (ftUS),2194,projected,4497,,4152,15387,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2790. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3444,NAD83(HARN) / Illinois West (ftUS),2195,projected,4497,,4152,15388,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2791. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3445,NAD83(HARN) / New Hampshire (ftUS),1398,projected,4497,,4152,15389,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2823. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3446,NAD83(HARN) / Rhode Island (ftUS),1408,projected,4497,,4152,15390,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2840. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3447,ETRS89 / Belgian Lambert 2005,1347,projected,4499,,4258,19862,,,Large and medium scale topographic mapping and engineering survey.,Coordinates referenced to ETRS89 / Lambert 2005 differ from coordinates referenced to BD72 / Lambert 1972 (CRS code 31370) by approximately 1km in easting and northing.,IGN Brussels; www.ngi.be/,OGP,2006-12-29,,1,0
+3448,JAD2001 / Jamaica Metric Grid,3342,projected,4400,,4758,19860,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces JAD69 / Jamaica National Grid (CRS code 24200).,National Land Agency.,OGP,2007-01-19,,1,0
+3449,JAD2001 / UTM zone 17N,3478,projected,4400,,4758,16017,,,Hydrographic and aeronautical charting.,See JAD2001 / Jamaica Metric Grid (CRS code 3448) for land applications.,National Land Agency.,OGP,2007-01-19,,1,0
+3450,JAD2001 / UTM zone 18N,3479,projected,4400,,4758,16018,,,Hydrographic and aeronautical charting.,See JAD2001 / Jamaica Metric Grid (CRS code 3448) for land applications.,National Land Agency.,OGP,2007-01-19,,1,0
+3451,NAD83 / Louisiana North (ftUS),2204,projected,4497,,4269,15391,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26981. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2007-01-19,,1,0
+3452,NAD83 / Louisiana South (ftUS),2529,projected,4497,,4269,15392,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 26982. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2007-01-19,,1,0
+3453,NAD83 / Louisiana Offshore (ftUS),1387,projected,4497,,4269,15393,,,Large and medium scale topographic mapping and engineering survey.,This system is NOT used for oil industry purposes. State law defines system in US survey feet.  Federal definition is metric - see code 32199.,National Geodetic Survey,OGP,2007-01-19,,1,0
+3454,NAD83 / South Dakota North (ftUS),2249,projected,4497,,4269,15395,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32134. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2007-01-19,,1,0
+3455,NAD83 / South Dakota South (ftUS),2250,projected,4497,,4269,15395,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  Federal definition is metric - see code 32135. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,OGP,2007-01-19,,1,0
+3456,NAD83(HARN) / Louisiana North (ftUS),2204,projected,4497,,4152,15391,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2800. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3457,NAD83(HARN) / Louisiana South (ftUS),2529,projected,4497,,4152,15392,,,Large and medium scale topographic mapping and engineering survey.,Not applicable to offshore areas. State law defines system in US survey feet.  Federal definition is metric - see code 2801. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3458,NAD83(HARN) / South Dakota North (ftUS),2249,projected,4497,,4152,15394,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2841. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3459,NAD83(HARN) / South Dakota South (ftUS),2250,projected,4497,,4152,15395,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2842. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,National Geodetic Survey,OGP,2007-04-20,2007.031,1,0
+3460,Fiji 1986 / Fiji Map Grid,1094,projected,4400,,4720,19859,,,"Topographic mapping, cadastral and engineering survey.","Replaces Viti Levu 1912 / Viti Levu Grid, Vanua Levu 1915 / Vanua Levu Grid, Fiji 1956 / UTM zone 60S and Fiji 1956 / UTM zone 1S (CRS codes 3139-42).","Department of Lands and Survey, Fiji.",OGP,2007-02-06,,1,0
+3461,Dabola 1981 / UTM zone 28N,1468,projected,4400,,4155,16028,,,Large and medium scale topographic mapping and engineering survey.,Replaces Conakry 1905 / UTM zone 28 (EPSG code 31528).,,EPSG,2007-02-06,,1,0
+3462,Dabola 1981 / UTM zone 29N,1469,projected,4400,,4155,16029,,,Large and medium scale topographic mapping and engineering survey.,Replaces Conakry 1905 / UTM zone 29 (EPSG code 31529).,,EPSG,2007-02-06,,1,0
+3463,NAD83 / Maine CS2000 Central,2959,projected,4499,,4269,11854,,,Large and medium scale topographic mapping and engineering survey.,"Replaces CS27 and SPCS83 from 1/1/2001. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / CS2000.","State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2007-02-06,,1,0
+3464,NAD83(HARN) / Maine CS2000 Central,2959,projected,4499,,4152,11854,,,Large and medium scale topographic mapping and engineering survey.,Replaces CS27 and SPCS83 from 1/1/2001. Replaces NAD83 / SPCS for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / SPCS.,"State of Maine statutes, http://janus.state.me.us/legis/statutes/33/title33sec801.html",EPSG,2007-04-20,2007.031,1,0
+3465,NAD83(NSRS2007) / Alabama East,2154,projected,4499,,4759,10131,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3466,NAD83(NSRS2007) / Alabama West,2155,projected,4499,,4759,10132,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3467,NAD83(NSRS2007) / Alaska Albers,1330,projected,4499,,4759,15021,,,Small scale mapping and state planning.,Replaces NAD83 / Alaska Albers for applications with an accuracy of better than 1m.,State of Alaska Department of Natural Resources,OGP,2007-03-13,,1,0
+3468,NAD83(NSRS2007) / Alaska zone 1,2156,projected,4499,,4759,15031,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3469,NAD83(NSRS2007) / Alaska zone 2,2158,projected,4499,,4759,15032,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3470,NAD83(NSRS2007) / Alaska zone 3,2159,projected,4499,,4759,15033,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3471,NAD83(NSRS2007) / Alaska zone 4,2160,projected,4499,,4759,15034,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3472,NAD83(NSRS2007) / Alaska zone 5,2161,projected,4499,,4759,15035,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3473,NAD83(NSRS2007) / Alaska zone 6,2162,projected,4499,,4759,15036,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3474,NAD83(NSRS2007) / Alaska zone 7,2163,projected,4499,,4759,15037,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3475,NAD83(NSRS2007) / Alaska zone 8,2164,projected,4499,,4759,15038,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3476,NAD83(NSRS2007) / Alaska zone 9,2165,projected,4499,,4759,15039,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3477,NAD83(NSRS2007) / Alaska zone 10,2157,projected,4499,,4759,15040,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / SPCS for applications with an accuracy of better than 1m.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3478,NAD83(NSRS2007) / Arizona Central,2166,projected,4499,,4759,10232,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  See code 3479 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3479,NAD83(NSRS2007) / Arizona Central (ft),2166,projected,4495,,4759,15305,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  Federal definition is metric - see code 3478. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3480,NAD83(NSRS2007) / Arizona East,2167,projected,4499,,4759,10231,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  See code 3481 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3481,NAD83(NSRS2007) / Arizona East (ft),2167,projected,4495,,4759,15304,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  Federal definition is metric - see code 3480. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3482,NAD83(NSRS2007) / Arizona West,2168,projected,4499,,4759,10233,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  See code 3483 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3483,NAD83(NSRS2007) / Arizona West (ft),2168,projected,4495,,4759,15306,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  Federal definition is metric - see code 3482. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3484,NAD83(NSRS2007) / Arkansas North,2169,projected,4499,,4759,10331,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3485 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3485,NAD83(NSRS2007) / Arkansas North (ftUS),2169,projected,4497,,4759,15385,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3484. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3486,NAD83(NSRS2007) / Arkansas South,2170,projected,4499,,4759,10332,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3487 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3487,NAD83(NSRS2007) / Arkansas South (ftUS),2170,projected,4497,,4759,15386,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3486. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3488,NAD83(NSRS2007) / California Albers,1375,projected,4499,,4759,10420,,,Natural Resources mapping of whole State.,Replaces NAD83(HARN) / California Albers.,"California Spatial Information Library (CaSIL), http://gis.ca.gov",OGP,2007-05-29,,1,0
+3489,NAD83(NSRS2007) / California zone 1,2175,projected,4499,,4759,10431,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3490 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3490,NAD83(NSRS2007) / California zone 1 (ftUS),2175,projected,4497,,4759,15307,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3489. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3491,NAD83(NSRS2007) / California zone 2,2176,projected,4499,,4759,10432,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3492 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3492,NAD83(NSRS2007) / California zone 2 (ftUS),2176,projected,4497,,4759,15308,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3491. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3493,NAD83(NSRS2007) / California zone 3,2177,projected,4499,,4759,10433,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3494 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3494,NAD83(NSRS2007) / California zone 3 (ftUS),2177,projected,4497,,4759,15309,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3493. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3495,NAD83(NSRS2007) / California zone 4,2178,projected,4499,,4759,10434,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3496 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3496,NAD83(NSRS2007) / California zone 4 (ftUS),2178,projected,4497,,4759,15310,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3495. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3497,NAD83(NSRS2007) / California zone 5,2182,projected,4499,,4759,10435,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3498 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3498,NAD83(NSRS2007) / California zone 5 (ftUS),2182,projected,4497,,4759,15311,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3497. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3499,NAD83(NSRS2007) / California zone 6,2180,projected,4499,,4759,10436,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3500 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3500,NAD83(NSRS2007) / California zone 6 (ftUS),2180,projected,4497,,4759,15312,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3499. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3501,NAD83(NSRS2007) / Colorado Central,2183,projected,4499,,4759,10532,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3502 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3502,NAD83(NSRS2007) / Colorado Central (ftUS),2183,projected,4497,,4759,15314,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3501. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3503,NAD83(NSRS2007) / Colorado North,2184,projected,4499,,4759,10531,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3504 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3504,NAD83(NSRS2007) / Colorado North (ftUS),2184,projected,4497,,4759,15313,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3503. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3505,NAD83(NSRS2007) / Colorado South,2185,projected,4499,,4759,10533,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3506 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3506,NAD83(NSRS2007) / Colorado South (ftUS),2185,projected,4497,,4759,15315,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3505. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3507,NAD83(NSRS2007) / Connecticut,1377,projected,4499,,4759,10630,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3508 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3508,NAD83(NSRS2007) / Connecticut (ftUS),1377,projected,4497,,4759,15316,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3507. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3509,NAD83(NSRS2007) / Delaware,1378,projected,4499,,4759,10730,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3510 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3510,NAD83(NSRS2007) / Delaware (ftUS),1378,projected,4497,,4759,15317,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3509. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3511,NAD83(NSRS2007) / Florida East,2186,projected,4499,,4759,10931,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3512 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3512,NAD83(NSRS2007) / Florida East (ftUS),2186,projected,4497,,4759,15318,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3511. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3513,NAD83(NSRS2007) / Florida GDL Albers,1379,projected,4499,,4759,10934,,,Used for spatial data presentation for whole state.,Replaces NAD83(HARN) / Florida GDL Albers.,"Florida Geographic Data Library, http://www.fgdl.org/fgdldocs/index.htm#proj",OGP,2007-03-13,,1,0
+3514,NAD83(NSRS2007) / Florida North,2187,projected,4499,,4759,10933,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3515 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3515,NAD83(NSRS2007) / Florida North (ftUS),2187,projected,4497,,4759,15320,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3514. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3516,NAD83(NSRS2007) / Florida West,2188,projected,4499,,4759,10932,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3517 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3517,NAD83(NSRS2007) / Florida West (ftUS),2188,projected,4497,,4759,15319,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3516. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3518,NAD83(NSRS2007) / Georgia East,2189,projected,4499,,4759,11031,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3519 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3519,NAD83(NSRS2007) / Georgia East (ftUS),2189,projected,4497,,4759,15321,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3518. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3520,NAD83(NSRS2007) / Georgia West,2190,projected,4499,,4759,11032,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3521 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3521,NAD83(NSRS2007) / Georgia West (ftUS),2190,projected,4497,,4759,15322,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3520. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3522,NAD83(NSRS2007) / Idaho Central,2191,projected,4499,,4759,11132,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3523 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3523,NAD83(NSRS2007) / Idaho Central (ftUS),2191,projected,4497,,4759,15324,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3522. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3524,NAD83(NSRS2007) / Idaho East,2192,projected,4499,,4759,11131,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3525 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3525,NAD83(NSRS2007) / Idaho East (ftUS),2192,projected,4497,,4759,15323,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3524. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3526,NAD83(NSRS2007) / Idaho West,2193,projected,4499,,4759,11133,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3527 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3527,NAD83(NSRS2007) / Idaho West (ftUS),2193,projected,4497,,4759,15325,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3526. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3528,NAD83(NSRS2007) / Illinois East,2194,projected,4499,,4759,11231,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3529 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3529,NAD83(NSRS2007) / Illinois East (ftUS),2194,projected,4497,,4759,15387,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3528. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3530,NAD83(NSRS2007) / Illinois West,2195,projected,4499,,4759,11232,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3531 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3531,NAD83(NSRS2007) / Illinois West (ftUS),2195,projected,4497,,4759,15388,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3530. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3532,NAD83(NSRS2007) / Indiana East,2196,projected,4499,,4759,11331,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3533 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3533,NAD83(NSRS2007) / Indiana East (ftUS),2196,projected,4497,,4759,15372,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3532. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3534,NAD83(NSRS2007) / Indiana West,2197,projected,4499,,4759,11332,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3535 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3535,NAD83(NSRS2007) / Indiana West (ftUS),2197,projected,4497,,4759,15373,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3534. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3536,NAD83(NSRS2007) / Iowa North,2198,projected,4499,,4759,11431,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3537 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3537,NAD83(NSRS2007) / Iowa North (ft US),2198,projected,4497,,4759,15377,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3536. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3538,NAD83(NSRS2007) / Iowa South,2199,projected,4499,,4759,11432,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3539 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3539,NAD83(NSRS2007) / Iowa South (ft US),2199,projected,4497,,4759,15378,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3538. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3540,NAD83(NSRS2007) / Kansas North,2200,projected,4499,,4759,11531,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3541 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3541,NAD83(NSRS2007) / Kansas North (ft US),2200,projected,4497,,4759,15379,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3540. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3542,NAD83(NSRS2007) / Kansas South,2201,projected,4499,,4759,11532,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3543 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3543,NAD83(NSRS2007) / Kansas South (ft US),2201,projected,4497,,4759,15380,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3542. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3544,NAD83(NSRS2007) / Kentucky North,2202,projected,4499,,4759,15303,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3545 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3545,NAD83(NSRS2007) / Kentucky North (ftUS),2202,projected,4497,,4759,15328,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3544. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3546,NAD83(NSRS2007) / Kentucky Single Zone,1386,projected,4499,,4759,11630,,,Used for spatial data presentation for whole state.,State law defines use of US survey feet.  See code 3547 for equivalent non-metric definition. Replaces NAD83(HARN) / Kentucky Single Zone.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3547,NAD83(NSRS2007) / Kentucky Single Zone (ftUS),1386,projected,4497,,4759,15375,,,Used for spatial data presentation for whole state.,State law defines use of US survey feet.  See code 3546 for equivalent metric definition. Replaces NAD83(HARN) / Kentucky Single Zone (ftUS).,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3548,NAD83(NSRS2007) / Kentucky South,2203,projected,4499,,4759,11632,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3549 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3549,NAD83(NSRS2007) / Kentucky South (ftUS),2203,projected,4497,,4759,15329,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3548. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3550,NAD83(NSRS2007) / Louisiana North,2204,projected,4499,,4759,11731,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3551 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3551,NAD83(NSRS2007) / Louisiana North (ftUS),2204,projected,4497,,4759,15391,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3550. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3552,NAD83(NSRS2007) / Louisiana South,2529,projected,4499,,4759,11732,,,Large and medium scale topographic mapping and engineering survey.,Not applicable to offshore areas. State law defines use of US survey feet.  See code 3553 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3553,NAD83(NSRS2007) / Louisiana South (ftUS),2529,projected,4497,,4759,15392,,,Large and medium scale topographic mapping and engineering survey.,Not applicable to offshore areas. State law defines use of US survey feet.  Federal definition is metric - see code 3552. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3554,NAD83(NSRS2007) / Maine CS2000 Central,2959,projected,4499,,4759,11854,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3555,NAD83(NSRS2007) / Maine CS2000 East,2960,projected,4499,,4759,11851,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3556,NAD83(NSRS2007) / Maine CS2000 West,2958,projected,4499,,4759,11853,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3557,NAD83(NSRS2007) / Maine East,2206,projected,4499,,4759,11831,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3558,NAD83(NSRS2007) / Maine West,2207,projected,4499,,4759,11832,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3559,NAD83(NSRS2007) / Maryland,1389,projected,4499,,4759,11930,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3582 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3560,NAD83 / Utah North (ftUS),2258,projected,4497,,4269,15297,,,Large and medium scale topographic mapping and engineering survey.,"State law defining system in International feet (note: not US survey feet) has been withdrawn.  Federal definition is metric - see code 32142. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,OGP,2007-01-20,,0,0
 3561,Old Hawaiian / Hawaii zone 1,1546,projected,4497,,4135,15101,,,Large and medium scale topographic mapping and engineering survey.,Sometimes erroneously referred to as NAD27 / Hawaii zone 1.,,EPSG,1999-05-24,99.322,1,0
 3562,Old Hawaiian / Hawaii zone 2,1547,projected,4497,,4135,15102,,,Large and medium scale topographic mapping and engineering survey.,Sometimes erroneously referred to as NAD27 / Hawaii zone 2.,,EPSG,1999-05-24,99.322,1,0
 3563,Old Hawaiian / Hawaii zone 3,1548,projected,4497,,4135,15103,,,Large and medium scale topographic mapping and engineering survey.,Sometimes erroneously referred to as NAD27 / Hawaii zone 3.,,EPSG,1999-05-24,99.322,1,0
 3564,Old Hawaiian / Hawaii zone 4,1549,projected,4497,,4135,15104,,,Large and medium scale topographic mapping and engineering survey.,Sometimes erroneously referred to as NAD27 / Hawaii zone 4.,,EPSG,1999-05-24,99.322,1,0
 3565,Old Hawaiian / Hawaii zone 5,1550,projected,4497,,4135,15105,,,Large and medium scale topographic mapping and engineering survey.,Sometimes erroneously referred to as NAD27 / Hawaii zone 5.,,EPSG,1999-05-24,99.322,1,0
+3566,NAD83 / Utah Central (ftUS),2257,projected,4497,,4269,15298,,,Large and medium scale topographic mapping and engineering survey.,"State law defining system in International feet (note: not US survey feet) has been withdrawn.  Federal definition is metric - see code 32143. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,OGP,2007-01-20,,0,0
+3567,NAD83 / Utah South (ftUS),2259,projected,4497,,4269,15299,,,Large and medium scale topographic mapping and engineering survey.,"State law defining system in International feet (note: not US survey feet) has been withdrawn.  Federal definition is metric - see code 32144. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey  http://www.ngs.noaa.gov/INFO/Policy/st_plane.html,OGP,2007-01-20,,0,0
+3568,NAD83(HARN) / Utah North (ftUS),2258,projected,4497,,4152,15297,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2849. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 ft. Replaced by NAD83(NSRS2007) / SPCS.,"U.S. National Geodetic Survey
+http://www.ngs.noaa.gov/INFO/Policy/st_plane.html",OGP,2007-04-20,2007.031,0,0
+3569,NAD83(HARN) / Utah Central (ftUS),2257,projected,4497,,4152,15298,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2850. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 ft. Replaced by NAD83(NSRS2007) / SPCS.,"U.S. National Geodetic Survey
+http://www.ngs.noaa.gov/INFO/Policy/st_plane.html",OGP,2007-04-20,2007.031,0,0
+3570,NAD83(HARN) / Utah South (ftUS),2259,projected,4497,,4152,15299,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  Federal definition is metric - see code 2851. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 ft. Replaced by NAD83(NSRS2007) / SPCS.,"U.S. National Geodetic Survey
+http://www.ngs.noaa.gov/INFO/Policy/st_plane.html",OGP,2007-04-20,2007.031,0,0
+3571,WGS 84 / North Pole LAEA Bering Sea,3480,projected,4464,,4326,17295,,,Arctic research.,For studies of Bering Sea area.,Nuna Technologies on behalf of armap.org,OGP,2007-01-20,,1,0
+3572,WGS 84 / North Pole LAEA Alaska,3480,projected,4467,,4326,17296,,,Arctic research.,For studies of Alaskan area.,Nuna Technologies on behalf of armap.org,OGP,2007-01-20,,1,0
+3573,WGS 84 / North Pole LAEA Canada,3480,projected,4466,,4326,17297,,,Arctic research.,For studies of Canadian area.,Nuna Technologies on behalf of armap.org,OGP,2007-01-20,,1,0
+3574,WGS 84 / North Pole LAEA Atlantic,3480,projected,4465,,4326,17298,,,Arctic research.,For studies of North Atlantic and Greenland area.,Nuna Technologies on behalf of armap.org,OGP,2007-01-20,,1,0
+3575,WGS 84 / North Pole LAEA Europe,3480,projected,4463,,4326,17299,,,Arctic research.,For studies of north European area.,Nuna Technologies on behalf of armap.org,OGP,2007-01-20,,1,0
+3576,WGS 84 / North Pole LAEA Russia,3480,projected,4462,,4326,17300,,,Arctic research.,For studies of Russian area.,Nuna Technologies on behalf of armap.org,OGP,2007-01-20,,1,0
+3577,GDA94 / Australian Albers,2575,projected,4400,,4283,17365,,,Australia-wide geoscience and statistical mapping.,,"Australian Government Department of Agriculture, Fisheries and Forestry, Bureau of Rural Sciences. http://www.daff.gov.au/brs",OGP,2007-01-22,,1,0
+3578,NAD83 / Yukon Albers,2417,projected,4400,,4269,19858,,,Spatial data storage and use for whole province in grid coordinates.,This CRS name may sometimes be used as an alias for NAD83(CSRS) / Yukon Albers. See CRS code 3579.,"Government of Yukon, Geomatics Yukon. http://geomaticsyukon.ca",OGP,2007-02-19,,1,0
+3579,NAD83(CSRS) / Yukon Albers,2417,projected,4400,,4617,19858,,,Spatial data storage and use for whole province in grid coordinates.,"This CRS may sometimes be called ""NAD83 / Yukon Albers"". That is the name of a different system (see CRS code 3578) but at the scales involved the positional difference of under 2 metres may not be significant.","Government of Yukon, Geomatics Yukon. http://geomaticsyukon.ca",OGP,2007-05-29,,1,0
+3580,NAD83 / NWT Lambert,3481,projected,4400,,4269,19857,,,Spatial data storage and use for whole province in grid coordinates.,This CRS name may sometimes be used as an alias for NAD83(CSRS) / NWT Lambert. See CRS code 3581.,Government of Northwest Territories Centre for Geomatics. http://maps.gnwtgeomatics.nt.ca,OGP,2007-05-29,,1,0
+3581,NAD83(CSRS) / NWT Lambert,3481,projected,4400,,4617,19857,,,Spatial data storage and use for whole province in grid coordinates.,"This CRS may sometimes be called ""NAD83 / NWT Lambert"". That is the name of a different system (see CRS code 3580) but at the scales involved the positional difference of under 2 metres may not be significant.",Government of Northwest Territories Centre for Geomatics. http://maps.gnwtgeomatics.nt.ca,OGP,2007-05-29,,1,0
+3582,NAD83(NSRS2007) / Maryland (ftUS),1389,projected,4497,,4759,15330,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3559. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3583,NAD83(NSRS2007) / Massachusetts Island,2208,projected,4499,,4759,12032,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3584 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3584,NAD83(NSRS2007) / Massachusetts Island (ftUS),2208,projected,4497,,4759,15332,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3583. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3585,NAD83(NSRS2007) / Massachusetts Mainland,2209,projected,4499,,4759,12031,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3586 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3586,NAD83(NSRS2007) / Massachusetts Mainland (ftUS),2209,projected,4497,,4759,15331,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3585. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3587,NAD83(NSRS2007) / Michigan Central,1724,projected,4499,,4759,12142,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  See code 3588 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3588,NAD83(NSRS2007) / Michigan Central (ft),1724,projected,4495,,4759,15334,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  Federal definition is metric - see code 3587. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3589,NAD83(NSRS2007) / Michigan North,1723,projected,4499,,4759,12141,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  See code 3590 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3590,NAD83(NSRS2007) / Michigan North (ft),1723,projected,4495,,4759,15333,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  Federal definition is metric - see code 3589. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3591,NAD83(NSRS2007) / Michigan Oblique Mercator,1391,projected,4499,,4759,12150,,,Used for spatial data presentation for whole state.,Replaces NAD83(HARN) / Michigan Oblique Mercator.,"Michigan Department of Natural Resources,  http://www.michigan.gov/documents/DNR_Map_Proj_and_MI_Georef_Info_20889_7.pdf",OGP,2007-03-13,,1,0
+3592,NAD83(NSRS2007) / Michigan South,1725,projected,4499,,4759,12143,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  See code 3592 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3593,NAD83(NSRS2007) / Michigan South (ft),1725,projected,4495,,4759,15335,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  Federal definition is metric - see code 3591. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3594,NAD83(NSRS2007) / Minnesota Central,2213,projected,4499,,4759,12232,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3595,NAD83(NSRS2007) / Minnesota North,2214,projected,4499,,4759,12231,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3596,NAD83(NSRS2007) / Minnesota South,2215,projected,4499,,4759,12233,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3597,NAD83(NSRS2007) / Mississippi East,2216,projected,4499,,4759,12331,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3598 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3598,NAD83(NSRS2007) / Mississippi East (ftUS),2216,projected,4497,,4759,15336,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3597. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3599,NAD83(NSRS2007) / Mississippi West,2217,projected,4499,,4759,12332,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3600 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3600,NAD83(NSRS2007) / Mississippi West (ftUS),2217,projected,4497,,4759,15337,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3599. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3601,NAD83(NSRS2007) / Missouri Central,2218,projected,4499,,4759,12432,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3602,NAD83(NSRS2007) / Missouri East,2219,projected,4499,,4759,12431,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3603,NAD83(NSRS2007) / Missouri West,2220,projected,4499,,4759,12433,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3604,NAD83(NSRS2007) / Montana,1395,projected,4499,,4759,12530,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  See code 3605 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3605,NAD83(NSRS2007) / Montana (ft),1395,projected,4495,,4759,15338,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  Federal definition is metric - see code 3604. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3606,NAD83(NSRS2007) / Nebraska,1396,projected,4499,,4759,12630,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3607,NAD83(NSRS2007) / Nevada Central,2223,projected,4499,,4759,12732,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3608 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3608,NAD83(NSRS2007) / Nevada Central (ft US),2223,projected,4497,,4759,15382,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3607. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3609,NAD83(NSRS2007) / Nevada East,2224,projected,4499,,4759,12731,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3610 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3610,NAD83(NSRS2007) / Nevada East (ft US),2224,projected,4497,,4759,15381,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3609. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3611,NAD83(NSRS2007) / Nevada West,2225,projected,4499,,4759,12733,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3612 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3612,NAD83(NSRS2007) / Nevada West (ft US),2225,projected,4497,,4759,15383,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3611. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3613,NAD83(NSRS2007) / New Hampshire,1398,projected,4499,,4759,12830,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3614 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3614,NAD83(NSRS2007) / New Hampshire (ftUS),1398,projected,4497,,4759,15389,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3613. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3615,NAD83(NSRS2007) / New Jersey,1399,projected,4499,,4759,12930,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3616 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3616,NAD83(NSRS2007) / New Jersey (ft US),1399,projected,4497,,4759,15384,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3615. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3617,NAD83(NSRS2007) / New Mexico Central,2231,projected,4499,,4759,13032,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3618 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3618,NAD83(NSRS2007) / New Mexico Central (ftUS),2231,projected,4497,,4759,15340,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3617. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3619,NAD83(NSRS2007) / New Mexico East,2228,projected,4499,,4759,13031,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3620 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3620,NAD83(NSRS2007) / New Mexico East (ftUS),2228,projected,4497,,4759,15339,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3619. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3621,NAD83(NSRS2007) / New Mexico West,2232,projected,4499,,4759,13033,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3622 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3622,NAD83(NSRS2007) / New Mexico West (ftUS),2232,projected,4497,,4759,15341,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3621. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3623,NAD83(NSRS2007) / New York Central,2233,projected,4499,,4759,13132,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3624 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3624,NAD83(NSRS2007) / New York Central (ftUS),2233,projected,4497,,4759,15343,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3623. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3625,NAD83(NSRS2007) / New York East,2234,projected,4499,,4759,13131,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3626 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3626,NAD83(NSRS2007) / New York East (ftUS),2234,projected,4497,,4759,15342,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3625. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3627,NAD83(NSRS2007) / New York Long Island,2235,projected,4499,,4759,13134,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3628 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3628,NAD83(NSRS2007) / New York Long Island (ftUS),2235,projected,4497,,4759,15345,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3627. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3629,NAD83(NSRS2007) / New York West,2236,projected,4499,,4759,13133,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3630 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3630,NAD83(NSRS2007) / New York West (ftUS),2236,projected,4497,,4759,15344,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 36290. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3631,NAD83(NSRS2007) / North Carolina,1402,projected,4499,,4759,13230,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See CRS code 3632 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3632,NAD83(NSRS2007) / North Carolina (ftUS),1402,projected,4497,,4759,15346,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see CRS code 3631. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3633,NAD83(NSRS2007) / North Dakota North,2237,projected,4499,,4759,13331,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  See code 3634 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3634,NAD83(NSRS2007) / North Dakota North (ft),2237,projected,4495,,4759,15347,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  Federal definition is metric - see code 3633. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3635,NAD83(NSRS2007) / North Dakota South,2238,projected,4499,,4759,13332,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  See code 3636 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3636,NAD83(NSRS2007) / North Dakota South (ft),2238,projected,4495,,4759,15348,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  Federal definition is metric - see code 3635. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3637,NAD83(NSRS2007) / Ohio North,2239,projected,4499,,4759,13431,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3728 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3638,NAD83(NSRS2007) / Ohio South,2240,projected,4499,,4759,13432,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3729 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3639,NAD83(NSRS2007) / Oklahoma North,2241,projected,4499,,4759,13531,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3640 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3640,NAD83(NSRS2007) / Oklahoma North (ftUS),2241,projected,4497,,4759,15349,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3639. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3641,NAD83(NSRS2007) / Oklahoma South,2242,projected,4499,,4759,13532,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3642 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3642,NAD83(NSRS2007) / Oklahoma South (ftUS),2242,projected,4497,,4759,15350,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3641. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3643,NAD83(NSRS2007) / Oregon Lambert,1406,projected,4499,,4759,13633,,,Used by Oregon agencies for publishing State-wide spatial data in a single projected system.,State law defines use of International feet (note: not US survey feet).  See code 3644 for non-metric definition. Replaces NAD83(HARN) / SPCS.,"Oregon Geographic Information Council - Oregon Geospatial Data Clearing House, www.gis.state.or.us/coord/project/gpl.html",OGP,2007-03-13,,1,0
+3644,NAD83(NSRS2007) / Oregon Lambert (ft),1406,projected,4495,,4759,15374,,,Used by Oregon agencies for publishing State-wide spatial data in a single projected system.,State law defines use of International feet (note: not US survey feet).  Federal definition is metric - see code 3643. Replaces NAD83(HARN) / SPCS.,"Oregon Geographic Information Council - Oregon Geospatial Data Clearing House, www.gis.state.or.us/coord/project/gpl.html",OGP,2007-03-13,,1,0
+3645,NAD83(NSRS2007) / Oregon North,2243,projected,4499,,4759,13631,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  See code 3646 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3646,NAD83(NSRS2007) / Oregon North (ft),2243,projected,4495,,4759,15351,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  Federal definition is metric - see code 3645. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3647,NAD83(NSRS2007) / Oregon South,2244,projected,4499,,4759,13632,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  See code 3648 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3648,NAD83(NSRS2007) / Oregon South (ft),2244,projected,4495,,4759,15352,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  Federal definition is metric - see code 3647. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3649,NAD83(NSRS2007) / Pennsylvania North,2245,projected,4499,,4759,13731,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3650 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3650,NAD83(NSRS2007) / Pennsylvania North (ftUS),2245,projected,4497,,4759,15353,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3649. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3651,NAD83(NSRS2007) / Pennsylvania South,2246,projected,4499,,4759,13732,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3652 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3652,NAD83(NSRS2007) / Pennsylvania South (ftUS),2246,projected,4497,,4759,15354,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3651. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3653,NAD83(NSRS2007) / Rhode Island,1408,projected,4499,,4759,13830,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3654 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3654,NAD83(NSRS2007) / Rhode Island (ftUS),1408,projected,4497,,4759,15390,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3653. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3655,NAD83(NSRS2007) / South Carolina,1409,projected,4499,,4759,13930,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  See code 3656 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3656,NAD83(NSRS2007) / South Carolina (ft),1409,projected,4495,,4759,15355,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of International feet (note: not US survey feet).  Federal definition is metric - see code 3655. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3657,NAD83(NSRS2007) / South Dakota North,2249,projected,4499,,4759,14031,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3658 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3658,NAD83(NSRS2007) / South Dakota North (ftUS),2249,projected,4497,,4759,15394,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3657. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3659,NAD83(NSRS2007) / South Dakota South,2250,projected,4499,,4759,14032,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3660 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3660,NAD83(NSRS2007) / South Dakota South (ftUS),2250,projected,4497,,4759,15395,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3659. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3661,NAD83(NSRS2007) / Tennessee,1411,projected,4499,,4759,14130,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3662 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3662,NAD83(NSRS2007) / Tennessee (ftUS),1411,projected,4497,,4759,15356,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3661. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3663,NAD83(NSRS2007) / Texas Central,2252,projected,4499,,4759,14233,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3664 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3664,NAD83(NSRS2007) / Texas Central (ftUS),2252,projected,4497,,4759,15359,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3663. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3665,NAD83(NSRS2007) / Texas Centric Albers Equal Area,1412,projected,4499,,4759,14254,,,Used for state-wide spatial data presentation requiring true area measurements.,For state-wide spatial data presentation requiring shape preservation use TCMS/LC (CRS code 3666). Replaces NAD83(HARN) / Texas Centric Albers Equal Area.,"Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",OGP,2007-03-13,,1,0
+3666,NAD83(NSRS2007) / Texas Centric Lambert Conformal,1412,projected,4499,,4759,14253,,,Used for state-wide spatial data presentation requiring shape preservation.,For state-wide spatial data presentation requiring true area measurements use TCMS/AEA (CRS code 3665). Replaces NAD83(HARN) / Texas Centric Lambert Conformal.,"Texas Natural Resources Information System, http://www.tnris.state.tx.us/DigitalData/projections.htm",OGP,2007-03-13,,1,0
+3667,NAD83(NSRS2007) / Texas North,2253,projected,4499,,4759,14231,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3668 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3668,NAD83(NSRS2007) / Texas North (ftUS),2253,projected,4497,,4759,15357,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3667. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3669,NAD83(NSRS2007) / Texas North Central,2254,projected,4499,,4759,14232,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3670 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3670,NAD83(NSRS2007) / Texas North Central (ftUS),2254,projected,4497,,4759,15358,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3669. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3671,NAD83(NSRS2007) / Texas South,2528,projected,4499,,4759,14235,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3672 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3672,NAD83(NSRS2007) / Texas South (ftUS),2528,projected,4497,,4759,15361,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3671. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3673,NAD83(NSRS2007) / Texas South Central,2527,projected,4499,,4759,14234,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3764 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3674,NAD83(NSRS2007) / Texas South Central (ftUS),2527,projected,4497,,4759,15360,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3673. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3675,NAD83(NSRS2007) / Utah Central,2257,projected,4499,,4759,14332,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS. State law defining use of International feet (note: not US survey feet) has been withdrawn.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3676,NAD83(NSRS2007) / Utah Central (ft),2257,projected,4495,,4759,15363,,,Large and medium scale topographic mapping and engineering survey.,State law defining use of International feet (note: not US survey feet) has been withdrawn. Federal definition is metric - see code 3675. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,0,0
+3677,NAD83(NSRS2007) / Utah Central (ftUS),2257,projected,4497,,4759,15298,,,Large and medium scale topographic mapping and engineering survey.,State law defining use of International feet (note: not US survey feet) has been withdrawn. Federal definition is metric - see code 3675. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,0,0
+3678,NAD83(NSRS2007) / Utah North,2258,projected,4499,,4759,14331,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS. State law defining use of International feet (note: not US survey feet) has been withdrawn.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3679,NAD83(NSRS2007) / Utah North (ft),2258,projected,4495,,4759,15362,,,Large and medium scale topographic mapping and engineering survey.,State law defining use of International feet (note: not US survey feet) has been withdrawn. Federal definition is metric - see code 3678. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,0,0
+3680,NAD83(NSRS2007) / Utah North (ftUS),2258,projected,4497,,4759,15297,,,Large and medium scale topographic mapping and engineering survey.,State law defining use of International feet (note: not US survey feet) has been withdrawn. Federal definition is metric - see code 3678. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,0,0
+3681,NAD83(NSRS2007) / Utah South,2259,projected,4499,,4759,14333,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS. State law defining use of International feet (note: not US survey feet) has been withdrawn.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3682,NAD83(NSRS2007) / Utah South (ft),2259,projected,4495,,4759,15364,,,Large and medium scale topographic mapping and engineering survey.,State law defining use of International feet (note: not US survey feet) has been withdrawn. Federal definition is metric - see code 3681. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,0,0
+3683,NAD83(NSRS2007) / Utah South (ftUS),2259,projected,4497,,4759,15299,,,Large and medium scale topographic mapping and engineering survey.,State law defining use of International feet (note: not US survey feet) has been withdrawn. Federal definition is metric - see code 3681. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,0,0
+3684,NAD83(NSRS2007) / Vermont,1414,projected,4499,,4759,14430,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3685,NAD83(NSRS2007) / Virginia North,2260,projected,4499,,4759,14531,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3686 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3686,NAD83(NSRS2007) / Virginia North (ftUS),2260,projected,4497,,4759,15365,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3685. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3687,NAD83(NSRS2007) / Virginia South,2261,projected,4499,,4759,14532,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3688 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3688,NAD83(NSRS2007) / Virginia South (ftUS),2261,projected,4497,,4759,15366,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3687. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3689,NAD83(NSRS2007) / Washington North,2273,projected,4499,,4759,14631,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3690 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3690,NAD83(NSRS2007) / Washington North (ftUS),2273,projected,4497,,4759,15367,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3689. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3691,NAD83(NSRS2007) / Washington South,2274,projected,4499,,4759,14632,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3692 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3692,NAD83(NSRS2007) / Washington South (ftUS),2274,projected,4497,,4759,15368,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3691. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3693,NAD83(NSRS2007) / West Virginia North,2264,projected,4499,,4759,14731,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3694,NAD83(NSRS2007) / West Virginia South,2265,projected,4499,,4759,14732,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3695,NAD83(NSRS2007) / Wisconsin Central,2266,projected,4499,,4759,14832,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3696 for equivalent non-metric definition. SReplaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3696,NAD83(NSRS2007) / Wisconsin Central (ftUS),2266,projected,4497,,4759,15370,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3695. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3697,NAD83(NSRS2007) / Wisconsin North,2267,projected,4499,,4759,14831,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3698 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3698,NAD83(NSRS2007) / Wisconsin North (ftUS),2267,projected,4497,,4759,15369,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3607. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3699,NAD83(NSRS2007) / Wisconsin South,2268,projected,4499,,4759,14833,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3700 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3700,NAD83(NSRS2007) / Wisconsin South (ftUS),2268,projected,4497,,4759,15371,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3699. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3701,NAD83(NSRS2007) / Wisconsin Transverse Mercator,1418,projected,4499,,4759,14841,,,State-wide applications requiring a single system.,Designed as a single zone for the whole state. Replaces NAD27 / Wisconsin Transverse Mercator (CRS code 3069). Replaces NAD83(HARN) / Wisconsin Transverse Mercator.,Wisconsin Coordinate Systems Handbook (1991) http://sco.wisc.edu/pubs/wiscoord/wiscoord.php,OGP,2007-03-13,,1,0
+3702,NAD83(NSRS2007) / Wyoming East,2269,projected,4499,,4759,14931,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3730 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3703,NAD83(NSRS2007) / Wyoming East Central,2270,projected,4499,,4759,14932,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3731 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3704,NAD83(NSRS2007) / Wyoming West Central,2272,projected,4499,,4759,14933,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3732 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3705,NAD83(NSRS2007) / Wyoming West,2271,projected,4499,,4759,14934,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  See code 3733 for equivalent non-metric definition. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3706,NAD83(NSRS2007) / UTM zone 59N,3482,projected,4400,,4759,16059,,,Medium scale topographic mapping.,"For applications with an accuracy of better than 1m, replaces NAD83 / UTM zone 59N.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3707,NAD83(NSRS2007) / UTM zone 60N,3483,projected,4400,,4759,16060,,,Medium scale topographic mapping.,"For applications with an accuracy of better than 1m, replaces NAD83 / UTM zone 60N.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3708,NAD83(NSRS2007) / UTM zone 1N,3484,projected,4400,,4759,16001,,,Medium scale topographic mapping.,"For applications with an accuracy of better than 1m, replaces NAD83 / UTM zone 1N.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3709,NAD83(NSRS2007) / UTM zone 2N,3485,projected,4400,,4759,16002,,,Medium scale topographic mapping.,"For applications with an accuracy of better than 1m, replaces NAD83 / UTM zone 2N.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3710,NAD83(NSRS2007) / UTM zone 3N,3486,projected,4400,,4759,16003,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaces NAD83 / UTM zone 3N.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3711,NAD83(NSRS2007) / UTM zone 4N,3487,projected,4400,,4759,16004,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaces NAD83 / UTM zone 4N.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3712,NAD83(NSRS2007) / UTM zone 5N,3490,projected,4400,,4759,16005,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaces NAD83 / UTM zone 5N.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3713,NAD83(NSRS2007) / UTM zone 6N,3493,projected,4400,,4759,16006,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaces NAD83 / UTM zone 6N.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3714,NAD83(NSRS2007) / UTM zone 7N,3494,projected,4400,,4759,16007,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaces NAD83 / UTM zone 7N.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3715,NAD83(NSRS2007) / UTM zone 8N,3495,projected,4400,,4759,16008,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaces NAD83 / UTM zone 8N.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3716,NAD83(NSRS2007) / UTM zone 9N,3496,projected,4400,,4759,16009,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaces NAD83 / UTM zone 9N.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3717,NAD83(NSRS2007) / UTM zone 10N,3497,projected,4400,,4759,16010,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / UTM zone 10N.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3718,NAD83(NSRS2007) / UTM zone 11N,3498,projected,4400,,4759,16011,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / UTM zone 11N.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3719,NAD83(NSRS2007) / UTM zone 12N,3499,projected,4400,,4759,16012,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / UTM zone 12N.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3720,NAD83(NSRS2007) / UTM zone 13N,3500,projected,4400,,4759,16013,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / UTM zone 13N.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3721,NAD83(NSRS2007) / UTM zone 14N,3501,projected,4400,,4759,16014,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / UTM zone 14N.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3722,NAD83(NSRS2007) / UTM zone 15N,3502,projected,4400,,4759,16015,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / UTM zone 15N.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3723,NAD83(NSRS2007) / UTM zone 16N,3503,projected,4400,,4759,16016,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / UTM zone 16N.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3724,NAD83(NSRS2007) / UTM zone 17N,3504,projected,4400,,4759,16017,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / UTM zone 17N.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3725,NAD83(NSRS2007) / UTM zone 18N,3505,projected,4400,,4759,16018,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / UTM zone 18N.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3726,NAD83(NSRS2007) / UTM zone 19N,3506,projected,4400,,4759,16019,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83(HARN) / UTM zone 19N.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3727,Reunion 1947 / TM Reunion,3337,projected,4499,,4626,19856,,,Large and medium scale topographic mapping and engineering survey.,Replaces Reunion 1947 / Gauss Laborde Reunion (alias Piton des Neiges / Gauss Laborde Reunion). Replaced by RGR92 / UTM zone 40S (CRS code 2975).,IGN Paris,OGP,2007-03-13,,1,0
+3728,NAD83(NSRS2007) / Ohio North (ftUS),2239,projected,4497,,4759,13433,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3637. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3729,NAD83(NSRS2007) / Ohio South (ftUS),2240,projected,4497,,4759,13434,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3638. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3730,NAD83(NSRS2007) / Wyoming East (ftUS),2269,projected,4497,,4759,14935,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3702. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3731,NAD83(NSRS2007) / Wyoming East Central (ftUS),2270,projected,4497,,4759,14936,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3703. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3732,NAD83(NSRS2007) / Wyoming West Central (ftUS),2272,projected,4497,,4759,14937,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3704. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3733,NAD83(NSRS2007) / Wyoming West (ftUS),2271,projected,4497,,4759,14938,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 3705. Replaces NAD83(HARN) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3734,NAD83 / Ohio North (ftUS),2239,projected,4497,,4269,13433,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet. Federal definition is metric - see code 32122. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3735,NAD83 / Ohio South (ftUS),2240,projected,4497,,4269,13434,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet. Federal definition is metric - see code 32123. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3736,NAD83 / Wyoming East (ftUS),2269,projected,4497,,4269,14935,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet. Federal definition is metric - see code 32155. Replaced by NAD83(HARN) / SPCS for applications with an accuracy of better than 3 feet.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3737,NAD83 / Wyoming East Central (ftUS),2270,projected,4497,,4269,14936,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet. Federal definition is metric - see code 32156. Replaced by NAD83(HARN) / SPCS for applications with an accuracy of better than 3 feet.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3738,NAD83 / Wyoming West Central (ftUS),2272,projected,4497,,4269,14937,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet. Federal definition is metric - see code 32157. Replaced by NAD83(HARN) / SPCS for applications with an accuracy of better than 3 feet.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,1,0
+3739,NAD83 / Wyoming West (ftUS),2271,projected,4497,,4269,14938,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet. Federal definition is metric - see code 32158. Replaced by NAD83(HARN) / SPCS for applications with an accuracy of better than 3 feet.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3740,NAD83(HARN) / UTM zone 10N,3497,projected,4400,,4152,16010,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / UTM zone 10N for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / UTM zone 10N.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,OGP,2007-04-20,,1,0
+3741,NAD83(HARN) / UTM zone 11N,3498,projected,4400,,4152,16011,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / UTM zone 11N for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / UTM zone 11N.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,OGP,2007-04-20,,1,0
+3742,NAD83(HARN) / UTM zone 12N,3499,projected,4400,,4152,16012,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / UTM zone 12N for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / UTM zone 12N.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,OGP,2007-04-20,,1,0
+3743,NAD83(HARN) / UTM zone 13N,3500,projected,4400,,4152,16013,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / UTM zone 13N for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / UTM zone 13N.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,OGP,2007-04-20,,1,0
+3744,NAD83(HARN) / UTM zone 14N,3501,projected,4400,,4152,16014,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / UTM zone 14N for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / UTM zone 14N.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,OGP,2007-04-20,,1,0
+3745,NAD83(HARN) / UTM zone 15N,3502,projected,4400,,4152,16015,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / UTM zone 15N for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / UTM zone 15N.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,OGP,2007-04-20,,1,0
+3746,NAD83(HARN) / UTM zone 16N,3503,projected,4400,,4152,16016,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / UTM zone 16N for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / UTM zone 16N.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,OGP,2007-04-20,,1,0
+3747,NAD83(HARN) / UTM zone 17N,3504,projected,4400,,4152,16017,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / UTM zone 17N for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / UTM zone 17N.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,OGP,2007-04-20,,1,0
+3748,NAD83(HARN) / UTM zone 18N,3505,projected,4400,,4152,16018,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / UTM zone 18N for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / UTM zone 18N.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,OGP,2007-04-20,,1,0
+3749,NAD83(HARN) / UTM zone 19N,3506,projected,4400,,4152,16019,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD83 / UTM zone 19N for applications with an accuracy of better than 1m. Replaced by NAD83(NSRS2007) / UTM zone 19N.,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,OGP,2007-05-29,,1,0
+3750,NAD83(HARN) / UTM zone 4N,3488,projected,4400,,4152,16004,,,Large and medium scale topographic mapping and engineering survey.,,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,OGP,2007-03-13,,1,0
+3751,NAD83(HARN) / UTM zone 5N,3491,projected,4400,,4152,16005,,,Large and medium scale topographic mapping and engineering survey.,,US National Geodetic Survey (NGS)  http://www.ngs.noaa.gov/,OGP,2007-03-13,,1,0
+3752,WGS 84 / Mercator 41,3508,projected,4499,,4326,19855,,,Medium and small scale mapping.,,New Zealand National Institute for Water and Atmospheric Research,OGP,2007-03-22,,1,0
+3753,NAD83(HARN) / Ohio North (ftUS),2239,projected,4497,,4152,13433,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 2834. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3754,NAD83(HARN) / Ohio South (ftUS),2240,projected,4497,,4152,13434,,,Large and medium scale topographic mapping and engineering survey.,State law defines use of US survey feet.  Federal definition is metric - see code 2835. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+3755,NAD83(HARN) / Wyoming East (ftUS),2269,projected,4497,,4152,14935,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2862. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-04-20,,1,0
+3756,NAD83(HARN) / Wyoming East Central (ftUS),2270,projected,4497,,4152,14936,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2863. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-04-20,,1,0
+3757,NAD83(HARN) / Wyoming West Central (ftUS),2272,projected,4497,,4152,14937,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2864. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-04-20,,1,0
+3758,NAD83(HARN) / Wyoming West (ftUS),2271,projected,4497,,4152,14938,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  Federal definition is metric - see code 2865. Replaces NAD83 / SPCS for applications with an accuracy of better than 3 feet. Replaced by NAD83(NSRS2007) / SPCS.,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-04-20,,1,0
+3759,NAD83 / Hawaii zone 3 (ftUS),1548,projected,4497,,4269,15138,,,Large and medium scale topographic mapping and engineering survey of Honolulu County.,"State has no law defining grid unit; system therefore not recognised by Federal authorities. For applications with an accuracy of better than 3ft, replaced by NAD83(HARN) / SPCS.","City and County of Honolulu, http://www.honoluludpp.org",OGP,2007-04-20,,1,0
+3760,NAD83(HARN) / Hawaii zone 3 (ftUS),1548,projected,4497,,4152,15138,,,Large and medium scale topographic mapping and engineering survey of Honolulu County.,State has no law defining grid unit; system therefore not recognised by Federal authorities. Replaces NAD83 / SPCS for applications with an accuracy of better than 3ft.,"City and County of Honolulu, http://www.honoluludpp.org",OGP,2007-04-20,,1,0
+3761,NAD83(CSRS) / UTM zone 22N,2152,projected,4400,,4617,16022,,,Large and medium scale topographic mapping and engineering survey.,,Geomatics Canada. http://ess.nrcan.gc.ca/geocan/,OGP,2007-05-29,,1,0
+3762,WGS 84 / South Georgia Lambert,3529,projected,4400,,4326,19854,,,GIS,,British Antarctic Survey.,OGP,2007-07-06,,1,0
 3920,Puerto Rico / UTM zone 20N,1253,projected,4400,,4139,16020,,,Large and medium scale topographic mapping and engineering survey.,NAD27 / UTM zone 20 N (code 26720) used for military purposes.,Ordnance Survey of Great Britain,EPSG,1999-04-22,,1,0
 3991,Puerto Rico State Plane CS of 1927,1194,projected,4497,,4139,15201,,,Large and medium scale topographic mapping and engineering survey.,Sometimes erroneously referred to as NAD27 / Puerto Rico State Plane CS.,US National Geodetic Survey,EPSG,1999-05-24,99.323,1,0
 3992,Puerto Rico / St. Croix,1254,projected,4497,,4139,15202,,,Large and medium scale topographic mapping and engineering survey.,Sometimes erroneously referred to as NAD27 / St. Croix State Plane CS.,US National Geodetic Survey,EPSG,1999-05-24,99.323,1,0
@@ -1368,6 +1831,8 @@
 4045,Unknown datum based upon the Everest 1830 (1975 Definition) ellipsoid,1263,geographic 2D,6422,6045,,,,,Not recommended.,Use only in cases where geodetic datum is unknown.,EPSG,EPSG,2004-01-06,2000.42 2003.37,0,0
 4047,Unspecified datum based upon the GRS 1980 Authalic Sphere,1263,geographic 2D,6422,6047,,,,,Small scale statistical mapping.,Use only in cases where geodetic datum is unknown.,EPSG,EPSG,2004-01-06,2003.37 2003.33,0,0
 4052,Unspecified datum based upon the Clarke 1866 Authalic Sphere,1263,geographic 2D,6422,6052,,,,,Small scale statistical mapping.,Use only in cases where geodetic datum is unknown.,EPSG,EPSG,2004-04-27,,0,0
+4053,Unspecified datum based upon the International 1924 Authalic Sphere,1263,geographic 2D,6422,6053,,,,,Small scale statistical mapping.,Use only in cases where geodetic datum is unknown.,OGP,OGP,2006-09-22,,0,0
+4054,Unspecified datum based upon the Hughes 1980 ellipsoid,1263,geographic 2D,6422,6054,,,,,Data sets from US Defence Meteorological Satellite Program SSM/I microwave sensors.,DMSP SSM/I data sets provided by NSIDC for polar research.,US National Snow and Ice Data Center,OGP,2006-09-22,,0,0
 4120,Greek,1106,geographic 2D,6422,6120,,,,,Geodetic survey.,,Topography Department; National Technical University of Greece.,EPSG,2004-01-06,2003.37,1,0
 4121,GGRS87,1106,geographic 2D,6422,6121,,,,,Geodetic survey.,,Geodesy Department; Public Petroleum Corporation of Greece.,EPSG,2004-01-06,2003.37,1,0
 4122,ATS77,1283,geographic 2D,6422,6122,,,,,Geodetic survey.,In use from 1979.  To be phased out in late 1990's.,New Brunswick Geographic Information Corporation land and water information standards manual.,EPSG,2004-01-06,2003.37,1,0
@@ -1377,72 +1842,72 @@
 4125,Samboja,1328,geographic 2D,6402,6125,,,,,Geodetic survey. Recommended coordinate axis representation for the human interface.,,,EPSG,1997-11-13,,1,1
 4126,LKS94 (ETRS89),1145,geographic 2D,6402,6126,,,,,Geodetic survey.,,,EPSG,1998-03-13,,1,1
 4127,Tete,3281,geographic 2D,6422,6127,,,,,Geodetic survey.,,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,2004-01-06,2003.37,1,0
-4128,Madzansua,1315,geographic 2D,6422,6128,,,,,Geodetic survey.,Superseded by values transformed to Tete GeogCRS (code 4127).,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,2004-01-06,2003.37,1,0
-4129,Observatario,1329,geographic 2D,6422,6129,,,,,Geodetic survey.,Superseded by values transformed to Tete geogCRS (code 4127).,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,2004-04-07,2003.37 2004.21,1,0
+4128,Madzansua,1315,geographic 2D,6422,6128,,,,,Geodetic survey.,Replaced by values transformed to Tete GeogCRS (code 4127).,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,2004-01-06,2003.37,1,0
+4129,Observatario,1329,geographic 2D,6422,6129,,,,,Geodetic survey.,Replaced by values transformed to Tete geogCRS (code 4127).,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,2004-04-07,2003.37 2004.21,1,0
 4130,Moznet,1167,geographic 2D,6422,6130,4953,15523,,,Horizontal component of 3D system.,,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
 4131,Indian 1960,1302,geographic 2D,6422,6131,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.362 2003.37,1,0
 4132,FD58,1300,geographic 2D,6422,6132,,,,,Geodetic survey.,,IOEPC records.,EPSG,2004-01-06,2003.37,1,0
-4133,EST92,1090,geographic 2D,6422,6133,,,,,Geodetic survey.,This name is also used for a projected CRS (see projCRS code 3300). Superseded by EST97 (code 4180).,http://www.geo.ut.ee/,EPSG,2005-09-29,2003.37 2005.46,1,0
-4134,PDO Survey Datum 1993,3288,geographic 2D,6422,6134,,,,,Geodetic survey.,Supersedes Fahud geogCRS (code 4232). Maximum differences to Fahud adjustment are 20 metres.,Petroleum Development Oman,EPSG,2004-03-26,2003.37 2004.183,1,0
+4133,EST92,1090,geographic 2D,6422,6133,,,,,Geodetic survey.,This name is also used for a projected CRS (see projCRS code 3300). Replaced by EST97 (code 4180).,http://www.geo.ut.ee/,EPSG,2005-09-29,2003.37 2005.46,1,0
+4134,PDO Survey Datum 1993,3288,geographic 2D,6422,6134,,,,,Geodetic survey.,Replaces Fahud geogCRS (code 4232). Maximum differences to Fahud adjustment are 20 metres.,Petroleum Development Oman,EPSG,2004-03-26,2003.37 2004.183,1,0
 4135,Old Hawaiian,1334,geographic 2D,6422,6135,,,,,Geodetic survey.,Note: this coordinate system includes longitudes which are POSITIVE EAST.,,EPSG,2004-01-06,2003.37,1,0
 4136,St. Lawrence Island,1332,geographic 2D,6422,6136,,,,,Geodetic survey.,Note: this coordinate system includes longitudes which are POSITIVE EAST.,,EPSG,2004-01-06,2003.37,1,0
 4137,St. Paul Island,1333,geographic 2D,6422,6137,,,,,Geodetic survey.,Note: this coordinate system includes longitudes which are POSITIVE EAST.,,EPSG,2004-01-06,2003.37,1,0
 4138,St. George Island,1331,geographic 2D,6422,6138,,,,,Geodetic survey.,Note: this coordinate system includes longitudes which are POSITIVE EAST.,,EPSG,2004-01-06,2003.37,1,0
 4139,Puerto Rico,1335,geographic 2D,6422,6139,,,,,Geodetic surveying for civilian purposes. Geodetic survey.,NAD27 (CRS code 4267) used for military purposes.  Note: this coordinate system includes longitudes which are POSITIVE EAST.,,EPSG,2004-01-06,2003.37,1,0
 4140,NAD83(CSRS98),1336,geographic 2D,6402,6140,,,,,Geodetic survey. Recommended coordinate axis representation for the human interface.,In New Brunswick superseded ATS77 from 1999.,Service New Brunswick Land and Information Standards Manual,EPSG,2000-10-19,99.90,1,1
-4141,Israel,2603,geographic 2D,6422,6141,,,,,Geodetic survey.,Supersedes Palestine 1923.,Survey of Israel,EPSG,2004-01-06,2002.34 2003.37,1,0
-4142,Locodjo 1965,1075,geographic 2D,6422,6142,,,,,Geodetic survey.,Superseded by Abidjan 1987 (EPSG code 4143).,IGN Paris,EPSG,2004-01-06,2003.37,1,0
-4143,Abidjan 1987,1075,geographic 2D,6422,6143,,,,,Geodetic survey.,Supersedes Locodjo 1965 (EPSG code 4142).,IGN Paris,EPSG,2004-01-06,2001.11 2003.37,1,0
+4141,Israel,2603,geographic 2D,6422,6141,,,,,Geodetic survey.,Replaces Palestine 1923.,Survey of Israel,EPSG,2004-01-06,2002.34 2003.37,1,0
+4142,Locodjo 1965,1075,geographic 2D,6422,6142,,,,,Geodetic survey.,Replaced by Abidjan 1987 (EPSG code 4143).,IGN Paris,EPSG,2004-01-06,2003.37,1,0
+4143,Abidjan 1987,1075,geographic 2D,6422,6143,,,,,Geodetic survey.,Replaces Locodjo 1965 (EPSG code 4142).,IGN Paris,EPSG,2004-01-06,2001.11 2003.37,1,0
 4144,Kalianpur 1937,1308,geographic 2D,6422,6144,,,,,Geodetic survey.,Adopts 1937 metric conversion of 0.30479841 metres per Indian foot.,"G. Bomford; ""The Re-adjustment of the Indian Triangulation""; Survey of India Professional Paper 28; 1939.",EPSG,2004-01-06,2003.37,1,0
 4145,Kalianpur 1962,3289,geographic 2D,6422,6145,,,,,Geodetic survey.,Adopts 1962 metric conversion of 0.3047996 metres per Indian foot.,,EPSG,2004-01-06,2003.37,1,0
 4146,Kalianpur 1975,3341,geographic 2D,6422,6146,,,,,Geodetic survey.,Adopts 1975 metric conversion of 0.3047995 metres per Indian foot.,,EPSG,2004-01-06,2003.37,1,0
-4147,Hanoi 1972,3328,geographic 2D,6422,6147,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
-4148,Hartebeesthoek94,1215,geographic 2D,6422,6148,4941,15511,,,Horizontal component of 3D system.,Supersedes Cape (code 4222) from 1999.,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,99.96  2000.04 2003.37,1,0
+4147,Hanoi 1972,3328,geographic 2D,6422,6147,,,,,Geodetic survey.,Replaces use of Indian 1960. Replaced by VN-2000 (CRS code 4756).,,EPSG,2006-09-13,2003.37 2006.84,1,0
+4148,Hartebeesthoek94,1215,geographic 2D,6422,6148,4941,15511,,,Horizontal component of 3D system.,Replaces Cape (code 4222) from 1999.,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,99.96  2000.04 2003.37,1,0
 4149,CH1903,1286,geographic 2D,6422,6149,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4150,CH1903+,1286,geographic 2D,6422,6150,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4151,CHTRF95,1286,geographic 2D,6422,6151,4933,15503,,,Horizontal component of 3D system.,,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
-4152,NAD83(HARN),1337,geographic 2D,6422,6152,4957,15527,,,Horizontal component of 3D system.,,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
+4152,NAD83(HARN),1337,geographic 2D,6422,6152,4957,15527,,,Horizontal component of 3D system.,"Note: this coordinate system includes longitudes which are POSITIVE EAST. In Contine""ntal US (excludes Alaska) and Hawaii, replaces NAD83 for applications with an accuracy of better than 1m. In Continental US replaced by NAD83(NSRS2007).",EPSG. See 3D CRS for original information source.,EPSG,2007-04-20,2003.37 2006.392 2006.903 2007.031,1,0
 4153,Rassadiran,1338,geographic 2D,6422,6153,,,,,Geodetic survey.,,Total-Fina,EPSG,2004-01-06,2003.37,1,0
 4154,ED50(ED77),1123,geographic 2D,6422,6154,,,,,Geodetic survey.,,National Cartographic Centre of Iran,EPSG,2004-01-06,2003.37,1,0
-4155,Dabola 1981,3257,geographic 2D,6422,6155,,,,,Geodetic survey.,Supersedes Conakry 1905 (EPSG code 4315).,IGN Paris,EPSG,2004-01-06,2003.37,1,0
+4155,Dabola 1981,3257,geographic 2D,6422,6155,,,,,Geodetic survey.,Replaces Conakry 1905 (EPSG code 4315).,IGN Paris,EPSG,2004-01-06,2003.37,1,0
 4156,S-JTSK,1306,geographic 2D,6422,6156,,,,,Geodetic survey.,"S-JTSK is the Uniform Trigonometric Cadastral Network.  It is a modification of the Austrian MGI geogCRS, code 4312.",Research Institute for Geodesy Topography and Cartography (VUGTK); Prague.,EPSG,2004-01-06,2001.26 2003.37,1,0
 4157,Mount Dillon,1322,geographic 2D,6422,6157,,,,,Geodetic survey.,,University of the West Indies Geodetic Services.,EPSG,2004-01-06,2003.37,1,0
 4158,Naparima 1955,3143,geographic 2D,6422,6158,,,,,Geodetic survey.,Naparima 1972 is an extension of the Naparima 1955 network of Trinidad to include Tobago.,Ordnance Survey International.,EPSG,2004-01-06,2003.37,1,0
 4159,ELD79,1143,geographic 2D,6422,6159,,,,,Geodetic survey.,,Various oil company records.,EPSG,2004-01-06,2003.37,1,0
-4160,Chos Malal 1914,1292,geographic 2D,6422,6160,,,,,Geodetic survey.,Superseded by Campo Inchauspe (geogCRS code 4221).,Various oil company records.,EPSG,2004-04-07,2003.37 2004.21,1,0
-4161,Pampa del Castillo,1265,geographic 2D,6422,6161,,,,,Geodetic surveying within the oil industry. Geodetic survey.,Superseded by Campo Inchauspe (geogCRS code 4221).,Various oil company records.,EPSG,2004-04-07,2003.37 2004.21,1,0
-4162,Korean 1985,3266,geographic 2D,6422,6162,,,,,Geodetic survey.,Supersedes use of Tokyo datum.,Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1999. http://www.asprs.org,EPSG,2005-09-29,2001.28 2003.37 2005.46,1,0
+4160,Chos Malal 1914,1292,geographic 2D,6422,6160,,,,,Geodetic survey.,Replaced by Campo Inchauspe (geogCRS code 4221).,Various oil company records.,EPSG,2004-04-07,2003.37 2004.21,1,0
+4161,Pampa del Castillo,1265,geographic 2D,6422,6161,,,,,Geodetic surveying within the oil industry. Geodetic survey.,Replaced by Campo Inchauspe (geogCRS code 4221).,Various oil company records.,EPSG,2004-04-07,2003.37 2004.21,1,0
+4162,Korean 1985,3266,geographic 2D,6422,6162,,,,,Geodetic survey.,Replaces use of Tokyo datum.,Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1999. http://www.asprs.org,EPSG,2005-09-29,2001.28 2003.37 2005.46,1,0
 4163,Yemen NGN96,1257,geographic 2D,6422,6163,4981,15551,,,Horizontal component of 3D system.,,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
 4164,South Yemen,1340,geographic 2D,6422,6164,,,,,Geodetic survey.,,IGN Paris,EPSG,2004-01-06,2003.37,1,0
 4165,Bissau,3258,geographic 2D,6422,6165,,,,,Geodetic survey.,,NIMA,EPSG,2004-01-06,2003.37,1,0
 4166,Korean 1995,3266,geographic 2D,6422,6166,,,,,Geodetic survey.,,NIMA TR8350.2  http://earth-info.nga.mil/GandG/,EPSG,2005-09-29,2003.37 2005.46,1,0
-4167,NZGD2000,3285,geographic 2D,6422,6167,4959,15530,,,Horizontal component of 3D system.,Supersedes NZGD49 (code 4272) and CI79 (code 4673) from March 2000.,EPSG. See 3D CRS for original information source.,EPSG,2004-03-26,2003.37 2004.11,1,0
+4167,NZGD2000,3285,geographic 2D,6422,6167,4959,15530,,,Horizontal component of 3D system.,Replaces NZGD49 (code 4272) and CI79 (code 4673) from March 2000.,EPSG. See 3D CRS for original information source.,EPSG,2004-03-26,2003.37 2004.11,1,0
 4168,Accra,1104,geographic 2D,6422,6168,,,,,Geodetic survey.,"Ellipsoid semi-major axis (a)=20926201 exactly Gold Coast feet. 
-Superseded by Leigon (code 4250) in 1978.",Ordnance Survey International,EPSG,2004-01-06,2003.37,1,0
+Replaced by Leigon (code 4250) in 1978.",Ordnance Survey International,EPSG,2004-01-06,2003.37,1,0
 4169,American Samoa 1962,3109,geographic 2D,6422,6169,,,,,Geodetic survey.,,NIMA TR8350.2 revision of January 2000 and ftp://ftp.ngs.noaa.gov/pub/pcsoft/nadcon/samoa_readme.txt,EPSG,2005-05-21,2003.37 2005.23,1,0
-4170,SIRGAS,1341,geographic 2D,6422,6170,4975,15545,,,Horizontal component of 3D system.,Superseded by SIRGAS 2000.,EPSG. See 3D CRS for original information source.,EPSG,2004-04-22,2001.33 2003.37 2004.25,1,0
+4170,SIRGAS,3448,geographic 2D,6422,6170,4975,15545,,,Horizontal component of 3D system.,Replaced by SIRGAS 2000.,EPSG. See 3D CRS for original information source.,EPSG,2006-07-29,2001.33 2003.37 2004.25 2006.465,1,0
 4171,RGF93,1096,geographic 2D,6422,6171,4965,15535,,,Horizontal component of 3D system.,,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
 4172,POSGAR,1033,geographic 2D,6402,6172,,,,,Geodetic survey. Recommended coordinate axis representation for the human interface.,"A geodetic network of 127 high accuracy surved points that define the National Geodetic System (Sistema Geodésico Nacional), adopted by IGM in May 1997",http://www.igm.gov.ar/posgar.html,EPSG,2000-10-19,2001.051,1,1
 4173,IRENET95,1305,geographic 2D,6422,6173,4943,15513,,,Horizontal component of 3D system.,,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
 4174,Sierra Leone 1924,1342,geographic 2D,6422,6174,,,,,Geodetic survey.,Ellipsoid semi-major axis (a)=20926201 exactly Gold Coast feet; 1 Gold Coast foot = 0.3047997101815 m.,Ordnance Survey International,EPSG,2004-01-06,2003.37,1,0
-4175,Sierra Leone 1968,3306,geographic 2D,6422,6175,,,,,Geodetic survey.,Supersedes Sierra Leone 1960.  The 1968 readjustment coordinates are within 3m of the 1960 provisional adjustment.,Ordnance Survey International.,EPSG,2004-01-06,2003.37,1,0
+4175,Sierra Leone 1968,3306,geographic 2D,6422,6175,,,,,Geodetic survey.,Replaces Sierra Leone 1960.  The 1968 readjustment coordinates are within 3m of the 1960 provisional adjustment.,Ordnance Survey International.,EPSG,2004-01-06,2003.37,1,0
 4176,Australian Antarctic,1278,geographic 2D,6422,6176,4931,15501,,,Horizontal component of 3D system.,,EPSG. See 3D CRS for original information source.,EPSG,2006-01-30,2003.37 2006.08,1,0
-4178,Pulkovo 1942(83),1343,geographic 2D,6422,6178,,,,,Geodetic survey.,"In Brandenburg superseded by ETRS89. 
-In Sachsen and Thuringen superseded by DHDN.",Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2004-01-06,2003.37,1,0
+4178,Pulkovo 1942(83),1343,geographic 2D,6422,6178,,,,,Geodetic survey.,"In Brandenburg replaced by ETRS89. 
+In Sachsen and Thuringen replaced by RD83 and PD/83 which for practical purposes may be considered to be the same as DHDN.",Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2004-01-06,2003.37,1,0
 4179,Pulkovo 1942(58),1192,geographic 2D,6422,6179,,,,,Geodetic survey.,,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2004-01-06,2003.37,1,0
-4180,EST97,1090,geographic 2D,6422,6180,4935,15505,,,Horizontal component of 3D system.,This name is also used for a projected CRS (see projCRS code 3301). Supersedes EST92 (code 4133).,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
+4180,EST97,1090,geographic 2D,6422,6180,4935,15505,,,Horizontal component of 3D system.,This name is also used for a projected CRS (see projCRS code 3301). Replaces EST92 (code 4133).,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
 4181,Luxembourg 1930,1146,geographic 2D,6422,6181,,,,,Geodetic survey.,,Administration du Cadastre et de la Topographie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2004-01-06,2003.37,1,0
 4182,Azores Occidental 1939,1344,geographic 2D,6422,6182,,,,,Geodetic survey.,,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2004-01-06,2003.37,1,0
-4183,Azores Central 1948,1301,geographic 2D,6422,6183,,,,,Geodetic survey.,Superseded by 1995 system (CRS code 4665).,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2004-01-06,2003.231 2003.37,1,0
-4184,Azores Oriental 1940,1345,geographic 2D,6422,6184,,,,,Geodetic survey.,Superseded by 1995 system (CRS code 4664).,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2004-01-06,2003.231 2003.37,1,0
+4183,Azores Central 1948,1301,geographic 2D,6422,6183,,,,,Geodetic survey.,Replaced by 1995 system (CRS code 4665).,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2004-01-06,2003.231 2003.37,1,0
+4184,Azores Oriental 1940,1345,geographic 2D,6422,6184,,,,,Geodetic survey.,Replaced by 1995 system (CRS code 4664).,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2004-01-06,2003.231 2003.37,1,0
 4185,Madeira 1936,1314,geographic 2D,6402,6185,,,,,Geodetic survey. Recommended coordinate axis representation for the human interface.,,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,1
-4188,OSNI 1952,2530,geographic 2D,6422,6188,,,,,Geodetic survey.,Superseded by 1975 Mapping Adjustment alias TM75.  See CRS code 4300.,Ordnance Survey of Northern Ireland.,EPSG,2004-01-06,2002.97 2003.37,1,0
+4188,OSNI 1952,2530,geographic 2D,6422,6188,,,,,Geodetic survey.,Replaced by 1975 Mapping Adjustment alias TM75.  See CRS code 4300.,Ordnance Survey of Northern Ireland.,EPSG,2004-01-06,2002.97 2003.37,1,0
 4189,REGVEN,1251,geographic 2D,6422,6189,4963,15533,,,Horizontal component of 3D system.,Densification in Venezuela of SIRGAS.,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
 4190,POSGAR 98,1033,geographic 2D,6422,6190,4961,15531,,,Horizontal component of 3D system.,Densification in Argentina of SIRGAS.,EPSG. See 3D CRS for original information source.,EPSG,2005-09-04,2003.37 2005.46,1,0
 4191,Albanian 1987,1025,geographic 2D,6422,6191,,,,,Geodetic survey.,,EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2004-01-06,2003.37,1,0
-4192,Douala 1948,2555,geographic 2D,6422,6192,,,,,Geodetic survey.,Superseded by Manoca 1962 (code 4193).,TotalFinaElf,EPSG,2004-01-06,2003.37,1,0
-4193,Manoca 1962,2555,geographic 2D,6422,6193,,,,,Geodetic survey.,Supersedes Doula 1948 (code 4192). The intent of the Bukavu 1953 conference was to adopt the Clarke 1880 (RGS) ellipsoid (code 7012) but in practice this CRS has used the IGN version.,TotalFinaElf,EPSG,2004-01-06,2002.84 2003.37,1,0
-4194,Qornoq 1927,3119,geographic 2D,6422,6194,,,,,Geodetic survey.,,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2004-01-06,2003.37,1,0
+4192,Douala 1948,2555,geographic 2D,6422,6192,,,,,Geodetic survey.,Replaced by Manoca 1962 (code 4193).,TotalFinaElf,EPSG,2004-01-06,2003.37,1,0
+4193,Manoca 1962,2555,geographic 2D,6422,6193,,,,,Geodetic survey.,Replaces Doula 1948 (code 4192). The intent of the Bukavu 1953 conference was to adopt the Clarke 1880 (RGS) ellipsoid (code 7012) but in practice this CRS has used the IGN version.,TotalFinaElf,EPSG,2004-01-06,2002.84 2003.37,1,0
+4194,Qornoq 1927,3362,geographic 2D,6422,6194,,,,,Geodetic survey.,,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2006-03-16,2003.37 2006.22,1,0
 4195,Scoresbysund 1952,2570,geographic 2D,6422,6195,,,,,Geodetic survey.,,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2004-01-06,2003.37,1,0
 4196,Ammassalik 1958,2571,geographic 2D,6422,6196,,,,,Geodetic survey.,,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2004-01-06,2003.37,1,0
 4197,Garoua,2590,geographic 2D,6422,6197,,,,,Geodetic survey.,,TotalFinaElf,EPSG,2004-01-06,2002.84 2003.37,1,0
@@ -1455,58 +1920,58 @@
 4204,Ain el Abd,1272,geographic 2D,6422,6204,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4205,Afgooye,1214,geographic 2D,6422,6205,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4206,Agadez,1177,geographic 2D,6422,6206,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
-4207,Lisbon,1294,geographic 2D,6422,6207,,,,,Geodetic survey.,Supersedes Lisbon 1890 system which used Bessel 1841 ellipsoid (code 4666). Superseded by Datum 73 (code 4274).,Instituto Geografico e Cadastral; Lisbon,EPSG,2004-01-06,2001.551 2003.37,1,0
+4207,Lisbon,1294,geographic 2D,6422,6207,,,,,Geodetic survey.,Replaces Lisbon 1890 system which used Bessel 1841 ellipsoid (code 4666). Replaced by Datum 73 (code 4274).,Instituto Geografico e Cadastral; Lisbon,EPSG,2004-01-06,2001.551 2003.37,1,0
 4208,Aratu,1274,geographic 2D,6422,6208,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4209,Arc 1950,1276,geographic 2D,6422,6209,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4210,Arc 1960,1277,geographic 2D,6422,6210,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4211,Batavia,1285,geographic 2D,6422,6211,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4212,Barbados 1938,1042,geographic 2D,6422,6212,,,,,Geodetic survey.,,,EPSG,2004-01-06,99.171 2003.37,1,0
 4213,Beduaram,2771,geographic 2D,6422,6213,,,,,Geodetic survey.,,,EPSG,2004-01-06,2002.43 2003.37,1,0
-4214,Beijing 1954,1067,geographic 2D,6422,6214,,,,,Geodetic survey.,Superseded by Xian 1980 (code 4610).,,EPSG,2004-01-06,2003.37,1,0
+4214,Beijing 1954,1067,geographic 2D,6422,6214,,,,,Geodetic survey.,Replaced by Xian 1980 (code 4610).,,EPSG,2004-01-06,2003.37,1,0
 4215,Belge 1950,1347,geographic 2D,6422,6215,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4216,Bermuda 1957,1047,geographic 2D,6422,6216,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
-4218,Bogota 1975,3229,geographic 2D,6422,6218,,,,,Geodetic survey.,"Supersedes earlier 3 adjustments of 1951, 1944 and 1941. Superseded by MAGNA-SIRGAS (CRS code 4685).","IGAC special publication no. 1, ""Geodesia"" 4th edition, 1975.",EPSG,2005-04-14,2000.20 2003.37 2005.06,1,0
+4218,Bogota 1975,3229,geographic 2D,6422,6218,,,,,Geodetic survey.,"Replaces earlier 3 adjustments of 1951, 1944 and 1941. Replaced by MAGNA-SIRGAS (CRS code 4685).","IGAC special publication no. 1, ""Geodesia"" 4th edition, 1975.",EPSG,2005-04-14,2000.20 2003.37 2005.06,1,0
 4219,Bukit Rimpah,1287,geographic 2D,6422,6219,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4220,Camacupa,1288,geographic 2D,6422,6220,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4221,Campo Inchauspe,1033,geographic 2D,6422,6221,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
-4222,Cape,1290,geographic 2D,6422,6222,,,,,Geodetic survey.,Superseded by Hartbeesthoek94 from 1999.,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2004-01-06,2000.04 2003.37,1,0
+4222,Cape,1290,geographic 2D,6422,6222,,,,,Geodetic survey.,Replaced by Hartbeesthoek94 from 1999.,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2004-01-06,2000.04 2003.37,1,0
 4223,Carthage,1236,geographic 2D,6422,6223,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
-4224,Chua,3356,geographic 2D,6422,6224,,,,,Geodetic survey.,,,EPSG,2006-02-17,2003.37 2005.84,1,0
-4225,Corrego Alegre,1293,geographic 2D,6422,6225,,,,,Geodetic survey.,Superseded by SAD69.,,EPSG,2005-12-30,2003.37 2005.841,1,0
+4224,Chua,3356,geographic 2D,6422,6224,,,,,Geodetic survey.,"The Chua origin and associated triangulation network is in Brazil, but with a connecting traverse through northern Paraguay. The Chua system was used in Brazil only as input into the Corrego Allegre system (CRS code 4225).",,EPSG,2006-07-14,2003.37 2005.84 2006.49,1,0
+4225,Corrego Alegre,1293,geographic 2D,6422,6225,,,,,Geodetic survey.,Replaced by SAD69.,,EPSG,2005-12-30,2003.37 2005.841,1,0
 4226,Cote d'Ivoire,1075,geographic 2D,6402,6226,,,,,Geodetic survey. Recommended coordinate axis representation for the human interface.,,,EPSG,1995-06-02,,1,1
 4227,Deir ez Zor,1623,geographic 2D,6422,6227,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4228,Douala,1060,geographic 2D,6402,6228,,,,,Geodetic survey. Recommended coordinate axis representation for the human interface.,,,EPSG,1995-06-02,,1,1
 4229,Egypt 1907,1086,geographic 2D,6422,6229,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4230,ED50,1296,geographic 2D,6422,6230,,,,,Geodetic survey. Minerals management in Germany.,,,EPSG,2004-10-23,2003.37 2004.63,1,0
 4231,ED87,1297,geographic 2D,6422,6231,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
-4232,Fahud,3288,geographic 2D,6422,6232,,,,,Geodetic survey.,Since 1993 superseded by PSD93 geogCRS (code 4134). Maximum differences to Fahud adjustment are 20 metres.,,EPSG,2004-04-07,2003.37 2004.21,1,0
+4232,Fahud,3288,geographic 2D,6422,6232,,,,,Geodetic survey.,Since 1993 replaced by PSD93 geogCRS (code 4134). Maximum differences to Fahud adjustment are 20 metres.,,EPSG,2004-04-07,2003.37 2004.21,1,0
 4233,Gandajika 1970,1152,geographic 2D,6422,6233,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,1
 4234,Garoua,1060,geographic 2D,6402,6234,,,,,Geodetic survey. Recommended coordinate axis representation for the human interface.,,,EPSG,1995-06-02,,1,1
 4235,Guyane Francaise,1097,geographic 2D,6402,6235,,,,,Geodetic survey.,,,EPSG,1995-06-02,,1,1
 4236,Hu Tzu Shan,3315,geographic 2D,6422,6236,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4237,HD72,1119,geographic 2D,6422,6237,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
-4238,ID74,1122,geographic 2D,6422,6238,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
+4238,ID74,1122,geographic 2D,6422,6238,,,,,Geodetic survey.,Replaced by DGN95.,,EPSG,2006-08-25,2003.37 2006.81,1,0
 4239,Indian 1954,1304,geographic 2D,6422,6239,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4240,Indian 1975,1231,geographic 2D,6422,6240,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4241,Jamaica 1875,3342,geographic 2D,6422,6241,,,,,Geodetic survey.,,"Survey Department, Government of Jamaica, 1983.",EPSG,2004-09-12,2003.37 2004.51,1,0
-4242,JAD69,3342,geographic 2D,6422,6242,,,,,Geodetic survey.,,"Survey Department, Government of Jamaica, 1983.",EPSG,2004-09-12,2003.37 2004.41,1,0
+4242,JAD69,3342,geographic 2D,6422,6242,,,,,Geodetic survey.,Replaced by JAD2001 (CRS code 4758).,"Survey Department, Government of Jamaica, 1983.",EPSG,2007-01-19,2003.37 2004.41 2006.001,1,0
 4243,Kalianpur 1880,1307,geographic 2D,6422,6243,,,,,Geodetic survey.,,"G. Bomford; ""The Re-adjustment of the Indian Triangulation""; Survey of India Professional Paper 28; 1939.",EPSG,2004-01-06,97.23 2003.37,1,0
 4244,Kandawala,3310,geographic 2D,6422,6244,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
-4245,Kertau,1309,geographic 2D,6422,6245,,,,,Geodetic survey.,Adopts metric conversion of 39.370113 inches per metre.,,EPSG,2004-01-06,2003.37,1,0
+4245,Kertau 1968,1309,geographic 2D,6422,6245,,,,,Geodetic survey.,Not used for metrication of RSO grid - see Kertau (RSO) (CRS code 4751). Replaced by GDM2000 (CRS code 4742).,Defence Geographic Centre.,EPSG,2006-07-31,2003.37 2006.251,1,0
 4246,KOC,3267,geographic 2D,6422,6246,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4247,La Canoa,3327,geographic 2D,6422,6247,,,,,Geodetic survey.,PSAD56 uses same origin.,,EPSG,2004-01-06,2003.37,1,0
 4248,PSAD56,1348,geographic 2D,6422,6248,,,,,Geodetic survey.,Origin is same as La Canoa.  In Venezuela known as La Canoa.,,EPSG,2004-01-06,2003.37,1,0
 4249,Lake,1312,geographic 2D,6422,6249,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
-4250,Leigon,1104,geographic 2D,6422,6250,,,,,Geodetic survey.,Superseded Accra (code 4168) from 1978.,Ordnance Survey International,EPSG,2004-01-06,2003.37,1,0
+4250,Leigon,1104,geographic 2D,6422,6250,,,,,Geodetic survey.,Replaced Accra (code 4168) from 1978.,Ordnance Survey International,EPSG,2004-01-06,2003.37,1,0
 4251,Liberia 1964,3270,geographic 2D,6422,6251,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4252,Lome,1232,geographic 2D,6422,6252,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
-4253,Luzon 1911,1190,geographic 2D,6422,6253,,,,,Geodetic survey.,Superseded by PRS92 (CRS code 4683).,"National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,2003.37 2004.73,1,0
+4253,Luzon 1911,1190,geographic 2D,6422,6253,,,,,Geodetic survey.,Replaced by PRS92 (CRS code 4683).,"National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,2003.37 2004.73,1,0
 4254,Hito XVIII 1963,1303,geographic 2D,6422,6254,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4255,Herat North,1024,geographic 2D,6422,6255,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4256,Mahe 1971,1208,geographic 2D,6422,6256,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4257,Makassar,1316,geographic 2D,6422,6257,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4258,ETRS89,1298,geographic 2D,6422,6258,4937,15507,,,Horizontal component of 3D system.,The distinction in usage between ETRF89 and ETRS89 is confused: although in principle conceptually different in practice both are used as synonyms.,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,97.11  99.11 2000.72 2003.37,1,0
-4259,Malongo 1987,3180,geographic 2D,6422,6259,,,,,Oil industry offshore exploration and production from 1987.,"Superseded Mhast (offshore) (CRS code 4705) in 1987. References to ""Mhast"" since 1987 often should have stated ""Malongo 1987"".",Chevron Petroleum Technology,EPSG,2006-01-06,2003.37 2004.21 2005.751,1,0
+4259,Malongo 1987,3180,geographic 2D,6422,6259,,,,,Oil industry offshore exploration and production from 1987.,"Replaced Mhast (offshore) (CRS code 4705) in 1987. References to ""Mhast"" since 1987 often should have stated ""Malongo 1987"".",Chevron Petroleum Technology,EPSG,2006-01-06,2003.37 2004.21 2005.751,1,0
 4260,Manoca,1060,geographic 2D,6402,6260,,,,,Geodetic survey. Recommended coordinate axis representation for the human interface.,,,EPSG,1995-06-02,,1,1
 4261,Merchich,3280,geographic 2D,6422,6261,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4262,Massawa,1089,geographic 2D,6422,6262,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
@@ -1514,12 +1979,12 @@
 4264,Mhast,1318,geographic 2D,6422,6264,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,1
 4265,Monte Mario,3343,geographic 2D,6422,6265,,,,,"Geodetic survey, offshore minerals licencing.",,,EPSG,2004-01-15,2003.37 2004.07,1,0
 4266,M'poraloko,1100,geographic 2D,6422,6266,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
-4267,NAD27,1349,geographic 2D,6422,6267,,,,,Geodetic survey.,Note: this coordinate system includes longitudes which are POSITIVE EAST.  Superseded by NAD27(76) (code 4608) in Ontario and CGQ77 (code 4609) in Quebec.,,EPSG,2004-01-06,99.04 2003.37,1,0
+4267,NAD27,1349,geographic 2D,6422,6267,,,,,Geodetic survey.,Note: this coordinate system includes longitudes which are POSITIVE EAST.  Replaced by NAD27(76) (code 4608) in Ontario and CGQ77 (code 4609) in Quebec.,,EPSG,2004-01-06,99.04 2003.37,1,0
 4268,NAD27 Michigan,1391,geographic 2D,6422,6268,,,,,Geodetic survey.,Ellipsoid taken to be 800ft above geoid. Note: this coordinate system includes longitudes which are POSITIVE EAST.,,EPSG,2004-01-06,96.28 2003.37,1,0
-4269,NAD83,1350,geographic 2D,6422,6269,,,,,Geodetic survey.,Note: this coordinate system includes longitudes which are POSITIVE EAST.,,EPSG,2004-01-06,2003.37,1,0
-4270,Nahrwan 1967,1351,geographic 2D,6422,6270,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
+4269,NAD83,1350,geographic 2D,6422,6269,,,,,Geodetic survey.,"This CRS includes longitudes which are POSITIVE EAST. The adjustment included connections to Greenland and Mexico but the system has not been adopted there. Except in Alaska, for applications with an accuracy of better than 1m replaced by NAD83(HARN).",,EPSG,2007-01-19,2003.37 2006.464 2006.903,1,0
+4270,Nahrwan 1967,1351,geographic 2D,6422,6270,,,,,Geodetic survey.,"In Iraq, replaces Nahrwan 1934 and replaced by Karbala 1979 (Polservice).",,EPSG,2006-06-02,2003.37 2006.34,1,0
 4271,Naparima 1972,1322,geographic 2D,6422,6271,,,,,Geodetic survey.,Naparima 1972 is an extension of the Naparima 1955 network of Trinidad to include Tobago.,Ordnance Survey International.,EPSG,2004-01-06,2003.37,1,0
-4272,NZGD49,3285,geographic 2D,6422,6272,,,,,Geodetic survey.,Superseded by NZGD49 in March 2000.,New Zealand Department of Lands and Surveys Technical Report No. 1; 1978.,EPSG,2004-01-06,2000.702 2003.37,1,0
+4272,NZGD49,3285,geographic 2D,6422,6272,,,,,Geodetic survey.,Replaced by NZGD49 in March 2000.,New Zealand Department of Lands and Surveys Technical Report No. 1; 1978.,EPSG,2004-01-06,2000.702 2003.37,1,0
 4273,NGO 1948,1352,geographic 2D,6422,6273,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4274,Datum 73,1294,geographic 2D,6422,6274,,,,,Geodetic survey.,,Instituto Geografico e Cadastral; Lisbon,EPSG,2004-01-06,2003.37,1,0
 4275,NTF,1326,geographic 2D,6422,6275,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
@@ -1535,7 +2000,7 @@
 4285,Qatar 1974,1346,geographic 2D,6422,6285,,,,,Geodetic survey.,,Qatar Centre for Geographic Information.,EPSG,2004-01-06,2000.29  (2001.27) 2003.37,1,0
 4286,Qatar 1948,1346,geographic 2D,6422,6286,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4287,Qornoq,1107,geographic 2D,6402,6287,,,,,Geodetic survey. Recommended coordinate axis representation for the human interface.,,,EPSG,1995-06-02,,1,1
-4288,Loma Quintana,1313,geographic 2D,6422,6288,,,,,Geodetic survey.,Superseded by La Canoa (code 4247).,,EPSG,2004-01-06,2003.37,1,0
+4288,Loma Quintana,1313,geographic 2D,6422,6288,,,,,Geodetic survey.,Replaced by La Canoa (code 4247).,,EPSG,2004-01-06,2003.37,1,0
 4289,Amersfoort,1275,geographic 2D,6422,6289,,,,,Geodetic survey.,,http://www.rdnap.nl/,EPSG,2005-09-29,2003.37 2005.37,1,0
 4291,SAD69,1358,geographic 2D,6402,6291,,,,,Geodetic survey. Recommended coordinate axis representation for the human interface.,Uses GRS67 ellipsoid with 1/f to exactly 2 decimal places.  Precision of ellipsoid entry increased from 2 to 5 dp with change id 97.251.  Error introduced if not using the truncated precision is 0 to 31mm.,,EPSG,1995-06-02,97.252,1,1
 4292,Sapper Hill 1943,3247,geographic 2D,6422,6292,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
@@ -1544,13 +2009,13 @@
 4295,Serindung,1360,geographic 2D,6422,6295,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4296,Sudan,1361,geographic 2D,6402,6296,,,,,Geodetic survey. Recommended coordinate axis representation for the human interface.,,,EPSG,1995-06-02,,1,1
 4297,Tananarive,3273,geographic 2D,6422,6297,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
-4298,Timbalai 1948,1362,geographic 2D,6422,6298,,,,,Geodetic survey.,Adopts metric conversion of 39.370147 inches per metre.,,EPSG,2004-01-06,2003.37,1,0
-4299,TM65,1305,geographic 2D,6422,6299,,,,,Basis for topographic mapping in Republic of Ireland between 1965 and 1975; for scientific purposes only in Northern Ireland.,Superseded by 1975 Mapping Adjustment alias TM75 (CRS code 4300). Not to be confused with the Geodetic Datum of 1965 (datum code 6300) which is used by TM75.,"""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2006-01-16,2002.621 2003.37 2005.88,1,0
-4300,TM75,1305,geographic 2D,6422,6300,,,,,Basis for topographic mapping.,"Uses Geodetic Datum of 1965 which should not be confused with the 1965 adjustment (TM65, datum code 6299 and CRS code 4299). Supersedes OSNI52 (CRS code 4188) and TM65 (CRS code 4299). Superseded by IRENET95 (CRS code 4173).","""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2004-01-06,2002.621 2003.37,1,0
-4301,Tokyo,1364,geographic 2D,6422,6301,,,,,Geodetic survey.,Superseded by JGD2000 (code 4612) from April 2002.,Geographic Survey Institute; Japan; Bulletin 40 (March 1994).  Also http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2004-01-06,2002.08 2003.37,1,0
+4298,Timbalai 1948,1362,geographic 2D,6422,6298,,,,,Geodetic survey.,Adopts metric conversion of 39.370147 inches per metre.  Replaced by GDM2000 (CRS code 4742).,,EPSG,2004-01-06,2003.37,1,0
+4299,TM65,1305,geographic 2D,6422,6299,,,,,Basis for topographic mapping in Republic of Ireland between 1965 and 1975; for scientific purposes only in Northern Ireland.,Replaced by 1975 Mapping Adjustment alias TM75 (CRS code 4300). Not to be confused with the Geodetic Datum of 1965 (datum code 6300) which is used by TM75.,"""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2006-01-16,2002.621 2003.37 2005.88,1,0
+4300,TM75,1305,geographic 2D,6422,6300,,,,,Basis for topographic mapping.,"Uses Geodetic Datum of 1965 which should not be confused with the 1965 adjustment (TM65, datum code 6299 and CRS code 4299). Replaces OSNI52 (CRS code 4188) and TM65 (CRS code 4299). Replaced by IRENET95 (CRS code 4173).","""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2004-01-06,2002.621 2003.37,1,0
+4301,Tokyo,1364,geographic 2D,6422,6301,,,,,Geodetic survey.,Replaced by JGD2000 (code 4612) from April 2002.,Geographic Survey Institute; Japan; Bulletin 40 (March 1994).  Also http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2004-01-06,2002.08 2003.37,1,0
 4302,Trinidad 1903,1339,geographic 2D,6422,6302,,,,,Geodetic survey.,,,EPSG,2005-07-01,2003.37 2005.33,1,0
 4303,TC(1948),1363,geographic 2D,6422,6303,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
-4304,Voirol 1875,1365,geographic 2D,6422,6304,,,,,Geodetic survey.,The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9 metres. Oil industry references to one could in reality be to either. All superseded by Nord Sahara 1959 (CRS code 4307).,IGN Paris,EPSG,2004-01-06,2003.361 2003.37,1,0
+4304,Voirol 1875,1365,geographic 2D,6422,6304,,,,,Geodetic survey.,The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9 metres. Oil industry references to one could in reality be to either. All replaced by Nord Sahara 1959 (CRS code 4307).,IGN Paris,EPSG,2004-01-06,2003.361 2003.37,1,0
 4306,Bern 1938,1286,geographic 2D,6422,6306,,,,,Used for the geographic coordinates overprinted on topographic maps constructed on the CH1903 / LV03 projected CS (code 21781).,,,EPSG,2004-01-06,2003.37,1,0
 4307,Nord Sahara 1959,1365,geographic 2D,6422,6307,,,,,Geodetic survey.,Adjustment includes Morocco and Tunisia but use only in Algeria. Sometimes incorrectly referred to as Voirol Unifie 1960. Voirol Unifie 1960 is NOT a GeogCRS: it is two projected coordinate reference systems based on Nord Sahara 1959. See codes 30791-92.,"""Le System Geodesique Nord-Sahara""; IGN Paris",EPSG,2004-01-06,2000.47 2002.56 2003.37,1,0
 4308,RT38,3313,geographic 2D,6422,6308,,,,,Geodetic survey.,,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2004-01-06,97.09 2003.37,1,0
@@ -1559,15 +2024,15 @@
 4311,Zanderij,1222,geographic 2D,6422,6311,,,,,Geodetic survey.,Introduced in 1975.,Shell International,EPSG,2004-01-06,2003.37,1,0
 4312,MGI,1321,geographic 2D,6422,6312,,,,,Geodetic survey.,,Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,2004-01-06,2003.37,1,0
 4313,Belge 1972,1347,geographic 2D,6422,6313,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
-4314,DHDN,1295,geographic 2D,6422,6314,,,,,Geodetic survey.,,EPSG,EPSG,2004-01-06,2003.37,1,0
-4315,Conakry 1905,3257,geographic 2D,6422,6315,,,,,Geodetic survey.,Superseded by Dabola 1981 (EPSG code 4155).,IGN Paris,EPSG,2004-01-06,2003.37,1,0
-4316,Dealul Piscului 1933,3295,geographic 2D,6422,6316,,,,,Geodetic survey.,Superseded by 1970 system (geogCRS code 4317).,,EPSG,2004-04-07,2003.37 2004.21,1,0
-4317,Dealul Piscului 1970,1197,geographic 2D,6422,6317,,,,,Geodetic survey.,Supersedes 1933 system (geogCRS code 4316).,,EPSG,2004-04-07,2003.37 2004.21,1,0
+4314,DHDN,2326,geographic 2D,6422,6314,,,,,Geodetic survey.,See also RD/83 for Saxony and PD/83 for Thuringen. For national digital cartographic purposes used across all German states.,EPSG,EPSG,2006-06-12,2003.37 2006.41 2007.061,1,0
+4315,Conakry 1905,3257,geographic 2D,6422,6315,,,,,Geodetic survey.,Replaced by Dabola 1981 (EPSG code 4155).,IGN Paris,EPSG,2004-01-06,2003.37,1,0
+4316,Dealul Piscului 1933,3295,geographic 2D,6422,6316,,,,,Geodetic survey.,Replaced by 1970 system (geogCRS code 4317).,,EPSG,2004-04-07,2003.37 2004.21,1,0
+4317,Dealul Piscului 1970,1197,geographic 2D,6422,6317,,,,,Geodetic survey.,Replaces 1933 system (geogCRS code 4316).,,EPSG,2004-04-07,2003.37 2004.21,1,0
 4318,NGN,3267,geographic 2D,6422,6318,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4319,KUDAMS,1310,geographic 2D,6422,6319,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
-4322,WGS 72,1262,geographic 2D,6422,6322,4985,15555,,,Horizontal component of 3D system.,Superseded by WGS 84.,,EPSG,2004-01-06,2003.37,1,0
-4324,WGS 72BE,1262,geographic 2D,6422,6324,4987,15557,,,Horizontal component of 3D system.,Broadcast ephemeris. Superseded by WGS 84.,,EPSG,2004-01-06,2003.37,1,0
-4326,WGS 84,1262,geographic 2D,6422,6326,4979,15549,,,Horizontal component of 3D system. Used by the GPS satellite navigation system and for NATO military geodetic surveying.,,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2002.151 2003.37,1,0
+4322,WGS 72,1262,geographic 2D,6422,6322,4985,15555,,,Horizontal component of 3D system.,Replaced by WGS 84.,,EPSG,2004-01-06,2003.37,1,0
+4324,WGS 72BE,1262,geographic 2D,6422,6324,4987,15557,,,Horizontal component of 3D system.,Broadcast ephemeris. Replaced by WGS 84.,,EPSG,2004-01-06,2003.37,1,0
+4326,WGS 84,1262,geographic 2D,6422,6326,4979,15549,,,Horizontal component of 3D system. Used by the GPS satellite navigation system and for NATO military geodetic surveying.,,EPSG. See 3D CRS for original information source.,EPSG,2006-08-25,2002.151 2003.37 2006.81,1,0
 4327,WGS 84 (geographic 3D),1262,geographic 3D,6401,6326,,,,,Used by the GPS satellite navigation system.,,NIMA TR8350.2 January 2000 revision. http://164.214.2.59/GandG/tr8350_2.html,EPSG,2002-06-22,2002.151,1,1
 4328,WGS 84 (geocentric),1262,geocentric,6500,6326,,,,,Used by the GPS satellite navigation system.,,NIMA TR8350.2 January 2000 revision. http://164.214.2.59/GandG/tr8350_2.html,EPSG,2002-06-22,2002.151,1,1
 4329,WGS 84 (3D),2830,geographic 3D,6401,6326,,,,,Used by the GPS satellite navigation system.,,,EPSG,2002-12-07,,1,1
@@ -1641,89 +2106,92 @@
 4607,St. Vincent 1945,3300,geographic 2D,6422,6607,,,,,Geodetic survey.,,,EPSG,2004-01-06,2003.37,1,0
 4608,NAD27(76),1367,geographic 2D,6422,6608,,,,,Geodetic survey.,Note: this coordinate system includes longitudes which are POSITIVE EAST.,,EPSG,2004-01-06,2003.37,1,0
 4609,NAD27(CGQ77),1368,geographic 2D,6422,6609,,,,,Geodetic survey.,Note: this coordinate system includes longitudes which are POSITIVE EAST.,,EPSG,2004-01-06,2003.37,1,0
-4610,Xian 1980,3228,geographic 2D,6422,6610,,,,,Geodetic survey.,Supersedes Beijing 1954 (code 4214).,,EPSG,2004-01-06,2003.37,1,0
-4611,Hong Kong 1980,1118,geographic 2D,6422,6611,,,,,Geodetic survey.,Supersedes Hong Kong 1963 and Hong Kong 1963(67).,"Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2006-02-06,2003.37 2005.26,1,0
-4612,JGD2000,1129,geographic 2D,6422,6612,4947,15517,,,Horizontal component of 3D system.,Supersedes Tokyo (code 4301) from April 2002.,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
+4610,Xian 1980,3228,geographic 2D,6422,6610,,,,,Geodetic survey.,Replaces Beijing 1954 (code 4214).,,EPSG,2004-01-06,2003.37,1,0
+4611,Hong Kong 1980,1118,geographic 2D,6422,6611,,,,,Geodetic survey.,Replaces Hong Kong 1963 and Hong Kong 1963(67).,"Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2006-02-06,2003.37 2005.26,1,0
+4612,JGD2000,1129,geographic 2D,6422,6612,4947,15517,,,Horizontal component of 3D system.,Replaces Tokyo (code 4301) from April 2002.,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
 4613,Segara,1360,geographic 2D,6422,6613,,,,,Geodetic survey.,,EPSG,EPSG,2004-01-06,2003.37,1,0
 4614,QND95,1346,geographic 2D,6422,6614,,,,,Geodetic survey.,,Qatar Centre for Geographic Information.,EPSG,2004-01-06,2003.37,1,0
-4615,Porto Santo,1314,geographic 2D,6422,6615,,,,,Geodetic survey.,Superseded by 1995 system (CRS code 4663).,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt,EPSG,2004-01-06,2003.231 2003.232 2003.37,1,0
+4615,Porto Santo,1314,geographic 2D,6422,6615,,,,,Geodetic survey.,Replaced by 1995 system (CRS code 4663).,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt,EPSG,2004-01-06,2003.231 2003.232 2003.37,1,0
 4616,Selvagem Grande,2779,geographic 2D,6422,6616,,,,,Geodetic survey.,,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt,EPSG,2004-01-06,2003.232 2003.37,1,0
-4617,NAD83(CSRS),2784,geographic 2D,6422,6140,4955,15525,,,Horizontal component of 3D system.,In New Brunswick superseded ATS77 from 1999.,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
+4617,NAD83(CSRS),1061,geographic 2D,6422,6140,4955,15525,,,Horizontal component of 3D system.,Note: this coordinate system includes longitudes which are POSITIVE EAST.,EPSG. See 3D CRS for original information source.,EPSG,2007-05-29,2003.37 2006.392 2007.026,1,0
 4618,SAD69,1358,geographic 2D,6422,6618,,,,,Geodetic survey.,Uses GRS 1967 ellipsoid with 1/f to exactly 2 decimal places.,,EPSG,2004-01-06,2003.37,1,0
 4619,SWEREF99,1225,geographic 2D,6422,6619,4977,15547,,,Horizontal component of 3D system.,,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
 4620,Point 58,2790,geographic 2D,6422,6620,,,,,Geodetic survey.,The 12th parallel traverse of 1966-70 is connected to the Adindan network in western Sudan (geogCRS code 4201).,IGN Paris,EPSG,2004-01-06,2003.37,1,0
-4621,Fort Marigot,2828,geographic 2D,6422,6621,,,,,Geodetic survey.,Superseded by RRAF 1991 (CRS code 4640).,IGN Paris,EPSG,2004-01-06,2003.37,1,0
-4622,Guadeloupe 1948,2829,geographic 2D,6422,6622,,,,,Geodetic survey.,Superseded by RRAF 1991 (CRS code 4640).,IGN Paris,EPSG,2004-10-14,2003.37 2004.561,1,0
+4621,Fort Marigot,2828,geographic 2D,6422,6621,,,,,Geodetic survey.,Replaced by RRAF 1991 (CRS code 4640).,IGN Paris,EPSG,2004-01-06,2003.37,1,0
+4622,Guadeloupe 1948,2829,geographic 2D,6422,6622,,,,,Geodetic survey.,Replaced by RRAF 1991 (CRS code 4640).,IGN Paris,EPSG,2004-10-14,2003.37 2004.561,1,0
 4623,CSG67,3105,geographic 2D,6422,6623,,,,,Geodetic survey.,,IGN Paris,EPSG,2005-04-24,2003.37 2004.562,1,0
 4624,RGFG95,1097,geographic 2D,6422,6624,4967,15537,,,Horizontal component of 3D system.,,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
-4625,Martinique 1938,3276,geographic 2D,6422,6625,,,,,Geodetic survey.,Superseded by RRAF 1991 (CRS code 4640).,IGN Paris,EPSG,2004-10-14,2003.37 2004.561,1,0
-4626,Reunion 1947,3337,geographic 2D,6422,6626,,,,,Geodetic survey.,Superseded by RGR92 (code 4627).,IGN Paris,EPSG,2004-10-14,2003.37 2004.561,1,0
-4627,RGR92,1196,geographic 2D,6422,6627,4971,15541,,,Horizontal component of 3D system.,Supersedes Piton des Neiges (code 4626).,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
-4628,Tahiti 52,2811,geographic 2D,6422,6628,,,,,Geodetic survey.,Superseded by Tahiti 79 (CRS code 4690) in Tahiti and Moorea 87 (CRS code 4691) in Moorea.,IGN Paris,EPSG,2005-08-12,2003.37 2005.38,1,0
-4629,Tahaa 54,2812,geographic 2D,6422,6629,,,,,Geodetic survey.,"Superseded by RGPF, CRS code 4687.",IGN Paris,EPSG,2005-08-12,2003.37 2005.38,1,0
-4630,IGN72 Nuku Hiva,3129,geographic 2D,6422,6630,,,,,Geodetic survey.,"Superseded by RGPF, CRS code 4687.",IGN Paris,EPSG,2005-08-12,2003.37 2005.38,1,0
+4625,Martinique 1938,3276,geographic 2D,6422,6625,,,,,Geodetic survey.,Replaced by RRAF 1991 (CRS code 4640).,IGN Paris,EPSG,2004-10-14,2003.37 2004.561,1,0
+4626,Reunion 1947,3337,geographic 2D,6422,6626,,,,,Geodetic survey.,Replaced by RGR92 (code 4627).,IGN Paris,EPSG,2004-10-14,2003.37 2004.561,1,0
+4627,RGR92,1196,geographic 2D,6422,6627,4971,15541,,,Horizontal component of 3D system.,Replaces Piton des Neiges (code 4626).,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
+4628,Tahiti 52,2811,geographic 2D,6422,6628,,,,,Geodetic survey.,Replaced by Tahiti 79 (CRS code 4690) in Tahiti and Moorea 87 (CRS code 4691) in Moorea.,IGN Paris,EPSG,2005-08-12,2003.37 2005.38,1,0
+4629,Tahaa 54,2812,geographic 2D,6422,6629,,,,,Geodetic survey.,"Replaced by RGPF, CRS code 4687.",IGN Paris,EPSG,2005-08-12,2003.37 2005.38,1,0
+4630,IGN72 Nuku Hiva,3129,geographic 2D,6422,6630,,,,,Geodetic survey.,"Replaced by RGPF, CRS code 4687.",IGN Paris,EPSG,2005-08-12,2003.37 2005.38,1,0
 4631,K0 1949,2816,geographic 2D,6422,6631,,,,,Geodetic survey.,,IGN Paris,EPSG,2004-01-06,2003.37,1,1
 4632,Combani 1950,3340,geographic 2D,6422,6632,,,,,Geodetic survey.,,IGN Paris,EPSG,2004-01-06,2003.37,1,0
-4633,IGN56 Lifou,2814,geographic 2D,6422,6633,,,,,Geodetic survey.,Superseded by RGNC 1991 (CRS code 4645).,Service Topographique de la Nouvelle Caledonie,EPSG,2004-01-06,2003.37,1,0
+4633,IGN56 Lifou,2814,geographic 2D,6422,6633,,,,,Geodetic survey.,Replaced by RGNC91-93 (CRS code 4749).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",EPSG,2006-07-21,2003.37 2006.62,1,0
 4634,IGN72 Grand Terre,2822,geographic 2D,6402,6634,,,,,Geodetic survey. Recommended coordinate axis representation for the human interface.,Superseded by RGNC 1991 (CRS code 4645).,Service Topographique de la Nouvelle Caledonie,EPSG,2002-11-29,,1,1
-4635,ST87 Ouvea,2813,geographic 2D,6422,6635,,,,,Geodetic survey.,Superseded by RGNC 1991 (CRS code 4645).,Service Topographique de la Nouvelle Caledonie,EPSG,2004-01-06,2003.37,1,0
+4635,ST87 Ouvea,2813,geographic 2D,6422,6635,,,,,Geodetic survey.,Superseded by RGNC 1991 (CRS code 4645).,Service Topographique de la Nouvelle Caledonie,EPSG,2004-01-06,2003.37,1,1
 4636,Petrels 1972,2817,geographic 2D,6422,6636,,,,,Geodetic survey.,,IGN Paris,EPSG,2004-01-06,2003.37,1,0
 4637,Perroud 1950,2818,geographic 2D,6422,6637,,,,,Geodetic survey.,,IGN Paris,EPSG,2004-01-06,2003.37,1,0
 4638,Saint Pierre et Miquelon 1950,1220,geographic 2D,6422,6638,,,,,Geodetic survey.,,IGN Paris,EPSG,2004-01-06,2003.37,1,0
 4639,MOP78,2815,geographic 2D,6422,6639,,,,,Geodetic survey.,,IGN Paris,EPSG,2004-01-06,2003.37,1,0
-4640,RRAF 1991,2824,geographic 2D,6422,6640,4973,15543,,,Horizontal component of 3D system.,Supersedes older local systems Fort Marigot and Sainte Anne CRS (codes 4621-22) in Guadeloupe and Fort Desaix (CRS code 4625) in Martinique.,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
-4641,IGN53 Mare,2819,geographic 2D,6422,6641,,,,,Geodetic survey.,Superseded by RGNC 1991 (CRS code 4645).,Service Topographique de la Nouvelle Caledonie,EPSG,2004-01-06,2003.37,1,0
-4642,ST84 Ile des Pins,2820,geographic 2D,6422,6642,,,,,Geodetic survey.,Superseded by RGNC 1991 (CRS code 4645).,Service Topographique de la Nouvelle Caledonie,EPSG,2004-01-06,2003.37,1,0
-4643,ST71 Belep,2821,geographic 2D,6422,6643,,,,,Geodetic survey.,Superseded by RGNC 1991 (CRS code 4645).,Service Topographique de la Nouvelle Caledonie,EPSG,2004-01-06,2003.37,1,0
-4644,NEA74 Noumea,2823,geographic 2D,6422,6644,,,,,Geodetic survey.,Superseded by RGNC 1991 (CRS code 4645).,Service Topographique de la Nouvelle Caledonie,EPSG,2004-01-06,2003.37,1,0
-4645,RGNC 1991,1174,geographic 2D,6422,6645,4969,15539,,,Horizontal component of 3D system.,"Supersedes older local systems IGN56 Lifou, IGN72 Grande Terre, ST87 Ouvea, IGN53 Mare, ST84 Ile des Pins, ST71 Belep and NEA74 Noumea (CRS codes 4633, 4635, 4641-44 and 4662).",EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.24 2003.37,1,0
+4640,RRAF 1991,2824,geographic 2D,6422,6640,4973,15543,,,Horizontal component of 3D system.,Replaces older local systems Fort Marigot and Sainte Anne CRS (codes 4621-22) in Guadeloupe and Fort Desaix (CRS code 4625) in Martinique.,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
+4641,IGN53 Mare,2819,geographic 2D,6422,6641,,,,,Geodetic survey.,Replaced by RGNC91-93 (CRS code 4749).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",EPSG,2006-07-21,2003.37 2006.62,1,0
+4642,ST84 Ile des Pins,2820,geographic 2D,6422,6642,,,,,Geodetic survey.,Replaced by RGNC91-93 (CRS code 4749).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",EPSG,2006-07-21,2003.37 2006.62,1,0
+4643,ST71 Belep,2821,geographic 2D,6422,6643,,,,,Geodetic survey.,Replaced by RGNC91-93 (CRS code 4749).,IGN Paris,EPSG,2006-07-21,2003.37 2006.62,1,0
+4644,NEA74 Noumea,2823,geographic 2D,6422,6644,,,,,Geodetic survey.,Replaced by RGNC91-93 (CRS code 4749).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.dittt.gouv.nc",EPSG,2006-07-21,2003.37 2006.62,1,0
+4645,RGNC 1991,1174,geographic 2D,6422,6645,4969,15539,,,Horizontal component of 3D system.,"Supersedes older local systems IGN56 Lifou, IGN72 Grande Terre, ST87 Ouvea, IGN53 Mare, ST84 Ile des Pins, ST71 Belep and NEA74 Noumea (CRS codes 4633, 4635, 4641-44 and 4662).",EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.24 2003.37,1,1
 4646,Grand Comoros,2807,geographic 2D,6422,6646,,,,,Geodetic survey.,,IGN Paris,EPSG,2004-01-06,2003.37,1,0
 4657,Reykjavik 1900,3262,geographic 2D,6422,6657,,,,,Geodetic survey.,See ellipsoid remarks.,Landmaelingar Islands (National Survey of Iceland).,EPSG,2004-01-06,2003.37,1,0
 4658,Hjorsey 1955,3262,geographic 2D,6422,6658,,,,,Geodetic survey.,,Landmaelingar Islands (National Survey of Iceland).,EPSG,2004-01-06,2003.37,1,0
 4659,ISN93,1120,geographic 2D,6422,6659,4945,15515,,,Horizontal component of 3D system.,,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
 4660,Helle 1954,2869,geographic 2D,6422,6660,,,,,Geodetic survey.,,Statens kartverk,EPSG,2004-01-06,2003.37,1,0
 4661,LKS92,1139,geographic 2D,6422,6661,4949,15519,,,Horizontal component of 3D system.,This name is also used for a projected CRS (see projCRS code 3059).,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
-4662,IGN72 Grande Terre,2822,geographic 2D,6422,6634,,,,,Geodetic survey.,Superseded by RGNC 1991 (CRS code 4645).,Service Topographique de la Nouvelle Caledonie,EPSG,2004-01-06,2003.37,1,0
-4663,Porto Santo 1995,1314,geographic 2D,6422,6663,,,,,Geodetic survey.,Supersedes 1936 system (CRS code 4615).,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt,EPSG,2004-01-06,2003.37,1,0
-4664,Azores Oriental 1995,1345,geographic 2D,6422,6664,,,,,Geodetic survey.,Supersedes 1948 system (CRS code 4184).,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt,EPSG,2004-01-06,2003.37,1,0
-4665,Azores Central 1995,1301,geographic 2D,6422,6665,,,,,Geodetic survey.,Supersedes 1948 system (CRS code 4183).,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt,EPSG,2004-01-06,2003.37,1,0
-4666,Lisbon 1890,1294,geographic 2D,6422,6666,,,,,Geodetic survey.,Superseded by Lisbon 1937 system which uses International 1924 ellipsoid (code 4207).,Instituto Geografico e Cadastral; Lisbon,EPSG,2004-01-06,2003.37,1,0
+4662,IGN72 Grande Terre,2822,geographic 2D,6422,6634,,,,,Geodetic survey.,Replaced by RGNC91-93 (CRS code 4749).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",EPSG,2006-07-21,2003.37 2006.62,1,0
+4663,Porto Santo 1995,1314,geographic 2D,6422,6663,,,,,Geodetic survey.,Replaces 1936 system (CRS code 4615).,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt,EPSG,2004-01-06,2003.37,1,0
+4664,Azores Oriental 1995,1345,geographic 2D,6422,6664,,,,,Geodetic survey.,Replaces 1948 system (CRS code 4184).,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt,EPSG,2004-01-06,2003.37,1,0
+4665,Azores Central 1995,1301,geographic 2D,6422,6665,,,,,Geodetic survey.,Replaces 1948 system (CRS code 4183).,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt,EPSG,2004-01-06,2003.37,1,0
+4666,Lisbon 1890,1294,geographic 2D,6422,6666,,,,,Geodetic survey.,Replaced by Lisbon 1937 system which uses International 1924 ellipsoid (code 4207).,Instituto Geografico e Cadastral; Lisbon,EPSG,2004-01-06,2003.37,1,0
 4667,IKBD-92,2876,geographic 2D,6422,6667,,,,,Geodetic survey.,,"United Nations Iraq-Kuwait Boundary Demarcation Commission, Final Report, May 1993.",EPSG,2004-01-06,2003.37,1,0
 4668,ED79,1297,geographic 2D,6422,6668,,,,,Geodetic survey.,,,EPSG,2005-05-27,2003.37 2005.18,1,0
-4669,LKS94,1145,geographic 2D,6422,6126,4951,15521,,,Horizontal component of 3D system.,,EPSG. See 3D CRS for original information source.,EPSG,2004-01-06,2003.37,1,0
+4669,LKS94,1145,geographic 2D,6422,6126,4951,15521,,,Horizontal component of 3D system.,,EPSG. See 3D CRS for original information source.,EPSG,2006-04-05,2003.37 2006.31,1,0
 4670,IGM95,1127,geographic 2D,6422,6670,4983,15553,,,Horizontal component of 3D system.,,ENI,EPSG,2004-01-07,,1,0
-4671,Voirol 1879,1365,geographic 2D,6422,6671,,,,,Geodetic survey.,The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9 metres. Oil industry references to one could in reality be to either. All superseded by Nord Sahara 1959 (CRS code 4307).,IGN Paris,EPSG,2004-01-06,,1,0
-4672,CI1971,2889,geographic 2D,6422,6672,,,,,Geodetic survey.,Superseded by CI1979.,"Office of Surveyor General (OSG) Technical Report 14, June 2001.",EPSG,2004-02-17,,1,0
-4673,CI1979,2889,geographic 2D,6422,6673,,,,,Geodetic survey.,Supersedes CI1971. Superseded by NZGD2000 from March 2000.,"Office of Surveyor General (OSG) Technical Report 14, June 2001.",EPSG,2004-02-17,,1,0
-4674,SIRGAS 2000,1341,geographic 2D,6422,6674,4989,15559,,,Horizontal component of 3D system.,Supersedes SIRGAS 1995.,EPSG. See 3D CRS for original information source.,EPSG,2004-04-22,,1,0
+4671,Voirol 1879,1365,geographic 2D,6422,6671,,,,,Geodetic survey.,The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9 metres. Oil industry references to one could in reality be to either. All replaced by Nord Sahara 1959 (CRS code 4307).,IGN Paris,EPSG,2004-01-06,,1,0
+4672,CI1971,2889,geographic 2D,6422,6672,,,,,Geodetic survey.,Replaced by CI1979.,"Office of Surveyor General (OSG) Technical Report 14, June 2001.",EPSG,2004-02-17,,1,0
+4673,CI1979,2889,geographic 2D,6422,6673,,,,,Geodetic survey.,Replaces CI1971. Replaced by NZGD2000 from March 2000.,"Office of Surveyor General (OSG) Technical Report 14, June 2001.",EPSG,2004-02-17,,1,0
+4674,SIRGAS 2000,3418,geographic 2D,6422,6674,4989,15559,,,Horizontal component of 3D system.,Replaces SIRGAS 1995 system for South America; expands SIRGAS to Mexico and Central America.,EPSG. See 3D CRS for original information source.,EPSG,2006-07-29,2006.465,1,0
 4675,Guam 1963,3255,geographic 2D,6422,6675,,,,,"Topographic mapping, engineering survey, cadastral survey.",,National Geodetic Survey,EPSG,2004-04-22,,1,0
-4676,Vientiane 1982,1138,geographic 2D,6422,6676,,,,,Medium and small scale topographic mapping.,Superseded by Lao 1993 and then by Lao 1997. Vientiane 1982 coordinate values are within 3m of Lao 1997 values.,National Geographic Department,EPSG,2004-04-27,,1,0
-4677,Lao 1993,1138,geographic 2D,6422,6677,4991,15561,,,Horizontal component of 3D system.,Supersedes Vientiane 1982. Superseded by Lao 1997. Lao 1993 coordinate values are within 1m of Lao 1997 values.,National Geographic Department,EPSG,2004-04-27,,1,0
-4678,Lao 1997,1138,geographic 2D,6422,6678,4993,15563,,,Horizontal component of 3D system.,Supersedes Lao 1993 which in turn superseded Vientiane 1982. Lao 1993 coordinate values are within 1m of Lao 1997 values. Vientiane 1982 coordinate values are within 3m of Lao 1997 values.,National Geographic Department,EPSG,2004-04-27,,1,0
-4679,Jouik 1961,2967,geographic 2D,6422,6679,,,,,Hydrographic charting.,Superseded by Mauritania 1999 (CRS code 4681).,Woodside,EPSG,2004-10-14,,1,0
-4680,Nouakchott 1965,2968,geographic 2D,6422,6680,,,,,Hydrographic charting.,Superseded by Mauritania 1999 (CRS code 4681).,Woodside,EPSG,2004-10-14,,1,0
-4681,Mauritania 1999,1157,geographic 2D,6422,6681,,,,,"Minerals management, topographic mapping.","Mining title descriptions referring to ""Clarke 1880 ellipsoid"" should be assumed to be referenced to this CRS. Supersedes all earlier local systems. CARE! This CRS under investigation - may be in error.",Woodside,EPSG,2004-10-14,,1,0
-4682,Gulshan 303,1041,geographic 2D,6422,6682,,,,,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,IGN,EPSG,2004-10-14,,1,0
-4683,PRS92,1190,geographic 2D,6422,6683,4995,15565,,,Horizontal component of 3D system.,Supersedes Luzon 19111 (CRS code 4253).,EPSG. See 3D CRS for original information source.,EPSG,2004-12-24,,1,0
+4676,Vientiane 1982,1138,geographic 2D,6422,6676,,,,,Medium and small scale topographic mapping.,Replaced by Lao 1993 and then by Lao 1997. Vientiane 1982 coordinate values are within 3m of Lao 1997 values.,National Geographic Department,EPSG,2004-04-27,,1,0
+4677,Lao 1993,1138,geographic 2D,6422,6677,4991,15561,,,Horizontal component of 3D system.,Replaces Vientiane 1982. Replaced by Lao 1997. Lao 1993 coordinate values are within 1m of Lao 1997 values.,National Geographic Department,EPSG,2004-04-27,,1,0
+4678,Lao 1997,1138,geographic 2D,6422,6678,4993,15563,,,Horizontal component of 3D system.,Replaces Lao 1993 which in turn replaced Vientiane 1982. Lao 1993 coordinate values are within 1m of Lao 1997 values. Vientiane 1982 coordinate values are within 3m of Lao 1997 values.,National Geographic Department,EPSG,2004-04-27,,1,0
+4679,Jouik 1961,2967,geographic 2D,6422,6679,,,,,Hydrographic charting.,Replaced by Mauritania 1999 (CRS code 4702).,Woodside,EPSG,2006-06-12,2006.44,1,0
+4680,Nouakchott 1965,2968,geographic 2D,6422,6680,,,,,Hydrographic charting.,Replaced by Mauritania 1999 (CRS code 4702).,Woodside,EPSG,2006-06-12,2006.44,1,0
+4681,Mauritania 1999,1157,geographic 2D,6422,6681,,,,,"Minerals management, topographic mapping.","Mining title descriptions referring to ""Clarke 1880 ellipsoid"" should be assumed to be referenced to this CRS. Supersedes all earlier local systems.",Woodside,EPSG,2004-10-14,,1,1
+4682,Gulshan 303,1041,geographic 2D,6422,6682,,,,,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Survey of Bangladesh via IGN Paris and Tullow Oil.,EPSG,2006-06-22,2006.47,1,0
+4683,PRS92,1190,geographic 2D,6422,6683,4995,15565,,,Horizontal component of 3D system.,Replaces Luzon 19111 (CRS code 4253).,EPSG. See 3D CRS for original information source.,EPSG,2004-12-24,,1,0
 4684,Gan 1970,3274,geographic 2D,6422,6684,,,,,Geodetic survey.,"In some references incorrectly named ""Gandajika 1970"". See CRS ""Gandajika"", code 4685, from the Democratic Republic of the Congo (Zaire).",Various industry sources,EPSG,2005-04-14,,1,0
 4685,Gandajika,1259,geographic 2D,6422,6685,,,,,Geodetic survey.,"In some references incorrectly attributed to the Maldives. See CRS ""Gan 1970"", code 4684.",Various industry sources,EPSG,2005-04-14,,1,1
-4686,MAGNA-SIRGAS,3229,geographic 2D,6422,6686,4997,15567,,,Horizontal component of 3D system.,Supersedes Bogota 1975 (CRS code .4218).,EPSG. See 3D CRS for original information source.,EPSG,2005-04-14,,1,0
-4687,RGPF,1098,geographic 2D,6422,6687,4999,15569,,,Horizontal component of 3D system.,"Supersedes Tahaa 54 (CRS code 4629), IGN 63 Hiva Oa (4689), IGN 72 Nuku Hiva (4630), Maupiti 83 (4692), MHEFO 55 (4688), Moorea 87 (4691) and Tahiti 79 (4690).",EPSG. See 3D CRS for original information source.,EPSG,2005-08-12,,1,0
-4688,Fatu Iva 72,3133,geographic 2D,6422,6688,,,,,Hydrographic and topographic survey.,"Recomputed by IGN in 1972 using origin and observations of 1953-1955 Mission Hydrographique des Etablissement Francais d'Oceanie (MHEFO 55). Superseded by RGPF, CRS code 4687.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
-4689,IGN63 Hiva Oa,3130,geographic 2D,6422,6689,,,,,Hydrographic and topographic survey.,"Superseded by RGPF, CRS code 4687.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
-4690,Tahiti 79,3124,geographic 2D,6422,6690,,,,,Hydrographic and topographic survey.,Supersedes Tahiti 52 (CRS code 4628) in Tahiti. Superseded by RGPF (CRS code 4687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
-4691,Moorea 87,3125,geographic 2D,6422,6691,,,,,Hydrographic and topographic survey.,Supersedes Tahiti 52 (CRS code 4628) in Moorea. Superseded by RGPF (CRS code 4687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
-4692,Maupiti 83,3126,geographic 2D,6422,6692,,,,,Hydrographic and topographic survey.,"Superseded by RGPF, CRS code 4687.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
+4686,MAGNA-SIRGAS,3229,geographic 2D,6422,6686,4997,15567,,,Horizontal component of 3D system.,Replaces Bogota 1975 (CRS code .4218).,EPSG. See 3D CRS for original information source.,EPSG,2005-04-14,,1,0
+4687,RGPF,1098,geographic 2D,6422,6687,4999,15569,,,Horizontal component of 3D system.,"Replaces Tahaa 54 (CRS code 4629), IGN 63 Hiva Oa (4689), IGN 72 Nuku Hiva (4630), Maupiti 83 (4692), MHEFO 55 (4688), Moorea 87 (4691) and Tahiti 79 (4690).",EPSG. See 3D CRS for original information source.,EPSG,2005-08-12,,1,0
+4688,Fatu Iva 72,3133,geographic 2D,6422,6688,,,,,Hydrographic and topographic survey.,"Recomputed by IGN in 1972 using origin and observations of 1953-1955 Mission Hydrographique des Etablissement Francais d'Oceanie (MHEFO 55). Replaced by RGPF, CRS code 4687.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
+4689,IGN63 Hiva Oa,3130,geographic 2D,6422,6689,,,,,Hydrographic and topographic survey.,"Replaced by RGPF, CRS code 4687.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
+4690,Tahiti 79,3124,geographic 2D,6422,6690,,,,,Hydrographic and topographic survey.,Replaces Tahiti 52 (CRS code 4628) in Tahiti. Replaced by RGPF (CRS code 4687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
+4691,Moorea 87,3125,geographic 2D,6422,6691,,,,,Hydrographic and topographic survey.,Replaces Tahiti 52 (CRS code 4628) in Moorea. Replaced by RGPF (CRS code 4687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
+4692,Maupiti 83,3126,geographic 2D,6422,6692,,,,,Hydrographic and topographic survey.,"Replaced by RGPF, CRS code 4687.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
 4693,Nakhl-e Ghanem,2362,geographic 2D,6422,6693,,,,,Engineering survey for onshore facilities for South Pars phase 11 and Pars LNG.,,Total,EPSG,2005-08-17,,1,0
-4694,POSGAR 94,1033,geographic 2D,6422,6694,4929,15571,,,Horizontal component of 3D system.,Legally adopted in May 1997. Superseded by POSGAR 98 for many practical purposes.,EPSG. See 3D CRS for original information source.,OGP,2005-09-12,,1,0
-4695,Katanga 1955,3147,geographic 2D,6422,6695,,,,,Geodetic survey.,,"Clifford J. Mugnier, in Photgrammetric Engineering and Remote Sensing, June 2005.",OGP,2005-09-30,,1,0
+4694,POSGAR 94,1033,geographic 2D,6422,6694,4929,15571,,,Horizontal component of 3D system.,Legally adopted in May 1997. Replaced by POSGAR 98 for many practical purposes.,EPSG. See 3D CRS for original information source.,OGP,2005-09-12,,1,0
+4695,Katanga 1955,3147,geographic 2D,6422,6695,,,,,Geodetic survey.,,"Clifford J. Mugnier, in Photogrammetric Engineering and Remote Sensing, June 2005.",OGP,2005-09-30,,1,0
 4696,Kasai 1953,3148,geographic 2D,6422,6696,,,,,Geodetic survey.,,Institute Geographique du Congo.,OGP,2005-09-30,,1,0
 4697,IGC 1962 6th Parallel South,3149,geographic 2D,6422,6697,,,,,Geodetic survey.,,Institute Geographique du Congo.,OGP,2005-09-30,,1,0
 4698,IGN 1962 Kerguelen,2816,geographic 2D,6422,6698,,,,,Geodetic survey.,,IGN Paris,OGP,2005-11-23,,1,0
-4701,IGCB 1955,3171,geographic 2D,6422,6701,,,,,Geodetic survey.,"Superseded by IGC 1962 Arc of the 6th Parallel South, except for oil industry activities.",Institut Geographique du Bas Congo.,OGP,2005-11-28,,1,0
+4699,Le Pouce 1934,3209,geographic 2D,6422,6699,,,,,Geodetic survey.,"Densified with a GPS-derived coordinate set for 80 stations in 1994. This 1994 coordinate set is sometimes referred to as ""Mauritius 1994"".","Cartography Section, Ministry of Housing and Land.",OGP,2006-01-16,,1,0
+4700,IGN Astro 1960,1157,geographic 2D,6422,6700,,,,,"Minerals management, topographic mapping.","Mining title descriptions referring only to ""Clarke 1880 ellipsoid"" should be assumed to be referenced to this CRS. Oil industry considers Mining Cadastre 1999 to be exactly defined through tfm codes 15857-9. Replaced by Mauritania 1999 (code 4702).",OGP,OGP,2006-06-12,2006.44,1,0
+4701,IGCB 1955,3171,geographic 2D,6422,6701,,,,,Geodetic survey.,"Replaced by IGC 1962 Arc of the 6th Parallel South, except for oil industry activities.",Institut Geographique du Bas Congo.,OGP,2005-11-28,,1,0
+4702,Mauritania 1999,1157,geographic 2D,6422,6702,4925,15575,,,Horizontal component of 3D system.,Replaces all earlier CRSs.,OGP. See 3D CRS for original information source.,OGP,2006-06-12,2006.44,1,0
 4703,Mhast 1951,1318,geographic 2D,6422,6703,,,,,Coastal hydrography. Not used by oil industry.,A variation of this system has been adopted by the oil industry but using the International 1924 ellipsoid - see Mhast (onshore) and Mhast (offshore) (codes 4704 and 4705).,Various industry sources.,OGP,2006-01-03,,1,0
-4704,Mhast (onshore),3179,geographic 2D,6422,6704,,,,,Oil industry exploration and production onshore. Also offshore before 1979.,"Adopted by CABGOC with intention of being Mhast 1951 (CRS code 4703) but because it uses a different ellipsoid it is a different system. From 1979, offshore use superseded by Mhast (offshore) (CRS code 4705) from which this CRS differes by approx. 10m.",ChevronTexaco.,OGP,2006-01-06,,1,0
-4705,Mhast (offshore),3180,geographic 2D,6422,6705,,,,,Oil industry exploration and production between 1979 and 1987.,Used by CABGOC. Differs from Mhast (onshore) by approximately 10m. Superseded by Malongo 1987 (CRS code 4259) in 1987.,ChevronTexaco.,OGP,2006-01-06,,1,0
+4704,Mhast (onshore),3179,geographic 2D,6422,6704,,,,,Oil industry exploration and production onshore. Also offshore before 1979.,"Adopted by CABGOC with intention of being Mhast 1951 (CRS code 4703) but because it uses a different ellipsoid it is a different system. From 1979, offshore use replaced by Mhast (offshore) (CRS code 4705) from which this CRS differes by approx. 10m.",ChevronTexaco.,OGP,2006-01-06,,1,0
+4705,Mhast (offshore),3180,geographic 2D,6422,6705,,,,,Oil industry exploration and production between 1979 and 1987.,Used by CABGOC. Differs from Mhast (onshore) by approximately 10m. Replaced by Malongo 1987 (CRS code 4259) in 1987.,ChevronTexaco.,OGP,2006-01-06,,1,0
 4706,Egypt Gulf of Suez S-650 TL,2341,geographic 2D,6422,6706,,,,,Oil industry exploration and production in Gulf of Suez after 1980.,Differs from Egypt 1907 (CRS code 4229) by approximately 20m.,Various industry sources.,OGP,2006-01-31,,1,0
 4707,Tern Island 1961,3181,geographic 2D,6422,6707,,,,,Military and topographic mapping.,,"DMA / NIMA / NGA TR8350.2 (original 1987 first edition and 3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,1,0
 4708,Cocos Islands 1965,1069,geographic 2D,6422,6708,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
@@ -1732,14 +2200,14 @@
 4711,Marcus Island 1952,3203,geographic 2D,6422,6711,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
 4712,Ascension Island 1958,3182,geographic 2D,6422,6712,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
 4713,Ayabelle Lighthouse,1081,geographic 2D,6422,6713,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
-4714,Bellevue,1249,geographic 2D,6422,6714,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
+4714,Bellevue,3193,geographic 2D,6422,6714,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-07-29,2006.51,1,0
 4715,Camp Area Astro,3205,geographic 2D,6422,6715,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
 4716,Phoenix Islands 1966,3196,geographic 2D,6422,6716,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
 4717,Cape Canaveral,3206,geographic 2D,6422,6717,,,,,US space and military operations.,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
 4718,Solomon 1968,1213,geographic 2D,6422,6718,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
 4719,Easter Island 1967,3188,geographic 2D,6422,6719,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
-4720,Fiji 1986,1094,geographic 2D,6422,6720,,,,,Topographic mapping,Supersedes Fiji 1956 (CRS code 4721).,SOPAC!!,OGP,2006-01-26,,1,0
-4721,Fiji 1956,1094,geographic 2D,6422,6721,,,,,Military and topographic mapping,Superseded by Fiji 1986 (CRS code 4720).,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
+4720,Fiji 1986,1094,geographic 2D,6422,6720,,,,,Geodetic survey.,"Replaces Viti Levu 1912 (CRS code 4752), Vanua Levu 1915 (CRS code 4748) and Fiji 1956 (CRS code 4721).","Department of Lands and Survey, Fiji.",OGP,2006-07-14,2006.50,1,0
+4721,Fiji 1956,3398,geographic 2D,6422,6721,,,,,Military survey and topographic mapping.,For topographic mapping replaces Viti Levu 1912 (CRS code 4752) and Vanua Levu 1915 (CRS code 4748). Replaced by Fiji 1986 (CRS code 4720).,"SOPAC, www.sopac.org, and Clifford J. Mugnier in Photogrammetric Engineering and Remote Sensing, October 2000, www.asprs.org.",OGP,2006-07-14,2006.50,1,0
 4722,South Georgia 1968,3187,geographic 2D,6422,6722,,,,,Military and topograhic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
 4723,Grand Cayman 1959,3185,geographic 2D,6422,6723,,,,,"Topographic mapping, engineering and cadastral survey.",,Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1998. http://www.asprs.org/,OGP,2006-01-26,,1,0
 4724,Diego Garcia 1969,3189,geographic 2D,6422,6724,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
@@ -1748,19 +2216,40 @@
 4727,Midway 1961,3202,geographic 2D,6422,6727,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
 4728,Pico de la Nieves,3199,geographic 2D,6422,6728,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
 4729,Pitcairn 1967,3208,geographic 2D,6422,6729,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
-4730,Santo 1965,3194,geographic 2D,6422,6730,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
-4731,Viti Levu 1916,3195,geographic 2D,6422,6731,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
+4730,Santo 1965,3194,geographic 2D,6422,6730,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-07-29,2006.51,1,0
+4731,Viti Levu 1916,3195,geographic 2D,6422,6731,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,1
 4732,Marshall Islands 1960,3191,geographic 2D,6422,6732,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
 4733,Wake Island 1952,3190,geographic 2D,6422,6733,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
 4734,Tristan 1968,3184,geographic 2D,6422,6734,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
 4735,Kusaie 1951,3192,geographic 2D,6422,6735,,,,,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
 4736,Deception Island,3204,geographic 2D,6422,6736,,,,,Military and scientific mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, January 2000).",OGP,2006-01-26,,1,0
 4737,Korea 2000,1135,geographic 2D,6422,6737,4927,15573,,,Horizontal component of 3D system.,,OGP. See 3D CRS for original information source.,OGP,2005-11-28,,1,0
-4738,Hong Kong 1963,1118,geographic 2D,6422,6738,,,,,Topographic mapping,"Superseded by Hong Kong 1963(67) (CRS code 4839) for military purposes only.  For all purposes, superseded by Hong Kong 1980 (CRS code 4611).","Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/",OGP,2006-02-03,,1,0
-4739,Hong Kong 1963(67),1118,geographic 2D,6422,6739,,,,,Military mapping and charting.,"For military purposes only, supersedes Hong Kong 1963. Superseded by Hong Kong 1980 (CRS code 4611).",UK Hydrographic Office.,OGP,2006-02-03,,1,0
+4738,Hong Kong 1963,1118,geographic 2D,6422,6738,,,,,Topographic mapping,"Replaced by Hong Kong 1963(67) (CRS code 4839) for military purposes only.  For all purposes, replaced by Hong Kong 1980 (CRS code 4611).","Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/",OGP,2006-02-03,,1,0
+4739,Hong Kong 1963(67),1118,geographic 2D,6422,6739,,,,,Military mapping and charting.,"For military purposes only, replaces Hong Kong 1963. Replaced by Hong Kong 1980 (CRS code 4611).",UK Hydrographic Office.,OGP,2006-02-03,,1,0
+4740,PZ-90,1262,geographic 2D,6422,6740,4923,15577,,,Horizontal component of 3D system.,Used by the Glonass satellite navigation system.,OGP. See 3D CRS for original information source.,OGP,2006-02-03,,1,0
+4741,FD54,3248,geographic 2D,6422,6741,,,,,"Geodetic, engineering and cadastral survey, topographic mapping.","Except for cadastral survey, replaced by ED50 in the late 1970's. For cadastral survey, replaced by fk89 (CRS code 4753).","Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-03-16,2005.472,1,0
+4742,GDM2000,1151,geographic 2D,6422,6742,4921,15579,,,Horizontal component of 3D system.,Replaces all earlier Malaysian geographic CRSs.,OGP. See 3D CRS for original information source.,OGP,2006-03-16,,1,0
+4743,Karbala 1979 (Polservice),1124,geographic 2D,6422,6743,,,,,"Geodetic and engineering survey, topographic mapping.","Geodetic network established by Polservice consortium. At time of record population, information regarding usage within oil sector is not available.",Various industry sources.,OGP,2006-06-02,,1,0
+4744,Nahrwan 1934,3390,geographic 2D,6422,6744,,,,,Oil exploration and production.,"In Iran, replaced by FD58. In Iraq, replaced by Nahrwan 1967.",Various industry sources.,OGP,2006-06-02,,1,0
+4745,RD/83,2545,geographic 2D,6422,6745,,,,,"Topographic survey, mapping, cadastral survey.",Consistent with DHDN (CRS code 4314) at the 1-metre level. For low accuracy applications RD/83 can be considered the same as DHDN.,BKG via EuroGeographics. http://crs.bkg.bunde.de,OGP,2006-12-29,2006.894,1,0
+4746,PD/83,2544,geographic 2D,6422,6746,,,,,"Topographic survey, mapping, cadastral survey.",Consistent with DHDN (CRS code 4314) at the 1-metre level. For low accuracy applications PD/83 can be considered the same as DHDN.,BKG via EuroGeographics. http://crs.bkg.bunde.de,OGP,2006-12-29,2006.894,1,0
+4747,GR96,1107,geographic 2D,6422,6747,4909,15581,,,Horizontal component of 3D system.,Replaces all earlier Greenland geographic CRSs.,OGP. See 3D CRS for original information source.,OGP,2006-06-12,,1,0
+4748,Vanua Levu 1915,3401,geographic 2D,6422,6748,,,,,Geodetic survey.,"For topographic mapping, replaced by Fiji 1956 (CRS code 4721). For other purposes, replaced by Fiji 1986 (CRS code 4720).","Department of Lands and Survey, Fiji.",OGP,2006-07-14,,1,0
+4749,RGNC91-93,1174,geographic 2D,6422,6749,4907,15539,,,Horizontal component of 3D system.,"Replaces older local systems IGN56 Lifou, IGN72 Grande Terre, ST87 Ouvea, IGN53 Mare, ST84 Ile des Pins, ST71 Belep and NEA74 Noumea (CRS codes 4633, 4641-44, 4662 and 4750).",OGP. See 3D CRS for original information source.,OGP,2006-07-21,,1,0
+4750,ST87 Ouvea,2813,geographic 2D,6422,6750,,,,,Geodetic survey.,Replaced by RGNC91-93 (CRS code 4749).,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-21,,1,0
+4751,Kertau (RSO),1309,geographic 2D,6422,6751,,,,,Metrication of penisula Malaya RSO grid.,Used only for metrication of RSO grid. See Kertau 1968 (CRS code 4245) for other purposes.  Replaced by GDM2000 (CRS code 4742).,Defence Geographic Centre.,OGP,2006-07-24,2003.37,1,0
+4752,Viti Levu 1912,3195,geographic 2D,6422,6752,,,,,Geodetic survey.,"For topographic mapping, replaced by Fiji 1956 (CRS code 4721). For other purposes, replaced by Fiji 1986 (CRS code 4720).","Department of Lands and Survey, Fiji.",OGP,2006-07-30,,1,0
+4753,fk89,3248,geographic 2D,6422,6753,,,,,Cadastre.,Replaces FD54 (CRS code 4741). Coordinate differences are less than 0.05 seconds (2m). The name of this system is also used for the dependent projected CRS - see CRS code 3173.,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-08-04,,1,0
+4754,LGD2006,1143,geographic 2D,6422,6754,4900,15583,,,Horizontal component of 3D system.,Replaces ELD79.,OGP. See 3D CRS for original information source.,OGP,2006-08-25,,1,0
+4755,DGN95,1122,geographic 2D,6422,6755,4898,15585,,,Horizontal component of 3D system.,Replaces ID74.,OGP. See 3D CRS for original information source.,OGP,2006-08-25,,1,0
+4756,VN-2000,1252,geographic 2D,6422,6756,,,,,Geodetic survey.,Replaces Hanoi 1972 (CRS code 4147).,General Director of Land Administration.,OGP,2006-09-13,,1,0
+4757,SVY21,1210,geographic 2D,6422,6757,,,,,Cadastre.,,"Singapore Land Authority, http:/www.sla.gov.sg",OGP,2006-10-13,,1,0
+4758,JAD2001,1128,geographic 2D,6422,6758,4895,15587,,,Horizontal component of 3D system.,Replaces JAD69 (CRS code 4242).,OGP. See 3D CRS for original information source.,OGP,2007-01-19,,1,0
+4759,NAD83(NSRS2007),1511,geographic 2D,6422,6759,4893,15589,,,Horizontal component of 3D system.,"Note: this coordinate system includes longitudes which are POSITIVE EAST. In Continental US, replaces NAD83(HARN). In Alaska, for accuracies of better than 1m replaces NAD83.",OGP. See 3D CRS for original information source.,OGP,2007-05-29,,1,0
+4760,WGS 66,1262,geographic 2D,6422,6760,4891,15591,,,Horizontal component of 3D system.,Replaced by WGS 72.,OGP. See 3D CRS for original information source.,OGP,2007-03-25,,1,0
 4801,Bern 1898 (Bern),1286,geographic 2D,6422,6801,,,,,Geodetic survey.,,,EPSG,2004-01-06,2000.07 2003.37,1,0
-4802,Bogota 1975 (Bogota),3229,geographic 2D,6422,6802,,,,,Geodetic survey.,"Supersedes earlier 3 adjustments of 1951, 1944 and 1941.","IGAC special publication no. 1, ""Geodesia"" 4th edition, 1975.",EPSG,2004-01-06,2000.07 2000.20 2003.37,1,0
-4803,Lisbon (Lisbon),1294,geographic 2D,6422,6803,,,,,Geodetic survey.,Supersedes Lisbon 1890 (Lisbon) system which used Bessel 1841 ellipsoid (code 4904).  Superseded by Datum 73 (code 4274).,Instituto Geografico e Cadastral; Lisbon,EPSG,2004-01-06,97.12  2000.07  2001.551 2003.37,1,0
+4802,Bogota 1975 (Bogota),3229,geographic 2D,6422,6802,,,,,Geodetic survey.,"Replaces earlier 3 adjustments of 1951, 1944 and 1941.","IGAC special publication no. 1, ""Geodesia"" 4th edition, 1975.",EPSG,2004-01-06,2000.07 2000.20 2003.37,1,0
+4803,Lisbon (Lisbon),1294,geographic 2D,6422,6803,,,,,Geodetic survey.,Replaces Lisbon 1890 (Lisbon) system which used Bessel 1841 ellipsoid (code 4904).  Replaced by Datum 73 (code 4274).,Instituto Geografico e Cadastral; Lisbon,EPSG,2004-01-06,97.12  2000.07  2001.551 2003.37,1,0
 4804,Makassar (Jakarta),1316,geographic 2D,6422,6804,,,,,Geodetic survey.,,,EPSG,2004-01-06,2000.07 2003.37,1,0
 4805,MGI (Ferro),1321,geographic 2D,6422,6805,,,,,Geodetic survey.,,Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,2004-01-06,2000.07 2003.37,1,0
 4806,Monte Mario (Rome),3343,geographic 2D,6422,6806,,,,,"Geodetic survey, onshore minerals licencing.",,,EPSG,2004-01-15,2000.07 2003.37 2004.07,1,0
@@ -1768,34 +2257,55 @@
 4808,Padang (Jakarta),1355,geographic 2D,6422,6808,,,,,Geodetic survey.,,,EPSG,2004-01-06,2000.07 2003.37,1,0
 4809,Belge 1950 (Brussels),1347,geographic 2D,6422,6809,,,,,Geodetic survey.,,,EPSG,2004-01-06,2000.07 2003.37,1,0
 4810,Tananarive (Paris),3273,geographic 2D,6403,6810,,,,,Geodetic survey.,,,EPSG,2004-01-06,2000.07,1,0
-4811,Voirol 1875 (Paris),1365,geographic 2D,6403,6811,,,,,Geodetic survey.,The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9 metres. Oil industry references to one could in reality be to either. All superseded by Nord Sahara 1959 (CRS code 4307).,IGN Paris,EPSG,2004-01-06,2000.07 2003.361 2003.37,1,0
+4811,Voirol 1875 (Paris),1365,geographic 2D,6403,6811,,,,,Geodetic survey.,The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9 metres. Oil industry references to one could in reality be to either. All replaced by Nord Sahara 1959 (CRS code 4307).,IGN Paris,EPSG,2004-01-06,2000.07 2003.361 2003.37,1,0
 4813,Batavia (Jakarta),1285,geographic 2D,6422,6813,,,,,Geodetic survey.,,,EPSG,2004-01-06,2000.07 2003.37,1,0
 4814,RT38 (Stockholm),3313,geographic 2D,6422,6814,,,,,Geodetic survey.,,,EPSG,2004-01-06,2000.07 2003.37,1,0
 4815,Greek (Athens),1106,geographic 2D,6422,6815,,,,,Geodetic survey.,,Topography Department; National Technical University of Greece.,EPSG,2004-01-06,2000.07 2003.37,1,0
-4816,Carthage (Paris),1618,geographic 2D,6403,6816,,,,,Geodetic survey.,Superseded by Greenwich-based Carthage geogCRS.,,EPSG,2004-01-06,2000.07,1,0
+4816,Carthage (Paris),1618,geographic 2D,6403,6816,,,,,Geodetic survey.,Replaced by Greenwich-based Carthage geogCRS.,,EPSG,2004-01-06,2000.07,1,0
 4817,NGO 1948 (Oslo),1352,geographic 2D,6422,6817,,,,,Geodetic survey.,,,EPSG,2004-01-06,2000.07 2003.37,1,0
 4818,S-JTSK (Ferro),1306,geographic 2D,6422,6818,,,,,Geodetic survey.,"S-JTSK(Ferro) is the Uniform Trigonometric Cadastral Network.  It is a modification of  the Austrian MGI (Ferro) geogCS, code 4805.",Research Institute for Geodesy Topography and Cartography (VUGTK); Prague.,EPSG,2004-01-06,2003.37,1,0
 4819,Nord Sahara 1959 (Paris),1366,geographic 2D,6403,6819,,,,,Geodetic survey.,,"""Le System Geodesique Nord-Sahara""; IGN Paris",EPSG,2000-10-19,2000.74,1,1
 4820,Segara (Jakarta),1360,geographic 2D,6422,6820,,,,,Geodetic survey.,,,EPSG,2006-01-16,2003.37 2005.88,1,0
-4821,Voirol 1879 (Paris),1365,geographic 2D,6403,6821,,,,,Geodetic survey.,The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9 metres. Oil industry references to one could in reality be to either. All superseded by Nord Sahara 1959 (CRS code 4307).,IGN Paris,EPSG,2004-01-07,,1,0
+4821,Voirol 1879 (Paris),1365,geographic 2D,6403,6821,,,,,Geodetic survey.,The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9 metres. Oil industry references to one could in reality be to either. All replaced by Nord Sahara 1959 (CRS code 4307).,IGN Paris,EPSG,2004-01-07,,1,0
+4890,WGS 66,1262,geocentric,6500,6760,,,,,Geodesy.,Replaced by WGS 72.,US DMA / NIMA / NGA,OGP,2007-03-25,,1,0
+4891,WGS 66,1262,geographic 3D,6423,6760,4890,15590,,,Geodesy.,Replaced by WGS 72.,US DMA / NIMA / NGA,OGP,2007-03-25,,1,0
+4892,NAD83(NSRS2007),1511,geocentric,6500,6759,,,,,Geodetic survey.,"In continental US, replaces NAD83(HARN).","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+4893,NAD83(NSRS2007),1511,geographic 3D,6423,6759,4892,15588,,,Geodetic survey.,"In continental US, replaces NAD83(HARN).","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-05-29,,1,0
+4894,JAD2001,1128,geocentric,6500,6758,,,,,Geodetic survey.,,National Land Agency.,OGP,2007-01-19,,1,0
+4895,JAD2001,1128,geographic 3D,6423,6758,4894,15586,,,Geodetic survey.,,National Land Agency.,OGP,2007-01-19,,1,0
+4896,ITRF2005,2830,geocentric,6500,6896,,,,,Geodesy.,Replaces ITRF2000 (code 4919).,IGN Paris http://itrf.ensg.ign.fr/itrs_itrf.php,OGP,2007-01-20,,1,0
+4897,DGN95,1122,geocentric,6500,6755,,,,,Geodetic survey.,,Bakosurtanal.,OGP,2006-08-25,,1,0
+4898,DGN95,1122,geographic 3D,6423,6755,4897,15584,,,Geodetic survey.,,Bakosurtanal.,OGP,2006-08-25,,1,0
+4899,LGD2006,1143,geocentric,6500,6754,,,,,Geodetic survey.,,Survey Department of Libya.,OGP,2006-08-25,,1,0
+4900,LGD2006,1143,geographic 3D,6423,6754,4899,15582,,,Geodetic survey.,,Survey Department of Libya.,OGP,2006-08-25,,1,0
 4901,ATF (Paris),1326,geographic 2D,6403,6901,,,,,Geodetic survey.,,,EPSG,2004-01-06,2000.07,1,0
 4902,NDG (Paris),1369,geographic 2D,6403,6902,,,,,Geodetic survey.,,,EPSG,2004-01-06,2000.07,1,0
 4903,Madrid 1870 (Madrid),2366,geographic 2D,6422,6903,,,,,Geodetic survey.,,Institut de Geomatica; Barcelona.,EPSG,2004-01-06,2000.07 2003.37,1,0
-4904,Lisbon 1890 (Lisbon),1294,geographic 2D,6422,6904,,,,,Geodetic survey.,Superseded by Lisbon 1937 system which uses International 1924 ellipsoid (code 4803).,Instituto Geografico e Cadastral; Lisbon,EPSG,2004-01-06,2003.37,1,0
-4910,ITRF88,1262,geocentric,6500,6647,,,,,Geodesy.,Superseded by ITRF89 (code 4911).,International Earth Rotation Service (IERS) Annual Report for 1988. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
-4911,ITRF89,1262,geocentric,6500,6648,,,,,Geodesy.,Supersedes ITRF88 (code 4910). Superseded by ITRF91 (code 4912).,International Earth Rotation Service (IERS) Technical Note #6. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
-4912,ITRF90,1262,geocentric,6500,6649,,,,,Geodesy.,Supersedes ITRF89 (code 4911). Superseded by ITRF91 (code 4913).,International Earth Rotation Service (IERS) Technical Note #9. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
-4913,ITRF91,1262,geocentric,6500,6650,,,,,Geodesy.,Supersedes ITRF90 (code 4912). Superseded by ITRF92 (code 4914).,International Earth Rotation Service (IERS) Technical Note #12. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
-4914,ITRF92,1262,geocentric,6500,6651,,,,,Geodesy.,Supersedes ITRF91 (code 4913). Superseded by ITRF93 (code 4915).,International Earth Rotation Service (IERS) Technical Note #15. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
-4915,ITRF93,1262,geocentric,6500,6652,,,,,Geodesy.,Supersedes ITRF92 (code 4914). Superseded by ITRF94 (code 4916).,International Earth Rotation Service (IERS) Technical Note #18. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
-4916,ITRF94,1262,geocentric,6500,6653,,,,,Geodesy.,Supersedes ITRF93 (code 4915). Superseded by ITRF96 (code 4917).,International Earth Rotation Service (IERS) Technical Note #20. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
-4917,ITRF96,1262,geocentric,6500,6654,,,,,Geodesy.,Supersedes ITRF94 (code 4916). Superseded by ITRF97 (code 4918).,International Earth Rotation Service (IERS) Technical Note #24. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
-4918,ITRF97,1262,geocentric,6500,6655,,,,,Geodesy.,Supersedes ITRF96 (code 4917). Superseded by ITRF2000 (code 4919).,International Earth Rotation Service (IERS) Technical Note #27. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
-4919,ITRF2000,2830,geocentric,6500,6656,,,,,Geodesy.,Supersedes ITRF97 (code 4918).,IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
+4904,Lisbon 1890 (Lisbon),1294,geographic 2D,6422,6904,,,,,Geodetic survey.,Replaced by Lisbon 1937 system which uses International 1924 ellipsoid (code 4803).,Instituto Geografico e Cadastral; Lisbon,EPSG,2004-01-06,2003.37,1,0
+4906,RGNC91-93,1174,geocentric,6500,6749,,,,,Geodetic survey.,"Replaces older local geographic 2D systems IGN56 Lifou, IGN72 Grande Terre, ST87 Ouvea, IGN53 Mare, ST84 Ile des Pins, ST71 Belep and NEA74 Noumea (CRS codes 4633, 4641-44, 4662 and 4750).","Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-21,,1,0
+4907,RGNC91-93,1174,geographic 3D,6423,6749,4906,15538,,,Geodetic survey.,"Replaces older local 2D systems IGN56 Lifou, IGN72 Grande Terre, ST87 Ouvea, IGN53 Mare, ST84 Ile des Pins, ST71 Belep and NEA74 Noumea (CRS codes 4633, 4641-44, 4662 and 4750).","Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-21,,1,0
+4908,GR96,1107,geocentric,6500,6747,,,,,Geodetic survey.,,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-06-12,,1,0
+4909,GR96,1107,geographic 3D,6423,6747,4908,15580,,,Geodetic survey.,,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-06-12,,1,0
+4910,ITRF88,1262,geocentric,6500,6647,,,,,Geodesy.,Replaced by ITRF89 (code 4911).,International Earth Rotation Service (IERS) Annual Report for 1988. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
+4911,ITRF89,1262,geocentric,6500,6648,,,,,Geodesy.,Replaces ITRF88 (code 4910). Replaced by ITRF91 (code 4912).,International Earth Rotation Service (IERS) Technical Note #6. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
+4912,ITRF90,1262,geocentric,6500,6649,,,,,Geodesy.,Replaces ITRF89 (code 4911). Replaced by ITRF91 (code 4913).,International Earth Rotation Service (IERS) Technical Note #9. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
+4913,ITRF91,1262,geocentric,6500,6650,,,,,Geodesy.,Replaces ITRF90 (code 4912). Replaced by ITRF92 (code 4914).,International Earth Rotation Service (IERS) Technical Note #12. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
+4914,ITRF92,1262,geocentric,6500,6651,,,,,Geodesy.,Replaces ITRF91 (code 4913). Replaced by ITRF93 (code 4915).,International Earth Rotation Service (IERS) Technical Note #15. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
+4915,ITRF93,1262,geocentric,6500,6652,,,,,Geodesy.,Replaces ITRF92 (code 4914). Replaced by ITRF94 (code 4916).,International Earth Rotation Service (IERS) Technical Note #18. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
+4916,ITRF94,1262,geocentric,6500,6653,,,,,Geodesy.,Replaces ITRF93 (code 4915). Replaced by ITRF96 (code 4917).,International Earth Rotation Service (IERS) Technical Note #20. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
+4917,ITRF96,1262,geocentric,6500,6654,,,,,Geodesy.,Replaces ITRF94 (code 4916). Replaced by ITRF97 (code 4918).,International Earth Rotation Service (IERS) Technical Note #24. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
+4918,ITRF97,1262,geocentric,6500,6655,,,,,Geodesy.,Replaces ITRF96 (code 4917). Replaced by ITRF2000 (code 4919).,International Earth Rotation Service (IERS) Technical Note #27. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2004-03-23,2004.183,1,0
+4919,ITRF2000,1262,geocentric,6500,6656,,,,,Geodesy.,Replaces ITRF97 (code 4918). Replaced by ITRF2005 (code 4896).,IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2006-10-13,2004.183 2006.892,1,0
+4920,GDM2000,1151,geocentric,6500,6742,,,,,Geodetic survey.,,GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+4921,GDM2000,1151,geographic 3D,6423,6742,4920,15578,,,Geodetic survey.,,GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,1,0
+4922,PZ-90,1262,geocentric,6500,6740,,,,,Geodetic survey.,Used by the Glonass satellite navigation system.,"Geodeziya i Katografiya, 1993.",OGP,2006-02-03,,1,0
+4923,PZ-90,1262,geographic 3D,6423,6740,4922,15576,,,Geodetic survey.,Used by the Glonass satellite navigation system.,"Geodeziya i Katografiya, 1993.",OGP,2006-02-03,,1,0
+4924,Mauritania 1999,1157,geocentric,6500,6702,,,,,Geodetic survey.,,"Ministry of Works and Transport, Topography and Cartography Directive.",OGP,2005-09-12,,1,0
+4925,Mauritania 1999,1157,geographic 3D,6423,6702,4924,15574,,,Geodetic survey.,,"Ministry of Works and Transport, Topography and Cartography Directive.",OGP,2005-09-12,,1,0
 4926,Korea 2000,1135,geocentric,6500,6737,,,,,Geodetic survey.,,"Permanent Committee for GIS Infrastructure for Asia and the Pacific (PCGIAP), http://www.gsi.go.jp/PCGIAP",OGP,2006-01-30,,1,0
 4927,Korea 2000,1135,geographic 3D,6423,6737,4926,15572,,,Geodetic survey.,,"Permanent Committee for GIS Infrastructure for Asia and the Pacific (PCGIAP), http://www.gsi.go.jp/PCGIAP",OGP,2006-01-30,,1,0
-4928,POSGAR 94,1033,geocentric,6500,6694,,,,,Geodetic survey.,Legally adopted in May 1997. Superseded by POSGAR 98 for scientific and many practical purposes.,"Instituto Geográfico Militar de la República Argentina, http://www.igm.gov.ar",OGP,2005-09-12,,1,0
-4929,POSGAR 94,1033,geographic 3D,6423,6694,4928,15570,,,Geodetic survey.,Legally adopted in May 1997. Superseded by POSGAR 98 for scientific and many practical purposes.,"Instituto Geográfico Militar de la República Argentina, http://www.igm.gov.ar",OGP,2005-09-12,,1,0
+4928,POSGAR 94,1033,geocentric,6500,6694,,,,,Geodetic survey.,Legally adopted in May 1997. Replaced by POSGAR 98 for scientific and many practical purposes.,"Instituto Geográfico Militar de la República Argentina, http://www.igm.gov.ar",OGP,2005-09-12,,1,0
+4929,POSGAR 94,1033,geographic 3D,6423,6694,4928,15570,,,Geodetic survey.,Legally adopted in May 1997. Replaced by POSGAR 98 for scientific and many practical purposes.,"Instituto Geográfico Militar de la República Argentina, http://www.igm.gov.ar",OGP,2005-09-12,,1,0
 4930,Australian Antarctic,1278,geocentric,6500,6176,,,,,Geodetic survey.,,Standards Australia,EPSG,2004-01-05,,1,0
 4931,Australian Antarctic,1278,geographic 3D,6423,6176,4930,15500,,,Geodetic survey.,,Standards Australia,EPSG,2004-01-05,,1,0
 4932,CHTRF95,1286,geocentric,6500,6151,,,,,Geodetic survey.,,,EPSG,2004-01-05,,1,0
@@ -1820,10 +2330,10 @@
 4951,LKS94,1145,geographic 3D,6423,6126,4950,15520,,,Geodetic survey.,,EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2004-01-05,,1,0
 4952,Moznet,1167,geocentric,6500,6130,,,,,Geodetic survey.,,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,2004-01-05,,1,0
 4953,Moznet,1167,geographic 3D,6423,6130,4952,15522,,,Geodetic survey.,,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,2004-01-05,,1,0
-4954,NAD83(CSRS),2784,geocentric,6500,6140,,,,,Geodetic survey.,,Service New Brunswick Land and Information Standards Manual,EPSG,2004-01-05,,1,0
-4955,NAD83(CSRS),2784,geographic 3D,6423,6140,4954,15524,,,Geodetic survey.,,Service New Brunswick Land and Information Standards Manual,EPSG,2004-01-05,,1,0
-4956,NAD83(HARN),1337,geocentric,6500,6152,,,,,Geodetic survey.,,National Geodetic Survey,EPSG,2004-01-05,,1,0
-4957,NAD83(HARN),1337,geographic 3D,6423,6152,4956,15526,,,Geodetic survey.,,National Geodetic Survey,EPSG,2004-01-05,,1,0
+4954,NAD83(CSRS),1061,geocentric,6500,6140,,,,,Geodetic survey.,,"Natural Resources of Canada, CSRS website.  http://www.geod.nrcan.gc.ca",EPSG,2007-05-29,2006.461 2007.026,1,0
+4955,NAD83(CSRS),1061,geographic 3D,6423,6140,4954,15524,,,Geodetic survey.,,"Natural Resources of Canada, CSRS website.  http://www.geod.nrcan.gc.ca",EPSG,2007-05-29,2006.461 2007.026,1,0
+4956,NAD83(HARN),1337,geocentric,6500,6152,,,,,Geodetic survey.,"In Continental US (excludes Alaska) and Hawaii, replaces NAD83 for applications with an accuracy of better than 1m. In Continental US replaced by NAD83(NSRS2007).",National Geodetic Survey,EPSG,2007-04-20,2007.031,1,0
+4957,NAD83(HARN),1337,geographic 3D,6423,6152,4956,15526,,,Geodetic survey.,"In Continental US (excludes Alaska) and Hawaii, replaces NAD83 for applications with an accuracy of better than 1m. In Continental US replaced by NAD83(NSRS2007).",National Geodetic Survey,EPSG,2007-04-20,2007.031,1,0
 4958,NZGD2000,3285,geocentric,6500,6167,,,,,Geodetic survey.,,Land Information New Zealand.,EPSG,2004-01-05,,1,0
 4959,NZGD2000,3285,geographic 3D,6423,6167,4958,15529,,,Geodetic survey.,,Land Information New Zealand.,EPSG,2004-01-05,,1,0
 4960,POSGAR 98,1033,geocentric,6500,6190,,,,,Geodetic survey.,Densification in Argentina of SIRGAS 1995.,"Instituto Geográfico Militar de la República Argentina, http://www.igm.gov.ar",EPSG,2005-09-04,2005.46,1,0
@@ -1834,36 +2344,36 @@
 4965,RGF93,1096,geographic 3D,6423,6171,4964,15534,,,Geodetic survey.,,TotalFinaElf,EPSG,2004-01-05,,1,0
 4966,RGFG95,1097,geocentric,6500,6624,,,,,Geodetic survey.,,IGN Paris,EPSG,2004-01-05,,1,0
 4967,RGFG95,1097,geographic 3D,6423,6624,4966,15536,,,Geodetic survey.,,IGN Paris,EPSG,2004-01-05,,1,0
-4968,RGNC 1991,1174,geocentric,6500,6645,,,,,Geodetic survey.,"Supersedes older local geographic 2D systems IGN56 Lifou, IGN72 Grande Terre, ST87 Ouvea, IGN53 Mare, ST84 Ile des Pins, ST71 Belep and NEA74 Noumea (CRS codes 463, 4635, 4650-53 and 4662).",Service Topographique de la Nouvelle Caledonie,EPSG,2004-01-05,,1,0
-4969,RGNC 1991,1174,geographic 3D,6423,6645,4968,15538,,,Geodetic survey.,"Supersedes older local 2D systems IGN56 Lifou, IGN72 Grande Terre, ST87 Ouvea, IGN53 Mare, ST84 Ile des Pins, ST71 Belep and NEA74 Noumea (CRS codes 4633, 4635, 4650-53 and 4662).",Service Topographique de la Nouvelle Caledonie,EPSG,2004-01-05,,1,0
+4968,RGNC 1991,1174,geocentric,6500,6645,,,,,Geodetic survey.,"Supersedes older local geographic 2D systems IGN56 Lifou, IGN72 Grande Terre, ST87 Ouvea, IGN53 Mare, ST84 Ile des Pins, ST71 Belep and NEA74 Noumea (CRS codes 463, 4635, 4650-53 and 4662).",Service Topographique de la Nouvelle Caledonie,EPSG,2004-01-05,,1,1
+4969,RGNC 1991,1174,geographic 3D,6423,6645,4968,15538,,,Geodetic survey.,"Supersedes older local 2D systems IGN56 Lifou, IGN72 Grande Terre, ST87 Ouvea, IGN53 Mare, ST84 Ile des Pins, ST71 Belep and NEA74 Noumea (CRS codes 4633, 4635, 4650-53 and 4662).",Service Topographique de la Nouvelle Caledonie,EPSG,2004-01-05,,1,1
 4970,RGR92,1196,geocentric,6500,6627,,,,,Geodetic survey.,,IGN Paris,EPSG,2004-01-05,,1,0
 4971,RGR92,1196,geographic 3D,6423,6627,4970,15540,,,Geodetic survey.,,IGN Paris,EPSG,2004-01-05,,1,0
-4972,RRAF 1991,2824,geocentric,6500,6640,,,,,Geodetic survey.,Supersedes older local geographic 2D systems Fort Marigot and Sainte Anne CRS (codes 4621-22) in Guadeloupe and Fort Desaix (CRS code 4625) in Martinique.,IGN Paris,EPSG,2004-01-05,,1,0
-4973,RRAF 1991,2824,geographic 3D,6423,6640,4972,15542,,,Geodetic survey.,Supersedes older local 2D systems Fort Marigot and Sainte Anne CRS (codes 4621-22) in Guadeloupe and Fort Desaix (CRS code 4625) in Martinique.,IGN Paris,EPSG,2004-01-05,,1,0
-4974,SIRGAS,1341,geocentric,6500,6170,,,,,Geodetic survey.,Superseded by SIRGAS 2000.,"IBGE Brazil, http://www1.ibge.gov.br/",EPSG,2005-09-29,2004.25 2005.46,1,0
-4975,SIRGAS,1341,geographic 3D,6423,6170,4974,15544,,,Geodetic survey.,Superseded by SIRGAS 2000.,"IBGE Brazil, http://www1.ibge.gov.br/",EPSG,2005-09-29,2004.25 2005.46,1,0
+4972,RRAF 1991,2824,geocentric,6500,6640,,,,,Geodetic survey.,Replaces older local geographic 2D systems Fort Marigot and Sainte Anne CRS (codes 4621-22) in Guadeloupe and Fort Desaix (CRS code 4625) in Martinique.,IGN Paris,EPSG,2004-01-05,,1,0
+4973,RRAF 1991,2824,geographic 3D,6423,6640,4972,15542,,,Geodetic survey.,Replaces older local 2D systems Fort Marigot and Sainte Anne CRS (codes 4621-22) in Guadeloupe and Fort Desaix (CRS code 4625) in Martinique.,IGN Paris,EPSG,2004-01-05,,1,0
+4974,SIRGAS,3448,geocentric,6500,6170,,,,,Geodetic survey.,Replaced by SIRGAS 2000.,"IBGE Brazil, http://www1.ibge.gov.br/",EPSG,2006-07-29,2004.25 2005.46 2006.465,1,0
+4975,SIRGAS,3448,geographic 3D,6423,6170,4974,15544,,,Geodetic survey.,Replaced by SIRGAS 2000.,"IBGE Brazil, http://www1.ibge.gov.br/",EPSG,2006-07-29,2004.25 2005.46 2006.465,1,0
 4976,SWEREF99,1225,geocentric,6500,6619,,,,,Geodetic survey.,,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2004-01-05,,1,0
 4977,SWEREF99,1225,geographic 3D,6423,6619,4976,15546,,,Geodetic survey.,,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2004-01-05,,1,0
-4978,WGS 84,1262,geocentric,6500,6326,,,,,Used by the GPS satellite navigation system.,,NIMA TR8350.2 January 2000 revision. http://earth-info.nga.mil/GandG/,EPSG,2005-09-29,2005.46,1,0
-4979,WGS 84,2830,geographic 3D,6423,6326,4978,15548,,,Used by the GPS satellite navigation system.,,,EPSG,2004-01-05,,1,0
+4978,WGS 84,1262,geocentric,6500,6326,,,,,Used by the GPS satellite navigation system.,,NIMA TR8350.2 January 2000 revision. http://earth-info.nga.mil/GandG/,EPSG,2006-08-25,2005.46 2006.81,1,0
+4979,WGS 84,2830,geographic 3D,6423,6326,4978,15548,,,Used by the GPS satellite navigation system.,,,EPSG,2006-08-25,2006.81,1,0
 4980,Yemen NGN96,1257,geocentric,6500,6163,,,,,Geodetic survey.,,IGN Paris,EPSG,2004-01-05,,1,0
 4981,Yemen NGN96,1257,geographic 3D,6423,6163,4980,15550,,,Geodetic survey.,,IGN Paris,EPSG,2004-01-05,,1,0
 4982,IGM95,1127,geocentric,6500,6670,,,,,Geodetic survey.,,ENI,EPSG,2004-04-27,2004.201,1,0
 4983,IGM95,1127,geographic 3D,6423,6670,4982,15552,,,Geodetic survey.,,ENI,EPSG,2004-04-27,2004.201,1,0
-4984,WGS 72,1262,geocentric,6500,6322,,,,,Geodetic survey.,Superseded by WGS 84.,,EPSG,2004-01-09,,1,0
-4985,WGS 72,1262,geographic 3D,6423,6322,4984,15554,,,Geodetic survey.,Superseded by WGS 84.,,EPSG,2004-01-09,,1,0
-4986,WGS 72BE,1262,geocentric,6500,6324,,,,,Geodetic survey.,Broadcast ephemeris. Superseded by WGS 84.,,EPSG,2004-01-09,,1,0
-4987,WGS 72BE,1262,geographic 3D,6423,6324,4986,15556,,,Geodetic survey.,Broadcast ephemeris. Superseded by WGS 84.,,EPSG,2004-01-09,,1,0
-4988,SIRGAS 2000,1341,geocentric,6500,6674,,,,,Geodetic survey.,Supersedes SIRGAS 1995.,"IBGE Brazil, http://www1.ibge.gov.br/",EPSG,2005-09-29,2005.46,1,0
-4989,SIRGAS 2000,1341,geographic 3D,6423,6674,4988,15558,,,Geodetic survey.,Supersedes SIRGAS 1995.,"IBGE Brazil, http://www1.ibge.gov.br/",EPSG,2005-09-29,2005.46,1,0
-4990,Lao 1993,1138,geocentric,6500,6677,,,,,Geodetic survey.,Superseded by Lao 1997. Lao 1993 coordinate values are within 1m of Lao 1997 values.,National Geographic Department,EPSG,2004-04-27,,1,0
-4991,Lao 1993,1138,geographic 3D,6423,6677,4990,15560,,,Geodetic survey.,Superseded by Lao 1997. Lao 1993 coordinate values are within 1m of Lao 1997 values.,National Geographic Department,EPSG,2004-04-27,,1,0
-4992,Lao 1997,1138,geocentric,6500,6678,,,,,Geodetic survey.,Supersedes Lao 1993. Lao 1993 coordinate values are within 1m of Lao 1997 values.,National Geographic Department,EPSG,2004-04-27,,1,0
-4993,Lao 1997,1138,geographic 3D,6423,6678,4992,15562,,,Geodetic survey.,Supersedes Lao 1993. Lao 1993 coordinate values are within 1m of Lao 1997 values.,National Geographic Department,EPSG,2004-04-27,,1,0
+4984,WGS 72,1262,geocentric,6500,6322,,,,,Geodetic survey.,Replaced by WGS 84.,,EPSG,2004-01-09,,1,0
+4985,WGS 72,1262,geographic 3D,6423,6322,4984,15554,,,Geodetic survey.,Replaced by WGS 84.,,EPSG,2004-01-09,,1,0
+4986,WGS 72BE,1262,geocentric,6500,6324,,,,,Geodetic survey.,Broadcast ephemeris. Replaced by WGS 84.,,EPSG,2004-01-09,,1,0
+4987,WGS 72BE,1262,geographic 3D,6423,6324,4986,15556,,,Geodetic survey.,Broadcast ephemeris. Replaced by WGS 84.,,EPSG,2004-01-09,,1,0
+4988,SIRGAS 2000,3418,geocentric,6500,6674,,,,,Geodetic survey.,Replaces SIRGAS 1995 system for South America; expands SIRGAS to Mexico and Central America.,"IBGE Brazil, http://www1.ibge.gov.br/",EPSG,2006-07-29,2005.46 2006.465,1,0
+4989,SIRGAS 2000,3418,geographic 3D,6423,6674,4988,15558,,,Geodetic survey.,Replaces SIRGAS 1995 system for South America; expands SIRGAS to Mexico and Central America.,"IBGE Brazil, http://www1.ibge.gov.br/",EPSG,2006-07-29,2005.46 2006.465,1,0
+4990,Lao 1993,1138,geocentric,6500,6677,,,,,Geodetic survey.,Replaced by Lao 1997. Lao 1993 coordinate values are within 1m of Lao 1997 values.,National Geographic Department,EPSG,2004-04-27,,1,0
+4991,Lao 1993,1138,geographic 3D,6423,6677,4990,15560,,,Geodetic survey.,Replaced by Lao 1997. Lao 1993 coordinate values are within 1m of Lao 1997 values.,National Geographic Department,EPSG,2004-04-27,,1,0
+4992,Lao 1997,1138,geocentric,6500,6678,,,,,Geodetic survey.,Replaces Lao 1993. Lao 1993 coordinate values are within 1m of Lao 1997 values.,National Geographic Department,EPSG,2004-04-27,,1,0
+4993,Lao 1997,1138,geographic 3D,6423,6678,4992,15562,,,Geodetic survey.,Replaces Lao 1993. Lao 1993 coordinate values are within 1m of Lao 1997 values.,National Geographic Department,EPSG,2004-04-27,,1,0
 4994,PRS92,1190,geocentric,6500,6683,,,,,Geodetic survey.,,"National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,,1,0
 4995,PRS92,1190,geographic 3D,6423,6683,4994,15564,,,Geodetic survey.,,"National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,,1,0
-4996,MAGNA-SIRGAS,3229,geocentric,6500,6686,,,,,Geodetic survey.,,"Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
-4997,MAGNA-SIRGAS,3229,geographic 3D,6423,6686,4996,15566,,,Geodetic survey.,,"Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,1,0
+4996,MAGNA-SIRGAS,3229,geocentric,6500,6686,,,,,Geodetic survey.,,"Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.060,1,0
+4997,MAGNA-SIRGAS,3229,geographic 3D,6423,6686,4996,15566,,,Geodetic survey.,,"Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2007.060,1,0
 4998,RGPF,1098,geocentric,6500,6687,,,,,Geodetic survey.,,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie. Also www.shom.fr, technical report 002/199.",EPSG,2005-08-12,,1,0
 4999,RGPF,1098,geographic 3D,6423,6687,4998,15568,,,Geodetic survey.,,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie. Also www.shom.fr, technical report 002/199.",EPSG,2005-08-12,,1,0
 5600,NGPF,3134,vertical,6499,5195,,,,,"Geodetic survey, topographic mapping, engineering survey.",The collection of heterogeneous vertical coordinate reference systems throughout the Society Islands of French Polynesia.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
@@ -1874,6 +2384,8 @@
 5605,Huahine SAU 2001,3135,vertical,6499,5200,,,,,"Geodetic survey, topographic mapping, engineering survey.",Part of NGPF (CRS code 5600).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
 5606,Tahaa SAU 2001,3138,vertical,6499,5201,,,,,"Geodetic survey, topographic mapping, engineering survey.",Part of NGPF (CRS code 5600).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
 5607,Bora Bora SAU 2001,3137,vertical,6499,5202,,,,,"Geodetic survey, topographic mapping, engineering survey.",Part of NGPF (CRS code 5600).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,1,0
+5608,IGLD 1955,3468,vertical,6499,5204,,,,,Hydrology.,Replaces several earlier systems. Replaced by IGLD 1985 (CRS code 5609).,Coordinating Committee on Great Lakes Basic Hydraulic and Hydrologic Data,OGP,2006-11-11,,1,0
+5609,IGLD 1985,3468,vertical,6499,5205,,,,,Hydrology.,Replaces IGLD 1955 (CRS code 5608).,Coordinating Committee on Great Lakes Basic Hydraulic and Hydrologic Data,OGP,2006-11-11,,1,0
 5701,Newlyn,2792,vertical,6499,5101,,,,,Geodetic and engineering surveying.,,,EPSG,2005-05-27,2005.18,1,0
 5702,National Geodetic Vertical Datum of 1929,1323,vertical,6497,5102,,,,,Geodetic and engineering surveying.,,,EPSG,1996-10-18,,1,0
 5703,North American Vertical Datum of 1988,1325,vertical,6499,5103,,,,,Geodetic and engineering surveying.,,,EPSG,1996-10-18,,1,0
@@ -1891,25 +2403,25 @@
 5717,N60,3333,vertical,6499,5116,,,,,Geodetic and engineering surveying.,In use since 1968.,"National Land Survey of Finland;
 http://www.maanmittauslaitos.fi",EPSG,2005-05-27,2005.18,1,0
 5718,RH70,3313,vertical,6499,5117,,,,,Geodetic and engineering surveying.,,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,2005-05-27,2005.18,1,0
-5719,NGF Lallemand,1326,vertical,6499,5118,,,,,Geodetic and engineering surveying.,Generally but not entirely superseded by NGF IGN69 (CRS code 5720).,"Conseil National de l'Information Geographique groupe de travail ""Reseaux de Nivellement"" recommendations v5.1 April 1994",EPSG,1997-11-13,,1,0
-5720,NGF IGN69,1326,vertical,6499,5119,,,,,Geodetic and engineering surveying.,Generally but not entirely supersedes NGF Lallemand (CRS code 5719).,"Conseil National de l'Information Geographique groupe de travail ""Reseaux de Nivellement"" recommendations v5.1 April 1994",EPSG,2005-05-27,2005.18,1,0
-5721,IGN78 Corsica,1327,vertical,6499,5120,,,,,Geodetic and engineering surveying.,Supersedes NGC 1948 (CRS code 5791).,"Conseil National de l'Information Geographique groupe de travail ""Reseaux de Nivellement"" recommendations v5.1 April 1994",EPSG,2004-10-14,2004.564,1,0
+5719,NGF Lallemand,1326,vertical,6499,5118,,,,,Geodetic and engineering surveying.,Generally but not entirely replaced by NGF IGN69 (CRS code 5720).,"Conseil National de l'Information Geographique groupe de travail ""Reseaux de Nivellement"" recommendations v5.1 April 1994",EPSG,1997-11-13,,1,0
+5720,NGF IGN69,1326,vertical,6499,5119,,,,,Geodetic and engineering surveying.,Generally but not entirely replaces NGF Lallemand (CRS code 5719).,"Conseil National de l'Information Geographique groupe de travail ""Reseaux de Nivellement"" recommendations v5.1 April 1994",EPSG,2005-05-27,2005.18,1,0
+5721,IGN78 Corsica,1327,vertical,6499,5120,,,,,Geodetic and engineering surveying.,Replaces NGC 1948 (CRS code 5791).,"Conseil National de l'Information Geographique groupe de travail ""Reseaux de Nivellement"" recommendations v5.1 April 1994",EPSG,2004-10-14,2004.564,1,0
 5722,Maputo,3281,vertical,6499,5121,,,,,Geodetic and engineering surveying.,,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,1,0
 5723,Japanese Standard Levelling Datum,3263,vertical,6499,5122,,,,,Geodetic and engineering surveying.,,Geographic Survey Institute; Japan.  http://vldb.gsi-mc.jp/sokuchi/datum/image/heichoku2.gif,EPSG,2004-05-09,2002.08 2004.38,1,0
-5724,PDO Height Datum 1993,3288,vertical,6499,5123,,,,,Geodetic and engineering surveying.,Supersedes Fahud vertical datum (code 5725) from 1993.,Petroleum Development Oman,EPSG,1999-04-22,,1,0
-5725,Fahud Height Datum 1993,3288,vertical,6499,5124,,,,,Geodetic and engineering surveying.,Superseded by PHD93 (code 5724)  from 1993.,Petroleum Development Oman,EPSG,1999-04-22,,1,0
-5726,Ha Tien 1960,1302,vertical,6499,5125,,,,,Geodetic and engineering surveying.,In Vietnam superseded by Hon Dau from 1992.,,EPSG,1999-10-20,,1,0
-5727,Hon Dau 1992,3328,vertical,6499,5126,,,,,Geodetic and engineering surveying.,In Vietnam supersedes Ha Tien from 1992.,,EPSG,1999-10-20,,1,0
-5728,Landesnivellement 1902,1286,vertical,6499,5127,,,,,Topographic and engineering surveying.,To be superseded by LHN95 (code 5729).,Bundesamt für Landestopographie,EPSG,2005-05-27,2005.18,1,0
-5729,Landeshohennetz 1995,1286,vertical,6499,5128,,,,,Geodetic surveying.,To supersede LN02 (code 5728).,Bundesamt für Landestopographie,EPSG,2005-05-27,2005.18,1,0
+5724,PDO Height Datum 1993,3288,vertical,6499,5123,,,,,Geodetic and engineering surveying.,Replaces Fahud vertical datum (code 5725) from 1993.,Petroleum Development Oman,EPSG,1999-04-22,,1,0
+5725,Fahud Height Datum 1993,3288,vertical,6499,5124,,,,,Geodetic and engineering surveying.,Replaced by PHD93 (code 5724)  from 1993.,Petroleum Development Oman,EPSG,1999-04-22,,1,0
+5726,Ha Tien 1960,1302,vertical,6499,5125,,,,,Geodetic and engineering surveying.,In Vietnam replaced by Hon Dau from 1992.,,EPSG,1999-10-20,,1,0
+5727,Hon Dau 1992,3328,vertical,6499,5126,,,,,Geodetic and engineering surveying.,In Vietnam replaces Ha Tien from 1992.,,EPSG,1999-10-20,,1,0
+5728,Landesnivellement 1902,1286,vertical,6499,5127,,,,,Topographic and engineering surveying.,Replaced by LHN95 (code 5729).,Bundesamt für Landestopographie,EPSG,2005-05-27,2005.18,1,0
+5729,Landeshohennetz 1995,1286,vertical,6499,5128,,,,,Geodetic surveying.,Replaces LN02 (code 5728).,Bundesamt für Landestopographie,EPSG,2005-05-27,2005.18,1,0
 5730,EVRF2000,1299,vertical,6499,5129,,,,,For pan-European products and services.,,"IAG subcommission for Europe (EUREF). Also at EuroGeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2005-05-27,2004.10 2005.18,1,0
 5731,Malin Head,1305,vertical,6499,5130,,,,,Topographic mapping at all scales in Republic and medium and small scales in Northern Ireland.,Belfast Lough (code 5732) used for large scale topographic mapping in Northern Ireland.,Ordnance Survey of Ireland.,EPSG,2005-05-27,2005.18,1,0
 5732,Belfast,2530,vertical,6499,5131,,,,,Large scale topographic mapping.,Malin Head (code 5731) used for medium and small scale topographic mapping.,Ordnance Survey of Northern Ireland.,EPSG,2001-11-06,,1,0
-5733,Dansk Normal Nul,3237,vertical,6499,5132,,,,,Topographic mapping and engineering survey.,,Kort & Matrikelstyrelsen,EPSG,2005-05-27,2005.18,1,0
+5733,Dansk Normal Nul,3237,vertical,6499,5132,,,,,Topographic mapping and engineering survey.,Replaced by DVR90 (CRS code 5799).,Kort & Matrikelstyrelsen,EPSG,2006-12-01,2005.18 2006.972,1,0
 5734,AIOC95 depths,2592,vertical,6498,5133,,,,,Used by AIOC and BP for all offshore Azerbaijan activities.,Also used by AIOC and BP as a height system for engineering survey at Sangachal terminal (see CRS code 5797). AIOC95 datum is 1.7m above Caspian datum and 26.3m below Baltic datum.,BP,EPSG,2004-11-26,2004.724,1,0
 5735,Black Sea,1102,vertical,6499,5134,,,,,Hydrographic surveying and since breakup of Former Soviet Union also topographic mapping.,Black Sea datum is 0.4m below Baltic datum.,BP,EPSG,2002-02-12,,1,0
-5736,Yellow Sea 1956,3228,vertical,6499,5104,,,,,Geodetic and engineering surveying.,Superseded by Yellow Sea 1985 (code 5737).,Guangdong Province Land Resource Information Centre,EPSG,2002-06-22,,1,0
-5737,Yellow Sea 1985,3228,vertical,6499,5137,,,,,Geodetic and engineering surveying.,Supersedes Yellow Sea 1956 (code 5736).,Guangdong Province Land Resource Information Centre,EPSG,2002-06-22,,1,0
+5736,Yellow Sea 1956,3228,vertical,6499,5104,,,,,Geodetic and engineering surveying.,Replaced by Yellow Sea 1985 (code 5737).,Guangdong Province Land Resource Information Centre,EPSG,2002-06-22,,1,0
+5737,Yellow Sea 1985,3228,vertical,6499,5137,,,,,Geodetic and engineering surveying.,Replaces Yellow Sea 1956 (code 5736).,Guangdong Province Land Resource Information Centre,EPSG,2002-06-22,,1,0
 5738,Hong Kong Principal Datum,3334,vertical,6499,5135,,,,,"Geodetic, topographic and engineering surveying.",,"Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2002-06-22,,1,0
 5739,Hong Kong Chart Datum,3335,vertical,6498,5136,,,,,Hydrographic charting.,Chart datum is 0.15 metres below Hong Kong Principal Datum (CRS code 5738) and 1.38m below MSL at Quarry Bay.,"Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2002-06-22,,1,0
 5740,Newlyn (Orkney Isles),2793,vertical,6499,5138,,,,,Geodetic and engineering surveying.,,Ordnance Survey of Great Britain,EPSG,2002-09-19,,1,0
@@ -1923,13 +2435,13 @@
 5748,Flannan Isles,2801,vertical,6499,5146,,,,,Geodetic and engineering surveying.,,Ordnance Survey of Great Britain,EPSG,2002-09-19,,1,0
 5749,St. Marys,2802,vertical,6499,5147,,,,,Geodetic and engineering surveying.,,Ordnance Survey of Great Britain,EPSG,2002-09-19,,1,0
 5750,Douglas,2803,vertical,6499,5148,,,,,Geodetic and engineering surveying.,,Ordnance Survey of Great Britain,EPSG,2002-09-19,,1,0
-5751,Fao,2806,vertical,6499,5149,,,,,Oil exploration and production..,Superseded by Bandar Abbas (code 5752) for national map agency work. NIOC data still generally referenced to Fao.,National Iranian Oil Company (NIOC).,EPSG,2002-09-19,,1,0
-5752,Bandar Abbas,3336,vertical,6499,5150,,,,,Geodetic and engineering surveying.,Supersedes Fao (code 5751) for national map agency work. At time of record creation NIOC data still generally referenced to Fao.,National Cartographic Cenre of Iran,EPSG,2004-04-07,2004.211,1,0
+5751,Fao,2806,vertical,6499,5149,,,,,Oil exploration and production..,Replaced by Bandar Abbas (code 5752) for national map agency work. NIOC data still generally referenced to Fao.,National Iranian Oil Company (NIOC).,EPSG,2002-09-19,,1,0
+5752,Bandar Abbas,3336,vertical,6499,5150,,,,,Geodetic and engineering surveying.,Replaces Fao (code 5751) for national map agency work. At time of record creation NIOC data still generally referenced to Fao.,National Cartographic Cenre of Iran,EPSG,2004-04-07,2004.211,1,0
 5753,NGNC,2822,vertical,6499,5151,,,,,"Geodetic and engineering surveying, topographic mapping.",,Service Topographique de la Nouvelle Caledonie,EPSG,2002-11-29,,1,0
-5754,Poolbeg,1305,vertical,6496,5152,,,,,Topographic mapping at all scales in Republic and medium and small scales in Northern Ireland.,Topographic mapping before 1956 in Northern Ireland and 1970 in the Republic of Ireland. Superseded by Belfast Lough and Malin Head (CRS codes 5732 and 5731).,Ordnance Survey of Ireland.,EPSG,2001-11-06,,1,0
+5754,Poolbeg,1305,vertical,6496,5152,,,,,Topographic mapping at all scales in Republic and medium and small scales in Northern Ireland.,Topographic mapping before 1956 in Northern Ireland and 1970 in the Republic of Ireland. Replaced by Belfast Lough and Malin Head (CRS codes 5732 and 5731).,Ordnance Survey of Ireland.,EPSG,2001-11-06,,1,0
 5755,NGG1977,3146,vertical,6499,5153,,,,,"Geodetic survey, topographic mapping, engineering survey.",,IGN Paris,EPSG,2003-06-27,,1,0
-5756,Martinique 1987,3276,vertical,6499,5154,,,,,"Geodetic survey, topographic mapping, engineering survey.",Supersedes Martinique 1955 (CRS code 5794),IGN Paris,EPSG,2004-10-14,2004.561,1,0
-5757,Guadeloupe 1988,2829,vertical,6499,5155,,,,,"Geodetic survey, topographic mapping, engineering survey.",Supersedes Guadeloupe 1951 (CRS code 5795).,IGN Paris,EPSG,2006-01-16,2004.561 2005.88,1,0
+5756,Martinique 1987,3276,vertical,6499,5154,,,,,"Geodetic survey, topographic mapping, engineering survey.",Replaces Martinique 1955 (CRS code 5794),IGN Paris,EPSG,2004-10-14,2004.561,1,0
+5757,Guadeloupe 1988,2829,vertical,6499,5155,,,,,"Geodetic survey, topographic mapping, engineering survey.",Replaces Guadeloupe 1951 (CRS code 5795).,IGN Paris,EPSG,2006-01-16,2004.561 2005.88,1,0
 5758,Reunion 1989,3337,vertical,6499,5156,,,,,"Geodetic survey, topographic mapping, engineering survey.",,IGN Paris,EPSG,2004-10-14,2004.561,1,0
 5759,Auckland,1500,vertical,6499,5157,,,,,"Geodetic survey, topographic mapping, engineering survey.",,"OSG Technical Report #10, February 2001.",EPSG,2004-03-09,,1,0
 5760,Bluff,1501,vertical,6499,5158,,,,,"Geodetic survey, topographic mapping, engineering survey.",,"OSG Technical Report #10, February 2001.",EPSG,2004-03-09,,1,0
@@ -1956,21 +2468,22 @@
 5781,Constanta,3295,vertical,6499,5179,,,,,"Geodetic survey, topographic mapping, engineering survey.",,"EuroGeographics, http://crs.bkg.bund.de/evrs/Relations.html",EPSG,2004-11-26,2004.721,1,0
 5782,Alicante,2366,vertical,6499,5180,,,,,"Geodetic survey, topographic mapping, engineering survey.",,"EuroGeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-04-20,,1,0
 5783,DHHN92,3339,vertical,6499,5181,,,,,"Geodetic survey, topographic mapping, engineering survey.",,Bundesamt für Kartographie und Geodäsie (BKG) http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-5784,DHHN85,2326,vertical,6499,5182,,,,,"Geodetic survey, topographic mapping, engineering survey.",Superseded by DNNH92.,Bundesamt für Kartographie und Geodäsie (BKG) http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-5785,SNN76,1343,vertical,6499,5183,,,,,"Geodetic survey, topographic mapping, engineering survey.",Superseded by DNNH92.,Bundesamt für Kartographie und Geodäsie (BKG) http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
+5784,DHHN85,2326,vertical,6499,5182,,,,,"Geodetic survey, topographic mapping, engineering survey.",Replaced by DNNH92.,Bundesamt für Kartographie und Geodäsie (BKG) http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
+5785,SNN76,1343,vertical,6499,5183,,,,,"Geodetic survey, topographic mapping, engineering survey.",Replaced by DNNH92.,Bundesamt für Kartographie und Geodäsie (BKG) http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
 5786,Baltic 1982,3224,vertical,6499,5184,,,,,"Geodetic survey, topographic mapping, engineering survey.",,"EuroGeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2005-05-21,2005.18,1,0
 5787,EOMA 1980,1119,vertical,6499,5185,,,,,"Geodetic survey, topographic mapping, engineering survey.",,"EuroGeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2005-05-27,2005.18,1,0
 5788,Kuwait PWD,3267,vertical,6499,5186,,,,,Municipality and military purposes.,,KOC,EPSG,2004-06-16,,1,0
 5789,KOC WD,3267,vertical,6498,5187,,,,,KOC exploration and field development subsurface work.,,KOC,EPSG,2004-06-16,,1,0
 5790,KOC CD,3267,vertical,6499,5188,,,,,KOC survey control and facilities engineering..,,KOC,EPSG,2004-06-16,,1,0
-5791,NGC 1948,1327,vertical,6499,5189,,,,,Geodetic and engineering surveying.,Superseded by IGN78 (CRS code 5721),IGN Paris.,EPSG,2004-10-14,,1,0
+5791,NGC 1948,1327,vertical,6499,5189,,,,,Geodetic and engineering surveying.,Replaced by IGN78 (CRS code 5721),IGN Paris.,EPSG,2004-10-14,,1,0
 5792,Danger 1950,3299,vertical,6499,5190,,,,,Geodetic and engineering surveying.,,IGN Paris.,EPSG,2004-10-14,,1,0
 5793,Mayotte 1950,3340,vertical,6499,5191,,,,,Geodetic and engineering surveying.,,IGN Paris.,EPSG,2004-10-14,,1,0
-5794,Martinique 1955,3276,vertical,6499,5192,,,,,"Geodetic survey, topographic mapping, engineering survey.",Superseded by Martinique 1987 (CRS code 5756),IGN Paris.,EPSG,2004-10-14,,1,0
-5795,Guadeloupe 1951,2892,vertical,6499,5193,,,,,"Geodetic survey, topographic mapping, engineering survey.",Superseded by Guadeloupe 1988 (CRS code 5757).,IGN Paris.,EPSG,2004-10-14,,1,0
+5794,Martinique 1955,3276,vertical,6499,5192,,,,,"Geodetic survey, topographic mapping, engineering survey.",Replaced by Martinique 1987 (CRS code 5756),IGN Paris.,EPSG,2004-10-14,,1,0
+5795,Guadeloupe 1951,2892,vertical,6499,5193,,,,,"Geodetic survey, topographic mapping, engineering survey.",Replaced by Guadeloupe 1988 (CRS code 5757).,IGN Paris.,EPSG,2004-10-14,,1,0
 5796,Lagos 1955,3287,vertical,6499,5194,,,,,"Geodetic survey, topographic mapping, engineering survey.",,"Ebong et al, AVN International, 1991.",EPSG,2004-10-14,,1,0
 5797,AIOC95 heights,2592,vertical,6499,5133,,,,,Used by AIOC and BP as a height system for engineering survey at Sangachal terminal.,AIOC95 datum is 1.7m above Caspian datum and 26.3m below Baltic datum. Also used by AIOC and BP as the depth system for all offshore Azerbaijan activities (see CRS code 5734).,BP,EPSG,2004-11-26,,1,0
-5798,EGM84 geoid,1262,vertical,6499,5203,,,,,Geodesy.,Height surface resulting from the application of the EGM84 geoid model to the WGS 84 ellipsoid. Superseded by EGM96 geoid (CRS code 5773).,US National Geospatial-Intelligence Agency (NGA); http://earth-info.nga.mil/GandG/,EPSG,2005-09-30,,1,0
+5798,EGM84 geoid,1262,vertical,6499,5203,,,,,Geodesy.,Height surface resulting from the application of the EGM84 geoid model to the WGS 84 ellipsoid. Replaced by EGM96 geoid (CRS code 5773).,US National Geospatial-Intelligence Agency (NGA); http://earth-info.nga.mil/GandG/,EPSG,2005-09-30,,1,0
+5799,DVR90,3237,vertical,6499,5206,,,,,Topographic mapping and engineering survey.,Replaces Dansk Normal Null (CRS code 5733).,"Kort & Matrikelstyrelsen: The Danish height system DVR90, Publ. 4.series, vol. 8, 2000.",OGP,2006-12-01,,1,0
 5800,Astra Minas Grid,1265,engineering,6507,9300,,,,,Oil exploration.,,,EPSG,2000-03-07,,1,0
 5801,Barcelona Grid B1,1266,engineering,4500,9301,,,,,Oil exploration by MGO and Talon.,Centre of the gateway of San Cristobal chuch; Plaza Boyaca; Barcelona.  500000E 300000 N at 10deg 08min 06sec N  64deg 41min 17sec W.,Ministry of Mines standards manual of 1974.,EPSG,2000-03-07,,1,0
 5802,Barcelona Grid B2,1266,engineering,4500,9301,,,,,Oil exploration by Phillips; Mobil; Texas; Mercedes; Varco.,Centre of the gateway of San Cristobal chuch; Plaza Boyaca; Barcelona.  500000E 300000 N at 10deg 08min 06sec N  64deg 41min 07.5sec W.,Ministry of Mines standards manual of 1974.,EPSG,2000-03-07,,1,0
@@ -2002,13 +2515,18 @@
 7406,NAD27 + NGVD29,1323,compound,,,,,4267,5702,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1997-11-13,,1,0
 7407,NAD27 / Texas North + NGVD29,2253,compound,,,,,32037,5702,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1997-11-13,,1,0
 7408,RD/NAP,1275,compound,,,,,4289,5709,Large and medium scale topographic mapping and engineering survey.,,http://www.rdnap.nl/,EPSG,2005-09-29,2005.46,1,1
-7409,ETRS89 + EVRF2000,1299,compound,,,,,4258,5730,For pan-European products and services.,,IAG subcommission for Europe,EPSG,2005-04-27,2005.18,1,0
+7409,ETRS89 + EVRF2000,1299,compound,,,,,4258,5730,For pan-European products and services.,,IAG subcommission for Europe,EPSG,2007-02-02,2005.18 2007.014,1,0
 7410,PSHD93,3288,compound,,,,,4134,5724,Oil exploration.,,Petroleum Development Oman,EPSG,2001-06-05,,1,0
 7411,NTF (Paris) / Lambert zone II + NGF Lallemand,1326,compound,,,,,27572,5719,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2001-11-06,,1,0
 7412,NTF (Paris) / Lambert zone II + NGF IGN69,1326,compound,,,,,27572,5719,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2001-11-06,,1,0
 7413,NTF (Paris) / Lambert zone III + NGF IGN69,1733,compound,,,,,27573,5719,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2001-11-06,,1,0
-7414,Tokyo + JSLD,1129,compound,,,,,4301,5723,xxx,,EPSG,EPSG,2004-05-09,,1,0
+7414,Tokyo + JSLD,1129,compound,,,,,4301,5723,Large and medium scale topographic mapping and engineering survey.,,EPSG,EPSG,2004-05-09,,1,0
 7415,Amersfoort / RD New + NAP,1275,compound,,,,,28992,5709,Large and medium scale topographic mapping and engineering survey.,,http://www.rdnap.nl/,OGP,2006-01-30,,1,0
+7416,ETRS89 / UTM zone 32N + DVR90,3471,compound,,,,,25832,5799,Large and medium scale topographic mapping and engineering survey.,,Kort & Matrikelstyrelsen,OGP,2006-12-01,,1,0
+7417,ETRS89 / UTM zone 33N + DVR90,3472,compound,,,,,25833,5799,Large and medium scale topographic mapping and engineering survey.,,Kort & Matrikelstyrelsen,OGP,2006-12-01,,1,0
+7418,ETRS89 / Kp2000 Jutland + DVR90,2531,compound,,,,,2196,5799,Large and medium scale topographic mapping and engineering survey.,,Kort & Matrikelstyrelsen,OGP,2006-12-01,,1,0
+7419,ETRS89 / Kp2000 Zealand + DVR90,2532,compound,,,,,2197,5799,Large and medium scale topographic mapping and engineering survey.,,Kort & Matrikelstyrelsen,OGP,2006-12-01,,1,0
+7420,ETRS89 / Kp2000 Bornholm + DVR90,2533,compound,,,,,2198,5799,Large and medium scale topographic mapping and engineering survey.,,Kort & Matrikelstyrelsen,OGP,2006-12-01,,1,0
 20004,Pulkovo 1995 / Gauss-Kruger zone 4,1763,projected,4530,,4200,16204,,,Medium scale topographic mapping.,Also found with truncated false easting - see Pulkovo 1995 / Gauss-Kruger CM 21E (code 2463).,"""Main Terms of Reference for the State Geodetic Network""; Federal Geodetic Service of Russia; 1994",EPSG,2002-06-22,2002.36,1,0
 20005,Pulkovo 1995 / Gauss-Kruger zone 5,1764,projected,4530,,4200,16205,,,Medium scale topographic mapping.,Also found with truncated false easting - see Pulkovo 1995 / Gauss-Kruger CM 27E (code 2464).,"""Main Terms of Reference for the State Geodetic Network""; Federal Geodetic Service of Russia; 1994",EPSG,2002-06-22,2002.36,1,0
 20006,Pulkovo 1995 / Gauss-Kruger zone 6,1765,projected,4530,,4200,16206,,,Medium scale topographic mapping.,Also found with truncated false easting - see Pulkovo 1995 / Gauss-Kruger CM 33E (code 2465).,"""Main Terms of Reference for the State Geodetic Network""; Federal Geodetic Service of Russia; 1994",EPSG,2002-06-22,2002.36,1,0
@@ -2119,30 +2637,30 @@
 21148,Batavia / UTM zone 48S,1584,projected,4400,,4211,16148,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 21149,Batavia / UTM zone 49S,1586,projected,4400,,4211,16149,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 21150,Batavia / UTM zone 50S,1585,projected,4400,,4211,16150,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-21291,Barbados 1938 / British West Indies Grid,1042,projected,4400,,4212,19942,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by Barbados National Grid (code 21292) from 1983.,Ordnance Survey of Great Britain,EPSG,1999-04-22,,1,0
-21292,Barbados 1938 / Barbados National Grid,1042,projected,4400,,4212,19943,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Barbados 1938 / BWI Grid (code 21291) from 1983.,Ordnance Survey of Great Britain,EPSG,1999-04-22,,1,0
-21413,Beijing 1954 / Gauss-Kruger zone 13,1587,projected,4530,,4214,16213,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 75E (code 24153). Superseded by Xian 1980 / Gauss-Kruger zone 13 (code 2327).,,EPSG,2002-06-22,2002.16,1,0
-21414,Beijing 1954 / Gauss-Kruger zone 14,1588,projected,4530,,4214,16214,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 81E (code 24154). Superseded by Xian 1980 / Gauss-Kruger zone 14 (code 2328).,,EPSG,2002-06-22,2002.16,1,0
-21415,Beijing 1954 / Gauss-Kruger zone 15,1589,projected,4530,,4214,16215,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 87E (code 24155). Superseded by Xian 1980 / Gauss-Kruger zone 15 (code 2329).,,EPSG,2002-06-22,2002.16,1,0
-21416,Beijing 1954 / Gauss-Kruger zone 16,1590,projected,4530,,4214,16216,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 93E (code 24156). Superseded by Xian 1980 / Gauss-Kruger zone 16 (code 2330).,,EPSG,2002-06-22,2002.16,1,0
-21417,Beijing 1954 / Gauss-Kruger zone 17,1591,projected,4530,,4214,16217,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 99E (code 24157). Superseded by Xian 1980 / Gauss-Kruger zone 17 (code 2331).,,EPSG,2002-06-22,2002.16,1,0
-21418,Beijing 1954 / Gauss-Kruger zone 18,1592,projected,4530,,4214,16218,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 105E (code 24158). Superseded by Xian 1980 / Gauss-Kruger zone 18 (code 2332).,,EPSG,2002-06-22,2002.16,1,0
-21419,Beijing 1954 / Gauss-Kruger zone 19,1593,projected,4530,,4214,16219,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 111E (code 24159). Superseded by Xian 1980 / Gauss-Kruger zone 19 (code 2333).,,EPSG,2002-06-22,2002.16,1,0
-21420,Beijing 1954 / Gauss-Kruger zone 20,1594,projected,4530,,4214,16220,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 117E (code 24160). Superseded by Xian 1980 / Gauss-Kruger zone 20 (code 2334).,,EPSG,2002-06-22,2002.16,1,0
-21421,Beijing 1954 / Gauss-Kruger zone 21,1595,projected,4530,,4214,16221,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 123E (code 24161). Superseded by Xian 1980 / Gauss-Kruger zone 21 (code 2335).,,EPSG,2002-06-22,2002.16,1,0
-21422,Beijing 1954 / Gauss-Kruger zone 22,1596,projected,4530,,4214,16222,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 129E (code 24162). Superseded by Xian 1980 / Gauss-Kruger zone 22 (code 2336).,,EPSG,2002-06-22,2002.16,1,0
-21423,Beijing 1954 / Gauss-Kruger zone 23,1597,projected,4530,,4214,16223,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 135E (code 24163). Superseded by Xian 1980 / Gauss-Kruger zone 23 (code 2337).,,EPSG,2002-06-22,2002.16,1,0
-21453,Beijing 1954 / Gauss-Kruger CM 75E,1587,projected,4530,,4214,16313,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 13 (code 21413). Superseded by Xian 1980 / Gauss-Kruger CM 75E (code 2338).,,EPSG,2002-06-22,,1,0
-21454,Beijing 1954 / Gauss-Kruger CM 81E,1588,projected,4530,,4214,16314,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 14 (code 21414). Superseded by Xian 1980 / Gauss-Kruger CM 81E (code 2339).,,EPSG,2002-06-22,,1,0
-21455,Beijing 1954 / Gauss-Kruger CM 87E,1589,projected,4530,,4214,16315,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 15 (code 21415). Superseded by Xian 1980 / Gauss-Kruger CM 87E (code 2340).,,EPSG,2002-06-22,,1,0
-21456,Beijing 1954 / Gauss-Kruger CM 93E,1590,projected,4530,,4214,16316,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 16 (code 21416). Superseded by Xian 1980 / Gauss-Kruger CM 93E (code 2341).,,EPSG,2002-06-22,,1,0
-21457,Beijing 1954 / Gauss-Kruger CM 99E,1591,projected,4530,,4214,16317,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 17 (code 21417). Superseded by Xian 1980 / Gauss-Kruger CM 99E (code 2342).,,EPSG,2002-06-22,,1,0
-21458,Beijing 1954 / Gauss-Kruger CM 105E,1592,projected,4530,,4214,16318,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 18 (code 21418). Superseded by Xian 1980 / Gauss-Kruger CM 105E (code 2343).,,EPSG,2002-06-22,,1,0
-21459,Beijing 1954 / Gauss-Kruger CM 111E,1593,projected,4530,,4214,16319,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 19 (code 21419). Superseded by Xian 1980 / Gauss-Kruger CM 111E (code 2344).,,EPSG,2002-06-22,,1,0
-21460,Beijing 1954 / Gauss-Kruger CM 117E,1594,projected,4530,,4214,16320,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 20 (code 21420). Superseded by Xian 1980 / Gauss-Kruger CM 117E (code 2345).,,EPSG,2002-06-22,,1,0
-21461,Beijing 1954 / Gauss-Kruger CM 123E,1595,projected,4530,,4214,16321,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 21 (code 21421). Superseded by Xian 1980 / Gauss-Kruger CM 123E (code 2346).,,EPSG,2002-06-22,,1,0
-21462,Beijing 1954 / Gauss-Kruger CM 129E,1596,projected,4530,,4214,16322,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 22 (code 21422). Superseded by Xian 1980 / Gauss-Kruger CM 129E (code 2347).,,EPSG,2002-06-22,,1,0
-21463,Beijing 1954 / Gauss-Kruger CM 135E,1597,projected,4530,,4214,16323,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 33 (code 21423). Superseded by Xian 1980 / Gauss-Kruger CM 135E (code 2348).,,EPSG,2002-06-22,,1,0
+21291,Barbados 1938 / British West Indies Grid,1042,projected,4400,,4212,19942,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by Barbados National Grid (code 21292) from 1983.,Ordnance Survey of Great Britain,EPSG,1999-04-22,,1,0
+21292,Barbados 1938 / Barbados National Grid,1042,projected,4400,,4212,19943,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Barbados 1938 / BWI Grid (code 21291) from 1983.,Ordnance Survey of Great Britain,EPSG,1999-04-22,,1,0
+21413,Beijing 1954 / Gauss-Kruger zone 13,1587,projected,4530,,4214,16213,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 75E (code 24153). Replaced by Xian 1980 / Gauss-Kruger zone 13 (code 2327).,,EPSG,2002-06-22,2002.16,1,0
+21414,Beijing 1954 / Gauss-Kruger zone 14,1588,projected,4530,,4214,16214,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 81E (code 24154). Replaced by Xian 1980 / Gauss-Kruger zone 14 (code 2328).,,EPSG,2002-06-22,2002.16,1,0
+21415,Beijing 1954 / Gauss-Kruger zone 15,1589,projected,4530,,4214,16215,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 87E (code 24155). Replaced by Xian 1980 / Gauss-Kruger zone 15 (code 2329).,,EPSG,2002-06-22,2002.16,1,0
+21416,Beijing 1954 / Gauss-Kruger zone 16,1590,projected,4530,,4214,16216,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 93E (code 24156). Replaced by Xian 1980 / Gauss-Kruger zone 16 (code 2330).,,EPSG,2002-06-22,2002.16,1,0
+21417,Beijing 1954 / Gauss-Kruger zone 17,1591,projected,4530,,4214,16217,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 99E (code 24157). Replaced by Xian 1980 / Gauss-Kruger zone 17 (code 2331).,,EPSG,2002-06-22,2002.16,1,0
+21418,Beijing 1954 / Gauss-Kruger zone 18,1592,projected,4530,,4214,16218,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 105E (code 24158). Replaced by Xian 1980 / Gauss-Kruger zone 18 (code 2332).,,EPSG,2002-06-22,2002.16,1,0
+21419,Beijing 1954 / Gauss-Kruger zone 19,1593,projected,4530,,4214,16219,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 111E (code 24159). Replaced by Xian 1980 / Gauss-Kruger zone 19 (code 2333).,,EPSG,2002-06-22,2002.16,1,0
+21420,Beijing 1954 / Gauss-Kruger zone 20,1594,projected,4530,,4214,16220,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 117E (code 24160). Replaced by Xian 1980 / Gauss-Kruger zone 20 (code 2334).,,EPSG,2002-06-22,2002.16,1,0
+21421,Beijing 1954 / Gauss-Kruger zone 21,1595,projected,4530,,4214,16221,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 123E (code 24161). Replaced by Xian 1980 / Gauss-Kruger zone 21 (code 2335).,,EPSG,2002-06-22,2002.16,1,0
+21422,Beijing 1954 / Gauss-Kruger zone 22,1596,projected,4530,,4214,16222,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 129E (code 24162). Replaced by Xian 1980 / Gauss-Kruger zone 22 (code 2336).,,EPSG,2002-06-22,2002.16,1,0
+21423,Beijing 1954 / Gauss-Kruger zone 23,1597,projected,4530,,4214,16223,,,Medium scale topographic mapping.,Also found with truncated false easting - see Beijing 1954 / Gauss-Kruger CM 135E (code 24163). Replaced by Xian 1980 / Gauss-Kruger zone 23 (code 2337).,,EPSG,2002-06-22,2002.16,1,0
+21453,Beijing 1954 / Gauss-Kruger CM 75E,1587,projected,4530,,4214,16313,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 13 (code 21413). Replaced by Xian 1980 / Gauss-Kruger CM 75E (code 2338).,,EPSG,2002-06-22,,1,0
+21454,Beijing 1954 / Gauss-Kruger CM 81E,1588,projected,4530,,4214,16314,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 14 (code 21414). Replaced by Xian 1980 / Gauss-Kruger CM 81E (code 2339).,,EPSG,2002-06-22,,1,0
+21455,Beijing 1954 / Gauss-Kruger CM 87E,1589,projected,4530,,4214,16315,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 15 (code 21415). Replaced by Xian 1980 / Gauss-Kruger CM 87E (code 2340).,,EPSG,2002-06-22,,1,0
+21456,Beijing 1954 / Gauss-Kruger CM 93E,1590,projected,4530,,4214,16316,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 16 (code 21416). Replaced by Xian 1980 / Gauss-Kruger CM 93E (code 2341).,,EPSG,2002-06-22,,1,0
+21457,Beijing 1954 / Gauss-Kruger CM 99E,1591,projected,4530,,4214,16317,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 17 (code 21417). Replaced by Xian 1980 / Gauss-Kruger CM 99E (code 2342).,,EPSG,2002-06-22,,1,0
+21458,Beijing 1954 / Gauss-Kruger CM 105E,1592,projected,4530,,4214,16318,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 18 (code 21418). Replaced by Xian 1980 / Gauss-Kruger CM 105E (code 2343).,,EPSG,2002-06-22,,1,0
+21459,Beijing 1954 / Gauss-Kruger CM 111E,1593,projected,4530,,4214,16319,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 19 (code 21419). Replaced by Xian 1980 / Gauss-Kruger CM 111E (code 2344).,,EPSG,2002-06-22,,1,0
+21460,Beijing 1954 / Gauss-Kruger CM 117E,1594,projected,4530,,4214,16320,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 20 (code 21420). Replaced by Xian 1980 / Gauss-Kruger CM 117E (code 2345).,,EPSG,2002-06-22,,1,0
+21461,Beijing 1954 / Gauss-Kruger CM 123E,1595,projected,4530,,4214,16321,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 21 (code 21421). Replaced by Xian 1980 / Gauss-Kruger CM 123E (code 2346).,,EPSG,2002-06-22,,1,0
+21462,Beijing 1954 / Gauss-Kruger CM 129E,1596,projected,4530,,4214,16322,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 22 (code 21422). Replaced by Xian 1980 / Gauss-Kruger CM 129E (code 2347).,,EPSG,2002-06-22,,1,0
+21463,Beijing 1954 / Gauss-Kruger CM 135E,1597,projected,4530,,4214,16323,,,Medium scale topographic mapping.,Truncated form of Beijing 1954 / Gauss-Kruger zone 33 (code 21423). Replaced by Xian 1980 / Gauss-Kruger CM 135E (code 2348).,,EPSG,2002-06-22,,1,0
 21473,Beijing 1954 / Gauss-Kruger 13N,1587,projected,4530,,4214,16313,,,Truncated form of Gauss-Kruger zone 13,,,EPSG,1995-06-02,,1,1
 21474,Beijing 1954 / Gauss-Kruger 14N,1588,projected,4530,,4214,16314,,,Truncated form of Gauss-Kruger zone 14,,,EPSG,1995-06-02,,1,1
 21475,Beijing 1954 / Gauss-Kruger 15N,1589,projected,4530,,4214,16315,,,Truncated form of Gauss-Kruger zone 15,,,EPSG,1995-06-02,,1,1
@@ -2154,37 +2672,37 @@
 21481,Beijing 1954 / Gauss-Kruger 21N,1595,projected,4530,,4214,16321,,,Truncated form of Gauss-Kruger zone 21,,,EPSG,1995-06-02,,1,1
 21482,Beijing 1954 / Gauss-Kruger 22N,1596,projected,4530,,4214,16322,,,Truncated form of Gauss-Kruger zone 22,,,EPSG,1995-06-02,,1,1
 21483,Beijing 1954 / Gauss-Kruger 23N,1597,projected,4530,,4214,16323,,,Truncated form of Gauss-Kruger zone 23,,,EPSG,1995-06-02,,1,1
-21500,Belge 1950 (Brussels) / Belge Lambert 50,1347,projected,4499,,4809,19901,,,Large and medium scale topographic mapping and engineering survey.,Superseded by Belge 1972 / Belge Lambert 72 (code 31300) and Belge 1972 / Belgian Lambert 72 (code 31370).,,EPSG,1997-04-11,97.13,1,0
-21780,Bern 1898 (Bern) / LV03C,1286,projected,4498,,4801,19923,,,Large and medium scale topographic mapping and engineering survey.,Superseded by CH1903 / LV03 (code 21781).,,EPSG,1997-06-30,97.27  97.62,1,0
-21781,CH1903 / LV03,1286,projected,4498,,4149,19922,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes LV03C (code 21780).  Superseded by CH1903+/LV95 (code 2056).,,EPSG,2005-05-27,2001.29 2005.18,1,0
+21500,Belge 1950 (Brussels) / Belge Lambert 50,1347,projected,4499,,4809,19901,,,Large and medium scale topographic mapping and engineering survey.,Replaced by Belge 1972 / Belge Lambert 72 (code 31300) and Belge 1972 / Belgian Lambert 72 (code 31370).,,EPSG,1997-04-11,97.13,1,0
+21780,Bern 1898 (Bern) / LV03C,1286,projected,4498,,4801,19923,,,Large and medium scale topographic mapping and engineering survey.,Replaced by CH1903 / LV03 (code 21781).,,EPSG,1997-06-30,97.27  97.62,1,0
+21781,CH1903 / LV03,1286,projected,4498,,4149,19922,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces LV03C (code 21780).  Replaced by CH1903+/LV95 (code 2056).,,EPSG,2005-05-27,2001.29 2005.18,1,0
 21817,Bogota 1975 / UTM zone 17N,1602,projected,4400,,4218,16017,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-10-19,2000.20,1,1
 21818,Bogota 1975 / UTM zone 18N,1603,projected,4400,,4218,16018,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-10-19,2000.20,1,0
 21891,Bogota 1975 / Colombia West zone,1598,projected,4499,,4218,18051,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-10-19,97.11  97.57 2000.20,1,1
 21892,Bogota 1975 / Colombia Bogota zone,1599,projected,4499,,4218,18052,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-10-19,97.11  97.57 2000.20,1,1
 21893,Bogota 1975 / Colombia East Central zone,1600,projected,4499,,4218,18053,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-10-19,97.11  97.57 2000.20,1,1
 21894,Bogota 1975 / Colombia East,1601,projected,4499,,4218,18054,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-10-19,97.11  97.57 2000.20,1,1
-21896,Bogota 1975 / Colombia West zone,1598,projected,4530,,4218,18051,,,Large and medium scale topographic mapping and engineering survey.,Superseded by MAGNA-SIRGAS / Colombia West zone (CRS code 3114).,,EPSG,2005-04-27,,1,0
-21897,Bogota 1975 / Colombia Bogota zone,1599,projected,4530,,4218,18052,,,Large and medium scale topographic mapping and engineering survey.,Superseded by MAGNA-SIRGAS / Colombia Bogota zone (CRS code 3116).,,EPSG,2005-04-27,,1,0
-21898,Bogota 1975 / Colombia East Central zone,1600,projected,4530,,4218,18053,,,Large and medium scale topographic mapping and engineering survey.,Superseded by MAGNA-SIRGAS / Colombia East Central zone (CRS code 3117).,,EPSG,2005-04-27,,1,0
-21899,Bogota 1975 / Colombia East,1601,projected,4530,,4218,18054,,,Large and medium scale topographic mapping and engineering survey.,Superseded by MAGNA-SIRGAS / Colombia East zone (CRS code 3118).,,EPSG,2005-04-27,,1,0
+21896,Bogota 1975 / Colombia West zone,1598,projected,4530,,4218,18051,,,Large and medium scale topographic mapping and engineering survey.,Replaced by MAGNA-SIRGAS / Colombia West zone (CRS code 3114).,,EPSG,2005-04-27,,1,0
+21897,Bogota 1975 / Colombia Bogota zone,1599,projected,4530,,4218,18052,,,Large and medium scale topographic mapping and engineering survey.,Replaced by MAGNA-SIRGAS / Colombia Bogota zone (CRS code 3116).,,EPSG,2005-04-27,,1,0
+21898,Bogota 1975 / Colombia East Central zone,1600,projected,4530,,4218,18053,,,Large and medium scale topographic mapping and engineering survey.,Replaced by MAGNA-SIRGAS / Colombia East Central zone (CRS code 3117).,,EPSG,2005-04-27,,1,0
+21899,Bogota 1975 / Colombia East,1601,projected,4530,,4218,18054,,,Large and medium scale topographic mapping and engineering survey.,Replaced by MAGNA-SIRGAS / Colombia East zone (CRS code 3118).,,EPSG,2005-04-27,,1,0
 22032,Camacupa / UTM zone 32S,1606,projected,4400,,4220,16132,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1997-11-13,97.58,1,0
 22033,Camacupa / UTM zone 33S,1607,projected,4400,,4220,16133,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1997-11-13,97.58,1,0
 22091,Camacupa / TM 11.30 SE,1605,projected,4400,,4220,16611,,,Oil exploration by Esso Angola offshore blocks 15 and 24.,,Esso Angola,EPSG,1998-11-11,,1,0
 22092,Camacupa / TM 12 SE,1604,projected,4400,,4220,16612,,,"Oil exploration by Shell Angola for offshore blocks 1 and 16  and by BP Amoco, Elf and Esso for offshore blocks 31-33.",,Shell Angola,EPSG,1998-11-11,,1,0
-22171,POSGAR 98 / Argentina 1,1608,projected,4530,,4190,18031,,,Large and medium scale topographic mapping and engineering survey.,"Supersedes POSGAR 94 / Argentina 1 for many practical purposes, but at this time the older system remains the official system.",Total Argentina.,EPSG,2005-09-12,,1,0
-22172,POSGAR 98 / Argentina 2,1609,projected,4530,,4190,18032,,,Large and medium scale topographic mapping and engineering survey.,"Supersedes POSGAR 94 / Argentina 2 for many practical purposes, but at this time the older system remains the official system.",Total Argentina.,EPSG,2005-09-12,,1,0
-22173,POSGAR 98 / Argentina 3,1610,projected,4530,,4190,18033,,,Large and medium scale topographic mapping and engineering survey.,"Supersedes POSGAR 94 / Argentina 3 for many practical purposes, but at this time the older system remains the official system.",Total Argentina.,EPSG,2005-09-12,,1,0
-22174,POSGAR 98 / Argentina 4,1611,projected,4530,,4190,18034,,,Large and medium scale topographic mapping and engineering survey.,"Supersedes POSGAR 94 / Argentina 4 for many practical purposes, but at this time the older system remains the official system.",Total Argentina.,EPSG,2005-09-12,,1,0
-22175,POSGAR 98 / Argentina 5,1612,projected,4530,,4190,18035,,,Large and medium scale topographic mapping and engineering survey.,"Supersedes POSGAR 94 / Argentina 5 for many practical purposes, but at this time the older system remains the official system.",Total Argentina.,EPSG,2005-09-12,,1,0
-22176,POSGAR 98 / Argentina 6,1613,projected,4530,,4190,18036,,,Large and medium scale topographic mapping and engineering survey.,"Supersedes POSGAR 94 / Argentina 6 for many practical purposes, but at this time the older system remains the official system.",Total Argentina.,EPSG,2005-09-12,,1,0
-22177,POSGAR 98 / Argentina 7,1614,projected,4530,,4190,18037,,,Large and medium scale topographic mapping and engineering survey.,"Supersedes POSGAR 94 / Argentina 7 for many practical purposes, but at this time the older system remains the official system.",Total Argentina.,EPSG,2005-09-12,,1,0
-22181,POSGAR 94 / Argentina 1,1608,projected,4530,,4694,18031,,,Large and medium scale topographic mapping and engineering survey.,Legally adopted in May 1997. Superseded by POSGAR 98 / Argentina 1 for many practical purposes.,Total Argentina.,OGP,2005-09-12,,1,0
-22182,POSGAR 94 / Argentina 2,1609,projected,4530,,4694,18032,,,Large and medium scale topographic mapping and engineering survey.,Legally adopted in May 1997. Superseded by POSGAR 98 / Argentina 2 for many practical purposes.,Total Argentina.,OGP,2005-09-12,,1,0
-22183,POSGAR 94 / Argentina 3,1610,projected,4530,,4694,18033,,,Large and medium scale topographic mapping and engineering survey.,Legally adopted in May 1997. Superseded by POSGAR 98 / Argentina 3 for many practical purposes.,Total Argentina.,OGP,2005-09-12,,1,0
-22184,POSGAR 94 / Argentina 4,1611,projected,4530,,4694,18034,,,Large and medium scale topographic mapping and engineering survey.,Legally adopted in May 1997. Superseded by POSGAR 98 / Argentina 4 for many practical purposes.,Total Argentina.,OGP,2005-09-12,,1,0
-22185,POSGAR 94 / Argentina 5,1612,projected,4530,,4694,18035,,,Large and medium scale topographic mapping and engineering survey.,Legally adopted in May 1997. Superseded by POSGAR 98 / Argentina 5 for many practical purposes.,Total Argentina.,OGP,2005-09-12,,1,0
-22186,POSGAR 94 / Argentina 6,1613,projected,4530,,4694,18036,,,Large and medium scale topographic mapping and engineering survey.,Legally adopted in May 1997. Superseded by POSGAR 98 / Argentina 6 for many practical purposes.,Total Argentina.,OGP,2005-09-12,,1,0
-22187,POSGAR 94 / Argentina 7,1614,projected,4530,,4694,18037,,,Large and medium scale topographic mapping and engineering survey.,Legally adopted in May 1997. Superseded by POSGAR 98 / Argentina 7 for many practical purposes.,Total Argentina.,OGP,2005-09-12,,1,0
+22171,POSGAR 98 / Argentina 1,1608,projected,4530,,4190,18031,,,Large and medium scale topographic mapping and engineering survey.,"Replaces POSGAR 94 / Argentina 1 for many practical purposes, but at this time the older system remains the official system.",Total Argentina.,EPSG,2005-09-12,,1,0
+22172,POSGAR 98 / Argentina 2,1609,projected,4530,,4190,18032,,,Large and medium scale topographic mapping and engineering survey.,"Replaces POSGAR 94 / Argentina 2 for many practical purposes, but at this time the older system remains the official system.",Total Argentina.,EPSG,2005-09-12,,1,0
+22173,POSGAR 98 / Argentina 3,1610,projected,4530,,4190,18033,,,Large and medium scale topographic mapping and engineering survey.,"Replaces POSGAR 94 / Argentina 3 for many practical purposes, but at this time the older system remains the official system.",Total Argentina.,EPSG,2005-09-12,,1,0
+22174,POSGAR 98 / Argentina 4,1611,projected,4530,,4190,18034,,,Large and medium scale topographic mapping and engineering survey.,"Replaces POSGAR 94 / Argentina 4 for many practical purposes, but at this time the older system remains the official system.",Total Argentina.,EPSG,2005-09-12,,1,0
+22175,POSGAR 98 / Argentina 5,1612,projected,4530,,4190,18035,,,Large and medium scale topographic mapping and engineering survey.,"Replaces POSGAR 94 / Argentina 5 for many practical purposes, but at this time the older system remains the official system.",Total Argentina.,EPSG,2005-09-12,,1,0
+22176,POSGAR 98 / Argentina 6,1613,projected,4530,,4190,18036,,,Large and medium scale topographic mapping and engineering survey.,"Replaces POSGAR 94 / Argentina 6 for many practical purposes, but at this time the older system remains the official system.",Total Argentina.,EPSG,2005-09-12,,1,0
+22177,POSGAR 98 / Argentina 7,1614,projected,4530,,4190,18037,,,Large and medium scale topographic mapping and engineering survey.,"Replaces POSGAR 94 / Argentina 7 for many practical purposes, but at this time the older system remains the official system.",Total Argentina.,EPSG,2005-09-12,,1,0
+22181,POSGAR 94 / Argentina 1,1608,projected,4530,,4694,18031,,,Large and medium scale topographic mapping and engineering survey.,Legally adopted in May 1997. Replaced by POSGAR 98 / Argentina 1 for many practical purposes.,Total Argentina.,OGP,2005-09-12,,1,0
+22182,POSGAR 94 / Argentina 2,1609,projected,4530,,4694,18032,,,Large and medium scale topographic mapping and engineering survey.,Legally adopted in May 1997. Replaced by POSGAR 98 / Argentina 2 for many practical purposes.,Total Argentina.,OGP,2005-09-12,,1,0
+22183,POSGAR 94 / Argentina 3,1610,projected,4530,,4694,18033,,,Large and medium scale topographic mapping and engineering survey.,Legally adopted in May 1997. Replaced by POSGAR 98 / Argentina 3 for many practical purposes.,Total Argentina.,OGP,2005-09-12,,1,0
+22184,POSGAR 94 / Argentina 4,1611,projected,4530,,4694,18034,,,Large and medium scale topographic mapping and engineering survey.,Legally adopted in May 1997. Replaced by POSGAR 98 / Argentina 4 for many practical purposes.,Total Argentina.,OGP,2005-09-12,,1,0
+22185,POSGAR 94 / Argentina 5,1612,projected,4530,,4694,18035,,,Large and medium scale topographic mapping and engineering survey.,Legally adopted in May 1997. Replaced by POSGAR 98 / Argentina 5 for many practical purposes.,Total Argentina.,OGP,2005-09-12,,1,0
+22186,POSGAR 94 / Argentina 6,1613,projected,4530,,4694,18036,,,Large and medium scale topographic mapping and engineering survey.,Legally adopted in May 1997. Replaced by POSGAR 98 / Argentina 6 for many practical purposes.,Total Argentina.,OGP,2005-09-12,,1,0
+22187,POSGAR 94 / Argentina 7,1614,projected,4530,,4694,18037,,,Large and medium scale topographic mapping and engineering survey.,Legally adopted in May 1997. Replaced by POSGAR 98 / Argentina 7 for many practical purposes.,Total Argentina.,OGP,2005-09-12,,1,0
 22191,Campo Inchauspe / Argentina 1,1608,projected,4530,,4221,18031,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,97.72 2002.36,1,0
 22192,Campo Inchauspe / Argentina 2,1609,projected,4530,,4221,18032,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,97.72 2002.36,1,0
 22193,Campo Inchauspe / Argentina 3,1610,projected,4530,,4221,18033,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,97.72 2002.36,1,0
@@ -2195,27 +2713,27 @@
 22234,Cape / UTM zone 34S,1615,projected,4400,,4222,16134,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-12-08,,1,0
 22235,Cape / UTM zone 35S,1617,projected,4400,,4222,16135,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-12-08,,1,0
 22236,Cape / UTM zone 36S,1616,projected,4400,,4222,16136,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-12-08,,1,0
-22275,South African Coordinate System zone 15,1454,projected,6503,,4222,17515,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2000-03-07,99.98  2000.04,1,0
-22277,South African Coordinate System zone 17,1455,projected,6503,,4222,17517,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2000-03-07,99.98  2000.04,1,0
-22279,South African Coordinate System zone 19,1456,projected,6503,,4222,17519,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2000-03-07,99.98  2000.04,1,0
-22281,South African Coordinate System zone 21,1457,projected,6503,,4222,17521,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2000-03-07,99.98  2000.04,1,0
-22283,South African Coordinate System zone 23,1458,projected,6503,,4222,17523,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2000-03-07,99.98  2000.04,1,0
-22285,South African Coordinate System zone 25,1459,projected,6503,,4222,17525,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2000-03-07,99.98  2000.04,1,0
-22287,South African Coordinate System zone 27,1460,projected,6503,,4222,17527,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2000-03-07,99.98  2000.04,1,0
-22289,South African Coordinate System zone 29,1461,projected,6503,,4222,17529,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2000-03-07,99.98  2000.04,1,0
-22291,South African Coordinate System zone 31,1462,projected,6503,,4222,17531,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2000-03-07,99.98  2000.04,1,0
-22293,South African Coordinate System zone 33,1463,projected,6503,,4222,17533,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2000-03-07,99.98  2000.04,1,0
+22275,Cape / Lo15,1454,projected,6503,,4222,17515,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2007-02-12,99.98 2000.04 2007.022,1,0
+22277,Cape / Lo17,1455,projected,6503,,4222,17517,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2007-02-12,99.98 2000.04 2007.022,1,0
+22279,Cape / Lo19,1456,projected,6503,,4222,17519,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2007-02-12,99.98 2000.04 2007.022,1,0
+22281,Cape / Lo21,1457,projected,6503,,4222,17521,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2007-02-12,99.98 2000.04 2007.022,1,0
+22283,Cape / Lo23,1458,projected,6503,,4222,17523,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2007-02-12,99.98 2000.04 2007.022,1,0
+22285,Cape / Lo25,1459,projected,6503,,4222,17525,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2007-02-12,99.98 2000.04 2007.022,1,0
+22287,Cape / Lo27,1460,projected,6503,,4222,17527,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2007-02-12,99.98 2000.04 2007.022,1,0
+22289,Cape / Lo29,1461,projected,6503,,4222,17529,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2007-02-12,99.98 2000.04 2007.022,1,0
+22291,Cape / Lo31,1462,projected,6503,,4222,17531,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2007-02-12,99.98 2000.04 2007.022,1,0
+22293,Cape / Lo33,1463,projected,6503,,4222,17533,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,"Directorate of Surveys and Mapping, Mowbray, South Africa.",EPSG,2007-02-12,99.98 2000.04 2007.022,1,0
 22300,Carthage (Paris) / Tunisia Mining Grid,1618,projected,4406,,4816,19937,,,Large and medium scale topographic mapping and engineering survey.,CAUTION: Carthage datum did not exist when the 1953 decree was issued and an inference is that grid should be applied to the Voirol 1875 geogCRS.  Common practice assumes that the current Tunisian geodetic datum of Carthage applies.,,EPSG,1998-11-11,,1,0
 22332,Carthage / UTM zone 32N,1489,projected,4400,,4223,16032,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 22391,Carthage / Nord Tunisie,1619,projected,4499,,4223,18181,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 22392,Carthage / Sud Tunisie,1620,projected,4499,,4223,18182,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-22521,Corrego Alegre / UTM zone 21S,3355,projected,4400,,4225,16121,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SAD69 / UTM zone 21S.,OGP,OGP,2005-12-30,,1,0
-22522,Corrego Alegre / UTM zone 22S,3176,projected,4400,,4225,16122,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SAD69 / UTM zone 22S.,OGP,OGP,2005-12-30,,1,0
-22523,Corrego Alegre / UTM zone 23S,3177,projected,4400,,4225,16123,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SAD69 / UTM zone 23S.,IBGE,EPSG,2005-12-30,2005.841,1,0
-22524,Corrego Alegre / UTM zone 24S,1818,projected,4400,,4225,16124,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SAD69 / UTM zone 24S.,IBGE,EPSG,2005-12-30,2005.841,1,0
-22525,Corrego Alegre / UTM zone 25S,3178,projected,4400,,4225,16125,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SAD69 / UTM zone 25S.,OGP,OGP,2005-12-30,,1,0
-22700,Deir ez Zor / Levant Zone,1623,projected,4499,,4227,19940,,,Large and medium scale topographic mapping and engineering survey.,Superseded by Deir ez Zor / Syria Lambert (EPSG code 22770) from 1973.,,EPSG,1999-04-22,,1,0
-22770,Deir ez Zor / Syria Lambert,1623,projected,4499,,4227,19948,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Deir ez Zor / Levant zone (EPSG code 22700) from 1973.,,EPSG,1999-10-20,,1,0
+22521,Corrego Alegre / UTM zone 21S,3355,projected,4400,,4225,16121,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SAD69 / UTM zone 21S.,OGP,OGP,2005-12-30,,1,0
+22522,Corrego Alegre / UTM zone 22S,3176,projected,4400,,4225,16122,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SAD69 / UTM zone 22S.,OGP,OGP,2005-12-30,,1,0
+22523,Corrego Alegre / UTM zone 23S,3177,projected,4400,,4225,16123,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SAD69 / UTM zone 23S.,IBGE,EPSG,2005-12-30,2005.841,1,0
+22524,Corrego Alegre / UTM zone 24S,1818,projected,4400,,4225,16124,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SAD69 / UTM zone 24S.,IBGE,EPSG,2005-12-30,2005.841,1,0
+22525,Corrego Alegre / UTM zone 25S,3178,projected,4400,,4225,16125,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SAD69 / UTM zone 25S.,OGP,OGP,2005-12-30,,1,0
+22700,Deir ez Zor / Levant Zone,1623,projected,4499,,4227,19940,,,Large and medium scale topographic mapping and engineering survey.,Replaced by Deir ez Zor / Syria Lambert (EPSG code 22770) from 1973.,,EPSG,1999-04-22,,1,0
+22770,Deir ez Zor / Syria Lambert,1623,projected,4499,,4227,19948,,,Large and medium scale topographic mapping and engineering survey.,Replaces Deir ez Zor / Levant zone (EPSG code 22700) from 1973.,,EPSG,1999-10-20,,1,0
 22780,Deir ez Zor / Levant Stereographic,1623,projected,4499,,4227,19949,,,Used  prior to World War II for cadastral and large scale topographic mapping.,,,EPSG,2000-10-19,,1,0
 22832,Douala / UTM zone 32N,1060,projected,4400,,4228,16032,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,1
 22991,Egypt 1907 / Blue Belt,1642,projected,4400,,4229,18071,,,Military topographic mapping.  Oil industry usually uses Egypt 1907 / Red Belt rather than this projected CRS.,Also known as Egypt 1907 / Green Belt.,,EPSG,2002-07-16,2002.49,1,0
@@ -2235,34 +2753,65 @@
 23038,ED50 / UTM zone 38N,1641,projected,4400,,4230,16038,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2005-05-27,2005.18,1,0
 23090,ED50 / TM 0 N,1629,projected,4400,,4230,16400,,,Used by Shell UK for UKCS North Sea oil exploration and production.,,Shell UK,EPSG,1998-11-11,,1,0
 23095,ED50 / TM 5 NE,1630,projected,4400,,4230,16405,,,Used by NAM for Dutch Sector of the North Sea oil exploration and production.,,NAM,EPSG,1998-11-11,,1,0
-23239,Fahud / UTM zone 39N,1544,projected,4400,,4232,16039,,,Large and medium scale topographic mapping and engineering survey.,Since 1993 superseded by PSD93 / UTM zone 39N projCRS (code 3439). Maximum differences to Fahud adjustment are 20 metres.,,EPSG,2004-04-07,2004.21,1,0
-23240,Fahud / UTM zone 40N,1545,projected,4400,,4232,16040,,,Large and medium scale topographic mapping and engineering survey.,Since 1993 superseded by PSD93 / UTM zone 40N projCRS (code 3440). Maximum differences to Fahud adjustment are 20 metres.,,EPSG,2004-04-07,2004.21,1,0
+23239,Fahud / UTM zone 39N,1544,projected,4400,,4232,16039,,,Large and medium scale topographic mapping and engineering survey.,Since 1993 replaced by PSD93 / UTM zone 39N projCRS (code 3439). Maximum differences to Fahud adjustment are 20 metres.,,EPSG,2004-04-07,2004.21,1,0
+23240,Fahud / UTM zone 40N,1545,projected,4400,,4232,16040,,,Large and medium scale topographic mapping and engineering survey.,Since 1993 replaced by PSD93 / UTM zone 40N projCRS (code 3440). Maximum differences to Fahud adjustment are 20 metres.,,EPSG,2004-04-07,2004.21,1,0
 23433,Garoua / UTM zone 33N,1060,projected,4400,,4234,16033,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,1
 23700,HD72 / EOV,1119,projected,4498,,4237,19931,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1997-07-22,,1,0
-23846,ID74 / UTM zone 46N,1647,projected,4400,,4238,16046,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-08-08,95.193  95.20,1,0
-23847,ID74 / UTM zone 47N,1649,projected,4400,,4238,16047,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-07-21,95.193,1,0
-23848,ID74 / UTM zone 48N,1651,projected,4400,,4238,16048,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-07-21,95.193,1,0
-23849,ID74 / UTM zone 49N,1653,projected,4400,,4238,16049,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-07-21,95.193,1,0
-23850,ID74 / UTM zone 50N,1655,projected,4400,,4238,16050,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-07-21,95.193,1,0
-23851,ID74 / UTM zone 51N,1657,projected,4400,,4238,16051,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-07-21,95.193,1,0
-23852,ID74 / UTM zone 52N,1659,projected,4400,,4238,16052,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-07-21,95.193,1,0
+23830,DGN95 / Indonesia TM-3 zone 46.2,1647,projected,4499,,4755,17432,,,Land use and cadastre.,"Used by BPN for large scale (1:10,000 and greater) land use mapping.","National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+23831,DGN95 / Indonesia TM-3 zone 47.1,3510,projected,4499,,4755,17433,,,Land use and cadastre.,"Used by BPN for large scale (1:10,000 and greater) land use mapping.","National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+23832,DGN95 / Indonesia TM-3 zone 47.2,3511,projected,4499,,4755,17434,,,Land use and cadastre.,"Used by BPN for large scale (1:10,000 and greater) land use mapping.","National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+23833,DGN95 / Indonesia TM-3 zone 48.1,3512,projected,4499,,4755,17435,,,Land use and cadastre.,"Used by BPN for large scale (1:10,000 and greater) land use mapping.","National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+23834,DGN95 / Indonesia TM-3 zone 48.2,3513,projected,4499,,4755,17436,,,Land use and cadastre.,"Used by BPN for large scale (1:10,000 and greater) land use mapping.","National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+23835,DGN95 / Indonesia TM-3 zone 49.1,3514,projected,4499,,4755,17437,,,Land use and cadastre.,"Used by BPN for large scale (1:10,000 and greater) land use mapping.","National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+23836,DGN95 / Indonesia TM-3 zone 49.2,3515,projected,4499,,4755,17438,,,Land use and cadastre.,"Used by BPN for large scale (1:10,000 and greater) land use mapping.","National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+23837,DGN95 / Indonesia TM-3 zone 50.1,3516,projected,4499,,4755,17439,,,Land use and cadastre.,"Used by BPN for large scale (1:10,000 and greater) land use mapping.","National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+23838,DGN95 / Indonesia TM-3 zone 50.2,3517,projected,4499,,4755,17440,,,Land use and cadastre.,"Used by BPN for large scale (1:10,000 and greater) land use mapping.","National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+23839,DGN95 / Indonesia TM-3 zone 51.1,3518,projected,4499,,4755,17441,,,Land use and cadastre.,"Used by BPN for large scale (1:10,000 and greater) land use mapping.","National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+23840,DGN95 / Indonesia TM-3 zone 51.2,3519,projected,4499,,4755,17442,,,Land use and cadastre.,"Used by BPN for large scale (1:10,000 and greater) land use mapping.","National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+23841,DGN95 / Indonesia TM-3 zone 52.1,3520,projected,4499,,4755,17443,,,Land use and cadastre.,"Used by BPN for large scale (1:10,000 and greater) land use mapping.","National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+23842,DGN95 / Indonesia TM-3 zone 52.2,3521,projected,4499,,4755,17444,,,Land use and cadastre.,"Used by BPN for large scale (1:10,000 and greater) land use mapping.","National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+23843,DGN95 / Indonesia TM-3 zone 53.1,3522,projected,4499,,4755,17445,,,Land use and cadastre.,"Used by BPN for large scale (1:10,000 and greater) land use mapping.","National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+23844,DGN95 / Indonesia TM-3 zone 53.2,3523,projected,4499,,4755,17446,,,Land use and cadastre.,"Used by BPN for large scale (1:10,000 and greater) land use mapping.","National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+23845,DGN95 / Indonesia TM-3 zone 54.1,1663,projected,4499,,4755,17447,,,Land use and cadastre.,"Used by BPN for large scale (1:10,000 and greater) land use mapping.","National Land Agency (Badan Pertanahan Nasional, BPN)",OGP,2007-05-10,,1,0
+23846,ID74 / UTM zone 46N,1647,projected,4400,,4238,16046,,,Large and medium scale topographic mapping and engineering survey.,Replaced by DGN95 / UTM zone 46N.,,EPSG,2006-08-25,95.193  95.20 2006.81,1,0
+23847,ID74 / UTM zone 47N,1649,projected,4400,,4238,16047,,,Large and medium scale topographic mapping and engineering survey.,Replaced by DGN95 / UTM zone 47N.,,EPSG,2006-08-25,95.193 2006.81,1,0
+23848,ID74 / UTM zone 48N,1651,projected,4400,,4238,16048,,,Large and medium scale topographic mapping and engineering survey.,Replaced by DGN95 / UTM zone 48N.,,EPSG,2006-08-25,95.193 2006.81,1,0
+23849,ID74 / UTM zone 49N,1653,projected,4400,,4238,16049,,,Large and medium scale topographic mapping and engineering survey.,Replaced by DGN95 / UTM zone 49N.,,EPSG,2006-08-25,95.193 2006.81,1,0
+23850,ID74 / UTM zone 50N,1655,projected,4400,,4238,16050,,,Large and medium scale topographic mapping and engineering survey.,Replaced by DGN95 / UTM zone 50N.,,EPSG,2006-08-25,95.193 2006.81,1,0
+23851,ID74 / UTM zone 51N,1657,projected,4400,,4238,16051,,,Large and medium scale topographic mapping and engineering survey.,Replaced by DGN95 / UTM zone 51N.,,EPSG,2006-08-25,95.193 2006.81,1,0
+23852,ID74 / UTM zone 52N,1659,projected,4400,,4238,16052,,,Large and medium scale topographic mapping and engineering survey.,Replaced by DGN95 / UTM zone 52N.,,EPSG,2006-08-25,95.193 2006.81,1,0
 23853,ID74 / UTM zone 53N,1661,projected,4400,,4238,16053,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-07-21,95.193,1,1
+23866,DGN95 / UTM zone 46N,1647,projected,4400,,4755,16046,,,Large and medium scale topographic mapping and engineering survey.,Replaces ID74 / UTM zone 46N.,Bakosurtanal.,OGP,2006-08-25,,1,0
+23867,DGN95 / UTM zone 47N,1649,projected,4400,,4755,16047,,,Large and medium scale topographic mapping and engineering survey.,Replaces ID74 / UTM zone 47N.,Bakosurtanal.,OGP,2006-08-25,,1,0
+23868,DGN95 / UTM zone 48N,1651,projected,4400,,4755,16048,,,Large and medium scale topographic mapping and engineering survey.,Replaces ID74 / UTM zone 48N.,Bakosurtanal.,OGP,2006-08-25,,1,0
+23869,DGN95 / UTM zone 49N,1653,projected,4400,,4755,16049,,,Large and medium scale topographic mapping and engineering survey.,Replaces ID74 / UTM zone 49N.,Bakosurtanal.,OGP,2006-08-25,,1,0
+23870,DGN95 / UTM zone 50N,1655,projected,4400,,4755,16050,,,Large and medium scale topographic mapping and engineering survey.,Replaces ID74 / UTM zone 50N.,Bakosurtanal.,OGP,2006-08-25,,1,0
+23871,DGN95 / UTM zone 51N,1657,projected,4400,,4755,16051,,,Large and medium scale topographic mapping and engineering survey.,Replaces ID74 / UTM zone 51N.,Bakosurtanal.,OGP,2006-08-25,,1,0
+23872,DGN95 / UTM zone 52N,1659,projected,4400,,4755,16052,,,Large and medium scale topographic mapping and engineering survey.,Replaces ID74 / UTM zone 52N.,Bakosurtanal.,OGP,2006-08-25,,1,0
+23877,DGN95 / UTM zone 47S,1650,projected,4400,,4755,16147,,,Large and medium scale topographic mapping and engineering survey.,Replaces ID74 / UTM zone 47S.,Bakosurtanal.,OGP,2006-08-25,,1,0
+23878,DGN95 / UTM zone 48S,1652,projected,4400,,4755,16148,,,Large and medium scale topographic mapping and engineering survey.,Replaces ID74 / UTM zone 48S.,Bakosurtanal.,OGP,2006-08-25,,1,0
+23879,DGN95 / UTM zone 49S,1654,projected,4400,,4755,16149,,,Large and medium scale topographic mapping and engineering survey.,Replaces ID74 / UTM zone 49S.,Bakosurtanal.,OGP,2006-08-25,,1,0
+23880,DGN95 / UTM zone 50S,1656,projected,4400,,4755,16150,,,Large and medium scale topographic mapping and engineering survey.,Replaces ID74 / UTM zone 50S.,Bakosurtanal.,OGP,2006-08-25,,1,0
+23881,DGN95 / UTM zone 51S,1658,projected,4400,,4755,16151,,,Large and medium scale topographic mapping and engineering survey.,Replaces ID74 / UTM zone 51S.,Bakosurtanal.,OGP,2006-08-25,,1,0
+23882,DGN95 / UTM zone 52S,1660,projected,4400,,4755,16152,,,Large and medium scale topographic mapping and engineering survey.,Replaces ID74 / UTM zone 52S.,Bakosurtanal.,OGP,2006-08-25,,1,0
+23883,DGN95 / UTM zone 53S,1662,projected,4400,,4755,16153,,,Large and medium scale topographic mapping and engineering survey.,Replaces ID74 / UTM zone 53S.,Bakosurtanal.,OGP,2006-08-25,,1,0
+23884,DGN95 / UTM zone 54S,1663,projected,4400,,4755,16154,,,Large and medium scale topographic mapping and engineering survey.,Replaces ID74 / UTM zone 54S.,Bakosurtanal.,OGP,2006-08-25,,1,0
 23886,ID74 / UTM zone 46S,1648,projected,4400,,4238,16146,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-08-08,95.193  95.20,1,1
-23887,ID74 / UTM zone 47S,1650,projected,4400,,4238,16147,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-07-21,95.193,1,0
-23888,ID74 / UTM zone 48S,1652,projected,4400,,4238,16148,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-07-21,95.193,1,0
-23889,ID74 / UTM zone 49S,1654,projected,4400,,4238,16149,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-07-21,95.193,1,0
-23890,ID74 / UTM zone 50S,1656,projected,4400,,4238,16150,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-07-21,95.193,1,0
-23891,ID74 / UTM zone 51S,1658,projected,4400,,4238,16151,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-07-21,95.193,1,0
-23892,ID74 / UTM zone 52S,1660,projected,4400,,4238,16152,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-07-21,95.193,1,0
-23893,ID74 / UTM zone 53S,1662,projected,4400,,4238,16153,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-07-21,95.193,1,0
-23894,ID74 / UTM zone 54S,1663,projected,4400,,4238,16154,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-07-21,95.193,1,0
+23887,ID74 / UTM zone 47S,1650,projected,4400,,4238,16147,,,Large and medium scale topographic mapping and engineering survey.,Replaced by DGN95 / UTM zone 47S.,,EPSG,2006-08-25,95.193 2006.81,1,0
+23888,ID74 / UTM zone 48S,1652,projected,4400,,4238,16148,,,Large and medium scale topographic mapping and engineering survey.,Replaced by DGN95 / UTM zone 48S.,,EPSG,2006-08-25,95.193 2006.81,1,0
+23889,ID74 / UTM zone 49S,1654,projected,4400,,4238,16149,,,Large and medium scale topographic mapping and engineering survey.,Replaced by DGN95 / UTM zone 49S.,,EPSG,2006-08-25,95.193 2006.81,1,0
+23890,ID74 / UTM zone 50S,1656,projected,4400,,4238,16150,,,Large and medium scale topographic mapping and engineering survey.,Replaced by DGN95 / UTM zone 50S.,,EPSG,2006-08-25,95.193 2006.81,1,0
+23891,ID74 / UTM zone 51S,1658,projected,4400,,4238,16151,,,Large and medium scale topographic mapping and engineering survey.,Replaced by DGN95 / UTM zone 51S.,,EPSG,2006-08-25,95.193 2006.81,1,0
+23892,ID74 / UTM zone 52S,1660,projected,4400,,4238,16152,,,Large and medium scale topographic mapping and engineering survey.,Replaced by DGN95 / UTM zone 52S.,,EPSG,2006-08-25,95.193 2006.81,1,0
+23893,ID74 / UTM zone 53S,1662,projected,4400,,4238,16153,,,Large and medium scale topographic mapping and engineering survey.,Replaced by DGN95 / UTM zone 53S.,,EPSG,2006-08-25,95.193 2006.81,1,0
+23894,ID74 / UTM zone 54S,1663,projected,4400,,4238,16154,,,Large and medium scale topographic mapping and engineering survey.,Replaced by DGN95 / UTM zone 54S.,,EPSG,2006-08-25,95.193 2006.81,1,0
 23946,Indian 1954 / UTM zone 46N,1664,projected,4400,,4239,16046,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1998-06-13,,1,0
 23947,Indian 1954 / UTM zone 47N,1665,projected,4400,,4239,16047,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 23948,Indian 1954 / UTM zone 48N,1666,projected,4400,,4239,16048,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 24047,Indian 1975 / UTM zone 47N,1667,projected,4400,,4240,16047,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 24048,Indian 1975 / UTM zone 48N,1666,projected,4400,,4240,16048,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-24100,Jamaica 1875 / Jamaica (Old Grid),3342,projected,4403,,4241,19909,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by JAD69 / Jamaica National Grid (CRS code 24200).,"Survey Department, Government of Jamaica, 1983.",EPSG,1995-06-02,,1,0
-24200,JAD69 / Jamaica National Grid,3342,projected,4400,,4242,19910,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Supersedes Jamaica 1875 / Jamaica (Old Grid) (CRS code 24100).,"Survey Department, Government of Jamaica, 1983.",EPSG,2004-09-12,2004.51,1,0
+24100,Jamaica 1875 / Jamaica (Old Grid),3342,projected,4403,,4241,19909,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by JAD69 / Jamaica National Grid (CRS code 24200).,"Survey Department, Government of Jamaica, 1983.",EPSG,1995-06-02,,1,0
+24200,JAD69 / Jamaica National Grid,3342,projected,4400,,4242,19910,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaces Jamaica 1875 / Jamaica (Old Grid) (CRS code 24100). Replaced by JAD2001 / Jamaica Metric Grid (CRS code 3448).,"Survey Department, Government of Jamaica, 1983.",EPSG,2007-01-19,2004.51 2007.001,1,0
 24305,Kalianpur 1937 / UTM zone 45N,1674,projected,4400,,4144,16045,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1999-10-20,,1,0
 24306,Kalianpur 1937 / UTM zone 46N,1675,projected,4400,,4144,16046,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1999-10-20,,1,0
 24311,Kalianpur 1962 / UTM zone 41N,1687,projected,4400,,4145,16041,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1999-10-20,,1,0
@@ -2280,19 +2829,19 @@
 24373,Kalianpur 1880 / India zone III,1672,projected,4408,,4243,18114,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1999-10-20,97.23,1,0
 24374,Kalianpur 1880 / India zone IV,1673,projected,4408,,4243,18116,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1999-10-20,97.23,1,0
 24375,Kalianpur 1937 / India zone IIb,1041,projected,4400,,4144,18238,,,Large and medium scale topographic mapping and engineering survey.,Used by Bangladesh since metrication.  Metric conversion applies A.R.Clarke's Indian foot-British foot ratio of 0.99999566 and Benoit's 1895 British inch-metre ratio of 39.370115 rounded as Ind ft = 0.30479841m exactly.,,EPSG,1999-10-20,97.23,1,0
-24376,Kalianpur 1962 / India zone I,1685,projected,4400,,4145,18236,,,Large and medium scale topographic mapping and engineering survey.,Used by Pakistan since metrication.  Metric conversion applies A.R.Clarke's Indian foot-British foot ratio of 0.99999566 and J.S.Clark's 1865 British inch-metre ratio of 39.369971 rounded by G.Bomford with slight error as Ind ft = 0.3048996m exactly.,,EPSG,1999-10-20,97.23,1,0
-24377,Kalianpur 1962 / India zone IIa,1686,projected,4400,,4145,18237,,,Large and medium scale topographic mapping and engineering survey.,Used by Pakistan since metrication.  Metric conversion applies A.R.Clarke's Indian foot-British foot ratio of 0.99999566 and J.S.Clark's 1865 British inch-metre ratio of 39.369971 rounded by G.Bomford with slight error as Ind ft = 0.3048996m exactly.,,EPSG,1999-10-20,97.23,1,0
-24378,Kalianpur 1975 / India zone I,1676,projected,4400,,4146,18231,,,Large and medium scale topographic mapping and engineering survey.,Used by India since metrication.  Metric conversion applies A.R.Clarke's Indian foot-British foot ratio of 0.99999566 and J.S.Clark's 1865 British inch-metre ratio of 39.369971 rounded as 1 Ind ft = 0.3048995m exactly.,,EPSG,1999-10-20,97.23,1,0
-24379,Kalianpur 1975 / India zone IIa,1677,projected,4400,,4146,18232,,,Large and medium scale topographic mapping and engineering survey.,Used by India since metrication.  Metric conversion applies A.R.Clarke's Indian foot-British foot ratio of 0.99999566 and J.S.Clark's 1865 British inch-metre ratio of 39.369971 rounded as 1 Ind ft = 0.3048995m exactly.,,EPSG,1999-10-20,97.23,1,0
-24380,Kalianpur 1975 / India zone IIb,1678,projected,4400,,4146,18235,,,Large and medium scale topographic mapping and engineering survey.,Used by India since metrication.  Metric conversion applies A.R.Clarke's Indian foot-British foot ratio of 0.99999566 and J.S.Clark's 1865 British inch-metre ratio of 39.369971 rounded as 1 Ind ft = 0.3048995m exactly.,,EPSG,1999-10-20,97.23,1,0
-24381,Kalianpur 1975 / India zone III,1672,projected,4400,,4146,18233,,,Large and medium scale topographic mapping and engineering survey.,Used by India since metrication.  Metric conversion applies A.R.Clarke's Indian foot-British foot ratio of 0.99999566 and J.S.Clark's 1865 British inch-metre ratio of 39.369971 rounded as 1 Ind ft = 0.3048995m exactly.,,EPSG,1999-10-20,97.23,1,0
+24376,Kalianpur 1962 / India zone I,1685,projected,4400,,4145,18236,,,Large and medium scale topographic mapping and engineering survey.,Used by Pakistan since metrication.  Metric conversion applies A.R.Clarke's Indian foot-British foot ratio of 0.99999566 and J.S.Clark's 1865 British inch-metre ratio of 39.369971 rounded by G.Bomford with slight error as Ind ft = 0.3047996m exactly.,,EPSG,2007-01-25,97.23 2007.011,1,0
+24377,Kalianpur 1962 / India zone IIa,1686,projected,4400,,4145,18237,,,Large and medium scale topographic mapping and engineering survey.,Used by Pakistan since metrication.  Metric conversion applies A.R.Clarke's Indian foot-British foot ratio of 0.99999566 and J.S.Clark's 1865 British inch-metre ratio of 39.369971 rounded by G.Bomford with slight error as Ind ft = 0.3047996m exactly.,,EPSG,2007-01-25,97.23 2007.011,1,0
+24378,Kalianpur 1975 / India zone I,1676,projected,4400,,4146,18231,,,Large and medium scale topographic mapping and engineering survey.,Used by India since metrication.  Metric conversion applies A.R.Clarke's Indian foot-British foot ratio of 0.99999566 and J.S.Clark's 1865 British inch-metre ratio of 39.369971 rounded as 1 Ind ft = 0.3047995m exactly.,,EPSG,2007-01-25,97.23 2007.011,1,0
+24379,Kalianpur 1975 / India zone IIa,1677,projected,4400,,4146,18232,,,Large and medium scale topographic mapping and engineering survey.,Used by India since metrication.  Metric conversion applies A.R.Clarke's Indian foot-British foot ratio of 0.99999566 and J.S.Clark's 1865 British inch-metre ratio of 39.369971 rounded as 1 Ind ft = 0.3047995m exactly.,,EPSG,2007-01-25,97.23 2007.011,1,0
+24380,Kalianpur 1975 / India zone IIb,1678,projected,4400,,4146,18235,,,Large and medium scale topographic mapping and engineering survey.,Used by India since metrication.  Metric conversion applies A.R.Clarke's Indian foot-British foot ratio of 0.99999566 and J.S.Clark's 1865 British inch-metre ratio of 39.369971 rounded as 1 Ind ft = 0.3047995m exactly.,,EPSG,2007-01-25,97.23 2007.011,1,0
+24381,Kalianpur 1975 / India zone III,1672,projected,4400,,4146,18233,,,Large and medium scale topographic mapping and engineering survey.,Used by India since metrication.  Metric conversion applies A.R.Clarke's Indian foot-British foot ratio of 0.99999566 and J.S.Clark's 1865 British inch-metre ratio of 39.369971 rounded as 1 Ind ft = 0.3047995m exactly.,,EPSG,2007-01-25,97.23 2007.011,1,0
 24382,Kalianpur 1880 / India zone IIb,1671,projected,4408,,4243,18113,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1999-10-20,97.23,1,0
-24383,Kalianpur 1975 / India zone IV,1673,projected,4400,,4146,18234,,,Large and medium scale topographic mapping and engineering survey.,Used by India since metrication.  Metric conversion applies A.R.Clarke's Indian foot-British foot ratio of 0.99999566 and J.S.Clark's 1865 British inch-metre ratio of 39.369971 rounded as 1 Ind ft = 0.3048995m exactly.,,EPSG,1999-10-20,97.23,1,0
-24500,Kertau / Singapore Grid,1210,projected,4400,,4245,19920,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-24547,Kertau / UTM zone 47N,1691,projected,4400,,4245,16047,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-24548,Kertau / UTM zone 48N,1692,projected,4400,,4245,16048,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-07-21,95.192,1,0
-24571,Kertau / R.S.O. Malaya (ch),1690,projected,4401,,4245,19935,,,Large and medium scale topographic mapping and engineering survey.,Adopts metric conversion of 39.370113 inches per metre.,,EPSG,1999-10-20,97.231,1,0
-24600,KOC Lambert,3267,projected,4400,,4246,19906,,,"Oil industry exploration (but not production - see Ain el Abd / UTM zone 38N, code 20438).","Used by KOC for exploration but not engineering (see Ain el Abd / UTM zone 38N, code 24600).",,EPSG,1996-04-12,,1,0
+24383,Kalianpur 1975 / India zone IV,1673,projected,4400,,4146,18234,,,Large and medium scale topographic mapping and engineering survey.,Used by India since metrication.  Metric conversion applies A.R.Clarke's Indian foot-British foot ratio of 0.99999566 and J.S.Clark's 1865 British inch-metre ratio of 39.369971 rounded as 1 Ind ft = 0.3047995m exactly.,,EPSG,2007-01-25,97.23 2007.011,1,0
+24500,Kertau 1968 / Singapore Grid,1210,projected,4400,,4245,19920,,,Large and medium scale topographic mapping and engineering survey.,"For cadastral purposes, replaced by SVY21 / Singapore TM (CRS code 3414) from August 2004.",Defence Geographic Centre.,EPSG,2006-10-13,2006.251 2006.891,1,0
+24547,Kertau 1968 / UTM zone 47N,1691,projected,4400,,4245,16047,,,Large and medium scale topographic mapping and engineering survey.,,Defence Geographic Centre.,EPSG,2006-07-24,2006.251,1,0
+24548,Kertau 1968 / UTM zone 48N,1692,projected,4400,,4245,16048,,,Large and medium scale topographic mapping and engineering survey.,,Defence Geographic Centre.,EPSG,2006-07-24,95.192 2006.251,1,0
+24571,Kertau / R.S.O. Malaya (ch),1690,projected,4401,,4245,19935,,,Large and medium scale topographic mapping and engineering survey.,Adopts metric conversion of 39.370113 inches per metre.,,EPSG,1999-10-20,97.231,1,1
+24600,KOC Lambert,3267,projected,4400,,4246,19906,,,"Oil industry exploration (but not production - see Ain el Abd / UTM zone 38N, code 20438).","Used by KOC for exploration but not engineering (see Ain el Abd / UTM zone 38N, code 20438).",,EPSG,2007-05-29,2007.055,1,0
 24718,La Canoa / UTM zone 18N,1693,projected,4400,,4247,16018,,,Large and medium scale topographic mapping and engineering survey.,Sometimes referred to as PSAD56 / UTM zone 18N.,,EPSG,1999-10-20,,1,0
 24719,La Canoa / UTM zone 19N,1694,projected,4400,,4247,16019,,,Large and medium scale topographic mapping and engineering survey.,Sometimes referred to as PSAD56 / UTM zone 19N.,,EPSG,1999-10-20,,1,0
 24720,La Canoa / UTM zone 20N,1695,projected,4400,,4247,16020,,,Large and medium scale topographic mapping and engineering survey.,Sometimes referred to as PSAD56 / UTM zone 20N.,,EPSG,1995-06-02,,1,0
@@ -2310,13 +2859,13 @@
 24891,PSAD56 / Peru west zone,1753,projected,4499,,4248,18161,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 24892,PSAD56 / Peru central zone,1752,projected,4499,,4248,18162,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 24893,PSAD56 / Peru east zone,1751,projected,4499,,4248,18163,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-25000,Leigon / Ghana Metre Grid,1104,projected,4400,,4250,19904,,,Large and medium scale topographic mapping and engineering survey.,Superseded Accra / Ghana National Grid (code 2136) in 1978.,,EPSG,1995-06-02,,1,0
+25000,Leigon / Ghana Metre Grid,1104,projected,4400,,4250,19904,,,Large and medium scale topographic mapping and engineering survey.,Replaced Accra / Ghana National Grid (code 2136) in 1978.,,EPSG,1995-06-02,,1,0
 25231,Lome / UTM zone 31N,1232,projected,4400,,4252,16031,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-25391,Luzon 1911 / Philippines zone I,1698,projected,4499,,4253,18171,,,Large and medium scale topographic mapping and engineering survey.,Superseded by PRS92 / Philippines zone 1 (CRS code 3121).,,EPSG,2004-12-24,2004.73,1,0
-25392,Luzon 1911 / Philippines zone II,1699,projected,4499,,4253,18172,,,Large and medium scale topographic mapping and engineering survey.,Superseded by PRS92 / Philippines zone 2 (CRS code 3122).,,EPSG,2004-12-24,2004.73,1,0
-25393,Luzon 1911 / Philippines zone III,1700,projected,4499,,4253,18173,,,Large and medium scale topographic mapping and engineering survey.,Superseded by PRS92 / Philippines zone 3 (CRS code 3123).,,EPSG,2004-12-24,2004.73,1,0
-25394,Luzon 1911 / Philippines zone IV,1701,projected,4499,,4253,18174,,,Large and medium scale topographic mapping and engineering survey.,Superseded by PRS92 / Philippines zone 4 (CRS code 3124).,,EPSG,2004-12-24,2004.73,1,0
-25395,Luzon 1911 / Philippines zone V,1702,projected,4499,,4253,18175,,,Large and medium scale topographic mapping and engineering survey.,Superseded by PRS92 / Philippines zone 5 (CRS code 3125).,,EPSG,2004-12-24,2004.73,1,0
+25391,Luzon 1911 / Philippines zone I,1698,projected,4499,,4253,18171,,,Large and medium scale topographic mapping and engineering survey.,Replaced by PRS92 / Philippines zone 1 (CRS code 3121).,,EPSG,2004-12-24,2004.73,1,0
+25392,Luzon 1911 / Philippines zone II,1699,projected,4499,,4253,18172,,,Large and medium scale topographic mapping and engineering survey.,Replaced by PRS92 / Philippines zone 2 (CRS code 3122).,,EPSG,2004-12-24,2004.73,1,0
+25393,Luzon 1911 / Philippines zone III,1700,projected,4499,,4253,18173,,,Large and medium scale topographic mapping and engineering survey.,Replaced by PRS92 / Philippines zone 3 (CRS code 3123).,,EPSG,2004-12-24,2004.73,1,0
+25394,Luzon 1911 / Philippines zone IV,1701,projected,4499,,4253,18174,,,Large and medium scale topographic mapping and engineering survey.,Replaced by PRS92 / Philippines zone 4 (CRS code 3124).,,EPSG,2004-12-24,2004.73,1,0
+25395,Luzon 1911 / Philippines zone V,1702,projected,4499,,4253,18175,,,Large and medium scale topographic mapping and engineering survey.,Replaced by PRS92 / Philippines zone 5 (CRS code 3125).,,EPSG,2004-12-24,2004.73,1,0
 25700,Makassar (Jakarta) / NEIEZ,1316,projected,4499,,4804,19905,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,1
 25828,ETRS89 / UTM zone 28N,2122,projected,4400,,4258,16028,,,Large and medium scale topographic mapping and engineering survey.,The distinction in usage between ETRF89 and ETRS89 is confused: although in principle conceptually different in practice both are used as synonyms.,,EPSG,2000-10-19,99.11 2000.72,1,0
 25829,ETRS89 / UTM zone 29N,2123,projected,4400,,4258,16029,,,Large and medium scale topographic mapping and engineering survey.,The distinction in usage between ETRF89 and ETRS89 is confused: although in principle conceptually different in practice both are used as synonyms.,,EPSG,2000-10-19,99.11 2000.72,1,0
@@ -2330,7 +2879,7 @@
 25837,ETRS89 / UTM zone 37N,2131,projected,4400,,4258,16037,,,Large and medium scale topographic mapping and engineering survey.,The distinction in usage between ETRF89 and ETRS89 is confused: although in principle conceptually different in practice both are used as synonyms.,,EPSG,2000-10-19,99.11 2000.72,1,0
 25838,ETRS89 / UTM zone 38N,2132,projected,4400,,4258,16038,,,Large and medium scale topographic mapping and engineering survey.,The distinction in usage between ETRF89 and ETRS89 is confused: although in principle conceptually different in practice both are used as synonyms.,,EPSG,2000-10-19,99.11 2000.72,1,0
 25884,ETRS89 / TM Baltic93,1646,projected,4530,,4258,19939,,,Medium and small scale topographic mapping and engineering survey.,"Used as a common coordinate system for the Baltic states and for medium and small scale mapping since 1993. For large scale applications see CRS codes 3300-01 (Estonia), 3059 (Latvia) and 2600 (Lituania).",http://www.geo.ut.ee/,EPSG,2005-09-29,99.11 2000.72 2005.46,1,0
-25932,Malongo 1987 / UTM zone 32S,3180,projected,4400,,4259,16132,,,Oil industry offshore exploration and production from 1987.,"Superseded Mhast (offshore) / UTM zone 32S (CRS code 3354) in 1987. References to ""Mhast"" since 1987 often should have stated ""Malongo 1987"".",ChevronTexaco.,EPSG,2006-01-06,2005.751,1,0
+25932,Malongo 1987 / UTM zone 32S,3180,projected,4400,,4259,16132,,,Oil industry offshore exploration and production from 1987.,"Replaced Mhast (offshore) / UTM zone 32S (CRS code 3354) in 1987. References to ""Mhast"" since 1987 often should have stated ""Malongo 1987"".",ChevronTexaco.,EPSG,2006-01-06,2005.751,1,0
 26191,Merchich / Nord Maroc,1703,projected,4499,,4261,18131,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-09-19,2002.64,1,0
 26192,Merchich / Sud Maroc,2787,projected,4499,,4261,18132,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-09-19,2002.64,1,0
 26193,Merchich / Sahara,1705,projected,4499,,4261,18133,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,1
@@ -2347,6 +2896,8 @@
 26592,Monte Mario (Rome) / Italy zone 2,1719,projected,4499,,4806,18122,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,1
 26632,M'poraloko / UTM zone 32N,1696,projected,4400,,4266,16032,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 26692,M'poraloko / UTM zone 32S,1697,projected,4400,,4266,16132,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
+26701,NAD27 / UTM zone 1N,3374,projected,4400,,4267,16001,,,Medium scale topographic mapping.,,US Geological Survey,OGP,2006-03-16,,1,0
+26702,NAD27 / UTM zone 2N,3375,projected,4400,,4267,16002,,,Medium scale topographic mapping.,,US Geological Survey,OGP,2006-03-16,,1,0
 26703,NAD27 / UTM zone 3N,2133,projected,4400,,4267,16003,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 26704,NAD27 / UTM zone 4N,2134,projected,4400,,4267,16004,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 26705,NAD27 / UTM zone 5N,2135,projected,4400,,4267,16005,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
@@ -2359,13 +2910,13 @@
 26712,NAD27 / UTM zone 12N,2142,projected,4400,,4267,16012,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 26713,NAD27 / UTM zone 13N,2143,projected,4400,,4267,16013,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 26714,NAD27 / UTM zone 14N,2144,projected,4400,,4267,16014,,,Large and medium scale topographic mapping and engineering survey.,See NAD27 / BLM 14N (feet) (code 32064) for non-metric equivalent used in US Gulf of Mexico.,,EPSG,1995-06-02,,1,0
-26715,NAD27 / UTM zone 15N,2145,projected,4400,,4267,16015,,,Large and medium scale topographic mapping and engineering survey.,In Ontario superseded by NAD27(76) / UTM zone 15N (code 2027). See NAD27 / BLM 15N (feet) (code 32065) for non-metric equivalent used in US Gulf of Mexico.,,EPSG,1995-06-02,,1,0
-26716,NAD27 / UTM zone 16N,2146,projected,4400,,4267,16016,,,Large and medium scale topographic mapping and engineering survey.,In Ontario superseded by NAD27(76) / UTM zone 16N (code 2028). See NAD27 / BLM 16N (feet) (code 32066) for non-metric equivalent used in US Gulf of Mexico.,,EPSG,1995-06-02,,1,0
-26717,NAD27 / UTM zone 17N,2147,projected,4400,,4267,16017,,,Large and medium scale topographic mapping and engineering survey.,In Ontario superseded by NAD27(76) / UTM zone 17N (code 2029).  In Quebec superseded by NAD27(CGQ77) / UTM zone 17N (code 2031). See NAD27 / BLM 17N (feet) (code 32067) for non-metric equivalent used in US Gulf of Mexico.,,EPSG,1995-06-02,,1,0
-26718,NAD27 / UTM zone 18N,2148,projected,4400,,4267,16018,,,Large and medium scale topographic mapping and engineering survey.,In Ontario superseded by NAD27(76) / UTM zone 18N (code 2030).  In Quebec superseded by NAD27(CGQ77) / UTM zone 18N (code 2032).,,EPSG,1995-06-02,,1,0
-26719,NAD27 / UTM zone 19N,2149,projected,4400,,4267,16019,,,Large and medium scale topographic mapping and engineering survey.,In Quebec superseded by NAD27(CGQ77) / UTM zone 19N (code 2033).,,EPSG,1995-06-02,,1,0
-26720,NAD27 / UTM zone 20N,2150,projected,4400,,4267,16020,,,Large and medium scale topographic mapping and engineering survey.,In Quebec superseded by NAD27(CGQ77) / UTM zone 20N (code 2034).,,EPSG,1995-06-02,,1,0
-26721,NAD27 / UTM zone 21N,2151,projected,4400,,4267,16021,,,Large and medium scale topographic mapping and engineering survey.,In Quebec superseded by NAD27(CGQ77) / UTM zone 21N (code 2035).,,EPSG,1995-06-02,,1,0
+26715,NAD27 / UTM zone 15N,2145,projected,4400,,4267,16015,,,Large and medium scale topographic mapping and engineering survey.,In Ontario replaced by NAD27(76) / UTM zone 15N (code 2027). See NAD27 / BLM 15N (feet) (code 32065) for non-metric equivalent used in US Gulf of Mexico.,,EPSG,1995-06-02,,1,0
+26716,NAD27 / UTM zone 16N,2146,projected,4400,,4267,16016,,,Large and medium scale topographic mapping and engineering survey.,In Ontario replaced by NAD27(76) / UTM zone 16N (code 2028). See NAD27 / BLM 16N (feet) (code 32066) for non-metric equivalent used in US Gulf of Mexico.,,EPSG,1995-06-02,,1,0
+26717,NAD27 / UTM zone 17N,2147,projected,4400,,4267,16017,,,Large and medium scale topographic mapping and engineering survey.,In Ontario replaced by NAD27(76) / UTM zone 17N (code 2029).  In Quebec replaced by NAD27(CGQ77) / UTM zone 17N (code 2031). See NAD27 / BLM 17N (feet) (code 32067) for non-metric equivalent used in US Gulf of Mexico.,,EPSG,1995-06-02,,1,0
+26718,NAD27 / UTM zone 18N,2148,projected,4400,,4267,16018,,,Large and medium scale topographic mapping and engineering survey.,In Ontario replaced by NAD27(76) / UTM zone 18N (code 2030).  In Quebec replaced by NAD27(CGQ77) / UTM zone 18N (code 2032).,,EPSG,1995-06-02,,1,0
+26719,NAD27 / UTM zone 19N,2149,projected,4400,,4267,16019,,,Large and medium scale topographic mapping and engineering survey.,In Quebec replaced by NAD27(CGQ77) / UTM zone 19N (code 2033).,,EPSG,1995-06-02,,1,0
+26720,NAD27 / UTM zone 20N,2150,projected,4400,,4267,16020,,,Large and medium scale topographic mapping and engineering survey.,In Quebec replaced by NAD27(CGQ77) / UTM zone 20N (code 2034).,,EPSG,1995-06-02,,1,0
+26721,NAD27 / UTM zone 21N,2151,projected,4400,,4267,16021,,,Large and medium scale topographic mapping and engineering survey.,In Quebec replaced by NAD27(CGQ77) / UTM zone 21N (code 2035).,,EPSG,1995-06-02,,1,0
 26722,NAD27 / UTM zone 22N,2152,projected,4400,,4267,16022,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 26729,NAD27 / Alabama East,2154,projected,4497,,4267,10101,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 26730,NAD27 / Alabama West,2155,projected,4497,,4267,10102,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
@@ -2416,8 +2967,8 @@
 26780,NAD27 / Kentucky South,2203,projected,4497,,4267,11602,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 26781,NAD27 / Louisiana North,2204,projected,4497,,4267,11701,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 26782,NAD27 / Louisiana South,2205,projected,4497,,4267,11702,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26783,NAD27 / Maine East,2206,projected,4497,,4267,11801,,,Large and medium scale topographic mapping and engineering survey.,"From 1/1/2001, superseded by Maine Coordinate System of 2000.",,EPSG,2000-03-07,2000.091,1,0
-26784,NAD27 / Maine West,2207,projected,4497,,4267,11802,,,Large and medium scale topographic mapping and engineering survey.,"From 1/1/2001, superseded by Maine Coordinate System of 2000.",,EPSG,2000-03-07,2000.091,1,0
+26783,NAD27 / Maine East,2206,projected,4497,,4267,11801,,,Large and medium scale topographic mapping and engineering survey.,"From 1/1/2001, replaced by Maine Coordinate System of 2000.",,EPSG,2000-03-07,2000.091,1,0
+26784,NAD27 / Maine West,2207,projected,4497,,4267,11802,,,Large and medium scale topographic mapping and engineering survey.,"From 1/1/2001, replaced by Maine Coordinate System of 2000.",,EPSG,2000-03-07,2000.091,1,0
 26785,NAD27 / Maryland,1389,projected,4497,,4267,11900,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,2000.091,1,0
 26786,NAD27 / Massachusetts Mainland,2209,projected,4497,,4267,12001,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 26787,NAD27 / Massachusetts Island,2208,projected,4497,,4267,12002,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
@@ -2430,35 +2981,37 @@
 26797,NAD27 / Missouri Central,2218,projected,4497,,4267,12402,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 26798,NAD27 / Missouri West,2220,projected,4497,,4267,12403,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 26799,NAD27 / California zone VII,2181,projected,4497,,4267,10408,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2005-07-05,,1,0
-26801,NAD Michigan / Michigan East,1720,projected,4497,,4268,12101,,,Large and medium scale topographic mapping and engineering survey.,Superseded by NAD Michigan / Michigan Central and South zones (CRS codes 26812 and 26813).,,EPSG,2005-05-21,95.25  97.19  98.22  2000.091 2005.24,1,0
-26802,NAD Michigan / Michigan Old Central,1721,projected,4497,,4268,12102,,,Large and medium scale topographic mapping and engineering survey.,Superseded by NAD Michigan / Michigan Central and South zones (CRS codes 26812 and 26813).,,EPSG,2005-05-21,95.25  97.19  98.22 2005.24,1,0
-26803,NAD Michigan / Michigan West,1723,projected,4497,,4268,12103,,,Large and medium scale topographic mapping and engineering survey.,Superseded by NAD Michigan / Michigan North zone (CRS code 26811).,,EPSG,2005-05-21,95.25  97.19  98.22  2000.091 2005.24,1,0
-26811,NAD Michigan / Michigan North,1723,projected,4497,,4268,12111,,,Large and medium scale topographic mapping and engineering survey.,Supersedes NAD Michigan / Michigan North zone (CRS code 26803).,,EPSG,2005-05-21,96.28  98.22 2005.24,1,0
-26812,NAD Michigan / Michigan Central,1724,projected,4497,,4268,12112,,,Large and medium scale topographic mapping and engineering survey.,Supersedes NAD Michigan / Michigan Central and South zones (CRS codes 26801-02).,,EPSG,2005-05-21,96.28  97.19  98.22 2005.24,1,0
-26813,NAD Michigan / Michigan South,1725,projected,4497,,4268,12113,,,Large and medium scale topographic mapping and engineering survey.,Supersedes NAD Michigan / Michigan North zone (CRS code 26803).,,EPSG,2005-05-21,96.28  97.19  98.22 2005.24,1,0
-26903,NAD83 / UTM zone 3N,2133,projected,4400,,4269,16003,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26904,NAD83 / UTM zone 4N,2134,projected,4400,,4269,16004,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26905,NAD83 / UTM zone 5N,2135,projected,4400,,4269,16005,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26906,NAD83 / UTM zone 6N,2136,projected,4400,,4269,16006,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26907,NAD83 / UTM zone 7N,2137,projected,4400,,4269,16007,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26908,NAD83 / UTM zone 8N,2138,projected,4400,,4269,16008,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26909,NAD83 / UTM zone 9N,2139,projected,4400,,4269,16009,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26910,NAD83 / UTM zone 10N,2140,projected,4400,,4269,16010,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26911,NAD83 / UTM zone 11N,2141,projected,4400,,4269,16011,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26912,NAD83 / UTM zone 12N,2142,projected,4400,,4269,16012,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26913,NAD83 / UTM zone 13N,2143,projected,4400,,4269,16013,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26914,NAD83 / UTM zone 14N,2144,projected,4400,,4269,16014,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26915,NAD83 / UTM zone 15N,2145,projected,4400,,4269,16015,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26916,NAD83 / UTM zone 16N,2146,projected,4400,,4269,16016,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26917,NAD83 / UTM zone 17N,2147,projected,4400,,4269,16017,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26918,NAD83 / UTM zone 18N,2148,projected,4400,,4269,16018,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26919,NAD83 / UTM zone 19N,2149,projected,4400,,4269,16019,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26920,NAD83 / UTM zone 20N,2150,projected,4400,,4269,16020,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26921,NAD83 / UTM zone 21N,2151,projected,4400,,4269,16021,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26922,NAD83 / UTM zone 22N,2152,projected,4400,,4269,16022,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
+26801,NAD Michigan / Michigan East,1720,projected,4497,,4268,12101,,,Large and medium scale topographic mapping and engineering survey.,Replaced by NAD Michigan / Michigan Central and South zones (CRS codes 26812 and 26813).,,EPSG,2005-05-21,95.25  97.19  98.22  2000.091 2005.24,1,0
+26802,NAD Michigan / Michigan Old Central,1721,projected,4497,,4268,12102,,,Large and medium scale topographic mapping and engineering survey.,Replaced by NAD Michigan / Michigan Central and South zones (CRS codes 26812 and 26813).,,EPSG,2005-05-21,95.25  97.19  98.22 2005.24,1,0
+26803,NAD Michigan / Michigan West,1723,projected,4497,,4268,12103,,,Large and medium scale topographic mapping and engineering survey.,Replaced by NAD Michigan / Michigan North zone (CRS code 26811).,,EPSG,2005-05-21,95.25  97.19  98.22  2000.091 2005.24,1,0
+26811,NAD Michigan / Michigan North,1723,projected,4497,,4268,12111,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD Michigan / Michigan North zone (CRS code 26803).,,EPSG,2005-05-21,96.28  98.22 2005.24,1,0
+26812,NAD Michigan / Michigan Central,1724,projected,4497,,4268,12112,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD Michigan / Michigan Central and South zones (CRS codes 26801-02).,,EPSG,2005-05-21,96.28  97.19  98.22 2005.24,1,0
+26813,NAD Michigan / Michigan South,1725,projected,4497,,4268,12113,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD Michigan / Michigan North zone (CRS code 26803).,,EPSG,2005-05-21,96.28  97.19  98.22 2005.24,1,0
+26901,NAD83 / UTM zone 1N,3374,projected,4400,,4269,16001,,,Medium scale topographic mapping.,Replaces NAD27 / UTM zone 1N. For accuracies better than 1m replaced by NAD83(NSRS) / UTM zone 1N.,US Geological Survey,OGP,2007-05-29,2007.037,1,0
+26902,NAD83 / UTM zone 2N,3375,projected,4400,,4269,16002,,,Medium scale topographic mapping.,Replaces NAD27 / UTM zone 2N. For accuracies better than 1m replaced by NAD83(NSRS) / UTM zone 2N.,US Geological Survey,OGP,2007-05-29,2007.037,1,0
+26903,NAD83 / UTM zone 3N,2133,projected,4400,,4269,16003,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 3N. For accuracies better than 1m replaced by NAD83(NSRS) / UTM zone 3N.,,EPSG,2007-05-29,2007.037,1,0
+26904,NAD83 / UTM zone 4N,3489,projected,4400,,4269,16004,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 4N in Alaska and Old Hawaii / UTM zone 4N in Hawaii. For accuracies better than 1m replaced by NAD83(NSRS) / UTM zone 4N in Alaska and NAD83(HARN) UTM zone 4N in Hawaii.,,EPSG,2007-05-29,2007.037,1,0
+26905,NAD83 / UTM zone 5N,3492,projected,4400,,4269,16005,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 5N in Alaska and Old Hawaii / UTM zone 5N in Hawaii. For accuracies better than 1m replaced by NAD83(NSRS) / UTM zone 5N in Alaska and NAD83(HARN) UTM zone 5N in Hawaii.,,EPSG,2007-05-29,2007.037,1,0
+26906,NAD83 / UTM zone 6N,2136,projected,4400,,4269,16006,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 6N. For accuracies better than 1m replaced by NAD83(NSRS) / UTM zone 6N.,,EPSG,2007-05-29,2007.037,1,0
+26907,NAD83 / UTM zone 7N,2137,projected,4400,,4269,16007,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 7N. For accuracies better than 1m replaced by NAD83(CSRS) / UTM zone 7N in Canada and NAD83(NSRS2007) / UTM zone 7N in US.,,EPSG,2007-05-29,2007.037,1,0
+26908,NAD83 / UTM zone 8N,2138,projected,4400,,4269,16008,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 8N. For accuracies better than 1m replaced by NAD83(CSRS) / UTM zone 8N in Canada and NAD83(NSRS2007) / UTM zone 8N in US.,,EPSG,2007-05-29,2007.037,1,0
+26909,NAD83 / UTM zone 9N,2139,projected,4400,,4269,16009,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 9N. For accuracies better than 1m replaced by NAD83(CSRS) / UTM zone 9N in Canada and NAD83(NSRS2007) / UTM zone 9N in US.,,EPSG,2007-05-29,2007.037,1,0
+26910,NAD83 / UTM zone 10N,2140,projected,4400,,4269,16010,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 10N. For accuracies better than 1m replaced by NAD83(CSRS) / UTM zone 10N in Canada and NAD83(HARN) / UTM zone 10N in US.,,EPSG,2007-05-29,2007.037,1,0
+26911,NAD83 / UTM zone 11N,3404,projected,4400,,4269,16011,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 11N. For accuracies better than 1m replaced by NAD83(CSRS) / UTM zone 11N in Canada and NAD83(HARN) / UTM zone 11N in US.,,EPSG,2007-05-29,2006.464 2007.037,1,0
+26912,NAD83 / UTM zone 12N,3405,projected,4400,,4269,16012,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 12N. For accuracies better than 1m replaced by NAD83(CSRS) / UTM zone 12N in Canada and NAD83(HARN) / UTM zone 12N in US.,,EPSG,2007-05-29,2006.464 2007.037,1,0
+26913,NAD83 / UTM zone 13N,3406,projected,4400,,4269,16013,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 13N. For accuracies better than 1m replaced by NAD83(CSRS) / UTM zone 13N in Canada and NAD83(HARN) / UTM zone 13N in US.,,EPSG,2007-05-29,2006.464 2007.037,1,0
+26914,NAD83 / UTM zone 14N,3407,projected,4400,,4269,16014,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 14N. For accuracies better than 1m replaced by NAD83(CSRS) / UTM zone 14N in Canada and NAD83(HARN) / UTM zone 14N in US.,,EPSG,2007-05-29,2006.464 2007.037,1,0
+26915,NAD83 / UTM zone 15N,3114,projected,4400,,4269,16015,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 15N. For accuracies better than 1m replaced by NAD83(CSRS) / UTM zone 15N in Canada and NAD83(HARN) / UTM zone 15N in US.,,EPSG,2007-05-29,2006.392 2007.037,1,0
+26916,NAD83 / UTM zone 16N,3115,projected,4400,,4269,16016,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 15N. For accuracies better than 1m replaced by NAD83(CSRS) / UTM zone 16N in Canada and NAD83(HARN) / UTM zone 16N in US.,,EPSG,2007-05-29,2006.392 2007.037,1,0
+26917,NAD83 / UTM zone 17N,3116,projected,4400,,4269,16017,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 17N. For accuracies better than 1m replaced by NAD83(CSRS) / UTM zone 17N in Canada and NAD83(HARN) / UTM zone 17N in US.,,EPSG,2007-05-29,2006.392 2007.037,1,0
+26918,NAD83 / UTM zone 18N,3117,projected,4400,,4269,16018,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 18N. For accuracies better than 1m replaced by NAD83(CSRS) / UTM zone 18N in Canada and NAD83(HARN) / UTM zone 18N in US.,,EPSG,2007-05-29,2006.392 2007.037,1,0
+26919,NAD83 / UTM zone 19N,3419,projected,4400,,4269,16019,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 19N. For accuracies better than 1m replaced by NAD83(CSRS) / UTM zone 19N in Canada and NAD83(HARN) / UTM zone 19N in US.,,EPSG,2007-05-29,2006.464 2007.037,1,0
+26920,NAD83 / UTM zone 20N,3420,projected,4400,,4269,16020,,,Large and medium scale topographic mapping and engineering survey.,"Replaces NAD27 / UTM zone 20N. In Canada, for accuracies better than 1m replaced by NAD83(CSRS) / UTM zone 20N.",,EPSG,2007-05-29,2006.464 2007.037,1,0
+26921,NAD83 / UTM zone 21N,2151,projected,4400,,4269,16021,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 21N. For accuracies better than 1m replaced by NAD83(CSRS) / UTM zone 21N.,,EPSG,2007-05-29,2007.037,1,0
+26922,NAD83 / UTM zone 22N,2152,projected,4400,,4269,16022,,,Large and medium scale topographic mapping and engineering survey.,Replaces NAD27 / UTM zone 22N. For accuracies better than 1m replaced by NAD83(CSRS) / UTM zone 22N.,,EPSG,2007-05-29,2007.037,1,0
 26923,NAD83 / UTM zone 23N,2153,projected,4400,,4269,16023,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26929,NAD83 / Alabama East,2154,projected,4499,,4269,10131,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26930,NAD83 / Alabama West,2155,projected,4499,,4269,10132,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26929,NAD83 / Alabama East,2154,projected,4499,,4269,10131,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26930,NAD83 / Alabama West,2155,projected,4499,,4269,10132,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
 26931,NAD83 / Alaska zone 1,2156,projected,4499,,4269,15031,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 26932,NAD83 / Alaska zone 2,2158,projected,4499,,4269,15032,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 26933,NAD83 / Alaska zone 3,2159,projected,4499,,4269,15033,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
@@ -2469,101 +3022,102 @@
 26938,NAD83 / Alaska zone 8,2164,projected,4499,,4269,15038,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 26939,NAD83 / Alaska zone 9,2165,projected,4499,,4269,15039,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 26940,NAD83 / Alaska zone 10,2157,projected,4499,,4269,15040,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-26941,NAD83 / California zone 1,2175,projected,4499,,4269,10431,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2225 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26942,NAD83 / California zone 2,2176,projected,4499,,4269,10432,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2226 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26943,NAD83 / California zone 3,2177,projected,4499,,4269,10433,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2227 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26944,NAD83 / California zone 4,2178,projected,4499,,4269,10434,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2228 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26945,NAD83 / California zone 5,2182,projected,4499,,4269,10435,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2229 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26946,NAD83 / California zone 6,2180,projected,4499,,4269,10436,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2230 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26948,NAD83 / Arizona East,2167,projected,4499,,4269,10231,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2222 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26949,NAD83 / Arizona Central,2166,projected,4499,,4269,10232,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2223 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26950,NAD83 / Arizona West,2168,projected,4499,,4269,10233,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2224 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26951,NAD83 / Arkansas North,2169,projected,4499,,4269,10331,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26952,NAD83 / Arkansas South,2170,projected,4499,,4269,10332,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26953,NAD83 / Colorado North,2184,projected,4499,,4269,10531,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2231 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26954,NAD83 / Colorado Central,2183,projected,4499,,4269,10532,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2232 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26955,NAD83 / Colorado South,2185,projected,4499,,4269,10533,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2233 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26956,NAD83 / Connecticut,1377,projected,4499,,4269,10630,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2234 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26957,NAD83 / Delaware,1378,projected,4499,,4269,10730,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2235 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26958,NAD83 / Florida East,2186,projected,4499,,4269,10931,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2236 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26959,NAD83 / Florida West,2188,projected,4499,,4269,10932,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2237 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26960,NAD83 / Florida North,2187,projected,4499,,4269,10933,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2238 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26961,NAD83 / Hawaii zone 1,1546,projected,4499,,4269,15131,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26962,NAD83 / Hawaii zone 2,1547,projected,4499,,4269,15132,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26963,NAD83 / Hawaii zone 3,1548,projected,4499,,4269,15133,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26964,NAD83 / Hawaii zone 4,1549,projected,4499,,4269,15134,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26965,NAD83 / Hawaii zone 5,1550,projected,4499,,4269,15135,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26966,NAD83 / Georgia East,2189,projected,4499,,4269,11031,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2239 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26967,NAD83 / Georgia West,2190,projected,4499,,4269,11032,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2240 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26968,NAD83 / Idaho East,2192,projected,4499,,4269,11131,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2241 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26969,NAD83 / Idaho Central,2191,projected,4499,,4269,11132,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2242 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26970,NAD83 / Idaho West,2193,projected,4499,,4269,11133,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2243 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26971,NAD83 / Illinois East,2194,projected,4499,,4269,11231,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26972,NAD83 / Illinois West,2195,projected,4499,,4269,11232,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26973,NAD83 / Indiana East,2196,projected,4499,,4269,11331,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2965 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2002-10-13,2000.091  2002.770,1,0
-26974,NAD83 / Indiana West,2197,projected,4499,,4269,11332,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2966 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2002-10-13,2000.091  2002.770,1,0
-26975,NAD83 / Iowa North,2198,projected,4499,,4269,11431,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26976,NAD83 / Iowa South,2199,projected,4499,,4269,11432,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26977,NAD83 / Kansas North,2200,projected,4499,,4269,11531,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26978,NAD83 / Kansas South,2201,projected,4499,,4269,11532,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26941,NAD83 / California zone 1,2175,projected,4499,,4269,10431,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2225 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26942,NAD83 / California zone 2,2176,projected,4499,,4269,10432,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2226 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26943,NAD83 / California zone 3,2177,projected,4499,,4269,10433,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2227 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26944,NAD83 / California zone 4,2178,projected,4499,,4269,10434,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2228 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26945,NAD83 / California zone 5,2182,projected,4499,,4269,10435,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2229 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26946,NAD83 / California zone 6,2180,projected,4499,,4269,10436,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2230 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26948,NAD83 / Arizona East,2167,projected,4499,,4269,10231,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2222 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+26949,NAD83 / Arizona Central,2166,projected,4499,,4269,10232,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2223 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26950,NAD83 / Arizona West,2168,projected,4499,,4269,10233,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2224 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26951,NAD83 / Arkansas North,2169,projected,4499,,4269,10331,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3433 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,EPSG,2006-12-20,2006.903,1,0
+26952,NAD83 / Arkansas South,2170,projected,4499,,4269,10332,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3434 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,EPSG,2006-12-20,2006.903,1,0
+26953,NAD83 / Colorado North,2184,projected,4499,,4269,10531,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2231 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26954,NAD83 / Colorado Central,2183,projected,4499,,4269,10532,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2232 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26955,NAD83 / Colorado South,2185,projected,4499,,4269,10533,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2233 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26956,NAD83 / Connecticut,1377,projected,4499,,4269,10630,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2234 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+26957,NAD83 / Delaware,1378,projected,4499,,4269,10730,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2235 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+26958,NAD83 / Florida East,2186,projected,4499,,4269,10931,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2236 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+26959,NAD83 / Florida West,2188,projected,4499,,4269,10932,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2237 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+26960,NAD83 / Florida North,2187,projected,4499,,4269,10933,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2238 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26961,NAD83 / Hawaii zone 1,1546,projected,4499,,4269,15131,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+26962,NAD83 / Hawaii zone 2,1547,projected,4499,,4269,15132,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+26963,NAD83 / Hawaii zone 3,1548,projected,4499,,4269,15133,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+26964,NAD83 / Hawaii zone 4,1549,projected,4499,,4269,15134,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+26965,NAD83 / Hawaii zone 5,1550,projected,4499,,4269,15135,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+26966,NAD83 / Georgia East,2189,projected,4499,,4269,11031,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2239 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+26967,NAD83 / Georgia West,2190,projected,4499,,4269,11032,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2240 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26968,NAD83 / Idaho East,2192,projected,4499,,4269,11131,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2241 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+26969,NAD83 / Idaho Central,2191,projected,4499,,4269,11132,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2242 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+26970,NAD83 / Idaho West,2193,projected,4499,,4269,11133,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2243 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+26971,NAD83 / Illinois East,2194,projected,4499,,4269,11231,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3435 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,EPSG,2006-12-20,2000.091 2006.903,1,0
+26972,NAD83 / Illinois West,2195,projected,4499,,4269,11232,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3436 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,EPSG,2006-12-20,2000.091 2006.903,1,0
+26973,NAD83 / Indiana East,2196,projected,4499,,4269,11331,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2965 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2002-10-13,2000.091  2002.770,1,0
+26974,NAD83 / Indiana West,2197,projected,4499,,4269,11332,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2966 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2002-10-13,2000.091  2002.770,1,0
+26975,NAD83 / Iowa North,2198,projected,4499,,4269,11431,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3417 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,EPSG,2006-12-20,2006.903,1,0
+26976,NAD83 / Iowa South,2199,projected,4499,,4269,11432,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3418 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,EPSG,2006-12-20,2006.903,1,0
+26977,NAD83 / Kansas North,2200,projected,4499,,4269,11531,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3419 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,EPSG,2006-12-20,2006.903,1,0
+26978,NAD83 / Kansas South,2201,projected,4499,,4269,11532,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3420 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,EPSG,2006-12-20,2006.903,1,0
 26979,NAD83 / Kentucky North,2202,projected,4499,,4269,11631,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,2000.091,1,1
-26980,NAD83 / Kentucky South,2203,projected,4499,,4269,11632,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2247 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26981,NAD83 / Louisiana North,2204,projected,4499,,4269,11731,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26982,NAD83 / Louisiana South,2529,projected,4499,,4269,11732,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26983,NAD83 / Maine East,2206,projected,4499,,4269,11831,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS. From 1/1/2001, superseded by Maine Coordinate System of 2000.",,EPSG,2000-03-07,2000.091,1,0
-26984,NAD83 / Maine West,2207,projected,4499,,4269,11832,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS. From 1/1/2001, superseded by Maine Coordinate System of 2000.",,EPSG,2000-03-07,2000.091,1,0
-26985,NAD83 / Maryland,1389,projected,4499,,4269,11930,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2248 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26986,NAD83 / Massachusetts Mainland,2209,projected,4499,,4269,12031,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2249 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26987,NAD83 / Massachusetts Island,2208,projected,4499,,4269,12032,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2250 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26988,NAD83 / Michigan North,1723,projected,4499,,4269,12141,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2251 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26989,NAD83 / Michigan Central,1724,projected,4499,,4269,12142,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2252 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26990,NAD83 / Michigan South,1725,projected,4499,,4269,12143,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2253 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26991,NAD83 / Minnesota North,2214,projected,4499,,4269,12231,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26992,NAD83 / Minnesota Central,2213,projected,4499,,4269,12232,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26993,NAD83 / Minnesota South,2215,projected,4499,,4269,12233,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26994,NAD83 / Mississippi East,2216,projected,4499,,4269,12331,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2254 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26995,NAD83 / Mississippi West,2217,projected,4499,,4269,12332,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2255 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26996,NAD83 / Missouri East,2219,projected,4499,,4269,12431,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-26997,NAD83 / Missouri Central,2218,projected,4499,,4269,12432,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-26998,NAD83 / Missouri West,2220,projected,4499,,4269,12433,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-27038,Nahrwan 1967 / UTM zone 38N,1739,projected,4400,,4270,16038,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1996-04-12,,1,0
-27039,Nahrwan 1967 / UTM zone 39N,1749,projected,4400,,4270,16039,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1996-04-12,96.12,1,0
+26980,NAD83 / Kentucky South,2203,projected,4499,,4269,11632,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2247 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26981,NAD83 / Louisiana North,2204,projected,4499,,4269,11731,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3451 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2007-01-19,,1,0
+26982,NAD83 / Louisiana South,2529,projected,4499,,4269,11732,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3452 for equivalent non-metric definition. For onshore applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2007-01-19,2006.392,1,0
+26983,NAD83 / Maine East,2206,projected,4499,,4269,11831,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS. From 1/1/2001, replaced by Maine Coordinate System of 2000.",,EPSG,2000-03-07,2000.091,1,0
+26984,NAD83 / Maine West,2207,projected,4499,,4269,11832,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS. From 1/1/2001, replaced by Maine Coordinate System of 2000.",,EPSG,2000-03-07,2000.091,1,0
+26985,NAD83 / Maryland,1389,projected,4499,,4269,11930,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2248 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+26986,NAD83 / Massachusetts Mainland,2209,projected,4499,,4269,12031,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2249 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26987,NAD83 / Massachusetts Island,2208,projected,4499,,4269,12032,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2250 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26988,NAD83 / Michigan North,1723,projected,4499,,4269,12141,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2251 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26989,NAD83 / Michigan Central,1724,projected,4499,,4269,12142,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2252 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26990,NAD83 / Michigan South,1725,projected,4499,,4269,12143,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2253 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26991,NAD83 / Minnesota North,2214,projected,4499,,4269,12231,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26992,NAD83 / Minnesota Central,2213,projected,4499,,4269,12232,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26993,NAD83 / Minnesota South,2215,projected,4499,,4269,12233,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26994,NAD83 / Mississippi East,2216,projected,4499,,4269,12331,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2254 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26995,NAD83 / Mississippi West,2217,projected,4499,,4269,12332,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2255 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26996,NAD83 / Missouri East,2219,projected,4499,,4269,12431,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+26997,NAD83 / Missouri Central,2218,projected,4499,,4269,12432,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+26998,NAD83 / Missouri West,2220,projected,4499,,4269,12433,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+27037,Nahrwan 1967 / UTM zone 37N,3387,projected,4400,,4270,16037,,,Large and medium scale topographic mapping and engineering survey.,Replaces Nahrwan 1934 / Iraq zone (projCRS code 3394) and replaced by Karbala 1979 (Polservice)  / UTM zone 37N (projCRS code 3391).,,EPSG,2006-06-02,,1,0
+27038,Nahrwan 1967 / UTM zone 38N,3386,projected,4400,,4270,16038,,,Large and medium scale topographic mapping and engineering survey.,"In Iraq, replaces Nahrwan 1934 / Iraq zone (projCRS code 3394) and replaced by Karbala 1979 (Polservice)  / UTM zone 38N (projCRS code 3392).",,EPSG,2006-06-02,2006.34,1,0
+27039,Nahrwan 1967 / UTM zone 39N,1749,projected,4400,,4270,16039,,,Large and medium scale topographic mapping and engineering survey.,"In Iraq, replaces Nahrwan 1934 / Iraq zone (projCRS code 3394) and replaced by Karbala 1979 (Polservice) / UTM zone 39N (projCRS code 3393).",,EPSG,2006-06-02,96.12 2006.34,1,0
 27040,Nahrwan 1967 / UTM zone 40N,1750,projected,4400,,4270,16040,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 27120,Naparima 1972 / UTM zone 20N,1322,projected,4400,,4271,16020,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,2000.351,1,0
-27200,NZGD49 / New Zealand Map Grid,3285,projected,4400,,4272,19917,,,Large and medium scale topographic mapping and engineering survey.,Supersedes 27291 (NZGD49 / North Island Grid) and 27292 (NZGD49 / South Island Grid) from 1972.,,EPSG,2000-10-19,2000.702,1,0
-27205,NZGD49 / Mount Eden Circuit,1501,projected,4500,,4272,17901,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Mount Eden Circuit 2000 (code 2105) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27206,NZGD49 / Bay of Plenty Circuit,1500,projected,4500,,4272,17902,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Bay of Plenty Circuit 2000 (code 2106) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27207,NZGD49 / Poverty Bay Circuit,1500,projected,4500,,4272,17903,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Poverty Bay Circuit 2000 (code 2107) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27208,NZGD49 / Hawkes Bay Circuit,1500,projected,4500,,4272,17904,,,Cadastral survey.,Superseded Hawkes Bay 1931 datum with Imperial measure version of projection in 1972.  Superseded by NZGD2000 / Hawkes Bay Circuit 2000 (code 2108) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27209,NZGD49 / Taranaki Circuit,1500,projected,4500,,4272,17905,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Taranaki Circuit 2000 (code 2109) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27210,NZGD49 / Tuhirangi Circuit,1500,projected,4500,,4272,17906,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Tuhirangi Circuit 2000 (code 2110) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27211,NZGD49 / Wanganui Circuit,1500,projected,4500,,4272,17907,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Wanganui Circuit 2000 (code 2111) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27212,NZGD49 / Wairarapa Circuit,1500,projected,4500,,4272,17908,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Wairarapa Circuit 2000 (code 2112) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27213,NZGD49 / Wellington Circuit,1500,projected,4500,,4272,17909,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Wellington Circuit 2000 (code 2113) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27214,NZGD49 / Collingwood Circuit,1501,projected,4500,,4272,17910,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Collingwood Circuit 2000 (code 2114) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27215,NZGD49 / Nelson Circuit,1501,projected,4500,,4272,17911,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Nelson Circuit 2000 (code 2115) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27216,NZGD49 / Karamea Circuit,1501,projected,4500,,4272,17912,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Karamea Circuit 2000 (code 2116) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27217,NZGD49 / Buller Circuit,1501,projected,4500,,4272,17913,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Buller Circuit 2000 (code 2117) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27218,NZGD49 / Grey Circuit,1501,projected,4500,,4272,17914,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Grey Circuit 2000 (code 2118) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27219,NZGD49 / Amuri Circuit,1501,projected,4500,,4272,17915,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Amuri Circuit 2000 (code 2119) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27220,NZGD49 / Marlborough Circuit,1501,projected,4500,,4272,17916,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Marlborough Circuit 2000 (code 2120) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27221,NZGD49 / Hokitika Circuit,1501,projected,4500,,4272,17917,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Hokitika Circuit 2000 (code 2121) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27222,NZGD49 / Okarito Circuit,1501,projected,4500,,4272,17918,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Okarito Circuit 2000 (code 2122) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27223,NZGD49 / Jacksons Bay Circuit,1501,projected,4500,,4272,17919,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Jacksons Bay Circuit 2000 (code 2123) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27224,NZGD49 / Mount Pleasant Circuit,1501,projected,4500,,4272,17920,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Mount Pleasant Circuit 2000 (code 2124) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27225,NZGD49 / Gawler Circuit,1501,projected,4500,,4272,17921,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Gawler Circuit 2000 (code 2125) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27226,NZGD49 / Timaru Circuit,1501,projected,4500,,4272,17922,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Timaru Circuit 2000 (code 2126) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27227,NZGD49 / Lindis Peak Circuit,1501,projected,4500,,4272,17923,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Lindis Peak Circuit 2000 (code 2127) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27228,NZGD49 / Mount Nicholas Circuit,1501,projected,4500,,4272,17924,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Mount Nicholas Circuit 2000 (code 2128) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27229,NZGD49 / Mount York Circuit,1501,projected,4500,,4272,17925,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Mount York Circuit 2000 (code 2129) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27230,NZGD49 / Observation Point Circuit,1501,projected,4500,,4272,17926,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Observation Point Circuit 2000 (code 2130) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27231,NZGD49 / North Taieri Circuit,1501,projected,4500,,4272,17927,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / North Taieri Circuit 2000 (code 2131) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27232,NZGD49 / Bluff Circuit,1501,projected,4500,,4272,17928,,,Cadastral survey.,Superseded Imperial measure version in 1972.  Superseded by NZGD2000 / Bluff Circuit 2000 (code 2132) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
-27258,NZGD49 / UTM zone 58S,1502,projected,4400,,4272,16158,,,Oil exploration.,Superseded by NZGD2000 / UTM zone 58S (code 2133) from March 2000.,,EPSG,2000-10-19,,1,0
-27259,NZGD49 / UTM zone 59S,1503,projected,4400,,4272,16159,,,Oil exploration.,Superseded by NZGD2000 / UTM zone 59S (code 2134) from March 2000.,,EPSG,2000-10-19,,1,0
-27260,NZGD49 / UTM zone 60S,1504,projected,4400,,4272,16160,,,Oil exploration.,Superseded by NZGD2000 / UTM zone 60S (code 2135) from March 2000.,,EPSG,2000-10-19,,1,0
-27291,NZGD49 / North Island Grid,1500,projected,4409,,4272,18141,,,Large and medium scale topographic mapping and engineering survey.,Sears 1922 British foot-metre conversion factor applied to ellipsoid.  Superseded by 27200 (GD49 / New Zealand Map Grid) in 1972.,,EPSG,2000-10-19,97.231 2000.702,1,0
-27292,NZGD49 / South Island Grid,3344,projected,4409,,4272,18142,,,Large and medium scale topographic mapping and engineering survey.,Sears 1922 British foot-metre conversion factor applied to ellipsoid.  Superseded by 27200 (GD49 / New Zealand Map Grid) in 1972.,,EPSG,2000-10-19,97.231 2000.702,1,0
+27200,NZGD49 / New Zealand Map Grid,3285,projected,4400,,4272,19917,,,Large and medium scale topographic mapping and engineering survey.,Replaces 27291 (NZGD49 / North Island Grid) and 27292 (NZGD49 / South Island Grid) from 1972.,,EPSG,2000-10-19,2000.702,1,0
+27205,NZGD49 / Mount Eden Circuit,1501,projected,4500,,4272,17901,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Mount Eden Circuit 2000 (code 2105) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27206,NZGD49 / Bay of Plenty Circuit,1500,projected,4500,,4272,17902,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Bay of Plenty Circuit 2000 (code 2106) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27207,NZGD49 / Poverty Bay Circuit,1500,projected,4500,,4272,17903,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Poverty Bay Circuit 2000 (code 2107) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27208,NZGD49 / Hawkes Bay Circuit,1500,projected,4500,,4272,17904,,,Cadastral survey.,Replaced Hawkes Bay 1931 datum with Imperial measure version of projection in 1972.  Replaced by NZGD2000 / Hawkes Bay Circuit 2000 (code 2108) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27209,NZGD49 / Taranaki Circuit,1500,projected,4500,,4272,17905,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Taranaki Circuit 2000 (code 2109) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27210,NZGD49 / Tuhirangi Circuit,1500,projected,4500,,4272,17906,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Tuhirangi Circuit 2000 (code 2110) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27211,NZGD49 / Wanganui Circuit,1500,projected,4500,,4272,17907,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Wanganui Circuit 2000 (code 2111) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27212,NZGD49 / Wairarapa Circuit,1500,projected,4500,,4272,17908,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Wairarapa Circuit 2000 (code 2112) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27213,NZGD49 / Wellington Circuit,1500,projected,4500,,4272,17909,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Wellington Circuit 2000 (code 2113) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27214,NZGD49 / Collingwood Circuit,1501,projected,4500,,4272,17910,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Collingwood Circuit 2000 (code 2114) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27215,NZGD49 / Nelson Circuit,1501,projected,4500,,4272,17911,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Nelson Circuit 2000 (code 2115) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27216,NZGD49 / Karamea Circuit,1501,projected,4500,,4272,17912,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Karamea Circuit 2000 (code 2116) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27217,NZGD49 / Buller Circuit,1501,projected,4500,,4272,17913,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Buller Circuit 2000 (code 2117) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27218,NZGD49 / Grey Circuit,1501,projected,4500,,4272,17914,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Grey Circuit 2000 (code 2118) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27219,NZGD49 / Amuri Circuit,1501,projected,4500,,4272,17915,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Amuri Circuit 2000 (code 2119) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27220,NZGD49 / Marlborough Circuit,1501,projected,4500,,4272,17916,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Marlborough Circuit 2000 (code 2120) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27221,NZGD49 / Hokitika Circuit,1501,projected,4500,,4272,17917,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Hokitika Circuit 2000 (code 2121) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27222,NZGD49 / Okarito Circuit,1501,projected,4500,,4272,17918,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Okarito Circuit 2000 (code 2122) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27223,NZGD49 / Jacksons Bay Circuit,1501,projected,4500,,4272,17919,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Jacksons Bay Circuit 2000 (code 2123) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27224,NZGD49 / Mount Pleasant Circuit,1501,projected,4500,,4272,17920,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Mount Pleasant Circuit 2000 (code 2124) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27225,NZGD49 / Gawler Circuit,1501,projected,4500,,4272,17921,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Gawler Circuit 2000 (code 2125) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27226,NZGD49 / Timaru Circuit,1501,projected,4500,,4272,17922,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Timaru Circuit 2000 (code 2126) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27227,NZGD49 / Lindis Peak Circuit,1501,projected,4500,,4272,17923,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Lindis Peak Circuit 2000 (code 2127) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27228,NZGD49 / Mount Nicholas Circuit,1501,projected,4500,,4272,17924,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Mount Nicholas Circuit 2000 (code 2128) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27229,NZGD49 / Mount York Circuit,1501,projected,4500,,4272,17925,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Mount York Circuit 2000 (code 2129) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27230,NZGD49 / Observation Point Circuit,1501,projected,4500,,4272,17926,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Observation Point Circuit 2000 (code 2130) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27231,NZGD49 / North Taieri Circuit,1501,projected,4500,,4272,17927,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / North Taieri Circuit 2000 (code 2131) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27232,NZGD49 / Bluff Circuit,1501,projected,4500,,4272,17928,,,Cadastral survey.,Replaced Imperial measure version in 1972.  Replaced by NZGD2000 / Bluff Circuit 2000 (code 2132) from March 2000.,Land Information New Zealand OSG Technical Report 8; 16 April 1999.,EPSG,2000-10-19,,1,0
+27258,NZGD49 / UTM zone 58S,1502,projected,4400,,4272,16158,,,Oil exploration.,Replaced by NZGD2000 / UTM zone 58S (code 2133) from March 2000.,,EPSG,2000-10-19,,1,0
+27259,NZGD49 / UTM zone 59S,1503,projected,4400,,4272,16159,,,Oil exploration.,Replaced by NZGD2000 / UTM zone 59S (code 2134) from March 2000.,,EPSG,2000-10-19,,1,0
+27260,NZGD49 / UTM zone 60S,1504,projected,4400,,4272,16160,,,Oil exploration.,Replaced by NZGD2000 / UTM zone 60S (code 2135) from March 2000.,,EPSG,2000-10-19,,1,0
+27291,NZGD49 / North Island Grid,1500,projected,4409,,4272,18141,,,Large and medium scale topographic mapping and engineering survey.,Sears 1922 British foot-metre conversion factor applied to ellipsoid.  Replaced by 27200 (GD49 / New Zealand Map Grid) in 1972.,,EPSG,2000-10-19,97.231 2000.702,1,0
+27292,NZGD49 / South Island Grid,3344,projected,4409,,4272,18142,,,Large and medium scale topographic mapping and engineering survey.,Sears 1922 British foot-metre conversion factor applied to ellipsoid.  Replaced by 27200 (GD49 / New Zealand Map Grid) in 1972.,,EPSG,2000-10-19,97.231 2000.702,1,0
 27391,NGO 1948 (Oslo) / NGO zone I,1741,projected,4531,,4817,18221,,,Large (>1:50000) scale mapping and cadastral work.,To be phased out and replaced by ETRF89 / UTM zone 32N.,,EPSG,2005-05-27,2005.18,1,0
 27392,NGO 1948 (Oslo) / NGO zone II,1742,projected,4531,,4817,18222,,,Large (>1:50000) scale mapping and cadastral work.,To be phased out and replaced by ETRF89 / UTM zone 32N.,,EPSG,2005-05-27,2005.18,1,0
 27393,NGO 1948 (Oslo) / NGO zone III,1743,projected,4531,,4817,18223,,,Large (>1:50000) scale mapping and cadastral work.,To be phased out and replaced by ETRF89 / UTM zone 32N.,,EPSG,2005-05-27,2005.18,1,0
@@ -2575,14 +3129,14 @@
 27429,Datum 73 / UTM zone 29N,1294,projected,4400,,4274,16029,,,Large and medium scale topographic mapping and engineering survey.,,Instituto Geografico e Cadastral; Lisbon,EPSG,1995-06-02,,1,0
 27492,Datum 73 / Modified Portuguese Grid,1294,projected,4530,,4274,19974,,,Large and medium scale topographic mapping and engineering survey.,,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
 27500,ATF (Paris) / Nord de Guerre,1369,projected,4499,,4901,19903,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-27561,NTF (Paris) / Lambert Nord France,1731,projected,4499,,4807,18091,,,Large and medium scale topographic mapping and engineering survey.,Superseded by NTF (Paris) / France zone I (code 27571) from 1972.,,EPSG,2005-05-27,2005.18,1,0
-27562,NTF (Paris) / Lambert Centre France,1732,projected,4499,,4807,18092,,,Large and medium scale topographic mapping and engineering survey.,Superseded by NTF (Paris) / France zone II (code 27572) from 1972.,,EPSG,2005-05-27,2005.18,1,0
-27563,NTF (Paris) / Lambert Sud France,1733,projected,4499,,4807,18093,,,Large and medium scale topographic mapping and engineering survey.,Superseded by NTF (Paris) / France zone III (code 27573) from 1972.,,EPSG,2005-05-27,2005.18,1,0
-27564,NTF (Paris) / Lambert Corse,1327,projected,4499,,4807,18094,,,Large and medium scale topographic mapping and engineering survey.,Superseded by NTF (Paris) / France zone IV (code 27574) from 1972.,,EPSG,2005-05-27,2005.18,1,0
-27571,NTF (Paris) / Lambert zone I,1731,projected,4499,,4807,18081,,,Large and medium scale topographic mapping and engineering survey.,Introduced 1972. Supersedes NTF (Paris) / Lambert Nord France (code 27561).,,EPSG,2001-11-06,,1,0
-27572,NTF (Paris) / Lambert zone II,1734,projected,4499,,4807,18082,,,Large and medium scale topographic mapping and engineering survey.,Introduced 1972. Supersedes NTF (Paris) / Lambert Centre France (code 27562).,,EPSG,2005-05-27,2004.546 2005.18,1,0
-27573,NTF (Paris) / Lambert zone III,1733,projected,4499,,4807,18083,,,Large and medium scale topographic mapping and engineering survey.,Introduced 1972. Supersedes NTF (Paris) / Lambert Sud France (code 27563).,,EPSG,2001-11-06,,1,0
-27574,NTF (Paris) / Lambert zone IV,1327,projected,4499,,4807,18084,,,Large and medium scale topographic mapping and engineering survey.,Introduced 1972. Supersedes NTF (Paris) / Lambert Corse (code 27564).,,EPSG,2001-11-06,,1,0
+27561,NTF (Paris) / Lambert Nord France,1731,projected,4499,,4807,18091,,,Large and medium scale topographic mapping and engineering survey.,Replaced by NTF (Paris) / France zone I (code 27571) from 1972.,,EPSG,2005-05-27,2005.18,1,0
+27562,NTF (Paris) / Lambert Centre France,1732,projected,4499,,4807,18092,,,Large and medium scale topographic mapping and engineering survey.,Replaced by NTF (Paris) / France zone II (code 27572) from 1972.,,EPSG,2005-05-27,2005.18,1,0
+27563,NTF (Paris) / Lambert Sud France,1733,projected,4499,,4807,18093,,,Large and medium scale topographic mapping and engineering survey.,Replaced by NTF (Paris) / France zone III (code 27573) from 1972.,,EPSG,2005-05-27,2005.18,1,0
+27564,NTF (Paris) / Lambert Corse,1327,projected,4499,,4807,18094,,,Large and medium scale topographic mapping and engineering survey.,Replaced by NTF (Paris) / France zone IV (code 27574) from 1972.,,EPSG,2005-05-27,2005.18,1,0
+27571,NTF (Paris) / Lambert zone I,1731,projected,4499,,4807,18081,,,Large and medium scale topographic mapping and engineering survey.,Introduced 1972. Replaces NTF (Paris) / Lambert Nord France (code 27561).,,EPSG,2001-11-06,,1,0
+27572,NTF (Paris) / Lambert zone II,1734,projected,4499,,4807,18082,,,Large and medium scale topographic mapping and engineering survey.,Introduced 1972. Replaces NTF (Paris) / Lambert Centre France (code 27562).,,EPSG,2005-05-27,2004.546 2005.18,1,0
+27573,NTF (Paris) / Lambert zone III,1733,projected,4499,,4807,18083,,,Large and medium scale topographic mapping and engineering survey.,Introduced 1972. Replaces NTF (Paris) / Lambert Sud France (code 27563).,,EPSG,2001-11-06,,1,0
+27574,NTF (Paris) / Lambert zone IV,1327,projected,4499,,4807,18084,,,Large and medium scale topographic mapping and engineering survey.,Introduced 1972. Replaces NTF (Paris) / Lambert Corse (code 27564).,,EPSG,2001-11-06,,1,0
 27581,NTF (Paris) / France I,1731,projected,4499,,4807,18081,,,Large and medium scale topographic mapping and engineering survey.,Introduced 1972. Supersedes NTF / Nord France (code 27591).,,EPSG,1996-04-12,95.26,1,1
 27582,NTF (Paris) / France II,1734,projected,4499,,4807,18082,,,Large and medium scale topographic mapping and engineering survey.,Introduced 1972. Supersedes NTF / Centre France (code 27592).,,EPSG,1996-04-12,95.26,1,1
 27583,NTF (Paris) / France III,1733,projected,4499,,4807,18083,,,Large and medium scale topographic mapping and engineering survey.,Introduced 1972. Supersedes NTF / Sud France (code 27593).,,EPSG,1996-04-12,95.26,1,1
@@ -2594,7 +3148,7 @@
 27700,OSGB 1936 / British National Grid,1264,projected,4400,,4277,19916,,,Large and medium scale topographic mapping and engineering survey.,,Ordnance Survey of Great Britain.,EPSG,2005-05-27,2003.01 2005.18,1,0
 28191,Palestine 1923 / Palestine Grid,1356,projected,4400,,4281,18201,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1999-04-22,,1,0
 28192,Palestine 1923 / Palestine Belt,1356,projected,4400,,4281,18202,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1999-04-22,,1,0
-28193,Palestine 1923 / Israeli CS Grid,2603,projected,4400,,4281,18203,,,Large and medium scale topographic mapping and engineering survey.,Superseded by Israeli TM Grid (EPSG code 2039).,Survey of Israel.,EPSG,2002-06-22,2002.34,1,0
+28193,Palestine 1923 / Israeli CS Grid,2603,projected,4400,,4281,18203,,,Large and medium scale topographic mapping and engineering survey.,Replaced by Israeli TM Grid (EPSG code 2039).,Survey of Israel.,EPSG,2002-06-22,2002.34,1,0
 28232,Pointe Noire / UTM zone 32S,1072,projected,4400,,4282,16132,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,2002.05,1,0
 28348,GDA94 / MGA zone 48,1556,projected,4400,,4283,17348,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 28349,GDA94 / MGA zone 49,1557,projected,4400,,4283,17349,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
@@ -2670,8 +3224,8 @@
 28491,Pulkovo 1942 / Gauss-Kruger 31N,1790,projected,4530,,4284,16331,,,Truncated form of Gauss-Kruger zone 31,,,EPSG,1995-06-02,,1,1
 28492,Pulkovo 1942 / Gauss-Kruger 32N,1791,projected,4530,,4284,16332,,,Truncated form of Gauss-Kruger zone 32,,,EPSG,1995-06-02,,1,1
 28600,Qatar 1974 / Qatar National Grid,1346,projected,4400,,4285,19919,,,Large and medium scale topographic mapping and engineering survey.,,Qatar Centre for Geographic Information.,EPSG,2000-03-07,2000.29,1,0
-28991,Amersfoort / RD Old,1275,projected,4499,,4289,19913,,,Large and medium scale topographic mapping and engineering survey.,Superseded by 28992 (Amersfoort / RD New).,,EPSG,2000-03-07,2000.37,1,0
-28992,Amersfoort / RD New,1275,projected,4499,,4289,19914,,,Large and medium scale topographic mapping and engineering survey.,Supersedes 28991 (Amersfoort / RD Old).,,EPSG,2005-05-27,2000.37 2005.18,1,0
+28991,Amersfoort / RD Old,1275,projected,4499,,4289,19913,,,Large and medium scale topographic mapping and engineering survey.,Replaced by 28992 (Amersfoort / RD New).,,EPSG,2000-03-07,2000.37,1,0
+28992,Amersfoort / RD New,1275,projected,4499,,4289,19914,,,Large and medium scale topographic mapping and engineering survey.,Replaces 28991 (Amersfoort / RD Old).,,EPSG,2005-05-27,2000.37 2005.18,1,0
 29100,SAD69 / Brazil Polyconic,1053,projected,4499,,4291,19941,,,Small scale mapping.,,PetroBras,EPSG,1999-04-22,,1,1
 29101,SAD69 / Brazil Polyconic,1053,projected,4499,,4618,19941,,,Small scale mapping.,Uses GRS 1967 ellipsoid with 1/f to exactly 2 decimal places.,PetroBras,EPSG,2002-09-19,,1,0
 29118,SAD69 / UTM zone 18N,1807,projected,4400,,4291,16018,,,Large and medium scale topographic mapping and engineering survey.,Uses GRS67 ellipsoid with 1/f to exactly 2 decimal places.  Precision of ellipsoid entry increased from 2 to 5 dp with change id 97.251.  Error introduced if not using the truncated precision will not exceed 5 cm.,,EPSG,1995-06-02,97.252,1,1
@@ -2704,67 +3258,78 @@
 29195,SAD69 / UTM zone 25S,1819,projected,4400,,4618,16125,,,Large and medium scale topographic mapping and engineering survey.,Uses GRS 1967 ellipsoid with 1/f to exactly 2 decimal places.,,EPSG,2002-09-19,,1,0
 29220,Sapper Hill 1943 / UTM zone 20S,1820,projected,4400,,4292,16120,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 29221,Sapper Hill 1943 / UTM zone 21S,1821,projected,4400,,4292,16121,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-29333,Schwarzeck / UTM zone 33S,1822,projected,4400,,4293,16133,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1996-04-12,,1,0
-29371,South West African Coord. System zone 11,1838,projected,6502,,4293,17611,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,,EPSG,2000-03-07,97.16  99.98,1,0
-29373,South West African Coord. System zone 13,1839,projected,6502,,4293,17613,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,,EPSG,2000-03-07,97.16  99.98,1,0
-29375,South West African Coord. System zone 15,1840,projected,6502,,4293,17615,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,,EPSG,2000-03-07,97.16  99.98,1,0
-29377,South West African Coord. System zone 17,1841,projected,6502,,4293,17617,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,,EPSG,2000-03-07,97.16  99.98,1,0
-29379,South West African Coord. System zone 19,1842,projected,6502,,4293,17619,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,,EPSG,2000-03-07,97.16  99.98,1,0
-29381,South West African Coord. System zone 21,1843,projected,6502,,4293,17621,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,,EPSG,2000-03-07,97.16  99.98,1,0
-29383,South West African Coord. System zone 23,1844,projected,6502,,4293,17623,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,,EPSG,2000-03-07,97.16  99.98,1,0
-29385,South West African Coord. System zone 25,1845,projected,6502,,4293,17625,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,,EPSG,2000-03-07,97.16  99.98,1,0
+29333,Schwarzeck / UTM zone 33S,1822,projected,4400,,4293,16133,,,Large and medium scale topographic mapping and engineering survey.,CARE! The ellipsoid semi-major axis dimension is defined in German Legal Metres as 6377397.155 GLM but for the CRS needs to9 be converted to CRS units of International metres as 6377483.865 m.,,EPSG,2006-09-26,2006.852,1,0
+29371,Schwarzeck / Lo22/11,1838,projected,6502,,4293,17611,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,,EPSG,2007-02-12,97.16 99.98 2007.022,1,0
+29373,Schwarzeck / Lo22/13,1839,projected,6502,,4293,17613,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,,EPSG,2007-02-12,97.16 99.98 2007.022,1,0
+29375,Schwarzeck / Lo22/15,1840,projected,6502,,4293,17615,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,,EPSG,2007-02-12,97.16 99.98 2007.022,1,0
+29377,Schwarzeck / Lo22/17,1841,projected,6502,,4293,17617,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,,EPSG,2007-02-12,97.16 99.98 2007.022,1,0
+29379,Schwarzeck / Lo22/19,1842,projected,6502,,4293,17619,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,,EPSG,2007-02-12,97.16 99.98 2007.022,1,0
+29381,Schwarzeck / Lo22/21,1843,projected,6502,,4293,17621,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,,EPSG,2007-02-12,97.16 99.98 2007.022,1,0
+29383,Schwarzeck / Lo22/23,1844,projected,6502,,4293,17623,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,,EPSG,2007-02-12,97.16 99.98 2007.022,1,0
+29385,Schwarzeck / Lo22/25,1845,projected,6502,,4293,17625,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",,,EPSG,2007-02-12,97.16 99.98 2007.022,1,0
 29635,Sudan / UTM zone 35N,1846,projected,4400,,4296,16035,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,1
 29636,Sudan / UTM zone 36N,1847,projected,4400,,4296,16036,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,1
-29700,Tananarive (Paris) / Laborde Grid,3273,projected,4499,,4810,19911,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
+29700,Tananarive (Paris) / Laborde Grid,3273,projected,4499,,4810,19911,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,1
+29701,Tananarive (Paris) / Laborde Grid,3273,projected,4530,,4810,19861,,,Large and medium scale topographic mapping and engineering survey.,May be approximated by Tananarive (Paris) / Laborde Grid approximation - see CRS code 29702.,,OGP,2007-01-11,,1,0
+29702,Tananarive (Paris) / Laborde Grid approximation,3273,projected,4530,,4810,19911,,,Medium scale mapping.,See projection remarks.,OGP,EPSG,2007-01-11,2006.96,1,0
 29738,Tananarive / UTM zone 38S,1848,projected,4400,,4297,16138,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 29739,Tananarive / UTM zone 39S,1849,projected,4400,,4297,16139,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 29849,Timbalai 1948 / UTM zone 49N,1852,projected,4400,,4298,16049,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 29850,Timbalai 1948 / UTM zone 50N,1853,projected,4400,,4298,16050,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-29871,Timbalai 1948 / R.S.O. Borneo (ch),1362,projected,4402,,4298,19956,,,Large and medium scale topographic mapping and engineering survey.,Adopts metric conversion of 39.370147 inches per metre. Being superseded by metric version (code 29873).,,EPSG,2002-07-13,97.231  2000.60  2002.47,1,0
-29872,Timbalai 1948 / R.S.O. Borneo (ft),1851,projected,4405,,4298,19957,,,Large and medium scale topographic mapping and engineering survey.,Original projection definition in chains.  1 chain = 66 feet.  Adopts Sears 1922 metric conversion of 39.370147 inches per metre.  Being superseded by metric version (code 29873).,,EPSG,2002-07-13,97.231  2000.60  2002.47,1,0
-29873,Timbalai 1948 / R.S.O. Borneo (m),1362,projected,4400,,4298,19958,,,Large and medium scale topographic mapping and engineering survey.,Original projection definition in chains.  1 chain = 66 feet=792 inches.  Adopts Sears 1922 metric conversion of 39.370147 inches per metre.,,EPSG,2000-10-19,2000.60,1,0
+29871,Timbalai 1948 / RSO Borneo (ch),1362,projected,4402,,4298,19956,,,Large and medium scale topographic mapping and engineering survey.,Adopts ellipsoid metric conversion of 39.370147 inches per metre. Replaced by metric projection version (CRS code 29873). See also foot version (CRS code 29872) for Shell ops in E Malaysia.,Defence Geographic Centre.,EPSG,2006-09-21,97.231  2000.60 2002.47 2006.252,1,0
+29872,Timbalai 1948 / RSO Borneo (ft),1851,projected,4405,,4298,19957,,,Shell operations in Sarawak and Sabah.,Used by Shell in East Malaysia. Original projection definition in chains (1 chain = 66 feet) - see CRS code 29871. See also CRS code 29873 for metric version.,Shell.,EPSG,2006-09-21,97.231  2000.60  2002.47 2006.252,1,0
+29873,Timbalai 1948 / RSO Borneo (m),1362,projected,4400,,4298,19958,,,Large and medium scale topographic mapping and engineering survey; Shell exploration and production operations in Brunei.,Original projection definition in chains. 1 chain = 792 inches. Adopts Sears 1922 metric conversion of 39.370147 inches per metre. Replaced by GDM2000 / East Malaysia BRSO (CRS code 3376). See foot version (CRS code 29872) for Shell ops in E Malaysia.,Defence Geographic Centre.,EPSG,2006-09-21,2000.60 2006.262 2006.73,1,0
 29900,TM65 / Irish National Grid,1305,projected,4400,,4299,19908,,,Large and medium scale topographic mapping and engineering survey.,Superseded by IRENET95 / Irish Transverse Mercator (code 2157) from 1/1/2001.  Deprecated due to change of name - see 29902.,Ordnance Survey of Ireland,EPSG,1995-06-02,,1,1
-29901,OSNI 1952 / Irish National Grid,2530,projected,4400,,4188,19973,,,Large and medium scale topographic mapping and engineering survey.,Not used in Republic of Ireland.  Superseded in 1975 by TM75 / Irish Grid (CRS code 29903).,Ordnance Survey of Northern Ireland.,EPSG,2001-11-06,,1,0
-29902,TM65 / Irish Grid,1125,projected,4400,,4299,19972,,,Large and medium scale topographic mapping and engineering survey.,Not used in Northern Ireland.  Superseded by TM75 / Irish Grid (code 29903) in 1975.,Ordnance Survey of Ireland.,EPSG,2005-05-27,2005.18,1,0
-29903,TM75 / Irish Grid,1305,projected,4400,,4300,19972,,,Large and medium scale topographic mapping and engineering survey.,Supersedes both OSNI 1952 / Irish National Grid (code 29901) and TM65 / Irish Grid (code 29902) from 1975.  Superseded by IRENET95 / Irish Transverse Mercator (code 2157) from 1/1/2001.,Ordnance Survey of Ireland,EPSG,2001-11-06,,1,0
-30161,Tokyo / Japan Plane Rectangular CS I,1854,projected,4530,,4301,17801,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by JGD2000 / Japan Plane Rectangular CS I (code 2443) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08,1,0
-30162,Tokyo / Japan Plane Rectangular CS II,1855,projected,4530,,4301,17802,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by JGD2000 / Japan Plane Rectangular CS II (code 2444) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08,1,0
-30163,Tokyo / Japan Plane Rectangular CS III,1856,projected,4530,,4301,17803,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by JGD2000 / Japan Plane Rectangular CS III (code 2445) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08,1,0
-30164,Tokyo / Japan Plane Rectangular CS IV,1857,projected,4530,,4301,17804,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by JGD2000 / Japan Plane Rectangular CS IV (code 2446) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08,1,0
-30165,Tokyo / Japan Plane Rectangular CS V,1858,projected,4530,,4301,17805,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by JGD2000 / Japan Plane Rectangular CS V (code 2447) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
-30166,Tokyo / Japan Plane Rectangular CS VI,1859,projected,4530,,4301,17806,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by JGD2000 / Japan Plane Rectangular CS VI (code 2448) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
-30167,Tokyo / Japan Plane Rectangular CS VII,1860,projected,4530,,4301,17807,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by JGD2000 / Japan Plane Rectangular CS VII (code 2449) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
-30168,Tokyo / Japan Plane Rectangular CS VIII,1861,projected,4530,,4301,17808,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by JGD2000 / Japan Plane Rectangular CS VIII (code 2450) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
-30169,Tokyo / Japan Plane Rectangular CS IX,1862,projected,4530,,4301,17809,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by JGD2000 / Japan Plane Rectangular CS IX (code 2451) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
-30170,Tokyo / Japan Plane Rectangular CS X,1863,projected,4530,,4301,17810,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by JGD2000 / Japan Plane Rectangular CS X (code 2452) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08,1,0
-30171,Tokyo / Japan Plane Rectangular CS XI,1864,projected,4530,,4301,17811,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by JGD2000 / Japan Plane Rectangular CS XI (code 2453) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08,1,0
-30172,Tokyo / Japan Plane Rectangular CS XII,1865,projected,4530,,4301,17812,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by JGD2000 / Japan Plane Rectangular CS XII (code 2454) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08,1,0
-30173,Tokyo / Japan Plane Rectangular CS XIII,1866,projected,4530,,4301,17813,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by JGD2000 / Japan Plane Rectangular CS XIII (code 2455) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08,1,0
-30174,Tokyo / Japan Plane Rectangular CS XIV,1867,projected,4530,,4301,17814,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Although legally defined as Tokyo datum the accuracy of the geodetic connection to mainland Japan is low. Superseded by JGD2000 / Japan Plane Rectangular CS XIV (code 2456) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,2002.08,1,0
-30175,Tokyo / Japan Plane Rectangular CS XV,1868,projected,4530,,4301,17815,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by JGD2000 / Japan Plane Rectangular CS XV (code 2457) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
-30176,Tokyo / Japan Plane Rectangular CS XVI,1869,projected,4530,,4301,17816,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Superseded by JGD2000 / Japan Plane Rectangular CS XVI (code 2458) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,2002.08,1,0
-30177,Tokyo / Japan Plane Rectangular CS XVII,1870,projected,4530,,4301,17817,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Although legally defined as Tokyo datum the accuracy of the geodetic connection to mainland Japan is low. Superseded by JGD2000 / Japan Plane Rectangular CS XVII (code 2459) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
-30178,Tokyo / Japan Plane Rectangular CS XVIII,1871,projected,4530,,4301,17818,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Although legally defined as Tokyo datum the accuracy of the geodetic connection to mainland Japan is low. Superseded by JGD2000 / Japan Plane Rectangular CS XVIII (code 2460) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
-30179,Tokyo / Japan Plane Rectangular CS XIX,1872,projected,4530,,4301,17819,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Although legally defined as Tokyo datum the accuracy of the geodetic connection to mainland Japan is low. Superseded by JGD2000 / Japan Plane Rectangular CS XIX (code 2461) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
+29901,OSNI 1952 / Irish National Grid,2530,projected,4400,,4188,19973,,,Large and medium scale topographic mapping and engineering survey.,Not used in Republic of Ireland.  Replaced in 1975 by TM75 / Irish Grid (CRS code 29903).,Ordnance Survey of Northern Ireland.,EPSG,2001-11-06,,1,0
+29902,TM65 / Irish Grid,1125,projected,4400,,4299,19972,,,Large and medium scale topographic mapping and engineering survey.,Not used in Northern Ireland.  Replaced by TM75 / Irish Grid (code 29903) in 1975.,Ordnance Survey of Ireland.,EPSG,2005-05-27,2005.18,1,0
+29903,TM75 / Irish Grid,1305,projected,4400,,4300,19972,,,Large and medium scale topographic mapping and engineering survey.,Replaces both OSNI 1952 / Irish National Grid (code 29901) and TM65 / Irish Grid (code 29902) from 1975.  Replaced by IRENET95 / Irish Transverse Mercator (code 2157) from 1/1/2001.,Ordnance Survey of Ireland,EPSG,2001-11-06,,1,0
+30161,Tokyo / Japan Plane Rectangular CS I,1854,projected,4530,,4301,17801,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by JGD2000 / Japan Plane Rectangular CS I (code 2443) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08,1,0
+30162,Tokyo / Japan Plane Rectangular CS II,1855,projected,4530,,4301,17802,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by JGD2000 / Japan Plane Rectangular CS II (code 2444) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08,1,0
+30163,Tokyo / Japan Plane Rectangular CS III,1856,projected,4530,,4301,17803,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by JGD2000 / Japan Plane Rectangular CS III (code 2445) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08,1,0
+30164,Tokyo / Japan Plane Rectangular CS IV,1857,projected,4530,,4301,17804,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by JGD2000 / Japan Plane Rectangular CS IV (code 2446) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08,1,0
+30165,Tokyo / Japan Plane Rectangular CS V,1858,projected,4530,,4301,17805,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by JGD2000 / Japan Plane Rectangular CS V (code 2447) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
+30166,Tokyo / Japan Plane Rectangular CS VI,1859,projected,4530,,4301,17806,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by JGD2000 / Japan Plane Rectangular CS VI (code 2448) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
+30167,Tokyo / Japan Plane Rectangular CS VII,1860,projected,4530,,4301,17807,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by JGD2000 / Japan Plane Rectangular CS VII (code 2449) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
+30168,Tokyo / Japan Plane Rectangular CS VIII,1861,projected,4530,,4301,17808,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by JGD2000 / Japan Plane Rectangular CS VIII (code 2450) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
+30169,Tokyo / Japan Plane Rectangular CS IX,1862,projected,4530,,4301,17809,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by JGD2000 / Japan Plane Rectangular CS IX (code 2451) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
+30170,Tokyo / Japan Plane Rectangular CS X,1863,projected,4530,,4301,17810,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by JGD2000 / Japan Plane Rectangular CS X (code 2452) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08,1,0
+30171,Tokyo / Japan Plane Rectangular CS XI,1864,projected,4530,,4301,17811,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by JGD2000 / Japan Plane Rectangular CS XI (code 2453) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08,1,0
+30172,Tokyo / Japan Plane Rectangular CS XII,1865,projected,4530,,4301,17812,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by JGD2000 / Japan Plane Rectangular CS XII (code 2454) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08,1,0
+30173,Tokyo / Japan Plane Rectangular CS XIII,1866,projected,4530,,4301,17813,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by JGD2000 / Japan Plane Rectangular CS XIII (code 2455) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08,1,0
+30174,Tokyo / Japan Plane Rectangular CS XIV,1867,projected,4530,,4301,17814,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Although legally defined as Tokyo datum the accuracy of the geodetic connection to mainland Japan is low. Replaced by JGD2000 / Japan Plane Rectangular CS XIV (code 2456) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,2002.08,1,0
+30175,Tokyo / Japan Plane Rectangular CS XV,1868,projected,4530,,4301,17815,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by JGD2000 / Japan Plane Rectangular CS XV (code 2457) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
+30176,Tokyo / Japan Plane Rectangular CS XVI,1869,projected,4530,,4301,17816,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Replaced by JGD2000 / Japan Plane Rectangular CS XVI (code 2458) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,2002.08,1,0
+30177,Tokyo / Japan Plane Rectangular CS XVII,1870,projected,4530,,4301,17817,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Although legally defined as Tokyo datum the accuracy of the geodetic connection to mainland Japan is low. Replaced by JGD2000 / Japan Plane Rectangular CS XVII (code 2459) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
+30178,Tokyo / Japan Plane Rectangular CS XVIII,1871,projected,4530,,4301,17818,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Although legally defined as Tokyo datum the accuracy of the geodetic connection to mainland Japan is low. Replaced by JGD2000 / Japan Plane Rectangular CS XVIII (code 2460) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
+30179,Tokyo / Japan Plane Rectangular CS XIX,1872,projected,4530,,4301,17819,,,"Large and medium scale topographic mapping, cadastral and engineering survey.",Although legally defined as Tokyo datum the accuracy of the geodetic connection to mainland Japan is low. Replaced by JGD2000 / Japan Plane Rectangular CS XIX (code 2461) from April 2002.,Geographic Survey Institute; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,99.97 2002.08 2002.081,1,0
 30200,Trinidad 1903 / Trinidad Grid,1339,projected,4407,,4302,19925,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2005-07-01,97.231 2005.33,1,0
 30339,TC(1948) / UTM zone 39N,1850,projected,4400,,4303,16039,,,Oil exploration.,,,EPSG,1995-06-02,,1,0
 30340,TC(1948) / UTM zone 40N,1750,projected,4400,,4303,16040,,,Oil exploration.,,,EPSG,1995-06-02,,1,0
-30491,Voirol 1875 / Nord Algerie (ancienne),1728,projected,4499,,4304,18011,,,Large and medium scale topographic mapping and engineering survey.,Superseded by Nord Sahara 1959 / Voirol Unifie Nord (code 30791). The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9 metres. Oil industry references to one could in reality be to either.,,EPSG,1995-06-02,,1,0
-30492,Voirol 1875 / Sud Algerie (ancienne),1729,projected,4499,,4304,18012,,,Large and medium scale topographic mapping and engineering survey.,Superseded by Nord Sahara 1959 / Voirol Unifie Sud (code 30792). The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9 metres. Oil industry references to one could in reality be to either.,,EPSG,2004-01-07,2003.361,1,0
-30493,Voirol 1879 / Nord Algerie (ancienne),1728,projected,4499,,4671,18011,,,Large and medium scale topographic mapping and engineering survey.,Superseded by Nord Sahara 1959 / Voirol Unifie Nord (code 30791). The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9 metres. Oil industry references to one could in reality be to either.,,EPSG,2004-01-07,,1,0
-30494,Voirol 1879 / Sud Algerie (ancienne),1729,projected,4499,,4671,18012,,,Large and medium scale topographic mapping and engineering survey.,Superseded by Nord Sahara 1959 / Voirol Unifie Sud (code 30792). The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9 metres. Oil industry references to one could in reality be to either.,,EPSG,2004-01-07,,1,0
+30491,Voirol 1875 / Nord Algerie (ancienne),1728,projected,4499,,4304,18011,,,Large and medium scale topographic mapping and engineering survey.,Replaced by Nord Sahara 1959 / Voirol Unifie Nord (code 30791). The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9 metres. Oil industry references to one could in reality be to either.,,EPSG,1995-06-02,,1,0
+30492,Voirol 1875 / Sud Algerie (ancienne),1729,projected,4499,,4304,18012,,,Large and medium scale topographic mapping and engineering survey.,Replaced by Nord Sahara 1959 / Voirol Unifie Sud (code 30792). The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9 metres. Oil industry references to one could in reality be to either.,,EPSG,2004-01-07,2003.361,1,0
+30493,Voirol 1879 / Nord Algerie (ancienne),1728,projected,4499,,4671,18011,,,Large and medium scale topographic mapping and engineering survey.,Replaced by Nord Sahara 1959 / Voirol Unifie Nord (code 30791). The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9 metres. Oil industry references to one could in reality be to either.,,EPSG,2004-01-07,,1,0
+30494,Voirol 1879 / Sud Algerie (ancienne),1729,projected,4499,,4671,18012,,,Large and medium scale topographic mapping and engineering survey.,Replaced by Nord Sahara 1959 / Voirol Unifie Sud (code 30792). The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9 metres. Oil industry references to one could in reality be to either.,,EPSG,2004-01-07,,1,0
 30729,Nord Sahara 1959 / UTM zone 29N,1735,projected,4400,,4307,16029,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1996-04-12,,1,0
 30730,Nord Sahara 1959 / UTM zone 30N,1736,projected,4400,,4307,16030,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1996-04-12,,1,0
 30731,Nord Sahara 1959 / UTM zone 31N,1737,projected,4400,,4307,16031,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1996-04-12,,1,0
 30732,Nord Sahara 1959 / UTM zone 32N,1738,projected,4400,,4307,16032,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1996-04-12,,1,0
-30791,Nord Sahara 1959 / Voirol Unifie Nord,1728,projected,4499,,4307,18021,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Voirol 1879 / Nord Algeria ancienne (code 30493).  Grid coordinates on average across Algeria are unchanged although local differences reach 30 metres; geographic coordinate equivalents do change.,"""Le System Geodesique Nord-Sahara""; IGN Paris",EPSG,2004-01-07,2002.56 2003.361,1,0
-30792,Nord Sahara 1959 / Voirol Unifie Sud,1729,projected,4499,,4307,18022,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Voirol 1879 / Sud Algeria ancienne (code 30494).  Grid coordinates on average across Algeria are unchanged although local differences reach 30 metres; geographic coordinate equivalents do change.,"""Le System Geodesique Nord-Sahara""; IGN Paris",EPSG,2004-01-07,2002.56 2003.361,1,0
+30791,Nord Sahara 1959 / Voirol Unifie Nord,1728,projected,4499,,4307,18021,,,Large and medium scale topographic mapping and engineering survey.,Replaces Voirol 1879 / Nord Algeria ancienne (code 30493).  Grid coordinates on average across Algeria are unchanged although local differences reach 30 metres; geographic coordinate equivalents do change.,"""Le System Geodesique Nord-Sahara""; IGN Paris",EPSG,2004-01-07,2002.56 2003.361,1,0
+30792,Nord Sahara 1959 / Voirol Unifie Sud,1729,projected,4499,,4307,18022,,,Large and medium scale topographic mapping and engineering survey.,Replaces Voirol 1879 / Sud Algeria ancienne (code 30494).  Grid coordinates on average across Algeria are unchanged although local differences reach 30 metres; geographic coordinate equivalents do change.,"""Le System Geodesique Nord-Sahara""; IGN Paris",EPSG,2004-01-07,2002.56 2003.361,1,0
 30800,RT38 2.5 gon W,1225,projected,4530,,4308,19929,,,"Topographic mapping, engineering survey, cadastre.",Superseded by RT90 2.5 gon W (code 2400).,Lantmateriverket (National Land Survey of Sweden). http://www.lantmateriet.se,EPSG,1997-11-13,97.14  97.39,1,1
 31028,Yoff / UTM zone 28N,1207,projected,4400,,4310,16028,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 31121,Zanderij / UTM zone 21N,1222,projected,4400,,4311,16021,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 31154,Zanderij / TM 54 NW,1727,projected,4400,,4311,17054,,,Large and medium scale topographic mapping and engineering survey.,,Shell International,EPSG,2000-06-10,,1,0
-31170,Zanderij / Suriname Old TM,3312,projected,4400,,4311,19954,,,Large and medium scale topographic mapping and engineering survey.,Introduced in 1975.  Superseded by Zanderij / Suriname TM in 1979.,Shell International,EPSG,2000-06-10,,1,0
-31171,Zanderij / Suriname TM,3312,projected,4400,,4311,19955,,,Large and medium scale topographic mapping and engineering survey.,Superseded Zanderij / Suriname Old TM in 1979.,Shell International,EPSG,2000-06-10,,1,0
+31170,Zanderij / Suriname Old TM,3312,projected,4400,,4311,19954,,,Large and medium scale topographic mapping and engineering survey.,Introduced in 1975.  Replaced by Zanderij / Suriname TM in 1979.,Shell International,EPSG,2000-06-10,,1,0
+31171,Zanderij / Suriname TM,3312,projected,4400,,4311,19955,,,Large and medium scale topographic mapping and engineering survey.,Replaced Zanderij / Suriname Old TM in 1979.,Shell International,EPSG,2000-06-10,,1,0
+31251,MGI (Ferro) / Austria GK West Zone,1706,projected,4530,,4805,18001,,,Large and medium scale topographic mapping and engineering survey.,MGI (Ferro) / Austria West Zone (CRS code 31281) with reduced northing. See CRS code 31254 for equivalent referenced to Greenwich meridian.,Bundesamt fur Eich- und Vermessungswesen; Wien,OGP,2007-02-02,,1,0
+31252,MGI (Ferro) / Austria GK Central Zone,1707,projected,4530,,4805,18002,,,Large and medium scale topographic mapping and engineering survey.,MGI (Ferro) / Austria Central Zone (CRS code 31282) with reduced northing. See CRS code 31255 for equivalent referenced to Greenwich meridian.,Bundesamt fur Eich- und Vermessungswesen; Wien,OGP,2007-02-02,,1,0
+31253,MGI (Ferro) / Austria GK East Zone,1708,projected,4530,,4805,18003,,,Large and medium scale topographic mapping and engineering survey.,MGI (Ferro) / Austria East Zone (CRS code 31283) with reduced northing. See CRS code 31256 for equivalent referenced to Greenwich meridian.,Bundesamt fur Eich- und Vermessungswesen; Wien,OGP,2007-02-02,,1,0
+31254,MGI / Austria GK West,1706,projected,4530,,4312,18004,,,Large and medium scale topographic mapping and engineering survey.,See CRS code 31251 for equivalent CRS referenced to Ferro meridian.,Bundesamt fur Eich- und Vermessungswesen; Wien,OGP,2007-02-02,,1,0
+31255,MGI / Austria GK Central,1707,projected,4530,,4312,18005,,,Large and medium scale topographic mapping and engineering survey.,See CRS code 31252 for equivalent CRS referenced to Ferro meridian.,Bundesamt fur Eich- und Vermessungswesen; Wien,OGP,2007-02-02,,1,0
+31256,MGI / Austria GK East,1708,projected,4530,,4312,18006,,,Large and medium scale topographic mapping and engineering survey.,See CRS code 31253 for equivalent CRS referenced to Ferro meridian.,Bundesamt fur Eich- und Vermessungswesen; Wien,OGP,2007-02-02,,1,0
+31257,MGI / Austria GK M28,1706,projected,4530,,4312,18007,,,Large and medium scale topographic mapping and engineering survey.,MGI / Austria M28 (CRS code 31284) with reduced northing.,Bundesamt fur Eich- und Vermessungswesen; Wien,OGP,2007-02-02,,1,0
+31258,MGI / Austria GK M31,1707,projected,4530,,4312,18008,,,Large and medium scale topographic mapping and engineering survey.,MGI / Austria M31 (CRS code 31285) with reduced northing.,Bundesamt fur Eich- und Vermessungswesen; Wien,OGP,2007-02-02,,1,0
+31259,MGI / Austria GK M34,1708,projected,4530,,4312,18009,,,Large and medium scale topographic mapping and engineering survey.,MGI / Austria M34 (CRS code 31286) with reduced northing.,Bundesamt fur Eich- und Vermessungswesen; Wien,OGP,2007-02-02,,1,0
 31265,MGI / 3-degree Gauss zone 5,1709,projected,4499,,4312,16265,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,,1,1
 31266,MGI / 3-degree Gauss zone 6,1710,projected,4499,,4312,16266,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,,1,1
 31267,MGI / 3-degree Gauss zone 7,1711,projected,4499,,4312,16267,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,,1,1
@@ -2777,13 +3342,13 @@
 31281,MGI (Ferro) / Austria West Zone,1706,projected,4530,,4805,18041,,,Cadastral survey.,"Also known as ""Gebrauchsnetz"". For other uses see MGI (Ferro) / M28 (alias Bundesmeldenetz M28) (EPSG code 31288).",Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,2005-05-21,2002.57 2005.18,1,0
 31282,MGI (Ferro) / Austria Central Zone,1707,projected,4530,,4805,18042,,,Cadastral survey.,"Also known as ""Gebrauchsnetz"". For other uses see MGI (Ferro) / M31 (alias Bundesmeldenetz M31) (EPSG code 31289).",Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,2005-05-21,2002.57 2005.18,1,0
 31283,MGI (Ferro) / Austria East Zone,1708,projected,4530,,4805,18043,,,Cadastral survey.,"Also known as ""Gebrauchsnetz"". For other uses see MGI (Ferro) / M34 (alias Bundesmeldenetz M34) (EPSG code 31290).",Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,2005-05-21,2002.57 2005.18,1,0
-31284,MGI / M28,1706,projected,4530,,4312,18044,,,Large and medium scale topographic mapping and engineering survey.,Greenwich equivalent of MGI (Ferro) / M28 (alias Bundesmeldenetz M28) (EPSG code 31288).,EPSG,EPSG,2002-09-19,2002.57,1,0
-31285,MGI / M31,1707,projected,4530,,4312,18045,,,Large and medium scale topographic mapping and engineering survey.,Greenwich equivalent of MGI (Ferro) / M31 (alias Bundesmeldenetz M31) (EPSG code 31289).,EPSG,EPSG,2002-09-19,2002.57,1,0
-31286,MGI / M34,1708,projected,4530,,4312,18046,,,Large and medium scale topographic mapping and engineering survey.,Greenwich equivalent of MGI (Ferro) / M34 (alias Bundesmeldenetz M34) (EPSG code 31290).,EPSG,EPSG,2002-09-19,2002.57,1,0
-31287,MGI / Austria Lambert,1037,projected,4530,,4312,19947,,,Medium and small scale mapping.,,Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,2001-06-05,,1,0
-31288,MGI (Ferro) / M28,1706,projected,4530,,4805,18047,,,Large and medium scale topographic mapping and engineering survey.,Also known as Bundesmeldenetz. For equivalent using Greenwich meridian see MGI / M28 (code 31284). For cadastral survey see MGI (Ferro) / Austria West zone (alias Gebrauchsnetz M28) (EPSG code 31281).,Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,2002-09-19,,1,0
-31289,MGI (Ferro) / M31,1707,projected,4530,,4805,18048,,,Large and medium scale topographic mapping and engineering survey.,Also known as Bundesmeldenetz. For equivalent using Greenwich meridian see MGI / M31 (code 31285). For cadastral survey see MGI (Ferro) / Austria Central zone (alias Gebrauchsnetz M31) (EPSG code 31282).,Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,2002-09-19,,1,0
-31290,MGI (Ferro) / M34,1708,projected,4530,,4805,18049,,,Large and medium scale topographic mapping and engineering survey.,Also known as Bundesmeldenetz. For equivalent using Greenwich meridian see MGI / M34 (code 31286). For cadastral survey see MGI (Ferro) / Austria East zone (alias Gebrauchsnetz M34) (EPSG code 31283).,Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,2002-09-19,,1,0
+31284,MGI / Austria M28,1706,projected,4530,,4312,18044,,,Large and medium scale topographic mapping and engineering survey.,Greenwich equivalent of MGI (Ferro) / M28 (alias Bundesmeldenetz M28) (EPSG code 31288).,EPSG,EPSG,2007-02-02,2002.57 2006.971,1,0
+31285,MGI / Austria M31,1707,projected,4530,,4312,18045,,,Large and medium scale topographic mapping and engineering survey.,Greenwich equivalent of MGI (Ferro) / M31 (alias Bundesmeldenetz M31) (EPSG code 31289).,EPSG,EPSG,2007-02-02,2002.57 2006.971,1,0
+31286,MGI / Austria M34,1708,projected,4530,,4312,18046,,,Large and medium scale topographic mapping and engineering survey.,Greenwich equivalent of MGI (Ferro) / M34 (alias Bundesmeldenetz M34) (EPSG code 31290).,EPSG,EPSG,2007-02-02,2002.57 2006.971,1,0
+31287,MGI / Austria Lambert,1037,projected,4530,,4312,19947,,,Medium and small scale mapping and GIS.,Replaced by ETRS89 / Austria Lambert (CRS code 3416).,Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,2006-12-12,2006.971,1,0
+31288,MGI (Ferro) / M28,1706,projected,4530,,4805,18047,,,Large and medium scale topographic mapping and engineering survey.,Also known as Bundesmeldenetz. For equivalent using Greenwich meridian see MGI / M28 (code 31284). For cadastral survey see MGI (Ferro) / Austria West zone (alias Gebrauchsnetz M28) (EPSG code 31281). For similar CRS with reduced northing see code 31284.,Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,2007-02-02,2006.971,1,0
+31289,MGI (Ferro) / M31,1707,projected,4530,,4805,18048,,,Large and medium scale topographic mapping and engineering survey.,Also known as Bundesmeldenetz. For equivalent using Greenwich meridian see MGI / M31 (code 31285). For cadastral survey see MGI (Ferro) / Austria Central zone (alias Gebrauchsnetz M31) (EPSG code 31282). Similar CRS with reduced northing see code 31285.,Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,2007-02-02,2006.971,1,0
+31290,MGI (Ferro) / M34,1708,projected,4530,,4805,18049,,,Large and medium scale topographic mapping and engineering survey.,Also known as Bundesmeldenetz. For equivalent using Greenwich meridian see MGI / M34 (code 31286). For cadastral survey see MGI (Ferro) / Austria East zone (alias Gebrauchsnetz M34) (EPSG code 31283). For similar CRS with reduced northing see code 31286.,Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,2007-02-02,2006.971,1,0
 31291,MGI (Ferro) / Austria West Zone,1706,projected,4499,,4805,18041,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,97.01,1,1
 31292,MGI (Ferro) / Austria Central Zone,1708,projected,4499,,4805,18042,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,97.01,1,1
 31293,MGI (Ferro) / Austria East Zone,1707,projected,4499,,4805,18043,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,97.01,1,1
@@ -2791,55 +3356,61 @@
 31295,MGI / M31,1707,projected,4499,,4312,18045,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1999-10-20,97.01,1,1
 31296,MGI / M34,1708,projected,4499,,4312,18046,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1999-10-20,97.01,1,1
 31297,MGI / Austria Lambert,1037,projected,4499,,4312,19947,,,Medium and small scale mapping.,,,EPSG,1999-10-20,97.01,1,1
-31300,Belge 1972 / Belge Lambert 72,1347,projected,4499,,4313,19902,,,Large and medium scale topographic mapping and engineering survey.,Supersedes 21500 (Belge 1950 / Belge Lambert 50).  An alternative - Belge 1972 / Belgian Lambert 72 (code 31370) - was introduced in 2000 to use the standard Lambert Conic Conformal (2SP) projection method (code 9802).  EPSG recommends this alternative.,IGN Brussels; www.ngi.be/,EPSG,2005-09-29,2005.46,1,0
+31300,Belge 1972 / Belge Lambert 72,1347,projected,4499,,4313,19902,,,Large and medium scale topographic mapping and engineering survey.,Replaces 21500 (Belge 1950 / Belge Lambert 50).  An alternative - Belge 1972 / Belgian Lambert 72 (code 31370) - was introduced in 2000 to use the standard Lambert Conic Conformal (2SP) projection method (code 9802).  EPSG recommends this alternative.,IGN Brussels; www.ngi.be/,EPSG,2005-09-29,2005.46,1,0
 31370,Belge 1972 / Belgian Lambert 72,1347,projected,4499,,4313,19961,,,Large and medium scale topographic mapping and engineering survey.,"Introduced in 2000 as an alternative to CRS code 31300 to avoid the special projection method LCC (2SP Belgium) (code 9803). If software cannot handle latitude of origin 90°N, use latitude of origin = 50° 47' 57.704""N with Nf = 165372.956 m.",IGN Brussels; www.ngi.be/,EPSG,2005-09-29,2005.46,1,0
 31461,DHDN / 3-degree Gauss zone 1,1628,projected,4499,,4314,16261,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,2000.101,1,1
 31462,DHDN / 3-degree Gauss zone 2,1624,projected,4499,,4314,16262,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,2000.101,1,1
 31463,DHDN / 3-degree Gauss zone 3,1625,projected,4499,,4314,16263,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,2000.101,1,1
 31464,DHDN / 3-degree Gauss zone 4,1626,projected,4499,,4314,16264,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,2000.101,1,1
 31465,DHDN / 3-degree Gauss zone 5,1627,projected,4499,,4314,16265,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,2000.101,1,1
-31466,DHDN / Gauss-Kruger zone 2,1624,projected,4530,,4314,16262,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.",Zone width 3 degrees.,Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-31467,DHDN / Gauss-Kruger zone 3,1625,projected,4530,,4314,16263,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.",Zone width 3 degrees.,Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-31468,DHDN / Gauss-Kruger zone 4,1626,projected,4530,,4314,16264,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.",Zone width 3 degrees.,Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-05-27,2005.18,1,0
-31469,DHDN / Gauss-Kruger zone 5,1627,projected,4530,,4314,16265,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.",Zone width 3 degrees.,Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1,0
-31528,Conakry 1905 / UTM zone 28N,1468,projected,4400,,4315,16028,,,Large and medium scale topographic mapping and engineering survey.,Superseded by Dabola 1981 / UTM zone 28 (EPSG code 2063).,,EPSG,1999-12-09,,1,0
-31529,Conakry 1905 / UTM zone 29N,1469,projected,4400,,4315,16029,,,Large and medium scale topographic mapping and engineering survey.,Superseded by Dabola 1981 / UTM zone 29 (EPSG code 2064).,,EPSG,1999-12-09,,1,0
-31600,Dealul Piscului 1933/ Stereo 33,3295,projected,4499,,4316,19927,,,Large and medium scale topographic mapping and engineering survey.,Superseded by Stereo 70 system (ProjCRS code 31700).,,EPSG,2004-04-07,2004.21,1,0
-31700,Dealul Piscului 1970/ Stereo 70,1197,projected,4530,,4317,19926,,,Large and medium scale topographic mapping and engineering survey.,Supersedes Stereo 33 system.,,EPSG,1996-04-12,,1,0
+31466,DHDN / Gauss-Kruger zone 2,1624,projected,4530,,4314,16262,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.",Zone width 3 degrees.,Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2006-07-18,2005.18 2006.41,1,0
+31467,DHDN / Gauss-Kruger zone 3,1625,projected,4530,,4314,16263,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.",Zone width 3 degrees.,Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2006-07-18,2005.18 2006.41,1,0
+31468,DHDN / Gauss-Kruger zone 4,1626,projected,4530,,4314,16264,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.",Zone width 3 degrees.,Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2006-07-18,2005.18 2006.46,1,0
+31469,DHDN / Gauss-Kruger zone 5,1627,projected,4530,,4314,16265,,,"Large and medium scale topographic mapping and engineering survey, cadastral survey.",Zone width 3 degrees.,Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2006-07-18,2006.41,1,0
+31528,Conakry 1905 / UTM zone 28N,1468,projected,4400,,4315,16028,,,Large and medium scale topographic mapping and engineering survey.,Replaced by Dabola 1981 / UTM zone 28 (EPSG code 3461).,,EPSG,2007-02-06,2007.018,1,0
+31529,Conakry 1905 / UTM zone 29N,1469,projected,4400,,4315,16029,,,Large and medium scale topographic mapping and engineering survey.,Replaced by Dabola 1981 / UTM zone 29 (EPSG code 3462).,,EPSG,2007-02-06,2007.018,1,0
+31600,Dealul Piscului 1933/ Stereo 33,3295,projected,4499,,4316,19927,,,Large and medium scale topographic mapping and engineering survey.,Replaced by Stereo 70 system (ProjCRS code 31700).,,EPSG,2004-04-07,2004.21,1,0
+31700,Dealul Piscului 1970/ Stereo 70,1197,projected,4530,,4317,19926,,,Large and medium scale topographic mapping and engineering survey.,Replaces Stereo 33 system.,,EPSG,1996-04-12,,1,0
 31838,NGN / UTM zone 38N,1739,projected,4400,,4318,16038,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1996-04-12,,1,0
 31839,NGN / UTM zone 39N,1740,projected,4400,,4318,16039,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1996-04-12,,1,0
 31900,KUDAMS / KTM,1310,projected,4400,,4319,19928,,,Large scale engineering and utility mapping.,,,EPSG,2004-07-19,,1,1
 31901,KUDAMS / KTM,1310,projected,4400,,4319,19997,,,Large scale engineering and utility mapping.,,,EPSG,1996-04-12,,1,0
-31971,SIRGAS 2000 / UTM zone 17N,1823,projected,4400,,4674,16017,,,Large and medium scale topographic mapping and engineering survey.,Supersedes SIRGAS 1995 system.,EPSG,EPSG,2004-04-22,,1,0
-31972,SIRGAS 2000 / UTM zone 18N,1825,projected,4400,,4674,16018,,,Large and medium scale topographic mapping and engineering survey.,Supersedes SIRGAS 1995 system.,EPSG,EPSG,2004-04-22,,1,0
-31973,SIRGAS 2000 / UTM zone 19N,1827,projected,4400,,4674,16019,,,Large and medium scale topographic mapping and engineering survey.,Supersedes SIRGAS 1995 system.,EPSG,EPSG,2004-04-22,,1,0
-31974,SIRGAS 2000 / UTM zone 20N,1829,projected,4400,,4674,16020,,,Large and medium scale topographic mapping and engineering survey.,Supersedes SIRGAS 1995 system.,EPSG,EPSG,2004-04-22,,1,0
-31975,SIRGAS 2000 / UTM zone 21N,1831,projected,4400,,4674,16021,,,Large and medium scale topographic mapping and engineering survey.,Supersedes SIRGAS 1995 system.,EPSG,EPSG,2004-04-22,,1,0
-31976,SIRGAS 2000 / UTM zone 22N,1833,projected,4400,,4674,16022,,,Large and medium scale topographic mapping and engineering survey.,Supersedes SIRGAS 1995 system.,EPSG,EPSG,2004-04-22,,1,0
-31977,SIRGAS 2000 / UTM zone 17S,1824,projected,4400,,4674,16117,,,Large and medium scale topographic mapping and engineering survey.,Supersedes SIRGAS 1995 system.,EPSG,EPSG,2004-04-22,,1,0
-31978,SIRGAS 2000 / UTM zone 18S,1826,projected,4400,,4674,16118,,,Large and medium scale topographic mapping and engineering survey.,Supersedes SIRGAS 1995 system.,EPSG,EPSG,2004-04-22,,1,0
-31979,SIRGAS 2000 / UTM zone 19S,1828,projected,4400,,4674,16119,,,Large and medium scale topographic mapping and engineering survey.,Supersedes SIRGAS 1995 system.,EPSG,EPSG,2004-04-22,,1,0
-31980,SIRGAS 2000 / UTM zone 20S,1830,projected,4400,,4674,16120,,,Large and medium scale topographic mapping and engineering survey.,Supersedes SIRGAS 1995 system.,EPSG,EPSG,2004-04-22,,1,0
-31981,SIRGAS 2000 / UTM zone 21S,1832,projected,4400,,4674,16121,,,Large and medium scale topographic mapping and engineering survey.,Supersedes SIRGAS 1995 system.,EPSG,EPSG,2004-04-22,,1,0
-31982,SIRGAS 2000 / UTM zone 22S,1834,projected,4400,,4674,16122,,,Large and medium scale topographic mapping and engineering survey.,Supersedes SIRGAS 1995 system.,EPSG,EPSG,2004-04-22,,1,0
-31983,SIRGAS 2000 / UTM zone 23S,1835,projected,4400,,4674,16123,,,Large and medium scale topographic mapping and engineering survey.,Supersedes SIRGAS 1995 system.,EPSG,EPSG,2004-04-22,,1,0
-31984,SIRGAS 2000 / UTM zone 24S,1836,projected,4400,,4674,16124,,,Large and medium scale topographic mapping and engineering survey.,Supersedes SIRGAS 1995 system.,EPSG,EPSG,2004-04-22,,1,0
-31985,SIRGAS 2000 / UTM zone 25S,1837,projected,4400,,4674,16125,,,Large and medium scale topographic mapping and engineering survey.,Supersedes SIRGAS 1995 system.,EPSG,EPSG,2004-04-22,,1,0
-31986,SIRGAS / UTM zone 17N,1823,projected,4400,,4170,16017,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
-31987,SIRGAS / UTM zone 18N,1825,projected,4400,,4170,16018,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
-31988,SIRGAS / UTM zone 19N,1827,projected,4400,,4170,16019,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
-31989,SIRGAS / UTM zone 20N,1829,projected,4400,,4170,16020,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
-31990,SIRGAS / UTM zone 21N,1831,projected,4400,,4170,16021,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
-31991,SIRGAS / UTM zone 22N,1833,projected,4400,,4170,16022,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
-31992,SIRGAS / UTM zone 17S,1824,projected,4400,,4170,16117,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
-31993,SIRGAS / UTM zone 18S,1826,projected,4400,,4170,16118,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
-31994,SIRGAS / UTM zone 19S,1828,projected,4400,,4170,16119,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
-31995,SIRGAS / UTM zone 20S,1830,projected,4400,,4170,16120,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
-31996,SIRGAS / UTM zone 21S,1832,projected,4400,,4170,16121,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
-31997,SIRGAS / UTM zone 22S,1834,projected,4400,,4170,16122,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
-31998,SIRGAS / UTM zone 23S,1835,projected,4400,,4170,16123,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
-31999,SIRGAS / UTM zone 24S,1836,projected,4400,,4170,16124,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
-32000,SIRGAS / UTM zone 25S,1837,projected,4400,,4170,16125,,,Large and medium scale topographic mapping and engineering survey.,Superseded by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
+31965,SIRGAS 2000 / UTM zone 11N,3423,projected,4400,,4674,16011,,,Large and medium scale topographic mapping and engineering survey.,,OGP,OGP,2006-07-21,,1,0
+31966,SIRGAS 2000 / UTM zone 12N,3424,projected,4400,,4674,16012,,,Large and medium scale topographic mapping and engineering survey.,,OGP,OGP,2006-07-21,,1,0
+31967,SIRGAS 2000 / UTM zone 13N,3425,projected,4400,,4674,16013,,,Large and medium scale topographic mapping and engineering survey.,,OGP,OGP,2006-07-21,,1,0
+31968,SIRGAS 2000 / UTM zone 14N,3426,projected,4400,,4674,16014,,,Large and medium scale topographic mapping and engineering survey.,,OGP,OGP,2006-07-21,,1,0
+31969,SIRGAS 2000 / UTM zone 15N,3427,projected,4400,,4674,16015,,,Large and medium scale topographic mapping and engineering survey.,,OGP,OGP,2006-07-21,,1,0
+31970,SIRGAS 2000 / UTM zone 16N,3428,projected,4400,,4674,16016,,,Large and medium scale topographic mapping and engineering survey.,,OGP,OGP,2006-07-21,,1,0
+31971,SIRGAS 2000 / UTM zone 17N,3421,projected,4400,,4674,16017,,,Large and medium scale topographic mapping and engineering survey.,Replaces SIRGAS 1995 system.,EPSG,EPSG,2006-07-21,2006.465,1,0
+31972,SIRGAS 2000 / UTM zone 18N,3422,projected,4400,,4674,16018,,,Large and medium scale topographic mapping and engineering survey.,Replaces SIRGAS 1995 system.,EPSG,EPSG,2006-07-21,2006.465,1,0
+31973,SIRGAS 2000 / UTM zone 19N,3436,projected,4400,,4674,16019,,,Large and medium scale topographic mapping and engineering survey.,Replaces SIRGAS 1995 system.,EPSG,EPSG,2006-07-21,2006.465,1,0
+31974,SIRGAS 2000 / UTM zone 20N,3437,projected,4400,,4674,16020,,,Large and medium scale topographic mapping and engineering survey.,Replaces SIRGAS 1995 system.,EPSG,EPSG,2006-07-21,2006.465,1,0
+31975,SIRGAS 2000 / UTM zone 21N,3438,projected,4400,,4674,16021,,,Large and medium scale topographic mapping and engineering survey.,Replaces SIRGAS 1995 system.,EPSG,EPSG,2006-07-21,2006.465,1,0
+31976,SIRGAS 2000 / UTM zone 22N,3439,projected,4400,,4674,16022,,,Large and medium scale topographic mapping and engineering survey.,Replaces SIRGAS 1995 system.,EPSG,EPSG,2006-07-21,2006.465,1,0
+31977,SIRGAS 2000 / UTM zone 17S,1824,projected,4400,,4674,16117,,,Large and medium scale topographic mapping and engineering survey.,Replaces SIRGAS 1995 system.,EPSG,EPSG,2004-04-22,,1,0
+31978,SIRGAS 2000 / UTM zone 18S,3440,projected,4400,,4674,16118,,,Large and medium scale topographic mapping and engineering survey.,Replaces SIRGAS 1995 system.,EPSG,EPSG,2006-07-21,2006.465,1,0
+31979,SIRGAS 2000 / UTM zone 19S,3441,projected,4400,,4674,16119,,,Large and medium scale topographic mapping and engineering survey.,Replaces SIRGAS 1995 system.,EPSG,EPSG,2006-07-21,2006.465,1,0
+31980,SIRGAS 2000 / UTM zone 20S,3442,projected,4400,,4674,16120,,,Large and medium scale topographic mapping and engineering survey.,Replaces SIRGAS 1995 system.,EPSG,EPSG,2006-07-21,2006.465,1,0
+31981,SIRGAS 2000 / UTM zone 21S,3443,projected,4400,,4674,16121,,,Large and medium scale topographic mapping and engineering survey.,Replaces SIRGAS 1995 system.,EPSG,EPSG,2006-07-21,2006.465,1,0
+31982,SIRGAS 2000 / UTM zone 22S,3444,projected,4400,,4674,16122,,,Large and medium scale topographic mapping and engineering survey.,Replaces SIRGAS 1995 system.,EPSG,EPSG,2006-07-21,2006.465,1,0
+31983,SIRGAS 2000 / UTM zone 23S,3445,projected,4400,,4674,16123,,,Large and medium scale topographic mapping and engineering survey.,Replaces SIRGAS 1995 system.,EPSG,EPSG,2006-07-21,2006.465,1,0
+31984,SIRGAS 2000 / UTM zone 24S,3446,projected,4400,,4674,16124,,,Large and medium scale topographic mapping and engineering survey.,Replaces SIRGAS 1995 system.,EPSG,EPSG,2006-07-21,2006.465,1,0
+31985,SIRGAS 2000 / UTM zone 25S,3447,projected,4400,,4674,16125,,,Large and medium scale topographic mapping and engineering survey.,Replaces SIRGAS 1995 system.,EPSG,EPSG,2006-07-21,2006.465,1,0
+31986,SIRGAS / UTM zone 17N,1823,projected,4400,,4170,16017,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
+31987,SIRGAS / UTM zone 18N,1825,projected,4400,,4170,16018,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
+31988,SIRGAS / UTM zone 19N,1827,projected,4400,,4170,16019,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
+31989,SIRGAS / UTM zone 20N,1829,projected,4400,,4170,16020,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
+31990,SIRGAS / UTM zone 21N,1831,projected,4400,,4170,16021,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
+31991,SIRGAS / UTM zone 22N,1833,projected,4400,,4170,16022,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
+31992,SIRGAS / UTM zone 17S,1824,projected,4400,,4170,16117,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
+31993,SIRGAS / UTM zone 18S,1826,projected,4400,,4170,16118,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
+31994,SIRGAS / UTM zone 19S,1828,projected,4400,,4170,16119,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
+31995,SIRGAS / UTM zone 20S,1830,projected,4400,,4170,16120,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
+31996,SIRGAS / UTM zone 21S,1832,projected,4400,,4170,16121,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
+31997,SIRGAS / UTM zone 22S,1834,projected,4400,,4170,16122,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
+31998,SIRGAS / UTM zone 23S,1835,projected,4400,,4170,16123,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
+31999,SIRGAS / UTM zone 24S,1836,projected,4400,,4170,16124,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
+32000,SIRGAS / UTM zone 25S,1837,projected,4400,,4170,16125,,,Large and medium scale topographic mapping and engineering survey.,Replaced by SIRGAS 2000 system.,,EPSG,2004-04-22,2004.25,1,0
 32001,NAD27 / Montana North,2211,projected,4497,,4267,12501,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32002,NAD27 / Montana Central,2210,projected,4497,,4267,12502,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32003,NAD27 / Montana South,2212,projected,4497,,4267,12503,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
@@ -2899,9 +3470,9 @@
 32061,NAD27 / Guatemala Norte,2120,projected,4499,,4267,18211,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1999-08-18,,1,0
 32062,NAD27 / Guatemala Sur,2121,projected,4499,,4267,18212,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-01-06,99.95,1,0
 32064,NAD27 / BLM 14N (ftUS),2171,projected,4497,,4267,15914,,,"Minerals (including oil) management, exploration and production.",,EPSG,EPSG,2002-02-12,,1,0
-32065,NAD27 / BLM 15N (ftUS),2171,projected,4497,,4267,15915,,,"Minerals (including oil) management, exploration and production.",,EPSG,EPSG,2002-02-12,,1,0
-32066,NAD27 / BLM 16N (ftUS),2171,projected,4497,,4267,15916,,,"Minerals (including oil) management, exploration and production.",,EPSG,EPSG,2002-02-12,,1,0
-32067,NAD27 / BLM 17N (ftUS),2171,projected,4497,,4267,15917,,,"Minerals (including oil) management, exploration and production.",,EPSG,EPSG,2002-02-12,,1,0
+32065,NAD27 / BLM 15N (ftUS),2172,projected,4497,,4267,15915,,,"Minerals (including oil) management, exploration and production.",,EPSG,EPSG,2006-06-12,2006.391,1,0
+32066,NAD27 / BLM 16N (ftUS),2173,projected,4497,,4267,15916,,,"Minerals (including oil) management, exploration and production.",,EPSG,EPSG,2006-06-12,2006.391,1,0
+32067,NAD27 / BLM 17N (ftUS),2174,projected,4497,,4267,15917,,,"Minerals (including oil) management, exploration and production.",,EPSG,EPSG,2006-06-12,2006.391,1,0
 32074,NAD27 / BLM 14N (feet),2171,projected,4497,,4267,15914,,,"Minerals (including oil) management, exploration and production.",,,EPSG,1996-04-12,96.03,1,1
 32075,NAD27 / BLM 15N (feet),2172,projected,4497,,4267,15915,,,"Minerals (including oil) management, exploration and production.",,,EPSG,1996-04-12,96.03,1,1
 32076,NAD27 / BLM 16N (feet),2173,projected,4497,,4267,15916,,,"Minerals (including oil) management, exploration and production.",,,EPSG,1996-04-12,95.27  96.03,1,1
@@ -2912,60 +3483,66 @@
 32084,NAD27 / MTM zone 4,2276,projected,4400,,4267,17704,,,Large and medium scale topographic mapping and engineering survey.,,Geodetic Surveys Section; Newfoundland Department of Government Services and Lands.,EPSG,1997-11-13,,1,0
 32085,NAD27 / MTM zone 5,2277,projected,4400,,4267,17705,,,Large and medium scale topographic mapping and engineering survey.,,Geodetic Surveys Section; Newfoundland Department of Government Services and Lands.,EPSG,1997-11-13,,1,0
 32086,NAD27 / MTM zone 6,2278,projected,4400,,4267,17706,,,Large and medium scale topographic mapping and engineering survey.,,Geodetic Surveys Section; Newfoundland Department of Government Services and Lands.,EPSG,1997-11-13,,1,0
-32098,NAD27 / Quebec Lambert,1368,projected,4499,,4267,19944,,,Large and medium scale topographic mapping and engineering survey.,Superseded by NAD27(CGQ77) / Quebec Lambert (code 2137) in 1977.,Service de la Cartographie; Ministère des Ressources Naturelles; Quebec,EPSG,2000-10-19,,1,0
-32100,NAD83 / Montana,1395,projected,4499,,4269,12530,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2256 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-32104,NAD83 / Nebraska,1396,projected,4499,,4269,12630,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-32107,NAD83 / Nevada East,2224,projected,4499,,4269,12731,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-32108,NAD83 / Nevada Central,2223,projected,4499,,4269,12732,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32109,NAD83 / Nevada West,2225,projected,4499,,4269,12733,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32110,NAD83 / New Hampshire,1398,projected,4499,,4269,12830,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-32111,NAD83 / New Jersey,1399,projected,4499,,4269,12930,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-32112,NAD83 / New Mexico East,2228,projected,4499,,4269,13031,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2257 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32113,NAD83 / New Mexico Central,2231,projected,4499,,4269,13032,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2258 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32114,NAD83 / New Mexico West,2232,projected,4499,,4269,13033,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2259 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32115,NAD83 / New York East,2234,projected,4499,,4269,13131,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2260 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-32116,NAD83 / New York Central,2233,projected,4499,,4269,13132,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2261 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32117,NAD83 / New York West,2236,projected,4499,,4269,13133,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2263 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-32118,NAD83 / New York Long Island,2235,projected,4499,,4269,13134,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2264 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32119,NAD83 / North Carolina,1402,projected,4499,,4269,13230,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2264 for equivalent non-metric definition.,,EPSG,2000-03-07,98.30  2000.091,1,0
-32120,NAD83 / North Dakota North,2237,projected,4499,,4269,13331,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2265 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32121,NAD83 / North Dakota South,2238,projected,4499,,4269,13332,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2266 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32122,NAD83 / Ohio North,2239,projected,4499,,4269,13431,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32123,NAD83 / Ohio South,2240,projected,4499,,4269,13432,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32124,NAD83 / Oklahoma North,2241,projected,4499,,4269,13531,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2267 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32125,NAD83 / Oklahoma South,2242,projected,4499,,4269,13532,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2268 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32126,NAD83 / Oregon North,2243,projected,4499,,4269,13631,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2269 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32127,NAD83 / Oregon South,2244,projected,4499,,4269,13632,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2270 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32128,NAD83 / Pennsylvania North,2245,projected,4499,,4269,13731,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2271 for equivalent non-metric definition.,,EPSG,1995-06-02,,1,0
-32129,NAD83 / Pennsylvania South,2246,projected,4499,,4269,13732,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in US survey feet.  See code 2272 for equivalent non-metric definition.,,EPSG,1995-06-02,,1,0
-32130,NAD83 / Rhode Island,1408,projected,4499,,4269,13830,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-32133,NAD83 / South Carolina,1409,projected,4499,,4269,13930,,,Large and medium scale topographic mapping and engineering survey.,State law defines system in International feet (note: not US survey feet).  See code 2273 for equivalent non-metric definition.,,EPSG,1995-06-02,,1,0
-32134,NAD83 / South Dakota North,2249,projected,4499,,4269,14031,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32135,NAD83 / South Dakota South,2250,projected,4499,,4269,14032,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32136,NAD83 / Tennessee,1411,projected,4499,,4269,14130,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2274 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-32137,NAD83 / Texas North,2253,projected,4499,,4269,14231,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2275 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32138,NAD83 / Texas North Central,2254,projected,4499,,4269,14232,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2276 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32139,NAD83 / Texas Central,2252,projected,4499,,4269,14233,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2277 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32140,NAD83 / Texas South Central,2527,projected,4499,,4269,14234,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2278 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32141,NAD83 / Texas South,2528,projected,4499,,4269,14235,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2279 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32142,NAD83 / Utah North,2258,projected,4499,,4269,14331,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2280 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32143,NAD83 / Utah Central,2257,projected,4499,,4269,14332,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2281 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32144,NAD83 / Utah South,2259,projected,4499,,4269,14333,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2282 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32145,NAD83 / Vermont,1414,projected,4499,,4269,14430,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2000-03-07,2000.091,1,0
-32146,NAD83 / Virginia North,2260,projected,4499,,4269,14531,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2283 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32147,NAD83 / Virginia South,2261,projected,4499,,4269,14532,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2284 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32148,NAD83 / Washington North,2273,projected,4499,,4269,14631,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2285 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32149,NAD83 / Washington South,2274,projected,4499,,4269,14632,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2286 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32150,NAD83 / West Virginia North,2264,projected,4499,,4269,14731,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32151,NAD83 / West Virginia South,2265,projected,4499,,4269,14732,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32152,NAD83 / Wisconsin North,2267,projected,4499,,4269,14831,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2287 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32153,NAD83 / Wisconsin Central,2266,projected,4499,,4269,14832,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2288 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32154,NAD83 / Wisconsin South,2268,projected,4499,,4269,14833,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2289 for equivalent non-metric definition. For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
-32155,NAD83 / Wyoming East,2269,projected,4499,,4269,14931,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-32156,NAD83 / Wyoming East Central,2270,projected,4499,,4269,14932,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-32157,NAD83 / Wyoming West Central,2272,projected,4499,,4269,14933,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-32158,NAD83 / Wyoming West,2271,projected,4499,,4269,14934,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
-32161,NAD83 / Puerto Rico & Virgin Is.,2251,projected,4499,,4269,15230,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, superseded by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32098,NAD27 / Quebec Lambert,1368,projected,4499,,4267,19944,,,Large and medium scale topographic mapping and engineering survey.,Replaced by NAD27(CGQ77) / Quebec Lambert (code 2137) in 1977.,Service de la Cartographie; Ministère des Ressources Naturelles; Quebec,EPSG,2000-10-19,,1,0
+32099,NAD27 / Louisiana Offshore,1387,projected,4497,,4267,11703,,,Not used in oil industry. Usage for other applications is not known.,This system is NOT used for oil industry purposes. Use NAD27 / Louisiana South (CRS code 26782) in state waters and on LA OCS shelf and NAD27 / BLM (CRS codes 32065-66) in OCS deep water protraction areas.,OGP,OGP,2006-06-12,,1,0
+32100,NAD83 / Montana,1395,projected,4499,,4269,12530,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2256 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+32104,NAD83 / Nebraska,1396,projected,4499,,4269,12630,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+32107,NAD83 / Nevada East,2224,projected,4499,,4269,12731,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3421 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,EPSG,2006-12-20,2000.091 2006.903,1,0
+32108,NAD83 / Nevada Central,2223,projected,4499,,4269,12732,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3422 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,EPSG,2006-12-20,2006.903,1,0
+32109,NAD83 / Nevada West,2225,projected,4499,,4269,12733,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3423 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,EPSG,2006-12-20,2006.903,1,0
+32110,NAD83 / New Hampshire,1398,projected,4499,,4269,12830,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3437 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,EPSG,2006-12-20,2000.091 2006.903,1,0
+32111,NAD83 / New Jersey,1399,projected,4499,,4269,12930,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3424 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",National Geodetic Survey,EPSG,2006-12-20,2000.091 2006.903,1,0
+32112,NAD83 / New Mexico East,2228,projected,4499,,4269,13031,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2257 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32113,NAD83 / New Mexico Central,2231,projected,4499,,4269,13032,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2258 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32114,NAD83 / New Mexico West,2232,projected,4499,,4269,13033,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2259 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32115,NAD83 / New York East,2234,projected,4499,,4269,13131,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2260 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+32116,NAD83 / New York Central,2233,projected,4499,,4269,13132,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2261 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32117,NAD83 / New York West,2236,projected,4499,,4269,13133,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2263 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+32118,NAD83 / New York Long Island,2235,projected,4499,,4269,13134,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2264 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32119,NAD83 / North Carolina,1402,projected,4499,,4269,13230,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2264 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2007-01-19,98.30  2000.091,1,0
+32120,NAD83 / North Dakota North,2237,projected,4499,,4269,13331,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2265 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32121,NAD83 / North Dakota South,2238,projected,4499,,4269,13332,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2266 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32122,NAD83 / Ohio North,2239,projected,4499,,4269,13431,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet. See code 3734 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2007-03-13,2007.035,1,0
+32123,NAD83 / Ohio South,2240,projected,4499,,4269,13432,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet. See code 3735 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2007-03-13,2007.035,1,0
+32124,NAD83 / Oklahoma North,2241,projected,4499,,4269,13531,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2267 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32125,NAD83 / Oklahoma South,2242,projected,4499,,4269,13532,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2268 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32126,NAD83 / Oregon North,2243,projected,4499,,4269,13631,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2269 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32127,NAD83 / Oregon South,2244,projected,4499,,4269,13632,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2270 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32128,NAD83 / Pennsylvania North,2245,projected,4499,,4269,13731,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2271 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2007-01-19,,1,0
+32129,NAD83 / Pennsylvania South,2246,projected,4499,,4269,13732,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2272 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2007-01-19,,1,0
+32130,NAD83 / Rhode Island,1408,projected,4499,,4269,13830,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3438 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2006-12-20,2000.091 2006.903,1,0
+32133,NAD83 / South Carolina,1409,projected,4499,,4269,13930,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in International feet (note: not US survey feet).  See code 2273 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2007-01-19,,1,0
+32134,NAD83 / South Dakota North,2249,projected,4499,,4269,14031,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3454 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2007-01-19,,1,0
+32135,NAD83 / South Dakota South,2250,projected,4499,,4269,14032,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 3455 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2007-01-19,,1,0
+32136,NAD83 / Tennessee,1411,projected,4499,,4269,14130,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2274 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2000-03-07,2000.091,1,0
+32137,NAD83 / Texas North,2253,projected,4499,,4269,14231,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2275 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32138,NAD83 / Texas North Central,2254,projected,4499,,4269,14232,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2276 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32139,NAD83 / Texas Central,2252,projected,4499,,4269,14233,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2277 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32140,NAD83 / Texas South Central,2527,projected,4499,,4269,14234,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2278 for equivalent non-metric definition. For onshore applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2006-07-14,2006.392,1,0
+32141,NAD83 / Texas South,2528,projected,4499,,4269,14235,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2279 for equivalent non-metric definition. For onshore applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2006-07-14,2006.392,1,0
+32142,NAD83 / Utah North,2258,projected,4499,,4269,14331,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.
+by NAD83(HARN) / SPCS.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",EPSG,2007-01-20,2006.905,1,0
+32143,NAD83 / Utah Central,2257,projected,4499,,4269,14332,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",EPSG,2007-01-20,2006.905,1,0
+32144,NAD83 / Utah South,2259,projected,4499,,4269,14333,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",EPSG,2007-01-20,2006.905,1,0
+32145,NAD83 / Vermont,1414,projected,4499,,4269,14430,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2007-01-19,2000.091,1,0
+32146,NAD83 / Virginia North,2260,projected,4499,,4269,14531,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2283 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32147,NAD83 / Virginia South,2261,projected,4499,,4269,14532,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2284 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32148,NAD83 / Washington North,2273,projected,4499,,4269,14631,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2285 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32149,NAD83 / Washington South,2274,projected,4499,,4269,14632,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2286 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32150,NAD83 / West Virginia North,2264,projected,4499,,4269,14731,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32151,NAD83 / West Virginia South,2265,projected,4499,,4269,14732,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32152,NAD83 / Wisconsin North,2267,projected,4499,,4269,14831,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2287 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32153,NAD83 / Wisconsin Central,2266,projected,4499,,4269,14832,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2288 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32154,NAD83 / Wisconsin South,2268,projected,4499,,4269,14833,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet.  See code 2289 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32155,NAD83 / Wyoming East,2269,projected,4499,,4269,14931,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet. See code 3736 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2007-03-13,2000.091 2007.035,1,0
+32156,NAD83 / Wyoming East Central,2270,projected,4499,,4269,14932,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet. See code 3737 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2007-03-13,2000.091 2007.035,1,0
+32157,NAD83 / Wyoming West Central,2272,projected,4499,,4269,14933,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet. See code 3738 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2007-03-13,2000.091 2007.035,1,0
+32158,NAD83 / Wyoming West,2271,projected,4499,,4269,14934,,,Large and medium scale topographic mapping and engineering survey.,"State law defines system in US survey feet. See code 3739 for equivalent non-metric definition. For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,2007-03-13,2000.091 2007.035,1,0
+32161,NAD83 / Puerto Rico & Virgin Is.,2251,projected,4499,,4269,15230,,,Large and medium scale topographic mapping and engineering survey.,"For applications with an accuracy of better than 1m, replaced by NAD83(HARN) / SPCS.",,EPSG,1995-06-02,,1,0
+32164,NAD83 / BLM 14N (ftUS),2171,projected,4497,,4269,15914,,,No official usage.,See NAD27 / BLM 14N (feet) (code 32064) and NAD83 / UTM zone 14N (code 26914) for systems used in US Gulf of Mexico oil operations.,OGP,OGP,2006-06-22,,1,0
+32165,NAD83 / BLM 15N (ftUS),2172,projected,4497,,4269,15915,,,No official usage.,See NAD27 / BLM 15N (feet) (code 32065) and NAD83 / UTM zone 15N (code 26915) for systems used in US Gulf of Mexico oil operations.,OGP,OGP,2006-06-22,,1,0
+32166,NAD83 / BLM 16N (ftUS),2173,projected,4497,,4269,15916,,,No official usage.,See NAD27 / BLM 16N (feet) (code 32066) and NAD83 / UTM zone 16N (code 26916) for systems used in US Gulf of Mexico oil operations.,OGP,OGP,2006-06-22,,1,0
+32167,NAD83 / BLM 17N (ftUS),2174,projected,4497,,4269,15917,,,No official usage.,See NAD27 / BLM 17N (feet) (code 32067) and NAD83 / UTM zone 17N (code 26917) for systems used in US Gulf of Mexico oil operations.,OGP,OGP,2006-06-22,,1,0
 32180,NAD83 / SCoPQ zone 2,1420,projected,4499,,4269,17700,,,Large and medium scale topographic mapping and engineering survey.,,Topographic Mapping Section; Quebec Ministry of Natural Resources.,EPSG,1997-11-13,,1,0
 32181,NAD83 / MTM zone 1,2226,projected,4496,,4269,17701,,,Large and medium scale topographic mapping and engineering survey.,,Geodetic Surveys Section; Newfoundland Department of Government Services and Lands.,EPSG,1997-11-13,,1,0
 32182,NAD83 / MTM zone 2,2227,projected,4496,,4269,17702,,,Large and medium scale topographic mapping and engineering survey.,,Geodetic Surveys Section; Newfoundland Department of Government Services and Lands.,EPSG,1997-11-13,,1,0
@@ -2985,6 +3562,7 @@
 32196,NAD83 / MTM zone 16,1437,projected,4400,,4269,17716,,,Large and medium scale topographic mapping and engineering survey.,,Surveys and Mapping Section; Ontario Ministry of Transportation.,EPSG,1997-11-13,,1,0
 32197,NAD83 / MTM zone 17,1438,projected,4400,,4269,17717,,,Large and medium scale topographic mapping and engineering survey.,,Surveys and Mapping Section; Ontario Ministry of Transportation.,EPSG,1997-11-13,,1,0
 32198,NAD83 / Quebec Lambert,1368,projected,4499,,4269,19944,,,Large and medium scale topographic mapping and engineering survey.,,Service de la Cartographie; Ministère des Ressources Naturelles; Quebec,EPSG,1999-10-20,,1,0
+32199,NAD83 / Louisiana Offshore,1387,projected,4499,,4269,11733,,,Not used in oil industry. Usage for other applications is not known.,This system is NOT used for oil industry purposes. State law defines system in US survey feet.  See code 3453 for equivalent non-metric definition.,OGP,OGP,2007-01-19,,1,0
 32201,WGS 72 / UTM zone 1N,1873,projected,4400,,4322,16001,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32202,WGS 72 / UTM zone 2N,1875,projected,4400,,4322,16002,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32203,WGS 72 / UTM zone 3N,1877,projected,4400,,4322,16003,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
@@ -3137,8 +3715,8 @@
 32430,WGS 72BE / UTM zone 30N,1931,projected,4400,,4324,16030,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32431,WGS 72BE / UTM zone 31N,1933,projected,4400,,4324,16031,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32432,WGS 72BE / UTM zone 32N,1935,projected,4400,,4324,16032,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-32433,WGS 72BE / UTM zone 33N,1937,projected,4400,,4324,16033,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-32434,WGS 72BE / UTM zone 34N,1939,projected,4400,,4324,16034,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
+32433,WGS 72BE / UTM zone 33N,3464,projected,4400,,4324,16033,,,Large and medium scale topographic mapping and engineering survey.,Used by ExxonMobil for exploration and production activities.,,EPSG,2006-09-22,2006.54,1,0
+32434,WGS 72BE / UTM zone 34N,3465,projected,4400,,4324,16034,,,Large and medium scale topographic mapping and engineering survey.,Used by ExxonMobil for exploration and production activities.,,EPSG,2006-09-22,2006.54,1,0
 32435,WGS 72BE / UTM zone 35N,1941,projected,4400,,4324,16035,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32436,WGS 72BE / UTM zone 36N,1943,projected,4400,,4324,16036,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32437,WGS 72BE / UTM zone 37N,1945,projected,4400,,4324,16037,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
@@ -3271,13 +3849,13 @@
 32643,WGS 84 / UTM zone 43N,2084,projected,4400,,4326,16043,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32644,WGS 84 / UTM zone 44N,2086,projected,4400,,4326,16044,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32645,WGS 84 / UTM zone 45N,2088,projected,4400,,4326,16045,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-32646,WGS 84 / UTM zone 46N,2090,projected,4400,,4326,16046,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,2002.151,1,0
-32647,WGS 84 / UTM zone 47N,2092,projected,4400,,4326,16047,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,2002.151,1,0
-32648,WGS 84 / UTM zone 48N,2094,projected,4400,,4326,16048,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,2002.151,1,0
-32649,WGS 84 / UTM zone 49N,2096,projected,4400,,4326,16049,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,2002.151,1,0
-32650,WGS 84 / UTM zone 50N,2098,projected,4400,,4326,16050,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,2002.151,1,0
-32651,WGS 84 / UTM zone 51N,2100,projected,4400,,4326,16051,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,2002.151,1,0
-32652,WGS 84 / UTM zone 52N,2102,projected,4400,,4326,16052,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,2002.151,1,0
+32646,WGS 84 / UTM zone 46N,2090,projected,4400,,4326,16046,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2006-08-25,2002.151 2006.81,1,0
+32647,WGS 84 / UTM zone 47N,2092,projected,4400,,4326,16047,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2006-08-25,2002.151 2006.81,1,0
+32648,WGS 84 / UTM zone 48N,2094,projected,4400,,4326,16048,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2006-08-25,2002.151 2006.81,1,0
+32649,WGS 84 / UTM zone 49N,2096,projected,4400,,4326,16049,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2006-08-25,2002.151 2006.81,1,0
+32650,WGS 84 / UTM zone 50N,2098,projected,4400,,4326,16050,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2006-08-25,2002.151 2006.81,1,0
+32651,WGS 84 / UTM zone 51N,2100,projected,4400,,4326,16051,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2006-08-25,2002.151 2006.81,1,0
+32652,WGS 84 / UTM zone 52N,2102,projected,4400,,4326,16052,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2006-08-25,2002.151 2006.81,1,0
 32653,WGS 84 / UTM zone 53N,2104,projected,4400,,4326,16053,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32654,WGS 84 / UTM zone 54N,2106,projected,4400,,4326,16054,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32655,WGS 84 / UTM zone 55N,2108,projected,4400,,4326,16055,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
@@ -3288,6 +3866,10 @@
 32660,WGS 84 / UTM zone 60N,2118,projected,4400,,4326,16060,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32661,WGS 84 / UPS North,1996,projected,4493,,4326,16061,,,Large and medium scale topographic mapping and engineering survey.,,DMA TR8358.2,EPSG,2002-12-23,2002.93,1,0
 32662,WGS 84 / Plate Carree,1262,projected,4499,,4326,19968,,,Graticule coordinates expressed in simple Cartesian form.,Origin is at intersection of equator and Greenwich meridian. Note: this is not the same as plotting unrectified graticule coordinates on a computer display using the so-called pseudo Plate Carrée method: here the grid units are metres.,EPSG,EPSG,2001-11-06,,1,0
+32664,WGS 84 / BLM 14N (ftUS),2171,projected,4497,,4326,15914,,,No official usage.,See NAD27 / BLM 14N (feet) (code 32064) and WGS 84 / UTM zone 14N (code 32614) for systems used in US Gulf of Mexico oil operations.,OGP,OGP,2006-06-22,,1,0
+32665,WGS 84 / BLM 15N (ftUS),2172,projected,4497,,4326,15915,,,No official usage.,See NAD27 / BLM 15N (feet) (code 32065) and WGS 84 / UTM zone 15N (code 32615) for systems used in US Gulf of Mexico oil operations.,OGP,OGP,2006-06-22,,1,0
+32666,WGS 84 / BLM 16N (ftUS),2173,projected,4497,,4326,15916,,,No official usage.,See NAD27 / BLM 16N (feet) (code 32066) and WGS 84 / UTM zone 16N (code 32616) for systems used in US Gulf of Mexico oil operations.,OGP,OGP,2006-06-22,,1,0
+32667,WGS 84 / BLM 17N (ftUS),2174,projected,4497,,4326,15917,,,No official usage.,See NAD27 / BLM 17N (feet) (code 32067) and WGS 84 / UTM zone 17N (code 32617) for systems used in US Gulf of Mexico oil operations.,OGP,OGP,2006-06-22,,1,0
 32700,WGS 84 / UTM grid system (southern hemisphere),1999,projected,4400,,4326,16100,,,For strict use within zone boundaries,Use WGS 84 / UTM zone xx S (codes 32701-32760) for use outwith zone boundary or when easting is not prefixed by zone number.,EPSG,EPSG,2001-06-05,,1,0
 32701,WGS 84 / UTM zone 1S,2001,projected,4400,,4326,16101,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32702,WGS 84 / UTM zone 2S,2003,projected,4400,,4326,16102,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
@@ -3335,14 +3917,14 @@
 32744,WGS 84 / UTM zone 44S,2087,projected,4400,,4326,16144,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32745,WGS 84 / UTM zone 45S,2089,projected,4400,,4326,16145,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32746,WGS 84 / UTM zone 46S,2091,projected,4400,,4326,16146,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
-32747,WGS 84 / UTM zone 47S,2093,projected,4400,,4326,16147,,,Large and medium scale topographic mapping and engineering survey.Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,2002.151,1,0
-32748,WGS 84 / UTM zone 48S,2095,projected,4400,,4326,16148,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,2002.151,1,0
-32749,WGS 84 / UTM zone 49S,2097,projected,4400,,4326,16149,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,2002.151,1,0
-32750,WGS 84 / UTM zone 50S,2099,projected,4400,,4326,16150,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,2002.151,1,0
-32751,WGS 84 / UTM zone 51S,2101,projected,4400,,4326,16151,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,2002.151,1,0
-32752,WGS 84 / UTM zone 52S,2103,projected,4400,,4326,16152,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,2002.151,1,0
-32753,WGS 84 / UTM zone 53S,2105,projected,4400,,4326,16153,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,2002.151,1,0
-32754,WGS 84 / UTM zone 54S,2107,projected,4400,,4326,16154,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2002-06-22,2002.151,1,0
+32747,WGS 84 / UTM zone 47S,2093,projected,4400,,4326,16147,,,Large and medium scale topographic mapping and engineering survey.Large and medium scale topographic mapping and engineering survey.,,,EPSG,2006-08-25,2002.151 2006.81,1,0
+32748,WGS 84 / UTM zone 48S,2095,projected,4400,,4326,16148,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2006-08-25,2002.151 2006.81,1,0
+32749,WGS 84 / UTM zone 49S,2097,projected,4400,,4326,16149,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2006-08-25,2002.151 2006.81,1,0
+32750,WGS 84 / UTM zone 50S,2099,projected,4400,,4326,16150,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2006-08-25,2002.151 2006.81,1,0
+32751,WGS 84 / UTM zone 51S,2101,projected,4400,,4326,16151,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2006-08-25,2002.151 2006.81,1,0
+32752,WGS 84 / UTM zone 52S,2103,projected,4400,,4326,16152,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2006-08-25,2002.151 2006.81,1,0
+32753,WGS 84 / UTM zone 53S,2105,projected,4400,,4326,16153,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2006-08-25,2002.151 2006.81,1,0
+32754,WGS 84 / UTM zone 54S,2107,projected,4400,,4326,16154,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,2006-08-25,2002.151 2006.81,1,0
 32755,WGS 84 / UTM zone 55S,2109,projected,4400,,4326,16155,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32756,WGS 84 / UTM zone 56S,2111,projected,4400,,4326,16156,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0
 32757,WGS 84 / UTM zone 57S,2113,projected,4400,,4326,16157,,,Large and medium scale topographic mapping and engineering survey.,,,EPSG,1995-06-02,,1,0

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_system.csv
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_system.csv	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/coordinate_system.csv	2007-09-19 08:45:41 UTC (rev 1074)
@@ -9,28 +9,38 @@
 4407,"Cartesian 2D CS.  Axes: easting, northing (E,N). Orientations: east, north.  UoM: lkCla.",Cartesian,2,Used in projected and engineering coordinate reference systems.,EPSG,EPSG,2001-04-29,,0
 4408,"Cartesian 2D CS.  Axes: easting, northing (E,N). Orientations: east, north.  UoM: ydInd.",Cartesian,2,Used in projected and engineering coordinate reference systems.,EPSG,EPSG,2001-04-29,,0
 4409,"Cartesian 2D CS.  Axes: easting, northing (E,N). Orientations: east, north.  UoM: ydSe.",Cartesian,2,Used in projected and engineering coordinate reference systems.,EPSG,EPSG,2001-04-29,,0
-4471,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 75 deg West, N along 165 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4472,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 60 deg West, N along 150 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4473,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 45 deg West, N along 135 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4474,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 15 deg West, N along 105 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4475,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 0 deg, N along 90 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4476,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 15 deg East, N along 75 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4477,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 45 deg East, N along 45 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4478,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 60 deg East, N along 30 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4479,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 75 deg East, N along 15 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4480,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 105 deg East, N along 15 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4481,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 120 deg East, N along 30 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4482,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 135 deg East, N along 45 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4483,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 165 deg East, N along 75 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4484,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 180 deg, N along 90 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4485,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 165 deg West, N along 105 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4486,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 135 deg West, N along 135 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4487,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 120 deg West, N along 150 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4488,"Cartesian 2D CS for SCAR PS.  Axes: E,N. Orientations: E along 105 deg West, N along 165 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
-4489,"Cartesian 2D CS for AAPS.  Axes: E,N. Orientations: E along 160 deg East, N along 70 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2003-09-22,,0
-4490,"Cartesian 2D CS for APS.  Axes: E,N. Orientations: E along 90 deg East, N along 0 deg meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2003-09-22,,0
+4410,"Cartesian 2D CS.  Axes: easting, northing (E,N). Orientations: east, north.  UoM: chSe(T).",Cartesian,2,Used in projected and engineering coordinate reference systems.,OGP,OGP,2006-07-24,,0
+4462,"Cartesian 2D CS for north polar azimuthal lonO 90 deg E.  Axes: X,Y. Orientations: X along 180 deg, Y along 90 deg West meridians.  UoM: m.",Cartesian,2,Used for North Pole tangential and secant projections.,OGP,OGP,2007-01-20,,0
+4463,"Cartesian 2D CS for north polar azimuthal lonO 10 deg E.  Axes: X,Y. Orientations: X along 100 deg East, Y along 170 deg West meridians.  UoM: m.",Cartesian,2,Used for North Pole tangential and secant projections.,OGP,OGP,2007-01-20,,0
+4464,"Cartesian 2D CS for north polar azimuthal lonO 180 deg.  Axes: X,Y. Orientations: X along 90 deg West, Y along 0 deg meridians.  UoM: m.",Cartesian,2,Used for North Pole tangential and secant projections.,OGP,OGP,2007-01-20,,0
+4465,"Cartesian 2D CS for north polar azimuthal lonO 40 deg W.  Axes: X,Y. Orientations: X along 50 deg East, Y along 140 deg East meridians.  UoM: m.",Cartesian,2,Used for North Pole tangential and secant projections.,OGP,OGP,2007-01-20,,0
+4466,"Cartesian 2D CS for north polar azimuthal lonO 100 deg W.  Axes: X,Y. Orientations: X along 10 deg West, Y along 80 deg East meridians.  UoM: m.",Cartesian,2,Used for North Pole tangential and secant projections.,OGP,OGP,2007-01-20,,0
+4467,"Cartesian 2D CS for north polar azimuthal lonO 150 deg W.  Axes: X,Y. Orientations: X along 60 deg West, Y along 30 deg East meridians.  UoM: m.",Cartesian,2,Used for North Pole tangential and secant projections.,OGP,OGP,2006-09-22,,0
+4468,"Cartesian 2D CS for north polar azimuthal lonO 45 deg W.  Axes: X,Y. Orientations: X along 45 deg East, Y along 135 deg East meridians.  UoM: m.",Cartesian,2,Used for North Pole tangential and secant projections.,OGP,OGP,2006-09-22,,0
+4469,"Cartesian 2D CS for north polar azimuthal lonO 0 deg.  Axes: X,Y. Orientations: X along 90 deg East, Y along 180 deg meridians.  UoM: m.",Cartesian,2,Used for North Pole tangential and secant projections.,OGP,OGP,2006-09-22,,0
+4470,"Cartesian 2D CS for south polar azimuthal lonO 0 deg.  Axes: X,Y. Orientations: X along 90 deg East, Y along 0 deg meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,OGP,OGP,2006-09-22,,0
+4471,"Cartesian 2D CS for south polar azimuthal lonO 165 deg W.  Axes: E,N. Orientations: E along 75 deg West, N along 165 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4472,"Cartesian 2D CS for south polar azimuthal lonO 150 deg W.  Axes: E,N. Orientations: E along 60 deg West, N along 150 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4473,"Cartesian 2D CS for south polar azimuthal lonO 135 deg W.  Axes: E,N. Orientations: E along 45 deg West, N along 135 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4474,"Cartesian 2D CS for south polar azimuthal lonO 105 deg W.  Axes: E,N. Orientations: E along 15 deg West, N along 105 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4475,"Cartesian 2D CS for south polar azimuthal lonO 90 deg W.  Axes: E,N. Orientations: E along 0 deg, N along 90 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4476,"Cartesian 2D CS for south polar azimuthal lonO 75 deg W.  Axes: E,N. Orientations: E along 15 deg East, N along 75 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4477,"Cartesian 2D CS for south polar azimuthal lonO 45 deg W.  Axes: E,N. Orientations: E along 45 deg East, N along 45 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4478,"Cartesian 2D CS for south polar azimuthal lonO 30 deg W.  Axes: E,N. Orientations: E along 60 deg East, N along 30 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4479,"Cartesian 2D CS for south polar azimuthal lonO 15 deg W.  Axes: E,N. Orientations: E along 75 deg East, N along 15 deg West meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4480,"Cartesian 2D CS for south polar azimuthal lonO 15 deg E.  Axes: E,N. Orientations: E along 105 deg East, N along 15 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4481,"Cartesian 2D CS for south polar azimuthal lonO 30 deg E.  Axes: E,N. Orientations: E along 120 deg East, N along 30 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4482,"Cartesian 2D CS for south polar azimuthal lonO 45 deg E.  Axes: E,N. Orientations: E along 135 deg East, N along 45 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4483,"Cartesian 2D CS for south polar azimuthal lonO 75 deg E.  Axes: E,N. Orientations: E along 165 deg East, N along 75 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4484,"Cartesian 2D CS for south polar azimuthal lonO 90 deg E.  Axes: E,N. Orientations: E along 180 deg, N along 90 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4485,"Cartesian 2D CS for south polar azimuthal lonO 105 deg E.  Axes: E,N. Orientations: E along 165 deg West, N along 105 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4486,"Cartesian 2D CS for south polar azimuthal lonO 135 deg E.  Axes: E,N. Orientations: E along 135 deg West, N along 135 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4487,"Cartesian 2D CS for south polar azimuthal lonO 150 deg E.  Axes: E,N. Orientations: E along 120 deg West, N along 150 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4488,"Cartesian 2D CS for south polar azimuthal lonO 165 deg E.  Axes: E,N. Orientations: E along 105 deg West, N along 165 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2005-04-14,,0
+4489,"Cartesian 2D CS for south polar azimuthal lonO 70 deg E.  Axes: E,N. Orientations: E along 160 deg East, N along 70 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2003-09-22,,0
+4490,"Cartesian 2D CS for south polar azimuthal lonO 0 deg.  Axes: E,N. Orientations: E along 90 deg East, N along 0 deg meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2003-09-22,,0
 4491,"Cartesian 2D CS.  Axes: westing, northing (W,N). Orientations: west, north.  UoM: m.",Cartesian,2,Used in old Danish coordinate reference systems.,Landmaelingar Islands (National Land Survey of Iceland).,EPSG,2001-04-29,,0
-4492,"Cartesian 2D CS for Terre Adelie PS.  Axes: X,Y. Orientations: X along 130 deg West, Y along 140 deg East meridians.  UoM: m.",Cartesian,2,Used for Terre Adelie South Pole secant projection.,EPSG,EPSG,2002-11-29,,0
+4492,"Cartesian 2D CS for south polar azimuthal lonO 140 deg E.  Axes: X,Y. Orientations: X along 130 deg West, Y along 140 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,EPSG,EPSG,2002-11-29,,0
 4493,"Cartesian 2D CS for UPS north.  Axes: N,E. Orientations: N along 0 then180 deg meridians, E along 90 deg East meridian.  UoM: m.",Cartesian,2,Used for North Pole tangential and secant projections.,DMA TM8358.2,EPSG,2002-12-23,,0
 4494,"Cartesian 2D CS for UPS south.  Axes: N,E. Orientations: N along 0 deg, E along 90 deg East meridians.  UoM: m.",Cartesian,2,Used for South Pole tangential and secant projections.,DMA TM8358.2,EPSG,2002-12-23,,0
 4495,"Cartesian 2D CS.  Axes: easting, northing (X,Y). Orientations: east, north.  UoM: ft.",Cartesian,2,Used in projected and engineering coordinate reference systems.,EPSG,EPSG,2001-11-06,,0
@@ -40,9 +50,12 @@
 4499,"Cartesian 2D CS.  Axes: easting, northing (X,Y). Orientations: east, north.  UoM: m.",Cartesian,2,Used in projected and engineering coordinate reference systems.,EPSG,EPSG,2001-04-29,,0
 4500,"Cartesian 2D CS.  Axes: northing, easting (N,E). Orientations: north, east.  UoM: m.",Cartesian,2,Used in projected and engineering coordinate reference systems.,EPSG,EPSG,2001-04-29,,0
 4501,"Cartesian 2D CS.  Axes: northing, westing (N,E). Orientations: north, west.  UoM: m.",Cartesian,2,Used in Danish projected coordinate reference systems. Note that second axis has abbreviation E but is positive west.,EPSG,EPSG,2002-01-26,,0
+4502,"Cartesian 2D CS.  Axes: northing, easting (N,E). Orientations: north, east.  UoM: ftCla.",Cartesian,2,Used in projected and engineering coordinate reference systems.,OGP,OGP,2006-09-25,,0
 4530,"Cartesian 2D CS.  Axes: northing, easting (X,Y). Orientations: north, east.  UoM: m.",Cartesian,2,Used in projected and engineering coordinate reference systems.,EPSG,EPSG,2001-04-29,,0
 4531,"Cartesian 2D CS.  Axes: northing, easting (x,y). Orientations: north, east.  UoM: m.",Cartesian,2,Used in projected and engineering coordinate reference systems.,EPSG,EPSG,2001-04-29,,0
 4532,"Cartesian 2D CS.  Axes: northing, easting (Y,X). Orientations: north, east.  UoM: m.",Cartesian,2,Used in projected and engineering coordinate reference systems.,EPSG,EPSG,2001-04-29,,0
+4533,"Cartesian 2D CS.  Axes:  northing, easting (X,Y). Orientations: north, east.  UoM: lk.",Cartesian,2,Used in projected and engineering coordinate reference systems.,OGP,OGP,2006-07-19,,0
+4534,"Cartesian 2D CS.  Axes:  northing, easting (no abbrev). Orientations: north, east.  UoM: m.",Cartesian,2,Used in projected coordinate reference systems for nautical charting.,OGP,OGP,2006-07-30,,0
 6401,"Ellipsoidal 3D CS. Axes: latitude, longitude, ellipsoidal height. Orientations: north, east, up.  UoM: DMSH, DMSH, m.",ellipsoidal,3,Used in geographic 3D coordinate reference systems. Preferred axis unit format for human interface.,EPSG,EPSG,2002-11-18,2002.85,1
 6402,"Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east.  UoM: DMSH.",ellipsoidal,2,Used in geographic 2D coordinate reference systems. Preferred axis unit format for human interface.,EPSG,EPSG,2002-11-18,2002.85,1
 6403,"Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east.  UoM: grads.",ellipsoidal,2,Used in geographic 2D coordinate reference systems.,EPSG,EPSG,2002-11-18,2002.85,0
@@ -66,10 +79,10 @@
 6421,"Ellipsoidal 3D CS. Axes: latitude, longitude, ellipsoidal height. Orientations: north, east, up.  UoM: grads, grads, metres.",ellipsoidal,3,Used in geographic 3D coordinate reference systems.,EPSG,EPSG,2002-11-22,,0
 6422,"Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east.  UoM: deg",ellipsoidal,2,"Coordinates referenced to this CS are in degrees. Any degree representation (e.g. DMSH, decimal, etc.) may be used but that used must be declared for the user by the supplier of data. Used in geographic 2D coordinate reference systems.",EPSG,EPSG,2004-01-05,,0
 6423,"Ellipsoidal 3D CS. Axes: latitude, longitude, ellipsoidal height. Orientations: north, east, up.  UoM: deg, deg, m.",ellipsoidal,3,"Horizontal coordinates referenced to this CS are in degrees. Any degree representation (e.g. DMSH, decimal, etc.) may be used but that used must be declared for the user. Used in geographic 3D coordinate reference systems.",EPSG,EPSG,2004-01-05,,0
-6496,Gravity-related CS. Axis: height (H). Orientation: up.  UoM: ft(Br36).,gravity-related,1,Used in vertical coordinate reference systems.,EPSG,EPSG,2003-06-27,,0
-6497,Gravity-related CS. Axis: height (H). Orientation: up.  UoM: ftUS.,gravity-related,1,Used in vertical coordinate reference systems.,EPSG,EPSG,2001-01-19,,0
-6498,Gravity-related CS. Axis: depth (D). Orientation: down.  UoM: m.,gravity-related,1,Used in vertical coordinate reference systems.,EPSG,EPSG,2001-01-19,,0
-6499,Gravity-related CS. Axis: height (H). Orientation: up.  UoM: m.,gravity-related,1,Used in vertical coordinate reference systems.,EPSG,EPSG,2001-01-19,,0
+6496,Vertical CS. Axis: height (H). Orientation: up.  UoM: ft(Br36).,vertical,1,Used in vertical coordinate reference systems.,EPSG,EPSG,2006-11-28,,0
+6497,Vertical CS. Axis: height (H). Orientation: up.  UoM: ftUS.,vertical,1,Used in vertical coordinate reference systems.,EPSG,EPSG,2006-11-28,,0
+6498,Vertical CS. Axis: depth (D). Orientation: down.  UoM: m.,vertical,1,Used in vertical coordinate reference systems.,EPSG,EPSG,2006-11-28,,0
+6499,Vertical CS. Axis: height (H). Orientation: up.  UoM: m.,vertical,1,Used in vertical coordinate reference systems.,EPSG,EPSG,2006-11-28,,0
 6500,"Earth centred, earth fixed, righthanded 3D coordinate system, consisting of 3 orthogonal axes with X and Y axes in the equatorial plane,  positive Z-axis parallel to mean earth rotation axis and pointing towards North Pole. UoM: m.",Cartesian,3,"Cartesian 3D CS, used in geocentric coordinate reference systems.",EPSG,EPSG,2001-01-19,,0
 6501,"Cartesian 2D CS.  Axes: southing, westing (X,Y). Orientations: south, west.  UoM: m.",Cartesian,2,Used in projected and engineering coordinate reference systems.,EPSG,EPSG,2001-04-29,,0
 6502,"Cartesian 2D CS.  Axes: westing, southing (Y,X). Orientations: west, south.  UoM: GLM.",Cartesian,2,Used in projected and engineering coordinate reference systems.,EPSG,EPSG,2001-04-29,,0

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/datum.c
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/datum.c	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/datum.c	2007-09-19 08:45:41 UTC (rev 1074)
@@ -1,402 +1,547 @@
 #include "defs.h"
-datafile_rows_t datum_row_0[] = {"DATUM_CODE","DATUM_NAME","DATUM_TYPE","ORIGIN_DESCRIPTION","REALIZATION_EPOCH","ELLIPSOID_CODE","PRIME_MERIDIAN_CODE","AREA_OF_USE_CODE","DATUM_SCOPE","REMARKS","INFORMATION_SOURCE","DATA_SOURCE","REVISION_DATE","CHANGE_ID","DEPRECATED ",NULL};
-datafile_rows_t datum_row_1[] = {"5100","Mean Sea Level","vertical","","","","","1262","Hydrography.","msl has geographic and temporal components.  Users are advised to not use this generic vertical datum but to define specific instances of msl based on knowledge of these components; for instance \"msl at xxx during 19yy\".","","EPSG","1996-04-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_2[] = {"5101","Ordnance Datum Newlyn","vertical","","","","","2792","Topographic mapping, geodetic survey.","","Ordnance Survey of Great Britain","EPSG","1996-10-18 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_3[] = {"5102","National Geodetic Vertical Datum 1929","vertical","26 tide gauges in the US and Canada.","1929","","","1323","Topographic mapping, geodetic survey.","","","EPSG","1996-09-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_4[] = {"5103","North American Vertical Datum 1988","vertical","Father's Point, Rimouski, Quebec.","1988","","","1325","Topographic mapping, geodetic survey.","","","EPSG","1996-09-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_5[] = {"5104","Yellow Sea 1956","vertical","2 years tide readings at Qingdao.","1956","","","1067","Topographic mapping, geodetic survey.","Superseded by Yellow Sea 1985 datum.","","EPSG","2002-06-22 00:00:00","2002.16","0 ",NULL};
-datafile_rows_t datum_row_6[] = {"5105","Baltic Sea","vertical","Average water level at Kronshtadt","","","","1284","Topographic mapping, geodetic survey.","","","EPSG","1996-09-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_7[] = {"5106","Caspian Sea","vertical","Defined as -28.0m Baltic datum","","","","1291","Hydrography.","","","EPSG","1996-09-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_8[] = {"5107","Nivellement general de la France","vertical","Mean sea level at Marseille","","","","1326","Topographic mapping, geodetic survey.","The CNIG states that NGF is a general term applying to all vertical network readjustments of France and recommends more specific terminology. See codes 5118-5120.","Conseil National de l'Information Geographique groupe de travail \"Reseaux de Nivellement\" recommendations v5.1 April 1994.","EPSG","1996-09-12 00:00:00","","1 ",NULL};
-datafile_rows_t datum_row_9[] = {"5109","Normaal Amsterdams Peil","vertical","","","","","1172","Topographic mapping, geodetic survey, hydrography.","","Nederlandse Commissie voor Geodesie publication 30; 1993","EPSG","1996-09-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_10[] = {"5110","Oostende","vertical","Mean low water during 1958","1958","","","1044","Topographic mapping, geodetic survey.","","Nederlandse Commissie voor Geodesie publication 30; 1993","EPSG","1996-09-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_11[] = {"5111","Australian Height Datum","vertical","MSL 1966-68 at 30 gauges around coast.","1968","","","1281","Topographic mapping, geodetic survey.","","http://www.auslig.gov.au/geodesy","EPSG","1996-09-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_12[] = {"5112","Australian Height Datum (Tasmania)","vertical","MSL 1972 at Hobart and Burnie.","1972","","","1282","Topographic mapping, geodetic survey.","","","EPSG","1996-09-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_13[] = {"5113","Sea Level","vertical","","","","","1262","Hydrography.","An unspecified local vertical datum not recommended for use.","","EPSG","1996-09-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_14[] = {"5114","Canadian Vertical Datum of 1928","vertical","","1928","","","1289","Topographic mapping, geodetic survey.","","","EPSG","1996-12-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_15[] = {"5115","Piraeus Harbour 1986","vertical","MSL determined during 1986.","1986","","","1106","Topographic mapping, geodetic survey.","","Geodesy Department; Public Pertoleum Corporation of Greece","EPSG","1997-06-16 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_16[] = {"5116","Helsinki 1960","vertical","MSL at Helsinki during 1960.","1960","","","1095","Topographic mapping, geodetic survey.","","www.nls.fi/maa/papers/kkj.html","EPSG","1997-07-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_17[] = {"5117","Rikets hojdsystem 1970","vertical","","1970","","","1225","Topographic mapping, geodetic survey.","","National Land Survey of Sweden","EPSG","2003-02-08 00:00:00","2002.48","0 ",NULL};
-datafile_rows_t datum_row_18[] = {"5118","Nivellement general de la France - Lalle","vertical","Mean sea level at Marseille.","","","","1326","Geodetic survey, topographic mapping, engineering survey.","","Conseil National de l'Information Geographique groupe de travail \"Reseaux de Nivellement\" recommendations v5.1 April 1994.","EPSG","1997-11-13 00:00:00","2001.47","0 ",NULL};
-datafile_rows_t datum_row_19[] = {"5119","Nivellement general de la France - IGN69","vertical","Mean sea level at Marseille.","1969","","","1326","Geodetic survey, topographic mapping, engineering survey.","Normal heights.","Conseil National de l'Information Geographique groupe de travail \"Reseaux de Nivellement\" recommendations v5.1 April 1994.","EPSG","1997-11-13 00:00:00","2001.47","0 ",NULL};
-datafile_rows_t datum_row_20[] = {"5120","Nivellement general de la France - IGN78","vertical","Mean Sea Level Ajaccio","1978","","","1327","Geodetic survey, topographic mapping, engineering survey.","Normal heights.","Conseil National de l'Information Geographique groupe de travail \"Reseaux de Nivellement\" recommendations v5.1 April 1994.","EPSG","1997-11-13 00:00:00","2001.47","0 ",NULL};
-datafile_rows_t datum_row_21[] = {"5121","Maputo","vertical","Mean sea level at Maputo.","","","","1167","Topographic mapping.","","Direcção Nacional de Geografia e Cadastral (DINAGECA).","EPSG","1998-04-16 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_22[] = {"5122","Japanese Standard Levelling Datum 1949","vertical","24.4140 metres above mean sea level Tokyo Bay.","1949","","","1129","Topographic mapping, geodetic survey.","","Ministry of Construction; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html","EPSG","2002-06-22 00:00:00","2002.08","0 ",NULL};
-datafile_rows_t datum_row_23[] = {"5123","PDO Height Datum 1993","vertical","","1993","","","1183","Oil industry mapping.","Misclosure between Muscat and Salalah less than .5 meters with differences from of up to 5 meters from old Fahud Datum.  The PHD93 adjustment was initially known as the Spine.  Supercedes Fahud Vertical Datum (Code 5124) from 1993.","Petroleum Development Oman","EPSG","1999-04-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_24[] = {"5124","Fahud Height Datum","vertical","","","","","1183","Oil industry mapping.","Superceded by PHD93 Datum (Code 5123) in 1993.  Based on reciprocal trigonometric heighting based on single MSL determination at Mina Al Fahal.","Petroleum Development Oman","EPSG","1999-04-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_25[] = {"5125","Ha Tien 1960","vertical","","1960","","","1302","Topographic mapping, geodetic survey.","In Vietnam replaced by Hon Dau in 1992.","","EPSG","1999-10-20 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_26[] = {"5126","Hon Dau 1992","vertical","","1992","","","1252","Topographic mapping, geodetic survey.","Supersedes Ha Tien in Vietnam.","","EPSG","1999-10-20 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_27[] = {"5127","Landesnivellement 1902","vertical","Origin at Repere Pierre du Niton (RPN) 373.6 metres above msl derived at Marseille.","1902","","","1286","Topographic mapping, geodetic survey.","","Bundesamt für Landestopographie","EPSG","1999-10-20 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_28[] = {"5128","Landeshohennetz 1995","vertical","Origin at Repere Pierre du Niton (RPN) 373.6 metres above msl derived at Marseille.","1995","","","1286","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Bundesamt für Landestopographie","EPSG","1999-10-20 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_29[] = {"5129","European Vertical Reference Frame 2000","vertical","Geopotential number at Normaal Amsterdams Peil is zero.","2000","","","1299","Geodesy.","Realised by geopotential numbers and normal heights of the United European Levelling Network.","","EPSG","2000-10-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_30[] = {"5130","Malin Head","vertical","Mean sea level between January 1960 and December 1969.","1970","","","1305","Topographic mapping","","Ordnance Survey of Ireland","EPSG","2001-11-06 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_31[] = {"5131","Belfast Lough","vertical","Mean sea level between 1951 and 1956 at Clarendon Dock, Belfast.","1957","","","2530","Large scale (1:1,250, 1:2,500 and 1:10,000) topographic mapping.","Malin Head (datum code 5130) used for 1:50,000 and smaller mapping.","Ordnance Survey of Northern Ireland","EPSG","2002-09-19 00:00:00","2002.62","0 ",NULL};
-datafile_rows_t datum_row_32[] = {"5132","Dansk Normal Nul","vertical","","","","","1080","Topographic mapping and engineering survey","","Kort & Matrikelstyrelsen","EPSG","2001-11-06 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_33[] = {"5133","AIOC 1995","vertical","Average level of Caspian Sea at the Oil Rocks tide gauge June-September 1995.","1995","","","2592","Oil industry mapping.","AIOC 1995 datum is 1.7m above Caspian datum and 26.3m below Baltic datum.","BP","EPSG","2002-02-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_34[] = {"5134","Black Sea","vertical","","","","","1102","Hydrographic surveying and since break-up of Former Soviet Union also topographic mapping.","Black Sea datum is 0.4m below Baltic datum.","BP","EPSG","2002-02-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_35[] = {"5135","Hong Kong Principal Datum","vertical","1.23m below the mean of 19 years (1965-83) observations of tide levels at North Point, Victoria Harbour.","1980","","","1118","Geodetic survey, engineering survey, cadastre.","","Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm","EPSG","2002-06-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_36[] = {"5136","Hong Kong Chart Datum","vertical","Approximates to Lowest Astronomic Tide level (LAT).","","","","1118","Hydrographic survey and charting.","Chart datum is 0.15 metres below Hong Kong Principal Datum (code 5135) and 1.38m below MSL at Quarry Bay.","Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm","EPSG","2002-06-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_37[] = {"5137","Yellow Sea 1985","vertical","20 years tide readings at Qingdao.","1985","","","1067","Topographic mapping, geodetic survey.","Supersedes Yellow Sea 1956 datum.","Guangdong Province Land Resource Information Centre","EPSG","2002-06-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_38[] = {"5138","Ordnance Datum Newlyn (Orkney Isles)","vertical","","","","","2793","Topographic mapping, geodetic survey.","Connected to Newlyn datum by triangulation from the British mainland.","Ordnance Survey of Great Britain","EPSG","2002-09-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_39[] = {"5139","Fair Isle","vertical","","","","","2794","Topographic mapping, geodetic survey.","","Ordnance Survey of Great Britain","EPSG","2002-09-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_40[] = {"5140","Lerwick","vertical","","","","","2795","Topographic mapping, geodetic survey.","","Ordnance Survey of Great Britain","EPSG","2002-09-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_41[] = {"5141","Foula","vertical","","","","","2796","Topographic mapping, geodetic survey.","","Ordnance Survey of Great Britain","EPSG","2002-09-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_42[] = {"5142","Sule Skerry","vertical","","","","","2797","Topographic mapping, geodetic survey.","","Ordnance Survey of Great Britain","EPSG","2002-09-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_43[] = {"5143","North Rona","vertical","","","","","2798","Topographic mapping, geodetic survey.","","Ordnance Survey of Great Britain","EPSG","2002-09-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_44[] = {"5144","Stornoway","vertical","","","","","2799","Topographic mapping, geodetic survey.","","Ordnance Survey of Great Britain","EPSG","2002-09-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_45[] = {"5145","St. Kilda","vertical","","","","","2800","Topographic mapping, geodetic survey.","","Ordnance Survey of Great Britain","EPSG","2002-09-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_46[] = {"5146","Flannan Isles","vertical","","","","","1264","Topographic mapping, geodetic survey.","","Ordnance Survey of Great Britain","EPSG","2002-09-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_47[] = {"5147","St. Marys","vertical","","","","","2802","Topographic mapping, geodetic survey.","","Ordnance Survey of Great Britain","EPSG","2002-09-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_48[] = {"5148","Douglas","vertical","","","","","2803","Topographic mapping, geodetic survey.","","Ordnance Survey of Great Britain","EPSG","2002-09-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_49[] = {"5149","Fao","vertical","","","","","2806","Topographic mapping, geodetic survey.","Established by Hunting Surveys for IPC. Superseded by Bandar Abbas (code 5150). At time of record creation NIOC data in Ahwaz area still usually referenced to Fao.","National Iranian Oil Company (NIOC).","EPSG","2002-09-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_50[] = {"5150","Bandar Abbas","vertical","Average sea level at Bandar Abbass 1995-2001.","2001","","","1123","Topographic mapping, geodetic survey.","Supersedes Fao (code 5149).","National Cartographic Centre of Iran","EPSG","2002-09-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_51[] = {"5151","Nivellement General Nouvelle Caledonie","vertical","","","","","1174","Geodetic survey, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_52[] = {"5152","Poolbeg","vertical","Low water mark of the spring tide on the 8 April 1837 at Poolbeg Lighthouse, Dublin.","1837","","","1305","Topographic mapping before 1956 in Northern Ireland and 1970 in the Republic of Ireland.","Superseded by Belfast Lough and Malin Head (datum codes 5130-31).","\"The Irish Grid - A Description of the Co-ordinate Reference System\" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.","EPSG","2003-06-27 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_53[] = {"5153","Nivellement General Guyanais 1977","vertical","","","","","1097","Geodetic survey, topographic mapping, engineering survey.","Normal heights.","IGN Paris","EPSG","2003-06-27 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_54[] = {"5154","IGN 1987","vertical","","","","","1156","Geodetic survey, topographic mapping, engineering survey.","","IGN Paris","EPSG","2003-06-27 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_55[] = {"5155","IGN 1988","vertical","","","","","1109","Geodetic survey, topographic mapping, engineering survey.","","IGN Paris","EPSG","2003-06-27 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_56[] = {"5156","IGN 1989","vertical","","","","","1196","Geodetic survey, topographic mapping, engineering survey.","","IGN Paris","EPSG","2003-06-27 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_57[] = {"6001","Not specified (based on Airy 1830 ellipsoid)","geodetic","","","7001","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_58[] = {"6002","Not specified (based on Airy Modified 1849 ellipsoid)","geodetic","","","7002","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_59[] = {"6003","Not specified (based on Australian National Spheroid)","geodetic","","","7003","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_60[] = {"6004","Not specified (based on Bessel 1841 ellipsoid)","geodetic","","","7004","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_61[] = {"6005","Not specified (based on Bessel Modified ellipsoid)","geodetic","","","7005","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_62[] = {"6006","Not specified (based on Bessel Namibia ellipsoid)","geodetic","","","7046","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2001-01-21 00:00:00","96.08  2000.42  2001.15","0 ",NULL};
-datafile_rows_t datum_row_63[] = {"6007","Not specified (based on Clarke 1858 ellipsoid)","geodetic","","","7007","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_64[] = {"6008","Not specified (based on Clarke 1866 ellipsoid)","geodetic","","","7008","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_65[] = {"6009","Not specified (based on Clarke 1866 Michigan ellipsoid)","geodetic","","","7009","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_66[] = {"6010","Not specified (based on Clarke 1880 (Benoit) ellipsoid)","geodetic","","","7010","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_67[] = {"6011","Not specified (based on Clarke 1880 (IGN) ellipsoid)","geodetic","","","7011","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_68[] = {"6012","Not specified (based on Clarke 1880 (RGS) ellipsoid)","geodetic","","","7012","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_69[] = {"6013","Not specified (based on Clarke 1880 (Arc) ellipsoid)","geodetic","","","7013","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_70[] = {"6014","Not specified (based on Clarke 1880 (SGA 1922) ellipsoid)","geodetic","","","7014","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_71[] = {"6015","Not specified (based on Everest 1830 (1937 Adjustment) ellipsoid)","geodetic","","","7015","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_72[] = {"6016","Not specified (based on Everest 1830 (1967 Definition) ellipsoid)","geodetic","","","7016","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_73[] = {"6018","Not specified (based on Everest 1830 Modified ellipsoid)","geodetic","","","7018","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_74[] = {"6019","Not specified (based on GRS 1980 ellipsoid)","geodetic","","","7019","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_75[] = {"6020","Not specified (based on Helmert 1906 ellipsoid)","geodetic","","","7020","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_76[] = {"6021","Not specified (based on Indonesian National Spheroid)","geodetic","","","7021","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_77[] = {"6022","Not specified (based on International 1924 ellipsoid)","geodetic","","","7022","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_78[] = {"6024","Not specified (based on Krassowsky 1940 ellipsoid)","geodetic","","","7024","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_79[] = {"6025","Not specified (based on NWL 9D ellipsoid)","geodetic","","","7025","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_80[] = {"6027","Not specified (based on Plessis 1817 ellipsoid)","geodetic","","","7027","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_81[] = {"6028","Not specified (based on Struve 1860 ellipsoid)","geodetic","","","7028","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_82[] = {"6029","Not specified (based on War Office ellipsoid)","geodetic","","","7029","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_83[] = {"6030","Not specified (based on WGS 84 ellipsoid)","geodetic","","","7030","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_84[] = {"6031","Not specified (based on GEM 10C ellipsoid)","geodetic","","","7031","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_85[] = {"6032","Not specified (based on OSU86F ellipsoid)","geodetic","","","7032","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_86[] = {"6033","Not specified (based on OSU91A ellipsoid)","geodetic","","","7033","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_87[] = {"6034","Not specified (based on Clarke 1880 ellipsoid)","geodetic","","","7034","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","96.08  2000.42","0 ",NULL};
-datafile_rows_t datum_row_88[] = {"6035","Not specified (based on Authalic Sphere)","geodetic","","","7035","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown. Deprecated and superseded by 6047.","EPSG","EPSG","2001-06-05 00:00:00","96.08  2000.42","1 ",NULL};
-datafile_rows_t datum_row_89[] = {"6036","Not specified (based on GRS 1967 ellipsoid)","geodetic","","","7036","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","2000.42","0 ",NULL};
-datafile_rows_t datum_row_90[] = {"6041","Not specified (based on Average Terrestrial System 1977 ellipsoid)","geodetic","","","7041","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","2000.42","0 ",NULL};
-datafile_rows_t datum_row_91[] = {"6042","Not specified (based on Everest (1830 Definition) ellipsoid)","geodetic","","","7042","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","2000.42","0 ",NULL};
-datafile_rows_t datum_row_92[] = {"6043","Not specified (based on WGS 72 ellipsoid)","geodetic","","","7043","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","2000.42","0 ",NULL};
-datafile_rows_t datum_row_93[] = {"6044","Not specified (based on Everest 1830 (1962 Definition) ellipsoid)","geodetic","","","7044","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","2000.42","0 ",NULL};
-datafile_rows_t datum_row_94[] = {"6045","Not specified (based on Everest 1830 (1975 Definition) ellipsoid)","geodetic","","","7045","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03 00:00:00","2000.42","0 ",NULL};
-datafile_rows_t datum_row_95[] = {"6047","Not specified (based on GRS 1980 Authalic Sphere)","geodetic","","","7047","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2001-06-25 00:00:00","2001.19","0 ",NULL};
-datafile_rows_t datum_row_96[] = {"6120","Greek","geodetic","Fundamental point: Athens Observatory; latitude 37 deg 58 min 20.132 sec N; longitude 23 deg 42 min 58.815 sec E of Greenwich","","7004","8901","1106","Topographic mapping.","See geodetic datum alias 6404.  Used as basis of topographic mapping based on Hatt projection.","Topography Department; National Technical University of Athens","EPSG","1997-06-16 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_97[] = {"6121","Greek Geodetic Reference System 1987","geodetic","Fundamental point: Dionysos; latitude 38 deg 04 min 33.8 sec N; longitude 23 deg 55 min 51.0 sec E of Greenwich; geoid height 7.0 m.","1987","7019","8901","1106","Topographic mapping.","Superseded (old) Greek datum.  Oil industry work based on ED50.","L. Portokalakis; Public Petroleum Corporation of Greece","EPSG","1997-06-16 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_98[] = {"6122","Average Terrestrial System 1977","geodetic","","1977","7041","8901","1283","Topographic mapping.","In use from 1979.  To be phased out in late 1990's.","New Brunswick Geographic Information Corporation land and water information standards manual.","EPSG","1997-07-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_99[] = {"6123","Kartasto Koordinaati Jarjestelma 1966","geodetic","Adjustment with fundamental point SF31 based on ED50 transformed to best fit the older VVJ adjustment.","1966","7022","8901","1095","Geodetic survey, cadastre, topographic mapping, engineering survey.","Adopted in 1970.","www.nls.fi/maa/papers/kkj.html","EPSG","1997-07-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_100[] = {"6124","Rikets koordinatsystem 1990","geodetic","","1982","7004","8901","1225","Geodetic survey, cadastre, topographic mapping, engineering survey.","Supersedes RT38 adjustment (datum code 6308)","National Land Survey of Sweden","EPSG","1997-11-13 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_101[] = {"6125","Samboja","geodetic","Original origin station P2 Exc now destroyed.  Extensions recomputed using Toran station T9 as origin.","","7004","8901","1328","Topographic mapping.","","Total Indonesia.","EPSG","1997-11-13 00:00:00","","1 ",NULL};
-datafile_rows_t datum_row_102[] = {"6126","Lithuania 1994 (ETRS89)","geodetic","Constrained to 4 ETRS89 points in Lithuania from the EUREF Baltic 1992 campaign..","1994","7019","8901","1145","Topographic mapping, geodetic survey.","Densification of ETRS89 during the 1992 Baltic campaign.","HNIT-Baltic GeoInfoServisas","EPSG","1998-03-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_103[] = {"6127","Tete","geodetic","Fundamental point: Tete.","","7008","8901","1167","Topographic mapping.","","Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).","EPSG","1998-04-16 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_104[] = {"6128","Madzansua","geodetic","Fundamental point: Madzansua.","","7008","8901","1315","Topographic mapping.","Superseded by transformation to Tete datum (datum code 6127).","Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).","EPSG","1998-04-16 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_105[] = {"6129","Observatario","geodetic","Fundamental point: Maputo observatory.","","7008","8901","1329","Topographic mapping.","Superseded by transformation to Tete datum (datum code 6127).","Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).","EPSG","1998-04-16 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_106[] = {"6130","Moznet (ITRF94)","geodetic","ITRF 1994 epoch 20","","7030","8901","1167","Topographic mapping.","","Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).","EPSG","1998-04-16 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_107[] = {"6131","Indian 1960","geodetic","DMA extension over IndoChina of the Indian 1954 network adjusted  to better fit local geoid.","","7015","8901","1302","Topographic mapping.","Also known as Indian (DMA Reduced).","","EPSG","2003-12-31 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_108[] = {"6132","Final Datum 1958","geodetic","Fundamental point: Maniyur.  Latitude: 31 deg 23 min 59.19 sec N; Longitude: 48 deg 32 min 31.38 sec E (of Greenwich).","","7012","8901","1300","Oil industry mapping.","Network included in Nahrwan 1967 adjustment.","IOEPC records","EPSG","1998-11-11 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_109[] = {"6133","Estonia 1992","geodetic","Densification from 4  ETRS89 points.","1992","7019","8901","1090","Topographic mapping, Geodetic survey.","Based on ETRS89 as established during the 1992 Baltic campaign. Superseded by Estonia 1997 adjustment (code 6180).","http://www.geo.ut.ee/~raivo/estcoord.html","EPSG","1998-12-14 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_110[] = {"6134","PDO Survey Datum 1993","geodetic","Adjustment best fitted to Fahud network.","1993","7012","8901","1183","Oil industry mapping.","Supersedes Fahud datum (code 6232). Maximum differences to Fahud adjustment are 20 metres.","Petroleum Development Oman","EPSG","1999-04-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_111[] = {"6135","Old Hawaiian","geodetic","Fundamental point: Oahu West Base Astro.  Latitude: 21 deg 18 min 13.89 sec N; longitude 157 deg 50 min 55.79 sec W (of Greenwich)","","7008","8901","1334","Topographic mapping.","Hawaiian Islands were never on NAD27 but rather on Old Hawaiian Datum.  NADCON conversion program provides transformation from Old Hawaiian Datum to NAD83 (original 1986 realization) but making the transformation appear to user as if from NAD27.","http://www.ngs.noaa.gov/ (NADCON readme file) and the NIMA publication http://164.214.2.59/publications/guides/Datum_Pamphlet/datum.html","EPSG","1999-05-24 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_112[] = {"6136","St. Lawrence Island","geodetic","","","7008","8901","1332","Topographic mapping.","Many Alaskan islands were never on NAD27 but rather on independent datums.  NADCON conversion program provides transformation from St. Lawrence Island Datum to NAD83 (original 1986 realization) - making the transformation appear to user as if from NAD27.","http://www.ngs.noaa.gov/ (NADCON readme file)","EPSG","1999-05-24 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_113[] = {"6137","St. Paul Island","geodetic","Fundamental point latitude: 57 deg 07 min 16.86 sec N; longitude: 170 deg 16 min 24.00 sec W (of Greenwich).","","7008","8901","1333","Topographic mapping.","Many Alaskan islands were never on NAD27 but rather on independent datums.  NADCON conversion program provides transformation from St. Paul Island Datum to NAD83 (original 1986 realization) - making the transformation appear to user as if from NAD27.","http://www.ngs.noaa.gov/ (NADCON readme file)","EPSG","1999-05-24 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_114[] = {"6138","St. George Island","geodetic","Fundamental point latitude: 56 deg 36 min 11.31 sec N; longitude: 169 deg 32 min 36.00 sec W (of Greenwich).","","7008","8901","1331","Topographic mapping.","Many Alaskan islands were never on NAD27 but rather on independent datums.  NADCON conversion program provides transformation from St. George Island Datum to NAD83 (original 1986 realization) - making the transformation appear to user as if from NAD27.","http://www.ngs.noaa.gov/ (NADCON readme file)","EPSG","2003-12-31 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_115[] = {"6139","Puerto Rico","geodetic","Fundamental point: Cardona Island Lighthouse. Latitude:17 deg 57 min 31.40 sec N; Longitude: 66 deg 38 min 07.53 sec W (of Greenwich).","1901","7008","8901","1335","Topographic mapping.","NADCON conversion program provides transformation from Puerto Rico Datum to NAD83 (original 1986 realization) but making the transformation appear to user as if from NAD27.","Ordnance Survey of Great Britain and http://www.ngs.noaa.gov/ (NADCON readme file).","EPSG","2003-12-31 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_116[] = {"6140","NAD83 Canadian Spatial Reference System","geodetic","","1998","7019","8901","1336","Geodetic survey.","Supersedes ATS77 from 1999 in New Brunswick.","Service New Brunswick Land and Information Standards Manual","EPSG","1999-10-20 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_117[] = {"6141","Israel","geodetic","Fundamental point:  Latitude: 31 deg 44 min 03.817 sec N; Longitude: 35 deg 12 min 16.261 sec E (of Greenwich).","","7019","8901","2603","Topographic mapping.","","Survey of Israel.","EPSG","2002-06-22 00:00:00","2002.34","0 ",NULL};
-datafile_rows_t datum_row_118[] = {"6142","Locodjo 1965","geodetic","Fundamental point: T5 Banco. Latitude: 5 deg 18 min 50.5 sec N; Longitude: 4 deg 02 min 05.1 sec W (of Greenwich).","1965","7012","8901","1075","Topographic mapping.","","IGN Paris.","EPSG","1999-10-20 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_119[] = {"6143","Abidjan 1987","geodetic","Fundamental point: Abidjan I. Latitude: 5 deg 18 min 51.01 sec N; Longitude: 4 deg 02 min 06.04 sec W (of Greenwich).","1987","7012","8901","1075","Topographic mapping.","","IGN Paris.","EPSG","1999-10-20 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_120[] = {"6144","Kalianpur 1937","geodetic","Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).","1937","7015","8901","1308","Topographic mapping.","Supersedes 1880 adjustment except for topographic mapping.  Superseded in Pakistan by 1962 metrication conversion and in India by 1975 metrication conversion.","G. Bomford; \"The Re-adjustment of the Indian Triangulation\"; Survey of India Professional Paper 28; 1939.","EPSG","1999-10-20 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_121[] = {"6145","Kalianpur 1962","geodetic","Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).","1962","7044","8901","1184","Topographic mapping.","1937 adjustment rescaled by ratio metric conversions of Indian foot (1937) to Indian foot (1962).","","EPSG","1999-10-20 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_122[] = {"6146","Kalianpur 1975","geodetic","Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).","1975","7045","8901","1121","Topographic mapping.","1937 adjustment rescaled by ratio metric conversions of Indian foot (1937) to Indian foot (1975).","","EPSG","1999-10-20 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_123[] = {"6147","Hanoi 1972","geodetic","","1972","7024","8901","1252","Geodetic survey, cadastre, topographic mapping, engineering survey.","","PetroVietnam","EPSG","1999-10-20 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_124[] = {"6148","Hartebeesthoek94","geodetic","Coincident with ITRF91 (1994.0) at Hartebeesthoek astronomical observatory near Pretoria.","1994","7030","8901","1215","Geodetic survey, cadastre, topographic mapping, engineering survey.","Supersedes Cape datum (code 6222).","Directorate of Surveys and Mapping; http://w3sli.wcape.gov.za/surveys/mapping/wgs84.htm","EPSG","2000-01-06 00:00:00","99.96","0 ",NULL};
-datafile_rows_t datum_row_125[] = {"6149","CH1903","geodetic","Fundamental point: Old Bern observatory. Latitude: 46 deg 57 min 08.660 sec N; Longitude: 7 deg 26 min 22.500 sec E (of Greenwich).","1903","7004","8901","1286","Topographic mapping.","","Bundesamt für Landestopographie","EPSG","1999-10-20 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_126[] = {"6150","CH1903+","geodetic","Fundamental point: Zimmerwald observatory.","","7004","8901","1286","Geodetic survey, topographic mapping.","","Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.","EPSG","2001-11-06 00:00:00","2001.52","0 ",NULL};
-datafile_rows_t datum_row_127[] = {"6151","Swiss Terrestrial Reference Frame 1995","geodetic","ETRF89 at 1993.0","1995","7019","8901","1286","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.","EPSG","1999-10-20 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_128[] = {"6152","NAD83 (High Accuracy Regional Network)","geodetic","","","7019","8901","1337","Geodetic survey.","","National Geodetic Survey","EPSG","1999-10-20 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_129[] = {"6153","Rassadiran","geodetic","Fundamental point: Total1. Latitude: 27 deg 31 min 07.784 sec N; Longitude: 52 deg 36 min 12.741 sec E (of Greenwich).","","7022","8901","1338","Oil industry mapping.","","Total-Fina","EPSG","1999-11-20 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_130[] = {"6154","European Datum 1950(1977)","geodetic","Extension of ED50 over Iran.","1977","7022","8901","1123","Topographic mapping.","Sometimes referred to as ED50-ED77.","National Cartographic Centre of Iran","EPSG","1999-11-20 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_131[] = {"6155","Dabola 1981","geodetic","","1981","7011","8901","1112","Topographic mapping.","","IGN Paris","EPSG","1999-12-09 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_132[] = {"6156","Jednotne Trigonometricke Site Katastralni","geodetic","Modification of Austrian MGI datum, code 6312.","","7004","8901","1306","Geodetic survey, cadastre, topographic mapping, engineering survey.","S-JTSK = System of the Unified Trigonometrical Cadastral Network.","Research Institute for Geodesy Topography and Cartography (VUGTK); Prague.","EPSG","2001-11-06 00:00:00","2001.26  2001.51","0 ",NULL};
-datafile_rows_t datum_row_133[] = {"6157","Mount Dillon","geodetic","Fundamental point: Mount Dillon triangulation station. Latitude: 11 deg 15 min 07.843 sec N; Longitude: 60 deg 41 min 09.632 sec W (of Greenwich).","","7007","8901","1322","Topographic mapping.","","University of the West Indies Geodetic Services.","EPSG","2003-12-31 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_134[] = {"6158","Naparima 1955","geodetic","Fundamental point: Naparima. Latitude: 10 deg 16 min 44.860 sec N; Longitude: 61 deg 27 min 34.620 sec W (of Greenwich).","1955","7022","8901","1339","Topographic mapping.","Naparima 1972 is an extension of the Naparima 1955 network of Trinidad to include Tobago.","Ordnance Survey International.","EPSG","2000-03-07 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_135[] = {"6159","European Libyan Datum 1979","geodetic","Extension of ED50 over Libya.","1979","7022","8901","1143","Topographic mapping.","","Brown and Root","EPSG","2003-12-31 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_136[] = {"6160","Chos Malal 1914","geodetic","Chos Malal police station.","1914","7022","8901","1292","Oil industry mapping.","Also known as Quini-Huao.  Superseded by Campo Inchauspe (code 6221).","Various oil company records.","EPSG","2000-03-07 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_137[] = {"6161","Pampa del Castillo","geodetic","","","7022","8901","1265","Oil industry mapping.","Used in Comodoro Rivadavia area.  Superseded by Campo Inchauspe (code 6221).","Various oil company records.","EPSG","2000-03-07 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_138[] = {"6162","Korean Datum 1985","geodetic","Fundamental point: Suwon; latitude 37 deg 16 min 31.9034 sec N; longitude 127 deg 03 min 05.1451 sec E of Greenwich.","1985","7004","8901","1135","Topographic mapping.","","Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1999. http://www.asprs.org/resources.html","EPSG","2000-03-07 00:00:00","2001.28","0 ",NULL};
-datafile_rows_t datum_row_139[] = {"6163","Yemen National Geodetic Network 1996","geodetic","Sana'a IGN reference marker","1996","7030","8901","1257","Topographic mapping.","","IGN Paris","EPSG","2000-03-07 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_140[] = {"6164","South Yemen","geodetic","","","7024","8901","1340","Topographic mapping.","","IGN Paris","EPSG","2000-03-07 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_141[] = {"6165","Bissau","geodetic","","","7022","8901","1113","Topographic mapping.","","NIMA TR8350.2","EPSG","2000-03-07 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_142[] = {"6166","Korean Datum 1995","geodetic","","1995","7030","8901","1135","Topographic mapping.","","NIMA TR8350.2  ftp://164.214.2.65/pub/gg/tr8350.2/changes.pdf","EPSG","2000-05-08 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_143[] = {"6167","New Zealand Geodetic Datum 2000","geodetic","Based on ITRF96 at epoch 2000.0","2000","7019","8901","1175","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Land Information New Zealand. http://www.linz.govt.nz/rcs/linz/pub/web/root/core/SurveySystem/GeodeticInfo/GeodeticDatums/nzgd2000factsheet/index.jsp","EPSG","2000-10-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_144[] = {"6168","Accra","geodetic","Fundamental point: GCS Station 547. Latitude: 5 deg 23 min 43.3 sec N; Longitude: 0 deg 11 min 52.3 sec W (of Greenwich).","","7029","8901","1104","Topographic mapping.","Superseded in 1978 by Leigon datum (code 6250).","Ordnance Survey International","EPSG","2000-10-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_145[] = {"6169","American Samoa 1962","geodetic","Fundamental point: Betty 13 eccentric. Latitude: 14 deg 20 min 08.34 sec S; longitude: 170 deg 42 min 52.25 sec W","1962","7008","8901","1027","Topographic mapping.","","NIMA TR8350.2 revision of January 2000. Oil industry sources for origin description details.","EPSG","2003-12-31 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_146[] = {"6170","Sistema de Referencia Geocentrico para America del Sur","geodetic","ITRF94 epoch 1995.42.","1995","7019","8901","1342","Geodetic survey.","Realised by a frame of 58 stations observed in 1995 and adjusted in the ITRF94.","NIMA TR8350.2 revision of January 2000.","EPSG","2000-10-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_147[] = {"6171","Reseau Geodesique Francais 1993","geodetic","Coincident with ETRS89 at epoch 1993.0","1993","7019","8901","1096","Geodetic survey.","","http://www.ign.fr/fr/PI/activites/geodesie/rgf93/RGF/rgf93.html via TotalFinaElf","EPSG","2001-11-06 00:00:00","2001.51","0 ",NULL};
-datafile_rows_t datum_row_148[] = {"6172","Posiciones Geodesicas Argentinas","geodetic","","1994","7019","8901","1033","Topographic mapping, geodetic survey.","Una red geodésica de 127 puntos materializados en el terreno que definen el Sistema Geodésico Nacional.  [A geodetic network of 127 points defining the National Geodetic System.] Superseded by POSGAR98 (code 6190).","http://www.igm.gov.ar/posgar.html","EPSG","2000-10-19 00:00:00","","1 ",NULL};
-datafile_rows_t datum_row_149[] = {"6173","IRENET95","geodetic","ETRS89 stations in Ireland","1995","7019","8901","1305","Geodetic survey.","Densification of ETRS89","Ordnance Survey of Ireland","EPSG","2000-10-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_150[] = {"6174","Sierra Leone Colony 1924","geodetic","Fundamental point: Kortright. Latitude: 8 deg 28 min 44.4 sec N; Longitude: 13 deg 13 min 03.81 sec W (of Greenwich).","1924","7029","8901","1342","Topographic mapping, engineering survey.","","Ordnance Survey International.","EPSG","2001-06-05 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_151[] = {"6175","Sierra Leone 1968","geodetic","Fundamental point: SLX2 Astro. Latitude: 8 deg 27 min 17.567 sec N; Longitude: 12 deg 49 min 40.186 sec W (of Greenwich).","1968","7012","8901","1209","Topographic mapping, engineering survey.","Extension and readjustment with additional observations of 1960 network.  Coordinates of 1960 stations change by less than 3 metres.","Ordnance Survey International.","EPSG","2001-06-05 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_152[] = {"6176","Australian Antarctic Datum 1998","geodetic","","1998","7019","8901","1278","Topographic mapping.","","Standards Australia","ISO 19127","2001-06-05 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_153[] = {"6178","Pulkovo 1942/83","geodetic","Fundamental point: Pulkovo observatory. Latitude: 59 deg 46 min 18.550 sec N; Longitude: 30 deg 19 min 42.090 sec E (of Greenwich).","1983","7024","8901","1343","Geodetic survey, cadastre, topographic mapping, engineering survey.","International adjustment of Uniforrm Astro-Geodetic Network of countries of central and eastern Europe.","Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.ifag.de/","EPSG","2001-06-05 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_154[] = {"6179","Pulkovo 1942/58","geodetic","Fundamental point: Pulkovo observatory. Latitude: 59 deg 46 min 18.550 sec N; Longitude: 30 deg 19 min 42.090 sec E (of Greenwich).","1958","7024","8901","1192","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.ifag.de/","EPSG","2001-06-05 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_155[] = {"6180","Estonia 1997","geodetic","Densification of ETRS89 during EUREF-ESTONIA97 campaign through transformation from ITRF96 epoch 1997.56.","1997","7019","8901","1090","Geodetic survey, cadastre, topographic mapping, engineering survey.","Supersedes Estonia 1992 adjustment (code 6133).","Estonian National Land Board via EuroGeographics; http://crs.ifag.de/","EPSG","2001-06-05 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_156[] = {"6181","Luxembourg 1930","geodetic","Fundamental point: northern station of Habay-la-Neuve baseline in Belgium. Latitude: 49 deg 43 min 24.408 sec N; longitude: 5 deg 38 min 22.470 sec E (of Greenwich)","1930","7022","8901","1146","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Administration du Cadastre et de la Topographie via EuroGeographics; http://crs.ifag.de/","EPSG","2001-06-05 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_157[] = {"6182","Azores Occidental Islands 1939","geodetic","Fundamental point: Observatario Meteorologico Flores.","1939","7022","8901","1344","Topographic mapping.","","Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.ifag.de/","EPSG","2001-06-05 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_158[] = {"6183","Azores Central Islands 1948","geodetic","Fundamental point: Graciosa south west base. Latitude: 39 deg 03 min 54.934 sec N; longitude: 28 deg 02 min 23.882 sec W","1948","7022","8901","1301","Topographic mapping.","Superseded by 1995 adjustment (datum code 6665).","Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.ifag.de/  Oil industry sources for origin description details.","EPSG","2003-12-31 00:00:00","2002.25 2003.231 2003.362","0 ",NULL};
-datafile_rows_t datum_row_159[] = {"6184","Azores Oriental Islands 1940","geodetic","Fundamental point: Forte de São Bras.","1940","7022","8901","1345","Topographic mapping.","Superseded by 1995 adjustment (datum code 6664).","Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.ifag.de/","EPSG","2003-08-14 00:00:00","2003.231","0 ",NULL};
-datafile_rows_t datum_row_160[] = {"6185","Madeira 1936","geodetic","Fundamental point: Madeira SE Base.","1936","7022","8901","1314","Topographic mapping.","","Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.ifag.de/","EPSG","2001-06-05 00:00:00","","1 ",NULL};
-datafile_rows_t datum_row_161[] = {"6188","OSNI 1952","geodetic","Position fixed to the coordinates from the 19th century Principle Triangulation of station Divis. Scale and orientation controlled by position of Principle Triangulation stations Knocklayd and Trostan.","1952","7001","8901","2530","Geodetic survey and topographic mapping.","Superseded by Geodetic Datum of 1965 alias 1975 Mapping Adjustment or TM75 (datum code 6300).","Ordnance Survey of Northern Ireland.","EPSG","2001-11-06 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_162[] = {"6189","Red Geodesica Venezolana","geodetic","Realised by a frame of 67 stations observed in 1995 as a densification of the SIRGAS campaign and adjusted in the ITRF94.","2000","7019","8901","1251","Geodetic survey.","","Servicio Autonomo de Geografia y Cartografia Nacional.","EPSG","2001-06-11 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_163[] = {"6190","Posiciones Geodesicas Argentinas 1998","geodetic","A geodetic network of 127 high accuracy surveyed points that define the National Geodetic System (Sistema Geodésico Nacional). Densification of SIRGAS 1995; ITRF94 epoch 1995.42.","1998","7019","8901","1033","Topographic mapping, geodetic survey.","Una red geodésica de 127 puntos materializados en el terreno que definen el Sistema Geodésico Nacional.  [A geodetic network of 127 points defining the National Geodetic System.] Supersedes the 1994 POSGAR adjustment (code 6172).","http://www.igm.gov.ar/posgar.html","EPSG","2004-01-05 00:00:00","2003.372","0 ",NULL};
-datafile_rows_t datum_row_164[] = {"6191","Albanian 1987","geodetic","","1987","7024","8901","1025","Geodetic survey, cadastre, topographic mapping, engineering survey.","","EuroGeographics; http://crs.ifag.de/","EPSG","2001-11-06 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_165[] = {"6192","Douala 1948","geodetic","South pillar of Doula base; 4deg 00min 40.64sec N, 9deg 42min 30.41sec E","1948","7022","8901","1060","Topographic mapping.","Superseded  by Manoca 1962 datum (code 6193).","TotalFinaElf","EPSG","2002-01-18 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_166[] = {"6193","Manoca 1962","geodetic","Reservoir centre at the  Manoca tower (\"tube Suel\"), 3deg 51min 49.896sec N, 9deg 36min 49.347sec E.","1962","7011","8901","1060","Topographic mapping.","The intent of the Bukavu 1953 conference was to adopt the Clarke 1880 (RGS) ellipsoid (code 7012) but in practice this datum has used the IGN version.  Supersedes Douala 1948 (code 6192).","TotalFinaElf","EPSG","2002-01-18 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_167[] = {"6194","Qornoq 1927","geodetic","Fundamental point: Station 7008. Latitude: 64 deg 31 min 06.27 sec N; Longitude: 51 deg 12 min 24.86 sec W (of Greenwich).","1927","7022","8901","1107","Topographic mapping.","","Kort & Matrikelstyrelsen, Copenhagen. Origin coordinates from NIMA http://earth-info.nima.mil/GandG/historic/hdatums.html","EPSG","2003-12-31 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_168[] = {"6195","Scoresbysund 1952","geodetic","","1952","7022","8901","2570","Topographic mapping.","","Kort & Matrikelstyrelsen, Copenhagen.","EPSG","2002-01-18 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_169[] = {"6196","Ammassalik 1958","geodetic","","1958","7022","8901","2571","Topographic mapping.","","Kort & Matrikelstyrelsen, Copenhagen.","EPSG","2002-01-18 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_170[] = {"6197","Garoua","geodetic","Fundamental ;point: IGN astronomical station and benchmark no. 16 at Tongo. Latitude 8 deg 55 min 08.74 sec N; longitude 13 deg 30 min 43.19 sec E (of Greenwich).","","7012","8901","2590","Topographic mapping.","","TotalFinaElf","EPSG","2002-02-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_171[] = {"6198","Kousseri","geodetic","IGN astronomical station Dabanga; 11deg 55min 05.9sec N  14deg 38min 40.8sec E.","","7012","8901","2591","Topographic mapping.","","TotalFinaElf","EPSG","2002-02-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_172[] = {"6199","Egypt 1930","geodetic","Fundamental point: Station F1 (Venus). Latitude: 30 deg 01 min 42.86 sec N; Longitude: 31 deg 16 min 37.05 sec E (of Greenwich).","1930","7022","8901","1086","Used for scientific purposes only.","Note that Egypt 1930 uses the International 1924 ellipsoid, unlike the Egypt 1907 datum (code 6229) which uses the Helmert ellipsoid. Oil industry references to the Egypt 1930 datum name and the Helmert ellipsoid probably mean Egypt 1907 datum.","","EPSG","2002-02-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_173[] = {"6200","Pulkovo 1995","geodetic","Fundamental point: Pulkovo observatory. Latitude: 59 deg 46 min 15.359 sec N; Longitude: 30 deg 19 min 28.318 sec E (of Greenwich).","1995","7024","8901","1198","Scientific adjustment.","","\"Main Terms of Reference for the State Geodetic Network\"; Federal Geodetic Service of Russia; 1994","EPSG","1996-09-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_174[] = {"6201","Adindan","geodetic","Fundamental point: Station 15; Adindan. Latitude: 22 deg 10 min 07.110 sec N; Longitude: 31 deg 29 min 21.608 sec E (of Greenwich).","","7012","8901","1271","Topographic mapping.","The 12th parallel traverse of 1966-70 (Point 58 datum, code 6620) is connected to the Adindan network in western Sudan. This has given rise to misconceptions that the Adindan network is used in west Africa.","","EPSG","2003-12-31 00:00:00","2002.431 2003.361","0 ",NULL};
-datafile_rows_t datum_row_175[] = {"6202","Australian Geodetic Datum 1966","geodetic","Fundamental point: Johnson Memorial Cairn. Latitude: 25 deg 56 min 54.5515 sec S; Longitude: 133 deg 12 min 30.0771 sec E (of Greenwich).","1966","7003","8901","1279","Topographic mapping.","","Australian Map Grid Technical Manual. National Mapping Council of Australia Technical Publication 7; 1972.","EPSG","2003-12-31 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_176[] = {"6203","Australian Geodetic Datum 1984","geodetic","Fundamental point: Johnson Memorial Cairn. Latitude: 25 deg 56 min 54.5515 sec S; Longitude: 133 deg 12 min 30.0771 sec E (of Greenwich).","1984","7003","8901","2576","Topographic mapping.","Uses all data from 1966 adjustment with additional observations, improved software and a geoid model.","\"GDA technical manual v2_2\", Intergovernmental Committee on Surveying and Mapping. www.anzlic.org.au/icsm/gdtm/","EPSG","2003-12-31 00:00:00","2003.29 2003.361","0 ",NULL};
-datafile_rows_t datum_row_177[] = {"6204","Ain el Abd 1970","geodetic","Fundamental point: Ain El Abd.  Latitude: 28 deg 14 min 06.171 sec N; Longitude: 48 deg 16 min 20.906 sec E (of Greenwich).","1970","7022","8901","1272","Topographic mapping.","","","EPSG","2003-12-31 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_178[] = {"6205","Afgooye","geodetic","","","7024","8901","1214","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_179[] = {"6206","Agadez","geodetic","","","7011","8901","1177","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_180[] = {"6207","Lisbon 1937","geodetic","Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 9 deg 07 min 54.862 sec W (of Greenwich).","1937","7022","8901","1294","Topographic mapping.","Supersedes Lisbon 1890 adjustment (which used Bessel 1841 ellipsoid).","Instituto Geografico e Cadastral; Lisbon","EPSG","1995-06-02 00:00:00","2001.551","0 ",NULL};
-datafile_rows_t datum_row_181[] = {"6208","Aratu","geodetic","","","7022","8901","1274","Oil industry geodetic purposes.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_182[] = {"6209","Arc 1950","geodetic","Fundamental point: Buffelsfontein. Latitude: 33 deg 59 min 32.000 sec S; Longitude: 25 deg 30 min 44.622 sec E (of Greenwich).","1950","7013","8901","1276","Topographic mapping, geodetic survey.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_183[] = {"6210","Arc 1960","geodetic","Fundamental point: Buffelsfontein. Latitude: 33 deg 59 min 32.000 sec S; Longitude: 25 deg 30 min 44.622 sec E (of Greenwich).","1960","7012","8901","1277","Topographic mapping, geodetic survey.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_184[] = {"6211","Batavia","geodetic","Fundamental point: Longitude at Batavia Astro. Station. Latitude: 6 deg  7 min 39.522 sec S; Longitude: 106 deg 48 min 27.790 sec E (of Greenwich). Latitude and azimuth at Genuk.","","7004","8901","1285","Topographic mapping.","","","EPSG","2003-12-31 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_185[] = {"6212","Barbados 1938","geodetic","Fundamental point: HMS Challenger astro station M1; latitude 13 deg 04 min 32.53 sec N; longitude 59 deg 36 min 29.34 sec W (of Greenwich).","1938","7012","8901","1042","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","1999-04-22 00:00:00","99.171","0 ",NULL};
-datafile_rows_t datum_row_186[] = {"6213","Beduaram","geodetic","","","7011","8901","1177","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_187[] = {"6214","Beijing 1954","geodetic","","1954","7024","8901","1067","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_188[] = {"6215","Reseau National Belge 1950","geodetic","Fundamental point: Lommel (tower). Latitude: 51 deg 13 min 47.334 sec N; Longitude: 5 deg 18 min 49.483 sec E (of Greenwich).","1950","7022","8901","1347","Topographic mapping.","","","EPSG","2003-12-18 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_189[] = {"6216","Bermuda 1957","geodetic","Fundamental point: Fort George base. Latitude 32 deg 22 min 44.36 sec N; longitude 64 deg 40 min 58.11 sec W (of Greenwich).","1957","7008","8901","1047","Topographic mapping.","","Various oil industry sources.","EPSG","2003-12-31 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_190[] = {"6218","Bogota 1975","geodetic","Fundamental point: Bogota observatory. Latitude: 4 deg 35 min 56.570 sec N; Longitude: 74 deg  4 min 51.300 sec W (of Greenwich).","1975","7022","8901","1070","Topographic mapping.","Supersedes 1951 adjustment.","Instituto Geografico Agustin Caduzzi (IGAC) special publication no. 1, 4th edition (1975) \"Geodesia: Resultados Definitvos de Parte de las Redes Geodesicas Establecidas en el Pais\".","EPSG","2000-10-19 00:00:00","2000.20","0 ",NULL};
-datafile_rows_t datum_row_191[] = {"6219","Bukit Rimpah","geodetic","2deg 00min 40.16sec S  105deg 51min 39.76sec E (of Greenwich).","","7004","8901","1287","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_192[] = {"6220","Camacupa","geodetic","Fundamental point: Campo de Aviaçao. Latitude: 12 deg 01 min 19.070 sec South, Longitude = 17 deg 27 min 19.800 sec East of Greenwich","1948","7012","8901","1288","Coastal hydrography.","","Clifford J. Mugnier, PE&RS journal, March 2001.","EPSG","2004-01-08 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_193[] = {"6221","Campo Inchauspe","geodetic","Fundamental point: Campo Inchauspe. Latitude: 35 deg 58 min 16.56 sec S; Longitude: 62 deg 10 min 12.03 sec W (of Greenwich).","","7022","8901","1033","Topographic mapping.","","NIMA http://earth-info.nima.mil/GandG/historic/hdatums.html","EPSG","2003-12-31 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_194[] = {"6222","Cape","geodetic","Fundamental point: Buffelsfontein. Latitude: 33 deg 59 min 32.000 sec S; Longitude: 25 deg 30 min 44.622 sec E (of Greenwich).","","7013","8901","1290","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Private Communication, Directorate of Surveys and Land Information, Cape Town.","EPSG","1996-10-18 00:00:00","96.25  99.69","0 ",NULL};
-datafile_rows_t datum_row_195[] = {"6223","Carthage","geodetic","Fundamental point: Carthage. Latitude: 40.9464506g = 36 deg 51 min 06.50 sec N; Longitude: 8.8724368g E of Paris = 10 deg 19 min 20.72 sec E of Greenwich.","","7011","8901","1236","Topographic mapping.","","","EPSG","2003-12-31 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_196[] = {"6224","Chua","geodetic","Fundamental point: Chua. Latitude: 19 deg 45 min 41.160 sec S; Longitude: 48 deg 06 min 07.560 sec W (of Greenwich).","","7022","8901","1053","Topographic mapping.","","NIMA http://earth-info.nima.mil/GandG/historic/hdatums.html","EPSG","2003-12-31 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_197[] = {"6225","Corrego Alegre","geodetic","Fundamental point: Corrego Alegre. Latitude: 19 deg 50 min 15.140 sec S; Longitude: 48 deg 57 min 42.750 sec W (of Greenwich).","","7022","8901","1293","Topographic mapping, geodetic survey.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_198[] = {"6226","Cote d'Ivoire","geodetic","","","7011","8901","1075","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","2001.11","1 ",NULL};
-datafile_rows_t datum_row_199[] = {"6227","Deir ez Zor","geodetic","Fundamental point: Trig. 254 Deir. Latitude: 35 deg 21 min 49.975 sec N; Longitude: 40 deg 05 min 46.770 sec E (of Greenwich).","","7011","8901","1623","Topographic mapping.","","","EPSG","2003-12-31 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_200[] = {"6228","Douala","geodetic","","","7011","8901","1060","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","1 ",NULL};
-datafile_rows_t datum_row_201[] = {"6229","Egypt 1907","geodetic","Fundamental point: Station F1 (Venus). Latitude: 30 deg 01 min 42.86 sec N; Longitude: 31 deg 16 min 33.60 sec E (of Greenwich).","1907","7020","8901","1086","Geodetic survey, cadastre, topographic mapping, engineering survey.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_202[] = {"6230","European Datum 1950","geodetic","Fundamental point: Potsdam (Helmert Tower). Latitude: 52 deg 22 min 51.4456 sec N; Longitude: 13 deg  3 min 58.9283 sec E (of Greenwich).","1950","7022","8901","1296","Topographic mapping, geodetic survey.","","EuroGeographics; http://crs.ifag.de/","EPSG","2003-12-31 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_203[] = {"6231","European Datum 1987","geodetic","Fundamental point: Potsdam (Helmert Tower). Latitude: 52 deg 22 min 51.4456 sec N; Longitude: 13 deg  3 min 58.9283 sec E (of Greenwich).","1987","7022","8901","2420","Scientific network.","","","EPSG","2003-12-31 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_204[] = {"6232","Fahud","geodetic","Fundamental point: Station NO68-024 Fahud. Latitude: 22 deg 17 min 31.182 sec N; Longitude: 56 deg 29 min 18.820 sec E (of Greenwich).","","7012","8901","1183","Oil industry mapping.","Superseded by PSD93 (code 6134).","Petroleum Development Oman.","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_205[] = {"6233","Gandajika 1970","geodetic","","1970","7022","8901","1152","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_206[] = {"6234","Garoua","geodetic","","","7011","8901","1060","Topographic mapping.","The intent of the Bukavu 1953 conference was to adopt the Clarke 1880 (RGS) ellipsoid (code 7012) but in practice this datum has used the IGN version.","","EPSG","1995-06-02 00:00:00","","1 ",NULL};
-datafile_rows_t datum_row_207[] = {"6235","Guyane Francaise","geodetic","","","7022","8901","1097","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","1 ",NULL};
-datafile_rows_t datum_row_208[] = {"6236","Hu Tzu Shan","geodetic","Fundamental point: Herat North. Latitude: 23 deg 58 min 32.34 sec N; Longitude: 120 deg 58 min 25.975 sec E (of Greenwich).","","7022","8901","1228","Topographic mapping.","","NIMA http://earth-info.nima.mil/GandG/historic/hdatums.html","EPSG","2003-12-31 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_209[] = {"6237","Hungarian Datum 1972","geodetic","Fundamental point: Szolohegy. Latitude: 47 deg 17 min 32,6156 sec N; Longitude 19 deg 36 min 09.9865 sec E; geoid height 6.56m.","1972","7036","8901","1119","Topographic mapping.","","http://lazarus.elte.hu/gb/geodez/geod3.htm","EPSG","1996-10-18 00:00:00","96.09","0 ",NULL};
-datafile_rows_t datum_row_210[] = {"6238","Indonesian Datum 1974","geodetic","Fundamental point: Padang. Latitude: 0 deg 56 min 38.414 sec S; Longitude: 100 deg 22 min  8.804 sec E (of Greenwich). Ellipsoidal height 3.190m, gravity-related height 14.0m above mean sea level.","1974","7021","8901","1122","Topographic mapping.","","Bakosurtanal 1979 paper by Jacob Rais.","EPSG","2002-06-22 00:00:00","2002.151","0 ",NULL};
-datafile_rows_t datum_row_211[] = {"6239","Indian 1954","geodetic","Extension of Kalianpur 1937 over Myanmar and Thailand.","1954","7015","8901","1304","Topographic mapping.","","","EPSG","2003-12-31 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_212[] = {"6240","Indian 1975","geodetic","Fundamental point: Khau Sakaerang","1975","7015","8901","1231","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_213[] = {"6241","Jamaica 1875","geodetic","Fundamental point: Fort Charles Flagstaff. Latitude: 17 deg 55 min 55.800 sec N; Longitude: 76 deg 56 min 37.260 sec W (of Greenwich).","1875","7034","8901","1128","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_214[] = {"6242","Jamaica 1969","geodetic","Fundamental point: Fort Charles Flagstaff. Latitude: 17 deg 55 min 55.800 sec N; Longitude: 76 deg 56 min 37.260 sec W (of Greenwich).","1969","7008","8901","1128","Geodetic survey, cadastre, topographic mapping, engineering survey.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_215[] = {"6243","Kalianpur 1880","geodetic","Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).","1880","7042","8901","1307","Topographic mapping.","Includes 1916 extrension into Burma (Myanmar).  Superseded by 1937 adjustment.","G. Bomford; \"The Re-adjustment of the Indian Triangulation\"; Survey of India Professional Paper 28; 1939.","EPSG","1999-10-20 00:00:00","97.23","0 ",NULL};
-datafile_rows_t datum_row_216[] = {"6244","Kandawala","geodetic","","","7015","8901","1218","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_217[] = {"6245","Kertau","geodetic","Fundamental point: Kertau. Latitude: 3 deg 27 min 50.710 sec N; Longitude: 102 deg 37 min 24.550 sec E (of Greenwich).","","7018","8901","1309","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_218[] = {"6246","Kuwait Oil Company","geodetic","","","7012","8901","1136","Oil industry mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_219[] = {"6247","La Canoa","geodetic","Fundamental point: La Canoa. Latitude: 8 deg 34 min 17.170 sec N; Longitude: 63 deg 51 min 34.880 sec W (of Greenwich).","","7022","8901","1251","Geodetic survey, topographic mapping, engineering survey.","Origin also adopted for PSAD56.","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_220[] = {"6248","Provisional South American Datum 1956","geodetic","Fundamental point: La Canoa. Latitude: 8 deg 34 min 17.170 sec N; Longitude: 63 deg 51 min 34.880 sec W (of Greenwich).","1956","7022","8901","1348","Topographic mapping.","Same origin as La Canoa datum.","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_221[] = {"6249","Lake","geodetic","Fundamental point: Maracaibo Cathedral. Latitude: 10 deg 38 min 34.678 sec N; Longitude: 71 deg 36 min 20.224 sec W (of Greenwich).","","7022","8901","1312","Oil industry mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_222[] = {"6250","Leigon","geodetic","Fundamental point: GCS Station 121, Leigon. Latitude: 5 deg 38 min 52.27 sec N; Longitude: 0 deg 11 min 46.08 sec W (of Greenwich).","","7012","8901","1104","Topographic mapping.","Superseded Accra datum (code 6168) from 1978.  Coordinates at Leigon fundamental point defined as Accra datum values for that point.","Ordnance Survey International","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_223[] = {"6251","Liberia 1964","geodetic","Fundamental point: Robertsfield. Latitude: 6 deg 13 min 53.02 sec N; Longitude: 10 deg 21 min 35.44 sec W (of Greenwich).","1964","7012","8901","1142","Topographic mapping.","","NIMA http://earth-info.nima.mil/GandG/historic/hdatums.html","EPSG","2003-12-31 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_224[] = {"6252","Lome","geodetic","","","7011","8901","1232","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_225[] = {"6253","Luzon 1911","geodetic","Fundamental point: Balacan. Latitude: 13 deg 33 min 41.000 sec N; Longitude: 121 deg 52 min  03.000 sec E (of Greenwich).","1911","7008","8901","1190","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_226[] = {"6254","Hito XVIII 1963","geodetic","Chile-Argentina boundary survey.","1963","7022","8901","1303","Geodetic survey.","Used in Tierra del Fuego.","Various oil company records.","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_227[] = {"6255","Herat North","geodetic","Fundamental point: Herat North. Latitude: 34 deg 23 min 09.08 sec N; Longitude: 64 deg 10 min 58.94 sec E (of Greenwich).","","7022","8901","1024","Topographic mapping.","","NIMA http://earth-info.nima.mil/GandG/historic/hdatums.html","EPSG","2003-12-31 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_228[] = {"6256","Mahe 1971","geodetic","Fundamental point: Mahe","1971","7012","8901","1208","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_229[] = {"6257","Makassar","geodetic","Fundamental point: station P1, Moncongloe. Latitude: 5 deg 08 min 41.42 sec S; long 119 deg 24 min 14.94 sec E of Greenwich.","","7004","8901","1316","Topographic mapping.","","NIMA http://earth-info.nima.mil/GandG/historic/hdatums.html","EPSG","2003-12-31 00:00:00","2003.361.","0 ",NULL};
-datafile_rows_t datum_row_230[] = {"6258","European Terrestrial Reference System 1989","geodetic","Fixed to the stable part of the Eurasian continental  plate and consistent with ITRS at the epoch 1989.0.","1989","7019","8901","1298","Geodetic survey.","The distinction in usage between ETRF89 and ETRS89 is confused: although in principle conceptually different in practice both are used for the realisation.","","EPSG","2003-08-14 00:00:00","97.11  97.55  99.111 2000.72 2003.26","0 ",NULL};
-datafile_rows_t datum_row_231[] = {"6259","Malongo 1987","geodetic","Fundamental point: Station Y at Malongo base camp. Latitude: 5 deg 23 min 34.327 sec S; Longitude: 12 deg 12 min  02.393 sec E (of Greenwich).","1987","7022","8901","1317","Oil industry mapping.","Offshore extension of Mhast datum (6264) using Transit translocation.","Chevron Petroleum Technology.","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_232[] = {"6260","Manoca","geodetic","","","7012","8901","1060","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","1 ",NULL};
-datafile_rows_t datum_row_233[] = {"6261","Merchich","geodetic","Fundamental point: Merchich. Latitude: 33 deg 26 min 59.672 sec N; Longitude: 7deg 33 min 27.295sec W (of Greenwich).","1922","7011","8901","1166","Topographic mapping.","","","EPSG","2003-12-31 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_234[] = {"6262","Massawa","geodetic","","","7004","8901","1089","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_235[] = {"6263","Minna","geodetic","Fundamental point: Minna base station L40. Latitude: 9 deg 38 min 08.87 sec N; Longitude: 6 deg 30 min 58.76 sec E (of Greenwich).","","7012","8901","1178","Topographic mapping.","","NIMA http://earth-info.nima.mil/GandG/historic/hdatums.html","EPSG","2003-12-31 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_236[] = {"6264","Mhast","geodetic","","","7022","8901","1318","Coastal hydrography.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_237[] = {"6265","Monte Mario","geodetic","Fundamental point: Monte Mario. Latitude: 41 deg 55 min 25.51 sec N; Longitude: 12 deg  27 min  08.4 sec E (of Greenwich).","1940","7022","8901","1127","Topographic mapping.","Superseded Genova datum, Bessel 1841 ellipsoid, from 1940.","","EPSG","2003-12-31 00:00:00","2003.36","0 ",NULL};
-datafile_rows_t datum_row_238[] = {"6266","M'poraloko","geodetic","","","7011","8901","1100","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_239[] = {"6267","North American Datum 1927","geodetic","Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).","1927","7008","8901","1349","Topographic mapping.","Superseded by North American Datum 1983 (NAD83)","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_240[] = {"6268","NAD Michigan","geodetic","Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).","","7009","8901","1391","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_241[] = {"6269","North American Datum 1983","geodetic","Origin at geocentre.","1986","7019","8901","1350","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_242[] = {"6270","Nahrwan 1967","geodetic","Fundamental point: Nahrwan south base.  Latitude: 33 deg 19 min 10.87 sec N; Longitude: 44 deg 43 min 25.54 sec E (of Greenwich).","1967","7012","8901","1351","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_243[] = {"6271","Naparima 1972","geodetic","Fundamental point: Naparima. Latitude: 10 deg 16 min 44.860 sec N; Longitude: 61 deg 27 min 34.620 sec W (of Greenwich).","1972","7022","8901","1322","Topographic mapping.","Naparima 1972 is an extension of the Naparima 1955 network of Trinidad to include Tobago.","Ordnance Survey International.","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_244[] = {"6272","New Zealand Geodetic Datum 1949","geodetic","Fundamental point: Papatahi. Latitude: 41 deg 19 min  8.900 sec S; Longitude: 175 deg  02 min 51.000 sec E (of Greenwich).","1949","7022","8901","1175","Geodetic survey, cadastre, topographic mapping, engineering survey.","","","EPSG","2000-10-19 00:00:00","2000.702","0 ",NULL};
-datafile_rows_t datum_row_245[] = {"6273","NGO 1948","geodetic","Fundamental point: Oslo observatory. Latitude: 59 deg 54 min 43.7 sec N; Longitude: 10 deg 43 min 22.5 sec E (of Greenwich).","1948","7005","8901","1352","Geodetic survey, cadastre, topographic mapping, engineering survey.","","EuroGeographics; http://crs.ifag.de/","EPSG","2004-01-05 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_246[] = {"6274","Datum 73","geodetic","Fundamental point:  TF4, Melrica. Latitude: 39 deg 41 min 37.30 sec N; Longitude: 8 deg 07 min 53.31 sec W (of Greenwich).","1964","7022","8901","1294","Topographic mapping.","","Instituto Geografico e Cadastral; Lisbon","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_247[] = {"6275","Nouvelle Triangulation Francaise","geodetic","Fundamental point: Pantheon. Latitude: 48 deg 50 min 46.522 sec N; Longitude: 2 deg 20 min 48.667 sec E (of Greenwich).","1895","7011","8901","1353","Topographic mapping.","","","EPSG","2004-01-07 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_248[] = {"6276","NSWC 9Z-2","geodetic","","","7025","8901","1262","Satellite navigation.","Transit precise ephemeris before 1991.","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_249[] = {"6277","OSGB 1936","geodetic","Fundamental point: Pre 2002: Herstmonceux, Latitude: 50 deg 51 min 55.271 sec N; Longitude: 0 deg 20 min 45.882 sec E (of Greenwich). From April 2002 the datum is defined through the application of the OSTN02 transformation (tfm code 1039) to ETRS89.","1936","7001","8901","1264","Topographic mapping.Topographic mapping.Topographic mapping.Topographic mapping.","","Ordnance Survey of Great Britain","EPSG","2002-09-19 00:00:00","2002.62","0 ",NULL};
-datafile_rows_t datum_row_250[] = {"6278","OSGB 1970 (SN)","geodetic","Fundamental point: Herstmonceux. Latitude: 50 deg 51 min 55.271 sec N; Longitude: 0 deg 20 min 45.882 sec E (of Greenwich).","1970","7001","8901","1354","Scientific network.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_251[] = {"6279","OS (SN) 1980","geodetic","Fundamental point: Herstmonceux. Latitude: 50 deg 51 min 55.271 sec N; Longitude: 0 deg 20 min 45.882 sec E (of Greenwich).","1980","7001","8901","1354","Scientific network.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_252[] = {"6280","Padang 1884","geodetic","Fundamental point: Padang","1884","7004","8901","1355","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_253[] = {"6281","Palestine 1923","geodetic","Fundamental point: Point 82'M  Jerusalem. Latitude: 31 deg 44 min  2.749 sec N; Longitude: 35 deg 12 min 43.490 sec E (of Greenwich).","1923","7010","8901","1356","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_254[] = {"6282","Congo 1960 Pointe Noire","geodetic","Fundamental point: Point Noire Astro. Latitude: 4 deg 47 min 00.10 sec S; Longitude: 11 deg 51 min 01.55 sec E (of Greenwich).","1960","7011","8901","1072","Topographic mapping.","","Elf","EPSG","2003-12-31 00:00:00","2002.05 2003.361","0 ",NULL};
-datafile_rows_t datum_row_255[] = {"6283","Geocentric Datum of Australia 1994","geodetic","ITRF92 at epoch 1994.0","1994","7019","8901","1036","Topographic mapping, geodetic survey.","Coincident with WGS84 to within 1 metre.","Australian Surveying and Land Information Group Internet WWW page. http://www.auslig.gov.au/geodesy/datums/gda.htm#specs","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_256[] = {"6284","Pulkovo 1942","geodetic","Fundamental point: Pulkovo observatory. Latitude: 59 deg 46 min 18.550 sec N; Longitude: 30 deg 19 min 42.090 sec E (of Greenwich).","1942","7024","8901","1357","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_257[] = {"6285","Qatar 1974","geodetic","Fundamental point: Station G3","1974","7022","8901","1346","Topographic mapping.","","","EPSG","2001-08-28 00:00:00","2001.27","0 ",NULL};
-datafile_rows_t datum_row_258[] = {"6286","Qatar 1948","geodetic","Fundamental point: Sokey 0 M. Latitude: 25 deg 22 min 56.500 sec N; Longitude: 50 deg 45 min 41.000 sec E (of Greenwich).","1948","7020","8901","1346","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_259[] = {"6287","Qornoq","geodetic","","1927","7022","8901","1107","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","1 ",NULL};
-datafile_rows_t datum_row_260[] = {"6288","Loma Quintana","geodetic","Fundamental point: Loma Quintana","","7022","8901","1313","Topographic mapping.","Superseded by La Canoa (code 6247).","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_261[] = {"6289","Amersfoort","geodetic","Fundamental point: Amersfoort. Latitude: 52 deg 09 min 22.178 sec N; Longitude: 5 deg 23 min 15.478 sec E (of Greenwich).","","7004","8901","1275","Geodetic survey, cadastre, topographic mapping, engineering survey.","","","EPSG","2003-12-31 00:00:00","2000.56 2003.361","0 ",NULL};
-datafile_rows_t datum_row_262[] = {"6291","South American Datum 1969","geodetic","","1969","7036","8901","1358","Topographic mapping.","SAD69 uses GRS67 ellipsoid with 1/f to exactly 2 decimal places.  Precision of ellipsoid entry increased from 2 to 5 dp with change id 97.252.  Error introduced if not using the truncated precision is 0 to 31mm.","","EPSG","1996-10-18 00:00:00","96.09  97.252","1 ",NULL};
-datafile_rows_t datum_row_263[] = {"6292","Sapper Hill 1943","geodetic","","1943","7022","8901","1092","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_264[] = {"6293","Schwarzeck","geodetic","","","7046","8901","1169","Topographic mapping.","","Private Communication, Directorate of Surveys and Land Information, Cape Town.","EPSG","2001-01-21 00:00:00","2001.15","0 ",NULL};
-datafile_rows_t datum_row_265[] = {"6294","Segora","geodetic","","","7004","8901","1359","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","1 ",NULL};
-datafile_rows_t datum_row_266[] = {"6295","Serindung","geodetic","Fundamental point: Ep A. Latitude: 1 deg 06 min 10.60 sec N; Longitude: 105 deg 00 min 59.82 sec E (of Greenwich).","","7004","8901","1360","Topographic mapping.","","NIMA http://earth-info.nima.mil/GandG/historic/hdatums.html","EPSG","2003-12-31 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_267[] = {"6296","Sudan","geodetic","","","7011","8901","1361","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","1 ",NULL};
-datafile_rows_t datum_row_268[] = {"6297","Tananarive 1925","geodetic","Fundamental point: Tananarive observatory. Latitude: 18 deg 55 min 02.10 sec S; Longitude: 47 deg 33 min 06.75 sec E (of Greenwich).","2025","7022","8901","1149","Topographic mapping.","","IGN Paris","EPSG","2003-12-31 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_269[] = {"6298","Timbalai 1948","geodetic","Fundamental point: Timbalai. Latitude: 5 deg 17 min  3.548 sec N; Longitude: 115 deg 10 min 56.409 sec E (of Greenwich).","1948","7016","8901","1362","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_270[] = {"6299","TM65","geodetic","Adjusted to best mean fit 12 stations of the OSNI 1952 primary adjustment.","1965","7002","8901","1305","Topographic mapping.","Differences between OSNI 1952 and TM65 at these stations are RMS 0.25m east, 0.23m north, maximum vector 0.57m. TM65 superseded by and not to be confused with Geodetic Datum of 1965 alias 1975 Mapping Adjustment or TM75 (datum code 6300).","\"The Irish Grid - A Description of the Co-ordinate Reference System\" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.","EPSG","2003-06-27 00:00:00","2002.621","0 ",NULL};
-datafile_rows_t datum_row_271[] = {"6300","Geodetic Datum of 1965","geodetic","Adjusted to best mean fit 9 stations of the OSNI 1952 primary adjustment in Northern Ireland plus the 1965 values of 3 stations in the Republic of Ireland.","1975","7002","8901","1305","Geodetic survey, topographic mapping and engineering survey.","Differences from the 1965 adjustment (datum code 6299) are: average difference in Eastings 0.092m; average difference in Northings 0.108m; maximum vector difference 0.548m.","\"The Irish Grid - A Description of the Co-ordinate Reference System\" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.","EPSG","2003-06-27 00:00:00","2002.621","0 ",NULL};
-datafile_rows_t datum_row_272[] = {"6301","Tokyo","geodetic","Fundamental point: Nikon-Keido-Genten. Latitude: 35 deg 39 min 17.5148 sec N; Longitude: 139 deg 44 min 40.5020 sec E (of Greenwich).","","7004","8901","1364","Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by Japanese Geodetic Datum 2000 (code 6611).","Geographic Survey Institute; Japan; Bulletin 40 (March 1994).  Also http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html","EPSG","2002-06-22 00:00:00","98.46  2002.08","0 ",NULL};
-datafile_rows_t datum_row_273[] = {"6302","Trinidad 1903","geodetic","Harbour Master's Flagstaff; Port of Spain. Latitude: 10 deg 38 min 39.02 sec N,  Longitude: 61 deg 30 min 38.00 sec W (of Greenwich)","1903","7007","8901","1339","Topographic mapping.","","Clifford J. Mugnier, PE&RS November 2000.","EPSG","2004-01-09 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_274[] = {"6303","Trucial Coast 1948","geodetic","Fundamental point: TC1. Latitude: 25 deg 23 min 50.190 sec N; Longitude: 55 deg 26 min 43.950 sec E (of Greenwich).","1948","7020","8901","1363","Oil industry mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_275[] = {"6304","Voirol 1875","geodetic","Fundamental point: Voirol. Latitude: 36 deg 45 min 07.927 sec N; Longitude: 3 deg 02 min 49.435 sec E of Greenwich. Uses RGS (and old IGN) value of 2 deg 20 min 13.95 sec for Greenwich-Paris meridian difference.","1875","7011","8901","1365","Topographic mapping.","Superseded by Voirol 1879 (code 6671).","IGN Paris","EPSG","2004-01-07 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_276[] = {"6306","Bern 1938","geodetic","Fundamental point: Old Bern observatory. Latitude: 46 deg 57 min  7.890 sec N; Longitude: 7 deg 26 min 22.335 sec E (of Greenwich).","1938","7004","8901","1286","Topographic mapping.","This redetermination of the coordinates of fundamental point is used for scientific purposes and as the graticule overprinted on topographic maps constructed on the CH1903 / LV03 projected CS (code 21781).","\"Die Projektionen der schweizerischen Plan- und Kartenwerke\"; J. Bolliger 1967","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_277[] = {"6307","Nord Sahara 1959","geodetic","Coordinates of primary network readjusted on ED50 datum and then transformed conformally to Clarke 1880 (RGS) ellipsoid.","1959","7012","8901","1026","Topographic mapping.","Sometimes incorrectly referred to as Voirol Unifie 1960. Voirol Unifie 1960 is NOT a datum:  it is two projected coordinate systems based on  Nord Sahara 1959.  See coordinate system codes 30791 and 30792.","\"Le System Geodesique Nord-Sahara\"; IGN Paris","EPSG","2003-12-18 00:00:00","99.62 2003.361","0 ",NULL};
-datafile_rows_t datum_row_278[] = {"6308","Stockholm 1938","geodetic","Fundamental point: Stockholm observatory","1938","7004","8901","1225","Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by RT90 adjustment (datum code 6124)","","EPSG","1996-04-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_279[] = {"6309","Yacare","geodetic","Fundamental point: Yacare. Latitude: 30 deg 35 min 53.68 sec S; Longitude: 57 deg 25 min 01.30 sec W of Greenwich.","","7022","8901","1247","Topographic mapping.","","NIMA http://earth-info.nima.mil/GandG/historic/hdatums.html","EPSG","2003-12-31 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_280[] = {"6310","Yoff","geodetic","Fundamental point: Yoff. Latitude: 14 deg 44 min 41.62 sec N; Longitude: 17 deg 29 min 07.02 sec W of Greenwich.","","7011","8901","1207","Topographic mapping.","","","EPSG","2003-12-31 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_281[] = {"6311","Zanderij","geodetic","","","7022","8901","1222","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_282[] = {"6312","Militar-Geographische Institut","geodetic","Fundamental point: Hermannskogel. Latitude: 48 deg 16 min 15.29 sec N; Longitude: 16 deg 17 min 41.06 sec E (of Greenwich).","1901","7004","8901","1321","Topographic mapping.","Croatia is planning to define a new modern datum to supersede HR1901 (info from EuroGeographics; http://crs.ifag.de/).","Bundesamt fur Eich- und Vermessungswesen; Wien","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_283[] = {"6313","Reseau National Belge 1972","geodetic","Fundamental point: Uccle observatory. Latitude: 50 deg 47 min 57.704 sec N; Longitude: 4 deg 21 min 24.983 sec E (of Greenwich).","1972","7022","8901","1347","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_284[] = {"6314","Deutsches Hauptdreiecksnetz","geodetic","Fundamental point: Rauenberg. Latitude: 52 deg 27 min 12.021 sec N; Longitude: 13 deg 22 min 04.928 sec E (of Greenwich).","","7004","8901","1295","Geodetic survey, cadastre, topographic mapping, engineering survey.","","","EPSG","2001-11-06 00:00:00","2001.511","0 ",NULL};
-datafile_rows_t datum_row_285[] = {"6315","Conakry 1905","geodetic","Fundamental point: Conakry. Latitude: 10.573766g N; Longitude: 17.833682g W (of Paris).","1905","7011","8901","1112","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_286[] = {"6316","Dealul Piscului 1933","geodetic","Fundamental point: latitude 44 deg 24 min 33.9606 sec N; longitude 26 deg 06 min 44.8772 sec E (of Greenwich).","1933","7022","8901","1197","Topographic mapping.","Superseded by 1970 adjustment (datum code 6317)","Institute for Geodesy Photogrametry and Land Management","EPSG","1996-04-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_287[] = {"6317","Dealul Piscului 1970","geodetic","Fundamental point: latitude 44 deg 24 min 23.7709 sec N; longitude 26deg 06 min 44.1265 sec E (of Greenwich).","1970","7024","8901","1197","Topographic mapping.","Supersedes 1933 adjustment (datum code 6316)","Institute for Geodesy Photogrametry and Land Management","EPSG","1996-04-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_288[] = {"6318","National Geodetic Network","geodetic","","","7030","8901","1136","Geodetic survey.","","","EPSG","1996-04-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_289[] = {"6319","Kuwait Utility","geodetic","","","7019","8901","1310","Cadastre, engineering survey.","","","EPSG","1996-04-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_290[] = {"6322","World Geodetic System 1972","geodetic","Developed from a worldwide distribution of terrestrial and geodetic satellite observations and defined through a set of station coordinates.","1972","7043","8901","1262","Satellite navigation.","Used by GPS before 1987. For Transit satellite positioning see also WGS 72BE. Datum code 6323 reserved for southern hemisphere ProjCS's.","NIMA http://earth-info.nima.mil/GandG/historic/hdatums.html","EPSG","2003-12-31 00:00:00","99.03 2003.362","0 ",NULL};
-datafile_rows_t datum_row_291[] = {"6324","WGS 72 Transit Broadcast Ephemeris","geodetic","","1972","7043","8901","1262","Satellite navigation.","Alleged datum for use with Transit broadcast ephemeris prior to 1989. Relationship to WGS 72 has changed over time.  Datum code 6325 reserved for southern hemisphere ProjCS's.","","EPSG","1999-04-22 00:00:00","99.03","0 ",NULL};
-datafile_rows_t datum_row_292[] = {"6326","World Geodetic System 1984","geodetic","Defined through a consistent set of station coordinates. These have changed with time: by 0.7m on 29/6/1994 [WGS 84 (G730)], and a further 0.2m on 29/1/1997 [WGS 84 (G873)] since when they have been retained within 10cm of the then current ITRF.","1984","7030","8901","1262","Satellite navigation.","EPSG's WGS 84 datum has been the then current realisation. No distinction is made between the original WGS 84 frame, WGS 84 (G730) and WGS 84 (G873).","NIMA TR8350.2 January 2000 revision. http://164.214.2.59/GandG/tr8350_2.html","EPSG","2003-08-27 00:00:00","2002.151 2002.89 2003.27","0 ",NULL};
-datafile_rows_t datum_row_293[] = {"6600","Anguilla 1957","geodetic","Fundamental point: station A4.","1957","7012","8901","1030","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","1999-04-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_294[] = {"6601","Antigua 1943","geodetic","Fundamental point: station A14.","1943","7012","8901","1273","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","1999-04-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_295[] = {"6602","Dominica 1945","geodetic","Fundamental point: station M12.","1945","7012","8901","1082","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","1999-04-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_296[] = {"6603","Grenada 1953","geodetic","Fundamental point: station GS8.","1953","7012","8901","1551","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","1999-04-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_297[] = {"6604","Montserrat 1958","geodetic","Fundamental point: station M36.","1958","7012","8901","1165","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","1999-04-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_298[] = {"6605","St. Kitts 1955","geodetic","Fundamental point: station K12.","1955","7012","8901","1200","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","1999-04-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_299[] = {"6606","St. Lucia 1955","geodetic","Fundamental point: station DCS3.","1955","7012","8901","1201","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","1999-04-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_300[] = {"6607","St. Vincent 1945","geodetic","Fundamental point: station V1.","1945","7012","8901","1202","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","1999-04-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_301[] = {"6608","North American Datum 1927 (1976)","geodetic","Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).","1976","7008","8901","1367","Geodetic survey, cadastre, topographic mapping, engineering survey.","NAD27(76) used in Ontario for all maps at scale 1/20 000 and larger; elsewhere in Canada for selected purposes.","Geodetic Survey of Canada.","EPSG","1999-05-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_302[] = {"6609","North American Datum 1927 (CGQ77)","geodetic","Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).","1977","7008","8901","1368","Geodetic survey, cadastre, topographic mapping, engineering survey.","NAD27 (CGQ77) used in Quebec for all maps at scale 1/20 000 and larger; generally for maps issued by the Quebec cartography office whose reference system is CGQ77.","Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca","EPSG","1999-05-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_303[] = {"6610","Xian 1980","geodetic","","1980","7049","8901","1067","Geodetic survey, topographic and engineering survey.","","BP","EPSG","2002-02-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_304[] = {"6611","Hong Kong 1980","geodetic","Fundamental point: Trig \"Zero\", 38.4 feet south along the transit circle of the Kowloon Observatory. Latitude 22deg 18min 12.82sec North, longitude 114deg 10min 18.75sec East.","1980","7022","8901","1118","Geodetic survey, topgraphic and engineering survey, cadastre.","Supersedes Hong Kong 1963 datum and 1973 metric adjustment.","Survey and Mapping Office, Lands Department. http://www.info.gov.hk/landsd/mapping/tindex.htm","EPSG","2002-06-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_305[] = {"6612","Japanese Geodetic Datum 2000","geodetic","ITRF94 at epoch 1997.0","2000","7019","8901","1129","Geodetic survey, topographic and engineering survey.","Instigated under amendment to the Japanese Surveying Law with effect from April 2002. Supersedes Tokyo datum (code 6301).","Japanese Survey Federation and Geographical Survey Institute http://www.gsi.go.jp/ENGLISH/RESEARCH/BULLETIN/vol-45/45abst1.htm","EPSG","2002-06-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_306[] = {"6613","Gunung Segara","geodetic","Station P5 (Gunung Segara). Latitude 0deg 32min 12.83sec S, longitude  117deg 08min 48.47sec E (of Greenwich).","","7004","8901","1360","Topographic mapping.","","TotalFinaElf.","EPSG","2002-06-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_307[] = {"6614","Qatar National Datum 1995","geodetic","Defined by transformation from WGS 84 - see coordinate operation code 1840.","1995","7022","8901","1346","Topographic mapping.","","Qatar Centre for Geographic Information.","EPSG","2002-06-28 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_308[] = {"6615","Porto Santo 1936","geodetic","SE Base on Porto Santo island.","1936","7022","8901","1314","Topographic mapping.","Superseded by 1995 adjustment (datum code 6663). For Selvagens see Selvagem Grande (code 6616).","Instituto Geografico e Cadastral Lisbon http://www.igeo.pt","EPSG","2003-08-14 00:00:00","2003.231 2003.232","0 ",NULL};
-datafile_rows_t datum_row_309[] = {"6616","Selvagem Grande","geodetic","","","7022","8901","2779","Topographic mapping.","","Instituto Geografico e Cadastral Lisbon http://www.igeo.pt","EPSG","2003-08-14 00:00:00","2003.232","0 ",NULL};
-datafile_rows_t datum_row_310[] = {"6618","South American Datum 1969","geodetic","Fundamental point: Chua. Geodetic latitude: 19 deg 45 min 41.6527 sec S; geodetic longitude: 48 deg 06 min 04.0639 sec W (of Greenwich). (Astronomic coordinates: Latitude 19 deg 45 min 41.34 +/- 0.05 sec S; Longitude 48 deg 06 min 07.80 +/- 0.08 sec W).","1969","7050","8901","1358","Topographic mapping.","SAD69 uses GRS 1967 ellipsoid but with 1/f to exactly 2 decimal places.","DMA 1974.","EPSG","2004-01-09 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_311[] = {"6619","SWEREF99","geodetic","Densification of ETRS89.","1982","7019","8901","1225","Geodetic survey, cadastre, topographic mapping, engineering survey.","","National Land Survey of Sweden http://www.lantmateriet.se","EPSG","2002-09-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_312[] = {"6620","Point 58","geodetic","Fundamental point: Point 58. Latitude: 3 deg 58 min 37.040 sec N; Longitude: 12 deg 52 min 44.045 sec E (of Greenwich).","1969","7012","8901","2790","Geodetic survey","Used as the basis for computation of the 12th Parallel traverse conducted 1966-70 from Senegal to Chad and connecting to the Adindan triangulation in Sudan.","IGN Paris.","EPSG","2002-09-19 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_313[] = {"6621","Fort Marigot","geodetic","","","7022","8901","2828","Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by RRAF 1991 (datum code 6640).","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_314[] = {"6622","Sainte Anne","geodetic","","","7022","8901","2829","Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by RRAF 1991 (datum code 6640).","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_315[] = {"6623","Centre Spatial Guyanais 1967","geodetic","Fundamental point: Kourou-Diane. Latitude: 5 deg 15 min 53.699 sec N; Longitude: 52 deg 48 min 09.149 sec W (of Greenwich).","1967","7022","8901","1097","Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by RGFG95 (code 6624).","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_316[] = {"6624","Reseau Geodesique Francais Guyane 1995","geodetic","ITRF93 at epoch 1995.0","1995","7019","8901","1097","Geodetic survey, cadastre, topographic mapping, engineering survey.","Supersedes CSG67 (datum code 6623).","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_317[] = {"6625","Fort Desaix","geodetic","Fundamental point: Fort Desaix. Latitude: 14 deg 36 min 54.090 sec N; Longitude: 61 deg 04 min 04.030 sec W (of Greenwich).","","7022","8901","1156","Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by RRAF 1991 (datum code 6640).","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_318[] = {"6626","Piton des Neiges","geodetic","Fundamental point: Piton des Neiges (Borne). Latitude: 21 deg 05 min 13.119 sec S; Longitude: 55 deg 29 min 09.193 sec E (of Greenwich).","","7022","8901","1196","Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by RGR92 (datum code 6627).","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_319[] = {"6627","Reseau Geodesique de la Reunion 1992","geodetic","ITRF91 at epoch 93.0","1992","7019","8901","1196","Geodetic survey, cadastre, topographic mapping, engineering survey.","Supersedes Piton des Neiges (code 6626).","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_320[] = {"6628","Tahiti","geodetic","Tahiti North Base","","7022","8901","2811","Geodetic survey, cadastre, topographic mapping, engineering survey.","","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_321[] = {"6629","Tahaa","geodetic","","","7022","8901","2812","Geodetic survey, cadastre, topographic mapping, engineering survey.","","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_322[] = {"6630","IGN72 Nuku Hiva","geodetic","","1972","7022","8901","2810","Geodetic survey, cadastre, topographic mapping, engineering survey.","","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_323[] = {"6631","K0 1949","geodetic","","1949","7022","8901","2816","Geodetic survey, cadastre, topographic mapping, engineering survey.","","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_324[] = {"6632","Combani 1950","geodetic","","1950","7022","8901","1159","Geodetic survey, cadastre, topographic mapping, engineering survey.","","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_325[] = {"6633","IGN56 Lifou","geodetic","","1956","7022","8901","2814","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_326[] = {"6634","IGN72 Grande Terre","geodetic","","1972","7022","8901","2822","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_327[] = {"6635","ST87 Ouvea","geodetic","","1987","7022","8901","2813","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_328[] = {"6636","Petrels 1972","geodetic","Fundamental point: Astro station DZ on Ile de Petrels. Latitude: 66 deg 40 min 00 sec S; Longitude: 140 deg 00 min 46 sec E (of Greenwich).","1972","7022","8901","2817","Geodetic survey,  topographic mapping.","","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_329[] = {"6637","Pointe Geologie Perroud 1950","geodetic","Fundamental point: Astro station G.0 on Pointe Geologie. Latitude: 66 deg 39 min 30 sec S; Longitude: 140 deg 01 min 00 sec E (of Greenwich).","1950","7022","8901","2818","Geodetic survey,  topographic mapping.","","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_330[] = {"6638","Saint Pierre et Miquelon 1950","geodetic","","1950","7008","8901","1220","Geodetic survey, cadastre, topographic mapping, engineering survey.","","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_331[] = {"6639","MOP78","geodetic","","1978","7022","8901","2815","Geodetic survey, cadastre, topographic mapping, engineering survey.","","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_332[] = {"6640","Reseau de Reference des Antilles Francaises 1991","geodetic","WGS 84 coordinates of a single station determined during the 1988 Tango mission.","1991","7030","8901","1156","Geodetic survey, cadastre, topographic mapping, engineering survey.","Supersedes Fort Marigot and Sainte Anne (datum codes 6621-22) in Guadeloupe and Fort Desaix (datum code 6625) in Martinique.","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_333[] = {"6641","IGN53 Mare","geodetic","","1953","7022","8901","2819","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_334[] = {"6642","ST84 Ile des Pins","geodetic","","1984","7022","8901","2820","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_335[] = {"6643","ST71 Belep","geodetic","","1971","7022","8901","2821","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_336[] = {"6644","NEA74 Noumea","geodetic","","1974","7022","8901","2823","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_337[] = {"6645","Reseau Geodesique Nouvelle Caledonie 1991","geodetic","ITRF90 at 1989.0","1989","7022","8901","1174","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_338[] = {"6646","Grand Comoros","geodetic","Fundamental point: M'Tsaoueni.  Latitude: 11 deg 28 min 32.200 sec S; Longitude: 43 deg 15 min 42.315 sec E (of Greenwich).","","7022","8901","1071","Geodetic survey, cadastre, topographic mapping, engineering survey.","","IGN Paris.","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_339[] = {"6647","IERS Terrestrial Reference Frame 1988","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1988","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at 1988.0. Superseded by ITRF89 (code 6648).","International Earth Rotation Service (IERS) Annual Report for 1988. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_340[] = {"6648","IERS Terrestrial Reference Frame 1989","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1989","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at 1989.0. Supersedes ITRF88 (code 6647). Superseded by ITRF90 (code 6649).","International Earth Rotation Service (IERS) Technical Note No. 6. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_341[] = {"6649","IERS Terrestrial Reference Frame 1990","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1990","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at 1990.0. Supersedes ITRF89 (code 6648). Superseded by ITRF91 (code 6650).","International Earth Rotation Service (IERS) Technical Note No. 9. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_342[] = {"6650","IERS Terrestrial Reference Frame 1991","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1991","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at 1991.0. Supersedes ITRF90 (code 6649). Superseded by ITRF92 (code 6651).","International Earth Rotation Service (IERS) Technical Note No. 12. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_343[] = {"6651","IERS Terrestrial Reference Frame 1992","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1992","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at 1992.0. Supersedes ITRF91 (code 6650). Superseded by ITRF93 (code 6652).","International Earth Rotation Service (IERS) Technical Note No. 15. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_344[] = {"6652","IERS Terrestrial Reference Frame 1993","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1993","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at 1993.0. Supersedes ITRF92 (code 6651). Superseded by ITRF94 (code 6653).","International Earth Rotation Service (IERS) Technical Note No. 18. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_345[] = {"6653","IERS Terrestrial Reference Frame 1994","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1994","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at 1994.0. Supersedes ITRF93 (code 6652). Superseded by ITRF96 (code 6654).","International Earth Rotation Service (IERS) Technical Note No. 20. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_346[] = {"6654","IERS Terrestrial Reference Frame 1996","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1996","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at 1996.0. Supersedes ITRF94 (code 6653). Superseded by ITRF97 (code 6655).","International Earth Rotation Service (IERS) Technical Note No. 24. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_347[] = {"6655","IERS Terrestrial Reference Frame 1997","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1997","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at 1997.0. Supersedes ITRF96 (code 6654). Superseded by ITRF2000 (code 6656).","International Earth Rotation Service (IERS) Technical Note No. 27. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_348[] = {"6656","IERS Terrestrial Reference Frame 2000","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","2000","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at 2000.0. Supersedes ITRF97 (code 6655).","IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2002-11-29 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_349[] = {"6657","Reykjavik 1900","geodetic","Fundamental point:  Latitude: 64 deg 08 min 31.88 sec N; Longitude: 21 deg 55 min 51.15 sec W (of Greenwich).","1900","7051","8901","1120","Medium scale topographic mapping.","","Landmaelingar Islands (National Survey of Iceland).","EPSG","2003-06-27 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_350[] = {"6658","Hjorsey 1955","geodetic","Fundamental point:  Latitude: 64 deg 31 min 29.26 sec N; Longitude: 22 deg 22 min 05.84 sec W (of Greenwich).","1955","7022","8901","1120","1/50,000 scale topographic mapping.","","Landmaelingar Islands (National Survey of Iceland).","EPSG","2003-06-27 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_351[] = {"6659","Islands Network 1993","geodetic","ITRF93 at 1993.6.","1996","7019","8901","1120","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Landmaelingar Islands (National Survey of Iceland).","EPSG","2003-06-27 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_352[] = {"6660","Helle 1954","geodetic","","1954","7022","8901","2869","Geodetic survey, topographic mapping..","","Statens kartverk.","EPSG","2003-06-27 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_353[] = {"6661","Latvia 1992","geodetic","Constrained to 4 ETRS89 points in Latvia from the EUREF Baltic 1992 campaign.","1992","7019","8901","1139","Topographic mapping, geodetic survey.","Densification of ETRS89 during the 1992 Baltic campaign.","Latvijas Republikas Valsts zemes dienests (State Land Service of the Republic of Latvia) via EuroGeographics. http://crs.ifag.de","EPSG","2003-06-27 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_354[] = {"6663","Porto Santo 1995","geodetic","SE Base on Porto Santo island. Origin and orientation constrained to those of the 1936 adjustment.","1995","7022","8901","1314","Topographic mapping.","Classical and GPS observations. Supersedes 1936 adjustment (datum code 6615).  For Selvagens see Selvagem Grande (datum code 6616).","Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt/IGEO/portugues/Frameset-produtos.html","EPSG","2003-08-14 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_355[] = {"6664","Azores Oriental Islands 1995","geodetic","Fundamental point: Forte de São Bras. Origin and orientation constrained to those of the 1940 adjustment.","1940","7022","8901","1345","Topographic mapping.","Classical and GPS observations. Supersedes 1940 adjustment (datum code 6184).","Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt/IGEO/portugues/Frameset-produtos.html","EPSG","2003-08-14 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_356[] = {"6665","Azores Central Islands 1995","geodetic","Fundamental point: Graciosa south west base. Origin and orientation constrained to those of the 1948 adjustment.","1948","7022","8901","1301","Topographic mapping.","Classical and GPS observations. Supersedes 1948 adjustment (datum code 6183).","Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt/IGEO/portugues/Frameset-produtos.html","EPSG","2003-08-14 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_357[] = {"6666","Lisbon 1890","geodetic","Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 9 deg 07 min 54.862 sec W of Greenwich.","1937","7004","8901","1294","Topographic mapping.","Superseded by Lisbon 1937 adjustment (which uses International 1924 ellipsoid).","Instituto Geografico e Cadastral Lisbon http://www.igeo.pt","EPSG","2003-12-18 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_358[] = {"6667","Iraq-Kuwait Boundary Datum 1992","geodetic","Four stations established between September and December 1991 determined by GPS and Doppler observations.","1992","7030","8901","2876","International boundary demarcation","","United Nations Iraq-Kuwait Boundary Demarcation Commission, Final Report, May 1993.","EPSG","2003-09-01 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_359[] = {"6668","European Datum 1979","geodetic","Fundamental point: Potsdam (Helmert Tower). Latitude: 52 deg 22 min 51.4456 sec N; Longitude: 13 deg  3 min 58.9283 sec E (of Greenwich).","1979","7022","8901","2420","Scientific network.","Superseded by 1987 adjustment.","","EPSG","2003-12-31 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_360[] = {"6670","Istituto Geografico Militaire 1995","geodetic","Network of 1296 points observed 1992-1995 and adjusted in 1996 constrained to 9 ETRS89 points. Densification of ETRS89 in Italy.","1995","7030","8901","1127","Geodetic survey and scientific study.","","ENI","EPSG","2004-01-07 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_361[] = {"6671","Voirol 1879","geodetic","Fundamental point: Voirol. Latitude: 36 deg 45 min 08.199 sec N; Longitude: 3 deg 02 min 49.435 sec E of Greenwich. Uses RGS (and old IGN) value of 2 deg 20 min 13.95 sec for Greenwich-Paris meridian difference.","1879","7011","8901","1365","Topographic mapping.","Supersedes Voirol 1875 (code 6304).","IGN Paris","EPSG","2004-01-07 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_362[] = {"6801","CH1903 (Bern)","geodetic","Fundamental point: Old Bern observatory. Latitude: 46 deg 57 min 08.660 sec N; Longitude: 0 deg E of Bern.","1903","7004","8907","1286","Topographic mapping.","","Bundesamt für Landestopographie","EPSG","2003-12-18 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_363[] = {"6802","Bogota 1975 (Bogota)","geodetic","Fundamental point: Bogota observatory. Latitude: 4 deg 35 min 56.570 sec N; Longitude: 0 deg E of Bogota.","1975","7022","8904","1070","Topographic mapping.","","","EPSG","2003-12-18 00:00:00","2000.20 2003.361","0 ",NULL};
-datafile_rows_t datum_row_364[] = {"6803","Lisbon 1937 (Lisbon)","geodetic","Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 0","1937","7022","8902","1294","Topographic mapping.","Supersedes Lisbon 1890 adjustment (which used Bessel 1841 ellipsoid).","Instituto Geografico e Cadastral; Lisbon","EPSG","1995-06-02 00:00:00","2001.551","0 ",NULL};
-datafile_rows_t datum_row_365[] = {"6804","Makassar (Jakarta)","geodetic","Fundamental point: station P1, Moncongloe. Latitude 5 deg 08 min 41.42 sec S; longitude 12 deg 35 min 47.15 sec E of Jakarta.","","7004","8908","1316","Topographic mapping.","","EPSG","EPSG","2003-12-31 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_366[] = {"6805","Militar-Geographische Institut (Ferro)","geodetic","Fundamental point: Hermannskogel. Latitude: 48 deg 16 min 15.29 sec N; Longitude: 33 deg 57 min 41.06 sec E of Ferro.","1901","7004","8909","1321","Topographic mapping.","","Bundesamt fur Eich- und Vermessungswesen; Wien","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_367[] = {"6806","Monte Mario (Rome)","geodetic","Fundamental point: Monte Mario. Latitude: 41 deg 55 min 25.51 sec N; Longitude: 0 deg  00 min  00.00 sec E (of Rome).","","7022","8906","1127","Topographic mapping.","Superseded Genova datum, Bessel 1841 ellipsoid, from 1940.","","EPSG","2003-12-31 00:00:00","2003.36","0 ",NULL};
-datafile_rows_t datum_row_368[] = {"6807","Nouvelle Triangulation Francaise (Paris)","geodetic","Fundamental point: Pantheon. Latitude: 54.273618g N; Longitude: 0.0106921g E (of Paris).","1895","7011","8903","1353","Topographic mapping.","","","EPSG","2004-01-07 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_369[] = {"6808","Padang 1884 (Jakarta)","geodetic","Fundamental point: Padang","1884","7004","8908","1355","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_370[] = {"6809","Reseau National Belge 1950 (Brussels)","geodetic","Fundamental point: Lommel (tower). Latitude: 51 deg 13 min 47.334 sec N; Longitude: 0 deg 56 min 44.773 sec E (of Brussels).","1950","7022","8910","1347","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_371[] = {"6810","Tananarive 1925 (Paris)","geodetic","Fundamental point: Tananarive observatory. Latitude: 21.0191667g S; Longitude: 50.23849537g E (of Paris)","1925","7022","8903","1149","Topographic mapping.","","IGN Paris","EPSG","2003-12-31 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_372[] = {"6811","Voirol 1875 (Paris)","geodetic","Fundamental point: Voirol. Latitude: 40.83578 grads N; Longitude: 0.78873 grads E of Paris.","1875","7011","8903","1365","Topographic mapping.","","IGN Paris","EPSG","2004-01-07 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_373[] = {"6813","Batavia (Jakarta)","geodetic","Fundamental point: Longitude at Batavia Astro. Station. Latitude: 6 deg  7 min 39.522 sec S; Longitude: 0 deg 00 min 00.0 sec E (of Jakarta). Latitude and azimuth at Genuk.","","7004","8908","1285","Topographic mapping.","","","EPSG","2003-12-31 00:00:00","2003.361","0 ",NULL};
-datafile_rows_t datum_row_374[] = {"6814","Stockholm 1938 (Stockholm)","geodetic","Fundamental point: Stockholm observatory","1938","7004","8911","1225","Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by RT90 adjustment (datum code 6124)","","EPSG","1996-04-12 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_375[] = {"6815","Greek (Athens)","geodetic","Fundamental point: Athens Observatory; latitude 37 deg 58 min 20.132 sec N; longitude 0 deg E of Athens.","","7004","8912","1106","Topographic mapping.","See geodetic datum alias 6404.  Used as basis of topographic mapping based on Hatt projection.","Topography Department; National Technical University of Athens","EPSG","1997-06-16 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_376[] = {"6816","Carthage (Paris)","geodetic","Fundamental point: Carthage. Latitude: 40.9464506g N; Longitude: 8.8724368g E (of Paris).","","7011","8903","1236","Topographic mapping.","","","EPSG","2003-12-31 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_377[] = {"6817","NGO 1948 (Oslo)","geodetic","Fundamental point: Oslo observatory. Latitude: 59 deg 54 min 43.7 sec N; Longitude: 0 deg 00 min 00.0 sec E (of Oslo).","1948","7005","8913","1352","Geodetic survey, cadastre, topographic mapping, engineering survey.","","","EPSG","2004-01-05 00:00:00","2003.362","0 ",NULL};
-datafile_rows_t datum_row_378[] = {"6818","S-JTSK (Ferro)","geodetic","Modification of Austrian MGI (Ferro) datum.","1920","7004","8909","1306","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Research Institute for Geodesy Topography and Cartography (VUGTK); Prague.","EPSG","2001-08-28 00:00:00","2001.26","0 ",NULL};
-datafile_rows_t datum_row_379[] = {"6819","Nord Sahara 1959 (Paris)","geodetic","Coordinates of primary network readjusted on ED50 datum and then transformed conformally to Clarke 1880 (RGS) ellipsoid.","1959","7012","8903","1366","Topographic mapping.","","\"Le System Geodesique Nord-Sahara\"; IGN Paris","EPSG","2000-06-23 00:00:00","","1 ",NULL};
-datafile_rows_t datum_row_380[] = {"6820","Gunung Segara (Jakarta)","geodetic","Station P5 (Gunung Segara) 0deg 32min 12.83sec S  117deg 08min 48.47sec E of Greenwich (8deg 20min 20.68sec E of Jakarta).","","7004","8908","1360","Topographic mapping.","","","EPSG","2002-06-22 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_381[] = {"6821","Voirol 1879 (Paris)","geodetic","Fundamental point: Voirol. Latitude: 40.835864 grads N; Longitude: 0.788735 grads E of Paris.","1879","7011","8903","1365","Topographic mapping.","Supersedes Voirol 1875 (Paris) (code 6811).","IGN Paris","EPSG","2004-01-07 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_382[] = {"6901","Ancienne Triangulation Francaise (Paris)","geodetic","","","7027","8903","1326","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_383[] = {"6902","Nord de Guerre (Paris)","geodetic","","","7027","8903","1369","Topographic mapping.","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_384[] = {"6903","Madrid 1870 (Madrid)","geodetic","Fundamental point: Madrid observatory.","1870","7028","8905","1217","Topographic mapping.","","Institut de Geomatica; Barcelona","EPSG","1998-11-11 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_385[] = {"6904","Lisbon 1890 (Lisbon)","geodetic","Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 0 deg E of Lisbon.","1937","7004","8902","1294","Topographic mapping.","Superseded by Lisbon 1937 adjustment (which uses International 1924 ellipsoid).","Instituto Geografico e Cadastral Lisbon http://www.igeo.pt","EPSG","2003-08-14 00:00:00","2003.232","0 ",NULL};
-datafile_rows_t datum_row_386[] = {"9300","Astra Minas","engineering","Origin at 45 deg 59 min 54.79 sec S; 67 deg 34 min 38.94 sec W.","","","","1265","Oil industry mapping.","","","EPSG","2000-03-07 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_387[] = {"9301","Barcelona","engineering","Centre of the gateway of San Cristobal chuch; Plaza Boyaca; Barcelona.","","","","1266","Oil industry mapping.","Coordinates variously given as 10deg 08min 06sec N  64deg 41min 17sec W and 10deg 08min 06sec N  64deg 41min 07.5sec W.  It is not clear whether there should be two local datums.","Ministry of Mines standards manual, 1974.","EPSG","2000-03-07 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_388[] = {"9302","Maturin","engineering","Concrete post PR-1 in Plaza Bolivar; Maturin.  9deg 44min 55sec N  63deg 10min 40sec W.","","","","1320","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_389[] = {"9303","Maracaibo Cross","engineering","Cruz Canada Morillo in Maracaibo; 10deg 38min 32.328sec N  71deg 37min 12.12sec W  Loma Quintana datum.","","","","1319","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_390[] = {"9304","La Rosa","engineering","Monument in La Rosa; 10deg 22min 40.417sec N  71deg 26min 59.488sec W  Loma Quintana datum.","","","","1311","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_391[] = {"9305","Mene Grande","engineering","Monument in Santa Barbara; Mene Grande.  9deg 52min 25.488sec N  70deg 54min 35.310sec W.","","","","1270","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_392[] = {"9306","El Cubo","engineering","8deg 44min 17.258sec N  72deg 30min 09.01sec W.","","","","1269","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_393[] = {"9307","Dabajuro","engineering","Church tower at Dabajuro; 11deg 01min 19sec N  70deg 40min 40sec W.","","","","1268","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_394[] = {"9308","Tucupita","engineering","Centre of Plaza Bolivar; Tucupita; 9deg 03min 32sec N  62deg 03min 07.6sec W.","","","","1370","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_395[] = {"9309","El Mene","engineering","10deg 04min 49.1sec N  71deg 02min 10sec W.","","","","1270","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_396[] = {"9310","Santa Maria de Ipire","engineering","Concrete post PR-1 in Plaza Bolivar; Santa Maria de Ipire; 8deg 40min 06sec N  65deg 19min 09sec W.","","","","1371","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_397[] = {"9311","Barinas west base","engineering","Concrete pillar","","","","1267","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_398[] = {"9312","EPSG example  X","engineering","Bin grid I=J=1 at WGS 84 / UTM zone 31N 456781E 5836723N.","","","","1263","Example only.","Bin grid orientation = 20 degrees grid.  Bin width I=25m, J=12.5m.  Bin increment I=1, J=1.  Scale factor at origin 0.99984.  Example only!","UKOOA P6/98 documentation","EPSG","2000-06-23 00:00:00","","0 ",NULL};
-datafile_rows_t datum_row_399[] = {"9313","EPSG example Platform Y","engineering","Conductor slot A1","","","","1263","Example only.","Example only","EPSG","EPSG","2000-06-23 00:00:00","","0 ",NULL};
-datafile_rows_t *datum_rows[] = {datum_row_0 ,datum_row_1 ,datum_row_2 ,datum_row_3 ,datum_row_4 ,datum_row_5 ,datum_row_6 ,datum_row_7 ,datum_row_8 ,datum_row_9 ,datum_row_10 ,datum_row_11 ,datum_row_12 ,datum_row_13 ,datum_row_14 ,datum_row_15 ,datum_row_16 ,datum_row_17 ,datum_row_18 ,datum_row_19 ,datum_row_20 ,datum_row_21 ,datum_row_22 ,datum_row_23 ,datum_row_24 ,datum_row_25 ,datum_row_26 ,datum_row_27 ,datum_row_28 ,datum_row_29 ,datum_row_30 ,datum_row_31 ,datum_row_32 ,datum_row_33 ,datum_row_34 ,datum_row_35 ,datum_row_36 ,datum_row_37 ,datum_row_38 ,datum_row_39 ,datum_row_40 ,datum_row_41 ,datum_row_42 ,datum_row_43 ,datum_row_44 ,datum_row_45 ,datum_row_46 ,datum_row_47 ,datum_row_48 ,datum_row_49 ,datum_row_50 ,datum_row_51 ,datum_row_52 ,datum_row_53 ,datum_row_54 ,datum_row_55 ,datum_row_56 ,datum_row_57 ,datum_row_58 ,datum_row_59 ,datum_row_60 ,datum_row_61 ,datum_row_62 ,datum_row_63 ,datum_row_64 ,datum_row_65 ,datum_row_66 ,datum_row_67 ,datum_row_68 ,datum_row_69 ,datum_row_70 ,datum_row_71 ,datum_row_72 ,datum_row_73 ,datum_row_74 ,datum_row_75 ,datum_row_76 ,datum_row_77 ,datum_row_78 ,datum_row_79 ,datum_row_80 ,datum_row_81 ,datum_row_82 ,datum_row_83 ,datum_row_84 ,datum_row_85 ,datum_row_86 ,datum_row_87 ,datum_row_88 ,datum_row_89 ,datum_row_90 ,datum_row_91 ,datum_row_92 ,datum_row_93 ,datum_row_94 ,datum_row_95 ,datum_row_96 ,datum_row_97 ,datum_row_98 ,datum_row_99 ,datum_row_100 ,datum_row_101 ,datum_row_102 ,datum_row_103 ,datum_row_104 ,datum_row_105 ,datum_row_106 ,datum_row_107 ,datum_row_108 ,datum_row_109 ,datum_row_110 ,datum_row_111 ,datum_row_112 ,datum_row_113 ,datum_row_114 ,datum_row_115 ,datum_row_116 ,datum_row_117 ,datum_row_118 ,datum_row_119 ,datum_row_120 ,datum_row_121 ,datum_row_122 ,datum_row_123 ,datum_row_124 ,datum_row_125 ,datum_row_126 ,datum_row_127 ,datum_row_128 ,datum_row_129 ,datum_row_130 ,datum_row_131 ,datum_row_132 ,datum_row_133 ,datum_row_134 ,datum_row_135 ,datum_row_136 ,datum_row_137 ,datum_row_138 ,datum_row_139 ,datum_row_140 ,datum_row_141 ,datum_row_142 ,datum_row_143 ,datum_row_144 ,datum_row_145 ,datum_row_146 ,datum_row_147 ,datum_row_148 ,datum_row_149 ,datum_row_150 ,datum_row_151 ,datum_row_152 ,datum_row_153 ,datum_row_154 ,datum_row_155 ,datum_row_156 ,datum_row_157 ,datum_row_158 ,datum_row_159 ,datum_row_160 ,datum_row_161 ,datum_row_162 ,datum_row_163 ,datum_row_164 ,datum_row_165 ,datum_row_166 ,datum_row_167 ,datum_row_168 ,datum_row_169 ,datum_row_170 ,datum_row_171 ,datum_row_172 ,datum_row_173 ,datum_row_174 ,datum_row_175 ,datum_row_176 ,datum_row_177 ,datum_row_178 ,datum_row_179 ,datum_row_180 ,datum_row_181 ,datum_row_182 ,datum_row_183 ,datum_row_184 ,datum_row_185 ,datum_row_186 ,datum_row_187 ,datum_row_188 ,datum_row_189 ,datum_row_190 ,datum_row_191 ,datum_row_192 ,datum_row_193 ,datum_row_194 ,datum_row_195 ,datum_row_196 ,datum_row_197 ,datum_row_198 ,datum_row_199 ,datum_row_200 ,datum_row_201 ,datum_row_202 ,datum_row_203 ,datum_row_204 ,datum_row_205 ,datum_row_206 ,datum_row_207 ,datum_row_208 ,datum_row_209 ,datum_row_210 ,datum_row_211 ,datum_row_212 ,datum_row_213 ,datum_row_214 ,datum_row_215 ,datum_row_216 ,datum_row_217 ,datum_row_218 ,datum_row_219 ,datum_row_220 ,datum_row_221 ,datum_row_222 ,datum_row_223 ,datum_row_224 ,datum_row_225 ,datum_row_226 ,datum_row_227 ,datum_row_228 ,datum_row_229 ,datum_row_230 ,datum_row_231 ,datum_row_232 ,datum_row_233 ,datum_row_234 ,datum_row_235 ,datum_row_236 ,datum_row_237 ,datum_row_238 ,datum_row_239 ,datum_row_240 ,datum_row_241 ,datum_row_242 ,datum_row_243 ,datum_row_244 ,datum_row_245 ,datum_row_246 ,datum_row_247 ,datum_row_248 ,datum_row_249 ,datum_row_250 ,datum_row_251 ,datum_row_252 ,datum_row_253 ,datum_row_254 ,datum_row_255 ,datum_row_256 ,datum_row_257 ,datum_row_258 ,datum_row_259 ,datum_row_260 ,datum_row_261 ,datum_row_262 ,datum_row_263 ,datum_row_264 ,datum_row_265 ,datum_row_266 ,datum_row_267 ,datum_row_268 ,datum_row_269 ,datum_row_270 ,datum_row_271 ,datum_row_272 ,datum_row_273 ,datum_row_274 ,datum_row_275 ,datum_row_276 ,datum_row_277 ,datum_row_278 ,datum_row_279 ,datum_row_280 ,datum_row_281 ,datum_row_282 ,datum_row_283 ,datum_row_284 ,datum_row_285 ,datum_row_286 ,datum_row_287 ,datum_row_288 ,datum_row_289 ,datum_row_290 ,datum_row_291 ,datum_row_292 ,datum_row_293 ,datum_row_294 ,datum_row_295 ,datum_row_296 ,datum_row_297 ,datum_row_298 ,datum_row_299 ,datum_row_300 ,datum_row_301 ,datum_row_302 ,datum_row_303 ,datum_row_304 ,datum_row_305 ,datum_row_306 ,datum_row_307 ,datum_row_308 ,datum_row_309 ,datum_row_310 ,datum_row_311 ,datum_row_312 ,datum_row_313 ,datum_row_314 ,datum_row_315 ,datum_row_316 ,datum_row_317 ,datum_row_318 ,datum_row_319 ,datum_row_320 ,datum_row_321 ,datum_row_322 ,datum_row_323 ,datum_row_324 ,datum_row_325 ,datum_row_326 ,datum_row_327 ,datum_row_328 ,datum_row_329 ,datum_row_330 ,datum_row_331 ,datum_row_332 ,datum_row_333 ,datum_row_334 ,datum_row_335 ,datum_row_336 ,datum_row_337 ,datum_row_338 ,datum_row_339 ,datum_row_340 ,datum_row_341 ,datum_row_342 ,datum_row_343 ,datum_row_344 ,datum_row_345 ,datum_row_346 ,datum_row_347 ,datum_row_348 ,datum_row_349 ,datum_row_350 ,datum_row_351 ,datum_row_352 ,datum_row_353 ,datum_row_354 ,datum_row_355 ,datum_row_356 ,datum_row_357 ,datum_row_358 ,datum_row_359 ,datum_row_360 ,datum_row_361 ,datum_row_362 ,datum_row_363 ,datum_row_364 ,datum_row_365 ,datum_row_366 ,datum_row_367 ,datum_row_368 ,datum_row_369 ,datum_row_370 ,datum_row_371 ,datum_row_372 ,datum_row_373 ,datum_row_374 ,datum_row_375 ,datum_row_376 ,datum_row_377 ,datum_row_378 ,datum_row_379 ,datum_row_380 ,datum_row_381 ,datum_row_382 ,datum_row_383 ,datum_row_384 ,datum_row_385 ,datum_row_386 ,datum_row_387 ,datum_row_388 ,datum_row_389 ,datum_row_390 ,datum_row_391 ,datum_row_392 ,datum_row_393 ,datum_row_394 ,datum_row_395 ,datum_row_396 ,datum_row_397 ,datum_row_398 ,datum_row_399,NULL};
+datafile_rows_t datum_row_0[] = {"datum_code","datum_name","datum_type","origin_description","realization_epoch","ellipsoid_code","prime_meridian_code","area_of_use_code","datum_scope","remarks","information_source","data_source","revision_date","change_id","deprecated ",NULL};
+datafile_rows_t datum_row_1[] = {"5100","Mean Sea Level","vertical","","","","","1262","Hydrography.","msl has geographic and temporal components.  Users are advised to not use this generic vertical datum but to define specific instances of msl based on knowledge of these components; for instance \"msl at xxx during 19yy\".","","EPSG","1996-04-12","","0 ",NULL};
+datafile_rows_t datum_row_2[] = {"5101","Ordnance Datum Newlyn","vertical","Mean Sea Level at Newlyn between 1915 and 1921.","","","","2792","Topographic mapping, geodetic survey.","Orthometric heights.","Ordnance Survey of Great Britain","EPSG","2004-06-16","2004.10","0 ",NULL};
+datafile_rows_t datum_row_3[] = {"5102","National Geodetic Vertical Datum 1929","vertical","26 tide gauges in the US and Canada.","1929","","","1323","Topographic mapping, geodetic survey.","Normal orthometric heights.","","EPSG","1996-09-12","","0 ",NULL};
+datafile_rows_t datum_row_4[] = {"5103","North American Vertical Datum 1988","vertical","Father's Point, Rimouski, Quebec.","1988","","","1325","Topographic mapping, geodetic survey.","Helmert orthometric heights.","","EPSG","2006-01-16","2005.88","0 ",NULL};
+datafile_rows_t datum_row_5[] = {"5104","Yellow Sea 1956","vertical","2 years tide readings at Qingdao.","1956","","","3228","Topographic mapping, geodetic survey.","Replaced by Yellow Sea 1985 datum.","","EPSG","2002-06-22","2002.16","0 ",NULL};
+datafile_rows_t datum_row_6[] = {"5105","Baltic Sea","vertical","Datum: average water level at Kronstadt 1833. Network adjusted in 1977.","1977","","","1284","Topographic mapping, geodetic survey.","Uses Normal heights.","","EPSG","2005-05-27","2004.10 2005.18","0 ",NULL};
+datafile_rows_t datum_row_7[] = {"5106","Caspian Sea","vertical","Defined as -28.0m Baltic datum","","","","1291","Hydrography.","","","EPSG","1996-09-12","","0 ",NULL};
+datafile_rows_t datum_row_8[] = {"5107","Nivellement general de la France","vertical","Mean sea level at Marseille","","","","1326","Topographic mapping, geodetic survey.","The CNIG states that NGF is a general term applying to all vertical network readjustments of France and recommends more specific terminology. See codes 5118-5120.","Conseil National de l'Information Geographique groupe de travail \"Reseaux de Nivellement\" recommendations v5.1 April 1994.","EPSG","1996-09-12","","1 ",NULL};
+datafile_rows_t datum_row_9[] = {"5109","Normaal Amsterdams Peil","vertical","Mean high tide at Amsterdams Peil in 1684.","","","","1275","Topographic mapping, geodetic survey, hydrography.","Orthometric heights.","Nederlandse Commissie voor Geodesie publication 30; 1993","EPSG","2006-01-16","2004.10 2005.88","0 ",NULL};
+datafile_rows_t datum_row_10[] = {"5110","Oostende","vertical","Mean low water during 1958","1958","","","1347","Topographic mapping, geodetic survey.","","Nederlandse Commissie voor Geodesie publication 30; 1993","EPSG","2006-01-16","2005.88","0 ",NULL};
+datafile_rows_t datum_row_11[] = {"5111","Australian Height Datum","vertical","MSL 1966-68 at 30 gauges around coast.","1968","","","1281","Topographic mapping, geodetic survey.","","Australian Land Information Group  www.auslig.gov.au","EPSG","2005-09-06","2005.46","0 ",NULL};
+datafile_rows_t datum_row_12[] = {"5112","Australian Height Datum (Tasmania)","vertical","MSL 1972 at Hobart and Burnie.","1972","","","1282","Topographic mapping, geodetic survey.","","","EPSG","1996-09-12","","0 ",NULL};
+datafile_rows_t datum_row_13[] = {"5113","Sea Level","vertical","","","","","1262","Hydrography.","An unspecified local vertical datum not recommended for use.","","EPSG","1996-09-12","","0 ",NULL};
+datafile_rows_t datum_row_14[] = {"5114","Canadian Geodetic Vertical Datum of 1928","vertical","Based on the mean sea level determined from several tidal gauges located in strategic areas of the country","1928","","","1289","Topographic mapping, geodetic survey.","","Geodetic Survey Division, Natural Resources Canada. http://maps.nrcan.gc.ca/asdb/asdb_datum.html and http://www.geod.nrcan.gc.ca/index_e/help_e/acron_e.html","EPSG","2004-11-26","2004.723","0 ",NULL};
+datafile_rows_t datum_row_15[] = {"5115","Piraeus Harbour 1986","vertical","MSL determined during 1986.","1986","","","3254","Topographic mapping, geodetic survey.","","Geodesy Department; Public Pertoleum Corporation of Greece","EPSG","1997-06-16","","0 ",NULL};
+datafile_rows_t datum_row_16[] = {"5116","Helsinki 1960","vertical","MSL at Helsinki during 1960.","1960","","","3333","Topographic mapping, geodetic survey.","","National Land Survey of Finland; http://www.maanmittauslaitos.fi","EPSG","1997-07-22","","0 ",NULL};
+datafile_rows_t datum_row_17[] = {"5117","Rikets hojdsystem 1970","vertical","Adjustment is referenced to mean high tide at Amsterdams Peil in 1684. To account for land level movements caused by isostatic rebound, heights are reduced to epoch 1970.0 using uplift values computed from repeated levelling observations.","1970","","","3313","Topographic mapping, geodetic survey.","Uses Normal heights.","National Land Survey of Sweden","EPSG","2004-06-16","2002.48 2004.10","0 ",NULL};
+datafile_rows_t datum_row_18[] = {"5118","Nivellement General de la France - Lallemand","vertical","Rivet number M.ac O-VIII on the Marseille tide gauge site, with the height fixed in 1897 at 1.661 metre above mean sea level between February 2nd 1885 and January 1st 1897.","","","","1326","Geodetic survey, topographic mapping, engineering survey.","Orthometric heights.","Conseil National de l'Information Geographique groupe de travail \"Reseaux de Nivellement\" recommendations v5.1 April 1994.","EPSG","1997-11-13","2001.47 2004.06","0 ",NULL};
+datafile_rows_t datum_row_19[] = {"5119","Nivellement General de la France - IGN69","vertical","Rivet number M.ac O-VIII on the Marseille tide gauge site, with the height fixed in 1897 at 1.661 metre above mean sea level between February 2nd 1885 and January 1st 1897.","1969","","","1326","Geodetic survey, topographic mapping, engineering survey.","Uses Normal heights.","Conseil National de l'Information Geographique groupe de travail \"Reseaux de Nivellement\" recommendations v5.1 April 1994.","EPSG","1997-11-13","2001.47","0 ",NULL};
+datafile_rows_t datum_row_20[] = {"5120","IGN78 Corsica","vertical","Marker MM3 situated on the tide gauge site of Ajaccio. Height is 3.640 metre above mean sea level.","1978","","","1327","Geodetic survey, topographic mapping, engineering survey.","Uses Normal heights. Replaces NGC (datum code 5189).","Conseil National de l'Information Geographique groupe de travail \"Reseaux de Nivellement\" recommendations v5.1 April 1994.","EPSG","2004-10-14","2001.47 2004.06 2004.564","0 ",NULL};
+datafile_rows_t datum_row_21[] = {"5121","Maputo","vertical","Mean sea level at Maputo.","","","","3281","Topographic mapping.","","Direcção Nacional de Geografia e Cadastral (DINAGECA).","EPSG","1998-04-16","","0 ",NULL};
+datafile_rows_t datum_row_22[] = {"5122","Japanese Standard Levelling Datum 1949","vertical","24.4140 metres above mean sea level Tokyo Bay.","1949","","","3263","Topographic mapping, geodetic survey.","","Ministry of Construction; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html","EPSG","2004-05-09","2002.08 2004.38","0 ",NULL};
+datafile_rows_t datum_row_23[] = {"5123","PDO Height Datum 1993","vertical","","1993","","","3288","Oil industry mapping.","Misclosure between Muscat and Salalah less than .5 meters with differences from of up to 5 meters from old Fahud Datum.  The PHD93 adjustment was initially known as the Spine.  Replaces Fahud Vertical Datum (code 5124) from 1993.","Petroleum Development Oman","EPSG","1999-04-22","","0 ",NULL};
+datafile_rows_t datum_row_24[] = {"5124","Fahud Height Datum","vertical","Single MSL determination at Mina Al Fahal.","","","","3288","Oil industry mapping.","Based on reciprocal trigonometric heighting. Replaced by PHD93 Datum (code 5123) in 1993.","Petroleum Development Oman","EPSG","2004-04-07","2004.212","0 ",NULL};
+datafile_rows_t datum_row_25[] = {"5125","Ha Tien 1960","vertical","","1960","","","1302","Topographic mapping, geodetic survey.","In Vietnam replaced by Hon Dau in 1992.","","EPSG","1999-10-20","","0 ",NULL};
+datafile_rows_t datum_row_26[] = {"5126","Hon Dau 1992","vertical","","1992","","","3328","Topographic mapping, geodetic survey.","Replaces Ha Tien in Vietnam.","","EPSG","1999-10-20","","0 ",NULL};
+datafile_rows_t datum_row_27[] = {"5127","Landesnivellement 1902","vertical","Origin at Repere Pierre du Niton (RPN) defined as 373.6 metres above msl. This value derived from msl at Marseille in 1897 through the French Lallemand network.","1902","","","1286","Topographic mapping, cadastral survey.","Levelling observations not corrected for gravity field. For scientific purposes, replaced by LHHN95.","Bundesamt für Landestopographie","EPSG","2004-06-16","2004.10","0 ",NULL};
+datafile_rows_t datum_row_28[] = {"5128","Landeshohennetz 1995","vertical","Origin at Repere Pierre du Niton (RPN) defined as 373.6 metres above msl. This value derived from msl at Marseille in 1897 through the French Lallemand network.","1995","","","1286","Geodetic survey and scientific studies.","Orthometric heights. For scientific purposes only, replaces LN02.","Bundesamt für Landestopographie","EPSG","2004-06-16","2004.10","0 ",NULL};
+datafile_rows_t datum_row_29[] = {"5129","European Vertical Reference Frame 2000","vertical","Height at Normaal Amsterdams Peil (NAP) is zero, defined through height at UELN bench mark 13600 (52°22'53\"N 4°54'34\"E) of 0.71599m. Datum at NAP is mean high tide in 1684.","2000","","","1299","Geodesy.","Realised by geopotential numbers and Normal heights of the United European Levelling Network.","European veritical data centre at Bundesamt für Kartographie und Geodäsie (BKG), Leipzig branch. http://crs.bkg.bund.de/evrs/","EPSG","2000-10-19","","0 ",NULL};
+datafile_rows_t datum_row_30[] = {"5130","Malin Head","vertical","Mean sea level between January 1960 and December 1969.","1970","","","1305","Topographic mapping","Orthometric heights.","Ordnance Survey of Ireland","EPSG","2001-11-06","","0 ",NULL};
+datafile_rows_t datum_row_31[] = {"5131","Belfast Lough","vertical","Mean sea level between 1951 and 1956 at Clarendon Dock, Belfast.","1957","","","2530","Large scale (1:1,250, 1:2,500 and 1:10,000) topographic mapping.","Orthometric heights. Malin Head (datum code 5130) used for 1:50,000 and smaller mapping.","Ordnance Survey of Northern Ireland","EPSG","2002-09-19","2002.62","0 ",NULL};
+datafile_rows_t datum_row_32[] = {"5132","Dansk Normal Nul","vertical","Mean Sea Level at 10 gauges.","","","","3237","Topographic mapping and engineering survey","Orthometric heights.","Kort & Matrikelstyrelsen","EPSG","2001-11-06","","0 ",NULL};
+datafile_rows_t datum_row_33[] = {"5133","AIOC 1995","vertical","Average level of Caspian Sea at the Oil Rocks tide gauge June-September 1995.","1995","","","2592","Oil industry mapping.","AIOC 1995 datum is 1.7m above Caspian datum and 26.3m below Baltic datum.","BP","EPSG","2002-02-12","","0 ",NULL};
+datafile_rows_t datum_row_34[] = {"5134","Black Sea","vertical","","","","","1102","Hydrographic surveying and since break-up of Former Soviet Union also topographic mapping.","Black Sea datum is 0.4m below Baltic datum.","BP","EPSG","2002-02-12","","0 ",NULL};
+datafile_rows_t datum_row_35[] = {"5135","Hong Kong Principal Datum","vertical","1.23m below the mean of 19 years (1965-83) observations of tide levels at North Point, Victoria Harbour.","1980","","","3334","Geodetic survey, engineering survey, cadastre.","","Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm","EPSG","2002-06-22","","0 ",NULL};
+datafile_rows_t datum_row_36[] = {"5136","Hong Kong Chart Datum","vertical","Approximates to Lowest Astronomic Tide level (LAT).","","","","3335","Hydrographic survey and charting.","Chart datum is 0.15 metres below Hong Kong Principal Datum (code 5135) and 1.38m below MSL at Quarry Bay.","Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm","EPSG","2002-06-22","","0 ",NULL};
+datafile_rows_t datum_row_37[] = {"5137","Yellow Sea 1985","vertical","20 years tide readings at Qingdao.","1985","","","3228","Topographic mapping, geodetic survey.","Replaces Yellow Sea 1956 datum.","Guangdong Province Land Resource Information Centre","EPSG","2002-06-22","","0 ",NULL};
+datafile_rows_t datum_row_38[] = {"5138","Ordnance Datum Newlyn (Orkney Isles)","vertical","Connected to Newlyn datum by triangulation from the British mainland.","","","","2793","Topographic mapping, geodetic survey.","Considered as separate from Newlyn because the accuracy of the trigonometric connection across the Pentland Firth does not meet geodetic levelling specifications. Orthometric heights.","Ordnance Survey of Great Britain","EPSG","2004-06-16","2004.10","0 ",NULL};
+datafile_rows_t datum_row_39[] = {"5139","Fair Isle","vertical","","","","","2794","Topographic mapping, geodetic survey.","Orthometric heights.","Ordnance Survey of Great Britain","EPSG","2002-09-19","","0 ",NULL};
+datafile_rows_t datum_row_40[] = {"5140","Lerwick","vertical","","","","","2795","Topographic mapping, geodetic survey.","Orthometric heights.","Ordnance Survey of Great Britain","EPSG","2002-09-19","","0 ",NULL};
+datafile_rows_t datum_row_41[] = {"5141","Foula","vertical","","","","","2796","Topographic mapping, geodetic survey.","Orthometric heights.","Ordnance Survey of Great Britain","EPSG","2002-09-19","","0 ",NULL};
+datafile_rows_t datum_row_42[] = {"5142","Sule Skerry","vertical","","","","","2797","Topographic mapping, geodetic survey.","Orthometric heights.","Ordnance Survey of Great Britain","EPSG","2002-09-19","","0 ",NULL};
+datafile_rows_t datum_row_43[] = {"5143","North Rona","vertical","","","","","2798","Topographic mapping, geodetic survey.","Orthometric heights.","Ordnance Survey of Great Britain","EPSG","2002-09-19","","0 ",NULL};
+datafile_rows_t datum_row_44[] = {"5144","Stornoway","vertical","","","","","2799","Topographic mapping, geodetic survey.","Orthometric heights.","Ordnance Survey of Great Britain","EPSG","2002-09-19","","0 ",NULL};
+datafile_rows_t datum_row_45[] = {"5145","St. Kilda","vertical","","","","","2800","Topographic mapping, geodetic survey.","Orthometric heights.","Ordnance Survey of Great Britain","EPSG","2002-09-19","","0 ",NULL};
+datafile_rows_t datum_row_46[] = {"5146","Flannan Isles","vertical","","","","","2801","Topographic mapping, geodetic survey.","Orthometric heights.","Ordnance Survey of Great Britain","EPSG","2006-01-16","2005.88","0 ",NULL};
+datafile_rows_t datum_row_47[] = {"5147","St. Marys","vertical","","","","","2802","Topographic mapping, geodetic survey.","Orthometric heights.","Ordnance Survey of Great Britain","EPSG","2002-09-19","","0 ",NULL};
+datafile_rows_t datum_row_48[] = {"5148","Douglas","vertical","","","","","2803","Topographic mapping, geodetic survey.","Orthometric heights.","Ordnance Survey of Great Britain","EPSG","2002-09-19","","0 ",NULL};
+datafile_rows_t datum_row_49[] = {"5149","Fao","vertical","","","","","2806","Topographic mapping, geodetic survey.","Established by Hunting Surveys for IPC. Replaced by Bandar Abbas (code 5150). At time of record creation NIOC data in Ahwaz area still usually referenced to Fao.","National Iranian Oil Company (NIOC).","EPSG","2002-09-19","","0 ",NULL};
+datafile_rows_t datum_row_50[] = {"5150","Bandar Abbas","vertical","Average sea level at Bandar Abbass 1995-2001.","2001","","","3336","Topographic mapping, geodetic survey.","Replaces Fao (code 5149).","National Cartographic Centre of Iran","EPSG","2002-09-19","","0 ",NULL};
+datafile_rows_t datum_row_51[] = {"5151","Nivellement General de Nouvelle Caledonie","vertical","Rivet AB01 established by SHOM (Service Hydrographique de la Marine)  in 1937 on the Quai des Volontaires in Noumea. Height i: 1.885 metre above mean sea level.","1969","","","2822","Geodetic survey, topographic mapping, engineering survey.","Orthometric heights.","Service Topographique de la Nouvelle Caledonie.","EPSG","2004-03-15","2004.06","0 ",NULL};
+datafile_rows_t datum_row_52[] = {"5152","Poolbeg","vertical","Low water mark of the spring tide on the 8 April 1837 at Poolbeg Lighthouse, Dublin.","1837","","","1305","Topographic mapping before 1956 in Northern Ireland and 1970 in the Republic of Ireland.","Replaced by Belfast Lough and Malin Head (datum codes 5130-31).","\"The Irish Grid - A Description of the Co-ordinate Reference System\" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.","EPSG","2003-06-27","","0 ",NULL};
+datafile_rows_t datum_row_53[] = {"5153","Nivellement General Guyanais 1977","vertical","","1977","","","3146","Geodetic survey, topographic mapping, engineering survey.","Normal heights.","IGN Paris","EPSG","2003-06-27","","0 ",NULL};
+datafile_rows_t datum_row_54[] = {"5154","Martinique 1987","vertical","","","","","3276","Geodetic survey, topographic mapping, engineering survey.","Replaces Martinique 1955 (datum code 5192).","IGN Paris","EPSG","2004-10-14","2004.561","0 ",NULL};
+datafile_rows_t datum_row_55[] = {"5155","Guadeloupe 1988","vertical","","","","","2829","Geodetic survey, topographic mapping, engineering survey.","Replaces Guadeloupe 1951 (datum code 5193).","IGN Paris","EPSG","2004-10-14","2004.561","0 ",NULL};
+datafile_rows_t datum_row_56[] = {"5156","Reunion 1989","vertical","","","","","3337","Geodetic survey, topographic mapping, engineering survey.","","IGN Paris","EPSG","2004-10-14","2004.561","0 ",NULL};
+datafile_rows_t datum_row_57[] = {"5157","Auckland","vertical","MSL at Auckland harbour 1909-1923.","1946","","","1500","Geodetic survey, topographic mapping, engineering survey.","","OSG Technical Report #10, February 2001.","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_58[] = {"5158","Bluff","vertical","MSL at Invercargill harbour over 8 years between 1918 and 1934.","1955","","","1501","Geodetic survey, topographic mapping, engineering survey.","","OSG Technical Report #10, February 2001.","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_59[] = {"5159","Dunedin","vertical","MSL at Dunedin harbour 1918-1937.","1958","","","1501","Geodetic survey, topographic mapping, engineering survey.","","OSG Technical Report #10, February 2001.","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_60[] = {"5160","Gisborne","vertical","MSL at Gisborne harbour 1926.","1926","","","1500","Geodetic survey, topographic mapping, engineering survey.","","OSG Technical Report #10, February 2001.","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_61[] = {"5161","Lyttleton","vertical","MSL at Lyttleton harbour over 9 years between 1918 and 1933.","1937","","","1501","Geodetic survey, topographic mapping, engineering survey.","","OSG Technical Report #10, February 2001.","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_62[] = {"5162","Moturiki","vertical","MSL at Moturiki Island February 1949 to December 1952.","1953","","","1500","Geodetic survey, topographic mapping, engineering survey.","","OSG Technical Report #10, February 2001.","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_63[] = {"5163","Napier","vertical","MSL at Napier harbour. Period of derivation unknown.","1962","","","1500","Geodetic survey, topographic mapping, engineering survey.","","OSG Technical Report #10, February 2001.","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_64[] = {"5164","Nelson","vertical","MSL at Nelson harbour 1939-1942.","1955","","","1501","Geodetic survey, topographic mapping, engineering survey.","","OSG Technical Report #10, February 2001.","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_65[] = {"5165","One Tree Point","vertical","MSL at Whangarei harbour 1960-1963.","1964","","","1500","Geodetic survey, topographic mapping, engineering survey.","","OSG Technical Report #10, February 2001.","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_66[] = {"5166","Tararu","vertical","MSL at Tararu Point 1922-1923.","1952","","","1500","Geodetic survey, topographic mapping, engineering survey.","","OSG Technical Report #10, February 2001.","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_67[] = {"5167","Taranaki","vertical","MSL at Taranaki harbour 1918-1921.","1970","","","1500","Geodetic survey, topographic mapping, engineering survey.","","OSG Technical Report #10, February 2001.","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_68[] = {"5168","Wellington","vertical","MSL at Wellington harbour 1909-1946.","1953","","","1500","Geodetic survey, topographic mapping, engineering survey.","","OSG Technical Report #10, February 2001.","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_69[] = {"5169","Chatham Island","vertical","MSL at Waitangi harbour collected in 1959.","1959","","","2889","Geodetic survey, topographic mapping, engineering survey.","","Interim Report GEO/T1/19/51 for LINZ by John Hannah, \"An Assessment of New Zealand's Height Systems and Options for a Future Height System\", January 2001.","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_70[] = {"5170","Stewart Island","vertical","MSL at 3-5 high and low tides at two different locations.","1977","","","3338","Geodetic survey, topographic mapping, engineering survey.","","Interim Report GEO/T1/19/51 for LINZ by John Hannah, \"An Assessment of New Zealand's Height Systems and Options for a Future Height System\", January 2001.","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_71[] = {"5171","EGM96 geoid","vertical","WGS 84 ellipsoid.","1996","","","1262","Geodesy.","","NASA http://cddis.gsfc.nasa.gov/926/egm96/egm96.html","EPSG","2004-04-27","","0 ",NULL};
+datafile_rows_t datum_row_72[] = {"5172","Nivellement General du Luxembourg","vertical","Reference point Wemperhardt defined as 528.030m above Normaal Amsterdams Peil (NAP). Datum at NAP is mean high tide in 1684. Network adjusted in 1995.","1995","","","1146","Geodetic survey, topographic mapping, engineering survey.","Orthometric heights.","Administration du Cadastre et de la Topographie. http://www.etat.lu/ACT","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_73[] = {"5173","Antalya","vertical","Mean sea Level at Antalya 1936-71.","","","","3322","Geodetic survey, topographic mapping, engineering survey.","Orthometric heights.","Eurogeographics, http://crs.bkg.bund.de/crs-eu/","EPSG","2004-11-26","2004.722","0 ",NULL};
+datafile_rows_t datum_row_74[] = {"5174","Norway Normal Nul 1954","vertical","MSL defined by regression at 7 gauges with between 17 and 67 years observations.","1974","","","1352","Geodetic survey, topographic mapping, engineering survey.","Includes initial NN1954 system and NNN1957 system. Former name retained. Normal-orthometric heights.","Statoil","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_75[] = {"5175","Durres","vertical","Mean Sea Level at Durres.","","","","3212","Geodetic survey, topographic mapping, engineering survey.","Normal-orthometric heights.","Eurogeographics, http://crs.bkg.bund.de/crs-eu/","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_76[] = {"5176","Gebrauchshohen ADRIA","vertical","Reference point Hutbiegl defined relative to mean sea level at Trieste in 1875.","","","","1037","Geodetic survey, topographic mapping, engineering survey.","Normal-orthometric heights.","Eurogeographics, http://crs.bkg.bund.de/crs-eu/","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_77[] = {"5177","National Vertical Network 1999","vertical","Reference point Ruse defined relative to mean sea level at Trieste in 1875.","1999","","","3307","Geodetic survey, topographic mapping, engineering survey.","Normal-orthometric heights.","Eurogeographics, http://crs.bkg.bund.de/crs-eu/","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_78[] = {"5178","Cascais","vertical","Mean Sea Level at Cascais 1938.","1938","","","1294","Geodetic survey, topographic mapping, engineering survey.","Orthometric heights.","Eurogeographics, http://crs.bkg.bund.de/crs-eu/","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_79[] = {"5179","Constanta","vertical","Mean Sea Level at Constanta.","","","","3295","Geodetic survey, topographic mapping, engineering survey.","Normal-orthometric heights.","Eurogeographics, http://crs.bkg.bund.de/evrs/Relations.html","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_80[] = {"5180","Alicante","vertical","Mean Sea Level at Alicante between 1870 and 1882.","","","","2366","Geodetic survey, topographic mapping, engineering survey.","Orthometric heights.","Eurogeographics, http://crs.bkg.bund.de/crs-eu/","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_81[] = {"5181","Deutches Haupthohennetz 1992","vertical","Network adjusted in 1992. Geopotential number at reference point Wallenhorst defined as value from the UELN-73/86 adjustment. Datum at Normaal Amsterdams Peil (NAP) is mean high tide in 1684.","1992","","","3339","Geodetic survey, topographic mapping, engineering survey.","Replaces DHHN85 in West Germany and SNN76 in East Germany. Uses Normal heights.","Bundesamt für Kartographie und Geodäsie (BKG), http://crs.bkg.bund.de/crs-eu/","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_82[] = {"5182","Deutches Haupthohennetz 1985","vertical","Network adjusted in 1985. Height of reference point Wallenhorst defined as value from 1928 adjustment. Datum at Normaal Amsterdams Peil (NAP) is mean high tide in 1684.","1985","","","2326","Geodetic survey, topographic mapping, engineering survey.","Replaced by DHHN92. Uses Normal-orthometric heights.","Eurogeographics, http://crs.bkg.bund.de/crs-eu/","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_83[] = {"5183","SNN76","vertical","Network adjusted in 1976. Height at reference point Hoppegarten defined as 1957 value from the UPLN adjustment. Datum at Kronstadt is mean sea level of Baltic in 1833.","1976","","","1343","Geodetic survey, topographic mapping, engineering survey.","Uses Normal heights. Replaced by DHHN92.","Eurogeographics, http://crs.bkg.bund.de/crs-eu/","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_84[] = {"5184","Baltic 1982","vertical","Network adjusted in 1982. Height at reference point Varna defined as 1958 value from the UPLN adjustment. Datum at Kronstadt is mean sea level of Baltic in 1833.","1982","","","3224","Geodetic survey, topographic mapping, engineering survey.","Uses Normal heights.","Eurogeographics, http://crs.bkg.bund.de/crs-eu/","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_85[] = {"5185","Baltic 1980","vertical","","","","","1119","Geodetic survey, topographic mapping, engineering survey.","Uses Normal heights.","Eurogeographics, http://crs.bkg.bund.de/crs-eu/","EPSG","2004-03-09","","0 ",NULL};
+datafile_rows_t datum_row_86[] = {"5186","Kuwait PWD","vertical","Mean Low Low Water (MLLW) at Kuwait City.","","","","3267","Municipality and military purposes.","Approximately 1.03m below MSL.","Kuwait Oil Company.","EPSG","2004-06-16","","0 ",NULL};
+datafile_rows_t datum_row_87[] = {"5187","KOC Well Datum","vertical","","1937","","","3267","KOC exploration and field development subsurface work.","Approximately 3.22m above MSL.","Kuwait Oil Company.","EPSG","2004-06-16","","0 ",NULL};
+datafile_rows_t datum_row_88[] = {"5188","KOC Construction Datum","vertical","","1952","","","3267","KOC survey control and facilities engineering.","Approximately 1.52m below MSL. Created for the construction of the Mina al Ahmadi refinery.","Kuwait Oil Company.","EPSG","2004-06-16","","0 ",NULL};
+datafile_rows_t datum_row_89[] = {"5189","Nivellement General de la Corse 1948","vertical","Mean sea level at Ajaccio between 1912 and 1937.","1948","","","1327","Geodetic survey, topographic mapping, engineering survey.","Replaced by IGN78 Corsica (datum 5120).","IGN Paris","EPSG","2004-10-14","","0 ",NULL};
+datafile_rows_t datum_row_90[] = {"5190","Danger 1950","vertical","Marker near tide gauge at port of Saint Pierre. Height is 1.26 metres above zero of tide gauge.","1950","","","3299","Geodetic survey, topographic mapping, engineering survey.","","IGN Paris","EPSG","2004-10-14","","0 ",NULL};
+datafile_rows_t datum_row_91[] = {"5191","Mayotte 1950","vertical","Marker on Issoufali jetty at Dzaoudzi. Height is 2.18m above zero of tide gauge.","1950","","","3340","Geodetic survey, topographic mapping, engineering survey.","","IGN Paris","EPSG","2004-10-14","","0 ",NULL};
+datafile_rows_t datum_row_92[] = {"5192","Martinique 1955","vertical","Marker N.BC-2 situated at the port of Fort de France.","1955","","","3276","Geodetic survey, topographic mapping, engineering survey.","Replaced by Martinique 1987 (datum code 5154).","IGN Paris","EPSG","2004-10-14","","0 ",NULL};
+datafile_rows_t datum_row_93[] = {"5193","Guadeloupe 1951","vertical","At the port of Pointe-a-Pitre.","1955","","","2892","Geodetic survey, topographic mapping, engineering survey.","Replaced by Guadeloupe 1988 (datum code 5155).","IGN Paris","EPSG","2004-10-14","","0 ",NULL};
+datafile_rows_t datum_row_94[] = {"5194","Lagos 1955","vertical","Mean sea level at Lagos, 1912-1928.","1955","","","3287","Geodetic survey, topographic mapping, engineering survey.","","Ebong et al, AVN International, 1991.","EPSG","2004-10-14","","0 ",NULL};
+datafile_rows_t datum_row_95[] = {"5195","Nivellement General de Polynesie Francaise","vertical","","","","","3134","Geodetic survey, topographic mapping, engineering survey.","The collection of heterogeneous levelling networks throughout the Society Islands of French Polynesia.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.","EPSG","2005-08-12","","0 ",NULL};
+datafile_rows_t datum_row_96[] = {"5196","IGN 1966","vertical","Fundamental benchmark: RN501","1966","","","3124","Geodetic survey, topographic mapping, engineering survey.","Included as part of NGPF - see datum code 5195.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.","EPSG","2005-08-12","","0 ",NULL};
+datafile_rows_t datum_row_97[] = {"5197","Moorea SAU 1981","vertical","Fundamental benchmark: RN225","1981","","","3125","Geodetic survey, topographic mapping, engineering survey.","Included as part of NGPF - see datum code 5195.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.","EPSG","2005-08-12","","0 ",NULL};
+datafile_rows_t datum_row_98[] = {"5198","Raiatea SAU 2001","vertical","Fundamental benchmark: RN1","2001","","","3136","Geodetic survey, topographic mapping, engineering survey.","Included as part of NGPF - see datum code 5195.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.","EPSG","2005-08-12","","0 ",NULL};
+datafile_rows_t datum_row_99[] = {"5199","Maupiti SAU 2001","vertical","Fundamental benchmark: RN11","2001","","","3126","Geodetic survey, topographic mapping, engineering survey.","Included as part of NGPF - see datum code 5195.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.","EPSG","2005-08-12","","0 ",NULL};
+datafile_rows_t datum_row_100[] = {"5200","Huahine SAU 2001","vertical","Fundamental benchmark: SHOM B3","2001","","","3135","Geodetic survey, topographic mapping, engineering survey.","Included as part of NGPF - see datum code 5195.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.","EPSG","2005-08-12","","0 ",NULL};
+datafile_rows_t datum_row_101[] = {"5201","Tahaa SAU 2001","vertical","Fundamental benchmark: RN16","2001","","","3138","Geodetic survey, topographic mapping, engineering survey.","Included as part of NGPF - see datum code 5195.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.","EPSG","2005-08-12","","0 ",NULL};
+datafile_rows_t datum_row_102[] = {"5202","Bora Bora SAU 2001","vertical","Fundamental benchmark: Vaitape quay SHOM benchmark B.","2001","","","3137","Geodetic survey, topographic mapping, engineering survey.","Included as part of NGPF - see datum code 5195.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.","EPSG","2005-08-12","","0 ",NULL};
+datafile_rows_t datum_row_103[] = {"5203","EGM84 geoid","vertical","WGS 84 ellipsoid.","1984","","","1262","Geodesy.","","US National Geospatial-Intelligence Agency (NGA); http://earth-info.nga.mil/GandG/","EPSG","2005-09-30","","0 ",NULL};
+datafile_rows_t datum_row_104[] = {"5204","International Great Lakes Datum 1955","vertical","Pointe-au-Père (Father's Point), Quebec","1955","","","3468","Hydrology.","Dynamic heights. Adopted in 1962. Replaced by IGLD 1985 in January 1992.","Coordinating Committee on Great Lakes Basic Hydraulic and Hydrologic Data","OGP","2006-11-11","","0 ",NULL};
+datafile_rows_t datum_row_105[] = {"5205","International Great Lakes Datum 1985","vertical","Rimouski, Quebec.","1985","","","3468","Hydrology.","Dynamic heights. Replaces IGLD 1955 from January 1992.","Coordinating Committee on Great Lakes Basic Hydraulic and Hydrologic Data","OGP","2006-11-11","","0 ",NULL};
+datafile_rows_t datum_row_106[] = {"5206","Dansk Vertikal Reference 1990","vertical","Benchmark at Århus cathedral referenced to mean sea level determined during 1990 at 10 tide gauges: Esbjerg, Fredericia, Frederikshavn, Gedser, Hirtshals, Hornbæk, Korsør, København, Slipshavn and Århus.","","","","3237","Topographic mapping and engineering survey","Normal Orthometric heights.","Kort & Matrikelstyrelsen","OGP","2006-12-01","","0 ",NULL};
+datafile_rows_t datum_row_107[] = {"6001","Not specified (based on Airy 1830 ellipsoid)","geodetic","","","7001","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_108[] = {"6002","Not specified (based on Airy Modified 1849 ellipsoid)","geodetic","","","7002","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_109[] = {"6003","Not specified (based on Australian National Spheroid)","geodetic","","","7003","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_110[] = {"6004","Not specified (based on Bessel 1841 ellipsoid)","geodetic","","","7004","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_111[] = {"6005","Not specified (based on Bessel Modified ellipsoid)","geodetic","","","7005","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_112[] = {"6006","Not specified (based on Bessel Namibia ellipsoid)","geodetic","","","7046","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2001-01-21","96.08  2000.42  2001.15","0 ",NULL};
+datafile_rows_t datum_row_113[] = {"6007","Not specified (based on Clarke 1858 ellipsoid)","geodetic","","","7007","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_114[] = {"6008","Not specified (based on Clarke 1866 ellipsoid)","geodetic","","","7008","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_115[] = {"6009","Not specified (based on Clarke 1866 Michigan ellipsoid)","geodetic","","","7009","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_116[] = {"6010","Not specified (based on Clarke 1880 (Benoit) ellipsoid)","geodetic","","","7010","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_117[] = {"6011","Not specified (based on Clarke 1880 (IGN) ellipsoid)","geodetic","","","7011","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_118[] = {"6012","Not specified (based on Clarke 1880 (RGS) ellipsoid)","geodetic","","","7012","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_119[] = {"6013","Not specified (based on Clarke 1880 (Arc) ellipsoid)","geodetic","","","7013","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_120[] = {"6014","Not specified (based on Clarke 1880 (SGA 1922) ellipsoid)","geodetic","","","7014","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_121[] = {"6015","Not specified (based on Everest 1830 (1937 Adjustment) ellipsoid)","geodetic","","","7015","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_122[] = {"6016","Not specified (based on Everest 1830 (1967 Definition) ellipsoid)","geodetic","","","7016","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_123[] = {"6018","Not specified (based on Everest 1830 Modified ellipsoid)","geodetic","","","7018","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_124[] = {"6019","Not specified (based on GRS 1980 ellipsoid)","geodetic","","","7019","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_125[] = {"6020","Not specified (based on Helmert 1906 ellipsoid)","geodetic","","","7020","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_126[] = {"6021","Not specified (based on Indonesian National Spheroid)","geodetic","","","7021","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_127[] = {"6022","Not specified (based on International 1924 ellipsoid)","geodetic","","","7022","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_128[] = {"6024","Not specified (based on Krassowsky 1940 ellipsoid)","geodetic","","","7024","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_129[] = {"6025","Not specified (based on NWL 9D ellipsoid)","geodetic","","","7025","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_130[] = {"6027","Not specified (based on Plessis 1817 ellipsoid)","geodetic","","","7027","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_131[] = {"6028","Not specified (based on Struve 1860 ellipsoid)","geodetic","","","7028","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_132[] = {"6029","Not specified (based on War Office ellipsoid)","geodetic","","","7029","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_133[] = {"6030","Not specified (based on WGS 84 ellipsoid)","geodetic","","","7030","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_134[] = {"6031","Not specified (based on GEM 10C ellipsoid)","geodetic","","","7031","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_135[] = {"6032","Not specified (based on OSU86F ellipsoid)","geodetic","","","7032","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_136[] = {"6033","Not specified (based on OSU91A ellipsoid)","geodetic","","","7033","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_137[] = {"6034","Not specified (based on Clarke 1880 ellipsoid)","geodetic","","","7034","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","96.08  2000.42","0 ",NULL};
+datafile_rows_t datum_row_138[] = {"6035","Not specified (based on Authalic Sphere)","geodetic","","","7035","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown. Deprecated and replaced by 6047.","EPSG","EPSG","2001-06-05","96.08  2000.42","1 ",NULL};
+datafile_rows_t datum_row_139[] = {"6036","Not specified (based on GRS 1967 ellipsoid)","geodetic","","","7036","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","2000.42","0 ",NULL};
+datafile_rows_t datum_row_140[] = {"6041","Not specified (based on Average Terrestrial System 1977 ellipsoid)","geodetic","","","7041","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","2000.42","0 ",NULL};
+datafile_rows_t datum_row_141[] = {"6042","Not specified (based on Everest (1830 Definition) ellipsoid)","geodetic","","","7042","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","2000.42","0 ",NULL};
+datafile_rows_t datum_row_142[] = {"6043","Not specified (based on WGS 72 ellipsoid)","geodetic","","","7043","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","2000.42","0 ",NULL};
+datafile_rows_t datum_row_143[] = {"6044","Not specified (based on Everest 1830 (1962 Definition) ellipsoid)","geodetic","","","7044","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","2000.42","0 ",NULL};
+datafile_rows_t datum_row_144[] = {"6045","Not specified (based on Everest 1830 (1975 Definition) ellipsoid)","geodetic","","","7045","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2000-05-03","2000.42","0 ",NULL};
+datafile_rows_t datum_row_145[] = {"6047","Not specified (based on GRS 1980 Authalic Sphere)","geodetic","","","7048","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2004-04-27","2001.19 2003.33","0 ",NULL};
+datafile_rows_t datum_row_146[] = {"6052","Not specified (based on Clarke 1866 Authalic Sphere)","geodetic","","","7052","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","EPSG","EPSG","2004-04-27","","0 ",NULL};
+datafile_rows_t datum_row_147[] = {"6053","Not specified (based on International 1924 Authalic Sphere)","geodetic","","","7057","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","OGP","OGP","2006-09-22","","0 ",NULL};
+datafile_rows_t datum_row_148[] = {"6054","Not specified (based on Hughes 1980 ellipsoid)","geodetic","","","7058","8901","1263","Not a valid datum.","Included for coordinate reference systems where datum is unknown.","OGP","OGP","2006-09-22","","0 ",NULL};
+datafile_rows_t datum_row_149[] = {"6120","Greek","geodetic","Fundamental point: Athens Observatory; latitude 37 deg 58 min 20.132 sec N; longitude 23 deg 42 min 58.815 sec E of Greenwich","","7004","8901","1106","Topographic mapping.","See geodetic datum alias 6404.  Used as basis of topographic mapping based on Hatt projection. Replaced by GGRS87 (code 6121).","Topography Department; National Technical University of Athens","EPSG","2004-03-26","2004.183","0 ",NULL};
+datafile_rows_t datum_row_150[] = {"6121","Greek Geodetic Reference System 1987","geodetic","Fundamental point: Dionysos; latitude 38 deg 04 min 33.8 sec N; longitude 23 deg 55 min 51.0 sec E of Greenwich; geoid height 7.0 m.","1987","7019","8901","1106","Topographic mapping.","Replaced (old) Greek datum.  Oil industry work based on ED50.","L. Portokalakis; Public Petroleum Corporation of Greece","EPSG","1997-06-16","","0 ",NULL};
+datafile_rows_t datum_row_151[] = {"6122","Average Terrestrial System 1977","geodetic","","1977","7041","8901","1283","Topographic mapping.","In use from 1979.  To be phased out in late 1990's.","New Brunswick Geographic Information Corporation land and water information standards manual.","EPSG","1997-07-02","","0 ",NULL};
+datafile_rows_t datum_row_152[] = {"6123","Kartastokoordinaattijarjestelma (1966)","geodetic","Adjustment with fundamental point SF31 based on ED50 transformed to best fit the older VVJ adjustment.","1966","7022","8901","1095","Geodetic survey, cadastre, topographic mapping, engineering survey.","Adopted in 1970.","National Land Survey of Finland; http://www.maanmittauslaitos.fi","EPSG","2006-03-31","2006.27","0 ",NULL};
+datafile_rows_t datum_row_153[] = {"6124","Rikets koordinatsystem 1990","geodetic","","1982","7004","8901","1225","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaces RT38 adjustment (datum code 6308)","National Land Survey of Sweden","EPSG","1997-11-13","","0 ",NULL};
+datafile_rows_t datum_row_154[] = {"6125","Samboja","geodetic","Original origin station P2 Exc now destroyed.  Extensions recomputed using Toran station T9 as origin.","","7004","8901","1328","Topographic mapping.","","Total Indonesia.","EPSG","1997-11-13","","1 ",NULL};
+datafile_rows_t datum_row_155[] = {"6126","Lithuania 1994 (ETRS89)","geodetic","Constrained to 4 ETRS89 points in Lithuania from the EUREF Baltic 1992 campaign..","1994","7019","8901","1145","Topographic mapping, geodetic survey.","Densification of ETRS89 during the 1992 Baltic campaign.","HNIT-Baltic GeoInfoServisas","EPSG","1998-03-12","","0 ",NULL};
+datafile_rows_t datum_row_156[] = {"6127","Tete","geodetic","Fundamental point: Tete.","","7008","8901","3281","Topographic mapping.","","Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).","EPSG","1998-04-16","","0 ",NULL};
+datafile_rows_t datum_row_157[] = {"6128","Madzansua","geodetic","Fundamental point: Madzansua.","","7008","8901","1315","Topographic mapping.","Replaced by transformation to Tete datum (datum code 6127).","Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).","EPSG","1998-04-16","","0 ",NULL};
+datafile_rows_t datum_row_158[] = {"6129","Observatario","geodetic","Fundamental point: Maputo observatory.","","7008","8901","1329","Topographic mapping.","Replaced by transformation to Tete datum (datum code 6127).","Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).","EPSG","1998-04-16","","0 ",NULL};
+datafile_rows_t datum_row_159[] = {"6130","Moznet (ITRF94)","geodetic","ITRF94 at epoch 1996.9","","7030","8901","1167","Topographic mapping.","","Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).","EPSG","2006-08-18","2006.77","0 ",NULL};
+datafile_rows_t datum_row_160[] = {"6131","Indian 1960","geodetic","DMA extension over IndoChina of the Indian 1954 network adjusted  to better fit local geoid.","","7015","8901","1302","Topographic mapping.","Also known as Indian (DMA Reduced).","","EPSG","2003-12-31","2003.361","0 ",NULL};
+datafile_rows_t datum_row_161[] = {"6132","Final Datum 1958","geodetic","Fundamental point: Maniyur.  Latitude: 31 deg 23 min 59.19 sec N; Longitude: 48 deg 32 min 31.38 sec E (of Greenwich).","","7012","8901","1300","Oil industry mapping.","Network included in Nahrwan 1967 adjustment.","IOEPC records","EPSG","1998-11-11","","0 ",NULL};
+datafile_rows_t datum_row_162[] = {"6133","Estonia 1992","geodetic","Densification from 4 ETRS89 points.","1992","7019","8901","1090","Topographic mapping, Geodetic survey.","Based on ETRS89 as established during the 1992 Baltic campaign. Replaced by Estonia 1997 adjustment (code 6180).","http://www.geo.ut.ee","EPSG","2005-09-06","2005.46","0 ",NULL};
+datafile_rows_t datum_row_163[] = {"6134","PDO Survey Datum 1993","geodetic","Adjustment best fitted to Fahud network.","1993","7012","8901","3288","Oil industry mapping.","Replaces Fahud datum (code 6232). Maximum differences to Fahud adjustment are 20 metres.","Petroleum Development Oman","EPSG","1999-04-22","","0 ",NULL};
+datafile_rows_t datum_row_164[] = {"6135","Old Hawaiian","geodetic","Fundamental point: Oahu West Base Astro.  Latitude: 21 deg 18 min 13.89 sec N; longitude 157 deg 50 min 55.79 sec W (of Greenwich)","","7008","8901","1334","Topographic mapping.","Hawaiian Islands were never on NAD27 but rather on Old Hawaiian Datum.  NADCON conversion program provides transformation from Old Hawaiian Datum to NAD83 (original 1986 realization) but making the transformation appear to user as if from NAD27.","http://www.ngs.noaa.gov/ (NADCON readme file).","EPSG","2005-09-05","2005.46","0 ",NULL};
+datafile_rows_t datum_row_165[] = {"6136","St. Lawrence Island","geodetic","","","7008","8901","1332","Topographic mapping.","Many Alaskan islands were never on NAD27 but rather on independent datums.  NADCON conversion program provides transformation from St. Lawrence Island Datum to NAD83 (original 1986 realization) - making the transformation appear to user as if from NAD27.","http://www.ngs.noaa.gov/ (NADCON readme file)","EPSG","1999-05-24","","0 ",NULL};
+datafile_rows_t datum_row_166[] = {"6137","St. Paul Island","geodetic","Fundamental point latitude: 57 deg 07 min 16.86 sec N; longitude: 170 deg 16 min 24.00 sec W (of Greenwich).","","7008","8901","1333","Topographic mapping.","Many Alaskan islands were never on NAD27 but rather on independent datums.  NADCON conversion program provides transformation from St. Paul Island Datum to NAD83 (original 1986 realization) - making the transformation appear to user as if from NAD27.","http://www.ngs.noaa.gov/ (NADCON readme file)","EPSG","1999-05-24","","0 ",NULL};
+datafile_rows_t datum_row_167[] = {"6138","St. George Island","geodetic","Fundamental point latitude: 56 deg 36 min 11.31 sec N; longitude: 169 deg 32 min 36.00 sec W (of Greenwich).","","7008","8901","1331","Topographic mapping.","Many Alaskan islands were never on NAD27 but rather on independent datums.  NADCON conversion program provides transformation from St. George Island Datum to NAD83 (original 1986 realization) - making the transformation appear to user as if from NAD27.","http://www.ngs.noaa.gov/ (NADCON readme file)","EPSG","2003-12-31","2003.362","0 ",NULL};
+datafile_rows_t datum_row_168[] = {"6139","Puerto Rico","geodetic","Fundamental point: Cardona Island Lighthouse. Latitude:17 deg 57 min 31.40 sec N; Longitude: 66 deg 38 min 07.53 sec W (of Greenwich).","1901","7008","8901","1335","Topographic mapping.","NADCON conversion program provides transformation from Puerto Rico Datum to NAD83 (original 1986 realization) but making the transformation appear to user as if from NAD27.","Ordnance Survey of Great Britain and http://www.ngs.noaa.gov/ (NADCON readme file).","EPSG","2003-12-31","2003.362","0 ",NULL};
+datafile_rows_t datum_row_169[] = {"6140","NAD83 Canadian Spatial Reference System","geodetic","","1998","7019","8901","1061","Geodetic survey.","","Natural Resources of Canada, CSRS website.  http://www.geod.nrcan.gc.ca","EPSG","2007-05-29","2005.88 2006.461 2007.026","0 ",NULL};
+datafile_rows_t datum_row_170[] = {"6141","Israel","geodetic","Fundamental point:  Latitude: 31 deg 44 min 03.817 sec N; Longitude: 35 deg 12 min 16.261 sec E (of Greenwich).","","7019","8901","2603","Topographic mapping.","","Survey of Israel.","EPSG","2004-04-14","2002.34 2004.15","0 ",NULL};
+datafile_rows_t datum_row_171[] = {"6142","Locodjo 1965","geodetic","Fundamental point: T5 Banco. Latitude: 5 deg 18 min 50.5 sec N; Longitude: 4 deg 02 min 05.1 sec W (of Greenwich).","1965","7012","8901","1075","Topographic mapping.","","IGN Paris.","EPSG","1999-10-20","","0 ",NULL};
+datafile_rows_t datum_row_172[] = {"6143","Abidjan 1987","geodetic","Fundamental point: Abidjan I. Latitude: 5 deg 18 min 51.01 sec N; Longitude: 4 deg 02 min 06.04 sec W (of Greenwich).","1987","7012","8901","1075","Topographic mapping.","","IGN Paris.","EPSG","1999-10-20","","0 ",NULL};
+datafile_rows_t datum_row_173[] = {"6144","Kalianpur 1937","geodetic","Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).","1937","7015","8901","1308","Topographic mapping.","Replaces 1880 adjustment except for topographic mapping.  Replaced in Bangladesh and Pakistan by 1962 metrication conversion and in India by 1975 metrication conversion.","G. Bomford; \"The Re-adjustment of the Indian Triangulation\"; Survey of India Professional Paper 28; 1939.","EPSG","1999-10-20","","0 ",NULL};
+datafile_rows_t datum_row_174[] = {"6145","Kalianpur 1962","geodetic","Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).","1962","7044","8901","3289","Topographic mapping.","1937 adjustment rescaled by ratio metric conversions of Indian foot (1937) to Indian foot (1962).","","EPSG","1999-10-20","","0 ",NULL};
+datafile_rows_t datum_row_175[] = {"6146","Kalianpur 1975","geodetic","Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).","1975","7045","8901","3341","Topographic mapping.","1937 adjustment rescaled by ratio metric conversions of Indian foot (1937) to Indian foot (1975).","","EPSG","1999-10-20","","0 ",NULL};
+datafile_rows_t datum_row_176[] = {"6147","Hanoi 1972","geodetic","","1972","7024","8901","3328","Geodetic survey, cadastre, topographic mapping, engineering survey.","","PetroVietnam","EPSG","1999-10-20","","0 ",NULL};
+datafile_rows_t datum_row_177[] = {"6148","Hartebeesthoek94","geodetic","Coincident with ITRF91 at epoch 1994.0 at Hartebeesthoek astronomical observatory near Pretoria.","1994","7030","8901","1215","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaces Cape datum (code 6222).","Directorate of Surveys and Mapping; http://w3sli.wcape.gov.za/surveys/mapping/wgs84.htm","EPSG","2006-08-18","99.96 2006.77","0 ",NULL};
+datafile_rows_t datum_row_178[] = {"6149","CH1903","geodetic","Fundamental point: Old Bern observatory. Latitude: 46 deg 57 min 08.660 sec N; Longitude: 7 deg 26 min 22.500 sec E (of Greenwich).","1903","7004","8901","1286","Topographic mapping.","","Bundesamt für Landestopographie","EPSG","1999-10-20","","0 ",NULL};
+datafile_rows_t datum_row_179[] = {"6150","CH1903+","geodetic","Fundamental point: Zimmerwald observatory.","","7004","8901","1286","Geodetic survey, topographic mapping.","","Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.","EPSG","2001-11-06","2001.52","0 ",NULL};
+datafile_rows_t datum_row_180[] = {"6151","Swiss Terrestrial Reference Frame 1995","geodetic","ETRF89 at epoch 1993.0","1995","7019","8901","1286","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.","EPSG","2006-08-18","2006.77","0 ",NULL};
+datafile_rows_t datum_row_181[] = {"6152","NAD83 (High Accuracy Regional Network)","geodetic","","","7019","8901","1337","Geodetic survey.","","National Geodetic Survey","EPSG","1999-10-20","","0 ",NULL};
+datafile_rows_t datum_row_182[] = {"6153","Rassadiran","geodetic","Fundamental point: Total1. Latitude: 27 deg 31 min 07.784 sec N; Longitude: 52 deg 36 min 12.741 sec E (of Greenwich).","1998","7022","8901","1338","Oil industry mapping.","","Total-Fina","EPSG","1999-11-20","","0 ",NULL};
+datafile_rows_t datum_row_183[] = {"6154","European Datum 1950(1977)","geodetic","Extension of ED50 over Iran.","1977","7022","8901","1123","Topographic mapping.","Sometimes referred to as ED50-ED77.","National Cartographic Centre of Iran","EPSG","1999-11-20","","0 ",NULL};
+datafile_rows_t datum_row_184[] = {"6155","Dabola 1981","geodetic","","1981","7011","8901","3257","Topographic mapping.","","IGN Paris","EPSG","1999-12-09","","0 ",NULL};
+datafile_rows_t datum_row_185[] = {"6156","Jednotne Trigonometricke Site Katastralni","geodetic","Modification of Austrian MGI datum, code 6312.","","7004","8901","1306","Geodetic survey, cadastre, topographic mapping, engineering survey.","S-JTSK = System of the Unified Trigonometrical Cadastral Network.","Research Institute for Geodesy Topography and Cartography (VUGTK); Prague.","EPSG","2001-11-06","2001.26  2001.51","0 ",NULL};
+datafile_rows_t datum_row_186[] = {"6157","Mount Dillon","geodetic","Fundamental point: Mount Dillon triangulation station. Latitude: 11 deg 15 min 07.843 sec N; Longitude: 60 deg 41 min 09.632 sec W (of Greenwich).","","7007","8901","1322","Topographic mapping.","","University of the West Indies Geodetic Services.","EPSG","2003-12-31","2003.361","0 ",NULL};
+datafile_rows_t datum_row_187[] = {"6158","Naparima 1955","geodetic","Fundamental point: Naparima. Latitude: 10 deg 16 min 44.860 sec N; Longitude: 61 deg 27 min 34.620 sec W (of Greenwich).","1955","7022","8901","3143","Topographic mapping.","Naparima 1972 is an extension of the Naparima 1955 network of Trinidad to include Tobago.","Ordnance Survey International.","EPSG","2000-03-07","","0 ",NULL};
+datafile_rows_t datum_row_188[] = {"6159","European Libyan Datum 1979","geodetic","Extension of ED50 over Libya.","1979","7022","8901","1143","Topographic mapping.","","Brown and Root","EPSG","2003-12-31","2003.362","0 ",NULL};
+datafile_rows_t datum_row_189[] = {"6160","Chos Malal 1914","geodetic","Chos Malal police station.","1914","7022","8901","1292","Oil industry mapping.","Also known as Quini-Huao.  Replaced by Campo Inchauspe (code 6221).","Various oil company records.","EPSG","2000-03-07","","0 ",NULL};
+datafile_rows_t datum_row_190[] = {"6161","Pampa del Castillo","geodetic","","","7022","8901","1265","Oil industry mapping.","Used in Comodoro Rivadavia area.  Replaced by Campo Inchauspe (code 6221).","Various oil company records.","EPSG","2000-03-07","","0 ",NULL};
+datafile_rows_t datum_row_191[] = {"6162","Korean Datum 1985","geodetic","Fundamental point: Suwon; latitude 37 deg 16 min 31.9034 sec N; longitude 127 deg 03 min 05.1451 sec E of Greenwich.","1985","7004","8901","3266","Topographic mapping.","","Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1999. http://www.asprs.org/","EPSG","2005-09-05","2001.28 2005.46","0 ",NULL};
+datafile_rows_t datum_row_192[] = {"6163","Yemen National Geodetic Network 1996","geodetic","Sana'a IGN reference marker","1996","7030","8901","1257","Topographic mapping.","","IGN Paris","EPSG","2000-03-07","","0 ",NULL};
+datafile_rows_t datum_row_193[] = {"6164","South Yemen","geodetic","","","7024","8901","1340","Topographic mapping.","","IGN Paris","EPSG","2000-03-07","","0 ",NULL};
+datafile_rows_t datum_row_194[] = {"6165","Bissau","geodetic","","","7022","8901","3258","Topographic mapping.","","NIMA TR8350.2  ftp://164.214.2.65/pub/gig/tr8350.2/changes.pdf","EPSG","2005-09-05","2005.46","0 ",NULL};
+datafile_rows_t datum_row_195[] = {"6166","Korean Datum 1995","geodetic","","1995","7030","8901","3266","Topographic mapping.","","NIMA TR8350.2  ftp://164.214.2.65/pub/gig/tr8350.2/changes.pdf","EPSG","2005-09-05","2005.46","0 ",NULL};
+datafile_rows_t datum_row_196[] = {"6167","New Zealand Geodetic Datum 2000","geodetic","Based on ITRF96 at epoch 2000.0","2000","7019","8901","3285","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaces New Zealand Geodetic Datum 1949 (code 6272) and Chatham Islands Datum 1979 (code 6673) from March 2000.","Land Information New Zealand. http://www.linz.govt.nz/rcs/linz/pub/web/root/core/SurveySystem/GeodeticInfo/GeodeticDatums/nzgd2000factsheet/index.jsp","EPSG","2004-03-26","2004.11","0 ",NULL};
+datafile_rows_t datum_row_197[] = {"6168","Accra","geodetic","Fundamental point: GCS Station 547. Latitude: 5 deg 23 min 43.3 sec N; Longitude: 0 deg 11 min 52.3 sec W (of Greenwich).","","7029","8901","1104","Topographic mapping.","Replaced in 1978 by Leigon datum (code 6250).","Ordnance Survey International","EPSG","2000-10-12","","0 ",NULL};
+datafile_rows_t datum_row_198[] = {"6169","American Samoa 1962","geodetic","Fundamental point: Betty 13 eccentric. Latitude: 14 deg 20 min 08.34 sec S; longitude: 170 deg 42 min 52.25 sec W","1962","7008","8901","3109","Topographic mapping.","","NIMA TR8350.2 revision of January 2000. Oil industry sources for origin description details.","EPSG","2005-05-21","2003.362 2005.23","0 ",NULL};
+datafile_rows_t datum_row_199[] = {"6170","Sistema de Referencia Geocentrico para America del Sur 1995","geodetic","ITRF94 at epoch 1995.42.","1995","7019","8901","3448","Geodetic survey.","Realised by a frame of 58 stations observed in 1995 and adjusted in the ITRF94. Replaced by SIRGAS 2000.","NIMA TR8350.2 revision of January 2000. Also http://www1.ibge.gov.br/","EPSG","2006-08-18","2004.25 2005.46 2006.465 2006.77","0 ",NULL};
+datafile_rows_t datum_row_200[] = {"6171","Reseau Geodesique Francais 1993","geodetic","Coincident with ETRS89 at epoch 1993.0","1993","7019","8901","1096","Geodetic survey.","","http://www.ign.fr/ via TotalFinaElf","EPSG","2005-09-05","2001.51 2005.46","0 ",NULL};
+datafile_rows_t datum_row_201[] = {"6172","Posiciones Geodesicas Argentinas","geodetic","","1994","7019","8901","1033","Topographic mapping, geodetic survey.","Una red geodésica de 127 puntos materializados en el terreno que definen el Sistema Geodésico Nacional.  [A geodetic network of 127 points defining the National Geodetic System.] Replaced by POSGAR98 (code 6190).","http://www.igm.gov.ar/posgar.html","EPSG","2000-10-19","","1 ",NULL};
+datafile_rows_t datum_row_202[] = {"6173","IRENET95","geodetic","ETRS89 stations in Ireland","1995","7019","8901","1305","Geodetic survey.","Densification of ETRS89","Ordnance Survey of Ireland","EPSG","2004-04-07","2004.22","0 ",NULL};
+datafile_rows_t datum_row_203[] = {"6174","Sierra Leone Colony 1924","geodetic","Fundamental point: Kortright. Latitude: 8 deg 28 min 44.4 sec N; Longitude: 13 deg 13 min 03.81 sec W (of Greenwich).","1924","7029","8901","1342","Topographic mapping, engineering survey.","","Ordnance Survey International.","EPSG","2001-06-05","","0 ",NULL};
+datafile_rows_t datum_row_204[] = {"6175","Sierra Leone 1968","geodetic","Fundamental point: SLX2 Astro. Latitude: 8 deg 27 min 17.567 sec N; Longitude: 12 deg 49 min 40.186 sec W (of Greenwich).","1968","7012","8901","3306","Topographic mapping, engineering survey.","Extension and readjustment with additional observations of 1960 network.  Coordinates of 1960 stations change by less than 3 metres.","Ordnance Survey International.","EPSG","2001-06-05","","0 ",NULL};
+datafile_rows_t datum_row_205[] = {"6176","Australian Antarctic Datum 1998","geodetic","","1998","7019","8901","1278","Topographic mapping.","","Standards Australia","EPSG","2006-01-30","2006.08","0 ",NULL};
+datafile_rows_t datum_row_206[] = {"6178","Pulkovo 1942/83","geodetic","Fundamental point: Pulkovo observatory. Latitude: 59 deg 46 min 18.550 sec N; Longitude: 30 deg 19 min 42.090 sec E (of Greenwich).","1983","7024","8901","1343","Geodetic survey, cadastre, topographic mapping, engineering survey.","International adjustment of Uniforrm Astro-Geodetic Network of countries of central and eastern Europe.","Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/","EPSG","2001-06-05","","0 ",NULL};
+datafile_rows_t datum_row_207[] = {"6179","Pulkovo 1942/58","geodetic","Fundamental point: Pulkovo observatory. Latitude: 59 deg 46 min 18.550 sec N; Longitude: 30 deg 19 min 42.090 sec E (of Greenwich).","1958","7024","8901","1192","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/","EPSG","2001-06-05","","0 ",NULL};
+datafile_rows_t datum_row_208[] = {"6180","Estonia 1997","geodetic","Densification of ETRS89 during EUREF-ESTONIA97 campaign through transformation from ITRF96 at epoch 1997.56.","1997","7019","8901","1090","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaces Estonia 1992 adjustment (code 6133).","Estonian National Land Board via EuroGeographics; http://crs.bkg.bund.de/crs-eu/","EPSG","2006-08-18","2006.77","0 ",NULL};
+datafile_rows_t datum_row_209[] = {"6181","Luxembourg 1930","geodetic","Fundamental point: northern station of Habay-la-Neuve baseline in Belgium. Latitude: 49 deg 43 min 24.408 sec N; longitude: 5 deg 38 min 22.470 sec E (of Greenwich)","1930","7022","8901","1146","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Administration du Cadastre et de la Topographie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/","EPSG","2001-06-05","","0 ",NULL};
+datafile_rows_t datum_row_210[] = {"6182","Azores Occidental Islands 1939","geodetic","Fundamental point: Observatario Meteorologico Flores.","1939","7022","8901","1344","Topographic mapping.","","Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/","EPSG","2005-12-30","2005.85","0 ",NULL};
+datafile_rows_t datum_row_211[] = {"6183","Azores Central Islands 1948","geodetic","Fundamental point: Graciosa south west base. Latitude: 39 deg 03 min 54.934 sec N; longitude: 28 deg 02 min 23.882 sec W","1948","7022","8901","1301","Topographic mapping.","Replaced by 1995 adjustment (datum code 6665).","Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/  Oil industry sources for origin description details.","EPSG","2003-12-31","2002.25 2003.231 2003.362","0 ",NULL};
+datafile_rows_t datum_row_212[] = {"6184","Azores Oriental Islands 1940","geodetic","Fundamental point: Forte de São Bras.","1940","7022","8901","1345","Topographic mapping.","Replaced by 1995 adjustment (datum code 6664).","Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/","EPSG","2003-08-14","2003.231","0 ",NULL};
+datafile_rows_t datum_row_213[] = {"6185","Madeira 1936","geodetic","Fundamental point: Madeira SE Base.","1936","7022","8901","1314","Topographic mapping.","","Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/","EPSG","2001-06-05","","1 ",NULL};
+datafile_rows_t datum_row_214[] = {"6188","OSNI 1952","geodetic","Position fixed to the coordinates from the 19th century Principle Triangulation of station Divis. Scale and orientation controlled by position of Principle Triangulation stations Knocklayd and Trostan.","1952","7001","8901","2530","Geodetic survey and topographic mapping.","Replaced by Geodetic Datum of 1965 alias 1975 Mapping Adjustment or TM75 (datum code 6300).","Ordnance Survey of Northern Ireland.","EPSG","2001-11-06","","0 ",NULL};
+datafile_rows_t datum_row_215[] = {"6189","Red Geodesica Venezolana","geodetic","Realised by a frame of 67 stations observed in 1995 as a densification of the SIRGAS campaign and adjusted in the ITRF94.","2000","7019","8901","1251","Geodetic survey.","","Servicio Autonomo de Geografia y Cartografia Nacional.","EPSG","2001-06-11","","0 ",NULL};
+datafile_rows_t datum_row_216[] = {"6190","Posiciones Geodesicas Argentinas 1998","geodetic","A geodetic network of 136 high accuracy surveyed points. Densification of SIRGAS 1995; ITRF94 at epoch 1995.42.","1998","7019","8901","1033","Geodetic survey.","Technically, but at this record revision date not legally, replaces the 1994 POSGAR adjustment (code 6694).","Instituto Geográfico Militar de la República Argentina, http://www.igm.gov.ar","EPSG","2005-09-12","2003.372 2005.46 2005.48 2006.77","0 ",NULL};
+datafile_rows_t datum_row_217[] = {"6191","Albanian 1987","geodetic","","1987","7024","8901","1025","Geodetic survey, cadastre, topographic mapping, engineering survey.","","EuroGeographics; http://crs.bkg.bund.de/crs-eu/","EPSG","2001-11-06","","0 ",NULL};
+datafile_rows_t datum_row_218[] = {"6192","Douala 1948","geodetic","South pillar of Douala base; 4deg 00min 40.64sec N, 9deg 42min 30.41sec E","1948","7022","8901","2555","Topographic mapping.","Replaced  by Manoca 1962 datum (code 6193).","TotalFinaElf","EPSG","2005-12-30","2005.83","0 ",NULL};
+datafile_rows_t datum_row_219[] = {"6193","Manoca 1962","geodetic","Reservoir centre at the  Manoca tower (\"tube Suel\"), 3deg 51min 49.896sec N, 9deg 36min 49.347sec E.","1962","7011","8901","2555","Topographic mapping.","The intent of the Bukavu 1953 conference was to adopt the Clarke 1880 (RGS) ellipsoid (code 7012) but in practice this datum has used the IGN version.  Replaces Douala 1948 (code 6192).","TotalFinaElf","EPSG","2002-01-18","","0 ",NULL};
+datafile_rows_t datum_row_220[] = {"6194","Qornoq 1927","geodetic","Fundamental point: Station 7008. Latitude: 64 deg 31 min 06.27 sec N; Longitude: 51 deg 12 min 24.86 sec W (of Greenwich).","1927","7022","8901","3362","Topographic mapping.","","Kort & Matrikelstyrelsen, Copenhagen. Origin coordinates from NIMA http://earth-info.nima.mil/","EPSG","2006-03-16","2003.362 2005.46 2006.22","0 ",NULL};
+datafile_rows_t datum_row_221[] = {"6195","Scoresbysund 1952","geodetic","","1952","7022","8901","2570","Topographic mapping.","","Kort & Matrikelstyrelsen, Copenhagen.","EPSG","2002-01-18","","0 ",NULL};
+datafile_rows_t datum_row_222[] = {"6196","Ammassalik 1958","geodetic","","1958","7022","8901","2571","Topographic mapping.","","Kort & Matrikelstyrelsen, Copenhagen.","EPSG","2002-01-18","","0 ",NULL};
+datafile_rows_t datum_row_223[] = {"6197","Garoua","geodetic","Fundamental point: IGN astronomical station and benchmark no. 16 at Tongo. Latitude 8 deg 55 min 08.74 sec N; longitude 13 deg 30 min 43.19 sec E (of Greenwich).","","7012","8901","2590","Topographic mapping.","","TotalFinaElf","EPSG","2002-02-12","","0 ",NULL};
+datafile_rows_t datum_row_224[] = {"6198","Kousseri","geodetic","IGN astronomical station Dabanga; 11deg 55min 05.9sec N  14deg 38min 40.8sec E.","","7012","8901","2591","Topographic mapping.","","TotalFinaElf","EPSG","2002-02-12","","0 ",NULL};
+datafile_rows_t datum_row_225[] = {"6199","Egypt 1930","geodetic","Fundamental point: Station F1 (Venus). Latitude: 30 deg 01 min 42.86 sec N; Longitude: 31 deg 16 min 37.05 sec E (of Greenwich).","1930","7022","8901","3242","Used for scientific purposes only.","Note that Egypt 1930 uses the International 1924 ellipsoid, unlike the Egypt 1907 datum (code 6229) which uses the Helmert ellipsoid. Oil industry references to the Egypt 1930 datum name and the Helmert ellipsoid probably mean Egypt 1907 datum.","","EPSG","2002-02-12","","0 ",NULL};
+datafile_rows_t datum_row_226[] = {"6200","Pulkovo 1995","geodetic","Fundamental point: Pulkovo observatory. Latitude: 59 deg 46 min 15.359 sec N; Longitude: 30 deg 19 min 28.318 sec E (of Greenwich).","1995","7024","8901","1198","Scientific adjustment.","","\"Main Terms of Reference for the State Geodetic Network\"; Federal Geodetic Service of Russia; 1994","EPSG","1996-09-12","","0 ",NULL};
+datafile_rows_t datum_row_227[] = {"6201","Adindan","geodetic","Fundamental point: Station 15; Adindan. Latitude: 22 deg 10 min 07.110 sec N; Longitude: 31 deg 29 min 21.608 sec E (of Greenwich).","","7012","8901","1271","Topographic mapping.","The 12th parallel traverse of 1966-70 (Point 58 datum, code 6620) is connected to the Adindan network in western Sudan. This has given rise to misconceptions that the Adindan network is used in west Africa.","","EPSG","2003-12-31","2002.431 2003.361","0 ",NULL};
+datafile_rows_t datum_row_228[] = {"6202","Australian Geodetic Datum 1966","geodetic","Fundamental point: Johnson Memorial Cairn. Latitude: 25 deg 56 min 54.5515 sec S; Longitude: 133 deg 12 min 30.0771 sec E (of Greenwich).","1966","7003","8901","1279","Topographic mapping.","","Australian Map Grid Technical Manual. National Mapping Council of Australia Technical Publication 7; 1972.","EPSG","2003-12-31","2003.361","0 ",NULL};
+datafile_rows_t datum_row_229[] = {"6203","Australian Geodetic Datum 1984","geodetic","Fundamental point: Johnson Memorial Cairn. Latitude: 25 deg 56 min 54.5515 sec S; Longitude: 133 deg 12 min 30.0771 sec E (of Greenwich).","1984","7003","8901","2576","Topographic mapping.","Uses all data from 1966 adjustment with additional observations, improved software and a geoid model.","\"GDA technical manual v2_2\", Intergovernmental Committee on Surveying and Mapping. www.anzlic.org.au/icsm/gdtm/","EPSG","2003-12-31","2003.29 2003.361","0 ",NULL};
+datafile_rows_t datum_row_230[] = {"6204","Ain el Abd 1970","geodetic","Fundamental point: Ain El Abd.  Latitude: 28 deg 14 min 06.171 sec N; Longitude: 48 deg 16 min 20.906 sec E (of Greenwich).","1970","7022","8901","1272","Topographic mapping.","","","EPSG","2003-12-31","2003.361","0 ",NULL};
+datafile_rows_t datum_row_231[] = {"6205","Afgooye","geodetic","","","7024","8901","1214","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_232[] = {"6206","Agadez","geodetic","","","7011","8901","1177","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_233[] = {"6207","Lisbon 1937","geodetic","Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 9 deg 07 min 54.862 sec W (of Greenwich).","1937","7022","8901","1294","Topographic mapping.","Replaces Lisbon 1890 adjustment (which used Bessel 1841 ellipsoid).","Instituto Geografico e Cadastral; Lisbon","EPSG","1995-06-02","2001.551","0 ",NULL};
+datafile_rows_t datum_row_234[] = {"6208","Aratu","geodetic","","","7022","8901","1274","Oil industry geodetic purposes.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_235[] = {"6209","Arc 1950","geodetic","Fundamental point: Buffelsfontein. Latitude: 33 deg 59 min 32.000 sec S; Longitude: 25 deg 30 min 44.622 sec E (of Greenwich).","1950","7013","8901","1276","Topographic mapping, geodetic survey.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_236[] = {"6210","Arc 1960","geodetic","Fundamental point: Buffelsfontein. Latitude: 33 deg 59 min 32.000 sec S; Longitude: 25 deg 30 min 44.622 sec E (of Greenwich).","1960","7012","8901","1277","Topographic mapping, geodetic survey.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_237[] = {"6211","Batavia","geodetic","Fundamental point: Longitude at Batavia Astro. Station. Latitude: 6 deg  7 min 39.522 sec S; Longitude: 106 deg 48 min 27.790 sec E (of Greenwich). Latitude and azimuth at Genuk.","","7004","8901","1285","Topographic mapping.","","","EPSG","2003-12-31","2003.361","0 ",NULL};
+datafile_rows_t datum_row_238[] = {"6212","Barbados 1938","geodetic","Fundamental point: HMS Challenger astro station M1, St. Anne's Tower; latitude 13 deg 04 min 32.53 sec N; longitude 59 deg 36 min 29.34 sec W (of Greenwich).","1938","7012","8901","1042","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","1999-04-22","99.171 2005.","0 ",NULL};
+datafile_rows_t datum_row_239[] = {"6213","Beduaram","geodetic","","","7011","8901","2771","Topographic mapping.","","","EPSG","2004-09-01","2004.49","0 ",NULL};
+datafile_rows_t datum_row_240[] = {"6214","Beijing 1954","geodetic","","1954","7024","8901","1067","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_241[] = {"6215","Reseau National Belge 1950","geodetic","Fundamental point: Lommel (tower). Latitude: 51 deg 13 min 47.334 sec N; Longitude: 5 deg 18 min 49.483 sec E (of Greenwich).","1950","7022","8901","1347","Topographic mapping.","","","EPSG","2003-12-18","2003.361","0 ",NULL};
+datafile_rows_t datum_row_242[] = {"6216","Bermuda 1957","geodetic","Fundamental point: Fort George base. Latitude 32 deg 22 min 44.36 sec N; longitude 64 deg 40 min 58.11 sec W (of Greenwich).","1957","7008","8901","1047","Topographic mapping.","","Various oil industry sources.","EPSG","2003-12-31","2003.362","0 ",NULL};
+datafile_rows_t datum_row_243[] = {"6218","Bogota 1975","geodetic","Fundamental point: Bogota observatory. Latitude: 4 deg 35 min 56.570 sec N; Longitude: 74 deg  4 min 51.300 sec W (of Greenwich).","1975","7022","8901","3229","Topographic mapping.","Replaces 1951 adjustment. Replaced by MAGNA-SIRGAS (datum code 6685).","Instituto Geografico Agustin Codazzi (IGAC) special publication no. 1, 4th edition (1975) \"Geodesia: Resultados Definitvos de Parte de las Redes Geodesicas Establecidas en el Pais\".","EPSG","2007-07-02","2000.20 2005.06 2007.060","0 ",NULL};
+datafile_rows_t datum_row_244[] = {"6219","Bukit Rimpah","geodetic","2deg 00min 40.16sec S  105deg 51min 39.76sec E (of Greenwich).","","7004","8901","1287","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_245[] = {"6220","Camacupa","geodetic","Fundamental point: Campo de Aviaçao. Latitude: 12 deg 01 min 09.070 sec South, Longitude = 17 deg 27 min 19.800 sec East of Greenwich","1948","7012","8901","1288","Coastal hydrography.","","Portuguese Hydrographic Institute and Clifford J. Mugnier, PE&RS journal, March 2001.","EPSG","2006-12-05","2003.361 2006.973","0 ",NULL};
+datafile_rows_t datum_row_246[] = {"6221","Campo Inchauspe","geodetic","Fundamental point: Campo Inchauspe. Latitude: 35 deg 58 min 16.56 sec S; Longitude: 62 deg 10 min 12.03 sec W (of Greenwich).","","7022","8901","1033","Topographic mapping.","","NIMA http://earth-info.nima.mil/","EPSG","2005-09-05","2003.361 2005.46","0 ",NULL};
+datafile_rows_t datum_row_247[] = {"6222","Cape","geodetic","Fundamental point: Buffelsfontein. Latitude: 33 deg 59 min 32.000 sec S; Longitude: 25 deg 30 min 44.622 sec E (of Greenwich).","","7013","8901","1290","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Private Communication, Directorate of Surveys and Land Information, Cape Town.","EPSG","1996-10-18","96.25  99.69","0 ",NULL};
+datafile_rows_t datum_row_248[] = {"6223","Carthage","geodetic","Fundamental point: Carthage. Latitude: 40.9464506g = 36 deg 51 min 06.50 sec N; Longitude: 8.8724368g E of Paris = 10 deg 19 min 20.72 sec E of Greenwich.","1925","7011","8901","1236","Topographic mapping.","Fundamental point astronomic coordinates determined in 1878.","","EPSG","2004-01-15","2003.362 2003.05","0 ",NULL};
+datafile_rows_t datum_row_249[] = {"6224","Chua","geodetic","Fundamental point: Chua. Latitude: 19 deg 45 min 41.160 sec S; Longitude: 48 deg 06 min 07.560 sec W (of Greenwich).","","7022","8901","3356","Geodetic survey.","The Chua origin and associated triangulation network is in Brazil, but with a connecting traverse through northern Paraguay. The Chua system was used in Brazil only as input into the Corrego Allegre adjustment (datum code 6225).","NIMA http://earth-info.nima.mil/","EPSG","2006-07-14","2003.361 2005.46 2005.84 2006.49","0 ",NULL};
+datafile_rows_t datum_row_250[] = {"6225","Corrego Alegre","geodetic","Fundamental point: Corrego Alegre. Latitude: 19 deg 50 min 15.140 sec S; Longitude: 48 deg 57 min 42.750 sec W (of Greenwich).","","7022","8901","1293","Topographic mapping, geodetic survey. Superseded by SAD69.","NIMA gives coordinates of origin as Latitude: 19 deg 50 min 15.140 sec S; Longitude: 48 deg 57 min 42.750 sec W.","IGBE and NIMA http://earth-info.nima.mil/","EPSG","2006-02-09","2005.841","0 ",NULL};
+datafile_rows_t datum_row_251[] = {"6226","Cote d'Ivoire","geodetic","","","7011","8901","1075","Topographic mapping.","","","EPSG","1995-06-02","2001.11","1 ",NULL};
+datafile_rows_t datum_row_252[] = {"6227","Deir ez Zor","geodetic","Fundamental point: Trig. 254 Deir. Latitude: 35 deg 21 min 49.975 sec N; Longitude: 40 deg 05 min 46.770 sec E (of Greenwich).","","7011","8901","1623","Topographic mapping.","","","EPSG","2003-12-31","2003.361","0 ",NULL};
+datafile_rows_t datum_row_253[] = {"6228","Douala","geodetic","","","7011","8901","1060","Topographic mapping.","","","EPSG","1995-06-02","","1 ",NULL};
+datafile_rows_t datum_row_254[] = {"6229","Egypt 1907","geodetic","Fundamental point: Station F1 (Venus). Latitude: 30 deg 01 min 42.86 sec N; Longitude: 31 deg 16 min 33.60 sec E (of Greenwich).","1907","7020","8901","1086","Geodetic survey, cadastre, topographic mapping, engineering survey.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_255[] = {"6230","European Datum 1950","geodetic","Fundamental point: Potsdam (Helmert Tower). Latitude: 52 deg 22 min 51.4456 sec N; Longitude: 13 deg  3 min 58.9283 sec E (of Greenwich).","1950","7022","8901","1296","Topographic mapping, geodetic survey.","","EuroGeographics; http://crs.bkg.bund.de/crs-eu/","EPSG","2003-12-31","2003.361","0 ",NULL};
+datafile_rows_t datum_row_256[] = {"6231","European Datum 1987","geodetic","Fundamental point: Potsdam (Helmert Tower). Latitude: 52 deg 22 min 51.4456 sec N; Longitude: 13 deg  3 min 58.9283 sec E (of Greenwich).","1987","7022","8901","1297","Scientific network.","","","EPSG","2003-12-31","2003.362","0 ",NULL};
+datafile_rows_t datum_row_257[] = {"6232","Fahud","geodetic","Fundamental point: Station NO68-024 Fahud. Latitude: 22 deg 17 min 31.182 sec N; Longitude: 56 deg 29 min 18.820 sec E (of Greenwich).","","7012","8901","3288","Oil industry mapping.","Replaced by PSD93 (code 6134).","Petroleum Development Oman.","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_258[] = {"6233","Gandajika 1970","geodetic","","1970","7022","8901","1152","Topographic mapping.","","","EPSG","1995-06-02","","1 ",NULL};
+datafile_rows_t datum_row_259[] = {"6234","Garoua","geodetic","","","7011","8901","1060","Topographic mapping.","The intent of the Bukavu 1953 conference was to adopt the Clarke 1880 (RGS) ellipsoid (code 7012) but in practice this datum has used the IGN version.","","EPSG","1995-06-02","","1 ",NULL};
+datafile_rows_t datum_row_260[] = {"6235","Guyane Francaise","geodetic","","","7022","8901","1097","Topographic mapping.","","","EPSG","1995-06-02","","1 ",NULL};
+datafile_rows_t datum_row_261[] = {"6236","Hu Tzu Shan","geodetic","Fundamental point: Hu Tzu Shan. Latitude: 23 deg 58 min 32.34 sec N; Longitude: 120 deg 58 min 25.975 sec E (of Greenwich).","","7022","8901","3315","Topographic mapping.","","NIMA http://earth-info.nima.mil/","EPSG","2005-12-30","2003.362 2005.46 2005.83","0 ",NULL};
+datafile_rows_t datum_row_262[] = {"6237","Hungarian Datum 1972","geodetic","Fundamental point: Szolohegy. Latitude: 47 deg 17 min 32,6156 sec N; Longitude 19 deg 36 min 09.9865 sec E; geoid height 6.56m.","1972","7036","8901","1119","Topographic mapping.","","http://lazarus.elte.hu/gb/geodez/geod3.htm","EPSG","1996-10-18","96.09","0 ",NULL};
+datafile_rows_t datum_row_263[] = {"6238","Indonesian Datum 1974","geodetic","Fundamental point: Padang. Latitude: 0 deg 56 min 38.414 sec S; Longitude: 100 deg 22 min  8.804 sec E (of Greenwich). Ellipsoidal height 3.190m, gravity-related height 14.0m above mean sea level.","1974","7021","8901","1122","Topographic mapping.","Replaced by DGN95.","Bakosurtanal 1979 paper by Jacob Rais.","EPSG","2006-08-25","2002.151 2006.81","0 ",NULL};
+datafile_rows_t datum_row_264[] = {"6239","Indian 1954","geodetic","Extension of Kalianpur 1937 over Myanmar and Thailand.","1954","7015","8901","1304","Topographic mapping.","","","EPSG","2003-12-31","2003.361","0 ",NULL};
+datafile_rows_t datum_row_265[] = {"6240","Indian 1975","geodetic","Fundamental point: Khau Sakaerang","1975","7015","8901","1231","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_266[] = {"6241","Jamaica 1875","geodetic","Fundamental point: Fort Charles Flagstaff. Latitude: 17 deg 55 min 55.800 sec N; Longitude: 76 deg 56 min 37.260 sec W (of Greenwich).","1875","7034","8901","3342","Topographic mapping.","","Survey Department, Government of Jamaica, 1983.","EPSG","2004-09-12","2004.51","0 ",NULL};
+datafile_rows_t datum_row_267[] = {"6242","Jamaica 1969","geodetic","Fundamental point: Fort Charles Flagstaff. Latitude: 17 deg 55 min 55.800 sec N; Longitude: 76 deg 56 min 37.260 sec W (of Greenwich).","1969","7008","8901","3342","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Survey Department, Government of Jamaica, 1983.","EPSG","2004-09-12","2004.51","0 ",NULL};
+datafile_rows_t datum_row_268[] = {"6243","Kalianpur 1880","geodetic","Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).","1880","7042","8901","1307","Topographic mapping.","Includes 1916 extension into Burma (Myanmar).  Replaced by 1937 adjustment.","G. Bomford; \"The Re-adjustment of the Indian Triangulation\"; Survey of India Professional Paper 28; 1939.","EPSG","2004-04-27","97.23 2004.27","0 ",NULL};
+datafile_rows_t datum_row_269[] = {"6244","Kandawala","geodetic","","","7015","8901","3310","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_270[] = {"6245","Kertau 1968","geodetic","Fundamental point: Kertau. Latitude: 3 deg 27 min 50.710 sec N; Longitude: 102 deg 37 min 24.550 sec E (of Greenwich).","1968","7018","8901","1309","Geodetic survey, cadastre.","Replaces MRT48 and earlier adjustments. Adopts metric conversion of 39.370113 inches per metre. Not used for 1969 metrication of RSO grid - see Kertau (RSO) (code 6751).","Defence Geographic Centre.","EPSG","2006-07-31","2006.251","0 ",NULL};
+datafile_rows_t datum_row_271[] = {"6246","Kuwait Oil Company","geodetic","Fundamental point: K28.  Latitude: 29 deg 03 min 42.348 sec N; Longitude: 48 deg 08 min 42.558 sec E (of Greenwich).","1952","7012","8901","3267","Oil industry mapping.","","","EPSG","2004-06-16","2004.41","0 ",NULL};
+datafile_rows_t datum_row_272[] = {"6247","La Canoa","geodetic","Fundamental point: La Canoa. Latitude: 8 deg 34 min 17.170 sec N; Longitude: 63 deg 51 min 34.880 sec W (of Greenwich).","","7022","8901","3327","Geodetic survey, topographic mapping, engineering survey.","Origin also adopted for PSAD56.","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_273[] = {"6248","Provisional South American Datum 1956","geodetic","Fundamental point: La Canoa. Latitude: 8 deg 34 min 17.170 sec N; Longitude: 63 deg 51 min 34.880 sec W (of Greenwich).","1956","7022","8901","1348","Topographic mapping.","Same origin as La Canoa datum.","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_274[] = {"6249","Lake","geodetic","Fundamental point: Maracaibo Cathedral. Latitude: 10 deg 38 min 34.678 sec N; Longitude: 71 deg 36 min 20.224 sec W (of Greenwich).","","7022","8901","1312","Oil industry mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_275[] = {"6250","Leigon","geodetic","Fundamental point: GCS Station 121, Leigon. Latitude: 5 deg 38 min 52.27 sec N; Longitude: 0 deg 11 min 46.08 sec W (of Greenwich).","","7012","8901","1104","Topographic mapping.","Replaced Accra datum (code 6168) from 1978.  Coordinates at Leigon fundamental point defined as Accra datum values for that point.","Ordnance Survey International","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_276[] = {"6251","Liberia 1964","geodetic","Fundamental point: Robertsfield. Latitude: 6 deg 13 min 53.02 sec N; Longitude: 10 deg 21 min 35.44 sec W (of Greenwich).","1964","7012","8901","3270","Topographic mapping.","","NIMA http://earth-info.nima.mil/","EPSG","2005-09-05","2003.362 2005.46","0 ",NULL};
+datafile_rows_t datum_row_277[] = {"6252","Lome","geodetic","","","7011","8901","1232","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_278[] = {"6253","Luzon 1911","geodetic","Fundamental point: Balacan. Latitude: 13 deg 33 min 41.000 sec N; Longitude: 121 deg 52 min  03.000 sec E (of Greenwich).","1911","7008","8901","1190","Topographic mapping.","Replaced by Philippine Reference system of 1992 (datum code 6683).","Coast and Geodetic Survey","EPSG","2004-12-24","2004.73","0 ",NULL};
+datafile_rows_t datum_row_279[] = {"6254","Hito XVIII 1963","geodetic","Chile-Argentina boundary survey.","1963","7022","8901","1303","Geodetic survey.","Used in Tierra del Fuego.","Various oil company records.","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_280[] = {"6255","Herat North","geodetic","Fundamental point: Herat North. Latitude: 34 deg 23 min 09.08 sec N; Longitude: 64 deg 10 min 58.94 sec E (of Greenwich).","","7022","8901","1024","Topographic mapping.","","NIMA http://earth-info.nima.mil/","EPSG","2005-09-05","2003.362 2005.46","0 ",NULL};
+datafile_rows_t datum_row_281[] = {"6256","Mahe 1971","geodetic","Fundamental point: Mahe","1971","7012","8901","1208","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_282[] = {"6257","Makassar","geodetic","Fundamental point: station P1, Moncongloe. Latitude: 5 deg 08 min 41.42 sec S; long 119 deg 24 min 14.94 sec E of Greenwich.","","7004","8901","1316","Topographic mapping.","","NIMA http://earth-info.nima.mil/","EPSG","2005-09-05","2003.361 2005.46","0 ",NULL};
+datafile_rows_t datum_row_283[] = {"6258","European Terrestrial Reference System 1989","geodetic","Fixed to the stable part of the Eurasian continental  plate and consistent with ITRS at the epoch 1989.0.","1989","7019","8901","1298","Geodetic survey.","The distinction in usage between ETRF89 and ETRS89 is confused: although in principle conceptually different in practice both are used for the realisation.","","EPSG","2003-08-14","97.11  97.55  99.111 2000.72 2003.26","0 ",NULL};
+datafile_rows_t datum_row_284[] = {"6259","Malongo 1987","geodetic","Fundamental point: Station Y at Malongo base camp. Latitude: 5 deg 23 min 30.810 sec S; Longitude: 12 deg 12 min  01.590 sec E (of Greenwich).","1987","7022","8901","3180","Oil industry offshore exploration and production from 1987.","Replaced Mhast (offshore) (code 6705) in 1987. Origin coordinates constrained to those of Mhast (offshore) but other station coordinates differ. References to \"Mhast\" since 1987 often should have stated \"Malongo 1987\".","Chevron Petroleum Technology.","EPSG","2006-01-06","2005.751","0 ",NULL};
+datafile_rows_t datum_row_285[] = {"6260","Manoca","geodetic","","","7012","8901","1060","Topographic mapping.","","","EPSG","1995-06-02","","1 ",NULL};
+datafile_rows_t datum_row_286[] = {"6261","Merchich","geodetic","Fundamental point: Merchich. Latitude: 33 deg 26 min 59.672 sec N; Longitude: 7deg 33 min 27.295sec W (of Greenwich).","1922","7011","8901","3280","Topographic mapping.","","","EPSG","2003-12-31","2003.361","0 ",NULL};
+datafile_rows_t datum_row_287[] = {"6262","Massawa","geodetic","","","7004","8901","1089","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_288[] = {"6263","Minna","geodetic","Fundamental point: Minna base station L40. Latitude: 9 deg 38 min 08.87 sec N; Longitude: 6 deg 30 min 58.76 sec E (of Greenwich).","","7012","8901","1178","Topographic mapping.","","NIMA http://earth-info.nima.mil/","EPSG","2005-09-05","2003.361 2005.46","0 ",NULL};
+datafile_rows_t datum_row_289[] = {"6264","Mhast","geodetic","","","7022","8901","1318","Coastal hydrography.","","","EPSG","1995-06-02","","1 ",NULL};
+datafile_rows_t datum_row_290[] = {"6265","Monte Mario","geodetic","Fundamental point: Monte Mario. Latitude: 41 deg 55 min 25.51 sec N; Longitude: 12 deg  27 min  08.4 sec E (of Greenwich).","1940","7022","8901","3343","Topographic mapping.","Replaced Genova datum, Bessel 1841 ellipsoid, from 1940.","","EPSG","2003-12-31","2003.36","0 ",NULL};
+datafile_rows_t datum_row_291[] = {"6266","M'poraloko","geodetic","","","7011","8901","1100","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_292[] = {"6267","North American Datum 1927","geodetic","Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).","1927","7008","8901","1349","Topographic mapping.","Replaced by North American Datum 1983 (NAD83)","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_293[] = {"6268","NAD Michigan","geodetic","Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).","","7009","8901","1391","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_294[] = {"6269","North American Datum 1983","geodetic","Origin at geocentre.","1986","7019","8901","1350","Topographic mapping.","Although the 1986 adjustment included connections to Greenland and Mexico, it has not been adopted there.","","EPSG","2006-07-19","2006.464","0 ",NULL};
+datafile_rows_t datum_row_295[] = {"6270","Nahrwan 1967","geodetic","Fundamental point: Nahrwan south base.  Latitude: 33 deg 19 min 10.87 sec N; Longitude: 44 deg 43 min 25.54 sec E (of Greenwich).","1967","7012","8901","1351","Topographic mapping.","In Iraq, replaces Nahrwan 1934.","","EPSG","2006-06-02","2006.34","0 ",NULL};
+datafile_rows_t datum_row_296[] = {"6271","Naparima 1972","geodetic","Fundamental point: Naparima. Latitude: 10 deg 16 min 44.860 sec N; Longitude: 61 deg 27 min 34.620 sec W (of Greenwich).","1972","7022","8901","1322","Topographic mapping.","Naparima 1972 is an extension of the Naparima 1955 network of Trinidad to include Tobago.","Ordnance Survey International.","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_297[] = {"6272","New Zealand Geodetic Datum 1949","geodetic","Fundamental point: Papatahi. Latitude: 41 deg 19 min  8.900 sec S; Longitude: 175 deg  02 min 51.000 sec E (of Greenwich).","1949","7022","8901","3285","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaced by New Zealand Geodetic Datum 2000 (code 6167) from March 2000.","Land Information New Zealand. http://www.linz.govt.nz/rcs/linz/pub/web/root/core/SurveySystem/GeodeticInfo/GeodeticDatums/nzgd2000factsheet/index.jsp","EPSG","2004-03-26","2000.702 2004.11","0 ",NULL};
+datafile_rows_t datum_row_298[] = {"6273","NGO 1948","geodetic","Fundamental point: Oslo observatory. Latitude: 59 deg 54 min 43.7 sec N; Longitude: 10 deg 43 min 22.5 sec E (of Greenwich).","1948","7005","8901","1352","Geodetic survey, cadastre, topographic mapping, engineering survey.","","EuroGeographics; http://crs.bkg.bund.de/crs-eu/","EPSG","2004-01-05","2003.362","0 ",NULL};
+datafile_rows_t datum_row_299[] = {"6274","Datum 73","geodetic","Fundamental point:  TF4, Melrica. Latitude: 39 deg 41 min 37.30 sec N; Longitude: 8 deg 07 min 53.31 sec W (of Greenwich).","1964","7022","8901","1294","Topographic mapping.","","Instituto Geografico e Cadastral; Lisbon","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_300[] = {"6275","Nouvelle Triangulation Francaise","geodetic","Fundamental point: Pantheon. Latitude: 48 deg 50 min 46.522 sec N; Longitude: 2 deg 20 min 48.667 sec E (of Greenwich).","1895","7011","8901","1326","Topographic mapping.","","","EPSG","2004-01-07","2003.361","0 ",NULL};
+datafile_rows_t datum_row_301[] = {"6276","NSWC 9Z-2","geodetic","","","7025","8901","1262","Satellite navigation.","Transit precise ephemeris before 1991.","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_302[] = {"6277","OSGB 1936","geodetic","Fundamental point: Pre 2002: Herstmonceux, Latitude: 50 deg 51 min 55.271 sec N; Longitude: 0 deg 20 min 45.882 sec E (of Greenwich). From April 2002 the datum is defined through the application of the OSTN02 transformation (tfm code 1039) to ETRS89.","1936","7001","8901","1264","Topographic mapping.Topographic mapping.Topographic mapping.Topographic mapping.","","Ordnance Survey of Great Britain","EPSG","2002-09-19","2002.62","0 ",NULL};
+datafile_rows_t datum_row_303[] = {"6278","OSGB 1970 (SN)","geodetic","Fundamental point: Herstmonceux. Latitude: 50 deg 51 min 55.271 sec N; Longitude: 0 deg 20 min 45.882 sec E (of Greenwich).","1970","7001","8901","1264","Scientific network.","","","EPSG","2006-01-16","2005.88","0 ",NULL};
+datafile_rows_t datum_row_304[] = {"6279","OS (SN) 1980","geodetic","Fundamental point: Herstmonceux. Latitude: 50 deg 51 min 55.271 sec N; Longitude: 0 deg 20 min 45.882 sec E (of Greenwich).","1980","7001","8901","1354","Scientific network.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_305[] = {"6280","Padang 1884","geodetic","Fundamental point: Padang","1884","7004","8901","1355","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_306[] = {"6281","Palestine 1923","geodetic","Fundamental point: Point 82'M  Jerusalem. Latitude: 31 deg 44 min  2.749 sec N; Longitude: 35 deg 12 min 43.490 sec E (of Greenwich).","1923","7010","8901","1356","Topographic mapping.","","","EPSG","2004-04-14","2004.15","0 ",NULL};
+datafile_rows_t datum_row_307[] = {"6282","Congo 1960 Pointe Noire","geodetic","Fundamental point: Point Noire Astro. Latitude: 4 deg 47 min 00.10 sec S; Longitude: 11 deg 51 min 01.55 sec E (of Greenwich).","1960","7011","8901","1072","Topographic mapping.","","Elf","EPSG","2003-12-31","2002.05 2003.361","0 ",NULL};
+datafile_rows_t datum_row_308[] = {"6283","Geocentric Datum of Australia 1994","geodetic","ITRF92 at epoch 1994.0","1994","7019","8901","2575","Topographic mapping, geodetic survey.","Coincident with WGS84 to within 1 metre.","Australian Surveying and Land Information Group Internet WWW page. http://www.auslig.gov.au/geodesy/datums/gda.htm#specs","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_309[] = {"6284","Pulkovo 1942","geodetic","Fundamental point: Pulkovo observatory. Latitude: 59 deg 46 min 18.550 sec N; Longitude: 30 deg 19 min 42.090 sec E (of Greenwich).","1942","7024","8901","1357","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_310[] = {"6285","Qatar 1974","geodetic","Fundamental point: Station G3","1974","7022","8901","1346","Topographic mapping.","","","EPSG","2001-08-28","2001.27","0 ",NULL};
+datafile_rows_t datum_row_311[] = {"6286","Qatar 1948","geodetic","Fundamental point: Sokey 0 M. Latitude: 25 deg 22 min 56.500 sec N; Longitude: 50 deg 45 min 41.000 sec E (of Greenwich).","1948","7020","8901","1346","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_312[] = {"6287","Qornoq","geodetic","","1927","7022","8901","1107","Topographic mapping.","","","EPSG","1995-06-02","","1 ",NULL};
+datafile_rows_t datum_row_313[] = {"6288","Loma Quintana","geodetic","Fundamental point: Loma Quintana","","7022","8901","1313","Topographic mapping.","Replaced by La Canoa (code 6247).","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_314[] = {"6289","Amersfoort","geodetic","Fundamental point: Amersfoort. Latitude: 52 deg 09 min 22.178 sec N; Longitude: 5 deg 23 min 15.478 sec E (of Greenwich).","","7004","8901","1275","Geodetic survey, cadastre, topographic mapping, engineering survey.","","http://www.rdnap.nl/","EPSG","2005-09-29","2000.56 2003.361 2005.46","0 ",NULL};
+datafile_rows_t datum_row_315[] = {"6291","South American Datum 1969","geodetic","","1969","7036","8901","1358","Topographic mapping.","SAD69 uses GRS67 ellipsoid with 1/f to exactly 2 decimal places.  Precision of ellipsoid entry increased from 2 to 5 dp with change id 97.252.  Error introduced if not using the truncated precision is 0 to 31mm.","","EPSG","1996-10-18","96.09  97.252","1 ",NULL};
+datafile_rows_t datum_row_316[] = {"6292","Sapper Hill 1943","geodetic","","1943","7022","8901","3247","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_317[] = {"6293","Schwarzeck","geodetic","Fundamental point: Schwarzeck. Latitude: 22 deg 45 min 35.820 sec S; Longitude: 18 deg 40 min 34.549 sec E of Greenwich. Fixed during German South West Africa-British Bechuanaland boundary survey of 1898-1903.","","7046","8901","1169","Topographic mapping.","","Private Communication, Directorate of Surveys and Land Information, Cape Town.","EPSG","2004-04-09","2001.15 2003.362","0 ",NULL};
+datafile_rows_t datum_row_318[] = {"6294","Segora","geodetic","","","7004","8901","1359","Topographic mapping.","","","EPSG","1995-06-02","","1 ",NULL};
+datafile_rows_t datum_row_319[] = {"6295","Serindung","geodetic","Fundamental point: Ep A. Latitude: 1 deg 06 min 10.60 sec N; Longitude: 105 deg 00 min 59.82 sec E (of Greenwich).","","7004","8901","1360","Topographic mapping.","","NIMA http://earth-info.nima.mil/","EPSG","2005-09-05","2003.362 2005.46","0 ",NULL};
+datafile_rows_t datum_row_320[] = {"6296","Sudan","geodetic","","","7011","8901","1361","Topographic mapping.","","","EPSG","1995-06-02","","1 ",NULL};
+datafile_rows_t datum_row_321[] = {"6297","Tananarive 1925","geodetic","Fundamental point: Tananarive observatory. Latitude: 18 deg 55 min 02.10 sec S; Longitude: 47 deg 33 min 06.75 sec E (of Greenwich).","2025","7022","8901","3273","Topographic mapping.","","IGN Paris","EPSG","2003-12-31","2003.361","0 ",NULL};
+datafile_rows_t datum_row_322[] = {"6298","Timbalai 1948","geodetic","Fundamental point: Station P85 at Timbalai. Latitude: 5 deg 17 min  3.548 sec N; Longitude: 115 deg 10 min 56.409 sec E (of Greenwich).","1948","7016","8901","1362","Topographic mapping.","In 1968, the original adjustment was densified in Sarawak and extended to Sabah.","Defence Geographic Centre.","EPSG","2006-07-24","2006.252","0 ",NULL};
+datafile_rows_t datum_row_323[] = {"6299","TM65","geodetic","Adjusted to best mean fit 12 stations of the OSNI 1952 primary adjustment.","1965","7002","8901","1305","Topographic mapping.","Differences between OSNI 1952 and TM65 at these stations are RMS 0.25m east, 0.23m north, maximum vector 0.57m. TM65 replaced by and not to be confused with Geodetic Datum of 1965 alias 1975 Mapping Adjustment or TM75 (datum code 6300).","\"The Irish Grid - A Description of the Co-ordinate Reference System\" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.","EPSG","2003-06-27","2002.621","0 ",NULL};
+datafile_rows_t datum_row_324[] = {"6300","Geodetic Datum of 1965","geodetic","Adjusted to best mean fit 9 stations of the OSNI 1952 primary adjustment in Northern Ireland plus the 1965 values of 3 stations in the Republic of Ireland.","1975","7002","8901","1305","Geodetic survey, topographic mapping and engineering survey.","Differences from the 1965 adjustment (datum code 6299) are: average difference in Eastings 0.092m; average difference in Northings 0.108m; maximum vector difference 0.548m.","\"The Irish Grid - A Description of the Co-ordinate Reference System\" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.","EPSG","2003-06-27","2002.621","0 ",NULL};
+datafile_rows_t datum_row_325[] = {"6301","Tokyo","geodetic","Fundamental point: Nikon-Keido-Genten. Latitude: 35 deg 39 min 17.5148 sec N; Longitude: 139 deg 44 min 40.5020 sec E (of Greenwich).","","7004","8901","1364","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaced by Japanese Geodetic Datum 2000 (code 6611).","Geographic Survey Institute; Japan; Bulletin 40 (March 1994).  Also http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html","EPSG","2002-06-22","98.46  2002.08","0 ",NULL};
+datafile_rows_t datum_row_326[] = {"6302","Trinidad 1903","geodetic","Station 00, Harbour Master's Flagstaff, Port of Spain.  Trinidad 1903 / Trinidad Grid coordinates (Clarke's links): 333604.30 E, 436366.91 N (Latitude: 10 deg 38 min 39.01 sec N,  Longitude: 61 deg 30 min 38.00 sec W of Greenwich)","1903","7007","8901","1339","Topographic mapping.","","\"Land Surveyor's Handbook\", 1935, published under the direction of JW MacGillivray, Surveyor General, Land & Survey's Department, Trinidad & Tobago.","EPSG","2004-03-01","2003.362  2004.13","0 ",NULL};
+datafile_rows_t datum_row_327[] = {"6303","Trucial Coast 1948","geodetic","Fundamental point: TC1. Latitude: 25 deg 23 min 50.190 sec N; Longitude: 55 deg 26 min 43.950 sec E (of Greenwich).","1948","7020","8901","1363","Oil industry mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_328[] = {"6304","Voirol 1875","geodetic","Fundamental point: Voirol. Latitude: 36 deg 45 min 07.927 sec N; Longitude: 3 deg 02 min 49.435 sec E of Greenwich. Uses RGS (and old IGN) value of 2 deg 20 min 13.95 sec for Greenwich-Paris meridian difference.","1875","7011","8901","1365","Topographic mapping.","Replaced by Voirol 1879 (code 6671).","IGN Paris","EPSG","2004-01-07","2003.361","0 ",NULL};
+datafile_rows_t datum_row_329[] = {"6306","Bern 1938","geodetic","Fundamental point: Old Bern observatory. Latitude: 46 deg 57 min  7.890 sec N; Longitude: 7 deg 26 min 22.335 sec E (of Greenwich).","1938","7004","8901","1286","Topographic mapping.","This redetermination of the coordinates of fundamental point is used for scientific purposes and as the graticule overprinted on topographic maps constructed on the CH1903 / LV03 projected CS (code 21781).","\"Die Projektionen der schweizerischen Plan- und Kartenwerke\"; J. Bolliger 1967","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_330[] = {"6307","Nord Sahara 1959","geodetic","Coordinates of primary network readjusted on ED50 datum and then transformed conformally to Clarke 1880 (RGS) ellipsoid.","1959","7012","8901","1365","Topographic mapping.","Sometimes incorrectly referred to as Voirol Unifie 1960. Voirol Unifie 1960 is NOT a datum:  it is two projected coordinate systems based on  Nord Sahara 1959.  See coordinate system codes 30791 and 30792.","\"Le System Geodesique Nord-Sahara\"; IGN Paris","EPSG","2006-01-16","99.62 2003.361 2005.88","0 ",NULL};
+datafile_rows_t datum_row_331[] = {"6308","Stockholm 1938","geodetic","Fundamental point: Stockholm observatory","1938","7004","8901","3313","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaced by RT90 adjustment (datum code 6124)","","EPSG","1996-04-12","","0 ",NULL};
+datafile_rows_t datum_row_332[] = {"6309","Yacare","geodetic","Fundamental point: Yacare. Latitude: 30 deg 35 min 53.68 sec S; Longitude: 57 deg 25 min 01.30 sec W of Greenwich.","","7022","8901","1247","Topographic mapping.","","NIMA http://earth-info.nima.mil/","EPSG","2005-09-05","2003.362 2005.46","0 ",NULL};
+datafile_rows_t datum_row_333[] = {"6310","Yoff","geodetic","Fundamental point: Yoff. Latitude: 14 deg 44 min 41.62 sec N; Longitude: 17 deg 29 min 07.02 sec W of Greenwich.","","7011","8901","1207","Topographic mapping.","","","EPSG","2003-12-31","2003.362","0 ",NULL};
+datafile_rows_t datum_row_334[] = {"6311","Zanderij","geodetic","","","7022","8901","1222","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_335[] = {"6312","Militar-Geographische Institut","geodetic","Fundamental point: Hermannskogel. Latitude: 48 deg 16 min 15.29 sec N; Longitude: 16 deg 17 min 41.06 sec E (of Greenwich).","1901","7004","8901","1321","Topographic mapping.","Croatia is planning to define a new modern datum to replace HR1901 (info from EuroGeographics; http://crs.ifag.de/).","Bundesamt fur Eich- und Vermessungswesen; Wien","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_336[] = {"6313","Reseau National Belge 1972","geodetic","Fundamental point: Uccle observatory. Latitude: 50 deg 47 min 57.704 sec N; Longitude: 4 deg 21 min 24.983 sec E (of Greenwich).","1972","7022","8901","1347","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_337[] = {"6314","Deutsches Hauptdreiecksnetz","geodetic","Fundamental point: Rauenberg. Latitude: 52 deg 27 min 12.021 sec N; Longitude: 13 deg 22 min 04.928 sec E (of Greenwich).  This station was destroyed in 1910 and the station at Potsdam substituted as the fundamental point.","","7004","8901","2326","Geodetic survey, cadastre, topographic mapping, engineering survey.","","BKG via EuroGeographics. http://crs.bkg.bund.de","EPSG","2006-06-12","2001.511 2006.41","0 ",NULL};
+datafile_rows_t datum_row_338[] = {"6315","Conakry 1905","geodetic","Fundamental point: Conakry. Latitude: 10.573766g N; Longitude: 17.833682g W (of Paris).","1905","7011","8901","3257","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_339[] = {"6316","Dealul Piscului 1933","geodetic","Fundamental point: latitude 44 deg 24 min 33.9606 sec N; longitude 26 deg 06 min 44.8772 sec E (of Greenwich).","1933","7022","8901","3295","Topographic mapping.","Replaced by 1970 adjustment (datum code 6317)","Institute for Geodesy Photogrametry and Land Management","EPSG","1996-04-12","","0 ",NULL};
+datafile_rows_t datum_row_340[] = {"6317","Dealul Piscului 1970","geodetic","Fundamental point: latitude 44 deg 24 min 23.7709 sec N; longitude 26deg 06 min 44.1265 sec E (of Greenwich).","1970","7024","8901","1197","Topographic mapping.","Replaces 1933 adjustment (datum code 6316)","Institute for Geodesy Photogrametry and Land Management","EPSG","1996-04-12","","0 ",NULL};
+datafile_rows_t datum_row_341[] = {"6318","National Geodetic Network","geodetic","","1993","7030","8901","3267","Geodetic survey.","Replaces 1984 adjustment which used the WGS72 ellipsoid.","","EPSG","2004-06-16","2004.41","0 ",NULL};
+datafile_rows_t datum_row_342[] = {"6319","Kuwait Utility","geodetic","","","7019","8901","1310","Cadastre, engineering survey.","","","EPSG","1996-04-12","","0 ",NULL};
+datafile_rows_t datum_row_343[] = {"6322","World Geodetic System 1972","geodetic","Developed from a worldwide distribution of terrestrial and geodetic satellite observations and defined through a set of station coordinates.","1972","7043","8901","1262","Satellite navigation.","Used by GPS before 1987. For Transit satellite positioning see also WGS 72BE.","NIMA http://earth-info.nima.mil/","EPSG","2006-08-24","99.03 2003.362 2005.46 2006.82","0 ",NULL};
+datafile_rows_t datum_row_344[] = {"6324","WGS 72 Transit Broadcast Ephemeris","geodetic","","1972","7043","8901","1262","Satellite navigation.","Alleged datum for use with Transit broadcast ephemeris prior to 1989. Relationship to WGS 72 has changed over time.","","EPSG","2006-08-24","99.03 2006.82","0 ",NULL};
+datafile_rows_t datum_row_345[] = {"6326","World Geodetic System 1984","geodetic","Defined through a consistent set of station coordinates. These have changed with time: by 0.7m on 29/6/1994 [WGS 84 (G730)], a further 0.2m on 29/1/1997 [WGS 84 (G873)] and a further 0.06m on 20/1/2002 [WGS 84 (G1150)].","1984","7030","8901","1262","Satellite navigation.","EPSG's WGS 84 datum has been the then current realisation. No distinction is made between the original WGS 84 frame, WGS 84 (G730), WGS 84 (G873) and WGS 84 (G1150). Since 1997, WGS 84 has been maintained within 10cm of the then current ITRF.","NIMA TR8350.2 June 2004 revision. http://earth-info.nga.mil/GandG/publications/tr8350.2/tr8350_2.html and  http://gis-lab.info/docs/nima-tr8350.2-addendum.pdf","EPSG","2006-08-25","2002.151 2002.89 2003.27 2005.46 2005.55 2006.81","0 ",NULL};
+datafile_rows_t datum_row_346[] = {"6600","Anguilla 1957","geodetic","Fundamental point: station A4, Police.","1957","7012","8901","3214","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","1999-04-22","","0 ",NULL};
+datafile_rows_t datum_row_347[] = {"6601","Antigua 1943","geodetic","Fundamental point: station A14.","1943","7012","8901","1273","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","1999-04-22","","0 ",NULL};
+datafile_rows_t datum_row_348[] = {"6602","Dominica 1945","geodetic","Fundamental point: station M12.","1945","7012","8901","3239","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","1999-04-22","","0 ",NULL};
+datafile_rows_t datum_row_349[] = {"6603","Grenada 1953","geodetic","Fundamental point: station GS8, Sante Marie.","1953","7012","8901","1551","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","2006-02-09","2006.03","0 ",NULL};
+datafile_rows_t datum_row_350[] = {"6604","Montserrat 1958","geodetic","Fundamental point: station M36.","1958","7012","8901","3279","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","1999-04-22","","0 ",NULL};
+datafile_rows_t datum_row_351[] = {"6605","St. Kitts 1955","geodetic","Fundamental point: station K12.","1955","7012","8901","3297","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","1999-04-22","","0 ",NULL};
+datafile_rows_t datum_row_352[] = {"6606","St. Lucia 1955","geodetic","Fundamental point: station DCS3.","1955","7012","8901","3298","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","1999-04-22","","0 ",NULL};
+datafile_rows_t datum_row_353[] = {"6607","St. Vincent 1945","geodetic","Fundamental point: station V1, Fort Charlotte.","1945","7012","8901","3300","Topographic mapping.","","Ordnance Survey of Great Britain.","EPSG","2006-02-09","2006.03","0 ",NULL};
+datafile_rows_t datum_row_354[] = {"6608","North American Datum 1927 (1976)","geodetic","Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).","1976","7008","8901","1367","Geodetic survey, cadastre, topographic mapping, engineering survey.","NAD27(76) used in Ontario for all maps at scale 1/20 000 and larger; elsewhere in Canada for selected purposes.","Geodetic Survey of Canada.","EPSG","1999-05-12","","0 ",NULL};
+datafile_rows_t datum_row_355[] = {"6609","North American Datum 1927 (CGQ77)","geodetic","Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).","1977","7008","8901","1368","Geodetic survey, cadastre, topographic mapping, engineering survey.","NAD27 (CGQ77) used in Quebec for all maps at scale 1/20 000 and larger; generally for maps issued by the Quebec cartography office whose reference system is CGQ77.","Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca","EPSG","1999-05-12","","0 ",NULL};
+datafile_rows_t datum_row_356[] = {"6610","Xian 1980","geodetic","","1980","7049","8901","3228","Geodetic survey, topographic and engineering survey.","","BP","EPSG","2002-02-12","","0 ",NULL};
+datafile_rows_t datum_row_357[] = {"6611","Hong Kong 1980","geodetic","Fundamental point: Trig \"Zero\", 38.4 feet south along the transit circle of the Kowloon Observatory. Latitude 22deg 18min 12.82sec North, longitude 114deg 10min 18.75sec East.","1980","7022","8901","1118","Geodetic survey, topgraphic and engineering survey, cadastre.","Replaces Hong Kong 1963 and Hong Kong 1963(67).","Survey and Mapping Office, Lands Department. http://www.info.gov.hk/landsd/mapping/tindex.htm","EPSG","2006-02-06","2005.26","0 ",NULL};
+datafile_rows_t datum_row_358[] = {"6612","Japanese Geodetic Datum 2000","geodetic","ITRF94 at epoch 1997.0","2000","7019","8901","1129","Geodetic survey, topographic and engineering survey.","Instigated under amendment to the Japanese Surveying Law with effect from April 2002. Replaces Tokyo datum (code 6301).","Japanese Survey Federation and Geographical Survey Institute http://www.gsi.go.jp/ENGLISH/RESEARCH/BULLETIN/vol-45/45abst1.htm","EPSG","2002-06-22","","0 ",NULL};
+datafile_rows_t datum_row_359[] = {"6613","Gunung Segara","geodetic","Station P5 (Gunung Segara). Latitude 0deg 32min 12.83sec S, longitude  117deg 08min 48.47sec E (of Greenwich).","","7004","8901","1360","Topographic mapping.","","TotalFinaElf.","EPSG","2002-06-22","","0 ",NULL};
+datafile_rows_t datum_row_360[] = {"6614","Qatar National Datum 1995","geodetic","Defined by transformation from WGS 84 - see coordinate operation code 1840.","1995","7022","8901","1346","Topographic mapping.","","Qatar Centre for Geographic Information.","EPSG","2002-06-28","","0 ",NULL};
+datafile_rows_t datum_row_361[] = {"6615","Porto Santo 1936","geodetic","SE Base on Porto Santo island.","1936","7022","8901","1314","Topographic mapping.","Replaced by 1995 adjustment (datum code 6663). For Selvagens see Selvagem Grande (code 6616).","Instituto Geografico e Cadastral Lisbon http://www.igeo.pt","EPSG","2003-08-14","2003.231 2003.232","0 ",NULL};
+datafile_rows_t datum_row_362[] = {"6616","Selvagem Grande","geodetic","","","7022","8901","2779","Topographic mapping.","","Instituto Geografico e Cadastral Lisbon http://www.igeo.pt","EPSG","2003-08-14","2003.232","0 ",NULL};
+datafile_rows_t datum_row_363[] = {"6618","South American Datum 1969","geodetic","Fundamental point: Chua. Geodetic latitude: 19 deg 45 min 41.6527 sec S; geodetic longitude: 48 deg 06 min 04.0639 sec W (of Greenwich). (Astronomic coordinates: Latitude 19 deg 45 min 41.34 +/- 0.05 sec S; Longitude 48 deg 06 min 07.80 +/- 0.08 sec W).","1969","7050","8901","1358","Topographic mapping.","SAD69 uses GRS 1967 ellipsoid but with 1/f to exactly 2 decimal places.","DMA 1974.","EPSG","2004-01-09","2003.362","0 ",NULL};
+datafile_rows_t datum_row_364[] = {"6619","SWEREF99","geodetic","Densification of ETRS89.","1982","7019","8901","1225","Geodetic survey, cadastre, topographic mapping, engineering survey.","","National Land Survey of Sweden http://www.lantmateriet.se","EPSG","2002-09-19","","0 ",NULL};
+datafile_rows_t datum_row_365[] = {"6620","Point 58","geodetic","Fundamental point: Point 58. Latitude: 3 deg 58 min 37.040 sec N; Longitude: 12 deg 52 min 44.045 sec E (of Greenwich).","1969","7012","8901","2790","Geodetic survey","Used as the basis for computation of the 12th Parallel traverse conducted 1966-70 from Senegal to Chad and connecting to the Adindan triangulation in Sudan.","IGN Paris.","EPSG","2002-09-19","","0 ",NULL};
+datafile_rows_t datum_row_366[] = {"6621","Fort Marigot","geodetic","","","7022","8901","2828","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaced by RRAF 1991 (datum code 6640).","IGN Paris.","EPSG","2002-11-29","","0 ",NULL};
+datafile_rows_t datum_row_367[] = {"6622","Guadeloupe 1948","geodetic","","1948","7022","8901","2829","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaced by RRAF 1991 (datum code 6640).","IGN Paris.","EPSG","2004-10-14","2004.561","0 ",NULL};
+datafile_rows_t datum_row_368[] = {"6623","Centre Spatial Guyanais 1967","geodetic","Fundamental point: Kourou-Diane. Latitude: 5 deg 15 min 53.699 sec N; Longitude: 52 deg 48 min 09.149 sec W (of Greenwich).","1967","7022","8901","3105","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaced by RGFG95 (code 6624).","IGN Paris.","EPSG","2005-04-24","2004.562","0 ",NULL};
+datafile_rows_t datum_row_369[] = {"6624","Reseau Geodesique Francais Guyane 1995","geodetic","ITRF93 at epoch 1995.0","1995","7019","8901","1097","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaces CSG67 (datum code 6623).","IGN Paris.","EPSG","2002-11-29","","0 ",NULL};
+datafile_rows_t datum_row_370[] = {"6625","Martinique 1938","geodetic","Fundamental point: Fort Desaix. Latitude: 14 deg 36 min 54.090 sec N; Longitude: 61 deg 04 min 04.030 sec W (of Greenwich).","1938","7022","8901","3276","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaced by RRAF 1991 (datum code 6640).","IGN Paris.","EPSG","2004-10-14","2004.561","0 ",NULL};
+datafile_rows_t datum_row_371[] = {"6626","Reunion 1947","geodetic","Fundamental point: Piton des Neiges (Borne). Latitude: 21 deg 05 min 13.119 sec S; Longitude: 55 deg 29 min 09.193 sec E (of Greenwich).","1947","7022","8901","3337","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaced by RGR92 (datum code 6627).","IGN Paris.","EPSG","2004-10-14","2004.561","0 ",NULL};
+datafile_rows_t datum_row_372[] = {"6627","Reseau Geodesique de la Reunion 1992","geodetic","ITRF91 at epoch 1993.0","1992","7019","8901","1196","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaces Piton des Neiges (code 6626).","IGN Paris.","EPSG","2006-08-18","2006.77","0 ",NULL};
+datafile_rows_t datum_row_373[] = {"6628","Tahiti 52","geodetic","Fundamental point: Tahiti North Base. Latitude: 17 deg 38 min 10.0 sec S; Longitude: 149 deg 36 min 57.8 sec W (of Greenwich).","1952","7022","8901","2811","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaced by Tahiti 79 (datum code 6690) in Tahiti and Moorea 87 (code 6691) in Moorea.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.","EPSG","2002-11-29","2005.38","0 ",NULL};
+datafile_rows_t datum_row_374[] = {"6629","Tahaa 54","geodetic","Fundamental point: Tahaa East Base. Latitude: 16 deg 33 min 20.97 sec S; Longitude: 151 deg 29 min 06.25 sec W (of Greenwich).","1954","7022","8901","2812","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaced by RGPF (datum code 6687).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.","EPSG","2005-08-12","2005.38","0 ",NULL};
+datafile_rows_t datum_row_375[] = {"6630","IGN72 Nuku Hiva","geodetic","Fundamental point: Taiohae. Latitude: 8 deg 55 min 03.97 sec S; Longitude: 140 deg 05 min 36.24 sec W (of Greenwich).","1972","7022","8901","3129","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaced by RGPF (datum code 6687).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.","EPSG","2005-08-12","2005.38","0 ",NULL};
+datafile_rows_t datum_row_376[] = {"6631","K0 1949","geodetic","","1949","7022","8901","2816","Geodetic survey, cadastre, topographic mapping, engineering survey.","","IGN Paris.","EPSG","2002-11-29","","1 ",NULL};
+datafile_rows_t datum_row_377[] = {"6632","Combani 1950","geodetic","","1950","7022","8901","3340","Geodetic survey, cadastre, topographic mapping, engineering survey.","","IGN Paris.","EPSG","2002-11-29","","0 ",NULL};
+datafile_rows_t datum_row_378[] = {"6633","IGN56 Lifou","geodetic","South end of the Goume base.","1956","7022","8901","2814","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.dittt.gouv.nc","EPSG","2006-07-21","2006.62","0 ",NULL};
+datafile_rows_t datum_row_379[] = {"6634","IGN72 Grande Terre","geodetic","North end of Gomen base.","1972","7022","8901","2822","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.dittt.gouv.nc","EPSG","2006-07-21","2006.62","0 ",NULL};
+datafile_rows_t datum_row_380[] = {"6635","ST87 Ouvea","geodetic","","1987","7022","8901","2813","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie.","EPSG","2002-11-29","","1 ",NULL};
+datafile_rows_t datum_row_381[] = {"6636","Petrels 1972","geodetic","Fundamental point: Astro station DZ on Ile de Petrels. Latitude: 66 deg 40 min 00 sec S; Longitude: 140 deg 00 min 46 sec E (of Greenwich).","1972","7022","8901","2817","Geodetic survey,  topographic mapping.","","IGN Paris.","EPSG","2002-11-29","","0 ",NULL};
+datafile_rows_t datum_row_382[] = {"6637","Pointe Geologie Perroud 1950","geodetic","Fundamental point: Astro station G.0 on Pointe Geologie. Latitude: 66 deg 39 min 30 sec S; Longitude: 140 deg 01 min 00 sec E (of Greenwich).","1950","7022","8901","2818","Geodetic survey,  topographic mapping.","","IGN Paris.","EPSG","2002-11-29","","0 ",NULL};
+datafile_rows_t datum_row_383[] = {"6638","Saint Pierre et Miquelon 1950","geodetic","","1950","7008","8901","1220","Geodetic survey, cadastre, topographic mapping, engineering survey.","","IGN Paris.","EPSG","2006-02-03","2006.06","0 ",NULL};
+datafile_rows_t datum_row_384[] = {"6639","MOP78","geodetic","","1978","7022","8901","2815","Geodetic survey, cadastre, topographic mapping, engineering survey.","","IGN Paris.","EPSG","2002-11-29","","0 ",NULL};
+datafile_rows_t datum_row_385[] = {"6640","Reseau de Reference des Antilles Francaises 1991","geodetic","WGS 84 coordinates of a single station determined during the 1988 Tango mission.","1991","7030","8901","2824","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaces Fort Marigot and Sainte Anne (datum codes 6621-22) in Guadeloupe and Fort Desaix (datum code 6625) in Martinique.","IGN Paris.","EPSG","2004-03-26","2004.20","0 ",NULL};
+datafile_rows_t datum_row_386[] = {"6641","IGN53 Mare","geodetic","South-east end of the La Roche base.","1953","7022","8901","2819","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.dittt.gouv.nc","EPSG","2006-07-21","2006.62","0 ",NULL};
+datafile_rows_t datum_row_387[] = {"6642","ST84 Ile des Pins","geodetic","Pic Nga","1984","7022","8901","2820","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.dittt.gouv.nc","EPSG","2006-07-21","2006.62","0 ",NULL};
+datafile_rows_t datum_row_388[] = {"6643","ST71 Belep","geodetic","","1971","7022","8901","2821","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie.","EPSG","2002-11-29","","0 ",NULL};
+datafile_rows_t datum_row_389[] = {"6644","NEA74 Noumea","geodetic","Noumea old signal station.","1974","7022","8901","2823","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.dittt.gouv.nc","EPSG","2006-07-21","2006.62","0 ",NULL};
+datafile_rows_t datum_row_390[] = {"6645","Reseau Geodesique Nouvelle Caledonie 1991","geodetic","ITRF90 at epoch 1989.0","1989","7022","8901","1174","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie.","EPSG","2002-11-29","","1 ",NULL};
+datafile_rows_t datum_row_391[] = {"6646","Grand Comoros","geodetic","Fundamental point: M'Tsaoueni.  Latitude: 11 deg 28 min 32.200 sec S; Longitude: 43 deg 15 min 42.315 sec E (of Greenwich).","","7022","8901","2807","Geodetic survey, cadastre, topographic mapping, engineering survey.","","IGN Paris.","EPSG","2002-11-29","","0 ",NULL};
+datafile_rows_t datum_row_392[] = {"6647","International Terrestrial Reference Frame 1988","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1988","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1988.0. Replaced by ITRF89 (code 6648).","International Earth Rotation Service (IERS) Annual Report for 1988. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2006-10-13","2006.77 2006.892","0 ",NULL};
+datafile_rows_t datum_row_393[] = {"6648","International Terrestrial Reference Frame 1989","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1989","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1989.0. Replaces ITRF88 (code 6647). Replaced by ITRF90 (code 6649).","International Earth Rotation Service (IERS) Technical Note No. 6. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2006-10-13","2006.77 2006.892","0 ",NULL};
+datafile_rows_t datum_row_394[] = {"6649","International Terrestrial Reference Frame 1990","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1990","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1990.0. Replaces ITRF89 (code 6648). Replaced by ITRF91 (code 6650).","International Earth Rotation Service (IERS) Technical Note No. 9. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2006-10-13","2006.77 2006.892","0 ",NULL};
+datafile_rows_t datum_row_395[] = {"6650","International Terrestrial Reference Frame 1991","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1991","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1991.0. Replaces ITRF90 (code 6649). Replaced by ITRF92 (code 6651).","International Earth Rotation Service (IERS) Technical Note No. 12. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2006-10-13","2006.77 2006.892","0 ",NULL};
+datafile_rows_t datum_row_396[] = {"6651","International Terrestrial Reference Frame 1992","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1992","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1992.0. Replaces ITRF91 (code 6650). Replaced by ITRF93 (code 6652).","International Earth Rotation Service (IERS) Technical Note No. 15. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2006-10-13","2006.77 2006.892","0 ",NULL};
+datafile_rows_t datum_row_397[] = {"6652","International Terrestrial Reference Frame 1993","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1993","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1993.0. Replaces ITRF92 (code 6651). Replaced by ITRF94 (code 6653).","International Earth Rotation Service (IERS) Technical Note No. 18. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2006-10-13","2006.77 2006.892","0 ",NULL};
+datafile_rows_t datum_row_398[] = {"6653","International Terrestrial Reference Frame 1994","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1994","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1994.0. Replaces ITRF93 (code 6652). Replaced by ITRF96 (code 6654).","International Earth Rotation Service (IERS) Technical Note No. 20. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2006-10-13","2006.77 2006.892","0 ",NULL};
+datafile_rows_t datum_row_399[] = {"6654","International Terrestrial Reference Frame 1996","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1996","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1996.0. Replaces ITRF94 (code 6653). Replaced by ITRF97 (code 6655).","International Earth Rotation Service (IERS) Technical Note No. 24. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2006-10-13","2006.77 2006.892","0 ",NULL};
+datafile_rows_t datum_row_400[] = {"6655","International Terrestrial Reference Frame 1997","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","1997","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1997.0. Replaces ITRF96 (code 6654). Replaced by ITRF2000 (code 6656).","International Earth Rotation Service (IERS) Technical Note No. 27. Also IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2006-10-13","2006.77 2006.892","0 ",NULL};
+datafile_rows_t datum_row_401[] = {"6656","International Terrestrial Reference Frame 2000","geodetic","Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).","2000","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 2000.0. Replaces ITRF97 (code 6655). Replaced by ITRF2005 (code 6758).","IGN Paris http://lareg.ensg.ign.fr/ITRF","EPSG","2006-10-13","2006.77 2006.892","0 ",NULL};
+datafile_rows_t datum_row_402[] = {"6657","Reykjavik 1900","geodetic","Fundamental point:  Latitude: 64 deg 08 min 31.88 sec N; Longitude: 21 deg 55 min 51.15 sec W (of Greenwich).","1900","7051","8901","3262","Medium scale topographic mapping.","","Landmaelingar Islands (National Survey of Iceland).","EPSG","2003-06-27","","0 ",NULL};
+datafile_rows_t datum_row_403[] = {"6658","Hjorsey 1955","geodetic","Fundamental point:  Latitude: 64 deg 31 min 29.26 sec N; Longitude: 22 deg 22 min 05.84 sec W (of Greenwich).","1955","7022","8901","3262","1/50,000 scale topographic mapping.","","Landmaelingar Islands (National Survey of Iceland).","EPSG","2003-06-27","","0 ",NULL};
+datafile_rows_t datum_row_404[] = {"6659","Islands Network 1993","geodetic","ITRF93 at epoch 1993.6.","1996","7019","8901","1120","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Landmaelingar Islands (National Survey of Iceland).","EPSG","2006-08-18","2006.77","0 ",NULL};
+datafile_rows_t datum_row_405[] = {"6660","Helle 1954","geodetic","","1954","7022","8901","2869","Geodetic survey, topographic mapping..","","Statens kartverk.","EPSG","2003-06-27","","0 ",NULL};
+datafile_rows_t datum_row_406[] = {"6661","Latvia 1992","geodetic","Constrained to 4 ETRS89 points in Latvia from the EUREF Baltic 1992 campaign.","1992","7019","8901","1139","Topographic mapping, geodetic survey.","Densification of ETRS89 during the 1992 Baltic campaign.","Latvijas Republikas Valsts zemes dienests (State Land Service of the Republic of Latvia) via EuroGeographics. http://crs.bkg.bund.de/crs-eu/","EPSG","2003-06-27","","0 ",NULL};
+datafile_rows_t datum_row_407[] = {"6663","Porto Santo 1995","geodetic","SE Base on Porto Santo island. Origin and orientation constrained to those of the 1936 adjustment.","1995","7022","8901","1314","Topographic mapping.","Classical and GPS observations. Replaces 1936 adjustment (datum code 6615).  For Selvagens see Selvagem Grande (datum code 6616).","Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt/","EPSG","2005-09-06","2005.46","0 ",NULL};
+datafile_rows_t datum_row_408[] = {"6664","Azores Oriental Islands 1995","geodetic","Fundamental point: Forte de São Bras. Origin and orientation constrained to those of the 1940 adjustment.","1940","7022","8901","1345","Topographic mapping.","Classical and GPS observations. Replaces 1940 adjustment (datum code 6184).","Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt/","EPSG","2005-09-06","2005.46","0 ",NULL};
+datafile_rows_t datum_row_409[] = {"6665","Azores Central Islands 1995","geodetic","Fundamental point: Graciosa south west base. Origin and orientation constrained to those of the 1948 adjustment.","1948","7022","8901","1301","Topographic mapping.","Classical and GPS observations. Replaces 1948 adjustment (datum code 6183).","Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt/","EPSG","2005-09-06","2005.46","0 ",NULL};
+datafile_rows_t datum_row_410[] = {"6666","Lisbon 1890","geodetic","Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 9 deg 07 min 54.862 sec W of Greenwich.","1937","7004","8901","1294","Topographic mapping.","Replaced by Lisbon 1937 adjustment (which uses International 1924 ellipsoid).","Instituto Geografico e Cadastral Lisbon http://www.igeo.pt","EPSG","2003-12-18","2003.361","0 ",NULL};
+datafile_rows_t datum_row_411[] = {"6667","Iraq-Kuwait Boundary Datum 1992","geodetic","Four stations established between September and December 1991 determined by GPS and Doppler observations.","1992","7030","8901","2876","International boundary demarcation","","United Nations Iraq-Kuwait Boundary Demarcation Commission, Final Report, May 1993.","EPSG","2003-09-01","","0 ",NULL};
+datafile_rows_t datum_row_412[] = {"6668","European Datum 1979","geodetic","Fundamental point: Potsdam (Helmert Tower). Latitude: 52 deg 22 min 51.4456 sec N; Longitude: 13 deg  3 min 58.9283 sec E (of Greenwich).","1979","7022","8901","1297","Scientific network.","Replaced by 1987 adjustment.","","EPSG","2003-12-31","","0 ",NULL};
+datafile_rows_t datum_row_413[] = {"6670","Istituto Geografico Militaire 1995","geodetic","Network of 1296 points observed 1992-1995 and adjusted in 1996 constrained to 9 ETRS89 points. Densification of ETRS89 in Italy.","1995","7030","8901","1127","Geodetic survey and scientific study.","","ENI","EPSG","2004-01-07","","0 ",NULL};
+datafile_rows_t datum_row_414[] = {"6671","Voirol 1879","geodetic","Fundamental point: Voirol. Latitude: 36 deg 45 min 08.199 sec N; Longitude: 3 deg 02 min 49.435 sec E of Greenwich. Uses RGS (and old IGN) value of 2 deg 20 min 13.95 sec for Greenwich-Paris meridian difference.","1879","7011","8901","1365","Topographic mapping.","Replaces Voirol 1875 (code 6304).","IGN Paris","EPSG","2004-01-07","","0 ",NULL};
+datafile_rows_t datum_row_415[] = {"6672","Chatham Islands Datum 1971","geodetic","","1971","7022","8901","2889","Geodetic survey, topographic mapping, engineering survey.","Replaced by Chatham Islands Datum 1979 (code 6673).","Office of Surveyor General (OSG) Technical Report 14, June 2001.","EPSG","2004-02-17","","0 ",NULL};
+datafile_rows_t datum_row_416[] = {"6673","Chatham Islands Datum 1979","geodetic","Fundamental point: station Astro. Latitude: 43 deg 57 min 23.60 sec S; Longitude: 176 deg 34 min 28.65 sec W (of Greenwich).","1979","7022","8901","2889","Geodetic survey, topographic mapping, engineering survey.","Replaces Chatham Islands Datum 1971 (code 6672). Replaced by New Zealand Geodetic Datum 2000 (code 6167) from March 2000.","Office of Surveyor General (OSG) Technical Report 14, June 2001.","EPSG","2004-02-17","","0 ",NULL};
+datafile_rows_t datum_row_417[] = {"6674","Sistema de Referencia Geocentrico para America del Sur 2000","geodetic","ITRF2000 at epoch 2000.40.","2000","7019","8901","3418","Geodetic survey.","Realised by a frame of 184 stations observed in 2000 and adjusted in the ITRF2000. Includes ties to tide gauges. Replaces SIRGAS 1995 system for South America; expands SIRGAS to Mexico and Central America.","IBGE Brazil,  http://www1.ibge.gov.br/","EPSG","2006-08-18","2005.46 2005.83 2006.465 2006.77","0 ",NULL};
+datafile_rows_t datum_row_418[] = {"6675","Guam 1963","geodetic","Fundamental point: Tagcha. Latitude: 13 deg 22 min 38.49 sec N; Longitude: 144 deg 45 min 51.56 sec E (of Greenwich).","1963","7008","8901","3255","Topographic mapping.","Replaced by NAD83(HARN)","US National Geospatial Intelligence Agency (NGA). http://earth-info.nga.mil/","EPSG","2005-09-06","2005.46","0 ",NULL};
+datafile_rows_t datum_row_419[] = {"6676","Vientiane 1982","geodetic","Fundamental point: Vientiane (Nongteng) Astro Pillar. Latitude: 18 deg 01 min 31.6301 sec N; Longitude: 102 deg 30 min 56.6999 sec E (of Greenwich).","1982","7024","8901","1138","Topographic mapping.","Replaced by Lao 1993.","National Geographic Department","EPSG","2004-04-27","","0 ",NULL};
+datafile_rows_t datum_row_420[] = {"6677","Lao 1993","geodetic","Fundamental point: Lao 1982 coordinates of Pakxa pillar. Latitude: 18 deg 23 min 57.0056 sec N; Longitude: 103 deg 38 min 41.8020 sec E (of Greenwich). Orientation parallel with WGS 84.","1993","7024","8901","1138","Topographic mapping.","Replaces Vientiane 1982. Replaced by Lao 1997","National Geographic Department","EPSG","2004-04-27","","0 ",NULL};
+datafile_rows_t datum_row_421[] = {"6678","Lao National Datum 1997","geodetic","Fundamental point: Vientiane (Nongteng) Astro Pillar. Latitude: 18 deg 01 min 31.3480 sec N; Longitude: 102 deg 30 min 57.1376 sec E (of Greenwich).","1997","7024","8901","1138","Cadastre, topographic mapping, engineering survey.","Replaces Lao 1993.","National Geographic Department","EPSG","2004-04-27","","0 ",NULL};
+datafile_rows_t datum_row_422[] = {"6679","Jouik 1961","geodetic","","1961","7012","8901","2967","Hydrographic charting.","Replaced by Mauritania 1999 (datum code 6702).","Woodside","EPSG","2006-06-12","2006.44","0 ",NULL};
+datafile_rows_t datum_row_423[] = {"6680","Nouakchott 1965","geodetic","Nouakchott astronomical point.","1965","7012","8901","2968","Topographic survey.","Triangulation limited to environs of Nouakchott. Extended in 1982 by satellite translocation from a single station \"Ruines\" to support Syledis chain for offshore operations. Replaced by Mauritania 1999 (datum code 6602).","IGN Paris and various industry sources.","EPSG","2006-06-12","2006.44","0 ",NULL};
+datafile_rows_t datum_row_424[] = {"6681","Mauritania 1999","geodetic","","1999","7012","8901","1157","Minerals management, topographic mapping.","A network of 36 GPS stations tied to ITRF96, 8 of which are IGN astronomic points.","Woodside","EPSG","2004-10-14","","1 ",NULL};
+datafile_rows_t datum_row_425[] = {"6682","Gulshan 303","geodetic","Gulshan garden, Dhaka.","1995","7015","8901","1041","Geodetic survey, cadastre, topographic mapping, engineering survey.","Network of more than 140 control points observed and adjusted in 1995 by Japan International Cooperation Agency (JICA).","Survey of Bangladesh via IGN Paris and Tullow Oil.","EPSG","2006-06-22","2006.47","0 ",NULL};
+datafile_rows_t datum_row_426[] = {"6683","Philippine Reference System 1992","geodetic","Fundamental point: Balacan. Latitude: 13 deg 33 min 41.000 sec N; Longitude: 121 deg 52 min  03.000 sec E (of Greenwich), geoid-ellipsoid separation 0.34m.","1992","7008","8901","1190","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaces Luzon 1911 datum (code 6253).","National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.","EPSG","2004-12-24","","0 ",NULL};
+datafile_rows_t datum_row_427[] = {"6684","Gan 1970","geodetic","","1970","7022","8901","3274","Topographic mapping.","In some references incorrectly named \"Gandajika 1970\". See datum code 6685.","Various industry sources.","EPSG","2005-04-14","","0 ",NULL};
+datafile_rows_t datum_row_428[] = {"6685","Gandajika","geodetic","Gandajika base","1953","7022","8901","1259","Topographic mapping.","In some references incorrectly attributed to the Maldives. See datum code 6684.","Various industry sources.","EPSG","2005-04-14","","1 ",NULL};
+datafile_rows_t datum_row_429[] = {"6686","Marco Geocentrico Nacional de Referencia","geodetic","ITRF94 at epoch 1995.4.  Bogota observatory coordinates: Latitude: 4 deg 35 min 46.3215 sec N; Longitude: 74 deg 04 min 39.0285 sec W (of Greenwich).","2004","7019","8901","3229","Geodetic survey.","Densification of SIRGAS 1995 within Colombia. Replaces Bogota 1975 (datum code 6218).","Instituto Geografico Agustin Codazzi (IGAC) publication \"Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia\". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm","EPSG","2007-07-02","2006.77 2007.060","0 ",NULL};
+datafile_rows_t datum_row_430[] = {"6687","Reseau Geodesique de la Polynesie Francaise","geodetic","ITRF92 at epoch 1993.0. Densification by GPS of the Reference Network of French Polynesia, a coordinate set of 13 stations determined through DORIS observations.","1993","7019","8901","1098","Geodetic survey.","Replaces Tahaa 54 (datum code 6629), IGN 63 Hiva Oa (6689), IGN 72 Nuku Hiva (6630), Maupiti 83 (6692), MHEFO 55 (6688), Moorea 87 (6691) and Tahiti 79 (6690).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie. Also www.shom.fr, technical report 002/199.","EPSG","2006-08-18","2006.77","0 ",NULL};
+datafile_rows_t datum_row_431[] = {"6688","Fatu Iva 72","geodetic","Fundamental point: Latitude: 9 deg 25 min 58.00 sec S; Longitude: 138 deg 55 min 06.25 sec W (of Greenwich).","1972","7022","8901","3133","Hydrographic and topographic survey.","Recomputed by IGN in 1972 using origin and observations of 1953-1955 Mission Hydrographique des Establissements Francais d'Oceanie (MHEFO 55). Replaced by RGPF (datum code 6687).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.","EPSG","2005-08-12","","0 ",NULL};
+datafile_rows_t datum_row_432[] = {"6689","IGN63 Hiva Oa","geodetic","Fundamental point: Atuona. Latitude: 9 deg 48 min 27.20 sec S; Longitude: 139 deg 02 min 15.45 sec W (of Greenwich).","1963","7022","8901","3130","Hydrographic and topographic survey.","Replaced by RGPF (datum code 6687).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.","EPSG","2005-08-12","","0 ",NULL};
+datafile_rows_t datum_row_433[] = {"6690","Tahiti 79","geodetic","Fundamental point: Tahiti North Base. Latitude: 17 deg 38 min 10.0 sec S; Longitude: 149 deg 36 min 57.8 sec W (of Greenwich).","1979","7022","8901","3124","Hydrographic and topographic survey.","Replaces Tahiti 52 (datum code 6628) in Tahiti. Replaced by RGPF (datum code 6687).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.","EPSG","2005-08-12","","0 ",NULL};
+datafile_rows_t datum_row_434[] = {"6691","Moorea 87","geodetic","Two stations on Tahiti whose coordinates from the Tahiti 1979 adjustment were held fixed.","1987","7022","8901","3125","Hydrographic and topographic survey.","Replaces Tahiti 52 (datum code 6628) in Moorea. Replaced by RGPF (datum code 6687).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.","EPSG","2005-08-12","","0 ",NULL};
+datafile_rows_t datum_row_435[] = {"6692","Maupiti 83","geodetic","Fundamental point: Pitiahe South Base. Latitude: 16 deg 28 min 28.942 sec S; Longitude: 152 deg 14 min 55.059 sec W (of Greenwich).","1983","7022","8901","3126","Hydrographic and topographic survey.","Replaced by RGPF (datum code 6687).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.","EPSG","2005-08-12","","0 ",NULL};
+datafile_rows_t datum_row_436[] = {"6693","Nakhl-e Ghanem","geodetic","Coordinates of two stations determined with respect to ITRF 2000 at epoch 2005.2: BMT1 latitude 27 deg 42 min 09.8417 sec N, longitude 52 deg 12 min 11.0362 sec E; Total1 latitude 27 deg 31 min 03.8896 sec N, longitude 52 deg 36 min 13.1312 sec E.","2005","7030","8901","2362","Engineering survey for onshore facilities for South Pars phase 11 and Pars LNG.","","Total","EPSG","2006-08-18","2006.77","0 ",NULL};
+datafile_rows_t datum_row_437[] = {"6694","Posiciones Geodesicas Argentinas 1994","geodetic","A geodetic network of 127 high accuracy surveyed points based on WGS 84 that define the National Geodetic System (Sistema Geodésico Nacional).","1994","7019","8901","1033","Topographic mapping, geodetic survey.","Una red geodésica de 127 puntos materializados en el terreno que definen el Sistema Geodésico Nacional.  Technically, but at this record revision date not legally, replaced by POSGAR 98 (code 6190).","Instituto Geográfico Militar de la República Argentina, http://www.igm.gov.ar","EPSG","2005-09-12","","0 ",NULL};
+datafile_rows_t datum_row_438[] = {"6695","Katanga 1955","geodetic","Fundamental point: Tshinsenda A. Latitude: 12 deg 20 min 31.568 sec S; Longitude: 28 deg 01 min 02.971 sec E.","1955","7008","8901","3147","Cadastre, topographic mapping, engineering survey.","Replaces earlier adjustments.","Clifford J. Mugnier, in Photogrammetric Engineering and Remote Sensing, June 2005.","EPSG","2005-09-30","","0 ",NULL};
+datafile_rows_t datum_row_439[] = {"6696","Kasai 1953","geodetic","Two stations of the Katanga triangulation with ellipsoid change applied: Kabila, latitude 6 deg 58 min 34.023 sec S, longitude 23 deg 50 min 24.028 sec E; and Gandajika NW base, latitude 6 deg 45 min 01.057 sec S, longitude 23 deg 57 min 03.038 sec E.","1955","7012","8901","3148","Cadastre, topographic mapping, engineering survey.","Replaced by IGC 1962 Arc of the 6th Parallel South.","Institute Geographique du Congo","EPSG","2005-09-30","","0 ",NULL};
+datafile_rows_t datum_row_440[] = {"6697","IGC 1962 Arc of the 6th Parallel South","geodetic","Coordinates of 3 stations determined with respect to Arc 1950: Mulungu 4deg 47min 39.2325sec S, 29deg 59min 37.5864sec E; Nyakawembe 4deg 14min 57.3618sec S, 29deg 42min 52.8032sec E; Kavula 4deg 35min 15.8634sec S, 29deg 41min 14.2693sec E.","1962","7012","8901","3149","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Institute Geographique du Congo","EPSG","2006-08-25","2006.721","0 ",NULL};
+datafile_rows_t datum_row_441[] = {"6698","IGN 1962 Kerguelen","geodetic","K0 1949.","1949","7022","8901","2816","Geodetic survey, cadastre, topographic mapping, engineering survey.","","IGN Paris.","OGP","2005-11-23","","0 ",NULL};
+datafile_rows_t datum_row_442[] = {"6699","Le Pouce 1934","geodetic","Fundamental point: Le Pouce. Latitude: 20 deg 11 min 42.25 sec S; Longitude: 57 deg 31 min 18.58 sec E.","1934","7012","8901","3209","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Cartography Section, Ministry of Housing and Land.","OGP","2006-01-16","","0 ",NULL};
+datafile_rows_t datum_row_443[] = {"6700","IGN Astro 1960","geodetic","Realised through a set of independent astronomically-positioned points.","1960","7012","8901","1157","Small scale topographic mapping.","Observed during 1959-1960. Independent points not connected through a network. Relative accuracy estimated at 50-100m. Replaced by Mauritania 1999 (datum code 6702).","Ministry of Works and Transport, Topography and Cartography Directive.","OGP","2006-06-12","2006.44","0 ",NULL};
+datafile_rows_t datum_row_444[] = {"6701","Institut Geographique du Congo Belge 1955","geodetic","Fundamental point: Yella east base. Latitude: 6 deg 00 min 53.139 sec S; Longitude: 12 deg 58 min 29.287 sec E.","1955","7012","8901","3171","Cadastre, topographic mapping, engineering survey.","Replaced by IGC 1962 Arc of the 6th Parallel South, except for oil industry activities.","Institut Geographique du Congo Belge.","OGP","2005-11-28","","0 ",NULL};
+datafile_rows_t datum_row_445[] = {"6702","Mauritania 1999","geodetic","ITRF96 at epoch 1997.0","1999","7019","8901","1157","Geodesy.","A network of 36 GPS stations tied to ITRF96, 8 of which are IGN 1962 astronomic points.","Ministry of Works and Transport, Topography and Cartography Directive.","EPSG","2006-08-18","2006.77","0 ",NULL};
+datafile_rows_t datum_row_446[] = {"6703","Missao Hidrografico Angola y Sao Tome 1951","geodetic","Extension of Camacupa datum into Cabinda.","1951","7012","8901","1318","Coastal hydrography.","A variation of this datum has been adopted by the oil industry but incorrectly using the International 1924 ellipsoid and not tied to the official Portuguese triangulation - see Mhast (onshore) and Mhast (offshore) (codes 6704 and 6705).","Various industry sources.","OGP","2006-01-03","","0 ",NULL};
+datafile_rows_t datum_row_447[] = {"6704","Mhast (onshore)","geodetic","Probably adopted a Mhast 1951 coordinate set but associated an incorrect ellipsoid with it.","","7022","8901","3179","Oil industry exploration and production. From 1979, offshore use superseded by Mhast (offshore) (code 6705).","Adopted by oil industry with intention of being Mhast 1951 (code 6703) but incorrectly (for Mhast 1951) used the International 1924 ellipsoid. This datum differs by about 400 metres from the Portuguese Mhast 1951 and Camacupa datums.","ChevronTexaco.","OGP","2006-01-03","","0 ",NULL};
+datafile_rows_t datum_row_448[] = {"6705","Mhast (offshore)","geodetic","Fundamental point: Station Y at Malongo base camp. Latitude: 5 deg 23 min 30.810 sec S; Longitude: 12 deg 12 min  01.590 sec E (of Greenwich).","1979","7022","8901","3180","Oil industry offshore exploration and production between 1979 and 1987.","Origin coordinates determined by Transit single point position using 32 passes and transformed from WGS72BE using transformation code 15790. Differs from Mhast (onshore) by approximately 10m. Replaced in 1987 by Malongo 1987 (code 6259).","ChevronTexaco.","OGP","2006-01-03","","0 ",NULL};
+datafile_rows_t datum_row_449[] = {"6706","Egypt Gulf of Suez S-650 TL","geodetic","Fundamental point: Station S-650 DMX. Adopted coordinates: latitude: 28 deg 19 min 02.1907 sec N; Longitude: 33 deg 06 min  36.6344 sec E (of Greenwich). The proper Egypt 1907 coordinates for S-650 differ from these by about 20m.","1980","7020","8901","2341","Oil industry offshore exploration and production in Gulf of Suez after 1980.","A coherent set of stations bordering the Gulf of Suez coordinated by Transit translocation (\"TL\") between 1980 and 1984. Based on incorrect Egypt 1907 values for origin station S-650. Differs from true Egypt 1907 by approximately 20m.","Various industry sources.","OGP","2006-01-11","","0 ",NULL};
+datafile_rows_t datum_row_450[] = {"6707","Tern Island 1961","geodetic","Fundamental point: station FRIG on tern island, station B4 on Sorol Atoll.","1961","7022","8901","3181","Military and topographic mapping","Two independent astronomic determinations considered to be consistent through adoption of common transformation to WGS 84 (see tfm code 15795).","DMA / NIMA / NGA TR8350.2 (original 1987 first edition and 3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_451[] = {"6708","Cocos Islands 1965","geodetic","Fundamental point: Anna 1.","1965","7003","8901","1069","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_452[] = {"6709","Iwo Jima 1945","geodetic","Fundamental point: Beacon \"E\".","1945","7022","8901","3200","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_453[] = {"6710","St. Helena 1971","geodetic","Fundamental point: DOS 71/4.","1971","7022","8901","3183","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_454[] = {"6711","Marcus Island 1952","geodetic","Marcus Island Astronomic Station.","1952","7022","8901","3203","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_455[] = {"6712","Ascension Island 1958","geodetic","","1958","7022","8901","3182","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_456[] = {"6713","Ayabelle Lighthouse","geodetic","Fundamental point: Ayabelle Lighthouse.","","7012","8901","1081","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_457[] = {"6714","Bellevue","geodetic","","1960","7022","8901","3193","Military and topographic mapping","Datum covers all the major islands of Vanuatu in two different adjustment blocks, but practical usage is as given in the area of use.","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-07-29","2006.51","0 ",NULL};
+datafile_rows_t datum_row_458[] = {"6715","Camp Area Astro","geodetic","","","7022","8901","3205","Geodetic and topographic survey","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_459[] = {"6716","Phoenix Islands 1966","geodetic","","1966","7022","8901","3196","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_460[] = {"6717","Cape Canaveral","geodetic","Fundamental point: Central 1950.  Latitude: 28 deg 29 min 32.36555 sec N; longitude 80 deg 34 min 38.77362 sec W (of Greenwich)","1963","7008","8901","3206","US space and military operations.","","US NGS and DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-09-28","2006.87","0 ",NULL};
+datafile_rows_t datum_row_461[] = {"6718","Solomon 1968","geodetic","Fundamental point: GUX 1.","1968","7022","8901","1213","Military and topographic mapping, +/- 25 meters in each component","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_462[] = {"6719","Easter Island 1967","geodetic","","1967","7022","8901","3188","Military and topographic mapping, +/- 25 meters in each component","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_463[] = {"6720","Fiji Geodetic Datum 1986","geodetic","NWL 9D coordinates of 6 stations on Vitu Levu and Vanua Levu.","1986","7043","8901","1094","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaces Viti Levu 1912, Vanua Levu 1915 and Fiji 1956.","Survey Review 30,231 (January 1989).","OGP","2006-07-19","2006.50","0 ",NULL};
+datafile_rows_t datum_row_464[] = {"6721","Fiji 1956","geodetic","Latitude origin was obtained astronomically at station Rasusuva = 17 deg 49 min 03.13 sec South,   Longitude origin was obtained astronomically at station Suva = 178 deg 25 min 35.835 sec East.","1956","7022","8901","3398","Military and topographic mapping","For topographic mapping replaces Viti Levu 1912 and Vanua Levu 1915. Replaced by Fiji Geodetic Datum 1986.","SOPAC, www.sopac.org, and Clifford J. Mugnier in Photogrammetric Engineering and Remote Sensing, October 2000, www.asprs.org.","OGP","2006-07-19","2006.50","0 ",NULL};
+datafile_rows_t datum_row_465[] = {"6722","South Georgia 1968","geodetic","Fundamental point: ISTS 061.","1968","7022","8901","3187","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_466[] = {"6723","Grand Cayman 1959","geodetic","Fundamental point: GC1. Latitude: 19deg 17min 54.43sec North, longitude: 81deg 22min 37.17sec West.","1959","7008","8901","3185","Topographic mapping","","Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1998. http://www.asprs.org/","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_467[] = {"6724","Diego Garcia 1969","geodetic","Fundamental point: ISTS 073","1969","7022","8901","3189","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_468[] = {"6725","Johnston Island 1961","geodetic","","1961","7022","8901","3201","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_469[] = {"6726","Little Cayman 1961","geodetic","Fundamental point: LC5. Latitude: 19deg 39min 46.324sec North, longitude: 81deg 203min 47.910sec West.","1961","7008","8901","3186","Military and topographic mapping","","Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1998. http://www.asprs.org/","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_470[] = {"6727","Midway 1961","geodetic","","1961","7022","8901","3202","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_471[] = {"6728","Pico de la Nieves","geodetic","","","7022","8901","3199","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_472[] = {"6729","Pitcairn 1967","geodetic","","1967","7022","8901","3208","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_473[] = {"6730","Santo 1965","geodetic","","1965","7022","8901","3194","Military and topographic mapping","Datum covers all the major islands of Vanuatu in two different adjustment blocks, but practical usage is as given in the area of use.","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-07-29","2006.51","0 ",NULL};
+datafile_rows_t datum_row_474[] = {"6731","Viti Levu 1916","geodetic","","1916","7012","8901","3195","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","1 ",NULL};
+datafile_rows_t datum_row_475[] = {"6732","Marshall Islands 1960","geodetic","","1960","7053","8901","3191","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_476[] = {"6733","Wake Island 1952","geodetic","","1952","7022","8901","3190","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_477[] = {"6734","Tristan 1968","geodetic","","1968","7022","8901","3184","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_478[] = {"6735","Kusaie 1951","geodetic","","1951","7022","8901","3192","Military and topographic mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_479[] = {"6736","Deception Island","geodetic","","","7012","8901","3204","Military and scientific mapping","","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t datum_row_480[] = {"6737","Geocentric datum of Korea","geodetic","ITRF2000 at epoch 2002.0","2002","7019","8901","1135","Geodetic survey.","","Permanent Committee for GIS Infrastructure for Asia and the Pacific (PCGIAP), http://www.gsi.go.jp/PCGIAP","OGP","2006-08-18","2006.77","0 ",NULL};
+datafile_rows_t datum_row_481[] = {"6738","Hong Kong 1963","geodetic","Fundamental point: Trig \"Zero\", 38.4 feet south along the transit circle of the Kowloon Observatory. Latitude 22deg 18min 12.82sec North, longitude 114deg 10min 18.75sec East.","1963","7007","8901","1118","Topographic mapping and hydrographic charting.","Replaced by Hong Kong 1963(67) for military purposes only in 1967.  Replaced by Hong Kong 1980.","Survey and Mapping Office, Lands Department. http://www.info.gov.hk/landsd/","OGP","2006-02-03","","0 ",NULL};
+datafile_rows_t datum_row_482[] = {"6739","Hong Kong 1963(67)","geodetic","Fundamental point: Trig \"Zero\", 38.4 feet south along the transit circle of the Kowloon Observatory. Latitude 22deg 18min 12.82sec North, longitude 114deg 10min 18.75sec East.","1967","7022","8901","1118","Military mapping and charting.","Replaces Hong Kong 1963 for military purposes only in 1967.  Replaced by Hong Kong 1980.","UK Hydrographic Office.","OGP","2006-02-03","","0 ",NULL};
+datafile_rows_t datum_row_483[] = {"6740","Parametrop Zemp 1990","geodetic","Geocentre.","1990","7054","8901","1262","Geodetic survey.","Derived through satellite tracking techniques.","Geodeziya i Katografiya, 1993.","OGP","2006-02-03","","0 ",NULL};
+datafile_rows_t datum_row_484[] = {"6741","Faroe Datum 1954","geodetic","Astronomical observations at 3 points.","1954","7022","8901","3248","Geodetic survey, topographic mapping, engineering and cadastral survey.","Replaced by ED50 in late 1970's for all purposes other than cadastre. Replaced by fk89 for cadastre.","Kort & Matrikelstyrelsen (KMS), Copenhagen.","OGP","2006-08-04","2005.472","0 ",NULL};
+datafile_rows_t datum_row_485[] = {"6742","Geodetic Datum of Malaysia 2000","geodetic","ITRF2000, epoch 2000.0","2000","7019","8901","1151","Geodetic survey, topographic mapping, engineering and cadastrral survey.","Replaces all older Malaysian datums.","GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my","OGP","2006-03-16","","0 ",NULL};
+datafile_rows_t datum_row_486[] = {"6743","Karbala 1979 (Polservice)","geodetic","Karbala.","1979","7012","8901","1124","Geodetic survey.","National geodetic network established by Polservice consortium.","Various industry sources.","OGP","2006-06-02","","0 ",NULL};
+datafile_rows_t datum_row_487[] = {"6744","Nahrwan 1934","geodetic","Fundamental point: Nahrwan south base.  Latitude: 33 deg 19 min 10.87 sec N; Longitude: 44 deg 43 min 25.54 sec E (of Greenwich).","1934","7012","8901","3390","Oil exploration and production.","This adjustment later discovered to have a significant orientation error. In Iran replaced by FD58. In Iraq, replaced by Nahrwan 1967.","Various industry sources.","OGP","2006-06-02","","0 ",NULL};
+datafile_rows_t datum_row_488[] = {"6745","Rauenberg Datum/83","geodetic","Fundamental point: Rauenberg. Latitude: 52 deg 27 min 12.021 sec N; Longitude: 13 deg 22 min 04.928 sec E (of Greenwich). This station was destroyed in 1910 and the station at Potsdam substituted as the fundamental point.","1990","7004","8901","2545","Geodetic survey, cadastre, topographic mapping, engineering survey.","RD/83 is the realisation of DHDN in Saxony. It is the resultant of applying a transformation derived at 106 points throughout former East Germany to Pulkovo 1942/83 points in Saxony.","BKG via EuroGeographics. http://crs.bkg.bund.de","OGP","2006-06-12","","0 ",NULL};
+datafile_rows_t datum_row_489[] = {"6746","Potsdam Datum/83","geodetic","Fundamental point: Rauenberg. Latitude: 52 deg 27 min 12.021 sec N; Longitude: 13 deg 22 min 04.928 sec E (of Greenwich). This station was destroyed in 1910 and the station at Potsdam substituted as the fundamental point.","1990","7004","8901","2544","Geodetic survey, cadastre, topographic mapping, engineering survey.","PD/83 is the realisation of DHDN in Thuringen. It is the resultant of applying a transformation derived at 13 points on the border between East and West Germany to Pulkovo 1942/83 points in Thuringen.","BKG via EuroGeographics. http://crs.bkg.bund.de","OGP","2006-06-12","","0 ",NULL};
+datafile_rows_t datum_row_490[] = {"6747","Greenland 1996","geodetic","ITRF94 at epoch 1996.62","1996","7019","8901","1107","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaces Ammassalik 1958, Qornoq 1927 and Scoresbysund 1952.","Kort & Matrikelstyrelsen (KMS), Copenhagen.","OGP","2006-08-18","2006.77","0 ",NULL};
+datafile_rows_t datum_row_491[] = {"6748","Vanua Levu 1915","geodetic","Latitude origin was obtained astronomically at station Numuiloa = 16 deg 23 min 38.36 sec South,   Longitude origin was obtained astronomically at station Suva = 178 deg 25 min 35.835 sec East.","1915","7055","8901","3401","Geodetic survey, cadastre, topographic mapping, engineering survey.","For topographic mapping, replaced by Fiji 1956. For other purposes, replaced by Fiji 1986.","Clifford J. Mugnier in Photogrammetric Engineering and Remote Sensing, October 2000, www.asprs.org.","OGP","2006-07-19","","0 ",NULL};
+datafile_rows_t datum_row_492[] = {"6749","Reseau Geodesique de Nouvelle Caledonie 91-93","geodetic","ITRF90 at epoch 1989.0","1989","7019","8901","1174","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.dittt.gouv.nc","OGP","2006-08-18","2006.77","0 ",NULL};
+datafile_rows_t datum_row_493[] = {"6750","ST87 Ouvea","geodetic","Ouloup.","1987","7030","8901","2813","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.dittt.gouv.nc","OGP","2006-07-21","","0 ",NULL};
+datafile_rows_t datum_row_494[] = {"6751","Kertau (RSO)","geodetic","","1969","7056","8901","1309","Metrication of RSO grid.","Adopts metric conversion of 0.914398 metres per yard exactly. This is a truncation of the Sears 1922 ratio.","Defence Geographic Centre.","OGP","2006-07-24","","0 ",NULL};
+datafile_rows_t datum_row_495[] = {"6752","Viti Levu 1912","geodetic","Latitude origin was obtained astronomically at station Monavatu = 17 deg 53 min 28.285 sec South,   Longitude origin was obtained astronomically at station Suva = 178 deg 25 min 35.835 sec East.","1912","7055","8901","3195","Geodetic survey, cadastre, topographic mapping, engineering survey.","For topographic mapping, replaced by Fiji 1956. For other purposes, replaced by Fiji 1986.","Clifford J. Mugnier in Photogrammetric Engineering and Remote Sensing, October 2000, www.asprs.org.","OGP","2006-07-30","","0 ",NULL};
+datafile_rows_t datum_row_496[] = {"6753","fk89","geodetic","","1989","7022","8901","3248","Cadastre","Replaces FD54 for cadastre.","Kort & Matrikelstyrelsen (KMS), Copenhagen.","OGP","2006-08-04","","0 ",NULL};
+datafile_rows_t datum_row_497[] = {"6754","Libyan Geodetic Datum 2006","geodetic","5 stations tied to ITRF2000 through 8 days of continuous observations in May 2006.","2006","7022","8901","1143","Geodetic survey, topographic mapping, engineering survey.","Replaces ELD79.","Survey Department of Libya.","OGP","2006-08-25","","0 ",NULL};
+datafile_rows_t datum_row_498[] = {"6755","Datum Geodesi Nasional 1995","geodetic","ITRF91at epoch 1992.0.","1995","7030","8901","1122","Geodetic survey, topographic mapping, engineering survey.","Replaces ID74 and all older datums.","Bakosurtanal.","OGP","2006-08-25","","0 ",NULL};
+datafile_rows_t datum_row_499[] = {"6756","Vietnam 2000","geodetic","Point N00, located in the premises of the Land Administration Research Institute, Hoang Quoc Viet Street, Hanoi.","2000","7030","8901","1252","Geodetic survey, topographic mapping, engineering survey.","Replaces Hanoi 1972.","General Director of Land Administration.","OGP","2006-09-13","","0 ",NULL};
+datafile_rows_t datum_row_500[] = {"6757","SVY21","geodetic","Fundamental point: Base 7 at Pierce Resevoir. Latitude: 1 deg 22 min 02.9154 sec N; Longitude: 103 deg 49 min 31.9752 sec E (of Greenwich).","2004","7030","8901","1210","Cadastre.","Replaces Kertau 1968 for cadastral purposes from August 2004.","Singapore Land Authority","OGP","2006-10-13","","0 ",NULL};
+datafile_rows_t datum_row_501[] = {"6758","Jamaica 2001","geodetic","Aligned to WGS 84.","2001","7030","8901","1128","Geodetic survey, cadastre, topographic mapping, hydrographic charting, engineering survey.","","National Land Agency.","OGP","2007-01-19","","0 ",NULL};
+datafile_rows_t datum_row_502[] = {"6759","NAD83 (National Spatial Reference System 2007)","geodetic","Coordinates of 486 national continually operating reference system (CORS) and 195 collaborative GPS (CGPS) sites constrained to their CORS96 values, ITRF2000 at epoch 2002.0.","2007","7019","8901","1511","Geodetic survey.","","U.S. National Geodetic Survey, http://www.ngs.noaa.gov/","OGP","2007-03-13","","0 ",NULL};
+datafile_rows_t datum_row_503[] = {"6760","World Geodetic System 1966","geodetic","Developed from a worldwide distribution of terrestrial and geodetic satellite observations and defined through a set of station coordinates.","1966","7025","8901","1262","Geodesy.","A worldwide 5° × 5° mean free air gravity anomaly field provided the basic data for producing the WGS 66 gravimetric geoid. Replaced by WGS 72.","US DMA/NIMA/NGA","OGP","2007-03-25","","0 ",NULL};
+datafile_rows_t datum_row_504[] = {"6801","CH1903 (Bern)","geodetic","Fundamental point: Old Bern observatory. Latitude: 46 deg 57 min 08.660 sec N; Longitude: 0 deg E of Bern.","1903","7004","8907","1286","Topographic mapping.","","Bundesamt für Landestopographie","EPSG","2003-12-18","2003.361","0 ",NULL};
+datafile_rows_t datum_row_505[] = {"6802","Bogota 1975 (Bogota)","geodetic","Fundamental point: Bogota observatory. Latitude: 4 deg 35 min 56.570 sec N; Longitude: 0 deg E of Bogota.","1975","7022","8904","3229","Topographic mapping.","","","EPSG","2003-12-18","2000.20 2003.361","0 ",NULL};
+datafile_rows_t datum_row_506[] = {"6803","Lisbon 1937 (Lisbon)","geodetic","Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 0","1937","7022","8902","1294","Topographic mapping.","Replaces Lisbon 1890 adjustment (which used Bessel 1841 ellipsoid).","Instituto Geografico e Cadastral; Lisbon","EPSG","1995-06-02","2001.551","0 ",NULL};
+datafile_rows_t datum_row_507[] = {"6804","Makassar (Jakarta)","geodetic","Fundamental point: station P1, Moncongloe. Latitude 5 deg 08 min 41.42 sec S; longitude 12 deg 35 min 47.15 sec E of Jakarta.","","7004","8908","1316","Topographic mapping.","","EPSG","EPSG","2003-12-31","2003.361","0 ",NULL};
+datafile_rows_t datum_row_508[] = {"6805","Militar-Geographische Institut (Ferro)","geodetic","Fundamental point: Hermannskogel. Latitude: 48 deg 16 min 15.29 sec N; Longitude: 33 deg 57 min 41.06 sec E of Ferro.","1901","7004","8909","1321","Topographic mapping.","","Bundesamt fur Eich- und Vermessungswesen; Wien","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_509[] = {"6806","Monte Mario (Rome)","geodetic","Fundamental point: Monte Mario. Latitude: 41 deg 55 min 25.51 sec N; Longitude: 0 deg  00 min  00.00 sec E (of Rome).","","7022","8906","3343","Topographic mapping.","Replaced Genova datum, Bessel 1841 ellipsoid, from 1940.","","EPSG","2003-12-31","2003.36","0 ",NULL};
+datafile_rows_t datum_row_510[] = {"6807","Nouvelle Triangulation Francaise (Paris)","geodetic","Fundamental point: Pantheon. Latitude: 54.273618g N; Longitude: 0.0106921g E (of Paris).","1895","7011","8903","1326","Topographic mapping.","","","EPSG","2004-01-07","2003.361","0 ",NULL};
+datafile_rows_t datum_row_511[] = {"6808","Padang 1884 (Jakarta)","geodetic","Fundamental point: Padang","1884","7004","8908","1355","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_512[] = {"6809","Reseau National Belge 1950 (Brussels)","geodetic","Fundamental point: Lommel (tower). Latitude: 51 deg 13 min 47.334 sec N; Longitude: 0 deg 56 min 44.773 sec E (of Brussels).","1950","7022","8910","1347","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_513[] = {"6810","Tananarive 1925 (Paris)","geodetic","Fundamental point: Tananarive observatory. Latitude: 21.0191667g S; Longitude: 50.23849537g E (of Paris)","1925","7022","8903","3273","Topographic mapping.","","IGN Paris","EPSG","2003-12-31","2003.361","0 ",NULL};
+datafile_rows_t datum_row_514[] = {"6811","Voirol 1875 (Paris)","geodetic","Fundamental point: Voirol. Latitude: 40.83578 grads N; Longitude: 0.78873 grads E of Paris.","1875","7011","8903","1365","Topographic mapping.","","IGN Paris","EPSG","2004-01-07","2003.361","0 ",NULL};
+datafile_rows_t datum_row_515[] = {"6813","Batavia (Jakarta)","geodetic","Fundamental point: Longitude at Batavia Astro. Station. Latitude: 6 deg  7 min 39.522 sec S; Longitude: 0 deg 00 min 00.0 sec E (of Jakarta). Latitude and azimuth at Genuk.","","7004","8908","1285","Topographic mapping.","","","EPSG","2003-12-31","2003.361","0 ",NULL};
+datafile_rows_t datum_row_516[] = {"6814","Stockholm 1938 (Stockholm)","geodetic","Fundamental point: Stockholm observatory","1938","7004","8911","3313","Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaced by RT90 adjustment (datum code 6124)","","EPSG","1996-04-12","","0 ",NULL};
+datafile_rows_t datum_row_517[] = {"6815","Greek (Athens)","geodetic","Fundamental point: Athens Observatory; latitude 37 deg 58 min 20.132 sec N; longitude 0 deg E of Athens.","","7004","8912","1106","Topographic mapping.","See geodetic datum alias 6404.  Used as basis of topographic mapping based on Hatt projection.","Topography Department; National Technical University of Athens","EPSG","1997-06-16","","0 ",NULL};
+datafile_rows_t datum_row_518[] = {"6816","Carthage (Paris)","geodetic","Fundamental point: Carthage. Latitude: 40.9464506g N; Longitude: 8.8724368g E (of Paris).","1925","7011","8903","1618","Topographic mapping.","Fundamental point astronomic coordinates determined in 1878.","","EPSG","2004-01-15","2003.362 2003.05","0 ",NULL};
+datafile_rows_t datum_row_519[] = {"6817","NGO 1948 (Oslo)","geodetic","Fundamental point: Oslo observatory. Latitude: 59 deg 54 min 43.7 sec N; Longitude: 0 deg 00 min 00.0 sec E (of Oslo).","1948","7005","8913","1352","Geodetic survey, cadastre, topographic mapping, engineering survey.","","","EPSG","2004-01-05","2003.362","0 ",NULL};
+datafile_rows_t datum_row_520[] = {"6818","S-JTSK (Ferro)","geodetic","Modification of Austrian MGI (Ferro) datum.","1920","7004","8909","1306","Geodetic survey, cadastre, topographic mapping, engineering survey.","","Research Institute for Geodesy Topography and Cartography (VUGTK); Prague.","EPSG","2001-08-28","2001.26","0 ",NULL};
+datafile_rows_t datum_row_521[] = {"6819","Nord Sahara 1959 (Paris)","geodetic","Coordinates of primary network readjusted on ED50 datum and then transformed conformally to Clarke 1880 (RGS) ellipsoid.","1959","7012","8903","1366","Topographic mapping.","","\"Le System Geodesique Nord-Sahara\"; IGN Paris","EPSG","2000-06-23","","1 ",NULL};
+datafile_rows_t datum_row_522[] = {"6820","Gunung Segara (Jakarta)","geodetic","Station P5 (Gunung Segara) 0deg 32min 12.83sec S  117deg 08min 48.47sec E of Greenwich (8deg 20min 20.68sec E of Jakarta).","","7004","8908","1360","Topographic mapping.","","","EPSG","2002-06-22","","0 ",NULL};
+datafile_rows_t datum_row_523[] = {"6821","Voirol 1879 (Paris)","geodetic","Fundamental point: Voirol. Latitude: 40.835864 grads N; Longitude: 0.788735 grads E of Paris.","1879","7011","8903","1365","Topographic mapping.","Replaces Voirol 1875 (Paris) (code 6811).","IGN Paris","EPSG","2004-01-07","","0 ",NULL};
+datafile_rows_t datum_row_524[] = {"6896","International Terrestrial Reference Frame 2005","geodetic","Origin at geocentre, originally orientated to the BIH Terrestrial System at epoch 1984.0 then adjusted to ensure zero net rotation to earth's overall tectonic motion. Defined by time series of Cartesian station coordinates and Earth Rotation parameters.","2005","7019","8901","1262","Geodesy.","Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 2005.0. Replaces ITRF2000 (code 6656).","IGN Paris http://itrf.ensg.ign.fr/itrs_itrf.php","OGP","2007-01-19","","0 ",NULL};
+datafile_rows_t datum_row_525[] = {"6901","Ancienne Triangulation Francaise (Paris)","geodetic","","","7027","8903","1326","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_526[] = {"6902","Nord de Guerre (Paris)","geodetic","","","7027","8903","1369","Topographic mapping.","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t datum_row_527[] = {"6903","Madrid 1870 (Madrid)","geodetic","Fundamental point: Madrid observatory.","1870","7028","8905","2366","Topographic mapping.","","Institut de Geomatica; Barcelona","EPSG","1998-11-11","","0 ",NULL};
+datafile_rows_t datum_row_528[] = {"6904","Lisbon 1890 (Lisbon)","geodetic","Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 0 deg E of Lisbon.","1937","7004","8902","1294","Topographic mapping.","Replaced by Lisbon 1937 adjustment (which uses International 1924 ellipsoid).","Instituto Geografico e Cadastral Lisbon http://www.igeo.pt","EPSG","2003-08-14","2003.232","0 ",NULL};
+datafile_rows_t datum_row_529[] = {"9300","Astra Minas","engineering","Origin at 45 deg 59 min 54.79 sec S; 67 deg 34 min 38.94 sec W.","","","","1265","Oil industry mapping.","","","EPSG","2000-03-07","","0 ",NULL};
+datafile_rows_t datum_row_530[] = {"9301","Barcelona","engineering","Centre of the gateway of San Cristobal chuch; Plaza Boyaca; Barcelona.","","","","1266","Oil industry mapping.","Coordinates variously given as 10deg 08min 06sec N  64deg 41min 17sec W and 10deg 08min 06sec N  64deg 41min 07.5sec W.  It is not clear whether there should be two local datums.","Ministry of Mines standards manual, 1974.","EPSG","2000-03-07","","0 ",NULL};
+datafile_rows_t datum_row_531[] = {"9302","Maturin","engineering","Concrete post PR-1 in Plaza Bolivar; Maturin.  9deg 44min 55sec N  63deg 10min 40sec W.","","","","1320","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10","","0 ",NULL};
+datafile_rows_t datum_row_532[] = {"9303","Maracaibo Cross","engineering","Cruz Canada Morillo in Maracaibo; 10deg 38min 32.328sec N  71deg 37min 12.12sec W  Loma Quintana datum.","","","","1319","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10","","0 ",NULL};
+datafile_rows_t datum_row_533[] = {"9304","La Rosa","engineering","Monument in La Rosa; 10deg 22min 40.417sec N  71deg 26min 59.488sec W  Loma Quintana datum.","","","","1311","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10","","0 ",NULL};
+datafile_rows_t datum_row_534[] = {"9305","Mene Grande","engineering","Monument in Santa Barbara; Mene Grande.  9deg 52min 25.488sec N  70deg 54min 35.310sec W.","","","","1270","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10","","0 ",NULL};
+datafile_rows_t datum_row_535[] = {"9306","El Cubo","engineering","8deg 44min 17.258sec N  72deg 30min 09.01sec W.","","","","1269","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10","","0 ",NULL};
+datafile_rows_t datum_row_536[] = {"9307","Dabajuro","engineering","Church tower at Dabajuro; 11deg 01min 19sec N  70deg 40min 40sec W.","","","","1268","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10","","0 ",NULL};
+datafile_rows_t datum_row_537[] = {"9308","Tucupita","engineering","Centre of Plaza Bolivar; Tucupita; 9deg 03min 32sec N  62deg 03min 07.6sec W.","","","","1370","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10","","0 ",NULL};
+datafile_rows_t datum_row_538[] = {"9309","El Mene","engineering","10deg 04min 49.1sec N  71deg 02min 10sec W.","","","","1270","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10","","0 ",NULL};
+datafile_rows_t datum_row_539[] = {"9310","Santa Maria de Ipire","engineering","Concrete post PR-1 in Plaza Bolivar; Santa Maria de Ipire; 8deg 40min 06sec N  65deg 19min 09sec W.","","","","1371","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10","","0 ",NULL};
+datafile_rows_t datum_row_540[] = {"9311","Barinas west base","engineering","Concrete pillar","","","","1267","Oil industry mapping.","","Ministry of Mines standards manual, 1974.","EPSG","2000-06-10","","0 ",NULL};
+datafile_rows_t datum_row_541[] = {"9312","EPSG example  X","engineering","Bin grid I=J=1 at WGS 84 / UTM zone 31N 456781E 5836723N.","","","","1263","Example only.","Example only!","Bin grid orientation = 20 degrees grid.  Bin width I=25m, J=12.5m.  Bin increment I=1, J=1.  Scale factor at origin 0.99984.  Example only!","EPSG","2000-06-23","","1 ",NULL};
+datafile_rows_t datum_row_542[] = {"9313","EPSG example Platform Y","engineering","Conductor slot A1","","","","1263","Example only.","Example only","EPSG","EPSG","2000-06-23","","0 ",NULL};
+datafile_rows_t datum_row_543[] = {"9314","Tombak LNG plant","engineering","Plant grid coordinates of x=20000m, y=10000m at Nakhl-e Ghanem / UTM zone 39 coordinates 618336.784E, 3067774.21N. Plant grid x orientated at UTM grid bearing of 45 deg., plant grid y orientated at UTM grid bearing of 315 deg.","","","","2362","Engineering survey.","","Total","EPSG","2005-08-18","","0 ",NULL};
+datafile_rows_t datum_row_544[] = {"9315","UKOOA P6 seismic bin grid example","engineering","Centre of bin grid I=J=1.","","","","1263","Example only.","","UKOOA Data Exchange Format P6/98 \"Definition of 3D Seismic Binning Grids\".","EPSG","2005-09-08","","0 ",NULL};
+datafile_rows_t *datum_rows[] = {datum_row_0 ,datum_row_1 ,datum_row_2 ,datum_row_3 ,datum_row_4 ,datum_row_5 ,datum_row_6 ,datum_row_7 ,datum_row_8 ,datum_row_9 ,datum_row_10 ,datum_row_11 ,datum_row_12 ,datum_row_13 ,datum_row_14 ,datum_row_15 ,datum_row_16 ,datum_row_17 ,datum_row_18 ,datum_row_19 ,datum_row_20 ,datum_row_21 ,datum_row_22 ,datum_row_23 ,datum_row_24 ,datum_row_25 ,datum_row_26 ,datum_row_27 ,datum_row_28 ,datum_row_29 ,datum_row_30 ,datum_row_31 ,datum_row_32 ,datum_row_33 ,datum_row_34 ,datum_row_35 ,datum_row_36 ,datum_row_37 ,datum_row_38 ,datum_row_39 ,datum_row_40 ,datum_row_41 ,datum_row_42 ,datum_row_43 ,datum_row_44 ,datum_row_45 ,datum_row_46 ,datum_row_47 ,datum_row_48 ,datum_row_49 ,datum_row_50 ,datum_row_51 ,datum_row_52 ,datum_row_53 ,datum_row_54 ,datum_row_55 ,datum_row_56 ,datum_row_57 ,datum_row_58 ,datum_row_59 ,datum_row_60 ,datum_row_61 ,datum_row_62 ,datum_row_63 ,datum_row_64 ,datum_row_65 ,datum_row_66 ,datum_row_67 ,datum_row_68 ,datum_row_69 ,datum_row_70 ,datum_row_71 ,datum_row_72 ,datum_row_73 ,datum_row_74 ,datum_row_75 ,datum_row_76 ,datum_row_77 ,datum_row_78 ,datum_row_79 ,datum_row_80 ,datum_row_81 ,datum_row_82 ,datum_row_83 ,datum_row_84 ,datum_row_85 ,datum_row_86 ,datum_row_87 ,datum_row_88 ,datum_row_89 ,datum_row_90 ,datum_row_91 ,datum_row_92 ,datum_row_93 ,datum_row_94 ,datum_row_95 ,datum_row_96 ,datum_row_97 ,datum_row_98 ,datum_row_99 ,datum_row_100 ,datum_row_101 ,datum_row_102 ,datum_row_103 ,datum_row_104 ,datum_row_105 ,datum_row_106 ,datum_row_107 ,datum_row_108 ,datum_row_109 ,datum_row_110 ,datum_row_111 ,datum_row_112 ,datum_row_113 ,datum_row_114 ,datum_row_115 ,datum_row_116 ,datum_row_117 ,datum_row_118 ,datum_row_119 ,datum_row_120 ,datum_row_121 ,datum_row_122 ,datum_row_123 ,datum_row_124 ,datum_row_125 ,datum_row_126 ,datum_row_127 ,datum_row_128 ,datum_row_129 ,datum_row_130 ,datum_row_131 ,datum_row_132 ,datum_row_133 ,datum_row_134 ,datum_row_135 ,datum_row_136 ,datum_row_137 ,datum_row_138 ,datum_row_139 ,datum_row_140 ,datum_row_141 ,datum_row_142 ,datum_row_143 ,datum_row_144 ,datum_row_145 ,datum_row_146 ,datum_row_147 ,datum_row_148 ,datum_row_149 ,datum_row_150 ,datum_row_151 ,datum_row_152 ,datum_row_153 ,datum_row_154 ,datum_row_155 ,datum_row_156 ,datum_row_157 ,datum_row_158 ,datum_row_159 ,datum_row_160 ,datum_row_161 ,datum_row_162 ,datum_row_163 ,datum_row_164 ,datum_row_165 ,datum_row_166 ,datum_row_167 ,datum_row_168 ,datum_row_169 ,datum_row_170 ,datum_row_171 ,datum_row_172 ,datum_row_173 ,datum_row_174 ,datum_row_175 ,datum_row_176 ,datum_row_177 ,datum_row_178 ,datum_row_179 ,datum_row_180 ,datum_row_181 ,datum_row_182 ,datum_row_183 ,datum_row_184 ,datum_row_185 ,datum_row_186 ,datum_row_187 ,datum_row_188 ,datum_row_189 ,datum_row_190 ,datum_row_191 ,datum_row_192 ,datum_row_193 ,datum_row_194 ,datum_row_195 ,datum_row_196 ,datum_row_197 ,datum_row_198 ,datum_row_199 ,datum_row_200 ,datum_row_201 ,datum_row_202 ,datum_row_203 ,datum_row_204 ,datum_row_205 ,datum_row_206 ,datum_row_207 ,datum_row_208 ,datum_row_209 ,datum_row_210 ,datum_row_211 ,datum_row_212 ,datum_row_213 ,datum_row_214 ,datum_row_215 ,datum_row_216 ,datum_row_217 ,datum_row_218 ,datum_row_219 ,datum_row_220 ,datum_row_221 ,datum_row_222 ,datum_row_223 ,datum_row_224 ,datum_row_225 ,datum_row_226 ,datum_row_227 ,datum_row_228 ,datum_row_229 ,datum_row_230 ,datum_row_231 ,datum_row_232 ,datum_row_233 ,datum_row_234 ,datum_row_235 ,datum_row_236 ,datum_row_237 ,datum_row_238 ,datum_row_239 ,datum_row_240 ,datum_row_241 ,datum_row_242 ,datum_row_243 ,datum_row_244 ,datum_row_245 ,datum_row_246 ,datum_row_247 ,datum_row_248 ,datum_row_249 ,datum_row_250 ,datum_row_251 ,datum_row_252 ,datum_row_253 ,datum_row_254 ,datum_row_255 ,datum_row_256 ,datum_row_257 ,datum_row_258 ,datum_row_259 ,datum_row_260 ,datum_row_261 ,datum_row_262 ,datum_row_263 ,datum_row_264 ,datum_row_265 ,datum_row_266 ,datum_row_267 ,datum_row_268 ,datum_row_269 ,datum_row_270 ,datum_row_271 ,datum_row_272 ,datum_row_273 ,datum_row_274 ,datum_row_275 ,datum_row_276 ,datum_row_277 ,datum_row_278 ,datum_row_279 ,datum_row_280 ,datum_row_281 ,datum_row_282 ,datum_row_283 ,datum_row_284 ,datum_row_285 ,datum_row_286 ,datum_row_287 ,datum_row_288 ,datum_row_289 ,datum_row_290 ,datum_row_291 ,datum_row_292 ,datum_row_293 ,datum_row_294 ,datum_row_295 ,datum_row_296 ,datum_row_297 ,datum_row_298 ,datum_row_299 ,datum_row_300 ,datum_row_301 ,datum_row_302 ,datum_row_303 ,datum_row_304 ,datum_row_305 ,datum_row_306 ,datum_row_307 ,datum_row_308 ,datum_row_309 ,datum_row_310 ,datum_row_311 ,datum_row_312 ,datum_row_313 ,datum_row_314 ,datum_row_315 ,datum_row_316 ,datum_row_317 ,datum_row_318 ,datum_row_319 ,datum_row_320 ,datum_row_321 ,datum_row_322 ,datum_row_323 ,datum_row_324 ,datum_row_325 ,datum_row_326 ,datum_row_327 ,datum_row_328 ,datum_row_329 ,datum_row_330 ,datum_row_331 ,datum_row_332 ,datum_row_333 ,datum_row_334 ,datum_row_335 ,datum_row_336 ,datum_row_337 ,datum_row_338 ,datum_row_339 ,datum_row_340 ,datum_row_341 ,datum_row_342 ,datum_row_343 ,datum_row_344 ,datum_row_345 ,datum_row_346 ,datum_row_347 ,datum_row_348 ,datum_row_349 ,datum_row_350 ,datum_row_351 ,datum_row_352 ,datum_row_353 ,datum_row_354 ,datum_row_355 ,datum_row_356 ,datum_row_357 ,datum_row_358 ,datum_row_359 ,datum_row_360 ,datum_row_361 ,datum_row_362 ,datum_row_363 ,datum_row_364 ,datum_row_365 ,datum_row_366 ,datum_row_367 ,datum_row_368 ,datum_row_369 ,datum_row_370 ,datum_row_371 ,datum_row_372 ,datum_row_373 ,datum_row_374 ,datum_row_375 ,datum_row_376 ,datum_row_377 ,datum_row_378 ,datum_row_379 ,datum_row_380 ,datum_row_381 ,datum_row_382 ,datum_row_383 ,datum_row_384 ,datum_row_385 ,datum_row_386 ,datum_row_387 ,datum_row_388 ,datum_row_389 ,datum_row_390 ,datum_row_391 ,datum_row_392 ,datum_row_393 ,datum_row_394 ,datum_row_395 ,datum_row_396 ,datum_row_397 ,datum_row_398 ,datum_row_399 ,datum_row_400 ,datum_row_401 ,datum_row_402 ,datum_row_403 ,datum_row_404 ,datum_row_405 ,datum_row_406 ,datum_row_407 ,datum_row_408 ,datum_row_409 ,datum_row_410 ,datum_row_411 ,datum_row_412 ,datum_row_413 ,datum_row_414 ,datum_row_415 ,datum_row_416 ,datum_row_417 ,datum_row_418 ,datum_row_419 ,datum_row_420 ,datum_row_421 ,datum_row_422 ,datum_row_423 ,datum_row_424 ,datum_row_425 ,datum_row_426 ,datum_row_427 ,datum_row_428 ,datum_row_429 ,datum_row_430 ,datum_row_431 ,datum_row_432 ,datum_row_433 ,datum_row_434 ,datum_row_435 ,datum_row_436 ,datum_row_437 ,datum_row_438 ,datum_row_439 ,datum_row_440 ,datum_row_441 ,datum_row_442 ,datum_row_443 ,datum_row_444 ,datum_row_445 ,datum_row_446 ,datum_row_447 ,datum_row_448 ,datum_row_449 ,datum_row_450 ,datum_row_451 ,datum_row_452 ,datum_row_453 ,datum_row_454 ,datum_row_455 ,datum_row_456 ,datum_row_457 ,datum_row_458 ,datum_row_459 ,datum_row_460 ,datum_row_461 ,datum_row_462 ,datum_row_463 ,datum_row_464 ,datum_row_465 ,datum_row_466 ,datum_row_467 ,datum_row_468 ,datum_row_469 ,datum_row_470 ,datum_row_471 ,datum_row_472 ,datum_row_473 ,datum_row_474 ,datum_row_475 ,datum_row_476 ,datum_row_477 ,datum_row_478 ,datum_row_479 ,datum_row_480 ,datum_row_481 ,datum_row_482 ,datum_row_483 ,datum_row_484 ,datum_row_485 ,datum_row_486 ,datum_row_487 ,datum_row_488 ,datum_row_489 ,datum_row_490 ,datum_row_491 ,datum_row_492 ,datum_row_493 ,datum_row_494 ,datum_row_495 ,datum_row_496 ,datum_row_497 ,datum_row_498 ,datum_row_499 ,datum_row_500 ,datum_row_501 ,datum_row_502 ,datum_row_503 ,datum_row_504 ,datum_row_505 ,datum_row_506 ,datum_row_507 ,datum_row_508 ,datum_row_509 ,datum_row_510 ,datum_row_511 ,datum_row_512 ,datum_row_513 ,datum_row_514 ,datum_row_515 ,datum_row_516 ,datum_row_517 ,datum_row_518 ,datum_row_519 ,datum_row_520 ,datum_row_521 ,datum_row_522 ,datum_row_523 ,datum_row_524 ,datum_row_525 ,datum_row_526 ,datum_row_527 ,datum_row_528 ,datum_row_529 ,datum_row_530 ,datum_row_531 ,datum_row_532 ,datum_row_533 ,datum_row_534 ,datum_row_535 ,datum_row_536 ,datum_row_537 ,datum_row_538 ,datum_row_539 ,datum_row_540 ,datum_row_541 ,datum_row_542 ,datum_row_543 ,datum_row_544,NULL};

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/datum.csv
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/datum.csv	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/datum.csv	2007-09-19 08:45:41 UTC (rev 1074)
@@ -1,9 +1,9 @@
 datum_code,datum_name,datum_type,origin_description,realization_epoch,ellipsoid_code,prime_meridian_code,area_of_use_code,datum_scope,remarks,information_source,data_source,revision_date,change_id,deprecated
 5100,Mean Sea Level,vertical,,,,,1262,Hydrography.,"msl has geographic and temporal components.  Users are advised to not use this generic vertical datum but to define specific instances of msl based on knowledge of these components; for instance ""msl at xxx during 19yy"".",,EPSG,1996-04-12,,0
 5101,Ordnance Datum Newlyn,vertical,Mean Sea Level at Newlyn between 1915 and 1921.,,,,2792,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2004-06-16,2004.10,0
-5102,National Geodetic Vertical Datum 1929,vertical,26 tide gauges in the US and Canada.,1929,,,1323,"Topographic mapping, geodetic survey.",,,EPSG,1996-09-12,,0
-5103,North American Vertical Datum 1988,vertical,"Father's Point, Rimouski, Quebec.",1988,,,1325,"Topographic mapping, geodetic survey.",,,EPSG,2006-01-16,2005.88,0
-5104,Yellow Sea 1956,vertical,2 years tide readings at Qingdao.,1956,,,3228,"Topographic mapping, geodetic survey.",Superseded by Yellow Sea 1985 datum.,,EPSG,2002-06-22,2002.16,0
+5102,National Geodetic Vertical Datum 1929,vertical,26 tide gauges in the US and Canada.,1929,,,1323,"Topographic mapping, geodetic survey.",Normal orthometric heights.,,EPSG,1996-09-12,,0
+5103,North American Vertical Datum 1988,vertical,"Father's Point, Rimouski, Quebec.",1988,,,1325,"Topographic mapping, geodetic survey.",Helmert orthometric heights.,,EPSG,2006-01-16,2005.88,0
+5104,Yellow Sea 1956,vertical,2 years tide readings at Qingdao.,1956,,,3228,"Topographic mapping, geodetic survey.",Replaced by Yellow Sea 1985 datum.,,EPSG,2002-06-22,2002.16,0
 5105,Baltic Sea,vertical,Datum: average water level at Kronstadt 1833. Network adjusted in 1977.,1977,,,1284,"Topographic mapping, geodetic survey.",Uses Normal heights.,,EPSG,2005-05-27,2004.10 2005.18,0
 5106,Caspian Sea,vertical,Defined as -28.0m Baltic datum,,,,1291,Hydrography.,,,EPSG,1996-09-12,,0
 5107,Nivellement general de la France,vertical,Mean sea level at Marseille,,,,1326,"Topographic mapping, geodetic survey.",The CNIG states that NGF is a general term applying to all vertical network readjustments of France and recommends more specific terminology. See codes 5118-5120.,"Conseil National de l'Information Geographique groupe de travail ""Reseaux de Nivellement"" recommendations v5.1 April 1994.",EPSG,1996-09-12,,1
@@ -19,15 +19,15 @@
 5117,Rikets hojdsystem 1970,vertical,"Adjustment is referenced to mean high tide at Amsterdams Peil in 1684. To account for land level movements caused by isostatic rebound, heights are reduced to epoch 1970.0 using uplift values computed from repeated levelling observations.",1970,,,3313,"Topographic mapping, geodetic survey.",Uses Normal heights.,National Land Survey of Sweden,EPSG,2004-06-16,2002.48 2004.10,0
 5118,Nivellement General de la France - Lallemand,vertical,"Rivet number M.ac O-VIII on the Marseille tide gauge site, with the height fixed in 1897 at 1.661 metre above mean sea level between February 2nd 1885 and January 1st 1897.",,,,1326,"Geodetic survey, topographic mapping, engineering survey.",Orthometric heights.,"Conseil National de l'Information Geographique groupe de travail ""Reseaux de Nivellement"" recommendations v5.1 April 1994.",EPSG,1997-11-13,2001.47 2004.06,0
 5119,Nivellement General de la France - IGN69,vertical,"Rivet number M.ac O-VIII on the Marseille tide gauge site, with the height fixed in 1897 at 1.661 metre above mean sea level between February 2nd 1885 and January 1st 1897.",1969,,,1326,"Geodetic survey, topographic mapping, engineering survey.",Uses Normal heights.,"Conseil National de l'Information Geographique groupe de travail ""Reseaux de Nivellement"" recommendations v5.1 April 1994.",EPSG,1997-11-13,2001.47,0
-5120,IGN78 Corsica,vertical,Marker MM3 situated on the tide gauge site of Ajaccio. Height is 3.640 metre above mean sea level.,1978,,,1327,"Geodetic survey, topographic mapping, engineering survey.",Uses Normal heights. Supersedes NGC (datum code 5189).,"Conseil National de l'Information Geographique groupe de travail ""Reseaux de Nivellement"" recommendations v5.1 April 1994.",EPSG,2004-10-14,2001.47 2004.06 2004.564,0
+5120,IGN78 Corsica,vertical,Marker MM3 situated on the tide gauge site of Ajaccio. Height is 3.640 metre above mean sea level.,1978,,,1327,"Geodetic survey, topographic mapping, engineering survey.",Uses Normal heights. Replaces NGC (datum code 5189).,"Conseil National de l'Information Geographique groupe de travail ""Reseaux de Nivellement"" recommendations v5.1 April 1994.",EPSG,2004-10-14,2001.47 2004.06 2004.564,0
 5121,Maputo,vertical,Mean sea level at Maputo.,,,,3281,Topographic mapping.,,Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,0
 5122,Japanese Standard Levelling Datum 1949,vertical,24.4140 metres above mean sea level Tokyo Bay.,1949,,,3263,"Topographic mapping, geodetic survey.",,Ministry of Construction; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2004-05-09,2002.08 2004.38,0
-5123,PDO Height Datum 1993,vertical,,1993,,,3288,Oil industry mapping.,Misclosure between Muscat and Salalah less than .5 meters with differences from of up to 5 meters from old Fahud Datum.  The PHD93 adjustment was initially known as the Spine.  Supersedes Fahud Vertical Datum (code 5124) from 1993.,Petroleum Development Oman,EPSG,1999-04-22,,0
-5124,Fahud Height Datum,vertical,Single MSL determination at Mina Al Fahal.,,,,3288,Oil industry mapping.,Based on reciprocal trigonometric heighting. Superseded by PHD93 Datum (code 5123) in 1993.,Petroleum Development Oman,EPSG,2004-04-07,2004.212,0
+5123,PDO Height Datum 1993,vertical,,1993,,,3288,Oil industry mapping.,Misclosure between Muscat and Salalah less than .5 meters with differences from of up to 5 meters from old Fahud Datum.  The PHD93 adjustment was initially known as the Spine.  Replaces Fahud Vertical Datum (code 5124) from 1993.,Petroleum Development Oman,EPSG,1999-04-22,,0
+5124,Fahud Height Datum,vertical,Single MSL determination at Mina Al Fahal.,,,,3288,Oil industry mapping.,Based on reciprocal trigonometric heighting. Replaced by PHD93 Datum (code 5123) in 1993.,Petroleum Development Oman,EPSG,2004-04-07,2004.212,0
 5125,Ha Tien 1960,vertical,,1960,,,1302,"Topographic mapping, geodetic survey.",In Vietnam replaced by Hon Dau in 1992.,,EPSG,1999-10-20,,0
-5126,Hon Dau 1992,vertical,,1992,,,3328,"Topographic mapping, geodetic survey.",Supersedes Ha Tien in Vietnam.,,EPSG,1999-10-20,,0
-5127,Landesnivellement 1902,vertical,Origin at Repere Pierre du Niton (RPN) defined as 373.6 metres above msl. This value derived from msl at Marseille in 1897 through the French Lallemand network.,1902,,,1286,"Topographic mapping, cadastral survey.","Levelling observations not corrected for gravity field. For scientific purposes, superseded by LHHN95.",Bundesamt für Landestopographie,EPSG,2004-06-16,2004.10,0
-5128,Landeshohennetz 1995,vertical,Origin at Repere Pierre du Niton (RPN) defined as 373.6 metres above msl. This value derived from msl at Marseille in 1897 through the French Lallemand network.,1995,,,1286,Geodetic survey and scientific studies.,"Orthometric heights. For scientific purposes only, supersedes LN02.",Bundesamt für Landestopographie,EPSG,2004-06-16,2004.10,0
+5126,Hon Dau 1992,vertical,,1992,,,3328,"Topographic mapping, geodetic survey.",Replaces Ha Tien in Vietnam.,,EPSG,1999-10-20,,0
+5127,Landesnivellement 1902,vertical,Origin at Repere Pierre du Niton (RPN) defined as 373.6 metres above msl. This value derived from msl at Marseille in 1897 through the French Lallemand network.,1902,,,1286,"Topographic mapping, cadastral survey.","Levelling observations not corrected for gravity field. For scientific purposes, replaced by LHHN95.",Bundesamt für Landestopographie,EPSG,2004-06-16,2004.10,0
+5128,Landeshohennetz 1995,vertical,Origin at Repere Pierre du Niton (RPN) defined as 373.6 metres above msl. This value derived from msl at Marseille in 1897 through the French Lallemand network.,1995,,,1286,Geodetic survey and scientific studies.,"Orthometric heights. For scientific purposes only, replaces LN02.",Bundesamt für Landestopographie,EPSG,2004-06-16,2004.10,0
 5129,European Vertical Reference Frame 2000,vertical,"Height at Normaal Amsterdams Peil (NAP) is zero, defined through height at UELN bench mark 13600 (52°22'53""N 4°54'34""E) of 0.71599m. Datum at NAP is mean high tide in 1684.",2000,,,1299,Geodesy.,Realised by geopotential numbers and Normal heights of the United European Levelling Network.,"European veritical data centre at Bundesamt für Kartographie und Geodäsie (BKG), Leipzig branch. http://crs.bkg.bund.de/evrs/",EPSG,2000-10-19,,0
 5130,Malin Head,vertical,Mean sea level between January 1960 and December 1969.,1970,,,1305,Topographic mapping,Orthometric heights.,Ordnance Survey of Ireland,EPSG,2001-11-06,,0
 5131,Belfast Lough,vertical,"Mean sea level between 1951 and 1956 at Clarendon Dock, Belfast.",1957,,,2530,"Large scale (1:1,250, 1:2,500 and 1:10,000) topographic mapping.","Orthometric heights. Malin Head (datum code 5130) used for 1:50,000 and smaller mapping.",Ordnance Survey of Northern Ireland,EPSG,2002-09-19,2002.62,0
@@ -36,7 +36,7 @@
 5134,Black Sea,vertical,,,,,1102,Hydrographic surveying and since break-up of Former Soviet Union also topographic mapping.,Black Sea datum is 0.4m below Baltic datum.,BP,EPSG,2002-02-12,,0
 5135,Hong Kong Principal Datum,vertical,"1.23m below the mean of 19 years (1965-83) observations of tide levels at North Point, Victoria Harbour.",1980,,,3334,"Geodetic survey, engineering survey, cadastre.",,"Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2002-06-22,,0
 5136,Hong Kong Chart Datum,vertical,Approximates to Lowest Astronomic Tide level (LAT).,,,,3335,Hydrographic survey and charting.,Chart datum is 0.15 metres below Hong Kong Principal Datum (code 5135) and 1.38m below MSL at Quarry Bay.,"Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2002-06-22,,0
-5137,Yellow Sea 1985,vertical,20 years tide readings at Qingdao.,1985,,,3228,"Topographic mapping, geodetic survey.",Supersedes Yellow Sea 1956 datum.,Guangdong Province Land Resource Information Centre,EPSG,2002-06-22,,0
+5137,Yellow Sea 1985,vertical,20 years tide readings at Qingdao.,1985,,,3228,"Topographic mapping, geodetic survey.",Replaces Yellow Sea 1956 datum.,Guangdong Province Land Resource Information Centre,EPSG,2002-06-22,,0
 5138,Ordnance Datum Newlyn (Orkney Isles),vertical,Connected to Newlyn datum by triangulation from the British mainland.,,,,2793,"Topographic mapping, geodetic survey.",Considered as separate from Newlyn because the accuracy of the trigonometric connection across the Pentland Firth does not meet geodetic levelling specifications. Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2004-06-16,2004.10,0
 5139,Fair Isle,vertical,,,,,2794,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2002-09-19,,0
 5140,Lerwick,vertical,,,,,2795,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2002-09-19,,0
@@ -48,13 +48,13 @@
 5146,Flannan Isles,vertical,,,,,2801,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2006-01-16,2005.88,0
 5147,St. Marys,vertical,,,,,2802,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2002-09-19,,0
 5148,Douglas,vertical,,,,,2803,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2002-09-19,,0
-5149,Fao,vertical,,,,,2806,"Topographic mapping, geodetic survey.",Established by Hunting Surveys for IPC. Superseded by Bandar Abbas (code 5150). At time of record creation NIOC data in Ahwaz area still usually referenced to Fao.,National Iranian Oil Company (NIOC).,EPSG,2002-09-19,,0
-5150,Bandar Abbas,vertical,Average sea level at Bandar Abbass 1995-2001.,2001,,,3336,"Topographic mapping, geodetic survey.",Supersedes Fao (code 5149).,National Cartographic Centre of Iran,EPSG,2002-09-19,,0
+5149,Fao,vertical,,,,,2806,"Topographic mapping, geodetic survey.",Established by Hunting Surveys for IPC. Replaced by Bandar Abbas (code 5150). At time of record creation NIOC data in Ahwaz area still usually referenced to Fao.,National Iranian Oil Company (NIOC).,EPSG,2002-09-19,,0
+5150,Bandar Abbas,vertical,Average sea level at Bandar Abbass 1995-2001.,2001,,,3336,"Topographic mapping, geodetic survey.",Replaces Fao (code 5149).,National Cartographic Centre of Iran,EPSG,2002-09-19,,0
 5151,Nivellement General de Nouvelle Caledonie,vertical,Rivet AB01 established by SHOM (Service Hydrographique de la Marine)  in 1937 on the Quai des Volontaires in Noumea. Height i: 1.885 metre above mean sea level.,1969,,,2822,"Geodetic survey, topographic mapping, engineering survey.",Orthometric heights.,Service Topographique de la Nouvelle Caledonie.,EPSG,2004-03-15,2004.06,0
-5152,Poolbeg,vertical,"Low water mark of the spring tide on the 8 April 1837 at Poolbeg Lighthouse, Dublin.",1837,,,1305,Topographic mapping before 1956 in Northern Ireland and 1970 in the Republic of Ireland.,Superseded by Belfast Lough and Malin Head (datum codes 5130-31).,"""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2003-06-27,,0
+5152,Poolbeg,vertical,"Low water mark of the spring tide on the 8 April 1837 at Poolbeg Lighthouse, Dublin.",1837,,,1305,Topographic mapping before 1956 in Northern Ireland and 1970 in the Republic of Ireland.,Replaced by Belfast Lough and Malin Head (datum codes 5130-31).,"""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2003-06-27,,0
 5153,Nivellement General Guyanais 1977,vertical,,1977,,,3146,"Geodetic survey, topographic mapping, engineering survey.",Normal heights.,IGN Paris,EPSG,2003-06-27,,0
-5154,Martinique 1987,vertical,,,,,3276,"Geodetic survey, topographic mapping, engineering survey.",Supersedes Martinique 1955 (datum code 5192).,IGN Paris,EPSG,2004-10-14,2004.561,0
-5155,Guadeloupe 1988,vertical,,,,,2829,"Geodetic survey, topographic mapping, engineering survey.",Supersedes Guadeloupe 1951 (datum code 5193).,IGN Paris,EPSG,2004-10-14,2004.561,0
+5154,Martinique 1987,vertical,,,,,3276,"Geodetic survey, topographic mapping, engineering survey.",Replaces Martinique 1955 (datum code 5192).,IGN Paris,EPSG,2004-10-14,2004.561,0
+5155,Guadeloupe 1988,vertical,,,,,2829,"Geodetic survey, topographic mapping, engineering survey.",Replaces Guadeloupe 1951 (datum code 5193).,IGN Paris,EPSG,2004-10-14,2004.561,0
 5156,Reunion 1989,vertical,,,,,3337,"Geodetic survey, topographic mapping, engineering survey.",,IGN Paris,EPSG,2004-10-14,2004.561,0
 5157,Auckland,vertical,MSL at Auckland harbour 1909-1923.,1946,,,1500,"Geodetic survey, topographic mapping, engineering survey.",,"OSG Technical Report #10, February 2001.",EPSG,2004-03-09,,0
 5158,Bluff,vertical,MSL at Invercargill harbour over 8 years between 1918 and 1934.,1955,,,1501,"Geodetic survey, topographic mapping, engineering survey.",,"OSG Technical Report #10, February 2001.",EPSG,2004-03-09,,0
@@ -80,19 +80,19 @@
 5178,Cascais,vertical,Mean Sea Level at Cascais 1938.,1938,,,1294,"Geodetic survey, topographic mapping, engineering survey.",Orthometric heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0
 5179,Constanta,vertical,Mean Sea Level at Constanta.,,,,3295,"Geodetic survey, topographic mapping, engineering survey.",Normal-orthometric heights.,"Eurogeographics, http://crs.bkg.bund.de/evrs/Relations.html",EPSG,2004-03-09,,0
 5180,Alicante,vertical,Mean Sea Level at Alicante between 1870 and 1882.,,,,2366,"Geodetic survey, topographic mapping, engineering survey.",Orthometric heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0
-5181,Deutches Haupthohennetz 1992,vertical,Network adjusted in 1992. Geopotential number at reference point Wallenhorst defined as value from the UELN-73/86 adjustment. Datum at Normaal Amsterdams Peil (NAP) is mean high tide in 1684.,1992,,,3339,"Geodetic survey, topographic mapping, engineering survey.",Supersedes DHHN85 in West Germany and SNN76 in East Germany. Uses Normal heights.,"Bundesamt für Kartographie und Geodäsie (BKG), http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0
-5182,Deutches Haupthohennetz 1985,vertical,Network adjusted in 1985. Height of reference point Wallenhorst defined as value from 1928 adjustment. Datum at Normaal Amsterdams Peil (NAP) is mean high tide in 1684.,1985,,,2326,"Geodetic survey, topographic mapping, engineering survey.",Superseded by DHHN92. Uses Normal-orthometric heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0
-5183,SNN76,vertical,Network adjusted in 1976. Height at reference point Hoppegarten defined as 1957 value from the UPLN adjustment. Datum at Kronstadt is mean sea level of Baltic in 1833.,1976,,,1343,"Geodetic survey, topographic mapping, engineering survey.",Superseded by DHHN92. Uses Normal heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0
+5181,Deutches Haupthohennetz 1992,vertical,Network adjusted in 1992. Geopotential number at reference point Wallenhorst defined as value from the UELN-73/86 adjustment. Datum at Normaal Amsterdams Peil (NAP) is mean high tide in 1684.,1992,,,3339,"Geodetic survey, topographic mapping, engineering survey.",Replaces DHHN85 in West Germany and SNN76 in East Germany. Uses Normal heights.,"Bundesamt für Kartographie und Geodäsie (BKG), http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0
+5182,Deutches Haupthohennetz 1985,vertical,Network adjusted in 1985. Height of reference point Wallenhorst defined as value from 1928 adjustment. Datum at Normaal Amsterdams Peil (NAP) is mean high tide in 1684.,1985,,,2326,"Geodetic survey, topographic mapping, engineering survey.",Replaced by DHHN92. Uses Normal-orthometric heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0
+5183,SNN76,vertical,Network adjusted in 1976. Height at reference point Hoppegarten defined as 1957 value from the UPLN adjustment. Datum at Kronstadt is mean sea level of Baltic in 1833.,1976,,,1343,"Geodetic survey, topographic mapping, engineering survey.",Uses Normal heights. Replaced by DHHN92.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0
 5184,Baltic 1982,vertical,Network adjusted in 1982. Height at reference point Varna defined as 1958 value from the UPLN adjustment. Datum at Kronstadt is mean sea level of Baltic in 1833.,1982,,,3224,"Geodetic survey, topographic mapping, engineering survey.",Uses Normal heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0
 5185,Baltic 1980,vertical,,,,,1119,"Geodetic survey, topographic mapping, engineering survey.",Uses Normal heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0
 5186,Kuwait PWD,vertical,Mean Low Low Water (MLLW) at Kuwait City.,,,,3267,Municipality and military purposes.,Approximately 1.03m below MSL.,Kuwait Oil Company.,EPSG,2004-06-16,,0
 5187,KOC Well Datum,vertical,,1937,,,3267,KOC exploration and field development subsurface work.,Approximately 3.22m above MSL.,Kuwait Oil Company.,EPSG,2004-06-16,,0
 5188,KOC Construction Datum,vertical,,1952,,,3267,KOC survey control and facilities engineering.,Approximately 1.52m below MSL. Created for the construction of the Mina al Ahmadi refinery.,Kuwait Oil Company.,EPSG,2004-06-16,,0
-5189,Nivellement General de la Corse 1948,vertical,Mean sea level at Ajaccio between 1912 and 1937.,1948,,,1327,"Geodetic survey, topographic mapping, engineering survey.",Superseded by IGN78 Corsica (datum 5120).,IGN Paris,EPSG,2004-10-14,,0
+5189,Nivellement General de la Corse 1948,vertical,Mean sea level at Ajaccio between 1912 and 1937.,1948,,,1327,"Geodetic survey, topographic mapping, engineering survey.",Replaced by IGN78 Corsica (datum 5120).,IGN Paris,EPSG,2004-10-14,,0
 5190,Danger 1950,vertical,Marker near tide gauge at port of Saint Pierre. Height is 1.26 metres above zero of tide gauge.,1950,,,3299,"Geodetic survey, topographic mapping, engineering survey.",,IGN Paris,EPSG,2004-10-14,,0
 5191,Mayotte 1950,vertical,Marker on Issoufali jetty at Dzaoudzi. Height is 2.18m above zero of tide gauge.,1950,,,3340,"Geodetic survey, topographic mapping, engineering survey.",,IGN Paris,EPSG,2004-10-14,,0
-5192,Martinique 1955,vertical,Marker N.BC-2 situated at the port of Fort de France.,1955,,,3276,"Geodetic survey, topographic mapping, engineering survey.",Superseded by Martinique 1987 (datum code 5154).,IGN Paris,EPSG,2004-10-14,,0
-5193,Guadeloupe 1951,vertical,At the port of Pointe-a-Pitre.,1955,,,2892,"Geodetic survey, topographic mapping, engineering survey.",Superseded by Guadeloupe 1988 (datum code 5155).,IGN Paris,EPSG,2004-10-14,,0
+5192,Martinique 1955,vertical,Marker N.BC-2 situated at the port of Fort de France.,1955,,,3276,"Geodetic survey, topographic mapping, engineering survey.",Replaced by Martinique 1987 (datum code 5154).,IGN Paris,EPSG,2004-10-14,,0
+5193,Guadeloupe 1951,vertical,At the port of Pointe-a-Pitre.,1955,,,2892,"Geodetic survey, topographic mapping, engineering survey.",Replaced by Guadeloupe 1988 (datum code 5155).,IGN Paris,EPSG,2004-10-14,,0
 5194,Lagos 1955,vertical,"Mean sea level at Lagos, 1912-1928.",1955,,,3287,"Geodetic survey, topographic mapping, engineering survey.",,"Ebong et al, AVN International, 1991.",EPSG,2004-10-14,,0
 5195,Nivellement General de Polynesie Francaise,vertical,,,,,3134,"Geodetic survey, topographic mapping, engineering survey.",The collection of heterogeneous levelling networks throughout the Society Islands of French Polynesia.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0
 5196,IGN 1966,vertical,Fundamental benchmark: RN501,1966,,,3124,"Geodetic survey, topographic mapping, engineering survey.",Included as part of NGPF - see datum code 5195.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0
@@ -103,6 +103,9 @@
 5201,Tahaa SAU 2001,vertical,Fundamental benchmark: RN16,2001,,,3138,"Geodetic survey, topographic mapping, engineering survey.",Included as part of NGPF - see datum code 5195.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0
 5202,Bora Bora SAU 2001,vertical,Fundamental benchmark: Vaitape quay SHOM benchmark B.,2001,,,3137,"Geodetic survey, topographic mapping, engineering survey.",Included as part of NGPF - see datum code 5195.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0
 5203,EGM84 geoid,vertical,WGS 84 ellipsoid.,1984,,,1262,Geodesy.,,US National Geospatial-Intelligence Agency (NGA); http://earth-info.nga.mil/GandG/,EPSG,2005-09-30,,0
+5204,International Great Lakes Datum 1955,vertical,"Pointe-au-Père (Father's Point), Quebec",1955,,,3468,Hydrology.,Dynamic heights. Adopted in 1962. Replaced by IGLD 1985 in January 1992.,Coordinating Committee on Great Lakes Basic Hydraulic and Hydrologic Data,OGP,2006-11-11,,0
+5205,International Great Lakes Datum 1985,vertical,"Rimouski, Quebec.",1985,,,3468,Hydrology.,Dynamic heights. Replaces IGLD 1955 from January 1992.,Coordinating Committee on Great Lakes Basic Hydraulic and Hydrologic Data,OGP,2006-11-11,,0
+5206,Dansk Vertikal Reference 1990,vertical,"Benchmark at Århus cathedral referenced to mean sea level determined during 1990 at 10 tide gauges: Esbjerg, Fredericia, Frederikshavn, Gedser, Hirtshals, Hornbæk, Korsør, København, Slipshavn and Århus.",,,,3237,Topographic mapping and engineering survey,Normal Orthometric heights.,Kort & Matrikelstyrelsen,OGP,2006-12-01,,0
 6001,Not specified (based on Airy 1830 ellipsoid),geodetic,,,7001,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0
 6002,Not specified (based on Airy Modified 1849 ellipsoid),geodetic,,,7002,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0
 6003,Not specified (based on Australian National Spheroid),geodetic,,,7003,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0
@@ -134,7 +137,7 @@
 6032,Not specified (based on OSU86F ellipsoid),geodetic,,,7032,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0
 6033,Not specified (based on OSU91A ellipsoid),geodetic,,,7033,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0
 6034,Not specified (based on Clarke 1880 ellipsoid),geodetic,,,7034,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0
-6035,Not specified (based on Authalic Sphere),geodetic,,,7035,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown. Deprecated and superseded by 6047.,EPSG,EPSG,2001-06-05,96.08  2000.42,1
+6035,Not specified (based on Authalic Sphere),geodetic,,,7035,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown. Deprecated and replaced by 6047.,EPSG,EPSG,2001-06-05,96.08  2000.42,1
 6036,Not specified (based on GRS 1967 ellipsoid),geodetic,,,7036,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,2000.42,0
 6041,Not specified (based on Average Terrestrial System 1977 ellipsoid),geodetic,,,7041,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,2000.42,0
 6042,Not specified (based on Everest (1830 Definition) ellipsoid),geodetic,,,7042,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,2000.42,0
@@ -143,39 +146,41 @@
 6045,Not specified (based on Everest 1830 (1975 Definition) ellipsoid),geodetic,,,7045,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,2000.42,0
 6047,Not specified (based on GRS 1980 Authalic Sphere),geodetic,,,7048,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2004-04-27,2001.19 2003.33,0
 6052,Not specified (based on Clarke 1866 Authalic Sphere),geodetic,,,7052,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2004-04-27,,0
-6120,Greek,geodetic,Fundamental point: Athens Observatory; latitude 37 deg 58 min 20.132 sec N; longitude 23 deg 42 min 58.815 sec E of Greenwich,,7004,8901,1106,Topographic mapping.,See geodetic datum alias 6404.  Used as basis of topographic mapping based on Hatt projection. Superseded by GGRS87 (code 6121).,Topography Department; National Technical University of Athens,EPSG,2004-03-26,2004.183,0
-6121,Greek Geodetic Reference System 1987,geodetic,Fundamental point: Dionysos; latitude 38 deg 04 min 33.8 sec N; longitude 23 deg 55 min 51.0 sec E of Greenwich; geoid height 7.0 m.,1987,7019,8901,1106,Topographic mapping.,Superseded (old) Greek datum.  Oil industry work based on ED50.,L. Portokalakis; Public Petroleum Corporation of Greece,EPSG,1997-06-16,,0
+6053,Not specified (based on International 1924 Authalic Sphere),geodetic,,,7057,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,OGP,OGP,2006-09-22,,0
+6054,Not specified (based on Hughes 1980 ellipsoid),geodetic,,,7058,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,OGP,OGP,2006-09-22,,0
+6120,Greek,geodetic,Fundamental point: Athens Observatory; latitude 37 deg 58 min 20.132 sec N; longitude 23 deg 42 min 58.815 sec E of Greenwich,,7004,8901,1106,Topographic mapping.,See geodetic datum alias 6404.  Used as basis of topographic mapping based on Hatt projection. Replaced by GGRS87 (code 6121).,Topography Department; National Technical University of Athens,EPSG,2004-03-26,2004.183,0
+6121,Greek Geodetic Reference System 1987,geodetic,Fundamental point: Dionysos; latitude 38 deg 04 min 33.8 sec N; longitude 23 deg 55 min 51.0 sec E of Greenwich; geoid height 7.0 m.,1987,7019,8901,1106,Topographic mapping.,Replaced (old) Greek datum.  Oil industry work based on ED50.,L. Portokalakis; Public Petroleum Corporation of Greece,EPSG,1997-06-16,,0
 6122,Average Terrestrial System 1977,geodetic,,1977,7041,8901,1283,Topographic mapping.,In use from 1979.  To be phased out in late 1990's.,New Brunswick Geographic Information Corporation land and water information standards manual.,EPSG,1997-07-02,,0
-6123,Kartasto Koordinaati Jarjestelma 1966,geodetic,Adjustment with fundamental point SF31 based on ED50 transformed to best fit the older VVJ adjustment.,1966,7022,8901,1095,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Adopted in 1970.,"National Land Survey of Finland;
-http://www.maanmittauslaitos.fi",EPSG,1997-07-22,,0
-6124,Rikets koordinatsystem 1990,geodetic,,1982,7004,8901,1225,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Supersedes RT38 adjustment (datum code 6308),National Land Survey of Sweden,EPSG,1997-11-13,,0
+6123,Kartastokoordinaattijarjestelma (1966),geodetic,Adjustment with fundamental point SF31 based on ED50 transformed to best fit the older VVJ adjustment.,1966,7022,8901,1095,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Adopted in 1970.,"National Land Survey of Finland;
+http://www.maanmittauslaitos.fi",EPSG,2006-03-31,2006.27,0
+6124,Rikets koordinatsystem 1990,geodetic,,1982,7004,8901,1225,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaces RT38 adjustment (datum code 6308),National Land Survey of Sweden,EPSG,1997-11-13,,0
 6125,Samboja,geodetic,Original origin station P2 Exc now destroyed.  Extensions recomputed using Toran station T9 as origin.,,7004,8901,1328,Topographic mapping.,,Total Indonesia.,EPSG,1997-11-13,,1
 6126,Lithuania 1994 (ETRS89),geodetic,Constrained to 4 ETRS89 points in Lithuania from the EUREF Baltic 1992 campaign..,1994,7019,8901,1145,"Topographic mapping, geodetic survey.",Densification of ETRS89 during the 1992 Baltic campaign.,HNIT-Baltic GeoInfoServisas,EPSG,1998-03-12,,0
 6127,Tete,geodetic,Fundamental point: Tete.,,7008,8901,3281,Topographic mapping.,,Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,0
-6128,Madzansua,geodetic,Fundamental point: Madzansua.,,7008,8901,1315,Topographic mapping.,Superseded by transformation to Tete datum (datum code 6127).,Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,0
-6129,Observatario,geodetic,Fundamental point: Maputo observatory.,,7008,8901,1329,Topographic mapping.,Superseded by transformation to Tete datum (datum code 6127).,Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,0
-6130,Moznet (ITRF94),geodetic,ITRF 1994 epoch 20,,7030,8901,1167,Topographic mapping.,,Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,0
+6128,Madzansua,geodetic,Fundamental point: Madzansua.,,7008,8901,1315,Topographic mapping.,Replaced by transformation to Tete datum (datum code 6127).,Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,0
+6129,Observatario,geodetic,Fundamental point: Maputo observatory.,,7008,8901,1329,Topographic mapping.,Replaced by transformation to Tete datum (datum code 6127).,Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,1998-04-16,,0
+6130,Moznet (ITRF94),geodetic,ITRF94 at epoch 1996.9,,7030,8901,1167,Topographic mapping.,,Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).,EPSG,2006-08-18,2006.77,0
 6131,Indian 1960,geodetic,DMA extension over IndoChina of the Indian 1954 network adjusted  to better fit local geoid.,,7015,8901,1302,Topographic mapping.,Also known as Indian (DMA Reduced).,,EPSG,2003-12-31,2003.361,0
 6132,Final Datum 1958,geodetic,Fundamental point: Maniyur.  Latitude: 31 deg 23 min 59.19 sec N; Longitude: 48 deg 32 min 31.38 sec E (of Greenwich).,,7012,8901,1300,Oil industry mapping.,Network included in Nahrwan 1967 adjustment.,IOEPC records,EPSG,1998-11-11,,0
-6133,Estonia 1992,geodetic,Densification from 4  ETRS89 points.,1992,7019,8901,1090,"Topographic mapping, Geodetic survey.",Based on ETRS89 as established during the 1992 Baltic campaign. Superseded by Estonia 1997 adjustment (code 6180).,http://www.geo.ut.ee,EPSG,2005-09-06,2005.46,0
-6134,PDO Survey Datum 1993,geodetic,Adjustment best fitted to Fahud network.,1993,7012,8901,3288,Oil industry mapping.,Supersedes Fahud datum (code 6232). Maximum differences to Fahud adjustment are 20 metres.,Petroleum Development Oman,EPSG,1999-04-22,,0
+6133,Estonia 1992,geodetic,Densification from 4 ETRS89 points.,1992,7019,8901,1090,"Topographic mapping, Geodetic survey.",Based on ETRS89 as established during the 1992 Baltic campaign. Replaced by Estonia 1997 adjustment (code 6180).,http://www.geo.ut.ee,EPSG,2005-09-06,2005.46,0
+6134,PDO Survey Datum 1993,geodetic,Adjustment best fitted to Fahud network.,1993,7012,8901,3288,Oil industry mapping.,Replaces Fahud datum (code 6232). Maximum differences to Fahud adjustment are 20 metres.,Petroleum Development Oman,EPSG,1999-04-22,,0
 6135,Old Hawaiian,geodetic,Fundamental point: Oahu West Base Astro.  Latitude: 21 deg 18 min 13.89 sec N; longitude 157 deg 50 min 55.79 sec W (of Greenwich),,7008,8901,1334,Topographic mapping.,Hawaiian Islands were never on NAD27 but rather on Old Hawaiian Datum.  NADCON conversion program provides transformation from Old Hawaiian Datum to NAD83 (original 1986 realization) but making the transformation appear to user as if from NAD27.,http://www.ngs.noaa.gov/ (NADCON readme file).,EPSG,2005-09-05,2005.46,0
 6136,St. Lawrence Island,geodetic,,,7008,8901,1332,Topographic mapping.,Many Alaskan islands were never on NAD27 but rather on independent datums.  NADCON conversion program provides transformation from St. Lawrence Island Datum to NAD83 (original 1986 realization) - making the transformation appear to user as if from NAD27.,http://www.ngs.noaa.gov/ (NADCON readme file),EPSG,1999-05-24,,0
 6137,St. Paul Island,geodetic,Fundamental point latitude: 57 deg 07 min 16.86 sec N; longitude: 170 deg 16 min 24.00 sec W (of Greenwich).,,7008,8901,1333,Topographic mapping.,Many Alaskan islands were never on NAD27 but rather on independent datums.  NADCON conversion program provides transformation from St. Paul Island Datum to NAD83 (original 1986 realization) - making the transformation appear to user as if from NAD27.,http://www.ngs.noaa.gov/ (NADCON readme file),EPSG,1999-05-24,,0
 6138,St. George Island,geodetic,Fundamental point latitude: 56 deg 36 min 11.31 sec N; longitude: 169 deg 32 min 36.00 sec W (of Greenwich).,,7008,8901,1331,Topographic mapping.,Many Alaskan islands were never on NAD27 but rather on independent datums.  NADCON conversion program provides transformation from St. George Island Datum to NAD83 (original 1986 realization) - making the transformation appear to user as if from NAD27.,http://www.ngs.noaa.gov/ (NADCON readme file),EPSG,2003-12-31,2003.362,0
 6139,Puerto Rico,geodetic,Fundamental point: Cardona Island Lighthouse. Latitude:17 deg 57 min 31.40 sec N; Longitude: 66 deg 38 min 07.53 sec W (of Greenwich).,1901,7008,8901,1335,Topographic mapping.,NADCON conversion program provides transformation from Puerto Rico Datum to NAD83 (original 1986 realization) but making the transformation appear to user as if from NAD27.,Ordnance Survey of Great Britain and http://www.ngs.noaa.gov/ (NADCON readme file).,EPSG,2003-12-31,2003.362,0
-6140,NAD83 Canadian Spatial Reference System,geodetic,,1998,7019,8901,2784,Geodetic survey.,Supersedes ATS77 from 1999 in New Brunswick.,Service New Brunswick Land and Information Standards Manual,EPSG,2006-01-16,2005.88,0
+6140,NAD83 Canadian Spatial Reference System,geodetic,,1998,7019,8901,1061,Geodetic survey.,,"Natural Resources of Canada, CSRS website.  http://www.geod.nrcan.gc.ca",EPSG,2007-05-29,2005.88 2006.461 2007.026,0
 6141,Israel,geodetic,Fundamental point:  Latitude: 31 deg 44 min 03.817 sec N; Longitude: 35 deg 12 min 16.261 sec E (of Greenwich).,,7019,8901,2603,Topographic mapping.,,Survey of Israel.,EPSG,2004-04-14,2002.34 2004.15,0
 6142,Locodjo 1965,geodetic,Fundamental point: T5 Banco. Latitude: 5 deg 18 min 50.5 sec N; Longitude: 4 deg 02 min 05.1 sec W (of Greenwich).,1965,7012,8901,1075,Topographic mapping.,,IGN Paris.,EPSG,1999-10-20,,0
 6143,Abidjan 1987,geodetic,Fundamental point: Abidjan I. Latitude: 5 deg 18 min 51.01 sec N; Longitude: 4 deg 02 min 06.04 sec W (of Greenwich).,1987,7012,8901,1075,Topographic mapping.,,IGN Paris.,EPSG,1999-10-20,,0
-6144,Kalianpur 1937,geodetic,Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).,1937,7015,8901,1308,Topographic mapping.,Supersedes 1880 adjustment except for topographic mapping.  Superseded in Bangladesh and Pakistan by 1962 metrication conversion and in India by 1975 metrication conversion.,"G. Bomford; ""The Re-adjustment of the Indian Triangulation""; Survey of India Professional Paper 28; 1939.",EPSG,1999-10-20,,0
+6144,Kalianpur 1937,geodetic,Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).,1937,7015,8901,1308,Topographic mapping.,Replaces 1880 adjustment except for topographic mapping.  Replaced in Bangladesh and Pakistan by 1962 metrication conversion and in India by 1975 metrication conversion.,"G. Bomford; ""The Re-adjustment of the Indian Triangulation""; Survey of India Professional Paper 28; 1939.",EPSG,1999-10-20,,0
 6145,Kalianpur 1962,geodetic,Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).,1962,7044,8901,3289,Topographic mapping.,1937 adjustment rescaled by ratio metric conversions of Indian foot (1937) to Indian foot (1962).,,EPSG,1999-10-20,,0
 6146,Kalianpur 1975,geodetic,Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).,1975,7045,8901,3341,Topographic mapping.,1937 adjustment rescaled by ratio metric conversions of Indian foot (1937) to Indian foot (1975).,,EPSG,1999-10-20,,0
 6147,Hanoi 1972,geodetic,,1972,7024,8901,3328,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,PetroVietnam,EPSG,1999-10-20,,0
-6148,Hartebeesthoek94,geodetic,Coincident with ITRF91 (1994.0) at Hartebeesthoek astronomical observatory near Pretoria.,1994,7030,8901,1215,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Supersedes Cape datum (code 6222).,Directorate of Surveys and Mapping; http://w3sli.wcape.gov.za/surveys/mapping/wgs84.htm,EPSG,2000-01-06,99.96,0
+6148,Hartebeesthoek94,geodetic,Coincident with ITRF91 at epoch 1994.0 at Hartebeesthoek astronomical observatory near Pretoria.,1994,7030,8901,1215,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaces Cape datum (code 6222).,Directorate of Surveys and Mapping; http://w3sli.wcape.gov.za/surveys/mapping/wgs84.htm,EPSG,2006-08-18,99.96 2006.77,0
 6149,CH1903,geodetic,Fundamental point: Old Bern observatory. Latitude: 46 deg 57 min 08.660 sec N; Longitude: 7 deg 26 min 22.500 sec E (of Greenwich).,1903,7004,8901,1286,Topographic mapping.,,Bundesamt für Landestopographie,EPSG,1999-10-20,,0
 6150,CH1903+,geodetic,Fundamental point: Zimmerwald observatory.,,7004,8901,1286,"Geodetic survey, topographic mapping.",,Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.,EPSG,2001-11-06,2001.52,0
-6151,Swiss Terrestrial Reference Frame 1995,geodetic,ETRF89 at 1993.0,1995,7019,8901,1286,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.,EPSG,1999-10-20,,0
+6151,Swiss Terrestrial Reference Frame 1995,geodetic,ETRF89 at epoch 1993.0,1995,7019,8901,1286,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.,EPSG,2006-08-18,2006.77,0
 6152,NAD83 (High Accuracy Regional Network),geodetic,,,7019,8901,1337,Geodetic survey.,,National Geodetic Survey,EPSG,1999-10-20,,0
 6153,Rassadiran,geodetic,Fundamental point: Total1. Latitude: 27 deg 31 min 07.784 sec N; Longitude: 52 deg 36 min 12.741 sec E (of Greenwich).,1998,7022,8901,1338,Oil industry mapping.,,Total-Fina,EPSG,1999-11-20,,0
 6154,European Datum 1950(1977),geodetic,Extension of ED50 over Iran.,1977,7022,8901,1123,Topographic mapping.,Sometimes referred to as ED50-ED77.,National Cartographic Centre of Iran,EPSG,1999-11-20,,0
@@ -184,42 +189,42 @@
 6157,Mount Dillon,geodetic,Fundamental point: Mount Dillon triangulation station. Latitude: 11 deg 15 min 07.843 sec N; Longitude: 60 deg 41 min 09.632 sec W (of Greenwich).,,7007,8901,1322,Topographic mapping.,,University of the West Indies Geodetic Services.,EPSG,2003-12-31,2003.361,0
 6158,Naparima 1955,geodetic,Fundamental point: Naparima. Latitude: 10 deg 16 min 44.860 sec N; Longitude: 61 deg 27 min 34.620 sec W (of Greenwich).,1955,7022,8901,3143,Topographic mapping.,Naparima 1972 is an extension of the Naparima 1955 network of Trinidad to include Tobago.,Ordnance Survey International.,EPSG,2000-03-07,,0
 6159,European Libyan Datum 1979,geodetic,Extension of ED50 over Libya.,1979,7022,8901,1143,Topographic mapping.,,Brown and Root,EPSG,2003-12-31,2003.362,0
-6160,Chos Malal 1914,geodetic,Chos Malal police station.,1914,7022,8901,1292,Oil industry mapping.,Also known as Quini-Huao.  Superseded by Campo Inchauspe (code 6221).,Various oil company records.,EPSG,2000-03-07,,0
-6161,Pampa del Castillo,geodetic,,,7022,8901,1265,Oil industry mapping.,Used in Comodoro Rivadavia area.  Superseded by Campo Inchauspe (code 6221).,Various oil company records.,EPSG,2000-03-07,,0
+6160,Chos Malal 1914,geodetic,Chos Malal police station.,1914,7022,8901,1292,Oil industry mapping.,Also known as Quini-Huao.  Replaced by Campo Inchauspe (code 6221).,Various oil company records.,EPSG,2000-03-07,,0
+6161,Pampa del Castillo,geodetic,,,7022,8901,1265,Oil industry mapping.,Used in Comodoro Rivadavia area.  Replaced by Campo Inchauspe (code 6221).,Various oil company records.,EPSG,2000-03-07,,0
 6162,Korean Datum 1985,geodetic,Fundamental point: Suwon; latitude 37 deg 16 min 31.9034 sec N; longitude 127 deg 03 min 05.1451 sec E of Greenwich.,1985,7004,8901,3266,Topographic mapping.,,Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1999. http://www.asprs.org/,EPSG,2005-09-05,2001.28 2005.46,0
 6163,Yemen National Geodetic Network 1996,geodetic,Sana'a IGN reference marker,1996,7030,8901,1257,Topographic mapping.,,IGN Paris,EPSG,2000-03-07,,0
 6164,South Yemen,geodetic,,,7024,8901,1340,Topographic mapping.,,IGN Paris,EPSG,2000-03-07,,0
 6165,Bissau,geodetic,,,7022,8901,3258,Topographic mapping.,,NIMA TR8350.2  ftp://164.214.2.65/pub/gig/tr8350.2/changes.pdf,EPSG,2005-09-05,2005.46,0
 6166,Korean Datum 1995,geodetic,,1995,7030,8901,3266,Topographic mapping.,,NIMA TR8350.2  ftp://164.214.2.65/pub/gig/tr8350.2/changes.pdf,EPSG,2005-09-05,2005.46,0
-6167,New Zealand Geodetic Datum 2000,geodetic,Based on ITRF96 at epoch 2000.0,2000,7019,8901,3285,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Supersedes New Zealand Geodetic Datum 1949 (code 6272) and Chatham Islands Datum 1979 (code 6673) from March 2000.,Land Information New Zealand. http://www.linz.govt.nz/rcs/linz/pub/web/root/core/SurveySystem/GeodeticInfo/GeodeticDatums/nzgd2000factsheet/index.jsp,EPSG,2004-03-26,2004.11,0
-6168,Accra,geodetic,Fundamental point: GCS Station 547. Latitude: 5 deg 23 min 43.3 sec N; Longitude: 0 deg 11 min 52.3 sec W (of Greenwich).,,7029,8901,1104,Topographic mapping.,Superseded in 1978 by Leigon datum (code 6250).,Ordnance Survey International,EPSG,2000-10-12,,0
+6167,New Zealand Geodetic Datum 2000,geodetic,Based on ITRF96 at epoch 2000.0,2000,7019,8901,3285,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaces New Zealand Geodetic Datum 1949 (code 6272) and Chatham Islands Datum 1979 (code 6673) from March 2000.,Land Information New Zealand. http://www.linz.govt.nz/rcs/linz/pub/web/root/core/SurveySystem/GeodeticInfo/GeodeticDatums/nzgd2000factsheet/index.jsp,EPSG,2004-03-26,2004.11,0
+6168,Accra,geodetic,Fundamental point: GCS Station 547. Latitude: 5 deg 23 min 43.3 sec N; Longitude: 0 deg 11 min 52.3 sec W (of Greenwich).,,7029,8901,1104,Topographic mapping.,Replaced in 1978 by Leigon datum (code 6250).,Ordnance Survey International,EPSG,2000-10-12,,0
 6169,American Samoa 1962,geodetic,Fundamental point: Betty 13 eccentric. Latitude: 14 deg 20 min 08.34 sec S; longitude: 170 deg 42 min 52.25 sec W,1962,7008,8901,3109,Topographic mapping.,,NIMA TR8350.2 revision of January 2000. Oil industry sources for origin description details.,EPSG,2005-05-21,2003.362 2005.23,0
-6170,Sistema de Referencia Geocentrico para America del Sur 1995,geodetic,ITRF94 epoch 1995.42.,1995,7019,8901,1341,Geodetic survey.,Realised by a frame of 58 stations observed in 1995 and adjusted in the ITRF94. Superseded by SIRGAS 2000.,NIMA TR8350.2 revision of January 2000. Also http://www1.ibge.gov.br/,EPSG,2005-09-05,2004.25 2005.46,0
+6170,Sistema de Referencia Geocentrico para America del Sur 1995,geodetic,ITRF94 at epoch 1995.42.,1995,7019,8901,3448,Geodetic survey.,Realised by a frame of 58 stations observed in 1995 and adjusted in the ITRF94. Replaced by SIRGAS 2000.,NIMA TR8350.2 revision of January 2000. Also http://www1.ibge.gov.br/,EPSG,2006-08-18,2004.25 2005.46 2006.465 2006.77,0
 6171,Reseau Geodesique Francais 1993,geodetic,Coincident with ETRS89 at epoch 1993.0,1993,7019,8901,1096,Geodetic survey.,,http://www.ign.fr/ via TotalFinaElf,EPSG,2005-09-05,2001.51 2005.46,0
 6172,Posiciones Geodesicas Argentinas,geodetic,,1994,7019,8901,1033,"Topographic mapping, geodetic survey.","Una red geodésica de 127 puntos materializados
-en el terreno que definen el Sistema Geodésico Nacional.  [A geodetic network of 127 points defining the National Geodetic System.] Superseded by POSGAR98 (code 6190).",http://www.igm.gov.ar/posgar.html,EPSG,2000-10-19,,1
+en el terreno que definen el Sistema Geodésico Nacional.  [A geodetic network of 127 points defining the National Geodetic System.] Replaced by POSGAR98 (code 6190).",http://www.igm.gov.ar/posgar.html,EPSG,2000-10-19,,1
 6173,IRENET95,geodetic,ETRS89 stations in Ireland,1995,7019,8901,1305,Geodetic survey.,Densification of ETRS89,Ordnance Survey of Ireland,EPSG,2004-04-07,2004.22,0
 6174,Sierra Leone Colony 1924,geodetic,Fundamental point: Kortright. Latitude: 8 deg 28 min 44.4 sec N; Longitude: 13 deg 13 min 03.81 sec W (of Greenwich).,1924,7029,8901,1342,"Topographic mapping, engineering survey.",,Ordnance Survey International.,EPSG,2001-06-05,,0
 6175,Sierra Leone 1968,geodetic,Fundamental point: SLX2 Astro. Latitude: 8 deg 27 min 17.567 sec N; Longitude: 12 deg 49 min 40.186 sec W (of Greenwich).,1968,7012,8901,3306,"Topographic mapping, engineering survey.",Extension and readjustment with additional observations of 1960 network.  Coordinates of 1960 stations change by less than 3 metres.,Ordnance Survey International.,EPSG,2001-06-05,,0
 6176,Australian Antarctic Datum 1998,geodetic,,1998,7019,8901,1278,Topographic mapping.,,Standards Australia,EPSG,2006-01-30,2006.08,0
 6178,Pulkovo 1942/83,geodetic,Fundamental point: Pulkovo observatory. Latitude: 59 deg 46 min 18.550 sec N; Longitude: 30 deg 19 min 42.090 sec E (of Greenwich).,1983,7024,8901,1343,"Geodetic survey, cadastre, topographic mapping, engineering survey.",International adjustment of Uniforrm Astro-Geodetic Network of countries of central and eastern Europe.,Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,0
 6179,Pulkovo 1942/58,geodetic,Fundamental point: Pulkovo observatory. Latitude: 59 deg 46 min 18.550 sec N; Longitude: 30 deg 19 min 42.090 sec E (of Greenwich).,1958,7024,8901,1192,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,0
-6180,Estonia 1997,geodetic,Densification of ETRS89 during EUREF-ESTONIA97 campaign through transformation from ITRF96 epoch 1997.56.,1997,7019,8901,1090,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Supersedes Estonia 1992 adjustment (code 6133).,Estonian National Land Board via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,0
+6180,Estonia 1997,geodetic,Densification of ETRS89 during EUREF-ESTONIA97 campaign through transformation from ITRF96 at epoch 1997.56.,1997,7019,8901,1090,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaces Estonia 1992 adjustment (code 6133).,Estonian National Land Board via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2006-08-18,2006.77,0
 6181,Luxembourg 1930,geodetic,Fundamental point: northern station of Habay-la-Neuve baseline in Belgium. Latitude: 49 deg 43 min 24.408 sec N; longitude: 5 deg 38 min 22.470 sec E (of Greenwich),1930,7022,8901,1146,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Administration du Cadastre et de la Topographie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,0
 6182,Azores Occidental Islands 1939,geodetic,Fundamental point: Observatario Meteorologico Flores.,1939,7022,8901,1344,Topographic mapping.,,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2005-12-30,2005.85,0
-6183,Azores Central Islands 1948,geodetic,Fundamental point: Graciosa south west base. Latitude: 39 deg 03 min 54.934 sec N; longitude: 28 deg 02 min 23.882 sec W,1948,7022,8901,1301,Topographic mapping.,Superseded by 1995 adjustment (datum code 6665).,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/  Oil industry sources for origin description details.,EPSG,2003-12-31,2002.25 2003.231 2003.362,0
-6184,Azores Oriental Islands 1940,geodetic,Fundamental point: Forte de São Bras.,1940,7022,8901,1345,Topographic mapping.,Superseded by 1995 adjustment (datum code 6664).,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2003-08-14,2003.231,0
+6183,Azores Central Islands 1948,geodetic,Fundamental point: Graciosa south west base. Latitude: 39 deg 03 min 54.934 sec N; longitude: 28 deg 02 min 23.882 sec W,1948,7022,8901,1301,Topographic mapping.,Replaced by 1995 adjustment (datum code 6665).,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/  Oil industry sources for origin description details.,EPSG,2003-12-31,2002.25 2003.231 2003.362,0
+6184,Azores Oriental Islands 1940,geodetic,Fundamental point: Forte de São Bras.,1940,7022,8901,1345,Topographic mapping.,Replaced by 1995 adjustment (datum code 6664).,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2003-08-14,2003.231,0
 6185,Madeira 1936,geodetic,Fundamental point: Madeira SE Base.,1936,7022,8901,1314,Topographic mapping.,,Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-06-05,,1
-6188,OSNI 1952,geodetic,Position fixed to the coordinates from the 19th century Principle Triangulation of station Divis. Scale and orientation controlled by position of Principle Triangulation stations Knocklayd and Trostan.,1952,7001,8901,2530,Geodetic survey and topographic mapping.,Superseded by Geodetic Datum of 1965 alias 1975 Mapping Adjustment or TM75 (datum code 6300).,Ordnance Survey of Northern Ireland.,EPSG,2001-11-06,,0
+6188,OSNI 1952,geodetic,Position fixed to the coordinates from the 19th century Principle Triangulation of station Divis. Scale and orientation controlled by position of Principle Triangulation stations Knocklayd and Trostan.,1952,7001,8901,2530,Geodetic survey and topographic mapping.,Replaced by Geodetic Datum of 1965 alias 1975 Mapping Adjustment or TM75 (datum code 6300).,Ordnance Survey of Northern Ireland.,EPSG,2001-11-06,,0
 6189,Red Geodesica Venezolana,geodetic,Realised by a frame of 67 stations observed in 1995 as a densification of the SIRGAS campaign and adjusted in the ITRF94.,2000,7019,8901,1251,Geodetic survey.,,Servicio Autonomo de Geografia y Cartografia Nacional.,EPSG,2001-06-11,,0
-6190,Posiciones Geodesicas Argentinas 1998,geodetic,A geodetic network of 136 high accuracy surveyed points. Densification of SIRGAS 1995; ITRF94 epoch 1995.42.,1998,7019,8901,1033,Geodetic survey.,"Technically, but at this record revision date not legally, supersedes the 1994 POSGAR adjustment (code 6694).","Instituto Geográfico Militar de la República Argentina, http://www.igm.gov.ar",EPSG,2005-09-12,2003.372 2005.46 2005.48,0
+6190,Posiciones Geodesicas Argentinas 1998,geodetic,A geodetic network of 136 high accuracy surveyed points. Densification of SIRGAS 1995; ITRF94 at epoch 1995.42.,1998,7019,8901,1033,Geodetic survey.,"Technically, but at this record revision date not legally, replaces the 1994 POSGAR adjustment (code 6694).","Instituto Geográfico Militar de la República Argentina, http://www.igm.gov.ar",EPSG,2005-09-12,2003.372 2005.46 2005.48 2006.77,0
 6191,Albanian 1987,geodetic,,1987,7024,8901,1025,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2001-11-06,,0
-6192,Douala 1948,geodetic,"South pillar of Douala base; 4deg 00min 40.64sec N, 9deg 42min 30.41sec E",1948,7022,8901,2555,Topographic mapping.,Superseded  by Manoca 1962 datum (code 6193).,TotalFinaElf,EPSG,2005-12-30,2005.83,0
-6193,Manoca 1962,geodetic,"Reservoir centre at the  Manoca tower (""tube Suel""), 3deg 51min 49.896sec N, 9deg 36min 49.347sec E.",1962,7011,8901,2555,Topographic mapping.,The intent of the Bukavu 1953 conference was to adopt the Clarke 1880 (RGS) ellipsoid (code 7012) but in practice this datum has used the IGN version.  Supersedes Douala 1948 (code 6192).,TotalFinaElf,EPSG,2002-01-18,,0
-6194,Qornoq 1927,geodetic,Fundamental point: Station 7008. Latitude: 64 deg 31 min 06.27 sec N; Longitude: 51 deg 12 min 24.86 sec W (of Greenwich).,1927,7022,8901,3119,Topographic mapping.,,"Kort & Matrikelstyrelsen, Copenhagen. Origin coordinates from NIMA http://earth-info.nima.mil/",EPSG,2005-09-05,2003.362 2005.46,0
+6192,Douala 1948,geodetic,"South pillar of Douala base; 4deg 00min 40.64sec N, 9deg 42min 30.41sec E",1948,7022,8901,2555,Topographic mapping.,Replaced  by Manoca 1962 datum (code 6193).,TotalFinaElf,EPSG,2005-12-30,2005.83,0
+6193,Manoca 1962,geodetic,"Reservoir centre at the  Manoca tower (""tube Suel""), 3deg 51min 49.896sec N, 9deg 36min 49.347sec E.",1962,7011,8901,2555,Topographic mapping.,The intent of the Bukavu 1953 conference was to adopt the Clarke 1880 (RGS) ellipsoid (code 7012) but in practice this datum has used the IGN version.  Replaces Douala 1948 (code 6192).,TotalFinaElf,EPSG,2002-01-18,,0
+6194,Qornoq 1927,geodetic,Fundamental point: Station 7008. Latitude: 64 deg 31 min 06.27 sec N; Longitude: 51 deg 12 min 24.86 sec W (of Greenwich).,1927,7022,8901,3362,Topographic mapping.,,"Kort & Matrikelstyrelsen, Copenhagen. Origin coordinates from NIMA http://earth-info.nima.mil/",EPSG,2006-03-16,2003.362 2005.46 2006.22,0
 6195,Scoresbysund 1952,geodetic,,1952,7022,8901,2570,Topographic mapping.,,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-18,,0
 6196,Ammassalik 1958,geodetic,,1958,7022,8901,2571,Topographic mapping.,,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-18,,0
-6197,Garoua,geodetic,Fundamental ;point: IGN astronomical station and benchmark no. 16 at Tongo. Latitude 8 deg 55 min 08.74 sec N; longitude 13 deg 30 min 43.19 sec E (of Greenwich).,,7012,8901,2590,Topographic mapping.,,TotalFinaElf,EPSG,2002-02-12,,0
+6197,Garoua,geodetic,Fundamental point: IGN astronomical station and benchmark no. 16 at Tongo. Latitude 8 deg 55 min 08.74 sec N; longitude 13 deg 30 min 43.19 sec E (of Greenwich).,,7012,8901,2590,Topographic mapping.,,TotalFinaElf,EPSG,2002-02-12,,0
 6198,Kousseri,geodetic,IGN astronomical station Dabanga; 11deg 55min 05.9sec N  14deg 38min 40.8sec E.,,7012,8901,2591,Topographic mapping.,,TotalFinaElf,EPSG,2002-02-12,,0
 6199,Egypt 1930,geodetic,Fundamental point: Station F1 (Venus). Latitude: 30 deg 01 min 42.86 sec N; Longitude: 31 deg 16 min 37.05 sec E (of Greenwich).,1930,7022,8901,3242,Used for scientific purposes only.,"Note that Egypt 1930 uses the International 1924 ellipsoid, unlike the Egypt 1907 datum (code 6229) which uses the Helmert ellipsoid. Oil industry references to the Egypt 1930 datum name and the Helmert ellipsoid probably mean Egypt 1907 datum.",,EPSG,2002-02-12,,0
 6200,Pulkovo 1995,geodetic,Fundamental point: Pulkovo observatory. Latitude: 59 deg 46 min 15.359 sec N; Longitude: 30 deg 19 min 28.318 sec E (of Greenwich).,1995,7024,8901,1198,Scientific adjustment.,,"""Main Terms of Reference for the State Geodetic Network""; Federal Geodetic Service of Russia; 1994",EPSG,1996-09-12,,0
@@ -229,7 +234,7 @@
 6204,Ain el Abd 1970,geodetic,Fundamental point: Ain El Abd.  Latitude: 28 deg 14 min 06.171 sec N; Longitude: 48 deg 16 min 20.906 sec E (of Greenwich).,1970,7022,8901,1272,Topographic mapping.,,,EPSG,2003-12-31,2003.361,0
 6205,Afgooye,geodetic,,,7024,8901,1214,Topographic mapping.,,,EPSG,1995-06-02,,0
 6206,Agadez,geodetic,,,7011,8901,1177,Topographic mapping.,,,EPSG,1995-06-02,,0
-6207,Lisbon 1937,geodetic,Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 9 deg 07 min 54.862 sec W (of Greenwich).,1937,7022,8901,1294,Topographic mapping.,Supersedes Lisbon 1890 adjustment (which used Bessel 1841 ellipsoid).,Instituto Geografico e Cadastral; Lisbon,EPSG,1995-06-02,2001.551,0
+6207,Lisbon 1937,geodetic,Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 9 deg 07 min 54.862 sec W (of Greenwich).,1937,7022,8901,1294,Topographic mapping.,Replaces Lisbon 1890 adjustment (which used Bessel 1841 ellipsoid).,Instituto Geografico e Cadastral; Lisbon,EPSG,1995-06-02,2001.551,0
 6208,Aratu,geodetic,,,7022,8901,1274,Oil industry geodetic purposes.,,,EPSG,1995-06-02,,0
 6209,Arc 1950,geodetic,Fundamental point: Buffelsfontein. Latitude: 33 deg 59 min 32.000 sec S; Longitude: 25 deg 30 min 44.622 sec E (of Greenwich).,1950,7013,8901,1276,"Topographic mapping, geodetic survey.",,,EPSG,1995-06-02,,0
 6210,Arc 1960,geodetic,Fundamental point: Buffelsfontein. Latitude: 33 deg 59 min 32.000 sec S; Longitude: 25 deg 30 min 44.622 sec E (of Greenwich).,1960,7012,8901,1277,"Topographic mapping, geodetic survey.",,,EPSG,1995-06-02,,0
@@ -239,13 +244,13 @@
 6214,Beijing 1954,geodetic,,1954,7024,8901,1067,Topographic mapping.,,,EPSG,1995-06-02,,0
 6215,Reseau National Belge 1950,geodetic,Fundamental point: Lommel (tower). Latitude: 51 deg 13 min 47.334 sec N; Longitude: 5 deg 18 min 49.483 sec E (of Greenwich).,1950,7022,8901,1347,Topographic mapping.,,,EPSG,2003-12-18,2003.361,0
 6216,Bermuda 1957,geodetic,Fundamental point: Fort George base. Latitude 32 deg 22 min 44.36 sec N; longitude 64 deg 40 min 58.11 sec W (of Greenwich).,1957,7008,8901,1047,Topographic mapping.,,Various oil industry sources.,EPSG,2003-12-31,2003.362,0
-6218,Bogota 1975,geodetic,Fundamental point: Bogota observatory. Latitude: 4 deg 35 min 56.570 sec N; Longitude: 74 deg  4 min 51.300 sec W (of Greenwich).,1975,7022,8901,3229,Topographic mapping.,Supersedes 1951 adjustment. Superseded by MAGNA-SIRGAS (datum code 6685).,"Instituto Geografico Agustin Caduzzi (IGAC) special publication no. 1, 4th edition (1975) ""Geodesia: Resultados Definitvos de Parte de las Redes Geodesicas Establecidas en el Pais"".",EPSG,2005-04-14,2000.20 2005.06,0
+6218,Bogota 1975,geodetic,Fundamental point: Bogota observatory. Latitude: 4 deg 35 min 56.570 sec N; Longitude: 74 deg  4 min 51.300 sec W (of Greenwich).,1975,7022,8901,3229,Topographic mapping.,Replaces 1951 adjustment. Replaced by MAGNA-SIRGAS (datum code 6685).,"Instituto Geografico Agustin Codazzi (IGAC) special publication no. 1, 4th edition (1975) ""Geodesia: Resultados Definitvos de Parte de las Redes Geodesicas Establecidas en el Pais"".",EPSG,2007-07-02,2000.20 2005.06 2007.060,0
 6219,Bukit Rimpah,geodetic,2deg 00min 40.16sec S  105deg 51min 39.76sec E (of Greenwich).,,7004,8901,1287,Topographic mapping.,,,EPSG,1995-06-02,,0
-6220,Camacupa,geodetic,"Fundamental point: Campo de Aviaçao. Latitude: 12 deg 01 min 19.070 sec South, Longitude = 17 deg 27 min 19.800 sec East of Greenwich",1948,7012,8901,1288,Coastal hydrography.,,"Clifford J. Mugnier, PE&RS journal, March 2001.",EPSG,2004-01-08,2003.361,0
+6220,Camacupa,geodetic,"Fundamental point: Campo de Aviaçao. Latitude: 12 deg 01 min 09.070 sec South, Longitude = 17 deg 27 min 19.800 sec East of Greenwich",1948,7012,8901,1288,Coastal hydrography.,,"Portuguese Hydrographic Institute and Clifford J. Mugnier, PE&RS journal, March 2001.",EPSG,2006-12-05,2003.361 2006.973,0
 6221,Campo Inchauspe,geodetic,Fundamental point: Campo Inchauspe. Latitude: 35 deg 58 min 16.56 sec S; Longitude: 62 deg 10 min 12.03 sec W (of Greenwich).,,7022,8901,1033,Topographic mapping.,,NIMA http://earth-info.nima.mil/,EPSG,2005-09-05,2003.361 2005.46,0
 6222,Cape,geodetic,Fundamental point: Buffelsfontein. Latitude: 33 deg 59 min 32.000 sec S; Longitude: 25 deg 30 min 44.622 sec E (of Greenwich).,,7013,8901,1290,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Private Communication, Directorate of Surveys and Land Information, Cape Town.",EPSG,1996-10-18,96.25  99.69,0
 6223,Carthage,geodetic,Fundamental point: Carthage. Latitude: 40.9464506g = 36 deg 51 min 06.50 sec N; Longitude: 8.8724368g E of Paris = 10 deg 19 min 20.72 sec E of Greenwich.,1925,7011,8901,1236,Topographic mapping.,Fundamental point astronomic coordinates determined in 1878.,,EPSG,2004-01-15,2003.362 2003.05,0
-6224,Chua,geodetic,Fundamental point: Chua. Latitude: 19 deg 45 min 41.160 sec S; Longitude: 48 deg 06 min 07.560 sec W (of Greenwich).,,7022,8901,3356,Geodetic survey.,,NIMA http://earth-info.nima.mil/,EPSG,2006-02-17,2003.361 2005.46 2005.84,0
+6224,Chua,geodetic,Fundamental point: Chua. Latitude: 19 deg 45 min 41.160 sec S; Longitude: 48 deg 06 min 07.560 sec W (of Greenwich).,,7022,8901,3356,Geodetic survey.,"The Chua origin and associated triangulation network is in Brazil, but with a connecting traverse through northern Paraguay. The Chua system was used in Brazil only as input into the Corrego Allegre adjustment (datum code 6225).",NIMA http://earth-info.nima.mil/,EPSG,2006-07-14,2003.361 2005.46 2005.84 2006.49,0
 6225,Corrego Alegre,geodetic,Fundamental point: Corrego Alegre. Latitude: 19 deg 50 min 15.140 sec S; Longitude: 48 deg 57 min 42.750 sec W (of Greenwich).,,7022,8901,1293,"Topographic mapping, geodetic survey. Superseded by SAD69.",NIMA gives coordinates of origin as Latitude: 19 deg 50 min 15.140 sec S; Longitude: 48 deg 57 min 42.750 sec W.,IGBE and NIMA http://earth-info.nima.mil/,EPSG,2006-02-09,2005.841,0
 6226,Cote d'Ivoire,geodetic,,,7011,8901,1075,Topographic mapping.,,,EPSG,1995-06-02,2001.11,1
 6227,Deir ez Zor,geodetic,Fundamental point: Trig. 254 Deir. Latitude: 35 deg 21 min 49.975 sec N; Longitude: 40 deg 05 min 46.770 sec E (of Greenwich).,,7011,8901,1623,Topographic mapping.,,,EPSG,2003-12-31,2003.361,0
@@ -253,48 +258,48 @@
 6229,Egypt 1907,geodetic,Fundamental point: Station F1 (Venus). Latitude: 30 deg 01 min 42.86 sec N; Longitude: 31 deg 16 min 33.60 sec E (of Greenwich).,1907,7020,8901,1086,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,,EPSG,1995-06-02,,0
 6230,European Datum 1950,geodetic,Fundamental point: Potsdam (Helmert Tower). Latitude: 52 deg 22 min 51.4456 sec N; Longitude: 13 deg  3 min 58.9283 sec E (of Greenwich).,1950,7022,8901,1296,"Topographic mapping, geodetic survey.",,EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2003-12-31,2003.361,0
 6231,European Datum 1987,geodetic,Fundamental point: Potsdam (Helmert Tower). Latitude: 52 deg 22 min 51.4456 sec N; Longitude: 13 deg  3 min 58.9283 sec E (of Greenwich).,1987,7022,8901,1297,Scientific network.,,,EPSG,2003-12-31,2003.362,0
-6232,Fahud,geodetic,Fundamental point: Station NO68-024 Fahud. Latitude: 22 deg 17 min 31.182 sec N; Longitude: 56 deg 29 min 18.820 sec E (of Greenwich).,,7012,8901,3288,Oil industry mapping.,Superseded by PSD93 (code 6134).,Petroleum Development Oman.,EPSG,1995-06-02,,0
+6232,Fahud,geodetic,Fundamental point: Station NO68-024 Fahud. Latitude: 22 deg 17 min 31.182 sec N; Longitude: 56 deg 29 min 18.820 sec E (of Greenwich).,,7012,8901,3288,Oil industry mapping.,Replaced by PSD93 (code 6134).,Petroleum Development Oman.,EPSG,1995-06-02,,0
 6233,Gandajika 1970,geodetic,,1970,7022,8901,1152,Topographic mapping.,,,EPSG,1995-06-02,,1
 6234,Garoua,geodetic,,,7011,8901,1060,Topographic mapping.,The intent of the Bukavu 1953 conference was to adopt the Clarke 1880 (RGS) ellipsoid (code 7012) but in practice this datum has used the IGN version.,,EPSG,1995-06-02,,1
 6235,Guyane Francaise,geodetic,,,7022,8901,1097,Topographic mapping.,,,EPSG,1995-06-02,,1
 6236,Hu Tzu Shan,geodetic,Fundamental point: Hu Tzu Shan. Latitude: 23 deg 58 min 32.34 sec N; Longitude: 120 deg 58 min 25.975 sec E (of Greenwich).,,7022,8901,3315,Topographic mapping.,,NIMA http://earth-info.nima.mil/,EPSG,2005-12-30,2003.362 2005.46 2005.83,0
 6237,Hungarian Datum 1972,geodetic,"Fundamental point: Szolohegy. Latitude: 47 deg 17 min 32,6156 sec N; Longitude 19 deg 36 min 09.9865 sec E; geoid height 6.56m.",1972,7036,8901,1119,Topographic mapping.,,http://lazarus.elte.hu/gb/geodez/geod3.htm,EPSG,1996-10-18,96.09,0
-6238,Indonesian Datum 1974,geodetic,"Fundamental point: Padang. Latitude: 0 deg 56 min 38.414 sec S; Longitude: 100 deg 22 min  8.804 sec E (of Greenwich). Ellipsoidal height 3.190m, gravity-related height 14.0m above mean sea level.",1974,7021,8901,1122,Topographic mapping.,,Bakosurtanal 1979 paper by Jacob Rais.,EPSG,2002-06-22,2002.151,0
+6238,Indonesian Datum 1974,geodetic,"Fundamental point: Padang. Latitude: 0 deg 56 min 38.414 sec S; Longitude: 100 deg 22 min  8.804 sec E (of Greenwich). Ellipsoidal height 3.190m, gravity-related height 14.0m above mean sea level.",1974,7021,8901,1122,Topographic mapping.,Replaced by DGN95.,Bakosurtanal 1979 paper by Jacob Rais.,EPSG,2006-08-25,2002.151 2006.81,0
 6239,Indian 1954,geodetic,Extension of Kalianpur 1937 over Myanmar and Thailand.,1954,7015,8901,1304,Topographic mapping.,,,EPSG,2003-12-31,2003.361,0
 6240,Indian 1975,geodetic,Fundamental point: Khau Sakaerang,1975,7015,8901,1231,Topographic mapping.,,,EPSG,1995-06-02,,0
 6241,Jamaica 1875,geodetic,Fundamental point: Fort Charles Flagstaff. Latitude: 17 deg 55 min 55.800 sec N; Longitude: 76 deg 56 min 37.260 sec W (of Greenwich).,1875,7034,8901,3342,Topographic mapping.,,"Survey Department, Government of Jamaica, 1983.",EPSG,2004-09-12,2004.51,0
 6242,Jamaica 1969,geodetic,Fundamental point: Fort Charles Flagstaff. Latitude: 17 deg 55 min 55.800 sec N; Longitude: 76 deg 56 min 37.260 sec W (of Greenwich).,1969,7008,8901,3342,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Survey Department, Government of Jamaica, 1983.",EPSG,2004-09-12,2004.51,0
-6243,Kalianpur 1880,geodetic,Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).,1880,7042,8901,1307,Topographic mapping.,Includes 1916 extension into Burma (Myanmar).  Superseded by 1937 adjustment.,"G. Bomford; ""The Re-adjustment of the Indian Triangulation""; Survey of India Professional Paper 28; 1939.",EPSG,2004-04-27,97.23 2004.27,0
+6243,Kalianpur 1880,geodetic,Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).,1880,7042,8901,1307,Topographic mapping.,Includes 1916 extension into Burma (Myanmar).  Replaced by 1937 adjustment.,"G. Bomford; ""The Re-adjustment of the Indian Triangulation""; Survey of India Professional Paper 28; 1939.",EPSG,2004-04-27,97.23 2004.27,0
 6244,Kandawala,geodetic,,,7015,8901,3310,Topographic mapping.,,,EPSG,1995-06-02,,0
-6245,Kertau,geodetic,Fundamental point: Kertau. Latitude: 3 deg 27 min 50.710 sec N; Longitude: 102 deg 37 min 24.550 sec E (of Greenwich).,,7018,8901,1309,Topographic mapping.,,,EPSG,1995-06-02,,0
+6245,Kertau 1968,geodetic,Fundamental point: Kertau. Latitude: 3 deg 27 min 50.710 sec N; Longitude: 102 deg 37 min 24.550 sec E (of Greenwich).,1968,7018,8901,1309,"Geodetic survey, cadastre.",Replaces MRT48 and earlier adjustments. Adopts metric conversion of 39.370113 inches per metre. Not used for 1969 metrication of RSO grid - see Kertau (RSO) (code 6751).,Defence Geographic Centre.,EPSG,2006-07-31,2006.251,0
 6246,Kuwait Oil Company,geodetic,Fundamental point: K28.  Latitude: 29 deg 03 min 42.348 sec N; Longitude: 48 deg 08 min 42.558 sec E (of Greenwich).,1952,7012,8901,3267,Oil industry mapping.,,,EPSG,2004-06-16,2004.41,0
 6247,La Canoa,geodetic,Fundamental point: La Canoa. Latitude: 8 deg 34 min 17.170 sec N; Longitude: 63 deg 51 min 34.880 sec W (of Greenwich).,,7022,8901,3327,"Geodetic survey, topographic mapping, engineering survey.",Origin also adopted for PSAD56.,,EPSG,1995-06-02,,0
 6248,Provisional South American Datum 1956,geodetic,Fundamental point: La Canoa. Latitude: 8 deg 34 min 17.170 sec N; Longitude: 63 deg 51 min 34.880 sec W (of Greenwich).,1956,7022,8901,1348,Topographic mapping.,Same origin as La Canoa datum.,,EPSG,1995-06-02,,0
 6249,Lake,geodetic,Fundamental point: Maracaibo Cathedral. Latitude: 10 deg 38 min 34.678 sec N; Longitude: 71 deg 36 min 20.224 sec W (of Greenwich).,,7022,8901,1312,Oil industry mapping.,,,EPSG,1995-06-02,,0
-6250,Leigon,geodetic,"Fundamental point: GCS Station 121, Leigon. Latitude: 5 deg 38 min 52.27 sec N; Longitude: 0 deg 11 min 46.08 sec W (of Greenwich).",,7012,8901,1104,Topographic mapping.,Superseded Accra datum (code 6168) from 1978.  Coordinates at Leigon fundamental point defined as Accra datum values for that point.,Ordnance Survey International,EPSG,1995-06-02,,0
+6250,Leigon,geodetic,"Fundamental point: GCS Station 121, Leigon. Latitude: 5 deg 38 min 52.27 sec N; Longitude: 0 deg 11 min 46.08 sec W (of Greenwich).",,7012,8901,1104,Topographic mapping.,Replaced Accra datum (code 6168) from 1978.  Coordinates at Leigon fundamental point defined as Accra datum values for that point.,Ordnance Survey International,EPSG,1995-06-02,,0
 6251,Liberia 1964,geodetic,Fundamental point: Robertsfield. Latitude: 6 deg 13 min 53.02 sec N; Longitude: 10 deg 21 min 35.44 sec W (of Greenwich).,1964,7012,8901,3270,Topographic mapping.,,NIMA http://earth-info.nima.mil/,EPSG,2005-09-05,2003.362 2005.46,0
 6252,Lome,geodetic,,,7011,8901,1232,Topographic mapping.,,,EPSG,1995-06-02,,0
-6253,Luzon 1911,geodetic,Fundamental point: Balacan. Latitude: 13 deg 33 min 41.000 sec N; Longitude: 121 deg 52 min  03.000 sec E (of Greenwich).,1911,7008,8901,1190,Topographic mapping.,Superseded by Philippine Reference system of 1992 (datum code 6683).,Coast and Geodetic Survey,EPSG,2004-12-24,2004.73,0
+6253,Luzon 1911,geodetic,Fundamental point: Balacan. Latitude: 13 deg 33 min 41.000 sec N; Longitude: 121 deg 52 min  03.000 sec E (of Greenwich).,1911,7008,8901,1190,Topographic mapping.,Replaced by Philippine Reference system of 1992 (datum code 6683).,Coast and Geodetic Survey,EPSG,2004-12-24,2004.73,0
 6254,Hito XVIII 1963,geodetic,Chile-Argentina boundary survey.,1963,7022,8901,1303,Geodetic survey.,Used in Tierra del Fuego.,Various oil company records.,EPSG,1995-06-02,,0
 6255,Herat North,geodetic,Fundamental point: Herat North. Latitude: 34 deg 23 min 09.08 sec N; Longitude: 64 deg 10 min 58.94 sec E (of Greenwich).,,7022,8901,1024,Topographic mapping.,,NIMA http://earth-info.nima.mil/,EPSG,2005-09-05,2003.362 2005.46,0
 6256,Mahe 1971,geodetic,Fundamental point: Mahe,1971,7012,8901,1208,Topographic mapping.,,,EPSG,1995-06-02,,0
 6257,Makassar,geodetic,"Fundamental point: station P1, Moncongloe. Latitude: 5 deg 08 min 41.42 sec S; long 119 deg 24 min 14.94 sec E of Greenwich.",,7004,8901,1316,Topographic mapping.,,NIMA http://earth-info.nima.mil/,EPSG,2005-09-05,2003.361 2005.46,0
 6258,European Terrestrial Reference System 1989,geodetic,"Fixed to the stable part of the Eurasian continental 
 plate and consistent with ITRS at the epoch 1989.0.",1989,7019,8901,1298,Geodetic survey.,The distinction in usage between ETRF89 and ETRS89 is confused: although in principle conceptually different in practice both are used for the realisation.,,EPSG,2003-08-14,97.11  97.55  99.111 2000.72 2003.26,0
-6259,Malongo 1987,geodetic,Fundamental point: Station Y at Malongo base camp. Latitude: 5 deg 23 min 30.810 sec S; Longitude: 12 deg 12 min  01.590 sec E (of Greenwich).,1987,7022,8901,3180,Oil industry offshore exploration and production from 1987.,"Superseded Mhast (offshore) (code 6705) in 1987. Origin coordinates constrained to those of Mhast (offshore) but other station coordinates differ. References to ""Mhast"" since 1987 often should have stated ""Malongo 1987"".",Chevron Petroleum Technology.,EPSG,2006-01-06,2005.751,0
+6259,Malongo 1987,geodetic,Fundamental point: Station Y at Malongo base camp. Latitude: 5 deg 23 min 30.810 sec S; Longitude: 12 deg 12 min  01.590 sec E (of Greenwich).,1987,7022,8901,3180,Oil industry offshore exploration and production from 1987.,"Replaced Mhast (offshore) (code 6705) in 1987. Origin coordinates constrained to those of Mhast (offshore) but other station coordinates differ. References to ""Mhast"" since 1987 often should have stated ""Malongo 1987"".",Chevron Petroleum Technology.,EPSG,2006-01-06,2005.751,0
 6260,Manoca,geodetic,,,7012,8901,1060,Topographic mapping.,,,EPSG,1995-06-02,,1
 6261,Merchich,geodetic,Fundamental point: Merchich. Latitude: 33 deg 26 min 59.672 sec N; Longitude: 7deg 33 min 27.295sec W (of Greenwich).,1922,7011,8901,3280,Topographic mapping.,,,EPSG,2003-12-31,2003.361,0
 6262,Massawa,geodetic,,,7004,8901,1089,Topographic mapping.,,,EPSG,1995-06-02,,0
 6263,Minna,geodetic,Fundamental point: Minna base station L40. Latitude: 9 deg 38 min 08.87 sec N; Longitude: 6 deg 30 min 58.76 sec E (of Greenwich).,,7012,8901,1178,Topographic mapping.,,NIMA http://earth-info.nima.mil/,EPSG,2005-09-05,2003.361 2005.46,0
 6264,Mhast,geodetic,,,7022,8901,1318,Coastal hydrography.,,,EPSG,1995-06-02,,1
-6265,Monte Mario,geodetic,Fundamental point: Monte Mario. Latitude: 41 deg 55 min 25.51 sec N; Longitude: 12 deg  27 min  08.4 sec E (of Greenwich).,1940,7022,8901,3343,Topographic mapping.,"Superseded Genova datum, Bessel 1841 ellipsoid, from 1940.",,EPSG,2003-12-31,2003.36,0
+6265,Monte Mario,geodetic,Fundamental point: Monte Mario. Latitude: 41 deg 55 min 25.51 sec N; Longitude: 12 deg  27 min  08.4 sec E (of Greenwich).,1940,7022,8901,3343,Topographic mapping.,"Replaced Genova datum, Bessel 1841 ellipsoid, from 1940.",,EPSG,2003-12-31,2003.36,0
 6266,M'poraloko,geodetic,,,7011,8901,1100,Topographic mapping.,,,EPSG,1995-06-02,,0
-6267,North American Datum 1927,geodetic,Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).,1927,7008,8901,1349,Topographic mapping.,Superseded by North American Datum 1983 (NAD83),,EPSG,1995-06-02,,0
+6267,North American Datum 1927,geodetic,Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).,1927,7008,8901,1349,Topographic mapping.,Replaced by North American Datum 1983 (NAD83),,EPSG,1995-06-02,,0
 6268,NAD Michigan,geodetic,Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).,,7009,8901,1391,Topographic mapping.,,,EPSG,1995-06-02,,0
-6269,North American Datum 1983,geodetic,Origin at geocentre.,1986,7019,8901,1350,Topographic mapping.,,,EPSG,1995-06-02,,0
-6270,Nahrwan 1967,geodetic,Fundamental point: Nahrwan south base.  Latitude: 33 deg 19 min 10.87 sec N; Longitude: 44 deg 43 min 25.54 sec E (of Greenwich).,1967,7012,8901,1351,Topographic mapping.,,,EPSG,1995-06-02,,0
+6269,North American Datum 1983,geodetic,Origin at geocentre.,1986,7019,8901,1350,Topographic mapping.,"Although the 1986 adjustment included connections to Greenland and Mexico, it has not been adopted there.",,EPSG,2006-07-19,2006.464,0
+6270,Nahrwan 1967,geodetic,Fundamental point: Nahrwan south base.  Latitude: 33 deg 19 min 10.87 sec N; Longitude: 44 deg 43 min 25.54 sec E (of Greenwich).,1967,7012,8901,1351,Topographic mapping.,"In Iraq, replaces Nahrwan 1934.",,EPSG,2006-06-02,2006.34,0
 6271,Naparima 1972,geodetic,Fundamental point: Naparima. Latitude: 10 deg 16 min 44.860 sec N; Longitude: 61 deg 27 min 34.620 sec W (of Greenwich).,1972,7022,8901,1322,Topographic mapping.,Naparima 1972 is an extension of the Naparima 1955 network of Trinidad to include Tobago.,Ordnance Survey International.,EPSG,1995-06-02,,0
-6272,New Zealand Geodetic Datum 1949,geodetic,Fundamental point: Papatahi. Latitude: 41 deg 19 min  8.900 sec S; Longitude: 175 deg  02 min 51.000 sec E (of Greenwich).,1949,7022,8901,3285,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Superseded by New Zealand Geodetic Datum 2000 (code 6167) from March 2000.,Land Information New Zealand. http://www.linz.govt.nz/rcs/linz/pub/web/root/core/SurveySystem/GeodeticInfo/GeodeticDatums/nzgd2000factsheet/index.jsp,EPSG,2004-03-26,2000.702 2004.11,0
+6272,New Zealand Geodetic Datum 1949,geodetic,Fundamental point: Papatahi. Latitude: 41 deg 19 min  8.900 sec S; Longitude: 175 deg  02 min 51.000 sec E (of Greenwich).,1949,7022,8901,3285,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaced by New Zealand Geodetic Datum 2000 (code 6167) from March 2000.,Land Information New Zealand. http://www.linz.govt.nz/rcs/linz/pub/web/root/core/SurveySystem/GeodeticInfo/GeodeticDatums/nzgd2000factsheet/index.jsp,EPSG,2004-03-26,2000.702 2004.11,0
 6273,NGO 1948,geodetic,Fundamental point: Oslo observatory. Latitude: 59 deg 54 min 43.7 sec N; Longitude: 10 deg 43 min 22.5 sec E (of Greenwich).,1948,7005,8901,1352,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,EuroGeographics; http://crs.bkg.bund.de/crs-eu/,EPSG,2004-01-05,2003.362,0
 6274,Datum 73,geodetic,"Fundamental point:  TF4, Melrica. Latitude: 39 deg 41 min 37.30 sec N; Longitude: 8 deg 07 min 53.31 sec W (of Greenwich).",1964,7022,8901,1294,Topographic mapping.,,Instituto Geografico e Cadastral; Lisbon,EPSG,1995-06-02,,0
 6275,Nouvelle Triangulation Francaise,geodetic,Fundamental point: Pantheon. Latitude: 48 deg 50 min 46.522 sec N; Longitude: 2 deg 20 min 48.667 sec E (of Greenwich).,1895,7011,8901,1326,Topographic mapping.,,,EPSG,2004-01-07,2003.361,0
@@ -310,7 +315,7 @@
 6285,Qatar 1974,geodetic,Fundamental point: Station G3,1974,7022,8901,1346,Topographic mapping.,,,EPSG,2001-08-28,2001.27,0
 6286,Qatar 1948,geodetic,Fundamental point: Sokey 0 M. Latitude: 25 deg 22 min 56.500 sec N; Longitude: 50 deg 45 min 41.000 sec E (of Greenwich).,1948,7020,8901,1346,Topographic mapping.,,,EPSG,1995-06-02,,0
 6287,Qornoq,geodetic,,1927,7022,8901,1107,Topographic mapping.,,,EPSG,1995-06-02,,1
-6288,Loma Quintana,geodetic,Fundamental point: Loma Quintana,,7022,8901,1313,Topographic mapping.,Superseded by La Canoa (code 6247).,,EPSG,1995-06-02,,0
+6288,Loma Quintana,geodetic,Fundamental point: Loma Quintana,,7022,8901,1313,Topographic mapping.,Replaced by La Canoa (code 6247).,,EPSG,1995-06-02,,0
 6289,Amersfoort,geodetic,Fundamental point: Amersfoort. Latitude: 52 deg 09 min 22.178 sec N; Longitude: 5 deg 23 min 15.478 sec E (of Greenwich).,,7004,8901,1275,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,http://www.rdnap.nl/,EPSG,2005-09-29,2000.56 2003.361 2005.46,0
 6291,South American Datum 1969,geodetic,,1969,7036,8901,1358,Topographic mapping.,SAD69 uses GRS67 ellipsoid with 1/f to exactly 2 decimal places.  Precision of ellipsoid entry increased from 2 to 5 dp with change id 97.252.  Error introduced if not using the truncated precision is 0 to 31mm.,,EPSG,1996-10-18,96.09  97.252,1
 6292,Sapper Hill 1943,geodetic,,1943,7022,8901,3247,Topographic mapping.,,,EPSG,1995-06-02,,0
@@ -319,32 +324,32 @@
 6295,Serindung,geodetic,Fundamental point: Ep A. Latitude: 1 deg 06 min 10.60 sec N; Longitude: 105 deg 00 min 59.82 sec E (of Greenwich).,,7004,8901,1360,Topographic mapping.,,NIMA http://earth-info.nima.mil/,EPSG,2005-09-05,2003.362 2005.46,0
 6296,Sudan,geodetic,,,7011,8901,1361,Topographic mapping.,,,EPSG,1995-06-02,,1
 6297,Tananarive 1925,geodetic,Fundamental point: Tananarive observatory. Latitude: 18 deg 55 min 02.10 sec S; Longitude: 47 deg 33 min 06.75 sec E (of Greenwich).,2025,7022,8901,3273,Topographic mapping.,,IGN Paris,EPSG,2003-12-31,2003.361,0
-6298,Timbalai 1948,geodetic,Fundamental point: Timbalai. Latitude: 5 deg 17 min  3.548 sec N; Longitude: 115 deg 10 min 56.409 sec E (of Greenwich).,1948,7016,8901,1362,Topographic mapping.,,,EPSG,1995-06-02,,0
-6299,TM65,geodetic,Adjusted to best mean fit 12 stations of the OSNI 1952 primary adjustment.,1965,7002,8901,1305,Topographic mapping.,"Differences between OSNI 1952 and TM65 at these stations are RMS 0.25m east, 0.23m north, maximum vector 0.57m. TM65 superseded by and not to be confused with Geodetic Datum of 1965 alias 1975 Mapping Adjustment or TM75 (datum code 6300).","""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2003-06-27,2002.621,0
+6298,Timbalai 1948,geodetic,Fundamental point: Station P85 at Timbalai. Latitude: 5 deg 17 min  3.548 sec N; Longitude: 115 deg 10 min 56.409 sec E (of Greenwich).,1948,7016,8901,1362,Topographic mapping.,"In 1968, the original adjustment was densified in Sarawak and extended to Sabah.",Defence Geographic Centre.,EPSG,2006-07-24,2006.252,0
+6299,TM65,geodetic,Adjusted to best mean fit 12 stations of the OSNI 1952 primary adjustment.,1965,7002,8901,1305,Topographic mapping.,"Differences between OSNI 1952 and TM65 at these stations are RMS 0.25m east, 0.23m north, maximum vector 0.57m. TM65 replaced by and not to be confused with Geodetic Datum of 1965 alias 1975 Mapping Adjustment or TM75 (datum code 6300).","""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2003-06-27,2002.621,0
 6300,Geodetic Datum of 1965,geodetic,Adjusted to best mean fit 9 stations of the OSNI 1952 primary adjustment in Northern Ireland plus the 1965 values of 3 stations in the Republic of Ireland.,1975,7002,8901,1305,"Geodetic survey, topographic mapping and engineering survey.",Differences from the 1965 adjustment (datum code 6299) are: average difference in Eastings 0.092m; average difference in Northings 0.108m; maximum vector difference 0.548m.,"""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2003-06-27,2002.621,0
-6301,Tokyo,geodetic,Fundamental point: Nikon-Keido-Genten. Latitude: 35 deg 39 min 17.5148 sec N; Longitude: 139 deg 44 min 40.5020 sec E (of Greenwich).,,7004,8901,1364,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Superseded by Japanese Geodetic Datum 2000 (code 6611).,Geographic Survey Institute; Japan; Bulletin 40 (March 1994).  Also http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,98.46  2002.08,0
+6301,Tokyo,geodetic,Fundamental point: Nikon-Keido-Genten. Latitude: 35 deg 39 min 17.5148 sec N; Longitude: 139 deg 44 min 40.5020 sec E (of Greenwich).,,7004,8901,1364,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaced by Japanese Geodetic Datum 2000 (code 6611).,Geographic Survey Institute; Japan; Bulletin 40 (March 1994).  Also http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html,EPSG,2002-06-22,98.46  2002.08,0
 6302,Trinidad 1903,geodetic,"Station 00, Harbour Master's Flagstaff, Port of Spain. 
 Trinidad 1903 / Trinidad Grid coordinates (Clarke's links): 333604.30 E, 436366.91 N (Latitude: 10 deg 38 min 39.01 sec N,  Longitude: 61 deg 30 min 38.00 sec W of Greenwich)",1903,7007,8901,1339,Topographic mapping.,,"""Land Surveyor's Handbook"", 1935, published under the direction of JW MacGillivray, Surveyor General, Land & Survey's Department, Trinidad & Tobago.",EPSG,2004-03-01,2003.362  2004.13,0
 6303,Trucial Coast 1948,geodetic,Fundamental point: TC1. Latitude: 25 deg 23 min 50.190 sec N; Longitude: 55 deg 26 min 43.950 sec E (of Greenwich).,1948,7020,8901,1363,Oil industry mapping.,,,EPSG,1995-06-02,,0
-6304,Voirol 1875,geodetic,Fundamental point: Voirol. Latitude: 36 deg 45 min 07.927 sec N; Longitude: 3 deg 02 min 49.435 sec E of Greenwich. Uses RGS (and old IGN) value of 2 deg 20 min 13.95 sec for Greenwich-Paris meridian difference.,1875,7011,8901,1365,Topographic mapping.,Superseded by Voirol 1879 (code 6671).,IGN Paris,EPSG,2004-01-07,2003.361,0
+6304,Voirol 1875,geodetic,Fundamental point: Voirol. Latitude: 36 deg 45 min 07.927 sec N; Longitude: 3 deg 02 min 49.435 sec E of Greenwich. Uses RGS (and old IGN) value of 2 deg 20 min 13.95 sec for Greenwich-Paris meridian difference.,1875,7011,8901,1365,Topographic mapping.,Replaced by Voirol 1879 (code 6671).,IGN Paris,EPSG,2004-01-07,2003.361,0
 6306,Bern 1938,geodetic,Fundamental point: Old Bern observatory. Latitude: 46 deg 57 min  7.890 sec N; Longitude: 7 deg 26 min 22.335 sec E (of Greenwich).,1938,7004,8901,1286,Topographic mapping.,This redetermination of the coordinates of fundamental point is used for scientific purposes and as the graticule overprinted on topographic maps constructed on the CH1903 / LV03 projected CS (code 21781).,"""Die Projektionen der schweizerischen Plan- und Kartenwerke""; J. Bolliger 1967",EPSG,1995-06-02,,0
 6307,Nord Sahara 1959,geodetic,Coordinates of primary network readjusted on ED50 datum and then transformed conformally to Clarke 1880 (RGS) ellipsoid.,1959,7012,8901,1365,Topographic mapping.,Sometimes incorrectly referred to as Voirol Unifie 1960. Voirol Unifie 1960 is NOT a datum:  it is two projected coordinate systems based on  Nord Sahara 1959.  See coordinate system codes 30791 and 30792.,"""Le System Geodesique Nord-Sahara""; IGN Paris",EPSG,2006-01-16,99.62 2003.361 2005.88,0
-6308,Stockholm 1938,geodetic,Fundamental point: Stockholm observatory,1938,7004,8901,3313,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Superseded by RT90 adjustment (datum code 6124),,EPSG,1996-04-12,,0
+6308,Stockholm 1938,geodetic,Fundamental point: Stockholm observatory,1938,7004,8901,3313,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaced by RT90 adjustment (datum code 6124),,EPSG,1996-04-12,,0
 6309,Yacare,geodetic,Fundamental point: Yacare. Latitude: 30 deg 35 min 53.68 sec S; Longitude: 57 deg 25 min 01.30 sec W of Greenwich.,,7022,8901,1247,Topographic mapping.,,NIMA http://earth-info.nima.mil/,EPSG,2005-09-05,2003.362 2005.46,0
 6310,Yoff,geodetic,Fundamental point: Yoff. Latitude: 14 deg 44 min 41.62 sec N; Longitude: 17 deg 29 min 07.02 sec W of Greenwich.,,7011,8901,1207,Topographic mapping.,,,EPSG,2003-12-31,2003.362,0
 6311,Zanderij,geodetic,,,7022,8901,1222,Topographic mapping.,,,EPSG,1995-06-02,,0
-6312,Militar-Geographische Institut,geodetic,Fundamental point: Hermannskogel. Latitude: 48 deg 16 min 15.29 sec N; Longitude: 16 deg 17 min 41.06 sec E (of Greenwich).,1901,7004,8901,1321,Topographic mapping.,Croatia is planning to define a new modern datum to supersede HR1901 (info from EuroGeographics; http://crs.ifag.de/).,Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,1995-06-02,,0
+6312,Militar-Geographische Institut,geodetic,Fundamental point: Hermannskogel. Latitude: 48 deg 16 min 15.29 sec N; Longitude: 16 deg 17 min 41.06 sec E (of Greenwich).,1901,7004,8901,1321,Topographic mapping.,Croatia is planning to define a new modern datum to replace HR1901 (info from EuroGeographics; http://crs.ifag.de/).,Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,1995-06-02,,0
 6313,Reseau National Belge 1972,geodetic,Fundamental point: Uccle observatory. Latitude: 50 deg 47 min 57.704 sec N; Longitude: 4 deg 21 min 24.983 sec E (of Greenwich).,1972,7022,8901,1347,Topographic mapping.,,,EPSG,1995-06-02,,0
-6314,Deutsches Hauptdreiecksnetz,geodetic,Fundamental point: Rauenberg. Latitude: 52 deg 27 min 12.021 sec N; Longitude: 13 deg 22 min 04.928 sec E (of Greenwich).,,7004,8901,1295,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,,EPSG,2001-11-06,2001.511,0
+6314,Deutsches Hauptdreiecksnetz,geodetic,Fundamental point: Rauenberg. Latitude: 52 deg 27 min 12.021 sec N; Longitude: 13 deg 22 min 04.928 sec E (of Greenwich).  This station was destroyed in 1910 and the station at Potsdam substituted as the fundamental point.,,7004,8901,2326,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,BKG via EuroGeographics. http://crs.bkg.bund.de,EPSG,2006-06-12,2001.511 2006.41,0
 6315,Conakry 1905,geodetic,Fundamental point: Conakry. Latitude: 10.573766g N; Longitude: 17.833682g W (of Paris).,1905,7011,8901,3257,Topographic mapping.,,,EPSG,1995-06-02,,0
-6316,Dealul Piscului 1933,geodetic,Fundamental point: latitude 44 deg 24 min 33.9606 sec N; longitude 26 deg 06 min 44.8772 sec E (of Greenwich).,1933,7022,8901,3295,Topographic mapping.,Superseded by 1970 adjustment (datum code 6317),Institute for Geodesy Photogrametry and Land Management,EPSG,1996-04-12,,0
-6317,Dealul Piscului 1970,geodetic,Fundamental point: latitude 44 deg 24 min 23.7709 sec N; longitude 26deg 06 min 44.1265 sec E (of Greenwich).,1970,7024,8901,1197,Topographic mapping.,Supersedes 1933 adjustment (datum code 6316),Institute for Geodesy Photogrametry and Land Management,EPSG,1996-04-12,,0
-6318,National Geodetic Network,geodetic,,1993,7030,8901,3267,Geodetic survey.,Supersedes 1984 adjustment which used the WGS72 ellipsoid.,,EPSG,2004-06-16,2004.41,0
+6316,Dealul Piscului 1933,geodetic,Fundamental point: latitude 44 deg 24 min 33.9606 sec N; longitude 26 deg 06 min 44.8772 sec E (of Greenwich).,1933,7022,8901,3295,Topographic mapping.,Replaced by 1970 adjustment (datum code 6317),Institute for Geodesy Photogrametry and Land Management,EPSG,1996-04-12,,0
+6317,Dealul Piscului 1970,geodetic,Fundamental point: latitude 44 deg 24 min 23.7709 sec N; longitude 26deg 06 min 44.1265 sec E (of Greenwich).,1970,7024,8901,1197,Topographic mapping.,Replaces 1933 adjustment (datum code 6316),Institute for Geodesy Photogrametry and Land Management,EPSG,1996-04-12,,0
+6318,National Geodetic Network,geodetic,,1993,7030,8901,3267,Geodetic survey.,Replaces 1984 adjustment which used the WGS72 ellipsoid.,,EPSG,2004-06-16,2004.41,0
 6319,Kuwait Utility,geodetic,,,7019,8901,1310,"Cadastre, engineering survey.",,,EPSG,1996-04-12,,0
-6322,World Geodetic System 1972,geodetic,Developed from a worldwide distribution of terrestrial and geodetic satellite observations and defined through a set of station coordinates.,1972,7043,8901,1262,Satellite navigation.,Used by GPS before 1987. For Transit satellite positioning see also WGS 72BE. Datum code 6323 reserved for southern hemisphere ProjCS's.,NIMA http://earth-info.nima.mil/,EPSG,2005-09-06,99.03 2003.362 2005.46,0
-6324,WGS 72 Transit Broadcast Ephemeris,geodetic,,1972,7043,8901,1262,Satellite navigation.,Alleged datum for use with Transit broadcast ephemeris prior to 1989. Relationship to WGS 72 has changed over time.  Datum code 6325 reserved for southern hemisphere ProjCS's.,,EPSG,1999-04-22,99.03,0
+6322,World Geodetic System 1972,geodetic,Developed from a worldwide distribution of terrestrial and geodetic satellite observations and defined through a set of station coordinates.,1972,7043,8901,1262,Satellite navigation.,Used by GPS before 1987. For Transit satellite positioning see also WGS 72BE.,NIMA http://earth-info.nima.mil/,EPSG,2006-08-24,99.03 2003.362 2005.46 2006.82,0
+6324,WGS 72 Transit Broadcast Ephemeris,geodetic,,1972,7043,8901,1262,Satellite navigation.,Alleged datum for use with Transit broadcast ephemeris prior to 1989. Relationship to WGS 72 has changed over time.,,EPSG,2006-08-24,99.03 2006.82,0
 6326,World Geodetic System 1984,geodetic,"Defined through a consistent set of station coordinates. These have changed with time: by 0.7m on 29/6/1994 [WGS 84 (G730)], a further 0.2m on 29/1/1997 [WGS 84 (G873)] and a further 0.06m on 20/1/2002 [WGS 84 (G1150)].",1984,7030,8901,1262,Satellite navigation.,"EPSG's WGS 84 datum has been the then current realisation. No distinction is made between the original WGS 84 frame, WGS 84 (G730), WGS 84 (G873) and WGS 84 (G1150). Since 1997, WGS 84 has been maintained within 10cm of the then current ITRF.","NIMA TR8350.2 June 2004 revision. http://earth-info.nga.mil/GandG/publications/tr8350.2/tr8350_2.html and 
-http://gis-lab.info/docs/nima-tr8350.2-addendum.pdf",EPSG,2005-09-06,2002.151 2002.89 2003.27 2005.46 2005.55,0
+http://gis-lab.info/docs/nima-tr8350.2-addendum.pdf",EPSG,2006-08-25,2002.151 2002.89 2003.27 2005.46 2005.55 2006.81,0
 6600,Anguilla 1957,geodetic,"Fundamental point: station A4, Police.",1957,7012,8901,3214,Topographic mapping.,,Ordnance Survey of Great Britain.,EPSG,1999-04-22,,0
 6601,Antigua 1943,geodetic,Fundamental point: station A14.,1943,7012,8901,1273,Topographic mapping.,,Ordnance Survey of Great Britain.,EPSG,1999-04-22,,0
 6602,Dominica 1945,geodetic,Fundamental point: station M12.,1945,7012,8901,3239,Topographic mapping.,,Ordnance Survey of Great Britain.,EPSG,1999-04-22,,0
@@ -356,98 +361,101 @@
 6608,North American Datum 1927 (1976),geodetic,Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).,1976,7008,8901,1367,"Geodetic survey, cadastre, topographic mapping, engineering survey.",NAD27(76) used in Ontario for all maps at scale 1/20 000 and larger; elsewhere in Canada for selected purposes.,Geodetic Survey of Canada.,EPSG,1999-05-12,,0
 6609,North American Datum 1927 (CGQ77),geodetic,Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).,1977,7008,8901,1368,"Geodetic survey, cadastre, topographic mapping, engineering survey.",NAD27 (CGQ77) used in Quebec for all maps at scale 1/20 000 and larger; generally for maps issued by the Quebec cartography office whose reference system is CGQ77.,Geodetic Service of Quebec.  Contact alain.bernard at mrn.gouv.qc.ca,EPSG,1999-05-12,,0
 6610,Xian 1980,geodetic,,1980,7049,8901,3228,"Geodetic survey, topographic and engineering survey.",,BP,EPSG,2002-02-12,,0
-6611,Hong Kong 1980,geodetic,"Fundamental point: Trig ""Zero"", 38.4 feet south along the transit circle of the Kowloon Observatory. Latitude 22deg 18min 12.82sec North, longitude 114deg 10min 18.75sec East.",1980,7022,8901,1118,"Geodetic survey, topgraphic and engineering survey, cadastre.",Supersedes Hong Kong 1963 and Hong Kong 1963(67).,"Survey and Mapping Office, Lands Department. http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2006-02-06,2005.26,0
-6612,Japanese Geodetic Datum 2000,geodetic,ITRF94 at epoch 1997.0,2000,7019,8901,1129,"Geodetic survey, topographic and engineering survey.",Instigated under amendment to the Japanese Surveying Law with effect from April 2002. Supersedes Tokyo datum (code 6301).,Japanese Survey Federation and Geographical Survey Institute http://www.gsi.go.jp/ENGLISH/RESEARCH/BULLETIN/vol-45/45abst1.htm,EPSG,2002-06-22,,0
+6611,Hong Kong 1980,geodetic,"Fundamental point: Trig ""Zero"", 38.4 feet south along the transit circle of the Kowloon Observatory. Latitude 22deg 18min 12.82sec North, longitude 114deg 10min 18.75sec East.",1980,7022,8901,1118,"Geodetic survey, topgraphic and engineering survey, cadastre.",Replaces Hong Kong 1963 and Hong Kong 1963(67).,"Survey and Mapping Office, Lands Department. http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2006-02-06,2005.26,0
+6612,Japanese Geodetic Datum 2000,geodetic,ITRF94 at epoch 1997.0,2000,7019,8901,1129,"Geodetic survey, topographic and engineering survey.",Instigated under amendment to the Japanese Surveying Law with effect from April 2002. Replaces Tokyo datum (code 6301).,Japanese Survey Federation and Geographical Survey Institute http://www.gsi.go.jp/ENGLISH/RESEARCH/BULLETIN/vol-45/45abst1.htm,EPSG,2002-06-22,,0
 6613,Gunung Segara,geodetic,"Station P5 (Gunung Segara). Latitude 0deg 32min 12.83sec S, longitude  117deg 08min 48.47sec E (of Greenwich).",,7004,8901,1360,Topographic mapping.,,TotalFinaElf.,EPSG,2002-06-22,,0
 6614,Qatar National Datum 1995,geodetic,Defined by transformation from WGS 84 - see coordinate operation code 1840.,1995,7022,8901,1346,Topographic mapping.,,Qatar Centre for Geographic Information.,EPSG,2002-06-28,,0
-6615,Porto Santo 1936,geodetic,SE Base on Porto Santo island.,1936,7022,8901,1314,Topographic mapping.,Superseded by 1995 adjustment (datum code 6663). For Selvagens see Selvagem Grande (code 6616).,Instituto Geografico e Cadastral Lisbon http://www.igeo.pt,EPSG,2003-08-14,2003.231 2003.232,0
+6615,Porto Santo 1936,geodetic,SE Base on Porto Santo island.,1936,7022,8901,1314,Topographic mapping.,Replaced by 1995 adjustment (datum code 6663). For Selvagens see Selvagem Grande (code 6616).,Instituto Geografico e Cadastral Lisbon http://www.igeo.pt,EPSG,2003-08-14,2003.231 2003.232,0
 6616,Selvagem Grande,geodetic,,,7022,8901,2779,Topographic mapping.,,Instituto Geografico e Cadastral Lisbon http://www.igeo.pt,EPSG,2003-08-14,2003.232,0
 6618,South American Datum 1969,geodetic,Fundamental point: Chua. Geodetic latitude: 19 deg 45 min 41.6527 sec S; geodetic longitude: 48 deg 06 min 04.0639 sec W (of Greenwich). (Astronomic coordinates: Latitude 19 deg 45 min 41.34 +/- 0.05 sec S; Longitude 48 deg 06 min 07.80 +/- 0.08 sec W).,1969,7050,8901,1358,Topographic mapping.,SAD69 uses GRS 1967 ellipsoid but with 1/f to exactly 2 decimal places.,DMA 1974.,EPSG,2004-01-09,2003.362,0
 6619,SWEREF99,geodetic,Densification of ETRS89.,1982,7019,8901,1225,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,National Land Survey of Sweden http://www.lantmateriet.se,EPSG,2002-09-19,,0
 6620,Point 58,geodetic,Fundamental point: Point 58. Latitude: 3 deg 58 min 37.040 sec N; Longitude: 12 deg 52 min 44.045 sec E (of Greenwich).,1969,7012,8901,2790,Geodetic survey,Used as the basis for computation of the 12th Parallel traverse conducted 1966-70 from Senegal to Chad and connecting to the Adindan triangulation in Sudan.,IGN Paris.,EPSG,2002-09-19,,0
-6621,Fort Marigot,geodetic,,,7022,8901,2828,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Superseded by RRAF 1991 (datum code 6640).,IGN Paris.,EPSG,2002-11-29,,0
-6622,Guadeloupe 1948,geodetic,,1948,7022,8901,2829,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Superseded by RRAF 1991 (datum code 6640).,IGN Paris.,EPSG,2004-10-14,2004.561,0
-6623,Centre Spatial Guyanais 1967,geodetic,Fundamental point: Kourou-Diane. Latitude: 5 deg 15 min 53.699 sec N; Longitude: 52 deg 48 min 09.149 sec W (of Greenwich).,1967,7022,8901,3105,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Superseded by RGFG95 (code 6624).,IGN Paris.,EPSG,2005-04-24,2004.562,0
-6624,Reseau Geodesique Francais Guyane 1995,geodetic,ITRF93 at epoch 1995.0,1995,7019,8901,1097,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Supersedes CSG67 (datum code 6623).,IGN Paris.,EPSG,2002-11-29,,0
-6625,Martinique 1938,geodetic,Fundamental point: Fort Desaix. Latitude: 14 deg 36 min 54.090 sec N; Longitude: 61 deg 04 min 04.030 sec W (of Greenwich).,1938,7022,8901,3276,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Superseded by RRAF 1991 (datum code 6640).,IGN Paris.,EPSG,2004-10-14,2004.561,0
-6626,Reunion 1947,geodetic,Fundamental point: Piton des Neiges (Borne). Latitude: 21 deg 05 min 13.119 sec S; Longitude: 55 deg 29 min 09.193 sec E (of Greenwich).,1947,7022,8901,3337,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Superseded by RGR92 (datum code 6627).,IGN Paris.,EPSG,2004-10-14,2004.561,0
-6627,Reseau Geodesique de la Reunion 1992,geodetic,ITRF91 at epoch 93.0,1992,7019,8901,1196,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Supersedes Piton des Neiges (code 6626).,IGN Paris.,EPSG,2002-11-29,,0
-6628,Tahiti 52,geodetic,Fundamental point: Tahiti North Base. Latitude: 17 deg 38 min 10.0 sec S; Longitude: 149 deg 36 min 57.8 sec W (of Greenwich).,1952,7022,8901,2811,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Superseded by Tahiti 79 (datum code 6690) in Tahiti and Moorea 87 (code 6691) in Moorea.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2002-11-29,2005.38,0
-6629,Tahaa 54,geodetic,Fundamental point: Tahaa East Base. Latitude: 16 deg 33 min 20.97 sec S; Longitude: 151 deg 29 min 06.25 sec W (of Greenwich).,1954,7022,8901,2812,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Superseded by RGPF (datum code 6687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,2005.38,0
-6630,IGN72 Nuku Hiva,geodetic,Fundamental point: Taiohae. Latitude: 8 deg 55 min 03.97 sec S; Longitude: 140 deg 05 min 36.24 sec W (of Greenwich).,1972,7022,8901,3129,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Superseded by RGPF (datum code 6687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,2005.38,0
+6621,Fort Marigot,geodetic,,,7022,8901,2828,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaced by RRAF 1991 (datum code 6640).,IGN Paris.,EPSG,2002-11-29,,0
+6622,Guadeloupe 1948,geodetic,,1948,7022,8901,2829,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaced by RRAF 1991 (datum code 6640).,IGN Paris.,EPSG,2004-10-14,2004.561,0
+6623,Centre Spatial Guyanais 1967,geodetic,Fundamental point: Kourou-Diane. Latitude: 5 deg 15 min 53.699 sec N; Longitude: 52 deg 48 min 09.149 sec W (of Greenwich).,1967,7022,8901,3105,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaced by RGFG95 (code 6624).,IGN Paris.,EPSG,2005-04-24,2004.562,0
+6624,Reseau Geodesique Francais Guyane 1995,geodetic,ITRF93 at epoch 1995.0,1995,7019,8901,1097,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaces CSG67 (datum code 6623).,IGN Paris.,EPSG,2002-11-29,,0
+6625,Martinique 1938,geodetic,Fundamental point: Fort Desaix. Latitude: 14 deg 36 min 54.090 sec N; Longitude: 61 deg 04 min 04.030 sec W (of Greenwich).,1938,7022,8901,3276,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaced by RRAF 1991 (datum code 6640).,IGN Paris.,EPSG,2004-10-14,2004.561,0
+6626,Reunion 1947,geodetic,Fundamental point: Piton des Neiges (Borne). Latitude: 21 deg 05 min 13.119 sec S; Longitude: 55 deg 29 min 09.193 sec E (of Greenwich).,1947,7022,8901,3337,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaced by RGR92 (datum code 6627).,IGN Paris.,EPSG,2004-10-14,2004.561,0
+6627,Reseau Geodesique de la Reunion 1992,geodetic,ITRF91 at epoch 1993.0,1992,7019,8901,1196,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaces Piton des Neiges (code 6626).,IGN Paris.,EPSG,2006-08-18,2006.77,0
+6628,Tahiti 52,geodetic,Fundamental point: Tahiti North Base. Latitude: 17 deg 38 min 10.0 sec S; Longitude: 149 deg 36 min 57.8 sec W (of Greenwich).,1952,7022,8901,2811,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaced by Tahiti 79 (datum code 6690) in Tahiti and Moorea 87 (code 6691) in Moorea.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2002-11-29,2005.38,0
+6629,Tahaa 54,geodetic,Fundamental point: Tahaa East Base. Latitude: 16 deg 33 min 20.97 sec S; Longitude: 151 deg 29 min 06.25 sec W (of Greenwich).,1954,7022,8901,2812,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaced by RGPF (datum code 6687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,2005.38,0
+6630,IGN72 Nuku Hiva,geodetic,Fundamental point: Taiohae. Latitude: 8 deg 55 min 03.97 sec S; Longitude: 140 deg 05 min 36.24 sec W (of Greenwich).,1972,7022,8901,3129,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaced by RGPF (datum code 6687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,2005.38,0
 6631,K0 1949,geodetic,,1949,7022,8901,2816,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,IGN Paris.,EPSG,2002-11-29,,1
 6632,Combani 1950,geodetic,,1950,7022,8901,3340,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,IGN Paris.,EPSG,2002-11-29,,0
-6633,IGN56 Lifou,geodetic,,1956,7022,8901,2814,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,0
-6634,IGN72 Grande Terre,geodetic,,1972,7022,8901,2822,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,0
-6635,ST87 Ouvea,geodetic,,1987,7022,8901,2813,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,0
+6633,IGN56 Lifou,geodetic,South end of the Goume base.,1956,7022,8901,2814,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.dittt.gouv.nc",EPSG,2006-07-21,2006.62,0
+6634,IGN72 Grande Terre,geodetic,North end of Gomen base.,1972,7022,8901,2822,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.dittt.gouv.nc",EPSG,2006-07-21,2006.62,0
+6635,ST87 Ouvea,geodetic,,1987,7022,8901,2813,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,1
 6636,Petrels 1972,geodetic,Fundamental point: Astro station DZ on Ile de Petrels. Latitude: 66 deg 40 min 00 sec S; Longitude: 140 deg 00 min 46 sec E (of Greenwich).,1972,7022,8901,2817,"Geodetic survey,  topographic mapping.",,IGN Paris.,EPSG,2002-11-29,,0
 6637,Pointe Geologie Perroud 1950,geodetic,Fundamental point: Astro station G.0 on Pointe Geologie. Latitude: 66 deg 39 min 30 sec S; Longitude: 140 deg 01 min 00 sec E (of Greenwich).,1950,7022,8901,2818,"Geodetic survey,  topographic mapping.",,IGN Paris.,EPSG,2002-11-29,,0
 6638,Saint Pierre et Miquelon 1950,geodetic,,1950,7008,8901,1220,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,IGN Paris.,EPSG,2006-02-03,2006.06,0
 6639,MOP78,geodetic,,1978,7022,8901,2815,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,IGN Paris.,EPSG,2002-11-29,,0
-6640,Reseau de Reference des Antilles Francaises 1991,geodetic,WGS 84 coordinates of a single station determined during the 1988 Tango mission.,1991,7030,8901,2824,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Supersedes Fort Marigot and Sainte Anne (datum codes 6621-22) in Guadeloupe and Fort Desaix (datum code 6625) in Martinique.,IGN Paris.,EPSG,2004-03-26,2004.20,0
-6641,IGN53 Mare,geodetic,,1953,7022,8901,2819,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,0
-6642,ST84 Ile des Pins,geodetic,,1984,7022,8901,2820,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,0
+6640,Reseau de Reference des Antilles Francaises 1991,geodetic,WGS 84 coordinates of a single station determined during the 1988 Tango mission.,1991,7030,8901,2824,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaces Fort Marigot and Sainte Anne (datum codes 6621-22) in Guadeloupe and Fort Desaix (datum code 6625) in Martinique.,IGN Paris.,EPSG,2004-03-26,2004.20,0
+6641,IGN53 Mare,geodetic,South-east end of the La Roche base.,1953,7022,8901,2819,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.dittt.gouv.nc",EPSG,2006-07-21,2006.62,0
+6642,ST84 Ile des Pins,geodetic,Pic Nga,1984,7022,8901,2820,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.dittt.gouv.nc",EPSG,2006-07-21,2006.62,0
 6643,ST71 Belep,geodetic,,1971,7022,8901,2821,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,0
-6644,NEA74 Noumea,geodetic,,1974,7022,8901,2823,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,0
-6645,Reseau Geodesique Nouvelle Caledonie 1991,geodetic,ITRF90 at 1989.0,1989,7022,8901,1174,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,0
+6644,NEA74 Noumea,geodetic,Noumea old signal station.,1974,7022,8901,2823,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.dittt.gouv.nc",EPSG,2006-07-21,2006.62,0
+6645,Reseau Geodesique Nouvelle Caledonie 1991,geodetic,ITRF90 at epoch 1989.0,1989,7022,8901,1174,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,1
 6646,Grand Comoros,geodetic,Fundamental point: M'Tsaoueni.  Latitude: 11 deg 28 min 32.200 sec S; Longitude: 43 deg 15 min 42.315 sec E (of Greenwich).,,7022,8901,2807,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,IGN Paris.,EPSG,2002-11-29,,0
-6647,IERS Terrestrial Reference Frame 1988,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1988,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at 1988.0. Superseded by ITRF89 (code 6648).,International Earth Rotation Service (IERS) Annual Report for 1988. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2002-11-29,,0
-6648,IERS Terrestrial Reference Frame 1989,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1989,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at 1989.0. Supersedes ITRF88 (code 6647). Superseded by ITRF90 (code 6649).,International Earth Rotation Service (IERS) Technical Note No. 6. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2002-11-29,,0
-6649,IERS Terrestrial Reference Frame 1990,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1990,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at 1990.0. Supersedes ITRF89 (code 6648). Superseded by ITRF91 (code 6650).,International Earth Rotation Service (IERS) Technical Note No. 9. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2002-11-29,,0
-6650,IERS Terrestrial Reference Frame 1991,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1991,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at 1991.0. Supersedes ITRF90 (code 6649). Superseded by ITRF92 (code 6651).,International Earth Rotation Service (IERS) Technical Note No. 12. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2002-11-29,,0
-6651,IERS Terrestrial Reference Frame 1992,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1992,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at 1992.0. Supersedes ITRF91 (code 6650). Superseded by ITRF93 (code 6652).,International Earth Rotation Service (IERS) Technical Note No. 15. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2002-11-29,,0
-6652,IERS Terrestrial Reference Frame 1993,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1993,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at 1993.0. Supersedes ITRF92 (code 6651). Superseded by ITRF94 (code 6653).,International Earth Rotation Service (IERS) Technical Note No. 18. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2002-11-29,,0
-6653,IERS Terrestrial Reference Frame 1994,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1994,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at 1994.0. Supersedes ITRF93 (code 6652). Superseded by ITRF96 (code 6654).,International Earth Rotation Service (IERS) Technical Note No. 20. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2002-11-29,,0
-6654,IERS Terrestrial Reference Frame 1996,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1996,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at 1996.0. Supersedes ITRF94 (code 6653). Superseded by ITRF97 (code 6655).,International Earth Rotation Service (IERS) Technical Note No. 24. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2002-11-29,,0
-6655,IERS Terrestrial Reference Frame 1997,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1997,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at 1997.0. Supersedes ITRF96 (code 6654). Superseded by ITRF2000 (code 6656).,International Earth Rotation Service (IERS) Technical Note No. 27. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2002-11-29,,0
-6656,IERS Terrestrial Reference Frame 2000,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",2000,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at 2000.0. Supersedes ITRF97 (code 6655).,IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2002-11-29,,0
+6647,International Terrestrial Reference Frame 1988,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1988,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1988.0. Replaced by ITRF89 (code 6648).,International Earth Rotation Service (IERS) Annual Report for 1988. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2006-10-13,2006.77 2006.892,0
+6648,International Terrestrial Reference Frame 1989,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1989,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1989.0. Replaces ITRF88 (code 6647). Replaced by ITRF90 (code 6649).,International Earth Rotation Service (IERS) Technical Note No. 6. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2006-10-13,2006.77 2006.892,0
+6649,International Terrestrial Reference Frame 1990,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1990,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1990.0. Replaces ITRF89 (code 6648). Replaced by ITRF91 (code 6650).,International Earth Rotation Service (IERS) Technical Note No. 9. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2006-10-13,2006.77 2006.892,0
+6650,International Terrestrial Reference Frame 1991,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1991,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1991.0. Replaces ITRF90 (code 6649). Replaced by ITRF92 (code 6651).,International Earth Rotation Service (IERS) Technical Note No. 12. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2006-10-13,2006.77 2006.892,0
+6651,International Terrestrial Reference Frame 1992,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1992,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1992.0. Replaces ITRF91 (code 6650). Replaced by ITRF93 (code 6652).,International Earth Rotation Service (IERS) Technical Note No. 15. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2006-10-13,2006.77 2006.892,0
+6652,International Terrestrial Reference Frame 1993,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1993,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1993.0. Replaces ITRF92 (code 6651). Replaced by ITRF94 (code 6653).,International Earth Rotation Service (IERS) Technical Note No. 18. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2006-10-13,2006.77 2006.892,0
+6653,International Terrestrial Reference Frame 1994,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1994,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1994.0. Replaces ITRF93 (code 6652). Replaced by ITRF96 (code 6654).,International Earth Rotation Service (IERS) Technical Note No. 20. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2006-10-13,2006.77 2006.892,0
+6654,International Terrestrial Reference Frame 1996,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1996,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1996.0. Replaces ITRF94 (code 6653). Replaced by ITRF97 (code 6655).,International Earth Rotation Service (IERS) Technical Note No. 24. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2006-10-13,2006.77 2006.892,0
+6655,International Terrestrial Reference Frame 1997,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1997,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 1997.0. Replaces ITRF96 (code 6654). Replaced by ITRF2000 (code 6656).,International Earth Rotation Service (IERS) Technical Note No. 27. Also IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2006-10-13,2006.77 2006.892,0
+6656,International Terrestrial Reference Frame 2000,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at epoch 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",2000,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 2000.0. Replaces ITRF97 (code 6655). Replaced by ITRF2005 (code 6758).,IGN Paris http://lareg.ensg.ign.fr/ITRF,EPSG,2006-10-13,2006.77 2006.892,0
 6657,Reykjavik 1900,geodetic,Fundamental point:  Latitude: 64 deg 08 min 31.88 sec N; Longitude: 21 deg 55 min 51.15 sec W (of Greenwich).,1900,7051,8901,3262,Medium scale topographic mapping.,,Landmaelingar Islands (National Survey of Iceland).,EPSG,2003-06-27,,0
 6658,Hjorsey 1955,geodetic,Fundamental point:  Latitude: 64 deg 31 min 29.26 sec N; Longitude: 22 deg 22 min 05.84 sec W (of Greenwich).,1955,7022,8901,3262,"1/50,000 scale topographic mapping.",,Landmaelingar Islands (National Survey of Iceland).,EPSG,2003-06-27,,0
-6659,Islands Network 1993,geodetic,ITRF93 at 1993.6.,1996,7019,8901,1120,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Landmaelingar Islands (National Survey of Iceland).,EPSG,2003-06-27,,0
+6659,Islands Network 1993,geodetic,ITRF93 at epoch 1993.6.,1996,7019,8901,1120,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Landmaelingar Islands (National Survey of Iceland).,EPSG,2006-08-18,2006.77,0
 6660,Helle 1954,geodetic,,1954,7022,8901,2869,"Geodetic survey, topographic mapping..",,Statens kartverk.,EPSG,2003-06-27,,0
 6661,Latvia 1992,geodetic,Constrained to 4 ETRS89 points in Latvia from the EUREF Baltic 1992 campaign.,1992,7019,8901,1139,"Topographic mapping, geodetic survey.",Densification of ETRS89 during the 1992 Baltic campaign.,Latvijas Republikas Valsts zemes dienests (State Land Service of the Republic of Latvia) via EuroGeographics. http://crs.bkg.bund.de/crs-eu/,EPSG,2003-06-27,,0
-6663,Porto Santo 1995,geodetic,SE Base on Porto Santo island. Origin and orientation constrained to those of the 1936 adjustment.,1995,7022,8901,1314,Topographic mapping.,"Classical and GPS observations. Supersedes 1936 adjustment (datum code 6615). 
+6663,Porto Santo 1995,geodetic,SE Base on Porto Santo island. Origin and orientation constrained to those of the 1936 adjustment.,1995,7022,8901,1314,Topographic mapping.,"Classical and GPS observations. Replaces 1936 adjustment (datum code 6615). 
 For Selvagens see Selvagem Grande (datum code 6616).",Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt/,EPSG,2005-09-06,2005.46,0
-6664,Azores Oriental Islands 1995,geodetic,Fundamental point: Forte de São Bras. Origin and orientation constrained to those of the 1940 adjustment.,1940,7022,8901,1345,Topographic mapping.,Classical and GPS observations. Supersedes 1940 adjustment (datum code 6184).,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt/,EPSG,2005-09-06,2005.46,0
-6665,Azores Central Islands 1995,geodetic,Fundamental point: Graciosa south west base. Origin and orientation constrained to those of the 1948 adjustment.,1948,7022,8901,1301,Topographic mapping.,Classical and GPS observations. Supersedes 1948 adjustment (datum code 6183).,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt/,EPSG,2005-09-06,2005.46,0
-6666,Lisbon 1890,geodetic,Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 9 deg 07 min 54.862 sec W of Greenwich.,1937,7004,8901,1294,Topographic mapping.,Superseded by Lisbon 1937 adjustment (which uses International 1924 ellipsoid).,Instituto Geografico e Cadastral Lisbon http://www.igeo.pt,EPSG,2003-12-18,2003.361,0
+6664,Azores Oriental Islands 1995,geodetic,Fundamental point: Forte de São Bras. Origin and orientation constrained to those of the 1940 adjustment.,1940,7022,8901,1345,Topographic mapping.,Classical and GPS observations. Replaces 1940 adjustment (datum code 6184).,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt/,EPSG,2005-09-06,2005.46,0
+6665,Azores Central Islands 1995,geodetic,Fundamental point: Graciosa south west base. Origin and orientation constrained to those of the 1948 adjustment.,1948,7022,8901,1301,Topographic mapping.,Classical and GPS observations. Replaces 1948 adjustment (datum code 6183).,Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt/,EPSG,2005-09-06,2005.46,0
+6666,Lisbon 1890,geodetic,Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 9 deg 07 min 54.862 sec W of Greenwich.,1937,7004,8901,1294,Topographic mapping.,Replaced by Lisbon 1937 adjustment (which uses International 1924 ellipsoid).,Instituto Geografico e Cadastral Lisbon http://www.igeo.pt,EPSG,2003-12-18,2003.361,0
 6667,Iraq-Kuwait Boundary Datum 1992,geodetic,Four stations established between September and December 1991 determined by GPS and Doppler observations.,1992,7030,8901,2876,International boundary demarcation,,"United Nations Iraq-Kuwait Boundary Demarcation Commission, Final Report, May 1993.",EPSG,2003-09-01,,0
-6668,European Datum 1979,geodetic,Fundamental point: Potsdam (Helmert Tower). Latitude: 52 deg 22 min 51.4456 sec N; Longitude: 13 deg  3 min 58.9283 sec E (of Greenwich).,1979,7022,8901,1297,Scientific network.,Superseded by 1987 adjustment.,,EPSG,2003-12-31,,0
+6668,European Datum 1979,geodetic,Fundamental point: Potsdam (Helmert Tower). Latitude: 52 deg 22 min 51.4456 sec N; Longitude: 13 deg  3 min 58.9283 sec E (of Greenwich).,1979,7022,8901,1297,Scientific network.,Replaced by 1987 adjustment.,,EPSG,2003-12-31,,0
 6670,Istituto Geografico Militaire 1995,geodetic,Network of 1296 points observed 1992-1995 and adjusted in 1996 constrained to 9 ETRS89 points. Densification of ETRS89 in Italy.,1995,7030,8901,1127,Geodetic survey and scientific study.,,ENI,EPSG,2004-01-07,,0
-6671,Voirol 1879,geodetic,Fundamental point: Voirol. Latitude: 36 deg 45 min 08.199 sec N; Longitude: 3 deg 02 min 49.435 sec E of Greenwich. Uses RGS (and old IGN) value of 2 deg 20 min 13.95 sec for Greenwich-Paris meridian difference.,1879,7011,8901,1365,Topographic mapping.,Supersedes Voirol 1875 (code 6304).,IGN Paris,EPSG,2004-01-07,,0
-6672,Chatham Islands Datum 1971,geodetic,,1971,7022,8901,2889,"Geodetic survey, topographic mapping, engineering survey.",Superseded by Chatham Islands Datum 1979 (code 6673).,"Office of Surveyor General (OSG) Technical Report 14, June 2001.",EPSG,2004-02-17,,0
-6673,Chatham Islands Datum 1979,geodetic,Fundamental point: station Astro. Latitude: 43 deg 57 min 23.60 sec S; Longitude: 176 deg 34 min 28.65 sec W (of Greenwich).,1979,7022,8901,2889,"Geodetic survey, topographic mapping, engineering survey.",Supersedes Chatham Islands Datum 1971 (code 6672). Superseded by New Zealand Geodetic Datum 2000 (code 6167) from March 2000.,"Office of Surveyor General (OSG) Technical Report 14, June 2001.",EPSG,2004-02-17,,0
-6674,Sistema de Referencia Geocentrico para America del Sur 2000,geodetic,ITRF2000 epoch 2000.40.,2000,7019,8901,1341,Geodetic survey.,Realised by a frame of 184 stations observed in 2000 and adjusted in the ITRF2000. Includes ties to tide gauges. Supersedes SIRGAS 1995.,"IBGE Brazil,  http://www1.ibge.gov.br/",EPSG,2005-12-30,2005.46 2005.83,0
-6675,Guam 1963,geodetic,Fundamental point: Tagcha. Latitude: 13 deg 22 min 38.49 sec N; Longitude: 144 deg 45 min 51.56 sec E (of Greenwich).,1963,7008,8901,3255,Topographic mapping.,Superseded by NAD83(HARN),US National Geospatial Intelligence Agency (NGA). http://earth-info.nga.mil/,EPSG,2005-09-06,2005.46,0
-6676,Vientiane 1982,geodetic,Fundamental point: Vientiane (Nongteng) Astro Pillar. Latitude: 18 deg 01 min 31.6301 sec N; Longitude: 102 deg 30 min 56.6999 sec E (of Greenwich).,1982,7024,8901,1138,Topographic mapping.,Superseded by Lao 1993.,National Geographic Department,EPSG,2004-04-27,,0
-6677,Lao 1993,geodetic,Fundamental point: Lao 1982 coordinates of Pakxa pillar. Latitude: 18 deg 23 min 57.0056 sec N; Longitude: 103 deg 38 min 41.8020 sec E (of Greenwich). Orientation parallel with WGS 84.,1993,7024,8901,1138,Topographic mapping.,Supersedes Vientiane 1982. Superseded by Lao 1997,National Geographic Department,EPSG,2004-04-27,,0
-6678,Lao National Datum 1997,geodetic,Fundamental point: Vientiane (Nongteng) Astro Pillar. Latitude: 18 deg 01 min 31.3480 sec N; Longitude: 102 deg 30 min 57.1376 sec E (of Greenwich).,1997,7024,8901,1138,"Cadastre, topographic mapping, engineering survey.",Supersedes Lao 1993.,National Geographic Department,EPSG,2004-04-27,,0
-6679,Jouik 1961,geodetic,,1961,7012,8901,2967,Hydrographic charting.,,Woodside,EPSG,2004-10-14,,0
-6680,Nouakchott 1965,geodetic,Nouakchott astronomical point.,1965,7012,8901,2968,Topographic survey.,"Triangulation limited to environs of Nouakchott. Extended in 1982 by satellite translocation from a single station ""Ruines"" to support Syledis chain for offshore operations.",IGN Paris and various industry sources.,EPSG,2004-10-14,,0
-6681,Mauritania 1999,geodetic,,1999,7012,8901,1157,"Minerals management, topographic mapping.","A network of 36 GPS stations tied to ITRF96, 8 of which are IGN astronomic points. CARE! This datum record under investigation - may be in error.",Woodside,EPSG,2004-10-14,,0
-6682,Gulshan 303,geodetic,"Gulshan garden, Dhaka.",1995,7015,8901,1041,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,IGN,EPSG,2004-10-14,,0
-6683,Philippine Reference System 1992,geodetic,"Fundamental point: Balacan. Latitude: 13 deg 33 min 41.000 sec N; Longitude: 121 deg 52 min  03.000 sec E (of Greenwich), geoid-ellipsoid separation 0.34m.",1992,7008,8901,1190,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Supersedes Luzon 1911 datum (code 6253).,"National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,,0
+6671,Voirol 1879,geodetic,Fundamental point: Voirol. Latitude: 36 deg 45 min 08.199 sec N; Longitude: 3 deg 02 min 49.435 sec E of Greenwich. Uses RGS (and old IGN) value of 2 deg 20 min 13.95 sec for Greenwich-Paris meridian difference.,1879,7011,8901,1365,Topographic mapping.,Replaces Voirol 1875 (code 6304).,IGN Paris,EPSG,2004-01-07,,0
+6672,Chatham Islands Datum 1971,geodetic,,1971,7022,8901,2889,"Geodetic survey, topographic mapping, engineering survey.",Replaced by Chatham Islands Datum 1979 (code 6673).,"Office of Surveyor General (OSG) Technical Report 14, June 2001.",EPSG,2004-02-17,,0
+6673,Chatham Islands Datum 1979,geodetic,Fundamental point: station Astro. Latitude: 43 deg 57 min 23.60 sec S; Longitude: 176 deg 34 min 28.65 sec W (of Greenwich).,1979,7022,8901,2889,"Geodetic survey, topographic mapping, engineering survey.",Replaces Chatham Islands Datum 1971 (code 6672). Replaced by New Zealand Geodetic Datum 2000 (code 6167) from March 2000.,"Office of Surveyor General (OSG) Technical Report 14, June 2001.",EPSG,2004-02-17,,0
+6674,Sistema de Referencia Geocentrico para America del Sur 2000,geodetic,ITRF2000 at epoch 2000.40.,2000,7019,8901,3418,Geodetic survey.,Realised by a frame of 184 stations observed in 2000 and adjusted in the ITRF2000. Includes ties to tide gauges. Replaces SIRGAS 1995 system for South America; expands SIRGAS to Mexico and Central America.,"IBGE Brazil,  http://www1.ibge.gov.br/",EPSG,2006-08-18,2005.46 2005.83 2006.465 2006.77,0
+6675,Guam 1963,geodetic,Fundamental point: Tagcha. Latitude: 13 deg 22 min 38.49 sec N; Longitude: 144 deg 45 min 51.56 sec E (of Greenwich).,1963,7008,8901,3255,Topographic mapping.,Replaced by NAD83(HARN),US National Geospatial Intelligence Agency (NGA). http://earth-info.nga.mil/,EPSG,2005-09-06,2005.46,0
+6676,Vientiane 1982,geodetic,Fundamental point: Vientiane (Nongteng) Astro Pillar. Latitude: 18 deg 01 min 31.6301 sec N; Longitude: 102 deg 30 min 56.6999 sec E (of Greenwich).,1982,7024,8901,1138,Topographic mapping.,Replaced by Lao 1993.,National Geographic Department,EPSG,2004-04-27,,0
+6677,Lao 1993,geodetic,Fundamental point: Lao 1982 coordinates of Pakxa pillar. Latitude: 18 deg 23 min 57.0056 sec N; Longitude: 103 deg 38 min 41.8020 sec E (of Greenwich). Orientation parallel with WGS 84.,1993,7024,8901,1138,Topographic mapping.,Replaces Vientiane 1982. Replaced by Lao 1997,National Geographic Department,EPSG,2004-04-27,,0
+6678,Lao National Datum 1997,geodetic,Fundamental point: Vientiane (Nongteng) Astro Pillar. Latitude: 18 deg 01 min 31.3480 sec N; Longitude: 102 deg 30 min 57.1376 sec E (of Greenwich).,1997,7024,8901,1138,"Cadastre, topographic mapping, engineering survey.",Replaces Lao 1993.,National Geographic Department,EPSG,2004-04-27,,0
+6679,Jouik 1961,geodetic,,1961,7012,8901,2967,Hydrographic charting.,Replaced by Mauritania 1999 (datum code 6702).,Woodside,EPSG,2006-06-12,2006.44,0
+6680,Nouakchott 1965,geodetic,Nouakchott astronomical point.,1965,7012,8901,2968,Topographic survey.,"Triangulation limited to environs of Nouakchott. Extended in 1982 by satellite translocation from a single station ""Ruines"" to support Syledis chain for offshore operations. Replaced by Mauritania 1999 (datum code 6602).",IGN Paris and various industry sources.,EPSG,2006-06-12,2006.44,0
+6681,Mauritania 1999,geodetic,,1999,7012,8901,1157,"Minerals management, topographic mapping.","A network of 36 GPS stations tied to ITRF96, 8 of which are IGN astronomic points.",Woodside,EPSG,2004-10-14,,1
+6682,Gulshan 303,geodetic,"Gulshan garden, Dhaka.",1995,7015,8901,1041,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Network of more than 140 control points observed and adjusted in 1995 by Japan International Cooperation Agency (JICA).,Survey of Bangladesh via IGN Paris and Tullow Oil.,EPSG,2006-06-22,2006.47,0
+6683,Philippine Reference System 1992,geodetic,"Fundamental point: Balacan. Latitude: 13 deg 33 min 41.000 sec N; Longitude: 121 deg 52 min  03.000 sec E (of Greenwich), geoid-ellipsoid separation 0.34m.",1992,7008,8901,1190,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaces Luzon 1911 datum (code 6253).,"National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,,0
 6684,Gan 1970,geodetic,,1970,7022,8901,3274,Topographic mapping.,"In some references incorrectly named ""Gandajika 1970"". See datum code 6685.",Various industry sources.,EPSG,2005-04-14,,0
 6685,Gandajika,geodetic,Gandajika base,1953,7022,8901,1259,Topographic mapping.,In some references incorrectly attributed to the Maldives. See datum code 6684.,Various industry sources.,EPSG,2005-04-14,,1
-6686,Marco Geocentrico Nacional de Referencia,geodetic,ITRF94 at 1995.4.  Bogota observatory coordinates: Latitude: 4 deg 35 min 46.3215 sec N; Longitude: 74 deg 04 min 39.0285 sec W (of Greenwich).,2004,7019,8901,3229,Geodetic survey.,Densification of SIRGAS 1995 within Colombia. Supersedes Bogota 1975 (datum code 6218).,"Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,0
-6687,Reseau Geodesique de la Polynesie Francaise,geodetic,"ITRF92 at 1993.0. Densification by GPS of the Reference Network of French Polynesia, a coordinate set of 13 stations determined through DORIS observations.",1993,7019,8901,1098,Geodetic survey.,"Supersedes Tahaa 54 (datum code 6629), IGN 63 Hiva Oa (6689), IGN 72 Nuku Hiva (6630), Maupiti 83 (6692), MHEFO 55 (6688), Moorea 87 (6691) and Tahiti 79 (6690).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie. Also www.shom.fr, technical report 002/199.",EPSG,2005-08-12,,0
-6688,Fatu Iva 72,geodetic,Fundamental point: Latitude: 9 deg 25 min 58.00 sec S; Longitude: 138 deg 55 min 06.25 sec W (of Greenwich).,1972,7022,8901,3133,Hydrographic and topographic survey.,Recomputed by IGN in 1972 using origin and observations of 1953-1955 Mission Hydrographique des Establissements Francais d'Oceanie (MHEFO 55). Superseded by RGPF (datum code 6687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0
-6689,IGN63 Hiva Oa,geodetic,Fundamental point: Atuona. Latitude: 9 deg 48 min 27.20 sec S; Longitude: 139 deg 02 min 15.45 sec W (of Greenwich).,1963,7022,8901,3130,Hydrographic and topographic survey.,Superseded by RGPF (datum code 6687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0
-6690,Tahiti 79,geodetic,Fundamental point: Tahiti North Base. Latitude: 17 deg 38 min 10.0 sec S; Longitude: 149 deg 36 min 57.8 sec W (of Greenwich).,1979,7022,8901,3124,Hydrographic and topographic survey.,Supersedes Tahiti 52 (datum code 6628) in Tahiti. Superseded by RGPF (datum code 6687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0
-6691,Moorea 87,geodetic,Two stations onTahiti whose coordinates from the Tahiti 1979 adjustment were held fixed.,1987,7022,8901,3125,Hydrographic and topographic survey.,Supersedes Tahiti 52 (datum code 6628) in Moorea. Superseded by RGPF (datum code 6687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0
-6692,Maupiti 83,geodetic,Fundamental point: Pitiahe South Base. Latitude: 16 deg 28 min 28.942 sec S; Longitude: 152 deg 14 min 55.059 sec W (of Greenwich).,1983,7022,8901,3126,Hydrographic and topographic survey.,Superseded by RGPF (datum code 6687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0
-6693,Nakhl-e Ghanem,geodetic,"Coordinates of two stations determined with respect to ITRF 2000 at 2005.2: BMT1 latitude 27 deg 42 min 09.8417 sec N, longitude 52 deg 12 min 11.0362 sec E; Total1 latitude 27 deg 31 min 03.8896 sec N, longitude 52 deg 36 min 13.1312 sec E.",2005,7030,8901,2362,Engineering survey for onshore facilities for South Pars phase 11 and Pars LNG.,,Total,EPSG,2005-08-18,,0
+6686,Marco Geocentrico Nacional de Referencia,geodetic,ITRF94 at epoch 1995.4.  Bogota observatory coordinates: Latitude: 4 deg 35 min 46.3215 sec N; Longitude: 74 deg 04 min 39.0285 sec W (of Greenwich).,2004,7019,8901,3229,Geodetic survey.,Densification of SIRGAS 1995 within Colombia. Replaces Bogota 1975 (datum code 6218).,"Instituto Geografico Agustin Codazzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2007-07-02,2006.77 2007.060,0
+6687,Reseau Geodesique de la Polynesie Francaise,geodetic,"ITRF92 at epoch 1993.0. Densification by GPS of the Reference Network of French Polynesia, a coordinate set of 13 stations determined through DORIS observations.",1993,7019,8901,1098,Geodetic survey.,"Replaces Tahaa 54 (datum code 6629), IGN 63 Hiva Oa (6689), IGN 72 Nuku Hiva (6630), Maupiti 83 (6692), MHEFO 55 (6688), Moorea 87 (6691) and Tahiti 79 (6690).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie. Also www.shom.fr, technical report 002/199.",EPSG,2006-08-18,2006.77,0
+6688,Fatu Iva 72,geodetic,Fundamental point: Latitude: 9 deg 25 min 58.00 sec S; Longitude: 138 deg 55 min 06.25 sec W (of Greenwich).,1972,7022,8901,3133,Hydrographic and topographic survey.,Recomputed by IGN in 1972 using origin and observations of 1953-1955 Mission Hydrographique des Establissements Francais d'Oceanie (MHEFO 55). Replaced by RGPF (datum code 6687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0
+6689,IGN63 Hiva Oa,geodetic,Fundamental point: Atuona. Latitude: 9 deg 48 min 27.20 sec S; Longitude: 139 deg 02 min 15.45 sec W (of Greenwich).,1963,7022,8901,3130,Hydrographic and topographic survey.,Replaced by RGPF (datum code 6687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0
+6690,Tahiti 79,geodetic,Fundamental point: Tahiti North Base. Latitude: 17 deg 38 min 10.0 sec S; Longitude: 149 deg 36 min 57.8 sec W (of Greenwich).,1979,7022,8901,3124,Hydrographic and topographic survey.,Replaces Tahiti 52 (datum code 6628) in Tahiti. Replaced by RGPF (datum code 6687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0
+6691,Moorea 87,geodetic,Two stations on Tahiti whose coordinates from the Tahiti 1979 adjustment were held fixed.,1987,7022,8901,3125,Hydrographic and topographic survey.,Replaces Tahiti 52 (datum code 6628) in Moorea. Replaced by RGPF (datum code 6687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0
+6692,Maupiti 83,geodetic,Fundamental point: Pitiahe South Base. Latitude: 16 deg 28 min 28.942 sec S; Longitude: 152 deg 14 min 55.059 sec W (of Greenwich).,1983,7022,8901,3126,Hydrographic and topographic survey.,Replaced by RGPF (datum code 6687).,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0
+6693,Nakhl-e Ghanem,geodetic,"Coordinates of two stations determined with respect to ITRF 2000 at epoch 2005.2: BMT1 latitude 27 deg 42 min 09.8417 sec N, longitude 52 deg 12 min 11.0362 sec E; Total1 latitude 27 deg 31 min 03.8896 sec N, longitude 52 deg 36 min 13.1312 sec E.",2005,7030,8901,2362,Engineering survey for onshore facilities for South Pars phase 11 and Pars LNG.,,Total,EPSG,2006-08-18,2006.77,0
 6694,Posiciones Geodesicas Argentinas 1994,geodetic,A geodetic network of 127 high accuracy surveyed points based on WGS 84 that define the National Geodetic System (Sistema Geodésico Nacional).,1994,7019,8901,1033,"Topographic mapping, geodetic survey.","Una red geodésica de 127 puntos materializados
 en el terreno que definen el Sistema Geodésico Nacional. 
-Technically, but at this record revision date not legally, superseded by POSGAR 98 (code 6190).","Instituto Geográfico Militar de la República Argentina, http://www.igm.gov.ar",EPSG,2005-09-12,,0
-6695,Katanga 1955,geodetic,Fundamental point: Tshinsenda A. Latitude: 12 deg 20 min 31.568 sec S; Longitude: 28 deg 01 min 02.971 sec E.,1955,7008,8901,3147,"Cadastre, topographic mapping, engineering survey.",Supersedes earlier adjustments.,"Clifford J. Mugnier, in Photgrammetric Engineering and Remote Sensing, June 2005.",EPSG,2005-09-30,,0
-6696,Kasai 1953,geodetic,"Two stations of the Katanga triangulation with ellipsoid change applied: Kabila, latitude 6 deg 58 min 34.023 sec S, longitude 23 deg 50 min 24.028 sec E; and Gandajika NW base, latitude 6 deg 45 min 01.057 sec S, longitude 23 deg 57 min 03.038 sec E.",1955,7012,8901,3148,"Cadastre, topographic mapping, engineering survey.",Superseded by IGC 1962 Arc of the 6th Parallel South.,Institute Geographique du Congo,EPSG,2005-09-30,,0
-6697,IGC 1962 Arc of the 6th Parallel South,geodetic,"Coordinates of 3 stations determined with respect to Arc 1950: Mulungu 4deg 47min 39.2325sec S, 29deg 59min 37.5864sec E; Nyakawembe 4deg 14min 57.3618sec S, 29deg 42min 52.8032sec E; Kavula 4deg 35min 15.8634sec S, 29deg 41min 14.2693sec E.",1962,7012,8901,3149,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Institute Geographique du Congo,EPSG,2005-09-30,,0
+Technically, but at this record revision date not legally, replaced by POSGAR 98 (code 6190).","Instituto Geográfico Militar de la República Argentina, http://www.igm.gov.ar",EPSG,2005-09-12,,0
+6695,Katanga 1955,geodetic,Fundamental point: Tshinsenda A. Latitude: 12 deg 20 min 31.568 sec S; Longitude: 28 deg 01 min 02.971 sec E.,1955,7008,8901,3147,"Cadastre, topographic mapping, engineering survey.",Replaces earlier adjustments.,"Clifford J. Mugnier, in Photogrammetric Engineering and Remote Sensing, June 2005.",EPSG,2005-09-30,,0
+6696,Kasai 1953,geodetic,"Two stations of the Katanga triangulation with ellipsoid change applied: Kabila, latitude 6 deg 58 min 34.023 sec S, longitude 23 deg 50 min 24.028 sec E; and Gandajika NW base, latitude 6 deg 45 min 01.057 sec S, longitude 23 deg 57 min 03.038 sec E.",1955,7012,8901,3148,"Cadastre, topographic mapping, engineering survey.",Replaced by IGC 1962 Arc of the 6th Parallel South.,Institute Geographique du Congo,EPSG,2005-09-30,,0
+6697,IGC 1962 Arc of the 6th Parallel South,geodetic,"Coordinates of 3 stations determined with respect to Arc 1950: Mulungu 4deg 47min 39.2325sec S, 29deg 59min 37.5864sec E; Nyakawembe 4deg 14min 57.3618sec S, 29deg 42min 52.8032sec E; Kavula 4deg 35min 15.8634sec S, 29deg 41min 14.2693sec E.",1962,7012,8901,3149,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Institute Geographique du Congo,EPSG,2006-08-25,2006.721,0
 6698,IGN 1962 Kerguelen,geodetic,K0 1949.,1949,7022,8901,2816,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,IGN Paris.,OGP,2005-11-23,,0
-6701,Institut Geographique du Congo Belge 1955,geodetic,Fundamental point: Yella east base. Latitude: 6 deg 00 min 53.139 sec S; Longitude: 12 deg 58 min 29.287 sec E.,1955,7012,8901,3171,"Cadastre, topographic mapping, engineering survey.","Superseded by IGC 1962 Arc of the 6th Parallel South, except for oil industry activities.",Institut Geographique du Congo Belge.,OGP,2005-11-28,,0
+6699,Le Pouce 1934,geodetic,Fundamental point: Le Pouce. Latitude: 20 deg 11 min 42.25 sec S; Longitude: 57 deg 31 min 18.58 sec E.,1934,7012,8901,3209,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Cartography Section, Ministry of Housing and Land.",OGP,2006-01-16,,0
+6700,IGN Astro 1960,geodetic,Realised through a set of independent astronomically-positioned points.,1960,7012,8901,1157,Small scale topographic mapping.,Observed during 1959-1960. Independent points not connected through a network. Relative accuracy estimated at 50-100m. Replaced by Mauritania 1999 (datum code 6702).,"Ministry of Works and Transport, Topography and Cartography Directive.",OGP,2006-06-12,2006.44,0
+6701,Institut Geographique du Congo Belge 1955,geodetic,Fundamental point: Yella east base. Latitude: 6 deg 00 min 53.139 sec S; Longitude: 12 deg 58 min 29.287 sec E.,1955,7012,8901,3171,"Cadastre, topographic mapping, engineering survey.","Replaced by IGC 1962 Arc of the 6th Parallel South, except for oil industry activities.",Institut Geographique du Congo Belge.,OGP,2005-11-28,,0
+6702,Mauritania 1999,geodetic,ITRF96 at epoch 1997.0,1999,7019,8901,1157,Geodesy.,"A network of 36 GPS stations tied to ITRF96, 8 of which are IGN 1962 astronomic points.","Ministry of Works and Transport, Topography and Cartography Directive.",EPSG,2006-08-18,2006.77,0
 6703,Missao Hidrografico Angola y Sao Tome 1951,geodetic,Extension of Camacupa datum into Cabinda.,1951,7012,8901,1318,Coastal hydrography.,A variation of this datum has been adopted by the oil industry but incorrectly using the International 1924 ellipsoid and not tied to the official Portuguese triangulation - see Mhast (onshore) and Mhast (offshore) (codes 6704 and 6705).,Various industry sources.,OGP,2006-01-03,,0
 6704,Mhast (onshore),geodetic,Probably adopted a Mhast 1951 coordinate set but associated an incorrect ellipsoid with it.,,7022,8901,3179,"Oil industry exploration and production. From 1979, offshore use superseded by Mhast (offshore) (code 6705).",Adopted by oil industry with intention of being Mhast 1951 (code 6703) but incorrectly (for Mhast 1951) used the International 1924 ellipsoid. This datum differs by about 400 metres from the Portuguese Mhast 1951 and Camacupa datums.,ChevronTexaco.,OGP,2006-01-03,,0
-6705,Mhast (offshore),geodetic,Fundamental point: Station Y at Malongo base camp. Latitude: 5 deg 23 min 30.810 sec S; Longitude: 12 deg 12 min  01.590 sec E (of Greenwich).,1979,7022,8901,3180,Oil industry offshore exploration and production between 1979 and 1987.,Origin coordinates determined by Transit single point position using 32 passes and transformed from WGS72BE using transformation code 15790. Differs from Mhast (onshore) by approximately 10m. Superseded in 1987 by Malongo 1987 (code 6259).,ChevronTexaco.,OGP,2006-01-03,,0
+6705,Mhast (offshore),geodetic,Fundamental point: Station Y at Malongo base camp. Latitude: 5 deg 23 min 30.810 sec S; Longitude: 12 deg 12 min  01.590 sec E (of Greenwich).,1979,7022,8901,3180,Oil industry offshore exploration and production between 1979 and 1987.,Origin coordinates determined by Transit single point position using 32 passes and transformed from WGS72BE using transformation code 15790. Differs from Mhast (onshore) by approximately 10m. Replaced in 1987 by Malongo 1987 (code 6259).,ChevronTexaco.,OGP,2006-01-03,,0
 6706,Egypt Gulf of Suez S-650 TL,geodetic,Fundamental point: Station S-650 DMX. Adopted coordinates: latitude: 28 deg 19 min 02.1907 sec N; Longitude: 33 deg 06 min  36.6344 sec E (of Greenwich). The proper Egypt 1907 coordinates for S-650 differ from these by about 20m.,1980,7020,8901,2341,Oil industry offshore exploration and production in Gulf of Suez after 1980.,"A coherent set of stations bordering the Gulf of Suez coordinated by Transit translocation (""TL"") between 1980 and 1984. Based on incorrect Egypt 1907 values for origin station S-650. Differs from true Egypt 1907 by approximately 20m.",Various industry sources.,OGP,2006-01-11,,0
 6707,Tern Island 1961,geodetic,"Fundamental point: station FRIG on tern island, station B4 on Sorol Atoll.",1961,7022,8901,3181,Military and topographic mapping,Two independent astronomic determinations considered to be consistent through adoption of common transformation to WGS 84 (see tfm code 15795).,"DMA / NIMA / NGA TR8350.2 (original 1987 first edition and 3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
 6708,Cocos Islands 1965,geodetic,Fundamental point: Anna 1.,1965,7003,8901,1069,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
@@ -456,14 +464,14 @@
 6711,Marcus Island 1952,geodetic,Marcus Island Astronomic Station.,1952,7022,8901,3203,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
 6712,Ascension Island 1958,geodetic,,1958,7022,8901,3182,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
 6713,Ayabelle Lighthouse,geodetic,Fundamental point: Ayabelle Lighthouse.,,7012,8901,1081,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
-6714,Bellevue,geodetic,,,7022,8901,1249,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
+6714,Bellevue,geodetic,,1960,7022,8901,3193,Military and topographic mapping,"Datum covers all the major islands of Vanuatu in two different adjustment blocks, but practical usage is as given in the area of use.","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-07-29,2006.51,0
 6715,Camp Area Astro,geodetic,,,7022,8901,3205,Geodetic and topographic survey,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
 6716,Phoenix Islands 1966,geodetic,,1966,7022,8901,3196,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
-6717,Cape Canaveral,geodetic,,,7008,8901,3206,US space and military operations.,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
+6717,Cape Canaveral,geodetic,Fundamental point: Central 1950.  Latitude: 28 deg 29 min 32.36555 sec N; longitude 80 deg 34 min 38.77362 sec W (of Greenwich),1963,7008,8901,3206,US space and military operations.,,"US NGS and DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-09-28,2006.87,0
 6718,Solomon 1968,geodetic,Fundamental point: GUX 1.,1968,7022,8901,1213,"Military and topographic mapping, +/- 25 meters in each component",,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
 6719,Easter Island 1967,geodetic,,1967,7022,8901,3188,"Military and topographic mapping, +/- 25 meters in each component",,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
-6720,Fiji 1986,geodetic,,1986,7043,8901,1094,Military and topographic mapping,,http://www.sopac.org/tiki/tiki-index.php?page=Pacific%20Projections,OGP,2006-01-26,,0
-6721,Fiji 1956,geodetic,"Latitude origin was obtained astronomically at station Rasusuva = 17 deg 49 min 03.13 sec South,   Longitude origin was obtained astronomically at station Suva = 178 deg 25 min 35.835 sec West.",1956,7022,8901,1094,Military and topographic mapping,,http://www.sopac.org/tiki/tiki-index.php?page=Pacific%20Projections and www.asprs.org/resources/grids/10-2000-fiji.pdf,OGP,2006-01-26,,0
+6720,Fiji Geodetic Datum 1986,geodetic,NWL 9D coordinates of 6 stations on Vitu Levu and Vanua Levu.,1986,7043,8901,1094,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaces Viti Levu 1912, Vanua Levu 1915 and Fiji 1956.","Survey Review 30,231 (January 1989).",OGP,2006-07-19,2006.50,0
+6721,Fiji 1956,geodetic,"Latitude origin was obtained astronomically at station Rasusuva = 17 deg 49 min 03.13 sec South,   Longitude origin was obtained astronomically at station Suva = 178 deg 25 min 35.835 sec East.",1956,7022,8901,3398,Military and topographic mapping,For topographic mapping replaces Viti Levu 1912 and Vanua Levu 1915. Replaced by Fiji Geodetic Datum 1986.,"SOPAC, www.sopac.org, and Clifford J. Mugnier in Photogrammetric Engineering and Remote Sensing, October 2000, www.asprs.org.",OGP,2006-07-19,2006.50,0
 6722,South Georgia 1968,geodetic,Fundamental point: ISTS 061.,1968,7022,8901,3187,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
 6723,Grand Cayman 1959,geodetic,"Fundamental point: GC1. Latitude: 19deg 17min 54.43sec North, longitude: 81deg 22min 37.17sec West.",1959,7008,8901,3185,Topographic mapping,,Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1998. http://www.asprs.org/,OGP,2006-01-26,,0
 6724,Diego Garcia 1969,geodetic,Fundamental point: ISTS 073,1969,7022,8901,3189,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
@@ -472,40 +480,62 @@
 6727,Midway 1961,geodetic,,1961,7022,8901,3202,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
 6728,Pico de la Nieves,geodetic,,,7022,8901,3199,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
 6729,Pitcairn 1967,geodetic,,1967,7022,8901,3208,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
-6730,Santo 1965,geodetic,,1965,7022,8901,3194,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
-6731,Viti Levu 1916,geodetic,,1916,7012,8901,3195,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
+6730,Santo 1965,geodetic,,1965,7022,8901,3194,Military and topographic mapping,"Datum covers all the major islands of Vanuatu in two different adjustment blocks, but practical usage is as given in the area of use.","DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-07-29,2006.51,0
+6731,Viti Levu 1916,geodetic,,1916,7012,8901,3195,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,1
 6732,Marshall Islands 1960,geodetic,,1960,7053,8901,3191,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
 6733,Wake Island 1952,geodetic,,1952,7022,8901,3190,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
 6734,Tristan 1968,geodetic,,1968,7022,8901,3184,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
 6735,Kusaie 1951,geodetic,,1951,7022,8901,3192,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
 6736,Deception Island,geodetic,,,7012,8901,3204,Military and scientific mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0
-6737,Geocentric datum of Korea,geodetic,"ITRF2000, epoch 2002.0",2002,7019,8901,1135,Geodetic survey.,,"Permanent Committee for GIS Infrastructure for Asia and the Pacific (PCGIAP), http://www.gsi.go.jp/PCGIAP",OGP,2006-01-30,,0
-6738,Hong Kong 1963,geodetic,"Fundamental point: Trig ""Zero"", 38.4 feet south along the transit circle of the Kowloon Observatory. Latitude 22deg 18min 12.82sec North, longitude 114deg 10min 18.75sec East.",1963,7007,8901,1118,Topographic mapping and hydrographic charting.,Superseded by Hong Kong 1963(67) for military purposes only in 1967.  Superseded by Hong Kong 1980.,"Survey and Mapping Office, Lands Department. http://www.info.gov.hk/landsd/",OGP,2006-02-03,,0
-6739,Hong Kong 1963(67),geodetic,"Fundamental point: Trig ""Zero"", 38.4 feet south along the transit circle of the Kowloon Observatory. Latitude 22deg 18min 12.82sec North, longitude 114deg 10min 18.75sec East.",1967,7022,8901,1118,Military mapping and charting.,Supersedes Hong Kong 1963 for military purposes only in 1967.  Superseded by Hong Kong 1980.,UK Hydrographic Office.,OGP,2006-02-03,,0
+6737,Geocentric datum of Korea,geodetic,ITRF2000 at epoch 2002.0,2002,7019,8901,1135,Geodetic survey.,,"Permanent Committee for GIS Infrastructure for Asia and the Pacific (PCGIAP), http://www.gsi.go.jp/PCGIAP",OGP,2006-08-18,2006.77,0
+6738,Hong Kong 1963,geodetic,"Fundamental point: Trig ""Zero"", 38.4 feet south along the transit circle of the Kowloon Observatory. Latitude 22deg 18min 12.82sec North, longitude 114deg 10min 18.75sec East.",1963,7007,8901,1118,Topographic mapping and hydrographic charting.,Replaced by Hong Kong 1963(67) for military purposes only in 1967.  Replaced by Hong Kong 1980.,"Survey and Mapping Office, Lands Department. http://www.info.gov.hk/landsd/",OGP,2006-02-03,,0
+6739,Hong Kong 1963(67),geodetic,"Fundamental point: Trig ""Zero"", 38.4 feet south along the transit circle of the Kowloon Observatory. Latitude 22deg 18min 12.82sec North, longitude 114deg 10min 18.75sec East.",1967,7022,8901,1118,Military mapping and charting.,Replaces Hong Kong 1963 for military purposes only in 1967.  Replaced by Hong Kong 1980.,UK Hydrographic Office.,OGP,2006-02-03,,0
+6740,Parametrop Zemp 1990,geodetic,Geocentre.,1990,7054,8901,1262,Geodetic survey.,Derived through satellite tracking techniques.,"Geodeziya i Katografiya, 1993.",OGP,2006-02-03,,0
+6741,Faroe Datum 1954,geodetic,Astronomical observations at 3 points.,1954,7022,8901,3248,"Geodetic survey, topographic mapping, engineering and cadastral survey.",Replaced by ED50 in late 1970's for all purposes other than cadastre. Replaced by fk89 for cadastre.,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-08-04,2005.472,0
+6742,Geodetic Datum of Malaysia 2000,geodetic,"ITRF2000, epoch 2000.0",2000,7019,8901,1151,"Geodetic survey, topographic mapping, engineering and cadastrral survey.",Replaces all older Malaysian datums.,GDM2000 Technical Manual; Department of Survey and Mapping Malaysia. www.jupem.gov.my,OGP,2006-03-16,,0
+6743,Karbala 1979 (Polservice),geodetic,Karbala.,1979,7012,8901,1124,Geodetic survey.,National geodetic network established by Polservice consortium.,Various industry sources.,OGP,2006-06-02,,0
+6744,Nahrwan 1934,geodetic,Fundamental point: Nahrwan south base.  Latitude: 33 deg 19 min 10.87 sec N; Longitude: 44 deg 43 min 25.54 sec E (of Greenwich).,1934,7012,8901,3390,Oil exploration and production.,"This adjustment later discovered to have a significant orientation error. In Iran replaced by FD58. In Iraq, replaced by Nahrwan 1967.",Various industry sources.,OGP,2006-06-02,,0
+6745,Rauenberg Datum/83,geodetic,Fundamental point: Rauenberg. Latitude: 52 deg 27 min 12.021 sec N; Longitude: 13 deg 22 min 04.928 sec E (of Greenwich). This station was destroyed in 1910 and the station at Potsdam substituted as the fundamental point.,1990,7004,8901,2545,"Geodetic survey, cadastre, topographic mapping, engineering survey.",RD/83 is the realisation of DHDN in Saxony. It is the resultant of applying a transformation derived at 106 points throughout former East Germany to Pulkovo 1942/83 points in Saxony.,BKG via EuroGeographics. http://crs.bkg.bund.de,OGP,2006-06-12,,0
+6746,Potsdam Datum/83,geodetic,Fundamental point: Rauenberg. Latitude: 52 deg 27 min 12.021 sec N; Longitude: 13 deg 22 min 04.928 sec E (of Greenwich). This station was destroyed in 1910 and the station at Potsdam substituted as the fundamental point.,1990,7004,8901,2544,"Geodetic survey, cadastre, topographic mapping, engineering survey.",PD/83 is the realisation of DHDN in Thuringen. It is the resultant of applying a transformation derived at 13 points on the border between East and West Germany to Pulkovo 1942/83 points in Thuringen.,BKG via EuroGeographics. http://crs.bkg.bund.de,OGP,2006-06-12,,0
+6747,Greenland 1996,geodetic,ITRF94 at epoch 1996.62,1996,7019,8901,1107,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Replaces Ammassalik 1958, Qornoq 1927 and Scoresbysund 1952.","Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-08-18,2006.77,0
+6748,Vanua Levu 1915,geodetic,"Latitude origin was obtained astronomically at station Numuiloa = 16 deg 23 min 38.36 sec South,   Longitude origin was obtained astronomically at station Suva = 178 deg 25 min 35.835 sec East.",1915,7055,8901,3401,"Geodetic survey, cadastre, topographic mapping, engineering survey.","For topographic mapping, replaced by Fiji 1956. For other purposes, replaced by Fiji 1986.","Clifford J. Mugnier in Photogrammetric Engineering and Remote Sensing, October 2000, www.asprs.org.",OGP,2006-07-19,,0
+6749,Reseau Geodesique de Nouvelle Caledonie 91-93,geodetic,ITRF90 at epoch 1989.0,1989,7019,8901,1174,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-08-18,2006.77,0
+6750,ST87 Ouvea,geodetic,Ouloup.,1987,7030,8901,2813,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topografie et des Transports Terrestres. www.dittt.gouv.nc",OGP,2006-07-21,,0
+6751,Kertau (RSO),geodetic,,1969,7056,8901,1309,Metrication of RSO grid.,Adopts metric conversion of 0.914398 metres per yard exactly. This is a truncation of the Sears 1922 ratio.,Defence Geographic Centre.,OGP,2006-07-24,,0
+6752,Viti Levu 1912,geodetic,"Latitude origin was obtained astronomically at station Monavatu = 17 deg 53 min 28.285 sec South,   Longitude origin was obtained astronomically at station Suva = 178 deg 25 min 35.835 sec East.",1912,7055,8901,3195,"Geodetic survey, cadastre, topographic mapping, engineering survey.","For topographic mapping, replaced by Fiji 1956. For other purposes, replaced by Fiji 1986.","Clifford J. Mugnier in Photogrammetric Engineering and Remote Sensing, October 2000, www.asprs.org.",OGP,2006-07-30,,0
+6753,fk89,geodetic,,1989,7022,8901,3248,Cadastre,Replaces FD54 for cadastre.,"Kort & Matrikelstyrelsen (KMS), Copenhagen.",OGP,2006-08-04,,0
+6754,Libyan Geodetic Datum 2006,geodetic,5 stations tied to ITRF2000 through 8 days of continuous observations in May 2006.,2006,7022,8901,1143,"Geodetic survey, topographic mapping, engineering survey.",Replaces ELD79.,Survey Department of Libya.,OGP,2006-08-25,,0
+6755,Datum Geodesi Nasional 1995,geodetic,ITRF91at epoch 1992.0.,1995,7030,8901,1122,"Geodetic survey, topographic mapping, engineering survey.",Replaces ID74 and all older datums.,Bakosurtanal.,OGP,2006-08-25,,0
+6756,Vietnam 2000,geodetic,"Point N00, located in the premises of the Land Administration Research Institute, Hoang Quoc Viet Street, Hanoi.",2000,7030,8901,1252,"Geodetic survey, topographic mapping, engineering survey.",Replaces Hanoi 1972.,General Director of Land Administration.,OGP,2006-09-13,,0
+6757,SVY21,geodetic,Fundamental point: Base 7 at Pierce Resevoir. Latitude: 1 deg 22 min 02.9154 sec N; Longitude: 103 deg 49 min 31.9752 sec E (of Greenwich).,2004,7030,8901,1210,Cadastre.,Replaces Kertau 1968 for cadastral purposes from August 2004.,Singapore Land Authority,OGP,2006-10-13,,0
+6758,Jamaica 2001,geodetic,Aligned to WGS 84.,2001,7030,8901,1128,"Geodetic survey, cadastre, topographic mapping, hydrographic charting, engineering survey.",,National Land Agency.,OGP,2007-01-19,,0
+6759,NAD83 (National Spatial Reference System 2007),geodetic,"Coordinates of 486 national continually operating reference system (CORS) and 195 collaborative GPS (CGPS) sites constrained to their CORS96 values, ITRF2000 at epoch 2002.0.",2007,7019,8901,1511,Geodetic survey.,,"U.S. National Geodetic Survey, http://www.ngs.noaa.gov/",OGP,2007-03-13,,0
+6760,World Geodetic System 1966,geodetic,Developed from a worldwide distribution of terrestrial and geodetic satellite observations and defined through a set of station coordinates.,1966,7025,8901,1262,Geodesy.,A worldwide 5° × 5° mean free air gravity anomaly field provided the basic data for producing the WGS 66 gravimetric geoid. Replaced by WGS 72.,US DMA/NIMA/NGA,OGP,2007-03-25,,0
 6801,CH1903 (Bern),geodetic,Fundamental point: Old Bern observatory. Latitude: 46 deg 57 min 08.660 sec N; Longitude: 0 deg E of Bern.,1903,7004,8907,1286,Topographic mapping.,,Bundesamt für Landestopographie,EPSG,2003-12-18,2003.361,0
 6802,Bogota 1975 (Bogota),geodetic,Fundamental point: Bogota observatory. Latitude: 4 deg 35 min 56.570 sec N; Longitude: 0 deg E of Bogota.,1975,7022,8904,3229,Topographic mapping.,,,EPSG,2003-12-18,2000.20 2003.361,0
-6803,Lisbon 1937 (Lisbon),geodetic,Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 0,1937,7022,8902,1294,Topographic mapping.,Supersedes Lisbon 1890 adjustment (which used Bessel 1841 ellipsoid).,Instituto Geografico e Cadastral; Lisbon,EPSG,1995-06-02,2001.551,0
+6803,Lisbon 1937 (Lisbon),geodetic,Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 0,1937,7022,8902,1294,Topographic mapping.,Replaces Lisbon 1890 adjustment (which used Bessel 1841 ellipsoid).,Instituto Geografico e Cadastral; Lisbon,EPSG,1995-06-02,2001.551,0
 6804,Makassar (Jakarta),geodetic,"Fundamental point: station P1, Moncongloe. Latitude 5 deg 08 min 41.42 sec S; longitude 12 deg 35 min 47.15 sec E of Jakarta.",,7004,8908,1316,Topographic mapping.,,EPSG,EPSG,2003-12-31,2003.361,0
 6805,Militar-Geographische Institut (Ferro),geodetic,Fundamental point: Hermannskogel. Latitude: 48 deg 16 min 15.29 sec N; Longitude: 33 deg 57 min 41.06 sec E of Ferro.,1901,7004,8909,1321,Topographic mapping.,,Bundesamt fur Eich- und Vermessungswesen; Wien,EPSG,1995-06-02,,0
-6806,Monte Mario (Rome),geodetic,Fundamental point: Monte Mario. Latitude: 41 deg 55 min 25.51 sec N; Longitude: 0 deg  00 min  00.00 sec E (of Rome).,,7022,8906,3343,Topographic mapping.,"Superseded Genova datum, Bessel 1841 ellipsoid, from 1940.",,EPSG,2003-12-31,2003.36,0
+6806,Monte Mario (Rome),geodetic,Fundamental point: Monte Mario. Latitude: 41 deg 55 min 25.51 sec N; Longitude: 0 deg  00 min  00.00 sec E (of Rome).,,7022,8906,3343,Topographic mapping.,"Replaced Genova datum, Bessel 1841 ellipsoid, from 1940.",,EPSG,2003-12-31,2003.36,0
 6807,Nouvelle Triangulation Francaise (Paris),geodetic,Fundamental point: Pantheon. Latitude: 54.273618g N; Longitude: 0.0106921g E (of Paris).,1895,7011,8903,1326,Topographic mapping.,,,EPSG,2004-01-07,2003.361,0
 6808,Padang 1884 (Jakarta),geodetic,Fundamental point: Padang,1884,7004,8908,1355,Topographic mapping.,,,EPSG,1995-06-02,,0
 6809,Reseau National Belge 1950 (Brussels),geodetic,Fundamental point: Lommel (tower). Latitude: 51 deg 13 min 47.334 sec N; Longitude: 0 deg 56 min 44.773 sec E (of Brussels).,1950,7022,8910,1347,Topographic mapping.,,,EPSG,1995-06-02,,0
 6810,Tananarive 1925 (Paris),geodetic,Fundamental point: Tananarive observatory. Latitude: 21.0191667g S; Longitude: 50.23849537g E (of Paris),1925,7022,8903,3273,Topographic mapping.,,IGN Paris,EPSG,2003-12-31,2003.361,0
 6811,Voirol 1875 (Paris),geodetic,Fundamental point: Voirol. Latitude: 40.83578 grads N; Longitude: 0.78873 grads E of Paris.,1875,7011,8903,1365,Topographic mapping.,,IGN Paris,EPSG,2004-01-07,2003.361,0
 6813,Batavia (Jakarta),geodetic,Fundamental point: Longitude at Batavia Astro. Station. Latitude: 6 deg  7 min 39.522 sec S; Longitude: 0 deg 00 min 00.0 sec E (of Jakarta). Latitude and azimuth at Genuk.,,7004,8908,1285,Topographic mapping.,,,EPSG,2003-12-31,2003.361,0
-6814,Stockholm 1938 (Stockholm),geodetic,Fundamental point: Stockholm observatory,1938,7004,8911,3313,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Superseded by RT90 adjustment (datum code 6124),,EPSG,1996-04-12,,0
+6814,Stockholm 1938 (Stockholm),geodetic,Fundamental point: Stockholm observatory,1938,7004,8911,3313,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Replaced by RT90 adjustment (datum code 6124),,EPSG,1996-04-12,,0
 6815,Greek (Athens),geodetic,Fundamental point: Athens Observatory; latitude 37 deg 58 min 20.132 sec N; longitude 0 deg E of Athens.,,7004,8912,1106,Topographic mapping.,See geodetic datum alias 6404.  Used as basis of topographic mapping based on Hatt projection.,Topography Department; National Technical University of Athens,EPSG,1997-06-16,,0
 6816,Carthage (Paris),geodetic,Fundamental point: Carthage. Latitude: 40.9464506g N; Longitude: 8.8724368g E (of Paris).,1925,7011,8903,1618,Topographic mapping.,Fundamental point astronomic coordinates determined in 1878.,,EPSG,2004-01-15,2003.362 2003.05,0
 6817,NGO 1948 (Oslo),geodetic,Fundamental point: Oslo observatory. Latitude: 59 deg 54 min 43.7 sec N; Longitude: 0 deg 00 min 00.0 sec E (of Oslo).,1948,7005,8913,1352,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,,EPSG,2004-01-05,2003.362,0
 6818,S-JTSK (Ferro),geodetic,Modification of Austrian MGI (Ferro) datum.,1920,7004,8909,1306,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Research Institute for Geodesy Topography and Cartography (VUGTK); Prague.,EPSG,2001-08-28,2001.26,0
 6819,Nord Sahara 1959 (Paris),geodetic,Coordinates of primary network readjusted on ED50 datum and then transformed conformally to Clarke 1880 (RGS) ellipsoid.,1959,7012,8903,1366,Topographic mapping.,,"""Le System Geodesique Nord-Sahara""; IGN Paris",EPSG,2000-06-23,,1
 6820,Gunung Segara (Jakarta),geodetic,Station P5 (Gunung Segara) 0deg 32min 12.83sec S  117deg 08min 48.47sec E of Greenwich (8deg 20min 20.68sec E of Jakarta).,,7004,8908,1360,Topographic mapping.,,,EPSG,2002-06-22,,0
-6821,Voirol 1879 (Paris),geodetic,Fundamental point: Voirol. Latitude: 40.835864 grads N; Longitude: 0.788735 grads E of Paris.,1879,7011,8903,1365,Topographic mapping.,Supersedes Voirol 1875 (Paris) (code 6811).,IGN Paris,EPSG,2004-01-07,,0
+6821,Voirol 1879 (Paris),geodetic,Fundamental point: Voirol. Latitude: 40.835864 grads N; Longitude: 0.788735 grads E of Paris.,1879,7011,8903,1365,Topographic mapping.,Replaces Voirol 1875 (Paris) (code 6811).,IGN Paris,EPSG,2004-01-07,,0
+6896,International Terrestrial Reference Frame 2005,geodetic,"Origin at geocentre, originally orientated to the BIH Terrestrial System at epoch 1984.0 then adjusted to ensure zero net rotation to earth's overall tectonic motion. Defined by time series of Cartesian station coordinates and Earth Rotation parameters.",2005,7019,8901,1262,Geodesy.,Realisation of the IERS Terrestrial Reference System (ITRS) at epoch 2005.0. Replaces ITRF2000 (code 6656).,IGN Paris http://itrf.ensg.ign.fr/itrs_itrf.php,OGP,2007-01-19,,0
 6901,Ancienne Triangulation Francaise (Paris),geodetic,,,7027,8903,1326,Topographic mapping.,,,EPSG,1995-06-02,,0
 6902,Nord de Guerre (Paris),geodetic,,,7027,8903,1369,Topographic mapping.,,,EPSG,1995-06-02,,0
 6903,Madrid 1870 (Madrid),geodetic,Fundamental point: Madrid observatory.,1870,7028,8905,2366,Topographic mapping.,,Institut de Geomatica; Barcelona,EPSG,1998-11-11,,0
-6904,Lisbon 1890 (Lisbon),geodetic,Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 0 deg E of Lisbon.,1937,7004,8902,1294,Topographic mapping.,Superseded by Lisbon 1937 adjustment (which uses International 1924 ellipsoid).,Instituto Geografico e Cadastral Lisbon http://www.igeo.pt,EPSG,2003-08-14,2003.232,0
+6904,Lisbon 1890 (Lisbon),geodetic,Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 0 deg E of Lisbon.,1937,7004,8902,1294,Topographic mapping.,Replaced by Lisbon 1937 adjustment (which uses International 1924 ellipsoid).,Instituto Geografico e Cadastral Lisbon http://www.igeo.pt,EPSG,2003-08-14,2003.232,0
 9300,Astra Minas,engineering,Origin at 45 deg 59 min 54.79 sec S; 67 deg 34 min 38.94 sec W.,,,,1265,Oil industry mapping.,,,EPSG,2000-03-07,,0
 9301,Barcelona,engineering,Centre of the gateway of San Cristobal chuch; Plaza Boyaca; Barcelona.,,,,1266,Oil industry mapping.,Coordinates variously given as 10deg 08min 06sec N  64deg 41min 17sec W and 10deg 08min 06sec N  64deg 41min 07.5sec W.  It is not clear whether there should be two local datums.,"Ministry of Mines standards manual, 1974.",EPSG,2000-03-07,,0
 9302,Maturin,engineering,Concrete post PR-1 in Plaza Bolivar; Maturin.  9deg 44min 55sec N  63deg 10min 40sec W.,,,,1320,Oil industry mapping.,,"Ministry of Mines standards manual, 1974.",EPSG,2000-06-10,,0

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/ellipsoid.c
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/ellipsoid.c	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/ellipsoid.c	2007-09-19 08:45:41 UTC (rev 1074)
@@ -1,47 +1,54 @@
 #include "defs.h"
-datafile_rows_t ellipsoid_row_0[] = {"ELLIPSOID_CODE","ELLIPSOID_NAME","SEMI_MAJOR_AXIS","UOM_CODE","INV_FLATTENING","SEMI_MINOR_AXIS","ELLIPSOID_SHAPE","REMARKS","INFORMATION_SOURCE","DATA_SOURCE","REVISION_DATE","CHANGE_ID","DEPRECATED ",NULL};
-datafile_rows_t ellipsoid_row_1[] = {"7001","Airy 1830","6377563.396","9001","299.3249646","","1","Original definition is a=20923713 and b=20853810 feet of 1796.   For the 1936 retriangulation OSGB defines the relationship of feet of 1796 to the International metre through log(1.48401603) exactly [=0.3048007491...]. 1/f is given to 7 decimal places.","Ordnance Survey of Great Britain.","EPSG","1995-06-02 00:00:00","98.321  98.34","0 ",NULL};
-datafile_rows_t ellipsoid_row_2[] = {"7002","Airy Modified 1849","6377340.189","9001","299.3249646","","1","OSGB Airy 1830 figure (ellipsoid code 7001) rescaled by 0.999965 to best fit the scale of the 19th century primary triangulation of Ireland.","\"The Irish Grid - A Description of the Co-ordinate Reference System\" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.","EPSG","2003-06-27 00:00:00","98.321 2002.622","0 ",NULL};
-datafile_rows_t ellipsoid_row_3[] = {"7003","Australian National Spheroid","6378160.0","9001","298.25","","1","Based on the GRS 1967 figure but with 1/f taken to 2 decimal places exactly.  The dimensions are also used as the GRS 1967 (SAD69) ellipsoid (see code 7050).","\"Australian Map Grid Technical Manual\"; National Mapping Council of Australia Special Publication #7; 1972","EPSG","2002-09-19 00:00:00","2002.50","0 ",NULL};
-datafile_rows_t ellipsoid_row_4[] = {"7004","Bessel 1841","6377397.155","9001","299.1528128","","1","Original Bessel definition is a=3272077.14 and b=3261139.33 toise. This used a weighted mean of values from several authors but did not account for differences in the length of the various toise: the \"Bessel toise\" is therefore of uncertain length.","US Army Map Service Technical Manual; 1943.","EPSG","1999-04-22 00:00:00","98.321  98.34","0 ",NULL};
-datafile_rows_t ellipsoid_row_5[] = {"7005","Bessel Modified","6377492.018","9001","299.1528128","","1","Used in Norway and also in Sweden with a 1mm increase in semi-major axis.","","EPSG","1999-04-22 00:00:00","98.321","0 ",NULL};
-datafile_rows_t ellipsoid_row_6[] = {"7006","Bessel Namibia","6377483.865","9001","299.1528128","","1","a = 6377397.155 German legal metres. This is the same value as the Bessel 1841 figure (code 7004) but in different units.  Used in Namibia.","Chief Directorate: Surveys and Mapping, Mowbray, South Africa.","EPSG","1999-04-22 00:00:00","97.16","1 ",NULL};
-datafile_rows_t ellipsoid_row_7[] = {"7007","Clarke 1858","20926348.0","9005","","20855233.0","1","Clarke's 1858/II solution. Derived parameters: a = 6378293.645m using his 1865 ratio of 0.304797265 feet per metre; 1/f = 294.26068…  In Australia and Amoco Trinidad 1/f taken to two decimal places (294.26 exactly); elsewhere a and b used to derive 1/f.","\"Ellipsoidisch Parameter der Erdfigur (1800-1950)\" by Georg Strasser.","EPSG","1995-06-02 00:00:00","99.70","0 ",NULL};
-datafile_rows_t ellipsoid_row_8[] = {"7008","Clarke 1866","6378206.4","9001","","6356583.8","1","Original definition a=20926062 and b=20855121 (British) feet. Uses Clarke's 1865 inch-metre ratio of 39.370432 to obtain metres. (Metric value then converted to US survey feet for use in the United States using 39.37 exactly giving a=20925832.16 ft US).","US Army Map Service Technical Manual No. 7; 1943.","EPSG","1995-06-02 00:00:00","98.34","0 ",NULL};
-datafile_rows_t ellipsoid_row_9[] = {"7009","Clarke 1866 Michigan","20926631.531","9003","","20855688.674","1","Used for Michigan NAD27 State Plane zones.  Radius = ellipsoid radius + 800 feet; this approximates the average elevation of the state.   Derived parameter: 1/f = 294.97870","USGS Professional Paper #1395.","EPSG","1995-06-02 00:00:00","98.22","0 ",NULL};
-datafile_rows_t ellipsoid_row_10[] = {"7010","Clarke 1880 (Benoit)","6378300.789","9001","","6356566.435","1","Adopts Clarke's values for a and b.  Uses Benoit's 1895 ratio of 0.9143992 metres per yard to convert to metres.","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_11[] = {"7011","Clarke 1880 (IGN)","6378249.2","9001","","6356515.0","1","Adopts Clarke's values for a and b using his 1865 ratio of 39.370432 inches per metre to convert axes to metres.","","EPSG","1998-04-16 00:00:00","98.12","0 ",NULL};
-datafile_rows_t ellipsoid_row_12[] = {"7012","Clarke 1880 (RGS)","6378249.145","9001","293.465","","1","Adopts Clarke's values for a and 1/f.  Adopts his 1865 ratio of 39.370432 inches per metre to convert semi-major axis to metres. Also known as Clarke Modified 1880.","Empire Survey Review #32; 1939.","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_13[] = {"7013","Clarke 1880 (Arc)","6378249.145","9001","293.4663077","","1","Adopts Clarke's value for a with derived 1/f.  Uses his 1865 ratio of 39.370432 inch per metre to convert semi-major axis to metres.","Chief Directorate: Surveys and Mapping, Mowbray, South Africa.","EPSG","2001-06-05 00:00:00","2001.052","0 ",NULL};
-datafile_rows_t ellipsoid_row_14[] = {"7014","Clarke 1880 (SGA 1922)","6378249.2","9001","293.46598","","1","Used in Old French Triangulation (ATF).   Uses Clarke's 1865 inch-metre ratio of 39.370432 to convert axes to metres.","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_15[] = {"7015","Everest 1830 (1937 Adjustment)","6377276.345","9001","300.8017","","1","Used for the 1937 readjustment of Indian triangulation.  Clarke's 1865 Indian-British foot ratio (0.99999566) and Benoit's 1898 British inch-metre ratio (39.370113) rounded as 0.30479841 exactly and applied to Everest's 1830 definition taken as a and 1/f","Survey of India professional paper #28; 1939","EPSG","1996-10-18 00:00:00","96.20","0 ",NULL};
-datafile_rows_t ellipsoid_row_16[] = {"7016","Everest 1830 (1967 Definition)","6377298.556","9001","300.8017","","1","Adopted 1967 for use in East Malaysia.  Applies Sears 1922 inch-metre ratio of 39.370147 to Everest 1830 original definition of a and 1/f but with a taken to be in British rather than Indian feet.","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_17[] = {"7018","Everest 1830 Modified","6377304.063","9001","300.8017","","1","Adopted 1967 for use in West Malaysia.  Applies Benoit 1898 inch-metre ratio of 39.370113 to Everest 1830 original definition of a and 1/f but with a taken to be in British rather than Indian feet.","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_18[] = {"7019","GRS 1980","6378137.0","9001","298.257222101","","1","Adopted by IUGG 1979 Canberra.  Inverse flattening is derived from geocentric gravitational constant GM = 3986005e8 m*m*m/s/s; dynamic form factor J2 = 108263e8 and Earth's angular velocity = 7292115e-11 rad/s.","\"Geodetic Reference System 1980\" by H. Moritz; Bulletin Geodesique","EPSG","1998-11-11 00:00:00","98.11  98.32","0 ",NULL};
-datafile_rows_t ellipsoid_row_19[] = {"7020","Helmert 1906","6378200.0","9001","298.3","","1","Helmert 1906/III solution.","\"Ellipsoidisch Parameter der Erdfigur (1800-1950)\" by Georg Strasser","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_20[] = {"7021","Indonesian National Spheroid","6378160.0","9001","298.247","","1","Based on the GRS 1967 figure but with 1/f taken to 3 decimal places exactly.","Rais paper.","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_21[] = {"7022","International 1924","6378388.0","9001","297.0","","1","Adopted by IUGG 1924 in Madrid. Based on Hayford 1909/1910 figures.","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_22[] = {"7024","Krassowsky 1940","6378245.0","9001","298.3","","1","","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_23[] = {"7025","NWL 9D","6378145.0","9001","298.25","","1","Used by Transit Precise Ephemeris between October 1971 and January 1987.","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_24[] = {"7027","Plessis 1817","6376523.0","9001","308.64","","1","Rescaling of Delambre 1810 figure (a=6376985 m) to make meridional arc from equator to pole equal to 10000000 metres exactly. (Ref: Strasser).","IGN Paris \"Constants d'Ellipsoides\" February 1972.","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_25[] = {"7028","Struve 1860","6378298.3","9001","294.73","","1","Original definition of semi-major axis given as 3272539 toise.  In \"Ellipsoidisch Parameter der Erdfigur (1800-1950)\" , Strasser suggests a conversion factor of 1.94903631 which gives a=6378297.337 metres.","\"Geodesia y Cartografia Matematica\" by Fernando Martin Asin; ISBN 84-398-0248-X.","EPSG","1998-11-11 00:00:00","98.07  98.34","0 ",NULL};
-datafile_rows_t ellipsoid_row_26[] = {"7029","War Office","6378300.0","9001","296.0","","1","In non-metric form, a=20926201 Gold Coast feet.","Tables for the use of the Gold Coast Survey Department, 1935.","EPSG","2000-10-12 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_27[] = {"7030","WGS 84","6378137.0","9001","298.257223563","","1","Inverse flattening derived from four defining parameters (semi-major axis; C20 = -484.16685*10e-6; earth's angular velocity w = 7292115e11 rad/sec; gravitational constant GM = 3986005e8 m*m*m/s/s).","DMA Technical Manual 8350.2-B","EPSG","1998-11-11 00:00:00","98.32","0 ",NULL};
-datafile_rows_t ellipsoid_row_28[] = {"7031","GEM 10C","6378137.0","9001","298.257223563","","1","Used for  GEM 10C Gravity Potential Model.","","EPSG","1995-06-02 00:00:00","98.32","0 ",NULL};
-datafile_rows_t ellipsoid_row_29[] = {"7032","OSU86F","6378136.2","9001","298.257223563","","1","Used for OSU86 gravity potential (geoidal) model.","","EPSG","1995-06-02 00:00:00","98.32","0 ",NULL};
-datafile_rows_t ellipsoid_row_30[] = {"7033","OSU91A","6378136.3","9001","298.257223563","","1","Used for OSU91 gravity potential (geoidal) model.","","EPSG","1995-06-02 00:00:00","98.32","0 ",NULL};
-datafile_rows_t ellipsoid_row_31[] = {"7034","Clarke 1880","20926202.0","9005","293.465","20854895.0","1","Clarke gave a and b and also 1/f=293.465 (to 3 decimal places).  1/f derived from a and b = 293.4663077…","\"Ellipsoidisch Parameter der Erdfigur (1800-1950)\" by Georg Strasser.","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_32[] = {"7035","Sphere","6371000.0","9001","","6371000.0","0","Authalic sphere.  1/f is infinite. Superseded by GRS 1980 authalic sphere (code 7047).","","EPSG","1995-06-02 00:00:00","","1 ",NULL};
-datafile_rows_t ellipsoid_row_33[] = {"7036","GRS 1967","6378160.0","9001","298.247167427","","1","Adopted by IUGG 1967 Lucerne.  Inverse flattening given is derived from geocentric gravitational constant (GM)= 398603e9 m*m*m/s/s; dynamic form factor (J2) = 0.0010827 and Earth's angular velocity w = 7.2921151467e-5 rad/s. See also GRS 1967 (SAD69).","\"Geodetic Reference System 1967\"; International Association of Geodesy special publication number 3; August 1971.","EPSG","2002-09-19 00:00:00","96.09  97.252  98.32 2002.50","0 ",NULL};
-datafile_rows_t ellipsoid_row_34[] = {"7041","Average Terrestrial System 1977","6378135.0","9001","298.257","","1","","New Brunswick Geographic Information Corporation land and water information standards manual","EPSG","1997-07-22 00:00:00","98.321","0 ",NULL};
-datafile_rows_t ellipsoid_row_35[] = {"7042","Everest (1830 Definition)","20922931.8","9080","300.8017","20853374.58","1","Everest gave a and b to 2 decimal places and also 1/f=300.8017 (to 4 decimal places).","\"Ellipsoidisch Parameter der Erdfigur (1800-1950)\" by Georg Strasser","EPSG","1999-10-20 00:00:00","97.23","0 ",NULL};
-datafile_rows_t ellipsoid_row_36[] = {"7043","WGS 72","6378135.0","9001","298.26","","1","","","EPSG","1999-04-22 00:00:00","99.03","0 ",NULL};
-datafile_rows_t ellipsoid_row_37[] = {"7044","Everest 1830 (1962 Definition)","6377301.243","9001","300.8017255","","1","Used by Pakistan since metrication.  Clarke's 1865 Indian foot-British foot ratio (0.99999566) and his 1865 British inch-metre ratio (39.369971) rounded with slight error as 1 Ind ft = 0.3047995m exactly and applied to Everest's 1830 definition of a & b.","","EPSG","1999-10-20 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_38[] = {"7045","Everest 1830 (1975 Definition)","6377299.151","9001","300.8017255","","1","Used by India since metrication.  Clarke's 1865 Indian foot-British foot ratio (0.99999566) and his 1865 British inch-metre ratio (39.369971) rounded as 1 Ind ft = 0.3047995m exactly applied to Everest's 1830 original definition taken as a and b.","","EPSG","1999-10-20 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_39[] = {"7046","Bessel Namibia (GLM)","6377397.155","9031","299.1528128","","1","The semi-major axis has the same value as the Bessel 1841 ellipsoid (code 7004) but is in different units - German Legal Metres rather than International metres - hence a different size.  a = 6377483.865 International metres. Used in Namibia.","Chief Directorate: Surveys and Mapping, Mowbray, South Africa.","ISO Project Team 19127","2001-01-21 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_40[] = {"7047","GRS 1980 Authalic Sphere","6370997.0","9001","","6370997.0","0","Authalic sphere derived from Clarke 1866 ellipsoid (code 7008).  Deprecated as name and parameter values do not match; replaced by 7048.","EPSG","EPSG","2001-06-05 00:00:00","","1 ",NULL};
-datafile_rows_t ellipsoid_row_41[] = {"7048","GRS 1980 Authalic Sphere","6371007.0","9001","","6371007.0","0","Authalic sphere derived from GRS 1980 ellipsoid (code 7019).  (An authalic sphere is one with a surface area equal to the surface area of the ellipsoid). 1/f is infinite.","EPSG","EPSG","2001-06-25 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_42[] = {"7049","Xian 1980","6378140.0","9001","298.257","","1","","BP","EPSG","2002-02-12 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_43[] = {"7050","GRS 1967 (SAD69)","6378160.0","9001","298.25","","1","Based on the GRS 1967 figure (code 7036) but with 1/f taken to 2 decimal places exactly. Used with SAD69 datum. The dimensions are also used as the Australian National Spheroid (code 7003).","\"Geodetic Reference System 1967\"; International Association of Geodesy special publication number 3; August 1971.","EPSG","2002-09-19 00:00:00","","0 ",NULL};
-datafile_rows_t ellipsoid_row_44[] = {"7051","Danish 1876","6377019.27","9001","300.0","","1","Semi-major axis originally given as 3271883.25 toise. Uses toise to French metre ratio of 1.94903631 to two decimal place precision. An alternative ratio with the German legal metre of 1.9490622 giving 6377104m has not been used in Danish work.","Kort og Matrikelstyrelsen (KMS), Copenhagen.","EPSG","2003-06-27 00:00:00","","0 ",NULL};
-datafile_rows_t *ellipsoid_rows[] = {ellipsoid_row_0 ,ellipsoid_row_1 ,ellipsoid_row_2 ,ellipsoid_row_3 ,ellipsoid_row_4 ,ellipsoid_row_5 ,ellipsoid_row_6 ,ellipsoid_row_7 ,ellipsoid_row_8 ,ellipsoid_row_9 ,ellipsoid_row_10 ,ellipsoid_row_11 ,ellipsoid_row_12 ,ellipsoid_row_13 ,ellipsoid_row_14 ,ellipsoid_row_15 ,ellipsoid_row_16 ,ellipsoid_row_17 ,ellipsoid_row_18 ,ellipsoid_row_19 ,ellipsoid_row_20 ,ellipsoid_row_21 ,ellipsoid_row_22 ,ellipsoid_row_23 ,ellipsoid_row_24 ,ellipsoid_row_25 ,ellipsoid_row_26 ,ellipsoid_row_27 ,ellipsoid_row_28 ,ellipsoid_row_29 ,ellipsoid_row_30 ,ellipsoid_row_31 ,ellipsoid_row_32 ,ellipsoid_row_33 ,ellipsoid_row_34 ,ellipsoid_row_35 ,ellipsoid_row_36 ,ellipsoid_row_37 ,ellipsoid_row_38 ,ellipsoid_row_39 ,ellipsoid_row_40 ,ellipsoid_row_41 ,ellipsoid_row_42 ,ellipsoid_row_43 ,ellipsoid_row_44,NULL};
+datafile_rows_t ellipsoid_row_0[] = {"ellipsoid_code","ellipsoid_name","semi_major_axis","uom_code","inv_flattening","semi_minor_axis","ellipsoid_shape","remarks","information_source","data_source","revision_date","change_id","deprecated ",NULL};
+datafile_rows_t ellipsoid_row_1[] = {"7001","Airy 1830","6377563.396","9001","299.3249646","","1","Original definition is a=20923713, b=20853810 feet of 1796. 1/f is given to 7 decimal places. For the 1936 retriangulation OSGB defines the relationship of 10 feet of 1796 to the International metre through ([10^0.48401603]/10) exactly = 0.3048007491...","Ordnance Survey of Great Britain.","EPSG","2006-11-27","98.321  98.34 2006.932","0 ",NULL};
+datafile_rows_t ellipsoid_row_2[] = {"7002","Airy Modified 1849","6377340.189","9001","299.3249646","","1","OSGB Airy 1830 figure (ellipsoid code 7001) rescaled by 0.999965 to best fit the scale of the 19th century primary triangulation of Ireland.","\"The Irish Grid - A Description of the Co-ordinate Reference System\" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.","EPSG","2003-06-27","98.321 2002.622","0 ",NULL};
+datafile_rows_t ellipsoid_row_3[] = {"7003","Australian National Spheroid","6378160","9001","298.25","","1","Based on the GRS 1967 figure but with 1/f taken to 2 decimal places exactly.  The dimensions are also used as the GRS 1967 (SAD69) ellipsoid (see code 7050).","\"Australian Map Grid Technical Manual\"; National Mapping Council of Australia Special Publication #7; 1972","EPSG","2002-09-19","2002.50","0 ",NULL};
+datafile_rows_t ellipsoid_row_4[] = {"7004","Bessel 1841","6377397.155","9001","299.1528128","","1","Original Bessel definition is a=3272077.14 and b=3261139.33 toise. This used a weighted mean of values from several authors but did not account for differences in the length of the various toise: the \"Bessel toise\" is therefore of uncertain length.","US Army Map Service Technical Manual; 1943.","EPSG","1999-04-22","98.321  98.34","0 ",NULL};
+datafile_rows_t ellipsoid_row_5[] = {"7005","Bessel Modified","6377492.018","9001","299.1528128","","1","Used in Norway and also in Sweden with a 1mm increase in semi-major axis.","","EPSG","1999-04-22","98.321","0 ",NULL};
+datafile_rows_t ellipsoid_row_6[] = {"7006","Bessel Namibia","6377483.865","9001","299.1528128","","1","a = 6377397.155 German legal metres. This is the same value as the Bessel 1841 figure (code 7004) but in different units.  Used in Namibia.","Chief Directorate: Surveys and Mapping, Mowbray, South Africa.","EPSG","1999-04-22","97.16","1 ",NULL};
+datafile_rows_t ellipsoid_row_7[] = {"7007","Clarke 1858","20926348","9005","","20855233","1","Clarke's 1858/II solution. Derived parameters: a = 6378293.645m using his 1865 ratio of 0.3047972654 feet per metre; 1/f = 294.26068Â…  In Australia and Amoco Trinidad 1/f taken to two decimal places (294.26 exactly); elsewhere a and b used to derive 1/f.","\"Ellipsoidisch Parameter der Erdfigur (1800-1950)\" by Georg Strasser.","EPSG","2005-08-14","99.70 2005.37","0 ",NULL};
+datafile_rows_t ellipsoid_row_8[] = {"7008","Clarke 1866","6378206.4","9001","","6356583.8","1","Original definition a=20926062 and b=20855121 (British) feet. Uses Clarke's 1865 inch-metre ratio of 39.370432 to obtain metres. (Metric value then converted to US survey feet for use in the United States using 39.37 exactly giving a=20925832.16 ft US).","US Army Map Service Technical Manual No. 7; 1943.","EPSG","1995-06-02","98.34","0 ",NULL};
+datafile_rows_t ellipsoid_row_9[] = {"7009","Clarke 1866 Michigan","20926631.531","9003","","20855688.674","1","Used for Michigan NAD27 State Plane zones.  Radius = ellipsoid radius + 800 feet; this approximates the average elevation of the state.   Derived parameter: 1/f = 294.97870","USGS Professional Paper #1395.","EPSG","1995-06-02","98.22","0 ",NULL};
+datafile_rows_t ellipsoid_row_10[] = {"7010","Clarke 1880 (Benoit)","6378300.789","9001","","6356566.435","1","Adopts Clarke's values for a and b.  Uses Benoit's 1895 ratio of 0.9143992 metres per yard to convert to metres.","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t ellipsoid_row_11[] = {"7011","Clarke 1880 (IGN)","6378249.2","9001","","6356515","1","Adopts Clarke's values for a and b using his 1865 ratio of 39.370432 inches per metre to convert axes to metres.","","EPSG","1998-04-16","98.12","0 ",NULL};
+datafile_rows_t ellipsoid_row_12[] = {"7012","Clarke 1880 (RGS)","6378249.145","9001","293.465","","1","Adopts Clarke's values for a and 1/f.  Adopts his 1865 ratio of 39.370432 inches per metre to convert semi-major axis to metres. Also known as Clarke Modified 1880.","Empire Survey Review #32; 1939.","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t ellipsoid_row_13[] = {"7013","Clarke 1880 (Arc)","6378249.145","9001","293.4663077","","1","Adopts Clarke's value for a with derived 1/f.  Uses his 1865 ratio of 39.370432 inch per metre to convert semi-major axis to metres.","Chief Directorate: Surveys and Mapping, Mowbray, South Africa.","EPSG","2001-06-05","2001.052","0 ",NULL};
+datafile_rows_t ellipsoid_row_14[] = {"7014","Clarke 1880 (SGA 1922)","6378249.2","9001","293.46598","","1","Used in Old French Triangulation (ATF).   Uses Clarke's 1865 inch-metre ratio of 39.370432 to convert axes to metres.","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t ellipsoid_row_15[] = {"7015","Everest 1830 (1937 Adjustment)","6377276.345","9001","300.8017","","1","Used for the 1937 readjustment of Indian triangulation.  Clarke's 1865 Indian-British foot ratio (0.99999566) and Benoit's 1898 British inch-metre ratio (39.370113) rounded as 0.30479841 exactly and applied to Everest's 1830 definition taken as a and 1/f","Survey of India professional paper #28; 1939","EPSG","1996-10-18","96.20","0 ",NULL};
+datafile_rows_t ellipsoid_row_16[] = {"7016","Everest 1830 (1967 Definition)","6377298.556","9001","300.8017","","1","Adopted 1967 for use in East Malaysia.  Applies Sears 1922 inch-metre ratio of 39.370147 to Everest 1830 original definition of a and 1/f but with a taken to be in British rather than Indian feet.","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t ellipsoid_row_17[] = {"7018","Everest 1830 Modified","6377304.063","9001","300.8017","","1","Adopted 1967 for use in West Malaysia.  Applies Benoit 1898 inch-metre ratio of 39.370113 to Everest 1830 original definition of a and 1/f but with a taken to be in British rather than Indian feet.","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t ellipsoid_row_18[] = {"7019","GRS 1980","6378137","9001","298.257222101","","1","Adopted by IUGG 1979 Canberra.  Inverse flattening is derived from geocentric gravitational constant GM = 3986005e8 m*m*m/s/s; dynamic form factor J2 = 108263e8 and Earth's angular velocity = 7292115e-11 rad/s.","\"Geodetic Reference System 1980\" by H. Moritz; Bulletin Geodesique","EPSG","1998-11-11","98.11  98.32","0 ",NULL};
+datafile_rows_t ellipsoid_row_19[] = {"7020","Helmert 1906","6378200","9001","298.3","","1","Helmert 1906/III solution.","\"Ellipsoidisch Parameter der Erdfigur (1800-1950)\" by Georg Strasser","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t ellipsoid_row_20[] = {"7021","Indonesian National Spheroid","6378160","9001","298.247","","1","Based on the GRS 1967 figure but with 1/f taken to 3 decimal places exactly.","Rais paper.","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t ellipsoid_row_21[] = {"7022","International 1924","6378388","9001","297","","1","Adopted by IUGG 1924 in Madrid. Based on Hayford 1909/1910 figures. ","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t ellipsoid_row_22[] = {"7024","Krassowsky 1940","6378245","9001","298.3","","1","","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t ellipsoid_row_23[] = {"7025","NWL 9D","6378145","9001","298.25","","1","Used by Transit Precise Ephemeris between October 1971 and January 1987.","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t ellipsoid_row_24[] = {"7027","Plessis 1817","6376523","9001","308.64","","1","Rescaling of Delambre 1810 figure (a=6376985 m) to make meridional arc from equator to pole equal to 10000000 metres exactly. (Ref: Strasser).","IGN Paris \"Constants d'Ellipsoides\" February 1972.","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t ellipsoid_row_25[] = {"7028","Struve 1860","6378298.3","9001","294.73","","1","Original definition of semi-major axis given as 3272539 toise.  In \"Ellipsoidisch Parameter der Erdfigur (1800-1950)\" , Strasser suggests a conversion factor of 1.94903631 which gives a=6378297.337 metres.","\"Geodesia y Cartografia Matematica\" by Fernando Martin Asin; ISBN 84-398-0248-X.","EPSG","1998-11-11","98.07  98.34","0 ",NULL};
+datafile_rows_t ellipsoid_row_26[] = {"7029","War Office","6378300","9001","296","","1","In non-metric form, a=20926201 Gold Coast feet.","Tables for the use of the Gold Coast Survey Department, 1935.","EPSG","2000-10-12","","0 ",NULL};
+datafile_rows_t ellipsoid_row_27[] = {"7030","WGS 84","6378137","9001","298.257223563","","1","Inverse flattening derived from four defining parameters (semi-major axis; C20 = -484.16685*10e-6; earth's angular velocity w = 7292115e11 rad/sec; gravitational constant GM = 3986005e8 m*m*m/s/s).","DMA Technical Manual 8350.2-B ","EPSG","1998-11-11","98.32","0 ",NULL};
+datafile_rows_t ellipsoid_row_28[] = {"7031","GEM 10C","6378137","9001","298.257223563","","1","Used for  GEM 10C Gravity Potential Model.","","EPSG","1995-06-02","98.32","0 ",NULL};
+datafile_rows_t ellipsoid_row_29[] = {"7032","OSU86F","6378136.2","9001","298.257223563","","1","Used for OSU86 gravity potential (geoidal) model.","","EPSG","1995-06-02","98.32","0 ",NULL};
+datafile_rows_t ellipsoid_row_30[] = {"7033","OSU91A","6378136.3","9001","298.257223563","","1","Used for OSU91 gravity potential (geoidal) model.","","EPSG","1995-06-02","98.32","0 ",NULL};
+datafile_rows_t ellipsoid_row_31[] = {"7034","Clarke 1880","20926202","9005","293.465","20854895","1","Clarke gave a and b and also 1/f=293.465 (to 3 decimal places).  1/f derived from a and b = 293.4663077Â…","\"Ellipsoidisch Parameter der Erdfigur (1800-1950)\" by Georg Strasser.","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t ellipsoid_row_32[] = {"7035","Sphere","6371000","9001","","6371000","0","Authalic sphere.  1/f is infinite. Superseded by GRS 1980 authalic sphere (code 7047).","","EPSG","1995-06-02","","1 ",NULL};
+datafile_rows_t ellipsoid_row_33[] = {"7036","GRS 1967","6378160","9001","298.247167427","","1","Adopted by IUGG 1967 Lucerne.  Inverse flattening given is derived from geocentric gravitational constant (GM)= 398603e9 m*m*m/s/s; dynamic form factor (J2) = 0.0010827 and Earth's angular velocity w = 7.2921151467e-5 rad/s. See also GRS 1967 (SAD69).","\"Geodetic Reference System 1967\"; International Association of Geodesy special publication number 3; August 1971.","EPSG","2002-09-19","96.09  97.252  98.32 2002.50","0 ",NULL};
+datafile_rows_t ellipsoid_row_34[] = {"7041","Average Terrestrial System 1977","6378135","9001","298.257","","1","","New Brunswick Geographic Information Corporation land and water information standards manual","EPSG","1997-07-22","98.321","0 ",NULL};
+datafile_rows_t ellipsoid_row_35[] = {"7042","Everest (1830 Definition)","20922931.8","9080","300.8017","20853374.58","1","Everest gave a and b to 2 decimal places and also 1/f=300.8017 (to 4 decimal places).","\"Ellipsoidisch Parameter der Erdfigur (1800-1950)\" by Georg Strasser","EPSG","1999-10-20","97.23","0 ",NULL};
+datafile_rows_t ellipsoid_row_36[] = {"7043","WGS 72","6378135","9001","298.26","","1","","","EPSG","1999-04-22","99.03","0 ",NULL};
+datafile_rows_t ellipsoid_row_37[] = {"7044","Everest 1830 (1962 Definition)","6377301.243","9001","300.8017255","","1","Used by Pakistan since metrication.  Clarke's 1865 Indian foot-British foot ratio (0.99999566) and his 1865 British inch-metre ratio (39.369971) rounded with slight error as 1 Ind ft = 0.3047995m exactly and applied to Everest's 1830 definition of a & b.","","EPSG","1999-10-20","","0 ",NULL};
+datafile_rows_t ellipsoid_row_38[] = {"7045","Everest 1830 (1975 Definition)","6377299.151","9001","300.8017255","","1","Used by India since metrication.  Clarke's 1865 Indian foot-British foot ratio (0.99999566) and his 1865 British inch-metre ratio (39.369971) rounded as 1 Ind ft = 0.3047995m exactly applied to Everest's 1830 original definition taken as a and b.","","EPSG","1999-10-20","","0 ",NULL};
+datafile_rows_t ellipsoid_row_39[] = {"7046","Bessel Namibia (GLM)","6377397.155","9031","299.1528128","","1","The semi-major axis has the same value as the Bessel 1841 ellipsoid (code 7004) but is in different units - German Legal Metres rather than International metres - hence a different size.  a = 6377483.865 International metres. Used in Namibia.","Chief Directorate: Surveys and Mapping, Mowbray, South Africa.","ISO Project Team 19127","2001-01-21","","0 ",NULL};
+datafile_rows_t ellipsoid_row_40[] = {"7047","GRS 1980 Authalic Sphere","6370997","9001","","6370997","0","Authalic sphere derived from Clarke 1866 ellipsoid (code 7008).  Deprecated as name and parameter values do not match; replaced by 7048.","EPSG","EPSG","2001-06-05","","1 ",NULL};
+datafile_rows_t ellipsoid_row_41[] = {"7048","GRS 1980 Authalic Sphere","6371007","9001","","6371007","0","Authalic sphere derived from GRS 1980 ellipsoid (code 7019).  (An authalic sphere is one with a surface area equal to the surface area of the ellipsoid). 1/f is infinite.","EPSG","EPSG","2001-06-25","","0 ",NULL};
+datafile_rows_t ellipsoid_row_42[] = {"7049","Xian 1980","6378140","9001","298.257","","1","","BP","EPSG","2002-02-12","","0 ",NULL};
+datafile_rows_t ellipsoid_row_43[] = {"7050","GRS 1967 (SAD69)","6378160","9001","298.25","","1","Based on the GRS 1967 figure (code 7036) but with 1/f taken to 2 decimal places exactly. Used with SAD69 datum. The dimensions are also used as the Australian National Spheroid (code 7003).","\"Geodetic Reference System 1967\"; International Association of Geodesy special publication number 3; August 1971.","EPSG","2002-09-19","","0 ",NULL};
+datafile_rows_t ellipsoid_row_44[] = {"7051","Danish 1876","6377019.27","9001","300","","1","Semi-major axis originally given as 3271883.25 toise. Uses toise to French metre ratio of 1.94903631 to two decimal place precision. An alternative ratio with the German legal metre of 1.9490622 giving 6377104m has not been used in Danish work.","Kort og Matrikelstyrelsen (KMS), Copenhagen.","EPSG","2003-06-27","","0 ",NULL};
+datafile_rows_t ellipsoid_row_45[] = {"7052","Clarke 1866 Authalic Sphere","6370997","9001","","6370997","0","Authalic sphere derived from Clarke 1866 ellipsoid (code 7008).","EPSG","EPSG","2004-04-27","","0 ",NULL};
+datafile_rows_t ellipsoid_row_46[] = {"7053","Hough 1960","6378270","9001","297","","1","","DMA / NIMA / NGA TR8350.2","OGP","2006-01-26","","0 ",NULL};
+datafile_rows_t ellipsoid_row_47[] = {"7054","PZ-90","6378136","9001","298.257839303","","1","","Geodeziya i Katografiya, 1993.","OGP","2006-02-03","","0 ",NULL};
+datafile_rows_t ellipsoid_row_48[] = {"7055","Clarke 1880 (international foot)","20926202","9002","","20854895","1","Clark'es 1880 definition in feet assumed for the purposes of metric conversion to be international foot. a = 6378306.370Â…metres. 1/f derived from a and b = 293.4663077Â… Used in Fiji.","Department of Lands and Survey, Fiji.","OGP","2006-07-14","","0 ",NULL};
+datafile_rows_t ellipsoid_row_49[] = {"7056","Everest 1830 (RSO 1969)","6377295.664","9001","300.8017","","1","Adopted for 1969 metrication of peninsula Malaysia RSO grid.  Uses Sears 1922 yard-metre ratio truncated to 6 significant figures applied to Everest 1830 original definition of a and 1/f but with a taken to be in British rather than Indian feet.","Defence Geographic Centre","OGP","2006-07-24","","0 ",NULL};
+datafile_rows_t ellipsoid_row_50[] = {"7057","International 1924 Authalic Sphere","6371228","9001","","6371228","0","Authalic sphere derived from International 1924 ellipsoid (code 7022).","OGP","OGP","2006-09-22","","0 ",NULL};
+datafile_rows_t ellipsoid_row_51[] = {"7058","Hughes 1980","6378273","9001","","6356889.449","1","Used in US DMSP SSM/I microwave sensor processing software. Semi-minor axis derived from eccentricity=0.081816153. Semi-major axis (a) sometimes given as 3443.992nm which OGP suspects is a derived approximation. OGP conversion assumes 1nm=1852m exactly.","US National Snow and Ice Data Center","OGP","2006-09-22","","0 ",NULL};
+datafile_rows_t *ellipsoid_rows[] = {ellipsoid_row_0 ,ellipsoid_row_1 ,ellipsoid_row_2 ,ellipsoid_row_3 ,ellipsoid_row_4 ,ellipsoid_row_5 ,ellipsoid_row_6 ,ellipsoid_row_7 ,ellipsoid_row_8 ,ellipsoid_row_9 ,ellipsoid_row_10 ,ellipsoid_row_11 ,ellipsoid_row_12 ,ellipsoid_row_13 ,ellipsoid_row_14 ,ellipsoid_row_15 ,ellipsoid_row_16 ,ellipsoid_row_17 ,ellipsoid_row_18 ,ellipsoid_row_19 ,ellipsoid_row_20 ,ellipsoid_row_21 ,ellipsoid_row_22 ,ellipsoid_row_23 ,ellipsoid_row_24 ,ellipsoid_row_25 ,ellipsoid_row_26 ,ellipsoid_row_27 ,ellipsoid_row_28 ,ellipsoid_row_29 ,ellipsoid_row_30 ,ellipsoid_row_31 ,ellipsoid_row_32 ,ellipsoid_row_33 ,ellipsoid_row_34 ,ellipsoid_row_35 ,ellipsoid_row_36 ,ellipsoid_row_37 ,ellipsoid_row_38 ,ellipsoid_row_39 ,ellipsoid_row_40 ,ellipsoid_row_41 ,ellipsoid_row_42 ,ellipsoid_row_43 ,ellipsoid_row_44 ,ellipsoid_row_45 ,ellipsoid_row_46 ,ellipsoid_row_47 ,ellipsoid_row_48 ,ellipsoid_row_49 ,ellipsoid_row_50 ,ellipsoid_row_51,NULL};

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/ellipsoid.csv
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/ellipsoid.csv	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/ellipsoid.csv	2007-09-19 08:45:41 UTC (rev 1074)
@@ -1,5 +1,5 @@
 ellipsoid_code,ellipsoid_name,semi_major_axis,uom_code,inv_flattening,semi_minor_axis,ellipsoid_shape,remarks,information_source,data_source,revision_date,change_id,deprecated
-7001,Airy 1830,6377563.396,9001,299.3249646,,1,Original definition is a=20923713 and b=20853810 feet of 1796.   For the 1936 retriangulation OSGB defines the relationship of feet of 1796 to the International metre through log(1.48401603) exactly [=0.3048007491...]. 1/f is given to 7 decimal places.,Ordnance Survey of Great Britain.,EPSG,1995-06-02,98.321  98.34,0
+7001,Airy 1830,6377563.396,9001,299.3249646,,1,"Original definition is a=20923713, b=20853810 feet of 1796. 1/f is given to 7 decimal places. For the 1936 retriangulation OSGB defines the relationship of 10 feet of 1796 to the International metre through ([10^0.48401603]/10) exactly = 0.3048007491...",Ordnance Survey of Great Britain.,EPSG,2006-11-27,98.321  98.34 2006.932,0
 7002,Airy Modified 1849,6377340.189,9001,299.3249646,,1,OSGB Airy 1830 figure (ellipsoid code 7001) rescaled by 0.999965 to best fit the scale of the 19th century primary triangulation of Ireland.,"""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2003-06-27,98.321 2002.622,0
 7003,Australian National Spheroid,6378160,9001,298.25,,1,Based on the GRS 1967 figure but with 1/f taken to 2 decimal places exactly.  The dimensions are also used as the GRS 1967 (SAD69) ellipsoid (see code 7050).,"""Australian Map Grid Technical Manual""; National Mapping Council of Australia Special Publication #7; 1972",EPSG,2002-09-19,2002.50,0
 7004,Bessel 1841,6377397.155,9001,299.1528128,,1,"Original Bessel definition is a=3272077.14 and b=3261139.33 toise. This used a weighted mean of values from several authors but did not account for differences in the length of the various toise: the ""Bessel toise"" is therefore of uncertain length.",US Army Map Service Technical Manual; 1943.,EPSG,1999-04-22,98.321  98.34,0
@@ -45,3 +45,8 @@
 7051,Danish 1876,6377019.27,9001,300,,1,Semi-major axis originally given as 3271883.25 toise. Uses toise to French metre ratio of 1.94903631 to two decimal place precision. An alternative ratio with the German legal metre of 1.9490622 giving 6377104m has not been used in Danish work.,"Kort og Matrikelstyrelsen (KMS), Copenhagen.",EPSG,2003-06-27,,0
 7052,Clarke 1866 Authalic Sphere,6370997,9001,,6370997,0,Authalic sphere derived from Clarke 1866 ellipsoid (code 7008).,EPSG,EPSG,2004-04-27,,0
 7053,Hough 1960,6378270,9001,297,,1,,DMA / NIMA / NGA TR8350.2,OGP,2006-01-26,,0
+7054,PZ-90,6378136,9001,298.257839303,,1,,"Geodeziya i Katografiya, 1993.",OGP,2006-02-03,,0
+7055,Clarke 1880 (international foot),20926202,9002,,20854895,1,Clark'es 1880 definition in feet assumed for the purposes of metric conversion to be international foot. a = 6378306.370Â…metres. 1/f derived from a and b = 293.4663077Â… Used in Fiji.,"Department of Lands and Survey, Fiji.",OGP,2006-07-14,,0
+7056,Everest 1830 (RSO 1969),6377295.664,9001,300.8017,,1,Adopted for 1969 metrication of peninsula Malaysia RSO grid.  Uses Sears 1922 yard-metre ratio truncated to 6 significant figures applied to Everest 1830 original definition of a and 1/f but with a taken to be in British rather than Indian feet.,Defence Geographic Centre,OGP,2006-07-24,,0
+7057,International 1924 Authalic Sphere,6371228,9001,,6371228,0,Authalic sphere derived from International 1924 ellipsoid (code 7022).,OGP,OGP,2006-09-22,,0
+7058,Hughes 1980,6378273,9001,,6356889.449,1,Used in US DMSP SSM/I microwave sensor processing software. Semi-minor axis derived from eccentricity=0.081816153. Semi-major axis (a) sometimes given as 3443.992nm which OGP suspects is a derived approximation. OGP conversion assumes 1nm=1852m exactly.,US National Snow and Ice Data Center,OGP,2006-09-22,,0

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/gcs.c
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/gcs.c	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/gcs.c	2007-09-19 08:45:41 UTC (rev 1074)
@@ -1,325 +1,417 @@
 #include "defs.h"
-datafile_rows_t gcs_row_0[] = {"COORD_REF_SYS_CODE","COORD_REF_SYS_NAME","DATUM_CODE","DATUM_NAME","GREENWICH_DATUM","UOM_CODE","ELLIPSOID_CODE","PRIME_MERIDIAN_CODE","COORD_OP_METHOD_CODE","DX","DY","DZ","RX","RY","RZ","DS ",NULL};
-datafile_rows_t gcs_row_1[] = {"4001","Unknown datum based upon the Airy 1830 ellipsoid","6001","Not specified (based on Airy 1830 ellipsoid)","6001","9122","7001","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_2[] = {"4002","Unknown datum based upon the Airy Modified 1849 ellipsoid","6002","Not specified (based on Airy Modified 1849 ellipsoid)","6002","9122","7002","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_3[] = {"4003","Unknown datum based upon the Australian National Spheroid","6003","Not specified (based on Australian National Spheroid)","6003","9122","7003","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_4[] = {"4004","Unknown datum based upon the Bessel 1841 ellipsoid","6004","Not specified (based on Bessel 1841 ellipsoid)","6004","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_5[] = {"4005","Unknown datum based upon the Bessel Modified ellipsoid","6005","Not specified (based on Bessel Modified ellipsoid)","6005","9122","7005","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_6[] = {"4006","Unknown datum based upon the Bessel Namibia ellipsoid","6006","Not specified (based on Bessel Namibia ellipsoid)","6006","9122","7046","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_7[] = {"4007","Unknown datum based upon the Clarke 1858 ellipsoid","6007","Not specified (based on Clarke 1858 ellipsoid)","6007","9122","7007","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_8[] = {"4008","Unknown datum based upon the Clarke 1866 ellipsoid","6008","Not specified (based on Clarke 1866 ellipsoid)","6008","9122","7008","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_9[] = {"4009","Unknown datum based upon the Clarke 1866 Michigan ellipsoid","6009","Not specified (based on Clarke 1866 Michigan ellipsoid)","6009","9122","7009","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_10[] = {"4010","Unknown datum based upon the Clarke 1880 (Benoit) ellipsoid","6010","Not specified (based on Clarke 1880 (Benoit) ellipsoid)","6010","9122","7010","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_11[] = {"4011","Unknown datum based upon the Clarke 1880 (IGN) ellipsoid","6011","Not specified (based on Clarke 1880 (IGN) ellipsoid)","6011","9122","7011","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_12[] = {"4012","Unknown datum based upon the Clarke 1880 (RGS) ellipsoid","6012","Not specified (based on Clarke 1880 (RGS) ellipsoid)","6012","9122","7012","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_13[] = {"4013","Unknown datum based upon the Clarke 1880 (Arc) ellipsoid","6013","Not specified (based on Clarke 1880 (Arc) ellipsoid)","6013","9122","7013","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_14[] = {"4014","Unknown datum based upon the Clarke 1880 (SGA 1922) ellipsoid","6014","Not specified (based on Clarke 1880 (SGA 1922) ellipsoid)","6014","9122","7014","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_15[] = {"4015","Unknown datum based upon the Everest 1830 (1937 Adjustment) ellipsoid","6015","Not specified (based on Everest 1830 (1937 Adjustment) ellipsoid)","6015","9122","7015","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_16[] = {"4016","Unknown datum based upon the Everest 1830 (1967 Definition) ellipsoid","6016","Not specified (based on Everest 1830 (1967 Definition) ellipsoid)","6016","9122","7016","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_17[] = {"4018","Unknown datum based upon the Everest 1830 Modified ellipsoid","6018","Not specified (based on Everest 1830 Modified ellipsoid)","6018","9122","7018","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_18[] = {"4019","Unknown datum based upon the GRS 1980 ellipsoid","6019","Not specified (based on GRS 1980 ellipsoid)","6019","9122","7019","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_19[] = {"4020","Unknown datum based upon the Helmert 1906 ellipsoid","6020","Not specified (based on Helmert 1906 ellipsoid)","6020","9122","7020","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_20[] = {"4021","Unknown datum based upon the Indonesian National Spheroid","6021","Not specified (based on Indonesian National Spheroid)","6021","9122","7021","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_21[] = {"4022","Unknown datum based upon the International 1924 ellipsoid","6022","Not specified (based on International 1924 ellipsoid)","6022","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_22[] = {"4024","Unknown datum based upon the Krassowsky 1940 ellipsoid","6024","Not specified (based on Krassowsky 1940 ellipsoid)","6024","9122","7024","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_23[] = {"4025","Unknown datum based upon the NWL 9D ellipsoid","6025","Not specified (based on NWL 9D ellipsoid)","6025","9122","7025","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_24[] = {"4027","Unknown datum based upon the Plessis 1817 ellipsoid","6027","Not specified (based on Plessis 1817 ellipsoid)","6027","9122","7027","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_25[] = {"4028","Unknown datum based upon the Struve 1860 ellipsoid","6028","Not specified (based on Struve 1860 ellipsoid)","6028","9122","7028","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_26[] = {"4029","Unknown datum based upon the War Office ellipsoid","6029","Not specified (based on War Office ellipsoid)","6029","9122","7029","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_27[] = {"4030","Unknown datum based upon the WGS 84 ellipsoid","6030","Not specified (based on WGS 84 ellipsoid)","6030","9122","7030","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_28[] = {"4031","Unknown datum based upon the GEM 10C ellipsoid","6031","Not specified (based on GEM 10C ellipsoid)","6031","9122","7031","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_29[] = {"4032","Unknown datum based upon the OSU86F ellipsoid","6032","Not specified (based on OSU86F ellipsoid)","6032","9122","7032","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_30[] = {"4033","Unknown datum based upon the OSU91A ellipsoid","6033","Not specified (based on OSU91A ellipsoid)","6033","9122","7033","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_31[] = {"4034","Unknown datum based upon the Clarke 1880 ellipsoid","6034","Not specified (based on Clarke 1880 ellipsoid)","6034","9122","7034","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_32[] = {"4035","Unknown datum based upon the Authalic Sphere","6035","Not specified (based on Authalic Sphere)","6035","9108","7035","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_33[] = {"4036","Unknown datum based upon the GRS 1967 ellipsoid","6036","Not specified (based on GRS 1967 ellipsoid)","6036","9122","7036","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_34[] = {"4041","Unknown datum based upon the Average Terrestrial System 1977 ellipsoid","6041","Not specified (based on Average Terrestrial System 1977 ellipsoid)","6041","9122","7041","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_35[] = {"4042","Unknown datum based upon the Everest (1830 Definition) ellipsoid","6042","Not specified (based on Everest (1830 Definition) ellipsoid)","6042","9122","7042","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_36[] = {"4043","Unknown datum based upon the WGS 72 ellipsoid","6043","Not specified (based on WGS 72 ellipsoid)","6043","9122","7043","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_37[] = {"4044","Unknown datum based upon the Everest 1830 (1962 Definition) ellipsoid","6044","Not specified (based on Everest 1830 (1962 Definition) ellipsoid)","6044","9122","7044","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_38[] = {"4045","Unknown datum based upon the Everest 1830 (1975 Definition) ellipsoid","6045","Not specified (based on Everest 1830 (1975 Definition) ellipsoid)","6045","9122","7045","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_39[] = {"4047","Unspecified datum based upon the GRS 1980 Authalic Sphere","6047","Not specified (based on GRS 1980 Authalic Sphere)","6047","9122","7047","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_40[] = {"4120","Greek","6120","Greek","6120","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_41[] = {"4121","GGRS87","6121","Greek Geodetic Reference System 1987","6121","9122","7019","8901","9603","-199.87","74.79","246.62","","",""," ",NULL};
-datafile_rows_t gcs_row_42[] = {"4122","ATS77","6122","Average Terrestrial System 1977","6122","9122","7041","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_43[] = {"4123","KKJ","6123","Kartasto Koordinaati Jarjestelma 1966","6123","9122","7022","8901","9606","-90.7","-106.1","-119.2","4.09","0.218","-1.05","1.37 ",NULL};
-datafile_rows_t gcs_row_44[] = {"4124","RT90","6124","Rikets koordinatsystem 1990","6124","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_45[] = {"4125","Samboja","6125","Samboja","6125","9108","7004","8901","9603","-404.78","685.68","45.47","","",""," ",NULL};
-datafile_rows_t gcs_row_46[] = {"4126","LKS94 (ETRS89)","6126","Lithuania 1994 (ETRS89)","6126","9108","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_47[] = {"4127","Tete","6127","Tete","6127","9122","7008","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_48[] = {"4128","Madzansua","6128","Madzansua","6128","9122","7008","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_49[] = {"4129","Observatario","6129","Observatario","6129","9122","7008","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_50[] = {"4130","Moznet","6130","Moznet (ITRF94)","6130","9122","7030","8901","9607","0.0","0.0","0.0","0.0","0.0","0.0","0.0 ",NULL};
-datafile_rows_t gcs_row_51[] = {"4131","Indian 1960","6131","Indian 1960","6131","9122","7015","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_52[] = {"4132","FD58","6132","Final Datum 1958","6132","9122","7012","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_53[] = {"4133","EST92","6133","Estonia 1992","6133","9122","7019","8901","9607","0.055","-0.541","-0.185","-0.0183","0.0003","0.007","-0.014 ",NULL};
-datafile_rows_t gcs_row_54[] = {"4134","PDO Survey Datum 1993","6134","PDO Survey Datum 1993","6134","9122","7012","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_55[] = {"4135","Old Hawaiian","6135","Old Hawaiian","6135","9122","7008","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_56[] = {"4136","St. Lawrence Island","6136","St. Lawrence Island","6136","9122","7008","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_57[] = {"4137","St. Paul Island","6137","St. Paul Island","6137","9122","7008","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_58[] = {"4138","St. George Island","6138","St. George Island","6138","9122","7008","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_59[] = {"4139","Puerto Rico","6139","Puerto Rico","6139","9122","7008","8901","9603","11.0","72.0","-101.0","","",""," ",NULL};
-datafile_rows_t gcs_row_60[] = {"4140","NAD83(CSRS98)","6140","NAD83 Canadian Spatial Reference System","6140","9108","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_61[] = {"4141","Israel","6141","Israel","6141","9122","7019","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_62[] = {"4142","Locodjo 1965","6142","Locodjo 1965","6142","9122","7012","8901","9603","-125.0","53.0","467.0","","",""," ",NULL};
-datafile_rows_t gcs_row_63[] = {"4143","Abidjan 1987","6143","Abidjan 1987","6143","9122","7012","8901","9603","-124.76","53.0","466.79","","",""," ",NULL};
-datafile_rows_t gcs_row_64[] = {"4144","Kalianpur 1937","6144","Kalianpur 1937","6144","9122","7015","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_65[] = {"4145","Kalianpur 1962","6145","Kalianpur 1962","6145","9122","7044","8901","9603","283.0","682.0","231.0","","",""," ",NULL};
-datafile_rows_t gcs_row_66[] = {"4146","Kalianpur 1975","6146","Kalianpur 1975","6146","9122","7045","8901","9603","295.0","736.0","257.0","","",""," ",NULL};
-datafile_rows_t gcs_row_67[] = {"4147","Hanoi 1972","6147","Hanoi 1972","6147","9122","7024","8901","9603","-17.51","-108.32","-62.39","","",""," ",NULL};
-datafile_rows_t gcs_row_68[] = {"4148","Hartebeesthoek94","6148","Hartebeesthoek94","6148","9122","7030","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_69[] = {"4149","CH1903","6149","CH1903","6149","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_70[] = {"4150","CH1903+","6150","CH1903+","6150","9122","7004","8901","9603","674.374","15.056","405.346","","",""," ",NULL};
-datafile_rows_t gcs_row_71[] = {"4151","CHTRF95","6151","Swiss Terrestrial Reference Frame 1995","6151","9122","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_72[] = {"4152","NAD83(HARN)","6152","NAD83 (High Accuracy Regional Network)","6152","9122","7019","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_73[] = {"4153","Rassadiran","6153","Rassadiran","6153","9122","7022","8901","9603","-133.63","-157.5","-158.62","","",""," ",NULL};
-datafile_rows_t gcs_row_74[] = {"4154","ED50(ED77)","6154","European Datum 1950(1977)","6154","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_75[] = {"4155","Dabola 1981","6155","Dabola 1981","6155","9122","7011","8901","9603","-83.0","37.0","124.0","","",""," ",NULL};
-datafile_rows_t gcs_row_76[] = {"4156","S-JTSK","6156","Jednotne Trigonometricke Site Katastralni","6156","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_77[] = {"4157","Mount Dillon","6157","Mount Dillon","6157","9122","7007","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_78[] = {"4158","Naparima 1955","6158","Naparima 1955","6158","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_79[] = {"4159","ELD79","6159","European Libyan Datum 1979","6159","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_80[] = {"4160","Chos Malal 1914","6160","Chos Malal 1914","6160","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_81[] = {"4161","Pampa del Castillo","6161","Pampa del Castillo","6161","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_82[] = {"4162","Korean 1985","6162","Korean Datum 1985","6162","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_83[] = {"4163","Yemen NGN96","6163","Yemen National Geodetic Network 1996","6163","9122","7030","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_84[] = {"4164","South Yemen","6164","South Yemen","6164","9122","7024","8901","9603","-76.0","-138.0","67.0","","",""," ",NULL};
-datafile_rows_t gcs_row_85[] = {"4165","Bissau","6165","Bissau","6165","9122","7022","8901","9603","-173.0","253.0","27.0","","",""," ",NULL};
-datafile_rows_t gcs_row_86[] = {"4166","Korean 1995","6166","Korean Datum 1995","6166","9122","7030","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_87[] = {"4167","NZGD2000","6167","New Zealand Geodetic Datum 2000","6167","9122","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_88[] = {"4168","Accra","6168","Accra","6168","9122","7029","8901","9603","-199.0","32.0","322.0","","",""," ",NULL};
-datafile_rows_t gcs_row_89[] = {"4169","American Samoa 1962","6169","American Samoa 1962","6169","9122","7008","8901","9603","-115.0","118.0","426.0","","",""," ",NULL};
-datafile_rows_t gcs_row_90[] = {"4170","SIRGAS","6170","Sistema de Referencia Geocentrico para America del Sur","6170","9122","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_91[] = {"4171","RGF93","6171","Reseau Geodesique Francais 1993","6171","9122","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_92[] = {"4172","POSGAR","6172","Posiciones Geodesicas Argentinas","6172","9108","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_93[] = {"4173","IRENET95","6173","IRENET95","6173","9122","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_94[] = {"4174","Sierra Leone 1924","6174","Sierra Leone Colony 1924","6174","9122","7029","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_95[] = {"4175","Sierra Leone 1968","6175","Sierra Leone 1968","6175","9122","7012","8901","9603","-88.0","4.0","101.0","","",""," ",NULL};
-datafile_rows_t gcs_row_96[] = {"4176","Australian Antarctic","6176","Australian Antarctic Datum 1998","6176","9122","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_97[] = {"4178","Pulkovo 1942(83)","6178","Pulkovo 1942/83","6178","9122","7024","8901","9607","24.0","-123.0","-94.0","-0.02","0.25","0.13","1.1 ",NULL};
-datafile_rows_t gcs_row_98[] = {"4179","Pulkovo 1942(58)","6179","Pulkovo 1942/58","6179","9122","7024","8901","9606","33.4","-146.6","-76.3","-0.359","-0.053","0.844","-0.84 ",NULL};
-datafile_rows_t gcs_row_99[] = {"4180","EST97","6180","Estonia 1997","6180","9122","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_100[] = {"4181","Luxembourg 1930","6181","Luxembourg 1930","6181","9122","7022","8901","9606","-193.0","13.7","-39.3","-0.41","-2.933","2.688","0.43 ",NULL};
-datafile_rows_t gcs_row_101[] = {"4182","Azores Occidental 1939","6182","Azores Occidental Islands 1939","6182","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_102[] = {"4183","Azores Central 1948","6183","Azores Central Islands 1948","6183","9122","7022","8901","9603","-104.0","167.0","-38.0","","",""," ",NULL};
-datafile_rows_t gcs_row_103[] = {"4184","Azores Oriental 1940","6184","Azores Oriental Islands 1940","6184","9122","7022","8901","9603","-203.0","141.0","53.0","","",""," ",NULL};
-datafile_rows_t gcs_row_104[] = {"4185","Madeira 1936","6185","Madeira 1936","6185","9108","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_105[] = {"4188","OSNI 1952","6188","OSNI 1952","6188","9122","7001","8901","9606","482.5","-130.6","564.6","-1.042","-0.214","-0.631","8.15 ",NULL};
-datafile_rows_t gcs_row_106[] = {"4189","REGVEN","6189","Red Geodesica Venezolana","6189","9122","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_107[] = {"4190","POSGAR 98","6190","Posiciones Geodesicas Argentinas 1998","6190","9122","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_108[] = {"4191","Albanian 1987","6191","Albanian 1987","6191","9122","7024","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_109[] = {"4192","Douala 1948","6192","Douala 1948","6192","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_110[] = {"4193","Manoca 1962","6193","Manoca 1962","6193","9122","7011","8901","9603","-70.9","-151.8","-41.4","","",""," ",NULL};
-datafile_rows_t gcs_row_111[] = {"4194","Qornoq 1927","6194","Qornoq 1927","6194","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_112[] = {"4195","Scoresbysund 1952","6195","Scoresbysund 1952","6195","9122","7022","8901","9606","105.0","326.0","-102.5","0.0","0.0","0.814","-0.6 ",NULL};
-datafile_rows_t gcs_row_113[] = {"4196","Ammassalik 1958","6196","Ammassalik 1958","6196","9122","7022","8901","9606","-45.0","417.0","-3.5","0.0","0.0","0.814","-0.6 ",NULL};
-datafile_rows_t gcs_row_114[] = {"4197","Garoua","6197","Garoua","6197","9122","7012","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_115[] = {"4198","Kousseri","6198","Kousseri","6198","9122","7012","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_116[] = {"4199","Egypt 1930","6199","Egypt 1930","6199","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_117[] = {"4200","Pulkovo 1995","6200","Pulkovo 1995","6200","9122","7024","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_118[] = {"4201","Adindan","6201","Adindan","6201","9122","7012","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_119[] = {"4202","AGD66","6202","Australian Geodetic Datum 1966","6202","9122","7003","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_120[] = {"4203","AGD84","6203","Australian Geodetic Datum 1984","6203","9122","7003","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_121[] = {"4204","Ain el Abd","6204","Ain el Abd 1970","6204","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_122[] = {"4205","Afgooye","6205","Afgooye","6205","9122","7024","8901","9603","-43.0","-163.0","45.0","","",""," ",NULL};
-datafile_rows_t gcs_row_123[] = {"4206","Agadez","6206","Agadez","6206","9122","7011","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_124[] = {"4207","Lisbon","6207","Lisbon 1937","6207","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_125[] = {"4208","Aratu","6208","Aratu","6208","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_126[] = {"4209","Arc 1950","6209","Arc 1950","6209","9122","7013","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_127[] = {"4210","Arc 1960","6210","Arc 1960","6210","9122","7012","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_128[] = {"4211","Batavia","6211","Batavia","6211","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_129[] = {"4212","Barbados 1938","6212","Barbados 1938","6212","9122","7012","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_130[] = {"4213","Beduaram","6213","Beduaram","6213","9122","7011","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_131[] = {"4214","Beijing 1954","6214","Beijing 1954","6214","9122","7024","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_132[] = {"4215","Belge 1950","6215","Reseau National Belge 1950","6215","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_133[] = {"4216","Bermuda 1957","6216","Bermuda 1957","6216","9122","7008","8901","9603","-73.0","213.0","296.0","","",""," ",NULL};
-datafile_rows_t gcs_row_134[] = {"4218","Bogota 1975","6218","Bogota 1975","6218","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_135[] = {"4219","Bukit Rimpah","6219","Bukit Rimpah","6219","9122","7004","8901","9603","-384.0","664.0","-48.0","","",""," ",NULL};
-datafile_rows_t gcs_row_136[] = {"4220","Camacupa","6220","Camacupa","6220","9122","7012","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_137[] = {"4221","Campo Inchauspe","6221","Campo Inchauspe","6221","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_138[] = {"4222","Cape","6222","Cape","6222","9122","7013","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_139[] = {"4223","Carthage","6223","Carthage","6223","9122","7011","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_140[] = {"4224","Chua","6224","Chua","6224","9122","7022","8901","9603","-134.0","229.0","-29.0","","",""," ",NULL};
-datafile_rows_t gcs_row_141[] = {"4225","Corrego Alegre","6225","Corrego Alegre","6225","9122","7022","8901","9603","-206.0","172.0","-6.0","","",""," ",NULL};
-datafile_rows_t gcs_row_142[] = {"4226","Cote d'Ivoire","6226","Cote d'Ivoire","6226","9108","7011","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_143[] = {"4227","Deir ez Zor","6227","Deir ez Zor","6227","9122","7011","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_144[] = {"4228","Douala","6228","Douala","6228","9108","7011","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_145[] = {"4229","Egypt 1907","6229","Egypt 1907","6229","9122","7020","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_146[] = {"4230","ED50","6230","European Datum 1950","6230","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_147[] = {"4231","ED87","6231","European Datum 1987","6231","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_148[] = {"4232","Fahud","6232","Fahud","6232","9122","7012","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_149[] = {"4233","Gandajika 1970","6233","Gandajika 1970","6233","9122","7022","8901","9603","-133.0","-321.0","50.0","","",""," ",NULL};
-datafile_rows_t gcs_row_150[] = {"4234","Garoua","6234","Garoua","6234","9108","7011","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_151[] = {"4235","Guyane Francaise","6235","Guyane Francaise","6235","9108","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_152[] = {"4236","Hu Tzu Shan","6236","Hu Tzu Shan","6236","9122","7022","8901","9603","-637.0","-549.0","-203.0","","",""," ",NULL};
-datafile_rows_t gcs_row_153[] = {"4237","HD72","6237","Hungarian Datum 1972","6237","9122","7036","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_154[] = {"4238","ID74","6238","Indonesian Datum 1974","6238","9122","7021","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_155[] = {"4239","Indian 1954","6239","Indian 1954","6239","9122","7015","8901","9603","217.0","823.0","299.0","","",""," ",NULL};
-datafile_rows_t gcs_row_156[] = {"4240","Indian 1975","6240","Indian 1975","6240","9122","7015","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_157[] = {"4241","Jamaica 1875","6241","Jamaica 1875","6241","9122","7034","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_158[] = {"4242","JAD69","6242","Jamaica 1969","6242","9122","7008","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_159[] = {"4243","Kalianpur 1880","6243","Kalianpur 1880","6243","9122","7042","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_160[] = {"4244","Kandawala","6244","Kandawala","6244","9122","7015","8901","9603","-97.0","787.0","86.0","","",""," ",NULL};
-datafile_rows_t gcs_row_161[] = {"4245","Kertau","6245","Kertau","6245","9122","7018","8901","9603","-11.0","851.0","5.0","","",""," ",NULL};
-datafile_rows_t gcs_row_162[] = {"4246","KOC","6246","Kuwait Oil Company","6246","9122","7012","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_163[] = {"4247","La Canoa","6247","La Canoa","6247","9122","7022","8901","9603","-273.5","110.6","-357.9","","",""," ",NULL};
-datafile_rows_t gcs_row_164[] = {"4248","PSAD56","6248","Provisional South American Datum 1956","6248","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_165[] = {"4249","Lake","6249","Lake","6249","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_166[] = {"4250","Leigon","6250","Leigon","6250","9122","7012","8901","9603","-130.0","29.0","364.0","","",""," ",NULL};
-datafile_rows_t gcs_row_167[] = {"4251","Liberia 1964","6251","Liberia 1964","6251","9122","7012","8901","9603","-90.0","40.0","88.0","","",""," ",NULL};
-datafile_rows_t gcs_row_168[] = {"4252","Lome","6252","Lome","6252","9122","7011","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_169[] = {"4253","Luzon 1911","6253","Luzon 1911","6253","9122","7008","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_170[] = {"4254","Hito XVIII 1963","6254","Hito XVIII 1963","6254","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_171[] = {"4255","Herat North","6255","Herat North","6255","9122","7022","8901","9603","-333.0","-222.0","114.0","","",""," ",NULL};
-datafile_rows_t gcs_row_172[] = {"4256","Mahe 1971","6256","Mahe 1971","6256","9122","7012","8901","9603","41.0","-220.0","-134.0","","",""," ",NULL};
-datafile_rows_t gcs_row_173[] = {"4257","Makassar","6257","Makassar","6257","9122","7004","8901","9603","-587.8","519.75","145.76","","",""," ",NULL};
-datafile_rows_t gcs_row_174[] = {"4258","ETRS89","6258","European Terrestrial Reference System 1989","6258","9122","7019","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_175[] = {"4259","Malongo 1987","6259","Malongo 1987","6259","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_176[] = {"4260","Manoca","6260","Manoca","6260","9108","7012","8901","9603","-70.9","-151.8","-41.4","","",""," ",NULL};
-datafile_rows_t gcs_row_177[] = {"4261","Merchich","6261","Merchich","6261","9122","7011","8901","9603","31.0","146.0","47.0","","",""," ",NULL};
-datafile_rows_t gcs_row_178[] = {"4262","Massawa","6262","Massawa","6262","9122","7004","8901","9603","639.0","405.0","60.0","","",""," ",NULL};
-datafile_rows_t gcs_row_179[] = {"4263","Minna","6263","Minna","6263","9122","7012","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_180[] = {"4264","Mhast","6264","Mhast","6264","9122","7022","8901","9603","-252.95","-4.11","-96.38","","",""," ",NULL};
-datafile_rows_t gcs_row_181[] = {"4265","Monte Mario","6265","Monte Mario","6265","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_182[] = {"4266","M'poraloko","6266","M'poraloko","6266","9122","7011","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_183[] = {"4267","NAD27","6267","North American Datum 1927","6267","9122","7008","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_184[] = {"4268","NAD27 Michigan","6268","NAD Michigan","6268","9122","7009","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_185[] = {"4269","NAD83","6269","North American Datum 1983","6269","9122","7019","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_186[] = {"4270","Nahrwan 1967","6270","Nahrwan 1967","6270","9122","7012","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_187[] = {"4271","Naparima 1972","6271","Naparima 1972","6271","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_188[] = {"4272","NZGD49","6272","New Zealand Geodetic Datum 1949","6272","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_189[] = {"4273","NGO 1948","6273","NGO 1948","6273","9122","7005","8901","9606","278.3","93.0","474.5","7.889","0.05","-6.61","6.21 ",NULL};
-datafile_rows_t gcs_row_190[] = {"4274","Datum 73","6274","Datum 73","6274","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_191[] = {"4275","NTF","6275","Nouvelle Triangulation Francaise","6275","9122","7011","8901","9603","-168.0","-60.0","320.0","","",""," ",NULL};
-datafile_rows_t gcs_row_192[] = {"4276","NSWC 9Z-2","6276","NSWC 9Z-2","6276","9122","7025","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_193[] = {"4277","OSGB 1936","6277","OSGB 1936","6277","9122","7001","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_194[] = {"4278","OSGB70","6278","OSGB 1970 (SN)","6278","9122","7001","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_195[] = {"4279","OS(SN)80","6279","OS (SN) 1980","6279","9122","7001","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_196[] = {"4280","Padang","6280","Padang 1884","6280","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_197[] = {"4281","Palestine 1923","6281","Palestine 1923","6281","9122","7010","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_198[] = {"4282","Pointe Noire","6282","Congo 1960 Pointe Noire","6282","9122","7011","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_199[] = {"4283","GDA94","6283","Geocentric Datum of Australia 1994","6283","9122","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_200[] = {"4284","Pulkovo 1942","6284","Pulkovo 1942","6284","9122","7024","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_201[] = {"4285","Qatar 1974","6285","Qatar 1974","6285","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_202[] = {"4286","Qatar 1948","6286","Qatar 1948","6286","9122","7020","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_203[] = {"4287","Qornoq","6287","Qornoq","6287","9108","7022","8901","9603","164.0","138.0","-189.0","","",""," ",NULL};
-datafile_rows_t gcs_row_204[] = {"4288","Loma Quintana","6288","Loma Quintana","6288","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_205[] = {"4289","Amersfoort","6289","Amersfoort","6289","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_206[] = {"4291","SAD69","6291","South American Datum 1969","6291","9108","7036","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_207[] = {"4292","Sapper Hill 1943","6292","Sapper Hill 1943","6292","9122","7022","8901","9603","-355.0","21.0","72.0","","",""," ",NULL};
-datafile_rows_t gcs_row_208[] = {"4293","Schwarzeck","6293","Schwarzeck","6293","9122","7046","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_209[] = {"4294","Segora","6294","Segora","6294","9108","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_210[] = {"4295","Serindung","6295","Serindung","6295","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_211[] = {"4296","Sudan","6296","Sudan","6296","9108","7011","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_212[] = {"4297","Tananarive","6297","Tananarive 1925","6297","9122","7022","8901","9603","-189.0","-242.0","-91.0","","",""," ",NULL};
-datafile_rows_t gcs_row_213[] = {"4298","Timbalai 1948","6298","Timbalai 1948","6298","9122","7016","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_214[] = {"4299","TM65","6299","TM65","6299","9122","7002","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_215[] = {"4300","TM75","6300","Geodetic Datum of 1965","6300","9122","7002","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_216[] = {"4301","Tokyo","6301","Tokyo","6301","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_217[] = {"4302","Trinidad 1903","6302","Trinidad 1903","6302","9122","7007","8901","9603","-61.702","284.488","472.052","","",""," ",NULL};
-datafile_rows_t gcs_row_218[] = {"4303","TC(1948)","6303","Trucial Coast 1948","6303","9122","7020","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_219[] = {"4304","Voirol 1875","6304","Voirol 1875","6304","9122","7011","8901","9603","-73.0","-247.0","227.0","","",""," ",NULL};
-datafile_rows_t gcs_row_220[] = {"4306","Bern 1938","6306","Bern 1938","6306","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_221[] = {"4307","Nord Sahara 1959","6307","Nord Sahara 1959","6307","9122","7012","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_222[] = {"4308","RT38","6308","Stockholm 1938","6308","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_223[] = {"4309","Yacare","6309","Yacare","6309","9122","7022","8901","9603","-155.0","171.0","37.0","","",""," ",NULL};
-datafile_rows_t gcs_row_224[] = {"4310","Yoff","6310","Yoff","6310","9122","7011","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_225[] = {"4311","Zanderij","6311","Zanderij","6311","9122","7022","8901","9603","-265.0","120.0","-358.0","","",""," ",NULL};
-datafile_rows_t gcs_row_226[] = {"4312","MGI","6312","Militar-Geographische Institut","6312","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_227[] = {"4313","Belge 1972","6313","Reseau National Belge 1972","6313","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_228[] = {"4314","DHDN","6314","Deutsches Hauptdreiecksnetz","6314","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_229[] = {"4315","Conakry 1905","6315","Conakry 1905","6315","9122","7011","8901","9603","-23.0","259.0","-9.0","","",""," ",NULL};
-datafile_rows_t gcs_row_230[] = {"4316","Dealul Piscului 1933","6316","Dealul Piscului 1933","6316","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_231[] = {"4317","Dealul Piscului 1970","6317","Dealul Piscului 1970","6317","9122","7024","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_232[] = {"4318","NGN","6318","National Geodetic Network","6318","9122","7030","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_233[] = {"4319","KUDAMS","6319","Kuwait Utility","6319","9122","7019","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_234[] = {"4322","WGS 72","6322","World Geodetic System 1972","6322","9122","7043","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_235[] = {"4324","WGS 72BE","6324","WGS 72 Transit Broadcast Ephemeris","6324","9122","7043","8901","9606","0.0","0.0","1.9","0.0","0.0","0.814","-0.38 ",NULL};
-datafile_rows_t gcs_row_236[] = {"4326","WGS 84","6326","World Geodetic System 1984","6326","9122","7030","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_237[] = {"4600","Anguilla 1957","6600","Anguilla 1957","6600","9122","7012","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_238[] = {"4601","Antigua 1943","6601","Antigua 1943","6601","9122","7012","8901","9603","-255.0","-15.0","71.0","","",""," ",NULL};
-datafile_rows_t gcs_row_239[] = {"4602","Dominica 1945","6602","Dominica 1945","6602","9122","7012","8901","9603","725.0","685.0","536.0","","",""," ",NULL};
-datafile_rows_t gcs_row_240[] = {"4603","Grenada 1953","6603","Grenada 1953","6603","9122","7012","8901","9603","72.0","213.7","93.0","","",""," ",NULL};
-datafile_rows_t gcs_row_241[] = {"4604","Montserrat 1958","6604","Montserrat 1958","6604","9122","7012","8901","9603","174.0","359.0","365.0","","",""," ",NULL};
-datafile_rows_t gcs_row_242[] = {"4605","St. Kitts 1955","6605","St. Kitts 1955","6605","9122","7012","8901","9603","9.0","183.0","236.0","","",""," ",NULL};
-datafile_rows_t gcs_row_243[] = {"4606","St. Lucia 1955","6606","St. Lucia 1955","6606","9122","7012","8901","9603","-149.0","128.0","296.0","","",""," ",NULL};
-datafile_rows_t gcs_row_244[] = {"4607","St. Vincent 1945","6607","St. Vincent 1945","6607","9122","7012","8901","9603","195.671","332.517","274.607","","",""," ",NULL};
-datafile_rows_t gcs_row_245[] = {"4608","NAD27(76)","6608","North American Datum 1927 (1976)","6608","9122","7008","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_246[] = {"4609","NAD27(CGQ77)","6609","North American Datum 1927 (CGQ77)","6609","9122","7008","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_247[] = {"4610","Xian 1980","6610","Xian 1980","6610","9122","7049","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_248[] = {"4611","Hong Kong 1980","6611","Hong Kong 1980","6611","9122","7022","8901","9606","-162.619","-276.959","-161.764","0.067753","-2.243649","-1.158827","-1.094246 ",NULL};
-datafile_rows_t gcs_row_249[] = {"4612","JGD2000","6612","Japanese Geodetic Datum 2000","6612","9122","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_250[] = {"4613","Segara","6613","Gunung Segara","6613","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_251[] = {"4614","QND95","6614","Qatar National Datum 1995","6614","9122","7022","8901","9606","-119.4248","-303.65872","-11.00061","1.164298","0.174458","1.096259","3.657065 ",NULL};
-datafile_rows_t gcs_row_252[] = {"4615","Porto Santo","6615","Porto Santo 1936","6615","9122","7022","8901","9603","-499.0","-249.0","314.0","","",""," ",NULL};
-datafile_rows_t gcs_row_253[] = {"4616","Selvagem Grande","6616","Selvagem Grande","6616","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_254[] = {"4617","NAD83(CSRS)","6140","NAD83 Canadian Spatial Reference System","6140","9122","7019","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_255[] = {"4618","SAD69","6618","South American Datum 1969","6618","9122","7050","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_256[] = {"4619","SWEREF99","6619","SWEREF99","6619","9122","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_257[] = {"4620","Point 58","6620","Point 58","6620","9122","7012","8901","9603","-106.0","-129.0","165.0","","",""," ",NULL};
-datafile_rows_t gcs_row_258[] = {"4621","Fort Marigot","6621","Fort Marigot","6621","9122","7022","8901","9603","137.0","248.0","-430.0","","",""," ",NULL};
-datafile_rows_t gcs_row_259[] = {"4622","Sainte Anne","6622","Sainte Anne","6622","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_260[] = {"4623","CSG67","6623","Centre Spatial Guyanais 1967","6623","9122","7022","8901","9603","-186.0","230.0","110.0","","",""," ",NULL};
-datafile_rows_t gcs_row_261[] = {"4624","RGFG95","6624","Reseau Geodesique Francais Guyane 1995","6624","9122","7019","8901","9603","2.0","2.0","-2.0","","",""," ",NULL};
-datafile_rows_t gcs_row_262[] = {"4625","Fort Desaix","6625","Fort Desaix","6625","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_263[] = {"4626","Piton des Neiges","6626","Piton des Neiges","6626","9122","7022","8901","9603","94.0","-948.0","-1292.0","","",""," ",NULL};
-datafile_rows_t gcs_row_264[] = {"4627","RGR92","6627","Reseau Geodesique de la Reunion 1992","6627","9122","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_265[] = {"4628","Tahiti","6628","Tahiti","6628","9122","7022","8901","9603","162.0","117.0","154.0","","",""," ",NULL};
-datafile_rows_t gcs_row_266[] = {"4629","Tahaa","6629","Tahaa","6629","9122","7022","8901","9603","65.0","342.0","77.0","","",""," ",NULL};
-datafile_rows_t gcs_row_267[] = {"4630","IGN72 Nuku Hiva","6630","IGN72 Nuku Hiva","6630","9122","7022","8901","9603","84.0","274.0","65.0","","",""," ",NULL};
-datafile_rows_t gcs_row_268[] = {"4631","K0 1949","6631","K0 1949","6631","9122","7022","8901","9603","145.0","-187.0","103.0","","",""," ",NULL};
-datafile_rows_t gcs_row_269[] = {"4632","Combani 1950","6632","Combani 1950","6632","9122","7022","8901","9603","-382.0","-59.0","-262.0","","",""," ",NULL};
-datafile_rows_t gcs_row_270[] = {"4633","IGN56 Lifou","6633","IGN56 Lifou","6633","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_271[] = {"4634","IGN72 Grand Terre","6634","IGN72 Grande Terre","6634","9108","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_272[] = {"4635","ST87 Ouvea","6635","ST87 Ouvea","6635","9122","7022","8901","9606","-122.383","-188.696","103.344","3.5107","-4.9668","-5.7047","4.4798 ",NULL};
-datafile_rows_t gcs_row_273[] = {"4636","Petrels 1972","6636","Petrels 1972","6636","9122","7022","8901","9603","365.0","194.0","166.0","","",""," ",NULL};
-datafile_rows_t gcs_row_274[] = {"4637","Perroud 1950","6637","Pointe Geologie Perroud 1950","6637","9122","7022","8901","9603","325.0","154.0","172.0","","",""," ",NULL};
-datafile_rows_t gcs_row_275[] = {"4638","Saint Pierre et Miquelon 1950","6638","Saint Pierre et Miquelon 1950","6638","9122","7008","8901","9603","30.0","430.0","368.0","","",""," ",NULL};
-datafile_rows_t gcs_row_276[] = {"4639","MOP78","6639","MOP78","6639","9122","7022","8901","9603","252.0","-132.0","-125.0","","",""," ",NULL};
-datafile_rows_t gcs_row_277[] = {"4640","RRAF 1991","6640","Reseau de Reference des Antilles Francaises 1991","6640","9122","7030","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_278[] = {"4641","IGN53 Mare","6641","IGN53 Mare","6641","9122","7022","8901","9606","-408.809","366.856","-412.987","1.8842","-0.5308","2.1655","-121.0993 ",NULL};
-datafile_rows_t gcs_row_279[] = {"4642","ST84 Ile des Pins","6642","ST84 Ile des Pins","6642","9122","7022","8901","9606","244.416","85.339","168.114","-8.9353","7.7523","12.5953","14.268 ",NULL};
-datafile_rows_t gcs_row_280[] = {"4643","ST71 Belep","6643","ST71 Belep","6643","9122","7022","8901","9606","-480.26","-438.32","-643.429","16.3119","20.1721","-4.0349","-111.7002 ",NULL};
-datafile_rows_t gcs_row_281[] = {"4644","NEA74 Noumea","6644","NEA74 Noumea","6644","9122","7022","8901","9606","-166.207","-154.777","254.831","-37.5444","7.7011","-10.2025","-30.8598 ",NULL};
-datafile_rows_t gcs_row_282[] = {"4645","RGNC 1991","6645","Reseau Geodesique Nouvelle Caledonie 1991","6645","9122","7022","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_283[] = {"4646","Grand Comoros","6646","Grand Comoros","6646","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_284[] = {"4657","Reykjavik 1900","6657","Reykjavik 1900","6657","9122","7051","8901","9603","-28.0","199.0","5.0","","",""," ",NULL};
-datafile_rows_t gcs_row_285[] = {"4658","Hjorsey 1955","6658","Hjorsey 1955","6658","9122","7022","8901","9603","-73.0","46.0","-86.0","","",""," ",NULL};
-datafile_rows_t gcs_row_286[] = {"4659","ISN93","6659","Islands Network 1993","6659","9122","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_287[] = {"4660","Helle 1954","6660","Helle 1954","6660","9122","7022","8901","9606","982.6087","552.753","-540.873","32.39344","-153.25684","-96.2266","16.805 ",NULL};
-datafile_rows_t gcs_row_288[] = {"4661","LKS92","6661","Latvia 1992","6661","9122","7019","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_289[] = {"4662","IGN72 Grande Terre","6634","IGN72 Grande Terre","6634","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_290[] = {"4663","Porto Santo 1995","6663","Porto Santo 1995","6663","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_291[] = {"4664","Azores Oriental 1995","6664","Azores Oriental Islands 1995","6664","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_292[] = {"4665","Azores Central 1995","6665","Azores Central Islands 1995","6665","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_293[] = {"4666","Lisbon 1890","6666","Lisbon 1890","6666","9122","7004","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_294[] = {"4667","IKBD-92","6667","Iraq-Kuwait Boundary Datum 1992","6667","9122","7030","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_295[] = {"4668","ED79","6231","European Datum 1987","6231","9122","7022","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_296[] = {"4669","LKS94","6126","Lithuania 1994 (ETRS89)","6126","9122","7019","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_297[] = {"4670","IGM95","6670","Istituto Geografico Militaire 1995","6670","9122","7030","8901","9603","0.0","0.0","0.0","","",""," ",NULL};
-datafile_rows_t gcs_row_298[] = {"4671","Voirol 1879","6671","Voirol 1879","6671","9122","7011","8901","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_299[] = {"4801","Bern 1898 (Bern)","6801","CH1903 (Bern)","6149","9122","7004","8907","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_300[] = {"4802","Bogota 1975 (Bogota)","6802","Bogota 1975 (Bogota)","6218","9122","7022","8904","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_301[] = {"4803","Lisbon (Lisbon)","6803","Lisbon 1937 (Lisbon)","6207","9122","7022","8902","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_302[] = {"4804","Makassar (Jakarta)","6804","Makassar (Jakarta)","6257","9122","7004","8908","9603","-587.8","519.75","145.76","","",""," ",NULL};
-datafile_rows_t gcs_row_303[] = {"4805","MGI (Ferro)","6805","Militar-Geographische Institut (Ferro)","6312","9122","7004","8909","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_304[] = {"4806","Monte Mario (Rome)","6806","Monte Mario (Rome)","6265","9122","7022","8906","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_305[] = {"4807","NTF (Paris)","6807","Nouvelle Triangulation Francaise (Paris)","6275","9105","7011","8903","9603","-168.0","-60.0","320.0","","",""," ",NULL};
-datafile_rows_t gcs_row_306[] = {"4808","Padang (Jakarta)","6808","Padang 1884 (Jakarta)","6280","9122","7004","8908","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_307[] = {"4809","Belge 1950 (Brussels)","6809","Reseau National Belge 1950 (Brussels)","6215","9122","7022","8910","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_308[] = {"4810","Tananarive (Paris)","6810","Tananarive 1925 (Paris)","6297","9105","7022","8903","9603","-189.0","-242.0","-91.0","","",""," ",NULL};
-datafile_rows_t gcs_row_309[] = {"4811","Voirol 1875 (Paris)","6811","Voirol 1875 (Paris)","6304","9105","7011","8903","9603","-73.0","-247.0","227.0","","",""," ",NULL};
-datafile_rows_t gcs_row_310[] = {"4813","Batavia (Jakarta)","6813","Batavia (Jakarta)","6211","9122","7004","8908","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_311[] = {"4814","RT38 (Stockholm)","6814","Stockholm 1938 (Stockholm)","6308","9122","7004","8911","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_312[] = {"4815","Greek (Athens)","6815","Greek (Athens)","6120","9122","7004","8912","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_313[] = {"4816","Carthage (Paris)","6816","Carthage (Paris)","6223","9105","7011","8903","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_314[] = {"4817","NGO 1948 (Oslo)","6817","NGO 1948 (Oslo)","6273","9122","7005","8913","9606","278.3","93.0","474.5","7.889","0.05","-6.61","6.21 ",NULL};
-datafile_rows_t gcs_row_315[] = {"4818","S-JTSK (Ferro)","6818","S-JTSK (Ferro)","6156","9122","7004","8909","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_316[] = {"4819","Nord Sahara 1959 (Paris)","6819","Nord Sahara 1959 (Paris)","6307","9105","7012","8903","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_317[] = {"4820","Segara (Jakarta)","6820","Gunung Segara (Jakarta)","6613","9122","7004","8908","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_318[] = {"4821","Voirol 1879 (Paris)","6821","Voirol 1879 (Paris)","6821","9105","7011","8903","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_319[] = {"4901","ATF (Paris)","6901","Ancienne Triangulation Francaise (Paris)","6901","9105","7027","8903","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_320[] = {"4902","NDG (Paris)","6902","Nord de Guerre (Paris)","6902","9105","7027","8903","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_321[] = {"4903","Madrid 1870 (Madrid)","6903","Madrid 1870 (Madrid)","6903","9122","7028","8905","","","","","","",""," ",NULL};
-datafile_rows_t gcs_row_322[] = {"4904","Lisbon 1890 (Lisbon)","6904","Lisbon 1890 (Lisbon)","6666","9122","7004","8902","","","","","","",""," ",NULL};
-datafile_rows_t *gcs_rows[] = {gcs_row_0 ,gcs_row_1 ,gcs_row_2 ,gcs_row_3 ,gcs_row_4 ,gcs_row_5 ,gcs_row_6 ,gcs_row_7 ,gcs_row_8 ,gcs_row_9 ,gcs_row_10 ,gcs_row_11 ,gcs_row_12 ,gcs_row_13 ,gcs_row_14 ,gcs_row_15 ,gcs_row_16 ,gcs_row_17 ,gcs_row_18 ,gcs_row_19 ,gcs_row_20 ,gcs_row_21 ,gcs_row_22 ,gcs_row_23 ,gcs_row_24 ,gcs_row_25 ,gcs_row_26 ,gcs_row_27 ,gcs_row_28 ,gcs_row_29 ,gcs_row_30 ,gcs_row_31 ,gcs_row_32 ,gcs_row_33 ,gcs_row_34 ,gcs_row_35 ,gcs_row_36 ,gcs_row_37 ,gcs_row_38 ,gcs_row_39 ,gcs_row_40 ,gcs_row_41 ,gcs_row_42 ,gcs_row_43 ,gcs_row_44 ,gcs_row_45 ,gcs_row_46 ,gcs_row_47 ,gcs_row_48 ,gcs_row_49 ,gcs_row_50 ,gcs_row_51 ,gcs_row_52 ,gcs_row_53 ,gcs_row_54 ,gcs_row_55 ,gcs_row_56 ,gcs_row_57 ,gcs_row_58 ,gcs_row_59 ,gcs_row_60 ,gcs_row_61 ,gcs_row_62 ,gcs_row_63 ,gcs_row_64 ,gcs_row_65 ,gcs_row_66 ,gcs_row_67 ,gcs_row_68 ,gcs_row_69 ,gcs_row_70 ,gcs_row_71 ,gcs_row_72 ,gcs_row_73 ,gcs_row_74 ,gcs_row_75 ,gcs_row_76 ,gcs_row_77 ,gcs_row_78 ,gcs_row_79 ,gcs_row_80 ,gcs_row_81 ,gcs_row_82 ,gcs_row_83 ,gcs_row_84 ,gcs_row_85 ,gcs_row_86 ,gcs_row_87 ,gcs_row_88 ,gcs_row_89 ,gcs_row_90 ,gcs_row_91 ,gcs_row_92 ,gcs_row_93 ,gcs_row_94 ,gcs_row_95 ,gcs_row_96 ,gcs_row_97 ,gcs_row_98 ,gcs_row_99 ,gcs_row_100 ,gcs_row_101 ,gcs_row_102 ,gcs_row_103 ,gcs_row_104 ,gcs_row_105 ,gcs_row_106 ,gcs_row_107 ,gcs_row_108 ,gcs_row_109 ,gcs_row_110 ,gcs_row_111 ,gcs_row_112 ,gcs_row_113 ,gcs_row_114 ,gcs_row_115 ,gcs_row_116 ,gcs_row_117 ,gcs_row_118 ,gcs_row_119 ,gcs_row_120 ,gcs_row_121 ,gcs_row_122 ,gcs_row_123 ,gcs_row_124 ,gcs_row_125 ,gcs_row_126 ,gcs_row_127 ,gcs_row_128 ,gcs_row_129 ,gcs_row_130 ,gcs_row_131 ,gcs_row_132 ,gcs_row_133 ,gcs_row_134 ,gcs_row_135 ,gcs_row_136 ,gcs_row_137 ,gcs_row_138 ,gcs_row_139 ,gcs_row_140 ,gcs_row_141 ,gcs_row_142 ,gcs_row_143 ,gcs_row_144 ,gcs_row_145 ,gcs_row_146 ,gcs_row_147 ,gcs_row_148 ,gcs_row_149 ,gcs_row_150 ,gcs_row_151 ,gcs_row_152 ,gcs_row_153 ,gcs_row_154 ,gcs_row_155 ,gcs_row_156 ,gcs_row_157 ,gcs_row_158 ,gcs_row_159 ,gcs_row_160 ,gcs_row_161 ,gcs_row_162 ,gcs_row_163 ,gcs_row_164 ,gcs_row_165 ,gcs_row_166 ,gcs_row_167 ,gcs_row_168 ,gcs_row_169 ,gcs_row_170 ,gcs_row_171 ,gcs_row_172 ,gcs_row_173 ,gcs_row_174 ,gcs_row_175 ,gcs_row_176 ,gcs_row_177 ,gcs_row_178 ,gcs_row_179 ,gcs_row_180 ,gcs_row_181 ,gcs_row_182 ,gcs_row_183 ,gcs_row_184 ,gcs_row_185 ,gcs_row_186 ,gcs_row_187 ,gcs_row_188 ,gcs_row_189 ,gcs_row_190 ,gcs_row_191 ,gcs_row_192 ,gcs_row_193 ,gcs_row_194 ,gcs_row_195 ,gcs_row_196 ,gcs_row_197 ,gcs_row_198 ,gcs_row_199 ,gcs_row_200 ,gcs_row_201 ,gcs_row_202 ,gcs_row_203 ,gcs_row_204 ,gcs_row_205 ,gcs_row_206 ,gcs_row_207 ,gcs_row_208 ,gcs_row_209 ,gcs_row_210 ,gcs_row_211 ,gcs_row_212 ,gcs_row_213 ,gcs_row_214 ,gcs_row_215 ,gcs_row_216 ,gcs_row_217 ,gcs_row_218 ,gcs_row_219 ,gcs_row_220 ,gcs_row_221 ,gcs_row_222 ,gcs_row_223 ,gcs_row_224 ,gcs_row_225 ,gcs_row_226 ,gcs_row_227 ,gcs_row_228 ,gcs_row_229 ,gcs_row_230 ,gcs_row_231 ,gcs_row_232 ,gcs_row_233 ,gcs_row_234 ,gcs_row_235 ,gcs_row_236 ,gcs_row_237 ,gcs_row_238 ,gcs_row_239 ,gcs_row_240 ,gcs_row_241 ,gcs_row_242 ,gcs_row_243 ,gcs_row_244 ,gcs_row_245 ,gcs_row_246 ,gcs_row_247 ,gcs_row_248 ,gcs_row_249 ,gcs_row_250 ,gcs_row_251 ,gcs_row_252 ,gcs_row_253 ,gcs_row_254 ,gcs_row_255 ,gcs_row_256 ,gcs_row_257 ,gcs_row_258 ,gcs_row_259 ,gcs_row_260 ,gcs_row_261 ,gcs_row_262 ,gcs_row_263 ,gcs_row_264 ,gcs_row_265 ,gcs_row_266 ,gcs_row_267 ,gcs_row_268 ,gcs_row_269 ,gcs_row_270 ,gcs_row_271 ,gcs_row_272 ,gcs_row_273 ,gcs_row_274 ,gcs_row_275 ,gcs_row_276 ,gcs_row_277 ,gcs_row_278 ,gcs_row_279 ,gcs_row_280 ,gcs_row_281 ,gcs_row_282 ,gcs_row_283 ,gcs_row_284 ,gcs_row_285 ,gcs_row_286 ,gcs_row_287 ,gcs_row_288 ,gcs_row_289 ,gcs_row_290 ,gcs_row_291 ,gcs_row_292 ,gcs_row_293 ,gcs_row_294 ,gcs_row_295 ,gcs_row_296 ,gcs_row_297 ,gcs_row_298 ,gcs_row_299 ,gcs_row_300 ,gcs_row_301 ,gcs_row_302 ,gcs_row_303 ,gcs_row_304 ,gcs_row_305 ,gcs_row_306 ,gcs_row_307 ,gcs_row_308 ,gcs_row_309 ,gcs_row_310 ,gcs_row_311 ,gcs_row_312 ,gcs_row_313 ,gcs_row_314 ,gcs_row_315 ,gcs_row_316 ,gcs_row_317 ,gcs_row_318 ,gcs_row_319 ,gcs_row_320 ,gcs_row_321 ,gcs_row_322,NULL};
+datafile_rows_t gcs_row_0[] = {"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 ",NULL};
+datafile_rows_t gcs_row_1[] = {"4001","Unknown datum based upon the Airy 1830 ellipsoid","6001","Not specified (based on Airy 1830 ellipsoid)","6001","9122","7001","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_2[] = {"4002","Unknown datum based upon the Airy Modified 1849 ellipsoid","6002","Not specified (based on Airy Modified 1849 ellipsoid)","6002","9122","7002","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_3[] = {"4003","Unknown datum based upon the Australian National Spheroid","6003","Not specified (based on Australian National Spheroid)","6003","9122","7003","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_4[] = {"4004","Unknown datum based upon the Bessel 1841 ellipsoid","6004","Not specified (based on Bessel 1841 ellipsoid)","6004","9122","7004","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_5[] = {"4005","Unknown datum based upon the Bessel Modified ellipsoid","6005","Not specified (based on Bessel Modified ellipsoid)","6005","9122","7005","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_6[] = {"4006","Unknown datum based upon the Bessel Namibia ellipsoid","6006","Not specified (based on Bessel Namibia ellipsoid)","6006","9122","7046","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_7[] = {"4007","Unknown datum based upon the Clarke 1858 ellipsoid","6007","Not specified (based on Clarke 1858 ellipsoid)","6007","9122","7007","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_8[] = {"4008","Unknown datum based upon the Clarke 1866 ellipsoid","6008","Not specified (based on Clarke 1866 ellipsoid)","6008","9122","7008","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_9[] = {"4009","Unknown datum based upon the Clarke 1866 Michigan ellipsoid","6009","Not specified (based on Clarke 1866 Michigan ellipsoid)","6009","9122","7009","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_10[] = {"4010","Unknown datum based upon the Clarke 1880 (Benoit) ellipsoid","6010","Not specified (based on Clarke 1880 (Benoit) ellipsoid)","6010","9122","7010","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_11[] = {"4011","Unknown datum based upon the Clarke 1880 (IGN) ellipsoid","6011","Not specified (based on Clarke 1880 (IGN) ellipsoid)","6011","9122","7011","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_12[] = {"4012","Unknown datum based upon the Clarke 1880 (RGS) ellipsoid","6012","Not specified (based on Clarke 1880 (RGS) ellipsoid)","6012","9122","7012","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_13[] = {"4013","Unknown datum based upon the Clarke 1880 (Arc) ellipsoid","6013","Not specified (based on Clarke 1880 (Arc) ellipsoid)","6013","9122","7013","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_14[] = {"4014","Unknown datum based upon the Clarke 1880 (SGA 1922) ellipsoid","6014","Not specified (based on Clarke 1880 (SGA 1922) ellipsoid)","6014","9122","7014","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_15[] = {"4015","Unknown datum based upon the Everest 1830 (1937 Adjustment) ellipsoid","6015","Not specified (based on Everest 1830 (1937 Adjustment) ellipsoid)","6015","9122","7015","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_16[] = {"4016","Unknown datum based upon the Everest 1830 (1967 Definition) ellipsoid","6016","Not specified (based on Everest 1830 (1967 Definition) ellipsoid)","6016","9122","7016","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_17[] = {"4018","Unknown datum based upon the Everest 1830 Modified ellipsoid","6018","Not specified (based on Everest 1830 Modified ellipsoid)","6018","9122","7018","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_18[] = {"4019","Unknown datum based upon the GRS 1980 ellipsoid","6019","Not specified (based on GRS 1980 ellipsoid)","6019","9122","7019","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_19[] = {"4020","Unknown datum based upon the Helmert 1906 ellipsoid","6020","Not specified (based on Helmert 1906 ellipsoid)","6020","9122","7020","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_20[] = {"4021","Unknown datum based upon the Indonesian National Spheroid","6021","Not specified (based on Indonesian National Spheroid)","6021","9122","7021","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_21[] = {"4022","Unknown datum based upon the International 1924 ellipsoid","6022","Not specified (based on International 1924 ellipsoid)","6022","9122","7022","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_22[] = {"4024","Unknown datum based upon the Krassowsky 1940 ellipsoid","6024","Not specified (based on Krassowsky 1940 ellipsoid)","6024","9122","7024","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_23[] = {"4025","Unknown datum based upon the NWL 9D ellipsoid","6025","Not specified (based on NWL 9D ellipsoid)","6025","9122","7025","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_24[] = {"4027","Unknown datum based upon the Plessis 1817 ellipsoid","6027","Not specified (based on Plessis 1817 ellipsoid)","6027","9122","7027","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_25[] = {"4028","Unknown datum based upon the Struve 1860 ellipsoid","6028","Not specified (based on Struve 1860 ellipsoid)","6028","9122","7028","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_26[] = {"4029","Unknown datum based upon the War Office ellipsoid","6029","Not specified (based on War Office ellipsoid)","6029","9122","7029","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_27[] = {"4030","Unknown datum based upon the WGS 84 ellipsoid","6030","Not specified (based on WGS 84 ellipsoid)","6030","9122","7030","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_28[] = {"4031","Unknown datum based upon the GEM 10C ellipsoid","6031","Not specified (based on GEM 10C ellipsoid)","6031","9122","7031","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_29[] = {"4032","Unknown datum based upon the OSU86F ellipsoid","6032","Not specified (based on OSU86F ellipsoid)","6032","9122","7032","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_30[] = {"4033","Unknown datum based upon the OSU91A ellipsoid","6033","Not specified (based on OSU91A ellipsoid)","6033","9122","7033","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_31[] = {"4034","Unknown datum based upon the Clarke 1880 ellipsoid","6034","Not specified (based on Clarke 1880 ellipsoid)","6034","9122","7034","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_32[] = {"4035","Unknown datum based upon the Authalic Sphere","6035","Not specified (based on Authalic Sphere)","6035","9108","7035","8901","0","1","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_33[] = {"4036","Unknown datum based upon the GRS 1967 ellipsoid","6036","Not specified (based on GRS 1967 ellipsoid)","6036","9122","7036","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_34[] = {"4041","Unknown datum based upon the Average Terrestrial System 1977 ellipsoid","6041","Not specified (based on Average Terrestrial System 1977 ellipsoid)","6041","9122","7041","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_35[] = {"4042","Unknown datum based upon the Everest (1830 Definition) ellipsoid","6042","Not specified (based on Everest (1830 Definition) ellipsoid)","6042","9122","7042","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_36[] = {"4043","Unknown datum based upon the WGS 72 ellipsoid","6043","Not specified (based on WGS 72 ellipsoid)","6043","9122","7043","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_37[] = {"4044","Unknown datum based upon the Everest 1830 (1962 Definition) ellipsoid","6044","Not specified (based on Everest 1830 (1962 Definition) ellipsoid)","6044","9122","7044","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_38[] = {"4045","Unknown datum based upon the Everest 1830 (1975 Definition) ellipsoid","6045","Not specified (based on Everest 1830 (1975 Definition) ellipsoid)","6045","9122","7045","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_39[] = {"4047","Unspecified datum based upon the GRS 1980 Authalic Sphere","6047","Not specified (based on GRS 1980 Authalic Sphere)","6047","9122","7048","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_40[] = {"4052","Unspecified datum based upon the Clarke 1866 Authalic Sphere","6052","Not specified (based on Clarke 1866 Authalic Sphere)","6052","9122","7052","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_41[] = {"4053","Unspecified datum based upon the International 1924 Authalic Sphere","6053","Not specified (based on International 1924 Authalic Sphere)","6053","9122","7057","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_42[] = {"4054","Unspecified datum based upon the Hughes 1980 ellipsoid","6054","Not specified (based on Hughes 1980 ellipsoid)","6054","9122","7058","8901","0","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_43[] = {"4120","Greek","6120","Greek","6120","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_44[] = {"4121","GGRS87","6121","Greek Geodetic Reference System 1987","6121","9122","7019","8901","1","0","9603","-199.87","74.79","246.62","","",""," ",NULL};
+datafile_rows_t gcs_row_45[] = {"4122","ATS77","6122","Average Terrestrial System 1977","6122","9122","7041","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_46[] = {"4123","KKJ","6123","Kartastokoordinaattijarjestelma (1966)","6123","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_47[] = {"4124","RT90","6124","Rikets koordinatsystem 1990","6124","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_48[] = {"4125","Samboja","6125","Samboja","6125","9108","7004","8901","1","1","9603","-404.78","685.68","45.47","","",""," ",NULL};
+datafile_rows_t gcs_row_49[] = {"4126","LKS94 (ETRS89)","6126","Lithuania 1994 (ETRS89)","6126","9108","7019","8901","1","1","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_50[] = {"4127","Tete","6127","Tete","6127","9122","7008","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_51[] = {"4128","Madzansua","6128","Madzansua","6128","9122","7008","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_52[] = {"4129","Observatario","6129","Observatario","6129","9122","7008","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_53[] = {"4130","Moznet","6130","Moznet (ITRF94)","6130","9122","7030","8901","1","0","9607","0","0","0","0","0","0","0 ",NULL};
+datafile_rows_t gcs_row_54[] = {"4131","Indian 1960","6131","Indian 1960","6131","9122","7015","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_55[] = {"4132","FD58","6132","Final Datum 1958","6132","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_56[] = {"4133","EST92","6133","Estonia 1992","6133","9122","7019","8901","1","0","9607","0.055","-0.541","-0.185","-0.0183","0.0003","0.007","-0.014 ",NULL};
+datafile_rows_t gcs_row_57[] = {"4134","PDO Survey Datum 1993","6134","PDO Survey Datum 1993","6134","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_58[] = {"4135","Old Hawaiian","6135","Old Hawaiian","6135","9122","7008","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_59[] = {"4136","St. Lawrence Island","6136","St. Lawrence Island","6136","9122","7008","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_60[] = {"4137","St. Paul Island","6137","St. Paul Island","6137","9122","7008","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_61[] = {"4138","St. George Island","6138","St. George Island","6138","9122","7008","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_62[] = {"4139","Puerto Rico","6139","Puerto Rico","6139","9122","7008","8901","1","0","9603","11","72","-101","","",""," ",NULL};
+datafile_rows_t gcs_row_63[] = {"4140","NAD83(CSRS98)","6140","NAD83 Canadian Spatial Reference System","6140","9108","7019","8901","1","1","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_64[] = {"4141","Israel","6141","Israel","6141","9122","7019","8901","1","0","9603","-48","55","52","","",""," ",NULL};
+datafile_rows_t gcs_row_65[] = {"4142","Locodjo 1965","6142","Locodjo 1965","6142","9122","7012","8901","1","0","9603","-125","53","467","","",""," ",NULL};
+datafile_rows_t gcs_row_66[] = {"4143","Abidjan 1987","6143","Abidjan 1987","6143","9122","7012","8901","1","0","9603","-124.76","53","466.79","","",""," ",NULL};
+datafile_rows_t gcs_row_67[] = {"4144","Kalianpur 1937","6144","Kalianpur 1937","6144","9122","7015","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_68[] = {"4145","Kalianpur 1962","6145","Kalianpur 1962","6145","9122","7044","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_69[] = {"4146","Kalianpur 1975","6146","Kalianpur 1975","6146","9122","7045","8901","1","0","9603","295","736","257","","",""," ",NULL};
+datafile_rows_t gcs_row_70[] = {"4147","Hanoi 1972","6147","Hanoi 1972","6147","9122","7024","8901","1","0","9603","-17.51","-108.32","-62.39","","",""," ",NULL};
+datafile_rows_t gcs_row_71[] = {"4148","Hartebeesthoek94","6148","Hartebeesthoek94","6148","9122","7030","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_72[] = {"4149","CH1903","6149","CH1903","6149","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_73[] = {"4150","CH1903+","6150","CH1903+","6150","9122","7004","8901","1","0","9603","674.374","15.056","405.346","","",""," ",NULL};
+datafile_rows_t gcs_row_74[] = {"4151","CHTRF95","6151","Swiss Terrestrial Reference Frame 1995","6151","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_75[] = {"4152","NAD83(HARN)","6152","NAD83 (High Accuracy Regional Network)","6152","9122","7019","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_76[] = {"4153","Rassadiran","6153","Rassadiran","6153","9122","7022","8901","1","0","9603","-133.63","-157.5","-158.62","","",""," ",NULL};
+datafile_rows_t gcs_row_77[] = {"4154","ED50(ED77)","6154","European Datum 1950(1977)","6154","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_78[] = {"4155","Dabola 1981","6155","Dabola 1981","6155","9122","7011","8901","1","0","9603","-83","37","124","","",""," ",NULL};
+datafile_rows_t gcs_row_79[] = {"4156","S-JTSK","6156","Jednotne Trigonometricke Site Katastralni","6156","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_80[] = {"4157","Mount Dillon","6157","Mount Dillon","6157","9122","7007","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_81[] = {"4158","Naparima 1955","6158","Naparima 1955","6158","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_82[] = {"4159","ELD79","6159","European Libyan Datum 1979","6159","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_83[] = {"4160","Chos Malal 1914","6160","Chos Malal 1914","6160","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_84[] = {"4161","Pampa del Castillo","6161","Pampa del Castillo","6161","9122","7022","8901","1","0","9603","27.5","14","186.4","","",""," ",NULL};
+datafile_rows_t gcs_row_85[] = {"4162","Korean 1985","6162","Korean Datum 1985","6162","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_86[] = {"4163","Yemen NGN96","6163","Yemen National Geodetic Network 1996","6163","9122","7030","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_87[] = {"4164","South Yemen","6164","South Yemen","6164","9122","7024","8901","1","0","9603","-76","-138","67","","",""," ",NULL};
+datafile_rows_t gcs_row_88[] = {"4165","Bissau","6165","Bissau","6165","9122","7022","8901","1","0","9603","-173","253","27","","",""," ",NULL};
+datafile_rows_t gcs_row_89[] = {"4166","Korean 1995","6166","Korean Datum 1995","6166","9122","7030","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_90[] = {"4167","NZGD2000","6167","New Zealand Geodetic Datum 2000","6167","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_91[] = {"4168","Accra","6168","Accra","6168","9122","7029","8901","1","0","9603","-199","32","322","","",""," ",NULL};
+datafile_rows_t gcs_row_92[] = {"4169","American Samoa 1962","6169","American Samoa 1962","6169","9122","7008","8901","1","0","9603","-115","118","426","","",""," ",NULL};
+datafile_rows_t gcs_row_93[] = {"4170","SIRGAS","6170","Sistema de Referencia Geocentrico para America del Sur 1995","6170","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_94[] = {"4171","RGF93","6171","Reseau Geodesique Francais 1993","6171","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_95[] = {"4172","POSGAR","6172","Posiciones Geodesicas Argentinas","6172","9108","7019","8901","1","1","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_96[] = {"4173","IRENET95","6173","IRENET95","6173","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_97[] = {"4174","Sierra Leone 1924","6174","Sierra Leone Colony 1924","6174","9122","7029","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_98[] = {"4175","Sierra Leone 1968","6175","Sierra Leone 1968","6175","9122","7012","8901","1","0","9603","-88","4","101","","",""," ",NULL};
+datafile_rows_t gcs_row_99[] = {"4176","Australian Antarctic","6176","Australian Antarctic Datum 1998","6176","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_100[] = {"4178","Pulkovo 1942(83)","6178","Pulkovo 1942/83","6178","9122","7024","8901","1","0","9607","24","-123","-94","-0.02","0.25","0.13","1.1 ",NULL};
+datafile_rows_t gcs_row_101[] = {"4179","Pulkovo 1942(58)","6179","Pulkovo 1942/58","6179","9122","7024","8901","1","0","9606","33.4","-146.6","-76.3","-0.359","-0.053","0.844","-0.84 ",NULL};
+datafile_rows_t gcs_row_102[] = {"4180","EST97","6180","Estonia 1997","6180","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_103[] = {"4181","Luxembourg 1930","6181","Luxembourg 1930","6181","9122","7022","8901","1","0","9606","-193","13.7","-39.3","-0.41","-2.933","2.688","0.43 ",NULL};
+datafile_rows_t gcs_row_104[] = {"4182","Azores Occidental 1939","6182","Azores Occidental Islands 1939","6182","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_105[] = {"4183","Azores Central 1948","6183","Azores Central Islands 1948","6183","9122","7022","8901","1","0","9603","-104","167","-38","","",""," ",NULL};
+datafile_rows_t gcs_row_106[] = {"4184","Azores Oriental 1940","6184","Azores Oriental Islands 1940","6184","9122","7022","8901","1","0","9603","-203","141","53","","",""," ",NULL};
+datafile_rows_t gcs_row_107[] = {"4185","Madeira 1936","6185","Madeira 1936","6185","9108","7022","8901","1","1","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_108[] = {"4188","OSNI 1952","6188","OSNI 1952","6188","9122","7001","8901","1","0","9606","482.5","-130.6","564.6","-1.042","-0.214","-0.631","8.15 ",NULL};
+datafile_rows_t gcs_row_109[] = {"4189","REGVEN","6189","Red Geodesica Venezolana","6189","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_110[] = {"4190","POSGAR 98","6190","Posiciones Geodesicas Argentinas 1998","6190","9122","7019","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_111[] = {"4191","Albanian 1987","6191","Albanian 1987","6191","9122","7024","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_112[] = {"4192","Douala 1948","6192","Douala 1948","6192","9122","7022","8901","1","0","9603","-206.1","-174.7","-87.7","","",""," ",NULL};
+datafile_rows_t gcs_row_113[] = {"4193","Manoca 1962","6193","Manoca 1962","6193","9122","7011","8901","1","0","9603","-70.9","-151.8","-41.4","","",""," ",NULL};
+datafile_rows_t gcs_row_114[] = {"4194","Qornoq 1927","6194","Qornoq 1927","6194","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_115[] = {"4195","Scoresbysund 1952","6195","Scoresbysund 1952","6195","9122","7022","8901","1","0","9606","105","326","-102.5","0","0","0.814","-0.6 ",NULL};
+datafile_rows_t gcs_row_116[] = {"4196","Ammassalik 1958","6196","Ammassalik 1958","6196","9122","7022","8901","1","0","9606","-45","417","-3.5","0","0","0.814","-0.6 ",NULL};
+datafile_rows_t gcs_row_117[] = {"4197","Garoua","6197","Garoua","6197","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_118[] = {"4198","Kousseri","6198","Kousseri","6198","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_119[] = {"4199","Egypt 1930","6199","Egypt 1930","6199","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_120[] = {"4200","Pulkovo 1995","6200","Pulkovo 1995","6200","9122","7024","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_121[] = {"4201","Adindan","6201","Adindan","6201","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_122[] = {"4202","AGD66","6202","Australian Geodetic Datum 1966","6202","9122","7003","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_123[] = {"4203","AGD84","6203","Australian Geodetic Datum 1984","6203","9122","7003","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_124[] = {"4204","Ain el Abd","6204","Ain el Abd 1970","6204","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_125[] = {"4205","Afgooye","6205","Afgooye","6205","9122","7024","8901","1","0","9603","-43","-163","45","","",""," ",NULL};
+datafile_rows_t gcs_row_126[] = {"4206","Agadez","6206","Agadez","6206","9122","7011","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_127[] = {"4207","Lisbon","6207","Lisbon 1937","6207","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_128[] = {"4208","Aratu","6208","Aratu","6208","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_129[] = {"4209","Arc 1950","6209","Arc 1950","6209","9122","7013","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_130[] = {"4210","Arc 1960","6210","Arc 1960","6210","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_131[] = {"4211","Batavia","6211","Batavia","6211","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_132[] = {"4212","Barbados 1938","6212","Barbados 1938","6212","9122","7012","8901","1","0","9603","31.95","300.99","419.19","","",""," ",NULL};
+datafile_rows_t gcs_row_133[] = {"4213","Beduaram","6213","Beduaram","6213","9122","7011","8901","1","0","9603","-106","-87","188","","",""," ",NULL};
+datafile_rows_t gcs_row_134[] = {"4214","Beijing 1954","6214","Beijing 1954","6214","9122","7024","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_135[] = {"4215","Belge 1950","6215","Reseau National Belge 1950","6215","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_136[] = {"4216","Bermuda 1957","6216","Bermuda 1957","6216","9122","7008","8901","1","0","9603","-73","213","296","","",""," ",NULL};
+datafile_rows_t gcs_row_137[] = {"4218","Bogota 1975","6218","Bogota 1975","6218","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_138[] = {"4219","Bukit Rimpah","6219","Bukit Rimpah","6219","9122","7004","8901","1","0","9603","-384","664","-48","","",""," ",NULL};
+datafile_rows_t gcs_row_139[] = {"4220","Camacupa","6220","Camacupa","6220","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_140[] = {"4221","Campo Inchauspe","6221","Campo Inchauspe","6221","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_141[] = {"4222","Cape","6222","Cape","6222","9122","7013","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_142[] = {"4223","Carthage","6223","Carthage","6223","9122","7011","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_143[] = {"4224","Chua","6224","Chua","6224","9122","7022","8901","1","0","9603","-134","229","-29","","",""," ",NULL};
+datafile_rows_t gcs_row_144[] = {"4225","Corrego Alegre","6225","Corrego Alegre","6225","9122","7022","8901","1","0","9603","-206","172","-6","","",""," ",NULL};
+datafile_rows_t gcs_row_145[] = {"4226","Cote d'Ivoire","6226","Cote d'Ivoire","6226","9108","7011","8901","1","1","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_146[] = {"4227","Deir ez Zor","6227","Deir ez Zor","6227","9122","7011","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_147[] = {"4228","Douala","6228","Douala","6228","9108","7011","8901","1","1","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_148[] = {"4229","Egypt 1907","6229","Egypt 1907","6229","9122","7020","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_149[] = {"4230","ED50","6230","European Datum 1950","6230","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_150[] = {"4231","ED87","6231","European Datum 1987","6231","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_151[] = {"4232","Fahud","6232","Fahud","6232","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_152[] = {"4233","Gandajika 1970","6233","Gandajika 1970","6233","9122","7022","8901","1","1","9603","-133","-321","50","","",""," ",NULL};
+datafile_rows_t gcs_row_153[] = {"4234","Garoua","6234","Garoua","6234","9108","7011","8901","1","1","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_154[] = {"4235","Guyane Francaise","6235","Guyane Francaise","6235","9108","7022","8901","1","1","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_155[] = {"4236","Hu Tzu Shan","6236","Hu Tzu Shan","6236","9122","7022","8901","1","0","9603","-637","-549","-203","","",""," ",NULL};
+datafile_rows_t gcs_row_156[] = {"4237","HD72","6237","Hungarian Datum 1972","6237","9122","7036","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_157[] = {"4238","ID74","6238","Indonesian Datum 1974","6238","9122","7021","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_158[] = {"4239","Indian 1954","6239","Indian 1954","6239","9122","7015","8901","1","0","9603","217","823","299","","",""," ",NULL};
+datafile_rows_t gcs_row_159[] = {"4240","Indian 1975","6240","Indian 1975","6240","9122","7015","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_160[] = {"4241","Jamaica 1875","6241","Jamaica 1875","6241","9122","7034","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_161[] = {"4242","JAD69","6242","Jamaica 1969","6242","9122","7008","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_162[] = {"4243","Kalianpur 1880","6243","Kalianpur 1880","6243","9122","7042","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_163[] = {"4244","Kandawala","6244","Kandawala","6244","9122","7015","8901","1","0","9603","-97","787","86","","",""," ",NULL};
+datafile_rows_t gcs_row_164[] = {"4245","Kertau 1968","6245","Kertau 1968","6245","9122","7018","8901","1","0","9603","-11","851","5","","",""," ",NULL};
+datafile_rows_t gcs_row_165[] = {"4246","KOC","6246","Kuwait Oil Company","6246","9122","7012","8901","1","0","9603","-294.7","-200.1","525.5","","",""," ",NULL};
+datafile_rows_t gcs_row_166[] = {"4247","La Canoa","6247","La Canoa","6247","9122","7022","8901","1","0","9603","-273.5","110.6","-357.9","","",""," ",NULL};
+datafile_rows_t gcs_row_167[] = {"4248","PSAD56","6248","Provisional South American Datum 1956","6248","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_168[] = {"4249","Lake","6249","Lake","6249","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_169[] = {"4250","Leigon","6250","Leigon","6250","9122","7012","8901","1","0","9603","-130","29","364","","",""," ",NULL};
+datafile_rows_t gcs_row_170[] = {"4251","Liberia 1964","6251","Liberia 1964","6251","9122","7012","8901","1","0","9603","-90","40","88","","",""," ",NULL};
+datafile_rows_t gcs_row_171[] = {"4252","Lome","6252","Lome","6252","9122","7011","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_172[] = {"4253","Luzon 1911","6253","Luzon 1911","6253","9122","7008","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_173[] = {"4254","Hito XVIII 1963","6254","Hito XVIII 1963","6254","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_174[] = {"4255","Herat North","6255","Herat North","6255","9122","7022","8901","1","0","9603","-333","-222","114","","",""," ",NULL};
+datafile_rows_t gcs_row_175[] = {"4256","Mahe 1971","6256","Mahe 1971","6256","9122","7012","8901","1","0","9603","41","-220","-134","","",""," ",NULL};
+datafile_rows_t gcs_row_176[] = {"4257","Makassar","6257","Makassar","6257","9122","7004","8901","1","0","9603","-587.8","519.75","145.76","","",""," ",NULL};
+datafile_rows_t gcs_row_177[] = {"4258","ETRS89","6258","European Terrestrial Reference System 1989","6258","9122","7019","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_178[] = {"4259","Malongo 1987","6259","Malongo 1987","6259","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_179[] = {"4260","Manoca","6260","Manoca","6260","9108","7012","8901","1","1","9603","-70.9","-151.8","-41.4","","",""," ",NULL};
+datafile_rows_t gcs_row_180[] = {"4261","Merchich","6261","Merchich","6261","9122","7011","8901","1","0","9603","31","146","47","","",""," ",NULL};
+datafile_rows_t gcs_row_181[] = {"4262","Massawa","6262","Massawa","6262","9122","7004","8901","1","0","9603","639","405","60","","",""," ",NULL};
+datafile_rows_t gcs_row_182[] = {"4263","Minna","6263","Minna","6263","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_183[] = {"4264","Mhast","6264","Mhast","6264","9122","7022","8901","1","1","9603","-252.95","-4.11","-96.38","","",""," ",NULL};
+datafile_rows_t gcs_row_184[] = {"4265","Monte Mario","6265","Monte Mario","6265","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_185[] = {"4266","M'poraloko","6266","M'poraloko","6266","9122","7011","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_186[] = {"4267","NAD27","6267","North American Datum 1927","6267","9122","7008","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_187[] = {"4268","NAD27 Michigan","6268","NAD Michigan","6268","9122","7009","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_188[] = {"4269","NAD83","6269","North American Datum 1983","6269","9122","7019","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_189[] = {"4270","Nahrwan 1967","6270","Nahrwan 1967","6270","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_190[] = {"4271","Naparima 1972","6271","Naparima 1972","6271","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_191[] = {"4272","NZGD49","6272","New Zealand Geodetic Datum 1949","6272","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_192[] = {"4273","NGO 1948","6273","NGO 1948","6273","9122","7005","8901","1","0","9606","278.3","93","474.5","7.889","0.05","-6.61","6.21 ",NULL};
+datafile_rows_t gcs_row_193[] = {"4274","Datum 73","6274","Datum 73","6274","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_194[] = {"4275","NTF","6275","Nouvelle Triangulation Francaise","6275","9122","7011","8901","1","0","9603","-168","-60","320","","",""," ",NULL};
+datafile_rows_t gcs_row_195[] = {"4276","NSWC 9Z-2","6276","NSWC 9Z-2","6276","9122","7025","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_196[] = {"4277","OSGB 1936","6277","OSGB 1936","6277","9122","7001","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_197[] = {"4278","OSGB70","6278","OSGB 1970 (SN)","6278","9122","7001","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_198[] = {"4279","OS(SN)80","6279","OS (SN) 1980","6279","9122","7001","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_199[] = {"4280","Padang","6280","Padang 1884","6280","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_200[] = {"4281","Palestine 1923","6281","Palestine 1923","6281","9122","7010","8901","1","0","9606","-275.7224","94.7824","340.8944","-8.001","-4.42","-11.821","1 ",NULL};
+datafile_rows_t gcs_row_201[] = {"4282","Pointe Noire","6282","Congo 1960 Pointe Noire","6282","9122","7011","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_202[] = {"4283","GDA94","6283","Geocentric Datum of Australia 1994","6283","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_203[] = {"4284","Pulkovo 1942","6284","Pulkovo 1942","6284","9122","7024","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_204[] = {"4285","Qatar 1974","6285","Qatar 1974","6285","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_205[] = {"4286","Qatar 1948","6286","Qatar 1948","6286","9122","7020","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_206[] = {"4287","Qornoq","6287","Qornoq","6287","9108","7022","8901","1","1","9603","164","138","-189","","",""," ",NULL};
+datafile_rows_t gcs_row_207[] = {"4288","Loma Quintana","6288","Loma Quintana","6288","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_208[] = {"4289","Amersfoort","6289","Amersfoort","6289","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_209[] = {"4291","SAD69","6291","South American Datum 1969","6291","9108","7036","8901","1","1","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_210[] = {"4292","Sapper Hill 1943","6292","Sapper Hill 1943","6292","9122","7022","8901","1","0","9603","-355","21","72","","",""," ",NULL};
+datafile_rows_t gcs_row_211[] = {"4293","Schwarzeck","6293","Schwarzeck","6293","9122","7046","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_212[] = {"4294","Segora","6294","Segora","6294","9108","7004","8901","1","1","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_213[] = {"4295","Serindung","6295","Serindung","6295","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_214[] = {"4296","Sudan","6296","Sudan","6296","9108","7011","8901","1","1","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_215[] = {"4297","Tananarive","6297","Tananarive 1925","6297","9122","7022","8901","1","0","9603","-189","-242","-91","","",""," ",NULL};
+datafile_rows_t gcs_row_216[] = {"4298","Timbalai 1948","6298","Timbalai 1948","6298","9122","7016","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_217[] = {"4299","TM65","6299","TM65","6299","9122","7002","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_218[] = {"4300","TM75","6300","Geodetic Datum of 1965","6300","9122","7002","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_219[] = {"4301","Tokyo","6301","Tokyo","6301","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_220[] = {"4302","Trinidad 1903","6302","Trinidad 1903","6302","9122","7007","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_221[] = {"4303","TC(1948)","6303","Trucial Coast 1948","6303","9122","7020","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_222[] = {"4304","Voirol 1875","6304","Voirol 1875","6304","9122","7011","8901","1","0","9603","-73","-247","227","","",""," ",NULL};
+datafile_rows_t gcs_row_223[] = {"4306","Bern 1938","6306","Bern 1938","6306","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_224[] = {"4307","Nord Sahara 1959","6307","Nord Sahara 1959","6307","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_225[] = {"4308","RT38","6308","Stockholm 1938","6308","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_226[] = {"4309","Yacare","6309","Yacare","6309","9122","7022","8901","1","0","9603","-155","171","37","","",""," ",NULL};
+datafile_rows_t gcs_row_227[] = {"4310","Yoff","6310","Yoff","6310","9122","7011","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_228[] = {"4311","Zanderij","6311","Zanderij","6311","9122","7022","8901","1","0","9603","-265","120","-358","","",""," ",NULL};
+datafile_rows_t gcs_row_229[] = {"4312","MGI","6312","Militar-Geographische Institut","6312","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_230[] = {"4313","Belge 1972","6313","Reseau National Belge 1972","6313","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_231[] = {"4314","DHDN","6314","Deutsches Hauptdreiecksnetz","6314","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_232[] = {"4315","Conakry 1905","6315","Conakry 1905","6315","9122","7011","8901","1","0","9603","-23","259","-9","","",""," ",NULL};
+datafile_rows_t gcs_row_233[] = {"4316","Dealul Piscului 1933","6316","Dealul Piscului 1933","6316","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_234[] = {"4317","Dealul Piscului 1970","6317","Dealul Piscului 1970","6317","9122","7024","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_235[] = {"4318","NGN","6318","National Geodetic Network","6318","9122","7030","8901","1","0","9603","-3.2","-5.7","2.8","","",""," ",NULL};
+datafile_rows_t gcs_row_236[] = {"4319","KUDAMS","6319","Kuwait Utility","6319","9122","7019","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_237[] = {"4322","WGS 72","6322","World Geodetic System 1972","6322","9122","7043","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_238[] = {"4324","WGS 72BE","6324","WGS 72 Transit Broadcast Ephemeris","6324","9122","7043","8901","1","0","9606","0","0","1.9","0","0","0.814","-0.38 ",NULL};
+datafile_rows_t gcs_row_239[] = {"4326","WGS 84","6326","World Geodetic System 1984","6326","9122","7030","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_240[] = {"4600","Anguilla 1957","6600","Anguilla 1957","6600","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_241[] = {"4601","Antigua 1943","6601","Antigua 1943","6601","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_242[] = {"4602","Dominica 1945","6602","Dominica 1945","6602","9122","7012","8901","1","0","9603","725","685","536","","",""," ",NULL};
+datafile_rows_t gcs_row_243[] = {"4603","Grenada 1953","6603","Grenada 1953","6603","9122","7012","8901","1","0","9603","72","213.7","93","","",""," ",NULL};
+datafile_rows_t gcs_row_244[] = {"4604","Montserrat 1958","6604","Montserrat 1958","6604","9122","7012","8901","1","0","9603","174","359","365","","",""," ",NULL};
+datafile_rows_t gcs_row_245[] = {"4605","St. Kitts 1955","6605","St. Kitts 1955","6605","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_246[] = {"4606","St. Lucia 1955","6606","St. Lucia 1955","6606","9122","7012","8901","1","0","9603","-149","128","296","","",""," ",NULL};
+datafile_rows_t gcs_row_247[] = {"4607","St. Vincent 1945","6607","St. Vincent 1945","6607","9122","7012","8901","1","0","9603","195.671","332.517","274.607","","",""," ",NULL};
+datafile_rows_t gcs_row_248[] = {"4608","NAD27(76)","6608","North American Datum 1927 (1976)","6608","9122","7008","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_249[] = {"4609","NAD27(CGQ77)","6609","North American Datum 1927 (CGQ77)","6609","9122","7008","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_250[] = {"4610","Xian 1980","6610","Xian 1980","6610","9122","7049","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_251[] = {"4611","Hong Kong 1980","6611","Hong Kong 1980","6611","9122","7022","8901","1","0","9606","-162.619","-276.959","-161.764","0.067753","-2.243649","-1.158827","-1.094246 ",NULL};
+datafile_rows_t gcs_row_252[] = {"4612","JGD2000","6612","Japanese Geodetic Datum 2000","6612","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_253[] = {"4613","Segara","6613","Gunung Segara","6613","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_254[] = {"4614","QND95","6614","Qatar National Datum 1995","6614","9122","7022","8901","1","0","9606","-119.4248","-303.65872","-11.00061","1.164298","0.174458","1.096259","3.657065 ",NULL};
+datafile_rows_t gcs_row_255[] = {"4615","Porto Santo","6615","Porto Santo 1936","6615","9122","7022","8901","1","0","9603","-499","-249","314","","",""," ",NULL};
+datafile_rows_t gcs_row_256[] = {"4616","Selvagem Grande","6616","Selvagem Grande","6616","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_257[] = {"4617","NAD83(CSRS)","6140","NAD83 Canadian Spatial Reference System","6140","9122","7019","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_258[] = {"4618","SAD69","6618","South American Datum 1969","6618","9122","7050","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_259[] = {"4619","SWEREF99","6619","SWEREF99","6619","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_260[] = {"4620","Point 58","6620","Point 58","6620","9122","7012","8901","1","0","9603","-106","-129","165","","",""," ",NULL};
+datafile_rows_t gcs_row_261[] = {"4621","Fort Marigot","6621","Fort Marigot","6621","9122","7022","8901","1","0","9603","137","248","-430","","",""," ",NULL};
+datafile_rows_t gcs_row_262[] = {"4622","Guadeloupe 1948","6622","Guadeloupe 1948","6622","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_263[] = {"4623","CSG67","6623","Centre Spatial Guyanais 1967","6623","9122","7022","8901","1","0","9603","-186","230","110","","",""," ",NULL};
+datafile_rows_t gcs_row_264[] = {"4624","RGFG95","6624","Reseau Geodesique Francais Guyane 1995","6624","9122","7019","8901","1","0","9603","2","2","-2","","",""," ",NULL};
+datafile_rows_t gcs_row_265[] = {"4625","Martinique 1938","6625","Martinique 1938","6625","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_266[] = {"4626","Reunion 1947","6626","Reunion 1947","6626","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_267[] = {"4627","RGR92","6627","Reseau Geodesique de la Reunion 1992","6627","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_268[] = {"4628","Tahiti 52","6628","Tahiti 52","6628","9122","7022","8901","1","0","9603","162","117","154","","",""," ",NULL};
+datafile_rows_t gcs_row_269[] = {"4629","Tahaa 54","6629","Tahaa 54","6629","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_270[] = {"4630","IGN72 Nuku Hiva","6630","IGN72 Nuku Hiva","6630","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_271[] = {"4631","K0 1949","6631","K0 1949","6631","9122","7022","8901","1","1","9603","145","-187","103","","",""," ",NULL};
+datafile_rows_t gcs_row_272[] = {"4632","Combani 1950","6632","Combani 1950","6632","9122","7022","8901","1","0","9603","-382","-59","-262","","",""," ",NULL};
+datafile_rows_t gcs_row_273[] = {"4633","IGN56 Lifou","6633","IGN56 Lifou","6633","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_274[] = {"4634","IGN72 Grand Terre","6634","IGN72 Grande Terre","6634","9108","7022","8901","1","1","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_275[] = {"4635","ST87 Ouvea","6635","ST87 Ouvea","6635","9122","7022","8901","1","1","9606","-122.383","-188.696","103.344","3.5107","-4.9668","-5.7047","4.4798 ",NULL};
+datafile_rows_t gcs_row_276[] = {"4636","Petrels 1972","6636","Petrels 1972","6636","9122","7022","8901","1","0","9603","365","194","166","","",""," ",NULL};
+datafile_rows_t gcs_row_277[] = {"4637","Perroud 1950","6637","Pointe Geologie Perroud 1950","6637","9122","7022","8901","1","0","9603","325","154","172","","",""," ",NULL};
+datafile_rows_t gcs_row_278[] = {"4638","Saint Pierre et Miquelon 1950","6638","Saint Pierre et Miquelon 1950","6638","9122","7008","8901","1","0","9603","30","430","368","","",""," ",NULL};
+datafile_rows_t gcs_row_279[] = {"4639","MOP78","6639","MOP78","6639","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_280[] = {"4640","RRAF 1991","6640","Reseau de Reference des Antilles Francaises 1991","6640","9122","7030","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_281[] = {"4641","IGN53 Mare","6641","IGN53 Mare","6641","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_282[] = {"4642","ST84 Ile des Pins","6642","ST84 Ile des Pins","6642","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_283[] = {"4643","ST71 Belep","6643","ST71 Belep","6643","9122","7022","8901","1","0","9606","-480.26","-438.32","-643.429","16.3119","20.1721","-4.0349","-111.7002 ",NULL};
+datafile_rows_t gcs_row_284[] = {"4644","NEA74 Noumea","6644","NEA74 Noumea","6644","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_285[] = {"4645","RGNC 1991","6645","Reseau Geodesique Nouvelle Caledonie 1991","6645","9122","7022","8901","1","1","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_286[] = {"4646","Grand Comoros","6646","Grand Comoros","6646","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_287[] = {"4657","Reykjavik 1900","6657","Reykjavik 1900","6657","9122","7051","8901","1","0","9603","-28","199","5","","",""," ",NULL};
+datafile_rows_t gcs_row_288[] = {"4658","Hjorsey 1955","6658","Hjorsey 1955","6658","9122","7022","8901","1","0","9603","-73","46","-86","","",""," ",NULL};
+datafile_rows_t gcs_row_289[] = {"4659","ISN93","6659","Islands Network 1993","6659","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_290[] = {"4660","Helle 1954","6660","Helle 1954","6660","9122","7022","8901","1","0","9606","982.6087","552.753","-540.873","32.39344","-153.25684","-96.2266","16.805 ",NULL};
+datafile_rows_t gcs_row_291[] = {"4661","LKS92","6661","Latvia 1992","6661","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_292[] = {"4662","IGN72 Grande Terre","6634","IGN72 Grande Terre","6634","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_293[] = {"4663","Porto Santo 1995","6663","Porto Santo 1995","6663","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_294[] = {"4664","Azores Oriental 1995","6664","Azores Oriental Islands 1995","6664","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_295[] = {"4665","Azores Central 1995","6665","Azores Central Islands 1995","6665","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_296[] = {"4666","Lisbon 1890","6666","Lisbon 1890","6666","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_297[] = {"4667","IKBD-92","6667","Iraq-Kuwait Boundary Datum 1992","6667","9122","7030","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_298[] = {"4668","ED79","6668","European Datum 1979","6668","9122","7022","8901","1","0","9603","-86","-98","-119","","",""," ",NULL};
+datafile_rows_t gcs_row_299[] = {"4669","LKS94","6126","Lithuania 1994 (ETRS89)","6126","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_300[] = {"4670","IGM95","6670","Istituto Geografico Militaire 1995","6670","9122","7030","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_301[] = {"4671","Voirol 1879","6671","Voirol 1879","6671","9122","7011","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_302[] = {"4672","CI1971","6672","Chatham Islands Datum 1971","6672","9122","7022","8901","1","0","9603","175","-38","113","","",""," ",NULL};
+datafile_rows_t gcs_row_303[] = {"4673","CI1979","6673","Chatham Islands Datum 1979","6673","9122","7022","8901","1","0","9607","174.05","-25.49","112.57","0","0","-0.554","0.2263 ",NULL};
+datafile_rows_t gcs_row_304[] = {"4674","SIRGAS 2000","6674","Sistema de Referencia Geocentrico para America del Sur 2000","6674","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_305[] = {"4675","Guam 1963","6675","Guam 1963","6675","9122","7008","8901","1","0","9603","-100","-248","259","","",""," ",NULL};
+datafile_rows_t gcs_row_306[] = {"4676","Vientiane 1982","6676","Vientiane 1982","6676","9122","7024","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_307[] = {"4677","Lao 1993","6677","Lao 1993","6677","9122","7024","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_308[] = {"4678","Lao 1997","6678","Lao National Datum 1997","6678","9122","7024","8901","1","0","9603","44.585","-131.212","-39.544","","",""," ",NULL};
+datafile_rows_t gcs_row_309[] = {"4679","Jouik 1961","6679","Jouik 1961","6679","9122","7012","8901","1","0","9603","-80.01","253.26","291.19","","",""," ",NULL};
+datafile_rows_t gcs_row_310[] = {"4680","Nouakchott 1965","6680","Nouakchott 1965","6680","9122","7012","8901","1","0","9603","124.5","-63.5","-281","","",""," ",NULL};
+datafile_rows_t gcs_row_311[] = {"4681","Mauritania 1999","6681","Mauritania 1999","6681","9122","7012","8901","1","1","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_312[] = {"4682","Gulshan 303","6682","Gulshan 303","6682","9122","7015","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_313[] = {"4683","PRS92","6683","Philippine Reference System 1992","6683","9122","7008","8901","1","0","9607","-127.62","-67.24","-47.04","3.068","-4.903","-1.578","-1.06 ",NULL};
+datafile_rows_t gcs_row_314[] = {"4684","Gan 1970","6684","Gan 1970","6684","9122","7022","8901","1","0","9603","-133","-321","50","","",""," ",NULL};
+datafile_rows_t gcs_row_315[] = {"4685","Gandajika","6685","Gandajika","6685","9122","7022","8901","1","1","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_316[] = {"4686","MAGNA-SIRGAS","6686","Marco Geocentrico Nacional de Referencia","6686","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_317[] = {"4687","RGPF","6687","Reseau Geodesique de la Polynesie Francaise","6687","9122","7019","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_318[] = {"4688","Fatu Iva 72","6688","Fatu Iva 72","6688","9122","7022","8901","1","0","9607","347.103","1078.125","2623.922","33.8875","-70.6773","9.3943","186.074 ",NULL};
+datafile_rows_t gcs_row_319[] = {"4689","IGN63 Hiva Oa","6689","IGN63 Hiva Oa","6689","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_320[] = {"4690","Tahiti 79","6690","Tahiti 79","6690","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_321[] = {"4691","Moorea 87","6691","Moorea 87","6691","9122","7022","8901","1","0","9607","215.525","149.593","176.229","3.2624","1.692","1.1571","10.4773 ",NULL};
+datafile_rows_t gcs_row_322[] = {"4692","Maupiti 83","6692","Maupiti 83","6692","9122","7022","8901","1","0","9603","217.037","86.959","23.956","","",""," ",NULL};
+datafile_rows_t gcs_row_323[] = {"4693","Nakhl-e Ghanem","6693","Nakhl-e Ghanem","6693","9122","7030","8901","1","0","9603","0","-0.15","0.68","","",""," ",NULL};
+datafile_rows_t gcs_row_324[] = {"4694","POSGAR 94","6694","Posiciones Geodesicas Argentinas 1994","6694","9122","7019","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_325[] = {"4695","Katanga 1955","6695","Katanga 1955","6695","9122","7008","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_326[] = {"4696","Kasai 1953","6696","Kasai 1953","6696","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_327[] = {"4697","IGC 1962 6th Parallel South","6697","IGC 1962 Arc of the 6th Parallel South","6697","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_328[] = {"4698","IGN 1962 Kerguelen","6698","IGN 1962 Kerguelen","6698","9122","7022","8901","1","0","9603","145","-187","103","","",""," ",NULL};
+datafile_rows_t gcs_row_329[] = {"4699","Le Pouce 1934","6699","Le Pouce 1934","6699","9122","7012","8901","1","0","9603","-770.1","158.4","-498.2","","",""," ",NULL};
+datafile_rows_t gcs_row_330[] = {"4700","IGN Astro 1960","6700","IGN Astro 1960","6700","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_331[] = {"4701","IGCB 1955","6701","Institut Geographique du Congo Belge 1955","6701","9122","7012","8901","1","0","9603","-79.9","-158","-168.9","","",""," ",NULL};
+datafile_rows_t gcs_row_332[] = {"4702","Mauritania 1999","6702","Mauritania 1999","6702","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_333[] = {"4703","Mhast 1951","6703","Missao Hidrografico Angola y Sao Tome 1951","6703","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_334[] = {"4704","Mhast (onshore)","6704","Mhast (onshore)","6704","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_335[] = {"4705","Mhast (offshore)","6705","Mhast (offshore)","6705","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_336[] = {"4706","Egypt Gulf of Suez S-650 TL","6706","Egypt Gulf of Suez S-650 TL","6706","9122","7020","8901","1","0","9603","-146.21","112.63","4.05","","",""," ",NULL};
+datafile_rows_t gcs_row_337[] = {"4707","Tern Island 1961","6707","Tern Island 1961","6707","9122","7022","8901","1","0","9603","114","-116","-333","","",""," ",NULL};
+datafile_rows_t gcs_row_338[] = {"4708","Cocos Islands 1965","6708","Cocos Islands 1965","6708","9122","7003","8901","1","0","9603","-491","-22","435","","",""," ",NULL};
+datafile_rows_t gcs_row_339[] = {"4709","Iwo Jima 1945","6709","Iwo Jima 1945","6709","9122","7022","8901","1","0","9603","145","75","-272","","",""," ",NULL};
+datafile_rows_t gcs_row_340[] = {"4710","St. Helena 1971","6710","St. Helena 1971","6710","9122","7022","8901","1","0","9603","-320","550","-494","","",""," ",NULL};
+datafile_rows_t gcs_row_341[] = {"4711","Marcus Island 1952","6711","Marcus Island 1952","6711","9122","7022","8901","1","0","9603","124","-234","-25","","",""," ",NULL};
+datafile_rows_t gcs_row_342[] = {"4712","Ascension Island 1958","6712","Ascension Island 1958","6712","9122","7022","8901","1","0","9603","-205","107","53","","",""," ",NULL};
+datafile_rows_t gcs_row_343[] = {"4713","Ayabelle Lighthouse","6713","Ayabelle Lighthouse","6713","9122","7012","8901","1","0","9603","-79","-129","145","","",""," ",NULL};
+datafile_rows_t gcs_row_344[] = {"4714","Bellevue","6714","Bellevue","6714","9122","7022","8901","1","0","9603","-127","-769","472","","",""," ",NULL};
+datafile_rows_t gcs_row_345[] = {"4715","Camp Area Astro","6715","Camp Area Astro","6715","9122","7022","8901","1","0","9603","-104","-129","239","","",""," ",NULL};
+datafile_rows_t gcs_row_346[] = {"4716","Phoenix Islands 1966","6716","Phoenix Islands 1966","6716","9122","7022","8901","1","0","9603","298","-304","-375","","",""," ",NULL};
+datafile_rows_t gcs_row_347[] = {"4717","Cape Canaveral","6717","Cape Canaveral","6717","9122","7008","8901","1","0","9603","-2","151","181","","",""," ",NULL};
+datafile_rows_t gcs_row_348[] = {"4718","Solomon 1968","6718","Solomon 1968","6718","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_349[] = {"4719","Easter Island 1967","6719","Easter Island 1967","6719","9122","7022","8901","1","0","9603","211","147","111","","",""," ",NULL};
+datafile_rows_t gcs_row_350[] = {"4720","Fiji 1986","6720","Fiji Geodetic Datum 1986","6720","9122","7043","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_351[] = {"4721","Fiji 1956","6721","Fiji 1956","6721","9122","7022","8901","1","0","9603","265.025","384.929","-194.046","","",""," ",NULL};
+datafile_rows_t gcs_row_352[] = {"4722","South Georgia 1968","6722","South Georgia 1968","6722","9122","7022","8901","1","0","9603","-794","119","-298","","",""," ",NULL};
+datafile_rows_t gcs_row_353[] = {"4723","Grand Cayman 1959","6723","Grand Cayman 1959","6723","9122","7008","8901","1","0","9603","67.8","106.1","138.8","","",""," ",NULL};
+datafile_rows_t gcs_row_354[] = {"4724","Diego Garcia 1969","6724","Diego Garcia 1969","6724","9122","7022","8901","1","0","9603","208","-435","-229","","",""," ",NULL};
+datafile_rows_t gcs_row_355[] = {"4725","Johnston Island 1961","6725","Johnston Island 1961","6725","9122","7022","8901","1","0","9603","189","-79","-202","","",""," ",NULL};
+datafile_rows_t gcs_row_356[] = {"4726","Little Cayman 1961","6726","Little Cayman 1961","6726","9122","7008","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_357[] = {"4727","Midway 1961","6727","Midway 1961","6727","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_358[] = {"4728","Pico de la Nieves","6728","Pico de la Nieves","6728","9122","7022","8901","1","0","9603","-307","-92","127","","",""," ",NULL};
+datafile_rows_t gcs_row_359[] = {"4729","Pitcairn 1967","6729","Pitcairn 1967","6729","9122","7022","8901","1","0","9603","185","165","42","","",""," ",NULL};
+datafile_rows_t gcs_row_360[] = {"4730","Santo 1965","6730","Santo 1965","6730","9122","7022","8901","1","0","9603","170","42","84","","",""," ",NULL};
+datafile_rows_t gcs_row_361[] = {"4731","Viti Levu 1916","6731","Viti Levu 1916","6731","9122","7012","8901","1","1","9603","51","391","-36","","",""," ",NULL};
+datafile_rows_t gcs_row_362[] = {"4732","Marshall Islands 1960","6732","Marshall Islands 1960","6732","9122","7053","8901","1","0","9603","102","52","-38","","",""," ",NULL};
+datafile_rows_t gcs_row_363[] = {"4733","Wake Island 1952","6733","Wake Island 1952","6733","9122","7022","8901","1","0","9603","276","-57","149","","",""," ",NULL};
+datafile_rows_t gcs_row_364[] = {"4734","Tristan 1968","6734","Tristan 1968","6734","9122","7022","8901","1","0","9603","-632","438","-609","","",""," ",NULL};
+datafile_rows_t gcs_row_365[] = {"4735","Kusaie 1951","6735","Kusaie 1951","6735","9122","7022","8901","1","0","9603","647","1777","-1124","","",""," ",NULL};
+datafile_rows_t gcs_row_366[] = {"4736","Deception Island","6736","Deception Island","6736","9122","7012","8901","1","0","9603","260","12","-147","","",""," ",NULL};
+datafile_rows_t gcs_row_367[] = {"4737","Korea 2000","6737","Geocentric datum of Korea","6737","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_368[] = {"4738","Hong Kong 1963","6738","Hong Kong 1963","6738","9122","7007","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_369[] = {"4739","Hong Kong 1963(67)","6739","Hong Kong 1963(67)","6739","9122","7022","8901","1","0","9606","-156","-271","-189","","",""," ",NULL};
+datafile_rows_t gcs_row_370[] = {"4740","PZ-90","6740","Parametrop Zemp 1990","6740","9122","7054","8901","1","0","9607","0","0","1.5","0","0","-0.076","0 ",NULL};
+datafile_rows_t gcs_row_371[] = {"4741","FD54","6741","Faroe Datum 1954","6741","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_372[] = {"4742","GDM2000","6742","Geodetic Datum of Malaysia 2000","6742","9122","7019","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_373[] = {"4743","Karbala 1979 (Polservice)","6743","Karbala 1979 (Polservice)","6743","9122","7012","8901","1","0","9603","84.1","-320.1","218.7","","",""," ",NULL};
+datafile_rows_t gcs_row_374[] = {"4744","Nahrwan 1934","6744","Nahrwan 1934","6744","9122","7012","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_375[] = {"4745","RD/83","6745","Rauenberg Datum/83","6745","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_376[] = {"4746","PD/83","6746","Potsdam Datum/83","6746","9122","7004","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_377[] = {"4747","GR96","6747","Greenland 1996","6747","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_378[] = {"4748","Vanua Levu 1915","6748","Vanua Levu 1915","6748","9122","7055","8901","1","0","9603","51","391","-36","","",""," ",NULL};
+datafile_rows_t gcs_row_379[] = {"4749","RGNC91-93","6749","Reseau Geodesique de Nouvelle Caledonie 91-93","6749","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_380[] = {"4750","ST87 Ouvea","6750","ST87 Ouvea","6750","9122","7030","8901","1","0","9603","-56.263","16.136","-22.856","","",""," ",NULL};
+datafile_rows_t gcs_row_381[] = {"4751","Kertau (RSO)","6751","Kertau (RSO)","6751","9122","7056","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_382[] = {"4752","Viti Levu 1912","6752","Viti Levu 1912","6752","9122","7055","8901","1","0","9603","51","391","-36","","",""," ",NULL};
+datafile_rows_t gcs_row_383[] = {"4753","fk89","6753","fk89","6753","9122","7022","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_384[] = {"4754","LGD2006","6754","Libyan Geodetic Datum 2006","6754","9122","7022","8901","1","0","9603","-208.4058","-109.8777","-2.5764","","",""," ",NULL};
+datafile_rows_t gcs_row_385[] = {"4755","DGN95","6755","Datum Geodesi Nasional 1995","6755","9122","7030","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_386[] = {"4756","VN-2000","6756","Vietnam 2000","6756","9122","7030","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_387[] = {"4757","SVY21","6757","SVY21","6757","9122","7030","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_388[] = {"4758","JAD2001","6758","Jamaica 2001","6758","9122","7030","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_389[] = {"4759","NAD83(NSRS2007)","6759","NAD83 (National Spatial Reference System 2007)","6759","9122","7019","8901","1","0","9603","0","0","0","","",""," ",NULL};
+datafile_rows_t gcs_row_390[] = {"4760","WGS 66","6760","World Geodetic System 1966","6760","9122","7025","8901","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_391[] = {"4801","Bern 1898 (Bern)","6801","CH1903 (Bern)","6149","9122","7004","8907","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_392[] = {"4802","Bogota 1975 (Bogota)","6802","Bogota 1975 (Bogota)","6218","9122","7022","8904","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_393[] = {"4803","Lisbon (Lisbon)","6803","Lisbon 1937 (Lisbon)","6207","9122","7022","8902","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_394[] = {"4804","Makassar (Jakarta)","6804","Makassar (Jakarta)","6257","9122","7004","8908","1","0","9603","-587.8","519.75","145.76","","",""," ",NULL};
+datafile_rows_t gcs_row_395[] = {"4805","MGI (Ferro)","6805","Militar-Geographische Institut (Ferro)","6312","9122","7004","8909","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_396[] = {"4806","Monte Mario (Rome)","6806","Monte Mario (Rome)","6265","9122","7022","8906","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_397[] = {"4807","NTF (Paris)","6807","Nouvelle Triangulation Francaise (Paris)","6275","9105","7011","8903","1","0","9603","-168","-60","320","","",""," ",NULL};
+datafile_rows_t gcs_row_398[] = {"4808","Padang (Jakarta)","6808","Padang 1884 (Jakarta)","6280","9122","7004","8908","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_399[] = {"4809","Belge 1950 (Brussels)","6809","Reseau National Belge 1950 (Brussels)","6215","9122","7022","8910","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_400[] = {"4810","Tananarive (Paris)","6810","Tananarive 1925 (Paris)","6297","9105","7022","8903","1","0","9603","-189","-242","-91","","",""," ",NULL};
+datafile_rows_t gcs_row_401[] = {"4811","Voirol 1875 (Paris)","6811","Voirol 1875 (Paris)","6304","9105","7011","8903","1","0","9603","-73","-247","227","","",""," ",NULL};
+datafile_rows_t gcs_row_402[] = {"4813","Batavia (Jakarta)","6813","Batavia (Jakarta)","6211","9122","7004","8908","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_403[] = {"4814","RT38 (Stockholm)","6814","Stockholm 1938 (Stockholm)","6308","9122","7004","8911","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_404[] = {"4815","Greek (Athens)","6815","Greek (Athens)","6120","9122","7004","8912","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_405[] = {"4816","Carthage (Paris)","6816","Carthage (Paris)","6223","9105","7011","8903","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_406[] = {"4817","NGO 1948 (Oslo)","6817","NGO 1948 (Oslo)","6273","9122","7005","8913","1","0","9606","278.3","93","474.5","7.889","0.05","-6.61","6.21 ",NULL};
+datafile_rows_t gcs_row_407[] = {"4818","S-JTSK (Ferro)","6818","S-JTSK (Ferro)","6156","9122","7004","8909","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_408[] = {"4819","Nord Sahara 1959 (Paris)","6819","Nord Sahara 1959 (Paris)","6307","9105","7012","8903","1","1","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_409[] = {"4820","Segara (Jakarta)","6820","Gunung Segara (Jakarta)","6613","9122","7004","8908","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_410[] = {"4821","Voirol 1879 (Paris)","6821","Voirol 1879 (Paris)","6821","9105","7011","8903","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_411[] = {"4901","ATF (Paris)","6901","Ancienne Triangulation Francaise (Paris)","6901","9105","7027","8903","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_412[] = {"4902","NDG (Paris)","6902","Nord de Guerre (Paris)","6902","9105","7027","8903","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_413[] = {"4903","Madrid 1870 (Madrid)","6903","Madrid 1870 (Madrid)","6903","9122","7028","8905","1","0","","","","","","",""," ",NULL};
+datafile_rows_t gcs_row_414[] = {"4904","Lisbon 1890 (Lisbon)","6904","Lisbon 1890 (Lisbon)","6666","9122","7004","8902","1","0","","","","","","",""," ",NULL};
+datafile_rows_t *gcs_rows[] = {gcs_row_0 ,gcs_row_1 ,gcs_row_2 ,gcs_row_3 ,gcs_row_4 ,gcs_row_5 ,gcs_row_6 ,gcs_row_7 ,gcs_row_8 ,gcs_row_9 ,gcs_row_10 ,gcs_row_11 ,gcs_row_12 ,gcs_row_13 ,gcs_row_14 ,gcs_row_15 ,gcs_row_16 ,gcs_row_17 ,gcs_row_18 ,gcs_row_19 ,gcs_row_20 ,gcs_row_21 ,gcs_row_22 ,gcs_row_23 ,gcs_row_24 ,gcs_row_25 ,gcs_row_26 ,gcs_row_27 ,gcs_row_28 ,gcs_row_29 ,gcs_row_30 ,gcs_row_31 ,gcs_row_32 ,gcs_row_33 ,gcs_row_34 ,gcs_row_35 ,gcs_row_36 ,gcs_row_37 ,gcs_row_38 ,gcs_row_39 ,gcs_row_40 ,gcs_row_41 ,gcs_row_42 ,gcs_row_43 ,gcs_row_44 ,gcs_row_45 ,gcs_row_46 ,gcs_row_47 ,gcs_row_48 ,gcs_row_49 ,gcs_row_50 ,gcs_row_51 ,gcs_row_52 ,gcs_row_53 ,gcs_row_54 ,gcs_row_55 ,gcs_row_56 ,gcs_row_57 ,gcs_row_58 ,gcs_row_59 ,gcs_row_60 ,gcs_row_61 ,gcs_row_62 ,gcs_row_63 ,gcs_row_64 ,gcs_row_65 ,gcs_row_66 ,gcs_row_67 ,gcs_row_68 ,gcs_row_69 ,gcs_row_70 ,gcs_row_71 ,gcs_row_72 ,gcs_row_73 ,gcs_row_74 ,gcs_row_75 ,gcs_row_76 ,gcs_row_77 ,gcs_row_78 ,gcs_row_79 ,gcs_row_80 ,gcs_row_81 ,gcs_row_82 ,gcs_row_83 ,gcs_row_84 ,gcs_row_85 ,gcs_row_86 ,gcs_row_87 ,gcs_row_88 ,gcs_row_89 ,gcs_row_90 ,gcs_row_91 ,gcs_row_92 ,gcs_row_93 ,gcs_row_94 ,gcs_row_95 ,gcs_row_96 ,gcs_row_97 ,gcs_row_98 ,gcs_row_99 ,gcs_row_100 ,gcs_row_101 ,gcs_row_102 ,gcs_row_103 ,gcs_row_104 ,gcs_row_105 ,gcs_row_106 ,gcs_row_107 ,gcs_row_108 ,gcs_row_109 ,gcs_row_110 ,gcs_row_111 ,gcs_row_112 ,gcs_row_113 ,gcs_row_114 ,gcs_row_115 ,gcs_row_116 ,gcs_row_117 ,gcs_row_118 ,gcs_row_119 ,gcs_row_120 ,gcs_row_121 ,gcs_row_122 ,gcs_row_123 ,gcs_row_124 ,gcs_row_125 ,gcs_row_126 ,gcs_row_127 ,gcs_row_128 ,gcs_row_129 ,gcs_row_130 ,gcs_row_131 ,gcs_row_132 ,gcs_row_133 ,gcs_row_134 ,gcs_row_135 ,gcs_row_136 ,gcs_row_137 ,gcs_row_138 ,gcs_row_139 ,gcs_row_140 ,gcs_row_141 ,gcs_row_142 ,gcs_row_143 ,gcs_row_144 ,gcs_row_145 ,gcs_row_146 ,gcs_row_147 ,gcs_row_148 ,gcs_row_149 ,gcs_row_150 ,gcs_row_151 ,gcs_row_152 ,gcs_row_153 ,gcs_row_154 ,gcs_row_155 ,gcs_row_156 ,gcs_row_157 ,gcs_row_158 ,gcs_row_159 ,gcs_row_160 ,gcs_row_161 ,gcs_row_162 ,gcs_row_163 ,gcs_row_164 ,gcs_row_165 ,gcs_row_166 ,gcs_row_167 ,gcs_row_168 ,gcs_row_169 ,gcs_row_170 ,gcs_row_171 ,gcs_row_172 ,gcs_row_173 ,gcs_row_174 ,gcs_row_175 ,gcs_row_176 ,gcs_row_177 ,gcs_row_178 ,gcs_row_179 ,gcs_row_180 ,gcs_row_181 ,gcs_row_182 ,gcs_row_183 ,gcs_row_184 ,gcs_row_185 ,gcs_row_186 ,gcs_row_187 ,gcs_row_188 ,gcs_row_189 ,gcs_row_190 ,gcs_row_191 ,gcs_row_192 ,gcs_row_193 ,gcs_row_194 ,gcs_row_195 ,gcs_row_196 ,gcs_row_197 ,gcs_row_198 ,gcs_row_199 ,gcs_row_200 ,gcs_row_201 ,gcs_row_202 ,gcs_row_203 ,gcs_row_204 ,gcs_row_205 ,gcs_row_206 ,gcs_row_207 ,gcs_row_208 ,gcs_row_209 ,gcs_row_210 ,gcs_row_211 ,gcs_row_212 ,gcs_row_213 ,gcs_row_214 ,gcs_row_215 ,gcs_row_216 ,gcs_row_217 ,gcs_row_218 ,gcs_row_219 ,gcs_row_220 ,gcs_row_221 ,gcs_row_222 ,gcs_row_223 ,gcs_row_224 ,gcs_row_225 ,gcs_row_226 ,gcs_row_227 ,gcs_row_228 ,gcs_row_229 ,gcs_row_230 ,gcs_row_231 ,gcs_row_232 ,gcs_row_233 ,gcs_row_234 ,gcs_row_235 ,gcs_row_236 ,gcs_row_237 ,gcs_row_238 ,gcs_row_239 ,gcs_row_240 ,gcs_row_241 ,gcs_row_242 ,gcs_row_243 ,gcs_row_244 ,gcs_row_245 ,gcs_row_246 ,gcs_row_247 ,gcs_row_248 ,gcs_row_249 ,gcs_row_250 ,gcs_row_251 ,gcs_row_252 ,gcs_row_253 ,gcs_row_254 ,gcs_row_255 ,gcs_row_256 ,gcs_row_257 ,gcs_row_258 ,gcs_row_259 ,gcs_row_260 ,gcs_row_261 ,gcs_row_262 ,gcs_row_263 ,gcs_row_264 ,gcs_row_265 ,gcs_row_266 ,gcs_row_267 ,gcs_row_268 ,gcs_row_269 ,gcs_row_270 ,gcs_row_271 ,gcs_row_272 ,gcs_row_273 ,gcs_row_274 ,gcs_row_275 ,gcs_row_276 ,gcs_row_277 ,gcs_row_278 ,gcs_row_279 ,gcs_row_280 ,gcs_row_281 ,gcs_row_282 ,gcs_row_283 ,gcs_row_284 ,gcs_row_285 ,gcs_row_286 ,gcs_row_287 ,gcs_row_288 ,gcs_row_289 ,gcs_row_290 ,gcs_row_291 ,gcs_row_292 ,gcs_row_293 ,gcs_row_294 ,gcs_row_295 ,gcs_row_296 ,gcs_row_297 ,gcs_row_298 ,gcs_row_299 ,gcs_row_300 ,gcs_row_301 ,gcs_row_302 ,gcs_row_303 ,gcs_row_304 ,gcs_row_305 ,gcs_row_306 ,gcs_row_307 ,gcs_row_308 ,gcs_row_309 ,gcs_row_310 ,gcs_row_311 ,gcs_row_312 ,gcs_row_313 ,gcs_row_314 ,gcs_row_315 ,gcs_row_316 ,gcs_row_317 ,gcs_row_318 ,gcs_row_319 ,gcs_row_320 ,gcs_row_321 ,gcs_row_322 ,gcs_row_323 ,gcs_row_324 ,gcs_row_325 ,gcs_row_326 ,gcs_row_327 ,gcs_row_328 ,gcs_row_329 ,gcs_row_330 ,gcs_row_331 ,gcs_row_332 ,gcs_row_333 ,gcs_row_334 ,gcs_row_335 ,gcs_row_336 ,gcs_row_337 ,gcs_row_338 ,gcs_row_339 ,gcs_row_340 ,gcs_row_341 ,gcs_row_342 ,gcs_row_343 ,gcs_row_344 ,gcs_row_345 ,gcs_row_346 ,gcs_row_347 ,gcs_row_348 ,gcs_row_349 ,gcs_row_350 ,gcs_row_351 ,gcs_row_352 ,gcs_row_353 ,gcs_row_354 ,gcs_row_355 ,gcs_row_356 ,gcs_row_357 ,gcs_row_358 ,gcs_row_359 ,gcs_row_360 ,gcs_row_361 ,gcs_row_362 ,gcs_row_363 ,gcs_row_364 ,gcs_row_365 ,gcs_row_366 ,gcs_row_367 ,gcs_row_368 ,gcs_row_369 ,gcs_row_370 ,gcs_row_371 ,gcs_row_372 ,gcs_row_373 ,gcs_row_374 ,gcs_row_375 ,gcs_row_376 ,gcs_row_377 ,gcs_row_378 ,gcs_row_379 ,gcs_row_380 ,gcs_row_381 ,gcs_row_382 ,gcs_row_383 ,gcs_row_384 ,gcs_row_385 ,gcs_row_386 ,gcs_row_387 ,gcs_row_388 ,gcs_row_389 ,gcs_row_390 ,gcs_row_391 ,gcs_row_392 ,gcs_row_393 ,gcs_row_394 ,gcs_row_395 ,gcs_row_396 ,gcs_row_397 ,gcs_row_398 ,gcs_row_399 ,gcs_row_400 ,gcs_row_401 ,gcs_row_402 ,gcs_row_403 ,gcs_row_404 ,gcs_row_405 ,gcs_row_406 ,gcs_row_407 ,gcs_row_408 ,gcs_row_409 ,gcs_row_410 ,gcs_row_411 ,gcs_row_412 ,gcs_row_413 ,gcs_row_414,NULL};

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/gcs.csv
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/gcs.csv	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/gcs.csv	2007-09-19 08:45:41 UTC (rev 1074)
@@ -1,389 +1,415 @@
-"COORD_REF_SYS_CODE","COORD_REF_SYS_NAME","DATUM_CODE","DATUM_NAME","GREENWICH_DATUM","UOM_CODE","ELLIPSOID_CODE","PRIME_MERIDIAN_CODE","COORD_OP_METHOD_CODE","DX","DY","DZ","RX","RY","RZ","DS"
-4001,Unknown datum based upon the Airy 1830 ellipsoid,6001,"Not specified (based on Airy 1830 ellipsoid)",6001,9122,7001,8901,,,,,,,,
-4002,Unknown datum based upon the Airy Modified 1849 ellipsoid,6002,"Not specified (based on Airy Modified 1849 ellipsoid)",6002,9122,7002,8901,,,,,,,,
-4003,Unknown datum based upon the Australian National Spheroid,6003,"Not specified (based on Australian National Spheroid)",6003,9122,7003,8901,,,,,,,,
-4004,Unknown datum based upon the Bessel 1841 ellipsoid,6004,"Not specified (based on Bessel 1841 ellipsoid)",6004,9122,7004,8901,,,,,,,,
-4005,Unknown datum based upon the Bessel Modified ellipsoid,6005,"Not specified (based on Bessel Modified ellipsoid)",6005,9122,7005,8901,,,,,,,,
-4006,Unknown datum based upon the Bessel Namibia ellipsoid,6006,"Not specified (based on Bessel Namibia ellipsoid)",6006,9122,7046,8901,,,,,,,,
-4007,Unknown datum based upon the Clarke 1858 ellipsoid,6007,"Not specified (based on Clarke 1858 ellipsoid)",6007,9122,7007,8901,,,,,,,,
-4008,Unknown datum based upon the Clarke 1866 ellipsoid,6008,"Not specified (based on Clarke 1866 ellipsoid)",6008,9122,7008,8901,,,,,,,,
-4009,Unknown datum based upon the Clarke 1866 Michigan ellipsoid,6009,"Not specified (based on Clarke 1866 Michigan ellipsoid)",6009,9122,7009,8901,,,,,,,,
-4010,"Unknown datum based upon the Clarke 1880 (Benoit) ellipsoid",6010,"Not specified (based on Clarke 1880 (Benoit) ellipsoid)",6010,9122,7010,8901,,,,,,,,
-4011,"Unknown datum based upon the Clarke 1880 (IGN) ellipsoid",6011,"Not specified (based on Clarke 1880 (IGN) ellipsoid)",6011,9122,7011,8901,,,,,,,,
-4012,"Unknown datum based upon the Clarke 1880 (RGS) ellipsoid",6012,"Not specified (based on Clarke 1880 (RGS) ellipsoid)",6012,9122,7012,8901,,,,,,,,
-4013,"Unknown datum based upon the Clarke 1880 (Arc) ellipsoid",6013,"Not specified (based on Clarke 1880 (Arc) ellipsoid)",6013,9122,7013,8901,,,,,,,,
-4014,"Unknown datum based upon the Clarke 1880 (SGA 1922) ellipsoid",6014,"Not specified (based on Clarke 1880 (SGA 1922) ellipsoid)",6014,9122,7014,8901,,,,,,,,
-4015,"Unknown datum based upon the Everest 1830 (1937 Adjustment) ellipsoid",6015,"Not specified (based on Everest 1830 (1937 Adjustment) ellipsoid)",6015,9122,7015,8901,,,,,,,,
-4016,"Unknown datum based upon the Everest 1830 (1967 Definition) ellipsoid",6016,"Not specified (based on Everest 1830 (1967 Definition) ellipsoid)",6016,9122,7016,8901,,,,,,,,
-4018,Unknown datum based upon the Everest 1830 Modified ellipsoid,6018,"Not specified (based on Everest 1830 Modified ellipsoid)",6018,9122,7018,8901,,,,,,,,
-4019,Unknown datum based upon the GRS 1980 ellipsoid,6019,"Not specified (based on GRS 1980 ellipsoid)",6019,9122,7019,8901,,,,,,,,
-4020,Unknown datum based upon the Helmert 1906 ellipsoid,6020,"Not specified (based on Helmert 1906 ellipsoid)",6020,9122,7020,8901,,,,,,,,
-4021,Unknown datum based upon the Indonesian National Spheroid,6021,"Not specified (based on Indonesian National Spheroid)",6021,9122,7021,8901,,,,,,,,
-4022,Unknown datum based upon the International 1924 ellipsoid,6022,"Not specified (based on International 1924 ellipsoid)",6022,9122,7022,8901,,,,,,,,
-4024,Unknown datum based upon the Krassowsky 1940 ellipsoid,6024,"Not specified (based on Krassowsky 1940 ellipsoid)",6024,9122,7024,8901,,,,,,,,
-4025,Unknown datum based upon the NWL 9D ellipsoid,6025,"Not specified (based on NWL 9D ellipsoid)",6025,9122,7025,8901,,,,,,,,
-4027,Unknown datum based upon the Plessis 1817 ellipsoid,6027,"Not specified (based on Plessis 1817 ellipsoid)",6027,9122,7027,8901,,,,,,,,
-4028,Unknown datum based upon the Struve 1860 ellipsoid,6028,"Not specified (based on Struve 1860 ellipsoid)",6028,9122,7028,8901,,,,,,,,
-4029,Unknown datum based upon the War Office ellipsoid,6029,"Not specified (based on War Office ellipsoid)",6029,9122,7029,8901,,,,,,,,
-4030,Unknown datum based upon the WGS 84 ellipsoid,6030,"Not specified (based on WGS 84 ellipsoid)",6030,9122,7030,8901,,,,,,,,
-4031,Unknown datum based upon the GEM 10C ellipsoid,6031,"Not specified (based on GEM 10C ellipsoid)",6031,9122,7031,8901,,,,,,,,
-4032,Unknown datum based upon the OSU86F ellipsoid,6032,"Not specified (based on OSU86F ellipsoid)",6032,9122,7032,8901,,,,,,,,
-4033,Unknown datum based upon the OSU91A ellipsoid,6033,"Not specified (based on OSU91A ellipsoid)",6033,9122,7033,8901,,,,,,,,
-4034,Unknown datum based upon the Clarke 1880 ellipsoid,6034,"Not specified (based on Clarke 1880 ellipsoid)",6034,9122,7034,8901,,,,,,,,
-4035,Unknown datum based upon the Authalic Sphere,6035,"Not specified (based on Authalic Sphere)",6035,9108,7035,8901,,,,,,,,
-4036,Unknown datum based upon the GRS 1967 ellipsoid,6036,"Not specified (based on GRS 1967 ellipsoid)",6036,9122,7036,8901,,,,,,,,
-4041,Unknown datum based upon the Average Terrestrial System 1977 ellipsoid,6041,"Not specified (based on Average Terrestrial System 1977 ellipsoid)",6041,9122,7041,8901,,,,,,,,
-4042,"Unknown datum based upon the Everest (1830 Definition) ellipsoid",6042,"Not specified (based on Everest (1830 Definition) ellipsoid)",6042,9122,7042,8901,,,,,,,,
-4043,Unknown datum based upon the WGS 72 ellipsoid,6043,"Not specified (based on WGS 72 ellipsoid)",6043,9122,7043,8901,,,,,,,,
-4044,"Unknown datum based upon the Everest 1830 (1962 Definition) ellipsoid",6044,"Not specified (based on Everest 1830 (1962 Definition) ellipsoid)",6044,9122,7044,8901,,,,,,,,
-4045,"Unknown datum based upon the Everest 1830 (1975 Definition) ellipsoid",6045,"Not specified (based on Everest 1830 (1975 Definition) ellipsoid)",6045,9122,7045,8901,,,,,,,,
-4047,Unspecified datum based upon the GRS 1980 Authalic Sphere,6047,"Not specified (based on GRS 1980 Authalic Sphere)",6047,9122,7048,8901,,,,,,,,
-4052,Unspecified datum based upon the Clarke 1866 Authalic Sphere,6052,"Not specified (based on Clarke 1866 Authalic Sphere)",6052,9122,7052,8901,,,,,,,,
-4120,Greek,6120,Greek,6120,9122,7004,8901,,,,,,,,
-4121,GGRS87,6121,Greek Geodetic Reference System 1987,6121,9122,7019,8901,9603,-199.87,74.79,246.62,,,,
-4122,ATS77,6122,Average Terrestrial System 1977,6122,9122,7041,8901,,,,,,,,
-4123,KKJ,6123,Kartasto Koordinaati Jarjestelma 1966,6123,9122,7022,8901,,,,,,,,
-4124,RT90,6124,Rikets koordinatsystem 1990,6124,9122,7004,8901,,,,,,,,
-4125,Samboja,6125,Samboja,6125,9108,7004,8901,9603,-404.78,685.68,45.47,,,,
-4126,"LKS94 (ETRS89)",6126,"Lithuania 1994 (ETRS89)",6126,9108,7019,8901,9603,0,0,0,,,,
-4127,Tete,6127,Tete,6127,9122,7008,8901,,,,,,,,
-4128,Madzansua,6128,Madzansua,6128,9122,7008,8901,,,,,,,,
-4129,Observatario,6129,Observatario,6129,9122,7008,8901,,,,,,,,
-4130,Moznet,6130,"Moznet (ITRF94)",6130,9122,7030,8901,9607,0,0,0,0,0,0,0
-4131,Indian 1960,6131,Indian 1960,6131,9122,7015,8901,,,,,,,,
-4132,FD58,6132,Final Datum 1958,6132,9122,7012,8901,,,,,,,,
-4133,EST92,6133,Estonia 1992,6133,9122,7019,8901,9607,0.055,-0.541,-0.185,-0.0183,0.0003,0.007,-0.014
-4134,PDO Survey Datum 1993,6134,PDO Survey Datum 1993,6134,9122,7012,8901,,,,,,,,
-4135,Old Hawaiian,6135,Old Hawaiian,6135,9122,7008,8901,,,,,,,,
-4136,St. Lawrence Island,6136,St. Lawrence Island,6136,9122,7008,8901,,,,,,,,
-4137,St. Paul Island,6137,St. Paul Island,6137,9122,7008,8901,,,,,,,,
-4138,St. George Island,6138,St. George Island,6138,9122,7008,8901,,,,,,,,
-4139,Puerto Rico,6139,Puerto Rico,6139,9122,7008,8901,9603,11,72,-101,,,,
-4140,"NAD83(CSRS98)",6140,NAD83 Canadian Spatial Reference System,6140,9108,7019,8901,9603,0,0,0,,,,
-4141,Israel,6141,Israel,6141,9122,7019,8901,9603,-48,55,52,,,,
-4142,Locodjo 1965,6142,Locodjo 1965,6142,9122,7012,8901,9603,-125,53,467,,,,
-4143,Abidjan 1987,6143,Abidjan 1987,6143,9122,7012,8901,9603,-124.76,53,466.79,,,,
-4144,Kalianpur 1937,6144,Kalianpur 1937,6144,9122,7015,8901,,,,,,,,
-4145,Kalianpur 1962,6145,Kalianpur 1962,6145,9122,7044,8901,,,,,,,,
-4146,Kalianpur 1975,6146,Kalianpur 1975,6146,9122,7045,8901,9603,295,736,257,,,,
-4147,Hanoi 1972,6147,Hanoi 1972,6147,9122,7024,8901,9603,-17.51,-108.32,-62.39,,,,
-4148,Hartebeesthoek94,6148,Hartebeesthoek94,6148,9122,7030,8901,9603,0,0,0,,,,
-4149,CH1903,6149,CH1903,6149,9122,7004,8901,,,,,,,,
-4150,"CH1903+",6150,"CH1903+",6150,9122,7004,8901,9603,674.374,15.056,405.346,,,,
-4151,CHTRF95,6151,Swiss Terrestrial Reference Frame 1995,6151,9122,7019,8901,9603,0,0,0,,,,
-4152,"NAD83(HARN)",6152,"NAD83 (High Accuracy Regional Network)",6152,9122,7019,8901,,,,,,,,
-4153,Rassadiran,6153,Rassadiran,6153,9122,7022,8901,9603,-133.63,-157.5,-158.62,,,,
-4154,"ED50(ED77)",6154,"European Datum 1950(1977)",6154,9122,7022,8901,,,,,,,,
-4155,Dabola 1981,6155,Dabola 1981,6155,9122,7011,8901,9603,-83,37,124,,,,
-4156,S-JTSK,6156,Jednotne Trigonometricke Site Katastralni,6156,9122,7004,8901,,,,,,,,
-4157,Mount Dillon,6157,Mount Dillon,6157,9122,7007,8901,,,,,,,,
-4158,Naparima 1955,6158,Naparima 1955,6158,9122,7022,8901,,,,,,,,
-4159,ELD79,6159,European Libyan Datum 1979,6159,9122,7022,8901,,,,,,,,
-4160,Chos Malal 1914,6160,Chos Malal 1914,6160,9122,7022,8901,,,,,,,,
-4161,Pampa del Castillo,6161,Pampa del Castillo,6161,9122,7022,8901,9603,27.5,14,186.4,,,,
-4162,Korean 1985,6162,Korean Datum 1985,6162,9122,7004,8901,,,,,,,,
-4163,Yemen NGN96,6163,Yemen National Geodetic Network 1996,6163,9122,7030,8901,9603,0,0,0,,,,
-4164,South Yemen,6164,South Yemen,6164,9122,7024,8901,9603,-76,-138,67,,,,
-4165,Bissau,6165,Bissau,6165,9122,7022,8901,9603,-173,253,27,,,,
-4166,Korean 1995,6166,Korean Datum 1995,6166,9122,7030,8901,9603,0,0,0,,,,
-4167,NZGD2000,6167,New Zealand Geodetic Datum 2000,6167,9122,7019,8901,9603,0,0,0,,,,
-4168,Accra,6168,Accra,6168,9122,7029,8901,9603,-199,32,322,,,,
-4169,American Samoa 1962,6169,American Samoa 1962,6169,9122,7008,8901,9603,-115,118,426,,,,
-4170,SIRGAS,6170,Sistema de Referencia Geocentrico para America del Sur 1995,6170,9122,7019,8901,9603,0,0,0,,,,
-4171,RGF93,6171,Reseau Geodesique Francais 1993,6171,9122,7019,8901,9603,0,0,0,,,,
-4172,POSGAR,6172,Posiciones Geodesicas Argentinas,6172,9108,7019,8901,9603,0,0,0,,,,
-4173,IRENET95,6173,IRENET95,6173,9122,7019,8901,9603,0,0,0,,,,
-4174,Sierra Leone 1924,6174,Sierra Leone Colony 1924,6174,9122,7029,8901,,,,,,,,
-4175,Sierra Leone 1968,6175,Sierra Leone 1968,6175,9122,7012,8901,9603,-88,4,101,,,,
-4176,Australian Antarctic,6176,Australian Antarctic Datum 1998,6176,9122,7019,8901,9603,0,0,0,,,,
-4178,"Pulkovo 1942(83)",6178,"Pulkovo 1942/83",6178,9122,7024,8901,9607,24,-123,-94,-0.02,0.25,0.13,1.1
-4179,"Pulkovo 1942(58)",6179,"Pulkovo 1942/58",6179,9122,7024,8901,9606,33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84
-4180,EST97,6180,Estonia 1997,6180,9122,7019,8901,9603,0,0,0,,,,
-4181,Luxembourg 1930,6181,Luxembourg 1930,6181,9122,7022,8901,9606,-193,13.7,-39.3,-0.41,-2.933,2.688,0.43
-4182,Azores Occidental 1939,6182,Azores Occidental Islands 1939,6182,9122,7022,8901,,,,,,,,
-4183,Azores Central 1948,6183,Azores Central Islands 1948,6183,9122,7022,8901,9603,-104,167,-38,,,,
-4184,Azores Oriental 1940,6184,Azores Oriental Islands 1940,6184,9122,7022,8901,9603,-203,141,53,,,,
-4185,Madeira 1936,6185,Madeira 1936,6185,9108,7022,8901,,,,,,,,
-4188,OSNI 1952,6188,OSNI 1952,6188,9122,7001,8901,9606,482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15
-4189,REGVEN,6189,Red Geodesica Venezolana,6189,9122,7019,8901,9603,0,0,0,,,,
-4190,POSGAR 98,6190,Posiciones Geodesicas Argentinas 1998,6190,9122,7019,8901,,,,,,,,
-4191,Albanian 1987,6191,Albanian 1987,6191,9122,7024,8901,,,,,,,,
-4192,Douala 1948,6192,Douala 1948,6192,9122,7022,8901,,,,,,,,
-4193,Manoca 1962,6193,Manoca 1962,6193,9122,7011,8901,9603,-70.9,-151.8,-41.4,,,,
-4194,Qornoq 1927,6194,Qornoq 1927,6194,9122,7022,8901,,,,,,,,
-4195,Scoresbysund 1952,6195,Scoresbysund 1952,6195,9122,7022,8901,9606,105,326,-102.5,0,0,0.814,-0.6
-4196,Ammassalik 1958,6196,Ammassalik 1958,6196,9122,7022,8901,9606,-45,417,-3.5,0,0,0.814,-0.6
-4197,Garoua,6197,Garoua,6197,9122,7012,8901,,,,,,,,
-4198,Kousseri,6198,Kousseri,6198,9122,7012,8901,,,,,,,,
-4199,Egypt 1930,6199,Egypt 1930,6199,9122,7022,8901,,,,,,,,
-4200,Pulkovo 1995,6200,Pulkovo 1995,6200,9122,7024,8901,,,,,,,,
-4201,Adindan,6201,Adindan,6201,9122,7012,8901,,,,,,,,
-4202,AGD66,6202,Australian Geodetic Datum 1966,6202,9122,7003,8901,,,,,,,,
-4203,AGD84,6203,Australian Geodetic Datum 1984,6203,9122,7003,8901,,,,,,,,
-4204,Ain el Abd,6204,Ain el Abd 1970,6204,9122,7022,8901,,,,,,,,
-4205,Afgooye,6205,Afgooye,6205,9122,7024,8901,9603,-43,-163,45,,,,
-4206,Agadez,6206,Agadez,6206,9122,7011,8901,,,,,,,,
-4207,Lisbon,6207,Lisbon 1937,6207,9122,7022,8901,,,,,,,,
-4208,Aratu,6208,Aratu,6208,9122,7022,8901,,,,,,,,
-4209,Arc 1950,6209,Arc 1950,6209,9122,7013,8901,,,,,,,,
-4210,Arc 1960,6210,Arc 1960,6210,9122,7012,8901,,,,,,,,
-4211,Batavia,6211,Batavia,6211,9122,7004,8901,,,,,,,,
-4212,Barbados 1938,6212,Barbados 1938,6212,9122,7012,8901,9603,31.95,300.99,419.19,,,,
-4213,Beduaram,6213,Beduaram,6213,9122,7011,8901,9603,-106,-87,188,,,,
-4214,Beijing 1954,6214,Beijing 1954,6214,9122,7024,8901,,,,,,,,
-4215,Belge 1950,6215,Reseau National Belge 1950,6215,9122,7022,8901,,,,,,,,
-4216,Bermuda 1957,6216,Bermuda 1957,6216,9122,7008,8901,9603,-73,213,296,,,,
-4218,Bogota 1975,6218,Bogota 1975,6218,9122,7022,8901,,,,,,,,
-4219,Bukit Rimpah,6219,Bukit Rimpah,6219,9122,7004,8901,9603,-384,664,-48,,,,
-4220,Camacupa,6220,Camacupa,6220,9122,7012,8901,,,,,,,,
-4221,Campo Inchauspe,6221,Campo Inchauspe,6221,9122,7022,8901,,,,,,,,
-4222,Cape,6222,Cape,6222,9122,7013,8901,,,,,,,,
-4223,Carthage,6223,Carthage,6223,9122,7011,8901,,,,,,,,
-4224,Chua,6224,Chua,6224,9122,7022,8901,9603,-134,229,-29,,,,
-4225,Corrego Alegre,6225,Corrego Alegre,6225,9122,7022,8901,9603,-206,172,-6,,,,
-4226,"Cote d'Ivoire",6226,"Cote d'Ivoire",6226,9108,7011,8901,,,,,,,,
-4227,Deir ez Zor,6227,Deir ez Zor,6227,9122,7011,8901,,,,,,,,
-4228,Douala,6228,Douala,6228,9108,7011,8901,,,,,,,,
-4229,Egypt 1907,6229,Egypt 1907,6229,9122,7020,8901,,,,,,,,
-4230,ED50,6230,European Datum 1950,6230,9122,7022,8901,,,,,,,,
-4231,ED87,6231,European Datum 1987,6231,9122,7022,8901,,,,,,,,
-4232,Fahud,6232,Fahud,6232,9122,7012,8901,,,,,,,,
-4233,Gandajika 1970,6233,Gandajika 1970,6233,9122,7022,8901,9603,-133,-321,50,,,,
-4234,Garoua,6234,Garoua,6234,9108,7011,8901,,,,,,,,
-4235,Guyane Francaise,6235,Guyane Francaise,6235,9108,7022,8901,,,,,,,,
-4236,Hu Tzu Shan,6236,Hu Tzu Shan,6236,9122,7022,8901,9603,-637,-549,-203,,,,
-4237,HD72,6237,Hungarian Datum 1972,6237,9122,7036,8901,,,,,,,,
-4238,ID74,6238,Indonesian Datum 1974,6238,9122,7021,8901,,,,,,,,
-4239,Indian 1954,6239,Indian 1954,6239,9122,7015,8901,9603,217,823,299,,,,
-4240,Indian 1975,6240,Indian 1975,6240,9122,7015,8901,,,,,,,,
-4241,Jamaica 1875,6241,Jamaica 1875,6241,9122,7034,8901,,,,,,,,
-4242,JAD69,6242,Jamaica 1969,6242,9122,7008,8901,,,,,,,,
-4243,Kalianpur 1880,6243,Kalianpur 1880,6243,9122,7042,8901,,,,,,,,
-4244,Kandawala,6244,Kandawala,6244,9122,7015,8901,9603,-97,787,86,,,,
-4245,Kertau,6245,Kertau,6245,9122,7018,8901,9603,-11,851,5,,,,
-4246,KOC,6246,Kuwait Oil Company,6246,9122,7012,8901,9603,-294.7,-200.1,525.5,,,,
-4247,La Canoa,6247,La Canoa,6247,9122,7022,8901,9603,-273.5,110.6,-357.9,,,,
-4248,PSAD56,6248,Provisional South American Datum 1956,6248,9122,7022,8901,,,,,,,,
-4249,Lake,6249,Lake,6249,9122,7022,8901,,,,,,,,
-4250,Leigon,6250,Leigon,6250,9122,7012,8901,9603,-130,29,364,,,,
-4251,Liberia 1964,6251,Liberia 1964,6251,9122,7012,8901,9603,-90,40,88,,,,
-4252,Lome,6252,Lome,6252,9122,7011,8901,,,,,,,,
-4253,Luzon 1911,6253,Luzon 1911,6253,9122,7008,8901,,,,,,,,
-4254,Hito XVIII 1963,6254,Hito XVIII 1963,6254,9122,7022,8901,,,,,,,,
-4255,Herat North,6255,Herat North,6255,9122,7022,8901,9603,-333,-222,114,,,,
-4256,Mahe 1971,6256,Mahe 1971,6256,9122,7012,8901,9603,41,-220,-134,,,,
-4257,Makassar,6257,Makassar,6257,9122,7004,8901,9603,-587.8,519.75,145.76,,,,
-4258,ETRS89,6258,European Terrestrial Reference System 1989,6258,9122,7019,8901,,,,,,,,
-4259,Malongo 1987,6259,Malongo 1987,6259,9122,7022,8901,,,,,,,,
-4260,Manoca,6260,Manoca,6260,9108,7012,8901,9603,-70.9,-151.8,-41.4,,,,
-4261,Merchich,6261,Merchich,6261,9122,7011,8901,9603,31,146,47,,,,
-4262,Massawa,6262,Massawa,6262,9122,7004,8901,9603,639,405,60,,,,
-4263,Minna,6263,Minna,6263,9122,7012,8901,,,,,,,,
-4264,Mhast,6264,Mhast,6264,9122,7022,8901,9603,-252.95,-4.11,-96.38,,,,
-4265,Monte Mario,6265,Monte Mario,6265,9122,7022,8901,,,,,,,,
-4266,"M'poraloko",6266,"M'poraloko",6266,9122,7011,8901,,,,,,,,
-4267,NAD27,6267,North American Datum 1927,6267,9122,7008,8901,,,,,,,,
-4268,NAD27 Michigan,6268,NAD Michigan,6268,9122,7009,8901,,,,,,,,
-4269,NAD83,6269,North American Datum 1983,6269,9122,7019,8901,,,,,,,,
-4270,Nahrwan 1967,6270,Nahrwan 1967,6270,9122,7012,8901,,,,,,,,
-4271,Naparima 1972,6271,Naparima 1972,6271,9122,7022,8901,,,,,,,,
-4272,NZGD49,6272,New Zealand Geodetic Datum 1949,6272,9122,7022,8901,9606,59.47,-5.04,187.44,0.47,-0.1,1.024,-4.5993
-4273,NGO 1948,6273,NGO 1948,6273,9122,7005,8901,9606,278.3,93,474.5,7.889,0.05,-6.61,6.21
-4274,Datum 73,6274,Datum 73,6274,9122,7022,8901,,,,,,,,
-4275,NTF,6275,Nouvelle Triangulation Francaise,6275,9122,7011,8901,9603,-168,-60,320,,,,
-4276,NSWC 9Z-2,6276,NSWC 9Z-2,6276,9122,7025,8901,,,,,,,,
-4277,OSGB 1936,6277,OSGB 1936,6277,9122,7001,8901,,,,,,,,
-4278,OSGB70,6278,"OSGB 1970 (SN)",6278,9122,7001,8901,,,,,,,,
-4279,"OS(SN)80",6279,"OS (SN) 1980",6279,9122,7001,8901,,,,,,,,
-4280,Padang,6280,Padang 1884,6280,9122,7004,8901,,,,,,,,
-4281,Palestine 1923,6281,Palestine 1923,6281,9122,7010,8901,9606,-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1
-4282,Pointe Noire,6282,Congo 1960 Pointe Noire,6282,9122,7011,8901,,,,,,,,
-4283,GDA94,6283,Geocentric Datum of Australia 1994,6283,9122,7019,8901,9603,0,0,0,,,,
-4284,Pulkovo 1942,6284,Pulkovo 1942,6284,9122,7024,8901,,,,,,,,
-4285,Qatar 1974,6285,Qatar 1974,6285,9122,7022,8901,,,,,,,,
-4286,Qatar 1948,6286,Qatar 1948,6286,9122,7020,8901,,,,,,,,
-4287,Qornoq,6287,Qornoq,6287,9108,7022,8901,9603,164,138,-189,,,,
-4288,Loma Quintana,6288,Loma Quintana,6288,9122,7022,8901,,,,,,,,
-4289,Amersfoort,6289,Amersfoort,6289,9122,7004,8901,,,,,,,,
-4291,SAD69,6291,South American Datum 1969,6291,9108,7036,8901,,,,,,,,
-4292,Sapper Hill 1943,6292,Sapper Hill 1943,6292,9122,7022,8901,9603,-355,21,72,,,,
-4293,Schwarzeck,6293,Schwarzeck,6293,9122,7046,8901,,,,,,,,
-4294,Segora,6294,Segora,6294,9108,7004,8901,,,,,,,,
-4295,Serindung,6295,Serindung,6295,9122,7004,8901,,,,,,,,
-4296,Sudan,6296,Sudan,6296,9108,7011,8901,,,,,,,,
-4297,Tananarive,6297,Tananarive 1925,6297,9122,7022,8901,9603,-189,-242,-91,,,,
-4298,Timbalai 1948,6298,Timbalai 1948,6298,9122,7016,8901,,,,,,,,
-4299,TM65,6299,TM65,6299,9122,7002,8901,,,,,,,,
-4300,TM75,6300,Geodetic Datum of 1965,6300,9122,7002,8901,,,,,,,,
-4301,Tokyo,6301,Tokyo,6301,9122,7004,8901,,,,,,,,
-4302,Trinidad 1903,6302,Trinidad 1903,6302,9122,7007,8901,,,,,,,,
-4303,"TC(1948)",6303,Trucial Coast 1948,6303,9122,7020,8901,,,,,,,,
-4304,Voirol 1875,6304,Voirol 1875,6304,9122,7011,8901,9603,-73,-247,227,,,,
-4306,Bern 1938,6306,Bern 1938,6306,9122,7004,8901,,,,,,,,
-4307,Nord Sahara 1959,6307,Nord Sahara 1959,6307,9122,7012,8901,,,,,,,,
-4308,RT38,6308,Stockholm 1938,6308,9122,7004,8901,,,,,,,,
-4309,Yacare,6309,Yacare,6309,9122,7022,8901,9603,-155,171,37,,,,
-4310,Yoff,6310,Yoff,6310,9122,7011,8901,,,,,,,,
-4311,Zanderij,6311,Zanderij,6311,9122,7022,8901,9603,-265,120,-358,,,,
-4312,MGI,6312,Militar-Geographische Institut,6312,9108,7004,8901,9606,577.326,90.129,463.919,5.137,1.474,5.297,2.4232
-4313,Belge 1972,6313,Reseau National Belge 1972,6313,9122,7022,8901,,,,,,,,
-4314,DHDN,6314,Deutsches Hauptdreiecksnetz,6314,9122,7004,8901,,,,,,,,
-4315,Conakry 1905,6315,Conakry 1905,6315,9122,7011,8901,9603,-23,259,-9,,,,
-4316,Dealul Piscului 1933,6316,Dealul Piscului 1933,6316,9122,7022,8901,,,,,,,,
-4317,Dealul Piscului 1970,6317,Dealul Piscului 1970,6317,9122,7024,8901,,,,,,,,
-4318,NGN,6318,National Geodetic Network,6318,9122,7030,8901,9603,-3.2,-5.7,2.8,,,,
-4319,KUDAMS,6319,Kuwait Utility,6319,9122,7019,8901,,,,,,,,
-4322,WGS 72,6322,World Geodetic System 1972,6322,9122,7043,8901,,,,,,,,
-4324,WGS 72BE,6324,WGS 72 Transit Broadcast Ephemeris,6324,9122,7043,8901,9606,0,0,1.9,0,0,0.814,-0.38
-4326,WGS 84,6326,World Geodetic System 1984,6326,9122,7030,8901,,,,,,,,
-4600,Anguilla 1957,6600,Anguilla 1957,6600,9122,7012,8901,,,,,,,,
-4601,Antigua 1943,6601,Antigua 1943,6601,9122,7012,8901,,,,,,,,
-4602,Dominica 1945,6602,Dominica 1945,6602,9122,7012,8901,9603,725,685,536,,,,
-4603,Grenada 1953,6603,Grenada 1953,6603,9122,7012,8901,9603,72,213.7,93,,,,
-4604,Montserrat 1958,6604,Montserrat 1958,6604,9122,7012,8901,9603,174,359,365,,,,
-4605,St. Kitts 1955,6605,St. Kitts 1955,6605,9122,7012,8901,,,,,,,,
-4606,St. Lucia 1955,6606,St. Lucia 1955,6606,9122,7012,8901,9603,-149,128,296,,,,
-4607,St. Vincent 1945,6607,St. Vincent 1945,6607,9122,7012,8901,9603,195.671,332.517,274.607,,,,
-4608,"NAD27(76)",6608,"North American Datum 1927 (1976)",6608,9122,7008,8901,,,,,,,,
-4609,"NAD27(CGQ77)",6609,"North American Datum 1927 (CGQ77)",6609,9122,7008,8901,,,,,,,,
-4610,Xian 1980,6610,Xian 1980,6610,9122,7049,8901,,,,,,,,
-4611,Hong Kong 1980,6611,Hong Kong 1980,6611,9122,7022,8901,9606,-162.619,-276.959,-161.764,0.067753,-2.243649,-1.158827,-1.094246
-4612,JGD2000,6612,Japanese Geodetic Datum 2000,6612,9122,7019,8901,9603,0,0,0,,,,
-4613,Segara,6613,Gunung Segara,6613,9122,7004,8901,,,,,,,,
-4614,QND95,6614,Qatar National Datum 1995,6614,9122,7022,8901,9606,-119.4248,-303.65872,-11.00061,1.164298,0.174458,1.096259,3.657065
-4615,Porto Santo,6615,Porto Santo 1936,6615,9122,7022,8901,9603,-499,-249,314,,,,
-4616,Selvagem Grande,6616,Selvagem Grande,6616,9122,7022,8901,,,,,,,,
-4617,"NAD83(CSRS)",6140,NAD83 Canadian Spatial Reference System,6140,9122,7019,8901,,,,,,,,
-4618,SAD69,6618,South American Datum 1969,6618,9122,7050,8901,,,,,,,,
-4619,SWEREF99,6619,SWEREF99,6619,9122,7019,8901,9603,0,0,0,,,,
-4620,Point 58,6620,Point 58,6620,9122,7012,8901,9603,-106,-129,165,,,,
-4621,Fort Marigot,6621,Fort Marigot,6621,9122,7022,8901,9603,137,248,-430,,,,
-4622,Guadeloupe 1948,6622,Guadeloupe 1948,6622,9122,7022,8901,,,,,,,,
-4623,CSG67,6623,Centre Spatial Guyanais 1967,6623,9122,7022,8901,9603,-186,230,110,,,,
-4624,RGFG95,6624,Reseau Geodesique Francais Guyane 1995,6624,9122,7019,8901,9603,2,2,-2,,,,
-4625,Martinique 1938,6625,Martinique 1938,6625,9122,7022,8901,,,,,,,,
-4626,Reunion 1947,6626,Reunion 1947,6626,9122,7022,8901,,,,,,,,
-4627,RGR92,6627,Reseau Geodesique de la Reunion 1992,6627,9122,7019,8901,9603,0,0,0,,,,
-4628,Tahiti 52,6628,Tahiti 52,6628,9122,7022,8901,9603,162,117,154,,,,
-4629,Tahaa 54,6629,Tahaa 54,6629,9122,7022,8901,,,,,,,,
-4630,IGN72 Nuku Hiva,6630,IGN72 Nuku Hiva,6630,9122,7022,8901,,,,,,,,
-4631,K0 1949,6631,K0 1949,6631,9122,7022,8901,9603,145,-187,103,,,,
-4632,Combani 1950,6632,Combani 1950,6632,9122,7022,8901,9603,-382,-59,-262,,,,
-4633,IGN56 Lifou,6633,IGN56 Lifou,6633,9122,7022,8901,,,,,,,,
-4634,IGN72 Grand Terre,6634,IGN72 Grande Terre,6634,9108,7022,8901,,,,,,,,
-4635,ST87 Ouvea,6635,ST87 Ouvea,6635,9122,7022,8901,9606,-122.383,-188.696,103.344,3.5107,-4.9668,-5.7047,4.4798
-4636,Petrels 1972,6636,Petrels 1972,6636,9122,7022,8901,9603,365,194,166,,,,
-4637,Perroud 1950,6637,Pointe Geologie Perroud 1950,6637,9122,7022,8901,9603,325,154,172,,,,
-4638,Saint Pierre et Miquelon 1950,6638,Saint Pierre et Miquelon 1950,6638,9122,7008,8901,9603,30,430,368,,,,
-4639,MOP78,6639,MOP78,6639,9122,7022,8901,,,,,,,,
-4640,RRAF 1991,6640,Reseau de Reference des Antilles Francaises 1991,6640,9122,7030,8901,9603,0,0,0,,,,
-4641,IGN53 Mare,6641,IGN53 Mare,6641,9122,7022,8901,,,,,,,,
-4642,ST84 Ile des Pins,6642,ST84 Ile des Pins,6642,9122,7022,8901,,,,,,,,
-4643,ST71 Belep,6643,ST71 Belep,6643,9122,7022,8901,9606,-480.26,-438.32,-643.429,16.3119,20.1721,-4.0349,-111.7002
-4644,NEA74 Noumea,6644,NEA74 Noumea,6644,9122,7022,8901,9606,-166.207,-154.777,254.831,-37.5444,7.7011,-10.2025,-30.8598
-4645,RGNC 1991,6645,Reseau Geodesique Nouvelle Caledonie 1991,6645,9122,7022,8901,9603,0,0,0,,,,
-4646,Grand Comoros,6646,Grand Comoros,6646,9122,7022,8901,,,,,,,,
-4657,Reykjavik 1900,6657,Reykjavik 1900,6657,9122,7051,8901,9603,-28,199,5,,,,
-4658,Hjorsey 1955,6658,Hjorsey 1955,6658,9122,7022,8901,9603,-73,46,-86,,,,
-4659,ISN93,6659,Islands Network 1993,6659,9122,7019,8901,9603,0,0,0,,,,
-4660,Helle 1954,6660,Helle 1954,6660,9122,7022,8901,9606,982.6087,552.753,-540.873,32.39344,-153.25684,-96.2266,16.805
-4661,LKS92,6661,Latvia 1992,6661,9122,7019,8901,9603,0,0,0,,,,
-4662,IGN72 Grande Terre,6634,IGN72 Grande Terre,6634,9122,7022,8901,,,,,,,,
-4663,Porto Santo 1995,6663,Porto Santo 1995,6663,9122,7022,8901,,,,,,,,
-4664,Azores Oriental 1995,6664,Azores Oriental Islands 1995,6664,9122,7022,8901,,,,,,,,
-4665,Azores Central 1995,6665,Azores Central Islands 1995,6665,9122,7022,8901,,,,,,,,
-4666,Lisbon 1890,6666,Lisbon 1890,6666,9122,7004,8901,,,,,,,,
-4667,IKBD-92,6667,Iraq-Kuwait Boundary Datum 1992,6667,9122,7030,8901,9603,0,0,0,,,,
-4668,ED79,6668,European Datum 1979,6668,9122,7022,8901,9603,-86,-98,-119,,,,
-4669,LKS94,6126,"Lithuania 1994 (ETRS89)",6126,9122,7019,8901,,,,,,,,
-4670,IGM95,6670,Istituto Geografico Militaire 1995,6670,9122,7030,8901,9603,0,0,0,,,,
-4671,Voirol 1879,6671,Voirol 1879,6671,9122,7011,8901,,,,,,,,
-4672,CI1971,6672,Chatham Islands Datum 1971,6672,9122,7022,8901,9603,175,-38,113,,,,
-4673,CI1979,6673,Chatham Islands Datum 1979,6673,9122,7022,8901,9607,174.05,-25.49,112.57,0,0,-0.554,0.2263
-4674,SIRGAS 2000,6674,Sistema de Referencia Geocentrico para America del Sur 2000,6674,9122,7019,8901,,,,,,,,
-4675,Guam 1963,6675,Guam 1963,6675,9122,7008,8901,9603,-100,-248,259,,,,
-4676,Vientiane 1982,6676,Vientiane 1982,6676,9122,7024,8901,,,,,,,,
-4677,Lao 1993,6677,Lao 1993,6677,9122,7024,8901,,,,,,,,
-4678,Lao 1997,6678,Lao National Datum 1997,6678,9122,7024,8901,9603,44.585,-131.212,-39.544,,,,
-4679,Jouik 1961,6679,Jouik 1961,6679,9122,7012,8901,,,,,,,,
-4680,Nouakchott 1965,6680,Nouakchott 1965,6680,9122,7012,8901,9603,124.5,-63.5,-281,,,,
-4681,Mauritania 1999,6681,Mauritania 1999,6681,9122,7012,8901,,,,,,,,
-4682,Gulshan 303,6682,Gulshan 303,6682,9122,7015,8901,,,,,,,,
-4683,PRS92,6683,Philippine Reference System 1992,6683,9122,7008,8901,9607,-127.62,-67.24,-47.04,3.068,-4.903,-1.578,-1.06
-4684,Gan 1970,6684,Gan 1970,6684,9122,7022,8901,9603,-133,-321,50,,,,
-4685,Gandajika,6685,Gandajika,6685,9122,7022,8901,,,,,,,,
-4686,MAGNA-SIRGAS,6686,Marco Geocentrico Nacional de Referencia,6686,9122,7019,8901,9603,0,0,0,,,,
-4687,RGPF,6687,Reseau Geodesique de la Polynesie Francaise,6687,9122,7019,8901,,,,,,,,
-4688,Fatu Iva 72,6688,Fatu Iva 72,6688,9122,7022,8901,9607,347.103,1078.125,2623.922,33.8875,-70.6773,9.3943,186.074
-4689,IGN63 Hiva Oa,6689,IGN63 Hiva Oa,6689,9122,7022,8901,,,,,,,,
-4690,Tahiti 79,6690,Tahiti 79,6690,9122,7022,8901,,,,,,,,
-4691,Moorea 87,6691,Moorea 87,6691,9122,7022,8901,9607,215.525,149.593,176.229,3.2624,1.692,1.1571,10.4773
-4692,Maupiti 83,6692,Maupiti 83,6692,9122,7022,8901,9603,217.037,86.959,23.956,,,,
-4693,Nakhl-e Ghanem,6693,Nakhl-e Ghanem,6693,9122,7030,8901,9603,0,-0.15,0.68,,,,
-4694,POSGAR 94,6694,Posiciones Geodesicas Argentinas 1994,6694,9122,7019,8901,,,,,,,,
-4695,Katanga 1955,6695,Katanga 1955,6695,9122,7008,8901,,,,,,,,
-4696,Kasai 1953,6696,Kasai 1953,6696,9122,7012,8901,,,,,,,,
-4697,IGC 1962 6th Parallel South,6697,IGC 1962 Arc of the 6th Parallel South,6697,9122,7012,8901,,,,,,,,
-4698,IGN 1962 Kerguelen,6698,IGN 1962 Kerguelen,6698,9122,7022,8901,9603,145,-187,103,,,,
-4701,IGCB 1955,6701,Institut Geographique du Congo Belge 1955,6701,9122,7012,8901,9603,-79.9,-158,-168.9,,,,
-4703,Mhast 1951,6703,Missao Hidrografico Angola y Sao Tome 1951,6703,9122,7012,8901,,,,,,,,
-4704,"Mhast (onshore)",6704,"Mhast (onshore)",6704,9122,7022,8901,,,,,,,,
-4705,"Mhast (offshore)",6705,"Mhast (offshore)",6705,9122,7022,8901,,,,,,,,
-4706,Egypt Gulf of Suez S-650 TL,6706,Egypt Gulf of Suez S-650 TL,6706,9122,7020,8901,9603,-146.21,112.63,4.05,,,,
-4707,Tern Island 1961,6707,Tern Island 1961,6707,9122,7022,8901,9603,114,-116,-333,,,,
-4708,Cocos Islands 1965,6708,Cocos Islands 1965,6708,9122,7003,8901,9603,-491,-22,435,,,,
-4709,Iwo Jima 1945,6709,Iwo Jima 1945,6709,9122,7022,8901,9603,145,75,-272,,,,
-4710,St. Helena 1971,6710,St. Helena 1971,6710,9122,7022,8901,9603,-320,550,-494,,,,
-4711,Marcus Island 1952,6711,Marcus Island 1952,6711,9122,7022,8901,9603,124,-234,-25,,,,
-4712,Ascension Island 1958,6712,Ascension Island 1958,6712,9122,7022,8901,9603,-205,107,53,,,,
-4713,Ayabelle Lighthouse,6713,Ayabelle Lighthouse,6713,9122,7012,8901,9603,-79,-129,145,,,,
-4714,Bellevue,6714,Bellevue,6714,9122,7022,8901,9603,-127,-769,472,,,,
-4715,Camp Area Astro,6715,Camp Area Astro,6715,9122,7022,8901,9603,-104,-129,239,,,,
-4716,Phoenix Islands 1966,6716,Phoenix Islands 1966,6716,9122,7022,8901,9603,298,-304,-375,,,,
-4717,Cape Canaveral,6717,Cape Canaveral,6717,9122,7008,8901,9603,-2,151,181,,,,
-4718,Solomon 1968,6718,Solomon 1968,6718,9122,7022,8901,,,,,,,,
-4719,Easter Island 1967,6719,Easter Island 1967,6719,9122,7022,8901,9603,211,147,111,,,,
-4720,Fiji 1986,6720,Fiji 1986,6720,9122,7043,8901,,,,,,,,
-4721,Fiji 1956,6721,Fiji 1956,6721,9122,7022,8901,,,,,,,,
-4722,South Georgia 1968,6722,South Georgia 1968,6722,9122,7022,8901,9603,-794,119,-298,,,,
-4723,Grand Cayman 1959,6723,Grand Cayman 1959,6723,9122,7008,8901,9603,67.8,106.1,138.8,,,,
-4724,Diego Garcia 1969,6724,Diego Garcia 1969,6724,9122,7022,8901,9603,208,-435,-229,,,,
-4725,Johnston Island 1961,6725,Johnston Island 1961,6725,9122,7022,8901,9603,189,-79,-202,,,,
-4726,Little Cayman 1961,6726,Little Cayman 1961,6726,9122,7008,8901,,,,,,,,
-4727,Midway 1961,6727,Midway 1961,6727,9122,7022,8901,,,,,,,,
-4728,Pico de la Nieves,6728,Pico de la Nieves,6728,9122,7022,8901,9603,-307,-92,127,,,,
-4729,Pitcairn 1967,6729,Pitcairn 1967,6729,9122,7022,8901,9603,185,165,42,,,,
-4730,Santo 1965,6730,Santo 1965,6730,9122,7022,8901,9603,170,42,84,,,,
-4731,Viti Levu 1916,6731,Viti Levu 1916,6731,9122,7012,8901,9603,51,391,-36,,,,
-4732,Marshall Islands 1960,6732,Marshall Islands 1960,6732,9122,7053,8901,9603,102,52,-38,,,,
-4733,Wake Island 1952,6733,Wake Island 1952,6733,9122,7022,8901,9603,276,-57,149,,,,
-4734,Tristan 1968,6734,Tristan 1968,6734,9122,7022,8901,9603,-632,438,-609,,,,
-4735,Kusaie 1951,6735,Kusaie 1951,6735,9122,7022,8901,9603,647,1777,-1124,,,,
-4736,Deception Island,6736,Deception Island,6736,9122,7012,8901,9603,260,12,-147,,,,
-4737,Korea 2000,6737,Geocentric datum of Korea,6737,9122,7019,8901,9603,0,0,0,,,,
-4738,Hong Kong 1963,6738,Hong Kong 1963,6738,9122,7007,8901,,,,,,,,
-4739,"Hong Kong 1963(67)",6739,"Hong Kong 1963(67)",6739,9122,7022,8901,9603,-156,-271,-189,,,,
-4801,"Bern 1898 (Bern)",6801,"CH1903 (Bern)",6149,9122,7004,8907,,,,,,,,
-4802,"Bogota 1975 (Bogota)",6802,"Bogota 1975 (Bogota)",6218,9122,7022,8904,,,,,,,,
-4803,"Lisbon (Lisbon)",6803,"Lisbon 1937 (Lisbon)",6207,9122,7022,8902,,,,,,,,
-4804,"Makassar (Jakarta)",6804,"Makassar (Jakarta)",6257,9122,7004,8908,9603,-587.8,519.75,145.76,,,,
-4805,"MGI (Ferro)",6805,"Militar-Geographische Institut (Ferro)",6312,9122,7004,8909,,,,,,,,
-4806,"Monte Mario (Rome)",6806,"Monte Mario (Rome)",6265,9122,7022,8906,,,,,,,,
-4807,"NTF (Paris)",6807,"Nouvelle Triangulation Francaise (Paris)",6275,9105,7011,8903,9603,-168,-60,320,,,,
-4808,"Padang (Jakarta)",6808,"Padang 1884 (Jakarta)",6280,9122,7004,8908,,,,,,,,
-4809,"Belge 1950 (Brussels)",6809,"Reseau National Belge 1950 (Brussels)",6215,9122,7022,8910,,,,,,,,
-4810,"Tananarive (Paris)",6810,"Tananarive 1925 (Paris)",6297,9105,7022,8903,9603,-189,-242,-91,,,,
-4811,"Voirol 1875 (Paris)",6811,"Voirol 1875 (Paris)",6304,9105,7011,8903,9603,-73,-247,227,,,,
-4813,"Batavia (Jakarta)",6813,"Batavia (Jakarta)",6211,9122,7004,8908,,,,,,,,
-4814,"RT38 (Stockholm)",6814,"Stockholm 1938 (Stockholm)",6308,9122,7004,8911,,,,,,,,
-4815,"Greek (Athens)",6815,"Greek (Athens)",6120,9122,7004,8912,,,,,,,,
-4816,"Carthage (Paris)",6816,"Carthage (Paris)",6223,9105,7011,8903,,,,,,,,
-4817,"NGO 1948 (Oslo)",6817,"NGO 1948 (Oslo)",6273,9122,7005,8913,9606,278.3,93,474.5,7.889,0.05,-6.61,6.21
-4818,"S-JTSK (Ferro)",6818,"S-JTSK (Ferro)",6156,9122,7004,8909,,,,,,,,
-4819,"Nord Sahara 1959 (Paris)",6819,"Nord Sahara 1959 (Paris)",6307,9105,7012,8903,,,,,,,,
-4820,"Segara (Jakarta)",6820,"Gunung Segara (Jakarta)",6613,9122,7004,8908,,,,,,,,
-4821,"Voirol 1879 (Paris)",6821,"Voirol 1879 (Paris)",6821,9105,7011,8903,,,,,,,,
-4901,"ATF (Paris)",6901,"Ancienne Triangulation Francaise (Paris)",6901,9105,7027,8903,,,,,,,,
-4902,"NDG (Paris)",6902,"Nord de Guerre (Paris)",6902,9105,7027,8903,,,,,,,,
-4903,"Madrid 1870 (Madrid)",6903,"Madrid 1870 (Madrid)",6903,9122,7028,8905,,,,,,,,
-4904,"Lisbon 1890 (Lisbon)",6904,"Lisbon 1890 (Lisbon)",6666,9122,7004,8902,,,,,,,,
+"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"
+4001,Unknown datum based upon the Airy 1830 ellipsoid,6001,"Not specified (based on Airy 1830 ellipsoid)",6001,9122,7001,8901,0,0,,,,,,,,
+4002,Unknown datum based upon the Airy Modified 1849 ellipsoid,6002,"Not specified (based on Airy Modified 1849 ellipsoid)",6002,9122,7002,8901,0,0,,,,,,,,
+4003,Unknown datum based upon the Australian National Spheroid,6003,"Not specified (based on Australian National Spheroid)",6003,9122,7003,8901,0,0,,,,,,,,
+4004,Unknown datum based upon the Bessel 1841 ellipsoid,6004,"Not specified (based on Bessel 1841 ellipsoid)",6004,9122,7004,8901,0,0,,,,,,,,
+4005,Unknown datum based upon the Bessel Modified ellipsoid,6005,"Not specified (based on Bessel Modified ellipsoid)",6005,9122,7005,8901,0,0,,,,,,,,
+4006,Unknown datum based upon the Bessel Namibia ellipsoid,6006,"Not specified (based on Bessel Namibia ellipsoid)",6006,9122,7046,8901,0,0,,,,,,,,
+4007,Unknown datum based upon the Clarke 1858 ellipsoid,6007,"Not specified (based on Clarke 1858 ellipsoid)",6007,9122,7007,8901,0,0,,,,,,,,
+4008,Unknown datum based upon the Clarke 1866 ellipsoid,6008,"Not specified (based on Clarke 1866 ellipsoid)",6008,9122,7008,8901,0,0,,,,,,,,
+4009,Unknown datum based upon the Clarke 1866 Michigan ellipsoid,6009,"Not specified (based on Clarke 1866 Michigan ellipsoid)",6009,9122,7009,8901,0,0,,,,,,,,
+4010,"Unknown datum based upon the Clarke 1880 (Benoit) ellipsoid",6010,"Not specified (based on Clarke 1880 (Benoit) ellipsoid)",6010,9122,7010,8901,0,0,,,,,,,,
+4011,"Unknown datum based upon the Clarke 1880 (IGN) ellipsoid",6011,"Not specified (based on Clarke 1880 (IGN) ellipsoid)",6011,9122,7011,8901,0,0,,,,,,,,
+4012,"Unknown datum based upon the Clarke 1880 (RGS) ellipsoid",6012,"Not specified (based on Clarke 1880 (RGS) ellipsoid)",6012,9122,7012,8901,0,0,,,,,,,,
+4013,"Unknown datum based upon the Clarke 1880 (Arc) ellipsoid",6013,"Not specified (based on Clarke 1880 (Arc) ellipsoid)",6013,9122,7013,8901,0,0,,,,,,,,
+4014,"Unknown datum based upon the Clarke 1880 (SGA 1922) ellipsoid",6014,"Not specified (based on Clarke 1880 (SGA 1922) ellipsoid)",6014,9122,7014,8901,0,0,,,,,,,,
+4015,"Unknown datum based upon the Everest 1830 (1937 Adjustment) ellipsoid",6015,"Not specified (based on Everest 1830 (1937 Adjustment) ellipsoid)",6015,9122,7015,8901,0,0,,,,,,,,
+4016,"Unknown datum based upon the Everest 1830 (1967 Definition) ellipsoid",6016,"Not specified (based on Everest 1830 (1967 Definition) ellipsoid)",6016,9122,7016,8901,0,0,,,,,,,,
+4018,Unknown datum based upon the Everest 1830 Modified ellipsoid,6018,"Not specified (based on Everest 1830 Modified ellipsoid)",6018,9122,7018,8901,0,0,,,,,,,,
+4019,Unknown datum based upon the GRS 1980 ellipsoid,6019,"Not specified (based on GRS 1980 ellipsoid)",6019,9122,7019,8901,0,0,,,,,,,,
+4020,Unknown datum based upon the Helmert 1906 ellipsoid,6020,"Not specified (based on Helmert 1906 ellipsoid)",6020,9122,7020,8901,0,0,,,,,,,,
+4021,Unknown datum based upon the Indonesian National Spheroid,6021,"Not specified (based on Indonesian National Spheroid)",6021,9122,7021,8901,0,0,,,,,,,,
+4022,Unknown datum based upon the International 1924 ellipsoid,6022,"Not specified (based on International 1924 ellipsoid)",6022,9122,7022,8901,0,0,,,,,,,,
+4024,Unknown datum based upon the Krassowsky 1940 ellipsoid,6024,"Not specified (based on Krassowsky 1940 ellipsoid)",6024,9122,7024,8901,0,0,,,,,,,,
+4025,Unknown datum based upon the NWL 9D ellipsoid,6025,"Not specified (based on NWL 9D ellipsoid)",6025,9122,7025,8901,0,0,,,,,,,,
+4027,Unknown datum based upon the Plessis 1817 ellipsoid,6027,"Not specified (based on Plessis 1817 ellipsoid)",6027,9122,7027,8901,0,0,,,,,,,,
+4028,Unknown datum based upon the Struve 1860 ellipsoid,6028,"Not specified (based on Struve 1860 ellipsoid)",6028,9122,7028,8901,0,0,,,,,,,,
+4029,Unknown datum based upon the War Office ellipsoid,6029,"Not specified (based on War Office ellipsoid)",6029,9122,7029,8901,0,0,,,,,,,,
+4030,Unknown datum based upon the WGS 84 ellipsoid,6030,"Not specified (based on WGS 84 ellipsoid)",6030,9122,7030,8901,0,0,,,,,,,,
+4031,Unknown datum based upon the GEM 10C ellipsoid,6031,"Not specified (based on GEM 10C ellipsoid)",6031,9122,7031,8901,0,0,,,,,,,,
+4032,Unknown datum based upon the OSU86F ellipsoid,6032,"Not specified (based on OSU86F ellipsoid)",6032,9122,7032,8901,0,0,,,,,,,,
+4033,Unknown datum based upon the OSU91A ellipsoid,6033,"Not specified (based on OSU91A ellipsoid)",6033,9122,7033,8901,0,0,,,,,,,,
+4034,Unknown datum based upon the Clarke 1880 ellipsoid,6034,"Not specified (based on Clarke 1880 ellipsoid)",6034,9122,7034,8901,0,0,,,,,,,,
+4035,Unknown datum based upon the Authalic Sphere,6035,"Not specified (based on Authalic Sphere)",6035,9108,7035,8901,0,1,,,,,,,,
+4036,Unknown datum based upon the GRS 1967 ellipsoid,6036,"Not specified (based on GRS 1967 ellipsoid)",6036,9122,7036,8901,0,0,,,,,,,,
+4041,Unknown datum based upon the Average Terrestrial System 1977 ellipsoid,6041,"Not specified (based on Average Terrestrial System 1977 ellipsoid)",6041,9122,7041,8901,0,0,,,,,,,,
+4042,"Unknown datum based upon the Everest (1830 Definition) ellipsoid",6042,"Not specified (based on Everest (1830 Definition) ellipsoid)",6042,9122,7042,8901,0,0,,,,,,,,
+4043,Unknown datum based upon the WGS 72 ellipsoid,6043,"Not specified (based on WGS 72 ellipsoid)",6043,9122,7043,8901,0,0,,,,,,,,
+4044,"Unknown datum based upon the Everest 1830 (1962 Definition) ellipsoid",6044,"Not specified (based on Everest 1830 (1962 Definition) ellipsoid)",6044,9122,7044,8901,0,0,,,,,,,,
+4045,"Unknown datum based upon the Everest 1830 (1975 Definition) ellipsoid",6045,"Not specified (based on Everest 1830 (1975 Definition) ellipsoid)",6045,9122,7045,8901,0,0,,,,,,,,
+4047,Unspecified datum based upon the GRS 1980 Authalic Sphere,6047,"Not specified (based on GRS 1980 Authalic Sphere)",6047,9122,7048,8901,0,0,,,,,,,,
+4052,Unspecified datum based upon the Clarke 1866 Authalic Sphere,6052,"Not specified (based on Clarke 1866 Authalic Sphere)",6052,9122,7052,8901,0,0,,,,,,,,
+4053,Unspecified datum based upon the International 1924 Authalic Sphere,6053,"Not specified (based on International 1924 Authalic Sphere)",6053,9122,7057,8901,0,0,,,,,,,,
+4054,Unspecified datum based upon the Hughes 1980 ellipsoid,6054,"Not specified (based on Hughes 1980 ellipsoid)",6054,9122,7058,8901,0,0,,,,,,,,
+4120,Greek,6120,Greek,6120,9122,7004,8901,1,0,,,,,,,,
+4121,GGRS87,6121,Greek Geodetic Reference System 1987,6121,9122,7019,8901,1,0,9603,-199.87,74.79,246.62,,,,
+4122,ATS77,6122,Average Terrestrial System 1977,6122,9122,7041,8901,1,0,,,,,,,,
+4123,KKJ,6123,"Kartastokoordinaattijarjestelma (1966)",6123,9122,7022,8901,1,0,,,,,,,,
+4124,RT90,6124,Rikets koordinatsystem 1990,6124,9122,7004,8901,1,0,,,,,,,,
+4125,Samboja,6125,Samboja,6125,9108,7004,8901,1,1,9603,-404.78,685.68,45.47,,,,
+4126,"LKS94 (ETRS89)",6126,"Lithuania 1994 (ETRS89)",6126,9108,7019,8901,1,1,,,,,,,,
+4127,Tete,6127,Tete,6127,9122,7008,8901,1,0,,,,,,,,
+4128,Madzansua,6128,Madzansua,6128,9122,7008,8901,1,0,,,,,,,,
+4129,Observatario,6129,Observatario,6129,9122,7008,8901,1,0,,,,,,,,
+4130,Moznet,6130,"Moznet (ITRF94)",6130,9122,7030,8901,1,0,9607,0,0,0,0,0,0,0
+4131,Indian 1960,6131,Indian 1960,6131,9122,7015,8901,1,0,,,,,,,,
+4132,FD58,6132,Final Datum 1958,6132,9122,7012,8901,1,0,,,,,,,,
+4133,EST92,6133,Estonia 1992,6133,9122,7019,8901,1,0,9607,0.055,-0.541,-0.185,-0.0183,0.0003,0.007,-0.014
+4134,PDO Survey Datum 1993,6134,PDO Survey Datum 1993,6134,9122,7012,8901,1,0,,,,,,,,
+4135,Old Hawaiian,6135,Old Hawaiian,6135,9122,7008,8901,1,0,,,,,,,,
+4136,St. Lawrence Island,6136,St. Lawrence Island,6136,9122,7008,8901,1,0,,,,,,,,
+4137,St. Paul Island,6137,St. Paul Island,6137,9122,7008,8901,1,0,,,,,,,,
+4138,St. George Island,6138,St. George Island,6138,9122,7008,8901,1,0,,,,,,,,
+4139,Puerto Rico,6139,Puerto Rico,6139,9122,7008,8901,1,0,9603,11,72,-101,,,,
+4140,"NAD83(CSRS98)",6140,NAD83 Canadian Spatial Reference System,6140,9108,7019,8901,1,1,9603,0,0,0,,,,
+4141,Israel,6141,Israel,6141,9122,7019,8901,1,0,9603,-48,55,52,,,,
+4142,Locodjo 1965,6142,Locodjo 1965,6142,9122,7012,8901,1,0,9603,-125,53,467,,,,
+4143,Abidjan 1987,6143,Abidjan 1987,6143,9122,7012,8901,1,0,9603,-124.76,53,466.79,,,,
+4144,Kalianpur 1937,6144,Kalianpur 1937,6144,9122,7015,8901,1,0,,,,,,,,
+4145,Kalianpur 1962,6145,Kalianpur 1962,6145,9122,7044,8901,1,0,,,,,,,,
+4146,Kalianpur 1975,6146,Kalianpur 1975,6146,9122,7045,8901,1,0,9603,295,736,257,,,,
+4147,Hanoi 1972,6147,Hanoi 1972,6147,9122,7024,8901,1,0,9603,-17.51,-108.32,-62.39,,,,
+4148,Hartebeesthoek94,6148,Hartebeesthoek94,6148,9122,7030,8901,1,0,9603,0,0,0,,,,
+4149,CH1903,6149,CH1903,6149,9122,7004,8901,1,0,,,,,,,,
+4150,"CH1903+",6150,"CH1903+",6150,9122,7004,8901,1,0,9603,674.374,15.056,405.346,,,,
+4151,CHTRF95,6151,Swiss Terrestrial Reference Frame 1995,6151,9122,7019,8901,1,0,9603,0,0,0,,,,
+4152,"NAD83(HARN)",6152,"NAD83 (High Accuracy Regional Network)",6152,9122,7019,8901,1,0,,,,,,,,
+4153,Rassadiran,6153,Rassadiran,6153,9122,7022,8901,1,0,9603,-133.63,-157.5,-158.62,,,,
+4154,"ED50(ED77)",6154,"European Datum 1950(1977)",6154,9122,7022,8901,1,0,,,,,,,,
+4155,Dabola 1981,6155,Dabola 1981,6155,9122,7011,8901,1,0,9603,-83,37,124,,,,
+4156,S-JTSK,6156,Jednotne Trigonometricke Site Katastralni,6156,9122,7004,8901,1,0,,,,,,,,
+4157,Mount Dillon,6157,Mount Dillon,6157,9122,7007,8901,1,0,,,,,,,,
+4158,Naparima 1955,6158,Naparima 1955,6158,9122,7022,8901,1,0,,,,,,,,
+4159,ELD79,6159,European Libyan Datum 1979,6159,9122,7022,8901,1,0,,,,,,,,
+4160,Chos Malal 1914,6160,Chos Malal 1914,6160,9122,7022,8901,1,0,,,,,,,,
+4161,Pampa del Castillo,6161,Pampa del Castillo,6161,9122,7022,8901,1,0,9603,27.5,14,186.4,,,,
+4162,Korean 1985,6162,Korean Datum 1985,6162,9122,7004,8901,1,0,,,,,,,,
+4163,Yemen NGN96,6163,Yemen National Geodetic Network 1996,6163,9122,7030,8901,1,0,9603,0,0,0,,,,
+4164,South Yemen,6164,South Yemen,6164,9122,7024,8901,1,0,9603,-76,-138,67,,,,
+4165,Bissau,6165,Bissau,6165,9122,7022,8901,1,0,9603,-173,253,27,,,,
+4166,Korean 1995,6166,Korean Datum 1995,6166,9122,7030,8901,1,0,9603,0,0,0,,,,
+4167,NZGD2000,6167,New Zealand Geodetic Datum 2000,6167,9122,7019,8901,1,0,9603,0,0,0,,,,
+4168,Accra,6168,Accra,6168,9122,7029,8901,1,0,9603,-199,32,322,,,,
+4169,American Samoa 1962,6169,American Samoa 1962,6169,9122,7008,8901,1,0,9603,-115,118,426,,,,
+4170,SIRGAS,6170,Sistema de Referencia Geocentrico para America del Sur 1995,6170,9122,7019,8901,1,0,9603,0,0,0,,,,
+4171,RGF93,6171,Reseau Geodesique Francais 1993,6171,9122,7019,8901,1,0,9603,0,0,0,,,,
+4172,POSGAR,6172,Posiciones Geodesicas Argentinas,6172,9108,7019,8901,1,1,9603,0,0,0,,,,
+4173,IRENET95,6173,IRENET95,6173,9122,7019,8901,1,0,9603,0,0,0,,,,
+4174,Sierra Leone 1924,6174,Sierra Leone Colony 1924,6174,9122,7029,8901,1,0,,,,,,,,
+4175,Sierra Leone 1968,6175,Sierra Leone 1968,6175,9122,7012,8901,1,0,9603,-88,4,101,,,,
+4176,Australian Antarctic,6176,Australian Antarctic Datum 1998,6176,9122,7019,8901,1,0,9603,0,0,0,,,,
+4178,"Pulkovo 1942(83)",6178,"Pulkovo 1942/83",6178,9122,7024,8901,1,0,9607,24,-123,-94,-0.02,0.25,0.13,1.1
+4179,"Pulkovo 1942(58)",6179,"Pulkovo 1942/58",6179,9122,7024,8901,1,0,9606,33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84
+4180,EST97,6180,Estonia 1997,6180,9122,7019,8901,1,0,9603,0,0,0,,,,
+4181,Luxembourg 1930,6181,Luxembourg 1930,6181,9122,7022,8901,1,0,9606,-193,13.7,-39.3,-0.41,-2.933,2.688,0.43
+4182,Azores Occidental 1939,6182,Azores Occidental Islands 1939,6182,9122,7022,8901,1,0,,,,,,,,
+4183,Azores Central 1948,6183,Azores Central Islands 1948,6183,9122,7022,8901,1,0,9603,-104,167,-38,,,,
+4184,Azores Oriental 1940,6184,Azores Oriental Islands 1940,6184,9122,7022,8901,1,0,9603,-203,141,53,,,,
+4185,Madeira 1936,6185,Madeira 1936,6185,9108,7022,8901,1,1,,,,,,,,
+4188,OSNI 1952,6188,OSNI 1952,6188,9122,7001,8901,1,0,9606,482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15
+4189,REGVEN,6189,Red Geodesica Venezolana,6189,9122,7019,8901,1,0,9603,0,0,0,,,,
+4190,POSGAR 98,6190,Posiciones Geodesicas Argentinas 1998,6190,9122,7019,8901,1,0,,,,,,,,
+4191,Albanian 1987,6191,Albanian 1987,6191,9122,7024,8901,1,0,,,,,,,,
+4192,Douala 1948,6192,Douala 1948,6192,9122,7022,8901,1,0,9603,-206.1,-174.7,-87.7,,,,
+4193,Manoca 1962,6193,Manoca 1962,6193,9122,7011,8901,1,0,9603,-70.9,-151.8,-41.4,,,,
+4194,Qornoq 1927,6194,Qornoq 1927,6194,9122,7022,8901,1,0,,,,,,,,
+4195,Scoresbysund 1952,6195,Scoresbysund 1952,6195,9122,7022,8901,1,0,9606,105,326,-102.5,0,0,0.814,-0.6
+4196,Ammassalik 1958,6196,Ammassalik 1958,6196,9122,7022,8901,1,0,9606,-45,417,-3.5,0,0,0.814,-0.6
+4197,Garoua,6197,Garoua,6197,9122,7012,8901,1,0,,,,,,,,
+4198,Kousseri,6198,Kousseri,6198,9122,7012,8901,1,0,,,,,,,,
+4199,Egypt 1930,6199,Egypt 1930,6199,9122,7022,8901,1,0,,,,,,,,
+4200,Pulkovo 1995,6200,Pulkovo 1995,6200,9122,7024,8901,1,0,,,,,,,,
+4201,Adindan,6201,Adindan,6201,9122,7012,8901,1,0,,,,,,,,
+4202,AGD66,6202,Australian Geodetic Datum 1966,6202,9122,7003,8901,1,0,,,,,,,,
+4203,AGD84,6203,Australian Geodetic Datum 1984,6203,9122,7003,8901,1,0,,,,,,,,
+4204,Ain el Abd,6204,Ain el Abd 1970,6204,9122,7022,8901,1,0,,,,,,,,
+4205,Afgooye,6205,Afgooye,6205,9122,7024,8901,1,0,9603,-43,-163,45,,,,
+4206,Agadez,6206,Agadez,6206,9122,7011,8901,1,0,,,,,,,,
+4207,Lisbon,6207,Lisbon 1937,6207,9122,7022,8901,1,0,,,,,,,,
+4208,Aratu,6208,Aratu,6208,9122,7022,8901,1,0,,,,,,,,
+4209,Arc 1950,6209,Arc 1950,6209,9122,7013,8901,1,0,,,,,,,,
+4210,Arc 1960,6210,Arc 1960,6210,9122,7012,8901,1,0,,,,,,,,
+4211,Batavia,6211,Batavia,6211,9122,7004,8901,1,0,,,,,,,,
+4212,Barbados 1938,6212,Barbados 1938,6212,9122,7012,8901,1,0,9603,31.95,300.99,419.19,,,,
+4213,Beduaram,6213,Beduaram,6213,9122,7011,8901,1,0,9603,-106,-87,188,,,,
+4214,Beijing 1954,6214,Beijing 1954,6214,9122,7024,8901,1,0,,,,,,,,
+4215,Belge 1950,6215,Reseau National Belge 1950,6215,9122,7022,8901,1,0,,,,,,,,
+4216,Bermuda 1957,6216,Bermuda 1957,6216,9122,7008,8901,1,0,9603,-73,213,296,,,,
+4218,Bogota 1975,6218,Bogota 1975,6218,9122,7022,8901,1,0,,,,,,,,
+4219,Bukit Rimpah,6219,Bukit Rimpah,6219,9122,7004,8901,1,0,9603,-384,664,-48,,,,
+4220,Camacupa,6220,Camacupa,6220,9122,7012,8901,1,0,,,,,,,,
+4221,Campo Inchauspe,6221,Campo Inchauspe,6221,9122,7022,8901,1,0,,,,,,,,
+4222,Cape,6222,Cape,6222,9122,7013,8901,1,0,,,,,,,,
+4223,Carthage,6223,Carthage,6223,9122,7011,8901,1,0,,,,,,,,
+4224,Chua,6224,Chua,6224,9122,7022,8901,1,0,9603,-134,229,-29,,,,
+4225,Corrego Alegre,6225,Corrego Alegre,6225,9122,7022,8901,1,0,9603,-206,172,-6,,,,
+4226,"Cote d'Ivoire",6226,"Cote d'Ivoire",6226,9108,7011,8901,1,1,,,,,,,,
+4227,Deir ez Zor,6227,Deir ez Zor,6227,9122,7011,8901,1,0,,,,,,,,
+4228,Douala,6228,Douala,6228,9108,7011,8901,1,1,,,,,,,,
+4229,Egypt 1907,6229,Egypt 1907,6229,9122,7020,8901,1,0,,,,,,,,
+4230,ED50,6230,European Datum 1950,6230,9122,7022,8901,1,0,,,,,,,,
+4231,ED87,6231,European Datum 1987,6231,9122,7022,8901,1,0,,,,,,,,
+4232,Fahud,6232,Fahud,6232,9122,7012,8901,1,0,,,,,,,,
+4233,Gandajika 1970,6233,Gandajika 1970,6233,9122,7022,8901,1,1,9603,-133,-321,50,,,,
+4234,Garoua,6234,Garoua,6234,9108,7011,8901,1,1,,,,,,,,
+4235,Guyane Francaise,6235,Guyane Francaise,6235,9108,7022,8901,1,1,,,,,,,,
+4236,Hu Tzu Shan,6236,Hu Tzu Shan,6236,9122,7022,8901,1,0,9603,-637,-549,-203,,,,
+4237,HD72,6237,Hungarian Datum 1972,6237,9122,7036,8901,1,0,,,,,,,,
+4238,ID74,6238,Indonesian Datum 1974,6238,9122,7021,8901,1,0,,,,,,,,
+4239,Indian 1954,6239,Indian 1954,6239,9122,7015,8901,1,0,9603,217,823,299,,,,
+4240,Indian 1975,6240,Indian 1975,6240,9122,7015,8901,1,0,,,,,,,,
+4241,Jamaica 1875,6241,Jamaica 1875,6241,9122,7034,8901,1,0,,,,,,,,
+4242,JAD69,6242,Jamaica 1969,6242,9122,7008,8901,1,0,,,,,,,,
+4243,Kalianpur 1880,6243,Kalianpur 1880,6243,9122,7042,8901,1,0,,,,,,,,
+4244,Kandawala,6244,Kandawala,6244,9122,7015,8901,1,0,9603,-97,787,86,,,,
+4245,Kertau 1968,6245,Kertau 1968,6245,9122,7018,8901,1,0,9603,-11,851,5,,,,
+4246,KOC,6246,Kuwait Oil Company,6246,9122,7012,8901,1,0,9603,-294.7,-200.1,525.5,,,,
+4247,La Canoa,6247,La Canoa,6247,9122,7022,8901,1,0,9603,-273.5,110.6,-357.9,,,,
+4248,PSAD56,6248,Provisional South American Datum 1956,6248,9122,7022,8901,1,0,,,,,,,,
+4249,Lake,6249,Lake,6249,9122,7022,8901,1,0,,,,,,,,
+4250,Leigon,6250,Leigon,6250,9122,7012,8901,1,0,9603,-130,29,364,,,,
+4251,Liberia 1964,6251,Liberia 1964,6251,9122,7012,8901,1,0,9603,-90,40,88,,,,
+4252,Lome,6252,Lome,6252,9122,7011,8901,1,0,,,,,,,,
+4253,Luzon 1911,6253,Luzon 1911,6253,9122,7008,8901,1,0,,,,,,,,
+4254,Hito XVIII 1963,6254,Hito XVIII 1963,6254,9122,7022,8901,1,0,,,,,,,,
+4255,Herat North,6255,Herat North,6255,9122,7022,8901,1,0,9603,-333,-222,114,,,,
+4256,Mahe 1971,6256,Mahe 1971,6256,9122,7012,8901,1,0,9603,41,-220,-134,,,,
+4257,Makassar,6257,Makassar,6257,9122,7004,8901,1,0,9603,-587.8,519.75,145.76,,,,
+4258,ETRS89,6258,European Terrestrial Reference System 1989,6258,9122,7019,8901,1,0,,,,,,,,
+4259,Malongo 1987,6259,Malongo 1987,6259,9122,7022,8901,1,0,,,,,,,,
+4260,Manoca,6260,Manoca,6260,9108,7012,8901,1,1,9603,-70.9,-151.8,-41.4,,,,
+4261,Merchich,6261,Merchich,6261,9122,7011,8901,1,0,9603,31,146,47,,,,
+4262,Massawa,6262,Massawa,6262,9122,7004,8901,1,0,9603,639,405,60,,,,
+4263,Minna,6263,Minna,6263,9122,7012,8901,1,0,,,,,,,,
+4264,Mhast,6264,Mhast,6264,9122,7022,8901,1,1,9603,-252.95,-4.11,-96.38,,,,
+4265,Monte Mario,6265,Monte Mario,6265,9122,7022,8901,1,0,,,,,,,,
+4266,"M'poraloko",6266,"M'poraloko",6266,9122,7011,8901,1,0,,,,,,,,
+4267,NAD27,6267,North American Datum 1927,6267,9122,7008,8901,1,0,,,,,,,,
+4268,NAD27 Michigan,6268,NAD Michigan,6268,9122,7009,8901,1,0,,,,,,,,
+4269,NAD83,6269,North American Datum 1983,6269,9122,7019,8901,1,0,,,,,,,,
+4270,Nahrwan 1967,6270,Nahrwan 1967,6270,9122,7012,8901,1,0,,,,,,,,
+4271,Naparima 1972,6271,Naparima 1972,6271,9122,7022,8901,1,0,,,,,,,,
+4272,NZGD49,6272,New Zealand Geodetic Datum 1949,6272,9122,7022,8901,1,0,,,,,,,,
+4273,NGO 1948,6273,NGO 1948,6273,9122,7005,8901,1,0,9606,278.3,93,474.5,7.889,0.05,-6.61,6.21
+4274,Datum 73,6274,Datum 73,6274,9122,7022,8901,1,0,,,,,,,,
+4275,NTF,6275,Nouvelle Triangulation Francaise,6275,9122,7011,8901,1,0,9603,-168,-60,320,,,,
+4276,NSWC 9Z-2,6276,NSWC 9Z-2,6276,9122,7025,8901,1,0,,,,,,,,
+4277,OSGB 1936,6277,OSGB 1936,6277,9122,7001,8901,1,0,,,,,,,,
+4278,OSGB70,6278,"OSGB 1970 (SN)",6278,9122,7001,8901,1,0,,,,,,,,
+4279,"OS(SN)80",6279,"OS (SN) 1980",6279,9122,7001,8901,1,0,,,,,,,,
+4280,Padang,6280,Padang 1884,6280,9122,7004,8901,1,0,,,,,,,,
+4281,Palestine 1923,6281,Palestine 1923,6281,9122,7010,8901,1,0,9606,-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1
+4282,Pointe Noire,6282,Congo 1960 Pointe Noire,6282,9122,7011,8901,1,0,,,,,,,,
+4283,GDA94,6283,Geocentric Datum of Australia 1994,6283,9122,7019,8901,1,0,9603,0,0,0,,,,
+4284,Pulkovo 1942,6284,Pulkovo 1942,6284,9122,7024,8901,1,0,,,,,,,,
+4285,Qatar 1974,6285,Qatar 1974,6285,9122,7022,8901,1,0,,,,,,,,
+4286,Qatar 1948,6286,Qatar 1948,6286,9122,7020,8901,1,0,,,,,,,,
+4287,Qornoq,6287,Qornoq,6287,9108,7022,8901,1,1,9603,164,138,-189,,,,
+4288,Loma Quintana,6288,Loma Quintana,6288,9122,7022,8901,1,0,,,,,,,,
+4289,Amersfoort,6289,Amersfoort,6289,9122,7004,8901,1,0,,,,,,,,
+4291,SAD69,6291,South American Datum 1969,6291,9108,7036,8901,1,1,,,,,,,,
+4292,Sapper Hill 1943,6292,Sapper Hill 1943,6292,9122,7022,8901,1,0,9603,-355,21,72,,,,
+4293,Schwarzeck,6293,Schwarzeck,6293,9122,7046,8901,1,0,,,,,,,,
+4294,Segora,6294,Segora,6294,9108,7004,8901,1,1,,,,,,,,
+4295,Serindung,6295,Serindung,6295,9122,7004,8901,1,0,,,,,,,,
+4296,Sudan,6296,Sudan,6296,9108,7011,8901,1,1,,,,,,,,
+4297,Tananarive,6297,Tananarive 1925,6297,9122,7022,8901,1,0,9603,-189,-242,-91,,,,
+4298,Timbalai 1948,6298,Timbalai 1948,6298,9122,7016,8901,1,0,,,,,,,,
+4299,TM65,6299,TM65,6299,9122,7002,8901,1,0,,,,,,,,
+4300,TM75,6300,Geodetic Datum of 1965,6300,9122,7002,8901,1,0,,,,,,,,
+4301,Tokyo,6301,Tokyo,6301,9122,7004,8901,1,0,,,,,,,,
+4302,Trinidad 1903,6302,Trinidad 1903,6302,9122,7007,8901,1,0,,,,,,,,
+4303,"TC(1948)",6303,Trucial Coast 1948,6303,9122,7020,8901,1,0,,,,,,,,
+4304,Voirol 1875,6304,Voirol 1875,6304,9122,7011,8901,1,0,9603,-73,-247,227,,,,
+4306,Bern 1938,6306,Bern 1938,6306,9122,7004,8901,1,0,,,,,,,,
+4307,Nord Sahara 1959,6307,Nord Sahara 1959,6307,9122,7012,8901,1,0,,,,,,,,
+4308,RT38,6308,Stockholm 1938,6308,9122,7004,8901,1,0,,,,,,,,
+4309,Yacare,6309,Yacare,6309,9122,7022,8901,1,0,9603,-155,171,37,,,,
+4310,Yoff,6310,Yoff,6310,9122,7011,8901,1,0,,,,,,,,
+4311,Zanderij,6311,Zanderij,6311,9122,7022,8901,1,0,9603,-265,120,-358,,,,
+4312,MGI,6312,Militar-Geographische Institut,6312,9122,7004,8901,1,0,,,,,,,,
+4313,Belge 1972,6313,Reseau National Belge 1972,6313,9122,7022,8901,1,0,,,,,,,,
+4314,DHDN,6314,Deutsches Hauptdreiecksnetz,6314,9122,7004,8901,1,0,,,,,,,,
+4315,Conakry 1905,6315,Conakry 1905,6315,9122,7011,8901,1,0,9603,-23,259,-9,,,,
+4316,Dealul Piscului 1933,6316,Dealul Piscului 1933,6316,9122,7022,8901,1,0,,,,,,,,
+4317,Dealul Piscului 1970,6317,Dealul Piscului 1970,6317,9122,7024,8901,1,0,,,,,,,,
+4318,NGN,6318,National Geodetic Network,6318,9122,7030,8901,1,0,9603,-3.2,-5.7,2.8,,,,
+4319,KUDAMS,6319,Kuwait Utility,6319,9122,7019,8901,1,0,,,,,,,,
+4322,WGS 72,6322,World Geodetic System 1972,6322,9122,7043,8901,1,0,,,,,,,,
+4324,WGS 72BE,6324,WGS 72 Transit Broadcast Ephemeris,6324,9122,7043,8901,1,0,9606,0,0,1.9,0,0,0.814,-0.38
+4326,WGS 84,6326,World Geodetic System 1984,6326,9122,7030,8901,1,0,,,,,,,,
+4600,Anguilla 1957,6600,Anguilla 1957,6600,9122,7012,8901,1,0,,,,,,,,
+4601,Antigua 1943,6601,Antigua 1943,6601,9122,7012,8901,1,0,,,,,,,,
+4602,Dominica 1945,6602,Dominica 1945,6602,9122,7012,8901,1,0,9603,725,685,536,,,,
+4603,Grenada 1953,6603,Grenada 1953,6603,9122,7012,8901,1,0,9603,72,213.7,93,,,,
+4604,Montserrat 1958,6604,Montserrat 1958,6604,9122,7012,8901,1,0,9603,174,359,365,,,,
+4605,St. Kitts 1955,6605,St. Kitts 1955,6605,9122,7012,8901,1,0,,,,,,,,
+4606,St. Lucia 1955,6606,St. Lucia 1955,6606,9122,7012,8901,1,0,9603,-149,128,296,,,,
+4607,St. Vincent 1945,6607,St. Vincent 1945,6607,9122,7012,8901,1,0,9603,195.671,332.517,274.607,,,,
+4608,"NAD27(76)",6608,"North American Datum 1927 (1976)",6608,9122,7008,8901,1,0,,,,,,,,
+4609,"NAD27(CGQ77)",6609,"North American Datum 1927 (CGQ77)",6609,9122,7008,8901,1,0,,,,,,,,
+4610,Xian 1980,6610,Xian 1980,6610,9122,7049,8901,1,0,,,,,,,,
+4611,Hong Kong 1980,6611,Hong Kong 1980,6611,9122,7022,8901,1,0,9606,-162.619,-276.959,-161.764,0.067753,-2.243649,-1.158827,-1.094246
+4612,JGD2000,6612,Japanese Geodetic Datum 2000,6612,9122,7019,8901,1,0,9603,0,0,0,,,,
+4613,Segara,6613,Gunung Segara,6613,9122,7004,8901,1,0,,,,,,,,
+4614,QND95,6614,Qatar National Datum 1995,6614,9122,7022,8901,1,0,9606,-119.4248,-303.65872,-11.00061,1.164298,0.174458,1.096259,3.657065
+4615,Porto Santo,6615,Porto Santo 1936,6615,9122,7022,8901,1,0,9603,-499,-249,314,,,,
+4616,Selvagem Grande,6616,Selvagem Grande,6616,9122,7022,8901,1,0,,,,,,,,
+4617,"NAD83(CSRS)",6140,NAD83 Canadian Spatial Reference System,6140,9122,7019,8901,1,0,,,,,,,,
+4618,SAD69,6618,South American Datum 1969,6618,9122,7050,8901,1,0,,,,,,,,
+4619,SWEREF99,6619,SWEREF99,6619,9122,7019,8901,1,0,9603,0,0,0,,,,
+4620,Point 58,6620,Point 58,6620,9122,7012,8901,1,0,9603,-106,-129,165,,,,
+4621,Fort Marigot,6621,Fort Marigot,6621,9122,7022,8901,1,0,9603,137,248,-430,,,,
+4622,Guadeloupe 1948,6622,Guadeloupe 1948,6622,9122,7022,8901,1,0,,,,,,,,
+4623,CSG67,6623,Centre Spatial Guyanais 1967,6623,9122,7022,8901,1,0,9603,-186,230,110,,,,
+4624,RGFG95,6624,Reseau Geodesique Francais Guyane 1995,6624,9122,7019,8901,1,0,9603,2,2,-2,,,,
+4625,Martinique 1938,6625,Martinique 1938,6625,9122,7022,8901,1,0,,,,,,,,
+4626,Reunion 1947,6626,Reunion 1947,6626,9122,7022,8901,1,0,,,,,,,,
+4627,RGR92,6627,Reseau Geodesique de la Reunion 1992,6627,9122,7019,8901,1,0,9603,0,0,0,,,,
+4628,Tahiti 52,6628,Tahiti 52,6628,9122,7022,8901,1,0,9603,162,117,154,,,,
+4629,Tahaa 54,6629,Tahaa 54,6629,9122,7022,8901,1,0,,,,,,,,
+4630,IGN72 Nuku Hiva,6630,IGN72 Nuku Hiva,6630,9122,7022,8901,1,0,,,,,,,,
+4631,K0 1949,6631,K0 1949,6631,9122,7022,8901,1,1,9603,145,-187,103,,,,
+4632,Combani 1950,6632,Combani 1950,6632,9122,7022,8901,1,0,9603,-382,-59,-262,,,,
+4633,IGN56 Lifou,6633,IGN56 Lifou,6633,9122,7022,8901,1,0,,,,,,,,
+4634,IGN72 Grand Terre,6634,IGN72 Grande Terre,6634,9108,7022,8901,1,1,,,,,,,,
+4635,ST87 Ouvea,6635,ST87 Ouvea,6635,9122,7022,8901,1,1,9606,-122.383,-188.696,103.344,3.5107,-4.9668,-5.7047,4.4798
+4636,Petrels 1972,6636,Petrels 1972,6636,9122,7022,8901,1,0,9603,365,194,166,,,,
+4637,Perroud 1950,6637,Pointe Geologie Perroud 1950,6637,9122,7022,8901,1,0,9603,325,154,172,,,,
+4638,Saint Pierre et Miquelon 1950,6638,Saint Pierre et Miquelon 1950,6638,9122,7008,8901,1,0,9603,30,430,368,,,,
+4639,MOP78,6639,MOP78,6639,9122,7022,8901,1,0,,,,,,,,
+4640,RRAF 1991,6640,Reseau de Reference des Antilles Francaises 1991,6640,9122,7030,8901,1,0,9603,0,0,0,,,,
+4641,IGN53 Mare,6641,IGN53 Mare,6641,9122,7022,8901,1,0,,,,,,,,
+4642,ST84 Ile des Pins,6642,ST84 Ile des Pins,6642,9122,7022,8901,1,0,,,,,,,,
+4643,ST71 Belep,6643,ST71 Belep,6643,9122,7022,8901,1,0,9606,-480.26,-438.32,-643.429,16.3119,20.1721,-4.0349,-111.7002
+4644,NEA74 Noumea,6644,NEA74 Noumea,6644,9122,7022,8901,1,0,,,,,,,,
+4645,RGNC 1991,6645,Reseau Geodesique Nouvelle Caledonie 1991,6645,9122,7022,8901,1,1,9603,0,0,0,,,,
+4646,Grand Comoros,6646,Grand Comoros,6646,9122,7022,8901,1,0,,,,,,,,
+4657,Reykjavik 1900,6657,Reykjavik 1900,6657,9122,7051,8901,1,0,9603,-28,199,5,,,,
+4658,Hjorsey 1955,6658,Hjorsey 1955,6658,9122,7022,8901,1,0,9603,-73,46,-86,,,,
+4659,ISN93,6659,Islands Network 1993,6659,9122,7019,8901,1,0,9603,0,0,0,,,,
+4660,Helle 1954,6660,Helle 1954,6660,9122,7022,8901,1,0,9606,982.6087,552.753,-540.873,32.39344,-153.25684,-96.2266,16.805
+4661,LKS92,6661,Latvia 1992,6661,9122,7019,8901,1,0,9603,0,0,0,,,,
+4662,IGN72 Grande Terre,6634,IGN72 Grande Terre,6634,9122,7022,8901,1,0,,,,,,,,
+4663,Porto Santo 1995,6663,Porto Santo 1995,6663,9122,7022,8901,1,0,,,,,,,,
+4664,Azores Oriental 1995,6664,Azores Oriental Islands 1995,6664,9122,7022,8901,1,0,,,,,,,,
+4665,Azores Central 1995,6665,Azores Central Islands 1995,6665,9122,7022,8901,1,0,,,,,,,,
+4666,Lisbon 1890,6666,Lisbon 1890,6666,9122,7004,8901,1,0,,,,,,,,
+4667,IKBD-92,6667,Iraq-Kuwait Boundary Datum 1992,6667,9122,7030,8901,1,0,9603,0,0,0,,,,
+4668,ED79,6668,European Datum 1979,6668,9122,7022,8901,1,0,9603,-86,-98,-119,,,,
+4669,LKS94,6126,"Lithuania 1994 (ETRS89)",6126,9122,7019,8901,1,0,9603,0,0,0,,,,
+4670,IGM95,6670,Istituto Geografico Militaire 1995,6670,9122,7030,8901,1,0,9603,0,0,0,,,,
+4671,Voirol 1879,6671,Voirol 1879,6671,9122,7011,8901,1,0,,,,,,,,
+4672,CI1971,6672,Chatham Islands Datum 1971,6672,9122,7022,8901,1,0,9603,175,-38,113,,,,
+4673,CI1979,6673,Chatham Islands Datum 1979,6673,9122,7022,8901,1,0,9607,174.05,-25.49,112.57,0,0,-0.554,0.2263
+4674,SIRGAS 2000,6674,Sistema de Referencia Geocentrico para America del Sur 2000,6674,9122,7019,8901,1,0,9603,0,0,0,,,,
+4675,Guam 1963,6675,Guam 1963,6675,9122,7008,8901,1,0,9603,-100,-248,259,,,,
+4676,Vientiane 1982,6676,Vientiane 1982,6676,9122,7024,8901,1,0,,,,,,,,
+4677,Lao 1993,6677,Lao 1993,6677,9122,7024,8901,1,0,,,,,,,,
+4678,Lao 1997,6678,Lao National Datum 1997,6678,9122,7024,8901,1,0,9603,44.585,-131.212,-39.544,,,,
+4679,Jouik 1961,6679,Jouik 1961,6679,9122,7012,8901,1,0,9603,-80.01,253.26,291.19,,,,
+4680,Nouakchott 1965,6680,Nouakchott 1965,6680,9122,7012,8901,1,0,9603,124.5,-63.5,-281,,,,
+4681,Mauritania 1999,6681,Mauritania 1999,6681,9122,7012,8901,1,1,,,,,,,,
+4682,Gulshan 303,6682,Gulshan 303,6682,9122,7015,8901,1,0,,,,,,,,
+4683,PRS92,6683,Philippine Reference System 1992,6683,9122,7008,8901,1,0,9607,-127.62,-67.24,-47.04,3.068,-4.903,-1.578,-1.06
+4684,Gan 1970,6684,Gan 1970,6684,9122,7022,8901,1,0,9603,-133,-321,50,,,,
+4685,Gandajika,6685,Gandajika,6685,9122,7022,8901,1,1,,,,,,,,
+4686,MAGNA-SIRGAS,6686,Marco Geocentrico Nacional de Referencia,6686,9122,7019,8901,1,0,9603,0,0,0,,,,
+4687,RGPF,6687,Reseau Geodesique de la Polynesie Francaise,6687,9122,7019,8901,1,0,,,,,,,,
+4688,Fatu Iva 72,6688,Fatu Iva 72,6688,9122,7022,8901,1,0,9607,347.103,1078.125,2623.922,33.8875,-70.6773,9.3943,186.074
+4689,IGN63 Hiva Oa,6689,IGN63 Hiva Oa,6689,9122,7022,8901,1,0,,,,,,,,
+4690,Tahiti 79,6690,Tahiti 79,6690,9122,7022,8901,1,0,,,,,,,,
+4691,Moorea 87,6691,Moorea 87,6691,9122,7022,8901,1,0,9607,215.525,149.593,176.229,3.2624,1.692,1.1571,10.4773
+4692,Maupiti 83,6692,Maupiti 83,6692,9122,7022,8901,1,0,9603,217.037,86.959,23.956,,,,
+4693,Nakhl-e Ghanem,6693,Nakhl-e Ghanem,6693,9122,7030,8901,1,0,9603,0,-0.15,0.68,,,,
+4694,POSGAR 94,6694,Posiciones Geodesicas Argentinas 1994,6694,9122,7019,8901,1,0,,,,,,,,
+4695,Katanga 1955,6695,Katanga 1955,6695,9122,7008,8901,1,0,,,,,,,,
+4696,Kasai 1953,6696,Kasai 1953,6696,9122,7012,8901,1,0,,,,,,,,
+4697,IGC 1962 6th Parallel South,6697,IGC 1962 Arc of the 6th Parallel South,6697,9122,7012,8901,1,0,,,,,,,,
+4698,IGN 1962 Kerguelen,6698,IGN 1962 Kerguelen,6698,9122,7022,8901,1,0,9603,145,-187,103,,,,
+4699,Le Pouce 1934,6699,Le Pouce 1934,6699,9122,7012,8901,1,0,9603,-770.1,158.4,-498.2,,,,
+4700,IGN Astro 1960,6700,IGN Astro 1960,6700,9122,7012,8901,1,0,,,,,,,,
+4701,IGCB 1955,6701,Institut Geographique du Congo Belge 1955,6701,9122,7012,8901,1,0,9603,-79.9,-158,-168.9,,,,
+4702,Mauritania 1999,6702,Mauritania 1999,6702,9122,7019,8901,1,0,9603,0,0,0,,,,
+4703,Mhast 1951,6703,Missao Hidrografico Angola y Sao Tome 1951,6703,9122,7012,8901,1,0,,,,,,,,
+4704,"Mhast (onshore)",6704,"Mhast (onshore)",6704,9122,7022,8901,1,0,,,,,,,,
+4705,"Mhast (offshore)",6705,"Mhast (offshore)",6705,9122,7022,8901,1,0,,,,,,,,
+4706,Egypt Gulf of Suez S-650 TL,6706,Egypt Gulf of Suez S-650 TL,6706,9122,7020,8901,1,0,9603,-146.21,112.63,4.05,,,,
+4707,Tern Island 1961,6707,Tern Island 1961,6707,9122,7022,8901,1,0,9603,114,-116,-333,,,,
+4708,Cocos Islands 1965,6708,Cocos Islands 1965,6708,9122,7003,8901,1,0,9603,-491,-22,435,,,,
+4709,Iwo Jima 1945,6709,Iwo Jima 1945,6709,9122,7022,8901,1,0,9603,145,75,-272,,,,
+4710,St. Helena 1971,6710,St. Helena 1971,6710,9122,7022,8901,1,0,9603,-320,550,-494,,,,
+4711,Marcus Island 1952,6711,Marcus Island 1952,6711,9122,7022,8901,1,0,9603,124,-234,-25,,,,
+4712,Ascension Island 1958,6712,Ascension Island 1958,6712,9122,7022,8901,1,0,9603,-205,107,53,,,,
+4713,Ayabelle Lighthouse,6713,Ayabelle Lighthouse,6713,9122,7012,8901,1,0,9603,-79,-129,145,,,,
+4714,Bellevue,6714,Bellevue,6714,9122,7022,8901,1,0,9603,-127,-769,472,,,,
+4715,Camp Area Astro,6715,Camp Area Astro,6715,9122,7022,8901,1,0,9603,-104,-129,239,,,,
+4716,Phoenix Islands 1966,6716,Phoenix Islands 1966,6716,9122,7022,8901,1,0,9603,298,-304,-375,,,,
+4717,Cape Canaveral,6717,Cape Canaveral,6717,9122,7008,8901,1,0,9603,-2,151,181,,,,
+4718,Solomon 1968,6718,Solomon 1968,6718,9122,7022,8901,1,0,,,,,,,,
+4719,Easter Island 1967,6719,Easter Island 1967,6719,9122,7022,8901,1,0,9603,211,147,111,,,,
+4720,Fiji 1986,6720,Fiji Geodetic Datum 1986,6720,9122,7043,8901,1,0,,,,,,,,
+4721,Fiji 1956,6721,Fiji 1956,6721,9122,7022,8901,1,0,9603,265.025,384.929,-194.046,,,,
+4722,South Georgia 1968,6722,South Georgia 1968,6722,9122,7022,8901,1,0,9603,-794,119,-298,,,,
+4723,Grand Cayman 1959,6723,Grand Cayman 1959,6723,9122,7008,8901,1,0,9603,67.8,106.1,138.8,,,,
+4724,Diego Garcia 1969,6724,Diego Garcia 1969,6724,9122,7022,8901,1,0,9603,208,-435,-229,,,,
+4725,Johnston Island 1961,6725,Johnston Island 1961,6725,9122,7022,8901,1,0,9603,189,-79,-202,,,,
+4726,Little Cayman 1961,6726,Little Cayman 1961,6726,9122,7008,8901,1,0,,,,,,,,
+4727,Midway 1961,6727,Midway 1961,6727,9122,7022,8901,1,0,,,,,,,,
+4728,Pico de la Nieves,6728,Pico de la Nieves,6728,9122,7022,8901,1,0,9603,-307,-92,127,,,,
+4729,Pitcairn 1967,6729,Pitcairn 1967,6729,9122,7022,8901,1,0,9603,185,165,42,,,,
+4730,Santo 1965,6730,Santo 1965,6730,9122,7022,8901,1,0,9603,170,42,84,,,,
+4731,Viti Levu 1916,6731,Viti Levu 1916,6731,9122,7012,8901,1,1,9603,51,391,-36,,,,
+4732,Marshall Islands 1960,6732,Marshall Islands 1960,6732,9122,7053,8901,1,0,9603,102,52,-38,,,,
+4733,Wake Island 1952,6733,Wake Island 1952,6733,9122,7022,8901,1,0,9603,276,-57,149,,,,
+4734,Tristan 1968,6734,Tristan 1968,6734,9122,7022,8901,1,0,9603,-632,438,-609,,,,
+4735,Kusaie 1951,6735,Kusaie 1951,6735,9122,7022,8901,1,0,9603,647,1777,-1124,,,,
+4736,Deception Island,6736,Deception Island,6736,9122,7012,8901,1,0,9603,260,12,-147,,,,
+4737,Korea 2000,6737,Geocentric datum of Korea,6737,9122,7019,8901,1,0,9603,0,0,0,,,,
+4738,Hong Kong 1963,6738,Hong Kong 1963,6738,9122,7007,8901,1,0,,,,,,,,
+4739,"Hong Kong 1963(67)",6739,"Hong Kong 1963(67)",6739,9122,7022,8901,1,0,9606,-156,-271,-189,,,,
+4740,PZ-90,6740,Parametrop Zemp 1990,6740,9122,7054,8901,1,0,9607,0,0,1.5,0,0,-0.076,0
+4741,FD54,6741,Faroe Datum 1954,6741,9122,7022,8901,1,0,,,,,,,,
+4742,GDM2000,6742,Geodetic Datum of Malaysia 2000,6742,9122,7019,8901,1,0,,,,,,,,
+4743,"Karbala 1979 (Polservice)",6743,"Karbala 1979 (Polservice)",6743,9122,7012,8901,1,0,9603,84.1,-320.1,218.7,,,,
+4744,Nahrwan 1934,6744,Nahrwan 1934,6744,9122,7012,8901,1,0,,,,,,,,
+4745,"RD/83",6745,"Rauenberg Datum/83",6745,9122,7004,8901,1,0,,,,,,,,
+4746,"PD/83",6746,"Potsdam Datum/83",6746,9122,7004,8901,1,0,,,,,,,,
+4747,GR96,6747,Greenland 1996,6747,9122,7019,8901,1,0,9603,0,0,0,,,,
+4748,Vanua Levu 1915,6748,Vanua Levu 1915,6748,9122,7055,8901,1,0,9603,51,391,-36,,,,
+4749,RGNC91-93,6749,Reseau Geodesique de Nouvelle Caledonie 91-93,6749,9122,7019,8901,1,0,9603,0,0,0,,,,
+4750,ST87 Ouvea,6750,ST87 Ouvea,6750,9122,7030,8901,1,0,9603,-56.263,16.136,-22.856,,,,
+4751,"Kertau (RSO)",6751,"Kertau (RSO)",6751,9122,7056,8901,1,0,,,,,,,,
+4752,Viti Levu 1912,6752,Viti Levu 1912,6752,9122,7055,8901,1,0,9603,51,391,-36,,,,
+4753,fk89,6753,fk89,6753,9122,7022,8901,1,0,,,,,,,,
+4754,LGD2006,6754,Libyan Geodetic Datum 2006,6754,9122,7022,8901,1,0,9603,-208.4058,-109.8777,-2.5764,,,,
+4755,DGN95,6755,Datum Geodesi Nasional 1995,6755,9122,7030,8901,1,0,9603,0,0,0,,,,
+4756,VN-2000,6756,Vietnam 2000,6756,9122,7030,8901,1,0,,,,,,,,
+4757,SVY21,6757,SVY21,6757,9122,7030,8901,1,0,,,,,,,,
+4758,JAD2001,6758,Jamaica 2001,6758,9122,7030,8901,1,0,9603,0,0,0,,,,
+4759,"NAD83(NSRS2007)",6759,"NAD83 (National Spatial Reference System 2007)",6759,9122,7019,8901,1,0,9603,0,0,0,,,,
+4760,WGS 66,6760,World Geodetic System 1966,6760,9122,7025,8901,1,0,,,,,,,,
+4801,"Bern 1898 (Bern)",6801,"CH1903 (Bern)",6149,9122,7004,8907,1,0,,,,,,,,
+4802,"Bogota 1975 (Bogota)",6802,"Bogota 1975 (Bogota)",6218,9122,7022,8904,1,0,,,,,,,,
+4803,"Lisbon (Lisbon)",6803,"Lisbon 1937 (Lisbon)",6207,9122,7022,8902,1,0,,,,,,,,
+4804,"Makassar (Jakarta)",6804,"Makassar (Jakarta)",6257,9122,7004,8908,1,0,9603,-587.8,519.75,145.76,,,,
+4805,"MGI (Ferro)",6805,"Militar-Geographische Institut (Ferro)",6312,9122,7004,8909,1,0,,,,,,,,
+4806,"Monte Mario (Rome)",6806,"Monte Mario (Rome)",6265,9122,7022,8906,1,0,,,,,,,,
+4807,"NTF (Paris)",6807,"Nouvelle Triangulation Francaise (Paris)",6275,9105,7011,8903,1,0,9603,-168,-60,320,,,,
+4808,"Padang (Jakarta)",6808,"Padang 1884 (Jakarta)",6280,9122,7004,8908,1,0,,,,,,,,
+4809,"Belge 1950 (Brussels)",6809,"Reseau National Belge 1950 (Brussels)",6215,9122,7022,8910,1,0,,,,,,,,
+4810,"Tananarive (Paris)",6810,"Tananarive 1925 (Paris)",6297,9105,7022,8903,1,0,9603,-189,-242,-91,,,,
+4811,"Voirol 1875 (Paris)",6811,"Voirol 1875 (Paris)",6304,9105,7011,8903,1,0,9603,-73,-247,227,,,,
+4813,"Batavia (Jakarta)",6813,"Batavia (Jakarta)",6211,9122,7004,8908,1,0,,,,,,,,
+4814,"RT38 (Stockholm)",6814,"Stockholm 1938 (Stockholm)",6308,9122,7004,8911,1,0,,,,,,,,
+4815,"Greek (Athens)",6815,"Greek (Athens)",6120,9122,7004,8912,1,0,,,,,,,,
+4816,"Carthage (Paris)",6816,"Carthage (Paris)",6223,9105,7011,8903,1,0,,,,,,,,
+4817,"NGO 1948 (Oslo)",6817,"NGO 1948 (Oslo)",6273,9122,7005,8913,1,0,9606,278.3,93,474.5,7.889,0.05,-6.61,6.21
+4818,"S-JTSK (Ferro)",6818,"S-JTSK (Ferro)",6156,9122,7004,8909,1,0,,,,,,,,
+4819,"Nord Sahara 1959 (Paris)",6819,"Nord Sahara 1959 (Paris)",6307,9105,7012,8903,1,1,,,,,,,,
+4820,"Segara (Jakarta)",6820,"Gunung Segara (Jakarta)",6613,9122,7004,8908,1,0,,,,,,,,
+4821,"Voirol 1879 (Paris)",6821,"Voirol 1879 (Paris)",6821,9105,7011,8903,1,0,,,,,,,,
+4901,"ATF (Paris)",6901,"Ancienne Triangulation Francaise (Paris)",6901,9105,7027,8903,1,0,,,,,,,,
+4902,"NDG (Paris)",6902,"Nord de Guerre (Paris)",6902,9105,7027,8903,1,0,,,,,,,,
+4903,"Madrid 1870 (Madrid)",6903,"Madrid 1870 (Madrid)",6903,9122,7028,8905,1,0,,,,,,,,
+4904,"Lisbon 1890 (Lisbon)",6904,"Lisbon 1890 (Lisbon)",6666,9122,7004,8902,1,0,,,,,,,,

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/gcs.override.csv
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/gcs.override.csv	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/gcs.override.csv	2007-09-19 08:45:41 UTC (rev 1074)
@@ -1,11 +1,27 @@
-"COORD_REF_SYS_CODE","COORD_REF_SYS_NAME","DATUM_CODE","DATUM_NAME","GREENWICH_DATUM","UOM_CODE","ELLIPSOID_CODE","PRIME_MERIDIAN_CODE","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_OP_METHOD_CODE","DX","DY","DZ","RX","RY","RZ","DS"
 #
 # 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,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,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,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,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:
+#
+#4289,Amersfoort,6289,Amersfoort,6289,9122,7004,8901,1,0,9606,565.2369,50.0087,465.658,-0.406857330322398,0.350732676542563,-1.8703473836068,4.0812
+#
+# 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,,,,
+#
+# 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,,,,
+#
+# 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

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/pcs.c
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/pcs.c	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/pcs.c	2007-09-19 08:45:41 UTC (rev 1074)
@@ -1,2376 +1,3166 @@
 #include "defs.h"
-datafile_rows_t pcs_row_0[] = {"COORD_REF_SYS_CODE","COORD_REF_SYS_NAME","UOM_CODE","SOURCE_GEOGCRS_CODE","COORD_OP_CODE","COORD_OP_METHOD_CODE","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 ",NULL};
-datafile_rows_t pcs_row_1[] = {"2000","Anguilla 1957 / British West Indies Grid","9001","4600","19942","9807","8801","0.0","9102","8802","-62.0","9102","8805","0.9995","9201","8806","400000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2[] = {"2001","Antigua 1943 / British West Indies Grid","9001","4601","19942","9807","8801","0.0","9102","8802","-62.0","9102","8805","0.9995","9201","8806","400000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_3[] = {"2002","Dominica 1945 / British West Indies Grid","9001","4602","19942","9807","8801","0.0","9102","8802","-62.0","9102","8805","0.9995","9201","8806","400000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_4[] = {"2003","Grenada 1953 / British West Indies Grid","9001","4603","19942","9807","8801","0.0","9102","8802","-62.0","9102","8805","0.9995","9201","8806","400000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_5[] = {"2004","Montserrat 58 / British West Indies Grid","9001","4604","19942","9807","8801","0.0","9102","8802","-62.0","9102","8805","0.9995","9201","8806","400000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_6[] = {"2005","St Kitts 1955 / British West Indies Grid","9001","4605","19942","9807","8801","0.0","9102","8802","-62.0","9102","8805","0.9995","9201","8806","400000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_7[] = {"2006","St Lucia 1955 / British West Indies Grid","9001","4606","19942","9807","8801","0.0","9102","8802","-62.0","9102","8805","0.9995","9201","8806","400000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_8[] = {"2007","St Vincent 45 / British West Indies Grid","9001","4607","19942","9807","8801","0.0","9102","8802","-62.0","9102","8805","0.9995","9201","8806","400000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_9[] = {"2008","NAD27(CGQ77) / SCoPQ zone 2","9001","4609","17700","9807","8801","0.0","9110","8802","-55.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_10[] = {"2009","NAD27(CGQ77) / SCoPQ zone 3","9001","4609","17703","9807","8801","0.0","9110","8802","-58.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_11[] = {"2010","NAD27(CGQ77) / SCoPQ zone 4","9001","4609","17704","9807","8801","0.0","9110","8802","-61.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_12[] = {"2011","NAD27(CGQ77) / SCoPQ zone 5","9001","4609","17705","9807","8801","0.0","9110","8802","-64.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_13[] = {"2012","NAD27(CGQ77) / SCoPQ zone 6","9001","4609","17706","9807","8801","0.0","9110","8802","-67.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_14[] = {"2013","NAD27(CGQ77) / SCoPQ zone 7","9001","4609","17707","9807","8801","0.0","9110","8802","-70.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_15[] = {"2014","NAD27(CGQ77) / SCoPQ zone 8","9001","4609","17708","9807","8801","0.0","9110","8802","-73.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_16[] = {"2015","NAD27(CGQ77) / SCoPQ zone 9","9001","4609","17709","9807","8801","0.0","9110","8802","-76.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_17[] = {"2016","NAD27(CGQ77) / SCoPQ zone 10","9001","4609","17710","9807","8801","0.0","9110","8802","-79.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_18[] = {"2017","NAD27(76) / MTM zone 8","9001","4608","17708","9807","8801","0.0","9110","8802","-73.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_19[] = {"2018","NAD27(76) / MTM zone 9","9001","4608","17709","9807","8801","0.0","9110","8802","-76.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_20[] = {"2019","NAD27(76) / MTM zone 10","9001","4608","17710","9807","8801","0.0","9110","8802","-79.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_21[] = {"2020","NAD27(76) / MTM zone 11","9001","4608","17711","9807","8801","0.0","9110","8802","-82.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_22[] = {"2021","NAD27(76) / MTM zone 12","9001","4608","17712","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_23[] = {"2022","NAD27(76) / MTM zone 13","9001","4608","17713","9807","8801","0.0","9102","8802","-84.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_24[] = {"2023","NAD27(76) / MTM zone 14","9001","4608","17714","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_25[] = {"2024","NAD27(76) / MTM zone 15","9001","4608","17715","9807","8801","0.0","9102","8802","-90.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_26[] = {"2025","NAD27(76) / MTM zone 16","9001","4608","17716","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_27[] = {"2026","NAD27(76) / MTM zone 17","9001","4608","17717","9807","8801","0.0","9102","8802","-96.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_28[] = {"2027","NAD27(76) / UTM zone 15N","9001","4608","16015","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_29[] = {"2028","NAD27(76) / UTM zone 16N","9001","4608","16016","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_30[] = {"2029","NAD27(76) / UTM zone 17N","9001","4608","16017","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_31[] = {"2030","NAD27(76) / UTM zone 18N","9001","4608","16018","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_32[] = {"2031","NAD27(CGQ77) / UTM zone 17N","9001","4609","16017","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_33[] = {"2032","NAD27(CGQ77) / UTM zone 18N","9001","4609","16018","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_34[] = {"2033","NAD27(CGQ77) / UTM zone 19N","9001","4609","16019","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_35[] = {"2034","NAD27(CGQ77) / UTM zone 20N","9001","4609","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_36[] = {"2035","NAD27(CGQ77) / UTM zone 21N","9001","4609","16021","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_37[] = {"2036","NAD83(CSRS98) / New Brunswick Stereo","9001","4140","19946","9809","8801","46.3","9110","8802","-66.3","9110","8805","0.999912","9201","8806","2500000.0","9001","8807","7500000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_38[] = {"2037","NAD83(CSRS98) / UTM zone 19N","9001","4140","16019","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_39[] = {"2038","NAD83(CSRS98) / UTM zone 20N","9001","4140","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_40[] = {"2039","Israel / Israeli TM Grid","9001","4141","18204","9807","8801","31.4403817","9110","8802","35.1216261","9110","8805","1.0000067","9201","8806","219529.584","9001","8807","626907.39","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_41[] = {"2040","Locodjo 1965 / UTM zone 30N","9001","4142","16030","9807","8801","0.0","9102","8802","-3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_42[] = {"2041","Abidjan 1987 / UTM zone 30N","9001","4143","16030","9807","8801","0.0","9102","8802","-3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_43[] = {"2042","Locodjo 1965 / UTM zone 29N","9001","4142","16029","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_44[] = {"2043","Abidjan 1987 / UTM zone 29N","9001","4143","16029","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_45[] = {"2044","Hanoi 1972 / Gauss-Kruger zone 18","9001","4147","16218","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","18500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_46[] = {"2045","Hanoi 1972 / Gauss-Kruger zone 19","9001","4147","16219","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","19500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_47[] = {"2046","Hartebeesthoek94 / Lo15","9001","4148","17515","9808","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_48[] = {"2047","Hartebeesthoek94 / Lo17","9001","4148","17517","9808","8801","0.0","9102","8802","17.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_49[] = {"2048","Hartebeesthoek94 / Lo19","9001","4148","17519","9808","8801","0.0","9102","8802","19.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_50[] = {"2049","Hartebeesthoek94 / Lo21","9001","4148","17521","9808","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_51[] = {"2050","Hartebeesthoek94 / Lo23","9001","4148","17523","9808","8801","0.0","9102","8802","23.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_52[] = {"2051","Hartebeesthoek94 / Lo25","9001","4148","17525","9808","8801","0.0","9102","8802","25.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_53[] = {"2052","Hartebeesthoek94 / Lo27","9001","4148","17527","9808","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_54[] = {"2053","Hartebeesthoek94 / Lo29","9001","4148","17529","9808","8801","0.0","9102","8802","29.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_55[] = {"2054","Hartebeesthoek94 / Lo31","9001","4148","17531","9808","8801","0.0","9102","8802","31.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_56[] = {"2055","Hartebeesthoek94 / Lo33","9001","4148","17533","9808","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_57[] = {"2056","CH1903+ / LV95","9001","4150","19950","9815","8811","46.570866","9110","8812","7.26225","9110","8813","90.0","9110","8814","90.0","9110","8815","1.0","9201","8816","2600000.0","9001","8817","1200000.0","9001 ",NULL};
-datafile_rows_t pcs_row_58[] = {"2057","Rassadiran / Nakhl e Taqi","9001","4153","19951","9815","8811","27.31077837","9110","8812","52.3612741","9110","8813","0.34179803","9110","8814","0.34179803","9110","8815","0.999895934","9201","8816","658377.437","9001","8817","3044969.194","9001 ",NULL};
-datafile_rows_t pcs_row_59[] = {"2058","ED50(ED77) / UTM zone 38N","9001","4154","16038","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_60[] = {"2059","ED50(ED77) / UTM zone 39N","9001","4154","16039","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_61[] = {"2060","ED50(ED77) / UTM zone 40N","9001","4154","16040","9807","8801","0.0","9102","8802","57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_62[] = {"2061","ED50(ED77) / UTM zone 41N","9001","4154","16041","9807","8801","0.0","9102","8802","63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_63[] = {"2062","Madrid 1870 (Madrid) / Spain","9001","4903","19921","9801","8801","40.0","9102","8802","0.0","9102","8805","0.9988085293","9201","8806","600000.0","9001","8807","600000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_64[] = {"2063","Dabola 1981 / UTM zone 28N","9001","4315","16028","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_65[] = {"2064","Dabola 1981 / UTM zone 29N","9001","4315","16029","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_66[] = {"2065","S-JTSK (Ferro) / Krovak","9001","4818","19952","9819","8811","49.3","9110","8812","42.3","9110","8813","30.1717303","9110","8816","0.0","9001","8817","0.0","9001","8818","78.3","9110","8819","0.9999","9201 ",NULL};
-datafile_rows_t pcs_row_67[] = {"2066","Mount Dillon / Tobago Grid","9039","4157","19924","9806","8801","11.1507843","9110","8802","-60.4109632","9110","8806","187500.0","9039","8807","180000.0","9039","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_68[] = {"2067","Naparima 1955 / UTM zone 20N","9001","4158","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_69[] = {"2068","ELD79 / Libya zone 5","9001","4159","18240","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_70[] = {"2069","ELD79 / Libya zone 6","9001","4159","18241","9807","8801","0.0","9102","8802","11.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_71[] = {"2070","ELD79 / Libya zone 7","9001","4159","18242","9807","8801","0.0","9102","8802","13.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_72[] = {"2071","ELD79 / Libya zone 8","9001","4159","18243","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_73[] = {"2072","ELD79 / Libya zone 9","9001","4159","18244","9807","8801","0.0","9102","8802","17.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_74[] = {"2073","ELD79 / Libya zone 10","9001","4159","18245","9807","8801","0.0","9102","8802","19.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_75[] = {"2074","ELD79 / Libya zone 11","9001","4159","18246","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_76[] = {"2075","ELD79 / Libya zone 12","9001","4159","18247","9807","8801","0.0","9102","8802","23.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_77[] = {"2076","ELD79 / Libya zone 13","9001","4159","18248","9807","8801","0.0","9102","8802","25.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_78[] = {"2077","ELD79 / UTM zone 32N","9001","4159","16032","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_79[] = {"2078","ELD79 / UTM zone 33N","9001","4159","16033","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_80[] = {"2079","ELD79 / UTM zone 34N","9001","4159","16034","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_81[] = {"2080","ELD79 / UTM zone 35N","9001","4159","16035","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_82[] = {"2081","Chos Malal 1914 / Argentina zone 2","9001","4160","18032","9807","8801","-90.0","9102","8802","-69.0","9102","8805","1.0","9201","8806","2500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_83[] = {"2082","Pampa del Castillo / Argentina zone 2","9001","4161","18032","9807","8801","-90.0","9102","8802","-69.0","9102","8805","1.0","9201","8806","2500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_84[] = {"2083","Hito XVIII 1963 / Argentina zone 2","9001","4254","18032","9807","8801","-90.0","9102","8802","-69.0","9102","8805","1.0","9201","8806","2500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_85[] = {"2084","Hito XVIII 1963 / UTM zone 19S","9001","4254","16119","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_86[] = {"2085","NAD27 / Cuba Norte","9001","4267","18061","9801","8801","22.21","9110","8802","-81.0","9110","8805","0.99993602","9201","8806","500000.0","9001","8807","280296.016","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_87[] = {"2086","NAD27 / Cuba Sur","9001","4267","18062","9801","8801","20.43","9110","8802","-76.5","9110","8805","0.99994848","9201","8806","500000.0","9001","8807","229126.939","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_88[] = {"2087","ELD79 / TM 12 NE","9001","4159","16412","9807","8801","0.0","9102","8802","12.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_89[] = {"2088","Carthage / TM 11 NE","9001","4223","16411","9807","8801","0.0","9102","8802","11.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_90[] = {"2089","Yemen NGN96 / UTM zone 38N","9001","4163","16038","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_91[] = {"2090","Yemen NGN96 / UTM zone 39N","9001","4163","16039","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_92[] = {"2091","South Yemen / Gauss Kruger zone 8","9001","4164","16208","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","8500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_93[] = {"2092","South Yemen / Gauss Kruger zone 9","9001","4164","16209","9807","8801","0.0","9102","8802","51.0","9102","8805","1.0","9201","8806","9500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_94[] = {"2093","Hanoi 1972 / GK 106 NE","9001","4147","16586","9807","8801","0.0","9102","8802","106.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_95[] = {"2094","WGS 72BE / TM 106 NE","9001","4324","16506","9807","8801","0.0","9102","8802","106.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_96[] = {"2095","Bissau / UTM zone 28N","9001","4165","16028","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_97[] = {"2096","Korean 1985 / Korea East Belt","9001","4162","18251","9807","8801","38.0","9102","8802","129.0","9102","8805","1.0","9201","8806","200000.0","9001","8807","500000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_98[] = {"2097","Korean 1985 / Korea Central Belt","9001","4162","18252","9807","8801","38.0","9102","8802","127.0","9102","8805","1.0","9201","8806","200000.0","9001","8807","500000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_99[] = {"2098","Korean 1985 / Korea West Belt","9001","4162","18253","9807","8801","38.0","9102","8802","125.0","9102","8805","1.0","9201","8806","200000.0","9001","8807","500000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_100[] = {"2099","Qatar 1948 / Qatar Grid","9001","4286","19953","9806","8801","25.22565","9110","8802","50.4541","9110","8806","100000.0","9001","8807","100000.0","9001","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_101[] = {"2100","GGRS87 / Greek Grid","9001","4121","19930","9807","8801","0.0","9102","8802","24.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_102[] = {"2101","Lake / Maracaibo Grid M1","9001","4249","18260","9801","8801","10.1","9110","8802","-71.3620224","9110","8805","1.0","9201","8806","0.0","9001","8807","-52684.972","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_103[] = {"2102","Lake / Maracaibo Grid","9001","4249","18261","9801","8801","10.1","9110","8802","-71.3620224","9110","8805","1.0","9201","8806","200000.0","9001","8807","147315.028","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_104[] = {"2103","Lake / Maracaibo Grid M3","9001","4249","18262","9801","8801","10.1","9110","8802","-71.3620224","9110","8805","1.0","9201","8806","500000.0","9001","8807","447315.028","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_105[] = {"2104","Lake / Maracaibo La Rosa Grid","9001","4249","18263","9801","8801","10.1","9110","8802","-71.3620224","9110","8805","1.0","9201","8806","-17044.0","9001","8807","-23139.97","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_106[] = {"2105","NZGD2000 / Mount Eden Circuit 2000","9001","4167","17931","9807","8801","-36.5247","9110","8802","174.4551","9110","8805","0.9999","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_107[] = {"2106","NZGD2000 / Bay of Plenty Circuit 2000","9001","4167","17932","9807","8801","-37.454","9110","8802","176.2758","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_108[] = {"2107","NZGD2000 / Poverty Bay Circuit 2000","9001","4167","17933","9807","8801","-38.3728","9110","8802","177.5308","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_109[] = {"2108","NZGD2000 / Hawkes Bay Circuit 2000","9001","4167","17934","9807","8801","-39.3903","9110","8802","176.4025","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_110[] = {"2109","NZGD2000 / Taranaki Circuit 2000","9001","4167","17935","9807","8801","-39.0808","9110","8802","174.134","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_111[] = {"2110","NZGD2000 / Tuhirangi Circuit 2000","9001","4167","17936","9807","8801","-39.3044","9110","8802","175.3824","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_112[] = {"2111","NZGD2000 / Wanganui Circuit 2000","9001","4167","17937","9807","8801","-40.1431","9110","8802","175.2917","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_113[] = {"2112","NZGD2000 / Wairarapa Circuit 2000","9001","4167","17938","9807","8801","-40.5531","9110","8802","175.385","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_114[] = {"2113","NZGD2000 / Wellington Circuit 2000","9001","4167","17939","9807","8801","-41.1804","9110","8802","174.4635","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_115[] = {"2114","NZGD2000 / Collingwood Circuit 2000","9001","4167","17940","9807","8801","-40.4253","9110","8802","172.4019","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_116[] = {"2115","NZGD2000 / Nelson Circuit 2000","9001","4167","17941","9807","8801","-41.1628","9110","8802","173.1757","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_117[] = {"2116","NZGD2000 / Karamea Circuit 2000","9001","4167","17942","9807","8801","-41.1723","9110","8802","172.0632","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_118[] = {"2117","NZGD2000 / Buller Circuit 2000","9001","4167","17943","9807","8801","-41.4838","9110","8802","171.3452","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_119[] = {"2118","NZGD2000 / Grey Circuit 2000","9001","4167","17944","9807","8801","-42.2001","9110","8802","171.3259","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_120[] = {"2119","NZGD2000 / Amuri Circuit 2000","9001","4167","17945","9807","8801","-42.412","9110","8802","173.0036","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_121[] = {"2120","NZGD2000 / Marlborough Circuit 2000","9001","4167","17946","9807","8801","-41.324","9110","8802","173.4807","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_122[] = {"2121","NZGD2000 / Hokitika Circuit 2000","9001","4167","17947","9807","8801","-42.531","9110","8802","170.5847","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_123[] = {"2122","NZGD2000 / Okarito Circuit 2000","9001","4167","17948","9807","8801","-43.0636","9110","8802","170.1539","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_124[] = {"2123","NZGD2000 / Jacksons Bay Circuit 2000","9001","4167","17949","9807","8801","-43.584","9110","8802","168.3622","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_125[] = {"2124","NZGD2000 / Mount Pleasant Circuit 2000","9001","4167","17950","9807","8801","-43.3526","9110","8802","172.4337","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_126[] = {"2125","NZGD2000 / Gawler Circuit 2000","9001","4167","17951","9807","8801","-43.4455","9110","8802","171.2138","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_127[] = {"2126","NZGD2000 / Timaru Circuit 2000","9001","4167","17952","9807","8801","-44.2407","9110","8802","171.0326","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_128[] = {"2127","NZGD2000 / Lindis Peak Circuit 2000","9001","4167","17953","9807","8801","-44.4406","9110","8802","169.2803","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_129[] = {"2128","NZGD2000 / Mount Nicholas Circuit 2000","9001","4167","17954","9807","8801","-45.0758","9110","8802","168.2355","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_130[] = {"2129","NZGD2000 / Mount York Circuit 2000","9001","4167","17955","9807","8801","-45.3349","9110","8802","167.4419","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_131[] = {"2130","NZGD2000 / Observation Point Circuit 2000","9001","4167","17956","9807","8801","-45.4858","9110","8802","170.3742","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_132[] = {"2131","NZGD2000 / North Taieri Circuit 2000","9001","4167","17957","9807","8801","-45.5141","9110","8802","170.1657","9110","8805","0.99996","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_133[] = {"2132","NZGD2000 / Bluff Circuit 2000","9001","4167","17958","9807","8801","-46.36","9110","8802","168.2034","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_134[] = {"2133","NZGD2000 / UTM zone 58S","9001","4167","16158","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_135[] = {"2134","NZGD2000 / UTM zone 59S","9001","4167","16159","9807","8801","0.0","9102","8802","171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_136[] = {"2135","NZGD2000 / UTM zone 60S","9001","4167","16160","9807","8801","0.0","9102","8802","177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_137[] = {"2136","Accra / Ghana National Grid","9094","4168","19959","9807","8801","4.4","9110","8802","-1.0","9110","8805","0.99975","9201","8806","900000.0","9094","8807","0.0","9094","","","","",""," ",NULL};
-datafile_rows_t pcs_row_138[] = {"2137","Accra / TM 1 NW","9001","4168","17001","9807","8801","0.0","9102","8802","-1.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_139[] = {"2138","NAD27(CGQ77) / Quebec Lambert","9001","4609","19944","9802","8821","44.0","9110","8822","-68.3","9110","8823","60.0","9110","8824","46.0","9110","8826","0.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_140[] = {"2139","NAD83(CSRS98) / SCoPQ zone 2","9001","4140","17700","9807","8801","0.0","9110","8802","-55.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_141[] = {"2140","NAD83(CSRS98) / MTM zone 3","9001","4140","17703","9807","8801","0.0","9110","8802","-58.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_142[] = {"2141","NAD83(CSRS98) / MTM zone 4","9001","4140","17704","9807","8801","0.0","9110","8802","-61.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_143[] = {"2142","NAD83(CSRS98) / MTM zone 5","9001","4140","17705","9807","8801","0.0","9110","8802","-64.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_144[] = {"2143","NAD83(CSRS98) / MTM zone 6","9001","4140","17706","9807","8801","0.0","9110","8802","-67.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_145[] = {"2144","NAD83(CSRS98) / MTM zone 7","9001","4140","17707","9807","8801","0.0","9110","8802","-70.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_146[] = {"2145","NAD83(CSRS98) / MTM zone 8","9001","4140","17708","9807","8801","0.0","9110","8802","-73.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_147[] = {"2146","NAD83(CSRS98) / MTM zone 9","9001","4140","17709","9807","8801","0.0","9110","8802","-76.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_148[] = {"2147","NAD83(CSRS98) / MTM zone 10","9001","4140","17710","9807","8801","0.0","9110","8802","-79.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_149[] = {"2148","NAD83(CSRS98) / UTM zone 21N","9001","4140","16021","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_150[] = {"2149","NAD83(CSRS98) / UTM zone 18N","9001","4140","16018","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_151[] = {"2150","NAD83(CSRS98) / UTM zone 17N","9001","4140","16017","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_152[] = {"2151","NAD83(CSRS98) / UTM zone 13N","9001","4140","16013","9807","8801","0.0","9102","8802","-105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_153[] = {"2152","NAD83(CSRS98) / UTM zone 12N","9001","4140","16012","9807","8801","0.0","9102","8802","-111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_154[] = {"2153","NAD83(CSRS98) / UTM zone 11N","9001","4140","16011","9807","8801","0.0","9102","8802","-117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_155[] = {"2154","RGF93 / Lambert-93","9001","4171","18085","9802","8821","46.3","9110","8822","3.0","9110","8823","49.0","9110","8824","44.0","9110","8826","700000.0","9001","8827","6600000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_156[] = {"2155","American Samoa 1962 / American Samoa Lambert","9003","4169","15300","9801","8801","-14.16","9110","8802","170.0","9110","8805","1.0","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_157[] = {"2156","NAD83(HARN) / UTM zone 59S","9001","4152","16159","9807","8801","0.0","9102","8802","171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_158[] = {"2157","IRENET95 / Irish Transverse Mercator","9001","4173","19962","9807","8801","53.3","9110","8802","-8.0","9110","8805","0.99982","9201","8806","600000.0","9001","8807","750000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_159[] = {"2158","IRENET95 / UTM zone 29N","9001","4173","16029","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_160[] = {"2159","Sierra Leone 1924 / New Colony Grid","9094","4174","19963","9807","8801","6.4","9110","8802","-12.0","9110","8805","1.0","9201","8806","500000.0","9094","8807","0.0","9094","","","","",""," ",NULL};
-datafile_rows_t pcs_row_161[] = {"2160","Sierra Leone 1924 / New War Office Grid","9094","4174","19964","9807","8801","6.4","9110","8802","-12.0","9110","8805","1.0","9201","8806","800000.0","9094","8807","600000.0","9094","","","","",""," ",NULL};
-datafile_rows_t pcs_row_162[] = {"2161","Sierra Leone 1968 / UTM zone 28N","9001","4175","16028","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_163[] = {"2162","Sierra Leone 1968 / UTM zone 29N","9001","4175","16029","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_164[] = {"2163","US National Atlas Equal Area","9001","4047","19965","9821","8806","0.0","9001","8807","0.0","9001","8828","45.0","9102","8829","-100.0","9102","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_165[] = {"2164","Locodjo 1965 / TM 5 NW","9001","4142","17005","9807","8801","0.0","9102","8802","-5.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_166[] = {"2165","Abidjan 1987 / TM 5 NW","9001","4143","17005","9807","8801","0.0","9102","8802","-5.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_167[] = {"2166","Pulkovo 1942(83) / Gauss Kruger zone 3","9001","4178","16263","9807","8801","0.0","9102","8802","9.0","9102","8805","1.0","9201","8806","3500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_168[] = {"2167","Pulkovo 1942(83) / Gauss Kruger zone 4","9001","4178","16264","9807","8801","0.0","9102","8802","12.0","9102","8805","1.0","9201","8806","4500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_169[] = {"2168","Pulkovo 1942(83) / Gauss Kruger zone 5","9001","4178","16265","9807","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_170[] = {"2169","Luxembourg 1930 / Gauss","9001","4181","19966","9807","8801","49.5","9110","8802","6.1","9110","8805","1.0","9201","8806","80000.0","9001","8807","100000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_171[] = {"2170","MGI / Slovenia Grid","9001","4312","19967","9807","8801","0.0","9110","8802","15.0","9110","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_172[] = {"2171","Pulkovo 1942(58) / Poland zone I","9001","4179","18281","9809","8801","50.373","9110","8802","21.05","9110","8805","0.9998","9201","8806","4637000.0","9001","8807","5647000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_173[] = {"2172","Pulkovo 1942(58) / Poland zone II","9001","4179","18282","9809","8801","53.0007","9110","8802","21.301","9110","8805","0.9998","9201","8806","4603000.0","9001","8807","5806000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_174[] = {"2173","Pulkovo 1942(58) / Poland zone III","9001","4179","18283","9809","8801","53.35","9110","8802","17.003","9110","8805","0.9998","9201","8806","3501000.0","9001","8807","5999000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_175[] = {"2174","Pulkovo 1942(58) / Poland zone IV","9001","4179","18284","9809","8801","51.4015","9110","8802","16.402","9110","8805","0.9998","9201","8806","3703000.0","9001","8807","5627000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_176[] = {"2175","Pulkovo 1942(58) / Poland zone V","9001","4179","18285","9807","8801","0.0","9110","8802","18.573","9110","8805","0.999983","9201","8806","237000.0","9001","8807","-4700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_177[] = {"2176","ETRS89 / Poland CS2000 zone 5","9001","4258","18305","9807","8801","0.0","9102","8802","15.0","9102","8805","0.999923","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_178[] = {"2177","ETRS89 / Poland CS2000 zone 6","9001","4258","18306","9807","8801","0.0","9102","8802","18.0","9102","8805","0.999923","9201","8806","6500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_179[] = {"2178","ETRS89 / Poland CS2000 zone 7","9001","4258","18307","9807","8801","0.0","9102","8802","21.0","9102","8805","0.999923","9201","8806","7500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_180[] = {"2179","ETRS89 / Poland CS2000 zone 8","9001","4258","18308","9807","8801","0.0","9102","8802","24.0","9102","8805","0.999923","9201","8806","8500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_181[] = {"2180","ETRS89 / Poland CS92","9001","4258","18300","9807","8801","0.0","9102","8802","19.0","9102","8805","0.9993","9201","8806","500000.0","9001","8807","-5300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_182[] = {"2188","Azores Occidental 1939 / UTM zone 25N","9001","4182","16025","9807","8801","0.0","9102","8802","-33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_183[] = {"2189","Azores Central 1948 / UTM zone 26N","9001","4183","16026","9807","8801","0.0","9102","8802","-27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_184[] = {"2190","Azores Oriental 1940 / UTM zone 26N","9001","4184","16026","9807","8801","0.0","9102","8802","-27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_185[] = {"2191","Madeira 1936 / UTM zone 28N","9001","4185","16028","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_186[] = {"2192","ED50 / France EuroLambert","9001","4230","18086","9801","8801","46.48","9110","8802","2.2014025","9110","8805","0.99987742","9201","8806","600000.0","9001","8807","2200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_187[] = {"2193","NZGD2000 / New Zealand Transverse Mercator","9001","4167","19971","9807","8801","0.0","9102","8802","173.0","9102","8805","0.9996","9201","8806","1600000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_188[] = {"2194","American Samoa 1962 / American Samoa Lambert","9003","4169","15301","9801","8801","-14.16","9110","8802","-170.0","9110","8805","1.0","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_189[] = {"2195","NAD83(HARN) / UTM zone 2S","9001","4152","16102","9807","8801","0.0","9102","8802","-171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_190[] = {"2196","ETRS89 / Kp2000 Jutland","9001","4258","18401","9807","8801","0.0","9110","8802","9.3","9110","8805","0.99995","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_191[] = {"2197","ETRS89 / Kp2000 Zealand","9001","4258","18402","9807","8801","0.0","9102","8802","12.0","9102","8805","0.99995","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_192[] = {"2198","ETRS89 / Kp2000 Bornholm","9001","4258","18403","9807","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","900000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_193[] = {"2199","Albanian 1987 / Gauss Kruger zone 4","9001","4191","16204","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","4500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_194[] = {"2200","ATS77 / New Brunswick Stereographic (ATS77)","9001","4122","19945","9809","8801","46.3","9110","8802","-66.3","9110","8805","0.999912","9201","8806","300000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_195[] = {"2201","REGVEN / UTM zone 18N","9001","4189","16018","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_196[] = {"2202","REGVEN / UTM zone 19N","9001","4189","16019","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_197[] = {"2203","REGVEN / UTM zone 20N","9001","4189","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_198[] = {"2204","NAD27 / Tennessee","9003","4267","15302","9802","8821","34.4","9110","8822","-86.0","9110","8823","35.15","9110","8824","36.25","9110","8826","2000000.0","9003","8827","100000.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_199[] = {"2205","NAD83 / Kentucky North","9001","4269","15303","9802","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_200[] = {"2206","ED50 / 3-degree Gauss-Kruger zone 9","9001","4230","16269","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","9500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_201[] = {"2207","ED50 / 3-degree Gauss-Kruger zone 10","9001","4230","16270","9807","8801","0.0","9102","8802","30.0","9102","8805","1.0","9201","8806","10500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_202[] = {"2208","ED50 / 3-degree Gauss-Kruger zone 11","9001","4230","16271","9807","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","11500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_203[] = {"2209","ED50 / 3-degree Gauss-Kruger zone 12","9001","4230","16272","9807","8801","0.0","9102","8802","36.0","9102","8805","1.0","9201","8806","12500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_204[] = {"2210","ED50 / 3-degree Gauss-Kruger zone 13","9001","4230","16273","9807","8801","0.0","9102","8802","39.0","9102","8805","1.0","9201","8806","13500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_205[] = {"2211","ED50 / 3-degree Gauss-Kruger zone 14","9001","4230","16274","9807","8801","0.0","9102","8802","42.0","9102","8805","1.0","9201","8806","14500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_206[] = {"2212","ED50 / 3-degree Gauss-Kruger zone 15","9001","4230","16275","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","15500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_207[] = {"2213","ETRS89 / TM 30 NE","9001","4258","16430","9807","8801","0.0","9102","8802","30.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_208[] = {"2214","Douala 1948 / AOF west","9001","4192","18415","9807","8801","0.0","9110","8802","10.3","9110","8805","0.999","9201","8806","1000000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_209[] = {"2215","Manoca 1962 / UTM zone 32N","9001","4193","16032","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_210[] = {"2216","Qornoq 1927 / UTM zone 22N","9001","4194","16022","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_211[] = {"2217","Qornoq 1927 / UTM zone 23N","9001","4194","16023","9807","8801","0.0","9102","8802","-45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_212[] = {"2218","Scoresbysund 1952 / Greenland zone 5 east","9001","4195","18425","9826","8801","70.3","9110","8802","-24.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_213[] = {"2219","ATS77 / UTM zone 19N","9001","4122","16019","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_214[] = {"2220","ATS77 / UTM zone 20N","9001","4122","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_215[] = {"2221","Scoresbysund 1952 / Greenland zone 6 east","9001","4195","18426","9826","8801","67.3","9110","8802","-32.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_216[] = {"2222","NAD83 / Arizona East (ft)","9002","4269","15304","9807","8801","31.0","9110","8802","-110.1","9110","8805","0.9999","9201","8806","700000.0","9002","8807","0.0","9002","","","","",""," ",NULL};
-datafile_rows_t pcs_row_217[] = {"2223","NAD83 / Arizona Central (ft)","9002","4269","15305","9807","8801","31.0","9110","8802","-111.55","9110","8805","0.9999","9201","8806","700000.0","9002","8807","0.0","9002","","","","",""," ",NULL};
-datafile_rows_t pcs_row_218[] = {"2224","NAD83 / Arizona West (ft)","9002","4269","15306","9807","8801","31.0","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","700000.0","9002","8807","0.0","9002","","","","",""," ",NULL};
-datafile_rows_t pcs_row_219[] = {"2225","NAD83 / California zone 1 (ftUS)","9003","4269","15307","9802","8821","39.2","9110","8822","-122.0","9110","8823","41.4","9110","8824","40.0","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_220[] = {"2226","NAD83 / California zone 2 (ftUS)","9003","4269","15308","9802","8821","37.4","9110","8822","-122.0","9110","8823","39.5","9110","8824","38.2","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_221[] = {"2227","NAD83 / California zone 3 (ftUS)","9003","4269","15309","9802","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_222[] = {"2228","NAD83 / California zone 4 (ftUS)","9003","4269","15310","9802","8821","35.2","9110","8822","-119.0","9110","8823","37.15","9110","8824","36.0","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_223[] = {"2229","NAD83 / California zone 5 (ftUS)","9003","4269","15311","9802","8821","33.3","9110","8822","-118.0","9110","8823","35.28","9110","8824","34.02","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_224[] = {"2230","NAD83 / California zone 6 (ftUS)","9003","4269","15312","9802","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_225[] = {"2231","NAD83 / Colorado North (ftUS)","9003","4269","15313","9802","8821","39.2","9110","8822","-105.3","9110","8823","40.47","9110","8824","39.43","9110","8826","3000000.0","9003","8827","1000000.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_226[] = {"2232","NAD83 / Colorado Central (ftUS)","9003","4269","15314","9802","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","3000000.0","9003","8827","1000000.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_227[] = {"2233","NAD83 / Colorado South (ftUS)","9003","4269","15315","9802","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","3000000.0","9003","8827","1000000.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_228[] = {"2234","NAD83 / Connecticut (ftUS)","9003","4269","15316","9802","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","1000000.0","9003","8827","500000.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_229[] = {"2235","NAD83 / Delaware (ftUS)","9003","4269","15317","9807","8801","38.0","9110","8802","-75.25","9110","8805","0.999995","9201","8806","656166.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_230[] = {"2236","NAD83 / Florida East (ftUS)","9003","4269","15318","9807","8801","24.2","9110","8802","-81.0","9110","8805","0.999941177","9201","8806","656166.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_231[] = {"2237","NAD83 / Florida West (ftUS)","9003","4269","15319","9807","8801","24.2","9110","8802","-82.0","9110","8805","0.999941177","9201","8806","656166.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_232[] = {"2238","NAD83 / Florida North (ftUS)","9003","4269","15320","9802","8821","29.0","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_233[] = {"2239","NAD83 / Georgia East (ftUS)","9003","4269","15321","9807","8801","30.0","9110","8802","-82.1","9110","8805","0.9999","9201","8806","656166.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_234[] = {"2240","NAD83 / Georgia West (ftUS)","9003","4269","15322","9807","8801","30.0","9110","8802","-84.1","9110","8805","0.9999","9201","8806","2296583.333","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_235[] = {"2241","NAD83 / Idaho East (ftUS)","9003","4269","15323","9807","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","656166.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_236[] = {"2242","NAD83 / Idaho Central (ftUS)","9003","4269","15324","9807","8801","41.4","9110","8802","-114.0","9110","8805","0.999947368","9201","8806","1640416.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_237[] = {"2243","NAD83 / Idaho West (ftUS)","9003","4269","15325","9807","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","2624666.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_238[] = {"2244","NAD83 / Indiana East (ftUS)","9003","4269","15326","9807","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","328083.333","9003","8807","818125.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_239[] = {"2245","NAD83 / Indiana West (ftUS)","9003","4269","15327","9807","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","2952750.0","9003","8807","818125.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_240[] = {"2246","NAD83 / Kentucky North (ftUS)","9003","4269","15328","9802","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","1640416.667","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_241[] = {"2247","NAD83 / Kentucky South (ftUS)","9003","4269","15329","9802","8821","36.2","9110","8822","-85.45","9110","8823","37.56","9110","8824","36.44","9110","8826","1640416.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_242[] = {"2248","NAD83 / Maryland (ftUS)","9003","4269","15330","9802","8821","37.4","9110","8822","-77.0","9110","8823","39.27","9110","8824","38.18","9110","8826","1312333.333","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_243[] = {"2249","NAD83 / Massachusetts Mainland (ftUS)","9003","4269","15331","9802","8821","41.0","9110","8822","-71.3","9110","8823","42.41","9110","8824","41.43","9110","8826","656166.667","9003","8827","2460625.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_244[] = {"2250","NAD83 / Massachusetts Island (ftUS)","9003","4269","15332","9802","8821","41.0","9110","8822","-70.3","9110","8823","41.29","9110","8824","41.17","9110","8826","1640416.667","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_245[] = {"2251","NAD83 / Michigan North (ft)","9002","4269","15333","9802","8821","44.47","9110","8822","-87.0","9110","8823","47.05","9110","8824","45.29","9110","8826","26246719.16","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_246[] = {"2252","NAD83 / Michigan Central (ft)","9002","4269","15334","9802","8821","43.19","9110","8822","-84.22","9110","8823","45.42","9110","8824","44.11","9110","8826","19685039.37","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_247[] = {"2253","NAD83 / Michigan South (ft)","9002","4269","15335","9802","8821","41.3","9110","8822","-84.22","9110","8823","43.4","9110","8824","42.06","9110","8826","13123359.58","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_248[] = {"2254","NAD83 / Mississippi East (ftUS)","9003","4269","15336","9807","8801","29.3","9110","8802","-88.5","9110","8805","0.99995","9201","8806","984250.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_249[] = {"2255","NAD83 / Mississippi West (ftUS)","9003","4269","15337","9807","8801","29.3","9110","8802","-90.2","9110","8805","0.99995","9201","8806","2296583.333","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_250[] = {"2256","NAD83 / Montana (ft)","9002","4269","15338","9802","8821","44.15","9110","8822","-109.3","9110","8823","49.0","9110","8824","45.0","9110","8826","1968503.937","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_251[] = {"2257","NAD83 / New Mexico East (ftUS)","9003","4269","15339","9807","8801","31.0","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","541337.5","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_252[] = {"2258","NAD83 / New Mexico Central (ftUS)","9003","4269","15340","9807","8801","31.0","9110","8802","-106.15","9110","8805","0.9999","9201","8806","1640416.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_253[] = {"2259","NAD83 / New Mexico West (ftUS)","9003","4269","15341","9807","8801","31.0","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","2723091.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_254[] = {"2260","NAD83 / New York East (ftUS)","9003","4269","15342","9807","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","492125.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_255[] = {"2261","NAD83 / New York Central (ftUS)","9003","4269","15343","9807","8801","40.0","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","820208.333","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_256[] = {"2262","NAD83 / New York West (ftUS)","9003","4269","15344","9807","8801","40.0","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","1148291.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_257[] = {"2263","NAD83 / New York Long Island (ftUS)","9003","4269","15345","9802","8821","40.1","9110","8822","-74.0","9110","8823","41.02","9110","8824","40.4","9110","8826","984250.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_258[] = {"2264","NAD83 / North Carolina (ftUS)","9003","4269","15346","9802","8821","33.45","9110","8822","-79.0","9110","8823","36.1","9110","8824","34.2","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_259[] = {"2265","NAD83 / North Dakota North (ft)","9002","4269","15347","9802","8821","47.0","9110","8822","-100.3","9110","8823","48.44","9110","8824","47.26","9110","8826","1968503.937","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_260[] = {"2266","NAD83 / North Dakota South (ft)","9002","4269","15348","9802","8821","45.4","9110","8822","-100.3","9110","8823","47.29","9110","8824","46.11","9110","8826","1968503.937","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_261[] = {"2267","NAD83 / Oklahoma North (ftUS)","9003","4269","15349","9802","8821","35.0","9110","8822","-98.0","9110","8823","36.46","9110","8824","35.34","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_262[] = {"2268","NAD83 / Oklahoma South (ftUS)","9003","4269","15350","9802","8821","33.2","9110","8822","-98.0","9110","8823","35.14","9110","8824","33.56","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_263[] = {"2269","NAD83 / Oregon North (ft)","9002","4269","15351","9802","8821","43.4","9110","8822","-120.3","9110","8823","46.0","9110","8824","44.2","9110","8826","8202099.738","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_264[] = {"2270","NAD83 / Oregon South (ft)","9002","4269","15352","9802","8821","41.4","9110","8822","-120.3","9110","8823","44.0","9110","8824","42.2","9110","8826","4921259.843","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_265[] = {"2271","NAD83 / Pennsylvania North (ftUS)","9003","4269","15353","9802","8821","40.1","9110","8822","-77.45","9110","8823","41.57","9110","8824","40.53","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_266[] = {"2272","NAD83 / Pennsylvania South (ftUS)","9003","4269","15354","9802","8821","39.2","9110","8822","-77.45","9110","8823","40.58","9110","8824","39.56","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_267[] = {"2273","NAD83 / South Carolina (ft)","9002","4269","15355","9802","8821","31.5","9110","8822","-81.0","9110","8823","34.5","9110","8824","32.3","9110","8826","2000000.0","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_268[] = {"2274","NAD83 / Tennessee (ftUS)","9003","4269","15356","9802","8821","34.2","9110","8822","-86.0","9110","8823","36.25","9110","8824","35.15","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_269[] = {"2275","NAD83 / Texas North (ftUS)","9003","4269","15357","9802","8821","34.0","9110","8822","-101.3","9110","8823","36.11","9110","8824","34.39","9110","8826","656166.667","9003","8827","3280833.333","9003","",""," ",NULL};
-datafile_rows_t pcs_row_270[] = {"2276","NAD83 / Texas North Central (ftUS)","9003","4269","15358","9802","8821","31.4","9110","8822","-98.3","9110","8823","33.58","9110","8824","32.08","9110","8826","1968500.0","9003","8827","6561666.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_271[] = {"2277","NAD83 / Texas Central (ftUS)","9003","4269","15359","9802","8821","29.4","9110","8822","-100.2","9110","8823","31.53","9110","8824","30.07","9110","8826","2296583.333","9003","8827","9842500.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_272[] = {"2278","NAD83 / Texas South Central (ftUS)","9003","4269","15360","9802","8821","27.5","9110","8822","-99.0","9110","8823","30.17","9110","8824","28.23","9110","8826","1968500.0","9003","8827","13123333.333","9003","",""," ",NULL};
-datafile_rows_t pcs_row_273[] = {"2279","NAD83 / Texas South (ftUS)","9003","4269","15361","9802","8821","25.4","9110","8822","-98.3","9110","8823","27.5","9110","8824","26.1","9110","8826","984250.0","9003","8827","16404166.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_274[] = {"2280","NAD83 / Utah North (ft)","9002","4269","15362","9802","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","1640419.948","9002","8827","3280839.895","9002","",""," ",NULL};
-datafile_rows_t pcs_row_275[] = {"2281","NAD83 / Utah Central (ft)","9002","4269","15363","9802","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","1640419.948","9002","8827","6561679.79","9002","",""," ",NULL};
-datafile_rows_t pcs_row_276[] = {"2282","NAD83 / Utah South (ft)","9002","4269","15364","9802","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","1640419.948","9002","8827","9842519.685","9002","",""," ",NULL};
-datafile_rows_t pcs_row_277[] = {"2283","NAD83 / Virginia North (ftUS)","9003","4269","15365","9802","8821","37.4","9110","8822","-78.3","9110","8823","39.12","9110","8824","38.02","9110","8826","11482916.667","9003","8827","6561666.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_278[] = {"2284","NAD83 / Virginia South (ftUS)","9003","4269","15366","9802","8821","36.2","9110","8822","-78.3","9110","8823","37.58","9110","8824","36.46","9110","8826","11482916.667","9003","8827","3280833.333","9003","",""," ",NULL};
-datafile_rows_t pcs_row_279[] = {"2285","NAD83 / Washington North (ftUS)","9003","4269","15367","9802","8821","47.0","9110","8822","-120.5","9110","8823","48.44","9110","8824","47.3","9110","8826","1640416.667","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_280[] = {"2286","NAD83 / Washington South (ftUS)","9003","4269","15368","9802","8821","45.2","9110","8822","-120.3","9110","8823","47.2","9110","8824","45.5","9110","8826","1640416.667","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_281[] = {"2287","NAD83 / Wisconsin North (ftUS)","9003","4269","15369","9802","8821","45.1","9110","8822","-90.0","9110","8823","46.46","9110","8824","45.34","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_282[] = {"2288","NAD83 / Wisconsin Central (ftUS)","9003","4269","15370","9802","8821","43.5","9110","8822","-90.0","9110","8823","45.3","9110","8824","44.15","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_283[] = {"2289","NAD83 / Wisconsin South (ftUS)","9003","4269","15371","9802","8821","42.0","9110","8822","-90.0","9110","8823","44.04","9110","8824","42.44","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_284[] = {"2290","ATS77 / Prince Edward Isl. Stereographic (ATS77)","9001","4122","19933","9809","8801","47.15","9110","8802","-63.0","9110","8805","0.999912","9201","8806","700000.0","9001","8807","400000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_285[] = {"2291","NAD83(CSRS98) / Prince Edward Isl. Stereographic (NAD83)","9001","4122","19960","9809","8801","47.15","9110","8802","-63.0","9110","8805","0.999912","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_286[] = {"2292","NAD83(CSRS98) / Prince Edward Isl. Stereographic (NAD83)","9001","4140","19960","9809","8801","47.15","9110","8802","-63.0","9110","8805","0.999912","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_287[] = {"2294","ATS77 / MTM Nova Scotia zone 4","9001","4122","17794","9807","8801","0.0","9110","8802","-61.3","9110","8805","0.9999","9201","8806","4500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_288[] = {"2295","ATS77 / MTM Nova Scotia zone 5","9001","4122","17795","9807","8801","0.0","9110","8802","-64.3","9110","8805","0.9999","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_289[] = {"2296","Ammassalik 1958 / Greenland zone 7 east","9001","4196","18427","9826","8801","64.3","9110","8802","-40.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_290[] = {"2297","Qornoq 1927 / Greenland zone 1 east","9001","4194","18421","9826","8801","82.3","9110","8802","-40.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_291[] = {"2298","Qornoq 1927 / Greenland zone 2 east","9001","4194","18422","9826","8801","79.3","9110","8802","-24.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_292[] = {"2299","Qornoq 1927 / Greenland zone 2 west","9001","4194","18432","9826","8801","79.3","9110","8802","-64.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_293[] = {"2300","Qornoq 1927 / Greenland zone 3 east","9001","4194","18423","9826","8801","76.3","9110","8802","-20.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_294[] = {"2301","Qornoq 1927 / Greenland zone 3 west","9001","4194","18433","9826","8801","76.3","9110","8802","-64.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_295[] = {"2302","Qornoq 1927 / Greenland zone 4 east","9001","4194","18424","9826","8801","73.3","9110","8802","-24.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_296[] = {"2303","Qornoq 1927 / Greenland zone 4 west","9001","4194","18434","9826","8801","73.3","9110","8802","-52.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_297[] = {"2304","Qornoq 1927 / Greenland zone 5 west","9001","4194","18435","9826","8801","70.3","9110","8802","-52.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_298[] = {"2305","Qornoq 1927 / Greenland zone 6 west","9001","4194","18436","9826","8801","67.3","9110","8802","-52.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_299[] = {"2306","Qornoq 1927 / Greenland zone 7 west","9001","4194","18437","9826","8801","64.3","9110","8802","-52.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_300[] = {"2307","Qornoq 1927 / Greenland zone 8 east","9001","4194","18428","9826","8801","61.3","9110","8802","-48.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_301[] = {"2308","Batavia / TM 109 SE","9001","4211","16709","9807","8801","0.0","9102","8802","109.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_302[] = {"2309","WGS 84 / TM 116 SE","9001","4326","16716","9807","8801","0.0","9102","8802","116.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_303[] = {"2310","WGS 84 / TM 132 SE","9001","4326","16732","9807","8801","0.0","9102","8802","132.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_304[] = {"2311","WGS 84 / TM 6 NE","9001","4326","16406","9807","8801","0.0","9102","8802","6.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_305[] = {"2312","Garoua / UTM zone 33N","9001","4197","16033","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_306[] = {"2313","Kousseri / UTM zone 33N","9001","4198","16033","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_307[] = {"2314","Trinidad 1903 / Trinidad Grid (ftCla)","9005","4302","19975","9806","8801","10.263","9110","8802","-61.2","9110","8806","283800.0","9005","8807","214500.0","9005","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_308[] = {"2315","Campo Inchauspe / UTM zone 19S","9001","4221","16119","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_309[] = {"2316","Campo Inchauspe / UTM zone 20S","9001","4221","16120","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_310[] = {"2317","PSAD56 / ICN Regional","9001","4248","19976","9802","8821","6.0","9102","8822","-66.0","9102","8823","9.0","9102","8824","3.0","9102","8826","1000000.0","9001","8827","1000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_311[] = {"2318","Ain el Abd / Aramco Lambert","9001","4204","19977","9802","8821","25.0522236","9110","8822","48.0","9102","8823","17.0","9102","8824","33.0","9102","8826","0.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_312[] = {"2319","ED50 / TM27","9001","4230","16369","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_313[] = {"2320","ED50 / TM30","9001","4230","16370","9807","8801","0.0","9102","8802","30.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_314[] = {"2321","ED50 / TM33","9001","4230","16371","9807","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_315[] = {"2322","ED50 / TM36","9001","4230","16372","9807","8801","0.0","9102","8802","36.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_316[] = {"2323","ED50 / TM39","9001","4230","16373","9807","8801","0.0","9102","8802","39.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_317[] = {"2324","ED50 / TM42","9001","4230","16374","9807","8801","0.0","9102","8802","42.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_318[] = {"2325","ED50 / TM45","9001","4230","16375","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_319[] = {"2326","Hong Kong 1980 Grid System","9001","4611","19978","9807","8801","22.184368","9110","8802","114.10428","9110","8805","1.0","9201","8806","836694.05","9001","8807","819069.8","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_320[] = {"2327","Xian 1980 / Gauss-Kruger zone 13","9001","4610","16213","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","13500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_321[] = {"2328","Xian 1980 / Gauss-Kruger zone 14","9001","4610","16214","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","14500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_322[] = {"2329","Xian 1980 / Gauss-Kruger zone 15","9001","4610","16215","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","15500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_323[] = {"2330","Xian 1980 / Gauss-Kruger zone 16","9001","4610","16216","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","16500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_324[] = {"2331","Xian 1980 / Gauss-Kruger zone 17","9001","4610","16217","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","17500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_325[] = {"2332","Xian 1980 / Gauss-Kruger zone 18","9001","4610","16218","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","18500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_326[] = {"2333","Xian 1980 / Gauss-Kruger zone 19","9001","4610","16219","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","19500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_327[] = {"2334","Xian 1980 / Gauss-Kruger zone 20","9001","4610","16220","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","20500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_328[] = {"2335","Xian 1980 / Gauss-Kruger zone 21","9001","4610","16221","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","21500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_329[] = {"2336","Xian 1980 / Gauss-Kruger zone 22","9001","4610","16222","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","22500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_330[] = {"2337","Xian 1980 / Gauss-Kruger zone 23","9001","4610","16223","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","23500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_331[] = {"2338","Xian 1980 / Gauss-Kruger CM 75E","9001","4610","16313","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_332[] = {"2339","Xian 1980 / Gauss-Kruger CM 81E","9001","4610","16314","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_333[] = {"2340","Xian 1980 / Gauss-Kruger CM 87E","9001","4610","16315","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_334[] = {"2341","Xian 1980 / Gauss-Kruger CM 93E","9001","4610","16316","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_335[] = {"2342","Xian 1980 / Gauss-Kruger CM 99E","9001","4610","16317","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_336[] = {"2343","Xian 1980 / Gauss-Kruger CM 105E","9001","4610","16318","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_337[] = {"2344","Xian 1980 / Gauss-Kruger CM 111E","9001","4610","16319","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_338[] = {"2345","Xian 1980 / Gauss-Kruger CM 117E","9001","4610","16320","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_339[] = {"2346","Xian 1980 / Gauss-Kruger CM 123E","9001","4610","16321","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_340[] = {"2347","Xian 1980 / Gauss-Kruger CM 129E","9001","4610","16322","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_341[] = {"2348","Xian 1980 / Gauss-Kruger CM 135E","9001","4610","16323","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_342[] = {"2349","Xian 1980 / 3-degree Gauss-Kruger zone 25","9001","4610","16285","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","25500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_343[] = {"2350","Xian 1980 / 3-degree Gauss-Kruger zone 26","9001","4610","16286","9807","8801","0.0","9102","8802","78.0","9102","8805","1.0","9201","8806","26500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_344[] = {"2351","Xian 1980 / 3-degree Gauss-Kruger zone 27","9001","4610","16287","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","27500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_345[] = {"2352","Xian 1980 / 3-degree Gauss-Kruger zone 28","9001","4610","16288","9807","8801","0.0","9102","8802","84.0","9102","8805","1.0","9201","8806","28500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_346[] = {"2353","Xian 1980 / 3-degree Gauss-Kruger zone 29","9001","4610","16289","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","29500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_347[] = {"2354","Xian 1980 / 3-degree Gauss-Kruger zone 30","9001","4610","16290","9807","8801","0.0","9102","8802","90.0","9102","8805","1.0","9201","8806","30500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_348[] = {"2355","Xian 1980 / 3-degree Gauss-Kruger zone 31","9001","4610","16291","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","31500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_349[] = {"2356","Xian 1980 / 3-degree Gauss-Kruger zone 32","9001","4610","16292","9807","8801","0.0","9102","8802","96.0","9102","8805","1.0","9201","8806","32500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_350[] = {"2357","Xian 1980 / 3-degree Gauss-Kruger zone 33","9001","4610","16293","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","33500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_351[] = {"2358","Xian 1980 / 3-degree Gauss-Kruger zone 34","9001","4610","16294","9807","8801","0.0","9102","8802","102.0","9102","8805","1.0","9201","8806","34500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_352[] = {"2359","Xian 1980 / 3-degree Gauss-Kruger zone 35","9001","4610","16295","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","35500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_353[] = {"2360","Xian 1980 / 3-degree Gauss-Kruger zone 36","9001","4610","16296","9807","8801","0.0","9102","8802","108.0","9102","8805","1.0","9201","8806","36500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_354[] = {"2361","Xian 1980 / 3-degree Gauss-Kruger zone 37","9001","4610","16297","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","37500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_355[] = {"2362","Xian 1980 / 3-degree Gauss-Kruger zone 38","9001","4610","16298","9807","8801","0.0","9102","8802","114.0","9102","8805","1.0","9201","8806","38500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_356[] = {"2363","Xian 1980 / 3-degree Gauss-Kruger zone 39","9001","4610","16299","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","39500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_357[] = {"2364","Xian 1980 / 3-degree Gauss-Kruger zone 40","9001","4610","16070","9807","8801","0.0","9102","8802","120.0","9102","8805","1.0","9201","8806","40500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_358[] = {"2365","Xian 1980 / 3-degree Gauss-Kruger zone 41","9001","4610","16071","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","41500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_359[] = {"2366","Xian 1980 / 3-degree Gauss-Kruger zone 42","9001","4610","16072","9807","8801","0.0","9102","8802","126.0","9102","8805","1.0","9201","8806","42500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_360[] = {"2367","Xian 1980 / 3-degree Gauss-Kruger zone 43","9001","4610","16073","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","43500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_361[] = {"2368","Xian 1980 / 3-degree Gauss-Kruger zone 44","9001","4610","16074","9807","8801","0.0","9102","8802","132.0","9102","8805","1.0","9201","8806","44500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_362[] = {"2369","Xian 1980 / 3-degree Gauss-Kruger zone 45","9001","4610","16075","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","45500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_363[] = {"2370","Xian 1980 / 3-degree Gauss-Kruger CM 75E","9001","4610","16385","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_364[] = {"2371","Xian 1980 / 3-degree Gauss-Kruger CM 78E","9001","4610","16386","9807","8801","0.0","9102","8802","78.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_365[] = {"2372","Xian 1980 / 3-degree Gauss-Kruger CM 81E","9001","4610","16387","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_366[] = {"2373","Xian 1980 / 3-degree Gauss-Kruger CM 84E","9001","4610","16388","9807","8801","0.0","9102","8802","84.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_367[] = {"2374","Xian 1980 / 3-degree Gauss-Kruger CM 87E","9001","4610","16389","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_368[] = {"2375","Xian 1980 / 3-degree Gauss-Kruger CM 90E","9001","4610","16390","9807","8801","0.0","9102","8802","90.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_369[] = {"2376","Xian 1980 / 3-degree Gauss-Kruger CM 93E","9001","4610","16391","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_370[] = {"2377","Xian 1980 / 3-degree Gauss-Kruger CM 96E","9001","4610","16392","9807","8801","0.0","9102","8802","96.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_371[] = {"2378","Xian 1980 / 3-degree Gauss-Kruger CM 99E","9001","4610","16393","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_372[] = {"2379","Xian 1980 / 3-degree Gauss-Kruger CM 102E","9001","4610","16394","9807","8801","0.0","9102","8802","102.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_373[] = {"2380","Xian 1980 / 3-degree Gauss-Kruger CM 105E","9001","4610","16395","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_374[] = {"2381","Xian 1980 / 3-degree Gauss-Kruger CM 108E","9001","4610","16396","9807","8801","0.0","9102","8802","108.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_375[] = {"2382","Xian 1980 / 3-degree Gauss-Kruger CM 111E","9001","4610","16397","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_376[] = {"2383","Xian 1980 / 3-degree Gauss-Kruger CM 114E","9001","4610","16398","9807","8801","0.0","9102","8802","114.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_377[] = {"2384","Xian 1980 / 3-degree Gauss-Kruger CM 117E","9001","4610","16399","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_378[] = {"2385","Xian 1980 / 3-degree Gauss-Kruger CM 120E","9001","4610","16170","9807","8801","0.0","9102","8802","120.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_379[] = {"2386","Xian 1980 / 3-degree Gauss-Kruger CM 123E","9001","4610","16171","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_380[] = {"2387","Xian 1980 / 3-degree Gauss-Kruger CM 126E","9001","4610","16172","9807","8801","0.0","9102","8802","126.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_381[] = {"2388","Xian 1980 / 3-degree Gauss-Kruger CM 129E","9001","4610","16173","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_382[] = {"2389","Xian 1980 / 3-degree Gauss-Kruger CM 132E","9001","4610","16174","9807","8801","0.0","9102","8802","132.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_383[] = {"2390","Xian 1980 / 3-degree Gauss-Kruger CM 135E","9001","4610","16175","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_384[] = {"2391","KKJ / Finland zone 1","9001","4123","18191","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_385[] = {"2392","KKJ / Finland zone 2","9001","4123","18192","9807","8801","0.0","9102","8802","24.0","9102","8805","1.0","9201","8806","2500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_386[] = {"2393","KKJ / Finland Uniform Coordinate System","9001","4123","18193","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","3500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_387[] = {"2394","KKJ / Finland zone 4","9001","4123","18194","9807","8801","0.0","9102","8802","30.0","9102","8805","1.0","9201","8806","4500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_388[] = {"2395","South Yemen / Gauss-Kruger zone 8","9001","4164","16208","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","8500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_389[] = {"2396","South Yemen / Gauss-Kruger zone 9","9001","4164","16209","9807","8801","0.0","9102","8802","51.0","9102","8805","1.0","9201","8806","9500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_390[] = {"2397","Pulkovo 1942(83) / Gauss-Kruger zone 3","9001","4178","16263","9807","8801","0.0","9102","8802","9.0","9102","8805","1.0","9201","8806","3500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_391[] = {"2398","Pulkovo 1942(83) / Gauss-Kruger zone 4","9001","4178","16264","9807","8801","0.0","9102","8802","12.0","9102","8805","1.0","9201","8806","4500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_392[] = {"2399","Pulkovo 1942(83) / Gauss-Kruger zone 5","9001","4178","16265","9807","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_393[] = {"2400","RT90 2.5 gon W","9001","4124","19929","9807","8801","0.0","9110","8802","15.48298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_394[] = {"2401","Beijing 1954 / 3-degree Gauss-Kruger zone 25","9001","4214","16285","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","25500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_395[] = {"2402","Beijing 1954 / 3-degree Gauss-Kruger zone 26","9001","4214","16286","9807","8801","0.0","9102","8802","78.0","9102","8805","1.0","9201","8806","26500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_396[] = {"2403","Beijing 1954 / 3-degree Gauss-Kruger zone 27","9001","4214","16287","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","27500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_397[] = {"2404","Beijing 1954 / 3-degree Gauss-Kruger zone 28","9001","4214","16288","9807","8801","0.0","9102","8802","84.0","9102","8805","1.0","9201","8806","28500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_398[] = {"2405","Beijing 1954 / 3-degree Gauss-Kruger zone 29","9001","4214","16289","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","29500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_399[] = {"2406","Beijing 1954 / 3-degree Gauss-Kruger zone 30","9001","4214","16290","9807","8801","0.0","9102","8802","90.0","9102","8805","1.0","9201","8806","30500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_400[] = {"2407","Beijing 1954 / 3-degree Gauss-Kruger zone 31","9001","4214","16291","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","31500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_401[] = {"2408","Beijing 1954 / 3-degree Gauss-Kruger zone 32","9001","4214","16292","9807","8801","0.0","9102","8802","96.0","9102","8805","1.0","9201","8806","32500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_402[] = {"2409","Beijing 1954 / 3-degree Gauss-Kruger zone 33","9001","4214","16293","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","33500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_403[] = {"2410","Beijing 1954 / 3-degree Gauss-Kruger zone 34","9001","4214","16294","9807","8801","0.0","9102","8802","102.0","9102","8805","1.0","9201","8806","34500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_404[] = {"2411","Beijing 1954 / 3-degree Gauss-Kruger zone 35","9001","4214","16295","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","35500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_405[] = {"2412","Beijing 1954 / 3-degree Gauss-Kruger zone 36","9001","4214","16296","9807","8801","0.0","9102","8802","108.0","9102","8805","1.0","9201","8806","36500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_406[] = {"2413","Beijing 1954 / 3-degree Gauss-Kruger zone 37","9001","4214","16297","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","37500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_407[] = {"2414","Beijing 1954 / 3-degree Gauss-Kruger zone 38","9001","4214","16298","9807","8801","0.0","9102","8802","114.0","9102","8805","1.0","9201","8806","38500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_408[] = {"2415","Beijing 1954 / 3-degree Gauss-Kruger zone 39","9001","4214","16299","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","39500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_409[] = {"2416","Beijing 1954 / 3-degree Gauss-Kruger zone 40","9001","4214","16070","9807","8801","0.0","9102","8802","120.0","9102","8805","1.0","9201","8806","40500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_410[] = {"2417","Beijing 1954 / 3-degree Gauss-Kruger zone 41","9001","4214","16071","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","41500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_411[] = {"2418","Beijing 1954 / 3-degree Gauss-Kruger zone 42","9001","4214","16072","9807","8801","0.0","9102","8802","126.0","9102","8805","1.0","9201","8806","42500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_412[] = {"2419","Beijing 1954 / 3-degree Gauss-Kruger zone 43","9001","4214","16073","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","43500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_413[] = {"2420","Beijing 1954 / 3-degree Gauss-Kruger zone 44","9001","4214","16074","9807","8801","0.0","9102","8802","132.0","9102","8805","1.0","9201","8806","44500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_414[] = {"2421","Beijing 1954 / 3-degree Gauss-Kruger zone 45","9001","4214","16075","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","45500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_415[] = {"2422","Beijing 1954 / 3-degree Gauss-Kruger CM 75E","9001","4214","16385","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_416[] = {"2423","Beijing 1954 / 3-degree Gauss-Kruger CM 78E","9001","4214","16386","9807","8801","0.0","9102","8802","78.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_417[] = {"2424","Beijing 1954 / 3-degree Gauss-Kruger CM 81E","9001","4214","16387","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_418[] = {"2425","Beijing 1954 / 3-degree Gauss-Kruger CM 84E","9001","4214","16388","9807","8801","0.0","9102","8802","84.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_419[] = {"2426","Beijing 1954 / 3-degree Gauss-Kruger CM 87E","9001","4214","16389","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_420[] = {"2427","Beijing 1954 / 3-degree Gauss-Kruger CM 90E","9001","4214","16390","9807","8801","0.0","9102","8802","90.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_421[] = {"2428","Beijing 1954 / 3-degree Gauss-Kruger CM 93E","9001","4214","16391","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_422[] = {"2429","Beijing 1954 / 3-degree Gauss-Kruger CM 96E","9001","4214","16392","9807","8801","0.0","9102","8802","96.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_423[] = {"2430","Beijing 1954 / 3-degree Gauss-Kruger CM 99E","9001","4214","16393","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_424[] = {"2431","Beijing 1954 / 3-degree Gauss-Kruger CM 102E","9001","4214","16394","9807","8801","0.0","9102","8802","102.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_425[] = {"2432","Beijing 1954 / 3-degree Gauss-Kruger CM 105E","9001","4214","16395","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_426[] = {"2433","Beijing 1954 / 3-degree Gauss-Kruger CM 108E","9001","4214","16396","9807","8801","0.0","9102","8802","108.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_427[] = {"2434","Beijing 1954 / 3-degree Gauss-Kruger CM 111E","9001","4214","16397","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_428[] = {"2435","Beijing 1954 / 3-degree Gauss-Kruger CM 114E","9001","4214","16398","9807","8801","0.0","9102","8802","114.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_429[] = {"2436","Beijing 1954 / 3-degree Gauss-Kruger CM 117E","9001","4214","16399","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_430[] = {"2437","Beijing 1954 / 3-degree Gauss-Kruger CM 120E","9001","4214","16170","9807","8801","0.0","9102","8802","120.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_431[] = {"2438","Beijing 1954 / 3-degree Gauss-Kruger CM 123E","9001","4214","16171","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_432[] = {"2439","Beijing 1954 / 3-degree Gauss-Kruger CM 126E","9001","4214","16172","9807","8801","0.0","9102","8802","126.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_433[] = {"2440","Beijing 1954 / 3-degree Gauss-Kruger CM 129E","9001","4214","16173","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_434[] = {"2441","Beijing 1954 / 3-degree Gauss-Kruger CM 132E","9001","4214","16174","9807","8801","0.0","9102","8802","132.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_435[] = {"2442","Beijing 1954 / 3-degree Gauss-Kruger CM 135E","9001","4214","16175","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_436[] = {"2443","JGD2000 / Japan Plane Rectangular CS I","9001","4612","17801","9807","8801","33.0","9110","8802","129.3","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_437[] = {"2444","JGD2000 / Japan Plane Rectangular CS II","9001","4612","17802","9807","8801","33.0","9110","8802","131.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_438[] = {"2445","JGD2000 / Japan Plane Rectangular CS III","9001","4612","17803","9807","8801","36.0","9110","8802","132.1","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_439[] = {"2446","JGD2000 / Japan Plane Rectangular CS IV","9001","4612","17804","9807","8801","33.0","9110","8802","133.3","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_440[] = {"2447","JGD2000 / Japan Plane Rectangular CS V","9001","4612","17805","9807","8801","36.0","9110","8802","134.2","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_441[] = {"2448","JGD2000 / Japan Plane Rectangular CS VI","9001","4612","17806","9807","8801","36.0","9110","8802","136.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_442[] = {"2449","JGD2000 / Japan Plane Rectangular CS VII","9001","4612","17807","9807","8801","36.0","9110","8802","137.1","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_443[] = {"2450","JGD2000 / Japan Plane Rectangular CS VIII","9001","4612","17808","9807","8801","36.0","9110","8802","138.3","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_444[] = {"2451","JGD2000 / Japan Plane Rectangular CS IX","9001","4612","17809","9807","8801","36.0","9110","8802","139.5","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_445[] = {"2452","JGD2000 / Japan Plane Rectangular CS X","9001","4612","17810","9807","8801","40.0","9110","8802","140.5","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_446[] = {"2453","JGD2000 / Japan Plane Rectangular CS XI","9001","4612","17811","9807","8801","44.0","9110","8802","140.15","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_447[] = {"2454","JGD2000 / Japan Plane Rectangular CS XII","9001","4612","17812","9807","8801","44.0","9110","8802","142.15","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_448[] = {"2455","JGD2000 / Japan Plane Rectangular CS XIII","9001","4612","17813","9807","8801","44.0","9110","8802","144.15","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_449[] = {"2456","JGD2000 / Japan Plane Rectangular CS XIV","9001","4612","17814","9807","8801","26.0","9110","8802","142.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_450[] = {"2457","JGD2000 / Japan Plane Rectangular CS XV","9001","4612","17815","9807","8801","26.0","9110","8802","127.3","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_451[] = {"2458","JGD2000 / Japan Plane Rectangular CS XVI","9001","4612","17816","9807","8801","26.0","9110","8802","124.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_452[] = {"2459","JGD2000 / Japan Plane Rectangular CS XVII","9001","4612","17817","9807","8801","26.0","9110","8802","131.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_453[] = {"2460","JGD2000 / Japan Plane Rectangular CS XVIII","9001","4612","17818","9807","8801","20.0","9110","8802","136.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_454[] = {"2461","JGD2000 / Japan Plane Rectangular CS XIX","9001","4612","17819","9807","8801","26.0","9110","8802","154.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_455[] = {"2462","Albanian 1987 / Gauss-Kruger zone 4","9001","4191","16204","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","4500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_456[] = {"2463","Pulkovo 1995 / Gauss-Kruger CM 21E","9001","4200","16304","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_457[] = {"2464","Pulkovo 1995 / Gauss-Kruger CM 27E","9001","4200","16305","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_458[] = {"2465","Pulkovo 1995 / Gauss-Kruger CM 33E","9001","4200","16306","9807","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_459[] = {"2466","Pulkovo 1995 / Gauss-Kruger CM 39E","9001","4200","16307","9807","8801","0.0","9102","8802","39.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_460[] = {"2467","Pulkovo 1995 / Gauss-Kruger CM 45E","9001","4200","16308","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_461[] = {"2468","Pulkovo 1995 / Gauss-Kruger CM 51E","9001","4200","16309","9807","8801","0.0","9102","8802","51.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_462[] = {"2469","Pulkovo 1995 / Gauss-Kruger CM 57E","9001","4200","16310","9807","8801","0.0","9102","8802","57.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_463[] = {"2470","Pulkovo 1995 / Gauss-Kruger CM 63E","9001","4200","16311","9807","8801","0.0","9102","8802","63.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_464[] = {"2471","Pulkovo 1995 / Gauss-Kruger CM 69E","9001","4200","16312","9807","8801","0.0","9102","8802","69.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_465[] = {"2472","Pulkovo 1995 / Gauss-Kruger CM 75E","9001","4200","16313","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_466[] = {"2473","Pulkovo 1995 / Gauss-Kruger CM 81E","9001","4200","16314","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_467[] = {"2474","Pulkovo 1995 / Gauss-Kruger CM 87E","9001","4200","16315","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_468[] = {"2475","Pulkovo 1995 / Gauss-Kruger CM 93E","9001","4200","16316","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_469[] = {"2476","Pulkovo 1995 / Gauss-Kruger CM 99E","9001","4200","16317","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_470[] = {"2477","Pulkovo 1995 / Gauss-Kruger CM 105E","9001","4200","16318","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_471[] = {"2478","Pulkovo 1995 / Gauss-Kruger CM 111E","9001","4200","16319","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_472[] = {"2479","Pulkovo 1995 / Gauss-Kruger CM 117E","9001","4200","16320","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_473[] = {"2480","Pulkovo 1995 / Gauss-Kruger CM 123E","9001","4200","16321","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_474[] = {"2481","Pulkovo 1995 / Gauss-Kruger CM 129E","9001","4200","16322","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_475[] = {"2482","Pulkovo 1995 / Gauss-Kruger CM 135E","9001","4200","16323","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_476[] = {"2483","Pulkovo 1995 / Gauss-Kruger CM 141E","9001","4200","16324","9807","8801","0.0","9102","8802","141.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_477[] = {"2484","Pulkovo 1995 / Gauss-Kruger CM 147E","9001","4200","16325","9807","8801","0.0","9102","8802","147.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_478[] = {"2485","Pulkovo 1995 / Gauss-Kruger CM 153E","9001","4200","16326","9807","8801","0.0","9102","8802","153.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_479[] = {"2486","Pulkovo 1995 / Gauss-Kruger CM 159E","9001","4200","16327","9807","8801","0.0","9102","8802","159.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_480[] = {"2487","Pulkovo 1995 / Gauss-Kruger CM 165E","9001","4200","16328","9807","8801","0.0","9102","8802","165.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_481[] = {"2488","Pulkovo 1995 / Gauss-Kruger CM 171E","9001","4200","16329","9807","8801","0.0","9102","8802","171.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_482[] = {"2489","Pulkovo 1995 / Gauss-Kruger CM 177E","9001","4200","16330","9807","8801","0.0","9102","8802","177.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_483[] = {"2490","Pulkovo 1995 / Gauss-Kruger CM 177W","9001","4200","16331","9807","8801","0.0","9102","8802","-177.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_484[] = {"2491","Pulkovo 1995 / Gauss-Kruger CM 171W","9001","4200","16332","9807","8801","0.0","9102","8802","-171.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_485[] = {"2492","Pulkovo 1942 / Gauss-Kruger CM 9E","9001","4284","16302","9807","8801","0.0","9102","8802","9.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_486[] = {"2493","Pulkovo 1942 / Gauss-Kruger CM 15E","9001","4284","16303","9807","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_487[] = {"2494","Pulkovo 1942 / Gauss-Kruger CM 21E","9001","4284","16304","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_488[] = {"2495","Pulkovo 1942 / Gauss-Kruger CM 27E","9001","4284","16305","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_489[] = {"2496","Pulkovo 1942 / Gauss-Kruger CM 33E","9001","4284","16306","9807","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_490[] = {"2497","Pulkovo 1942 / Gauss-Kruger CM 39E","9001","4284","16307","9807","8801","0.0","9102","8802","39.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_491[] = {"2498","Pulkovo 1942 / Gauss-Kruger CM 45E","9001","4284","16308","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_492[] = {"2499","Pulkovo 1942 / Gauss-Kruger CM 51E","9001","4284","16309","9807","8801","0.0","9102","8802","51.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_493[] = {"2500","Pulkovo 1942 / Gauss-Kruger CM 57E","9001","4284","16310","9807","8801","0.0","9102","8802","57.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_494[] = {"2501","Pulkovo 1942 / Gauss-Kruger CM 63E","9001","4284","16311","9807","8801","0.0","9102","8802","63.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_495[] = {"2502","Pulkovo 1942 / Gauss-Kruger CM 69E","9001","4284","16312","9807","8801","0.0","9102","8802","69.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_496[] = {"2503","Pulkovo 1942 / Gauss-Kruger CM 75E","9001","4284","16313","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_497[] = {"2504","Pulkovo 1942 / Gauss-Kruger CM 81E","9001","4284","16314","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_498[] = {"2505","Pulkovo 1942 / Gauss-Kruger CM 87E","9001","4284","16315","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_499[] = {"2506","Pulkovo 1942 / Gauss-Kruger CM 93E","9001","4284","16316","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_500[] = {"2507","Pulkovo 1942 / Gauss-Kruger CM 99E","9001","4284","16317","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_501[] = {"2508","Pulkovo 1942 / Gauss-Kruger CM 105E","9001","4284","16318","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_502[] = {"2509","Pulkovo 1942 / Gauss-Kruger CM 111E","9001","4284","16319","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_503[] = {"2510","Pulkovo 1942 / Gauss-Kruger CM 117E","9001","4284","16320","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_504[] = {"2511","Pulkovo 1942 / Gauss-Kruger CM 123E","9001","4284","16321","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_505[] = {"2512","Pulkovo 1942 / Gauss-Kruger CM 129E","9001","4284","16322","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_506[] = {"2513","Pulkovo 1942 / Gauss-Kruger CM 135E","9001","4284","16323","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_507[] = {"2514","Pulkovo 1942 / Gauss-Kruger CM 141E","9001","4284","16324","9807","8801","0.0","9102","8802","141.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_508[] = {"2515","Pulkovo 1942 / Gauss-Kruger CM 147E","9001","4284","16325","9807","8801","0.0","9102","8802","147.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_509[] = {"2516","Pulkovo 1942 / Gauss-Kruger CM 153E","9001","4284","16326","9807","8801","0.0","9102","8802","153.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_510[] = {"2517","Pulkovo 1942 / Gauss-Kruger CM 159E","9001","4284","16327","9807","8801","0.0","9102","8802","159.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_511[] = {"2518","Pulkovo 1942 / Gauss-Kruger CM 165E","9001","4284","16328","9807","8801","0.0","9102","8802","165.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_512[] = {"2519","Pulkovo 1942 / Gauss-Kruger CM 171E","9001","4284","16329","9807","8801","0.0","9102","8802","171.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_513[] = {"2520","Pulkovo 1942 / Gauss-Kruger CM 177E","9001","4284","16330","9807","8801","0.0","9102","8802","177.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_514[] = {"2521","Pulkovo 1942 / Gauss-Kruger CM 177W","9001","4284","16331","9807","8801","0.0","9102","8802","-177.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_515[] = {"2522","Pulkovo 1942 / Gauss-Kruger CM 171W","9001","4284","16332","9807","8801","0.0","9102","8802","-171.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_516[] = {"2523","Pulkovo 1942 / 3-degree Gauss-Kruger zone 7","9001","4284","16267","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","7500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_517[] = {"2524","Pulkovo 1942 / 3-degree Gauss-Kruger zone 8","9001","4284","16268","9807","8801","0.0","9102","8802","24.0","9102","8805","1.0","9201","8806","8500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_518[] = {"2525","Pulkovo 1942 / 3-degree Gauss-Kruger zone 9","9001","4284","16269","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","9500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_519[] = {"2526","Pulkovo 1942 / 3-degree Gauss-Kruger zone 10","9001","4284","16270","9807","8801","0.0","9102","8802","30.0","9102","8805","1.0","9201","8806","10500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_520[] = {"2527","Pulkovo 1942 / 3-degree Gauss-Kruger zone 11","9001","4284","16271","9807","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","11500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_521[] = {"2528","Pulkovo 1942 / 3-degree Gauss-Kruger zone 12","9001","4284","16272","9807","8801","0.0","9102","8802","36.0","9102","8805","1.0","9201","8806","12500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_522[] = {"2529","Pulkovo 1942 / 3-degree Gauss-Kruger zone 13","9001","4284","16273","9807","8801","0.0","9102","8802","39.0","9102","8805","1.0","9201","8806","13500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_523[] = {"2530","Pulkovo 1942 / 3-degree Gauss-Kruger zone 14","9001","4284","16274","9807","8801","0.0","9102","8802","42.0","9102","8805","1.0","9201","8806","14500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_524[] = {"2531","Pulkovo 1942 / 3-degree Gauss-Kruger zone 15","9001","4284","16275","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","15500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_525[] = {"2532","Pulkovo 1942 / 3-degree Gauss-Kruger zone 16","9001","4284","16276","9807","8801","0.0","9102","8802","48.0","9102","8805","1.0","9201","8806","16500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_526[] = {"2533","Pulkovo 1942 / 3-degree Gauss-Kruger zone 17","9001","4284","16277","9807","8801","0.0","9102","8802","51.0","9102","8805","1.0","9201","8806","17500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_527[] = {"2534","Pulkovo 1942 / 3-degree Gauss-Kruger zone 18","9001","4284","16278","9807","8801","0.0","9102","8802","54.0","9102","8805","1.0","9201","8806","18500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_528[] = {"2535","Pulkovo 1942 / 3-degree Gauss-Kruger zone 19","9001","4284","16279","9807","8801","0.0","9102","8802","57.0","9102","8805","1.0","9201","8806","19500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_529[] = {"2536","Pulkovo 1942 / 3-degree Gauss-Kruger zone 20","9001","4284","16280","9807","8801","0.0","9102","8802","60.0","9102","8805","1.0","9201","8806","20500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_530[] = {"2537","Pulkovo 1942 / 3-degree Gauss-Kruger zone 21","9001","4284","16281","9807","8801","0.0","9102","8802","63.0","9102","8805","1.0","9201","8806","21500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_531[] = {"2538","Pulkovo 1942 / 3-degree Gauss-Kruger zone 22","9001","4284","16282","9807","8801","0.0","9102","8802","66.0","9102","8805","1.0","9201","8806","22500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_532[] = {"2539","Pulkovo 1942 / 3-degree Gauss-Kruger zone 23","9001","4284","16283","9807","8801","0.0","9102","8802","69.0","9102","8805","1.0","9201","8806","23500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_533[] = {"2540","Pulkovo 1942 / 3-degree Gauss-Kruger zone 24","9001","4284","16284","9807","8801","0.0","9102","8802","72.0","9102","8805","1.0","9201","8806","24500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_534[] = {"2541","Pulkovo 1942 / 3-degree Gauss-Kruger zone 25","9001","4284","16285","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","25500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_535[] = {"2542","Pulkovo 1942 / 3-degree Gauss-Kruger zone 26","9001","4284","16286","9807","8801","0.0","9102","8802","78.0","9102","8805","1.0","9201","8806","26500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_536[] = {"2543","Pulkovo 1942 / 3-degree Gauss-Kruger zone 27","9001","4284","16287","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","27500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_537[] = {"2544","Pulkovo 1942 / 3-degree Gauss-Kruger zone 28","9001","4284","16288","9807","8801","0.0","9102","8802","84.0","9102","8805","1.0","9201","8806","28500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_538[] = {"2545","Pulkovo 1942 / 3-degree Gauss-Kruger zone 29","9001","4284","16289","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","29500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_539[] = {"2546","Pulkovo 1942 / 3-degree Gauss-Kruger zone 30","9001","4284","16290","9807","8801","0.0","9102","8802","90.0","9102","8805","1.0","9201","8806","30500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_540[] = {"2547","Pulkovo 1942 / 3-degree Gauss-Kruger zone 31","9001","4284","16291","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","31500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_541[] = {"2548","Pulkovo 1942 / 3-degree Gauss-Kruger zone 32","9001","4284","16292","9807","8801","0.0","9102","8802","96.0","9102","8805","1.0","9201","8806","32500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_542[] = {"2549","Pulkovo 1942 / 3-degree Gauss-Kruger zone 33","9001","4284","16293","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","33500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_543[] = {"2550","Samboja / UTM zone 50S","9001","4125","16150","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_544[] = {"2551","Pulkovo 1942 / 3-degree Gauss-Kruger zone 34","9001","4284","16294","9807","8801","0.0","9102","8802","102.0","9102","8805","1.0","9201","8806","34500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_545[] = {"2552","Pulkovo 1942 / 3-degree Gauss-Kruger zone 35","9001","4284","16295","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","35500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_546[] = {"2553","Pulkovo 1942 / 3-degree Gauss-Kruger zone 36","9001","4284","16296","9807","8801","0.0","9102","8802","108.0","9102","8805","1.0","9201","8806","36500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_547[] = {"2554","Pulkovo 1942 / 3-degree Gauss-Kruger zone 37","9001","4284","16297","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","37500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_548[] = {"2555","Pulkovo 1942 / 3-degree Gauss-Kruger zone 38","9001","4284","16298","9807","8801","0.0","9102","8802","114.0","9102","8805","1.0","9201","8806","38500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_549[] = {"2556","Pulkovo 1942 / 3-degree Gauss-Kruger zone 39","9001","4284","16299","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","39500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_550[] = {"2557","Pulkovo 1942 / 3-degree Gauss-Kruger zone 40","9001","4284","16070","9807","8801","0.0","9102","8802","120.0","9102","8805","1.0","9201","8806","40500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_551[] = {"2558","Pulkovo 1942 / 3-degree Gauss-Kruger zone 41","9001","4284","16071","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","41500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_552[] = {"2559","Pulkovo 1942 / 3-degree Gauss-Kruger zone 42","9001","4284","16072","9807","8801","0.0","9102","8802","126.0","9102","8805","1.0","9201","8806","42500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_553[] = {"2560","Pulkovo 1942 / 3-degree Gauss-Kruger zone 43","9001","4284","16073","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","43500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_554[] = {"2561","Pulkovo 1942 / 3-degree Gauss-Kruger zone 44","9001","4284","16074","9807","8801","0.0","9102","8802","132.0","9102","8805","1.0","9201","8806","44500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_555[] = {"2562","Pulkovo 1942 / 3-degree Gauss-Kruger zone 45","9001","4284","16075","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","45500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_556[] = {"2563","Pulkovo 1942 / 3-degree Gauss-Kruger zone 46","9001","4284","16076","9807","8801","0.0","9102","8802","138.0","9102","8805","1.0","9201","8806","46500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_557[] = {"2564","Pulkovo 1942 / 3-degree Gauss-Kruger zone 47","9001","4284","16077","9807","8801","0.0","9102","8802","141.0","9102","8805","1.0","9201","8806","47500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_558[] = {"2565","Pulkovo 1942 / 3-degree Gauss-Kruger zone 48","9001","4284","16078","9807","8801","0.0","9102","8802","144.0","9102","8805","1.0","9201","8806","48500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_559[] = {"2566","Pulkovo 1942 / 3-degree Gauss-Kruger zone 49","9001","4284","16079","9807","8801","0.0","9102","8802","147.0","9102","8805","1.0","9201","8806","49500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_560[] = {"2567","Pulkovo 1942 / 3-degree Gauss-Kruger zone 50","9001","4284","16080","9807","8801","0.0","9102","8802","150.0","9102","8805","1.0","9201","8806","50500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_561[] = {"2568","Pulkovo 1942 / 3-degree Gauss-Kruger zone 51","9001","4284","16081","9807","8801","0.0","9102","8802","153.0","9102","8805","1.0","9201","8806","51500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_562[] = {"2569","Pulkovo 1942 / 3-degree Gauss-Kruger zone 52","9001","4284","16082","9807","8801","0.0","9102","8802","156.0","9102","8805","1.0","9201","8806","52500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_563[] = {"2570","Pulkovo 1942 / 3-degree Gauss-Kruger zone 53","9001","4284","16083","9807","8801","0.0","9102","8802","159.0","9102","8805","1.0","9201","8806","53500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_564[] = {"2571","Pulkovo 1942 / 3-degree Gauss-Kruger zone 54","9001","4284","16084","9807","8801","0.0","9102","8802","162.0","9102","8805","1.0","9201","8806","54500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_565[] = {"2572","Pulkovo 1942 / 3-degree Gauss-Kruger zone 55","9001","4284","16085","9807","8801","0.0","9102","8802","165.0","9102","8805","1.0","9201","8806","55500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_566[] = {"2573","Pulkovo 1942 / 3-degree Gauss-Kruger zone 56","9001","4284","16086","9807","8801","0.0","9102","8802","168.0","9102","8805","1.0","9201","8806","56500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_567[] = {"2574","Pulkovo 1942 / 3-degree Gauss-Kruger zone 57","9001","4284","16087","9807","8801","0.0","9102","8802","171.0","9102","8805","1.0","9201","8806","57500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_568[] = {"2575","Pulkovo 1942 / 3-degree Gauss-Kruger zone 58","9001","4284","16088","9807","8801","0.0","9102","8802","174.0","9102","8805","1.0","9201","8806","58500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_569[] = {"2576","Pulkovo 1942 / 3-degree Gauss-Kruger zone 59","9001","4284","16089","9807","8801","0.0","9102","8802","177.0","9102","8805","1.0","9201","8806","59500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_570[] = {"2577","Pulkovo 1942 / 3-degree Gauss-Kruger zone 60","9001","4284","16090","9807","8801","0.0","9102","8802","180.0","9102","8805","1.0","9201","8806","60000000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_571[] = {"2578","Pulkovo 1942 / 3-degree Gauss-Kruger zone 61","9001","4284","16091","9807","8801","0.0","9102","8802","-177.0","9102","8805","1.0","9201","8806","61500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_572[] = {"2579","Pulkovo 1942 / 3-degree Gauss-Kruger zone 62","9001","4284","16092","9807","8801","0.0","9102","8802","-174.0","9102","8805","1.0","9201","8806","62500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_573[] = {"2580","Pulkovo 1942 / 3-degree Gauss-Kruger zone 63","9001","4284","16093","9807","8801","0.0","9102","8802","-171.0","9102","8805","1.0","9201","8806","63500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_574[] = {"2581","Pulkovo 1942 / 3-degree Gauss-Kruger zone 64","9001","4284","16094","9807","8801","0.0","9102","8802","-168.0","9102","8805","1.0","9201","8806","64500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_575[] = {"2582","Pulkovo 1942 / 3-degree Gauss-Kruger CM 21E","9001","4284","16367","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_576[] = {"2583","Pulkovo 1942 / 3-degree Gauss-Kruger CM 24E","9001","4284","16368","9807","8801","0.0","9102","8802","24.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_577[] = {"2584","Pulkovo 1942 / 3-degree Gauss-Kruger CM 27E","9001","4284","16369","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_578[] = {"2585","Pulkovo 1942 / 3-degree Gauss-Kruger CM 30E","9001","4284","16370","9807","8801","0.0","9102","8802","30.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_579[] = {"2586","Pulkovo 1942 / 3-degree Gauss-Kruger CM 33E","9001","4284","16371","9807","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_580[] = {"2587","Pulkovo 1942 / 3-degree Gauss-Kruger CM 36E","9001","4284","16372","9807","8801","0.0","9102","8802","36.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_581[] = {"2588","Pulkovo 1942 / 3-degree Gauss-Kruger CM 39E","9001","4284","16373","9807","8801","0.0","9102","8802","39.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_582[] = {"2589","Pulkovo 1942 / 3-degree Gauss-Kruger CM 42E","9001","4284","16374","9807","8801","0.0","9102","8802","42.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_583[] = {"2590","Pulkovo 1942 / 3-degree Gauss-Kruger CM 45E","9001","4284","16375","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_584[] = {"2591","Pulkovo 1942 / 3-degree Gauss-Kruger CM 48E","9001","4284","16376","9807","8801","0.0","9102","8802","48.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_585[] = {"2592","Pulkovo 1942 / 3-degree Gauss-Kruger CM 51E","9001","4284","16377","9807","8801","0.0","9102","8802","51.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_586[] = {"2593","Pulkovo 1942 / 3-degree Gauss-Kruger CM 54E","9001","4284","16378","9807","8801","0.0","9102","8802","54.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_587[] = {"2594","Pulkovo 1942 / 3-degree Gauss-Kruger CM 57E","9001","4284","16379","9807","8801","0.0","9102","8802","57.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_588[] = {"2595","Pulkovo 1942 / 3-degree Gauss-Kruger CM 60E","9001","4284","16380","9807","8801","0.0","9102","8802","60.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_589[] = {"2596","Pulkovo 1942 / 3-degree Gauss-Kruger CM 63E","9001","4284","16381","9807","8801","0.0","9102","8802","63.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_590[] = {"2597","Pulkovo 1942 / 3-degree Gauss-Kruger CM 66E","9001","4284","16382","9807","8801","0.0","9102","8802","66.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_591[] = {"2598","Pulkovo 1942 / 3-degree Gauss-Kruger CM 69E","9001","4284","16383","9807","8801","0.0","9102","8802","69.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_592[] = {"2599","Pulkovo 1942 / 3-degree Gauss-Kruger CM 72E","9001","4284","16384","9807","8801","0.0","9102","8802","72.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_593[] = {"2600","Lietuvos Koordinoei Sistema 1994","9001","4126","19934","9807","8801","0.0","9102","8802","24.0","9102","8805","0.9998","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_594[] = {"2601","Pulkovo 1942 / 3-degree Gauss-Kruger CM 75E","9001","4284","16385","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_595[] = {"2602","Pulkovo 1942 / 3-degree Gauss-Kruger CM 78E","9001","4284","16386","9807","8801","0.0","9102","8802","78.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_596[] = {"2603","Pulkovo 1942 / 3-degree Gauss-Kruger CM 81E","9001","4284","16387","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_597[] = {"2604","Pulkovo 1942 / 3-degree Gauss-Kruger CM 84E","9001","4284","16388","9807","8801","0.0","9102","8802","84.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_598[] = {"2605","Pulkovo 1942 / 3-degree Gauss-Kruger CM 87E","9001","4284","16389","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_599[] = {"2606","Pulkovo 1942 / 3-degree Gauss-Kruger CM 90E","9001","4284","16390","9807","8801","0.0","9102","8802","90.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_600[] = {"2607","Pulkovo 1942 / 3-degree Gauss-Kruger CM 93E","9001","4284","16391","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_601[] = {"2608","Pulkovo 1942 / 3-degree Gauss-Kruger CM 96E","9001","4284","16392","9807","8801","0.0","9102","8802","96.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_602[] = {"2609","Pulkovo 1942 / 3-degree Gauss-Kruger CM 99E","9001","4284","16393","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_603[] = {"2610","Pulkovo 1942 / 3-degree Gauss-Kruger CM 102E","9001","4284","16394","9807","8801","0.0","9102","8802","102.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_604[] = {"2611","Pulkovo 1942 / 3-degree Gauss-Kruger CM 105E","9001","4284","16395","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_605[] = {"2612","Pulkovo 1942 / 3-degree Gauss-Kruger CM 108E","9001","4284","16396","9807","8801","0.0","9102","8802","108.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_606[] = {"2613","Pulkovo 1942 / 3-degree Gauss-Kruger CM 111E","9001","4284","16397","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_607[] = {"2614","Pulkovo 1942 / 3-degree Gauss-Kruger CM 114E","9001","4284","16398","9807","8801","0.0","9102","8802","114.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_608[] = {"2615","Pulkovo 1942 / 3-degree Gauss-Kruger CM 117E","9001","4284","16399","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_609[] = {"2616","Pulkovo 1942 / 3-degree Gauss-Kruger CM 120E","9001","4284","16170","9807","8801","0.0","9102","8802","120.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_610[] = {"2617","Pulkovo 1942 / 3-degree Gauss-Kruger CM 123E","9001","4284","16171","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_611[] = {"2618","Pulkovo 1942 / 3-degree Gauss-Kruger CM 126E","9001","4284","16172","9807","8801","0.0","9102","8802","126.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_612[] = {"2619","Pulkovo 1942 / 3-degree Gauss-Kruger CM 129E","9001","4284","16173","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_613[] = {"2620","Pulkovo 1942 / 3-degree Gauss-Kruger CM 132E","9001","4284","16174","9807","8801","0.0","9102","8802","132.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_614[] = {"2621","Pulkovo 1942 / 3-degree Gauss-Kruger CM 135E","9001","4284","16175","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_615[] = {"2622","Pulkovo 1942 / 3-degree Gauss-Kruger CM 138E","9001","4284","16176","9807","8801","0.0","9102","8802","138.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_616[] = {"2623","Pulkovo 1942 / 3-degree Gauss-Kruger CM 141E","9001","4284","16177","9807","8801","0.0","9102","8802","141.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_617[] = {"2624","Pulkovo 1942 / 3-degree Gauss-Kruger CM 144E","9001","4284","16178","9807","8801","0.0","9102","8802","144.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_618[] = {"2625","Pulkovo 1942 / 3-degree Gauss-Kruger CM 147E","9001","4284","16179","9807","8801","0.0","9102","8802","147.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_619[] = {"2626","Pulkovo 1942 / 3-degree Gauss-Kruger CM 150E","9001","4284","16180","9807","8801","0.0","9102","8802","150.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_620[] = {"2627","Pulkovo 1942 / 3-degree Gauss-Kruger CM 153E","9001","4284","16181","9807","8801","0.0","9102","8802","153.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_621[] = {"2628","Pulkovo 1942 / 3-degree Gauss-Kruger CM 156E","9001","4284","16182","9807","8801","0.0","9102","8802","156.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_622[] = {"2629","Pulkovo 1942 / 3-degree Gauss-Kruger CM 159E","9001","4284","16183","9807","8801","0.0","9102","8802","159.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_623[] = {"2630","Pulkovo 1942 / 3-degree Gauss-Kruger CM 162E","9001","4284","16184","9807","8801","0.0","9102","8802","162.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_624[] = {"2631","Pulkovo 1942 / 3-degree Gauss-Kruger CM 165E","9001","4284","16185","9807","8801","0.0","9102","8802","165.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_625[] = {"2632","Pulkovo 1942 / 3-degree Gauss-Kruger CM 168E","9001","4284","16186","9807","8801","0.0","9102","8802","168.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_626[] = {"2633","Pulkovo 1942 / 3-degree Gauss-Kruger CM 171E","9001","4284","16187","9807","8801","0.0","9102","8802","171.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_627[] = {"2634","Pulkovo 1942 / 3-degree Gauss-Kruger CM 174E","9001","4284","16188","9807","8801","0.0","9102","8802","174.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_628[] = {"2635","Pulkovo 1942 / 3-degree Gauss-Kruger CM 177E","9001","4284","16189","9807","8801","0.0","9102","8802","177.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_629[] = {"2636","Pulkovo 1942 / 3-degree Gauss-Kruger CM 180E","9001","4284","16190","9807","8801","0.0","9102","8802","180.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_630[] = {"2637","Pulkovo 1942 / 3-degree Gauss-Kruger CM 177W","9001","4284","16191","9807","8801","0.0","9102","8802","-177.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_631[] = {"2638","Pulkovo 1942 / 3-degree Gauss-Kruger CM 174W","9001","4284","16192","9807","8801","0.0","9102","8802","-174.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_632[] = {"2639","Pulkovo 1942 / 3-degree Gauss-Kruger CM 171W","9001","4284","16193","9807","8801","0.0","9102","8802","-171.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_633[] = {"2640","Pulkovo 1942 / 3-degree Gauss-Kruger CM 168W","9001","4284","16194","9807","8801","0.0","9102","8802","-168.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_634[] = {"2641","Pulkovo 1995 / 3-degree Gauss-Kruger zone 7","9001","4200","16267","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","7500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_635[] = {"2642","Pulkovo 1995 / 3-degree Gauss-Kruger zone 8","9001","4200","16268","9807","8801","0.0","9102","8802","24.0","9102","8805","1.0","9201","8806","8500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_636[] = {"2643","Pulkovo 1995 / 3-degree Gauss-Kruger zone 9","9001","4200","16269","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","9500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_637[] = {"2644","Pulkovo 1995 / 3-degree Gauss-Kruger zone 10","9001","4200","16270","9807","8801","0.0","9102","8802","30.0","9102","8805","1.0","9201","8806","10500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_638[] = {"2645","Pulkovo 1995 / 3-degree Gauss-Kruger zone 11","9001","4200","16271","9807","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","11500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_639[] = {"2646","Pulkovo 1995 / 3-degree Gauss-Kruger zone 12","9001","4200","16272","9807","8801","0.0","9102","8802","36.0","9102","8805","1.0","9201","8806","12500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_640[] = {"2647","Pulkovo 1995 / 3-degree Gauss-Kruger zone 13","9001","4200","16273","9807","8801","0.0","9102","8802","39.0","9102","8805","1.0","9201","8806","13500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_641[] = {"2648","Pulkovo 1995 / 3-degree Gauss-Kruger zone 14","9001","4200","16274","9807","8801","0.0","9102","8802","42.0","9102","8805","1.0","9201","8806","14500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_642[] = {"2649","Pulkovo 1995 / 3-degree Gauss-Kruger zone 15","9001","4200","16275","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","15500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_643[] = {"2650","Pulkovo 1995 / 3-degree Gauss-Kruger zone 16","9001","4200","16276","9807","8801","0.0","9102","8802","48.0","9102","8805","1.0","9201","8806","16500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_644[] = {"2651","Pulkovo 1995 / 3-degree Gauss-Kruger zone 17","9001","4200","16277","9807","8801","0.0","9102","8802","51.0","9102","8805","1.0","9201","8806","17500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_645[] = {"2652","Pulkovo 1995 / 3-degree Gauss-Kruger zone 18","9001","4200","16278","9807","8801","0.0","9102","8802","54.0","9102","8805","1.0","9201","8806","18500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_646[] = {"2653","Pulkovo 1995 / 3-degree Gauss-Kruger zone 19","9001","4200","16279","9807","8801","0.0","9102","8802","57.0","9102","8805","1.0","9201","8806","19500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_647[] = {"2654","Pulkovo 1995 / 3-degree Gauss-Kruger zone 20","9001","4200","16280","9807","8801","0.0","9102","8802","60.0","9102","8805","1.0","9201","8806","20500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_648[] = {"2655","Pulkovo 1995 / 3-degree Gauss-Kruger zone 21","9001","4200","16281","9807","8801","0.0","9102","8802","63.0","9102","8805","1.0","9201","8806","21500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_649[] = {"2656","Pulkovo 1995 / 3-degree Gauss-Kruger zone 22","9001","4200","16282","9807","8801","0.0","9102","8802","66.0","9102","8805","1.0","9201","8806","22500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_650[] = {"2657","Pulkovo 1995 / 3-degree Gauss-Kruger zone 23","9001","4200","16283","9807","8801","0.0","9102","8802","69.0","9102","8805","1.0","9201","8806","23500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_651[] = {"2658","Pulkovo 1995 / 3-degree Gauss-Kruger zone 24","9001","4200","16284","9807","8801","0.0","9102","8802","72.0","9102","8805","1.0","9201","8806","24500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_652[] = {"2659","Pulkovo 1995 / 3-degree Gauss-Kruger zone 25","9001","4200","16285","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","25500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_653[] = {"2660","Pulkovo 1995 / 3-degree Gauss-Kruger zone 26","9001","4200","16286","9807","8801","0.0","9102","8802","78.0","9102","8805","1.0","9201","8806","26500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_654[] = {"2661","Pulkovo 1995 / 3-degree Gauss-Kruger zone 27","9001","4200","16287","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","27500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_655[] = {"2662","Pulkovo 1995 / 3-degree Gauss-Kruger zone 28","9001","4200","16288","9807","8801","0.0","9102","8802","84.0","9102","8805","1.0","9201","8806","28500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_656[] = {"2663","Pulkovo 1995 / 3-degree Gauss-Kruger zone 29","9001","4200","16289","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","29500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_657[] = {"2664","Pulkovo 1995 / 3-degree Gauss-Kruger zone 30","9001","4200","16290","9807","8801","0.0","9102","8802","90.0","9102","8805","1.0","9201","8806","30500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_658[] = {"2665","Pulkovo 1995 / 3-degree Gauss-Kruger zone 31","9001","4200","16291","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","31500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_659[] = {"2666","Pulkovo 1995 / 3-degree Gauss-Kruger zone 32","9001","4200","16292","9807","8801","0.0","9102","8802","96.0","9102","8805","1.0","9201","8806","32500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_660[] = {"2667","Pulkovo 1995 / 3-degree Gauss-Kruger zone 33","9001","4200","16293","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","33500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_661[] = {"2668","Pulkovo 1995 / 3-degree Gauss-Kruger zone 34","9001","4200","16294","9807","8801","0.0","9102","8802","102.0","9102","8805","1.0","9201","8806","34500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_662[] = {"2669","Pulkovo 1995 / 3-degree Gauss-Kruger zone 35","9001","4200","16295","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","35500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_663[] = {"2670","Pulkovo 1995 / 3-degree Gauss-Kruger zone 36","9001","4200","16296","9807","8801","0.0","9102","8802","108.0","9102","8805","1.0","9201","8806","36500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_664[] = {"2671","Pulkovo 1995 / 3-degree Gauss-Kruger zone 37","9001","4200","16297","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","37500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_665[] = {"2672","Pulkovo 1995 / 3-degree Gauss-Kruger zone 38","9001","4200","16298","9807","8801","0.0","9102","8802","114.0","9102","8805","1.0","9201","8806","38500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_666[] = {"2673","Pulkovo 1995 / 3-degree Gauss-Kruger zone 39","9001","4200","16299","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","39500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_667[] = {"2674","Pulkovo 1995 / 3-degree Gauss-Kruger zone 40","9001","4200","16070","9807","8801","0.0","9102","8802","120.0","9102","8805","1.0","9201","8806","40500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_668[] = {"2675","Pulkovo 1995 / 3-degree Gauss-Kruger zone 41","9001","4200","16071","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","41500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_669[] = {"2676","Pulkovo 1995 / 3-degree Gauss-Kruger zone 42","9001","4200","16072","9807","8801","0.0","9102","8802","126.0","9102","8805","1.0","9201","8806","42500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_670[] = {"2677","Pulkovo 1995 / 3-degree Gauss-Kruger zone 43","9001","4200","16073","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","43500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_671[] = {"2678","Pulkovo 1995 / 3-degree Gauss-Kruger zone 44","9001","4200","16074","9807","8801","0.0","9102","8802","132.0","9102","8805","1.0","9201","8806","44500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_672[] = {"2679","Pulkovo 1995 / 3-degree Gauss-Kruger zone 45","9001","4200","16075","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","45500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_673[] = {"2680","Pulkovo 1995 / 3-degree Gauss-Kruger zone 46","9001","4200","16076","9807","8801","0.0","9102","8802","138.0","9102","8805","1.0","9201","8806","46500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_674[] = {"2681","Pulkovo 1995 / 3-degree Gauss-Kruger zone 47","9001","4200","16077","9807","8801","0.0","9102","8802","141.0","9102","8805","1.0","9201","8806","47500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_675[] = {"2682","Pulkovo 1995 / 3-degree Gauss-Kruger zone 48","9001","4200","16078","9807","8801","0.0","9102","8802","144.0","9102","8805","1.0","9201","8806","48500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_676[] = {"2683","Pulkovo 1995 / 3-degree Gauss-Kruger zone 49","9001","4200","16079","9807","8801","0.0","9102","8802","147.0","9102","8805","1.0","9201","8806","49500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_677[] = {"2684","Pulkovo 1995 / 3-degree Gauss-Kruger zone 50","9001","4200","16080","9807","8801","0.0","9102","8802","150.0","9102","8805","1.0","9201","8806","50500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_678[] = {"2685","Pulkovo 1995 / 3-degree Gauss-Kruger zone 51","9001","4200","16081","9807","8801","0.0","9102","8802","153.0","9102","8805","1.0","9201","8806","51500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_679[] = {"2686","Pulkovo 1995 / 3-degree Gauss-Kruger zone 52","9001","4200","16082","9807","8801","0.0","9102","8802","156.0","9102","8805","1.0","9201","8806","52500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_680[] = {"2687","Pulkovo 1995 / 3-degree Gauss-Kruger zone 53","9001","4200","16083","9807","8801","0.0","9102","8802","159.0","9102","8805","1.0","9201","8806","53500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_681[] = {"2688","Pulkovo 1995 / 3-degree Gauss-Kruger zone 54","9001","4200","16084","9807","8801","0.0","9102","8802","162.0","9102","8805","1.0","9201","8806","54500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_682[] = {"2689","Pulkovo 1995 / 3-degree Gauss-Kruger zone 55","9001","4200","16085","9807","8801","0.0","9102","8802","165.0","9102","8805","1.0","9201","8806","55500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_683[] = {"2690","Pulkovo 1995 / 3-degree Gauss-Kruger zone 56","9001","4200","16086","9807","8801","0.0","9102","8802","168.0","9102","8805","1.0","9201","8806","56500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_684[] = {"2691","Pulkovo 1995 / 3-degree Gauss-Kruger zone 57","9001","4200","16087","9807","8801","0.0","9102","8802","171.0","9102","8805","1.0","9201","8806","57500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_685[] = {"2692","Pulkovo 1995 / 3-degree Gauss-Kruger zone 58","9001","4200","16088","9807","8801","0.0","9102","8802","174.0","9102","8805","1.0","9201","8806","58500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_686[] = {"2693","Pulkovo 1995 / 3-degree Gauss-Kruger zone 59","9001","4200","16089","9807","8801","0.0","9102","8802","177.0","9102","8805","1.0","9201","8806","59500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_687[] = {"2694","Pulkovo 1995 / 3-degree Gauss-Kruger zone 60","9001","4200","16090","9807","8801","0.0","9102","8802","180.0","9102","8805","1.0","9201","8806","60000000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_688[] = {"2695","Pulkovo 1995 / 3-degree Gauss-Kruger zone 61","9001","4200","16091","9807","8801","0.0","9102","8802","-177.0","9102","8805","1.0","9201","8806","61500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_689[] = {"2696","Pulkovo 1995 / 3-degree Gauss-Kruger zone 62","9001","4200","16092","9807","8801","0.0","9102","8802","-174.0","9102","8805","1.0","9201","8806","62500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_690[] = {"2697","Pulkovo 1995 / 3-degree Gauss-Kruger zone 63","9001","4200","16093","9807","8801","0.0","9102","8802","-171.0","9102","8805","1.0","9201","8806","63500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_691[] = {"2698","Pulkovo 1995 / 3-degree Gauss-Kruger zone 64","9001","4200","16094","9807","8801","0.0","9102","8802","-168.0","9102","8805","1.0","9201","8806","64500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_692[] = {"2699","Pulkovo 1995 / 3-degree Gauss-Kruger CM 21E","9001","4200","16367","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_693[] = {"2700","Pulkovo 1995 / 3-degree Gauss-Kruger CM 24E","9001","4200","16368","9807","8801","0.0","9102","8802","24.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_694[] = {"2701","Pulkovo 1995 / 3-degree Gauss-Kruger CM 27E","9001","4200","16369","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_695[] = {"2702","Pulkovo 1995 / 3-degree Gauss-Kruger CM 30E","9001","4200","16370","9807","8801","0.0","9102","8802","30.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_696[] = {"2703","Pulkovo 1995 / 3-degree Gauss-Kruger CM 33E","9001","4200","16371","9807","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_697[] = {"2704","Pulkovo 1995 / 3-degree Gauss-Kruger CM 36E","9001","4200","16372","9807","8801","0.0","9102","8802","36.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_698[] = {"2705","Pulkovo 1995 / 3-degree Gauss-Kruger CM 39E","9001","4200","16373","9807","8801","0.0","9102","8802","39.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_699[] = {"2706","Pulkovo 1995 / 3-degree Gauss-Kruger CM 42E","9001","4200","16374","9807","8801","0.0","9102","8802","42.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_700[] = {"2707","Pulkovo 1995 / 3-degree Gauss-Kruger CM 45E","9001","4200","16375","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_701[] = {"2708","Pulkovo 1995 / 3-degree Gauss-Kruger CM 48E","9001","4200","16376","9807","8801","0.0","9102","8802","48.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_702[] = {"2709","Pulkovo 1995 / 3-degree Gauss-Kruger CM 51E","9001","4200","16377","9807","8801","0.0","9102","8802","51.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_703[] = {"2710","Pulkovo 1995 / 3-degree Gauss-Kruger CM 54E","9001","4200","16378","9807","8801","0.0","9102","8802","54.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_704[] = {"2711","Pulkovo 1995 / 3-degree Gauss-Kruger CM 57E","9001","4200","16379","9807","8801","0.0","9102","8802","57.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_705[] = {"2712","Pulkovo 1995 / 3-degree Gauss-Kruger CM 60E","9001","4200","16380","9807","8801","0.0","9102","8802","60.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_706[] = {"2713","Pulkovo 1995 / 3-degree Gauss-Kruger CM 63E","9001","4200","16381","9807","8801","0.0","9102","8802","63.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_707[] = {"2714","Pulkovo 1995 / 3-degree Gauss-Kruger CM 66E","9001","4200","16382","9807","8801","0.0","9102","8802","66.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_708[] = {"2715","Pulkovo 1995 / 3-degree Gauss-Kruger CM 69E","9001","4200","16383","9807","8801","0.0","9102","8802","69.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_709[] = {"2716","Pulkovo 1995 / 3-degree Gauss-Kruger CM 72E","9001","4200","16384","9807","8801","0.0","9102","8802","72.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_710[] = {"2717","Pulkovo 1995 / 3-degree Gauss-Kruger CM 75E","9001","4200","16385","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_711[] = {"2718","Pulkovo 1995 / 3-degree Gauss-Kruger CM 78E","9001","4200","16386","9807","8801","0.0","9102","8802","78.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_712[] = {"2719","Pulkovo 1995 / 3-degree Gauss-Kruger CM 81E","9001","4200","16387","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_713[] = {"2720","Pulkovo 1995 / 3-degree Gauss-Kruger CM 84E","9001","4200","16388","9807","8801","0.0","9102","8802","84.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_714[] = {"2721","Pulkovo 1995 / 3-degree Gauss-Kruger CM 87E","9001","4200","16389","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_715[] = {"2722","Pulkovo 1995 / 3-degree Gauss-Kruger CM 90E","9001","4200","16390","9807","8801","0.0","9102","8802","90.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_716[] = {"2723","Pulkovo 1995 / 3-degree Gauss-Kruger CM 93E","9001","4200","16391","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_717[] = {"2724","Pulkovo 1995 / 3-degree Gauss-Kruger CM 96E","9001","4200","16392","9807","8801","0.0","9102","8802","96.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_718[] = {"2725","Pulkovo 1995 / 3-degree Gauss-Kruger CM 99E","9001","4200","16393","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_719[] = {"2726","Pulkovo 1995 / 3-degree Gauss-Kruger CM 102E","9001","4200","16394","9807","8801","0.0","9102","8802","102.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_720[] = {"2727","Pulkovo 1995 / 3-degree Gauss-Kruger CM 105E","9001","4200","16395","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_721[] = {"2728","Pulkovo 1995 / 3-degree Gauss-Kruger CM 108E","9001","4200","16396","9807","8801","0.0","9102","8802","108.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_722[] = {"2729","Pulkovo 1995 / 3-degree Gauss-Kruger CM 111E","9001","4200","16397","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_723[] = {"2730","Pulkovo 1995 / 3-degree Gauss-Kruger CM 114E","9001","4200","16398","9807","8801","0.0","9102","8802","114.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_724[] = {"2731","Pulkovo 1995 / 3-degree Gauss-Kruger CM 117E","9001","4200","16399","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_725[] = {"2732","Pulkovo 1995 / 3-degree Gauss-Kruger CM 120E","9001","4200","16170","9807","8801","0.0","9102","8802","120.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_726[] = {"2733","Pulkovo 1995 / 3-degree Gauss-Kruger CM 123E","9001","4200","16171","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_727[] = {"2734","Pulkovo 1995 / 3-degree Gauss-Kruger CM 126E","9001","4200","16172","9807","8801","0.0","9102","8802","126.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_728[] = {"2735","Pulkovo 1995 / 3-degree Gauss-Kruger CM 129E","9001","4200","16173","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_729[] = {"2736","Tete / UTM zone 36S","9001","4127","16136","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_730[] = {"2737","Tete / UTM zone 37S","9001","4127","16137","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_731[] = {"2738","Pulkovo 1995 / 3-degree Gauss-Kruger CM 132E","9001","4200","16174","9807","8801","0.0","9102","8802","132.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_732[] = {"2739","Pulkovo 1995 / 3-degree Gauss-Kruger CM 135E","9001","4200","16175","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_733[] = {"2740","Pulkovo 1995 / 3-degree Gauss-Kruger CM 138E","9001","4200","16176","9807","8801","0.0","9102","8802","138.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_734[] = {"2741","Pulkovo 1995 / 3-degree Gauss-Kruger CM 141E","9001","4200","16177","9807","8801","0.0","9102","8802","141.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_735[] = {"2742","Pulkovo 1995 / 3-degree Gauss-Kruger CM 144E","9001","4200","16178","9807","8801","0.0","9102","8802","144.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_736[] = {"2743","Pulkovo 1995 / 3-degree Gauss-Kruger CM 147E","9001","4200","16179","9807","8801","0.0","9102","8802","147.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_737[] = {"2744","Pulkovo 1995 / 3-degree Gauss-Kruger CM 150E","9001","4200","16180","9807","8801","0.0","9102","8802","150.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_738[] = {"2745","Pulkovo 1995 / 3-degree Gauss-Kruger CM 153E","9001","4200","16181","9807","8801","0.0","9102","8802","153.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_739[] = {"2746","Pulkovo 1995 / 3-degree Gauss-Kruger CM 156E","9001","4200","16182","9807","8801","0.0","9102","8802","156.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_740[] = {"2747","Pulkovo 1995 / 3-degree Gauss-Kruger CM 159E","9001","4200","16183","9807","8801","0.0","9102","8802","159.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_741[] = {"2748","Pulkovo 1995 / 3-degree Gauss-Kruger CM 162E","9001","4200","16184","9807","8801","0.0","9102","8802","162.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_742[] = {"2749","Pulkovo 1995 / 3-degree Gauss-Kruger CM 165E","9001","4200","16185","9807","8801","0.0","9102","8802","165.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_743[] = {"2750","Pulkovo 1995 / 3-degree Gauss-Kruger CM 168E","9001","4200","16186","9807","8801","0.0","9102","8802","168.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_744[] = {"2751","Pulkovo 1995 / 3-degree Gauss-Kruger CM 171E","9001","4200","16187","9807","8801","0.0","9102","8802","171.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_745[] = {"2752","Pulkovo 1995 / 3-degree Gauss-Kruger CM 174E","9001","4200","16188","9807","8801","0.0","9102","8802","174.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_746[] = {"2753","Pulkovo 1995 / 3-degree Gauss-Kruger CM 177E","9001","4200","16189","9807","8801","0.0","9102","8802","177.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_747[] = {"2754","Pulkovo 1995 / 3-degree Gauss-Kruger CM 180E","9001","4200","16190","9807","8801","0.0","9102","8802","180.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_748[] = {"2755","Pulkovo 1995 / 3-degree Gauss-Kruger CM 177W","9001","4200","16191","9807","8801","0.0","9102","8802","-177.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_749[] = {"2756","Pulkovo 1995 / 3-degree Gauss-Kruger CM 174W","9001","4200","16192","9807","8801","0.0","9102","8802","-174.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_750[] = {"2757","Pulkovo 1995 / 3-degree Gauss-Kruger CM 171W","9001","4200","16193","9807","8801","0.0","9102","8802","-171.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_751[] = {"2758","Pulkovo 1995 / 3-degree Gauss-Kruger CM 168W","9001","4200","16194","9807","8801","0.0","9102","8802","-168.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_752[] = {"2759","NAD83(HARN) / Alabama East","9001","4152","10131","9807","8801","30.3","9110","8802","-85.5","9110","8805","0.99996","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_753[] = {"2760","NAD83(HARN) / Alabama West","9001","4152","10132","9807","8801","30.0","9110","8802","-87.3","9110","8805","0.999933333","9201","8806","600000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_754[] = {"2761","NAD83(HARN) / Arizona East","9001","4152","10231","9807","8801","31.0","9110","8802","-110.1","9110","8805","0.9999","9201","8806","213360.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_755[] = {"2762","NAD83(HARN) / Arizona Central","9001","4152","10232","9807","8801","31.0","9110","8802","-111.55","9110","8805","0.9999","9201","8806","213360.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_756[] = {"2763","NAD83(HARN) / Arizona West","9001","4152","10233","9807","8801","31.0","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","213360.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_757[] = {"2764","NAD83(HARN) / Arkansas North","9001","4152","10331","9802","8821","34.2","9110","8822","-92.0","9110","8823","36.14","9110","8824","34.56","9110","8826","400000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_758[] = {"2765","NAD83(HARN) / Arkansas South","9001","4152","10332","9802","8821","32.4","9110","8822","-92.0","9110","8823","34.46","9110","8824","33.18","9110","8826","400000.0","9001","8827","400000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_759[] = {"2766","NAD83(HARN) / California zone 1","9001","4152","10431","9802","8821","39.2","9110","8822","-122.0","9110","8823","41.4","9110","8824","40.0","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_760[] = {"2767","NAD83(HARN) / California zone 2","9001","4152","10432","9802","8821","37.4","9110","8822","-122.0","9110","8823","39.5","9110","8824","38.2","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_761[] = {"2768","NAD83(HARN) / California zone 3","9001","4152","10433","9802","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_762[] = {"2769","NAD83(HARN) / California zone 4","9001","4152","10434","9802","8821","35.2","9110","8822","-119.0","9110","8823","37.15","9110","8824","36.0","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_763[] = {"2770","NAD83(HARN) / California zone 5","9001","4152","10435","9802","8821","33.3","9110","8822","-118.0","9110","8823","35.28","9110","8824","34.02","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_764[] = {"2771","NAD83(HARN) / California zone 6","9001","4152","10436","9802","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_765[] = {"2772","NAD83(HARN) / Colorado North","9001","4152","10531","9802","8821","39.2","9110","8822","-105.3","9110","8823","40.47","9110","8824","39.43","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
-datafile_rows_t pcs_row_766[] = {"2773","NAD83(HARN) / Colorado Central","9001","4152","10532","9802","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
-datafile_rows_t pcs_row_767[] = {"2774","NAD83(HARN) / Colorado South","9001","4152","10533","9802","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
-datafile_rows_t pcs_row_768[] = {"2775","NAD83(HARN) / Connecticut","9001","4152","10630","9802","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","304800.6096","9001","8827","152400.3048","9001","",""," ",NULL};
-datafile_rows_t pcs_row_769[] = {"2776","NAD83(HARN) / Delaware","9001","4152","10730","9807","8801","38.0","9110","8802","-75.25","9110","8805","0.999995","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_770[] = {"2777","NAD83(HARN) / Florida East","9001","4152","10931","9807","8801","24.2","9110","8802","-81.0","9110","8805","0.999941177","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_771[] = {"2778","NAD83(HARN) / Florida West","9001","4152","10932","9807","8801","24.2","9110","8802","-82.0","9110","8805","0.999941177","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_772[] = {"2779","NAD83(HARN) / Florida North","9001","4152","10933","9802","8821","29.0","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_773[] = {"2780","NAD83(HARN) / Georgia East","9001","4152","11031","9807","8801","30.0","9110","8802","-82.1","9110","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_774[] = {"2781","NAD83(HARN) / Georgia West","9001","4152","11032","9807","8801","30.0","9110","8802","-84.1","9110","8805","0.9999","9201","8806","700000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_775[] = {"2782","NAD83(HARN) / Hawaii zone 1","9001","4152","15131","9807","8801","18.5","9110","8802","-155.3","9110","8805","0.999966667","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_776[] = {"2783","NAD83(HARN) / Hawaii zone 2","9001","4152","15132","9807","8801","20.2","9110","8802","-156.4","9110","8805","0.999966667","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_777[] = {"2784","NAD83(HARN) / Hawaii zone 3","9001","4152","15133","9807","8801","21.1","9110","8802","-158.0","9110","8805","0.99999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_778[] = {"2785","NAD83(HARN) / Hawaii zone 4","9001","4152","15134","9807","8801","21.5","9110","8802","-159.3","9110","8805","0.99999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_779[] = {"2786","NAD83(HARN) / Hawaii zone 5","9001","4152","15135","9807","8801","21.4","9110","8802","-160.1","9110","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_780[] = {"2787","NAD83(HARN) / Idaho East","9001","4152","11131","9807","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_781[] = {"2788","NAD83(HARN) / Idaho Central","9001","4152","11132","9807","8801","41.4","9110","8802","-114.0","9110","8805","0.999947368","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_782[] = {"2789","NAD83(HARN) / Idaho West","9001","4152","11133","9807","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","800000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_783[] = {"2790","NAD83(HARN) / Illinois East","9001","4152","11231","9807","8801","36.4","9110","8802","-88.2","9110","8805","0.999975","9201","8806","300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_784[] = {"2791","NAD83(HARN) / Illinois West","9001","4152","11232","9807","8801","36.4","9110","8802","-90.1","9110","8805","0.999941177","9201","8806","700000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_785[] = {"2792","NAD83(HARN) / Indiana East","9001","4152","11331","9807","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","100000.0","9001","8807","250000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_786[] = {"2793","NAD83(HARN) / Indiana West","9001","4152","11332","9807","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","900000.0","9001","8807","250000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_787[] = {"2794","NAD83(HARN) / Iowa North","9001","4152","11431","9802","8821","41.3","9110","8822","-93.3","9110","8823","43.16","9110","8824","42.04","9110","8826","1500000.0","9001","8827","1000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_788[] = {"2795","NAD83(HARN) / Iowa South","9001","4152","11432","9802","8821","40.0","9110","8822","-93.3","9110","8823","41.47","9110","8824","40.37","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_789[] = {"2796","NAD83(HARN) / Kansas North","9001","4152","11531","9802","8821","38.2","9110","8822","-98.0","9110","8823","39.47","9110","8824","38.43","9110","8826","400000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_790[] = {"2797","NAD83(HARN) / Kansas South","9001","4152","11532","9802","8821","36.4","9110","8822","-98.3","9110","8823","38.34","9110","8824","37.16","9110","8826","400000.0","9001","8827","400000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_791[] = {"2798","NAD83(HARN) / Kentucky North","9001","4152","15303","9802","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_792[] = {"2799","NAD83(HARN) / Kentucky South","9001","4152","11632","9802","8821","36.2","9110","8822","-85.45","9110","8823","37.56","9110","8824","36.44","9110","8826","500000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_793[] = {"2800","NAD83(HARN) / Louisiana North","9001","4152","11731","9802","8821","30.3","9110","8822","-92.3","9110","8823","32.4","9110","8824","31.1","9110","8826","1000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_794[] = {"2801","NAD83(HARN) / Louisiana South","9001","4152","11732","9802","8821","28.3","9110","8822","-91.2","9110","8823","30.42","9110","8824","29.18","9110","8826","1000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_795[] = {"2802","NAD83(HARN) / Maine East","9001","4152","11831","9807","8801","43.4","9110","8802","-68.3","9110","8805","0.9999","9201","8806","300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_796[] = {"2803","NAD83(HARN) / Maine West","9001","4152","11832","9807","8801","42.5","9110","8802","-70.1","9110","8805","0.999966667","9201","8806","900000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_797[] = {"2804","NAD83(HARN) / Maryland","9001","4152","11930","9802","8821","37.4","9110","8822","-77.0","9110","8823","39.27","9110","8824","38.18","9110","8826","400000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_798[] = {"2805","NAD83(HARN) / Massachusetts Mainland","9001","4152","12031","9802","8821","41.0","9110","8822","-71.3","9110","8823","42.41","9110","8824","41.43","9110","8826","200000.0","9001","8827","750000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_799[] = {"2806","NAD83(HARN) / Massachusetts Island","9001","4152","12032","9802","8821","41.0","9110","8822","-70.3","9110","8823","41.29","9110","8824","41.17","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_800[] = {"2807","NAD83(HARN) / Michigan North","9001","4152","12141","9802","8821","44.47","9110","8822","-87.0","9110","8823","47.05","9110","8824","45.29","9110","8826","8000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_801[] = {"2808","NAD83(HARN) / Michigan Central","9001","4152","12142","9802","8821","43.19","9110","8822","-84.22","9110","8823","45.42","9110","8824","44.11","9110","8826","6000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_802[] = {"2809","NAD83(HARN) / Michigan South","9001","4152","12143","9802","8821","41.3","9110","8822","-84.22","9110","8823","43.4","9110","8824","42.06","9110","8826","4000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_803[] = {"2810","NAD83(HARN) / Minnesota North","9001","4152","12231","9802","8821","46.3","9110","8822","-93.06","9110","8823","48.38","9110","8824","47.02","9110","8826","800000.0","9001","8827","100000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_804[] = {"2811","NAD83(HARN) / Minnesota Central","9001","4152","12232","9802","8821","45.0","9110","8822","-94.15","9110","8823","47.03","9110","8824","45.37","9110","8826","800000.0","9001","8827","100000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_805[] = {"2812","NAD83(HARN) / Minnesota South","9001","4152","12233","9802","8821","43.0","9110","8822","-94.0","9110","8823","45.13","9110","8824","43.47","9110","8826","800000.0","9001","8827","100000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_806[] = {"2813","NAD83(HARN) / Mississippi East","9001","4152","12331","9807","8801","29.3","9110","8802","-88.5","9110","8805","0.99995","9201","8806","300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_807[] = {"2814","NAD83(HARN) / Mississippi West","9001","4152","12332","9807","8801","29.3","9110","8802","-90.2","9110","8805","0.99995","9201","8806","700000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_808[] = {"2815","NAD83(HARN) / Missouri East","9001","4152","12431","9807","8801","35.5","9110","8802","-90.3","9110","8805","0.999933333","9201","8806","250000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_809[] = {"2816","NAD83(HARN) / Missouri Central","9001","4152","12432","9807","8801","35.5","9110","8802","-92.3","9110","8805","0.999933333","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_810[] = {"2817","NAD83(HARN) / Missouri West","9001","4152","12433","9807","8801","36.1","9110","8802","-94.3","9110","8805","0.999941177","9201","8806","850000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_811[] = {"2818","NAD83(HARN) / Montana","9001","4152","12530","9802","8821","44.15","9110","8822","-109.3","9110","8823","49.0","9110","8824","45.0","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_812[] = {"2819","NAD83(HARN) / Nebraska","9001","4152","12630","9802","8821","39.5","9110","8822","-100.0","9110","8823","43.0","9110","8824","40.0","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_813[] = {"2820","NAD83(HARN) / Nevada East","9001","4152","12731","9807","8801","34.45","9110","8802","-115.35","9110","8805","0.9999","9201","8806","200000.0","9001","8807","8000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_814[] = {"2821","NAD83(HARN) / Nevada Central","9001","4152","12732","9807","8801","34.45","9110","8802","-116.4","9110","8805","0.9999","9201","8806","500000.0","9001","8807","6000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_815[] = {"2822","NAD83(HARN) / Nevada West","9001","4152","12733","9807","8801","34.45","9110","8802","-118.35","9110","8805","0.9999","9201","8806","800000.0","9001","8807","4000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_816[] = {"2823","NAD83(HARN) / New Hampshire","9001","4152","12830","9807","8801","42.3","9110","8802","-71.4","9110","8805","0.999966667","9201","8806","300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_817[] = {"2824","NAD83(HARN) / New Jersey","9001","4152","12930","9807","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_818[] = {"2825","NAD83(HARN) / New Mexico East","9001","4152","13031","9807","8801","31.0","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","165000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_819[] = {"2826","NAD83(HARN) / New Mexico Central","9001","4152","13032","9807","8801","31.0","9110","8802","-106.15","9110","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_820[] = {"2827","NAD83(HARN) / New Mexico West","9001","4152","13033","9807","8801","31.0","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","830000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_821[] = {"2828","NAD83(HARN) / New York East","9001","4152","13131","9807","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_822[] = {"2829","NAD83(HARN) / New York Central","9001","4152","13132","9807","8801","40.0","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","250000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_823[] = {"2830","NAD83(HARN) / New York West","9001","4152","13133","9807","8801","40.0","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","350000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_824[] = {"2831","NAD83(HARN) / New York Long Island","9001","4152","13134","9802","8821","40.1","9110","8822","-74.0","9110","8823","41.02","9110","8824","40.4","9110","8826","300000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_825[] = {"2832","NAD83(HARN) / North Dakota North","9001","4152","13331","9802","8821","47.0","9110","8822","-100.3","9110","8823","48.44","9110","8824","47.26","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_826[] = {"2833","NAD83(HARN) / North Dakota South","9001","4152","13332","9802","8821","45.4","9110","8822","-100.3","9110","8823","47.29","9110","8824","46.11","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_827[] = {"2834","NAD83(HARN) / Ohio North","9001","4152","13431","9802","8821","39.4","9110","8822","-82.3","9110","8823","41.42","9110","8824","40.26","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_828[] = {"2835","NAD83(HARN) / Ohio South","9001","4152","13432","9802","8821","38.0","9110","8822","-82.3","9110","8823","40.02","9110","8824","38.44","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_829[] = {"2836","NAD83(HARN) / Oklahoma North","9001","4152","13531","9802","8821","35.0","9110","8822","-98.0","9110","8823","36.46","9110","8824","35.34","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_830[] = {"2837","NAD83(HARN) / Oklahoma South","9001","4152","13532","9802","8821","33.2","9110","8822","-98.0","9110","8823","35.14","9110","8824","33.56","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_831[] = {"2838","NAD83(HARN) / Oregon North","9001","4152","13631","9802","8821","43.4","9110","8822","-120.3","9110","8823","46.0","9110","8824","44.2","9110","8826","2500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_832[] = {"2839","NAD83(HARN) / Oregon South","9001","4152","13632","9802","8821","41.4","9110","8822","-120.3","9110","8823","44.0","9110","8824","42.2","9110","8826","1500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_833[] = {"2840","NAD83(HARN) / Rhode Island","9001","4152","13830","9807","8801","41.05","9110","8802","-71.3","9110","8805","0.99999375","9201","8806","100000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_834[] = {"2841","NAD83(HARN) / South Dakota North","9001","4152","14031","9802","8821","43.5","9110","8822","-100.0","9110","8823","45.41","9110","8824","44.25","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_835[] = {"2842","NAD83(HARN) / South Dakota South","9001","4152","14032","9802","8821","42.2","9110","8822","-100.2","9110","8823","44.24","9110","8824","42.5","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_836[] = {"2843","NAD83(HARN) / Tennessee","9001","4152","14130","9802","8821","34.2","9110","8822","-86.0","9110","8823","36.25","9110","8824","35.15","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_837[] = {"2844","NAD83(HARN) / Texas North","9001","4152","14231","9802","8821","34.0","9110","8822","-101.3","9110","8823","36.11","9110","8824","34.39","9110","8826","200000.0","9001","8827","1000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_838[] = {"2845","NAD83(HARN) / Texas North Central","9001","4152","14232","9802","8821","31.4","9110","8822","-98.3","9110","8823","33.58","9110","8824","32.08","9110","8826","600000.0","9001","8827","2000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_839[] = {"2846","NAD83(HARN) / Texas Central","9001","4152","14233","9802","8821","29.4","9110","8822","-100.2","9110","8823","31.53","9110","8824","30.07","9110","8826","700000.0","9001","8827","3000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_840[] = {"2847","NAD83(HARN) / Texas South Central","9001","4152","14234","9802","8821","27.5","9110","8822","-99.0","9110","8823","30.17","9110","8824","28.23","9110","8826","600000.0","9001","8827","4000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_841[] = {"2848","NAD83(HARN) / Texas South","9001","4152","14235","9802","8821","25.4","9110","8822","-98.3","9110","8823","27.5","9110","8824","26.1","9110","8826","300000.0","9001","8827","5000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_842[] = {"2849","NAD83(HARN) / Utah North","9001","4152","14331","9802","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","500000.0","9001","8827","1000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_843[] = {"2850","NAD83(HARN) / Utah Central","9001","4152","14332","9802","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","500000.0","9001","8827","2000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_844[] = {"2851","NAD83(HARN) / Utah South","9001","4152","14333","9802","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","500000.0","9001","8827","3000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_845[] = {"2852","NAD83(HARN) / Vermont","9001","4152","14430","9807","8801","42.3","9110","8802","-72.3","9110","8805","0.999964286","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_846[] = {"2853","NAD83(HARN) / Virginia North","9001","4152","14531","9802","8821","37.4","9110","8822","-78.3","9110","8823","39.12","9110","8824","38.02","9110","8826","3500000.0","9001","8827","2000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_847[] = {"2854","NAD83(HARN) / Virginia South","9001","4152","14532","9802","8821","36.2","9110","8822","-78.3","9110","8823","37.58","9110","8824","36.46","9110","8826","3500000.0","9001","8827","1000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_848[] = {"2855","NAD83(HARN) / Washington North","9001","4152","14631","9802","8821","47.0","9110","8822","-120.5","9110","8823","48.44","9110","8824","47.3","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_849[] = {"2856","NAD83(HARN) / Washington South","9001","4152","14632","9802","8821","45.2","9110","8822","-120.3","9110","8823","47.2","9110","8824","45.5","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_850[] = {"2857","NAD83(HARN) / West Virginia North","9001","4152","14731","9802","8821","38.3","9110","8822","-79.3","9110","8823","40.15","9110","8824","39.0","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_851[] = {"2858","NAD83(HARN) / West Virginia South","9001","4152","14732","9802","8821","37.0","9110","8822","-81.0","9110","8823","38.53","9110","8824","37.29","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_852[] = {"2859","NAD83(HARN) / Wisconsin North","9001","4152","14831","9802","8821","45.1","9110","8822","-90.0","9110","8823","46.46","9110","8824","45.34","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_853[] = {"2860","NAD83(HARN) / Wisconsin Central","9001","4152","14832","9802","8821","43.5","9110","8822","-90.0","9110","8823","45.3","9110","8824","44.15","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_854[] = {"2861","NAD83(HARN) / Wisconsin South","9001","4152","14833","9802","8821","42.0","9110","8822","-90.0","9110","8823","44.04","9110","8824","42.44","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_855[] = {"2862","NAD83(HARN) / Wyoming East","9001","4152","14931","9807","8801","40.3","9110","8802","-105.1","9110","8805","0.9999375","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_856[] = {"2863","NAD83(HARN) / Wyoming East Central","9001","4152","14932","9807","8801","40.3","9110","8802","-107.2","9110","8805","0.9999375","9201","8806","400000.0","9001","8807","100000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_857[] = {"2864","NAD83(HARN) / Wyoming West Central","9001","4152","14933","9807","8801","40.3","9110","8802","-108.45","9110","8805","0.9999375","9201","8806","600000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_858[] = {"2865","NAD83(HARN) / Wyoming West","9001","4152","14934","9807","8801","40.3","9110","8802","-110.05","9110","8805","0.9999375","9201","8806","800000.0","9001","8807","100000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_859[] = {"2866","NAD83(HARN) / Puerto Rico & Virgin Is.","9001","4152","15230","9802","8821","17.5","9110","8822","-66.26","9110","8823","18.26","9110","8824","18.02","9110","8826","200000.0","9001","8827","200000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_860[] = {"2867","NAD83(HARN) / Arizona East (ft)","9002","4152","15304","9807","8801","31.0","9110","8802","-110.1","9110","8805","0.9999","9201","8806","700000.0","9002","8807","0.0","9002","","","","",""," ",NULL};
-datafile_rows_t pcs_row_861[] = {"2868","NAD83(HARN) / Arizona Central (ft)","9002","4152","15305","9807","8801","31.0","9110","8802","-111.55","9110","8805","0.9999","9201","8806","700000.0","9002","8807","0.0","9002","","","","",""," ",NULL};
-datafile_rows_t pcs_row_862[] = {"2869","NAD83(HARN) / Arizona West (ft)","9002","4152","15306","9807","8801","31.0","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","700000.0","9002","8807","0.0","9002","","","","",""," ",NULL};
-datafile_rows_t pcs_row_863[] = {"2870","NAD83(HARN) / California zone 1 (ftUS)","9003","4152","15307","9802","8821","39.2","9110","8822","-122.0","9110","8823","41.4","9110","8824","40.0","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_864[] = {"2871","NAD83(HARN) / California zone 2 (ftUS)","9003","4152","15308","9802","8821","37.4","9110","8822","-122.0","9110","8823","39.5","9110","8824","38.2","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_865[] = {"2872","NAD83(HARN) / California zone 3 (ftUS)","9003","4152","15309","9802","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_866[] = {"2873","NAD83(HARN) / California zone 4 (ftUS)","9003","4152","15310","9802","8821","35.2","9110","8822","-119.0","9110","8823","37.15","9110","8824","36.0","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_867[] = {"2874","NAD83(HARN) / California zone 5 (ftUS)","9003","4152","15311","9802","8821","33.3","9110","8822","-118.0","9110","8823","35.28","9110","8824","34.02","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_868[] = {"2875","NAD83(HARN) / California zone 6 (ftUS)","9003","4152","15312","9802","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_869[] = {"2876","NAD83(HARN) / Colorado North (ftUS)","9003","4152","15313","9802","8821","39.2","9110","8822","-105.3","9110","8823","40.47","9110","8824","39.43","9110","8826","3000000.0","9003","8827","1000000.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_870[] = {"2877","NAD83(HARN) / Colorado Central (ftUS)","9003","4152","15314","9802","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","3000000.0","9003","8827","1000000.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_871[] = {"2878","NAD83(HARN) / Colorado South (ftUS)","9003","4152","15315","9802","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","3000000.0","9003","8827","1000000.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_872[] = {"2879","NAD83(HARN) / Connecticut (ftUS)","9003","4152","15316","9802","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","1000000.0","9003","8827","500000.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_873[] = {"2880","NAD83(HARN) / Delaware (ftUS)","9003","4152","15317","9807","8801","38.0","9110","8802","-75.25","9110","8805","0.999995","9201","8806","656166.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_874[] = {"2881","NAD83(HARN) / Florida East (ftUS)","9003","4152","15318","9807","8801","24.2","9110","8802","-81.0","9110","8805","0.999941177","9201","8806","656166.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_875[] = {"2882","NAD83(HARN) / Florida West (ftUS)","9003","4152","15319","9807","8801","24.2","9110","8802","-82.0","9110","8805","0.999941177","9201","8806","656166.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_876[] = {"2883","NAD83(HARN) / Florida North (ftUS)","9003","4152","15320","9802","8821","29.0","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_877[] = {"2884","NAD83(HARN) / Georgia East (ftUS)","9003","4152","15321","9807","8801","30.0","9110","8802","-82.1","9110","8805","0.9999","9201","8806","656166.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_878[] = {"2885","NAD83(HARN) / Georgia West (ftUS)","9003","4152","15322","9807","8801","30.0","9110","8802","-84.1","9110","8805","0.9999","9201","8806","2296583.333","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_879[] = {"2886","NAD83(HARN) / Idaho East (ftUS)","9003","4152","15323","9807","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","656166.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_880[] = {"2887","NAD83(HARN) / Idaho Central (ftUS)","9003","4152","15324","9807","8801","41.4","9110","8802","-114.0","9110","8805","0.999947368","9201","8806","1640416.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_881[] = {"2888","NAD83(HARN) / Idaho West (ftUS)","9003","4152","15325","9807","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","2624666.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_882[] = {"2889","NAD83(HARN) / Indiana East (ftUS)","9003","4152","15326","9807","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","328083.333","9003","8807","818125.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_883[] = {"2890","NAD83(HARN) / Indiana West (ftUS)","9003","4152","15327","9807","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","2952750.0","9003","8807","818125.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_884[] = {"2891","NAD83(HARN) / Kentucky North (ftUS)","9003","4152","15328","9802","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","1640416.667","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_885[] = {"2892","NAD83(HARN) / Kentucky South (ftUS)","9003","4152","15329","9802","8821","36.2","9110","8822","-85.45","9110","8823","37.56","9110","8824","36.44","9110","8826","1640416.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_886[] = {"2893","NAD83(HARN) / Maryland (ftUS)","9003","4152","15330","9802","8821","37.4","9110","8822","-77.0","9110","8823","39.27","9110","8824","38.18","9110","8826","1312333.333","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_887[] = {"2894","NAD83(HARN) / Massachusetts Mainland (ftUS)","9003","4152","15331","9802","8821","41.0","9110","8822","-71.3","9110","8823","42.41","9110","8824","41.43","9110","8826","656166.667","9003","8827","2460625.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_888[] = {"2895","NAD83(HARN) / Massachusetts Island (ftUS)","9003","4152","15332","9802","8821","41.0","9110","8822","-70.3","9110","8823","41.29","9110","8824","41.17","9110","8826","1640416.667","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_889[] = {"2896","NAD83(HARN) / Michigan North (ft)","9002","4152","15333","9802","8821","44.47","9110","8822","-87.0","9110","8823","47.05","9110","8824","45.29","9110","8826","26246719.16","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_890[] = {"2897","NAD83(HARN) / Michigan Central (ft)","9002","4152","15334","9802","8821","43.19","9110","8822","-84.22","9110","8823","45.42","9110","8824","44.11","9110","8826","19685039.37","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_891[] = {"2898","NAD83(HARN) / Michigan South (ft)","9002","4152","15335","9802","8821","41.3","9110","8822","-84.22","9110","8823","43.4","9110","8824","42.06","9110","8826","13123359.58","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_892[] = {"2899","NAD83(HARN) / Mississippi East (ftUS)","9003","4152","15336","9807","8801","29.3","9110","8802","-88.5","9110","8805","0.99995","9201","8806","984250.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_893[] = {"2900","NAD83(HARN) / Mississippi West (ftUS)","9003","4152","15337","9807","8801","29.3","9110","8802","-90.2","9110","8805","0.99995","9201","8806","2296583.333","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_894[] = {"2901","NAD83(HARN) / Montana (ft)","9002","4152","15338","9802","8821","44.15","9110","8822","-109.3","9110","8823","49.0","9110","8824","45.0","9110","8826","1968503.937","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_895[] = {"2902","NAD83(HARN) / New Mexico East (ftUS)","9003","4152","15339","9807","8801","31.0","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","541337.5","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_896[] = {"2903","NAD83(HARN) / New Mexico Central (ftUS)","9003","4152","15340","9807","8801","31.0","9110","8802","-106.15","9110","8805","0.9999","9201","8806","1640416.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_897[] = {"2904","NAD83(HARN) / New Mexico West (ftUS)","9003","4152","15341","9807","8801","31.0","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","2723091.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_898[] = {"2905","NAD83(HARN) / New York East (ftUS)","9003","4152","15342","9807","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","492125.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_899[] = {"2906","NAD83(HARN) / New York Central (ftUS)","9003","4152","15343","9807","8801","40.0","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","820208.333","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_900[] = {"2907","NAD83(HARN) / New York West (ftUS)","9003","4152","15344","9807","8801","40.0","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","1148291.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_901[] = {"2908","NAD83(HARN) / New York Long Island (ftUS)","9003","4152","15345","9802","8821","40.1","9110","8822","-74.0","9110","8823","41.02","9110","8824","40.4","9110","8826","984250.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_902[] = {"2909","NAD83(HARN) / North Dakota North (ft)","9002","4152","15347","9802","8821","47.0","9110","8822","-100.3","9110","8823","48.44","9110","8824","47.26","9110","8826","1968503.937","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_903[] = {"2910","NAD83(HARN) / North Dakota South (ft)","9002","4152","15348","9802","8821","45.4","9110","8822","-100.3","9110","8823","47.29","9110","8824","46.11","9110","8826","1968503.937","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_904[] = {"2911","NAD83(HARN) / Oklahoma North (ftUS)","9003","4152","15349","9802","8821","35.0","9110","8822","-98.0","9110","8823","36.46","9110","8824","35.34","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_905[] = {"2912","NAD83(HARN) / Oklahoma South (ftUS)","9003","4152","15350","9802","8821","33.2","9110","8822","-98.0","9110","8823","35.14","9110","8824","33.56","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_906[] = {"2913","NAD83(HARN) / Oregon North (ft)","9002","4152","15351","9802","8821","43.4","9110","8822","-120.3","9110","8823","46.0","9110","8824","44.2","9110","8826","8202099.738","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_907[] = {"2914","NAD83(HARN) / Oregon South (ft)","9002","4152","15352","9802","8821","41.4","9110","8822","-120.3","9110","8823","44.0","9110","8824","42.2","9110","8826","4921259.843","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_908[] = {"2915","NAD83(HARN) / Tennessee (ftUS)","9003","4152","15356","9802","8821","34.2","9110","8822","-86.0","9110","8823","36.25","9110","8824","35.15","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_909[] = {"2916","NAD83(HARN) / Texas North (ftUS)","9003","4152","15357","9802","8821","34.0","9110","8822","-101.3","9110","8823","36.11","9110","8824","34.39","9110","8826","656166.667","9003","8827","3280833.333","9003","",""," ",NULL};
-datafile_rows_t pcs_row_910[] = {"2917","NAD83(HARN) / Texas North Central (ftUS)","9003","4152","15358","9802","8821","31.4","9110","8822","-98.3","9110","8823","33.58","9110","8824","32.08","9110","8826","1968500.0","9003","8827","6561666.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_911[] = {"2918","NAD83(HARN) / Texas Central (ftUS)","9003","4152","15359","9802","8821","29.4","9110","8822","-100.2","9110","8823","31.53","9110","8824","30.07","9110","8826","2296583.333","9003","8827","9842500.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_912[] = {"2919","NAD83(HARN) / Texas South Central (ftUS)","9003","4152","15360","9802","8821","27.5","9110","8822","-99.0","9110","8823","30.17","9110","8824","28.23","9110","8826","1968500.0","9003","8827","13123333.333","9003","",""," ",NULL};
-datafile_rows_t pcs_row_913[] = {"2920","NAD83(HARN) / Texas South (ftUS)","9003","4152","15361","9802","8821","25.4","9110","8822","-98.3","9110","8823","27.5","9110","8824","26.1","9110","8826","984250.0","9003","8827","16404166.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_914[] = {"2921","NAD83(HARN) / Utah North (ft)","9002","4152","15362","9802","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","1640419.948","9002","8827","3280839.895","9002","",""," ",NULL};
-datafile_rows_t pcs_row_915[] = {"2922","NAD83(HARN) / Utah Central (ft)","9002","4152","15363","9802","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","1640419.948","9002","8827","6561679.79","9002","",""," ",NULL};
-datafile_rows_t pcs_row_916[] = {"2923","NAD83(HARN) / Utah South (ft)","9002","4152","15364","9802","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","1640419.948","9002","8827","9842519.685","9002","",""," ",NULL};
-datafile_rows_t pcs_row_917[] = {"2924","NAD83(HARN) / Virginia North (ftUS)","9003","4152","15365","9802","8821","37.4","9110","8822","-78.3","9110","8823","39.12","9110","8824","38.02","9110","8826","11482916.667","9003","8827","6561666.667","9003","",""," ",NULL};
-datafile_rows_t pcs_row_918[] = {"2925","NAD83(HARN) / Virginia South (ftUS)","9003","4152","15366","9802","8821","36.2","9110","8822","-78.3","9110","8823","37.58","9110","8824","36.46","9110","8826","11482916.667","9003","8827","3280833.333","9003","",""," ",NULL};
-datafile_rows_t pcs_row_919[] = {"2926","NAD83(HARN) / Washington North (ftUS)","9003","4152","15367","9802","8821","47.0","9110","8822","-120.5","9110","8823","48.44","9110","8824","47.3","9110","8826","1640416.667","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_920[] = {"2927","NAD83(HARN) / Washington South (ftUS)","9003","4152","15368","9802","8821","45.2","9110","8822","-120.3","9110","8823","47.2","9110","8824","45.5","9110","8826","1640416.667","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_921[] = {"2928","NAD83(HARN) / Wisconsin North (ftUS)","9003","4152","15369","9802","8821","45.1","9110","8822","-90.0","9110","8823","46.46","9110","8824","45.34","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_922[] = {"2929","NAD83(HARN) / Wisconsin Central (ftUS)","9003","4152","15370","9802","8821","43.5","9110","8822","-90.0","9110","8823","45.3","9110","8824","44.15","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_923[] = {"2930","NAD83(HARN) / Wisconsin South (ftUS)","9003","4152","15371","9802","8821","42.0","9110","8822","-90.0","9110","8823","44.04","9110","8824","42.44","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_924[] = {"2931","Beduaram / TM 13 NE","9001","4213","16413","9807","8801","0.0","9102","8802","13.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_925[] = {"2932","QND95 / Qatar National Grid","9001","4614","19919","9807","8801","24.27","9110","8802","51.13","9110","8805","0.99999","9201","8806","200000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_926[] = {"2933","Segara / UTM zone 50S","9001","4613","16150","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_927[] = {"2934","Segara (Jakarta) / NEIEZ","9001","4820","19905","9804","8801","0.0","9102","8802","110.0","9102","8805","0.997","9201","8806","3900000.0","9001","8807","900000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_928[] = {"2935","Pulkovo 1942 / CS63 zone A1","9001","4284","18441","9807","8801","0.07","9110","8802","41.32","9110","8805","1.0","9201","8806","1300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_929[] = {"2936","Pulkovo 1942 / CS63 zone A2","9001","4284","18442","9807","8801","0.07","9110","8802","44.32","9110","8805","1.0","9201","8806","2300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_930[] = {"2937","Pulkovo 1942 / CS63 zone A3","9001","4284","18443","9807","8801","0.07","9110","8802","47.32","9110","8805","1.0","9201","8806","3300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_931[] = {"2938","Pulkovo 1942 / CS63 zone A4","9001","4284","18444","9807","8801","0.07","9110","8802","50.32","9110","8805","1.0","9201","8806","4300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_932[] = {"2939","Pulkovo 1942 / CS63 zone K2","9001","4284","18446","9807","8801","0.08","9110","8802","50.46","9110","8805","1.0","9201","8806","2300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_933[] = {"2940","Pulkovo 1942 / CS63 zone K3","9001","4284","18447","9807","8801","0.08","9110","8802","53.46","9110","8805","1.0","9201","8806","3300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_934[] = {"2941","Pulkovo 1942 / CS63 zone K4","9001","4284","18448","9807","8801","0.08","9110","8802","56.46","9110","8805","1.0","9201","8806","4300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_935[] = {"2942","Porto Santo / UTM zone 28N","9001","4615","16028","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_936[] = {"2943","Selvagem Grande / UTM zone 28N","9001","4616","16028","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_937[] = {"2944","NAD83(CSRS) / SCoPQ zone 2","9001","4617","17700","9807","8801","0.0","9110","8802","-55.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_938[] = {"2945","NAD83(CSRS) / MTM zone 3","9001","4617","17703","9807","8801","0.0","9110","8802","-58.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_939[] = {"2946","NAD83(CSRS) / MTM zone 4","9001","4617","17704","9807","8801","0.0","9110","8802","-61.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_940[] = {"2947","NAD83(CSRS) / MTM zone 5","9001","4617","17705","9807","8801","0.0","9110","8802","-64.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_941[] = {"2948","NAD83(CSRS) / MTM zone 6","9001","4617","17706","9807","8801","0.0","9110","8802","-67.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_942[] = {"2949","NAD83(CSRS) / MTM zone 7","9001","4617","17707","9807","8801","0.0","9110","8802","-70.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_943[] = {"2950","NAD83(CSRS) / MTM zone 8","9001","4617","17708","9807","8801","0.0","9110","8802","-73.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_944[] = {"2951","NAD83(CSRS) / MTM zone 9","9001","4617","17709","9807","8801","0.0","9110","8802","-76.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_945[] = {"2952","NAD83(CSRS) / MTM zone 10","9001","4617","17710","9807","8801","0.0","9110","8802","-79.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_946[] = {"2953","NAD83(CSRS) / New Brunswick Stereo","9001","4617","19946","9809","8801","46.3","9110","8802","-66.3","9110","8805","0.999912","9201","8806","2500000.0","9001","8807","7500000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_947[] = {"2954","NAD83(CSRS) / Prince Edward Isl. Stereographic (NAD83)","9001","4617","19960","9809","8801","47.15","9110","8802","-63.0","9110","8805","0.999912","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_948[] = {"2955","NAD83(CSRS) / UTM zone 11N","9001","4617","16011","9807","8801","0.0","9102","8802","-117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_949[] = {"2956","NAD83(CSRS) / UTM zone 12N","9001","4617","16012","9807","8801","0.0","9102","8802","-111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_950[] = {"2957","NAD83(CSRS) / UTM zone 13N","9001","4617","16013","9807","8801","0.0","9102","8802","-105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_951[] = {"2958","NAD83(CSRS) / UTM zone 17N","9001","4617","16017","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_952[] = {"2959","NAD83(CSRS) / UTM zone 18N","9001","4617","16018","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_953[] = {"2960","NAD83(CSRS) / UTM zone 19N","9001","4617","16019","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_954[] = {"2961","NAD83(CSRS) / UTM zone 20N","9001","4617","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_955[] = {"2962","NAD83(CSRS) / UTM zone 21N","9001","4617","16021","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_956[] = {"2963","Lisbon 1890 (Lisbon) / Portugal Bonne","9001","4904","19979","9828","8801","39.4","9110","8802","1.0","9110","8806","0.0","9001","8807","0.0","9001","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_957[] = {"2964","NAD27 / Alaska Albers","9003","4267","15020","9822","8821","50.0","9102","8822","-154.0","9102","8823","55.0","9102","8824","65.0","9102","8826","0.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_958[] = {"2965","NAD83 / Indiana East (ftUS)","9003","4269","15372","9807","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","328083.333","9003","8807","820208.333","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_959[] = {"2966","NAD83 / Indiana West (ftUS)","9003","4269","15373","9807","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","2952750.0","9003","8807","820208.333","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_960[] = {"2967","NAD83(HARN) / Indiana East (ftUS)","9003","4152","15372","9807","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","328083.333","9003","8807","820208.333","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_961[] = {"2968","NAD83(HARN) / Indiana West (ftUS)","9003","4152","15373","9807","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","2952750.0","9003","8807","820208.333","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_962[] = {"2969","Fort Marigot / UTM zone 20N","9001","4621","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_963[] = {"2970","Sainte Anne / UTM zone 20N","9001","4622","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_964[] = {"2971","CSG67 / UTM zone 22N","9001","4623","16022","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_965[] = {"2972","RGFG95 / UTM zone 22N","9001","4624","16022","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_966[] = {"2973","Fort Desaix / UTM zone 20N","9001","4625","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_967[] = {"2975","RGR92 / UTM zone 40S","9001","4627","16140","9807","8801","0.0","9102","8802","57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_968[] = {"2976","Tahiti / UTM zone 6S","9001","4628","16106","9807","8801","0.0","9102","8802","-147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_969[] = {"2977","Tahaa / UTM zone 5S","9001","4629","16105","9807","8801","0.0","9102","8802","-153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_970[] = {"2978","IGN72 Nuku Hiva / UTM zone 7S","9001","4630","16107","9807","8801","0.0","9102","8802","-141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_971[] = {"2979","K0 1949 / UTM zone 42S","9001","4631","16142","9807","8801","0.0","9102","8802","69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_972[] = {"2980","Combani 1950 / UTM zone 38S","9001","4632","16138","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_973[] = {"2981","IGN56 Lifou / UTM zone 58S","9001","4633","16158","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_974[] = {"2982","IGN72 Grand Terre / UTM zone 58S","9001","4634","16158","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_975[] = {"2983","ST87 Ouvea / UTM zone 58S","9001","4635","16158","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_976[] = {"2984","RGNC 1991 / Lambert New Caledonia","9001","4645","19981","9802","8821","-21.3","9110","8822","166.0","9110","8823","-20.4","9110","8824","-22.2","9110","8826","400000.0","9001","8827","300000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_977[] = {"2985","Petrels 1972 / Terre Adelie Polar Stereographic","9001","4636","19983","9830","8826","300000.0","9001","8827","200000.0","9001","8832","-67.0","9102","8833","140.0","9102","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_978[] = {"2986","Perroud 1950 / Terre Adelie Polar Stereographic","9001","4637","19983","9830","8826","300000.0","9001","8827","200000.0","9001","8832","-67.0","9102","8833","140.0","9102","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_979[] = {"2987","Saint Pierre et Miquelon 1950 / UTM zone 21N","9001","4638","16021","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_980[] = {"2988","MOP78 / UTM zone 1S","9001","4639","16101","9807","8801","0.0","9102","8802","-177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_981[] = {"2989","RRAF 1991 / UTM zone 20N","9001","4640","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_982[] = {"2990","Piton des Neiges / TM Reunion","9001","4626","19982","9807","8801","-21.07","9110","8802","55.32","9110","8805","1.0","9201","8806","50000.0","9001","8807","160000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_983[] = {"2991","NAD83 / Oregon Lambert","9001","4269","13633","9802","8821","41.45","9110","8822","-120.3","9110","8823","43.0","9110","8824","45.3","9110","8826","400000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_984[] = {"2992","NAD83 / Oregon Lambert (ft)","9002","4269","15374","9802","8821","41.45","9110","8822","-120.3","9110","8823","43.0","9110","8824","45.3","9110","8826","1312335.958","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_985[] = {"2993","NAD83(HARN) / Oregon Lambert","9001","4152","13633","9802","8821","41.45","9110","8822","-120.3","9110","8823","43.0","9110","8824","45.3","9110","8826","400000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_986[] = {"2994","NAD83(HARN) / Oregon Lambert (ft)","9002","4152","15374","9802","8821","41.45","9110","8822","-120.3","9110","8823","43.0","9110","8824","45.3","9110","8826","1312335.958","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t pcs_row_987[] = {"2995","IGN53 Mare / UTM zone 58S","9001","4641","16158","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_988[] = {"2996","ST84 Ile des Pins / UTM zone 58S","9001","4642","16158","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_989[] = {"2997","ST71 Belep / UTM zone 58S","9001","4643","16158","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_990[] = {"2998","NEA74 Noumea / UTM zone 58S","9001","4644","16158","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_991[] = {"2999","Grand Comoros / UTM zone 38S","9001","4646","16138","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_992[] = {"3000","Segara / NEIEZ","9001","4613","19905","9804","8801","0.0","9102","8802","110.0","9102","8805","0.997","9201","8806","3900000.0","9001","8807","900000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_993[] = {"3001","Batavia / NEIEZ","9001","4211","19905","9804","8801","0.0","9102","8802","110.0","9102","8805","0.997","9201","8806","3900000.0","9001","8807","900000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_994[] = {"3002","Makassar / NEIEZ","9001","4257","19905","9804","8801","0.0","9102","8802","110.0","9102","8805","0.997","9201","8806","3900000.0","9001","8807","900000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_995[] = {"3003","Monte Mario / Italy zone 1","9001","4265","18121","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_996[] = {"3004","Monte Mario / Italy zone 2","9001","4265","18122","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","2520000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_997[] = {"3005","NAD83 / BC Albers","9001","4269","19984","9822","8821","45.0","9102","8822","-126.0","9102","8823","50.0","9110","8824","58.3","9110","8826","1000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_998[] = {"3006","SWEREF99 TM","9001","4619","17333","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_999[] = {"3007","SWEREF99 12 00","9001","4619","17321","9807","8801","0.0","9102","8802","12.0","9102","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1000[] = {"3008","SWEREF99 13 30","9001","4619","17322","9807","8801","0.0","9110","8802","13.3","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1001[] = {"3009","SWEREF99 15 00","9001","4619","17323","9807","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1002[] = {"3010","SWEREF99 16 30","9001","4619","17324","9807","8801","0.0","9110","8802","16.3","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1003[] = {"3011","SWEREF99 18 00","9001","4619","17325","9807","8801","0.0","9102","8802","18.0","9102","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1004[] = {"3012","SWEREF99 14 15","9001","4619","17326","9807","8801","0.0","9110","8802","14.15","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1005[] = {"3013","SWEREF99 15 45","9001","4619","17327","9807","8801","0.0","9110","8802","15.45","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1006[] = {"3014","SWEREF99 17 15","9001","4619","17328","9807","8801","0.0","9110","8802","17.15","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1007[] = {"3015","SWEREF99 18 45","9001","4619","17329","9807","8801","0.0","9110","8802","18.45","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1008[] = {"3016","SWEREF99 20 15","9001","4619","17330","9807","8801","0.0","9110","8802","20.15","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1009[] = {"3017","SWEREF99 21 45","9001","4619","17331","9807","8801","0.0","9110","8802","21.45","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1010[] = {"3018","SWEREF99 23 15","9001","4619","17332","9807","8801","0.0","9110","8802","23.15","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1011[] = {"3019","RT90 7.5 gon V","9001","4124","17334","9807","8801","0.0","9110","8802","11.18298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1012[] = {"3020","RT90 5 gon V","9001","4124","17335","9807","8801","0.0","9110","8802","13.33298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1013[] = {"3021","RT90 2.5 gon V","9001","4124","19929","9807","8801","0.0","9110","8802","15.48298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1014[] = {"3022","RT90 0 gon","9001","4124","17336","9807","8801","0.0","9110","8802","18.03298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1015[] = {"3023","RT90 2.5 gon O","9001","4124","17337","9807","8801","0.0","9110","8802","20.18298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1016[] = {"3024","RT90 5 gon O","9001","4124","17338","9807","8801","0.0","9110","8802","22.33298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1017[] = {"3025","RT38 7.5 gon V","9001","4308","17334","9807","8801","0.0","9110","8802","11.18298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1018[] = {"3026","RT38 5 gon V","9001","4308","17335","9807","8801","0.0","9110","8802","13.33298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1019[] = {"3027","RT38 2.5 gon V","9001","4308","19929","9807","8801","0.0","9110","8802","15.48298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1020[] = {"3028","RT38 0 gon","9001","4308","17336","9807","8801","0.0","9110","8802","18.03298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1021[] = {"3029","RT38 2.5 gon O","9001","4308","17337","9807","8801","0.0","9110","8802","20.18298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1022[] = {"3030","RT38 5 gon O","9001","4308","17338","9807","8801","0.0","9110","8802","22.33298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1023[] = {"3031","WGS 84 / Antarctic Polar Stereographic","9001","4326","19992","9829","8806","0.0","9001","8807","0.0","9001","8832","-71.0","9102","8833","0.0","9102","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1024[] = {"3032","WGS 84 / Australian Antarctic Polar Stereographic","9001","4326","19993","9829","8806","6000000.0","9001","8807","6000000.0","9001","8832","-71.0","9102","8833","70.0","9102","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1025[] = {"3033","WGS 84 / Australian Antarctic Lambert","9001","4326","19994","9802","8821","-50.0","9110","8822","70.0","9110","8823","-68.3","9110","8824","-74.3","9110","8826","6000000.0","9001","8827","6000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1026[] = {"3034","ETRS89 / ETRS-LCC","9001","4258","19985","9802","8821","52.0","9102","8822","10.0","9102","8823","35.0","9102","8824","65.0","9102","8826","4000000.0","9001","8827","2800000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1027[] = {"3035","ETRS89 / ETRS-LAEA","9001","4258","19986","9820","8801","52.0","9102","8802","10.0","9102","8806","4321000.0","9001","8807","3210000.0","9001","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1028[] = {"3036","Moznet / UTM zone 36S","9001","4130","16136","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1029[] = {"3037","Moznet / UTM zone 37S","9001","4130","16137","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1030[] = {"3038","ETRS89 / ETRS-TM26","9001","4258","16026","9807","8801","0.0","9102","8802","-27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1031[] = {"3039","ETRS89 / ETRS-TM27","9001","4258","16027","9807","8801","0.0","9102","8802","-21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1032[] = {"3040","ETRS89 / ETRS-TM28","9001","4258","16028","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1033[] = {"3041","ETRS89 / ETRS-TM29","9001","4258","16029","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1034[] = {"3042","ETRS89 / ETRS-TM30","9001","4258","16030","9807","8801","0.0","9102","8802","-3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1035[] = {"3043","ETRS89 / ETRS-TM31","9001","4258","16031","9807","8801","0.0","9102","8802","3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1036[] = {"3044","ETRS89 / ETRS-TM32","9001","4258","16032","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1037[] = {"3045","ETRS89 / ETRS-TM33","9001","4258","16033","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1038[] = {"3046","ETRS89 / ETRS-TM34","9001","4258","16034","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1039[] = {"3047","ETRS89 / ETRS-TM35","9001","4258","16035","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1040[] = {"3048","ETRS89 / ETRS-TM36","9001","4258","16036","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1041[] = {"3049","ETRS89 / ETRS-TM37","9001","4258","16037","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1042[] = {"3050","ETRS89 / ETRS-TM38","9001","4258","16038","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1043[] = {"3051","ETRS89 / ETRS-TM39","9001","4258","16039","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1044[] = {"3052","Reykjavik 1900 / Lambert 1900","9001","4657","19987","9826","8801","65.0","9110","8802","-19.011965","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1045[] = {"3053","Hjorsey 1955 / Lambert 1955","9001","4658","19988","9826","8801","65.0","9102","8802","-18.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","500000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1046[] = {"3054","Hjorsey 1955 / UTM zone 26N","9001","4658","16026","9807","8801","0.0","9102","8802","-27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1047[] = {"3055","Hjorsey 1955 / UTM zone 27N","9001","4658","16027","9807","8801","0.0","9102","8802","-21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1048[] = {"3056","Hjorsey 1955 / UTM zone 28N","9001","4658","16028","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1049[] = {"3057","ISN93 / Lambert 1993","9001","4659","19989","9802","8821","65.0","9110","8822","-19.0","9110","8823","64.15","9110","8824","65.45","9110","8826","500000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1050[] = {"3058","Helle 1954 / Jan Mayen Grid","9001","4660","19991","9807","8801","0.0","9110","8802","-8.3","9110","8805","1.0","9201","8806","50000.0","9001","8807","-7800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1051[] = {"3059","LKS92 / Latvia TM","9001","4661","19990","9807","8801","0.0","9102","8802","24.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","-6000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1052[] = {"3060","IGN72 Grande Terre / UTM zone 58S","9001","4662","16158","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1053[] = {"3061","Porto Santo 1995 / UTM zone 28N","9001","4663","16028","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1054[] = {"3062","Azores Oriental 1995 / UTM zone 26N","9001","4664","16026","9807","8801","0.0","9102","8802","-27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1055[] = {"3063","Azores Central 1995 / UTM zone 26N","9001","4665","16026","9807","8801","0.0","9102","8802","-27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1056[] = {"3064","IGM95 / UTM zone 32N","9001","4670","16032","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1057[] = {"3065","IGM95 / UTM zone 33N","9001","4670","16033","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1058[] = {"3148","Indian 1960 / UTM zone 48N","9001","4131","16048","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1059[] = {"3149","Indian 1960 / UTM zone 49N","9001","4131","16049","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1060[] = {"3176","Indian 1960 / TM 106 NE","9001","4131","16506","9807","8801","0.0","9102","8802","106.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1061[] = {"3200","FD58 / Iraq zone","9001","4132","19906","9801","8801","32.3","9110","8802","45.0","9110","8805","0.9987864078","9201","8806","1500000.0","9001","8807","1166200.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1062[] = {"3300","Estonian Coordinate System of 1992","9001","4133","19938","9802","8821","57.310319415","9110","8822","24.0","9110","8823","59.2","9110","8824","58.0","9110","8826","500000.0","9001","8827","6375000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1063[] = {"3301","Estonian Coordinate System of 1997","9001","4180","19938","9802","8821","57.310319415","9110","8822","24.0","9110","8823","59.2","9110","8824","58.0","9110","8826","500000.0","9001","8827","6375000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1064[] = {"3439","PSD93 / UTM zone 39N","9001","4134","16039","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1065[] = {"3440","PSD93 / UTM zone 40N","9001","4134","16040","9807","8801","0.0","9102","8802","57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1066[] = {"3561","Old Hawaiian / Hawaii zone 1","9003","4135","15101","9807","8801","18.5","9110","8802","-155.3","9110","8805","0.999966667","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1067[] = {"3562","Old Hawaiian / Hawaii zone 2","9003","4135","15102","9807","8801","20.2","9110","8802","-156.4","9110","8805","0.999966667","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1068[] = {"3563","Old Hawaiian / Hawaii zone 3","9003","4135","15103","9807","8801","21.1","9110","8802","-158.0","9110","8805","0.99999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1069[] = {"3564","Old Hawaiian / Hawaii zone 4","9003","4135","15104","9807","8801","21.5","9110","8802","-159.3","9110","8805","0.99999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1070[] = {"3565","Old Hawaiian / Hawaii zone 5","9003","4135","15105","9807","8801","21.4","9110","8802","-160.1","9110","8805","1.0","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1071[] = {"3920","Puerto Rico / UTM zone 20N","9001","4139","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1072[] = {"3991","Puerto Rico State Plane CS of 1927","9003","4139","15201","9802","8821","17.5","9110","8822","-66.26","9110","8823","18.26","9110","8824","18.02","9110","8826","500000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1073[] = {"3992","Puerto Rico / St. Croix","9003","4139","15202","9802","8821","17.5","9110","8822","-66.26","9110","8823","18.26","9110","8824","18.02","9110","8826","500000.0","9003","8827","100000.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1074[] = {"20004","Pulkovo 1995 / Gauss-Kruger zone 4","9001","4200","16204","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","4500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1075[] = {"20005","Pulkovo 1995 / Gauss-Kruger zone 5","9001","4200","16205","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1076[] = {"20006","Pulkovo 1995 / Gauss-Kruger zone 6","9001","4200","16206","9807","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","6500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1077[] = {"20007","Pulkovo 1995 / Gauss-Kruger zone 7","9001","4200","16207","9807","8801","0.0","9102","8802","39.0","9102","8805","1.0","9201","8806","7500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1078[] = {"20008","Pulkovo 1995 / Gauss-Kruger zone 8","9001","4200","16208","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","8500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1079[] = {"20009","Pulkovo 1995 / Gauss-Kruger zone 9","9001","4200","16209","9807","8801","0.0","9102","8802","51.0","9102","8805","1.0","9201","8806","9500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1080[] = {"20010","Pulkovo 1995 / Gauss-Kruger zone 10","9001","4200","16210","9807","8801","0.0","9102","8802","57.0","9102","8805","1.0","9201","8806","10500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1081[] = {"20011","Pulkovo 1995 / Gauss-Kruger zone 11","9001","4200","16211","9807","8801","0.0","9102","8802","63.0","9102","8805","1.0","9201","8806","11500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1082[] = {"20012","Pulkovo 1995 / Gauss-Kruger zone 12","9001","4200","16212","9807","8801","0.0","9102","8802","69.0","9102","8805","1.0","9201","8806","12500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1083[] = {"20013","Pulkovo 1995 / Gauss-Kruger zone 13","9001","4200","16213","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","13500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1084[] = {"20014","Pulkovo 1995 / Gauss-Kruger zone 14","9001","4200","16214","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","14500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1085[] = {"20015","Pulkovo 1995 / Gauss-Kruger zone 15","9001","4200","16215","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","15500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1086[] = {"20016","Pulkovo 1995 / Gauss-Kruger zone 16","9001","4200","16216","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","16500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1087[] = {"20017","Pulkovo 1995 / Gauss-Kruger zone 17","9001","4200","16217","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","17500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1088[] = {"20018","Pulkovo 1995 / Gauss-Kruger zone 18","9001","4200","16218","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","18500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1089[] = {"20019","Pulkovo 1995 / Gauss-Kruger zone 19","9001","4200","16219","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","19500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1090[] = {"20020","Pulkovo 1995 / Gauss-Kruger zone 20","9001","4200","16220","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","20500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1091[] = {"20021","Pulkovo 1995 / Gauss-Kruger zone 21","9001","4200","16221","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","21500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1092[] = {"20022","Pulkovo 1995 / Gauss-Kruger zone 22","9001","4200","16222","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","22500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1093[] = {"20023","Pulkovo 1995 / Gauss-Kruger zone 23","9001","4200","16223","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","23500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1094[] = {"20024","Pulkovo 1995 / Gauss-Kruger zone 24","9001","4200","16224","9807","8801","0.0","9102","8802","141.0","9102","8805","1.0","9201","8806","24500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1095[] = {"20025","Pulkovo 1995 / Gauss-Kruger zone 25","9001","4200","16225","9807","8801","0.0","9102","8802","147.0","9102","8805","1.0","9201","8806","25500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1096[] = {"20026","Pulkovo 1995 / Gauss-Kruger zone 26","9001","4200","16226","9807","8801","0.0","9102","8802","153.0","9102","8805","1.0","9201","8806","26500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1097[] = {"20027","Pulkovo 1995 / Gauss-Kruger zone 27","9001","4200","16227","9807","8801","0.0","9102","8802","159.0","9102","8805","1.0","9201","8806","27500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1098[] = {"20028","Pulkovo 1995 / Gauss-Kruger zone 28","9001","4200","16228","9807","8801","0.0","9102","8802","165.0","9102","8805","1.0","9201","8806","28500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1099[] = {"20029","Pulkovo 1995 / Gauss-Kruger zone 29","9001","4200","16229","9807","8801","0.0","9102","8802","171.0","9102","8805","1.0","9201","8806","29500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1100[] = {"20030","Pulkovo 1995 / Gauss-Kruger zone 30","9001","4200","16230","9807","8801","0.0","9102","8802","177.0","9102","8805","1.0","9201","8806","30500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1101[] = {"20031","Pulkovo 1995 / Gauss-Kruger zone 31","9001","4200","16231","9807","8801","0.0","9102","8802","-177.0","9102","8805","1.0","9201","8806","31500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1102[] = {"20032","Pulkovo 1995 / Gauss-Kruger zone 32","9001","4200","16232","9807","8801","0.0","9102","8802","-171.0","9102","8805","1.0","9201","8806","32500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1103[] = {"20064","Pulkovo 1995 / Gauss-Kruger 4N","9001","4200","16304","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1104[] = {"20065","Pulkovo 1995 / Gauss-Kruger 5N","9001","4200","16305","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1105[] = {"20066","Pulkovo 1995 / Gauss-Kruger 6N","9001","4200","16306","9807","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1106[] = {"20067","Pulkovo 1995 / Gauss-Kruger 7N","9001","4200","16307","9807","8801","0.0","9102","8802","39.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1107[] = {"20068","Pulkovo 1995 / Gauss-Kruger 8N","9001","4200","16308","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1108[] = {"20069","Pulkovo 1995 / Gauss-Kruger 9N","9001","4200","16309","9807","8801","0.0","9102","8802","51.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1109[] = {"20070","Pulkovo 1995 / Gauss-Kruger 10N","9001","4200","16310","9807","8801","0.0","9102","8802","57.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1110[] = {"20071","Pulkovo 1995 / Gauss-Kruger 11N","9001","4200","16311","9807","8801","0.0","9102","8802","63.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1111[] = {"20072","Pulkovo 1995 / Gauss-Kruger 12N","9001","4200","16312","9807","8801","0.0","9102","8802","69.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1112[] = {"20073","Pulkovo 1995 / Gauss-Kruger 13N","9001","4200","16313","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1113[] = {"20074","Pulkovo 1995 / Gauss-Kruger 14N","9001","4200","16314","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1114[] = {"20075","Pulkovo 1995 / Gauss-Kruger 15N","9001","4200","16315","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1115[] = {"20076","Pulkovo 1995 / Gauss-Kruger 16N","9001","4200","16316","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1116[] = {"20077","Pulkovo 1995 / Gauss-Kruger 17N","9001","4200","16317","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1117[] = {"20078","Pulkovo 1995 / Gauss-Kruger 18N","9001","4200","16318","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1118[] = {"20079","Pulkovo 1995 / Gauss-Kruger 19N","9001","4200","16319","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1119[] = {"20080","Pulkovo 1995 / Gauss-Kruger 20N","9001","4200","16320","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1120[] = {"20081","Pulkovo 1995 / Gauss-Kruger 21N","9001","4200","16321","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1121[] = {"20082","Pulkovo 1995 / Gauss-Kruger 22N","9001","4200","16322","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1122[] = {"20083","Pulkovo 1995 / Gauss-Kruger 23N","9001","4200","16323","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1123[] = {"20084","Pulkovo 1995 / Gauss-Kruger 24N","9001","4200","16324","9807","8801","0.0","9102","8802","141.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1124[] = {"20085","Pulkovo 1995 / Gauss-Kruger 25N","9001","4200","16325","9807","8801","0.0","9102","8802","147.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1125[] = {"20086","Pulkovo 1995 / Gauss-Kruger 26N","9001","4200","16326","9807","8801","0.0","9102","8802","153.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1126[] = {"20087","Pulkovo 1995 / Gauss-Kruger 27N","9001","4200","16327","9807","8801","0.0","9102","8802","159.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1127[] = {"20088","Pulkovo 1995 / Gauss-Kruger 28N","9001","4200","16328","9807","8801","0.0","9102","8802","165.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1128[] = {"20089","Pulkovo 1995 / Gauss-Kruger 29N","9001","4200","16329","9807","8801","0.0","9102","8802","171.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1129[] = {"20090","Pulkovo 1995 / Gauss-Kruger 30N","9001","4200","16330","9807","8801","0.0","9102","8802","177.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1130[] = {"20091","Pulkovo 1995 / Gauss-Kruger 31N","9001","4200","16331","9807","8801","0.0","9102","8802","-177.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1131[] = {"20092","Pulkovo 1995 / Gauss-Kruger 32N","9001","4200","16332","9807","8801","0.0","9102","8802","-171.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1132[] = {"20135","Adindan / UTM zone 35N","9001","4201","16035","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1133[] = {"20136","Adindan / UTM zone 36N","9001","4201","16036","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1134[] = {"20137","Adindan / UTM zone 37N","9001","4201","16037","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1135[] = {"20138","Adindan / UTM zone 38N","9001","4201","16038","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1136[] = {"20248","AGD66 / AMG zone 48","9001","4202","17448","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1137[] = {"20249","AGD66 / AMG zone 49","9001","4202","17449","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1138[] = {"20250","AGD66 / AMG zone 50","9001","4202","17450","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1139[] = {"20251","AGD66 / AMG zone 51","9001","4202","17451","9807","8801","0.0","9102","8802","123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1140[] = {"20252","AGD66 / AMG zone 52","9001","4202","17452","9807","8801","0.0","9102","8802","129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1141[] = {"20253","AGD66 / AMG zone 53","9001","4202","17453","9807","8801","0.0","9102","8802","135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1142[] = {"20254","AGD66 / AMG zone 54","9001","4202","17454","9807","8801","0.0","9102","8802","141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1143[] = {"20255","AGD66 / AMG zone 55","9001","4202","17455","9807","8801","0.0","9102","8802","147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1144[] = {"20256","AGD66 / AMG zone 56","9001","4202","17456","9807","8801","0.0","9102","8802","153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1145[] = {"20257","AGD66 / AMG zone 57","9001","4202","17457","9807","8801","0.0","9102","8802","159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1146[] = {"20258","AGD66 / AMG zone 58","9001","4202","17458","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1147[] = {"20348","AGD84 / AMG zone 48","9001","4203","17448","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1148[] = {"20349","AGD84 / AMG zone 49","9001","4203","17449","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1149[] = {"20350","AGD84 / AMG zone 50","9001","4203","17450","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1150[] = {"20351","AGD84 / AMG zone 51","9001","4203","17451","9807","8801","0.0","9102","8802","123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1151[] = {"20352","AGD84 / AMG zone 52","9001","4203","17452","9807","8801","0.0","9102","8802","129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1152[] = {"20353","AGD84 / AMG zone 53","9001","4203","17453","9807","8801","0.0","9102","8802","135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1153[] = {"20354","AGD84 / AMG zone 54","9001","4203","17454","9807","8801","0.0","9102","8802","141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1154[] = {"20355","AGD84 / AMG zone 55","9001","4203","17455","9807","8801","0.0","9102","8802","147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1155[] = {"20356","AGD84 / AMG zone 56","9001","4203","17456","9807","8801","0.0","9102","8802","153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1156[] = {"20357","AGD84 / AMG zone 57","9001","4203","17457","9807","8801","0.0","9102","8802","159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1157[] = {"20358","AGD84 / AMG zone 58","9001","4203","17458","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1158[] = {"20437","Ain el Abd / UTM zone 37N","9001","4204","16037","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1159[] = {"20438","Ain el Abd / UTM zone 38N","9001","4204","16038","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1160[] = {"20439","Ain el Abd / UTM zone 39N","9001","4204","16039","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1161[] = {"20499","Ain el Abd / Bahrain Grid","9001","4204","19900","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1162[] = {"20538","Afgooye / UTM zone 38N","9001","4205","16038","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1163[] = {"20539","Afgooye / UTM zone 39N","9001","4205","16039","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1164[] = {"20790","Lisbon (Lisbon)/Portuguese National Grid","9001","4803","19936","9807","8801","39.4","9110","8802","1.0","9110","8805","1.0","9201","8806","200000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1165[] = {"20791","Lisbon (Lisbon)/Portuguese Grid","9001","4803","19969","9807","8801","39.4","9110","8802","1.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1166[] = {"20822","Aratu / UTM zone 22S","9001","4208","16122","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1167[] = {"20823","Aratu / UTM zone 23S","9001","4208","16123","9807","8801","0.0","9102","8802","-45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1168[] = {"20824","Aratu / UTM zone 24S","9001","4208","16124","9807","8801","0.0","9102","8802","-39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1169[] = {"20934","Arc 1950 / UTM zone 34S","9001","4209","16134","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1170[] = {"20935","Arc 1950 / UTM zone 35S","9001","4209","16135","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1171[] = {"20936","Arc 1950 / UTM zone 36S","9001","4209","16136","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1172[] = {"21035","Arc 1960 / UTM zone 35S","9001","4210","16135","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1173[] = {"21036","Arc 1960 / UTM zone 36S","9001","4210","16136","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1174[] = {"21037","Arc 1960 / UTM zone 37S","9001","4210","16137","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1175[] = {"21095","Arc 1960 / UTM zone 35N","9001","4210","16035","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1176[] = {"21096","Arc 1960 / UTM zone 36N","9001","4210","16036","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1177[] = {"21097","Arc 1960 / UTM zone 37N","9001","4210","16037","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1178[] = {"21100","Batavia (Jakarta) / NEIEZ","9001","4813","19905","9804","8801","0.0","9102","8802","110.0","9102","8805","0.997","9201","8806","3900000.0","9001","8807","900000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1179[] = {"21148","Batavia / UTM zone 48S","9001","4211","16148","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1180[] = {"21149","Batavia / UTM zone 49S","9001","4211","16149","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1181[] = {"21150","Batavia / UTM zone 50S","9001","4211","16150","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1182[] = {"21291","Barbados 1938 / British West Indies Grid","9001","4212","19942","9807","8801","0.0","9102","8802","-62.0","9102","8805","0.9995","9201","8806","400000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1183[] = {"21292","Barbados 1938 / Barbados National Grid","9001","4212","19943","9807","8801","13.1035","9110","8802","-59.3335","9110","8805","0.9999986","9201","8806","30000.0","9001","8807","75000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1184[] = {"21413","Beijing 1954 / Gauss-Kruger zone 13","9001","4214","16213","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","13500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1185[] = {"21414","Beijing 1954 / Gauss-Kruger zone 14","9001","4214","16214","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","14500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1186[] = {"21415","Beijing 1954 / Gauss-Kruger zone 15","9001","4214","16215","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","15500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1187[] = {"21416","Beijing 1954 / Gauss-Kruger zone 16","9001","4214","16216","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","16500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1188[] = {"21417","Beijing 1954 / Gauss-Kruger zone 17","9001","4214","16217","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","17500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1189[] = {"21418","Beijing 1954 / Gauss-Kruger zone 18","9001","4214","16218","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","18500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1190[] = {"21419","Beijing 1954 / Gauss-Kruger zone 19","9001","4214","16219","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","19500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1191[] = {"21420","Beijing 1954 / Gauss-Kruger zone 20","9001","4214","16220","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","20500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1192[] = {"21421","Beijing 1954 / Gauss-Kruger zone 21","9001","4214","16221","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","21500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1193[] = {"21422","Beijing 1954 / Gauss-Kruger zone 22","9001","4214","16222","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","22500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1194[] = {"21423","Beijing 1954 / Gauss-Kruger zone 23","9001","4214","16223","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","23500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1195[] = {"21453","Beijing 1954 / Gauss-Kruger CM 75E","9001","4214","16313","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1196[] = {"21454","Beijing 1954 / Gauss-Kruger CM 81E","9001","4214","16314","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1197[] = {"21455","Beijing 1954 / Gauss-Kruger CM 87E","9001","4214","16315","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1198[] = {"21456","Beijing 1954 / Gauss-Kruger CM 93E","9001","4214","16316","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1199[] = {"21457","Beijing 1954 / Gauss-Kruger CM 99E","9001","4214","16317","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1200[] = {"21458","Beijing 1954 / Gauss-Kruger CM 105E","9001","4214","16318","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1201[] = {"21459","Beijing 1954 / Gauss-Kruger CM 111E","9001","4214","16319","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1202[] = {"21460","Beijing 1954 / Gauss-Kruger CM 117E","9001","4214","16320","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1203[] = {"21461","Beijing 1954 / Gauss-Kruger CM 123E","9001","4214","16321","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1204[] = {"21462","Beijing 1954 / Gauss-Kruger CM 129E","9001","4214","16322","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1205[] = {"21463","Beijing 1954 / Gauss-Kruger CM 135E","9001","4214","16323","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1206[] = {"21473","Beijing 1954 / Gauss-Kruger 13N","9001","4214","16313","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1207[] = {"21474","Beijing 1954 / Gauss-Kruger 14N","9001","4214","16314","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1208[] = {"21475","Beijing 1954 / Gauss-Kruger 15N","9001","4214","16315","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1209[] = {"21476","Beijing 1954 / Gauss-Kruger 16N","9001","4214","16316","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1210[] = {"21477","Beijing 1954 / Gauss-Kruger 17N","9001","4214","16317","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1211[] = {"21478","Beijing 1954 / Gauss-Kruger 18N","9001","4214","16318","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1212[] = {"21479","Beijing 1954 / Gauss-Kruger 19N","9001","4214","16319","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1213[] = {"21480","Beijing 1954 / Gauss-Kruger 20N","9001","4214","16320","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1214[] = {"21481","Beijing 1954 / Gauss-Kruger 21N","9001","4214","16321","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1215[] = {"21482","Beijing 1954 / Gauss-Kruger 22N","9001","4214","16322","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1216[] = {"21483","Beijing 1954 / Gauss-Kruger 23N","9001","4214","16323","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1217[] = {"21500","Belge 1950 (Brussels) / Belge Lambert 50","9001","4809","19901","9802","8821","90.0","9110","8822","0.0","9110","8823","49.5","9110","8824","51.1","9110","8826","150000.0","9001","8827","5400000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1218[] = {"21780","Bern 1898 (Bern) / LV03C","9001","4801","19923","9815","8811","46.570866","9110","8812","0.0","9110","8813","90.0","9110","8814","90.0","9110","8815","1.0","9201","8816","0.0","9001","8817","0.0","9001 ",NULL};
-datafile_rows_t pcs_row_1219[] = {"21781","CH1903 / LV03","9001","4149","19922","9815","8811","46.570866","9110","8812","7.26225","9110","8813","90.0","9110","8814","90.0","9110","8815","1.0","9201","8816","600000.0","9001","8817","200000.0","9001 ",NULL};
-datafile_rows_t pcs_row_1220[] = {"21817","Bogota 1975 / UTM zone 17N","9001","4218","16017","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1221[] = {"21818","Bogota 1975 / UTM zone 18N","9001","4218","16018","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1222[] = {"21891","Bogota 1975 / Colombia West zone","9001","4218","18051","9807","8801","4.355657","9110","8802","-77.04513","9110","8805","1.0","9201","8806","1000000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1223[] = {"21892","Bogota 1975 / Colombia Bogota zone","9001","4218","18052","9807","8801","4.355657","9110","8802","-74.04513","9110","8805","1.0","9201","8806","1000000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1224[] = {"21893","Bogota 1975 / Colombia East Central zone","9001","4218","18053","9807","8801","4.355657","9110","8802","-71.04513","9110","8805","1.0","9201","8806","1000000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1225[] = {"21894","Bogota 1975 / Colombia East","9001","4218","18054","9807","8801","4.355657","9110","8802","-68.04513","9110","8805","1.0","9201","8806","1000000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1226[] = {"22032","Camacupa / UTM zone 32S","9001","4220","16132","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1227[] = {"22033","Camacupa / UTM zone 33S","9001","4220","16133","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1228[] = {"22091","Camacupa / TM 11.30 SE","9001","4220","16611","9807","8801","0.0","9110","8802","11.3","9110","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1229[] = {"22092","Camacupa / TM 12 SE","9001","4220","16612","9807","8801","0.0","9102","8802","12.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1230[] = {"22191","Campo Inchauspe / Argentina 1","9001","4221","18031","9807","8801","-90.0","9102","8802","-72.0","9102","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1231[] = {"22192","Campo Inchauspe / Argentina 2","9001","4221","18032","9807","8801","-90.0","9102","8802","-69.0","9102","8805","1.0","9201","8806","2500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1232[] = {"22193","Campo Inchauspe / Argentina 3","9001","4221","18033","9807","8801","-90.0","9102","8802","-66.0","9102","8805","1.0","9201","8806","3500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1233[] = {"22194","Campo Inchauspe / Argentina 4","9001","4221","18034","9807","8801","-90.0","9102","8802","-63.0","9102","8805","1.0","9201","8806","4500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1234[] = {"22195","Campo Inchauspe / Argentina 5","9001","4221","18035","9807","8801","-90.0","9102","8802","-60.0","9102","8805","1.0","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1235[] = {"22196","Campo Inchauspe / Argentina 6","9001","4221","18036","9807","8801","-90.0","9102","8802","-57.0","9102","8805","1.0","9201","8806","6500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1236[] = {"22197","Campo Inchauspe / Argentina 7","9001","4221","18037","9807","8801","-90.0","9102","8802","-54.0","9102","8805","1.0","9201","8806","7500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1237[] = {"22234","Cape / UTM zone 34S","9001","4222","16134","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1238[] = {"22235","Cape / UTM zone 35S","9001","4222","16135","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1239[] = {"22236","Cape / UTM zone 36S","9001","4222","16136","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1240[] = {"22275","South African Coordinate System zone 15","9001","4222","17515","9808","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1241[] = {"22277","South African Coordinate System zone 17","9001","4222","17517","9808","8801","0.0","9102","8802","17.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1242[] = {"22279","South African Coordinate System zone 19","9001","4222","17519","9808","8801","0.0","9102","8802","19.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1243[] = {"22281","South African Coordinate System zone 21","9001","4222","17521","9808","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1244[] = {"22283","South African Coordinate System zone 23","9001","4222","17523","9808","8801","0.0","9102","8802","23.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1245[] = {"22285","South African Coordinate System zone 25","9001","4222","17525","9808","8801","0.0","9102","8802","25.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1246[] = {"22287","South African Coordinate System zone 27","9001","4222","17527","9808","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1247[] = {"22289","South African Coordinate System zone 29","9001","4222","17529","9808","8801","0.0","9102","8802","29.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1248[] = {"22291","South African Coordinate System zone 31","9001","4222","17531","9808","8801","0.0","9102","8802","31.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1249[] = {"22293","South African Coordinate System zone 33","9001","4222","17533","9808","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1250[] = {"22300","Carthage (Paris) / Tunisia Mining Grid","9036","4816","19937","9816","8821","38.81973","9105","8822","7.83445","9105","8826","270.0","9036","8827","582.0","9036","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1251[] = {"22332","Carthage / UTM zone 32N","9001","4223","16032","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1252[] = {"22391","Carthage / Nord Tunisie","9001","4223","18181","9801","8801","40.0","9105","8802","11.0","9105","8805","0.999625544","9201","8806","500000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1253[] = {"22392","Carthage / Sud Tunisie","9001","4223","18182","9801","8801","37.0","9105","8802","11.0","9105","8805","0.999625769","9201","8806","500000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1254[] = {"22523","Corrego Alegre / UTM zone 23S","9001","4225","16123","9807","8801","0.0","9102","8802","-45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1255[] = {"22524","Corrego Alegre / UTM zone 24S","9001","4225","16124","9807","8801","0.0","9102","8802","-39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1256[] = {"22700","Deir ez Zor / Levant Zone","9001","4227","19940","9817","8801","34.39","9110","8802","37.21","9110","8805","0.9996256","9201","8806","300000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1257[] = {"22770","Deir ez Zor / Syria Lambert","9001","4227","19948","9801","8801","34.39","9110","8802","37.21","9110","8805","0.9996256","9201","8806","300000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1258[] = {"22780","Deir ez Zor / Levant Stereographic","9001","4227","19949","9809","8801","38.0","9105","8802","43.5","9105","8805","0.9995341","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1259[] = {"22832","Douala / UTM zone 32N","9001","4228","16032","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1260[] = {"22991","Egypt 1907 / Blue Belt","9001","4229","18071","9807","8801","30.0","9102","8802","35.0","9102","8805","1.0","9201","8806","300000.0","9001","8807","1100000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1261[] = {"22992","Egypt 1907 / Red Belt","9001","4229","18072","9807","8801","30.0","9102","8802","31.0","9102","8805","1.0","9201","8806","615000.0","9001","8807","810000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1262[] = {"22993","Egypt 1907 / Purple Belt","9001","4229","18073","9807","8801","30.0","9102","8802","27.0","9102","8805","1.0","9201","8806","700000.0","9001","8807","200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1263[] = {"22994","Egypt 1907 / Extended Purple Belt","9001","4229","18074","9807","8801","30.0","9102","8802","27.0","9102","8805","1.0","9201","8806","700000.0","9001","8807","1200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1264[] = {"23028","ED50 / UTM zone 28N","9001","4230","16028","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1265[] = {"23029","ED50 / UTM zone 29N","9001","4230","16029","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1266[] = {"23030","ED50 / UTM zone 30N","9001","4230","16030","9807","8801","0.0","9102","8802","-3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1267[] = {"23031","ED50 / UTM zone 31N","9001","4230","16031","9807","8801","0.0","9102","8802","3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1268[] = {"23032","ED50 / UTM zone 32N","9001","4230","16032","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1269[] = {"23033","ED50 / UTM zone 33N","9001","4230","16033","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1270[] = {"23034","ED50 / UTM zone 34N","9001","4230","16034","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1271[] = {"23035","ED50 / UTM zone 35N","9001","4230","16035","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1272[] = {"23036","ED50 / UTM zone 36N","9001","4230","16036","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1273[] = {"23037","ED50 / UTM zone 37N","9001","4230","16037","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1274[] = {"23038","ED50 / UTM zone 38N","9001","4230","16038","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1275[] = {"23090","ED50 / TM 0 N","9001","4230","16400","9807","8801","0.0","9102","8802","0.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1276[] = {"23095","ED50 / TM 5 NE","9001","4230","16405","9807","8801","0.0","9102","8802","5.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1277[] = {"23239","Fahud / UTM zone 39N","9001","4232","16039","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1278[] = {"23240","Fahud / UTM zone 40N","9001","4232","16040","9807","8801","0.0","9102","8802","57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1279[] = {"23433","Garoua / UTM zone 33N","9001","4234","16033","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1280[] = {"23700","HD72 / EOV","9001","4237","19931","9815","8811","47.08398174","9110","8812","19.02548584","9110","8813","90.0","9110","8814","90.0","9110","8815","0.99993","9201","8816","650000.0","9001","8817","200000.0","9001 ",NULL};
-datafile_rows_t pcs_row_1281[] = {"23846","ID74 / UTM zone 46N","9001","4238","16046","9807","8801","0.0","9102","8802","93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1282[] = {"23847","ID74 / UTM zone 47N","9001","4238","16047","9807","8801","0.0","9102","8802","99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1283[] = {"23848","ID74 / UTM zone 48N","9001","4238","16048","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1284[] = {"23849","ID74 / UTM zone 49N","9001","4238","16049","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1285[] = {"23850","ID74 / UTM zone 50N","9001","4238","16050","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1286[] = {"23851","ID74 / UTM zone 51N","9001","4238","16051","9807","8801","0.0","9102","8802","123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1287[] = {"23852","ID74 / UTM zone 52N","9001","4238","16052","9807","8801","0.0","9102","8802","129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1288[] = {"23853","ID74 / UTM zone 53N","9001","4238","16053","9807","8801","0.0","9102","8802","135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1289[] = {"23886","ID74 / UTM zone 46S","9001","4238","16146","9807","8801","0.0","9102","8802","93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1290[] = {"23887","ID74 / UTM zone 47S","9001","4238","16147","9807","8801","0.0","9102","8802","99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1291[] = {"23888","ID74 / UTM zone 48S","9001","4238","16148","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1292[] = {"23889","ID74 / UTM zone 49S","9001","4238","16149","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1293[] = {"23890","ID74 / UTM zone 50S","9001","4238","16150","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1294[] = {"23891","ID74 / UTM zone 51S","9001","4238","16151","9807","8801","0.0","9102","8802","123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1295[] = {"23892","ID74 / UTM zone 52S","9001","4238","16152","9807","8801","0.0","9102","8802","129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1296[] = {"23893","ID74 / UTM zone 53S","9001","4238","16153","9807","8801","0.0","9102","8802","135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1297[] = {"23894","ID74 / UTM zone 54S","9001","4238","16154","9807","8801","0.0","9102","8802","141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1298[] = {"23946","Indian 1954 / UTM zone 46N","9001","4239","16046","9807","8801","0.0","9102","8802","93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1299[] = {"23947","Indian 1954 / UTM zone 47N","9001","4239","16047","9807","8801","0.0","9102","8802","99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1300[] = {"23948","Indian 1954 / UTM zone 48N","9001","4239","16048","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1301[] = {"24047","Indian 1975 / UTM zone 47N","9001","4240","16047","9807","8801","0.0","9102","8802","99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1302[] = {"24048","Indian 1975 / UTM zone 48N","9001","4240","16048","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1303[] = {"24100","Jamaica 1875 / Jamaica (Old Grid)","9005","4241","19909","9801","8801","18.0","9102","8802","-77.0","9102","8805","1.0","9201","8806","550000.0","9005","8807","400000.0","9005","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1304[] = {"24200","JAD69 / Jamaica National Grid","9001","4242","19910","9801","8801","18.0","9102","8802","-77.0","9102","8805","1.0","9201","8806","250000.0","9001","8807","150000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1305[] = {"24305","Kalianpur 1937 / UTM zone 45N","9001","4144","16045","9807","8801","0.0","9102","8802","87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1306[] = {"24306","Kalianpur 1937 / UTM zone 46N","9001","4144","16046","9807","8801","0.0","9102","8802","93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1307[] = {"24311","Kalianpur 1962 / UTM zone 41N","9001","4145","16041","9807","8801","0.0","9102","8802","63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1308[] = {"24312","Kalianpur 1962 / UTM zone 42N","9001","4145","16042","9807","8801","0.0","9102","8802","69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1309[] = {"24313","Kalianpur 1962 / UTM zone 43N","9001","4145","16043","9807","8801","0.0","9102","8802","75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1310[] = {"24342","Kalianpur 1975 / UTM zone 42N","9001","4146","16042","9807","8801","0.0","9102","8802","69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1311[] = {"24343","Kalianpur 1975 / UTM zone 43N","9001","4146","16043","9807","8801","0.0","9102","8802","75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1312[] = {"24344","Kalianpur 1975 / UTM zone 44N","9001","4146","16044","9807","8801","0.0","9102","8802","81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1313[] = {"24345","Kalianpur 1975 / UTM zone 45N","9001","4146","16045","9807","8801","0.0","9102","8802","87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1314[] = {"24346","Kalianpur 1975 / UTM zone 46N","9001","4146","16046","9807","8801","0.0","9102","8802","93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1315[] = {"24347","Kalianpur 1975 / UTM zone 47N","9001","4146","16047","9807","8801","0.0","9102","8802","99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1316[] = {"24370","Kalianpur 1880 / India zone 0","9084","4243","18110","9801","8801","39.3","9110","8802","68.0","9110","8805","0.99846154","9201","8806","2355500.0","9084","8807","2590000.0","9084","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1317[] = {"24371","Kalianpur 1880 / India zone I","9084","4243","18111","9801","8801","32.3","9110","8802","68.0","9110","8805","0.99878641","9201","8806","3000000.0","9084","8807","1000000.0","9084","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1318[] = {"24372","Kalianpur 1880 / India zone IIa","9084","4243","18112","9801","8801","26.0","9102","8802","74.0","9102","8805","0.99878641","9201","8806","3000000.0","9084","8807","1000000.0","9084","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1319[] = {"24373","Kalianpur 1880 / India zone III","9084","4243","18114","9801","8801","19.0","9102","8802","80.0","9102","8805","0.99878641","9201","8806","3000000.0","9084","8807","1000000.0","9084","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1320[] = {"24374","Kalianpur 1880 / India zone IV","9084","4243","18116","9801","8801","12.0","9102","8802","80.0","9102","8805","0.99878641","9201","8806","3000000.0","9084","8807","1000000.0","9084","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1321[] = {"24375","Kalianpur 1937 / India zone IIb","9001","4144","18238","9801","8801","26.0","9102","8802","90.0","9102","8805","0.99878641","9201","8806","2743185.69","9001","8807","914395.23","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1322[] = {"24376","Kalianpur 1962 / India zone I","9001","4145","18236","9801","8801","32.3","9110","8802","68.0","9110","8805","0.99878641","9201","8806","2743196.4","9001","8807","914398.8","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1323[] = {"24377","Kalianpur 1962 / India zone IIa","9001","4145","18237","9801","8801","26.0","9102","8802","74.0","9102","8805","0.99878641","9201","8806","2743196.4","9001","8807","914398.8","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1324[] = {"24378","Kalianpur 1975 / India zone I","9001","4146","18231","9801","8801","32.3","9110","8802","68.0","9110","8805","0.99878641","9201","8806","2743195.5","9001","8807","914398.5","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1325[] = {"24379","Kalianpur 1975 / India zone IIa","9001","4146","18232","9801","8801","26.0","9102","8802","74.0","9102","8805","0.99878641","9201","8806","2743195.5","9001","8807","914398.5","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1326[] = {"24380","Kalianpur 1975 / India zone IIb","9001","4146","18235","9801","8801","26.0","9102","8802","90.0","9102","8805","0.99878641","9201","8806","2743195.5","9001","8807","914398.5","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1327[] = {"24381","Kalianpur 1975 / India zone III","9001","4146","18233","9801","8801","19.0","9102","8802","80.0","9102","8805","0.99878641","9201","8806","2743195.5","9001","8807","914398.5","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1328[] = {"24382","Kalianpur 1880 / India zone IIb","9084","4243","18113","9801","8801","26.0","9102","8802","90.0","9102","8805","0.99878641","9201","8806","3000000.0","9084","8807","1000000.0","9084","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1329[] = {"24383","Kalianpur 1975 / India zone IV","9001","4146","18234","9801","8801","12.0","9102","8802","80.0","9102","8805","0.99878641","9201","8806","2743195.5","9001","8807","914398.5","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1330[] = {"24500","Kertau / Singapore Grid","9001","4245","19920","9806","8801","1.1715528","9110","8802","103.5110808","9110","8806","30000.0","9001","8807","30000.0","9001","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1331[] = {"24547","Kertau / UTM zone 47N","9001","4245","16047","9807","8801","0.0","9102","8802","99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1332[] = {"24548","Kertau / UTM zone 48N","9001","4245","16048","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1333[] = {"24571","Kertau / R.S.O. Malaya (ch)","9062","4245","19935","9812","8806","40000.0","9062","8807","0.0","9062","8811","4.0","9110","8812","102.15","9110","8813","323.01328458","9110","8814","323.07483685","9110","8815","0.99984","9201 ",NULL};
-datafile_rows_t pcs_row_1334[] = {"24600","KOC Lambert","9001","4246","19906","9801","8801","32.3","9110","8802","45.0","9110","8805","0.9987864078","9201","8806","1500000.0","9001","8807","1166200.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1335[] = {"24718","La Canoa / UTM zone 18N","9001","4247","16018","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1336[] = {"24719","La Canoa / UTM zone 19N","9001","4247","16019","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1337[] = {"24720","La Canoa / UTM zone 20N","9001","4247","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1338[] = {"24818","PSAD56 / UTM zone 18N","9001","4248","16018","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1339[] = {"24819","PSAD56 / UTM zone 19N","9001","4248","16019","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1340[] = {"24820","PSAD56 / UTM zone 20N","9001","4248","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1341[] = {"24821","PSAD56 / UTM zone 21N","9001","4248","16021","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1342[] = {"24877","PSAD56 / UTM zone 17S","9001","4248","16117","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1343[] = {"24878","PSAD56 / UTM zone 18S","9001","4248","16118","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1344[] = {"24879","PSAD56 / UTM zone 19S","9001","4248","16119","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1345[] = {"24880","PSAD56 / UTM zone 20S","9001","4248","16120","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1346[] = {"24882","PSAD56 / UTM zone 22S","9001","4248","16122","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1347[] = {"24891","PSAD56 / Peru west zone","9001","4248","18161","9807","8801","-6.0","9110","8802","-80.3","9110","8805","0.99983008","9201","8806","222000.0","9001","8807","1426834.743","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1348[] = {"24892","PSAD56 / Peru central zone","9001","4248","18162","9807","8801","-9.3","9110","8802","-76.0","9110","8805","0.99932994","9201","8806","720000.0","9001","8807","1039979.159","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1349[] = {"24893","PSAD56 / Peru east zone","9001","4248","18163","9807","8801","-9.3","9110","8802","-70.3","9110","8805","0.99952992","9201","8806","1324000.0","9001","8807","1040084.558","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1350[] = {"25000","Leigon / Ghana Metre Grid","9001","4250","19904","9807","8801","4.4","9110","8802","-1.0","9110","8805","0.99975","9201","8806","274319.51","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1351[] = {"25231","Lome / UTM zone 31N","9001","4252","16031","9807","8801","0.0","9102","8802","3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1352[] = {"25391","Luzon 1911 / Philippines zone I","9001","4253","18171","9807","8801","0.0","9102","8802","117.0","9102","8805","0.99995","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1353[] = {"25392","Luzon 1911 / Philippines zone II","9001","4253","18172","9807","8801","0.0","9102","8802","119.0","9102","8805","0.99995","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1354[] = {"25393","Luzon 1911 / Philippines zone III","9001","4253","18173","9807","8801","0.0","9102","8802","121.0","9102","8805","0.99995","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1355[] = {"25394","Luzon 1911 / Philippines zone IV","9001","4253","18174","9807","8801","0.0","9102","8802","123.0","9102","8805","0.99995","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1356[] = {"25395","Luzon 1911 / Philippines zone V","9001","4253","18175","9807","8801","0.0","9102","8802","125.0","9102","8805","0.99995","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1357[] = {"25700","Makassar (Jakarta) / NEIEZ","9001","4804","19905","9804","8801","0.0","9102","8802","110.0","9102","8805","0.997","9201","8806","3900000.0","9001","8807","900000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1358[] = {"25828","ETRS89 / UTM zone 28N","9001","4258","16028","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1359[] = {"25829","ETRS89 / UTM zone 29N","9001","4258","16029","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1360[] = {"25830","ETRS89 / UTM zone 30N","9001","4258","16030","9807","8801","0.0","9102","8802","-3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1361[] = {"25831","ETRS89 / UTM zone 31N","9001","4258","16031","9807","8801","0.0","9102","8802","3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1362[] = {"25832","ETRS89 / UTM zone 32N","9001","4258","16032","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1363[] = {"25833","ETRS89 / UTM zone 33N","9001","4258","16033","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1364[] = {"25834","ETRS89 / UTM zone 34N","9001","4258","16034","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1365[] = {"25835","ETRS89 / UTM zone 35N","9001","4258","16035","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1366[] = {"25836","ETRS89 / UTM zone 36N","9001","4258","16036","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1367[] = {"25837","ETRS89 / UTM zone 37N","9001","4258","16037","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1368[] = {"25838","ETRS89 / UTM zone 38N","9001","4258","16038","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1369[] = {"25884","ETRS89 / TM Baltic93","9001","4258","19939","9807","8801","0.0","9102","8802","24.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1370[] = {"25932","Malongo 1987 / UTM zone 32S","9001","4259","16132","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1371[] = {"26191","Merchich / Nord Maroc","9001","4261","18131","9801","8801","37.0","9105","8802","-6.0","9105","8805","0.999625769","9201","8806","500000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1372[] = {"26192","Merchich / Sud Maroc","9001","4261","18132","9801","8801","33.0","9105","8802","-6.0","9105","8805","0.999615596","9201","8806","500000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1373[] = {"26193","Merchich / Sahara","9001","4261","18133","9801","8801","29.0","9105","8802","-6.0","9105","8805","0.9996","9201","8806","1200000.0","9001","8807","400000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1374[] = {"26194","Merchich / Sahara Nord","9001","4261","18134","9801","8801","29.0","9105","8802","-6.0","9105","8805","0.999616304","9201","8806","1200000.0","9001","8807","400000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1375[] = {"26195","Merchich / Sahara Sud","9001","4261","18135","9801","8801","25.0","9105","8802","-6.0","9105","8805","0.999616437","9201","8806","1500000.0","9001","8807","400000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1376[] = {"26237","Massawa / UTM zone 37N","9001","4262","16037","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1377[] = {"26331","Minna / UTM zone 31N","9001","4263","16031","9807","8801","0.0","9102","8802","3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1378[] = {"26332","Minna / UTM zone 32N","9001","4263","16032","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1379[] = {"26391","Minna / Nigeria West Belt","9001","4263","18151","9807","8801","4.0","9110","8802","4.3","9110","8805","0.99975","9201","8806","230738.26","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1380[] = {"26392","Minna / Nigeria Mid Belt","9001","4263","18152","9807","8801","4.0","9110","8802","8.3","9110","8805","0.99975","9201","8806","670553.98","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1381[] = {"26393","Minna / Nigeria East Belt","9001","4263","18153","9807","8801","4.0","9110","8802","12.3","9110","8805","0.99975","9201","8806","1110369.7","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1382[] = {"26432","Mhast / UTM zone 32S","9001","4264","16132","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1383[] = {"26591","Monte Mario (Rome) / Italy zone 1","9001","4806","18121","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1384[] = {"26592","Monte Mario (Rome) / Italy zone 2","9001","4806","18122","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","2520000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1385[] = {"26632","M'poraloko / UTM zone 32N","9001","4266","16032","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1386[] = {"26692","M'poraloko / UTM zone 32S","9001","4266","16132","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1387[] = {"26703","NAD27 / UTM zone 3N","9001","4267","16003","9807","8801","0.0","9102","8802","-165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1388[] = {"26704","NAD27 / UTM zone 4N","9001","4267","16004","9807","8801","0.0","9102","8802","-159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1389[] = {"26705","NAD27 / UTM zone 5N","9001","4267","16005","9807","8801","0.0","9102","8802","-153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1390[] = {"26706","NAD27 / UTM zone 6N","9001","4267","16006","9807","8801","0.0","9102","8802","-147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1391[] = {"26707","NAD27 / UTM zone 7N","9001","4267","16007","9807","8801","0.0","9102","8802","-141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1392[] = {"26708","NAD27 / UTM zone 8N","9001","4267","16008","9807","8801","0.0","9102","8802","-135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1393[] = {"26709","NAD27 / UTM zone 9N","9001","4267","16009","9807","8801","0.0","9102","8802","-129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1394[] = {"26710","NAD27 / UTM zone 10N","9001","4267","16010","9807","8801","0.0","9102","8802","-123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1395[] = {"26711","NAD27 / UTM zone 11N","9001","4267","16011","9807","8801","0.0","9102","8802","-117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1396[] = {"26712","NAD27 / UTM zone 12N","9001","4267","16012","9807","8801","0.0","9102","8802","-111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1397[] = {"26713","NAD27 / UTM zone 13N","9001","4267","16013","9807","8801","0.0","9102","8802","-105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1398[] = {"26714","NAD27 / UTM zone 14N","9001","4267","16014","9807","8801","0.0","9102","8802","-99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1399[] = {"26715","NAD27 / UTM zone 15N","9001","4267","16015","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1400[] = {"26716","NAD27 / UTM zone 16N","9001","4267","16016","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1401[] = {"26717","NAD27 / UTM zone 17N","9001","4267","16017","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1402[] = {"26718","NAD27 / UTM zone 18N","9001","4267","16018","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1403[] = {"26719","NAD27 / UTM zone 19N","9001","4267","16019","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1404[] = {"26720","NAD27 / UTM zone 20N","9001","4267","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1405[] = {"26721","NAD27 / UTM zone 21N","9001","4267","16021","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1406[] = {"26722","NAD27 / UTM zone 22N","9001","4267","16022","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1407[] = {"26729","NAD27 / Alabama East","9003","4267","10101","9807","8801","30.3","9110","8802","-85.5","9110","8805","0.99996","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1408[] = {"26730","NAD27 / Alabama West","9003","4267","10102","9807","8801","30.0","9110","8802","-87.3","9110","8805","0.999933333","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1409[] = {"26731","NAD27 / Alaska zone 1","9003","4267","15001","9812","8806","16404166.67","9003","8807","-16404166.67","9003","8811","57.0","9110","8812","-133.4","9110","8813","323.07483685","9110","8814","323.07483685","9110","8815","0.9999","9201 ",NULL};
-datafile_rows_t pcs_row_1410[] = {"26732","NAD27 / Alaska zone 2","9003","4267","15002","9807","8801","54.0","9102","8802","-142.0","9102","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1411[] = {"26733","NAD27 / Alaska zone 3","9003","4267","15003","9807","8801","54.0","9102","8802","-146.0","9102","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1412[] = {"26734","NAD27 / Alaska zone 4","9003","4267","15004","9807","8801","54.0","9102","8802","-150.0","9102","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1413[] = {"26735","NAD27 / Alaska zone 5","9003","4267","15005","9807","8801","54.0","9102","8802","-154.0","9102","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1414[] = {"26736","NAD27 / Alaska zone 6","9003","4267","15006","9807","8801","54.0","9102","8802","-158.0","9102","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1415[] = {"26737","NAD27 / Alaska zone 7","9003","4267","15007","9807","8801","54.0","9102","8802","-162.0","9102","8805","0.9999","9201","8806","700000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1416[] = {"26738","NAD27 / Alaska zone 8","9003","4267","15008","9807","8801","54.0","9102","8802","-166.0","9102","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1417[] = {"26739","NAD27 / Alaska zone 9","9003","4267","15009","9807","8801","54.0","9102","8802","-170.0","9102","8805","0.9999","9201","8806","600000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1418[] = {"26740","NAD27 / Alaska zone 10","9003","4267","15010","9802","8821","51.0","9110","8822","-176.0","9110","8823","53.5","9110","8824","51.5","9110","8826","3000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1419[] = {"26741","NAD27 / California zone I","9003","4267","10401","9802","8821","39.2","9110","8822","-122.0","9110","8823","41.4","9110","8824","40.0","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1420[] = {"26742","NAD27 / California zone II","9003","4267","10402","9802","8821","37.4","9110","8822","-122.0","9110","8823","39.5","9110","8824","38.2","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1421[] = {"26743","NAD27 / California zone III","9003","4267","10403","9802","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1422[] = {"26744","NAD27 / California zone IV","9003","4267","10404","9802","8821","35.2","9110","8822","-119.0","9110","8823","37.15","9110","8824","36.0","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1423[] = {"26745","NAD27 / California zone V","9003","4267","10405","9802","8821","33.3","9110","8822","-118.0","9110","8823","35.28","9110","8824","34.02","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1424[] = {"26746","NAD27 / California zone VI","9003","4267","10406","9802","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1425[] = {"26747","NAD27 / California zone VII","9003","4267","10407","9802","8821","34.08","9110","8822","-118.2","9110","8823","34.25","9110","8824","33.52","9110","8826","4186692.58","9003","8827","416926.74","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1426[] = {"26748","NAD27 / Arizona East","9003","4267","10201","9807","8801","31.0","9110","8802","-110.1","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1427[] = {"26749","NAD27 / Arizona Central","9003","4267","10202","9807","8801","31.0","9110","8802","-111.55","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1428[] = {"26750","NAD27 / Arizona West","9003","4267","10203","9807","8801","31.0","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1429[] = {"26751","NAD27 / Arkansas North","9003","4267","10301","9802","8821","34.2","9110","8822","-92.0","9110","8823","36.14","9110","8824","34.56","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1430[] = {"26752","NAD27 / Arkansas South","9003","4267","10302","9802","8821","32.4","9110","8822","-92.0","9110","8823","34.46","9110","8824","33.18","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1431[] = {"26753","NAD27 / Colorado North","9003","4267","10501","9802","8821","39.2","9110","8822","-105.3","9110","8823","39.43","9110","8824","40.47","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1432[] = {"26754","NAD27 / Colorado Central","9003","4267","10502","9802","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1433[] = {"26755","NAD27 / Colorado South","9003","4267","10503","9802","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1434[] = {"26756","NAD27 / Connecticut","9003","4267","10600","9802","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","600000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1435[] = {"26757","NAD27 / Delaware","9003","4267","10700","9807","8801","38.0","9110","8802","-75.25","9110","8805","0.999995","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1436[] = {"26758","NAD27 / Florida East","9003","4267","10901","9807","8801","24.2","9110","8802","-81.0","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1437[] = {"26759","NAD27 / Florida West","9003","4267","10902","9807","8801","24.2","9110","8802","-82.0","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1438[] = {"26760","NAD27 / Florida North","9003","4267","10903","9802","8821","29.0","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1439[] = {"26766","NAD27 / Georgia East","9003","4267","11001","9807","8801","30.0","9110","8802","-82.1","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1440[] = {"26767","NAD27 / Georgia West","9003","4267","11002","9807","8801","30.0","9110","8802","-84.1","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1441[] = {"26768","NAD27 / Idaho East","9003","4267","11101","9807","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1442[] = {"26769","NAD27 / Idaho Central","9003","4267","11102","9807","8801","41.4","9110","8802","-114.0","9110","8805","0.999947368","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1443[] = {"26770","NAD27 / Idaho West","9003","4267","11103","9807","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1444[] = {"26771","NAD27 / Illinois East","9003","4267","11201","9807","8801","36.4","9110","8802","-88.2","9110","8805","0.999975","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1445[] = {"26772","NAD27 / Illinois West","9003","4267","11202","9807","8801","36.4","9110","8802","-90.1","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1446[] = {"26773","NAD27 / Indiana East","9003","4267","11301","9807","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1447[] = {"26774","NAD27 / Indiana West","9003","4267","11302","9807","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1448[] = {"26775","NAD27 / Iowa North","9003","4267","11401","9802","8821","41.3","9110","8822","-93.3","9110","8823","43.16","9110","8824","42.04","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1449[] = {"26776","NAD27 / Iowa South","9003","4267","11402","9802","8821","40.0","9110","8822","-93.3","9110","8823","41.47","9110","8824","40.37","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1450[] = {"26777","NAD27 / Kansas North","9003","4267","11501","9802","8821","38.2","9110","8822","-98.0","9110","8823","39.47","9110","8824","38.43","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1451[] = {"26778","NAD27 / Kansas South","9003","4267","11502","9802","8821","36.4","9110","8822","-98.3","9110","8823","38.34","9110","8824","37.16","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1452[] = {"26779","NAD27 / Kentucky North","9003","4267","11601","9802","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1453[] = {"26780","NAD27 / Kentucky South","9003","4267","11602","9802","8821","36.2","9110","8822","-85.45","9110","8823","36.44","9110","8824","37.56","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1454[] = {"26781","NAD27 / Louisiana North","9003","4267","11701","9802","8821","30.4","9110","8822","-92.3","9110","8823","31.1","9110","8824","32.4","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1455[] = {"26782","NAD27 / Louisiana South","9003","4267","11702","9802","8821","28.4","9110","8822","-91.2","9110","8823","29.18","9110","8824","30.42","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1456[] = {"26783","NAD27 / Maine East","9003","4267","11801","9807","8801","43.5","9110","8802","-68.3","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1457[] = {"26784","NAD27 / Maine West","9003","4267","11802","9807","8801","42.5","9110","8802","-70.1","9110","8805","0.999966667","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1458[] = {"26785","NAD27 / Maryland","9003","4267","11900","9802","8821","37.5","9110","8822","-77.0","9110","8823","38.18","9110","8824","39.27","9110","8826","800000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1459[] = {"26786","NAD27 / Massachusetts Mainland","9003","4267","12001","9802","8821","41.0","9110","8822","-71.3","9110","8823","41.43","9110","8824","42.41","9110","8826","600000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1460[] = {"26787","NAD27 / Massachusetts Island","9003","4267","12002","9802","8821","41.0","9110","8822","-70.3","9110","8823","41.17","9110","8824","41.29","9110","8826","200000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1461[] = {"26791","NAD27 / Minnesota North","9003","4267","12201","9802","8821","46.3","9110","8822","-93.06","9110","8823","47.02","9110","8824","48.38","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1462[] = {"26792","NAD27 / Minnesota Central","9003","4267","12202","9802","8821","45.0","9110","8822","-94.15","9110","8823","45.37","9110","8824","47.03","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1463[] = {"26793","NAD27 / Minnesota South","9003","4267","12203","9802","8821","43.0","9110","8822","-94.0","9110","8823","43.47","9110","8824","45.13","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1464[] = {"26794","NAD27 / Mississippi East","9003","4267","12301","9807","8801","29.4","9110","8802","-88.5","9110","8805","0.99996","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1465[] = {"26795","NAD27 / Mississippi West","9003","4267","12302","9807","8801","30.3","9110","8802","-90.2","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1466[] = {"26796","NAD27 / Missouri East","9003","4267","12401","9807","8801","35.5","9110","8802","-90.3","9110","8805","0.999933333","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1467[] = {"26797","NAD27 / Missouri Central","9003","4267","12402","9807","8801","35.5","9110","8802","-92.3","9110","8805","0.999933333","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1468[] = {"26798","NAD27 / Missouri West","9003","4267","12403","9807","8801","36.1","9110","8802","-94.3","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1469[] = {"26801","NAD Michigan / Michigan East","9003","4268","12101","9807","8801","41.3","9110","8802","-83.4","9110","8805","0.999942857","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1470[] = {"26802","NAD Michigan / Michigan Old Central","9003","4268","12102","9807","8801","41.3","9110","8802","-85.45","9110","8805","0.999909091","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1471[] = {"26803","NAD Michigan / Michigan West","9003","4268","12103","9807","8801","41.3","9110","8802","-88.45","9110","8805","0.999909091","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1472[] = {"26811","NAD Michigan / Michigan North","9003","4268","12111","9802","8821","44.47","9110","8822","-87.0","9110","8823","45.29","9110","8824","47.05","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1473[] = {"26812","NAD Michigan / Michigan Central","9003","4268","12112","9802","8821","43.19","9110","8822","-84.2","9110","8823","44.11","9110","8824","45.42","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1474[] = {"26813","NAD Michigan / Michigan South","9003","4268","12113","9802","8821","41.3","9110","8822","-84.2","9110","8823","42.06","9110","8824","43.4","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1475[] = {"26903","NAD83 / UTM zone 3N","9001","4269","16003","9807","8801","0.0","9102","8802","-165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1476[] = {"26904","NAD83 / UTM zone 4N","9001","4269","16004","9807","8801","0.0","9102","8802","-159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1477[] = {"26905","NAD83 / UTM zone 5N","9001","4269","16005","9807","8801","0.0","9102","8802","-153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1478[] = {"26906","NAD83 / UTM zone 6N","9001","4269","16006","9807","8801","0.0","9102","8802","-147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1479[] = {"26907","NAD83 / UTM zone 7N","9001","4269","16007","9807","8801","0.0","9102","8802","-141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1480[] = {"26908","NAD83 / UTM zone 8N","9001","4269","16008","9807","8801","0.0","9102","8802","-135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1481[] = {"26909","NAD83 / UTM zone 9N","9001","4269","16009","9807","8801","0.0","9102","8802","-129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1482[] = {"26910","NAD83 / UTM zone 10N","9001","4269","16010","9807","8801","0.0","9102","8802","-123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1483[] = {"26911","NAD83 / UTM zone 11N","9001","4269","16011","9807","8801","0.0","9102","8802","-117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1484[] = {"26912","NAD83 / UTM zone 12N","9001","4269","16012","9807","8801","0.0","9102","8802","-111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1485[] = {"26913","NAD83 / UTM zone 13N","9001","4269","16013","9807","8801","0.0","9102","8802","-105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1486[] = {"26914","NAD83 / UTM zone 14N","9001","4269","16014","9807","8801","0.0","9102","8802","-99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1487[] = {"26915","NAD83 / UTM zone 15N","9001","4269","16015","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1488[] = {"26916","NAD83 / UTM zone 16N","9001","4269","16016","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1489[] = {"26917","NAD83 / UTM zone 17N","9001","4269","16017","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1490[] = {"26918","NAD83 / UTM zone 18N","9001","4269","16018","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1491[] = {"26919","NAD83 / UTM zone 19N","9001","4269","16019","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1492[] = {"26920","NAD83 / UTM zone 20N","9001","4269","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1493[] = {"26921","NAD83 / UTM zone 21N","9001","4269","16021","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1494[] = {"26922","NAD83 / UTM zone 22N","9001","4269","16022","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1495[] = {"26923","NAD83 / UTM zone 23N","9001","4269","16023","9807","8801","0.0","9102","8802","-45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1496[] = {"26929","NAD83 / Alabama East","9001","4269","10131","9807","8801","30.3","9110","8802","-85.5","9110","8805","0.99996","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1497[] = {"26930","NAD83 / Alabama West","9001","4269","10132","9807","8801","30.0","9110","8802","-87.3","9110","8805","0.999933333","9201","8806","600000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1498[] = {"26931","NAD83 / Alaska zone 1","9001","4269","15031","9812","8806","5000000.0","9001","8807","-5000000.0","9001","8811","57.0","9110","8812","-133.4","9110","8813","323.07483685","9110","8814","323.07483685","9110","8815","0.9999","9201 ",NULL};
-datafile_rows_t pcs_row_1499[] = {"26932","NAD83 / Alaska zone 2","9001","4269","15032","9807","8801","54.0","9102","8802","-142.0","9102","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1500[] = {"26933","NAD83 / Alaska zone 3","9001","4269","15033","9807","8801","54.0","9102","8802","-146.0","9102","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1501[] = {"26934","NAD83 / Alaska zone 4","9001","4269","15034","9807","8801","54.0","9102","8802","-150.0","9102","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1502[] = {"26935","NAD83 / Alaska zone 5","9001","4269","15035","9807","8801","54.0","9102","8802","-154.0","9102","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1503[] = {"26936","NAD83 / Alaska zone 6","9001","4269","15036","9807","8801","54.0","9102","8802","-158.0","9102","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1504[] = {"26937","NAD83 / Alaska zone 7","9001","4269","15037","9807","8801","54.0","9102","8802","-162.0","9102","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1505[] = {"26938","NAD83 / Alaska zone 8","9001","4269","15038","9807","8801","54.0","9102","8802","-166.0","9102","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1506[] = {"26939","NAD83 / Alaska zone 9","9001","4269","15039","9807","8801","54.0","9102","8802","-170.0","9102","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1507[] = {"26940","NAD83 / Alaska zone 10","9001","4269","15040","9802","8821","51.0","9110","8822","-176.0","9110","8823","53.5","9110","8824","51.5","9110","8826","1000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1508[] = {"26941","NAD83 / California zone 1","9001","4269","10431","9802","8821","39.2","9110","8822","-122.0","9110","8823","41.4","9110","8824","40.0","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1509[] = {"26942","NAD83 / California zone 2","9001","4269","10432","9802","8821","37.4","9110","8822","-122.0","9110","8823","39.5","9110","8824","38.2","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1510[] = {"26943","NAD83 / California zone 3","9001","4269","10433","9802","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1511[] = {"26944","NAD83 / California zone 4","9001","4269","10434","9802","8821","35.2","9110","8822","-119.0","9110","8823","37.15","9110","8824","36.0","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1512[] = {"26945","NAD83 / California zone 5","9001","4269","10435","9802","8821","33.3","9110","8822","-118.0","9110","8823","35.28","9110","8824","34.02","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1513[] = {"26946","NAD83 / California zone 6","9001","4269","10436","9802","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1514[] = {"26948","NAD83 / Arizona East","9001","4269","10231","9807","8801","31.0","9110","8802","-110.1","9110","8805","0.9999","9201","8806","213360.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1515[] = {"26949","NAD83 / Arizona Central","9001","4269","10232","9807","8801","31.0","9110","8802","-111.55","9110","8805","0.9999","9201","8806","213360.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1516[] = {"26950","NAD83 / Arizona West","9001","4269","10233","9807","8801","31.0","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","213360.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1517[] = {"26951","NAD83 / Arkansas North","9001","4269","10331","9802","8821","34.2","9110","8822","-92.0","9110","8823","36.14","9110","8824","34.56","9110","8826","400000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1518[] = {"26952","NAD83 / Arkansas South","9001","4269","10332","9802","8821","32.4","9110","8822","-92.0","9110","8823","34.46","9110","8824","33.18","9110","8826","400000.0","9001","8827","400000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1519[] = {"26953","NAD83 / Colorado North","9001","4269","10531","9802","8821","39.2","9110","8822","-105.3","9110","8823","40.47","9110","8824","39.43","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1520[] = {"26954","NAD83 / Colorado Central","9001","4269","10532","9802","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1521[] = {"26955","NAD83 / Colorado South","9001","4269","10533","9802","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1522[] = {"26956","NAD83 / Connecticut","9001","4269","10630","9802","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","304800.6096","9001","8827","152400.3048","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1523[] = {"26957","NAD83 / Delaware","9001","4269","10730","9807","8801","38.0","9110","8802","-75.25","9110","8805","0.999995","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1524[] = {"26958","NAD83 / Florida East","9001","4269","10931","9807","8801","24.2","9110","8802","-81.0","9110","8805","0.999941177","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1525[] = {"26959","NAD83 / Florida West","9001","4269","10932","9807","8801","24.2","9110","8802","-82.0","9110","8805","0.999941177","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1526[] = {"26960","NAD83 / Florida North","9001","4269","10933","9802","8821","29.0","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1527[] = {"26961","NAD83 / Hawaii zone 1","9001","4269","15131","9807","8801","18.5","9110","8802","-155.3","9110","8805","0.999966667","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1528[] = {"26962","NAD83 / Hawaii zone 2","9001","4269","15132","9807","8801","20.2","9110","8802","-156.4","9110","8805","0.999966667","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1529[] = {"26963","NAD83 / Hawaii zone 3","9001","4269","15133","9807","8801","21.1","9110","8802","-158.0","9110","8805","0.99999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1530[] = {"26964","NAD83 / Hawaii zone 4","9001","4269","15134","9807","8801","21.5","9110","8802","-159.3","9110","8805","0.99999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1531[] = {"26965","NAD83 / Hawaii zone 5","9001","4269","15135","9807","8801","21.4","9110","8802","-160.1","9110","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1532[] = {"26966","NAD83 / Georgia East","9001","4269","11031","9807","8801","30.0","9110","8802","-82.1","9110","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1533[] = {"26967","NAD83 / Georgia West","9001","4269","11032","9807","8801","30.0","9110","8802","-84.1","9110","8805","0.9999","9201","8806","700000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1534[] = {"26968","NAD83 / Idaho East","9001","4269","11131","9807","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1535[] = {"26969","NAD83 / Idaho Central","9001","4269","11132","9807","8801","41.4","9110","8802","-114.0","9110","8805","0.999947368","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1536[] = {"26970","NAD83 / Idaho West","9001","4269","11133","9807","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","800000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1537[] = {"26971","NAD83 / Illinois East","9001","4269","11231","9807","8801","36.4","9110","8802","-88.2","9110","8805","0.999975","9201","8806","300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1538[] = {"26972","NAD83 / Illinois West","9001","4269","11232","9807","8801","36.4","9110","8802","-90.1","9110","8805","0.999941177","9201","8806","700000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1539[] = {"26973","NAD83 / Indiana East","9001","4269","11331","9807","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","100000.0","9001","8807","250000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1540[] = {"26974","NAD83 / Indiana West","9001","4269","11332","9807","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","900000.0","9001","8807","250000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1541[] = {"26975","NAD83 / Iowa North","9001","4269","11431","9802","8821","41.3","9110","8822","-93.3","9110","8823","43.16","9110","8824","42.04","9110","8826","1500000.0","9001","8827","1000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1542[] = {"26976","NAD83 / Iowa South","9001","4269","11432","9802","8821","40.0","9110","8822","-93.3","9110","8823","41.47","9110","8824","40.37","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1543[] = {"26977","NAD83 / Kansas North","9001","4269","11531","9802","8821","38.2","9110","8822","-98.0","9110","8823","39.47","9110","8824","38.43","9110","8826","400000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1544[] = {"26978","NAD83 / Kansas South","9001","4269","11532","9802","8821","36.4","9110","8822","-98.3","9110","8823","38.34","9110","8824","37.16","9110","8826","400000.0","9001","8827","400000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1545[] = {"26979","NAD83 / Kentucky North","9001","4269","11631","9802","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","37.58","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1546[] = {"26980","NAD83 / Kentucky South","9001","4269","11632","9802","8821","36.2","9110","8822","-85.45","9110","8823","37.56","9110","8824","36.44","9110","8826","500000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1547[] = {"26981","NAD83 / Louisiana North","9001","4269","11731","9802","8821","30.3","9110","8822","-92.3","9110","8823","32.4","9110","8824","31.1","9110","8826","1000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1548[] = {"26982","NAD83 / Louisiana South","9001","4269","11732","9802","8821","28.3","9110","8822","-91.2","9110","8823","30.42","9110","8824","29.18","9110","8826","1000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1549[] = {"26983","NAD83 / Maine East","9001","4269","11831","9807","8801","43.4","9110","8802","-68.3","9110","8805","0.9999","9201","8806","300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1550[] = {"26984","NAD83 / Maine West","9001","4269","11832","9807","8801","42.5","9110","8802","-70.1","9110","8805","0.999966667","9201","8806","900000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1551[] = {"26985","NAD83 / Maryland","9001","4269","11930","9802","8821","37.4","9110","8822","-77.0","9110","8823","39.27","9110","8824","38.18","9110","8826","400000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1552[] = {"26986","NAD83 / Massachusetts Mainland","9001","4269","12031","9802","8821","41.0","9110","8822","-71.3","9110","8823","42.41","9110","8824","41.43","9110","8826","200000.0","9001","8827","750000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1553[] = {"26987","NAD83 / Massachusetts Island","9001","4269","12032","9802","8821","41.0","9110","8822","-70.3","9110","8823","41.29","9110","8824","41.17","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1554[] = {"26988","NAD83 / Michigan North","9001","4269","12141","9802","8821","44.47","9110","8822","-87.0","9110","8823","47.05","9110","8824","45.29","9110","8826","8000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1555[] = {"26989","NAD83 / Michigan Central","9001","4269","12142","9802","8821","43.19","9110","8822","-84.22","9110","8823","45.42","9110","8824","44.11","9110","8826","6000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1556[] = {"26990","NAD83 / Michigan South","9001","4269","12143","9802","8821","41.3","9110","8822","-84.22","9110","8823","43.4","9110","8824","42.06","9110","8826","4000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1557[] = {"26991","NAD83 / Minnesota North","9001","4269","12231","9802","8821","46.3","9110","8822","-93.06","9110","8823","48.38","9110","8824","47.02","9110","8826","800000.0","9001","8827","100000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1558[] = {"26992","NAD83 / Minnesota Central","9001","4269","12232","9802","8821","45.0","9110","8822","-94.15","9110","8823","47.03","9110","8824","45.37","9110","8826","800000.0","9001","8827","100000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1559[] = {"26993","NAD83 / Minnesota South","9001","4269","12233","9802","8821","43.0","9110","8822","-94.0","9110","8823","45.13","9110","8824","43.47","9110","8826","800000.0","9001","8827","100000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1560[] = {"26994","NAD83 / Mississippi East","9001","4269","12331","9807","8801","29.3","9110","8802","-88.5","9110","8805","0.99995","9201","8806","300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1561[] = {"26995","NAD83 / Mississippi West","9001","4269","12332","9807","8801","29.3","9110","8802","-90.2","9110","8805","0.99995","9201","8806","700000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1562[] = {"26996","NAD83 / Missouri East","9001","4269","12431","9807","8801","35.5","9110","8802","-90.3","9110","8805","0.999933333","9201","8806","250000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1563[] = {"26997","NAD83 / Missouri Central","9001","4269","12432","9807","8801","35.5","9110","8802","-92.3","9110","8805","0.999933333","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1564[] = {"26998","NAD83 / Missouri West","9001","4269","12433","9807","8801","36.1","9110","8802","-94.3","9110","8805","0.999941177","9201","8806","850000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1565[] = {"27038","Nahrwan 1967 / UTM zone 38N","9001","4270","16038","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1566[] = {"27039","Nahrwan 1967 / UTM zone 39N","9001","4270","16039","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1567[] = {"27040","Nahrwan 1967 / UTM zone 40N","9001","4270","16040","9807","8801","0.0","9102","8802","57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1568[] = {"27120","Naparima 1972 / UTM zone 20N","9001","4271","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1569[] = {"27200","NZGD49 / New Zealand Map Grid","9001","4272","19917","9811","8801","-41.0","9102","8802","173.0","9102","8806","2510000.0","9001","8807","6023150.0","9001","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1570[] = {"27205","NZGD49 / Mount Eden Circuit","9001","4272","17901","9807","8801","-36.5247515","9110","8802","174.45516217","9110","8805","0.9999","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1571[] = {"27206","NZGD49 / Bay of Plenty Circuit","9001","4272","17902","9807","8801","-37.45404993","9110","8802","176.27583101","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1572[] = {"27207","NZGD49 / Poverty Bay Circuit","9001","4272","17903","9807","8801","-38.372893","9110","8802","177.53082906","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1573[] = {"27208","NZGD49 / Hawkes Bay Circuit","9001","4272","17904","9807","8801","-39.39033455","9110","8802","176.40252499","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1574[] = {"27209","NZGD49 / Taranaki Circuit","9001","4272","17905","9807","8801","-39.08087299","9110","8802","174.13408423","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1575[] = {"27210","NZGD49 / Tuhirangi Circuit","9001","4272","17906","9807","8801","-39.30448934","9110","8802","175.38241325","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1576[] = {"27211","NZGD49 / Wanganui Circuit","9001","4272","17907","9807","8801","-40.14310097","9110","8802","175.29171586","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1577[] = {"27212","NZGD49 / Wairarapa Circuit","9001","4272","17908","9807","8801","-40.55319175","9110","8802","175.38504588","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1578[] = {"27213","NZGD49 / Wellington Circuit","9001","4272","17909","9807","8801","-41.18047507","9110","8802","174.46358432","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1579[] = {"27214","NZGD49 / Collingwood Circuit","9001","4272","17910","9807","8801","-40.42531326","9110","8802","172.40193674","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1580[] = {"27215","NZGD49 / Nelson Circuit","9001","4272","17911","9807","8801","-41.1628361","9110","8802","173.17575405","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1581[] = {"27216","NZGD49 / Karamea Circuit","9001","4272","17912","9807","8801","-41.17236815","9110","8802","172.06325015","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1582[] = {"27217","NZGD49 / Buller Circuit","9001","4272","17913","9807","8801","-41.48388903","9110","8802","171.34525362","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1583[] = {"27218","NZGD49 / Grey Circuit","9001","4272","17914","9807","8801","-42.20012994","9110","8802","171.32591767","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1584[] = {"27219","NZGD49 / Amuri Circuit","9001","4272","17915","9807","8801","-42.41208197","9110","8802","173.00364802","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1585[] = {"27220","NZGD49 / Marlborough Circuit","9001","4272","17916","9807","8801","-41.3240152","9110","8802","173.48074668","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1586[] = {"27221","NZGD49 / Hokitika Circuit","9001","4272","17917","9807","8801","-42.53107605","9110","8802","170.58479766","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1587[] = {"27222","NZGD49 / Okarito Circuit","9001","4272","17918","9807","8801","-43.06364613","9110","8802","170.1539333","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1588[] = {"27223","NZGD49 / Jacksons Bay Circuit","9001","4272","17919","9807","8801","-43.58400904","9110","8802","168.36225612","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1589[] = {"27224","NZGD49 / Mount Pleasant Circuit","9001","4272","17920","9807","8801","-43.35262953","9110","8802","172.43378969","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1590[] = {"27225","NZGD49 / Gawler Circuit","9001","4272","17921","9807","8801","-43.44553616","9110","8802","171.21386945","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1591[] = {"27226","NZGD49 / Timaru Circuit","9001","4272","17922","9807","8801","-44.24079933","9110","8802","171.0326103","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1592[] = {"27227","NZGD49 / Lindis Peak Circuit","9001","4272","17923","9807","8801","-44.44069647","9110","8802","169.28039183","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1593[] = {"27228","NZGD49 / Mount Nicholas Circuit","9001","4272","17924","9807","8801","-45.07584493","9110","8802","168.23551083","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1594[] = {"27229","NZGD49 / Mount York Circuit","9001","4272","17925","9807","8801","-45.33494142","9110","8802","167.44199024","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1595[] = {"27230","NZGD49 / Observation Point Circuit","9001","4272","17926","9807","8801","-45.48583078","9110","8802","170.37429426","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1596[] = {"27231","NZGD49 / North Taieri Circuit","9001","4272","17927","9807","8801","-45.51414481","9110","8802","170.16573208","9110","8805","0.99996","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1597[] = {"27232","NZGD49 / Bluff Circuit","9001","4272","17928","9807","8801","-46.36000346","9110","8802","168.20343392","9110","8805","1.0","9201","8806","300002.66","9001","8807","699999.58","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1598[] = {"27258","NZGD49 / UTM zone 58S","9001","4272","16158","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1599[] = {"27259","NZGD49 / UTM zone 59S","9001","4272","16159","9807","8801","0.0","9102","8802","171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1600[] = {"27260","NZGD49 / UTM zone 60S","9001","4272","16160","9807","8801","0.0","9102","8802","177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1601[] = {"27291","NZGD49 / North Island Grid","9040","4272","18141","9807","8801","-39.0","9110","8802","175.3","9110","8805","1.0","9201","8806","300000.0","9040","8807","400000.0","9040","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1602[] = {"27292","NZGD49 / South Island Grid","9040","4272","18142","9807","8801","-44.0","9110","8802","171.3","9110","8805","1.0","9201","8806","500000.0","9040","8807","500000.0","9040","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1603[] = {"27391","NGO 1948 (Oslo) / NGO zone I","9001","4817","18221","9807","8801","58.0","9110","8802","-4.4","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1604[] = {"27392","NGO 1948 (Oslo) / NGO zone II","9001","4817","18222","9807","8801","58.0","9110","8802","-2.2","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1605[] = {"27393","NGO 1948 (Oslo) / NGO zone III","9001","4817","18223","9807","8801","58.0","9110","8802","0.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1606[] = {"27394","NGO 1948 (Oslo) / NGO zone IV","9001","4817","18224","9807","8801","58.0","9110","8802","2.3","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1607[] = {"27395","NGO 1948 (Oslo) / NGO zone V","9001","4817","18225","9807","8801","58.0","9110","8802","6.1","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1608[] = {"27396","NGO 1948 (Oslo) / NGO zone VI","9001","4817","18226","9807","8801","58.0","9110","8802","10.1","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1609[] = {"27397","NGO 1948 (Oslo) / NGO zone VII","9001","4817","18227","9807","8801","58.0","9110","8802","14.1","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1610[] = {"27398","NGO 1948 (Oslo) / NGO zone VIII","9001","4817","18228","9807","8801","58.0","9110","8802","18.2","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1611[] = {"27429","Datum 73 / UTM zone 29N","9001","4274","16029","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1612[] = {"27492","Datum 73 / Modified Portuguese Grid","9001","4274","19974","9807","8801","39.4","9110","8802","-8.0754862","9110","8805","1.0","9201","8806","180.598","9001","8807","-86.99","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1613[] = {"27500","ATF (Paris) / Nord de Guerre","9001","4901","19903","9801","8801","55.0","9105","8802","6.0","9105","8805","0.99950908","9201","8806","500000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1614[] = {"27561","NTF (Paris) / Lambert Nord France","9001","4807","18091","9801","8801","55.0","9105","8802","0.0","9105","8805","0.999877341","9201","8806","600000.0","9001","8807","200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1615[] = {"27562","NTF (Paris) / Lambert Centre France","9001","4807","18092","9801","8801","52.0","9105","8802","0.0","9105","8805","0.99987742","9201","8806","600000.0","9001","8807","200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1616[] = {"27563","NTF (Paris) / Lambert Sud France","9001","4807","18093","9801","8801","49.0","9105","8802","0.0","9105","8805","0.999877499","9201","8806","600000.0","9001","8807","200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1617[] = {"27564","NTF (Paris) / Lambert Corse","9001","4807","18094","9801","8801","46.85","9105","8802","0.0","9105","8805","0.99994471","9201","8806","234.358","9001","8807","185861.369","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1618[] = {"27571","NTF (Paris) / Lambert zone I","9001","4807","18081","9801","8801","55.0","9105","8802","0.0","9105","8805","0.999877341","9201","8806","600000.0","9001","8807","1200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1619[] = {"27572","NTF (Paris) / Lambert zone II","9001","4807","18082","9801","8801","52.0","9105","8802","0.0","9105","8805","0.99987742","9201","8806","600000.0","9001","8807","2200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1620[] = {"27573","NTF (Paris) / Lambert zone III","9001","4807","18083","9801","8801","49.0","9105","8802","0.0","9105","8805","0.999877499","9201","8806","600000.0","9001","8807","3200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1621[] = {"27574","NTF (Paris) / Lambert zone IV","9001","4807","18084","9801","8801","46.85","9105","8802","0.0","9105","8805","0.99994471","9201","8806","234.358","9001","8807","4185861.369","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1622[] = {"27581","NTF (Paris) / France I","9001","4807","18081","9801","8801","55.0","9105","8802","0.0","9105","8805","0.999877341","9201","8806","600000.0","9001","8807","1200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1623[] = {"27582","NTF (Paris) / France II","9001","4807","18082","9801","8801","52.0","9105","8802","0.0","9105","8805","0.99987742","9201","8806","600000.0","9001","8807","2200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1624[] = {"27583","NTF (Paris) / France III","9001","4807","18083","9801","8801","49.0","9105","8802","0.0","9105","8805","0.999877499","9201","8806","600000.0","9001","8807","3200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1625[] = {"27584","NTF (Paris) / France IV","9001","4807","18084","9801","8801","46.85","9105","8802","0.0","9105","8805","0.99994471","9201","8806","234.358","9001","8807","4185861.369","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1626[] = {"27591","NTF (Paris) / Nord France","9001","4807","18091","9801","8801","55.0","9105","8802","0.0","9105","8805","0.999877341","9201","8806","600000.0","9001","8807","200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1627[] = {"27592","NTF (Paris) / Centre France","9001","4807","18092","9801","8801","52.0","9105","8802","0.0","9105","8805","0.99987742","9201","8806","600000.0","9001","8807","200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1628[] = {"27593","NTF (Paris) / Sud France","9001","4807","18093","9801","8801","49.0","9105","8802","0.0","9105","8805","0.999877499","9201","8806","600000.0","9001","8807","200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1629[] = {"27594","NTF (Paris) / Corse","9001","4807","18094","9801","8801","46.85","9105","8802","0.0","9105","8805","0.99994471","9201","8806","234.358","9001","8807","185861.369","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1630[] = {"27700","OSGB 1936 / British National Grid","9001","4277","19916","9807","8801","49.0","9102","8802","-2.0","9102","8805","0.9996012717","9201","8806","400000.0","9001","8807","-100000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1631[] = {"28191","Palestine 1923 / Palestine Grid","9001","4281","18201","9806","8801","31.4402749","9110","8802","35.124349","9110","8806","170251.555","9001","8807","126867.909","9001","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1632[] = {"28192","Palestine 1923 / Palestine Belt","9001","4281","18202","9807","8801","31.4402749","9110","8802","35.124349","9110","8805","1.0","9201","8806","170251.555","9001","8807","1126867.909","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1633[] = {"28193","Palestine 1923 / Israeli CS Grid","9001","4281","18203","9806","8801","31.4402749","9110","8802","35.124349","9110","8806","170251.555","9001","8807","1126867.909","9001","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1634[] = {"28232","Pointe Noire / UTM zone 32S","9001","4282","16132","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1635[] = {"28348","GDA94 / MGA zone 48","9001","4283","17348","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1636[] = {"28349","GDA94 / MGA zone 49","9001","4283","17349","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1637[] = {"28350","GDA94 / MGA zone 50","9001","4283","17350","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1638[] = {"28351","GDA94 / MGA zone 51","9001","4283","17351","9807","8801","0.0","9102","8802","123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1639[] = {"28352","GDA94 / MGA zone 52","9001","4283","17352","9807","8801","0.0","9102","8802","129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1640[] = {"28353","GDA94 / MGA zone 53","9001","4283","17353","9807","8801","0.0","9102","8802","135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1641[] = {"28354","GDA94 / MGA zone 54","9001","4283","17354","9807","8801","0.0","9102","8802","141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1642[] = {"28355","GDA94 / MGA zone 55","9001","4283","17355","9807","8801","0.0","9102","8802","147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1643[] = {"28356","GDA94 / MGA zone 56","9001","4283","17356","9807","8801","0.0","9102","8802","153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1644[] = {"28357","GDA94 / MGA zone 57","9001","4283","17357","9807","8801","0.0","9102","8802","159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1645[] = {"28358","GDA94 / MGA zone 58","9001","4283","17358","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1646[] = {"28402","Pulkovo 1942 / Gauss-Kruger zone 2","9001","4284","16202","9807","8801","0.0","9102","8802","9.0","9102","8805","1.0","9201","8806","2500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1647[] = {"28403","Pulkovo 1942 / Gauss-Kruger zone 3","9001","4284","16203","9807","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","3500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1648[] = {"28404","Pulkovo 1942 / Gauss-Kruger zone 4","9001","4284","16204","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","4500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1649[] = {"28405","Pulkovo 1942 / Gauss-Kruger zone 5","9001","4284","16205","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1650[] = {"28406","Pulkovo 1942 / Gauss-Kruger zone 6","9001","4284","16206","9807","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","6500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1651[] = {"28407","Pulkovo 1942 / Gauss-Kruger zone 7","9001","4284","16207","9807","8801","0.0","9102","8802","39.0","9102","8805","1.0","9201","8806","7500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1652[] = {"28408","Pulkovo 1942 / Gauss-Kruger zone 8","9001","4284","16208","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","8500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1653[] = {"28409","Pulkovo 1942 / Gauss-Kruger zone 9","9001","4284","16209","9807","8801","0.0","9102","8802","51.0","9102","8805","1.0","9201","8806","9500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1654[] = {"28410","Pulkovo 1942 / Gauss-Kruger zone 10","9001","4284","16210","9807","8801","0.0","9102","8802","57.0","9102","8805","1.0","9201","8806","10500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1655[] = {"28411","Pulkovo 1942 / Gauss-Kruger zone 11","9001","4284","16211","9807","8801","0.0","9102","8802","63.0","9102","8805","1.0","9201","8806","11500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1656[] = {"28412","Pulkovo 1942 / Gauss-Kruger zone 12","9001","4284","16212","9807","8801","0.0","9102","8802","69.0","9102","8805","1.0","9201","8806","12500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1657[] = {"28413","Pulkovo 1942 / Gauss-Kruger zone 13","9001","4284","16213","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","13500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1658[] = {"28414","Pulkovo 1942 / Gauss-Kruger zone 14","9001","4284","16214","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","14500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1659[] = {"28415","Pulkovo 1942 / Gauss-Kruger zone 15","9001","4284","16215","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","15500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1660[] = {"28416","Pulkovo 1942 / Gauss-Kruger zone 16","9001","4284","16216","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","16500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1661[] = {"28417","Pulkovo 1942 / Gauss-Kruger zone 17","9001","4284","16217","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","17500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1662[] = {"28418","Pulkovo 1942 / Gauss-Kruger zone 18","9001","4284","16218","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","18500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1663[] = {"28419","Pulkovo 1942 / Gauss-Kruger zone 19","9001","4284","16219","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","19500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1664[] = {"28420","Pulkovo 1942 / Gauss-Kruger zone 20","9001","4284","16220","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","20500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1665[] = {"28421","Pulkovo 1942 / Gauss-Kruger zone 21","9001","4284","16221","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","21500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1666[] = {"28422","Pulkovo 1942 / Gauss-Kruger zone 22","9001","4284","16222","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","22500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1667[] = {"28423","Pulkovo 1942 / Gauss-Kruger zone 23","9001","4284","16223","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","23500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1668[] = {"28424","Pulkovo 1942 / Gauss-Kruger zone 24","9001","4284","16224","9807","8801","0.0","9102","8802","141.0","9102","8805","1.0","9201","8806","24500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1669[] = {"28425","Pulkovo 1942 / Gauss-Kruger zone 25","9001","4284","16225","9807","8801","0.0","9102","8802","147.0","9102","8805","1.0","9201","8806","25500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1670[] = {"28426","Pulkovo 1942 / Gauss-Kruger zone 26","9001","4284","16226","9807","8801","0.0","9102","8802","153.0","9102","8805","1.0","9201","8806","26500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1671[] = {"28427","Pulkovo 1942 / Gauss-Kruger zone 27","9001","4284","16227","9807","8801","0.0","9102","8802","159.0","9102","8805","1.0","9201","8806","27500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1672[] = {"28428","Pulkovo 1942 / Gauss-Kruger zone 28","9001","4284","16228","9807","8801","0.0","9102","8802","165.0","9102","8805","1.0","9201","8806","28500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1673[] = {"28429","Pulkovo 1942 / Gauss-Kruger zone 29","9001","4284","16229","9807","8801","0.0","9102","8802","171.0","9102","8805","1.0","9201","8806","29500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1674[] = {"28430","Pulkovo 1942 / Gauss-Kruger zone 30","9001","4284","16230","9807","8801","0.0","9102","8802","177.0","9102","8805","1.0","9201","8806","30500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1675[] = {"28431","Pulkovo 1942 / Gauss-Kruger zone 31","9001","4284","16231","9807","8801","0.0","9102","8802","-177.0","9102","8805","1.0","9201","8806","31500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1676[] = {"28432","Pulkovo 1942 / Gauss-Kruger zone 32","9001","4284","16232","9807","8801","0.0","9102","8802","-171.0","9102","8805","1.0","9201","8806","32500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1677[] = {"28462","Pulkovo 1942 / Gauss-Kruger 2N","9001","4284","16302","9807","8801","0.0","9102","8802","9.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1678[] = {"28463","Pulkovo 1942 / Gauss-Kruger 3N","9001","4284","16303","9807","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1679[] = {"28464","Pulkovo 1942 / Gauss-Kruger 4N","9001","4284","16304","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1680[] = {"28465","Pulkovo 1942 / Gauss-Kruger 5N","9001","4284","16305","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1681[] = {"28466","Pulkovo 1942 / Gauss-Kruger 6N","9001","4284","16306","9807","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1682[] = {"28467","Pulkovo 1942 / Gauss-Kruger 7N","9001","4284","16307","9807","8801","0.0","9102","8802","39.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1683[] = {"28468","Pulkovo 1942 / Gauss-Kruger 8N","9001","4284","16308","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1684[] = {"28469","Pulkovo 1942 / Gauss-Kruger 9N","9001","4284","16309","9807","8801","0.0","9102","8802","51.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1685[] = {"28470","Pulkovo 1942 / Gauss-Kruger 10N","9001","4284","16310","9807","8801","0.0","9102","8802","57.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1686[] = {"28471","Pulkovo 1942 / Gauss-Kruger 11N","9001","4284","16311","9807","8801","0.0","9102","8802","63.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1687[] = {"28472","Pulkovo 1942 / Gauss-Kruger 12N","9001","4284","16312","9807","8801","0.0","9102","8802","69.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1688[] = {"28473","Pulkovo 1942 / Gauss-Kruger 13N","9001","4284","16313","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1689[] = {"28474","Pulkovo 1942 / Gauss-Kruger 14N","9001","4284","16314","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1690[] = {"28475","Pulkovo 1942 / Gauss-Kruger 15N","9001","4284","16315","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1691[] = {"28476","Pulkovo 1942 / Gauss-Kruger 16N","9001","4284","16316","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1692[] = {"28477","Pulkovo 1942 / Gauss-Kruger 17N","9001","4284","16317","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1693[] = {"28478","Pulkovo 1942 / Gauss-Kruger 18N","9001","4284","16318","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1694[] = {"28479","Pulkovo 1942 / Gauss-Kruger 19N","9001","4284","16319","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1695[] = {"28480","Pulkovo 1942 / Gauss-Kruger 20N","9001","4284","16320","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1696[] = {"28481","Pulkovo 1942 / Gauss-Kruger 21N","9001","4284","16321","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1697[] = {"28482","Pulkovo 1942 / Gauss-Kruger 22N","9001","4284","16322","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1698[] = {"28483","Pulkovo 1942 / Gauss-Kruger 23N","9001","4284","16323","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1699[] = {"28484","Pulkovo 1942 / Gauss-Kruger 24N","9001","4284","16324","9807","8801","0.0","9102","8802","141.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1700[] = {"28485","Pulkovo 1942 / Gauss-Kruger 25N","9001","4284","16325","9807","8801","0.0","9102","8802","147.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1701[] = {"28486","Pulkovo 1942 / Gauss-Kruger 26N","9001","4284","16326","9807","8801","0.0","9102","8802","153.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1702[] = {"28487","Pulkovo 1942 / Gauss-Kruger 27N","9001","4284","16327","9807","8801","0.0","9102","8802","159.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1703[] = {"28488","Pulkovo 1942 / Gauss-Kruger 28N","9001","4284","16328","9807","8801","0.0","9102","8802","165.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1704[] = {"28489","Pulkovo 1942 / Gauss-Kruger 29N","9001","4284","16329","9807","8801","0.0","9102","8802","171.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1705[] = {"28490","Pulkovo 1942 / Gauss-Kruger 30N","9001","4284","16330","9807","8801","0.0","9102","8802","177.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1706[] = {"28491","Pulkovo 1942 / Gauss-Kruger 31N","9001","4284","16331","9807","8801","0.0","9102","8802","-177.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1707[] = {"28492","Pulkovo 1942 / Gauss-Kruger 32N","9001","4284","16332","9807","8801","0.0","9102","8802","-171.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1708[] = {"28600","Qatar 1974 / Qatar National Grid","9001","4285","19919","9807","8801","24.27","9110","8802","51.13","9110","8805","0.99999","9201","8806","200000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1709[] = {"28991","Amersfoort / RD Old","9001","4289","19913","9809","8801","52.0922178","9110","8802","5.23155","9110","8805","0.9999079","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1710[] = {"28992","Amersfoort / RD New","9001","4289","19914","9809","8801","52.0922178","9110","8802","5.23155","9110","8805","0.9999079","9201","8806","155000.0","9001","8807","463000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1711[] = {"29100","SAD69 / Brazil Polyconic","9001","4291","19941","9818","8801","0.0","9102","8802","-54.0","9102","8806","5000000.0","9001","8807","10000000.0","9001","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1712[] = {"29101","SAD69 / Brazil Polyconic","9001","4618","19941","9818","8801","0.0","9102","8802","-54.0","9102","8806","5000000.0","9001","8807","10000000.0","9001","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1713[] = {"29118","SAD69 / UTM zone 18N","9001","4291","16018","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1714[] = {"29119","SAD69 / UTM zone 19N","9001","4291","16019","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1715[] = {"29120","SAD69 / UTM zone 20N","9001","4291","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1716[] = {"29121","SAD69 / UTM zone 21N","9001","4291","16021","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1717[] = {"29122","SAD69 / UTM zone 22N","9001","4291","16022","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1718[] = {"29168","SAD69 / UTM zone 18N","9001","4618","16018","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1719[] = {"29169","SAD69 / UTM zone 19N","9001","4618","16019","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1720[] = {"29170","SAD69 / UTM zone 20N","9001","4618","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1721[] = {"29171","SAD69 / UTM zone 21N","9001","4618","16021","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1722[] = {"29172","SAD69 / UTM zone 22N","9001","4618","16022","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1723[] = {"29177","SAD69 / UTM zone 17S","9001","4291","16117","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1724[] = {"29178","SAD69 / UTM zone 18S","9001","4291","16118","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1725[] = {"29179","SAD69 / UTM zone 19S","9001","4291","16119","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1726[] = {"29180","SAD69 / UTM zone 20S","9001","4291","16120","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1727[] = {"29181","SAD69 / UTM zone 21S","9001","4291","16121","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1728[] = {"29182","SAD69 / UTM zone 22S","9001","4291","16122","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1729[] = {"29183","SAD69 / UTM zone 23S","9001","4291","16123","9807","8801","0.0","9102","8802","-45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1730[] = {"29184","SAD69 / UTM zone 24S","9001","4291","16124","9807","8801","0.0","9102","8802","-39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1731[] = {"29185","SAD69 / UTM zone 25S","9001","4291","16125","9807","8801","0.0","9102","8802","-33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1732[] = {"29187","SAD69 / UTM zone 17S","9001","4618","16117","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1733[] = {"29188","SAD69 / UTM zone 18S","9001","4618","16118","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1734[] = {"29189","SAD69 / UTM zone 19S","9001","4618","16119","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1735[] = {"29190","SAD69 / UTM zone 20S","9001","4618","16120","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1736[] = {"29191","SAD69 / UTM zone 21S","9001","4618","16121","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1737[] = {"29192","SAD69 / UTM zone 22S","9001","4618","16122","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1738[] = {"29193","SAD69 / UTM zone 23S","9001","4618","16123","9807","8801","0.0","9102","8802","-45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1739[] = {"29194","SAD69 / UTM zone 24S","9001","4618","16124","9807","8801","0.0","9102","8802","-39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1740[] = {"29195","SAD69 / UTM zone 25S","9001","4618","16125","9807","8801","0.0","9102","8802","-33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1741[] = {"29220","Sapper Hill 1943 / UTM zone 20S","9001","4292","16120","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1742[] = {"29221","Sapper Hill 1943 / UTM zone 21S","9001","4292","16121","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1743[] = {"29333","Schwarzeck / UTM zone 33S","9001","4293","16133","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1744[] = {"29371","South West African Coord. System zone 11","9031","4293","17611","9808","8801","-22.0","9102","8802","11.0","9102","8805","1.0","9201","8806","0.0","9031","8807","0.0","9031","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1745[] = {"29373","South West African Coord. System zone 13","9031","4293","17613","9808","8801","-22.0","9102","8802","13.0","9102","8805","1.0","9201","8806","0.0","9031","8807","0.0","9031","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1746[] = {"29375","South West African Coord. System zone 15","9031","4293","17615","9808","8801","-22.0","9102","8802","15.0","9102","8805","1.0","9201","8806","0.0","9031","8807","0.0","9031","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1747[] = {"29377","South West African Coord. System zone 17","9031","4293","17617","9808","8801","-22.0","9102","8802","17.0","9102","8805","1.0","9201","8806","0.0","9031","8807","0.0","9031","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1748[] = {"29379","South West African Coord. System zone 19","9031","4293","17619","9808","8801","-22.0","9102","8802","19.0","9102","8805","1.0","9201","8806","0.0","9031","8807","0.0","9031","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1749[] = {"29381","South West African Coord. System zone 21","9031","4293","17621","9808","8801","-22.0","9102","8802","21.0","9102","8805","1.0","9201","8806","0.0","9031","8807","0.0","9031","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1750[] = {"29383","South West African Coord. System zone 23","9031","4293","17623","9808","8801","-22.0","9102","8802","23.0","9102","8805","1.0","9201","8806","0.0","9031","8807","0.0","9031","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1751[] = {"29385","South West African Coord. System zone 25","9031","4293","17625","9808","8801","-22.0","9102","8802","25.0","9102","8805","1.0","9201","8806","0.0","9031","8807","0.0","9031","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1752[] = {"29635","Sudan / UTM zone 35N","9001","4296","16035","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1753[] = {"29636","Sudan / UTM zone 36N","9001","4296","16036","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1754[] = {"29700","Tananarive (Paris) / Laborde Grid","9001","4810","19911","9815","8811","-21.0","9105","8812","49.0","9105","8813","21.0","9105","8814","21.0","9105","8815","0.9995","9201","8816","400000.0","9001","8817","800000.0","9001 ",NULL};
-datafile_rows_t pcs_row_1755[] = {"29738","Tananarive / UTM zone 38S","9001","4297","16138","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1756[] = {"29739","Tananarive / UTM zone 39S","9001","4297","16139","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1757[] = {"29849","Timbalai 1948 / UTM zone 49N","9001","4298","16049","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1758[] = {"29850","Timbalai 1948 / UTM zone 50N","9001","4298","16050","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1759[] = {"29871","Timbalai 1948 / R.S.O. Borneo (ch)","9042","4298","19956","9815","8811","4.0","9110","8812","115.0","9110","8813","53.18569537","9110","8814","53.07483685","9110","8815","0.99984","9201","8816","29352.4763","9042","8817","22014.3572","9042 ",NULL};
-datafile_rows_t pcs_row_1760[] = {"29872","Timbalai 1948 / R.S.O. Borneo (ft)","9041","4298","19957","9815","8811","4.0","9110","8812","115.0","9110","8813","53.18569537","9110","8814","53.07483685","9110","8815","0.99984","9201","8816","1937263.44","9041","8817","1452947.58","9041 ",NULL};
-datafile_rows_t pcs_row_1761[] = {"29873","Timbalai 1948 / R.S.O. Borneo (m)","9001","4298","19958","9815","8811","4.0","9110","8812","115.0","9110","8813","53.18569537","9110","8814","53.07483685","9110","8815","0.99984","9201","8816","590476.87","9001","8817","442857.65","9001 ",NULL};
-datafile_rows_t pcs_row_1762[] = {"29900","TM65 / Irish National Grid","9001","4299","19908","9807","8801","53.3","9110","8802","-8.0","9110","8805","1.000035","9201","8806","200000.0","9001","8807","250000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1763[] = {"29901","OSNI 1952 / Irish National Grid","9001","4188","19973","9807","8801","53.3","9110","8802","-8.0","9110","8805","1.0","9201","8806","200000.0","9001","8807","250000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1764[] = {"29902","TM65 / Irish Grid","9001","4299","19972","9807","8801","53.3","9110","8802","-8.0","9110","8805","1.000035","9201","8806","200000.0","9001","8807","250000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1765[] = {"29903","TM75 / Irish Grid","9001","4300","19972","9807","8801","53.3","9110","8802","-8.0","9110","8805","1.000035","9201","8806","200000.0","9001","8807","250000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1766[] = {"30161","Tokyo / Japan Plane Rectangular CS I","9001","4301","17801","9807","8801","33.0","9110","8802","129.3","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1767[] = {"30162","Tokyo / Japan Plane Rectangular CS II","9001","4301","17802","9807","8801","33.0","9110","8802","131.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1768[] = {"30163","Tokyo / Japan Plane Rectangular CS III","9001","4301","17803","9807","8801","36.0","9110","8802","132.1","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1769[] = {"30164","Tokyo / Japan Plane Rectangular CS IV","9001","4301","17804","9807","8801","33.0","9110","8802","133.3","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1770[] = {"30165","Tokyo / Japan Plane Rectangular CS V","9001","4301","17805","9807","8801","36.0","9110","8802","134.2","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1771[] = {"30166","Tokyo / Japan Plane Rectangular CS VI","9001","4301","17806","9807","8801","36.0","9110","8802","136.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1772[] = {"30167","Tokyo / Japan Plane Rectangular CS VII","9001","4301","17807","9807","8801","36.0","9110","8802","137.1","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1773[] = {"30168","Tokyo / Japan Plane Rectangular CS VIII","9001","4301","17808","9807","8801","36.0","9110","8802","138.3","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1774[] = {"30169","Tokyo / Japan Plane Rectangular CS IX","9001","4301","17809","9807","8801","36.0","9110","8802","139.5","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1775[] = {"30170","Tokyo / Japan Plane Rectangular CS X","9001","4301","17810","9807","8801","40.0","9110","8802","140.5","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1776[] = {"30171","Tokyo / Japan Plane Rectangular CS XI","9001","4301","17811","9807","8801","44.0","9110","8802","140.15","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1777[] = {"30172","Tokyo / Japan Plane Rectangular CS XII","9001","4301","17812","9807","8801","44.0","9110","8802","142.15","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1778[] = {"30173","Tokyo / Japan Plane Rectangular CS XIII","9001","4301","17813","9807","8801","44.0","9110","8802","144.15","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1779[] = {"30174","Tokyo / Japan Plane Rectangular CS XIV","9001","4301","17814","9807","8801","26.0","9110","8802","142.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1780[] = {"30175","Tokyo / Japan Plane Rectangular CS XV","9001","4301","17815","9807","8801","26.0","9110","8802","127.3","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1781[] = {"30176","Tokyo / Japan Plane Rectangular CS XVI","9001","4301","17816","9807","8801","26.0","9110","8802","124.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1782[] = {"30177","Tokyo / Japan Plane Rectangular CS XVII","9001","4301","17817","9807","8801","26.0","9110","8802","131.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1783[] = {"30178","Tokyo / Japan Plane Rectangular CS XVIII","9001","4301","17818","9807","8801","20.0","9110","8802","136.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1784[] = {"30179","Tokyo / Japan Plane Rectangular CS XIX","9001","4301","17819","9807","8801","26.0","9110","8802","154.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1785[] = {"30200","Trinidad 1903 / Trinidad Grid","9039","4302","19925","9806","8801","10.263","9110","8802","-61.2","9110","8806","430000.0","9039","8807","325000.0","9039","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1786[] = {"30339","TC(1948) / UTM zone 39N","9001","4303","16039","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1787[] = {"30340","TC(1948) / UTM zone 40N","9001","4303","16040","9807","8801","0.0","9102","8802","57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1788[] = {"30491","Voirol 1875 / Nord Algerie (ancienne)","9001","4304","18011","9801","8801","40.0","9105","8802","3.0","9105","8805","0.999625544","9201","8806","500000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1789[] = {"30492","Voirol 1875 / Sud Algerie (ancienne)","9001","4304","18012","9801","8801","37.0","9105","8802","3.0","9105","8805","0.999625769","9201","8806","500000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1790[] = {"30493","Voirol 1879 / Nord Algerie (ancienne)","9001","4671","18011","9801","8801","40.0","9105","8802","3.0","9105","8805","0.999625544","9201","8806","500000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1791[] = {"30494","Voirol 1879 / Sud Algerie (ancienne)","9001","4671","18012","9801","8801","37.0","9105","8802","3.0","9105","8805","0.999625769","9201","8806","500000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1792[] = {"30729","Nord Sahara 1959 / UTM zone 29N","9001","4307","16029","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1793[] = {"30730","Nord Sahara 1959 / UTM zone 30N","9001","4307","16030","9807","8801","0.0","9102","8802","-3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1794[] = {"30731","Nord Sahara 1959 / UTM zone 31N","9001","4307","16031","9807","8801","0.0","9102","8802","3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1795[] = {"30732","Nord Sahara 1959 / UTM zone 32N","9001","4307","16032","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1796[] = {"30791","Nord Sahara 1959 / Voirol Unifie Nord","9001","4307","18021","9801","8801","40.0","9105","8802","3.0","9105","8805","0.999625544","9201","8806","500135.0","9001","8807","300090.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1797[] = {"30792","Nord Sahara 1959 / Voirol Unifie Sud","9001","4307","18022","9801","8801","37.0","9105","8802","3.0","9105","8805","0.999625769","9201","8806","500135.0","9001","8807","300090.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1798[] = {"30800","RT38 2.5 gon W","9001","4308","19929","9807","8801","0.0","9110","8802","15.48298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1799[] = {"31028","Yoff / UTM zone 28N","9001","4310","16028","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1800[] = {"31121","Zanderij / UTM zone 21N","9001","4311","16021","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1801[] = {"31154","Zanderij / TM 54 NW","9001","4311","17054","9807","8801","0.0","9102","8802","-54.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1802[] = {"31170","Zanderij / Suriname Old TM","9001","4311","19954","9807","8801","0.0","9110","8802","-55.41","9110","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1803[] = {"31171","Zanderij / Suriname TM","9001","4311","19955","9807","8801","0.0","9110","8802","-55.41","9110","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1804[] = {"31265","MGI / 3-degree Gauss zone 5","9001","4312","16265","9807","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1805[] = {"31266","MGI / 3-degree Gauss zone 6","9001","4312","16266","9807","8801","0.0","9102","8802","18.0","9102","8805","1.0","9201","8806","6500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1806[] = {"31267","MGI / 3-degree Gauss zone 7","9001","4312","16267","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","7500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1807[] = {"31268","MGI / 3-degree Gauss zone 8","9001","4312","16268","9807","8801","0.0","9102","8802","24.0","9102","8805","1.0","9201","8806","8500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1808[] = {"31275","MGI / Balkans zone 5","9001","4312","18275","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9999","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1809[] = {"31276","MGI / Balkans zone 6","9001","4312","18276","9807","8801","0.0","9102","8802","18.0","9102","8805","0.9999","9201","8806","6500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1810[] = {"31277","MGI / Balkans zone 7","9001","4312","18277","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9999","9201","8806","7500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1811[] = {"31278","MGI / Balkans zone 8","9001","4312","18277","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9999","9201","8806","7500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1812[] = {"31279","MGI / Balkans zone 8","9001","4312","18278","9807","8801","0.0","9102","8802","24.0","9102","8805","0.9999","9201","8806","8500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1813[] = {"31281","MGI (Ferro) / Austria West Zone","9001","4805","18041","9807","8801","0.0","9102","8802","28.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1814[] = {"31282","MGI (Ferro) / Austria Central Zone","9001","4805","18042","9807","8801","0.0","9102","8802","31.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1815[] = {"31283","MGI (Ferro) / Austria East Zone","9001","4805","18043","9807","8801","0.0","9102","8802","34.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1816[] = {"31284","MGI / M28","9001","4312","18044","9807","8801","0.0","9110","8802","10.2","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1817[] = {"31285","MGI / M31","9001","4312","18045","9807","8801","0.0","9110","8802","13.2","9110","8805","1.0","9201","8806","450000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1818[] = {"31286","MGI / M34","9001","4312","18046","9807","8801","0.0","9110","8802","16.2","9110","8805","1.0","9201","8806","750000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1819[] = {"31287","MGI / Austria Lambert","9001","4312","19947","9802","8821","47.3","9110","8822","13.2","9110","8823","49.0","9110","8824","46.0","9110","8826","400000.0","9001","8827","400000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1820[] = {"31288","MGI (Ferro) / M28","9001","4805","18047","9807","8801","0.0","9102","8802","28.0","9102","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1821[] = {"31289","MGI (Ferro) / M31","9001","4805","18048","9807","8801","0.0","9102","8802","31.0","9102","8805","1.0","9201","8806","450000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1822[] = {"31290","MGI (Ferro) / M34","9001","4805","18049","9807","8801","0.0","9102","8802","34.0","9102","8805","1.0","9201","8806","750000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1823[] = {"31291","MGI (Ferro) / Austria West Zone","9001","4805","18041","9807","8801","0.0","9102","8802","28.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1824[] = {"31292","MGI (Ferro) / Austria Central Zone","9001","4805","18042","9807","8801","0.0","9102","8802","31.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1825[] = {"31293","MGI (Ferro) / Austria East Zone","9001","4805","18043","9807","8801","0.0","9102","8802","34.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1826[] = {"31294","MGI / M28","9001","4312","18044","9807","8801","0.0","9110","8802","10.2","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1827[] = {"31295","MGI / M31","9001","4312","18045","9807","8801","0.0","9110","8802","13.2","9110","8805","1.0","9201","8806","450000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1828[] = {"31296","MGI / M34","9001","4312","18046","9807","8801","0.0","9110","8802","16.2","9110","8805","1.0","9201","8806","750000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1829[] = {"31297","MGI / Austria Lambert","9001","4312","19947","9802","8821","47.3","9110","8822","13.2","9110","8823","49.0","9110","8824","46.0","9110","8826","400000.0","9001","8827","400000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1830[] = {"31300","Belge 1972 / Belge Lambert 72","9001","4313","19902","9803","8821","90.0","9110","8822","4.2124983","9110","8823","49.5","9110","8824","51.1","9110","8826","150000.01256","9001","8827","5400088.4378","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1831[] = {"31370","Belge 1972 / Belgian Lambert 72","9001","4313","19961","9802","8821","90.0","9110","8822","4.2202952","9110","8823","51.100000204","9110","8824","49.500000204","9110","8826","150000.013","9001","8827","5400088.438","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1832[] = {"31461","DHDN / 3-degree Gauss zone 1","9001","4314","16261","9807","8801","0.0","9102","8802","3.0","9102","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1833[] = {"31462","DHDN / 3-degree Gauss zone 2","9001","4314","16262","9807","8801","0.0","9102","8802","6.0","9102","8805","1.0","9201","8806","2500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1834[] = {"31463","DHDN / 3-degree Gauss zone 3","9001","4314","16263","9807","8801","0.0","9102","8802","9.0","9102","8805","1.0","9201","8806","3500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1835[] = {"31464","DHDN / 3-degree Gauss zone 4","9001","4314","16264","9807","8801","0.0","9102","8802","12.0","9102","8805","1.0","9201","8806","4500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1836[] = {"31465","DHDN / 3-degree Gauss zone 5","9001","4314","16265","9807","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1837[] = {"31466","DHDN / Gauss-Kruger zone 2","9001","4314","16262","9807","8801","0.0","9102","8802","6.0","9102","8805","1.0","9201","8806","2500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1838[] = {"31467","DHDN / Gauss-Kruger zone 3","9001","4314","16263","9807","8801","0.0","9102","8802","9.0","9102","8805","1.0","9201","8806","3500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1839[] = {"31468","DHDN / Gauss-Kruger zone 4","9001","4314","16264","9807","8801","0.0","9102","8802","12.0","9102","8805","1.0","9201","8806","4500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1840[] = {"31469","DHDN / Gauss-Kruger zone 5","9001","4314","16265","9807","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1841[] = {"31528","Conakry 1905 / UTM zone 28N","9001","4315","16028","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1842[] = {"31529","Conakry 1905 / UTM zone 29N","9001","4315","16029","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1843[] = {"31600","Dealul Piscului 1933/ Stereo 33","9001","4316","19927","9809","8801","45.54","9110","8802","25.23328772","9110","8805","0.9996667","9201","8806","500000.0","9001","8807","500000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1844[] = {"31700","Dealul Piscului 1970/ Stereo 70","9001","4317","19926","9809","8801","46.0","9102","8802","25.0","9102","8805","0.99975","9201","8806","500000.0","9001","8807","500000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1845[] = {"31838","NGN / UTM zone 38N","9001","4318","16038","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1846[] = {"31839","NGN / UTM zone 39N","9001","4318","16039","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1847[] = {"31900","KUDAMS / KTM","9001","4319","19928","9807","8801","0.0","9102","8802","48.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1848[] = {"31986","SIRGAS / UTM zone 17N","9001","4170","16017","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1849[] = {"31987","SIRGAS / UTM zone 18N","9001","4170","16018","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1850[] = {"31988","SIRGAS / UTM zone 19N","9001","4170","16019","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1851[] = {"31989","SIRGAS / UTM zone 20N","9001","4170","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1852[] = {"31990","SIRGAS / UTM zone 21N","9001","4170","16021","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1853[] = {"31991","SIRGAS / UTM zone 22N","9001","4170","16022","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1854[] = {"31992","SIRGAS / UTM zone 17S","9001","4170","16117","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1855[] = {"31993","SIRGAS / UTM zone 18S","9001","4170","16118","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1856[] = {"31994","SIRGAS / UTM zone 19S","9001","4170","16119","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1857[] = {"31995","SIRGAS / UTM zone 20S","9001","4170","16120","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1858[] = {"31996","SIRGAS / UTM zone 21S","9001","4170","16121","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1859[] = {"31997","SIRGAS / UTM zone 22S","9001","4170","16122","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1860[] = {"31998","SIRGAS / UTM zone 23S","9001","4170","16123","9807","8801","0.0","9102","8802","-45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1861[] = {"31999","SIRGAS / UTM zone 24S","9001","4170","16124","9807","8801","0.0","9102","8802","-39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1862[] = {"32000","SIRGAS / UTM zone 25S","9001","4170","16125","9807","8801","0.0","9102","8802","-33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1863[] = {"32001","NAD27 / Montana North","9003","4267","12501","9802","8821","47.0","9110","8822","-109.3","9110","8823","48.43","9110","8824","47.51","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1864[] = {"32002","NAD27 / Montana Central","9003","4267","12502","9802","8821","45.5","9110","8822","-109.3","9110","8823","47.53","9110","8824","46.27","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1865[] = {"32003","NAD27 / Montana South","9003","4267","12503","9802","8821","44.0","9110","8822","-109.3","9110","8823","46.24","9110","8824","44.52","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1866[] = {"32005","NAD27 / Nebraska North","9003","4267","12601","9802","8821","41.2","9110","8822","-100.0","9110","8823","41.51","9110","8824","42.49","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1867[] = {"32006","NAD27 / Nebraska South","9003","4267","12602","9802","8821","39.4","9110","8822","-99.3","9110","8823","40.17","9110","8824","41.43","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1868[] = {"32007","NAD27 / Nevada East","9003","4267","12701","9807","8801","34.45","9110","8802","-115.35","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1869[] = {"32008","NAD27 / Nevada Central","9003","4267","12702","9807","8801","34.45","9110","8802","-116.4","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1870[] = {"32009","NAD27 / Nevada West","9003","4267","12703","9807","8801","34.45","9110","8802","-118.35","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1871[] = {"32010","NAD27 / New Hampshire","9003","4267","12800","9807","8801","42.3","9110","8802","-71.4","9110","8805","0.999966667","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1872[] = {"32011","NAD27 / New Jersey","9003","4267","12900","9807","8801","38.5","9110","8802","-74.4","9110","8805","0.999975","9201","8806","2000000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1873[] = {"32012","NAD27 / New Mexico East","9003","4267","13001","9807","8801","31.0","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1874[] = {"32013","NAD27 / New Mexico Central","9003","4267","13002","9807","8801","31.0","9110","8802","-106.15","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1875[] = {"32014","NAD27 / New Mexico West","9003","4267","13003","9807","8801","31.0","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1876[] = {"32015","NAD27 / New York East","9003","4267","13101","9807","8801","40.0","9110","8802","-74.2","9110","8805","0.999966667","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1877[] = {"32016","NAD27 / New York Central","9003","4267","13102","9807","8801","40.0","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1878[] = {"32017","NAD27 / New York West","9003","4267","13103","9807","8801","40.0","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1879[] = {"32018","NAD27 / New York Long Island","9003","4267","13104","9802","8821","40.3","9110","8822","-74.0","9110","8823","41.02","9110","8824","40.4","9110","8826","1000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1880[] = {"32019","NAD27 / North Carolina","9003","4267","13200","9802","8821","33.45","9110","8822","-79.0","9110","8823","34.2","9110","8824","36.1","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1881[] = {"32020","NAD27 / North Dakota North","9003","4267","13301","9802","8821","47.0","9110","8822","-100.3","9110","8823","47.26","9110","8824","48.44","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1882[] = {"32021","NAD27 / North Dakota South","9003","4267","13302","9802","8821","45.4","9110","8822","-100.3","9110","8823","46.11","9110","8824","47.29","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1883[] = {"32022","NAD27 / Ohio North","9003","4267","13401","9802","8821","39.4","9110","8822","-82.3","9110","8823","40.26","9110","8824","41.42","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1884[] = {"32023","NAD27 / Ohio South","9003","4267","13402","9802","8821","38.0","9110","8822","-82.3","9110","8823","38.44","9110","8824","40.02","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1885[] = {"32024","NAD27 / Oklahoma North","9003","4267","13501","9802","8821","35.0","9110","8822","-98.0","9110","8823","35.34","9110","8824","36.46","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1886[] = {"32025","NAD27 / Oklahoma South","9003","4267","13502","9802","8821","33.2","9110","8822","-98.0","9110","8823","33.56","9110","8824","35.14","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1887[] = {"32026","NAD27 / Oregon North","9003","4267","13601","9802","8821","43.4","9110","8822","-120.3","9110","8823","44.2","9110","8824","46.0","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1888[] = {"32027","NAD27 / Oregon South","9003","4267","13602","9802","8821","41.4","9110","8822","-120.3","9110","8823","42.2","9110","8824","44.0","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1889[] = {"32028","NAD27 / Pennsylvania North","9003","4267","13701","9802","8821","40.1","9110","8822","-77.45","9110","8823","40.53","9110","8824","41.57","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1890[] = {"32029","NAD27 / Pennsylvania South","9003","4267","13702","9802","8821","39.2","9110","8822","-77.45","9110","8823","39.56","9110","8824","40.48","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1891[] = {"32030","NAD27 / Rhode Island","9003","4267","13800","9807","8801","41.05","9110","8802","-71.3","9110","8805","0.9999938","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1892[] = {"32031","NAD27 / South Carolina North","9003","4267","13901","9802","8821","33.0","9110","8822","-81.0","9110","8823","33.46","9110","8824","34.58","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1893[] = {"32033","NAD27 / South Carolina South","9003","4267","13902","9802","8821","31.5","9110","8822","-81.0","9110","8823","32.2","9110","8824","33.4","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1894[] = {"32034","NAD27 / South Dakota North","9003","4267","14001","9802","8821","43.5","9110","8822","-100.0","9110","8823","44.25","9110","8824","45.41","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1895[] = {"32035","NAD27 / South Dakota South","9003","4267","14002","9802","8821","42.2","9110","8822","-100.2","9110","8823","42.5","9110","8824","44.24","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1896[] = {"32036","NAD27 / Tennessee","9003","4267","14100","9802","8821","34.4","9110","8822","-86.0","9110","8823","35.15","9110","8824","36.25","9110","8826","100000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1897[] = {"32037","NAD27 / Texas North","9003","4267","14201","9802","8821","34.0","9110","8822","-101.3","9110","8823","34.39","9110","8824","36.11","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1898[] = {"32038","NAD27 / Texas North Central","9003","4267","14202","9802","8821","31.4","9110","8822","-97.3","9110","8823","32.08","9110","8824","33.58","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1899[] = {"32039","NAD27 / Texas Central","9003","4267","14203","9802","8821","29.4","9110","8822","-100.2","9110","8823","30.07","9110","8824","31.53","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1900[] = {"32040","NAD27 / Texas South Central","9003","4267","14204","9802","8821","27.5","9110","8822","-99.0","9110","8823","28.23","9110","8824","30.17","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1901[] = {"32041","NAD27 / Texas South","9003","4267","14205","9802","8821","25.4","9110","8822","-98.3","9110","8823","26.1","9110","8824","27.5","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1902[] = {"32042","NAD27 / Utah North","9003","4267","14301","9802","8821","40.2","9110","8822","-111.3","9110","8823","40.43","9110","8824","41.47","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1903[] = {"32043","NAD27 / Utah Central","9003","4267","14302","9802","8821","38.2","9110","8822","-111.3","9110","8823","39.01","9110","8824","40.39","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1904[] = {"32044","NAD27 / Utah South","9003","4267","14303","9802","8821","36.4","9110","8822","-111.3","9110","8823","37.13","9110","8824","38.21","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1905[] = {"32045","NAD27 / Vermont","9003","4267","14400","9807","8801","42.3","9110","8802","-72.3","9110","8805","0.999964286","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1906[] = {"32046","NAD27 / Virginia North","9003","4267","14501","9802","8821","37.4","9110","8822","-78.3","9110","8823","38.02","9110","8824","39.12","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1907[] = {"32047","NAD27 / Virginia South","9003","4267","14502","9802","8821","36.2","9110","8822","-78.3","9110","8823","36.46","9110","8824","37.58","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1908[] = {"32048","NAD27 / Washington North","9003","4267","14601","9802","8821","47.0","9110","8822","-120.5","9110","8823","47.3","9110","8824","48.44","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1909[] = {"32049","NAD27 / Washington South","9003","4267","14602","9802","8821","45.2","9110","8822","-120.3","9110","8823","45.5","9110","8824","47.2","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1910[] = {"32050","NAD27 / West Virginia North","9003","4267","14701","9802","8821","38.3","9110","8822","-79.3","9110","8823","39.0","9110","8824","40.15","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1911[] = {"32051","NAD27 / West Virginia South","9003","4267","14702","9802","8821","37.0","9110","8822","-81.0","9110","8823","37.29","9110","8824","38.53","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1912[] = {"32052","NAD27 / Wisconsin North","9003","4267","14801","9802","8821","45.1","9110","8822","-90.0","9110","8823","45.34","9110","8824","46.46","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1913[] = {"32053","NAD27 / Wisconsin Central","9003","4267","14802","9802","8821","43.5","9110","8822","-90.0","9110","8823","44.15","9110","8824","45.3","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1914[] = {"32054","NAD27 / Wisconsin South","9003","4267","14803","9802","8821","42.0","9110","8822","-90.0","9110","8823","42.44","9110","8824","44.04","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t pcs_row_1915[] = {"32055","NAD27 / Wyoming East","9003","4267","14901","9807","8801","40.4","9110","8802","-105.1","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1916[] = {"32056","NAD27 / Wyoming East Central","9003","4267","14902","9807","8801","40.4","9110","8802","-107.2","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1917[] = {"32057","NAD27 / Wyoming West Central","9003","4267","14903","9807","8801","40.4","9110","8802","-108.45","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1918[] = {"32058","NAD27 / Wyoming West","9003","4267","14904","9807","8801","40.4","9110","8802","-110.05","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1919[] = {"32061","NAD27 / Guatemala Norte","9001","4267","18211","9801","8801","16.49","9110","8802","-90.2","9110","8805","0.99992226","9201","8806","500000.0","9001","8807","292209.579","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1920[] = {"32062","NAD27 / Guatemala Sur","9001","4267","18212","9801","8801","14.54","9110","8802","-90.2","9110","8805","0.99989906","9201","8806","500000.0","9001","8807","325992.681","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1921[] = {"32064","NAD27 / BLM 14N (ftUS)","9003","4267","15914","9807","8801","0.0","9102","8802","-99.0","9102","8805","0.9996","9201","8806","1640416.67","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1922[] = {"32065","NAD27 / BLM 15N (ftUS)","9003","4267","15915","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9996","9201","8806","1640416.67","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1923[] = {"32066","NAD27 / BLM 16N (ftUS)","9003","4267","15916","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9996","9201","8806","1640416.67","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1924[] = {"32067","NAD27 / BLM 17N (ftUS)","9003","4267","15917","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","1640416.67","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1925[] = {"32074","NAD27 / BLM 14N (feet)","9003","4267","15914","9807","8801","0.0","9102","8802","-99.0","9102","8805","0.9996","9201","8806","1640416.67","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1926[] = {"32075","NAD27 / BLM 15N (feet)","9003","4267","15915","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9996","9201","8806","1640416.67","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1927[] = {"32076","NAD27 / BLM 16N (feet)","9003","4267","15916","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9996","9201","8806","1640416.67","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1928[] = {"32077","NAD27 / BLM 17N (feet)","9003","4267","15917","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","1640416.67","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1929[] = {"32081","NAD27 / MTM zone 1","9001","4267","17701","9807","8801","0.0","9102","8802","-53.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1930[] = {"32082","NAD27 / MTM zone 2","9001","4267","17702","9807","8801","0.0","9102","8802","-56.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1931[] = {"32083","NAD27 / MTM zone 3","9001","4267","17703","9807","8801","0.0","9110","8802","-58.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1932[] = {"32084","NAD27 / MTM zone 4","9001","4267","17704","9807","8801","0.0","9110","8802","-61.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1933[] = {"32085","NAD27 / MTM zone 5","9001","4267","17705","9807","8801","0.0","9110","8802","-64.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1934[] = {"32086","NAD27 / MTM zone 6","9001","4267","17706","9807","8801","0.0","9110","8802","-67.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1935[] = {"32098","NAD27 / Quebec Lambert","9001","4267","19944","9802","8821","44.0","9110","8822","-68.3","9110","8823","60.0","9110","8824","46.0","9110","8826","0.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1936[] = {"32100","NAD83 / Montana","9001","4269","12530","9802","8821","44.15","9110","8822","-109.3","9110","8823","49.0","9110","8824","45.0","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1937[] = {"32104","NAD83 / Nebraska","9001","4269","12630","9802","8821","39.5","9110","8822","-100.0","9110","8823","43.0","9110","8824","40.0","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1938[] = {"32107","NAD83 / Nevada East","9001","4269","12731","9807","8801","34.45","9110","8802","-115.35","9110","8805","0.9999","9201","8806","200000.0","9001","8807","8000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1939[] = {"32108","NAD83 / Nevada Central","9001","4269","12732","9807","8801","34.45","9110","8802","-116.4","9110","8805","0.9999","9201","8806","500000.0","9001","8807","6000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1940[] = {"32109","NAD83 / Nevada West","9001","4269","12733","9807","8801","34.45","9110","8802","-118.35","9110","8805","0.9999","9201","8806","800000.0","9001","8807","4000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1941[] = {"32110","NAD83 / New Hampshire","9001","4269","12830","9807","8801","42.3","9110","8802","-71.4","9110","8805","0.999966667","9201","8806","300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1942[] = {"32111","NAD83 / New Jersey","9001","4269","12930","9807","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1943[] = {"32112","NAD83 / New Mexico East","9001","4269","13031","9807","8801","31.0","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","165000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1944[] = {"32113","NAD83 / New Mexico Central","9001","4269","13032","9807","8801","31.0","9110","8802","-106.15","9110","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1945[] = {"32114","NAD83 / New Mexico West","9001","4269","13033","9807","8801","31.0","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","830000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1946[] = {"32115","NAD83 / New York East","9001","4269","13131","9807","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1947[] = {"32116","NAD83 / New York Central","9001","4269","13132","9807","8801","40.0","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","250000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1948[] = {"32117","NAD83 / New York West","9001","4269","13133","9807","8801","40.0","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","350000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1949[] = {"32118","NAD83 / New York Long Island","9001","4269","13134","9802","8821","40.1","9110","8822","-74.0","9110","8823","41.02","9110","8824","40.4","9110","8826","300000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1950[] = {"32119","NAD83 / North Carolina","9001","4269","13230","9802","8821","33.45","9110","8822","-79.0","9110","8823","36.1","9110","8824","34.2","9110","8826","609601.22","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1951[] = {"32120","NAD83 / North Dakota North","9001","4269","13331","9802","8821","47.0","9110","8822","-100.3","9110","8823","48.44","9110","8824","47.26","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1952[] = {"32121","NAD83 / North Dakota South","9001","4269","13332","9802","8821","45.4","9110","8822","-100.3","9110","8823","47.29","9110","8824","46.11","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1953[] = {"32122","NAD83 / Ohio North","9001","4269","13431","9802","8821","39.4","9110","8822","-82.3","9110","8823","41.42","9110","8824","40.26","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1954[] = {"32123","NAD83 / Ohio South","9001","4269","13432","9802","8821","38.0","9110","8822","-82.3","9110","8823","40.02","9110","8824","38.44","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1955[] = {"32124","NAD83 / Oklahoma North","9001","4269","13531","9802","8821","35.0","9110","8822","-98.0","9110","8823","36.46","9110","8824","35.34","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1956[] = {"32125","NAD83 / Oklahoma South","9001","4269","13532","9802","8821","33.2","9110","8822","-98.0","9110","8823","35.14","9110","8824","33.56","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1957[] = {"32126","NAD83 / Oregon North","9001","4269","13631","9802","8821","43.4","9110","8822","-120.3","9110","8823","46.0","9110","8824","44.2","9110","8826","2500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1958[] = {"32127","NAD83 / Oregon South","9001","4269","13632","9802","8821","41.4","9110","8822","-120.3","9110","8823","44.0","9110","8824","42.2","9110","8826","1500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1959[] = {"32128","NAD83 / Pennsylvania North","9001","4269","13731","9802","8821","40.1","9110","8822","-77.45","9110","8823","41.57","9110","8824","40.53","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1960[] = {"32129","NAD83 / Pennsylvania South","9001","4269","13732","9802","8821","39.2","9110","8822","-77.45","9110","8823","40.58","9110","8824","39.56","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1961[] = {"32130","NAD83 / Rhode Island","9001","4269","13830","9807","8801","41.05","9110","8802","-71.3","9110","8805","0.99999375","9201","8806","100000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1962[] = {"32133","NAD83 / South Carolina","9001","4269","13930","9802","8821","31.5","9110","8822","-81.0","9110","8823","34.5","9110","8824","32.3","9110","8826","609600.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1963[] = {"32134","NAD83 / South Dakota North","9001","4269","14031","9802","8821","43.5","9110","8822","-100.0","9110","8823","45.41","9110","8824","44.25","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1964[] = {"32135","NAD83 / South Dakota South","9001","4269","14032","9802","8821","42.2","9110","8822","-100.2","9110","8823","44.24","9110","8824","42.5","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1965[] = {"32136","NAD83 / Tennessee","9001","4269","14130","9802","8821","34.2","9110","8822","-86.0","9110","8823","36.25","9110","8824","35.15","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1966[] = {"32137","NAD83 / Texas North","9001","4269","14231","9802","8821","34.0","9110","8822","-101.3","9110","8823","36.11","9110","8824","34.39","9110","8826","200000.0","9001","8827","1000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1967[] = {"32138","NAD83 / Texas North Central","9001","4269","14232","9802","8821","31.4","9110","8822","-98.3","9110","8823","33.58","9110","8824","32.08","9110","8826","600000.0","9001","8827","2000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1968[] = {"32139","NAD83 / Texas Central","9001","4269","14233","9802","8821","29.4","9110","8822","-100.2","9110","8823","31.53","9110","8824","30.07","9110","8826","700000.0","9001","8827","3000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1969[] = {"32140","NAD83 / Texas South Central","9001","4269","14234","9802","8821","27.5","9110","8822","-99.0","9110","8823","30.17","9110","8824","28.23","9110","8826","600000.0","9001","8827","4000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1970[] = {"32141","NAD83 / Texas South","9001","4269","14235","9802","8821","25.4","9110","8822","-98.3","9110","8823","27.5","9110","8824","26.1","9110","8826","300000.0","9001","8827","5000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1971[] = {"32142","NAD83 / Utah North","9001","4269","14331","9802","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","500000.0","9001","8827","1000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1972[] = {"32143","NAD83 / Utah Central","9001","4269","14332","9802","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","500000.0","9001","8827","2000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1973[] = {"32144","NAD83 / Utah South","9001","4269","14333","9802","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","500000.0","9001","8827","3000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1974[] = {"32145","NAD83 / Vermont","9001","4269","14430","9807","8801","42.3","9110","8802","-72.3","9110","8805","0.999964286","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1975[] = {"32146","NAD83 / Virginia North","9001","4269","14531","9802","8821","37.4","9110","8822","-78.3","9110","8823","39.12","9110","8824","38.02","9110","8826","3500000.0","9001","8827","2000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1976[] = {"32147","NAD83 / Virginia South","9001","4269","14532","9802","8821","36.2","9110","8822","-78.3","9110","8823","37.58","9110","8824","36.46","9110","8826","3500000.0","9001","8827","1000000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1977[] = {"32148","NAD83 / Washington North","9001","4269","14631","9802","8821","47.0","9110","8822","-120.5","9110","8823","48.44","9110","8824","47.3","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1978[] = {"32149","NAD83 / Washington South","9001","4269","14632","9802","8821","45.2","9110","8822","-120.3","9110","8823","47.2","9110","8824","45.5","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1979[] = {"32150","NAD83 / West Virginia North","9001","4269","14731","9802","8821","38.3","9110","8822","-79.3","9110","8823","40.15","9110","8824","39.0","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1980[] = {"32151","NAD83 / West Virginia South","9001","4269","14732","9802","8821","37.0","9110","8822","-81.0","9110","8823","38.53","9110","8824","37.29","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1981[] = {"32152","NAD83 / Wisconsin North","9001","4269","14831","9802","8821","45.1","9110","8822","-90.0","9110","8823","46.46","9110","8824","45.34","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1982[] = {"32153","NAD83 / Wisconsin Central","9001","4269","14832","9802","8821","43.5","9110","8822","-90.0","9110","8823","45.3","9110","8824","44.15","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1983[] = {"32154","NAD83 / Wisconsin South","9001","4269","14833","9802","8821","42.0","9110","8822","-90.0","9110","8823","44.04","9110","8824","42.44","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1984[] = {"32155","NAD83 / Wyoming East","9001","4269","14931","9807","8801","40.3","9110","8802","-105.1","9110","8805","0.9999375","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1985[] = {"32156","NAD83 / Wyoming East Central","9001","4269","14932","9807","8801","40.3","9110","8802","-107.2","9110","8805","0.9999375","9201","8806","400000.0","9001","8807","100000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1986[] = {"32157","NAD83 / Wyoming West Central","9001","4269","14933","9807","8801","40.3","9110","8802","-108.45","9110","8805","0.9999375","9201","8806","600000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1987[] = {"32158","NAD83 / Wyoming West","9001","4269","14934","9807","8801","40.3","9110","8802","-110.05","9110","8805","0.9999375","9201","8806","800000.0","9001","8807","100000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1988[] = {"32161","NAD83 / Puerto Rico & Virgin Is.","9001","4269","15230","9802","8821","17.5","9110","8822","-66.26","9110","8823","18.26","9110","8824","18.02","9110","8826","200000.0","9001","8827","200000.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_1989[] = {"32180","NAD83 / SCoPQ zone 2","9001","4269","17700","9807","8801","0.0","9110","8802","-55.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1990[] = {"32181","NAD83 / MTM zone 1","9001","4269","17701","9807","8801","0.0","9102","8802","-53.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1991[] = {"32182","NAD83 / MTM zone 2","9001","4269","17702","9807","8801","0.0","9102","8802","-56.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1992[] = {"32183","NAD83 / MTM zone 3","9001","4269","17703","9807","8801","0.0","9110","8802","-58.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1993[] = {"32184","NAD83 / MTM zone 4","9001","4269","17704","9807","8801","0.0","9110","8802","-61.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1994[] = {"32185","NAD83 / MTM zone 5","9001","4269","17705","9807","8801","0.0","9110","8802","-64.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1995[] = {"32186","NAD83 / MTM zone 6","9001","4269","17706","9807","8801","0.0","9110","8802","-67.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1996[] = {"32187","NAD83 / MTM zone 7","9001","4269","17707","9807","8801","0.0","9110","8802","-70.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1997[] = {"32188","NAD83 / MTM zone 8","9001","4269","17708","9807","8801","0.0","9110","8802","-73.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1998[] = {"32189","NAD83 / MTM zone 9","9001","4269","17709","9807","8801","0.0","9110","8802","-76.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_1999[] = {"32190","NAD83 / MTM zone 10","9001","4269","17710","9807","8801","0.0","9110","8802","-79.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2000[] = {"32191","NAD83 / MTM zone 11","9001","4269","17711","9807","8801","0.0","9110","8802","-82.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2001[] = {"32192","NAD83 / MTM zone 12","9001","4269","17712","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2002[] = {"32193","NAD83 / MTM zone 13","9001","4269","17713","9807","8801","0.0","9102","8802","-84.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2003[] = {"32194","NAD83 / MTM zone 14","9001","4269","17714","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2004[] = {"32195","NAD83 / MTM zone 15","9001","4269","17715","9807","8801","0.0","9102","8802","-90.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2005[] = {"32196","NAD83 / MTM zone 16","9001","4269","17716","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2006[] = {"32197","NAD83 / MTM zone 17","9001","4269","17717","9807","8801","0.0","9102","8802","-96.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2007[] = {"32198","NAD83 / Quebec Lambert","9001","4269","19944","9802","8821","44.0","9110","8822","-68.3","9110","8823","60.0","9110","8824","46.0","9110","8826","0.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t pcs_row_2008[] = {"32201","WGS 72 / UTM zone 1N","9001","4322","16001","9807","8801","0.0","9102","8802","-177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2009[] = {"32202","WGS 72 / UTM zone 2N","9001","4322","16002","9807","8801","0.0","9102","8802","-171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2010[] = {"32203","WGS 72 / UTM zone 3N","9001","4322","16003","9807","8801","0.0","9102","8802","-165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2011[] = {"32204","WGS 72 / UTM zone 4N","9001","4322","16004","9807","8801","0.0","9102","8802","-159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2012[] = {"32205","WGS 72 / UTM zone 5N","9001","4322","16005","9807","8801","0.0","9102","8802","-153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2013[] = {"32206","WGS 72 / UTM zone 6N","9001","4322","16006","9807","8801","0.0","9102","8802","-147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2014[] = {"32207","WGS 72 / UTM zone 7N","9001","4322","16007","9807","8801","0.0","9102","8802","-141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2015[] = {"32208","WGS 72 / UTM zone 8N","9001","4322","16008","9807","8801","0.0","9102","8802","-135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2016[] = {"32209","WGS 72 / UTM zone 9N","9001","4322","16009","9807","8801","0.0","9102","8802","-129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2017[] = {"32210","WGS 72 / UTM zone 10N","9001","4322","16010","9807","8801","0.0","9102","8802","-123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2018[] = {"32211","WGS 72 / UTM zone 11N","9001","4322","16011","9807","8801","0.0","9102","8802","-117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2019[] = {"32212","WGS 72 / UTM zone 12N","9001","4322","16012","9807","8801","0.0","9102","8802","-111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2020[] = {"32213","WGS 72 / UTM zone 13N","9001","4322","16013","9807","8801","0.0","9102","8802","-105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2021[] = {"32214","WGS 72 / UTM zone 14N","9001","4322","16014","9807","8801","0.0","9102","8802","-99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2022[] = {"32215","WGS 72 / UTM zone 15N","9001","4322","16015","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2023[] = {"32216","WGS 72 / UTM zone 16N","9001","4322","16016","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2024[] = {"32217","WGS 72 / UTM zone 17N","9001","4322","16017","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2025[] = {"32218","WGS 72 / UTM zone 18N","9001","4322","16018","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2026[] = {"32219","WGS 72 / UTM zone 19N","9001","4322","16019","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2027[] = {"32220","WGS 72 / UTM zone 20N","9001","4322","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2028[] = {"32221","WGS 72 / UTM zone 21N","9001","4322","16021","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2029[] = {"32222","WGS 72 / UTM zone 22N","9001","4322","16022","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2030[] = {"32223","WGS 72 / UTM zone 23N","9001","4322","16023","9807","8801","0.0","9102","8802","-45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2031[] = {"32224","WGS 72 / UTM zone 24N","9001","4322","16024","9807","8801","0.0","9102","8802","-39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2032[] = {"32225","WGS 72 / UTM zone 25N","9001","4322","16025","9807","8801","0.0","9102","8802","-33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2033[] = {"32226","WGS 72 / UTM zone 26N","9001","4322","16026","9807","8801","0.0","9102","8802","-27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2034[] = {"32227","WGS 72 / UTM zone 27N","9001","4322","16027","9807","8801","0.0","9102","8802","-21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2035[] = {"32228","WGS 72 / UTM zone 28N","9001","4322","16028","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2036[] = {"32229","WGS 72 / UTM zone 29N","9001","4322","16029","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2037[] = {"32230","WGS 72 / UTM zone 30N","9001","4322","16030","9807","8801","0.0","9102","8802","-3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2038[] = {"32231","WGS 72 / UTM zone 31N","9001","4322","16031","9807","8801","0.0","9102","8802","3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2039[] = {"32232","WGS 72 / UTM zone 32N","9001","4322","16032","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2040[] = {"32233","WGS 72 / UTM zone 33N","9001","4322","16033","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2041[] = {"32234","WGS 72 / UTM zone 34N","9001","4322","16034","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2042[] = {"32235","WGS 72 / UTM zone 35N","9001","4322","16035","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2043[] = {"32236","WGS 72 / UTM zone 36N","9001","4322","16036","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2044[] = {"32237","WGS 72 / UTM zone 37N","9001","4322","16037","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2045[] = {"32238","WGS 72 / UTM zone 38N","9001","4322","16038","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2046[] = {"32239","WGS 72 / UTM zone 39N","9001","4322","16039","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2047[] = {"32240","WGS 72 / UTM zone 40N","9001","4322","16040","9807","8801","0.0","9102","8802","57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2048[] = {"32241","WGS 72 / UTM zone 41N","9001","4322","16041","9807","8801","0.0","9102","8802","63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2049[] = {"32242","WGS 72 / UTM zone 42N","9001","4322","16042","9807","8801","0.0","9102","8802","69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2050[] = {"32243","WGS 72 / UTM zone 43N","9001","4322","16043","9807","8801","0.0","9102","8802","75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2051[] = {"32244","WGS 72 / UTM zone 44N","9001","4322","16044","9807","8801","0.0","9102","8802","81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2052[] = {"32245","WGS 72 / UTM zone 45N","9001","4322","16045","9807","8801","0.0","9102","8802","87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2053[] = {"32246","WGS 72 / UTM zone 46N","9001","4322","16046","9807","8801","0.0","9102","8802","93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2054[] = {"32247","WGS 72 / UTM zone 47N","9001","4322","16047","9807","8801","0.0","9102","8802","99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2055[] = {"32248","WGS 72 / UTM zone 48N","9001","4322","16048","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2056[] = {"32249","WGS 72 / UTM zone 49N","9001","4322","16049","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2057[] = {"32250","WGS 72 / UTM zone 50N","9001","4322","16050","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2058[] = {"32251","WGS 72 / UTM zone 51N","9001","4322","16051","9807","8801","0.0","9102","8802","123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2059[] = {"32252","WGS 72 / UTM zone 52N","9001","4322","16052","9807","8801","0.0","9102","8802","129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2060[] = {"32253","WGS 72 / UTM zone 53N","9001","4322","16053","9807","8801","0.0","9102","8802","135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2061[] = {"32254","WGS 72 / UTM zone 54N","9001","4322","16054","9807","8801","0.0","9102","8802","141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2062[] = {"32255","WGS 72 / UTM zone 55N","9001","4322","16055","9807","8801","0.0","9102","8802","147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2063[] = {"32256","WGS 72 / UTM zone 56N","9001","4322","16056","9807","8801","0.0","9102","8802","153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2064[] = {"32257","WGS 72 / UTM zone 57N","9001","4322","16057","9807","8801","0.0","9102","8802","159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2065[] = {"32258","WGS 72 / UTM zone 58N","9001","4322","16058","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2066[] = {"32259","WGS 72 / UTM zone 59N","9001","4322","16059","9807","8801","0.0","9102","8802","171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2067[] = {"32260","WGS 72 / UTM zone 60N","9001","4322","16060","9807","8801","0.0","9102","8802","177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2068[] = {"32301","WGS 72 / UTM zone 1S","9001","4322","16101","9807","8801","0.0","9102","8802","-177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2069[] = {"32302","WGS 72 / UTM zone 2S","9001","4322","16102","9807","8801","0.0","9102","8802","-171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2070[] = {"32303","WGS 72 / UTM zone 3S","9001","4322","16103","9807","8801","0.0","9102","8802","-165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2071[] = {"32304","WGS 72 / UTM zone 4S","9001","4322","16104","9807","8801","0.0","9102","8802","-159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2072[] = {"32305","WGS 72 / UTM zone 5S","9001","4322","16105","9807","8801","0.0","9102","8802","-153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2073[] = {"32306","WGS 72 / UTM zone 6S","9001","4322","16106","9807","8801","0.0","9102","8802","-147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2074[] = {"32307","WGS 72 / UTM zone 7S","9001","4322","16107","9807","8801","0.0","9102","8802","-141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2075[] = {"32308","WGS 72 / UTM zone 8S","9001","4322","16108","9807","8801","0.0","9102","8802","-135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2076[] = {"32309","WGS 72 / UTM zone 9S","9001","4322","16109","9807","8801","0.0","9102","8802","-129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2077[] = {"32310","WGS 72 / UTM zone 10S","9001","4322","16110","9807","8801","0.0","9102","8802","-123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2078[] = {"32311","WGS 72 / UTM zone 11S","9001","4322","16111","9807","8801","0.0","9102","8802","-117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2079[] = {"32312","WGS 72 / UTM zone 12S","9001","4322","16112","9807","8801","0.0","9102","8802","-111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2080[] = {"32313","WGS 72 / UTM zone 13S","9001","4322","16113","9807","8801","0.0","9102","8802","-105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2081[] = {"32314","WGS 72 / UTM zone 14S","9001","4322","16114","9807","8801","0.0","9102","8802","-99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2082[] = {"32315","WGS 72 / UTM zone 15S","9001","4322","16115","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2083[] = {"32316","WGS 72 / UTM zone 16S","9001","4322","16116","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2084[] = {"32317","WGS 72 / UTM zone 17S","9001","4322","16117","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2085[] = {"32318","WGS 72 / UTM zone 18S","9001","4322","16118","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2086[] = {"32319","WGS 72 / UTM zone 19S","9001","4322","16119","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2087[] = {"32320","WGS 72 / UTM zone 20S","9001","4322","16120","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2088[] = {"32321","WGS 72 / UTM zone 21S","9001","4322","16121","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2089[] = {"32322","WGS 72 / UTM zone 22S","9001","4322","16122","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2090[] = {"32323","WGS 72 / UTM zone 23S","9001","4322","16123","9807","8801","0.0","9102","8802","-45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2091[] = {"32324","WGS 72 / UTM zone 24S","9001","4322","16124","9807","8801","0.0","9102","8802","-39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2092[] = {"32325","WGS 72 / UTM zone 25S","9001","4322","16125","9807","8801","0.0","9102","8802","-33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2093[] = {"32326","WGS 72 / UTM zone 26S","9001","4322","16126","9807","8801","0.0","9102","8802","-27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2094[] = {"32327","WGS 72 / UTM zone 27S","9001","4322","16127","9807","8801","0.0","9102","8802","-21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2095[] = {"32328","WGS 72 / UTM zone 28S","9001","4322","16128","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2096[] = {"32329","WGS 72 / UTM zone 29S","9001","4322","16129","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2097[] = {"32330","WGS 72 / UTM zone 30S","9001","4322","16130","9807","8801","0.0","9102","8802","-3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2098[] = {"32331","WGS 72 / UTM zone 31S","9001","4322","16131","9807","8801","0.0","9102","8802","3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2099[] = {"32332","WGS 72 / UTM zone 32S","9001","4322","16132","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2100[] = {"32333","WGS 72 / UTM zone 33S","9001","4322","16133","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2101[] = {"32334","WGS 72 / UTM zone 34S","9001","4322","16134","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2102[] = {"32335","WGS 72 / UTM zone 35S","9001","4322","16135","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2103[] = {"32336","WGS 72 / UTM zone 36S","9001","4322","16136","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2104[] = {"32337","WGS 72 / UTM zone 37S","9001","4322","16137","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2105[] = {"32338","WGS 72 / UTM zone 38S","9001","4322","16138","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2106[] = {"32339","WGS 72 / UTM zone 39S","9001","4322","16139","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2107[] = {"32340","WGS 72 / UTM zone 40S","9001","4322","16140","9807","8801","0.0","9102","8802","57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2108[] = {"32341","WGS 72 / UTM zone 41S","9001","4322","16141","9807","8801","0.0","9102","8802","63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2109[] = {"32342","WGS 72 / UTM zone 42S","9001","4322","16142","9807","8801","0.0","9102","8802","69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2110[] = {"32343","WGS 72 / UTM zone 43S","9001","4322","16143","9807","8801","0.0","9102","8802","75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2111[] = {"32344","WGS 72 / UTM zone 44S","9001","4322","16144","9807","8801","0.0","9102","8802","81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2112[] = {"32345","WGS 72 / UTM zone 45S","9001","4322","16145","9807","8801","0.0","9102","8802","87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2113[] = {"32346","WGS 72 / UTM zone 46S","9001","4322","16146","9807","8801","0.0","9102","8802","93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2114[] = {"32347","WGS 72 / UTM zone 47S","9001","4322","16147","9807","8801","0.0","9102","8802","99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2115[] = {"32348","WGS 72 / UTM zone 48S","9001","4322","16148","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2116[] = {"32349","WGS 72 / UTM zone 49S","9001","4322","16149","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2117[] = {"32350","WGS 72 / UTM zone 50S","9001","4322","16150","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2118[] = {"32351","WGS 72 / UTM zone 51S","9001","4322","16151","9807","8801","0.0","9102","8802","123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2119[] = {"32352","WGS 72 / UTM zone 52S","9001","4322","16152","9807","8801","0.0","9102","8802","129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2120[] = {"32353","WGS 72 / UTM zone 53S","9001","4322","16153","9807","8801","0.0","9102","8802","135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2121[] = {"32354","WGS 72 / UTM zone 54S","9001","4322","16154","9807","8801","0.0","9102","8802","141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2122[] = {"32355","WGS 72 / UTM zone 55S","9001","4322","16155","9807","8801","0.0","9102","8802","147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2123[] = {"32356","WGS 72 / UTM zone 56S","9001","4322","16156","9807","8801","0.0","9102","8802","153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2124[] = {"32357","WGS 72 / UTM zone 57S","9001","4322","16157","9807","8801","0.0","9102","8802","159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2125[] = {"32358","WGS 72 / UTM zone 58S","9001","4322","16158","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2126[] = {"32359","WGS 72 / UTM zone 59S","9001","4322","16159","9807","8801","0.0","9102","8802","171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2127[] = {"32360","WGS 72 / UTM zone 60S","9001","4322","16160","9807","8801","0.0","9102","8802","177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2128[] = {"32401","WGS 72BE / UTM zone 1N","9001","4324","16001","9807","8801","0.0","9102","8802","-177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2129[] = {"32402","WGS 72BE / UTM zone 2N","9001","4324","16002","9807","8801","0.0","9102","8802","-171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2130[] = {"32403","WGS 72BE / UTM zone 3N","9001","4324","16003","9807","8801","0.0","9102","8802","-165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2131[] = {"32404","WGS 72BE / UTM zone 4N","9001","4324","16004","9807","8801","0.0","9102","8802","-159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2132[] = {"32405","WGS 72BE / UTM zone 5N","9001","4324","16005","9807","8801","0.0","9102","8802","-153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2133[] = {"32406","WGS 72BE / UTM zone 6N","9001","4324","16006","9807","8801","0.0","9102","8802","-147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2134[] = {"32407","WGS 72BE / UTM zone 7N","9001","4324","16007","9807","8801","0.0","9102","8802","-141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2135[] = {"32408","WGS 72BE / UTM zone 8N","9001","4324","16008","9807","8801","0.0","9102","8802","-135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2136[] = {"32409","WGS 72BE / UTM zone 9N","9001","4324","16009","9807","8801","0.0","9102","8802","-129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2137[] = {"32410","WGS 72BE / UTM zone 10N","9001","4324","16010","9807","8801","0.0","9102","8802","-123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2138[] = {"32411","WGS 72BE / UTM zone 11N","9001","4324","16011","9807","8801","0.0","9102","8802","-117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2139[] = {"32412","WGS 72BE / UTM zone 12N","9001","4324","16012","9807","8801","0.0","9102","8802","-111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2140[] = {"32413","WGS 72BE / UTM zone 13N","9001","4324","16013","9807","8801","0.0","9102","8802","-105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2141[] = {"32414","WGS 72BE / UTM zone 14N","9001","4324","16014","9807","8801","0.0","9102","8802","-99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2142[] = {"32415","WGS 72BE / UTM zone 15N","9001","4324","16015","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2143[] = {"32416","WGS 72BE / UTM zone 16N","9001","4324","16016","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2144[] = {"32417","WGS 72BE / UTM zone 17N","9001","4324","16017","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2145[] = {"32418","WGS 72BE / UTM zone 18N","9001","4324","16018","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2146[] = {"32419","WGS 72BE / UTM zone 19N","9001","4324","16019","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2147[] = {"32420","WGS 72BE / UTM zone 20N","9001","4324","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2148[] = {"32421","WGS 72BE / UTM zone 21N","9001","4324","16021","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2149[] = {"32422","WGS 72BE / UTM zone 22N","9001","4324","16022","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2150[] = {"32423","WGS 72BE / UTM zone 23N","9001","4324","16023","9807","8801","0.0","9102","8802","-45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2151[] = {"32424","WGS 72BE / UTM zone 24N","9001","4324","16024","9807","8801","0.0","9102","8802","-39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2152[] = {"32425","WGS 72BE / UTM zone 25N","9001","4324","16025","9807","8801","0.0","9102","8802","-33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2153[] = {"32426","WGS 72BE / UTM zone 26N","9001","4324","16026","9807","8801","0.0","9102","8802","-27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2154[] = {"32427","WGS 72BE / UTM zone 27N","9001","4324","16027","9807","8801","0.0","9102","8802","-21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2155[] = {"32428","WGS 72BE / UTM zone 28N","9001","4324","16028","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2156[] = {"32429","WGS 72BE / UTM zone 29N","9001","4324","16029","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2157[] = {"32430","WGS 72BE / UTM zone 30N","9001","4324","16030","9807","8801","0.0","9102","8802","-3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2158[] = {"32431","WGS 72BE / UTM zone 31N","9001","4324","16031","9807","8801","0.0","9102","8802","3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2159[] = {"32432","WGS 72BE / UTM zone 32N","9001","4324","16032","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2160[] = {"32433","WGS 72BE / UTM zone 33N","9001","4324","16033","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2161[] = {"32434","WGS 72BE / UTM zone 34N","9001","4324","16034","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2162[] = {"32435","WGS 72BE / UTM zone 35N","9001","4324","16035","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2163[] = {"32436","WGS 72BE / UTM zone 36N","9001","4324","16036","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2164[] = {"32437","WGS 72BE / UTM zone 37N","9001","4324","16037","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2165[] = {"32438","WGS 72BE / UTM zone 38N","9001","4324","16038","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2166[] = {"32439","WGS 72BE / UTM zone 39N","9001","4324","16039","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2167[] = {"32440","WGS 72BE / UTM zone 40N","9001","4324","16040","9807","8801","0.0","9102","8802","57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2168[] = {"32441","WGS 72BE / UTM zone 41N","9001","4324","16041","9807","8801","0.0","9102","8802","63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2169[] = {"32442","WGS 72BE / UTM zone 42N","9001","4324","16042","9807","8801","0.0","9102","8802","69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2170[] = {"32443","WGS 72BE / UTM zone 43N","9001","4324","16043","9807","8801","0.0","9102","8802","75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2171[] = {"32444","WGS 72BE / UTM zone 44N","9001","4324","16044","9807","8801","0.0","9102","8802","81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2172[] = {"32445","WGS 72BE / UTM zone 45N","9001","4324","16045","9807","8801","0.0","9102","8802","87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2173[] = {"32446","WGS 72BE / UTM zone 46N","9001","4324","16046","9807","8801","0.0","9102","8802","93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2174[] = {"32447","WGS 72BE / UTM zone 47N","9001","4324","16047","9807","8801","0.0","9102","8802","99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2175[] = {"32448","WGS 72BE / UTM zone 48N","9001","4324","16048","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2176[] = {"32449","WGS 72BE / UTM zone 49N","9001","4324","16049","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2177[] = {"32450","WGS 72BE / UTM zone 50N","9001","4324","16050","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2178[] = {"32451","WGS 72BE / UTM zone 51N","9001","4324","16051","9807","8801","0.0","9102","8802","123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2179[] = {"32452","WGS 72BE / UTM zone 52N","9001","4324","16052","9807","8801","0.0","9102","8802","129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2180[] = {"32453","WGS 72BE / UTM zone 53N","9001","4324","16053","9807","8801","0.0","9102","8802","135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2181[] = {"32454","WGS 72BE / UTM zone 54N","9001","4324","16054","9807","8801","0.0","9102","8802","141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2182[] = {"32455","WGS 72BE / UTM zone 55N","9001","4324","16055","9807","8801","0.0","9102","8802","147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2183[] = {"32456","WGS 72BE / UTM zone 56N","9001","4324","16056","9807","8801","0.0","9102","8802","153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2184[] = {"32457","WGS 72BE / UTM zone 57N","9001","4324","16057","9807","8801","0.0","9102","8802","159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2185[] = {"32458","WGS 72BE / UTM zone 58N","9001","4324","16058","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2186[] = {"32459","WGS 72BE / UTM zone 59N","9001","4324","16059","9807","8801","0.0","9102","8802","171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2187[] = {"32460","WGS 72BE / UTM zone 60N","9001","4324","16060","9807","8801","0.0","9102","8802","177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2188[] = {"32501","WGS 72BE / UTM zone 1S","9001","4324","16101","9807","8801","0.0","9102","8802","-177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2189[] = {"32502","WGS 72BE / UTM zone 2S","9001","4324","16102","9807","8801","0.0","9102","8802","-171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2190[] = {"32503","WGS 72BE / UTM zone 3S","9001","4324","16103","9807","8801","0.0","9102","8802","-165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2191[] = {"32504","WGS 72BE / UTM zone 4S","9001","4324","16104","9807","8801","0.0","9102","8802","-159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2192[] = {"32505","WGS 72BE / UTM zone 5S","9001","4324","16105","9807","8801","0.0","9102","8802","-153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2193[] = {"32506","WGS 72BE / UTM zone 6S","9001","4324","16106","9807","8801","0.0","9102","8802","-147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2194[] = {"32507","WGS 72BE / UTM zone 7S","9001","4324","16107","9807","8801","0.0","9102","8802","-141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2195[] = {"32508","WGS 72BE / UTM zone 8S","9001","4324","16108","9807","8801","0.0","9102","8802","-135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2196[] = {"32509","WGS 72BE / UTM zone 9S","9001","4324","16109","9807","8801","0.0","9102","8802","-129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2197[] = {"32510","WGS 72BE / UTM zone 10S","9001","4324","16110","9807","8801","0.0","9102","8802","-123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2198[] = {"32511","WGS 72BE / UTM zone 11S","9001","4324","16111","9807","8801","0.0","9102","8802","-117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2199[] = {"32512","WGS 72BE / UTM zone 12S","9001","4324","16112","9807","8801","0.0","9102","8802","-111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2200[] = {"32513","WGS 72BE / UTM zone 13S","9001","4324","16113","9807","8801","0.0","9102","8802","-105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2201[] = {"32514","WGS 72BE / UTM zone 14S","9001","4324","16114","9807","8801","0.0","9102","8802","-99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2202[] = {"32515","WGS 72BE / UTM zone 15S","9001","4324","16115","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2203[] = {"32516","WGS 72BE / UTM zone 16S","9001","4324","16116","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2204[] = {"32517","WGS 72BE / UTM zone 17S","9001","4324","16117","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2205[] = {"32518","WGS 72BE / UTM zone 18S","9001","4324","16118","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2206[] = {"32519","WGS 72BE / UTM zone 19S","9001","4324","16119","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2207[] = {"32520","WGS 72BE / UTM zone 20S","9001","4324","16120","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2208[] = {"32521","WGS 72BE / UTM zone 21S","9001","4324","16121","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2209[] = {"32522","WGS 72BE / UTM zone 22S","9001","4324","16122","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2210[] = {"32523","WGS 72BE / UTM zone 23S","9001","4324","16123","9807","8801","0.0","9102","8802","-45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2211[] = {"32524","WGS 72BE / UTM zone 24S","9001","4324","16124","9807","8801","0.0","9102","8802","-39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2212[] = {"32525","WGS 72BE / UTM zone 25S","9001","4324","16125","9807","8801","0.0","9102","8802","-33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2213[] = {"32526","WGS 72BE / UTM zone 26S","9001","4324","16126","9807","8801","0.0","9102","8802","-27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2214[] = {"32527","WGS 72BE / UTM zone 27S","9001","4324","16127","9807","8801","0.0","9102","8802","-21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2215[] = {"32528","WGS 72BE / UTM zone 28S","9001","4324","16128","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2216[] = {"32529","WGS 72BE / UTM zone 29S","9001","4324","16129","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2217[] = {"32530","WGS 72BE / UTM zone 30S","9001","4324","16130","9807","8801","0.0","9102","8802","-3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2218[] = {"32531","WGS 72BE / UTM zone 31S","9001","4324","16131","9807","8801","0.0","9102","8802","3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2219[] = {"32532","WGS 72BE / UTM zone 32S","9001","4324","16132","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2220[] = {"32533","WGS 72BE / UTM zone 33S","9001","4324","16133","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2221[] = {"32534","WGS 72BE / UTM zone 34S","9001","4324","16134","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2222[] = {"32535","WGS 72BE / UTM zone 35S","9001","4324","16135","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2223[] = {"32536","WGS 72BE / UTM zone 36S","9001","4324","16136","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2224[] = {"32537","WGS 72BE / UTM zone 37S","9001","4324","16137","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2225[] = {"32538","WGS 72BE / UTM zone 38S","9001","4324","16138","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2226[] = {"32539","WGS 72BE / UTM zone 39S","9001","4324","16139","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2227[] = {"32540","WGS 72BE / UTM zone 40S","9001","4324","16140","9807","8801","0.0","9102","8802","57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2228[] = {"32541","WGS 72BE / UTM zone 41S","9001","4324","16141","9807","8801","0.0","9102","8802","63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2229[] = {"32542","WGS 72BE / UTM zone 42S","9001","4324","16142","9807","8801","0.0","9102","8802","69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2230[] = {"32543","WGS 72BE / UTM zone 43S","9001","4324","16143","9807","8801","0.0","9102","8802","75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2231[] = {"32544","WGS 72BE / UTM zone 44S","9001","4324","16144","9807","8801","0.0","9102","8802","81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2232[] = {"32545","WGS 72BE / UTM zone 45S","9001","4324","16145","9807","8801","0.0","9102","8802","87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2233[] = {"32546","WGS 72BE / UTM zone 46S","9001","4324","16146","9807","8801","0.0","9102","8802","93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2234[] = {"32547","WGS 72BE / UTM zone 47S","9001","4324","16147","9807","8801","0.0","9102","8802","99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2235[] = {"32548","WGS 72BE / UTM zone 48S","9001","4324","16148","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2236[] = {"32549","WGS 72BE / UTM zone 49S","9001","4324","16149","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2237[] = {"32550","WGS 72BE / UTM zone 50S","9001","4324","16150","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2238[] = {"32551","WGS 72BE / UTM zone 51S","9001","4324","16151","9807","8801","0.0","9102","8802","123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2239[] = {"32552","WGS 72BE / UTM zone 52S","9001","4324","16152","9807","8801","0.0","9102","8802","129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2240[] = {"32553","WGS 72BE / UTM zone 53S","9001","4324","16153","9807","8801","0.0","9102","8802","135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2241[] = {"32554","WGS 72BE / UTM zone 54S","9001","4324","16154","9807","8801","0.0","9102","8802","141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2242[] = {"32555","WGS 72BE / UTM zone 55S","9001","4324","16155","9807","8801","0.0","9102","8802","147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2243[] = {"32556","WGS 72BE / UTM zone 56S","9001","4324","16156","9807","8801","0.0","9102","8802","153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2244[] = {"32557","WGS 72BE / UTM zone 57S","9001","4324","16157","9807","8801","0.0","9102","8802","159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2245[] = {"32558","WGS 72BE / UTM zone 58S","9001","4324","16158","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2246[] = {"32559","WGS 72BE / UTM zone 59S","9001","4324","16159","9807","8801","0.0","9102","8802","171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2247[] = {"32560","WGS 72BE / UTM zone 60S","9001","4324","16160","9807","8801","0.0","9102","8802","177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2248[] = {"32600","WGS 84 / UTM grid system (northern hemisphere)","9001","4326","16000","9824","8801","0.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","8830","-180.0","9102","8831","6.0","9102","",""," ",NULL};
-datafile_rows_t pcs_row_2249[] = {"32601","WGS 84 / UTM zone 1N","9001","4326","16001","9807","8801","0.0","9102","8802","-177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2250[] = {"32602","WGS 84 / UTM zone 2N","9001","4326","16002","9807","8801","0.0","9102","8802","-171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2251[] = {"32603","WGS 84 / UTM zone 3N","9001","4326","16003","9807","8801","0.0","9102","8802","-165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2252[] = {"32604","WGS 84 / UTM zone 4N","9001","4326","16004","9807","8801","0.0","9102","8802","-159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2253[] = {"32605","WGS 84 / UTM zone 5N","9001","4326","16005","9807","8801","0.0","9102","8802","-153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2254[] = {"32606","WGS 84 / UTM zone 6N","9001","4326","16006","9807","8801","0.0","9102","8802","-147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2255[] = {"32607","WGS 84 / UTM zone 7N","9001","4326","16007","9807","8801","0.0","9102","8802","-141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2256[] = {"32608","WGS 84 / UTM zone 8N","9001","4326","16008","9807","8801","0.0","9102","8802","-135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2257[] = {"32609","WGS 84 / UTM zone 9N","9001","4326","16009","9807","8801","0.0","9102","8802","-129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2258[] = {"32610","WGS 84 / UTM zone 10N","9001","4326","16010","9807","8801","0.0","9102","8802","-123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2259[] = {"32611","WGS 84 / UTM zone 11N","9001","4326","16011","9807","8801","0.0","9102","8802","-117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2260[] = {"32612","WGS 84 / UTM zone 12N","9001","4326","16012","9807","8801","0.0","9102","8802","-111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2261[] = {"32613","WGS 84 / UTM zone 13N","9001","4326","16013","9807","8801","0.0","9102","8802","-105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2262[] = {"32614","WGS 84 / UTM zone 14N","9001","4326","16014","9807","8801","0.0","9102","8802","-99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2263[] = {"32615","WGS 84 / UTM zone 15N","9001","4326","16015","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2264[] = {"32616","WGS 84 / UTM zone 16N","9001","4326","16016","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2265[] = {"32617","WGS 84 / UTM zone 17N","9001","4326","16017","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2266[] = {"32618","WGS 84 / UTM zone 18N","9001","4326","16018","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2267[] = {"32619","WGS 84 / UTM zone 19N","9001","4326","16019","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2268[] = {"32620","WGS 84 / UTM zone 20N","9001","4326","16020","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2269[] = {"32621","WGS 84 / UTM zone 21N","9001","4326","16021","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2270[] = {"32622","WGS 84 / UTM zone 22N","9001","4326","16022","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2271[] = {"32623","WGS 84 / UTM zone 23N","9001","4326","16023","9807","8801","0.0","9102","8802","-45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2272[] = {"32624","WGS 84 / UTM zone 24N","9001","4326","16024","9807","8801","0.0","9102","8802","-39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2273[] = {"32625","WGS 84 / UTM zone 25N","9001","4326","16025","9807","8801","0.0","9102","8802","-33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2274[] = {"32626","WGS 84 / UTM zone 26N","9001","4326","16026","9807","8801","0.0","9102","8802","-27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2275[] = {"32627","WGS 84 / UTM zone 27N","9001","4326","16027","9807","8801","0.0","9102","8802","-21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2276[] = {"32628","WGS 84 / UTM zone 28N","9001","4326","16028","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2277[] = {"32629","WGS 84 / UTM zone 29N","9001","4326","16029","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2278[] = {"32630","WGS 84 / UTM zone 30N","9001","4326","16030","9807","8801","0.0","9102","8802","-3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2279[] = {"32631","WGS 84 / UTM zone 31N","9001","4326","16031","9807","8801","0.0","9102","8802","3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2280[] = {"32632","WGS 84 / UTM zone 32N","9001","4326","16032","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2281[] = {"32633","WGS 84 / UTM zone 33N","9001","4326","16033","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2282[] = {"32634","WGS 84 / UTM zone 34N","9001","4326","16034","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2283[] = {"32635","WGS 84 / UTM zone 35N","9001","4326","16035","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2284[] = {"32636","WGS 84 / UTM zone 36N","9001","4326","16036","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2285[] = {"32637","WGS 84 / UTM zone 37N","9001","4326","16037","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2286[] = {"32638","WGS 84 / UTM zone 38N","9001","4326","16038","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2287[] = {"32639","WGS 84 / UTM zone 39N","9001","4326","16039","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2288[] = {"32640","WGS 84 / UTM zone 40N","9001","4326","16040","9807","8801","0.0","9102","8802","57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2289[] = {"32641","WGS 84 / UTM zone 41N","9001","4326","16041","9807","8801","0.0","9102","8802","63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2290[] = {"32642","WGS 84 / UTM zone 42N","9001","4326","16042","9807","8801","0.0","9102","8802","69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2291[] = {"32643","WGS 84 / UTM zone 43N","9001","4326","16043","9807","8801","0.0","9102","8802","75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2292[] = {"32644","WGS 84 / UTM zone 44N","9001","4326","16044","9807","8801","0.0","9102","8802","81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2293[] = {"32645","WGS 84 / UTM zone 45N","9001","4326","16045","9807","8801","0.0","9102","8802","87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2294[] = {"32646","WGS 84 / UTM zone 46N","9001","4326","16046","9807","8801","0.0","9102","8802","93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2295[] = {"32647","WGS 84 / UTM zone 47N","9001","4326","16047","9807","8801","0.0","9102","8802","99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2296[] = {"32648","WGS 84 / UTM zone 48N","9001","4326","16048","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2297[] = {"32649","WGS 84 / UTM zone 49N","9001","4326","16049","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2298[] = {"32650","WGS 84 / UTM zone 50N","9001","4326","16050","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2299[] = {"32651","WGS 84 / UTM zone 51N","9001","4326","16051","9807","8801","0.0","9102","8802","123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2300[] = {"32652","WGS 84 / UTM zone 52N","9001","4326","16052","9807","8801","0.0","9102","8802","129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2301[] = {"32653","WGS 84 / UTM zone 53N","9001","4326","16053","9807","8801","0.0","9102","8802","135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2302[] = {"32654","WGS 84 / UTM zone 54N","9001","4326","16054","9807","8801","0.0","9102","8802","141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2303[] = {"32655","WGS 84 / UTM zone 55N","9001","4326","16055","9807","8801","0.0","9102","8802","147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2304[] = {"32656","WGS 84 / UTM zone 56N","9001","4326","16056","9807","8801","0.0","9102","8802","153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2305[] = {"32657","WGS 84 / UTM zone 57N","9001","4326","16057","9807","8801","0.0","9102","8802","159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2306[] = {"32658","WGS 84 / UTM zone 58N","9001","4326","16058","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2307[] = {"32659","WGS 84 / UTM zone 59N","9001","4326","16059","9807","8801","0.0","9102","8802","171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2308[] = {"32660","WGS 84 / UTM zone 60N","9001","4326","16060","9807","8801","0.0","9102","8802","177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2309[] = {"32661","WGS 84 / UPS North","9001","4326","16061","9810","8801","90.0","9102","8802","0.0","9102","8805","0.994","9201","8806","2000000.0","9001","8807","2000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2310[] = {"32662","WGS 84 / Plate Carree","9001","4326","19968","9823","8801","0.0","9102","8802","0.0","9102","","","","","","","","","","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2311[] = {"32700","WGS 84 / UTM grid system (southern hemisphere)","9001","4326","16100","9824","8801","0.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","8830","-180.0","9102","8831","6.0","9102","",""," ",NULL};
-datafile_rows_t pcs_row_2312[] = {"32701","WGS 84 / UTM zone 1S","9001","4326","16101","9807","8801","0.0","9102","8802","-177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2313[] = {"32702","WGS 84 / UTM zone 2S","9001","4326","16102","9807","8801","0.0","9102","8802","-171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2314[] = {"32703","WGS 84 / UTM zone 3S","9001","4326","16103","9807","8801","0.0","9102","8802","-165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2315[] = {"32704","WGS 84 / UTM zone 4S","9001","4326","16104","9807","8801","0.0","9102","8802","-159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2316[] = {"32705","WGS 84 / UTM zone 5S","9001","4326","16105","9807","8801","0.0","9102","8802","-153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2317[] = {"32706","WGS 84 / UTM zone 6S","9001","4326","16106","9807","8801","0.0","9102","8802","-147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2318[] = {"32707","WGS 84 / UTM zone 7S","9001","4326","16107","9807","8801","0.0","9102","8802","-141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2319[] = {"32708","WGS 84 / UTM zone 8S","9001","4326","16108","9807","8801","0.0","9102","8802","-135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2320[] = {"32709","WGS 84 / UTM zone 9S","9001","4326","16109","9807","8801","0.0","9102","8802","-129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2321[] = {"32710","WGS 84 / UTM zone 10S","9001","4326","16110","9807","8801","0.0","9102","8802","-123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2322[] = {"32711","WGS 84 / UTM zone 11S","9001","4326","16111","9807","8801","0.0","9102","8802","-117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2323[] = {"32712","WGS 84 / UTM zone 12S","9001","4326","16112","9807","8801","0.0","9102","8802","-111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2324[] = {"32713","WGS 84 / UTM zone 13S","9001","4326","16113","9807","8801","0.0","9102","8802","-105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2325[] = {"32714","WGS 84 / UTM zone 14S","9001","4326","16114","9807","8801","0.0","9102","8802","-99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2326[] = {"32715","WGS 84 / UTM zone 15S","9001","4326","16115","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2327[] = {"32716","WGS 84 / UTM zone 16S","9001","4326","16116","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2328[] = {"32717","WGS 84 / UTM zone 17S","9001","4326","16117","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2329[] = {"32718","WGS 84 / UTM zone 18S","9001","4326","16118","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2330[] = {"32719","WGS 84 / UTM zone 19S","9001","4326","16119","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2331[] = {"32720","WGS 84 / UTM zone 20S","9001","4326","16120","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2332[] = {"32721","WGS 84 / UTM zone 21S","9001","4326","16121","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2333[] = {"32722","WGS 84 / UTM zone 22S","9001","4326","16122","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2334[] = {"32723","WGS 84 / UTM zone 23S","9001","4326","16123","9807","8801","0.0","9102","8802","-45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2335[] = {"32724","WGS 84 / UTM zone 24S","9001","4326","16124","9807","8801","0.0","9102","8802","-39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2336[] = {"32725","WGS 84 / UTM zone 25S","9001","4326","16125","9807","8801","0.0","9102","8802","-33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2337[] = {"32726","WGS 84 / UTM zone 26S","9001","4326","16126","9807","8801","0.0","9102","8802","-27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2338[] = {"32727","WGS 84 / UTM zone 27S","9001","4326","16127","9807","8801","0.0","9102","8802","-21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2339[] = {"32728","WGS 84 / UTM zone 28S","9001","4326","16128","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2340[] = {"32729","WGS 84 / UTM zone 29S","9001","4326","16129","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2341[] = {"32730","WGS 84 / UTM zone 30S","9001","4326","16130","9807","8801","0.0","9102","8802","-3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2342[] = {"32731","WGS 84 / UTM zone 31S","9001","4326","16131","9807","8801","0.0","9102","8802","3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2343[] = {"32732","WGS 84 / UTM zone 32S","9001","4326","16132","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2344[] = {"32733","WGS 84 / UTM zone 33S","9001","4326","16133","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2345[] = {"32734","WGS 84 / UTM zone 34S","9001","4326","16134","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2346[] = {"32735","WGS 84 / UTM zone 35S","9001","4326","16135","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2347[] = {"32736","WGS 84 / UTM zone 36S","9001","4326","16136","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2348[] = {"32737","WGS 84 / UTM zone 37S","9001","4326","16137","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2349[] = {"32738","WGS 84 / UTM zone 38S","9001","4326","16138","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2350[] = {"32739","WGS 84 / UTM zone 39S","9001","4326","16139","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2351[] = {"32740","WGS 84 / UTM zone 40S","9001","4326","16140","9807","8801","0.0","9102","8802","57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2352[] = {"32741","WGS 84 / UTM zone 41S","9001","4326","16141","9807","8801","0.0","9102","8802","63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2353[] = {"32742","WGS 84 / UTM zone 42S","9001","4326","16142","9807","8801","0.0","9102","8802","69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2354[] = {"32743","WGS 84 / UTM zone 43S","9001","4326","16143","9807","8801","0.0","9102","8802","75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2355[] = {"32744","WGS 84 / UTM zone 44S","9001","4326","16144","9807","8801","0.0","9102","8802","81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2356[] = {"32745","WGS 84 / UTM zone 45S","9001","4326","16145","9807","8801","0.0","9102","8802","87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2357[] = {"32746","WGS 84 / UTM zone 46S","9001","4326","16146","9807","8801","0.0","9102","8802","93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2358[] = {"32747","WGS 84 / UTM zone 47S","9001","4326","16147","9807","8801","0.0","9102","8802","99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2359[] = {"32748","WGS 84 / UTM zone 48S","9001","4326","16148","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2360[] = {"32749","WGS 84 / UTM zone 49S","9001","4326","16149","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2361[] = {"32750","WGS 84 / UTM zone 50S","9001","4326","16150","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2362[] = {"32751","WGS 84 / UTM zone 51S","9001","4326","16151","9807","8801","0.0","9102","8802","123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2363[] = {"32752","WGS 84 / UTM zone 52S","9001","4326","16152","9807","8801","0.0","9102","8802","129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2364[] = {"32753","WGS 84 / UTM zone 53S","9001","4326","16153","9807","8801","0.0","9102","8802","135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2365[] = {"32754","WGS 84 / UTM zone 54S","9001","4326","16154","9807","8801","0.0","9102","8802","141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2366[] = {"32755","WGS 84 / UTM zone 55S","9001","4326","16155","9807","8801","0.0","9102","8802","147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2367[] = {"32756","WGS 84 / UTM zone 56S","9001","4326","16156","9807","8801","0.0","9102","8802","153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2368[] = {"32757","WGS 84 / UTM zone 57S","9001","4326","16157","9807","8801","0.0","9102","8802","159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2369[] = {"32758","WGS 84 / UTM zone 58S","9001","4326","16158","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2370[] = {"32759","WGS 84 / UTM zone 59S","9001","4326","16159","9807","8801","0.0","9102","8802","171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2371[] = {"32760","WGS 84 / UTM zone 60S","9001","4326","16160","9807","8801","0.0","9102","8802","177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2372[] = {"32761","WGS 84 / UPS South","9001","4326","16161","9810","8801","-90.0","9102","8802","0.0","9102","8805","0.994","9201","8806","2000000.0","9001","8807","2000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t pcs_row_2373[] = {"32766","WGS 84 / TM 36 SE","9001","4326","16636","9807","8801","0.0","9102","8802","36.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t *pcs_rows[] = {pcs_row_0 ,pcs_row_1 ,pcs_row_2 ,pcs_row_3 ,pcs_row_4 ,pcs_row_5 ,pcs_row_6 ,pcs_row_7 ,pcs_row_8 ,pcs_row_9 ,pcs_row_10 ,pcs_row_11 ,pcs_row_12 ,pcs_row_13 ,pcs_row_14 ,pcs_row_15 ,pcs_row_16 ,pcs_row_17 ,pcs_row_18 ,pcs_row_19 ,pcs_row_20 ,pcs_row_21 ,pcs_row_22 ,pcs_row_23 ,pcs_row_24 ,pcs_row_25 ,pcs_row_26 ,pcs_row_27 ,pcs_row_28 ,pcs_row_29 ,pcs_row_30 ,pcs_row_31 ,pcs_row_32 ,pcs_row_33 ,pcs_row_34 ,pcs_row_35 ,pcs_row_36 ,pcs_row_37 ,pcs_row_38 ,pcs_row_39 ,pcs_row_40 ,pcs_row_41 ,pcs_row_42 ,pcs_row_43 ,pcs_row_44 ,pcs_row_45 ,pcs_row_46 ,pcs_row_47 ,pcs_row_48 ,pcs_row_49 ,pcs_row_50 ,pcs_row_51 ,pcs_row_52 ,pcs_row_53 ,pcs_row_54 ,pcs_row_55 ,pcs_row_56 ,pcs_row_57 ,pcs_row_58 ,pcs_row_59 ,pcs_row_60 ,pcs_row_61 ,pcs_row_62 ,pcs_row_63 ,pcs_row_64 ,pcs_row_65 ,pcs_row_66 ,pcs_row_67 ,pcs_row_68 ,pcs_row_69 ,pcs_row_70 ,pcs_row_71 ,pcs_row_72 ,pcs_row_73 ,pcs_row_74 ,pcs_row_75 ,pcs_row_76 ,pcs_row_77 ,pcs_row_78 ,pcs_row_79 ,pcs_row_80 ,pcs_row_81 ,pcs_row_82 ,pcs_row_83 ,pcs_row_84 ,pcs_row_85 ,pcs_row_86 ,pcs_row_87 ,pcs_row_88 ,pcs_row_89 ,pcs_row_90 ,pcs_row_91 ,pcs_row_92 ,pcs_row_93 ,pcs_row_94 ,pcs_row_95 ,pcs_row_96 ,pcs_row_97 ,pcs_row_98 ,pcs_row_99 ,pcs_row_100 ,pcs_row_101 ,pcs_row_102 ,pcs_row_103 ,pcs_row_104 ,pcs_row_105 ,pcs_row_106 ,pcs_row_107 ,pcs_row_108 ,pcs_row_109 ,pcs_row_110 ,pcs_row_111 ,pcs_row_112 ,pcs_row_113 ,pcs_row_114 ,pcs_row_115 ,pcs_row_116 ,pcs_row_117 ,pcs_row_118 ,pcs_row_119 ,pcs_row_120 ,pcs_row_121 ,pcs_row_122 ,pcs_row_123 ,pcs_row_124 ,pcs_row_125 ,pcs_row_126 ,pcs_row_127 ,pcs_row_128 ,pcs_row_129 ,pcs_row_130 ,pcs_row_131 ,pcs_row_132 ,pcs_row_133 ,pcs_row_134 ,pcs_row_135 ,pcs_row_136 ,pcs_row_137 ,pcs_row_138 ,pcs_row_139 ,pcs_row_140 ,pcs_row_141 ,pcs_row_142 ,pcs_row_143 ,pcs_row_144 ,pcs_row_145 ,pcs_row_146 ,pcs_row_147 ,pcs_row_148 ,pcs_row_149 ,pcs_row_150 ,pcs_row_151 ,pcs_row_152 ,pcs_row_153 ,pcs_row_154 ,pcs_row_155 ,pcs_row_156 ,pcs_row_157 ,pcs_row_158 ,pcs_row_159 ,pcs_row_160 ,pcs_row_161 ,pcs_row_162 ,pcs_row_163 ,pcs_row_164 ,pcs_row_165 ,pcs_row_166 ,pcs_row_167 ,pcs_row_168 ,pcs_row_169 ,pcs_row_170 ,pcs_row_171 ,pcs_row_172 ,pcs_row_173 ,pcs_row_174 ,pcs_row_175 ,pcs_row_176 ,pcs_row_177 ,pcs_row_178 ,pcs_row_179 ,pcs_row_180 ,pcs_row_181 ,pcs_row_182 ,pcs_row_183 ,pcs_row_184 ,pcs_row_185 ,pcs_row_186 ,pcs_row_187 ,pcs_row_188 ,pcs_row_189 ,pcs_row_190 ,pcs_row_191 ,pcs_row_192 ,pcs_row_193 ,pcs_row_194 ,pcs_row_195 ,pcs_row_196 ,pcs_row_197 ,pcs_row_198 ,pcs_row_199 ,pcs_row_200 ,pcs_row_201 ,pcs_row_202 ,pcs_row_203 ,pcs_row_204 ,pcs_row_205 ,pcs_row_206 ,pcs_row_207 ,pcs_row_208 ,pcs_row_209 ,pcs_row_210 ,pcs_row_211 ,pcs_row_212 ,pcs_row_213 ,pcs_row_214 ,pcs_row_215 ,pcs_row_216 ,pcs_row_217 ,pcs_row_218 ,pcs_row_219 ,pcs_row_220 ,pcs_row_221 ,pcs_row_222 ,pcs_row_223 ,pcs_row_224 ,pcs_row_225 ,pcs_row_226 ,pcs_row_227 ,pcs_row_228 ,pcs_row_229 ,pcs_row_230 ,pcs_row_231 ,pcs_row_232 ,pcs_row_233 ,pcs_row_234 ,pcs_row_235 ,pcs_row_236 ,pcs_row_237 ,pcs_row_238 ,pcs_row_239 ,pcs_row_240 ,pcs_row_241 ,pcs_row_242 ,pcs_row_243 ,pcs_row_244 ,pcs_row_245 ,pcs_row_246 ,pcs_row_247 ,pcs_row_248 ,pcs_row_249 ,pcs_row_250 ,pcs_row_251 ,pcs_row_252 ,pcs_row_253 ,pcs_row_254 ,pcs_row_255 ,pcs_row_256 ,pcs_row_257 ,pcs_row_258 ,pcs_row_259 ,pcs_row_260 ,pcs_row_261 ,pcs_row_262 ,pcs_row_263 ,pcs_row_264 ,pcs_row_265 ,pcs_row_266 ,pcs_row_267 ,pcs_row_268 ,pcs_row_269 ,pcs_row_270 ,pcs_row_271 ,pcs_row_272 ,pcs_row_273 ,pcs_row_274 ,pcs_row_275 ,pcs_row_276 ,pcs_row_277 ,pcs_row_278 ,pcs_row_279 ,pcs_row_280 ,pcs_row_281 ,pcs_row_282 ,pcs_row_283 ,pcs_row_284 ,pcs_row_285 ,pcs_row_286 ,pcs_row_287 ,pcs_row_288 ,pcs_row_289 ,pcs_row_290 ,pcs_row_291 ,pcs_row_292 ,pcs_row_293 ,pcs_row_294 ,pcs_row_295 ,pcs_row_296 ,pcs_row_297 ,pcs_row_298 ,pcs_row_299 ,pcs_row_300 ,pcs_row_301 ,pcs_row_302 ,pcs_row_303 ,pcs_row_304 ,pcs_row_305 ,pcs_row_306 ,pcs_row_307 ,pcs_row_308 ,pcs_row_309 ,pcs_row_310 ,pcs_row_311 ,pcs_row_312 ,pcs_row_313 ,pcs_row_314 ,pcs_row_315 ,pcs_row_316 ,pcs_row_317 ,pcs_row_318 ,pcs_row_319 ,pcs_row_320 ,pcs_row_321 ,pcs_row_322 ,pcs_row_323 ,pcs_row_324 ,pcs_row_325 ,pcs_row_326 ,pcs_row_327 ,pcs_row_328 ,pcs_row_329 ,pcs_row_330 ,pcs_row_331 ,pcs_row_332 ,pcs_row_333 ,pcs_row_334 ,pcs_row_335 ,pcs_row_336 ,pcs_row_337 ,pcs_row_338 ,pcs_row_339 ,pcs_row_340 ,pcs_row_341 ,pcs_row_342 ,pcs_row_343 ,pcs_row_344 ,pcs_row_345 ,pcs_row_346 ,pcs_row_347 ,pcs_row_348 ,pcs_row_349 ,pcs_row_350 ,pcs_row_351 ,pcs_row_352 ,pcs_row_353 ,pcs_row_354 ,pcs_row_355 ,pcs_row_356 ,pcs_row_357 ,pcs_row_358 ,pcs_row_359 ,pcs_row_360 ,pcs_row_361 ,pcs_row_362 ,pcs_row_363 ,pcs_row_364 ,pcs_row_365 ,pcs_row_366 ,pcs_row_367 ,pcs_row_368 ,pcs_row_369 ,pcs_row_370 ,pcs_row_371 ,pcs_row_372 ,pcs_row_373 ,pcs_row_374 ,pcs_row_375 ,pcs_row_376 ,pcs_row_377 ,pcs_row_378 ,pcs_row_379 ,pcs_row_380 ,pcs_row_381 ,pcs_row_382 ,pcs_row_383 ,pcs_row_384 ,pcs_row_385 ,pcs_row_386 ,pcs_row_387 ,pcs_row_388 ,pcs_row_389 ,pcs_row_390 ,pcs_row_391 ,pcs_row_392 ,pcs_row_393 ,pcs_row_394 ,pcs_row_395 ,pcs_row_396 ,pcs_row_397 ,pcs_row_398 ,pcs_row_399 ,pcs_row_400 ,pcs_row_401 ,pcs_row_402 ,pcs_row_403 ,pcs_row_404 ,pcs_row_405 ,pcs_row_406 ,pcs_row_407 ,pcs_row_408 ,pcs_row_409 ,pcs_row_410 ,pcs_row_411 ,pcs_row_412 ,pcs_row_413 ,pcs_row_414 ,pcs_row_415 ,pcs_row_416 ,pcs_row_417 ,pcs_row_418 ,pcs_row_419 ,pcs_row_420 ,pcs_row_421 ,pcs_row_422 ,pcs_row_423 ,pcs_row_424 ,pcs_row_425 ,pcs_row_426 ,pcs_row_427 ,pcs_row_428 ,pcs_row_429 ,pcs_row_430 ,pcs_row_431 ,pcs_row_432 ,pcs_row_433 ,pcs_row_434 ,pcs_row_435 ,pcs_row_436 ,pcs_row_437 ,pcs_row_438 ,pcs_row_439 ,pcs_row_440 ,pcs_row_441 ,pcs_row_442 ,pcs_row_443 ,pcs_row_444 ,pcs_row_445 ,pcs_row_446 ,pcs_row_447 ,pcs_row_448 ,pcs_row_449 ,pcs_row_450 ,pcs_row_451 ,pcs_row_452 ,pcs_row_453 ,pcs_row_454 ,pcs_row_455 ,pcs_row_456 ,pcs_row_457 ,pcs_row_458 ,pcs_row_459 ,pcs_row_460 ,pcs_row_461 ,pcs_row_462 ,pcs_row_463 ,pcs_row_464 ,pcs_row_465 ,pcs_row_466 ,pcs_row_467 ,pcs_row_468 ,pcs_row_469 ,pcs_row_470 ,pcs_row_471 ,pcs_row_472 ,pcs_row_473 ,pcs_row_474 ,pcs_row_475 ,pcs_row_476 ,pcs_row_477 ,pcs_row_478 ,pcs_row_479 ,pcs_row_480 ,pcs_row_481 ,pcs_row_482 ,pcs_row_483 ,pcs_row_484 ,pcs_row_485 ,pcs_row_486 ,pcs_row_487 ,pcs_row_488 ,pcs_row_489 ,pcs_row_490 ,pcs_row_491 ,pcs_row_492 ,pcs_row_493 ,pcs_row_494 ,pcs_row_495 ,pcs_row_496 ,pcs_row_497 ,pcs_row_498 ,pcs_row_499 ,pcs_row_500 ,pcs_row_501 ,pcs_row_502 ,pcs_row_503 ,pcs_row_504 ,pcs_row_505 ,pcs_row_506 ,pcs_row_507 ,pcs_row_508 ,pcs_row_509 ,pcs_row_510 ,pcs_row_511 ,pcs_row_512 ,pcs_row_513 ,pcs_row_514 ,pcs_row_515 ,pcs_row_516 ,pcs_row_517 ,pcs_row_518 ,pcs_row_519 ,pcs_row_520 ,pcs_row_521 ,pcs_row_522 ,pcs_row_523 ,pcs_row_524 ,pcs_row_525 ,pcs_row_526 ,pcs_row_527 ,pcs_row_528 ,pcs_row_529 ,pcs_row_530 ,pcs_row_531 ,pcs_row_532 ,pcs_row_533 ,pcs_row_534 ,pcs_row_535 ,pcs_row_536 ,pcs_row_537 ,pcs_row_538 ,pcs_row_539 ,pcs_row_540 ,pcs_row_541 ,pcs_row_542 ,pcs_row_543 ,pcs_row_544 ,pcs_row_545 ,pcs_row_546 ,pcs_row_547 ,pcs_row_548 ,pcs_row_549 ,pcs_row_550 ,pcs_row_551 ,pcs_row_552 ,pcs_row_553 ,pcs_row_554 ,pcs_row_555 ,pcs_row_556 ,pcs_row_557 ,pcs_row_558 ,pcs_row_559 ,pcs_row_560 ,pcs_row_561 ,pcs_row_562 ,pcs_row_563 ,pcs_row_564 ,pcs_row_565 ,pcs_row_566 ,pcs_row_567 ,pcs_row_568 ,pcs_row_569 ,pcs_row_570 ,pcs_row_571 ,pcs_row_572 ,pcs_row_573 ,pcs_row_574 ,pcs_row_575 ,pcs_row_576 ,pcs_row_577 ,pcs_row_578 ,pcs_row_579 ,pcs_row_580 ,pcs_row_581 ,pcs_row_582 ,pcs_row_583 ,pcs_row_584 ,pcs_row_585 ,pcs_row_586 ,pcs_row_587 ,pcs_row_588 ,pcs_row_589 ,pcs_row_590 ,pcs_row_591 ,pcs_row_592 ,pcs_row_593 ,pcs_row_594 ,pcs_row_595 ,pcs_row_596 ,pcs_row_597 ,pcs_row_598 ,pcs_row_599 ,pcs_row_600 ,pcs_row_601 ,pcs_row_602 ,pcs_row_603 ,pcs_row_604 ,pcs_row_605 ,pcs_row_606 ,pcs_row_607 ,pcs_row_608 ,pcs_row_609 ,pcs_row_610 ,pcs_row_611 ,pcs_row_612 ,pcs_row_613 ,pcs_row_614 ,pcs_row_615 ,pcs_row_616 ,pcs_row_617 ,pcs_row_618 ,pcs_row_619 ,pcs_row_620 ,pcs_row_621 ,pcs_row_622 ,pcs_row_623 ,pcs_row_624 ,pcs_row_625 ,pcs_row_626 ,pcs_row_627 ,pcs_row_628 ,pcs_row_629 ,pcs_row_630 ,pcs_row_631 ,pcs_row_632 ,pcs_row_633 ,pcs_row_634 ,pcs_row_635 ,pcs_row_636 ,pcs_row_637 ,pcs_row_638 ,pcs_row_639 ,pcs_row_640 ,pcs_row_641 ,pcs_row_642 ,pcs_row_643 ,pcs_row_644 ,pcs_row_645 ,pcs_row_646 ,pcs_row_647 ,pcs_row_648 ,pcs_row_649 ,pcs_row_650 ,pcs_row_651 ,pcs_row_652 ,pcs_row_653 ,pcs_row_654 ,pcs_row_655 ,pcs_row_656 ,pcs_row_657 ,pcs_row_658 ,pcs_row_659 ,pcs_row_660 ,pcs_row_661 ,pcs_row_662 ,pcs_row_663 ,pcs_row_664 ,pcs_row_665 ,pcs_row_666 ,pcs_row_667 ,pcs_row_668 ,pcs_row_669 ,pcs_row_670 ,pcs_row_671 ,pcs_row_672 ,pcs_row_673 ,pcs_row_674 ,pcs_row_675 ,pcs_row_676 ,pcs_row_677 ,pcs_row_678 ,pcs_row_679 ,pcs_row_680 ,pcs_row_681 ,pcs_row_682 ,pcs_row_683 ,pcs_row_684 ,pcs_row_685 ,pcs_row_686 ,pcs_row_687 ,pcs_row_688 ,pcs_row_689 ,pcs_row_690 ,pcs_row_691 ,pcs_row_692 ,pcs_row_693 ,pcs_row_694 ,pcs_row_695 ,pcs_row_696 ,pcs_row_697 ,pcs_row_698 ,pcs_row_699 ,pcs_row_700 ,pcs_row_701 ,pcs_row_702 ,pcs_row_703 ,pcs_row_704 ,pcs_row_705 ,pcs_row_706 ,pcs_row_707 ,pcs_row_708 ,pcs_row_709 ,pcs_row_710 ,pcs_row_711 ,pcs_row_712 ,pcs_row_713 ,pcs_row_714 ,pcs_row_715 ,pcs_row_716 ,pcs_row_717 ,pcs_row_718 ,pcs_row_719 ,pcs_row_720 ,pcs_row_721 ,pcs_row_722 ,pcs_row_723 ,pcs_row_724 ,pcs_row_725 ,pcs_row_726 ,pcs_row_727 ,pcs_row_728 ,pcs_row_729 ,pcs_row_730 ,pcs_row_731 ,pcs_row_732 ,pcs_row_733 ,pcs_row_734 ,pcs_row_735 ,pcs_row_736 ,pcs_row_737 ,pcs_row_738 ,pcs_row_739 ,pcs_row_740 ,pcs_row_741 ,pcs_row_742 ,pcs_row_743 ,pcs_row_744 ,pcs_row_745 ,pcs_row_746 ,pcs_row_747 ,pcs_row_748 ,pcs_row_749 ,pcs_row_750 ,pcs_row_751 ,pcs_row_752 ,pcs_row_753 ,pcs_row_754 ,pcs_row_755 ,pcs_row_756 ,pcs_row_757 ,pcs_row_758 ,pcs_row_759 ,pcs_row_760 ,pcs_row_761 ,pcs_row_762 ,pcs_row_763 ,pcs_row_764 ,pcs_row_765 ,pcs_row_766 ,pcs_row_767 ,pcs_row_768 ,pcs_row_769 ,pcs_row_770 ,pcs_row_771 ,pcs_row_772 ,pcs_row_773 ,pcs_row_774 ,pcs_row_775 ,pcs_row_776 ,pcs_row_777 ,pcs_row_778 ,pcs_row_779 ,pcs_row_780 ,pcs_row_781 ,pcs_row_782 ,pcs_row_783 ,pcs_row_784 ,pcs_row_785 ,pcs_row_786 ,pcs_row_787 ,pcs_row_788 ,pcs_row_789 ,pcs_row_790 ,pcs_row_791 ,pcs_row_792 ,pcs_row_793 ,pcs_row_794 ,pcs_row_795 ,pcs_row_796 ,pcs_row_797 ,pcs_row_798 ,pcs_row_799 ,pcs_row_800 ,pcs_row_801 ,pcs_row_802 ,pcs_row_803 ,pcs_row_804 ,pcs_row_805 ,pcs_row_806 ,pcs_row_807 ,pcs_row_808 ,pcs_row_809 ,pcs_row_810 ,pcs_row_811 ,pcs_row_812 ,pcs_row_813 ,pcs_row_814 ,pcs_row_815 ,pcs_row_816 ,pcs_row_817 ,pcs_row_818 ,pcs_row_819 ,pcs_row_820 ,pcs_row_821 ,pcs_row_822 ,pcs_row_823 ,pcs_row_824 ,pcs_row_825 ,pcs_row_826 ,pcs_row_827 ,pcs_row_828 ,pcs_row_829 ,pcs_row_830 ,pcs_row_831 ,pcs_row_832 ,pcs_row_833 ,pcs_row_834 ,pcs_row_835 ,pcs_row_836 ,pcs_row_837 ,pcs_row_838 ,pcs_row_839 ,pcs_row_840 ,pcs_row_841 ,pcs_row_842 ,pcs_row_843 ,pcs_row_844 ,pcs_row_845 ,pcs_row_846 ,pcs_row_847 ,pcs_row_848 ,pcs_row_849 ,pcs_row_850 ,pcs_row_851 ,pcs_row_852 ,pcs_row_853 ,pcs_row_854 ,pcs_row_855 ,pcs_row_856 ,pcs_row_857 ,pcs_row_858 ,pcs_row_859 ,pcs_row_860 ,pcs_row_861 ,pcs_row_862 ,pcs_row_863 ,pcs_row_864 ,pcs_row_865 ,pcs_row_866 ,pcs_row_867 ,pcs_row_868 ,pcs_row_869 ,pcs_row_870 ,pcs_row_871 ,pcs_row_872 ,pcs_row_873 ,pcs_row_874 ,pcs_row_875 ,pcs_row_876 ,pcs_row_877 ,pcs_row_878 ,pcs_row_879 ,pcs_row_880 ,pcs_row_881 ,pcs_row_882 ,pcs_row_883 ,pcs_row_884 ,pcs_row_885 ,pcs_row_886 ,pcs_row_887 ,pcs_row_888 ,pcs_row_889 ,pcs_row_890 ,pcs_row_891 ,pcs_row_892 ,pcs_row_893 ,pcs_row_894 ,pcs_row_895 ,pcs_row_896 ,pcs_row_897 ,pcs_row_898 ,pcs_row_899 ,pcs_row_900 ,pcs_row_901 ,pcs_row_902 ,pcs_row_903 ,pcs_row_904 ,pcs_row_905 ,pcs_row_906 ,pcs_row_907 ,pcs_row_908 ,pcs_row_909 ,pcs_row_910 ,pcs_row_911 ,pcs_row_912 ,pcs_row_913 ,pcs_row_914 ,pcs_row_915 ,pcs_row_916 ,pcs_row_917 ,pcs_row_918 ,pcs_row_919 ,pcs_row_920 ,pcs_row_921 ,pcs_row_922 ,pcs_row_923 ,pcs_row_924 ,pcs_row_925 ,pcs_row_926 ,pcs_row_927 ,pcs_row_928 ,pcs_row_929 ,pcs_row_930 ,pcs_row_931 ,pcs_row_932 ,pcs_row_933 ,pcs_row_934 ,pcs_row_935 ,pcs_row_936 ,pcs_row_937 ,pcs_row_938 ,pcs_row_939 ,pcs_row_940 ,pcs_row_941 ,pcs_row_942 ,pcs_row_943 ,pcs_row_944 ,pcs_row_945 ,pcs_row_946 ,pcs_row_947 ,pcs_row_948 ,pcs_row_949 ,pcs_row_950 ,pcs_row_951 ,pcs_row_952 ,pcs_row_953 ,pcs_row_954 ,pcs_row_955 ,pcs_row_956 ,pcs_row_957 ,pcs_row_958 ,pcs_row_959 ,pcs_row_960 ,pcs_row_961 ,pcs_row_962 ,pcs_row_963 ,pcs_row_964 ,pcs_row_965 ,pcs_row_966 ,pcs_row_967 ,pcs_row_968 ,pcs_row_969 ,pcs_row_970 ,pcs_row_971 ,pcs_row_972 ,pcs_row_973 ,pcs_row_974 ,pcs_row_975 ,pcs_row_976 ,pcs_row_977 ,pcs_row_978 ,pcs_row_979 ,pcs_row_980 ,pcs_row_981 ,pcs_row_982 ,pcs_row_983 ,pcs_row_984 ,pcs_row_985 ,pcs_row_986 ,pcs_row_987 ,pcs_row_988 ,pcs_row_989 ,pcs_row_990 ,pcs_row_991 ,pcs_row_992 ,pcs_row_993 ,pcs_row_994 ,pcs_row_995 ,pcs_row_996 ,pcs_row_997 ,pcs_row_998 ,pcs_row_999 ,pcs_row_1000 ,pcs_row_1001 ,pcs_row_1002 ,pcs_row_1003 ,pcs_row_1004 ,pcs_row_1005 ,pcs_row_1006 ,pcs_row_1007 ,pcs_row_1008 ,pcs_row_1009 ,pcs_row_1010 ,pcs_row_1011 ,pcs_row_1012 ,pcs_row_1013 ,pcs_row_1014 ,pcs_row_1015 ,pcs_row_1016 ,pcs_row_1017 ,pcs_row_1018 ,pcs_row_1019 ,pcs_row_1020 ,pcs_row_1021 ,pcs_row_1022 ,pcs_row_1023 ,pcs_row_1024 ,pcs_row_1025 ,pcs_row_1026 ,pcs_row_1027 ,pcs_row_1028 ,pcs_row_1029 ,pcs_row_1030 ,pcs_row_1031 ,pcs_row_1032 ,pcs_row_1033 ,pcs_row_1034 ,pcs_row_1035 ,pcs_row_1036 ,pcs_row_1037 ,pcs_row_1038 ,pcs_row_1039 ,pcs_row_1040 ,pcs_row_1041 ,pcs_row_1042 ,pcs_row_1043 ,pcs_row_1044 ,pcs_row_1045 ,pcs_row_1046 ,pcs_row_1047 ,pcs_row_1048 ,pcs_row_1049 ,pcs_row_1050 ,pcs_row_1051 ,pcs_row_1052 ,pcs_row_1053 ,pcs_row_1054 ,pcs_row_1055 ,pcs_row_1056 ,pcs_row_1057 ,pcs_row_1058 ,pcs_row_1059 ,pcs_row_1060 ,pcs_row_1061 ,pcs_row_1062 ,pcs_row_1063 ,pcs_row_1064 ,pcs_row_1065 ,pcs_row_1066 ,pcs_row_1067 ,pcs_row_1068 ,pcs_row_1069 ,pcs_row_1070 ,pcs_row_1071 ,pcs_row_1072 ,pcs_row_1073 ,pcs_row_1074 ,pcs_row_1075 ,pcs_row_1076 ,pcs_row_1077 ,pcs_row_1078 ,pcs_row_1079 ,pcs_row_1080 ,pcs_row_1081 ,pcs_row_1082 ,pcs_row_1083 ,pcs_row_1084 ,pcs_row_1085 ,pcs_row_1086 ,pcs_row_1087 ,pcs_row_1088 ,pcs_row_1089 ,pcs_row_1090 ,pcs_row_1091 ,pcs_row_1092 ,pcs_row_1093 ,pcs_row_1094 ,pcs_row_1095 ,pcs_row_1096 ,pcs_row_1097 ,pcs_row_1098 ,pcs_row_1099 ,pcs_row_1100 ,pcs_row_1101 ,pcs_row_1102 ,pcs_row_1103 ,pcs_row_1104 ,pcs_row_1105 ,pcs_row_1106 ,pcs_row_1107 ,pcs_row_1108 ,pcs_row_1109 ,pcs_row_1110 ,pcs_row_1111 ,pcs_row_1112 ,pcs_row_1113 ,pcs_row_1114 ,pcs_row_1115 ,pcs_row_1116 ,pcs_row_1117 ,pcs_row_1118 ,pcs_row_1119 ,pcs_row_1120 ,pcs_row_1121 ,pcs_row_1122 ,pcs_row_1123 ,pcs_row_1124 ,pcs_row_1125 ,pcs_row_1126 ,pcs_row_1127 ,pcs_row_1128 ,pcs_row_1129 ,pcs_row_1130 ,pcs_row_1131 ,pcs_row_1132 ,pcs_row_1133 ,pcs_row_1134 ,pcs_row_1135 ,pcs_row_1136 ,pcs_row_1137 ,pcs_row_1138 ,pcs_row_1139 ,pcs_row_1140 ,pcs_row_1141 ,pcs_row_1142 ,pcs_row_1143 ,pcs_row_1144 ,pcs_row_1145 ,pcs_row_1146 ,pcs_row_1147 ,pcs_row_1148 ,pcs_row_1149 ,pcs_row_1150 ,pcs_row_1151 ,pcs_row_1152 ,pcs_row_1153 ,pcs_row_1154 ,pcs_row_1155 ,pcs_row_1156 ,pcs_row_1157 ,pcs_row_1158 ,pcs_row_1159 ,pcs_row_1160 ,pcs_row_1161 ,pcs_row_1162 ,pcs_row_1163 ,pcs_row_1164 ,pcs_row_1165 ,pcs_row_1166 ,pcs_row_1167 ,pcs_row_1168 ,pcs_row_1169 ,pcs_row_1170 ,pcs_row_1171 ,pcs_row_1172 ,pcs_row_1173 ,pcs_row_1174 ,pcs_row_1175 ,pcs_row_1176 ,pcs_row_1177 ,pcs_row_1178 ,pcs_row_1179 ,pcs_row_1180 ,pcs_row_1181 ,pcs_row_1182 ,pcs_row_1183 ,pcs_row_1184 ,pcs_row_1185 ,pcs_row_1186 ,pcs_row_1187 ,pcs_row_1188 ,pcs_row_1189 ,pcs_row_1190 ,pcs_row_1191 ,pcs_row_1192 ,pcs_row_1193 ,pcs_row_1194 ,pcs_row_1195 ,pcs_row_1196 ,pcs_row_1197 ,pcs_row_1198 ,pcs_row_1199 ,pcs_row_1200 ,pcs_row_1201 ,pcs_row_1202 ,pcs_row_1203 ,pcs_row_1204 ,pcs_row_1205 ,pcs_row_1206 ,pcs_row_1207 ,pcs_row_1208 ,pcs_row_1209 ,pcs_row_1210 ,pcs_row_1211 ,pcs_row_1212 ,pcs_row_1213 ,pcs_row_1214 ,pcs_row_1215 ,pcs_row_1216 ,pcs_row_1217 ,pcs_row_1218 ,pcs_row_1219 ,pcs_row_1220 ,pcs_row_1221 ,pcs_row_1222 ,pcs_row_1223 ,pcs_row_1224 ,pcs_row_1225 ,pcs_row_1226 ,pcs_row_1227 ,pcs_row_1228 ,pcs_row_1229 ,pcs_row_1230 ,pcs_row_1231 ,pcs_row_1232 ,pcs_row_1233 ,pcs_row_1234 ,pcs_row_1235 ,pcs_row_1236 ,pcs_row_1237 ,pcs_row_1238 ,pcs_row_1239 ,pcs_row_1240 ,pcs_row_1241 ,pcs_row_1242 ,pcs_row_1243 ,pcs_row_1244 ,pcs_row_1245 ,pcs_row_1246 ,pcs_row_1247 ,pcs_row_1248 ,pcs_row_1249 ,pcs_row_1250 ,pcs_row_1251 ,pcs_row_1252 ,pcs_row_1253 ,pcs_row_1254 ,pcs_row_1255 ,pcs_row_1256 ,pcs_row_1257 ,pcs_row_1258 ,pcs_row_1259 ,pcs_row_1260 ,pcs_row_1261 ,pcs_row_1262 ,pcs_row_1263 ,pcs_row_1264 ,pcs_row_1265 ,pcs_row_1266 ,pcs_row_1267 ,pcs_row_1268 ,pcs_row_1269 ,pcs_row_1270 ,pcs_row_1271 ,pcs_row_1272 ,pcs_row_1273 ,pcs_row_1274 ,pcs_row_1275 ,pcs_row_1276 ,pcs_row_1277 ,pcs_row_1278 ,pcs_row_1279 ,pcs_row_1280 ,pcs_row_1281 ,pcs_row_1282 ,pcs_row_1283 ,pcs_row_1284 ,pcs_row_1285 ,pcs_row_1286 ,pcs_row_1287 ,pcs_row_1288 ,pcs_row_1289 ,pcs_row_1290 ,pcs_row_1291 ,pcs_row_1292 ,pcs_row_1293 ,pcs_row_1294 ,pcs_row_1295 ,pcs_row_1296 ,pcs_row_1297 ,pcs_row_1298 ,pcs_row_1299 ,pcs_row_1300 ,pcs_row_1301 ,pcs_row_1302 ,pcs_row_1303 ,pcs_row_1304 ,pcs_row_1305 ,pcs_row_1306 ,pcs_row_1307 ,pcs_row_1308 ,pcs_row_1309 ,pcs_row_1310 ,pcs_row_1311 ,pcs_row_1312 ,pcs_row_1313 ,pcs_row_1314 ,pcs_row_1315 ,pcs_row_1316 ,pcs_row_1317 ,pcs_row_1318 ,pcs_row_1319 ,pcs_row_1320 ,pcs_row_1321 ,pcs_row_1322 ,pcs_row_1323 ,pcs_row_1324 ,pcs_row_1325 ,pcs_row_1326 ,pcs_row_1327 ,pcs_row_1328 ,pcs_row_1329 ,pcs_row_1330 ,pcs_row_1331 ,pcs_row_1332 ,pcs_row_1333 ,pcs_row_1334 ,pcs_row_1335 ,pcs_row_1336 ,pcs_row_1337 ,pcs_row_1338 ,pcs_row_1339 ,pcs_row_1340 ,pcs_row_1341 ,pcs_row_1342 ,pcs_row_1343 ,pcs_row_1344 ,pcs_row_1345 ,pcs_row_1346 ,pcs_row_1347 ,pcs_row_1348 ,pcs_row_1349 ,pcs_row_1350 ,pcs_row_1351 ,pcs_row_1352 ,pcs_row_1353 ,pcs_row_1354 ,pcs_row_1355 ,pcs_row_1356 ,pcs_row_1357 ,pcs_row_1358 ,pcs_row_1359 ,pcs_row_1360 ,pcs_row_1361 ,pcs_row_1362 ,pcs_row_1363 ,pcs_row_1364 ,pcs_row_1365 ,pcs_row_1366 ,pcs_row_1367 ,pcs_row_1368 ,pcs_row_1369 ,pcs_row_1370 ,pcs_row_1371 ,pcs_row_1372 ,pcs_row_1373 ,pcs_row_1374 ,pcs_row_1375 ,pcs_row_1376 ,pcs_row_1377 ,pcs_row_1378 ,pcs_row_1379 ,pcs_row_1380 ,pcs_row_1381 ,pcs_row_1382 ,pcs_row_1383 ,pcs_row_1384 ,pcs_row_1385 ,pcs_row_1386 ,pcs_row_1387 ,pcs_row_1388 ,pcs_row_1389 ,pcs_row_1390 ,pcs_row_1391 ,pcs_row_1392 ,pcs_row_1393 ,pcs_row_1394 ,pcs_row_1395 ,pcs_row_1396 ,pcs_row_1397 ,pcs_row_1398 ,pcs_row_1399 ,pcs_row_1400 ,pcs_row_1401 ,pcs_row_1402 ,pcs_row_1403 ,pcs_row_1404 ,pcs_row_1405 ,pcs_row_1406 ,pcs_row_1407 ,pcs_row_1408 ,pcs_row_1409 ,pcs_row_1410 ,pcs_row_1411 ,pcs_row_1412 ,pcs_row_1413 ,pcs_row_1414 ,pcs_row_1415 ,pcs_row_1416 ,pcs_row_1417 ,pcs_row_1418 ,pcs_row_1419 ,pcs_row_1420 ,pcs_row_1421 ,pcs_row_1422 ,pcs_row_1423 ,pcs_row_1424 ,pcs_row_1425 ,pcs_row_1426 ,pcs_row_1427 ,pcs_row_1428 ,pcs_row_1429 ,pcs_row_1430 ,pcs_row_1431 ,pcs_row_1432 ,pcs_row_1433 ,pcs_row_1434 ,pcs_row_1435 ,pcs_row_1436 ,pcs_row_1437 ,pcs_row_1438 ,pcs_row_1439 ,pcs_row_1440 ,pcs_row_1441 ,pcs_row_1442 ,pcs_row_1443 ,pcs_row_1444 ,pcs_row_1445 ,pcs_row_1446 ,pcs_row_1447 ,pcs_row_1448 ,pcs_row_1449 ,pcs_row_1450 ,pcs_row_1451 ,pcs_row_1452 ,pcs_row_1453 ,pcs_row_1454 ,pcs_row_1455 ,pcs_row_1456 ,pcs_row_1457 ,pcs_row_1458 ,pcs_row_1459 ,pcs_row_1460 ,pcs_row_1461 ,pcs_row_1462 ,pcs_row_1463 ,pcs_row_1464 ,pcs_row_1465 ,pcs_row_1466 ,pcs_row_1467 ,pcs_row_1468 ,pcs_row_1469 ,pcs_row_1470 ,pcs_row_1471 ,pcs_row_1472 ,pcs_row_1473 ,pcs_row_1474 ,pcs_row_1475 ,pcs_row_1476 ,pcs_row_1477 ,pcs_row_1478 ,pcs_row_1479 ,pcs_row_1480 ,pcs_row_1481 ,pcs_row_1482 ,pcs_row_1483 ,pcs_row_1484 ,pcs_row_1485 ,pcs_row_1486 ,pcs_row_1487 ,pcs_row_1488 ,pcs_row_1489 ,pcs_row_1490 ,pcs_row_1491 ,pcs_row_1492 ,pcs_row_1493 ,pcs_row_1494 ,pcs_row_1495 ,pcs_row_1496 ,pcs_row_1497 ,pcs_row_1498 ,pcs_row_1499 ,pcs_row_1500 ,pcs_row_1501 ,pcs_row_1502 ,pcs_row_1503 ,pcs_row_1504 ,pcs_row_1505 ,pcs_row_1506 ,pcs_row_1507 ,pcs_row_1508 ,pcs_row_1509 ,pcs_row_1510 ,pcs_row_1511 ,pcs_row_1512 ,pcs_row_1513 ,pcs_row_1514 ,pcs_row_1515 ,pcs_row_1516 ,pcs_row_1517 ,pcs_row_1518 ,pcs_row_1519 ,pcs_row_1520 ,pcs_row_1521 ,pcs_row_1522 ,pcs_row_1523 ,pcs_row_1524 ,pcs_row_1525 ,pcs_row_1526 ,pcs_row_1527 ,pcs_row_1528 ,pcs_row_1529 ,pcs_row_1530 ,pcs_row_1531 ,pcs_row_1532 ,pcs_row_1533 ,pcs_row_1534 ,pcs_row_1535 ,pcs_row_1536 ,pcs_row_1537 ,pcs_row_1538 ,pcs_row_1539 ,pcs_row_1540 ,pcs_row_1541 ,pcs_row_1542 ,pcs_row_1543 ,pcs_row_1544 ,pcs_row_1545 ,pcs_row_1546 ,pcs_row_1547 ,pcs_row_1548 ,pcs_row_1549 ,pcs_row_1550 ,pcs_row_1551 ,pcs_row_1552 ,pcs_row_1553 ,pcs_row_1554 ,pcs_row_1555 ,pcs_row_1556 ,pcs_row_1557 ,pcs_row_1558 ,pcs_row_1559 ,pcs_row_1560 ,pcs_row_1561 ,pcs_row_1562 ,pcs_row_1563 ,pcs_row_1564 ,pcs_row_1565 ,pcs_row_1566 ,pcs_row_1567 ,pcs_row_1568 ,pcs_row_1569 ,pcs_row_1570 ,pcs_row_1571 ,pcs_row_1572 ,pcs_row_1573 ,pcs_row_1574 ,pcs_row_1575 ,pcs_row_1576 ,pcs_row_1577 ,pcs_row_1578 ,pcs_row_1579 ,pcs_row_1580 ,pcs_row_1581 ,pcs_row_1582 ,pcs_row_1583 ,pcs_row_1584 ,pcs_row_1585 ,pcs_row_1586 ,pcs_row_1587 ,pcs_row_1588 ,pcs_row_1589 ,pcs_row_1590 ,pcs_row_1591 ,pcs_row_1592 ,pcs_row_1593 ,pcs_row_1594 ,pcs_row_1595 ,pcs_row_1596 ,pcs_row_1597 ,pcs_row_1598 ,pcs_row_1599 ,pcs_row_1600 ,pcs_row_1601 ,pcs_row_1602 ,pcs_row_1603 ,pcs_row_1604 ,pcs_row_1605 ,pcs_row_1606 ,pcs_row_1607 ,pcs_row_1608 ,pcs_row_1609 ,pcs_row_1610 ,pcs_row_1611 ,pcs_row_1612 ,pcs_row_1613 ,pcs_row_1614 ,pcs_row_1615 ,pcs_row_1616 ,pcs_row_1617 ,pcs_row_1618 ,pcs_row_1619 ,pcs_row_1620 ,pcs_row_1621 ,pcs_row_1622 ,pcs_row_1623 ,pcs_row_1624 ,pcs_row_1625 ,pcs_row_1626 ,pcs_row_1627 ,pcs_row_1628 ,pcs_row_1629 ,pcs_row_1630 ,pcs_row_1631 ,pcs_row_1632 ,pcs_row_1633 ,pcs_row_1634 ,pcs_row_1635 ,pcs_row_1636 ,pcs_row_1637 ,pcs_row_1638 ,pcs_row_1639 ,pcs_row_1640 ,pcs_row_1641 ,pcs_row_1642 ,pcs_row_1643 ,pcs_row_1644 ,pcs_row_1645 ,pcs_row_1646 ,pcs_row_1647 ,pcs_row_1648 ,pcs_row_1649 ,pcs_row_1650 ,pcs_row_1651 ,pcs_row_1652 ,pcs_row_1653 ,pcs_row_1654 ,pcs_row_1655 ,pcs_row_1656 ,pcs_row_1657 ,pcs_row_1658 ,pcs_row_1659 ,pcs_row_1660 ,pcs_row_1661 ,pcs_row_1662 ,pcs_row_1663 ,pcs_row_1664 ,pcs_row_1665 ,pcs_row_1666 ,pcs_row_1667 ,pcs_row_1668 ,pcs_row_1669 ,pcs_row_1670 ,pcs_row_1671 ,pcs_row_1672 ,pcs_row_1673 ,pcs_row_1674 ,pcs_row_1675 ,pcs_row_1676 ,pcs_row_1677 ,pcs_row_1678 ,pcs_row_1679 ,pcs_row_1680 ,pcs_row_1681 ,pcs_row_1682 ,pcs_row_1683 ,pcs_row_1684 ,pcs_row_1685 ,pcs_row_1686 ,pcs_row_1687 ,pcs_row_1688 ,pcs_row_1689 ,pcs_row_1690 ,pcs_row_1691 ,pcs_row_1692 ,pcs_row_1693 ,pcs_row_1694 ,pcs_row_1695 ,pcs_row_1696 ,pcs_row_1697 ,pcs_row_1698 ,pcs_row_1699 ,pcs_row_1700 ,pcs_row_1701 ,pcs_row_1702 ,pcs_row_1703 ,pcs_row_1704 ,pcs_row_1705 ,pcs_row_1706 ,pcs_row_1707 ,pcs_row_1708 ,pcs_row_1709 ,pcs_row_1710 ,pcs_row_1711 ,pcs_row_1712 ,pcs_row_1713 ,pcs_row_1714 ,pcs_row_1715 ,pcs_row_1716 ,pcs_row_1717 ,pcs_row_1718 ,pcs_row_1719 ,pcs_row_1720 ,pcs_row_1721 ,pcs_row_1722 ,pcs_row_1723 ,pcs_row_1724 ,pcs_row_1725 ,pcs_row_1726 ,pcs_row_1727 ,pcs_row_1728 ,pcs_row_1729 ,pcs_row_1730 ,pcs_row_1731 ,pcs_row_1732 ,pcs_row_1733 ,pcs_row_1734 ,pcs_row_1735 ,pcs_row_1736 ,pcs_row_1737 ,pcs_row_1738 ,pcs_row_1739 ,pcs_row_1740 ,pcs_row_1741 ,pcs_row_1742 ,pcs_row_1743 ,pcs_row_1744 ,pcs_row_1745 ,pcs_row_1746 ,pcs_row_1747 ,pcs_row_1748 ,pcs_row_1749 ,pcs_row_1750 ,pcs_row_1751 ,pcs_row_1752 ,pcs_row_1753 ,pcs_row_1754 ,pcs_row_1755 ,pcs_row_1756 ,pcs_row_1757 ,pcs_row_1758 ,pcs_row_1759 ,pcs_row_1760 ,pcs_row_1761 ,pcs_row_1762 ,pcs_row_1763 ,pcs_row_1764 ,pcs_row_1765 ,pcs_row_1766 ,pcs_row_1767 ,pcs_row_1768 ,pcs_row_1769 ,pcs_row_1770 ,pcs_row_1771 ,pcs_row_1772 ,pcs_row_1773 ,pcs_row_1774 ,pcs_row_1775 ,pcs_row_1776 ,pcs_row_1777 ,pcs_row_1778 ,pcs_row_1779 ,pcs_row_1780 ,pcs_row_1781 ,pcs_row_1782 ,pcs_row_1783 ,pcs_row_1784 ,pcs_row_1785 ,pcs_row_1786 ,pcs_row_1787 ,pcs_row_1788 ,pcs_row_1789 ,pcs_row_1790 ,pcs_row_1791 ,pcs_row_1792 ,pcs_row_1793 ,pcs_row_1794 ,pcs_row_1795 ,pcs_row_1796 ,pcs_row_1797 ,pcs_row_1798 ,pcs_row_1799 ,pcs_row_1800 ,pcs_row_1801 ,pcs_row_1802 ,pcs_row_1803 ,pcs_row_1804 ,pcs_row_1805 ,pcs_row_1806 ,pcs_row_1807 ,pcs_row_1808 ,pcs_row_1809 ,pcs_row_1810 ,pcs_row_1811 ,pcs_row_1812 ,pcs_row_1813 ,pcs_row_1814 ,pcs_row_1815 ,pcs_row_1816 ,pcs_row_1817 ,pcs_row_1818 ,pcs_row_1819 ,pcs_row_1820 ,pcs_row_1821 ,pcs_row_1822 ,pcs_row_1823 ,pcs_row_1824 ,pcs_row_1825 ,pcs_row_1826 ,pcs_row_1827 ,pcs_row_1828 ,pcs_row_1829 ,pcs_row_1830 ,pcs_row_1831 ,pcs_row_1832 ,pcs_row_1833 ,pcs_row_1834 ,pcs_row_1835 ,pcs_row_1836 ,pcs_row_1837 ,pcs_row_1838 ,pcs_row_1839 ,pcs_row_1840 ,pcs_row_1841 ,pcs_row_1842 ,pcs_row_1843 ,pcs_row_1844 ,pcs_row_1845 ,pcs_row_1846 ,pcs_row_1847 ,pcs_row_1848 ,pcs_row_1849 ,pcs_row_1850 ,pcs_row_1851 ,pcs_row_1852 ,pcs_row_1853 ,pcs_row_1854 ,pcs_row_1855 ,pcs_row_1856 ,pcs_row_1857 ,pcs_row_1858 ,pcs_row_1859 ,pcs_row_1860 ,pcs_row_1861 ,pcs_row_1862 ,pcs_row_1863 ,pcs_row_1864 ,pcs_row_1865 ,pcs_row_1866 ,pcs_row_1867 ,pcs_row_1868 ,pcs_row_1869 ,pcs_row_1870 ,pcs_row_1871 ,pcs_row_1872 ,pcs_row_1873 ,pcs_row_1874 ,pcs_row_1875 ,pcs_row_1876 ,pcs_row_1877 ,pcs_row_1878 ,pcs_row_1879 ,pcs_row_1880 ,pcs_row_1881 ,pcs_row_1882 ,pcs_row_1883 ,pcs_row_1884 ,pcs_row_1885 ,pcs_row_1886 ,pcs_row_1887 ,pcs_row_1888 ,pcs_row_1889 ,pcs_row_1890 ,pcs_row_1891 ,pcs_row_1892 ,pcs_row_1893 ,pcs_row_1894 ,pcs_row_1895 ,pcs_row_1896 ,pcs_row_1897 ,pcs_row_1898 ,pcs_row_1899 ,pcs_row_1900 ,pcs_row_1901 ,pcs_row_1902 ,pcs_row_1903 ,pcs_row_1904 ,pcs_row_1905 ,pcs_row_1906 ,pcs_row_1907 ,pcs_row_1908 ,pcs_row_1909 ,pcs_row_1910 ,pcs_row_1911 ,pcs_row_1912 ,pcs_row_1913 ,pcs_row_1914 ,pcs_row_1915 ,pcs_row_1916 ,pcs_row_1917 ,pcs_row_1918 ,pcs_row_1919 ,pcs_row_1920 ,pcs_row_1921 ,pcs_row_1922 ,pcs_row_1923 ,pcs_row_1924 ,pcs_row_1925 ,pcs_row_1926 ,pcs_row_1927 ,pcs_row_1928 ,pcs_row_1929 ,pcs_row_1930 ,pcs_row_1931 ,pcs_row_1932 ,pcs_row_1933 ,pcs_row_1934 ,pcs_row_1935 ,pcs_row_1936 ,pcs_row_1937 ,pcs_row_1938 ,pcs_row_1939 ,pcs_row_1940 ,pcs_row_1941 ,pcs_row_1942 ,pcs_row_1943 ,pcs_row_1944 ,pcs_row_1945 ,pcs_row_1946 ,pcs_row_1947 ,pcs_row_1948 ,pcs_row_1949 ,pcs_row_1950 ,pcs_row_1951 ,pcs_row_1952 ,pcs_row_1953 ,pcs_row_1954 ,pcs_row_1955 ,pcs_row_1956 ,pcs_row_1957 ,pcs_row_1958 ,pcs_row_1959 ,pcs_row_1960 ,pcs_row_1961 ,pcs_row_1962 ,pcs_row_1963 ,pcs_row_1964 ,pcs_row_1965 ,pcs_row_1966 ,pcs_row_1967 ,pcs_row_1968 ,pcs_row_1969 ,pcs_row_1970 ,pcs_row_1971 ,pcs_row_1972 ,pcs_row_1973 ,pcs_row_1974 ,pcs_row_1975 ,pcs_row_1976 ,pcs_row_1977 ,pcs_row_1978 ,pcs_row_1979 ,pcs_row_1980 ,pcs_row_1981 ,pcs_row_1982 ,pcs_row_1983 ,pcs_row_1984 ,pcs_row_1985 ,pcs_row_1986 ,pcs_row_1987 ,pcs_row_1988 ,pcs_row_1989 ,pcs_row_1990 ,pcs_row_1991 ,pcs_row_1992 ,pcs_row_1993 ,pcs_row_1994 ,pcs_row_1995 ,pcs_row_1996 ,pcs_row_1997 ,pcs_row_1998 ,pcs_row_1999 ,pcs_row_2000 ,pcs_row_2001 ,pcs_row_2002 ,pcs_row_2003 ,pcs_row_2004 ,pcs_row_2005 ,pcs_row_2006 ,pcs_row_2007 ,pcs_row_2008 ,pcs_row_2009 ,pcs_row_2010 ,pcs_row_2011 ,pcs_row_2012 ,pcs_row_2013 ,pcs_row_2014 ,pcs_row_2015 ,pcs_row_2016 ,pcs_row_2017 ,pcs_row_2018 ,pcs_row_2019 ,pcs_row_2020 ,pcs_row_2021 ,pcs_row_2022 ,pcs_row_2023 ,pcs_row_2024 ,pcs_row_2025 ,pcs_row_2026 ,pcs_row_2027 ,pcs_row_2028 ,pcs_row_2029 ,pcs_row_2030 ,pcs_row_2031 ,pcs_row_2032 ,pcs_row_2033 ,pcs_row_2034 ,pcs_row_2035 ,pcs_row_2036 ,pcs_row_2037 ,pcs_row_2038 ,pcs_row_2039 ,pcs_row_2040 ,pcs_row_2041 ,pcs_row_2042 ,pcs_row_2043 ,pcs_row_2044 ,pcs_row_2045 ,pcs_row_2046 ,pcs_row_2047 ,pcs_row_2048 ,pcs_row_2049 ,pcs_row_2050 ,pcs_row_2051 ,pcs_row_2052 ,pcs_row_2053 ,pcs_row_2054 ,pcs_row_2055 ,pcs_row_2056 ,pcs_row_2057 ,pcs_row_2058 ,pcs_row_2059 ,pcs_row_2060 ,pcs_row_2061 ,pcs_row_2062 ,pcs_row_2063 ,pcs_row_2064 ,pcs_row_2065 ,pcs_row_2066 ,pcs_row_2067 ,pcs_row_2068 ,pcs_row_2069 ,pcs_row_2070 ,pcs_row_2071 ,pcs_row_2072 ,pcs_row_2073 ,pcs_row_2074 ,pcs_row_2075 ,pcs_row_2076 ,pcs_row_2077 ,pcs_row_2078 ,pcs_row_2079 ,pcs_row_2080 ,pcs_row_2081 ,pcs_row_2082 ,pcs_row_2083 ,pcs_row_2084 ,pcs_row_2085 ,pcs_row_2086 ,pcs_row_2087 ,pcs_row_2088 ,pcs_row_2089 ,pcs_row_2090 ,pcs_row_2091 ,pcs_row_2092 ,pcs_row_2093 ,pcs_row_2094 ,pcs_row_2095 ,pcs_row_2096 ,pcs_row_2097 ,pcs_row_2098 ,pcs_row_2099 ,pcs_row_2100 ,pcs_row_2101 ,pcs_row_2102 ,pcs_row_2103 ,pcs_row_2104 ,pcs_row_2105 ,pcs_row_2106 ,pcs_row_2107 ,pcs_row_2108 ,pcs_row_2109 ,pcs_row_2110 ,pcs_row_2111 ,pcs_row_2112 ,pcs_row_2113 ,pcs_row_2114 ,pcs_row_2115 ,pcs_row_2116 ,pcs_row_2117 ,pcs_row_2118 ,pcs_row_2119 ,pcs_row_2120 ,pcs_row_2121 ,pcs_row_2122 ,pcs_row_2123 ,pcs_row_2124 ,pcs_row_2125 ,pcs_row_2126 ,pcs_row_2127 ,pcs_row_2128 ,pcs_row_2129 ,pcs_row_2130 ,pcs_row_2131 ,pcs_row_2132 ,pcs_row_2133 ,pcs_row_2134 ,pcs_row_2135 ,pcs_row_2136 ,pcs_row_2137 ,pcs_row_2138 ,pcs_row_2139 ,pcs_row_2140 ,pcs_row_2141 ,pcs_row_2142 ,pcs_row_2143 ,pcs_row_2144 ,pcs_row_2145 ,pcs_row_2146 ,pcs_row_2147 ,pcs_row_2148 ,pcs_row_2149 ,pcs_row_2150 ,pcs_row_2151 ,pcs_row_2152 ,pcs_row_2153 ,pcs_row_2154 ,pcs_row_2155 ,pcs_row_2156 ,pcs_row_2157 ,pcs_row_2158 ,pcs_row_2159 ,pcs_row_2160 ,pcs_row_2161 ,pcs_row_2162 ,pcs_row_2163 ,pcs_row_2164 ,pcs_row_2165 ,pcs_row_2166 ,pcs_row_2167 ,pcs_row_2168 ,pcs_row_2169 ,pcs_row_2170 ,pcs_row_2171 ,pcs_row_2172 ,pcs_row_2173 ,pcs_row_2174 ,pcs_row_2175 ,pcs_row_2176 ,pcs_row_2177 ,pcs_row_2178 ,pcs_row_2179 ,pcs_row_2180 ,pcs_row_2181 ,pcs_row_2182 ,pcs_row_2183 ,pcs_row_2184 ,pcs_row_2185 ,pcs_row_2186 ,pcs_row_2187 ,pcs_row_2188 ,pcs_row_2189 ,pcs_row_2190 ,pcs_row_2191 ,pcs_row_2192 ,pcs_row_2193 ,pcs_row_2194 ,pcs_row_2195 ,pcs_row_2196 ,pcs_row_2197 ,pcs_row_2198 ,pcs_row_2199 ,pcs_row_2200 ,pcs_row_2201 ,pcs_row_2202 ,pcs_row_2203 ,pcs_row_2204 ,pcs_row_2205 ,pcs_row_2206 ,pcs_row_2207 ,pcs_row_2208 ,pcs_row_2209 ,pcs_row_2210 ,pcs_row_2211 ,pcs_row_2212 ,pcs_row_2213 ,pcs_row_2214 ,pcs_row_2215 ,pcs_row_2216 ,pcs_row_2217 ,pcs_row_2218 ,pcs_row_2219 ,pcs_row_2220 ,pcs_row_2221 ,pcs_row_2222 ,pcs_row_2223 ,pcs_row_2224 ,pcs_row_2225 ,pcs_row_2226 ,pcs_row_2227 ,pcs_row_2228 ,pcs_row_2229 ,pcs_row_2230 ,pcs_row_2231 ,pcs_row_2232 ,pcs_row_2233 ,pcs_row_2234 ,pcs_row_2235 ,pcs_row_2236 ,pcs_row_2237 ,pcs_row_2238 ,pcs_row_2239 ,pcs_row_2240 ,pcs_row_2241 ,pcs_row_2242 ,pcs_row_2243 ,pcs_row_2244 ,pcs_row_2245 ,pcs_row_2246 ,pcs_row_2247 ,pcs_row_2248 ,pcs_row_2249 ,pcs_row_2250 ,pcs_row_2251 ,pcs_row_2252 ,pcs_row_2253 ,pcs_row_2254 ,pcs_row_2255 ,pcs_row_2256 ,pcs_row_2257 ,pcs_row_2258 ,pcs_row_2259 ,pcs_row_2260 ,pcs_row_2261 ,pcs_row_2262 ,pcs_row_2263 ,pcs_row_2264 ,pcs_row_2265 ,pcs_row_2266 ,pcs_row_2267 ,pcs_row_2268 ,pcs_row_2269 ,pcs_row_2270 ,pcs_row_2271 ,pcs_row_2272 ,pcs_row_2273 ,pcs_row_2274 ,pcs_row_2275 ,pcs_row_2276 ,pcs_row_2277 ,pcs_row_2278 ,pcs_row_2279 ,pcs_row_2280 ,pcs_row_2281 ,pcs_row_2282 ,pcs_row_2283 ,pcs_row_2284 ,pcs_row_2285 ,pcs_row_2286 ,pcs_row_2287 ,pcs_row_2288 ,pcs_row_2289 ,pcs_row_2290 ,pcs_row_2291 ,pcs_row_2292 ,pcs_row_2293 ,pcs_row_2294 ,pcs_row_2295 ,pcs_row_2296 ,pcs_row_2297 ,pcs_row_2298 ,pcs_row_2299 ,pcs_row_2300 ,pcs_row_2301 ,pcs_row_2302 ,pcs_row_2303 ,pcs_row_2304 ,pcs_row_2305 ,pcs_row_2306 ,pcs_row_2307 ,pcs_row_2308 ,pcs_row_2309 ,pcs_row_2310 ,pcs_row_2311 ,pcs_row_2312 ,pcs_row_2313 ,pcs_row_2314 ,pcs_row_2315 ,pcs_row_2316 ,pcs_row_2317 ,pcs_row_2318 ,pcs_row_2319 ,pcs_row_2320 ,pcs_row_2321 ,pcs_row_2322 ,pcs_row_2323 ,pcs_row_2324 ,pcs_row_2325 ,pcs_row_2326 ,pcs_row_2327 ,pcs_row_2328 ,pcs_row_2329 ,pcs_row_2330 ,pcs_row_2331 ,pcs_row_2332 ,pcs_row_2333 ,pcs_row_2334 ,pcs_row_2335 ,pcs_row_2336 ,pcs_row_2337 ,pcs_row_2338 ,pcs_row_2339 ,pcs_row_2340 ,pcs_row_2341 ,pcs_row_2342 ,pcs_row_2343 ,pcs_row_2344 ,pcs_row_2345 ,pcs_row_2346 ,pcs_row_2347 ,pcs_row_2348 ,pcs_row_2349 ,pcs_row_2350 ,pcs_row_2351 ,pcs_row_2352 ,pcs_row_2353 ,pcs_row_2354 ,pcs_row_2355 ,pcs_row_2356 ,pcs_row_2357 ,pcs_row_2358 ,pcs_row_2359 ,pcs_row_2360 ,pcs_row_2361 ,pcs_row_2362 ,pcs_row_2363 ,pcs_row_2364 ,pcs_row_2365 ,pcs_row_2366 ,pcs_row_2367 ,pcs_row_2368 ,pcs_row_2369 ,pcs_row_2370 ,pcs_row_2371 ,pcs_row_2372 ,pcs_row_2373,NULL};
+datafile_rows_t pcs_row_0[] = {"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 ",NULL};
+datafile_rows_t pcs_row_1[] = {"2000","Anguilla 1957 / British West Indies Grid","9001","4600","19942","9807","1","0","8801","0","9102","8802","-62","9102","8807","0","9001","8805","0.9995","9201","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2[] = {"2001","Antigua 1943 / British West Indies Grid","9001","4601","19942","9807","1","0","8801","0","9102","8802","-62","9102","8807","0","9001","8805","0.9995","9201","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3[] = {"2002","Dominica 1945 / British West Indies Grid","9001","4602","19942","9807","1","0","8801","0","9102","8802","-62","9102","8807","0","9001","8805","0.9995","9201","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_4[] = {"2003","Grenada 1953 / British West Indies Grid","9001","4603","19942","9807","1","0","8801","0","9102","8802","-62","9102","8807","0","9001","8805","0.9995","9201","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_5[] = {"2004","Montserrat 1958 / British West Indies Grid","9001","4604","19942","9807","1","0","8801","0","9102","8802","-62","9102","8807","0","9001","8805","0.9995","9201","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_6[] = {"2005","St. Kitts 1955 / British West Indies Grid","9001","4605","19942","9807","1","0","8801","0","9102","8802","-62","9102","8807","0","9001","8805","0.9995","9201","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_7[] = {"2006","St. Lucia 1955 / British West Indies Grid","9001","4606","19942","9807","1","0","8801","0","9102","8802","-62","9102","8807","0","9001","8805","0.9995","9201","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_8[] = {"2007","St. Vincent 45 / British West Indies Grid","9001","4607","19942","9807","1","0","8801","0","9102","8802","-62","9102","8807","0","9001","8805","0.9995","9201","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_9[] = {"2008","NAD27(CGQ77) / SCoPQ zone 2","9001","4609","17700","9807","1","0","8806","304800","9001","8805","0.9999","9201","8802","-55.3","9110","8807","0","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_10[] = {"2009","NAD27(CGQ77) / SCoPQ zone 3","9001","4609","17703","9807","1","0","8807","0","9001","8801","0","9110","8806","304800","9001","8805","0.9999","9201","8802","-58.3","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_11[] = {"2010","NAD27(CGQ77) / SCoPQ zone 4","9001","4609","17704","9807","1","0","8805","0.9999","9201","8802","-61.3","9110","8801","0","9110","8806","304800","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_12[] = {"2011","NAD27(CGQ77) / SCoPQ zone 5","9001","4609","17705","9807","1","0","8802","-64.3","9110","8806","304800","9001","8807","0","9001","8801","0","9110","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_13[] = {"2012","NAD27(CGQ77) / SCoPQ zone 6","9001","4609","17706","9807","1","0","8801","0","9110","8802","-67.3","9110","8807","0","9001","8806","304800","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_14[] = {"2013","NAD27(CGQ77) / SCoPQ zone 7","9001","4609","17707","9807","1","0","8801","0","9110","8806","304800","9001","8805","0.9999","9201","8802","-70.3","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_15[] = {"2014","NAD27(CGQ77) / SCoPQ zone 8","9001","4609","17708","9807","1","0","8805","0.9999","9201","8802","-73.3","9110","8801","0","9110","8807","0","9001","8806","304800","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_16[] = {"2015","NAD27(CGQ77) / SCoPQ zone 9","9001","4609","17709","9807","1","0","8802","-76.3","9110","8805","0.9999","9201","8807","0","9001","8806","304800","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_17[] = {"2016","NAD27(CGQ77) / SCoPQ zone 10","9001","4609","17710","9807","1","0","8802","-79.3","9110","8801","0","9110","8807","0","9001","8806","304800","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_18[] = {"2017","NAD27(76) / MTM zone 8","9001","4608","17708","9807","1","0","8805","0.9999","9201","8802","-73.3","9110","8801","0","9110","8807","0","9001","8806","304800","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_19[] = {"2018","NAD27(76) / MTM zone 9","9001","4608","17709","9807","1","0","8802","-76.3","9110","8805","0.9999","9201","8807","0","9001","8806","304800","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_20[] = {"2019","NAD27(76) / MTM zone 10","9001","4608","17710","9807","1","0","8802","-79.3","9110","8801","0","9110","8807","0","9001","8806","304800","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_21[] = {"2020","NAD27(76) / MTM zone 11","9001","4608","17711","9807","1","0","8801","0","9110","8806","304800","9001","8805","0.9999","9201","8802","-82.3","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_22[] = {"2021","NAD27(76) / MTM zone 12","9001","4608","17712","9807","1","0","8805","0.9999","9201","8802","-81","9102","8806","304800","9001","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_23[] = {"2022","NAD27(76) / MTM zone 13","9001","4608","17713","9807","1","0","8805","0.9999","9201","8802","-84","9102","8807","0","9001","8806","304800","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_24[] = {"2023","NAD27(76) / MTM zone 14","9001","4608","17714","9807","1","0","8801","0","9102","8802","-87","9102","8807","0","9001","8806","304800","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_25[] = {"2024","NAD27(76) / MTM zone 15","9001","4608","17715","9807","1","0","8807","0","9001","8805","0.9999","9201","8801","0","9102","8802","-90","9102","8806","304800","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_26[] = {"2025","NAD27(76) / MTM zone 16","9001","4608","17716","9807","1","0","8806","304800","9001","8805","0.9999","9201","8802","-93","9102","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_27[] = {"2026","NAD27(76) / MTM zone 17","9001","4608","17717","9807","1","0","8806","304800","9001","8802","-96","9102","8801","0","9102","8805","0.9999","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_28[] = {"2027","NAD27(76) / UTM zone 15N","9001","4608","16015","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-93","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_29[] = {"2028","NAD27(76) / UTM zone 16N","9001","4608","16016","9807","1","0","8805","0.9996","9201","8802","-87","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_30[] = {"2029","NAD27(76) / UTM zone 17N","9001","4608","16017","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_31[] = {"2030","NAD27(76) / UTM zone 18N","9001","4608","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_32[] = {"2031","NAD27(CGQ77) / UTM zone 17N","9001","4609","16017","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_33[] = {"2032","NAD27(CGQ77) / UTM zone 18N","9001","4609","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_34[] = {"2033","NAD27(CGQ77) / UTM zone 19N","9001","4609","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_35[] = {"2034","NAD27(CGQ77) / UTM zone 20N","9001","4609","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_36[] = {"2035","NAD27(CGQ77) / UTM zone 21N","9001","4609","16021","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_37[] = {"2036","NAD83(CSRS98) / New Brunswick Stereo","9001","4140","19946","9809","1","1","8802","-66.3","9110","8806","2500000","9001","8801","46.3","9110","8805","0.999912","9201","8807","7500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_38[] = {"2037","NAD83(CSRS98) / UTM zone 19N","9001","4140","16019","9807","1","1","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_39[] = {"2038","NAD83(CSRS98) / UTM zone 20N","9001","4140","16020","9807","1","1","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_40[] = {"2039","Israel / Israeli TM Grid","9001","4141","18204","9807","1","0","8807","626907.39","9001","8802","35.1216261","9110","8801","31.4403817","9110","8806","219529.584","9001","8805","1.0000067","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_41[] = {"2040","Locodjo 1965 / UTM zone 30N","9001","4142","16030","9807","1","0","8805","0.9996","9201","8802","-3","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_42[] = {"2041","Abidjan 1987 / UTM zone 30N","9001","4143","16030","9807","1","0","8805","0.9996","9201","8802","-3","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_43[] = {"2042","Locodjo 1965 / UTM zone 29N","9001","4142","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_44[] = {"2043","Abidjan 1987 / UTM zone 29N","9001","4143","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_45[] = {"2044","Hanoi 1972 / Gauss-Kruger zone 18","9001","4147","16218","9807","1","0","8805","1","9201","8802","105","9102","8801","0","9102","8806","18500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_46[] = {"2045","Hanoi 1972 / Gauss-Kruger zone 19","9001","4147","16219","9807","1","0","8806","19500000","9001","8805","1","9201","8802","111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_47[] = {"2046","Hartebeesthoek94 / Lo15","9001","4148","17515","9808","1","0","8806","0","9001","8802","15","9102","8801","0","9102","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_48[] = {"2047","Hartebeesthoek94 / Lo17","9001","4148","17517","9808","1","0","8805","1","9201","8802","17","9102","8806","0","9001","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_49[] = {"2048","Hartebeesthoek94 / Lo19","9001","4148","17519","9808","1","0","8802","19","9102","8807","0","9001","8801","0","9102","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_50[] = {"2049","Hartebeesthoek94 / Lo21","9001","4148","17521","9808","1","0","8805","1","9201","8802","21","9102","8801","0","9102","8806","0","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_51[] = {"2050","Hartebeesthoek94 / Lo23","9001","4148","17523","9808","1","0","8801","0","9102","8805","1","9201","8806","0","9001","8802","23","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_52[] = {"2051","Hartebeesthoek94 / Lo25","9001","4148","17525","9808","1","0","8805","1","9201","8801","0","9102","8802","25","9102","8807","0","9001","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_53[] = {"2052","Hartebeesthoek94 / Lo27","9001","4148","17527","9808","1","0","8801","0","9102","8806","0","9001","8805","1","9201","8802","27","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_54[] = {"2053","Hartebeesthoek94 / Lo29","9001","4148","17529","9808","1","0","8801","0","9102","8807","0","9001","8806","0","9001","8805","1","9201","8802","29","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_55[] = {"2054","Hartebeesthoek94 / Lo31","9001","4148","17531","9808","1","0","8807","0","9001","8806","0","9001","8805","1","9201","8802","31","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_56[] = {"2055","Hartebeesthoek94 / Lo33","9001","4148","17533","9808","1","0","8802","33","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_57[] = {"2056","CH1903+ / LV95","9001","4150","19950","9815","1","0","8812","7.26225","9110","8813","90","9110","8811","46.570866","9110","8815","1","9201","8817","1200000","9001","8814","90","9110","8816","2600000","9001 ",NULL};
+datafile_rows_t pcs_row_58[] = {"2057","Rassadiran / Nakhl e Taqi","9001","4153","19951","9815","1","0","8816","658377.437","9001","8815","0.999895934","9201","8817","3044969.194","9001","8813","0.34179803","9110","8811","27.31077837","9110","8812","52.3612741","9110","8814","0.34179803","9110 ",NULL};
+datafile_rows_t pcs_row_59[] = {"2058","ED50(ED77) / UTM zone 38N","9001","4154","16038","9807","1","0","8802","45","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_60[] = {"2059","ED50(ED77) / UTM zone 39N","9001","4154","16039","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","51","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_61[] = {"2060","ED50(ED77) / UTM zone 40N","9001","4154","16040","9807","1","0","8802","57","9102","8801","0","9102","8805","0.9996","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_62[] = {"2061","ED50(ED77) / UTM zone 41N","9001","4154","16041","9807","1","0","8805","0.9996","9201","8802","63","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_63[] = {"2062","Madrid 1870 (Madrid) / Spain","9001","4903","19921","9801","1","0","8806","600000","9001","8801","40","9102","8807","600000","9001","8802","0","9102","8805","0.9988085293","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_64[] = {"2063","Dabola 1981 / UTM zone 28N","9001","4315","16028","9807","1","1","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_65[] = {"2064","Dabola 1981 / UTM zone 29N","9001","4315","16029","9807","1","1","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_66[] = {"2065","S-JTSK (Ferro) / Krovak","9001","4818","19952","9819","1","0","8819","0.9999","9201","8812","42.3","9110","8816","0","9001","8817","0","9001","8818","78.3","9110","8813","30.1717303","9110","8811","49.3","9110 ",NULL};
+datafile_rows_t pcs_row_67[] = {"2066","Mount Dillon / Tobago Grid","9039","4157","19924","9806","1","0","8807","180000","9039","8801","11.1507843","9110","8806","187500","9039","8802","-60.4109632","9110","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_68[] = {"2067","Naparima 1955 / UTM zone 20N","9001","4158","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_69[] = {"2068","ELD79 / Libya zone 5","9001","4159","18240","9807","1","0","8806","200000","9001","8807","0","9001","8805","0.9999","9201","8801","0","9102","8802","9","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_70[] = {"2069","ELD79 / Libya zone 6","9001","4159","18241","9807","1","0","8802","11","9102","8807","0","9001","8805","0.9999","9201","8806","200000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_71[] = {"2070","ELD79 / Libya zone 7","9001","4159","18242","9807","1","0","8807","0","9001","8806","200000","9001","8805","0.9999","9201","8801","0","9102","8802","13","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_72[] = {"2071","ELD79 / Libya zone 8","9001","4159","18243","9807","1","0","8801","0","9102","8806","200000","9001","8805","0.9999","9201","8807","0","9001","8802","15","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_73[] = {"2072","ELD79 / Libya zone 9","9001","4159","18244","9807","1","0","8802","17","9102","8807","0","9001","8801","0","9102","8805","0.9999","9201","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_74[] = {"2073","ELD79 / Libya zone 10","9001","4159","18245","9807","1","0","8801","0","9102","8806","200000","9001","8802","19","9102","8805","0.9999","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_75[] = {"2074","ELD79 / Libya zone 11","9001","4159","18246","9807","1","0","8807","0","9001","8801","0","9102","8802","21","9102","8806","200000","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_76[] = {"2075","ELD79 / Libya zone 12","9001","4159","18247","9807","1","0","8807","0","9001","8805","0.9999","9201","8802","23","9102","8801","0","9102","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_77[] = {"2076","ELD79 / Libya zone 13","9001","4159","18248","9807","1","0","8801","0","9102","8806","200000","9001","8802","25","9102","8807","0","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_78[] = {"2077","ELD79 / UTM zone 32N","9001","4159","16032","9807","1","0","8805","0.9996","9201","8802","9","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_79[] = {"2078","ELD79 / UTM zone 33N","9001","4159","16033","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","15","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_80[] = {"2079","ELD79 / UTM zone 34N","9001","4159","16034","9807","1","0","8801","0","9102","8807","0","9001","8802","21","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_81[] = {"2080","ELD79 / UTM zone 35N","9001","4159","16035","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","27","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_82[] = {"2081","Chos Malal 1914 / Argentina zone 2","9001","4160","18032","9807","1","0","8807","0","9001","8802","-69","9102","8806","2500000","9001","8805","1","9201","8801","-90","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_83[] = {"2082","Pampa del Castillo / Argentina zone 2","9001","4161","18032","9807","1","0","8807","0","9001","8802","-69","9102","8806","2500000","9001","8805","1","9201","8801","-90","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_84[] = {"2083","Hito XVIII 1963 / Argentina zone 2","9001","4254","18032","9807","1","0","8807","0","9001","8802","-69","9102","8806","2500000","9001","8805","1","9201","8801","-90","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_85[] = {"2084","Hito XVIII 1963 / UTM zone 19S","9001","4254","16119","9807","1","0","8805","0.9996","9201","8802","-69","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_86[] = {"2085","NAD27 / Cuba Norte","9001","4267","18061","9801","1","0","8807","280296.016","9001","8801","22.21","9110","8805","0.99993602","9201","8802","-81","9110","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_87[] = {"2086","NAD27 / Cuba Sur","9001","4267","18062","9801","1","0","8801","20.43","9110","8802","-76.5","9110","8805","0.99994848","9201","8807","229126.939","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_88[] = {"2087","ELD79 / TM 12 NE","9001","4159","16412","9807","1","0","8807","0","9001","8805","0.9996","9201","8802","12","9102","8801","0","9102","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_89[] = {"2088","Carthage / TM 11 NE","9001","4223","16411","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","11","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_90[] = {"2089","Yemen NGN96 / UTM zone 38N","9001","4163","16038","9807","1","0","8802","45","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_91[] = {"2090","Yemen NGN96 / UTM zone 39N","9001","4163","16039","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","51","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_92[] = {"2091","South Yemen / Gauss Kruger zone 8","9001","4164","16208","9807","1","1","8806","8500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_93[] = {"2092","South Yemen / Gauss Kruger zone 9","9001","4164","16209","9807","1","1","8801","0","9102","8807","0","9001","8802","51","9102","8806","9500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_94[] = {"2093","Hanoi 1972 / GK 106 NE","9001","4147","16586","9807","1","0","8805","1","9201","8802","106","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_95[] = {"2094","WGS 72BE / TM 106 NE","9001","4324","16506","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","106","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_96[] = {"2095","Bissau / UTM zone 28N","9001","4165","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_97[] = {"2096","Korean 1985 / Korea East Belt","9001","4162","18251","9807","1","0","8801","38","9102","8806","200000","9001","8802","129","9102","8805","1","9201","8807","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_98[] = {"2097","Korean 1985 / Korea Central Belt","9001","4162","18252","9807","1","0","8807","500000","9001","8806","200000","9001","8802","127","9102","8805","1","9201","8801","38","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_99[] = {"2098","Korean 1985 / Korea West Belt","9001","4162","18253","9807","1","0","8807","500000","9001","8802","125","9102","8801","38","9102","8805","1","9201","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_100[] = {"2099","Qatar 1948 / Qatar Grid","9001","4286","19953","9806","1","0","8807","100000","9001","8801","25.22565","9110","8806","100000","9001","8802","50.4541","9110","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_101[] = {"2100","GGRS87 / Greek Grid","9001","4121","19930","9807","1","0","8801","0","9102","8806","500000","9001","8807","0","9001","8805","0.9996","9201","8802","24","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_102[] = {"2101","Lake / Maracaibo Grid M1","9001","4249","18260","9801","1","0","8801","10.1","9110","8807","-52684.972","9001","8802","-71.3620224","9110","8805","1","9201","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_103[] = {"2102","Lake / Maracaibo Grid","9001","4249","18261","9801","1","0","8802","-71.3620224","9110","8801","10.1","9110","8806","200000","9001","8807","147315.028","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_104[] = {"2103","Lake / Maracaibo Grid M3","9001","4249","18262","9801","1","0","8801","10.1","9110","8807","447315.028","9001","8805","1","9201","8802","-71.3620224","9110","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_105[] = {"2104","Lake / Maracaibo La Rosa Grid","9001","4249","18263","9801","1","0","8807","-23139.97","9001","8801","10.1","9110","8802","-71.3620224","9110","8806","-17044","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_106[] = {"2105","NZGD2000 / Mount Eden Circuit 2000","9001","4167","17931","9807","1","0","8807","800000","9001","8806","400000","9001","8805","0.9999","9201","8801","-36.5247","9110","8802","174.4551","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_107[] = {"2106","NZGD2000 / Bay of Plenty Circuit 2000","9001","4167","17932","9807","1","0","8807","800000","9001","8805","1","9201","8802","176.2758","9110","8806","400000","9001","8801","-37.454","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_108[] = {"2107","NZGD2000 / Poverty Bay Circuit 2000","9001","4167","17933","9807","1","0","8806","400000","9001","8807","800000","9001","8805","1","9201","8801","-38.3728","9110","8802","177.5308","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_109[] = {"2108","NZGD2000 / Hawkes Bay Circuit 2000","9001","4167","17934","9807","1","0","8801","-39.3903","9110","8802","176.4025","9110","8807","800000","9001","8805","1","9201","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_110[] = {"2109","NZGD2000 / Taranaki Circuit 2000","9001","4167","17935","9807","1","0","8806","400000","9001","8805","1","9201","8801","-39.0808","9110","8807","800000","9001","8802","174.134","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_111[] = {"2110","NZGD2000 / Tuhirangi Circuit 2000","9001","4167","17936","9807","1","0","8802","175.3824","9110","8807","800000","9001","8806","400000","9001","8801","-39.3044","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_112[] = {"2111","NZGD2000 / Wanganui Circuit 2000","9001","4167","17937","9807","1","0","8801","-40.1431","9110","8802","175.2917","9110","8805","1","9201","8806","400000","9001","8807","800000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_113[] = {"2112","NZGD2000 / Wairarapa Circuit 2000","9001","4167","17938","9807","1","0","8807","800000","9001","8806","400000","9001","8802","175.385","9110","8805","1","9201","8801","-40.5531","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_114[] = {"2113","NZGD2000 / Wellington Circuit 2000","9001","4167","17939","9807","1","0","8801","-41.1804","9110","8807","800000","9001","8806","400000","9001","8802","174.4635","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_115[] = {"2114","NZGD2000 / Collingwood Circuit 2000","9001","4167","17940","9807","1","0","8807","800000","9001","8805","1","9201","8802","172.4019","9110","8806","400000","9001","8801","-40.4253","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_116[] = {"2115","NZGD2000 / Nelson Circuit 2000","9001","4167","17941","9807","1","0","8807","800000","9001","8806","400000","9001","8802","173.1757","9110","8805","1","9201","8801","-41.1628","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_117[] = {"2116","NZGD2000 / Karamea Circuit 2000","9001","4167","17942","9807","1","0","8801","-41.1723","9110","8802","172.0632","9110","8806","400000","9001","8807","800000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_118[] = {"2117","NZGD2000 / Buller Circuit 2000","9001","4167","17943","9807","1","0","8807","800000","9001","8806","400000","9001","8801","-41.4838","9110","8802","171.3452","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_119[] = {"2118","NZGD2000 / Grey Circuit 2000","9001","4167","17944","9807","1","0","8806","400000","9001","8805","1","9201","8807","800000","9001","8801","-42.2001","9110","8802","171.3259","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_120[] = {"2119","NZGD2000 / Amuri Circuit 2000","9001","4167","17945","9807","1","0","8802","173.0036","9110","8805","1","9201","8806","400000","9001","8801","-42.412","9110","8807","800000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_121[] = {"2120","NZGD2000 / Marlborough Circuit 2000","9001","4167","17946","9807","1","0","8807","800000","9001","8806","400000","9001","8805","1","9201","8802","173.4807","9110","8801","-41.324","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_122[] = {"2121","NZGD2000 / Hokitika Circuit 2000","9001","4167","17947","9807","1","0","8801","-42.531","9110","8806","400000","9001","8802","170.5847","9110","8807","800000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_123[] = {"2122","NZGD2000 / Okarito Circuit 2000","9001","4167","17948","9807","1","0","8805","1","9201","8802","170.1539","9110","8806","400000","9001","8807","800000","9001","8801","-43.0636","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_124[] = {"2123","NZGD2000 / Jacksons Bay Circuit 2000","9001","4167","17949","9807","1","0","8805","1","9201","8801","-43.584","9110","8802","168.3622","9110","8807","800000","9001","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_125[] = {"2124","NZGD2000 / Mount Pleasant Circuit 2000","9001","4167","17950","9807","1","0","8801","-43.3526","9110","8802","172.4337","9110","8805","1","9201","8806","400000","9001","8807","800000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_126[] = {"2125","NZGD2000 / Gawler Circuit 2000","9001","4167","17951","9807","1","0","8806","400000","9001","8807","800000","9001","8802","171.2138","9110","8801","-43.4455","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_127[] = {"2126","NZGD2000 / Timaru Circuit 2000","9001","4167","17952","9807","1","0","8805","1","9201","8806","400000","9001","8801","-44.2407","9110","8807","800000","9001","8802","171.0326","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_128[] = {"2127","NZGD2000 / Lindis Peak Circuit 2000","9001","4167","17953","9807","1","0","8802","169.2803","9110","8805","1","9201","8807","800000","9001","8806","400000","9001","8801","-44.4406","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_129[] = {"2128","NZGD2000 / Mount Nicholas Circuit 2000","9001","4167","17954","9807","1","0","8807","800000","9001","8806","400000","9001","8802","168.2355","9110","8805","1","9201","8801","-45.0758","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_130[] = {"2129","NZGD2000 / Mount York Circuit 2000","9001","4167","17955","9807","1","0","8801","-45.3349","9110","8807","800000","9001","8806","400000","9001","8805","1","9201","8802","167.4419","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_131[] = {"2130","NZGD2000 / Observation Point Circuit 2000","9001","4167","17956","9807","1","0","8807","800000","9001","8806","400000","9001","8805","1","9201","8802","170.3742","9110","8801","-45.4858","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_132[] = {"2131","NZGD2000 / North Taieri Circuit 2000","9001","4167","17957","9807","1","0","8801","-45.5141","9110","8805","0.99996","9201","8802","170.1657","9110","8807","800000","9001","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_133[] = {"2132","NZGD2000 / Bluff Circuit 2000","9001","4167","17958","9807","1","0","8802","168.2034","9110","8805","1","9201","8807","800000","9001","8806","400000","9001","8801","-46.36","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_134[] = {"2133","NZGD2000 / UTM zone 58S","9001","4167","16158","9807","1","0","8805","0.9996","9201","8802","165","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_135[] = {"2134","NZGD2000 / UTM zone 59S","9001","4167","16159","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","171","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_136[] = {"2135","NZGD2000 / UTM zone 60S","9001","4167","16160","9807","1","0","8802","177","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_137[] = {"2136","Accra / Ghana National Grid","9094","4168","19959","9807","1","0","8806","900000","9094","8807","0","9094","8801","4.4","9110","8805","0.99975","9201","8802","-1","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_138[] = {"2137","Accra / TM 1 NW","9001","4168","17001","9807","1","0","8805","0.9996","9201","8802","-1","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_139[] = {"2138","NAD27(CGQ77) / Quebec Lambert","9001","4609","19944","9802","1","0","8822","-68.3","9110","8826","0","9001","8821","44","9110","8823","60","9110","8824","46","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_140[] = {"2139","NAD83(CSRS98) / SCoPQ zone 2","9001","4140","17700","9807","1","1","8806","304800","9001","8805","0.9999","9201","8802","-55.3","9110","8807","0","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_141[] = {"2140","NAD83(CSRS98) / MTM zone 3","9001","4140","17703","9807","1","1","8807","0","9001","8801","0","9110","8806","304800","9001","8805","0.9999","9201","8802","-58.3","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_142[] = {"2141","NAD83(CSRS98) / MTM zone 4","9001","4140","17704","9807","1","1","8805","0.9999","9201","8802","-61.3","9110","8801","0","9110","8806","304800","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_143[] = {"2142","NAD83(CSRS98) / MTM zone 5","9001","4140","17705","9807","1","1","8802","-64.3","9110","8806","304800","9001","8807","0","9001","8801","0","9110","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_144[] = {"2143","NAD83(CSRS98) / MTM zone 6","9001","4140","17706","9807","1","1","8801","0","9110","8802","-67.3","9110","8807","0","9001","8806","304800","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_145[] = {"2144","NAD83(CSRS98) / MTM zone 7","9001","4140","17707","9807","1","1","8801","0","9110","8806","304800","9001","8805","0.9999","9201","8802","-70.3","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_146[] = {"2145","NAD83(CSRS98) / MTM zone 8","9001","4140","17708","9807","1","1","8805","0.9999","9201","8802","-73.3","9110","8801","0","9110","8807","0","9001","8806","304800","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_147[] = {"2146","NAD83(CSRS98) / MTM zone 9","9001","4140","17709","9807","1","1","8802","-76.3","9110","8805","0.9999","9201","8807","0","9001","8806","304800","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_148[] = {"2147","NAD83(CSRS98) / MTM zone 10","9001","4140","17710","9807","1","1","8802","-79.3","9110","8801","0","9110","8807","0","9001","8806","304800","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_149[] = {"2148","NAD83(CSRS98) / UTM zone 21N","9001","4140","16021","9807","1","1","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_150[] = {"2149","NAD83(CSRS98) / UTM zone 18N","9001","4140","16018","9807","1","1","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_151[] = {"2150","NAD83(CSRS98) / UTM zone 17N","9001","4140","16017","9807","1","1","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_152[] = {"2151","NAD83(CSRS98) / UTM zone 13N","9001","4140","16013","9807","1","1","8802","-105","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_153[] = {"2152","NAD83(CSRS98) / UTM zone 12N","9001","4140","16012","9807","1","1","8806","500000","9001","8805","0.9996","9201","8802","-111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_154[] = {"2153","NAD83(CSRS98) / UTM zone 11N","9001","4140","16011","9807","1","1","8802","-117","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_155[] = {"2154","RGF93 / Lambert-93","9001","4171","18085","9802","1","0","8827","6600000","9001","8822","3","9110","8821","46.3","9110","8824","44","9110","8823","49","9110","8826","700000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_156[] = {"2155","American Samoa 1962 / American Samoa Lambert","9003","4169","15300","9801","1","1","8801","-14.16","9110","8802","170","9110","8805","1","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_157[] = {"2156","NAD83(HARN) / UTM zone 59S","9001","4152","16159","9807","1","1","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","171","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_158[] = {"2157","IRENET95 / Irish Transverse Mercator","9001","4173","19962","9807","1","0","8805","0.99982","9201","8807","750000","9001","8801","53.3","9110","8806","600000","9001","8802","-8","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_159[] = {"2158","IRENET95 / UTM zone 29N","9001","4173","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_160[] = {"2159","Sierra Leone 1924 / New Colony Grid","9094","4174","19963","9807","1","0","8807","0","9094","8802","-12","9110","8805","1","9201","8806","500000","9094","8801","6.4","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_161[] = {"2160","Sierra Leone 1924 / New War Office Grid","9094","4174","19964","9807","1","0","8802","-12","9110","8806","800000","9094","8801","6.4","9110","8807","600000","9094","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_162[] = {"2161","Sierra Leone 1968 / UTM zone 28N","9001","4175","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_163[] = {"2162","Sierra Leone 1968 / UTM zone 29N","9001","4175","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_164[] = {"2163","US National Atlas Equal Area","9001","4052","19965","9821","1","0","8828","45","9102","8806","0","9001","8829","-100","9102","8807","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_165[] = {"2164","Locodjo 1965 / TM 5 NW","9001","4142","17005","9807","1","0","8806","500000","9001","8802","-5","9102","8805","0.9996","9201","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_166[] = {"2165","Abidjan 1987 / TM 5 NW","9001","4143","17005","9807","1","0","8806","500000","9001","8802","-5","9102","8805","0.9996","9201","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_167[] = {"2166","Pulkovo 1942(83) / Gauss Kruger zone 3","9001","4178","16263","9807","1","1","8805","1","9201","8802","9","9102","8801","0","9102","8806","3500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_168[] = {"2167","Pulkovo 1942(83) / Gauss Kruger zone 4","9001","4178","16264","9807","1","1","8805","1","9201","8802","12","9102","8801","0","9102","8807","0","9001","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_169[] = {"2168","Pulkovo 1942(83) / Gauss Kruger zone 5","9001","4178","16265","9807","1","1","8801","0","9102","8807","0","9001","8802","15","9102","8806","5500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_170[] = {"2169","Luxembourg 1930 / Gauss","9001","4181","19966","9807","1","0","8807","100000","9001","8806","80000","9001","8805","1","9201","8802","6.1","9110","8801","49.5","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_171[] = {"2170","MGI / Slovenia Grid","9001","4312","19967","9807","1","0","8807","0","9001","8802","15","9110","8806","500000","9001","8801","0","9110","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_172[] = {"2171","Pulkovo 1942(58) / Poland zone I","9001","4179","18281","9809","1","1","8801","50.373","9110","8806","4637000","9001","8802","21.05","9110","8807","5647000","9001","8805","0.9998","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_173[] = {"2172","Pulkovo 1942(58) / Poland zone II","9001","4179","18282","9809","1","0","8806","4603000","9001","8802","21.301","9110","8801","53.0007","9110","8807","5806000","9001","8805","0.9998","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_174[] = {"2173","Pulkovo 1942(58) / Poland zone III","9001","4179","18283","9809","1","0","8801","53.35","9110","8802","17.003","9110","8805","0.9998","9201","8806","3501000","9001","8807","5999000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_175[] = {"2174","Pulkovo 1942(58) / Poland zone IV","9001","4179","18284","9809","1","0","8801","51.4015","9110","8807","5627000","9001","8805","0.9998","9201","8802","16.402","9110","8806","3703000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_176[] = {"2175","Pulkovo 1942(58) / Poland zone V","9001","4179","18285","9807","1","0","8805","0.999983","9201","8806","237000","9001","8801","0","9110","8802","18.573","9110","8807","-4700000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_177[] = {"2176","ETRS89 / Poland CS2000 zone 5","9001","4258","18305","9807","1","0","8805","0.999923","9201","8801","0","9102","8806","5500000","9001","8802","15","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_178[] = {"2177","ETRS89 / Poland CS2000 zone 6","9001","4258","18306","9807","1","0","8802","18","9102","8805","0.999923","9201","8806","6500000","9001","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_179[] = {"2178","ETRS89 / Poland CS2000 zone 7","9001","4258","18307","9807","1","0","8801","0","9102","8807","0","9001","8802","21","9102","8806","7500000","9001","8805","0.999923","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_180[] = {"2179","ETRS89 / Poland CS2000 zone 8","9001","4258","18308","9807","1","0","8805","0.999923","9201","8801","0","9102","8802","24","9102","8807","0","9001","8806","8500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_181[] = {"2180","ETRS89 / Poland CS92","9001","4258","18300","9807","1","0","8802","19","9102","8801","0","9102","8805","0.9993","9201","8806","500000","9001","8807","-5300000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_182[] = {"2188","Azores Occidental 1939 / UTM zone 25N","9001","4182","16025","9807","1","0","8805","0.9996","9201","8802","-33","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_183[] = {"2189","Azores Central 1948 / UTM zone 26N","9001","4183","16026","9807","1","0","8801","0","9102","8807","0","9001","8802","-27","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_184[] = {"2190","Azores Oriental 1940 / UTM zone 26N","9001","4184","16026","9807","1","0","8801","0","9102","8807","0","9001","8802","-27","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_185[] = {"2191","Madeira 1936 / UTM zone 28N","9001","4185","16028","9807","1","1","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_186[] = {"2192","ED50 / France EuroLambert","9001","4230","18086","9801","1","0","8805","0.99987742","9201","8802","2.2014025","9110","8807","2200000","9001","8806","600000","9001","8801","46.48","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_187[] = {"2193","NZGD2000 / New Zealand Transverse Mercator","9001","4167","19971","9807","1","0","8807","10000000","9001","8805","0.9996","9201","8806","1600000","9001","8801","0","9102","8802","173","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_188[] = {"2194","American Samoa 1962 / American Samoa Lambert","9003","4169","15301","9801","1","1","8801","-14.16","9110","8802","-170","9110","8805","1","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_189[] = {"2195","NAD83(HARN) / UTM zone 2S","9001","4152","16102","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-171","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_190[] = {"2196","ETRS89 / Kp2000 Jutland","9001","4258","18401","9807","1","0","8805","0.99995","9201","8801","0","9110","8807","0","9001","8802","9.3","9110","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_191[] = {"2197","ETRS89 / Kp2000 Zealand","9001","4258","18402","9807","1","0","8806","500000","9001","8801","0","9102","8807","0","9001","8805","0.99995","9201","8802","12","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_192[] = {"2198","ETRS89 / Kp2000 Bornholm","9001","4258","18403","9807","1","0","8802","15","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","900000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_193[] = {"2199","Albanian 1987 / Gauss Kruger zone 4","9001","4191","16204","9807","1","1","8802","21","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_194[] = {"2200","ATS77 / New Brunswick Stereographic (ATS77)","9001","4122","19945","9809","1","0","8805","0.999912","9201","8802","-66.3","9110","8807","800000","9001","8801","46.3","9110","8806","300000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_195[] = {"2201","REGVEN / UTM zone 18N","9001","4189","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_196[] = {"2202","REGVEN / UTM zone 19N","9001","4189","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_197[] = {"2203","REGVEN / UTM zone 20N","9001","4189","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_198[] = {"2204","NAD27 / Tennessee","9003","4267","15302","9802","1","0","8821","34.4","9110","8822","-86","9110","8823","35.15","9110","8824","36.25","9110","8826","2000000","9003","8827","100000","9003","",""," ",NULL};
+datafile_rows_t pcs_row_199[] = {"2205","NAD83 / Kentucky North","9001","4269","15303","9802","1","0","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_200[] = {"2206","ED50 / 3-degree Gauss-Kruger zone 9","9001","4230","16269","9807","1","0","8806","9500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_201[] = {"2207","ED50 / 3-degree Gauss-Kruger zone 10","9001","4230","16270","9807","1","0","8807","0","9001","8806","10500000","9001","8801","0","9102","8805","1","9201","8802","30","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_202[] = {"2208","ED50 / 3-degree Gauss-Kruger zone 11","9001","4230","16271","9807","1","0","8805","1","9201","8802","33","9102","8801","0","9102","8806","11500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_203[] = {"2209","ED50 / 3-degree Gauss-Kruger zone 12","9001","4230","16272","9807","1","0","8806","12500000","9001","8805","1","9201","8802","36","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_204[] = {"2210","ED50 / 3-degree Gauss-Kruger zone 13","9001","4230","16273","9807","1","0","8801","0","9102","8807","0","9001","8802","39","9102","8806","13500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_205[] = {"2211","ED50 / 3-degree Gauss-Kruger zone 14","9001","4230","16274","9807","1","0","8801","0","9102","8806","14500000","9001","8805","1","9201","8802","42","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_206[] = {"2212","ED50 / 3-degree Gauss-Kruger zone 15","9001","4230","16275","9807","1","0","8807","0","9001","8806","15500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_207[] = {"2213","ETRS89 / TM 30 NE","9001","4258","16430","9807","1","0","8801","0","9102","8802","30","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_208[] = {"2214","Douala 1948 / AOF west","9001","4192","18415","9807","1","1","8807","1000000","9001","8806","1000000","9001","8802","10.3","9110","8801","0","9110","8805","0.999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_209[] = {"2215","Manoca 1962 / UTM zone 32N","9001","4193","16032","9807","1","0","8805","0.9996","9201","8802","9","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_210[] = {"2216","Qornoq 1927 / UTM zone 22N","9001","4194","16022","9807","1","0","8802","-51","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_211[] = {"2217","Qornoq 1927 / UTM zone 23N","9001","4194","16023","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-45","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_212[] = {"2218","Scoresbysund 1952 / Greenland zone 5 east","9001","4195","18425","9826","1","0","8801","70.3","9110","8807","0","9001","8805","1","9201","8802","-24","9110","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_213[] = {"2219","ATS77 / UTM zone 19N","9001","4122","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_214[] = {"2220","ATS77 / UTM zone 20N","9001","4122","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_215[] = {"2221","Scoresbysund 1952 / Greenland zone 6 east","9001","4195","18426","9826","1","0","8807","0","9001","8802","-32","9110","8801","67.3","9110","8805","1","9201","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_216[] = {"2222","NAD83 / Arizona East (ft)","9002","4269","15304","9807","1","0","8801","31","9110","8802","-110.1","9110","8805","0.9999","9201","8806","700000","9002","8807","0","9002","","","","",""," ",NULL};
+datafile_rows_t pcs_row_217[] = {"2223","NAD83 / Arizona Central (ft)","9002","4269","15305","9807","1","0","8801","31","9110","8802","-111.55","9110","8805","0.9999","9201","8806","700000","9002","8807","0","9002","","","","",""," ",NULL};
+datafile_rows_t pcs_row_218[] = {"2224","NAD83 / Arizona West (ft)","9002","4269","15306","9807","1","0","8801","31","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","700000","9002","8807","0","9002","","","","",""," ",NULL};
+datafile_rows_t pcs_row_219[] = {"2225","NAD83 / California zone 1 (ftUS)","9003","4269","15307","9802","1","0","8821","39.2","9110","8822","-122","9110","8823","41.4","9110","8824","40","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_220[] = {"2226","NAD83 / California zone 2 (ftUS)","9003","4269","15308","9802","1","0","8821","37.4","9110","8822","-122","9110","8823","39.5","9110","8824","38.2","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_221[] = {"2227","NAD83 / California zone 3 (ftUS)","9003","4269","15309","9802","1","0","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_222[] = {"2228","NAD83 / California zone 4 (ftUS)","9003","4269","15310","9802","1","0","8821","35.2","9110","8822","-119","9110","8823","37.15","9110","8824","36","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_223[] = {"2229","NAD83 / California zone 5 (ftUS)","9003","4269","15311","9802","1","0","8821","33.3","9110","8822","-118","9110","8823","35.28","9110","8824","34.02","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_224[] = {"2230","NAD83 / California zone 6 (ftUS)","9003","4269","15312","9802","1","0","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_225[] = {"2231","NAD83 / Colorado North (ftUS)","9003","4269","15313","9802","1","0","8821","39.2","9110","8822","-105.3","9110","8823","40.47","9110","8824","39.43","9110","8826","3000000","9003","8827","1000000","9003","",""," ",NULL};
+datafile_rows_t pcs_row_226[] = {"2232","NAD83 / Colorado Central (ftUS)","9003","4269","15314","9802","1","0","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","3000000","9003","8827","1000000","9003","",""," ",NULL};
+datafile_rows_t pcs_row_227[] = {"2233","NAD83 / Colorado South (ftUS)","9003","4269","15315","9802","1","0","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","3000000","9003","8827","1000000","9003","",""," ",NULL};
+datafile_rows_t pcs_row_228[] = {"2234","NAD83 / Connecticut (ftUS)","9003","4269","15316","9802","1","0","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","1000000","9003","8827","500000","9003","",""," ",NULL};
+datafile_rows_t pcs_row_229[] = {"2235","NAD83 / Delaware (ftUS)","9003","4269","15317","9807","1","0","8801","38","9110","8802","-75.25","9110","8805","0.999995","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_230[] = {"2236","NAD83 / Florida East (ftUS)","9003","4269","15318","9807","1","0","8801","24.2","9110","8802","-81","9110","8805","0.999941177","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_231[] = {"2237","NAD83 / Florida West (ftUS)","9003","4269","15319","9807","1","0","8801","24.2","9110","8802","-82","9110","8805","0.999941177","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_232[] = {"2238","NAD83 / Florida North (ftUS)","9003","4269","15320","9802","1","0","8821","29","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_233[] = {"2239","NAD83 / Georgia East (ftUS)","9003","4269","15321","9807","1","0","8801","30","9110","8802","-82.1","9110","8805","0.9999","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_234[] = {"2240","NAD83 / Georgia West (ftUS)","9003","4269","15322","9807","1","0","8801","30","9110","8802","-84.1","9110","8805","0.9999","9201","8806","2296583.333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_235[] = {"2241","NAD83 / Idaho East (ftUS)","9003","4269","15323","9807","1","0","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_236[] = {"2242","NAD83 / Idaho Central (ftUS)","9003","4269","15324","9807","1","0","8801","41.4","9110","8802","-114","9110","8805","0.999947368","9201","8806","1640416.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_237[] = {"2243","NAD83 / Idaho West (ftUS)","9003","4269","15325","9807","1","0","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","2624666.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_238[] = {"2244","NAD83 / Indiana East (ftUS)","9003","4269","15326","9807","1","1","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","328083.333","9003","8807","818125","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_239[] = {"2245","NAD83 / Indiana West (ftUS)","9003","4269","15327","9807","1","1","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","2952750","9003","8807","818125","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_240[] = {"2246","NAD83 / Kentucky North (ftUS)","9003","4269","15328","9802","1","0","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","1640416.667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_241[] = {"2247","NAD83 / Kentucky South (ftUS)","9003","4269","15329","9802","1","0","8821","36.2","9110","8822","-85.45","9110","8823","37.56","9110","8824","36.44","9110","8826","1640416.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_242[] = {"2248","NAD83 / Maryland (ftUS)","9003","4269","15330","9802","1","0","8821","37.4","9110","8822","-77","9110","8823","39.27","9110","8824","38.18","9110","8826","1312333.333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_243[] = {"2249","NAD83 / Massachusetts Mainland (ftUS)","9003","4269","15331","9802","1","0","8821","41","9110","8822","-71.3","9110","8823","42.41","9110","8824","41.43","9110","8826","656166.667","9003","8827","2460625","9003","",""," ",NULL};
+datafile_rows_t pcs_row_244[] = {"2250","NAD83 / Massachusetts Island (ftUS)","9003","4269","15332","9802","1","0","8821","41","9110","8822","-70.3","9110","8823","41.29","9110","8824","41.17","9110","8826","1640416.667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_245[] = {"2251","NAD83 / Michigan North (ft)","9002","4269","15333","9802","1","0","8821","44.47","9110","8822","-87","9110","8823","47.05","9110","8824","45.29","9110","8826","26246719.16","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_246[] = {"2252","NAD83 / Michigan Central (ft)","9002","4269","15334","9802","1","0","8821","43.19","9110","8822","-84.22","9110","8823","45.42","9110","8824","44.11","9110","8826","19685039.37","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_247[] = {"2253","NAD83 / Michigan South (ft)","9002","4269","15335","9802","1","0","8821","41.3","9110","8822","-84.22","9110","8823","43.4","9110","8824","42.06","9110","8826","13123359.58","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_248[] = {"2254","NAD83 / Mississippi East (ftUS)","9003","4269","15336","9807","1","0","8801","29.3","9110","8802","-88.5","9110","8805","0.99995","9201","8806","984250","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_249[] = {"2255","NAD83 / Mississippi West (ftUS)","9003","4269","15337","9807","1","0","8801","29.3","9110","8802","-90.2","9110","8805","0.99995","9201","8806","2296583.333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_250[] = {"2256","NAD83 / Montana (ft)","9002","4269","15338","9802","1","0","8821","44.15","9110","8822","-109.3","9110","8823","49","9110","8824","45","9110","8826","1968503.937","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_251[] = {"2257","NAD83 / New Mexico East (ftUS)","9003","4269","15339","9807","1","0","8801","31","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","541337.5","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_252[] = {"2258","NAD83 / New Mexico Central (ftUS)","9003","4269","15340","9807","1","0","8801","31","9110","8802","-106.15","9110","8805","0.9999","9201","8806","1640416.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_253[] = {"2259","NAD83 / New Mexico West (ftUS)","9003","4269","15341","9807","1","0","8801","31","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","2723091.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_254[] = {"2260","NAD83 / New York East (ftUS)","9003","4269","15342","9807","1","0","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","492125","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_255[] = {"2261","NAD83 / New York Central (ftUS)","9003","4269","15343","9807","1","0","8801","40","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","820208.333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_256[] = {"2262","NAD83 / New York West (ftUS)","9003","4269","15344","9807","1","0","8801","40","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","1148291.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_257[] = {"2263","NAD83 / New York Long Island (ftUS)","9003","4269","15345","9802","1","0","8821","40.1","9110","8822","-74","9110","8823","41.02","9110","8824","40.4","9110","8826","984250","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_258[] = {"2264","NAD83 / North Carolina (ftUS)","9003","4269","15346","9802","1","0","8821","33.45","9110","8822","-79","9110","8823","36.1","9110","8824","34.2","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_259[] = {"2265","NAD83 / North Dakota North (ft)","9002","4269","15347","9802","1","0","8821","47","9110","8822","-100.3","9110","8823","48.44","9110","8824","47.26","9110","8826","1968503.937","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_260[] = {"2266","NAD83 / North Dakota South (ft)","9002","4269","15348","9802","1","0","8821","45.4","9110","8822","-100.3","9110","8823","47.29","9110","8824","46.11","9110","8826","1968503.937","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_261[] = {"2267","NAD83 / Oklahoma North (ftUS)","9003","4269","15349","9802","1","0","8821","35","9110","8822","-98","9110","8823","36.46","9110","8824","35.34","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_262[] = {"2268","NAD83 / Oklahoma South (ftUS)","9003","4269","15350","9802","1","0","8821","33.2","9110","8822","-98","9110","8823","35.14","9110","8824","33.56","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_263[] = {"2269","NAD83 / Oregon North (ft)","9002","4269","15351","9802","1","0","8821","43.4","9110","8822","-120.3","9110","8823","46","9110","8824","44.2","9110","8826","8202099.738","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_264[] = {"2270","NAD83 / Oregon South (ft)","9002","4269","15352","9802","1","0","8821","41.4","9110","8822","-120.3","9110","8823","44","9110","8824","42.2","9110","8826","4921259.843","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_265[] = {"2271","NAD83 / Pennsylvania North (ftUS)","9003","4269","15353","9802","1","0","8821","40.1","9110","8822","-77.45","9110","8823","41.57","9110","8824","40.53","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_266[] = {"2272","NAD83 / Pennsylvania South (ftUS)","9003","4269","15354","9802","1","0","8821","39.2","9110","8822","-77.45","9110","8823","40.58","9110","8824","39.56","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_267[] = {"2273","NAD83 / South Carolina (ft)","9002","4269","15355","9802","1","0","8821","31.5","9110","8822","-81","9110","8823","34.5","9110","8824","32.3","9110","8826","2000000","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_268[] = {"2274","NAD83 / Tennessee (ftUS)","9003","4269","15356","9802","1","0","8821","34.2","9110","8822","-86","9110","8823","36.25","9110","8824","35.15","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_269[] = {"2275","NAD83 / Texas North (ftUS)","9003","4269","15357","9802","1","0","8821","34","9110","8822","-101.3","9110","8823","36.11","9110","8824","34.39","9110","8826","656166.667","9003","8827","3280833.333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_270[] = {"2276","NAD83 / Texas North Central (ftUS)","9003","4269","15358","9802","1","0","8821","31.4","9110","8822","-98.3","9110","8823","33.58","9110","8824","32.08","9110","8826","1968500","9003","8827","6561666.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_271[] = {"2277","NAD83 / Texas Central (ftUS)","9003","4269","15359","9802","1","0","8821","29.4","9110","8822","-100.2","9110","8823","31.53","9110","8824","30.07","9110","8826","2296583.333","9003","8827","9842500","9003","",""," ",NULL};
+datafile_rows_t pcs_row_272[] = {"2278","NAD83 / Texas South Central (ftUS)","9003","4269","15360","9802","1","0","8821","27.5","9110","8822","-99","9110","8823","30.17","9110","8824","28.23","9110","8826","1968500","9003","8827","13123333.333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_273[] = {"2279","NAD83 / Texas South (ftUS)","9003","4269","15361","9802","1","0","8821","25.4","9110","8822","-98.3","9110","8823","27.5","9110","8824","26.1","9110","8826","984250","9003","8827","16404166.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_274[] = {"2280","NAD83 / Utah North (ft)","9002","4269","15362","9802","0","0","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","1640419.948","9002","8827","3280839.895","9002","",""," ",NULL};
+datafile_rows_t pcs_row_275[] = {"2281","NAD83 / Utah Central (ft)","9002","4269","15363","9802","0","0","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","1640419.948","9002","8827","6561679.79","9002","",""," ",NULL};
+datafile_rows_t pcs_row_276[] = {"2282","NAD83 / Utah South (ft)","9002","4269","15364","9802","0","0","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","1640419.948","9002","8827","9842519.685","9002","",""," ",NULL};
+datafile_rows_t pcs_row_277[] = {"2283","NAD83 / Virginia North (ftUS)","9003","4269","15365","9802","1","0","8821","37.4","9110","8822","-78.3","9110","8823","39.12","9110","8824","38.02","9110","8826","11482916.667","9003","8827","6561666.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_278[] = {"2284","NAD83 / Virginia South (ftUS)","9003","4269","15366","9802","1","0","8821","36.2","9110","8822","-78.3","9110","8823","37.58","9110","8824","36.46","9110","8826","11482916.667","9003","8827","3280833.333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_279[] = {"2285","NAD83 / Washington North (ftUS)","9003","4269","15367","9802","1","0","8821","47","9110","8822","-120.5","9110","8823","48.44","9110","8824","47.3","9110","8826","1640416.667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_280[] = {"2286","NAD83 / Washington South (ftUS)","9003","4269","15368","9802","1","0","8821","45.2","9110","8822","-120.3","9110","8823","47.2","9110","8824","45.5","9110","8826","1640416.667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_281[] = {"2287","NAD83 / Wisconsin North (ftUS)","9003","4269","15369","9802","1","0","8821","45.1","9110","8822","-90","9110","8823","46.46","9110","8824","45.34","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_282[] = {"2288","NAD83 / Wisconsin Central (ftUS)","9003","4269","15370","9802","1","0","8821","43.5","9110","8822","-90","9110","8823","45.3","9110","8824","44.15","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_283[] = {"2289","NAD83 / Wisconsin South (ftUS)","9003","4269","15371","9802","1","0","8821","42","9110","8822","-90","9110","8823","44.04","9110","8824","42.44","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_284[] = {"2290","ATS77 / Prince Edward Isl. Stereographic (ATS77)","9001","4122","19933","9809","1","0","8805","0.999912","9201","8807","400000","9001","8806","700000","9001","8802","-63","9110","8801","47.15","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_285[] = {"2291","NAD83(CSRS98) / Prince Edward Isl. Stereographic (NAD83)","9001","4122","19960","9809","1","1","8807","800000","9001","8801","47.15","9110","8802","-63","9110","8805","0.999912","9201","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_286[] = {"2292","NAD83(CSRS98) / Prince Edward Isl. Stereographic (NAD83)","9001","4140","19960","9809","1","1","8807","800000","9001","8801","47.15","9110","8802","-63","9110","8805","0.999912","9201","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_287[] = {"2294","ATS77 / MTM Nova Scotia zone 4","9001","4122","17794","9807","1","0","8801","0","9110","8805","0.9999","9201","8802","-61.3","9110","8807","0","9001","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_288[] = {"2295","ATS77 / MTM Nova Scotia zone 5","9001","4122","17795","9807","1","0","8805","0.9999","9201","8801","0","9110","8802","-64.3","9110","8806","5500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_289[] = {"2296","Ammassalik 1958 / Greenland zone 7 east","9001","4196","18427","9826","1","0","8807","0","9001","8802","-40","9110","8801","64.3","9110","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_290[] = {"2297","Qornoq 1927 / Greenland zone 1 east","9001","4194","18421","9826","1","1","8801","82.3","9110","8806","0","9001","8807","0","9001","8802","-40","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_291[] = {"2298","Qornoq 1927 / Greenland zone 2 east","9001","4194","18422","9826","1","1","8805","1","9201","8806","0","9001","8801","79.3","9110","8807","0","9001","8802","-24","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_292[] = {"2299","Qornoq 1927 / Greenland zone 2 west","9001","4194","18432","9826","1","0","8801","79.3","9110","8805","1","9201","8802","-64","9110","8806","0","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_293[] = {"2300","Qornoq 1927 / Greenland zone 3 east","9001","4194","18423","9826","1","1","8805","1","9201","8801","76.3","9110","8802","-20","9110","8806","0","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_294[] = {"2301","Qornoq 1927 / Greenland zone 3 west","9001","4194","18433","9826","1","0","8802","-64","9110","8807","0","9001","8801","76.3","9110","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_295[] = {"2302","Qornoq 1927 / Greenland zone 4 east","9001","4194","18424","9826","1","1","8802","-24","9110","8807","0","9001","8806","0","9001","8805","1","9201","8801","73.3","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_296[] = {"2303","Qornoq 1927 / Greenland zone 4 west","9001","4194","18434","9826","1","0","8806","0","9001","8802","-52","9110","8805","1","9201","8801","73.3","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_297[] = {"2304","Qornoq 1927 / Greenland zone 5 west","9001","4194","18435","9826","1","0","8807","0","9001","8805","1","9201","8801","70.3","9110","8802","-52","9110","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_298[] = {"2305","Qornoq 1927 / Greenland zone 6 west","9001","4194","18436","9826","1","0","8806","0","9001","8801","67.3","9110","8807","0","9001","8805","1","9201","8802","-52","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_299[] = {"2306","Qornoq 1927 / Greenland zone 7 west","9001","4194","18437","9826","1","0","8807","0","9001","8805","1","9201","8806","0","9001","8802","-52","9110","8801","64.3","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_300[] = {"2307","Qornoq 1927 / Greenland zone 8 east","9001","4194","18428","9826","1","0","8807","0","9001","8802","-48","9110","8801","61.3","9110","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_301[] = {"2308","Batavia / TM 109 SE","9001","4211","16709","9807","1","0","8802","109","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_302[] = {"2309","WGS 84 / TM 116 SE","9001","4326","16716","9807","1","0","8805","0.9996","9201","8802","116","9102","8807","10000000","9001","8806","500000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_303[] = {"2310","WGS 84 / TM 132 SE","9001","4326","16732","9807","1","0","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","132","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_304[] = {"2311","WGS 84 / TM 6 NE","9001","4326","16406","9807","1","0","8801","0","9102","8807","0","9001","8802","6","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_305[] = {"2312","Garoua / UTM zone 33N","9001","4197","16033","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","15","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_306[] = {"2313","Kousseri / UTM zone 33N","9001","4198","16033","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","15","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_307[] = {"2314","Trinidad 1903 / Trinidad Grid (ftCla)","9005","4302","19975","9806","1","0","8802","-61.2","9110","8801","10.263","9110","8806","283800","9005","8807","214500","9005","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_308[] = {"2315","Campo Inchauspe / UTM zone 19S","9001","4221","16119","9807","1","0","8805","0.9996","9201","8802","-69","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_309[] = {"2316","Campo Inchauspe / UTM zone 20S","9001","4221","16120","9807","1","0","8801","0","9102","8807","10000000","9001","8802","-63","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_310[] = {"2317","PSAD56 / ICN Regional","9001","4248","19976","9802","1","0","8821","6","9102","8826","1000000","9001","8824","3","9102","8822","-66","9102","8827","1000000","9001","8823","9","9102","",""," ",NULL};
+datafile_rows_t pcs_row_311[] = {"2318","Ain el Abd / Aramco Lambert","9001","4204","19977","9802","1","0","8821","25.0522236","9110","8822","48","9102","8826","0","9001","8824","33","9102","8823","17","9102","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_312[] = {"2319","ED50 / TM27","9001","4230","16305","9807","1","0","8806","500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_313[] = {"2320","ED50 / TM30","9001","4230","16370","9807","1","0","8801","0","9102","8807","0","9001","8802","30","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_314[] = {"2321","ED50 / TM33","9001","4230","16306","9807","1","0","8801","0","9102","8807","0","9001","8802","33","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_315[] = {"2322","ED50 / TM36","9001","4230","16372","9807","1","0","8805","1","9201","8807","0","9001","8806","500000","9001","8802","36","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_316[] = {"2323","ED50 / TM39","9001","4230","16307","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8802","39","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_317[] = {"2324","ED50 / TM42","9001","4230","16374","9807","1","0","8802","42","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_318[] = {"2325","ED50 / TM45","9001","4230","16308","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_319[] = {"2326","Hong Kong 1980 Grid System","9001","4611","19978","9807","1","0","8806","836694.05","9001","8807","819069.8","9001","8801","22.184368","9110","8805","1","9201","8802","114.10428","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_320[] = {"2327","Xian 1980 / Gauss-Kruger zone 13","9001","4610","16213","9807","1","0","8802","75","9102","8801","0","9102","8807","0","9001","8806","13500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_321[] = {"2328","Xian 1980 / Gauss-Kruger zone 14","9001","4610","16214","9807","1","0","8807","0","9001","8806","14500000","9001","8801","0","9102","8805","1","9201","8802","81","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_322[] = {"2329","Xian 1980 / Gauss-Kruger zone 15","9001","4610","16215","9807","1","0","8801","0","9102","8805","1","9201","8802","87","9102","8806","15500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_323[] = {"2330","Xian 1980 / Gauss-Kruger zone 16","9001","4610","16216","9807","1","0","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","8806","16500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_324[] = {"2331","Xian 1980 / Gauss-Kruger zone 17","9001","4610","16217","9807","1","0","8801","0","9102","8807","0","9001","8802","99","9102","8806","17500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_325[] = {"2332","Xian 1980 / Gauss-Kruger zone 18","9001","4610","16218","9807","1","0","8805","1","9201","8802","105","9102","8801","0","9102","8806","18500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_326[] = {"2333","Xian 1980 / Gauss-Kruger zone 19","9001","4610","16219","9807","1","0","8806","19500000","9001","8805","1","9201","8802","111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_327[] = {"2334","Xian 1980 / Gauss-Kruger zone 20","9001","4610","16220","9807","1","0","8802","117","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","20500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_328[] = {"2335","Xian 1980 / Gauss-Kruger zone 21","9001","4610","16221","9807","1","0","8805","1","9201","8802","123","9102","8801","0","9102","8807","0","9001","8806","21500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_329[] = {"2336","Xian 1980 / Gauss-Kruger zone 22","9001","4610","16222","9807","1","0","8807","0","9001","8806","22500000","9001","8801","0","9102","8805","1","9201","8802","129","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_330[] = {"2337","Xian 1980 / Gauss-Kruger zone 23","9001","4610","16223","9807","1","0","8805","1","9201","8802","135","9102","8801","0","9102","8806","23500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_331[] = {"2338","Xian 1980 / Gauss-Kruger CM 75E","9001","4610","16313","9807","1","0","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_332[] = {"2339","Xian 1980 / Gauss-Kruger CM 81E","9001","4610","16314","9807","1","0","8801","0","9102","8807","0","9001","8802","81","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_333[] = {"2340","Xian 1980 / Gauss-Kruger CM 87E","9001","4610","16315","9807","1","0","8802","87","9102","8806","500000","9001","8805","1","9201","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_334[] = {"2341","Xian 1980 / Gauss-Kruger CM 93E","9001","4610","16316","9807","1","0","8806","500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_335[] = {"2342","Xian 1980 / Gauss-Kruger CM 99E","9001","4610","16317","9807","1","0","8802","99","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_336[] = {"2343","Xian 1980 / Gauss-Kruger CM 105E","9001","4610","16318","9807","1","0","8805","1","9201","8802","105","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_337[] = {"2344","Xian 1980 / Gauss-Kruger CM 111E","9001","4610","16319","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_338[] = {"2345","Xian 1980 / Gauss-Kruger CM 117E","9001","4610","16320","9807","1","0","8805","1","9201","8802","117","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_339[] = {"2346","Xian 1980 / Gauss-Kruger CM 123E","9001","4610","16321","9807","1","0","8806","500000","9001","8807","0","9001","8805","1","9201","8802","123","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_340[] = {"2347","Xian 1980 / Gauss-Kruger CM 129E","9001","4610","16322","9807","1","0","8801","0","9102","8807","0","9001","8802","129","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_341[] = {"2348","Xian 1980 / Gauss-Kruger CM 135E","9001","4610","16323","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8802","135","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_342[] = {"2349","Xian 1980 / 3-degree Gauss-Kruger zone 25","9001","4610","16285","9807","1","0","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","25500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_343[] = {"2350","Xian 1980 / 3-degree Gauss-Kruger zone 26","9001","4610","16286","9807","1","0","8807","0","9001","8806","26500000","9001","8801","0","9102","8805","1","9201","8802","78","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_344[] = {"2351","Xian 1980 / 3-degree Gauss-Kruger zone 27","9001","4610","16287","9807","1","0","8805","1","9201","8802","81","9102","8801","0","9102","8806","27500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_345[] = {"2352","Xian 1980 / 3-degree Gauss-Kruger zone 28","9001","4610","16288","9807","1","0","8807","0","9001","8806","28500000","9001","8805","1","9201","8802","84","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_346[] = {"2353","Xian 1980 / 3-degree Gauss-Kruger zone 29","9001","4610","16289","9807","1","0","8801","0","9102","8807","0","9001","8802","87","9102","8806","29500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_347[] = {"2354","Xian 1980 / 3-degree Gauss-Kruger zone 30","9001","4610","16290","9807","1","0","8801","0","9102","8806","30500000","9001","8805","1","9201","8802","90","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_348[] = {"2355","Xian 1980 / 3-degree Gauss-Kruger zone 31","9001","4610","16291","9807","1","0","8807","0","9001","8806","31500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_349[] = {"2356","Xian 1980 / 3-degree Gauss-Kruger zone 32","9001","4610","16292","9807","1","0","8802","96","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","32500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_350[] = {"2357","Xian 1980 / 3-degree Gauss-Kruger zone 33","9001","4610","16293","9807","1","0","8802","99","9102","8801","0","9102","8807","0","9001","8806","33500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_351[] = {"2358","Xian 1980 / 3-degree Gauss-Kruger zone 34","9001","4610","16294","9807","1","0","8807","0","9001","8806","34500000","9001","8801","0","9102","8805","1","9201","8802","102","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_352[] = {"2359","Xian 1980 / 3-degree Gauss-Kruger zone 35","9001","4610","16295","9807","1","0","8802","105","9102","8801","0","9102","8805","1","9201","8806","35500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_353[] = {"2360","Xian 1980 / 3-degree Gauss-Kruger zone 36","9001","4610","16296","9807","1","0","8805","1","9201","8802","108","9102","8801","0","9102","8807","0","9001","8806","36500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_354[] = {"2361","Xian 1980 / 3-degree Gauss-Kruger zone 37","9001","4610","16297","9807","1","0","8801","0","9102","8807","0","9001","8802","111","9102","8806","37500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_355[] = {"2362","Xian 1980 / 3-degree Gauss-Kruger zone 38","9001","4610","16298","9807","1","0","8802","114","9102","8801","0","9102","8806","38500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_356[] = {"2363","Xian 1980 / 3-degree Gauss-Kruger zone 39","9001","4610","16299","9807","1","0","8806","39500000","9001","8805","1","9201","8802","117","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_357[] = {"2364","Xian 1980 / 3-degree Gauss-Kruger zone 40","9001","4610","16070","9807","1","0","8807","0","9001","8806","40500000","9001","8801","0","9102","8805","1","9201","8802","120","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_358[] = {"2365","Xian 1980 / 3-degree Gauss-Kruger zone 41","9001","4610","16071","9807","1","0","8805","1","9201","8802","123","9102","8801","0","9102","8806","41500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_359[] = {"2366","Xian 1980 / 3-degree Gauss-Kruger zone 42","9001","4610","16072","9807","1","0","8807","0","9001","8806","42500000","9001","8805","1","9201","8802","126","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_360[] = {"2367","Xian 1980 / 3-degree Gauss-Kruger zone 43","9001","4610","16073","9807","1","0","8801","0","9102","8807","0","9001","8802","129","9102","8806","43500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_361[] = {"2368","Xian 1980 / 3-degree Gauss-Kruger zone 44","9001","4610","16074","9807","1","0","8801","0","9102","8806","44500000","9001","8805","1","9201","8802","132","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_362[] = {"2369","Xian 1980 / 3-degree Gauss-Kruger zone 45","9001","4610","16075","9807","1","0","8807","0","9001","8806","45500000","9001","8805","1","9201","8802","135","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_363[] = {"2370","Xian 1980 / 3-degree Gauss-Kruger CM 75E","9001","4610","16313","9807","1","0","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_364[] = {"2371","Xian 1980 / 3-degree Gauss-Kruger CM 78E","9001","4610","16386","9807","1","0","8801","0","9102","8807","0","9001","8802","78","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_365[] = {"2372","Xian 1980 / 3-degree Gauss-Kruger CM 81E","9001","4610","16314","9807","1","0","8801","0","9102","8807","0","9001","8802","81","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_366[] = {"2373","Xian 1980 / 3-degree Gauss-Kruger CM 84E","9001","4610","16388","9807","1","0","8806","500000","9001","8805","1","9201","8802","84","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_367[] = {"2374","Xian 1980 / 3-degree Gauss-Kruger CM 87E","9001","4610","16315","9807","1","0","8802","87","9102","8806","500000","9001","8805","1","9201","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_368[] = {"2375","Xian 1980 / 3-degree Gauss-Kruger CM 90E","9001","4610","16390","9807","1","0","8802","90","9102","8801","0","9102","8806","500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_369[] = {"2376","Xian 1980 / 3-degree Gauss-Kruger CM 93E","9001","4610","16316","9807","1","0","8806","500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_370[] = {"2377","Xian 1980 / 3-degree Gauss-Kruger CM 96E","9001","4610","16392","9807","1","0","8801","0","9102","8802","96","9102","8806","500000","9001","8807","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_371[] = {"2378","Xian 1980 / 3-degree Gauss-Kruger CM 99E","9001","4610","16317","9807","1","0","8802","99","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_372[] = {"2379","Xian 1980 / 3-degree Gauss-Kruger CM 102E","9001","4610","16394","9807","1","0","8801","0","9102","8807","0","9001","8802","102","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_373[] = {"2380","Xian 1980 / 3-degree Gauss-Kruger CM 105E","9001","4610","16318","9807","1","0","8805","1","9201","8802","105","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_374[] = {"2381","Xian 1980 / 3-degree Gauss-Kruger CM 108E","9001","4610","16396","9807","1","0","8806","500000","9001","8805","1","9201","8802","108","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_375[] = {"2382","Xian 1980 / 3-degree Gauss-Kruger CM 111E","9001","4610","16319","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_376[] = {"2383","Xian 1980 / 3-degree Gauss-Kruger CM 114E","9001","4610","16398","9807","1","0","8801","0","9102","8805","1","9201","8806","500000","9001","8802","114","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_377[] = {"2384","Xian 1980 / 3-degree Gauss-Kruger CM 117E","9001","4610","16320","9807","1","0","8805","1","9201","8802","117","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_378[] = {"2385","Xian 1980 / 3-degree Gauss-Kruger CM 120E","9001","4610","16170","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","120","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_379[] = {"2386","Xian 1980 / 3-degree Gauss-Kruger CM 123E","9001","4610","16321","9807","1","0","8806","500000","9001","8807","0","9001","8805","1","9201","8802","123","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_380[] = {"2387","Xian 1980 / 3-degree Gauss-Kruger CM 126E","9001","4610","16172","9807","1","0","8802","126","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_381[] = {"2388","Xian 1980 / 3-degree Gauss-Kruger CM 129E","9001","4610","16322","9807","1","0","8801","0","9102","8807","0","9001","8802","129","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_382[] = {"2389","Xian 1980 / 3-degree Gauss-Kruger CM 132E","9001","4610","16174","9807","1","0","8802","132","9102","8801","0","9102","8805","1","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_383[] = {"2390","Xian 1980 / 3-degree Gauss-Kruger CM 135E","9001","4610","16323","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8802","135","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_384[] = {"2391","KKJ / Finland zone 1","9001","4123","18191","9807","1","0","8807","0","9001","8802","21","9102","8801","0","9102","8806","1500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_385[] = {"2392","KKJ / Finland zone 2","9001","4123","18192","9807","1","0","8801","0","9102","8806","2500000","9001","8802","24","9102","8807","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_386[] = {"2393","KKJ / Finland Uniform Coordinate System","9001","4123","18193","9807","1","0","8801","0","9102","8807","0","9001","8805","1","9201","8806","3500000","9001","8802","27","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_387[] = {"2394","KKJ / Finland zone 4","9001","4123","18194","9807","1","0","8801","0","9102","8805","1","9201","8807","0","9001","8802","30","9102","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_388[] = {"2395","South Yemen / Gauss-Kruger zone 8","9001","4164","16208","9807","1","0","8806","8500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_389[] = {"2396","South Yemen / Gauss-Kruger zone 9","9001","4164","16209","9807","1","0","8801","0","9102","8807","0","9001","8802","51","9102","8806","9500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_390[] = {"2397","Pulkovo 1942(83) / Gauss-Kruger zone 3","9001","4178","16263","9807","1","0","8805","1","9201","8802","9","9102","8801","0","9102","8806","3500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_391[] = {"2398","Pulkovo 1942(83) / Gauss-Kruger zone 4","9001","4178","16264","9807","1","0","8805","1","9201","8802","12","9102","8801","0","9102","8807","0","9001","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_392[] = {"2399","Pulkovo 1942(83) / Gauss-Kruger zone 5","9001","4178","16265","9807","1","0","8801","0","9102","8807","0","9001","8802","15","9102","8806","5500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_393[] = {"2400","RT90 2.5 gon W","9001","4124","19929","9807","1","1","8807","0","9001","8802","15.48298","9110","8805","1","9201","8806","1500000","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_394[] = {"2401","Beijing 1954 / 3-degree Gauss-Kruger zone 25","9001","4214","16285","9807","1","0","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","25500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_395[] = {"2402","Beijing 1954 / 3-degree Gauss-Kruger zone 26","9001","4214","16286","9807","1","0","8807","0","9001","8806","26500000","9001","8801","0","9102","8805","1","9201","8802","78","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_396[] = {"2403","Beijing 1954 / 3-degree Gauss-Kruger zone 27","9001","4214","16287","9807","1","0","8805","1","9201","8802","81","9102","8801","0","9102","8806","27500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_397[] = {"2404","Beijing 1954 / 3-degree Gauss-Kruger zone 28","9001","4214","16288","9807","1","0","8807","0","9001","8806","28500000","9001","8805","1","9201","8802","84","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_398[] = {"2405","Beijing 1954 / 3-degree Gauss-Kruger zone 29","9001","4214","16289","9807","1","0","8801","0","9102","8807","0","9001","8802","87","9102","8806","29500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_399[] = {"2406","Beijing 1954 / 3-degree Gauss-Kruger zone 30","9001","4214","16290","9807","1","0","8801","0","9102","8806","30500000","9001","8805","1","9201","8802","90","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_400[] = {"2407","Beijing 1954 / 3-degree Gauss-Kruger zone 31","9001","4214","16291","9807","1","0","8807","0","9001","8806","31500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_401[] = {"2408","Beijing 1954 / 3-degree Gauss-Kruger zone 32","9001","4214","16292","9807","1","0","8802","96","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","32500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_402[] = {"2409","Beijing 1954 / 3-degree Gauss-Kruger zone 33","9001","4214","16293","9807","1","0","8802","99","9102","8801","0","9102","8807","0","9001","8806","33500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_403[] = {"2410","Beijing 1954 / 3-degree Gauss-Kruger zone 34","9001","4214","16294","9807","1","0","8807","0","9001","8806","34500000","9001","8801","0","9102","8805","1","9201","8802","102","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_404[] = {"2411","Beijing 1954 / 3-degree Gauss-Kruger zone 35","9001","4214","16295","9807","1","0","8802","105","9102","8801","0","9102","8805","1","9201","8806","35500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_405[] = {"2412","Beijing 1954 / 3-degree Gauss-Kruger zone 36","9001","4214","16296","9807","1","0","8805","1","9201","8802","108","9102","8801","0","9102","8807","0","9001","8806","36500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_406[] = {"2413","Beijing 1954 / 3-degree Gauss-Kruger zone 37","9001","4214","16297","9807","1","0","8801","0","9102","8807","0","9001","8802","111","9102","8806","37500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_407[] = {"2414","Beijing 1954 / 3-degree Gauss-Kruger zone 38","9001","4214","16298","9807","1","0","8802","114","9102","8801","0","9102","8806","38500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_408[] = {"2415","Beijing 1954 / 3-degree Gauss-Kruger zone 39","9001","4214","16299","9807","1","0","8806","39500000","9001","8805","1","9201","8802","117","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_409[] = {"2416","Beijing 1954 / 3-degree Gauss-Kruger zone 40","9001","4214","16070","9807","1","0","8807","0","9001","8806","40500000","9001","8801","0","9102","8805","1","9201","8802","120","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_410[] = {"2417","Beijing 1954 / 3-degree Gauss-Kruger zone 41","9001","4214","16071","9807","1","0","8805","1","9201","8802","123","9102","8801","0","9102","8806","41500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_411[] = {"2418","Beijing 1954 / 3-degree Gauss-Kruger zone 42","9001","4214","16072","9807","1","0","8807","0","9001","8806","42500000","9001","8805","1","9201","8802","126","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_412[] = {"2419","Beijing 1954 / 3-degree Gauss-Kruger zone 43","9001","4214","16073","9807","1","0","8801","0","9102","8807","0","9001","8802","129","9102","8806","43500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_413[] = {"2420","Beijing 1954 / 3-degree Gauss-Kruger zone 44","9001","4214","16074","9807","1","0","8801","0","9102","8806","44500000","9001","8805","1","9201","8802","132","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_414[] = {"2421","Beijing 1954 / 3-degree Gauss-Kruger zone 45","9001","4214","16075","9807","1","0","8807","0","9001","8806","45500000","9001","8805","1","9201","8802","135","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_415[] = {"2422","Beijing 1954 / 3-degree Gauss-Kruger CM 75E","9001","4214","16313","9807","1","0","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_416[] = {"2423","Beijing 1954 / 3-degree Gauss-Kruger CM 78E","9001","4214","16386","9807","1","0","8801","0","9102","8807","0","9001","8802","78","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_417[] = {"2424","Beijing 1954 / 3-degree Gauss-Kruger CM 81E","9001","4214","16314","9807","1","0","8801","0","9102","8807","0","9001","8802","81","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_418[] = {"2425","Beijing 1954 / 3-degree Gauss-Kruger CM 84E","9001","4214","16388","9807","1","0","8806","500000","9001","8805","1","9201","8802","84","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_419[] = {"2426","Beijing 1954 / 3-degree Gauss-Kruger CM 87E","9001","4214","16315","9807","1","0","8802","87","9102","8806","500000","9001","8805","1","9201","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_420[] = {"2427","Beijing 1954 / 3-degree Gauss-Kruger CM 90E","9001","4214","16390","9807","1","0","8802","90","9102","8801","0","9102","8806","500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_421[] = {"2428","Beijing 1954 / 3-degree Gauss-Kruger CM 93E","9001","4214","16316","9807","1","0","8806","500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_422[] = {"2429","Beijing 1954 / 3-degree Gauss-Kruger CM 96E","9001","4214","16392","9807","1","0","8801","0","9102","8802","96","9102","8806","500000","9001","8807","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_423[] = {"2430","Beijing 1954 / 3-degree Gauss-Kruger CM 99E","9001","4214","16317","9807","1","0","8802","99","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_424[] = {"2431","Beijing 1954 / 3-degree Gauss-Kruger CM 102E","9001","4214","16394","9807","1","0","8801","0","9102","8807","0","9001","8802","102","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_425[] = {"2432","Beijing 1954 / 3-degree Gauss-Kruger CM 105E","9001","4214","16318","9807","1","0","8805","1","9201","8802","105","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_426[] = {"2433","Beijing 1954 / 3-degree Gauss-Kruger CM 108E","9001","4214","16396","9807","1","0","8806","500000","9001","8805","1","9201","8802","108","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_427[] = {"2434","Beijing 1954 / 3-degree Gauss-Kruger CM 111E","9001","4214","16319","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_428[] = {"2435","Beijing 1954 / 3-degree Gauss-Kruger CM 114E","9001","4214","16398","9807","1","0","8801","0","9102","8805","1","9201","8806","500000","9001","8802","114","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_429[] = {"2436","Beijing 1954 / 3-degree Gauss-Kruger CM 117E","9001","4214","16320","9807","1","0","8805","1","9201","8802","117","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_430[] = {"2437","Beijing 1954 / 3-degree Gauss-Kruger CM 120E","9001","4214","16170","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","120","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_431[] = {"2438","Beijing 1954 / 3-degree Gauss-Kruger CM 123E","9001","4214","16321","9807","1","0","8806","500000","9001","8807","0","9001","8805","1","9201","8802","123","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_432[] = {"2439","Beijing 1954 / 3-degree Gauss-Kruger CM 126E","9001","4214","16172","9807","1","0","8802","126","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_433[] = {"2440","Beijing 1954 / 3-degree Gauss-Kruger CM 129E","9001","4214","16322","9807","1","0","8801","0","9102","8807","0","9001","8802","129","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_434[] = {"2441","Beijing 1954 / 3-degree Gauss-Kruger CM 132E","9001","4214","16174","9807","1","0","8802","132","9102","8801","0","9102","8805","1","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_435[] = {"2442","Beijing 1954 / 3-degree Gauss-Kruger CM 135E","9001","4214","16323","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8802","135","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_436[] = {"2443","JGD2000 / Japan Plane Rectangular CS I","9001","4612","17801","9807","1","0","8801","33","9110","8805","0.9999","9201","8802","129.3","9110","8806","0","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_437[] = {"2444","JGD2000 / Japan Plane Rectangular CS II","9001","4612","17802","9807","1","0","8802","131","9110","8806","0","9001","8807","0","9001","8805","0.9999","9201","8801","33","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_438[] = {"2445","JGD2000 / Japan Plane Rectangular CS III","9001","4612","17803","9807","1","0","8805","0.9999","9201","8806","0","9001","8801","36","9110","8802","132.1","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_439[] = {"2446","JGD2000 / Japan Plane Rectangular CS IV","9001","4612","17804","9807","1","0","8801","33","9110","8802","133.3","9110","8806","0","9001","8805","0.9999","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_440[] = {"2447","JGD2000 / Japan Plane Rectangular CS V","9001","4612","17805","9807","1","0","8805","0.9999","9201","8802","134.2","9110","8807","0","9001","8806","0","9001","8801","36","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_441[] = {"2448","JGD2000 / Japan Plane Rectangular CS VI","9001","4612","17806","9807","1","0","8801","36","9110","8807","0","9001","8802","136","9110","8805","0.9999","9201","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_442[] = {"2449","JGD2000 / Japan Plane Rectangular CS VII","9001","4612","17807","9807","1","0","8802","137.1","9110","8801","36","9110","8807","0","9001","8806","0","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_443[] = {"2450","JGD2000 / Japan Plane Rectangular CS VIII","9001","4612","17808","9807","1","0","8806","0","9001","8801","36","9110","8807","0","9001","8802","138.3","9110","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_444[] = {"2451","JGD2000 / Japan Plane Rectangular CS IX","9001","4612","17809","9807","1","0","8801","36","9110","8802","139.5","9110","8805","0.9999","9201","8806","0","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_445[] = {"2452","JGD2000 / Japan Plane Rectangular CS X","9001","4612","17810","9807","1","0","8805","0.9999","9201","8802","140.5","9110","8807","0","9001","8801","40","9110","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_446[] = {"2453","JGD2000 / Japan Plane Rectangular CS XI","9001","4612","17811","9807","1","0","8801","44","9110","8802","140.15","9110","8807","0","9001","8806","0","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_447[] = {"2454","JGD2000 / Japan Plane Rectangular CS XII","9001","4612","17812","9807","1","0","8802","142.15","9110","8805","0.9999","9201","8807","0","9001","8801","44","9110","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_448[] = {"2455","JGD2000 / Japan Plane Rectangular CS XIII","9001","4612","17813","9807","1","0","8802","144.15","9110","8807","0","9001","8801","44","9110","8805","0.9999","9201","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_449[] = {"2456","JGD2000 / Japan Plane Rectangular CS XIV","9001","4612","17814","9807","1","0","8802","142","9110","8805","0.9999","9201","8806","0","9001","8807","0","9001","8801","26","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_450[] = {"2457","JGD2000 / Japan Plane Rectangular CS XV","9001","4612","17815","9807","1","0","8807","0","9001","8805","0.9999","9201","8801","26","9110","8806","0","9001","8802","127.3","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_451[] = {"2458","JGD2000 / Japan Plane Rectangular CS XVI","9001","4612","17816","9807","1","0","8807","0","9001","8806","0","9001","8805","0.9999","9201","8801","26","9110","8802","124","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_452[] = {"2459","JGD2000 / Japan Plane Rectangular CS XVII","9001","4612","17817","9807","1","0","8802","131","9110","8805","0.9999","9201","8806","0","9001","8801","26","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_453[] = {"2460","JGD2000 / Japan Plane Rectangular CS XVIII","9001","4612","17818","9807","1","0","8801","20","9110","8807","0","9001","8805","0.9999","9201","8806","0","9001","8802","136","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_454[] = {"2461","JGD2000 / Japan Plane Rectangular CS XIX","9001","4612","17819","9807","1","0","8801","26","9110","8806","0","9001","8802","154","9110","8807","0","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_455[] = {"2462","Albanian 1987 / Gauss-Kruger zone 4","9001","4191","16204","9807","1","0","8802","21","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_456[] = {"2463","Pulkovo 1995 / Gauss-Kruger CM 21E","9001","4200","16304","9807","1","0","8805","1","9201","8802","21","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_457[] = {"2464","Pulkovo 1995 / Gauss-Kruger CM 27E","9001","4200","16305","9807","1","0","8806","500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_458[] = {"2465","Pulkovo 1995 / Gauss-Kruger CM 33E","9001","4200","16306","9807","1","0","8801","0","9102","8807","0","9001","8802","33","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_459[] = {"2466","Pulkovo 1995 / Gauss-Kruger CM 39E","9001","4200","16307","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8802","39","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_460[] = {"2467","Pulkovo 1995 / Gauss-Kruger CM 45E","9001","4200","16308","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_461[] = {"2468","Pulkovo 1995 / Gauss-Kruger CM 51E","9001","4200","16309","9807","1","0","8801","0","9102","8802","51","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_462[] = {"2469","Pulkovo 1995 / Gauss-Kruger CM 57E","9001","4200","16310","9807","1","0","8802","57","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_463[] = {"2470","Pulkovo 1995 / Gauss-Kruger CM 63E","9001","4200","16311","9807","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","8802","63","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_464[] = {"2471","Pulkovo 1995 / Gauss-Kruger CM 69E","9001","4200","16312","9807","1","0","8801","0","9102","8805","1","9201","8802","69","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_465[] = {"2472","Pulkovo 1995 / Gauss-Kruger CM 75E","9001","4200","16313","9807","1","0","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_466[] = {"2473","Pulkovo 1995 / Gauss-Kruger CM 81E","9001","4200","16314","9807","1","0","8801","0","9102","8807","0","9001","8802","81","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_467[] = {"2474","Pulkovo 1995 / Gauss-Kruger CM 87E","9001","4200","16315","9807","1","0","8802","87","9102","8806","500000","9001","8805","1","9201","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_468[] = {"2475","Pulkovo 1995 / Gauss-Kruger CM 93E","9001","4200","16316","9807","1","0","8806","500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_469[] = {"2476","Pulkovo 1995 / Gauss-Kruger CM 99E","9001","4200","16317","9807","1","0","8802","99","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_470[] = {"2477","Pulkovo 1995 / Gauss-Kruger CM 105E","9001","4200","16318","9807","1","0","8805","1","9201","8802","105","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_471[] = {"2478","Pulkovo 1995 / Gauss-Kruger CM 111E","9001","4200","16319","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_472[] = {"2479","Pulkovo 1995 / Gauss-Kruger CM 117E","9001","4200","16320","9807","1","0","8805","1","9201","8802","117","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_473[] = {"2480","Pulkovo 1995 / Gauss-Kruger CM 123E","9001","4200","16321","9807","1","0","8806","500000","9001","8807","0","9001","8805","1","9201","8802","123","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_474[] = {"2481","Pulkovo 1995 / Gauss-Kruger CM 129E","9001","4200","16322","9807","1","0","8801","0","9102","8807","0","9001","8802","129","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_475[] = {"2482","Pulkovo 1995 / Gauss-Kruger CM 135E","9001","4200","16323","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8802","135","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_476[] = {"2483","Pulkovo 1995 / Gauss-Kruger CM 141E","9001","4200","16324","9807","1","0","8806","500000","9001","8805","1","9201","8802","141","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_477[] = {"2484","Pulkovo 1995 / Gauss-Kruger CM 147E","9001","4200","16325","9807","1","0","8802","147","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_478[] = {"2485","Pulkovo 1995 / Gauss-Kruger CM 153E","9001","4200","16326","9807","1","0","8802","153","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_479[] = {"2486","Pulkovo 1995 / Gauss-Kruger CM 159E","9001","4200","16327","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_480[] = {"2487","Pulkovo 1995 / Gauss-Kruger CM 165E","9001","4200","16328","9807","1","0","8806","500000","9001","8805","1","9201","8802","165","9102","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_481[] = {"2488","Pulkovo 1995 / Gauss-Kruger CM 171E","9001","4200","16329","9807","1","0","8805","1","9201","8802","171","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_482[] = {"2489","Pulkovo 1995 / Gauss-Kruger CM 177E","9001","4200","16330","9807","1","0","8801","0","9102","8807","0","9001","8802","177","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_483[] = {"2490","Pulkovo 1995 / Gauss-Kruger CM 177W","9001","4200","16331","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8807","0","9001","8802","-177","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_484[] = {"2491","Pulkovo 1995 / Gauss-Kruger CM 171W","9001","4200","16332","9807","1","0","8806","500000","9001","8805","1","9201","8802","-171","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_485[] = {"2492","Pulkovo 1942 / Gauss-Kruger CM 9E","9001","4284","16302","9807","1","0","8807","0","9001","8805","1","9201","8806","500000","9001","8802","9","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_486[] = {"2493","Pulkovo 1942 / Gauss-Kruger CM 15E","9001","4284","16303","9807","1","0","8805","1","9201","8801","0","9102","8807","0","9001","8806","500000","9001","8802","15","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_487[] = {"2494","Pulkovo 1942 / Gauss-Kruger CM 21E","9001","4284","16304","9807","1","0","8805","1","9201","8802","21","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_488[] = {"2495","Pulkovo 1942 / Gauss-Kruger CM 27E","9001","4284","16305","9807","1","0","8806","500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_489[] = {"2496","Pulkovo 1942 / Gauss-Kruger CM 33E","9001","4284","16306","9807","1","0","8801","0","9102","8807","0","9001","8802","33","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_490[] = {"2497","Pulkovo 1942 / Gauss-Kruger CM 39E","9001","4284","16307","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8802","39","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_491[] = {"2498","Pulkovo 1942 / Gauss-Kruger CM 45E","9001","4284","16308","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_492[] = {"2499","Pulkovo 1942 / Gauss-Kruger CM 51E","9001","4284","16309","9807","1","0","8801","0","9102","8802","51","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_493[] = {"2500","Pulkovo 1942 / Gauss-Kruger CM 57E","9001","4284","16310","9807","1","0","8802","57","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_494[] = {"2501","Pulkovo 1942 / Gauss-Kruger CM 63E","9001","4284","16311","9807","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","8802","63","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_495[] = {"2502","Pulkovo 1942 / Gauss-Kruger CM 69E","9001","4284","16312","9807","1","0","8801","0","9102","8805","1","9201","8802","69","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_496[] = {"2503","Pulkovo 1942 / Gauss-Kruger CM 75E","9001","4284","16313","9807","1","0","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_497[] = {"2504","Pulkovo 1942 / Gauss-Kruger CM 81E","9001","4284","16314","9807","1","0","8801","0","9102","8807","0","9001","8802","81","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_498[] = {"2505","Pulkovo 1942 / Gauss-Kruger CM 87E","9001","4284","16315","9807","1","0","8802","87","9102","8806","500000","9001","8805","1","9201","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_499[] = {"2506","Pulkovo 1942 / Gauss-Kruger CM 93E","9001","4284","16316","9807","1","0","8806","500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_500[] = {"2507","Pulkovo 1942 / Gauss-Kruger CM 99E","9001","4284","16317","9807","1","0","8802","99","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_501[] = {"2508","Pulkovo 1942 / Gauss-Kruger CM 105E","9001","4284","16318","9807","1","0","8805","1","9201","8802","105","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_502[] = {"2509","Pulkovo 1942 / Gauss-Kruger CM 111E","9001","4284","16319","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_503[] = {"2510","Pulkovo 1942 / Gauss-Kruger CM 117E","9001","4284","16320","9807","1","0","8805","1","9201","8802","117","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_504[] = {"2511","Pulkovo 1942 / Gauss-Kruger CM 123E","9001","4284","16321","9807","1","0","8806","500000","9001","8807","0","9001","8805","1","9201","8802","123","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_505[] = {"2512","Pulkovo 1942 / Gauss-Kruger CM 129E","9001","4284","16322","9807","1","0","8801","0","9102","8807","0","9001","8802","129","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_506[] = {"2513","Pulkovo 1942 / Gauss-Kruger CM 135E","9001","4284","16323","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8802","135","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_507[] = {"2514","Pulkovo 1942 / Gauss-Kruger CM 141E","9001","4284","16324","9807","1","0","8806","500000","9001","8805","1","9201","8802","141","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_508[] = {"2515","Pulkovo 1942 / Gauss-Kruger CM 147E","9001","4284","16325","9807","1","0","8802","147","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_509[] = {"2516","Pulkovo 1942 / Gauss-Kruger CM 153E","9001","4284","16326","9807","1","0","8802","153","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_510[] = {"2517","Pulkovo 1942 / Gauss-Kruger CM 159E","9001","4284","16327","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_511[] = {"2518","Pulkovo 1942 / Gauss-Kruger CM 165E","9001","4284","16328","9807","1","0","8806","500000","9001","8805","1","9201","8802","165","9102","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_512[] = {"2519","Pulkovo 1942 / Gauss-Kruger CM 171E","9001","4284","16329","9807","1","0","8805","1","9201","8802","171","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_513[] = {"2520","Pulkovo 1942 / Gauss-Kruger CM 177E","9001","4284","16330","9807","1","0","8801","0","9102","8807","0","9001","8802","177","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_514[] = {"2521","Pulkovo 1942 / Gauss-Kruger CM 177W","9001","4284","16331","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8807","0","9001","8802","-177","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_515[] = {"2522","Pulkovo 1942 / Gauss-Kruger CM 171W","9001","4284","16332","9807","1","0","8806","500000","9001","8805","1","9201","8802","-171","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_516[] = {"2523","Pulkovo 1942 / 3-degree Gauss-Kruger zone 7","9001","4284","16267","9807","1","0","8806","7500000","9001","8805","1","9201","8802","21","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_517[] = {"2524","Pulkovo 1942 / 3-degree Gauss-Kruger zone 8","9001","4284","16268","9807","1","0","8802","24","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","8500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_518[] = {"2525","Pulkovo 1942 / 3-degree Gauss-Kruger zone 9","9001","4284","16269","9807","1","0","8806","9500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_519[] = {"2526","Pulkovo 1942 / 3-degree Gauss-Kruger zone 10","9001","4284","16270","9807","1","0","8807","0","9001","8806","10500000","9001","8801","0","9102","8805","1","9201","8802","30","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_520[] = {"2527","Pulkovo 1942 / 3-degree Gauss-Kruger zone 11","9001","4284","16271","9807","1","0","8805","1","9201","8802","33","9102","8801","0","9102","8806","11500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_521[] = {"2528","Pulkovo 1942 / 3-degree Gauss-Kruger zone 12","9001","4284","16272","9807","1","0","8806","12500000","9001","8805","1","9201","8802","36","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_522[] = {"2529","Pulkovo 1942 / 3-degree Gauss-Kruger zone 13","9001","4284","16273","9807","1","0","8801","0","9102","8807","0","9001","8802","39","9102","8806","13500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_523[] = {"2530","Pulkovo 1942 / 3-degree Gauss-Kruger zone 14","9001","4284","16274","9807","1","0","8801","0","9102","8806","14500000","9001","8805","1","9201","8802","42","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_524[] = {"2531","Pulkovo 1942 / 3-degree Gauss-Kruger zone 15","9001","4284","16275","9807","1","0","8807","0","9001","8806","15500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_525[] = {"2532","Pulkovo 1942 / 3-degree Gauss-Kruger zone 16","9001","4284","16276","9807","1","0","8805","1","9201","8802","48","9102","8801","0","9102","8807","0","9001","8806","16500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_526[] = {"2533","Pulkovo 1942 / 3-degree Gauss-Kruger zone 17","9001","4284","16277","9807","1","0","8802","51","9102","8801","0","9102","8807","0","9001","8806","17500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_527[] = {"2534","Pulkovo 1942 / 3-degree Gauss-Kruger zone 18","9001","4284","16278","9807","1","0","8807","0","9001","8806","18500000","9001","8801","0","9102","8805","1","9201","8802","54","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_528[] = {"2535","Pulkovo 1942 / 3-degree Gauss-Kruger zone 19","9001","4284","16279","9807","1","0","8801","0","9102","8805","1","9201","8802","57","9102","8806","19500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_529[] = {"2536","Pulkovo 1942 / 3-degree Gauss-Kruger zone 20","9001","4284","16280","9807","1","0","8805","1","9201","8802","60","9102","8801","0","9102","8807","0","9001","8806","20500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_530[] = {"2537","Pulkovo 1942 / 3-degree Gauss-Kruger zone 21","9001","4284","16281","9807","1","0","8801","0","9102","8807","0","9001","8802","63","9102","8806","21500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_531[] = {"2538","Pulkovo 1942 / 3-degree Gauss-Kruger zone 22","9001","4284","16282","9807","1","0","8805","1","9201","8802","66","9102","8801","0","9102","8806","22500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_532[] = {"2539","Pulkovo 1942 / 3-degree Gauss-Kruger zone 23","9001","4284","16283","9807","1","0","8806","23500000","9001","8805","1","9201","8802","69","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_533[] = {"2540","Pulkovo 1942 / 3-degree Gauss-Kruger zone 24","9001","4284","16284","9807","1","0","8802","72","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","24500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_534[] = {"2541","Pulkovo 1942 / 3-degree Gauss-Kruger zone 25","9001","4284","16285","9807","1","0","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","25500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_535[] = {"2542","Pulkovo 1942 / 3-degree Gauss-Kruger zone 26","9001","4284","16286","9807","1","0","8807","0","9001","8806","26500000","9001","8801","0","9102","8805","1","9201","8802","78","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_536[] = {"2543","Pulkovo 1942 / 3-degree Gauss-Kruger zone 27","9001","4284","16287","9807","1","0","8805","1","9201","8802","81","9102","8801","0","9102","8806","27500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_537[] = {"2544","Pulkovo 1942 / 3-degree Gauss-Kruger zone 28","9001","4284","16288","9807","1","0","8807","0","9001","8806","28500000","9001","8805","1","9201","8802","84","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_538[] = {"2545","Pulkovo 1942 / 3-degree Gauss-Kruger zone 29","9001","4284","16289","9807","1","0","8801","0","9102","8807","0","9001","8802","87","9102","8806","29500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_539[] = {"2546","Pulkovo 1942 / 3-degree Gauss-Kruger zone 30","9001","4284","16290","9807","1","0","8801","0","9102","8806","30500000","9001","8805","1","9201","8802","90","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_540[] = {"2547","Pulkovo 1942 / 3-degree Gauss-Kruger zone 31","9001","4284","16291","9807","1","0","8807","0","9001","8806","31500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_541[] = {"2548","Pulkovo 1942 / 3-degree Gauss-Kruger zone 32","9001","4284","16292","9807","1","0","8802","96","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","32500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_542[] = {"2549","Pulkovo 1942 / 3-degree Gauss-Kruger zone 33","9001","4284","16293","9807","1","0","8802","99","9102","8801","0","9102","8807","0","9001","8806","33500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_543[] = {"2550","Samboja / UTM zone 50S","9001","4125","16150","9807","1","1","8801","0","9102","8805","0.9996","9201","8802","117","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_544[] = {"2551","Pulkovo 1942 / 3-degree Gauss-Kruger zone 34","9001","4284","16294","9807","1","0","8807","0","9001","8806","34500000","9001","8801","0","9102","8805","1","9201","8802","102","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_545[] = {"2552","Pulkovo 1942 / 3-degree Gauss-Kruger zone 35","9001","4284","16295","9807","1","0","8802","105","9102","8801","0","9102","8805","1","9201","8806","35500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_546[] = {"2553","Pulkovo 1942 / 3-degree Gauss-Kruger zone 36","9001","4284","16296","9807","1","0","8805","1","9201","8802","108","9102","8801","0","9102","8807","0","9001","8806","36500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_547[] = {"2554","Pulkovo 1942 / 3-degree Gauss-Kruger zone 37","9001","4284","16297","9807","1","0","8801","0","9102","8807","0","9001","8802","111","9102","8806","37500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_548[] = {"2555","Pulkovo 1942 / 3-degree Gauss-Kruger zone 38","9001","4284","16298","9807","1","0","8802","114","9102","8801","0","9102","8806","38500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_549[] = {"2556","Pulkovo 1942 / 3-degree Gauss-Kruger zone 39","9001","4284","16299","9807","1","0","8806","39500000","9001","8805","1","9201","8802","117","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_550[] = {"2557","Pulkovo 1942 / 3-degree Gauss-Kruger zone 40","9001","4284","16070","9807","1","0","8807","0","9001","8806","40500000","9001","8801","0","9102","8805","1","9201","8802","120","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_551[] = {"2558","Pulkovo 1942 / 3-degree Gauss-Kruger zone 41","9001","4284","16071","9807","1","0","8805","1","9201","8802","123","9102","8801","0","9102","8806","41500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_552[] = {"2559","Pulkovo 1942 / 3-degree Gauss-Kruger zone 42","9001","4284","16072","9807","1","0","8807","0","9001","8806","42500000","9001","8805","1","9201","8802","126","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_553[] = {"2560","Pulkovo 1942 / 3-degree Gauss-Kruger zone 43","9001","4284","16073","9807","1","0","8801","0","9102","8807","0","9001","8802","129","9102","8806","43500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_554[] = {"2561","Pulkovo 1942 / 3-degree Gauss-Kruger zone 44","9001","4284","16074","9807","1","0","8801","0","9102","8806","44500000","9001","8805","1","9201","8802","132","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_555[] = {"2562","Pulkovo 1942 / 3-degree Gauss-Kruger zone 45","9001","4284","16075","9807","1","0","8807","0","9001","8806","45500000","9001","8805","1","9201","8802","135","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_556[] = {"2563","Pulkovo 1942 / 3-degree Gauss-Kruger zone 46","9001","4284","16076","9807","1","0","8802","138","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","46500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_557[] = {"2564","Pulkovo 1942 / 3-degree Gauss-Kruger zone 47","9001","4284","16077","9807","1","0","8802","141","9102","8801","0","9102","8807","0","9001","8806","47500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_558[] = {"2565","Pulkovo 1942 / 3-degree Gauss-Kruger zone 48","9001","4284","16078","9807","1","0","8807","0","9001","8806","48500000","9001","8801","0","9102","8805","1","9201","8802","144","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_559[] = {"2566","Pulkovo 1942 / 3-degree Gauss-Kruger zone 49","9001","4284","16079","9807","1","0","8807","0","9001","8806","49500000","9001","8805","1","9201","8802","147","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_560[] = {"2567","Pulkovo 1942 / 3-degree Gauss-Kruger zone 50","9001","4284","16080","9807","1","0","8801","0","9102","8805","1","9201","8802","150","9102","8807","0","9001","8806","50500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_561[] = {"2568","Pulkovo 1942 / 3-degree Gauss-Kruger zone 51","9001","4284","16081","9807","1","0","8801","0","9102","8807","0","9001","8802","153","9102","8806","51500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_562[] = {"2569","Pulkovo 1942 / 3-degree Gauss-Kruger zone 52","9001","4284","16082","9807","1","0","8802","156","9102","8801","0","9102","8806","52500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_563[] = {"2570","Pulkovo 1942 / 3-degree Gauss-Kruger zone 53","9001","4284","16083","9807","1","0","8806","53500000","9001","8805","1","9201","8802","159","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_564[] = {"2571","Pulkovo 1942 / 3-degree Gauss-Kruger zone 54","9001","4284","16084","9807","1","0","8802","162","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","54500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_565[] = {"2572","Pulkovo 1942 / 3-degree Gauss-Kruger zone 55","9001","4284","16085","9807","1","0","8806","55500000","9001","8805","1","9201","8802","165","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_566[] = {"2573","Pulkovo 1942 / 3-degree Gauss-Kruger zone 56","9001","4284","16086","9807","1","0","8807","0","9001","8806","56500000","9001","8801","0","9102","8805","1","9201","8802","168","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_567[] = {"2574","Pulkovo 1942 / 3-degree Gauss-Kruger zone 57","9001","4284","16087","9807","1","0","8805","1","9201","8802","171","9102","8801","0","9102","8806","57500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_568[] = {"2575","Pulkovo 1942 / 3-degree Gauss-Kruger zone 58","9001","4284","16088","9807","1","0","8806","58500000","9001","8805","1","9201","8802","174","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_569[] = {"2576","Pulkovo 1942 / 3-degree Gauss-Kruger zone 59","9001","4284","16089","9807","1","0","8801","0","9102","8807","0","9001","8802","177","9102","8806","59500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_570[] = {"2577","Pulkovo 1942 / 3-degree Gauss-Kruger zone 60","9001","4284","16090","9807","1","1","8801","0","9102","8806","60000000","9001","8805","1","9201","8802","180","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_571[] = {"2578","Pulkovo 1942 / 3-degree Gauss-Kruger zone 61","9001","4284","16091","9807","1","0","8807","0","9001","8806","61500000","9001","8805","1","9201","8802","-177","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_572[] = {"2579","Pulkovo 1942 / 3-degree Gauss-Kruger zone 62","9001","4284","16092","9807","1","0","8802","-174","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","62500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_573[] = {"2580","Pulkovo 1942 / 3-degree Gauss-Kruger zone 63","9001","4284","16093","9807","1","0","8802","-171","9102","8801","0","9102","8807","0","9001","8806","63500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_574[] = {"2581","Pulkovo 1942 / 3-degree Gauss-Kruger zone 64","9001","4284","16094","9807","1","0","8807","0","9001","8806","64500000","9001","8801","0","9102","8805","1","9201","8802","-168","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_575[] = {"2582","Pulkovo 1942 / 3-degree Gauss-Kruger CM 21E","9001","4284","16304","9807","1","0","8805","1","9201","8802","21","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_576[] = {"2583","Pulkovo 1942 / 3-degree Gauss-Kruger CM 24E","9001","4284","16368","9807","1","0","8805","1","9201","8802","24","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_577[] = {"2584","Pulkovo 1942 / 3-degree Gauss-Kruger CM 27E","9001","4284","16305","9807","1","0","8806","500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_578[] = {"2585","Pulkovo 1942 / 3-degree Gauss-Kruger CM 30E","9001","4284","16370","9807","1","0","8801","0","9102","8807","0","9001","8802","30","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_579[] = {"2586","Pulkovo 1942 / 3-degree Gauss-Kruger CM 33E","9001","4284","16306","9807","1","0","8801","0","9102","8807","0","9001","8802","33","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_580[] = {"2587","Pulkovo 1942 / 3-degree Gauss-Kruger CM 36E","9001","4284","16372","9807","1","0","8805","1","9201","8807","0","9001","8806","500000","9001","8802","36","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_581[] = {"2588","Pulkovo 1942 / 3-degree Gauss-Kruger CM 39E","9001","4284","16307","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8802","39","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_582[] = {"2589","Pulkovo 1942 / 3-degree Gauss-Kruger CM 42E","9001","4284","16374","9807","1","0","8802","42","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_583[] = {"2590","Pulkovo 1942 / 3-degree Gauss-Kruger CM 45E","9001","4284","16308","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_584[] = {"2591","Pulkovo 1942 / 3-degree Gauss-Kruger CM 48E","9001","4284","16376","9807","1","0","8801","0","9102","8805","1","9201","8802","48","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_585[] = {"2592","Pulkovo 1942 / 3-degree Gauss-Kruger CM 51E","9001","4284","16309","9807","1","0","8801","0","9102","8802","51","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_586[] = {"2593","Pulkovo 1942 / 3-degree Gauss-Kruger CM 54E","9001","4284","16378","9807","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","8802","54","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_587[] = {"2594","Pulkovo 1942 / 3-degree Gauss-Kruger CM 57E","9001","4284","16310","9807","1","0","8802","57","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_588[] = {"2595","Pulkovo 1942 / 3-degree Gauss-Kruger CM 60E","9001","4284","16380","9807","1","0","8806","500000","9001","8805","1","9201","8802","60","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_589[] = {"2596","Pulkovo 1942 / 3-degree Gauss-Kruger CM 63E","9001","4284","16311","9807","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","8802","63","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_590[] = {"2597","Pulkovo 1942 / 3-degree Gauss-Kruger CM 66E","9001","4284","16382","9807","1","0","8802","66","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_591[] = {"2598","Pulkovo 1942 / 3-degree Gauss-Kruger CM 69E","9001","4284","16312","9807","1","0","8801","0","9102","8805","1","9201","8802","69","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_592[] = {"2599","Pulkovo 1942 / 3-degree Gauss-Kruger CM 72E","9001","4284","16384","9807","1","0","8805","1","9201","8802","72","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_593[] = {"2600","Lietuvos Koordinoei Sistema 1994","9001","4669","19934","9807","1","1","8805","0.9998","9201","8802","24","9102","8806","500000","9001","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_594[] = {"2601","Pulkovo 1942 / 3-degree Gauss-Kruger CM 75E","9001","4284","16313","9807","1","0","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_595[] = {"2602","Pulkovo 1942 / 3-degree Gauss-Kruger CM 78E","9001","4284","16386","9807","1","0","8801","0","9102","8807","0","9001","8802","78","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_596[] = {"2603","Pulkovo 1942 / 3-degree Gauss-Kruger CM 81E","9001","4284","16314","9807","1","0","8801","0","9102","8807","0","9001","8802","81","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_597[] = {"2604","Pulkovo 1942 / 3-degree Gauss-Kruger CM 84E","9001","4284","16388","9807","1","0","8806","500000","9001","8805","1","9201","8802","84","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_598[] = {"2605","Pulkovo 1942 / 3-degree Gauss-Kruger CM 87E","9001","4284","16315","9807","1","0","8802","87","9102","8806","500000","9001","8805","1","9201","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_599[] = {"2606","Pulkovo 1942 / 3-degree Gauss-Kruger CM 90E","9001","4284","16390","9807","1","0","8802","90","9102","8801","0","9102","8806","500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_600[] = {"2607","Pulkovo 1942 / 3-degree Gauss-Kruger CM 93E","9001","4284","16316","9807","1","0","8806","500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_601[] = {"2608","Pulkovo 1942 / 3-degree Gauss-Kruger CM 96E","9001","4284","16392","9807","1","0","8801","0","9102","8802","96","9102","8806","500000","9001","8807","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_602[] = {"2609","Pulkovo 1942 / 3-degree Gauss-Kruger CM 99E","9001","4284","16317","9807","1","0","8802","99","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_603[] = {"2610","Pulkovo 1942 / 3-degree Gauss-Kruger CM 102E","9001","4284","16394","9807","1","0","8801","0","9102","8807","0","9001","8802","102","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_604[] = {"2611","Pulkovo 1942 / 3-degree Gauss-Kruger CM 105E","9001","4284","16318","9807","1","0","8805","1","9201","8802","105","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_605[] = {"2612","Pulkovo 1942 / 3-degree Gauss-Kruger CM 108E","9001","4284","16396","9807","1","0","8806","500000","9001","8805","1","9201","8802","108","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_606[] = {"2613","Pulkovo 1942 / 3-degree Gauss-Kruger CM 111E","9001","4284","16319","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_607[] = {"2614","Pulkovo 1942 / 3-degree Gauss-Kruger CM 114E","9001","4284","16398","9807","1","0","8801","0","9102","8805","1","9201","8806","500000","9001","8802","114","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_608[] = {"2615","Pulkovo 1942 / 3-degree Gauss-Kruger CM 117E","9001","4284","16320","9807","1","0","8805","1","9201","8802","117","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_609[] = {"2616","Pulkovo 1942 / 3-degree Gauss-Kruger CM 120E","9001","4284","16170","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","120","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_610[] = {"2617","Pulkovo 1942 / 3-degree Gauss-Kruger CM 123E","9001","4284","16321","9807","1","0","8806","500000","9001","8807","0","9001","8805","1","9201","8802","123","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_611[] = {"2618","Pulkovo 1942 / 3-degree Gauss-Kruger CM 126E","9001","4284","16172","9807","1","0","8802","126","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_612[] = {"2619","Pulkovo 1942 / 3-degree Gauss-Kruger CM 129E","9001","4284","16322","9807","1","0","8801","0","9102","8807","0","9001","8802","129","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_613[] = {"2620","Pulkovo 1942 / 3-degree Gauss-Kruger CM 132E","9001","4284","16174","9807","1","0","8802","132","9102","8801","0","9102","8805","1","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_614[] = {"2621","Pulkovo 1942 / 3-degree Gauss-Kruger CM 135E","9001","4284","16323","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8802","135","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_615[] = {"2622","Pulkovo 1942 / 3-degree Gauss-Kruger CM 138E","9001","4284","16176","9807","1","0","8801","0","9102","8807","0","9001","8802","138","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_616[] = {"2623","Pulkovo 1942 / 3-degree Gauss-Kruger CM 141E","9001","4284","16324","9807","1","0","8806","500000","9001","8805","1","9201","8802","141","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_617[] = {"2624","Pulkovo 1942 / 3-degree Gauss-Kruger CM 144E","9001","4284","16178","9807","1","0","8806","500000","9001","8805","1","9201","8802","144","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_618[] = {"2625","Pulkovo 1942 / 3-degree Gauss-Kruger CM 147E","9001","4284","16325","9807","1","0","8802","147","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_619[] = {"2626","Pulkovo 1942 / 3-degree Gauss-Kruger CM 150E","9001","4284","16180","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","150","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_620[] = {"2627","Pulkovo 1942 / 3-degree Gauss-Kruger CM 153E","9001","4284","16326","9807","1","0","8802","153","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_621[] = {"2628","Pulkovo 1942 / 3-degree Gauss-Kruger CM 156E","9001","4284","16182","9807","1","0","8805","1","9201","8802","156","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_622[] = {"2629","Pulkovo 1942 / 3-degree Gauss-Kruger CM 159E","9001","4284","16327","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_623[] = {"2630","Pulkovo 1942 / 3-degree Gauss-Kruger CM 162E","9001","4284","16184","9807","1","0","8801","0","9102","8807","0","9001","8802","162","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_624[] = {"2631","Pulkovo 1942 / 3-degree Gauss-Kruger CM 165E","9001","4284","16328","9807","1","0","8806","500000","9001","8805","1","9201","8802","165","9102","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_625[] = {"2632","Pulkovo 1942 / 3-degree Gauss-Kruger CM 168E","9001","4284","16186","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","168","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_626[] = {"2633","Pulkovo 1942 / 3-degree Gauss-Kruger CM 171E","9001","4284","16329","9807","1","0","8805","1","9201","8802","171","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_627[] = {"2634","Pulkovo 1942 / 3-degree Gauss-Kruger CM 174E","9001","4284","16188","9807","1","0","8802","174","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_628[] = {"2635","Pulkovo 1942 / 3-degree Gauss-Kruger CM 177E","9001","4284","16330","9807","1","0","8801","0","9102","8807","0","9001","8802","177","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_629[] = {"2636","Pulkovo 1942 / 3-degree Gauss-Kruger CM 180E","9001","4284","16190","9807","1","0","8801","0","9102","8805","1","9201","8802","180","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_630[] = {"2637","Pulkovo 1942 / 3-degree Gauss-Kruger CM 177W","9001","4284","16331","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8807","0","9001","8802","-177","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_631[] = {"2638","Pulkovo 1942 / 3-degree Gauss-Kruger CM 174W","9001","4284","16192","9807","1","0","8801","0","9102","8807","0","9001","8802","-174","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_632[] = {"2639","Pulkovo 1942 / 3-degree Gauss-Kruger CM 171W","9001","4284","16332","9807","1","0","8806","500000","9001","8805","1","9201","8802","-171","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_633[] = {"2640","Pulkovo 1942 / 3-degree Gauss-Kruger CM 168W","9001","4284","16194","9807","1","0","8802","-168","9102","8807","0","9001","8805","1","9201","8806","500000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_634[] = {"2641","Pulkovo 1995 / 3-degree Gauss-Kruger zone 7","9001","4200","16267","9807","1","0","8806","7500000","9001","8805","1","9201","8802","21","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_635[] = {"2642","Pulkovo 1995 / 3-degree Gauss-Kruger zone 8","9001","4200","16268","9807","1","0","8802","24","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","8500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_636[] = {"2643","Pulkovo 1995 / 3-degree Gauss-Kruger zone 9","9001","4200","16269","9807","1","0","8806","9500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_637[] = {"2644","Pulkovo 1995 / 3-degree Gauss-Kruger zone 10","9001","4200","16270","9807","1","0","8807","0","9001","8806","10500000","9001","8801","0","9102","8805","1","9201","8802","30","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_638[] = {"2645","Pulkovo 1995 / 3-degree Gauss-Kruger zone 11","9001","4200","16271","9807","1","0","8805","1","9201","8802","33","9102","8801","0","9102","8806","11500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_639[] = {"2646","Pulkovo 1995 / 3-degree Gauss-Kruger zone 12","9001","4200","16272","9807","1","0","8806","12500000","9001","8805","1","9201","8802","36","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_640[] = {"2647","Pulkovo 1995 / 3-degree Gauss-Kruger zone 13","9001","4200","16273","9807","1","0","8801","0","9102","8807","0","9001","8802","39","9102","8806","13500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_641[] = {"2648","Pulkovo 1995 / 3-degree Gauss-Kruger zone 14","9001","4200","16274","9807","1","0","8801","0","9102","8806","14500000","9001","8805","1","9201","8802","42","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_642[] = {"2649","Pulkovo 1995 / 3-degree Gauss-Kruger zone 15","9001","4200","16275","9807","1","0","8807","0","9001","8806","15500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_643[] = {"2650","Pulkovo 1995 / 3-degree Gauss-Kruger zone 16","9001","4200","16276","9807","1","0","8805","1","9201","8802","48","9102","8801","0","9102","8807","0","9001","8806","16500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_644[] = {"2651","Pulkovo 1995 / 3-degree Gauss-Kruger zone 17","9001","4200","16277","9807","1","0","8802","51","9102","8801","0","9102","8807","0","9001","8806","17500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_645[] = {"2652","Pulkovo 1995 / 3-degree Gauss-Kruger zone 18","9001","4200","16278","9807","1","0","8807","0","9001","8806","18500000","9001","8801","0","9102","8805","1","9201","8802","54","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_646[] = {"2653","Pulkovo 1995 / 3-degree Gauss-Kruger zone 19","9001","4200","16279","9807","1","0","8801","0","9102","8805","1","9201","8802","57","9102","8806","19500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_647[] = {"2654","Pulkovo 1995 / 3-degree Gauss-Kruger zone 20","9001","4200","16280","9807","1","0","8805","1","9201","8802","60","9102","8801","0","9102","8807","0","9001","8806","20500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_648[] = {"2655","Pulkovo 1995 / 3-degree Gauss-Kruger zone 21","9001","4200","16281","9807","1","0","8801","0","9102","8807","0","9001","8802","63","9102","8806","21500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_649[] = {"2656","Pulkovo 1995 / 3-degree Gauss-Kruger zone 22","9001","4200","16282","9807","1","0","8805","1","9201","8802","66","9102","8801","0","9102","8806","22500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_650[] = {"2657","Pulkovo 1995 / 3-degree Gauss-Kruger zone 23","9001","4200","16283","9807","1","0","8806","23500000","9001","8805","1","9201","8802","69","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_651[] = {"2658","Pulkovo 1995 / 3-degree Gauss-Kruger zone 24","9001","4200","16284","9807","1","0","8802","72","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","24500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_652[] = {"2659","Pulkovo 1995 / 3-degree Gauss-Kruger zone 25","9001","4200","16285","9807","1","0","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","25500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_653[] = {"2660","Pulkovo 1995 / 3-degree Gauss-Kruger zone 26","9001","4200","16286","9807","1","0","8807","0","9001","8806","26500000","9001","8801","0","9102","8805","1","9201","8802","78","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_654[] = {"2661","Pulkovo 1995 / 3-degree Gauss-Kruger zone 27","9001","4200","16287","9807","1","0","8805","1","9201","8802","81","9102","8801","0","9102","8806","27500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_655[] = {"2662","Pulkovo 1995 / 3-degree Gauss-Kruger zone 28","9001","4200","16288","9807","1","0","8807","0","9001","8806","28500000","9001","8805","1","9201","8802","84","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_656[] = {"2663","Pulkovo 1995 / 3-degree Gauss-Kruger zone 29","9001","4200","16289","9807","1","0","8801","0","9102","8807","0","9001","8802","87","9102","8806","29500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_657[] = {"2664","Pulkovo 1995 / 3-degree Gauss-Kruger zone 30","9001","4200","16290","9807","1","0","8801","0","9102","8806","30500000","9001","8805","1","9201","8802","90","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_658[] = {"2665","Pulkovo 1995 / 3-degree Gauss-Kruger zone 31","9001","4200","16291","9807","1","0","8807","0","9001","8806","31500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_659[] = {"2666","Pulkovo 1995 / 3-degree Gauss-Kruger zone 32","9001","4200","16292","9807","1","0","8802","96","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","32500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_660[] = {"2667","Pulkovo 1995 / 3-degree Gauss-Kruger zone 33","9001","4200","16293","9807","1","0","8802","99","9102","8801","0","9102","8807","0","9001","8806","33500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_661[] = {"2668","Pulkovo 1995 / 3-degree Gauss-Kruger zone 34","9001","4200","16294","9807","1","0","8807","0","9001","8806","34500000","9001","8801","0","9102","8805","1","9201","8802","102","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_662[] = {"2669","Pulkovo 1995 / 3-degree Gauss-Kruger zone 35","9001","4200","16295","9807","1","0","8802","105","9102","8801","0","9102","8805","1","9201","8806","35500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_663[] = {"2670","Pulkovo 1995 / 3-degree Gauss-Kruger zone 36","9001","4200","16296","9807","1","0","8805","1","9201","8802","108","9102","8801","0","9102","8807","0","9001","8806","36500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_664[] = {"2671","Pulkovo 1995 / 3-degree Gauss-Kruger zone 37","9001","4200","16297","9807","1","0","8801","0","9102","8807","0","9001","8802","111","9102","8806","37500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_665[] = {"2672","Pulkovo 1995 / 3-degree Gauss-Kruger zone 38","9001","4200","16298","9807","1","0","8802","114","9102","8801","0","9102","8806","38500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_666[] = {"2673","Pulkovo 1995 / 3-degree Gauss-Kruger zone 39","9001","4200","16299","9807","1","0","8806","39500000","9001","8805","1","9201","8802","117","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_667[] = {"2674","Pulkovo 1995 / 3-degree Gauss-Kruger zone 40","9001","4200","16070","9807","1","0","8807","0","9001","8806","40500000","9001","8801","0","9102","8805","1","9201","8802","120","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_668[] = {"2675","Pulkovo 1995 / 3-degree Gauss-Kruger zone 41","9001","4200","16071","9807","1","0","8805","1","9201","8802","123","9102","8801","0","9102","8806","41500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_669[] = {"2676","Pulkovo 1995 / 3-degree Gauss-Kruger zone 42","9001","4200","16072","9807","1","0","8807","0","9001","8806","42500000","9001","8805","1","9201","8802","126","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_670[] = {"2677","Pulkovo 1995 / 3-degree Gauss-Kruger zone 43","9001","4200","16073","9807","1","0","8801","0","9102","8807","0","9001","8802","129","9102","8806","43500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_671[] = {"2678","Pulkovo 1995 / 3-degree Gauss-Kruger zone 44","9001","4200","16074","9807","1","0","8801","0","9102","8806","44500000","9001","8805","1","9201","8802","132","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_672[] = {"2679","Pulkovo 1995 / 3-degree Gauss-Kruger zone 45","9001","4200","16075","9807","1","0","8807","0","9001","8806","45500000","9001","8805","1","9201","8802","135","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_673[] = {"2680","Pulkovo 1995 / 3-degree Gauss-Kruger zone 46","9001","4200","16076","9807","1","0","8802","138","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","46500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_674[] = {"2681","Pulkovo 1995 / 3-degree Gauss-Kruger zone 47","9001","4200","16077","9807","1","0","8802","141","9102","8801","0","9102","8807","0","9001","8806","47500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_675[] = {"2682","Pulkovo 1995 / 3-degree Gauss-Kruger zone 48","9001","4200","16078","9807","1","0","8807","0","9001","8806","48500000","9001","8801","0","9102","8805","1","9201","8802","144","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_676[] = {"2683","Pulkovo 1995 / 3-degree Gauss-Kruger zone 49","9001","4200","16079","9807","1","0","8807","0","9001","8806","49500000","9001","8805","1","9201","8802","147","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_677[] = {"2684","Pulkovo 1995 / 3-degree Gauss-Kruger zone 50","9001","4200","16080","9807","1","0","8801","0","9102","8805","1","9201","8802","150","9102","8807","0","9001","8806","50500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_678[] = {"2685","Pulkovo 1995 / 3-degree Gauss-Kruger zone 51","9001","4200","16081","9807","1","0","8801","0","9102","8807","0","9001","8802","153","9102","8806","51500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_679[] = {"2686","Pulkovo 1995 / 3-degree Gauss-Kruger zone 52","9001","4200","16082","9807","1","0","8802","156","9102","8801","0","9102","8806","52500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_680[] = {"2687","Pulkovo 1995 / 3-degree Gauss-Kruger zone 53","9001","4200","16083","9807","1","0","8806","53500000","9001","8805","1","9201","8802","159","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_681[] = {"2688","Pulkovo 1995 / 3-degree Gauss-Kruger zone 54","9001","4200","16084","9807","1","0","8802","162","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","54500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_682[] = {"2689","Pulkovo 1995 / 3-degree Gauss-Kruger zone 55","9001","4200","16085","9807","1","0","8806","55500000","9001","8805","1","9201","8802","165","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_683[] = {"2690","Pulkovo 1995 / 3-degree Gauss-Kruger zone 56","9001","4200","16086","9807","1","0","8807","0","9001","8806","56500000","9001","8801","0","9102","8805","1","9201","8802","168","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_684[] = {"2691","Pulkovo 1995 / 3-degree Gauss-Kruger zone 57","9001","4200","16087","9807","1","0","8805","1","9201","8802","171","9102","8801","0","9102","8806","57500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_685[] = {"2692","Pulkovo 1995 / 3-degree Gauss-Kruger zone 58","9001","4200","16088","9807","1","0","8806","58500000","9001","8805","1","9201","8802","174","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_686[] = {"2693","Pulkovo 1995 / 3-degree Gauss-Kruger zone 59","9001","4200","16089","9807","1","0","8801","0","9102","8807","0","9001","8802","177","9102","8806","59500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_687[] = {"2694","Pulkovo 1995 / 3-degree Gauss-Kruger zone 60","9001","4200","16090","9807","1","1","8801","0","9102","8806","60000000","9001","8805","1","9201","8802","180","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_688[] = {"2695","Pulkovo 1995 / 3-degree Gauss-Kruger zone 61","9001","4200","16091","9807","1","0","8807","0","9001","8806","61500000","9001","8805","1","9201","8802","-177","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_689[] = {"2696","Pulkovo 1995 / 3-degree Gauss-Kruger zone 62","9001","4200","16092","9807","1","0","8802","-174","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","62500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_690[] = {"2697","Pulkovo 1995 / 3-degree Gauss-Kruger zone 63","9001","4200","16093","9807","1","0","8802","-171","9102","8801","0","9102","8807","0","9001","8806","63500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_691[] = {"2698","Pulkovo 1995 / 3-degree Gauss-Kruger zone 64","9001","4200","16094","9807","1","0","8807","0","9001","8806","64500000","9001","8801","0","9102","8805","1","9201","8802","-168","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_692[] = {"2699","Pulkovo 1995 / 3-degree Gauss-Kruger CM 21E","9001","4200","16304","9807","1","0","8805","1","9201","8802","21","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_693[] = {"2700","Pulkovo 1995 / 3-degree Gauss-Kruger CM 24E","9001","4200","16368","9807","1","0","8805","1","9201","8802","24","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_694[] = {"2701","Pulkovo 1995 / 3-degree Gauss-Kruger CM 27E","9001","4200","16305","9807","1","0","8806","500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_695[] = {"2702","Pulkovo 1995 / 3-degree Gauss-Kruger CM 30E","9001","4200","16370","9807","1","0","8801","0","9102","8807","0","9001","8802","30","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_696[] = {"2703","Pulkovo 1995 / 3-degree Gauss-Kruger CM 33E","9001","4200","16306","9807","1","0","8801","0","9102","8807","0","9001","8802","33","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_697[] = {"2704","Pulkovo 1995 / 3-degree Gauss-Kruger CM 36E","9001","4200","16372","9807","1","0","8805","1","9201","8807","0","9001","8806","500000","9001","8802","36","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_698[] = {"2705","Pulkovo 1995 / 3-degree Gauss-Kruger CM 39E","9001","4200","16307","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8802","39","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_699[] = {"2706","Pulkovo 1995 / 3-degree Gauss-Kruger CM 42E","9001","4200","16374","9807","1","0","8802","42","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_700[] = {"2707","Pulkovo 1995 / 3-degree Gauss-Kruger CM 45E","9001","4200","16308","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_701[] = {"2708","Pulkovo 1995 / 3-degree Gauss-Kruger CM 48E","9001","4200","16376","9807","1","0","8801","0","9102","8805","1","9201","8802","48","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_702[] = {"2709","Pulkovo 1995 / 3-degree Gauss-Kruger CM 51E","9001","4200","16309","9807","1","0","8801","0","9102","8802","51","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_703[] = {"2710","Pulkovo 1995 / 3-degree Gauss-Kruger CM 54E","9001","4200","16378","9807","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","8802","54","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_704[] = {"2711","Pulkovo 1995 / 3-degree Gauss-Kruger CM 57E","9001","4200","16310","9807","1","0","8802","57","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_705[] = {"2712","Pulkovo 1995 / 3-degree Gauss-Kruger CM 60E","9001","4200","16380","9807","1","0","8806","500000","9001","8805","1","9201","8802","60","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_706[] = {"2713","Pulkovo 1995 / 3-degree Gauss-Kruger CM 63E","9001","4200","16311","9807","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","8802","63","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_707[] = {"2714","Pulkovo 1995 / 3-degree Gauss-Kruger CM 66E","9001","4200","16382","9807","1","0","8802","66","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_708[] = {"2715","Pulkovo 1995 / 3-degree Gauss-Kruger CM 69E","9001","4200","16312","9807","1","0","8801","0","9102","8805","1","9201","8802","69","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_709[] = {"2716","Pulkovo 1995 / 3-degree Gauss-Kruger CM 72E","9001","4200","16384","9807","1","0","8805","1","9201","8802","72","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_710[] = {"2717","Pulkovo 1995 / 3-degree Gauss-Kruger CM 75E","9001","4200","16313","9807","1","0","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_711[] = {"2718","Pulkovo 1995 / 3-degree Gauss-Kruger CM 78E","9001","4200","16386","9807","1","0","8801","0","9102","8807","0","9001","8802","78","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_712[] = {"2719","Pulkovo 1995 / 3-degree Gauss-Kruger CM 81E","9001","4200","16314","9807","1","0","8801","0","9102","8807","0","9001","8802","81","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_713[] = {"2720","Pulkovo 1995 / 3-degree Gauss-Kruger CM 84E","9001","4200","16388","9807","1","0","8806","500000","9001","8805","1","9201","8802","84","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_714[] = {"2721","Pulkovo 1995 / 3-degree Gauss-Kruger CM 87E","9001","4200","16315","9807","1","0","8802","87","9102","8806","500000","9001","8805","1","9201","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_715[] = {"2722","Pulkovo 1995 / 3-degree Gauss-Kruger CM 90E","9001","4200","16390","9807","1","0","8802","90","9102","8801","0","9102","8806","500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_716[] = {"2723","Pulkovo 1995 / 3-degree Gauss-Kruger CM 93E","9001","4200","16316","9807","1","0","8806","500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_717[] = {"2724","Pulkovo 1995 / 3-degree Gauss-Kruger CM 96E","9001","4200","16392","9807","1","0","8801","0","9102","8802","96","9102","8806","500000","9001","8807","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_718[] = {"2725","Pulkovo 1995 / 3-degree Gauss-Kruger CM 99E","9001","4200","16317","9807","1","0","8802","99","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_719[] = {"2726","Pulkovo 1995 / 3-degree Gauss-Kruger CM 102E","9001","4200","16394","9807","1","0","8801","0","9102","8807","0","9001","8802","102","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_720[] = {"2727","Pulkovo 1995 / 3-degree Gauss-Kruger CM 105E","9001","4200","16318","9807","1","0","8805","1","9201","8802","105","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_721[] = {"2728","Pulkovo 1995 / 3-degree Gauss-Kruger CM 108E","9001","4200","16396","9807","1","0","8806","500000","9001","8805","1","9201","8802","108","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_722[] = {"2729","Pulkovo 1995 / 3-degree Gauss-Kruger CM 111E","9001","4200","16319","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_723[] = {"2730","Pulkovo 1995 / 3-degree Gauss-Kruger CM 114E","9001","4200","16398","9807","1","0","8801","0","9102","8805","1","9201","8806","500000","9001","8802","114","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_724[] = {"2731","Pulkovo 1995 / 3-degree Gauss-Kruger CM 117E","9001","4200","16320","9807","1","0","8805","1","9201","8802","117","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_725[] = {"2732","Pulkovo 1995 / 3-degree Gauss-Kruger CM 120E","9001","4200","16170","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","120","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_726[] = {"2733","Pulkovo 1995 / 3-degree Gauss-Kruger CM 123E","9001","4200","16321","9807","1","0","8806","500000","9001","8807","0","9001","8805","1","9201","8802","123","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_727[] = {"2734","Pulkovo 1995 / 3-degree Gauss-Kruger CM 126E","9001","4200","16172","9807","1","0","8802","126","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_728[] = {"2735","Pulkovo 1995 / 3-degree Gauss-Kruger CM 129E","9001","4200","16322","9807","1","0","8801","0","9102","8807","0","9001","8802","129","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_729[] = {"2736","Tete / UTM zone 36S","9001","4127","16136","9807","1","0","8801","0","9102","8807","10000000","9001","8802","33","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_730[] = {"2737","Tete / UTM zone 37S","9001","4127","16137","9807","1","0","8802","39","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_731[] = {"2738","Pulkovo 1995 / 3-degree Gauss-Kruger CM 132E","9001","4200","16174","9807","1","0","8802","132","9102","8801","0","9102","8805","1","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_732[] = {"2739","Pulkovo 1995 / 3-degree Gauss-Kruger CM 135E","9001","4200","16323","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8802","135","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_733[] = {"2740","Pulkovo 1995 / 3-degree Gauss-Kruger CM 138E","9001","4200","16176","9807","1","0","8801","0","9102","8807","0","9001","8802","138","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_734[] = {"2741","Pulkovo 1995 / 3-degree Gauss-Kruger CM 141E","9001","4200","16324","9807","1","0","8806","500000","9001","8805","1","9201","8802","141","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_735[] = {"2742","Pulkovo 1995 / 3-degree Gauss-Kruger CM 144E","9001","4200","16178","9807","1","0","8806","500000","9001","8805","1","9201","8802","144","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_736[] = {"2743","Pulkovo 1995 / 3-degree Gauss-Kruger CM 147E","9001","4200","16325","9807","1","0","8802","147","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_737[] = {"2744","Pulkovo 1995 / 3-degree Gauss-Kruger CM 150E","9001","4200","16180","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","150","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_738[] = {"2745","Pulkovo 1995 / 3-degree Gauss-Kruger CM 153E","9001","4200","16326","9807","1","0","8802","153","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_739[] = {"2746","Pulkovo 1995 / 3-degree Gauss-Kruger CM 156E","9001","4200","16182","9807","1","0","8805","1","9201","8802","156","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_740[] = {"2747","Pulkovo 1995 / 3-degree Gauss-Kruger CM 159E","9001","4200","16327","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_741[] = {"2748","Pulkovo 1995 / 3-degree Gauss-Kruger CM 162E","9001","4200","16184","9807","1","0","8801","0","9102","8807","0","9001","8802","162","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_742[] = {"2749","Pulkovo 1995 / 3-degree Gauss-Kruger CM 165E","9001","4200","16328","9807","1","0","8806","500000","9001","8805","1","9201","8802","165","9102","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_743[] = {"2750","Pulkovo 1995 / 3-degree Gauss-Kruger CM 168E","9001","4200","16186","9807","1","0","8807","0","9001","8806","500000","9001","8805","1","9201","8802","168","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_744[] = {"2751","Pulkovo 1995 / 3-degree Gauss-Kruger CM 171E","9001","4200","16329","9807","1","0","8805","1","9201","8802","171","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_745[] = {"2752","Pulkovo 1995 / 3-degree Gauss-Kruger CM 174E","9001","4200","16188","9807","1","0","8802","174","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_746[] = {"2753","Pulkovo 1995 / 3-degree Gauss-Kruger CM 177E","9001","4200","16330","9807","1","0","8801","0","9102","8807","0","9001","8802","177","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_747[] = {"2754","Pulkovo 1995 / 3-degree Gauss-Kruger CM 180E","9001","4200","16190","9807","1","0","8801","0","9102","8805","1","9201","8802","180","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_748[] = {"2755","Pulkovo 1995 / 3-degree Gauss-Kruger CM 177W","9001","4200","16331","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8807","0","9001","8802","-177","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_749[] = {"2756","Pulkovo 1995 / 3-degree Gauss-Kruger CM 174W","9001","4200","16192","9807","1","0","8801","0","9102","8807","0","9001","8802","-174","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_750[] = {"2757","Pulkovo 1995 / 3-degree Gauss-Kruger CM 171W","9001","4200","16332","9807","1","0","8806","500000","9001","8805","1","9201","8802","-171","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_751[] = {"2758","Pulkovo 1995 / 3-degree Gauss-Kruger CM 168W","9001","4200","16194","9807","1","0","8802","-168","9102","8807","0","9001","8805","1","9201","8806","500000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_752[] = {"2759","NAD83(HARN) / Alabama East","9001","4152","10131","9807","1","0","8801","30.3","9110","8802","-85.5","9110","8805","0.99996","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_753[] = {"2760","NAD83(HARN) / Alabama West","9001","4152","10132","9807","1","0","8801","30","9110","8802","-87.3","9110","8805","0.999933333","9201","8806","600000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_754[] = {"2761","NAD83(HARN) / Arizona East","9001","4152","10231","9807","1","0","8801","31","9110","8802","-110.1","9110","8805","0.9999","9201","8806","213360","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_755[] = {"2762","NAD83(HARN) / Arizona Central","9001","4152","10232","9807","1","0","8801","31","9110","8802","-111.55","9110","8805","0.9999","9201","8806","213360","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_756[] = {"2763","NAD83(HARN) / Arizona West","9001","4152","10233","9807","1","0","8801","31","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","213360","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_757[] = {"2764","NAD83(HARN) / Arkansas North","9001","4152","10331","9802","1","0","8821","34.2","9110","8822","-92","9110","8823","36.14","9110","8824","34.56","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_758[] = {"2765","NAD83(HARN) / Arkansas South","9001","4152","10332","9802","1","0","8821","32.4","9110","8822","-92","9110","8823","34.46","9110","8824","33.18","9110","8826","400000","9001","8827","400000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_759[] = {"2766","NAD83(HARN) / California zone 1","9001","4152","10431","9802","1","0","8821","39.2","9110","8822","-122","9110","8823","41.4","9110","8824","40","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_760[] = {"2767","NAD83(HARN) / California zone 2","9001","4152","10432","9802","1","0","8821","37.4","9110","8822","-122","9110","8823","39.5","9110","8824","38.2","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_761[] = {"2768","NAD83(HARN) / California zone 3","9001","4152","10433","9802","1","0","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_762[] = {"2769","NAD83(HARN) / California zone 4","9001","4152","10434","9802","1","0","8821","35.2","9110","8822","-119","9110","8823","37.15","9110","8824","36","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_763[] = {"2770","NAD83(HARN) / California zone 5","9001","4152","10435","9802","1","0","8821","33.3","9110","8822","-118","9110","8823","35.28","9110","8824","34.02","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_764[] = {"2771","NAD83(HARN) / California zone 6","9001","4152","10436","9802","1","0","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_765[] = {"2772","NAD83(HARN) / Colorado North","9001","4152","10531","9802","1","0","8821","39.2","9110","8822","-105.3","9110","8823","40.47","9110","8824","39.43","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
+datafile_rows_t pcs_row_766[] = {"2773","NAD83(HARN) / Colorado Central","9001","4152","10532","9802","1","0","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
+datafile_rows_t pcs_row_767[] = {"2774","NAD83(HARN) / Colorado South","9001","4152","10533","9802","1","0","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
+datafile_rows_t pcs_row_768[] = {"2775","NAD83(HARN) / Connecticut","9001","4152","10630","9802","1","0","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","304800.6096","9001","8827","152400.3048","9001","",""," ",NULL};
+datafile_rows_t pcs_row_769[] = {"2776","NAD83(HARN) / Delaware","9001","4152","10730","9807","1","0","8801","38","9110","8802","-75.25","9110","8805","0.999995","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_770[] = {"2777","NAD83(HARN) / Florida East","9001","4152","10931","9807","1","0","8801","24.2","9110","8802","-81","9110","8805","0.999941177","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_771[] = {"2778","NAD83(HARN) / Florida West","9001","4152","10932","9807","1","0","8801","24.2","9110","8802","-82","9110","8805","0.999941177","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_772[] = {"2779","NAD83(HARN) / Florida North","9001","4152","10933","9802","1","0","8821","29","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_773[] = {"2780","NAD83(HARN) / Georgia East","9001","4152","11031","9807","1","0","8801","30","9110","8802","-82.1","9110","8805","0.9999","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_774[] = {"2781","NAD83(HARN) / Georgia West","9001","4152","11032","9807","1","0","8801","30","9110","8802","-84.1","9110","8805","0.9999","9201","8806","700000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_775[] = {"2782","NAD83(HARN) / Hawaii zone 1","9001","4152","15131","9807","1","0","8801","18.5","9110","8802","-155.3","9110","8805","0.999966667","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_776[] = {"2783","NAD83(HARN) / Hawaii zone 2","9001","4152","15132","9807","1","0","8801","20.2","9110","8802","-156.4","9110","8805","0.999966667","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_777[] = {"2784","NAD83(HARN) / Hawaii zone 3","9001","4152","15133","9807","1","0","8801","21.1","9110","8802","-158","9110","8805","0.99999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_778[] = {"2785","NAD83(HARN) / Hawaii zone 4","9001","4152","15134","9807","1","0","8801","21.5","9110","8802","-159.3","9110","8805","0.99999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_779[] = {"2786","NAD83(HARN) / Hawaii zone 5","9001","4152","15135","9807","1","0","8801","21.4","9110","8802","-160.1","9110","8805","1","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_780[] = {"2787","NAD83(HARN) / Idaho East","9001","4152","11131","9807","1","0","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_781[] = {"2788","NAD83(HARN) / Idaho Central","9001","4152","11132","9807","1","0","8801","41.4","9110","8802","-114","9110","8805","0.999947368","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_782[] = {"2789","NAD83(HARN) / Idaho West","9001","4152","11133","9807","1","0","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","800000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_783[] = {"2790","NAD83(HARN) / Illinois East","9001","4152","11231","9807","1","0","8801","36.4","9110","8802","-88.2","9110","8805","0.999975","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_784[] = {"2791","NAD83(HARN) / Illinois West","9001","4152","11232","9807","1","0","8801","36.4","9110","8802","-90.1","9110","8805","0.999941177","9201","8806","700000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_785[] = {"2792","NAD83(HARN) / Indiana East","9001","4152","11331","9807","1","0","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","100000","9001","8807","250000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_786[] = {"2793","NAD83(HARN) / Indiana West","9001","4152","11332","9807","1","0","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","900000","9001","8807","250000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_787[] = {"2794","NAD83(HARN) / Iowa North","9001","4152","11431","9802","1","0","8821","41.3","9110","8822","-93.3","9110","8823","43.16","9110","8824","42.04","9110","8826","1500000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_788[] = {"2795","NAD83(HARN) / Iowa South","9001","4152","11432","9802","1","0","8821","40","9110","8822","-93.3","9110","8823","41.47","9110","8824","40.37","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_789[] = {"2796","NAD83(HARN) / Kansas North","9001","4152","11531","9802","1","0","8821","38.2","9110","8822","-98","9110","8823","39.47","9110","8824","38.43","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_790[] = {"2797","NAD83(HARN) / Kansas South","9001","4152","11532","9802","1","0","8821","36.4","9110","8822","-98.3","9110","8823","38.34","9110","8824","37.16","9110","8826","400000","9001","8827","400000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_791[] = {"2798","NAD83(HARN) / Kentucky North","9001","4152","15303","9802","1","0","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_792[] = {"2799","NAD83(HARN) / Kentucky South","9001","4152","11632","9802","1","0","8821","36.2","9110","8822","-85.45","9110","8823","37.56","9110","8824","36.44","9110","8826","500000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_793[] = {"2800","NAD83(HARN) / Louisiana North","9001","4152","11731","9802","1","0","8821","30.3","9110","8822","-92.3","9110","8823","32.4","9110","8824","31.1","9110","8826","1000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_794[] = {"2801","NAD83(HARN) / Louisiana South","9001","4152","11732","9802","1","0","8821","28.3","9110","8822","-91.2","9110","8823","30.42","9110","8824","29.18","9110","8826","1000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_795[] = {"2802","NAD83(HARN) / Maine East","9001","4152","11831","9807","1","0","8801","43.4","9110","8802","-68.3","9110","8805","0.9999","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_796[] = {"2803","NAD83(HARN) / Maine West","9001","4152","11832","9807","1","0","8801","42.5","9110","8802","-70.1","9110","8805","0.999966667","9201","8806","900000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_797[] = {"2804","NAD83(HARN) / Maryland","9001","4152","11930","9802","1","0","8821","37.4","9110","8822","-77","9110","8823","39.27","9110","8824","38.18","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_798[] = {"2805","NAD83(HARN) / Massachusetts Mainland","9001","4152","12031","9802","1","0","8821","41","9110","8822","-71.3","9110","8823","42.41","9110","8824","41.43","9110","8826","200000","9001","8827","750000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_799[] = {"2806","NAD83(HARN) / Massachusetts Island","9001","4152","12032","9802","1","0","8821","41","9110","8822","-70.3","9110","8823","41.29","9110","8824","41.17","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_800[] = {"2807","NAD83(HARN) / Michigan North","9001","4152","12141","9802","1","0","8821","44.47","9110","8822","-87","9110","8823","47.05","9110","8824","45.29","9110","8826","8000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_801[] = {"2808","NAD83(HARN) / Michigan Central","9001","4152","12142","9802","1","0","8821","43.19","9110","8822","-84.22","9110","8823","45.42","9110","8824","44.11","9110","8826","6000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_802[] = {"2809","NAD83(HARN) / Michigan South","9001","4152","12143","9802","1","0","8821","41.3","9110","8822","-84.22","9110","8823","43.4","9110","8824","42.06","9110","8826","4000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_803[] = {"2810","NAD83(HARN) / Minnesota North","9001","4152","12231","9802","1","0","8821","46.3","9110","8822","-93.06","9110","8823","48.38","9110","8824","47.02","9110","8826","800000","9001","8827","100000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_804[] = {"2811","NAD83(HARN) / Minnesota Central","9001","4152","12232","9802","1","0","8821","45","9110","8822","-94.15","9110","8823","47.03","9110","8824","45.37","9110","8826","800000","9001","8827","100000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_805[] = {"2812","NAD83(HARN) / Minnesota South","9001","4152","12233","9802","1","0","8821","43","9110","8822","-94","9110","8823","45.13","9110","8824","43.47","9110","8826","800000","9001","8827","100000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_806[] = {"2813","NAD83(HARN) / Mississippi East","9001","4152","12331","9807","1","0","8801","29.3","9110","8802","-88.5","9110","8805","0.99995","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_807[] = {"2814","NAD83(HARN) / Mississippi West","9001","4152","12332","9807","1","0","8801","29.3","9110","8802","-90.2","9110","8805","0.99995","9201","8806","700000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_808[] = {"2815","NAD83(HARN) / Missouri East","9001","4152","12431","9807","1","0","8801","35.5","9110","8802","-90.3","9110","8805","0.999933333","9201","8806","250000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_809[] = {"2816","NAD83(HARN) / Missouri Central","9001","4152","12432","9807","1","0","8801","35.5","9110","8802","-92.3","9110","8805","0.999933333","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_810[] = {"2817","NAD83(HARN) / Missouri West","9001","4152","12433","9807","1","0","8801","36.1","9110","8802","-94.3","9110","8805","0.999941177","9201","8806","850000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_811[] = {"2818","NAD83(HARN) / Montana","9001","4152","12530","9802","1","0","8821","44.15","9110","8822","-109.3","9110","8823","49","9110","8824","45","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_812[] = {"2819","NAD83(HARN) / Nebraska","9001","4152","12630","9802","1","0","8821","39.5","9110","8822","-100","9110","8823","43","9110","8824","40","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_813[] = {"2820","NAD83(HARN) / Nevada East","9001","4152","12731","9807","1","0","8801","34.45","9110","8802","-115.35","9110","8805","0.9999","9201","8806","200000","9001","8807","8000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_814[] = {"2821","NAD83(HARN) / Nevada Central","9001","4152","12732","9807","1","0","8801","34.45","9110","8802","-116.4","9110","8805","0.9999","9201","8806","500000","9001","8807","6000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_815[] = {"2822","NAD83(HARN) / Nevada West","9001","4152","12733","9807","1","0","8801","34.45","9110","8802","-118.35","9110","8805","0.9999","9201","8806","800000","9001","8807","4000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_816[] = {"2823","NAD83(HARN) / New Hampshire","9001","4152","12830","9807","1","0","8801","42.3","9110","8802","-71.4","9110","8805","0.999966667","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_817[] = {"2824","NAD83(HARN) / New Jersey","9001","4152","12930","9807","1","0","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","150000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_818[] = {"2825","NAD83(HARN) / New Mexico East","9001","4152","13031","9807","1","0","8801","31","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","165000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_819[] = {"2826","NAD83(HARN) / New Mexico Central","9001","4152","13032","9807","1","0","8801","31","9110","8802","-106.15","9110","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_820[] = {"2827","NAD83(HARN) / New Mexico West","9001","4152","13033","9807","1","0","8801","31","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","830000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_821[] = {"2828","NAD83(HARN) / New York East","9001","4152","13131","9807","1","0","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","150000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_822[] = {"2829","NAD83(HARN) / New York Central","9001","4152","13132","9807","1","0","8801","40","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","250000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_823[] = {"2830","NAD83(HARN) / New York West","9001","4152","13133","9807","1","0","8801","40","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","350000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_824[] = {"2831","NAD83(HARN) / New York Long Island","9001","4152","13134","9802","1","0","8821","40.1","9110","8822","-74","9110","8823","41.02","9110","8824","40.4","9110","8826","300000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_825[] = {"2832","NAD83(HARN) / North Dakota North","9001","4152","13331","9802","1","0","8821","47","9110","8822","-100.3","9110","8823","48.44","9110","8824","47.26","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_826[] = {"2833","NAD83(HARN) / North Dakota South","9001","4152","13332","9802","1","0","8821","45.4","9110","8822","-100.3","9110","8823","47.29","9110","8824","46.11","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_827[] = {"2834","NAD83(HARN) / Ohio North","9001","4152","13431","9802","1","0","8821","39.4","9110","8822","-82.3","9110","8823","41.42","9110","8824","40.26","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_828[] = {"2835","NAD83(HARN) / Ohio South","9001","4152","13432","9802","1","0","8821","38","9110","8822","-82.3","9110","8823","40.02","9110","8824","38.44","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_829[] = {"2836","NAD83(HARN) / Oklahoma North","9001","4152","13531","9802","1","0","8821","35","9110","8822","-98","9110","8823","36.46","9110","8824","35.34","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_830[] = {"2837","NAD83(HARN) / Oklahoma South","9001","4152","13532","9802","1","0","8821","33.2","9110","8822","-98","9110","8823","35.14","9110","8824","33.56","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_831[] = {"2838","NAD83(HARN) / Oregon North","9001","4152","13631","9802","1","0","8821","43.4","9110","8822","-120.3","9110","8823","46","9110","8824","44.2","9110","8826","2500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_832[] = {"2839","NAD83(HARN) / Oregon South","9001","4152","13632","9802","1","0","8821","41.4","9110","8822","-120.3","9110","8823","44","9110","8824","42.2","9110","8826","1500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_833[] = {"2840","NAD83(HARN) / Rhode Island","9001","4152","13830","9807","1","0","8801","41.05","9110","8802","-71.3","9110","8805","0.99999375","9201","8806","100000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_834[] = {"2841","NAD83(HARN) / South Dakota North","9001","4152","14031","9802","1","0","8821","43.5","9110","8822","-100","9110","8823","45.41","9110","8824","44.25","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_835[] = {"2842","NAD83(HARN) / South Dakota South","9001","4152","14032","9802","1","0","8821","42.2","9110","8822","-100.2","9110","8823","44.24","9110","8824","42.5","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_836[] = {"2843","NAD83(HARN) / Tennessee","9001","4152","14130","9802","1","0","8821","34.2","9110","8822","-86","9110","8823","36.25","9110","8824","35.15","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_837[] = {"2844","NAD83(HARN) / Texas North","9001","4152","14231","9802","1","0","8821","34","9110","8822","-101.3","9110","8823","36.11","9110","8824","34.39","9110","8826","200000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_838[] = {"2845","NAD83(HARN) / Texas North Central","9001","4152","14232","9802","1","0","8821","31.4","9110","8822","-98.3","9110","8823","33.58","9110","8824","32.08","9110","8826","600000","9001","8827","2000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_839[] = {"2846","NAD83(HARN) / Texas Central","9001","4152","14233","9802","1","0","8821","29.4","9110","8822","-100.2","9110","8823","31.53","9110","8824","30.07","9110","8826","700000","9001","8827","3000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_840[] = {"2847","NAD83(HARN) / Texas South Central","9001","4152","14234","9802","1","0","8821","27.5","9110","8822","-99","9110","8823","30.17","9110","8824","28.23","9110","8826","600000","9001","8827","4000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_841[] = {"2848","NAD83(HARN) / Texas South","9001","4152","14235","9802","1","0","8821","25.4","9110","8822","-98.3","9110","8823","27.5","9110","8824","26.1","9110","8826","300000","9001","8827","5000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_842[] = {"2849","NAD83(HARN) / Utah North","9001","4152","14331","9802","1","0","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","500000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_843[] = {"2850","NAD83(HARN) / Utah Central","9001","4152","14332","9802","1","0","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","500000","9001","8827","2000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_844[] = {"2851","NAD83(HARN) / Utah South","9001","4152","14333","9802","1","0","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","500000","9001","8827","3000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_845[] = {"2852","NAD83(HARN) / Vermont","9001","4152","14430","9807","1","0","8801","42.3","9110","8802","-72.3","9110","8805","0.999964286","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_846[] = {"2853","NAD83(HARN) / Virginia North","9001","4152","14531","9802","1","0","8821","37.4","9110","8822","-78.3","9110","8823","39.12","9110","8824","38.02","9110","8826","3500000","9001","8827","2000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_847[] = {"2854","NAD83(HARN) / Virginia South","9001","4152","14532","9802","1","0","8821","36.2","9110","8822","-78.3","9110","8823","37.58","9110","8824","36.46","9110","8826","3500000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_848[] = {"2855","NAD83(HARN) / Washington North","9001","4152","14631","9802","1","0","8821","47","9110","8822","-120.5","9110","8823","48.44","9110","8824","47.3","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_849[] = {"2856","NAD83(HARN) / Washington South","9001","4152","14632","9802","1","0","8821","45.2","9110","8822","-120.3","9110","8823","47.2","9110","8824","45.5","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_850[] = {"2857","NAD83(HARN) / West Virginia North","9001","4152","14731","9802","1","0","8821","38.3","9110","8822","-79.3","9110","8823","40.15","9110","8824","39","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_851[] = {"2858","NAD83(HARN) / West Virginia South","9001","4152","14732","9802","1","0","8821","37","9110","8822","-81","9110","8823","38.53","9110","8824","37.29","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_852[] = {"2859","NAD83(HARN) / Wisconsin North","9001","4152","14831","9802","1","0","8821","45.1","9110","8822","-90","9110","8823","46.46","9110","8824","45.34","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_853[] = {"2860","NAD83(HARN) / Wisconsin Central","9001","4152","14832","9802","1","0","8821","43.5","9110","8822","-90","9110","8823","45.3","9110","8824","44.15","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_854[] = {"2861","NAD83(HARN) / Wisconsin South","9001","4152","14833","9802","1","0","8821","42","9110","8822","-90","9110","8823","44.04","9110","8824","42.44","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_855[] = {"2862","NAD83(HARN) / Wyoming East","9001","4152","14931","9807","1","0","8801","40.3","9110","8802","-105.1","9110","8805","0.9999375","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_856[] = {"2863","NAD83(HARN) / Wyoming East Central","9001","4152","14932","9807","1","0","8801","40.3","9110","8802","-107.2","9110","8805","0.9999375","9201","8806","400000","9001","8807","100000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_857[] = {"2864","NAD83(HARN) / Wyoming West Central","9001","4152","14933","9807","1","0","8801","40.3","9110","8802","-108.45","9110","8805","0.9999375","9201","8806","600000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_858[] = {"2865","NAD83(HARN) / Wyoming West","9001","4152","14934","9807","1","0","8801","40.3","9110","8802","-110.05","9110","8805","0.9999375","9201","8806","800000","9001","8807","100000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_859[] = {"2866","NAD83(HARN) / Puerto Rico & Virgin Is.","9001","4152","15230","9802","1","0","8821","17.5","9110","8822","-66.26","9110","8823","18.26","9110","8824","18.02","9110","8826","200000","9001","8827","200000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_860[] = {"2867","NAD83(HARN) / Arizona East (ft)","9002","4152","15304","9807","1","0","8801","31","9110","8802","-110.1","9110","8805","0.9999","9201","8806","700000","9002","8807","0","9002","","","","",""," ",NULL};
+datafile_rows_t pcs_row_861[] = {"2868","NAD83(HARN) / Arizona Central (ft)","9002","4152","15305","9807","1","0","8801","31","9110","8802","-111.55","9110","8805","0.9999","9201","8806","700000","9002","8807","0","9002","","","","",""," ",NULL};
+datafile_rows_t pcs_row_862[] = {"2869","NAD83(HARN) / Arizona West (ft)","9002","4152","15306","9807","1","0","8801","31","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","700000","9002","8807","0","9002","","","","",""," ",NULL};
+datafile_rows_t pcs_row_863[] = {"2870","NAD83(HARN) / California zone 1 (ftUS)","9003","4152","15307","9802","1","0","8821","39.2","9110","8822","-122","9110","8823","41.4","9110","8824","40","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_864[] = {"2871","NAD83(HARN) / California zone 2 (ftUS)","9003","4152","15308","9802","1","0","8821","37.4","9110","8822","-122","9110","8823","39.5","9110","8824","38.2","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_865[] = {"2872","NAD83(HARN) / California zone 3 (ftUS)","9003","4152","15309","9802","1","0","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_866[] = {"2873","NAD83(HARN) / California zone 4 (ftUS)","9003","4152","15310","9802","1","0","8821","35.2","9110","8822","-119","9110","8823","37.15","9110","8824","36","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_867[] = {"2874","NAD83(HARN) / California zone 5 (ftUS)","9003","4152","15311","9802","1","0","8821","33.3","9110","8822","-118","9110","8823","35.28","9110","8824","34.02","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_868[] = {"2875","NAD83(HARN) / California zone 6 (ftUS)","9003","4152","15312","9802","1","0","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_869[] = {"2876","NAD83(HARN) / Colorado North (ftUS)","9003","4152","15313","9802","1","0","8821","39.2","9110","8822","-105.3","9110","8823","40.47","9110","8824","39.43","9110","8826","3000000","9003","8827","1000000","9003","",""," ",NULL};
+datafile_rows_t pcs_row_870[] = {"2877","NAD83(HARN) / Colorado Central (ftUS)","9003","4152","15314","9802","1","0","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","3000000","9003","8827","1000000","9003","",""," ",NULL};
+datafile_rows_t pcs_row_871[] = {"2878","NAD83(HARN) / Colorado South (ftUS)","9003","4152","15315","9802","1","0","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","3000000","9003","8827","1000000","9003","",""," ",NULL};
+datafile_rows_t pcs_row_872[] = {"2879","NAD83(HARN) / Connecticut (ftUS)","9003","4152","15316","9802","1","0","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","1000000","9003","8827","500000","9003","",""," ",NULL};
+datafile_rows_t pcs_row_873[] = {"2880","NAD83(HARN) / Delaware (ftUS)","9003","4152","15317","9807","1","0","8801","38","9110","8802","-75.25","9110","8805","0.999995","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_874[] = {"2881","NAD83(HARN) / Florida East (ftUS)","9003","4152","15318","9807","1","0","8801","24.2","9110","8802","-81","9110","8805","0.999941177","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_875[] = {"2882","NAD83(HARN) / Florida West (ftUS)","9003","4152","15319","9807","1","0","8801","24.2","9110","8802","-82","9110","8805","0.999941177","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_876[] = {"2883","NAD83(HARN) / Florida North (ftUS)","9003","4152","15320","9802","1","0","8821","29","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_877[] = {"2884","NAD83(HARN) / Georgia East (ftUS)","9003","4152","15321","9807","1","0","8801","30","9110","8802","-82.1","9110","8805","0.9999","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_878[] = {"2885","NAD83(HARN) / Georgia West (ftUS)","9003","4152","15322","9807","1","0","8801","30","9110","8802","-84.1","9110","8805","0.9999","9201","8806","2296583.333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_879[] = {"2886","NAD83(HARN) / Idaho East (ftUS)","9003","4152","15323","9807","1","0","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_880[] = {"2887","NAD83(HARN) / Idaho Central (ftUS)","9003","4152","15324","9807","1","0","8801","41.4","9110","8802","-114","9110","8805","0.999947368","9201","8806","1640416.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_881[] = {"2888","NAD83(HARN) / Idaho West (ftUS)","9003","4152","15325","9807","1","0","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","2624666.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_882[] = {"2889","NAD83(HARN) / Indiana East (ftUS)","9003","4152","15326","9807","1","1","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","328083.333","9003","8807","818125","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_883[] = {"2890","NAD83(HARN) / Indiana West (ftUS)","9003","4152","15327","9807","1","1","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","2952750","9003","8807","818125","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_884[] = {"2891","NAD83(HARN) / Kentucky North (ftUS)","9003","4152","15328","9802","1","0","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","1640416.667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_885[] = {"2892","NAD83(HARN) / Kentucky South (ftUS)","9003","4152","15329","9802","1","0","8821","36.2","9110","8822","-85.45","9110","8823","37.56","9110","8824","36.44","9110","8826","1640416.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_886[] = {"2893","NAD83(HARN) / Maryland (ftUS)","9003","4152","15330","9802","1","0","8821","37.4","9110","8822","-77","9110","8823","39.27","9110","8824","38.18","9110","8826","1312333.333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_887[] = {"2894","NAD83(HARN) / Massachusetts Mainland (ftUS)","9003","4152","15331","9802","1","0","8821","41","9110","8822","-71.3","9110","8823","42.41","9110","8824","41.43","9110","8826","656166.667","9003","8827","2460625","9003","",""," ",NULL};
+datafile_rows_t pcs_row_888[] = {"2895","NAD83(HARN) / Massachusetts Island (ftUS)","9003","4152","15332","9802","1","0","8821","41","9110","8822","-70.3","9110","8823","41.29","9110","8824","41.17","9110","8826","1640416.667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_889[] = {"2896","NAD83(HARN) / Michigan North (ft)","9002","4152","15333","9802","1","0","8821","44.47","9110","8822","-87","9110","8823","47.05","9110","8824","45.29","9110","8826","26246719.16","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_890[] = {"2897","NAD83(HARN) / Michigan Central (ft)","9002","4152","15334","9802","1","0","8821","43.19","9110","8822","-84.22","9110","8823","45.42","9110","8824","44.11","9110","8826","19685039.37","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_891[] = {"2898","NAD83(HARN) / Michigan South (ft)","9002","4152","15335","9802","1","0","8821","41.3","9110","8822","-84.22","9110","8823","43.4","9110","8824","42.06","9110","8826","13123359.58","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_892[] = {"2899","NAD83(HARN) / Mississippi East (ftUS)","9003","4152","15336","9807","1","0","8801","29.3","9110","8802","-88.5","9110","8805","0.99995","9201","8806","984250","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_893[] = {"2900","NAD83(HARN) / Mississippi West (ftUS)","9003","4152","15337","9807","1","0","8801","29.3","9110","8802","-90.2","9110","8805","0.99995","9201","8806","2296583.333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_894[] = {"2901","NAD83(HARN) / Montana (ft)","9002","4152","15338","9802","1","0","8821","44.15","9110","8822","-109.3","9110","8823","49","9110","8824","45","9110","8826","1968503.937","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_895[] = {"2902","NAD83(HARN) / New Mexico East (ftUS)","9003","4152","15339","9807","1","0","8801","31","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","541337.5","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_896[] = {"2903","NAD83(HARN) / New Mexico Central (ftUS)","9003","4152","15340","9807","1","0","8801","31","9110","8802","-106.15","9110","8805","0.9999","9201","8806","1640416.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_897[] = {"2904","NAD83(HARN) / New Mexico West (ftUS)","9003","4152","15341","9807","1","0","8801","31","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","2723091.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_898[] = {"2905","NAD83(HARN) / New York East (ftUS)","9003","4152","15342","9807","1","0","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","492125","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_899[] = {"2906","NAD83(HARN) / New York Central (ftUS)","9003","4152","15343","9807","1","0","8801","40","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","820208.333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_900[] = {"2907","NAD83(HARN) / New York West (ftUS)","9003","4152","15344","9807","1","0","8801","40","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","1148291.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_901[] = {"2908","NAD83(HARN) / New York Long Island (ftUS)","9003","4152","15345","9802","1","0","8821","40.1","9110","8822","-74","9110","8823","41.02","9110","8824","40.4","9110","8826","984250","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_902[] = {"2909","NAD83(HARN) / North Dakota North (ft)","9002","4152","15347","9802","1","0","8821","47","9110","8822","-100.3","9110","8823","48.44","9110","8824","47.26","9110","8826","1968503.937","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_903[] = {"2910","NAD83(HARN) / North Dakota South (ft)","9002","4152","15348","9802","1","0","8821","45.4","9110","8822","-100.3","9110","8823","47.29","9110","8824","46.11","9110","8826","1968503.937","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_904[] = {"2911","NAD83(HARN) / Oklahoma North (ftUS)","9003","4152","15349","9802","1","0","8821","35","9110","8822","-98","9110","8823","36.46","9110","8824","35.34","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_905[] = {"2912","NAD83(HARN) / Oklahoma South (ftUS)","9003","4152","15350","9802","1","0","8821","33.2","9110","8822","-98","9110","8823","35.14","9110","8824","33.56","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_906[] = {"2913","NAD83(HARN) / Oregon North (ft)","9002","4152","15351","9802","1","0","8821","43.4","9110","8822","-120.3","9110","8823","46","9110","8824","44.2","9110","8826","8202099.738","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_907[] = {"2914","NAD83(HARN) / Oregon South (ft)","9002","4152","15352","9802","1","0","8821","41.4","9110","8822","-120.3","9110","8823","44","9110","8824","42.2","9110","8826","4921259.843","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_908[] = {"2915","NAD83(HARN) / Tennessee (ftUS)","9003","4152","15356","9802","1","0","8821","34.2","9110","8822","-86","9110","8823","36.25","9110","8824","35.15","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_909[] = {"2916","NAD83(HARN) / Texas North (ftUS)","9003","4152","15357","9802","1","0","8821","34","9110","8822","-101.3","9110","8823","36.11","9110","8824","34.39","9110","8826","656166.667","9003","8827","3280833.333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_910[] = {"2917","NAD83(HARN) / Texas North Central (ftUS)","9003","4152","15358","9802","1","0","8821","31.4","9110","8822","-98.3","9110","8823","33.58","9110","8824","32.08","9110","8826","1968500","9003","8827","6561666.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_911[] = {"2918","NAD83(HARN) / Texas Central (ftUS)","9003","4152","15359","9802","1","0","8821","29.4","9110","8822","-100.2","9110","8823","31.53","9110","8824","30.07","9110","8826","2296583.333","9003","8827","9842500","9003","",""," ",NULL};
+datafile_rows_t pcs_row_912[] = {"2919","NAD83(HARN) / Texas South Central (ftUS)","9003","4152","15360","9802","1","0","8821","27.5","9110","8822","-99","9110","8823","30.17","9110","8824","28.23","9110","8826","1968500","9003","8827","13123333.333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_913[] = {"2920","NAD83(HARN) / Texas South (ftUS)","9003","4152","15361","9802","1","0","8821","25.4","9110","8822","-98.3","9110","8823","27.5","9110","8824","26.1","9110","8826","984250","9003","8827","16404166.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_914[] = {"2921","NAD83(HARN) / Utah North (ft)","9002","4152","15362","9802","0","0","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","1640419.948","9002","8827","3280839.895","9002","",""," ",NULL};
+datafile_rows_t pcs_row_915[] = {"2922","NAD83(HARN) / Utah Central (ft)","9002","4152","15363","9802","0","0","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","1640419.948","9002","8827","6561679.79","9002","",""," ",NULL};
+datafile_rows_t pcs_row_916[] = {"2923","NAD83(HARN) / Utah South (ft)","9002","4152","15364","9802","0","0","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","1640419.948","9002","8827","9842519.685","9002","",""," ",NULL};
+datafile_rows_t pcs_row_917[] = {"2924","NAD83(HARN) / Virginia North (ftUS)","9003","4152","15365","9802","1","0","8821","37.4","9110","8822","-78.3","9110","8823","39.12","9110","8824","38.02","9110","8826","11482916.667","9003","8827","6561666.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_918[] = {"2925","NAD83(HARN) / Virginia South (ftUS)","9003","4152","15366","9802","1","0","8821","36.2","9110","8822","-78.3","9110","8823","37.58","9110","8824","36.46","9110","8826","11482916.667","9003","8827","3280833.333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_919[] = {"2926","NAD83(HARN) / Washington North (ftUS)","9003","4152","15367","9802","1","0","8821","47","9110","8822","-120.5","9110","8823","48.44","9110","8824","47.3","9110","8826","1640416.667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_920[] = {"2927","NAD83(HARN) / Washington South (ftUS)","9003","4152","15368","9802","1","0","8821","45.2","9110","8822","-120.3","9110","8823","47.2","9110","8824","45.5","9110","8826","1640416.667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_921[] = {"2928","NAD83(HARN) / Wisconsin North (ftUS)","9003","4152","15369","9802","1","0","8821","45.1","9110","8822","-90","9110","8823","46.46","9110","8824","45.34","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_922[] = {"2929","NAD83(HARN) / Wisconsin Central (ftUS)","9003","4152","15370","9802","1","0","8821","43.5","9110","8822","-90","9110","8823","45.3","9110","8824","44.15","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_923[] = {"2930","NAD83(HARN) / Wisconsin South (ftUS)","9003","4152","15371","9802","1","0","8821","42","9110","8822","-90","9110","8823","44.04","9110","8824","42.44","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_924[] = {"2931","Beduaram / TM 13 NE","9001","4213","16413","9807","1","0","8807","0","9001","8802","13","9102","8806","500000","9001","8805","0.9996","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_925[] = {"2932","QND95 / Qatar National Grid","9001","4614","19919","9807","1","0","8805","0.99999","9201","8806","200000","9001","8802","51.13","9110","8801","24.27","9110","8807","300000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_926[] = {"2933","Segara / UTM zone 50S","9001","4613","16150","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","117","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_927[] = {"2934","Segara (Jakarta) / NEIEZ","9001","4820","19905","9804","1","1","8806","3900000","9001","8805","0.997","9201","8801","0","9102","8802","110","9102","8807","900000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_928[] = {"2935","Pulkovo 1942 / CS63 zone A1","9001","4284","18441","9807","1","0","8801","0.07","9110","8805","1","9201","8807","0","9001","8806","1300000","9001","8802","41.32","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_929[] = {"2936","Pulkovo 1942 / CS63 zone A2","9001","4284","18442","9807","1","0","8807","0","9001","8801","0.07","9110","8806","2300000","9001","8802","44.32","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_930[] = {"2937","Pulkovo 1942 / CS63 zone A3","9001","4284","18443","9807","1","0","8801","0.07","9110","8805","1","9201","8807","0","9001","8802","47.32","9110","8806","3300000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_931[] = {"2938","Pulkovo 1942 / CS63 zone A4","9001","4284","18444","9807","1","0","8801","0.07","9110","8805","1","9201","8807","0","9001","8802","50.32","9110","8806","4300000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_932[] = {"2939","Pulkovo 1942 / CS63 zone K2","9001","4284","18446","9807","1","0","8807","0","9001","8805","1","9201","8802","50.46","9110","8806","2300000","9001","8801","0.08","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_933[] = {"2940","Pulkovo 1942 / CS63 zone K3","9001","4284","18447","9807","1","0","8802","53.46","9110","8801","0.08","9110","8806","3300000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_934[] = {"2941","Pulkovo 1942 / CS63 zone K4","9001","4284","18448","9807","1","0","8801","0.08","9110","8802","56.46","9110","8806","4300000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_935[] = {"2942","Porto Santo / UTM zone 28N","9001","4615","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_936[] = {"2943","Selvagem Grande / UTM zone 28N","9001","4616","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_937[] = {"2944","NAD83(CSRS) / SCoPQ zone 2","9001","4617","17700","9807","1","0","8806","304800","9001","8805","0.9999","9201","8802","-55.3","9110","8807","0","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_938[] = {"2945","NAD83(CSRS) / MTM zone 3","9001","4617","17703","9807","1","0","8807","0","9001","8801","0","9110","8806","304800","9001","8805","0.9999","9201","8802","-58.3","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_939[] = {"2946","NAD83(CSRS) / MTM zone 4","9001","4617","17704","9807","1","0","8805","0.9999","9201","8802","-61.3","9110","8801","0","9110","8806","304800","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_940[] = {"2947","NAD83(CSRS) / MTM zone 5","9001","4617","17705","9807","1","0","8802","-64.3","9110","8806","304800","9001","8807","0","9001","8801","0","9110","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_941[] = {"2948","NAD83(CSRS) / MTM zone 6","9001","4617","17706","9807","1","0","8801","0","9110","8802","-67.3","9110","8807","0","9001","8806","304800","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_942[] = {"2949","NAD83(CSRS) / MTM zone 7","9001","4617","17707","9807","1","0","8801","0","9110","8806","304800","9001","8805","0.9999","9201","8802","-70.3","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_943[] = {"2950","NAD83(CSRS) / MTM zone 8","9001","4617","17708","9807","1","0","8805","0.9999","9201","8802","-73.3","9110","8801","0","9110","8807","0","9001","8806","304800","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_944[] = {"2951","NAD83(CSRS) / MTM zone 9","9001","4617","17709","9807","1","0","8802","-76.3","9110","8805","0.9999","9201","8807","0","9001","8806","304800","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_945[] = {"2952","NAD83(CSRS) / MTM zone 10","9001","4617","17710","9807","1","0","8802","-79.3","9110","8801","0","9110","8807","0","9001","8806","304800","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_946[] = {"2953","NAD83(CSRS) / New Brunswick Stereo","9001","4617","19946","9809","1","0","8802","-66.3","9110","8806","2500000","9001","8801","46.3","9110","8805","0.999912","9201","8807","7500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_947[] = {"2954","NAD83(CSRS) / Prince Edward Isl. Stereographic (NAD83)","9001","4617","19960","9809","1","0","8807","800000","9001","8801","47.15","9110","8802","-63","9110","8805","0.999912","9201","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_948[] = {"2955","NAD83(CSRS) / UTM zone 11N","9001","4617","16011","9807","1","0","8802","-117","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_949[] = {"2956","NAD83(CSRS) / UTM zone 12N","9001","4617","16012","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_950[] = {"2957","NAD83(CSRS) / UTM zone 13N","9001","4617","16013","9807","1","0","8802","-105","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_951[] = {"2958","NAD83(CSRS) / UTM zone 17N","9001","4617","16017","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_952[] = {"2959","NAD83(CSRS) / UTM zone 18N","9001","4617","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_953[] = {"2960","NAD83(CSRS) / UTM zone 19N","9001","4617","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_954[] = {"2961","NAD83(CSRS) / UTM zone 20N","9001","4617","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_955[] = {"2962","NAD83(CSRS) / UTM zone 21N","9001","4617","16021","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_956[] = {"2963","Lisbon 1890 (Lisbon) / Portugal Bonne","9001","4904","19979","9828","1","0","8801","39.4","9110","8806","0","9001","8807","0","9001","8802","1","9110","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_957[] = {"2964","NAD27 / Alaska Albers","9003","4267","15020","9822","1","0","8821","50","9102","8822","-154","9102","8823","55","9102","8824","65","9102","8826","0","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_958[] = {"2965","NAD83 / Indiana East (ftUS)","9003","4269","15372","9807","1","0","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","328083.333","9003","8807","820208.333","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_959[] = {"2966","NAD83 / Indiana West (ftUS)","9003","4269","15373","9807","1","0","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","2952750","9003","8807","820208.333","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_960[] = {"2967","NAD83(HARN) / Indiana East (ftUS)","9003","4152","15372","9807","1","0","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","328083.333","9003","8807","820208.333","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_961[] = {"2968","NAD83(HARN) / Indiana West (ftUS)","9003","4152","15373","9807","1","0","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","2952750","9003","8807","820208.333","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_962[] = {"2969","Fort Marigot / UTM zone 20N","9001","4621","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_963[] = {"2970","Guadeloupe 1948 / UTM zone 20N","9001","4622","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_964[] = {"2971","CSG67 / UTM zone 22N","9001","4623","16022","9807","1","0","8802","-51","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_965[] = {"2972","RGFG95 / UTM zone 22N","9001","4624","16022","9807","1","0","8802","-51","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_966[] = {"2973","Martinique 1938 / UTM zone 20N","9001","4625","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_967[] = {"2975","RGR92 / UTM zone 40S","9001","4627","16140","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","57","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_968[] = {"2976","Tahiti 52 / UTM zone 6S","9001","4628","16106","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-147","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_969[] = {"2977","Tahaa 54 / UTM zone 5S","9001","4629","16105","9807","1","0","8801","0","9102","8802","-153","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_970[] = {"2978","IGN72 Nuku Hiva / UTM zone 7S","9001","4630","16107","9807","1","0","8802","-141","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_971[] = {"2979","K0 1949 / UTM zone 42S","9001","4631","16142","9807","1","1","8805","0.9996","9201","8802","69","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_972[] = {"2980","Combani 1950 / UTM zone 38S","9001","4632","16138","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","45","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_973[] = {"2981","IGN56 Lifou / UTM zone 58S","9001","4633","16158","9807","1","0","8805","0.9996","9201","8802","165","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_974[] = {"2982","IGN72 Grand Terre / UTM zone 58S","9001","4634","16158","9807","1","1","8805","0.9996","9201","8802","165","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_975[] = {"2983","ST87 Ouvea / UTM zone 58S","9001","4635","16158","9807","1","1","8805","0.9996","9201","8802","165","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_976[] = {"2984","RGNC 1991 / Lambert New Caledonia","9001","4645","19981","9802","1","1","8824","-22.2","9110","8822","166","9110","8827","300000","9001","8821","-21.3","9110","8823","-20.4","9110","8826","400000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_977[] = {"2985","Petrels 1972 / Terre Adelie Polar Stereographic","9001","4636","19983","9830","1","0","8827","200000","9001","8826","300000","9001","8833","140","9102","8832","-67","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_978[] = {"2986","Perroud 1950 / Terre Adelie Polar Stereographic","9001","4637","19983","9830","1","0","8827","200000","9001","8826","300000","9001","8833","140","9102","8832","-67","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_979[] = {"2987","Saint Pierre et Miquelon 1950 / UTM zone 21N","9001","4638","16021","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_980[] = {"2988","MOP78 / UTM zone 1S","9001","4639","16101","9807","1","0","8802","-177","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_981[] = {"2989","RRAF 1991 / UTM zone 20N","9001","4640","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_982[] = {"2990","Reunion 1947 / TM Reunion","9001","4626","19982","9807","1","1","8802","55.32","9110","8805","1","9201","8806","50000","9001","8807","160000","9001","8801","-21.07","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_983[] = {"2991","NAD83 / Oregon Lambert","9001","4269","13633","9802","1","0","8821","41.45","9110","8822","-120.3","9110","8823","43","9110","8824","45.3","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_984[] = {"2992","NAD83 / Oregon Lambert (ft)","9002","4269","15374","9802","1","0","8821","41.45","9110","8822","-120.3","9110","8823","43","9110","8824","45.3","9110","8826","1312335.958","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_985[] = {"2993","NAD83(HARN) / Oregon Lambert","9001","4152","13633","9802","1","0","8821","41.45","9110","8822","-120.3","9110","8823","43","9110","8824","45.3","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_986[] = {"2994","NAD83(HARN) / Oregon Lambert (ft)","9002","4152","15374","9802","1","0","8821","41.45","9110","8822","-120.3","9110","8823","43","9110","8824","45.3","9110","8826","1312335.958","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_987[] = {"2995","IGN53 Mare / UTM zone 58S","9001","4641","16158","9807","1","0","8805","0.9996","9201","8802","165","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_988[] = {"2996","ST84 Ile des Pins / UTM zone 58S","9001","4642","16158","9807","1","0","8805","0.9996","9201","8802","165","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_989[] = {"2997","ST71 Belep / UTM zone 58S","9001","4643","16158","9807","1","0","8805","0.9996","9201","8802","165","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_990[] = {"2998","NEA74 Noumea / UTM zone 58S","9001","4644","16158","9807","1","0","8805","0.9996","9201","8802","165","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_991[] = {"2999","Grand Comoros / UTM zone 38S","9001","4646","16138","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","45","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_992[] = {"3000","Segara / NEIEZ","9001","4613","19905","9804","1","0","8806","3900000","9001","8805","0.997","9201","8801","0","9102","8802","110","9102","8807","900000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_993[] = {"3001","Batavia / NEIEZ","9001","4211","19905","9804","1","0","8806","3900000","9001","8805","0.997","9201","8801","0","9102","8802","110","9102","8807","900000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_994[] = {"3002","Makassar / NEIEZ","9001","4257","19905","9804","1","0","8806","3900000","9001","8805","0.997","9201","8801","0","9102","8802","110","9102","8807","900000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_995[] = {"3003","Monte Mario / Italy zone 1","9001","4265","18121","9807","1","0","8802","9","9102","8807","0","9001","8806","1500000","9001","8805","0.9996","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_996[] = {"3004","Monte Mario / Italy zone 2","9001","4265","18122","9807","1","0","8801","0","9102","8806","2520000","9001","8805","0.9996","9201","8802","15","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_997[] = {"3005","NAD83 / BC Albers","9001","4269","19984","9822","1","0","8824","58.3","9110","8821","45","9102","8827","0","9001","8822","-126","9102","8826","1000000","9001","8823","50","9110","",""," ",NULL};
+datafile_rows_t pcs_row_998[] = {"3006","SWEREF99 TM","9001","4619","17333","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","15","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_999[] = {"3007","SWEREF99 12 00","9001","4619","17321","9807","1","0","8802","12","9102","8807","0","9001","8801","0","9102","8806","150000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1000[] = {"3008","SWEREF99 13 30","9001","4619","17322","9807","1","0","8801","0","9110","8802","13.3","9110","8805","1","9201","8806","150000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1001[] = {"3009","SWEREF99 15 00","9001","4619","17323","9807","1","0","8805","1","9201","8802","15","9102","8801","0","9102","8807","0","9001","8806","150000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1002[] = {"3010","SWEREF99 16 30","9001","4619","17324","9807","1","0","8805","1","9201","8801","0","9110","8802","16.3","9110","8807","0","9001","8806","150000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1003[] = {"3011","SWEREF99 18 00","9001","4619","17325","9807","1","0","8802","18","9102","8801","0","9102","8806","150000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1004[] = {"3012","SWEREF99 14 15","9001","4619","17326","9807","1","0","8801","0","9110","8806","150000","9001","8805","1","9201","8802","14.15","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1005[] = {"3013","SWEREF99 15 45","9001","4619","17327","9807","1","0","8806","150000","9001","8802","15.45","9110","8801","0","9110","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1006[] = {"3014","SWEREF99 17 15","9001","4619","17328","9807","1","0","8802","17.15","9110","8805","1","9201","8806","150000","9001","8807","0","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1007[] = {"3015","SWEREF99 18 45","9001","4619","17329","9807","1","0","8801","0","9110","8806","150000","9001","8807","0","9001","8805","1","9201","8802","18.45","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1008[] = {"3016","SWEREF99 20 15","9001","4619","17330","9807","1","0","8805","1","9201","8802","20.15","9110","8801","0","9110","8806","150000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1009[] = {"3017","SWEREF99 21 45","9001","4619","17331","9807","1","0","8801","0","9110","8805","1","9201","8806","150000","9001","8802","21.45","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1010[] = {"3018","SWEREF99 23 15","9001","4619","17332","9807","1","0","8805","1","9201","8801","0","9110","8802","23.15","9110","8807","0","9001","8806","150000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1011[] = {"3019","RT90 7.5 gon V","9001","4124","17334","9807","1","0","8807","0","9001","8801","0","9110","8806","1500000","9001","8805","1","9201","8802","11.18298","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1012[] = {"3020","RT90 5 gon V","9001","4124","17335","9807","1","0","8801","0","9110","8802","13.33298","9110","8805","1","9201","8807","0","9001","8806","1500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1013[] = {"3021","RT90 2.5 gon V","9001","4124","19929","9807","1","0","8807","0","9001","8802","15.48298","9110","8805","1","9201","8806","1500000","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1014[] = {"3022","RT90 0 gon","9001","4124","17336","9807","1","0","8802","18.03298","9110","8801","0","9110","8807","0","9001","8806","1500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1015[] = {"3023","RT90 2.5 gon O","9001","4124","17337","9807","1","0","8802","20.18298","9110","8807","0","9001","8801","0","9110","8806","1500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1016[] = {"3024","RT90 5 gon O","9001","4124","17338","9807","1","0","8801","0","9110","8805","1","9201","8802","22.33298","9110","8806","1500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1017[] = {"3025","RT38 7.5 gon V","9001","4308","17334","9807","1","0","8807","0","9001","8801","0","9110","8806","1500000","9001","8805","1","9201","8802","11.18298","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1018[] = {"3026","RT38 5 gon V","9001","4308","17335","9807","1","0","8801","0","9110","8802","13.33298","9110","8805","1","9201","8807","0","9001","8806","1500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1019[] = {"3027","RT38 2.5 gon V","9001","4308","19929","9807","1","0","8807","0","9001","8802","15.48298","9110","8805","1","9201","8806","1500000","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1020[] = {"3028","RT38 0 gon","9001","4308","17336","9807","1","0","8802","18.03298","9110","8801","0","9110","8807","0","9001","8806","1500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1021[] = {"3029","RT38 2.5 gon O","9001","4308","17337","9807","1","0","8802","20.18298","9110","8807","0","9001","8801","0","9110","8806","1500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1022[] = {"3030","RT38 5 gon O","9001","4308","17338","9807","1","0","8801","0","9110","8805","1","9201","8802","22.33298","9110","8806","1500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1023[] = {"3031","WGS 84 / Antarctic Polar Stereographic","9001","4326","19992","9829","1","0","8833","0","9102","8807","0","9001","8806","0","9001","8832","-71","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1024[] = {"3032","WGS 84 / Australian Antarctic Polar Stereographic","9001","4326","19993","9829","1","0","8806","6000000","9001","8807","6000000","9001","8832","-71","9102","8833","70","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1025[] = {"3033","WGS 84 / Australian Antarctic Lambert","9001","4326","19994","9802","1","0","8822","70","9110","8827","6000000","9001","8823","-68.3","9110","8821","-50","9110","8824","-74.3","9110","8826","6000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1026[] = {"3034","ETRS89 / ETRS-LCC","9001","4258","19985","9802","1","0","8827","2800000","9001","8826","4000000","9001","8822","10","9102","8821","52","9102","8823","35","9102","8824","65","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1027[] = {"3035","ETRS89 / ETRS-LAEA","9001","4258","19986","9820","1","0","8802","10","9102","8801","52","9102","8807","3210000","9001","8806","4321000","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1028[] = {"3036","Moznet / UTM zone 36S","9001","4130","16136","9807","1","0","8801","0","9102","8807","10000000","9001","8802","33","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1029[] = {"3037","Moznet / UTM zone 37S","9001","4130","16137","9807","1","0","8802","39","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1030[] = {"3038","ETRS89 / ETRS-TM26","9001","4258","16026","9807","1","0","8801","0","9102","8807","0","9001","8802","-27","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1031[] = {"3039","ETRS89 / ETRS-TM27","9001","4258","16027","9807","1","0","8805","0.9996","9201","8802","-21","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1032[] = {"3040","ETRS89 / ETRS-TM28","9001","4258","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1033[] = {"3041","ETRS89 / ETRS-TM29","9001","4258","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1034[] = {"3042","ETRS89 / ETRS-TM30","9001","4258","16030","9807","1","0","8805","0.9996","9201","8802","-3","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1035[] = {"3043","ETRS89 / ETRS-TM31","9001","4258","16031","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","3","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1036[] = {"3044","ETRS89 / ETRS-TM32","9001","4258","16032","9807","1","0","8805","0.9996","9201","8802","9","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1037[] = {"3045","ETRS89 / ETRS-TM33","9001","4258","16033","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","15","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1038[] = {"3046","ETRS89 / ETRS-TM34","9001","4258","16034","9807","1","0","8801","0","9102","8807","0","9001","8802","21","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1039[] = {"3047","ETRS89 / ETRS-TM35","9001","4258","16035","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","27","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1040[] = {"3048","ETRS89 / ETRS-TM36","9001","4258","16036","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","33","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1041[] = {"3049","ETRS89 / ETRS-TM37","9001","4258","16037","9807","1","0","8802","39","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1042[] = {"3050","ETRS89 / ETRS-TM38","9001","4258","16038","9807","1","0","8802","45","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1043[] = {"3051","ETRS89 / ETRS-TM39","9001","4258","16039","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","51","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1044[] = {"3052","Reykjavik 1900 / Lambert 1900","9001","4657","19987","9826","1","0","8807","0","9001","8801","65","9110","8802","-19.011965","9110","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1045[] = {"3053","Hjorsey 1955 / Lambert 1955","9001","4658","19988","9826","1","0","8802","-18","9102","8805","1","9201","8801","65","9102","8806","500000","9001","8807","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1046[] = {"3054","Hjorsey 1955 / UTM zone 26N","9001","4658","16026","9807","1","0","8801","0","9102","8807","0","9001","8802","-27","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1047[] = {"3055","Hjorsey 1955 / UTM zone 27N","9001","4658","16027","9807","1","0","8805","0.9996","9201","8802","-21","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1048[] = {"3056","Hjorsey 1955 / UTM zone 28N","9001","4658","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1049[] = {"3057","ISN93 / Lambert 1993","9001","4659","19989","9802","1","0","8823","64.15","9110","8826","500000","9001","8821","65","9110","8822","-19","9110","8824","65.45","9110","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1050[] = {"3058","Helle 1954 / Jan Mayen Grid","9001","4660","19991","9807","1","0","8802","-8.3","9110","8806","50000","9001","8807","-7800000","9001","8801","0","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1051[] = {"3059","LKS92 / Latvia TM","9001","4661","19990","9807","1","0","8807","-6000000","9001","8805","0.9996","9201","8802","24","9102","8801","0","9102","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1052[] = {"3060","IGN72 Grande Terre / UTM zone 58S","9001","4662","16158","9807","1","0","8805","0.9996","9201","8802","165","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1053[] = {"3061","Porto Santo 1995 / UTM zone 28N","9001","4663","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1054[] = {"3062","Azores Oriental 1995 / UTM zone 26N","9001","4664","16026","9807","1","0","8801","0","9102","8807","0","9001","8802","-27","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1055[] = {"3063","Azores Central 1995 / UTM zone 26N","9001","4665","16026","9807","1","0","8801","0","9102","8807","0","9001","8802","-27","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1056[] = {"3064","IGM95 / UTM zone 32N","9001","4670","16032","9807","1","0","8805","0.9996","9201","8802","9","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1057[] = {"3065","IGM95 / UTM zone 33N","9001","4670","16033","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","15","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1058[] = {"3066","ED50 / Jordan TM","9001","4230","19995","9807","1","0","8807","-3000000","9001","8802","37","9102","8806","500000","9001","8801","0","9102","8805","0.9998","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1059[] = {"3067","ETRS89 / ETRS-TM35FIN","9001","4258","16065","9807","1","0","8805","0.9996","9201","8802","27","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1060[] = {"3068","DHDN / Soldner Berlin","9001","4314","19996","9806","1","0","8806","40000","9001","8807","10000","9001","8802","13.37379332","9110","8801","52.25071338","9110","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1061[] = {"3069","NAD27 / Wisconsin Transverse Mercator","9001","4267","14811","9807","1","0","8801","0","9102","8802","-90","9102","8805","0.9996","9201","8806","500000","9001","8807","-4500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1062[] = {"3070","NAD83 / Wisconsin Transverse Mercator","9001","4269","14841","9807","1","0","8801","0","9102","8802","-90","9102","8805","0.9996","9201","8806","520000","9001","8807","-4480000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1063[] = {"3071","NAD83(HARN) / Wisconsin Transverse Mercator","9001","4152","14841","9807","1","0","8801","0","9102","8802","-90","9102","8805","0.9996","9201","8806","520000","9001","8807","-4480000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1064[] = {"3072","NAD83 / Maine CS2000 East","9001","4269","11851","9807","1","0","8801","43.5","9110","8802","-67.523","9110","8805","0.99998","9201","8806","700000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1065[] = {"3073","NAD83 / Maine CS2000 Central","9001","4269","11852","9807","1","1","8801","43","9110","8802","-69.073","9110","8805","0.99998","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1066[] = {"3074","NAD83 / Maine CS2000 West","9001","4269","11853","9807","1","0","8801","42.5","9110","8802","-70.223","9110","8805","0.99998","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1067[] = {"3075","NAD83(HARN) / Maine CS2000 East","9001","4152","11851","9807","1","0","8801","43.5","9110","8802","-67.523","9110","8805","0.99998","9201","8806","700000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1068[] = {"3076","NAD83(HARN) / Maine CS2000 Central","9001","4152","11852","9807","1","1","8801","43","9110","8802","-69.073","9110","8805","0.99998","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1069[] = {"3077","NAD83(HARN) / Maine CS2000 West","9001","4152","11853","9807","1","0","8801","42.5","9110","8802","-70.223","9110","8805","0.99998","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1070[] = {"3078","NAD83 / Michigan Oblique Mercator","9001","4269","12150","9812","1","0","8806","2546731.496","9001","8807","-4354009.816","9001","8811","45.1833","9110","8812","-86","9110","8813","337.25556","9102","8814","337.25556","9102","8815","0.9996","9201 ",NULL};
+datafile_rows_t pcs_row_1071[] = {"3079","NAD83(HARN) / Michigan Oblique Mercator","9001","4152","12150","9812","1","0","8806","2546731.496","9001","8807","-4354009.816","9001","8811","45.1833","9110","8812","-86","9110","8813","337.25556","9102","8814","337.25556","9102","8815","0.9996","9201 ",NULL};
+datafile_rows_t pcs_row_1072[] = {"3080","NAD27 / Shackleford","9002","4267","14252","9802","1","0","8821","31.1","9110","8822","-100","9110","8823","27.25","9110","8824","34.55","9110","8826","3000000","9002","8827","3000000","9002","",""," ",NULL};
+datafile_rows_t pcs_row_1073[] = {"3081","NAD83 / Texas State Mapping System","9001","4269","14251","9802","1","0","8821","31.1","9110","8822","-100","9110","8823","27.25","9110","8824","34.55","9110","8826","1000000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1074[] = {"3082","NAD83 / Texas Centric Lambert Conformal","9001","4269","14253","9802","1","0","8821","18","9110","8822","-100","9110","8823","27.3","9110","8824","35","9110","8826","1500000","9001","8827","5000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1075[] = {"3083","NAD83 / Texas Centric Albers Equal Area","9001","4269","14254","9822","1","0","8821","18","9110","8822","-100","9110","8823","27.3","9110","8824","35","9110","8826","1500000","9001","8827","6000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1076[] = {"3084","NAD83(HARN) / Texas Centric Lambert Conformal","9001","4152","14253","9802","1","0","8821","18","9110","8822","-100","9110","8823","27.3","9110","8824","35","9110","8826","1500000","9001","8827","5000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1077[] = {"3085","NAD83(HARN) / Texas Centric Albers Equal Area","9001","4152","14254","9822","1","0","8821","18","9110","8822","-100","9110","8823","27.3","9110","8824","35","9110","8826","1500000","9001","8827","6000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1078[] = {"3086","NAD83 / Florida GDL Albers","9001","4269","10934","9822","1","0","8821","24","9110","8822","-84","9110","8823","24","9110","8824","31.3","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1079[] = {"3087","NAD83(HARN) / Florida GDL Albers","9001","4152","10934","9822","1","0","8821","24","9110","8822","-84","9110","8823","24","9110","8824","31.3","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1080[] = {"3088","NAD83 / Kentucky Single Zone","9001","4269","11630","9802","1","0","8821","36.2","9110","8822","-85.45","9110","8823","37.05","9110","8824","38.4","9110","8826","1500000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1081[] = {"3089","NAD83 / Kentucky Single Zone (ftUS)","9003","4269","15375","9802","1","0","8821","36.2","9110","8822","-85.45","9110","8823","37.05","9110","8824","38.4","9110","8826","4921250","9003","8827","3280833.333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1082[] = {"3090","NAD83(HARN) / Kentucky Single Zone","9001","4152","11630","9802","1","0","8821","36.2","9110","8822","-85.45","9110","8823","37.05","9110","8824","38.4","9110","8826","1500000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1083[] = {"3091","NAD83(HARN) / Kentucky Single Zone (ftUS)","9003","4152","15375","9802","1","0","8821","36.2","9110","8822","-85.45","9110","8823","37.05","9110","8824","38.4","9110","8826","4921250","9003","8827","3280833.333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1084[] = {"3092","Tokyo / UTM zone 51N","9001","4301","16051","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","123","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1085[] = {"3093","Tokyo / UTM zone 52N","9001","4301","16052","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","129","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1086[] = {"3094","Tokyo / UTM zone 53N","9001","4301","16053","9807","1","0","8801","0","9102","8802","135","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1087[] = {"3095","Tokyo / UTM zone 54N","9001","4301","16054","9807","1","0","8802","141","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1088[] = {"3096","Tokyo / UTM zone 55N","9001","4301","16055","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","147","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1089[] = {"3097","JGD2000 / UTM zone 51N","9001","4612","16051","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","123","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1090[] = {"3098","JGD2000 / UTM zone 52N","9001","4612","16052","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","129","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1091[] = {"3099","JGD2000 / UTM zone 53N","9001","4612","16053","9807","1","0","8801","0","9102","8802","135","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1092[] = {"3100","JGD2000 / UTM zone 54N","9001","4612","16054","9807","1","0","8802","141","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1093[] = {"3101","JGD2000 / UTM zone 55N","9001","4612","16055","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","147","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1094[] = {"3102","American Samoa 1962 / American Samoa Lambert","9003","4169","15376","9801","1","0","8801","-14.16","9110","8802","-170","9110","8805","1","9201","8806","500000","9003","8807","312234.65","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1095[] = {"3103","Mauritania 1999 / UTM zone 28N","9001","4681","16028","9807","1","1","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1096[] = {"3104","Mauritania 1999 / UTM zone 29N","9001","4681","16029","9807","1","1","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1097[] = {"3105","Mauritania 1999 / UTM zone 30N","9001","4681","16030","9807","1","1","8805","0.9996","9201","8802","-3","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1098[] = {"3106","Gulshan 303 / Bangladesh Transverse Mercator","9001","4682","16490","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","90","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1099[] = {"3107","GDA94 / SA Lambert","9001","4283","17359","9802","1","0","8821","-32","9102","8824","-36","9102","8826","1000000","9001","8823","-28","9102","8822","135","9102","8827","2000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1100[] = {"3108","ETRS89 / Guernsey Grid","9001","4258","19998","9807","1","0","8802","-2.25","9110","8806","47000","9001","8801","49.3","9110","8807","50000","9001","8805","0.999997","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1101[] = {"3109","ETRS89 / Jersey Transverse Mercator","9001","4258","19999","9807","1","0","8801","49.225","9102","8805","0.9999999","9201","8802","-2.135","9102","8807","70000","9001","8806","40000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1102[] = {"3110","AGD66 / Vicgrid66","9001","4202","17360","9802","1","0","8823","-36","9102","8827","4500000","9001","8821","-37","9102","8822","145","9102","8826","2500000","9001","8824","-38","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1103[] = {"3111","GDA94 / Vicgrid94","9001","4283","17361","9802","1","0","8826","2500000","9001","8823","-36","9102","8822","145","9102","8821","-37","9102","8824","-38","9102","8827","2500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1104[] = {"3112","GDA94 / Geoscience Australia Lambert","9001","4283","17362","9802","1","0","8823","-18","9102","8822","134","9102","8827","0","9001","8826","0","9001","8824","-36","9102","8821","0","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1105[] = {"3113","GDA94 / BCSG02","9001","4283","17363","9807","1","0","8801","-28","9102","8806","50000","9001","8805","0.99999","9201","8802","153","9102","8807","100000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1106[] = {"3114","MAGNA-SIRGAS / Colombia Far West zone","9001","4686","18055","9807","1","0","8807","1000000","9001","8806","1000000","9001","8805","1","9201","8801","4.35463215","9110","8802","-80.04390285","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1107[] = {"3115","MAGNA-SIRGAS / Colombia West zone","9001","4686","18056","9807","1","0","8802","-77.04390285","9110","8805","1","9201","8806","1000000","9001","8801","4.35463215","9110","8807","1000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1108[] = {"3116","MAGNA-SIRGAS / Colombia Bogota zone","9001","4686","18057","9807","1","0","8802","-74.04390285","9110","8801","4.35463215","9110","8805","1","9201","8806","1000000","9001","8807","1000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1109[] = {"3117","MAGNA-SIRGAS / Colombia East Central zone","9001","4686","18058","9807","1","0","8802","-71.04390285","9110","8807","1000000","9001","8801","4.35463215","9110","8806","1000000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1110[] = {"3118","MAGNA-SIRGAS / Colombia East zone","9001","4686","18059","9807","1","0","8805","1","9201","8806","1000000","9001","8807","1000000","9001","8801","4.35463215","9110","8802","-68.04390285","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1111[] = {"3119","Douala 1948 / AEF west","9001","4192","18415","9807","1","0","8807","1000000","9001","8806","1000000","9001","8802","10.3","9110","8801","0","9110","8805","0.999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1112[] = {"3120","Pulkovo 1942(58) / Poland zone I","9001","4179","18280","9809","1","0","8801","50.373","9110","8805","0.9998","9201","8806","4637000","9001","8802","21.05","9110","8807","5467000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1113[] = {"3121","PRS92 / Philippines zone 1","9001","4683","18171","9807","1","0","8801","0","9102","8805","0.99995","9201","8807","0","9001","8802","117","9102","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1114[] = {"3122","PRS92 / Philippines zone 2","9001","4683","18172","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8802","119","9102","8805","0.99995","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1115[] = {"3123","PRS92 / Philippines zone 3","9001","4683","18173","9807","1","0","8801","0","9102","8802","121","9102","8806","500000","9001","8805","0.99995","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1116[] = {"3124","PRS92 / Philippines zone 4","9001","4683","18174","9807","1","0","8806","500000","9001","8807","0","9001","8805","0.99995","9201","8801","0","9102","8802","123","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1117[] = {"3125","PRS92 / Philippines zone 5","9001","4683","18175","9807","1","0","8802","125","9102","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.99995","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1118[] = {"3126","ETRS89 / ETRS-GK19FIN","9001","4258","18183","9807","1","0","8802","19","9102","8805","1","9201","8807","0","9001","8806","500000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1119[] = {"3127","ETRS89 / ETRS-GK20FIN","9001","4258","18184","9807","1","0","8802","20","9102","8801","0","9102","8805","1","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1120[] = {"3128","ETRS89 / ETRS-GK21FIN","9001","4258","18185","9807","1","0","8807","0","9001","8801","0","9102","8802","21","9102","8805","1","9201","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1121[] = {"3129","ETRS89 / ETRS-GK22FIN","9001","4258","18186","9807","1","0","8801","0","9102","8805","1","9201","8802","22","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1122[] = {"3130","ETRS89 / ETRS-GK23FIN","9001","4258","18187","9807","1","0","8802","23","9102","8805","1","9201","8807","0","9001","8806","500000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1123[] = {"3131","ETRS89 / ETRS-GK24FIN","9001","4258","18188","9807","1","0","8801","0","9102","8802","24","9102","8805","1","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1124[] = {"3132","ETRS89 / ETRS-GK25FIN","9001","4258","18189","9807","1","0","8807","0","9001","8802","25","9102","8801","0","9102","8805","1","9201","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1125[] = {"3133","ETRS89 / ETRS-GK26FIN","9001","4258","18190","9807","1","0","8806","500000","9001","8802","26","9102","8807","0","9001","8805","1","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1126[] = {"3134","ETRS89 / ETRS-GK27FIN","9001","4258","18195","9807","1","0","8801","0","9102","8807","0","9001","8802","27","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1127[] = {"3135","ETRS89 / ETRS-GK28FIN","9001","4258","18196","9807","1","0","8802","28","9102","8801","0","9102","8806","500000","9001","8807","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1128[] = {"3136","ETRS89 / ETRS-GK29FIN","9001","4258","18197","9807","1","0","8806","500000","9001","8805","1","9201","8807","0","9001","8802","29","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1129[] = {"3137","ETRS89 / ETRS-GK30FIN","9001","4258","18198","9807","1","0","8805","1","9201","8802","30","9102","8806","500000","9001","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1130[] = {"3138","ETRS89 / ETRS-GK31FIN","9001","4258","18199","9807","1","0","8806","500000","9001","8807","0","9001","8802","31","9102","8801","0","9102","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1131[] = {"3139","Vanua Levu 1915 / Vanua Levu Grid","9098","4748","19878","9833","1","0","8807","1662888.5","9098","8802","179.2","9110","8806","1251331.8","9098","8801","-16.15","9110","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1132[] = {"3140","Viti Levu 1912 / Viti Levu Grid","9098","4752","19879","9806","1","0","8802","178","9102","8807","704000","9098","8806","544000","9098","8801","-18","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1133[] = {"3141","Fiji 1956 / UTM zone 60S","9001","4721","16160","9807","1","0","8802","177","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1134[] = {"3142","Fiji 1956 / UTM zone 1S","9001","4721","16101","9807","1","0","8802","-177","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1135[] = {"3143","Fiji 1986 / Fiji Map Grid","9001","4720","19880","9807","1","1","8802","178.45","9110","8801","-17","9110","8806","2000000","9001","8807","4000000","9001","8805","0.99985","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1136[] = {"3144","FD54 / Faroe Lambert","9001","4741","19870","9826","1","0","8801","62","9102","8802","-9","9102","8805","1","9201","8806","500000","9001","8807","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1137[] = {"3145","ETRS89 / Faroe Lambert","9001","4258","19870","9826","1","0","8801","62","9102","8802","-9","9102","8805","1","9201","8806","500000","9001","8807","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1138[] = {"3146","Pulkovo 1942 / 3-degree Gauss-Kruger zone 6","9001","4284","16266","9807","1","0","8802","18","9102","8801","0","9102","8806","6500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1139[] = {"3147","Pulkovo 1942 / 3-degree Gauss-Kruger CM 18E","9001","4284","16366","9807","1","0","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","8802","18","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1140[] = {"3148","Indian 1960 / UTM zone 48N","9001","4131","16048","9807","1","0","8805","0.9996","9201","8802","105","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1141[] = {"3149","Indian 1960 / UTM zone 49N","9001","4131","16049","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1142[] = {"3150","Pulkovo 1995 / 3-degree Gauss-Kruger zone 6","9001","4200","16266","9807","1","0","8802","18","9102","8801","0","9102","8806","6500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1143[] = {"3151","Pulkovo 1995 / 3-degree Gauss-Kruger CM 18E","9001","4200","16366","9807","1","0","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","8802","18","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1144[] = {"3152","ST74","9001","4619","19876","9807","1","0","8806","100178.1808","9001","8802","18.0328044","9110","8801","0","9110","8805","0.99999425","9201","8807","-6500614.7836","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1145[] = {"3153","NAD83(CSRS) / BC Albers","9001","4617","19984","9822","1","0","8824","58.3","9110","8821","45","9102","8827","0","9001","8822","-126","9102","8826","1000000","9001","8823","50","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1146[] = {"3154","NAD83(CSRS) / UTM zone 7N","9001","4617","16007","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-141","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1147[] = {"3155","NAD83(CSRS) / UTM zone 8N","9001","4617","16008","9807","1","0","8805","0.9996","9201","8802","-135","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1148[] = {"3156","NAD83(CSRS) / UTM zone 9N","9001","4617","16009","9807","1","0","8805","0.9996","9201","8802","-129","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1149[] = {"3157","NAD83(CSRS) / UTM zone 10N","9001","4617","16010","9807","1","0","8801","0","9102","8807","0","9001","8802","-123","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1150[] = {"3158","NAD83(CSRS) / UTM zone 14N","9001","4617","16014","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-99","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1151[] = {"3159","NAD83(CSRS) / UTM zone 15N","9001","4617","16015","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-93","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1152[] = {"3160","NAD83(CSRS) / UTM zone 16N","9001","4617","16016","9807","1","0","8805","0.9996","9201","8802","-87","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1153[] = {"3161","NAD83 / Ontario MNR Lambert","9001","4269","19875","9802","1","0","8821","0","9102","8823","44.5","9102","8827","6430000","9001","8826","930000","9001","8822","-85","9102","8824","53.5","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1154[] = {"3162","NAD83(CSRS) / Ontario MNR Lambert","9001","4617","19875","9802","1","0","8821","0","9102","8823","44.5","9102","8827","6430000","9001","8826","930000","9001","8822","-85","9102","8824","53.5","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1155[] = {"3163","RGNC91-93 / Lambert New Caledonia","9001","4749","19981","9802","1","0","8824","-22.2","9110","8822","166","9110","8827","300000","9001","8821","-21.3","9110","8823","-20.4","9110","8826","400000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1156[] = {"3164","ST87 Ouvea / UTM zone 58S","9001","4750","16158","9807","1","0","8805","0.9996","9201","8802","165","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1157[] = {"3165","NEA74 Noumea / Noumea Lambert","9001","4644","19873","9802","1","0","8821","-22.16108903","9110","8824","-22.17408903","9110","8822","166.26327327","9110","8827","1.02","9001","8823","-22.14408903","9110","8826","0.66","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1158[] = {"3166","NEA74 Noumea / Noumea Lambert 2","9001","4644","19874","9802","1","0","8822","166.2633","9110","8823","-22.1441","9110","8821","-22.1611","9110","8824","-22.1741","9110","8826","8.313","9001","8827","-2.354","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1159[] = {"3167","Kertau (RSO) / RSO Malaya (ch)","9301","4751","19871","9812","1","0","8812","102.15","9110","8814","323.07483685","9110","8807","0","9301","8806","40000","9301","8811","4","9110","8815","0.99984","9201","8813","323.01328458","9110 ",NULL};
+datafile_rows_t pcs_row_1160[] = {"3168","Kertau (RSO) / RSO Malaya (m)","9001","4751","19872","9812","1","0","8806","804670.24","9001","8812","102.15","9110","8811","4","9110","8813","323.01328458","9110","8807","0","9001","8815","0.99984","9201","8814","323.07483685","9110 ",NULL};
+datafile_rows_t pcs_row_1161[] = {"3169","RGNC91-93 / UTM zone 57S","9001","4749","16157","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","159","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1162[] = {"3170","RGNC91-93 / UTM zone 58S","9001","4749","16158","9807","1","0","8805","0.9996","9201","8802","165","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1163[] = {"3171","RGNC91-93 / UTM zone 59S","9001","4749","16159","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","171","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1164[] = {"3172","IGN53 Mare / UTM zone 59S","9001","4641","16159","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","171","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1165[] = {"3173","fk89 / Faroe Lambert FK89","9001","4753","19877","9826","1","0","8807","700000","9001","8805","1","9201","8806","700000","9001","8801","62","9102","8802","-9","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1166[] = {"3174","NAD83 / Great Lakes Albers","9001","4269","15397","9822","1","0","8821","45.568977","9102","8822","-84.455955","9102","8823","42.122774","9102","8824","49.01518","9102","8826","1000000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1167[] = {"3175","NAD83 / Great Lakes and St Lawrence Albers","9001","4269","15398","9822","1","0","8821","45.568977","9102","8822","-83.248627","9102","8823","42.122774","9102","8824","49.01518","9102","8826","1000000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1168[] = {"3176","Indian 1960 / TM 106 NE","9001","4131","16506","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","106","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1169[] = {"3177","LGD2006 / Libya TM","9001","4754","18319","9807","1","0","8807","0","9001","8805","0.9965","9201","8802","17","9102","8806","1000000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1170[] = {"3178","GR96 / UTM zone 18N","9001","4747","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1171[] = {"3179","GR96 / UTM zone 19N","9001","4747","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1172[] = {"3180","GR96 / UTM zone 20N","9001","4747","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1173[] = {"3181","GR96 / UTM zone 21N","9001","4747","16021","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1174[] = {"3182","GR96 / UTM zone 22N","9001","4747","16022","9807","1","0","8802","-51","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1175[] = {"3183","GR96 / UTM zone 23N","9001","4747","16023","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-45","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1176[] = {"3184","GR96 / UTM zone 24N","9001","4747","16024","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","-39","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1177[] = {"3185","GR96 / UTM zone 25N","9001","4747","16025","9807","1","0","8805","0.9996","9201","8802","-33","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1178[] = {"3186","GR96 / UTM zone 26N","9001","4747","16026","9807","1","0","8801","0","9102","8807","0","9001","8802","-27","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1179[] = {"3187","GR96 / UTM zone 27N","9001","4747","16027","9807","1","0","8805","0.9996","9201","8802","-21","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1180[] = {"3188","GR96 / UTM zone 28N","9001","4747","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1181[] = {"3189","GR96 / UTM zone 29N","9001","4747","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1182[] = {"3190","LGD2006 / Libya TM zone 5","9001","4754","18310","9807","1","0","8806","200000","9001","8807","0","9001","8801","0","9102","8802","9","9102","8805","0.99995","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1183[] = {"3191","LGD2006 / Libya TM zone 6","9001","4754","18311","9807","1","0","8805","0.99995","9201","8801","0","9102","8807","0","9001","8802","11","9102","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1184[] = {"3192","LGD2006 / Libya TM zone 7","9001","4754","18312","9807","1","0","8807","0","9001","8805","0.99995","9201","8806","200000","9001","8802","13","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1185[] = {"3193","LGD2006 / Libya TM zone 8","9001","4754","18313","9807","1","0","8805","0.99995","9201","8807","0","9001","8801","0","9102","8806","200000","9001","8802","15","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1186[] = {"3194","LGD2006 / Libya TM zone 9","9001","4754","18314","9807","1","0","8806","200000","9001","8807","0","9001","8802","17","9102","8805","0.99995","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1187[] = {"3195","LGD2006 / Libya TM zone 10","9001","4754","18315","9807","1","0","8801","0","9102","8802","19","9102","8807","0","9001","8805","0.99995","9201","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1188[] = {"3196","LGD2006 / Libya TM zone 11","9001","4754","18316","9807","1","0","8807","0","9001","8806","200000","9001","8802","21","9102","8805","0.99995","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1189[] = {"3197","LGD2006 / Libya TM zone 12","9001","4754","18317","9807","1","0","8801","0","9102","8802","23","9102","8805","0.99995","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1190[] = {"3198","LGD2006 / Libya TM zone 13","9001","4754","18318","9807","1","0","8801","0","9102","8805","0.99995","9201","8806","200000","9001","8807","0","9001","8802","25","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1191[] = {"3199","LGD2006 / UTM zone 32N","9001","4754","16032","9807","1","0","8805","0.9996","9201","8802","9","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1192[] = {"3200","FD58 / Iraq zone","9001","4132","19906","9801","1","0","8802","45","9110","8807","1166200","9001","8801","32.3","9110","8806","1500000","9001","8805","0.9987864078","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1193[] = {"3201","LGD2006 / UTM zone 33N","9001","4754","16033","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","15","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1194[] = {"3202","LGD2006 / UTM zone 34N","9001","4754","16034","9807","1","0","8801","0","9102","8807","0","9001","8802","21","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1195[] = {"3203","LGD2006 / UTM zone 35N","9001","4754","16035","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","27","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1196[] = {"3204","WGS 84 / SCAR IMW SP19-20","9001","4326","17204","9802","1","0","8821","-90","9102","8824","-63.2","9110","8823","-60.4","9110","8822","-66","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1197[] = {"3205","WGS 84 / SCAR IMW SP21-22","9001","4326","17205","9802","1","0","8824","-63.2","9110","8822","-54","9102","8821","-90","9102","8827","0","9001","8826","0","9001","8823","-60.4","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1198[] = {"3206","WGS 84 / SCAR IMW SP23-24","9001","4326","17206","9802","1","0","8826","0","9001","8824","-63.2","9110","8821","-90","9102","8823","-60.4","9110","8822","-42","9102","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1199[] = {"3207","WGS 84 / SCAR IMW SQ01-02","9001","4326","17207","9802","1","0","8821","-90","9102","8827","0","9001","8826","0","9001","8824","-67.2","9110","8822","-174","9102","8823","-64.4","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1200[] = {"3208","WGS 84 / SCAR IMW SQ19-20","9001","4326","17208","9802","1","0","8823","-64.4","9110","8821","-90","9102","8826","0","9001","8822","-66","9102","8827","0","9001","8824","-67.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1201[] = {"3209","WGS 84 / SCAR IMW SQ21-22","9001","4326","17209","9802","1","0","8823","-64.4","9110","8827","0","9001","8826","0","9001","8824","-67.2","9110","8822","-54","9102","8821","-90","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1202[] = {"3210","WGS 84 / SCAR IMW SQ37-38","9001","4326","17210","9802","1","0","8826","0","9001","8824","-67.2","9110","8822","42","9102","8823","-64.4","9110","8821","-90","9102","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1203[] = {"3211","WGS 84 / SCAR IMW SQ39-40","9001","4326","17211","9802","1","0","8827","0","9001","8826","0","9001","8824","-67.2","9110","8822","54","9102","8821","-90","9102","8823","-64.4","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1204[] = {"3212","WGS 84 / SCAR IMW SQ41-42","9001","4326","17212","9802","1","0","8824","-67.2","9110","8821","-90","9102","8823","-64.4","9110","8822","66","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1205[] = {"3213","WGS 84 / SCAR IMW SQ43-44","9001","4326","17213","9802","1","0","8827","0","9001","8823","-64.4","9110","8821","-90","9102","8822","78","9102","8824","-67.2","9110","8826","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1206[] = {"3214","WGS 84 / SCAR IMW SQ45-46","9001","4326","17214","9802","1","0","8821","-90","9102","8823","-64.4","9110","8827","0","9001","8822","90","9102","8824","-67.2","9110","8826","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1207[] = {"3215","WGS 84 / SCAR IMW SQ47-48","9001","4326","17215","9802","1","0","8822","102","9102","8827","0","9001","8824","-67.2","9110","8823","-64.4","9110","8826","0","9001","8821","-90","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1208[] = {"3216","WGS 84 / SCAR IMW SQ49-50","9001","4326","17216","9802","1","0","8821","-90","9102","8826","0","9001","8823","-64.4","9110","8827","0","9001","8824","-67.2","9110","8822","114","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1209[] = {"3217","WGS 84 / SCAR IMW SQ51-52","9001","4326","17217","9802","1","0","8826","0","9001","8824","-67.2","9110","8821","-90","9102","8827","0","9001","8822","126","9102","8823","-64.4","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1210[] = {"3218","WGS 84 / SCAR IMW SQ53-54","9001","4326","17218","9802","1","0","8824","-67.2","9110","8822","138","9102","8823","-64.4","9110","8826","0","9001","8821","-90","9102","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1211[] = {"3219","WGS 84 / SCAR IMW SQ55-56","9001","4326","17219","9802","1","0","8826","0","9001","8823","-64.4","9110","8827","0","9001","8822","150","9102","8821","-90","9102","8824","-67.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1212[] = {"3220","WGS 84 / SCAR IMW SQ57-58","9001","4326","17220","9802","1","0","8827","0","9001","8821","-90","9102","8824","-67.2","9110","8823","-64.4","9110","8826","0","9001","8822","162","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1213[] = {"3221","WGS 84 / SCAR IMW SR13-14","9001","4326","17221","9802","1","0","8826","0","9001","8824","-71.2","9110","8822","-102","9102","8827","0","9001","8821","-90","9102","8823","-68.4","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1214[] = {"3222","WGS 84 / SCAR IMW SR15-16","9001","4326","17222","9802","1","0","8821","-90","9102","8824","-71.2","9110","8822","-90","9102","8823","-68.4","9110","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1215[] = {"3223","WGS 84 / SCAR IMW SR17-18","9001","4326","17223","9802","1","0","8823","-68.4","9110","8821","-90","9102","8822","-78","9102","8827","0","9001","8824","-71.2","9110","8826","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1216[] = {"3224","WGS 84 / SCAR IMW SR19-20","9001","4326","17224","9802","1","0","8826","0","9001","8823","-68.4","9110","8822","-66","9102","8827","0","9001","8824","-71.2","9110","8821","-90","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1217[] = {"3225","WGS 84 / SCAR IMW SR27-28","9001","4326","17225","9802","1","0","8827","0","9001","8826","0","9001","8824","-71.2","9110","8822","-18","9102","8821","-90","9102","8823","-68.4","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1218[] = {"3226","WGS 84 / SCAR IMW SR29-30","9001","4326","17226","9802","1","0","8822","-6","9102","8827","0","9001","8823","-68.4","9110","8824","-71.2","9110","8821","-90","9102","8826","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1219[] = {"3227","WGS 84 / SCAR IMW SR31-32","9001","4326","17227","9802","1","0","8827","0","9001","8823","-68.4","9110","8822","6","9102","8821","-90","9102","8826","0","9001","8824","-71.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1220[] = {"3228","WGS 84 / SCAR IMW SR33-34","9001","4326","17228","9802","1","0","8821","-90","9102","8822","18","9102","8823","-68.4","9110","8827","0","9001","8824","-71.2","9110","8826","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1221[] = {"3229","WGS 84 / SCAR IMW SR35-36","9001","4326","17229","9802","1","0","8827","0","9001","8824","-71.2","9110","8822","30","9102","8826","0","9001","8821","-90","9102","8823","-68.4","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1222[] = {"3230","WGS 84 / SCAR IMW SR37-38","9001","4326","17230","9802","1","0","8822","42","9102","8826","0","9001","8821","-90","9102","8824","-71.2","9110","8823","-68.4","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1223[] = {"3231","WGS 84 / SCAR IMW SR39-40","9001","4326","17231","9802","1","0","8824","-71.2","9110","8822","54","9102","8821","-90","9102","8823","-68.4","9110","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1224[] = {"3232","WGS 84 / SCAR IMW SR41-42","9001","4326","17232","9802","1","0","8821","-90","9102","8822","66","9102","8824","-71.2","9110","8823","-68.4","9110","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1225[] = {"3233","WGS 84 / SCAR IMW SR43-44","9001","4326","17233","9802","1","0","8821","-90","9102","8823","-68.4","9110","8822","78","9102","8827","0","9001","8826","0","9001","8824","-71.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1226[] = {"3234","WGS 84 / SCAR IMW SR45-46","9001","4326","17234","9802","1","0","8822","90","9102","8827","0","9001","8826","0","9001","8821","-90","9102","8824","-71.2","9110","8823","-68.4","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1227[] = {"3235","WGS 84 / SCAR IMW SR47-48","9001","4326","17235","9802","1","0","8823","-68.4","9110","8824","-71.2","9110","8821","-90","9102","8822","102","9102","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1228[] = {"3236","WGS 84 / SCAR IMW SR49-50","9001","4326","17236","9802","1","0","8821","-90","9102","8824","-71.2","9110","8823","-68.4","9110","8822","114","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1229[] = {"3237","WGS 84 / SCAR IMW SR51-52","9001","4326","17237","9802","1","0","8821","-90","9102","8823","-68.4","9110","8824","-71.2","9110","8822","126","9102","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1230[] = {"3238","WGS 84 / SCAR IMW SR53-54","9001","4326","17238","9802","1","0","8824","-71.2","9110","8822","138","9102","8826","0","9001","8821","-90","9102","8823","-68.4","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1231[] = {"3239","WGS 84 / SCAR IMW SR55-56","9001","4326","17239","9802","1","0","8824","-71.2","9110","8822","150","9102","8821","-90","9102","8823","-68.4","9110","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1232[] = {"3240","WGS 84 / SCAR IMW SR57-58","9001","4326","17240","9802","1","0","8821","-90","9102","8822","162","9102","8823","-68.4","9110","8824","-71.2","9110","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1233[] = {"3241","WGS 84 / SCAR IMW SR59-60","9001","4326","17241","9802","1","0","8823","-68.4","9110","8822","174","9102","8821","-90","9102","8827","0","9001","8826","0","9001","8824","-71.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1234[] = {"3242","WGS 84 / SCAR IMW SS04-06","9001","4326","17242","9802","1","0","8822","-153","9102","8824","-75.2","9110","8826","0","9001","8827","0","9001","8821","-90","9102","8823","-72.4","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1235[] = {"3243","WGS 84 / SCAR IMW SS07-09","9001","4326","17243","9802","1","0","8824","-75.2","9110","8822","-135","9102","8821","-90","9102","8823","-72.4","9110","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1236[] = {"3244","WGS 84 / SCAR IMW SS10-12","9001","4326","17244","9802","1","0","8821","-90","9102","8824","-75.2","9110","8823","-72.4","9110","8822","-117","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1237[] = {"3245","WGS 84 / SCAR IMW SS13-15","9001","4326","17245","9802","1","0","8821","-90","9102","8824","-75.2","9110","8823","-72.4","9110","8826","0","9001","8827","0","9001","8822","-99","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1238[] = {"3246","WGS 84 / SCAR IMW SS16-18","9001","4326","17246","9802","1","0","8821","-90","9102","8824","-75.2","9110","8826","0","9001","8823","-72.4","9110","8822","-81","9102","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1239[] = {"3247","WGS 84 / SCAR IMW SS19-21","9001","4326","17247","9802","1","0","8822","-63","9102","8821","-90","9102","8823","-72.4","9110","8827","0","9001","8826","0","9001","8824","-75.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1240[] = {"3248","WGS 84 / SCAR IMW SS25-27","9001","4326","17248","9802","1","0","8821","-90","9102","8822","-27","9102","8824","-75.2","9110","8823","-72.4","9110","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1241[] = {"3249","WGS 84 / SCAR IMW SS28-30","9001","4326","17249","9802","1","0","8821","-90","9102","8823","-72.4","9110","8822","-9","9102","8827","0","9001","8826","0","9001","8824","-75.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1242[] = {"3250","WGS 84 / SCAR IMW SS31-33","9001","4326","17250","9802","1","0","8822","9","9102","8827","0","9001","8826","0","9001","8821","-90","9102","8824","-75.2","9110","8823","-72.4","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1243[] = {"3251","WGS 84 / SCAR IMW SS34-36","9001","4326","17251","9802","1","0","8821","-90","9102","8822","27","9102","8823","-72.4","9110","8827","0","9001","8826","0","9001","8824","-75.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1244[] = {"3252","WGS 84 / SCAR IMW SS37-39","9001","4326","17252","9802","1","0","8821","-90","9102","8824","-75.2","9110","8823","-72.4","9110","8822","45","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1245[] = {"3253","WGS 84 / SCAR IMW SS40-42","9001","4326","17253","9802","1","0","8821","-90","9102","8823","-72.4","9110","8824","-75.2","9110","8822","63","9102","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1246[] = {"3254","WGS 84 / SCAR IMW SS43-45","9001","4326","17254","9802","1","0","8822","81","9102","8826","0","9001","8821","-90","9102","8824","-75.2","9110","8823","-72.4","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1247[] = {"3255","WGS 84 / SCAR IMW SS46-48","9001","4326","17255","9802","1","0","8824","-75.2","9110","8822","99","9102","8821","-90","9102","8823","-72.4","9110","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1248[] = {"3256","WGS 84 / SCAR IMW SS49-51","9001","4326","17256","9802","1","0","8822","117","9102","8821","-90","9102","8823","-72.4","9110","8826","0","9001","8824","-75.2","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1249[] = {"3257","WGS 84 / SCAR IMW SS52-54","9001","4326","17257","9802","1","0","8822","135","9102","8821","-90","9102","8823","-72.4","9110","8827","0","9001","8826","0","9001","8824","-75.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1250[] = {"3258","WGS 84 / SCAR IMW SS55-57","9001","4326","17258","9802","1","0","8822","153","9102","8826","0","9001","8827","0","9001","8821","-90","9102","8824","-75.2","9110","8823","-72.4","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1251[] = {"3259","WGS 84 / SCAR IMW SS58-60","9001","4326","17259","9802","1","0","8824","-75.2","9110","8822","171","9102","8821","-90","9102","8823","-72.4","9110","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1252[] = {"3260","WGS 84 / SCAR IMW ST01-04","9001","4326","17260","9802","1","0","8821","-90","9102","8824","-79.2","9110","8823","-76.4","9110","8822","-168","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1253[] = {"3261","WGS 84 / SCAR IMW ST05-08","9001","4326","17261","9802","1","0","8821","-90","9102","8823","-76.4","9110","8826","0","9001","8824","-79.2","9110","8822","-144","9102","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1254[] = {"3262","WGS 84 / SCAR IMW ST09-12","9001","4326","17262","9802","1","0","8822","-120","9102","8826","0","9001","8821","-90","9102","8824","-79.2","9110","8823","-76.4","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1255[] = {"3263","WGS 84 / SCAR IMW ST13-16","9001","4326","17263","9802","1","0","8824","-79.2","9110","8822","-96","9102","8821","-90","9102","8823","-76.4","9110","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1256[] = {"3264","WGS 84 / SCAR IMW ST17-20","9001","4326","17264","9802","1","0","8821","-90","9102","8822","-72","9102","8824","-79.2","9110","8823","-76.4","9110","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1257[] = {"3265","WGS 84 / SCAR IMW ST21-24","9001","4326","17265","9802","1","0","8821","-90","9102","8823","-76.4","9110","8822","-48","9102","8827","0","9001","8826","0","9001","8824","-79.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1258[] = {"3266","WGS 84 / SCAR IMW ST25-28","9001","4326","17266","9802","1","0","8827","0","9001","8822","-24","9102","8826","0","9001","8821","-90","9102","8824","-79.2","9110","8823","-76.4","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1259[] = {"3267","WGS 84 / SCAR IMW ST29-32","9001","4326","17267","9802","1","0","8821","-90","9102","8822","0","9102","8823","-76.4","9110","8827","0","9001","8826","0","9001","8824","-79.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1260[] = {"3268","WGS 84 / SCAR IMW ST33-36","9001","4326","17268","9802","1","0","8821","-90","9102","8824","-79.2","9110","8823","-76.4","9110","8822","24","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1261[] = {"3269","WGS 84 / SCAR IMW ST37-40","9001","4326","17269","9802","1","0","8821","-90","9102","8823","-76.4","9110","8824","-79.2","9110","8822","48","9102","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1262[] = {"3270","WGS 84 / SCAR IMW ST41-44","9001","4326","17270","9802","1","0","8822","72","9102","8826","0","9001","8821","-90","9102","8824","-79.2","9110","8823","-76.4","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1263[] = {"3271","WGS 84 / SCAR IMW ST45-48","9001","4326","17271","9802","1","0","8824","-79.2","9110","8822","96","9102","8821","-90","9102","8823","-76.4","9110","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1264[] = {"3272","WGS 84 / SCAR IMW ST49-52","9001","4326","17272","9802","1","0","8823","-76.4","9110","8822","120","9102","8824","-79.2","9110","8826","0","9001","8827","0","9001","8821","-90","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1265[] = {"3273","WGS 84 / SCAR IMW ST53-56","9001","4326","17273","9802","1","0","8823","-76.4","9110","8822","144","9102","8821","-90","9102","8827","0","9001","8826","0","9001","8824","-79.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1266[] = {"3274","WGS 84 / SCAR IMW ST57-60","9001","4326","17274","9802","1","0","8822","168","9102","8826","0","9001","8827","0","9001","8821","-90","9102","8824","-79.2","9110","8823","-76.4","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1267[] = {"3275","WGS 84 / SCAR IMW SU01-05","9001","4326","17275","9829","1","0","8807","0","9001","8806","0","9001","8832","-80.1419","9110","8833","-165","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1268[] = {"3276","WGS 84 / SCAR IMW SU06-10","9001","4326","17276","9829","1","0","8806","0","9001","8832","-80.1419","9110","8807","0","9001","8833","-135","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1269[] = {"3277","WGS 84 / SCAR IMW SU11-15","9001","4326","17277","9829","1","0","8807","0","9001","8806","0","9001","8832","-80.1419","9110","8833","-105","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1270[] = {"3278","WGS 84 / SCAR IMW SU16-20","9001","4326","17278","9829","1","0","8833","-75","9102","8806","0","9001","8832","-80.1419","9110","8807","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1271[] = {"3279","WGS 84 / SCAR IMW SU21-25","9001","4326","17279","9829","1","0","8806","0","9001","8833","-45","9102","8832","-80.1419","9110","8807","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1272[] = {"3280","WGS 84 / SCAR IMW SU26-30","9001","4326","17280","9829","1","0","8806","0","9001","8807","0","9001","8832","-80.1419","9110","8833","-15","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1273[] = {"3281","WGS 84 / SCAR IMW SU31-35","9001","4326","17281","9829","1","0","8807","0","9001","8806","0","9001","8832","-80.1419","9110","8833","15","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1274[] = {"3282","WGS 84 / SCAR IMW SU36-40","9001","4326","17282","9829","1","0","8806","0","9001","8832","-80.1419","9110","8833","45","9102","8807","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1275[] = {"3283","WGS 84 / SCAR IMW SU41-45","9001","4326","17283","9829","1","0","8807","0","9001","8806","0","9001","8832","-80.1419","9110","8833","75","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1276[] = {"3284","WGS 84 / SCAR IMW SU46-50","9001","4326","17284","9829","1","0","8806","0","9001","8832","-80.1419","9110","8807","0","9001","8833","105","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1277[] = {"3285","WGS 84 / SCAR IMW SU51-55","9001","4326","17285","9829","1","0","8807","0","9001","8806","0","9001","8832","-80.1419","9110","8833","135","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1278[] = {"3286","WGS 84 / SCAR IMW SU56-60","9001","4326","17286","9829","1","0","8806","0","9001","8832","-80.1419","9110","8833","165","9102","8807","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1279[] = {"3287","WGS 84 / SCAR IMW SV01-10","9001","4326","17287","9829","1","0","8806","0","9001","8807","0","9001","8832","-80.1419","9110","8833","-150","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1280[] = {"3288","WGS 84 / SCAR IMW SV11-20","9001","4326","17288","9829","1","0","8832","-80.1419","9110","8807","0","9001","8806","0","9001","8833","-90","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1281[] = {"3289","WGS 84 / SCAR IMW SV21-30","9001","4326","17289","9829","1","0","8807","0","9001","8806","0","9001","8832","-80.1419","9110","8833","-30","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1282[] = {"3290","WGS 84 / SCAR IMW SV31-40","9001","4326","17290","9829","1","0","8806","0","9001","8807","0","9001","8833","30","9102","8832","-80.1419","9110","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1283[] = {"3291","WGS 84 / SCAR IMW SV41-50","9001","4326","17291","9829","1","0","8807","0","9001","8806","0","9001","8832","-80.1419","9110","8833","90","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1284[] = {"3292","WGS 84 / SCAR IMW SV51-60","9001","4326","17292","9829","1","0","8806","0","9001","8832","-80.1419","9110","8807","0","9001","8833","150","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1285[] = {"3293","WGS 84 / SCAR IMW SW01-60","9001","4326","17293","9829","1","0","8807","0","9001","8806","0","9001","8832","-80.1419","9110","8833","0","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1286[] = {"3294","WGS 84 / USGS Transantarctic Mountains","9001","4326","17294","9802","1","0","8821","-78","9102","8824","-79.2","9110","8823","-76.4","9110","8826","0","9001","8827","0","9001","8822","162","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1287[] = {"3295","Guam 1963 / Yap Islands","9001","4675","15399","9832","1","0","8801","9.324815","9110","8802","138.100748","9110","8806","40000","9001","8807","60000","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1288[] = {"3296","RGPF / UTM zone 5S","9001","4687","16105","9807","1","0","8801","0","9102","8802","-153","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1289[] = {"3297","RGPF / UTM zone 6S","9001","4687","16106","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-147","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1290[] = {"3298","RGPF / UTM zone 7S","9001","4687","16107","9807","1","0","8802","-141","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1291[] = {"3299","RGPF / UTM zone 8S","9001","4687","16108","9807","1","0","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","8802","-135","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1292[] = {"3300","Estonian Coordinate System of 1992","9001","4133","19938","9802","1","0","8821","57.310319415","9110","8824","58","9110","8827","6375000","9001","8826","500000","9001","8822","24","9110","8823","59.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1293[] = {"3301","Estonian Coordinate System of 1997","9001","4180","19938","9802","1","0","8821","57.310319415","9110","8824","58","9110","8827","6375000","9001","8826","500000","9001","8822","24","9110","8823","59.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1294[] = {"3302","IGN63 Hiva Oa / UTM zone 7S","9001","4689","16107","9807","1","0","8802","-141","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1295[] = {"3303","Fatu Iva 72 / UTM zone 7S","9001","4688","16107","9807","1","0","8802","-141","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1296[] = {"3304","Tahiti 79 / UTM zone 6S","9001","4690","16106","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-147","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1297[] = {"3305","Moorea 87 / UTM zone 6S","9001","4691","16106","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-147","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1298[] = {"3306","Maupiti 83 / UTM zone 5S","9001","4692","16105","9807","1","0","8801","0","9102","8802","-153","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1299[] = {"3307","Nakhl-e Ghanem / UTM zone 39N","9001","4693","16039","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","51","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1300[] = {"3308","GDA94 / NSW Lambert","9001","4283","17364","9802","1","0","8824","-35.75","9102","8822","147","9102","8821","-33.25","9102","8823","-30.75","9102","8827","4500000","9001","8826","9300000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1301[] = {"3309","NAD27 / California Albers","9001","4267","10420","9822","1","0","8821","0","9102","8822","-120","9102","8823","34","9102","8824","40.5","9102","8826","0","9001","8827","-4000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1302[] = {"3310","NAD83 / California Albers","9001","4269","10420","9822","1","0","8821","0","9102","8822","-120","9102","8823","34","9102","8824","40.5","9102","8826","0","9001","8827","-4000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1303[] = {"3311","NAD83(HARN) / California Albers","9001","4152","10420","9822","1","0","8821","0","9102","8822","-120","9102","8823","34","9102","8824","40.5","9102","8826","0","9001","8827","-4000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1304[] = {"3312","CSG67 / UTM zone 21N","9001","4623","16021","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1305[] = {"3313","RGFG95 / UTM zone 21N","9001","4624","16021","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1306[] = {"3314","Katanga 1955 / Katanga Lambert","9001","4695","17401","9802","1","0","8821","0","9102","8823","-6.5","9102","8822","26","9102","8827","0","9001","8826","0","9001","8824","-11.5","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1307[] = {"3315","Katanga 1955 / Katanga TM","9001","4695","17402","9807","1","0","8802","26","9102","8807","0","9001","8801","-9","9102","8806","0","9001","8805","0.9998","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1308[] = {"3316","Kasai 1953 / Congo TM zone 22","9001","4696","17422","9807","1","0","8806","500000","9001","8802","22","9102","8801","0","9102","8805","0.9999","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1309[] = {"3317","Kasai 1953 / Congo TM zone 24","9001","4696","17424","9807","1","0","8805","0.9999","9201","8802","24","9102","8807","10000000","9001","8806","500000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1310[] = {"3318","IGC 1962 / Congo TM zone 12","9001","4697","17412","9807","1","0","8801","0","9102","8802","12","9102","8805","0.9999","9201","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1311[] = {"3319","IGC 1962 / Congo TM zone 14","9001","4697","17414","9807","1","0","8805","0.9999","9201","8802","14","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1312[] = {"3320","IGC 1962 / Congo TM zone 16","9001","4697","17416","9807","1","0","8805","0.9999","9201","8801","0","9102","8802","16","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1313[] = {"3321","IGC 1962 / Congo TM zone 18","9001","4697","17418","9807","1","0","8802","18","9102","8801","0","9102","8806","500000","9001","8805","0.9999","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1314[] = {"3322","IGC 1962 / Congo TM zone 20","9001","4697","17420","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9999","9201","8802","20","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1315[] = {"3323","IGC 1962 / Congo TM zone 22","9001","4697","17422","9807","1","0","8806","500000","9001","8802","22","9102","8801","0","9102","8805","0.9999","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1316[] = {"3324","IGC 1962 / Congo TM zone 24","9001","4697","17424","9807","1","0","8805","0.9999","9201","8802","24","9102","8807","10000000","9001","8806","500000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1317[] = {"3325","IGC 1962 / Congo TM zone 26","9001","4697","17426","9807","1","0","8802","26","9102","8807","10000000","9001","8801","0","9102","8806","500000","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1318[] = {"3326","IGC 1962 / Congo TM zone 28","9001","4697","17428","9807","1","0","8805","0.9999","9201","8802","28","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1319[] = {"3327","IGC 1962 / Congo TM zone 30","9001","4697","17430","9807","1","0","8801","0","9102","8805","0.9999","9201","8806","500000","9001","8802","30","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1320[] = {"3328","Pulkovo 1942(58) / GUGiK-80","9001","4179","18286","9809","1","0","8802","19.1","9110","8806","500000","9001","8805","0.999714","9201","8807","500000","9001","8801","52.1","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1321[] = {"3329","Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 5","9001","4179","16265","9807","1","0","8801","0","9102","8807","0","9001","8802","15","9102","8806","5500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1322[] = {"3330","Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 6","9001","4179","16266","9807","1","0","8802","18","9102","8801","0","9102","8806","6500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1323[] = {"3331","Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 7","9001","4179","16267","9807","1","0","8806","7500000","9001","8805","1","9201","8802","21","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1324[] = {"3332","Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 8","9001","4179","16268","9807","1","0","8802","24","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","8500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1325[] = {"3333","Pulkovo 1942(58) / Gauss-Kruger zone 3","9001","4179","16203","9807","1","0","8806","3500000","9001","8805","1","9201","8802","15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1326[] = {"3334","Pulkovo 1942(58) / Gauss-Kruger zone 4","9001","4179","16204","9807","1","0","8802","21","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1327[] = {"3335","Pulkovo 1942(58) / Gauss-Kruger zone 5","9001","4179","16205","9807","1","0","8806","5500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1328[] = {"3336","IGN 1962 Kerguelen / UTM zone 42S","9001","4698","16142","9807","1","0","8805","0.9996","9201","8802","69","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1329[] = {"3337","Le Pouce 1934 / Mauritius Grid","9001","4699","19899","9801","1","0","8801","-20.114225","9110","8806","1000000","9001","8805","1","9201","8802","57.311858","9110","8807","1000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1330[] = {"3338","NAD83 / Alaska Albers","9001","4269","15021","9822","1","0","8821","50","9102","8822","-154","9102","8823","55","9102","8824","65","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1331[] = {"3339","IGCB 1955 / Congo TM zone 12","9001","4701","17412","9807","1","0","8801","0","9102","8802","12","9102","8805","0.9999","9201","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1332[] = {"3340","IGCB 1955 / Congo TM zone 14","9001","4701","17414","9807","1","0","8805","0.9999","9201","8802","14","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1333[] = {"3341","IGCB 1955 / Congo TM zone 16","9001","4701","17416","9807","1","0","8805","0.9999","9201","8801","0","9102","8802","16","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1334[] = {"3342","IGCB 1955 / UTM zone 33S","9001","4701","16133","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","15","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1335[] = {"3343","Mauritania 1999 / UTM zone 28N","9001","4702","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1336[] = {"3344","Mauritania 1999 / UTM zone 29N","9001","4702","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1337[] = {"3345","Mauritania 1999 / UTM zone 30N","9001","4702","16030","9807","1","0","8805","0.9996","9201","8802","-3","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1338[] = {"3346","LKS94 / Lithuania TM","9001","4669","19934","9807","1","0","8805","0.9998","9201","8802","24","9102","8806","500000","9001","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1339[] = {"3347","NAD83 / Statistics Canada Lambert","9001","4269","19897","9802","1","0","8822","-91.52","9110","8827","3000000","9001","8824","77","9102","8823","49","9102","8826","6200000","9001","8821","63.390675","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1340[] = {"3348","NAD83(CSRS) / Statistics Canada Lambert","9001","4617","19897","9802","1","0","8822","-91.52","9110","8827","3000000","9001","8824","77","9102","8823","49","9102","8826","6200000","9001","8821","63.390675","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1341[] = {"3349","WGS 84 / PDC Mercator","9001","4326","19898","9804","1","0","8802","-150","9102","8807","0","9001","8801","0","9102","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1342[] = {"3350","Pulkovo 1942 / CS63 zone C0","9001","4284","18450","9807","1","0","8807","0","9001","8805","1","9201","8802","21.57","9110","8801","0.06","9110","8806","250000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1343[] = {"3351","Pulkovo 1942 / CS63 zone C1","9001","4284","18451","9807","1","0","8807","0","9001","8805","1","9201","8806","1250000","9001","8802","24.57","9110","8801","0.06","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1344[] = {"3352","Pulkovo 1942 / CS63 zone C2","9001","4284","18452","9807","1","0","8801","0.06","9110","8806","2250000","9001","8807","0","9001","8802","27.57","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1345[] = {"3353","Mhast (onshore) / UTM zone 32S","9001","4704","16132","9807","1","0","8802","9","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1346[] = {"3354","Mhast (offshore) / UTM zone 32S","9001","4705","16132","9807","1","0","8802","9","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1347[] = {"3355","Egypt Gulf of Suez S-650 TL / Red Belt","9001","4706","18072","9807","1","0","8802","31","9102","8801","30","9102","8806","615000","9001","8807","810000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1348[] = {"3356","Grand Cayman 1959 / UTM zone 17N","9001","4723","16017","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1349[] = {"3357","Little Cayman 1961 / UTM zone 17N","9001","4726","16017","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1350[] = {"3358","NAD83(HARN) / North Carolina","9001","4152","13230","9802","1","0","8821","33.45","9110","8822","-79","9110","8823","36.1","9110","8824","34.2","9110","8826","609601.22","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1351[] = {"3359","NAD83(HARN) / North Carolina (ftUS)","9002","4152","15346","9802","1","1","8821","33.45","9110","8822","-79","9110","8823","36.1","9110","8824","34.2","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1352[] = {"3360","NAD83(HARN) / South Carolina","9001","4152","13930","9802","1","0","8821","31.5","9110","8822","-81","9110","8823","34.5","9110","8824","32.3","9110","8826","609600","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1353[] = {"3361","NAD83(HARN) / South Carolina (ft)","9002","4152","15355","9802","1","0","8821","31.5","9110","8822","-81","9110","8823","34.5","9110","8824","32.3","9110","8826","2000000","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_1354[] = {"3362","NAD83(HARN) / Pennsylvania North","9001","4152","13731","9802","1","0","8821","40.1","9110","8822","-77.45","9110","8823","41.57","9110","8824","40.53","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1355[] = {"3363","NAD83(HARN) / Pennsylvania North (ftUS)","9003","4152","15353","9802","1","0","8821","40.1","9110","8822","-77.45","9110","8823","41.57","9110","8824","40.53","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1356[] = {"3364","NAD83(HARN) / Pennsylvania South","9001","4152","13732","9802","1","0","8821","39.2","9110","8822","-77.45","9110","8823","40.58","9110","8824","39.56","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1357[] = {"3365","NAD83(HARN) / Pennsylvania South (ftUS)","9003","4152","15354","9802","1","0","8821","39.2","9110","8822","-77.45","9110","8823","40.58","9110","8824","39.56","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1358[] = {"3366","Hong Kong 1963 Grid System","9001","4738","19896","9806","1","1","8802","114.10428","9110","8801","22.184368","9110","8806","132033.92","9005","8807","62565.96","9005","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1359[] = {"3367","IGN Astro 1960 / UTM zone 28N","9001","4700","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1360[] = {"3368","IGN Astro 1960 / UTM zone 29N","9001","4700","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1361[] = {"3369","IGN Astro 1960 / UTM zone 30N","9001","4700","16030","9807","1","0","8805","0.9996","9201","8802","-3","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1362[] = {"3370","NAD27 / UTM zone 59N","9001","4267","16059","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","171","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1363[] = {"3371","NAD27 / UTM zone 60N","9001","4267","16060","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","177","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1364[] = {"3372","NAD83 / UTM zone 59N","9001","4269","16059","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","171","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1365[] = {"3373","NAD83 / UTM zone 60N","9001","4269","16060","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","177","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1366[] = {"3374","FD54 / UTM zone 29N","9001","4741","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1367[] = {"3375","GDM2000 / Peninsula RSO","9001","4742","19895","9812","1","0","8806","804671","9001","8807","0","9001","8814","323.07483685","9110","8813","323.013286728","9110","8811","4","9110","8812","102.15","9110","8815","0.99984","9201 ",NULL};
+datafile_rows_t pcs_row_1368[] = {"3376","GDM2000 / East Malaysia BRSO","9001","4742","19894","9812","1","0","8814","53.07483685","9110","8813","53.185691582","9110","8806","0","9001","8812","115","9110","8815","0.99984","9201","8811","4","9110","8807","0","9001 ",NULL};
+datafile_rows_t pcs_row_1369[] = {"3377","GDM2000 / Johor Grid","9001","4742","19893","9806","1","0","8802","103.254057045","9110","8801","2.071804708","9110","8807","8758.32","9001","8806","-14810.562","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1370[] = {"3378","GDM2000 / Sembilan and Melaka Grid","9001","4742","19892","9806","1","0","8802","101.582965815","9110","8801","2.405645149","9110","8807","-4240.573","9001","8806","3673.785","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1371[] = {"3379","GDM2000 / PahangGrid","9001","4742","19891","9806","1","0","8801","3.460979712","9110","8802","102.220587634","9110","8806","-7368.228","9001","8807","6485.858","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1372[] = {"3380","GDM2000 / Selangor Grid","9001","4742","19890","9806","1","0","8807","56464.049","9001","8806","-34836.161","9001","8801","3.410473658","9110","8802","101.232078849","9110","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1373[] = {"3381","GDM2000 / Terengganu Grid","9001","4742","19889","9806","1","0","8806","19594.245","9001","8802","103.041299225","9110","8807","3371.895","9001","8801","4.583462672","9110","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1374[] = {"3382","GDM2000 / Pinang Grid","9001","4742","19888","9806","1","0","8801","5.251746315","9110","8807","62.283","9001","8802","100.203975707","9110","8806","-23.414","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1375[] = {"3383","GDM2000 / Kedah and Perlis Grid","9001","4742","19887","9806","1","0","8801","5.575282177","9110","8802","100.3810936","9110","8806","0","9001","8807","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1376[] = {"3384","GDM2000 / Perak Grid","9001","4742","19886","9806","1","0","8801","4.513262688","9110","8806","-1.769","9001","8807","133454.779","9001","8802","100.485547811","9110","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1377[] = {"3385","GDM2000 / Kelantan Grid","9001","4742","19885","9806","1","0","8802","102.174287001","9110","8801","5.582115717","9110","8806","13227.851","9001","8807","8739.894","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1378[] = {"3386","KKJ / Finland zone 0","9001","4123","18180","9807","1","0","8801","0","9102","8802","18","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1379[] = {"3387","KKJ / Finland zone 5","9001","4123","18205","9807","1","0","8805","1","9201","8806","5500000","9001","8807","0","9001","8801","0","9102","8802","33","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1380[] = {"3388","Pulkovo 1942 / Caspian Sea Mercator","9001","4284","19884","9805","1","0","8807","0","9001","8802","51","9102","8823","42","9102","8806","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1381[] = {"3389","Pulkovo 1942 / 3-degree Gauss-Kruger zone 60","9001","4284","16099","9807","1","0","8801","0","9102","8807","0","9001","8806","60500000","9001","8805","1","9201","8802","180","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1382[] = {"3390","Pulkovo 1995 / 3-degree Gauss-Kruger zone 60","9001","4200","16099","9807","1","0","8801","0","9102","8807","0","9001","8806","60500000","9001","8805","1","9201","8802","180","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1383[] = {"3391","Karbala 1979 (Polservice) / UTM zone 37N","9001","4743","16037","9807","1","0","8802","39","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1384[] = {"3392","Karbala 1979 (Polservice) / UTM zone 38N","9001","4743","16038","9807","1","0","8802","45","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1385[] = {"3393","Karbala 1979 (Polservice) / UTM zone 39N","9001","4743","16039","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","51","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1386[] = {"3394","Nahrwan 1934 / Iraq zone","9001","4744","19906","9801","1","0","8802","45","9110","8807","1166200","9001","8801","32.3","9110","8806","1500000","9001","8805","0.9987864078","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1387[] = {"3395","WGS 84 / World Mercator","9001","4326","19883","9804","1","0","8806","0","9001","8807","0","9001","8802","0","9102","8801","0","9102","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1388[] = {"3396","PD/83 / Gauss-Kruger zone 3","9001","4746","16263","9807","1","0","8805","1","9201","8802","9","9102","8801","0","9102","8806","3500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1389[] = {"3397","PD/83 / Gauss-Kruger zone 4","9001","4746","16264","9807","1","0","8805","1","9201","8802","12","9102","8801","0","9102","8807","0","9001","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1390[] = {"3398","RD/83 / Gauss-Kruger zone 4","9001","4745","16264","9807","1","0","8805","1","9201","8802","12","9102","8801","0","9102","8807","0","9001","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1391[] = {"3399","RD/83 / Gauss-Kruger zone 5","9001","4745","16265","9807","1","0","8801","0","9102","8807","0","9001","8802","15","9102","8806","5500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1392[] = {"3400","NAD83 / Alberta 10-TM (Forest)","9001","4269","19881","9807","1","0","8801","0","9102","8802","-115","9102","8806","500000","9001","8807","0","9001","8805","0.9992","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1393[] = {"3401","NAD83 / Alberta 10-TM (Resource)","9001","4269","19882","9807","1","0","8806","0","9001","8801","0","9102","8802","-115","9102","8807","0","9001","8805","0.9992","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1394[] = {"3402","NAD83(CSRS) / Alberta 10-TM (Forest)","9001","4617","19881","9807","1","0","8801","0","9102","8802","-115","9102","8806","500000","9001","8807","0","9001","8805","0.9992","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1395[] = {"3403","NAD83(CSRS) / Alberta 10-TM (Resource)","9001","4617","19882","9807","1","0","8806","0","9001","8801","0","9102","8802","-115","9102","8807","0","9001","8805","0.9992","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1396[] = {"3404","NAD83(HARN) / North Carolina (ftUS)","9003","4152","15346","9802","1","0","8821","33.45","9110","8822","-79","9110","8823","36.1","9110","8824","34.2","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1397[] = {"3405","VN-2000 / UTM zone 48N","9001","4756","16048","9807","1","0","8805","0.9996","9201","8802","105","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1398[] = {"3406","VN-2000 / UTM zone 49N","9001","4756","16049","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1399[] = {"3407","Hong Kong 1963 Grid System","9005","4738","19896","9806","1","0","8802","114.10428","9110","8801","22.184368","9110","8806","132033.92","9005","8807","62565.96","9005","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1400[] = {"3408","NSIDC EASE-Grid North","9001","4053","19867","9821","1","0","8828","90","9102","8806","0","9001","8807","0","9001","8829","0","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1401[] = {"3409","NSIDC EASE-Grid South","9001","4053","19868","9821","1","0","8828","-90","9102","8806","0","9001","8829","0","9102","8807","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1402[] = {"3410","NSIDC EASE-Grid Global","9001","4053","19869","9834","1","0","8807","0","9001","8823","30","9102","8802","0","9102","8806","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1403[] = {"3411","NSIDC Sea Ice Polar Stereographic North","9001","4054","19865","9829","1","0","8806","0","9001","8807","0","9001","8833","-45","9102","8832","70","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1404[] = {"3412","NSIDC Sea Ice Polar Stereographic South","9001","4054","19866","9829","1","0","8807","0","9001","8833","0","9102","8806","0","9001","8832","-70","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1405[] = {"3413","WGS 84 / NSIDC Sea Ice Polar Stereographic North","9001","4326","19865","9829","1","0","8806","0","9001","8807","0","9001","8833","-45","9102","8832","70","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1406[] = {"3414","SVY21 / Singapore TM","9001","4757","19864","9807","1","0","8802","103.5","9110","8807","38744.572","9001","8801","1.22","9110","8806","28001.642","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1407[] = {"3415","WGS 72BE / South China Sea Lambert","9001","4324","19863","9802","1","0","8826","500000","9001","8821","21","9102","8823","18","9102","8827","500000","9001","8822","114","9102","8824","24","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1408[] = {"3416","ETRS89 / Austria Lambert","9001","4258","19947","9802","1","0","8827","400000","9001","8821","47.3","9110","8824","46","9110","8826","400000","9001","8823","49","9110","8822","13.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1409[] = {"3417","NAD83 / Iowa North (ft US)","9003","4269","15377","9802","1","0","8821","41.3","9110","8822","-93.3","9110","8823","43.16","9110","8824","42.04","9110","8826","4921250","9003","8827","3280833.3333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1410[] = {"3418","NAD83 / Iowa South (ft US)","9003","4269","15378","9802","1","0","8821","40","9110","8822","-93.3","9110","8823","41.47","9110","8824","40.37","9110","8826","1640416.6667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1411[] = {"3419","NAD83 / Kansas North (ft US)","9003","4269","15379","9802","1","0","8821","38.2","9110","8822","-98","9110","8823","39.47","9110","8824","38.43","9110","8826","1312333.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1412[] = {"3420","NAD83 / Kansas South (ft US)","9003","4269","15380","9802","1","0","8821","36.4","9110","8822","-98.3","9110","8823","38.34","9110","8824","37.16","9110","8826","1312333.3333","9003","8827","1312333.3333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1413[] = {"3421","NAD83 / Nevada East (ft US)","9003","4269","15381","9807","1","0","8801","34.45","9110","8802","-115.35","9110","8805","0.9999","9201","8806","656166.6667","9003","8807","26246666.6667","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1414[] = {"3422","NAD83 / Nevada Central (ft US)","9003","4269","15382","9807","1","0","8801","34.45","9110","8802","-116.4","9110","8805","0.9999","9201","8806","1640416.6667","9003","8807","19685000","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1415[] = {"3423","NAD83 / Nevada West (ft US)","9003","4269","15383","9807","1","0","8801","34.45","9110","8802","-118.35","9110","8805","0.9999","9201","8806","2624666.6667","9003","8807","13123333.3333","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1416[] = {"3424","NAD83 / New Jersey (ft US)","9003","4269","15384","9807","1","0","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","492125","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1417[] = {"3425","NAD83(HARN) / Iowa North (ft US)","9003","4152","15377","9802","1","0","8821","41.3","9110","8822","-93.3","9110","8823","43.16","9110","8824","42.04","9110","8826","4921250","9003","8827","3280833.3333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1418[] = {"3426","NAD83(HARN) / Iowa South (ft US)","9003","4152","15378","9802","1","0","8821","40","9110","8822","-93.3","9110","8823","41.47","9110","8824","40.37","9110","8826","1640416.6667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1419[] = {"3427","NAD83(HARN) / Kansas North (ft US)","9003","4152","15379","9802","1","0","8821","38.2","9110","8822","-98","9110","8823","39.47","9110","8824","38.43","9110","8826","1312333.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1420[] = {"3428","NAD83(HARN) / Kansas South (ft US)","9003","4152","15380","9802","1","0","8821","36.4","9110","8822","-98.3","9110","8823","38.34","9110","8824","37.16","9110","8826","1312333.3333","9003","8827","1312333.3333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1421[] = {"3429","NAD83(HARN) / Nevada East (ft US)","9003","4152","15381","9807","1","0","8801","34.45","9110","8802","-115.35","9110","8805","0.9999","9201","8806","656166.6667","9003","8807","26246666.6667","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1422[] = {"3430","NAD83(HARN) / Nevada Central (ft US)","9003","4152","15382","9807","1","0","8801","34.45","9110","8802","-116.4","9110","8805","0.9999","9201","8806","1640416.6667","9003","8807","19685000","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1423[] = {"3431","NAD83(HARN) / Nevada West (ft US)","9003","4152","15383","9807","1","0","8801","34.45","9110","8802","-118.35","9110","8805","0.9999","9201","8806","2624666.6667","9003","8807","13123333.3333","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1424[] = {"3432","NAD83(HARN) / New Jersey (ft US)","9003","4152","15384","9807","1","0","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","492125","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1425[] = {"3433","NAD83 / Arkansas North (ftUS)","9003","4269","15385","9802","1","0","8821","34.2","9110","8822","-92","9110","8823","36.14","9110","8824","34.56","9110","8826","1312333.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1426[] = {"3434","NAD83 / Arkansas South (ftUS)","9003","4269","15386","9802","1","0","8821","32.4","9110","8822","-92","9110","8823","34.46","9110","8824","33.18","9110","8826","1312333.3333","9003","8827","1312333.3333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1427[] = {"3435","NAD83 / Illinois East (ftUS)","9003","4269","15387","9807","1","0","8801","36.4","9110","8802","-88.2","9110","8805","0.999975","9201","8806","984250","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1428[] = {"3436","NAD83 / Illinois West (ftUS)","9003","4269","15388","9807","1","0","8801","36.4","9110","8802","-90.1","9110","8805","0.999941177","9201","8806","2296583.3333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1429[] = {"3437","NAD83 / New Hampshire (ftUS)","9003","4269","15389","9807","1","0","8801","42.3","9110","8802","-71.4","9110","8805","0.999966667","9201","8806","984250","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1430[] = {"3438","NAD83 / Rhode Island (ftUS)","9003","4269","15390","9807","1","0","8801","41.05","9110","8802","-71.3","9110","8805","0.99999375","9201","8806","328083.3333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1431[] = {"3439","PSD93 / UTM zone 39N","9001","4134","16039","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","51","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1432[] = {"3440","PSD93 / UTM zone 40N","9001","4134","16040","9807","1","0","8802","57","9102","8801","0","9102","8805","0.9996","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1433[] = {"3441","NAD83(HARN) / Arkansas North (ftUS)","9003","4152","15385","9802","1","0","8821","34.2","9110","8822","-92","9110","8823","36.14","9110","8824","34.56","9110","8826","1312333.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1434[] = {"3442","NAD83(HARN) / Arkansas South (ftUS)","9003","4152","15386","9802","1","0","8821","32.4","9110","8822","-92","9110","8823","34.46","9110","8824","33.18","9110","8826","1312333.3333","9003","8827","1312333.3333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1435[] = {"3443","NAD83(HARN) / Illinois East (ftUS)","9003","4152","15387","9807","1","0","8801","36.4","9110","8802","-88.2","9110","8805","0.999975","9201","8806","984250","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1436[] = {"3444","NAD83(HARN) / Illinois West (ftUS)","9003","4152","15388","9807","1","0","8801","36.4","9110","8802","-90.1","9110","8805","0.999941177","9201","8806","2296583.3333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1437[] = {"3445","NAD83(HARN) / New Hampshire (ftUS)","9003","4152","15389","9807","1","0","8801","42.3","9110","8802","-71.4","9110","8805","0.999966667","9201","8806","984250","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1438[] = {"3446","NAD83(HARN) / Rhode Island (ftUS)","9003","4152","15390","9807","1","0","8801","41.05","9110","8802","-71.3","9110","8805","0.99999375","9201","8806","328083.3333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1439[] = {"3447","ETRS89 / Belgian Lambert 2005","9001","4258","19862","9802","1","0","8824","51.1","9110","8827","166262","9001","8821","50.4752134","9110","8823","49.5","9110","8822","4.2133177","9110","8826","150328","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1440[] = {"3448","JAD2001 / Jamaica Metric Grid","9001","4758","19860","9801","1","0","8802","-77","9102","8806","750000","9001","8805","1","9201","8807","650000","9001","8801","18","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1441[] = {"3449","JAD2001 / UTM zone 17N","9001","4758","16017","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1442[] = {"3450","JAD2001 / UTM zone 18N","9001","4758","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1443[] = {"3451","NAD83 / Louisiana North (ftUS)","9003","4269","15391","9802","1","0","8821","30.3","9110","8822","-92.3","9110","8823","32.4","9110","8824","31.1","9110","8826","3280833.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1444[] = {"3452","NAD83 / Louisiana South (ftUS)","9003","4269","15392","9802","1","0","8821","28.3","9110","8822","-91.2","9110","8823","30.42","9110","8824","29.18","9110","8826","3280833.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1445[] = {"3453","NAD83 / Louisiana Offshore (ftUS)","9003","4269","15393","9802","1","0","8821","25.3","9110","8822","-91.2","9110","8823","27.5","9110","8824","26.1","9110","8826","3280833.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1446[] = {"3454","NAD83 / South Dakota North (ftUS)","9003","4269","15395","9802","1","0","8821","42.2","9110","8822","-100.2","9110","8823","44.24","9110","8824","42.5","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1447[] = {"3455","NAD83 / South Dakota South (ftUS)","9003","4269","15395","9802","1","0","8821","42.2","9110","8822","-100.2","9110","8823","44.24","9110","8824","42.5","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1448[] = {"3456","NAD83(HARN) / Louisiana North (ftUS)","9003","4152","15391","9802","1","0","8821","30.3","9110","8822","-92.3","9110","8823","32.4","9110","8824","31.1","9110","8826","3280833.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1449[] = {"3457","NAD83(HARN) / Louisiana South (ftUS)","9003","4152","15392","9802","1","0","8821","28.3","9110","8822","-91.2","9110","8823","30.42","9110","8824","29.18","9110","8826","3280833.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1450[] = {"3458","NAD83(HARN) / South Dakota North (ftUS)","9003","4152","15394","9802","1","0","8821","43.5","9110","8822","-100","9110","8823","45.41","9110","8824","44.25","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1451[] = {"3459","NAD83(HARN) / South Dakota South (ftUS)","9003","4152","15395","9802","1","0","8821","42.2","9110","8822","-100.2","9110","8823","44.24","9110","8824","42.5","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1452[] = {"3460","Fiji 1986 / Fiji Map Grid","9001","4720","19859","9807","1","0","8801","-17","9110","8806","2000000","9001","8807","4000000","9001","8802","178.45","9110","8805","0.99985","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1453[] = {"3461","Dabola 1981 / UTM zone 28N","9001","4155","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1454[] = {"3462","Dabola 1981 / UTM zone 29N","9001","4155","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1455[] = {"3463","NAD83 / Maine CS2000 Central","9001","4269","11854","9807","1","0","8801","43.3","9110","8802","-69.073","9110","8805","0.99998","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1456[] = {"3464","NAD83(HARN) / Maine CS2000 Central","9001","4152","11854","9807","1","0","8801","43.3","9110","8802","-69.073","9110","8805","0.99998","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1457[] = {"3465","NAD83(NSRS2007) / Alabama East","9001","4759","10131","9807","1","0","8801","30.3","9110","8802","-85.5","9110","8805","0.99996","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1458[] = {"3466","NAD83(NSRS2007) / Alabama West","9001","4759","10132","9807","1","0","8801","30","9110","8802","-87.3","9110","8805","0.999933333","9201","8806","600000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1459[] = {"3467","NAD83(NSRS2007) / Alaska Albers","9001","4759","15021","9822","1","0","8821","50","9102","8822","-154","9102","8823","55","9102","8824","65","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1460[] = {"3468","NAD83(NSRS2007) / Alaska zone 1","9001","4759","15031","9812","1","0","8806","5000000","9001","8807","-5000000","9001","8811","57","9110","8812","-133.4","9110","8813","323.07483685","9110","8814","323.07483685","9110","8815","0.9999","9201 ",NULL};
+datafile_rows_t pcs_row_1461[] = {"3469","NAD83(NSRS2007) / Alaska zone 2","9001","4759","15032","9807","1","0","8801","54","9102","8802","-142","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1462[] = {"3470","NAD83(NSRS2007) / Alaska zone 3","9001","4759","15033","9807","1","0","8801","54","9102","8802","-146","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1463[] = {"3471","NAD83(NSRS2007) / Alaska zone 4","9001","4759","15034","9807","1","0","8801","54","9102","8802","-150","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1464[] = {"3472","NAD83(NSRS2007) / Alaska zone 5","9001","4759","15035","9807","1","0","8801","54","9102","8802","-154","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1465[] = {"3473","NAD83(NSRS2007) / Alaska zone 6","9001","4759","15036","9807","1","0","8801","54","9102","8802","-158","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1466[] = {"3474","NAD83(NSRS2007) / Alaska zone 7","9001","4759","15037","9807","1","0","8801","54","9102","8802","-162","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1467[] = {"3475","NAD83(NSRS2007) / Alaska zone 8","9001","4759","15038","9807","1","0","8801","54","9102","8802","-166","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1468[] = {"3476","NAD83(NSRS2007) / Alaska zone 9","9001","4759","15039","9807","1","0","8801","54","9102","8802","-170","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1469[] = {"3477","NAD83(NSRS2007) / Alaska zone 10","9001","4759","15040","9802","1","0","8821","51","9110","8822","-176","9110","8823","53.5","9110","8824","51.5","9110","8826","1000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1470[] = {"3478","NAD83(NSRS2007) / Arizona Central","9001","4759","10232","9807","1","0","8801","31","9110","8802","-111.55","9110","8805","0.9999","9201","8806","213360","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1471[] = {"3479","NAD83(NSRS2007) / Arizona Central (ft)","9002","4759","15305","9807","1","0","8801","31","9110","8802","-111.55","9110","8805","0.9999","9201","8806","700000","9002","8807","0","9002","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1472[] = {"3480","NAD83(NSRS2007) / Arizona East","9001","4759","10231","9807","1","0","8801","31","9110","8802","-110.1","9110","8805","0.9999","9201","8806","213360","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1473[] = {"3481","NAD83(NSRS2007) / Arizona East (ft)","9002","4759","15304","9807","1","0","8801","31","9110","8802","-110.1","9110","8805","0.9999","9201","8806","700000","9002","8807","0","9002","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1474[] = {"3482","NAD83(NSRS2007) / Arizona West","9001","4759","10233","9807","1","0","8801","31","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","213360","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1475[] = {"3483","NAD83(NSRS2007) / Arizona West (ft)","9002","4759","15306","9807","1","0","8801","31","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","700000","9002","8807","0","9002","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1476[] = {"3484","NAD83(NSRS2007) / Arkansas North","9001","4759","10331","9802","1","0","8821","34.2","9110","8822","-92","9110","8823","36.14","9110","8824","34.56","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1477[] = {"3485","NAD83(NSRS2007) / Arkansas North (ftUS)","9003","4759","15385","9802","1","0","8821","34.2","9110","8822","-92","9110","8823","36.14","9110","8824","34.56","9110","8826","1312333.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1478[] = {"3486","NAD83(NSRS2007) / Arkansas South","9001","4759","10332","9802","1","0","8821","32.4","9110","8822","-92","9110","8823","34.46","9110","8824","33.18","9110","8826","400000","9001","8827","400000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1479[] = {"3487","NAD83(NSRS2007) / Arkansas South (ftUS)","9003","4759","15386","9802","1","0","8821","32.4","9110","8822","-92","9110","8823","34.46","9110","8824","33.18","9110","8826","1312333.3333","9003","8827","1312333.3333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1480[] = {"3488","NAD83(NSRS2007) / California Albers","9001","4759","10420","9822","1","0","8821","0","9102","8822","-120","9102","8823","34","9102","8824","40.5","9102","8826","0","9001","8827","-4000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1481[] = {"3489","NAD83(NSRS2007) / California zone 1","9001","4759","10431","9802","1","0","8821","39.2","9110","8822","-122","9110","8823","41.4","9110","8824","40","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1482[] = {"3490","NAD83(NSRS2007) / California zone 1 (ftUS)","9003","4759","15307","9802","1","0","8821","39.2","9110","8822","-122","9110","8823","41.4","9110","8824","40","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1483[] = {"3491","NAD83(NSRS2007) / California zone 2","9001","4759","10432","9802","1","0","8821","37.4","9110","8822","-122","9110","8823","39.5","9110","8824","38.2","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1484[] = {"3492","NAD83(NSRS2007) / California zone 2 (ftUS)","9003","4759","15308","9802","1","0","8821","37.4","9110","8822","-122","9110","8823","39.5","9110","8824","38.2","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1485[] = {"3493","NAD83(NSRS2007) / California zone 3","9001","4759","10433","9802","1","0","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1486[] = {"3494","NAD83(NSRS2007) / California zone 3 (ftUS)","9003","4759","15309","9802","1","0","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1487[] = {"3495","NAD83(NSRS2007) / California zone 4","9001","4759","10434","9802","1","0","8821","35.2","9110","8822","-119","9110","8823","37.15","9110","8824","36","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1488[] = {"3496","NAD83(NSRS2007) / California zone 4 (ftUS)","9003","4759","15310","9802","1","0","8821","35.2","9110","8822","-119","9110","8823","37.15","9110","8824","36","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1489[] = {"3497","NAD83(NSRS2007) / California zone 5","9001","4759","10435","9802","1","0","8821","33.3","9110","8822","-118","9110","8823","35.28","9110","8824","34.02","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1490[] = {"3498","NAD83(NSRS2007) / California zone 5 (ftUS)","9003","4759","15311","9802","1","0","8821","33.3","9110","8822","-118","9110","8823","35.28","9110","8824","34.02","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1491[] = {"3499","NAD83(NSRS2007) / California zone 6","9001","4759","10436","9802","1","0","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1492[] = {"3500","NAD83(NSRS2007) / California zone 6 (ftUS)","9003","4759","15312","9802","1","0","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1493[] = {"3501","NAD83(NSRS2007) / Colorado Central","9001","4759","10532","9802","1","0","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1494[] = {"3502","NAD83(NSRS2007) / Colorado Central (ftUS)","9003","4759","15314","9802","1","0","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","3000000","9003","8827","1000000","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1495[] = {"3503","NAD83(NSRS2007) / Colorado North","9001","4759","10531","9802","1","0","8821","39.2","9110","8822","-105.3","9110","8823","40.47","9110","8824","39.43","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1496[] = {"3504","NAD83(NSRS2007) / Colorado North (ftUS)","9003","4759","15313","9802","1","0","8821","39.2","9110","8822","-105.3","9110","8823","40.47","9110","8824","39.43","9110","8826","3000000","9003","8827","1000000","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1497[] = {"3505","NAD83(NSRS2007) / Colorado South","9001","4759","10533","9802","1","0","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1498[] = {"3506","NAD83(NSRS2007) / Colorado South (ftUS)","9003","4759","15315","9802","1","0","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","3000000","9003","8827","1000000","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1499[] = {"3507","NAD83(NSRS2007) / Connecticut","9001","4759","10630","9802","1","0","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","304800.6096","9001","8827","152400.3048","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1500[] = {"3508","NAD83(NSRS2007) / Connecticut (ftUS)","9003","4759","15316","9802","1","0","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","1000000","9003","8827","500000","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1501[] = {"3509","NAD83(NSRS2007) / Delaware","9001","4759","10730","9807","1","0","8801","38","9110","8802","-75.25","9110","8805","0.999995","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1502[] = {"3510","NAD83(NSRS2007) / Delaware (ftUS)","9003","4759","15317","9807","1","0","8801","38","9110","8802","-75.25","9110","8805","0.999995","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1503[] = {"3511","NAD83(NSRS2007) / Florida East","9001","4759","10931","9807","1","0","8801","24.2","9110","8802","-81","9110","8805","0.999941177","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1504[] = {"3512","NAD83(NSRS2007) / Florida East (ftUS)","9003","4759","15318","9807","1","0","8801","24.2","9110","8802","-81","9110","8805","0.999941177","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1505[] = {"3513","NAD83(NSRS2007) / Florida GDL Albers","9001","4759","10934","9822","1","0","8821","24","9110","8822","-84","9110","8823","24","9110","8824","31.3","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1506[] = {"3514","NAD83(NSRS2007) / Florida North","9001","4759","10933","9802","1","0","8821","29","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1507[] = {"3515","NAD83(NSRS2007) / Florida North (ftUS)","9003","4759","15320","9802","1","0","8821","29","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1508[] = {"3516","NAD83(NSRS2007) / Florida West","9001","4759","10932","9807","1","0","8801","24.2","9110","8802","-82","9110","8805","0.999941177","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1509[] = {"3517","NAD83(NSRS2007) / Florida West (ftUS)","9003","4759","15319","9807","1","0","8801","24.2","9110","8802","-82","9110","8805","0.999941177","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1510[] = {"3518","NAD83(NSRS2007) / Georgia East","9001","4759","11031","9807","1","0","8801","30","9110","8802","-82.1","9110","8805","0.9999","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1511[] = {"3519","NAD83(NSRS2007) / Georgia East (ftUS)","9003","4759","15321","9807","1","0","8801","30","9110","8802","-82.1","9110","8805","0.9999","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1512[] = {"3520","NAD83(NSRS2007) / Georgia West","9001","4759","11032","9807","1","0","8801","30","9110","8802","-84.1","9110","8805","0.9999","9201","8806","700000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1513[] = {"3521","NAD83(NSRS2007) / Georgia West (ftUS)","9003","4759","15322","9807","1","0","8801","30","9110","8802","-84.1","9110","8805","0.9999","9201","8806","2296583.333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1514[] = {"3522","NAD83(NSRS2007) / Idaho Central","9001","4759","11132","9807","1","0","8801","41.4","9110","8802","-114","9110","8805","0.999947368","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1515[] = {"3523","NAD83(NSRS2007) / Idaho Central (ftUS)","9003","4759","15324","9807","1","0","8801","41.4","9110","8802","-114","9110","8805","0.999947368","9201","8806","1640416.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1516[] = {"3524","NAD83(NSRS2007) / Idaho East","9001","4759","11131","9807","1","0","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1517[] = {"3525","NAD83(NSRS2007) / Idaho East (ftUS)","9003","4759","15323","9807","1","0","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1518[] = {"3526","NAD83(NSRS2007) / Idaho West","9001","4759","11133","9807","1","0","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","800000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1519[] = {"3527","NAD83(NSRS2007) / Idaho West (ftUS)","9003","4759","15325","9807","1","0","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","2624666.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1520[] = {"3528","NAD83(NSRS2007) / Illinois East","9001","4759","11231","9807","1","0","8801","36.4","9110","8802","-88.2","9110","8805","0.999975","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1521[] = {"3529","NAD83(NSRS2007) / Illinois East (ftUS)","9003","4759","15387","9807","1","0","8801","36.4","9110","8802","-88.2","9110","8805","0.999975","9201","8806","984250","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1522[] = {"3530","NAD83(NSRS2007) / Illinois West","9001","4759","11232","9807","1","0","8801","36.4","9110","8802","-90.1","9110","8805","0.999941177","9201","8806","700000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1523[] = {"3531","NAD83(NSRS2007) / Illinois West (ftUS)","9003","4759","15388","9807","1","0","8801","36.4","9110","8802","-90.1","9110","8805","0.999941177","9201","8806","2296583.3333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1524[] = {"3532","NAD83(NSRS2007) / Indiana East","9001","4759","11331","9807","1","0","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","100000","9001","8807","250000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1525[] = {"3533","NAD83(NSRS2007) / Indiana East (ftUS)","9003","4759","15372","9807","1","0","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","328083.333","9003","8807","820208.333","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1526[] = {"3534","NAD83(NSRS2007) / Indiana West","9001","4759","11332","9807","1","0","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","900000","9001","8807","250000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1527[] = {"3535","NAD83(NSRS2007) / Indiana West (ftUS)","9003","4759","15373","9807","1","0","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","2952750","9003","8807","820208.333","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1528[] = {"3536","NAD83(NSRS2007) / Iowa North","9001","4759","11431","9802","1","0","8821","41.3","9110","8822","-93.3","9110","8823","43.16","9110","8824","42.04","9110","8826","1500000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1529[] = {"3537","NAD83(NSRS2007) / Iowa North (ft US)","9003","4759","15377","9802","1","0","8821","41.3","9110","8822","-93.3","9110","8823","43.16","9110","8824","42.04","9110","8826","4921250","9003","8827","3280833.3333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1530[] = {"3538","NAD83(NSRS2007) / Iowa South","9001","4759","11432","9802","1","0","8821","40","9110","8822","-93.3","9110","8823","41.47","9110","8824","40.37","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1531[] = {"3539","NAD83(NSRS2007) / Iowa South (ft US)","9003","4759","15378","9802","1","0","8821","40","9110","8822","-93.3","9110","8823","41.47","9110","8824","40.37","9110","8826","1640416.6667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1532[] = {"3540","NAD83(NSRS2007) / Kansas North","9001","4759","11531","9802","1","0","8821","38.2","9110","8822","-98","9110","8823","39.47","9110","8824","38.43","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1533[] = {"3541","NAD83(NSRS2007) / Kansas North (ft US)","9003","4759","15379","9802","1","0","8821","38.2","9110","8822","-98","9110","8823","39.47","9110","8824","38.43","9110","8826","1312333.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1534[] = {"3542","NAD83(NSRS2007) / Kansas South","9001","4759","11532","9802","1","0","8821","36.4","9110","8822","-98.3","9110","8823","38.34","9110","8824","37.16","9110","8826","400000","9001","8827","400000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1535[] = {"3543","NAD83(NSRS2007) / Kansas South (ft US)","9003","4759","15380","9802","1","0","8821","36.4","9110","8822","-98.3","9110","8823","38.34","9110","8824","37.16","9110","8826","1312333.3333","9003","8827","1312333.3333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1536[] = {"3544","NAD83(NSRS2007) / Kentucky North","9001","4759","15303","9802","1","0","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1537[] = {"3545","NAD83(NSRS2007) / Kentucky North (ftUS)","9003","4759","15328","9802","1","0","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","1640416.667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1538[] = {"3546","NAD83(NSRS2007) / Kentucky Single Zone","9001","4759","11630","9802","1","0","8821","36.2","9110","8822","-85.45","9110","8823","37.05","9110","8824","38.4","9110","8826","1500000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1539[] = {"3547","NAD83(NSRS2007) / Kentucky Single Zone (ftUS)","9003","4759","15375","9802","1","0","8821","36.2","9110","8822","-85.45","9110","8823","37.05","9110","8824","38.4","9110","8826","4921250","9003","8827","3280833.333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1540[] = {"3548","NAD83(NSRS2007) / Kentucky South","9001","4759","11632","9802","1","0","8821","36.2","9110","8822","-85.45","9110","8823","37.56","9110","8824","36.44","9110","8826","500000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1541[] = {"3549","NAD83(NSRS2007) / Kentucky South (ftUS)","9003","4759","15329","9802","1","0","8821","36.2","9110","8822","-85.45","9110","8823","37.56","9110","8824","36.44","9110","8826","1640416.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1542[] = {"3550","NAD83(NSRS2007) / Louisiana North","9001","4759","11731","9802","1","0","8821","30.3","9110","8822","-92.3","9110","8823","32.4","9110","8824","31.1","9110","8826","1000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1543[] = {"3551","NAD83(NSRS2007) / Louisiana North (ftUS)","9003","4759","15391","9802","1","0","8821","30.3","9110","8822","-92.3","9110","8823","32.4","9110","8824","31.1","9110","8826","3280833.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1544[] = {"3552","NAD83(NSRS2007) / Louisiana South","9001","4759","11732","9802","1","0","8821","28.3","9110","8822","-91.2","9110","8823","30.42","9110","8824","29.18","9110","8826","1000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1545[] = {"3553","NAD83(NSRS2007) / Louisiana South (ftUS)","9003","4759","15392","9802","1","0","8821","28.3","9110","8822","-91.2","9110","8823","30.42","9110","8824","29.18","9110","8826","3280833.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1546[] = {"3554","NAD83(NSRS2007) / Maine CS2000 Central","9001","4759","11854","9807","1","0","8801","43.3","9110","8802","-69.073","9110","8805","0.99998","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1547[] = {"3555","NAD83(NSRS2007) / Maine CS2000 East","9001","4759","11851","9807","1","0","8801","43.5","9110","8802","-67.523","9110","8805","0.99998","9201","8806","700000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1548[] = {"3556","NAD83(NSRS2007) / Maine CS2000 West","9001","4759","11853","9807","1","0","8801","42.5","9110","8802","-70.223","9110","8805","0.99998","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1549[] = {"3557","NAD83(NSRS2007) / Maine East","9001","4759","11831","9807","1","0","8801","43.4","9110","8802","-68.3","9110","8805","0.9999","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1550[] = {"3558","NAD83(NSRS2007) / Maine West","9001","4759","11832","9807","1","0","8801","42.5","9110","8802","-70.1","9110","8805","0.999966667","9201","8806","900000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1551[] = {"3559","NAD83(NSRS2007) / Maryland","9001","4759","11930","9802","1","0","8821","37.4","9110","8822","-77","9110","8823","39.27","9110","8824","38.18","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1552[] = {"3560","NAD83 / Utah North (ftUS)","9003","4269","15297","9802","0","0","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","1640416.6667","9003","8827","3280833.3333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1553[] = {"3561","Old Hawaiian / Hawaii zone 1","9003","4135","15101","9807","1","0","8801","18.5","9110","8802","-155.3","9110","8805","0.999966667","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1554[] = {"3562","Old Hawaiian / Hawaii zone 2","9003","4135","15102","9807","1","0","8801","20.2","9110","8802","-156.4","9110","8805","0.999966667","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1555[] = {"3563","Old Hawaiian / Hawaii zone 3","9003","4135","15103","9807","1","0","8801","21.1","9110","8802","-158","9110","8805","0.99999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1556[] = {"3564","Old Hawaiian / Hawaii zone 4","9003","4135","15104","9807","1","0","8801","21.5","9110","8802","-159.3","9110","8805","0.99999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1557[] = {"3565","Old Hawaiian / Hawaii zone 5","9003","4135","15105","9807","1","0","8801","21.4","9110","8802","-160.1","9110","8805","1","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1558[] = {"3566","NAD83 / Utah Central (ftUS)","9003","4269","15298","9802","0","0","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","1640416.6667","9003","8827","6561666.6667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1559[] = {"3567","NAD83 / Utah South (ftUS)","9003","4269","15299","9802","0","0","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","1640416.6667","9003","8827","9842500","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1560[] = {"3568","NAD83(HARN) / Utah North (ftUS)","9003","4152","15297","9802","0","0","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","1640416.6667","9003","8827","3280833.3333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1561[] = {"3569","NAD83(HARN) / Utah Central (ftUS)","9003","4152","15298","9802","0","0","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","1640416.6667","9003","8827","6561666.6667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1562[] = {"3570","NAD83(HARN) / Utah South (ftUS)","9003","4152","15299","9802","0","0","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","1640416.6667","9003","8827","9842500","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1563[] = {"3571","WGS 84 / North Pole LAEA Bering Sea","9001","4326","17295","9820","1","0","8801","90","9102","8807","0","9001","8806","0","9001","8802","180","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1564[] = {"3572","WGS 84 / North Pole LAEA Alaska","9001","4326","17296","9820","1","0","8801","90","9102","8807","0","9001","8806","0","9001","8802","-150","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1565[] = {"3573","WGS 84 / North Pole LAEA Canada","9001","4326","17297","9820","1","0","8802","-100","9102","8801","90","9102","8807","0","9001","8806","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1566[] = {"3574","WGS 84 / North Pole LAEA Atlantic","9001","4326","17298","9820","1","0","8801","90","9102","8802","-40","9102","8807","0","9001","8806","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1567[] = {"3575","WGS 84 / North Pole LAEA Europe","9001","4326","17299","9820","1","0","8802","10","9102","8801","90","9102","8807","0","9001","8806","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1568[] = {"3576","WGS 84 / North Pole LAEA Russia","9001","4326","17300","9820","1","0","8801","90","9102","8807","0","9001","8806","0","9001","8802","90","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1569[] = {"3577","GDA94 / Australian Albers","9001","4283","17365","9822","1","0","8821","0","9102","8822","132","9102","8824","-36","9102","8823","-18","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1570[] = {"3578","NAD83 / Yukon Albers","9001","4269","19858","9822","1","0","8824","68","9110","8821","59","9110","8823","61.4","9110","8827","500000","9001","8822","-132.3","9110","8826","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1571[] = {"3579","NAD83(CSRS) / Yukon Albers","9001","4617","19858","9822","1","0","8824","68","9110","8821","59","9110","8823","61.4","9110","8827","500000","9001","8822","-132.3","9110","8826","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1572[] = {"3580","NAD83 / NWT Lambert","9001","4269","19857","9802","1","0","8822","-112","9102","8824","70","9102","8827","0","9001","8823","62","9102","8826","0","9001","8821","0","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1573[] = {"3581","NAD83(CSRS) / NWT Lambert","9001","4617","19857","9802","1","0","8822","-112","9102","8824","70","9102","8827","0","9001","8823","62","9102","8826","0","9001","8821","0","9102","",""," ",NULL};
+datafile_rows_t pcs_row_1574[] = {"3582","NAD83(NSRS2007) / Maryland (ftUS)","9003","4759","15330","9802","1","0","8821","37.4","9110","8822","-77","9110","8823","39.27","9110","8824","38.18","9110","8826","1312333.333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1575[] = {"3583","NAD83(NSRS2007) / Massachusetts Island","9001","4759","12032","9802","1","0","8821","41","9110","8822","-70.3","9110","8823","41.29","9110","8824","41.17","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1576[] = {"3584","NAD83(NSRS2007) / Massachusetts Island (ftUS)","9003","4759","15332","9802","1","0","8821","41","9110","8822","-70.3","9110","8823","41.29","9110","8824","41.17","9110","8826","1640416.667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1577[] = {"3585","NAD83(NSRS2007) / Massachusetts Mainland","9001","4759","12031","9802","1","0","8821","41","9110","8822","-71.3","9110","8823","42.41","9110","8824","41.43","9110","8826","200000","9001","8827","750000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1578[] = {"3586","NAD83(NSRS2007) / Massachusetts Mainland (ftUS)","9003","4759","15331","9802","1","0","8821","41","9110","8822","-71.3","9110","8823","42.41","9110","8824","41.43","9110","8826","656166.667","9003","8827","2460625","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1579[] = {"3587","NAD83(NSRS2007) / Michigan Central","9001","4759","12142","9802","1","0","8821","43.19","9110","8822","-84.22","9110","8823","45.42","9110","8824","44.11","9110","8826","6000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1580[] = {"3588","NAD83(NSRS2007) / Michigan Central (ft)","9002","4759","15334","9802","1","0","8821","43.19","9110","8822","-84.22","9110","8823","45.42","9110","8824","44.11","9110","8826","19685039.37","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_1581[] = {"3589","NAD83(NSRS2007) / Michigan North","9001","4759","12141","9802","1","0","8821","44.47","9110","8822","-87","9110","8823","47.05","9110","8824","45.29","9110","8826","8000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1582[] = {"3590","NAD83(NSRS2007) / Michigan North (ft)","9002","4759","15333","9802","1","0","8821","44.47","9110","8822","-87","9110","8823","47.05","9110","8824","45.29","9110","8826","26246719.16","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_1583[] = {"3591","NAD83(NSRS2007) / Michigan Oblique Mercator","9001","4759","12150","9812","1","0","8806","2546731.496","9001","8807","-4354009.816","9001","8811","45.1833","9110","8812","-86","9110","8813","337.25556","9102","8814","337.25556","9102","8815","0.9996","9201 ",NULL};
+datafile_rows_t pcs_row_1584[] = {"3592","NAD83(NSRS2007) / Michigan South","9001","4759","12143","9802","1","0","8821","41.3","9110","8822","-84.22","9110","8823","43.4","9110","8824","42.06","9110","8826","4000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1585[] = {"3593","NAD83(NSRS2007) / Michigan South (ft)","9002","4759","15335","9802","1","0","8821","41.3","9110","8822","-84.22","9110","8823","43.4","9110","8824","42.06","9110","8826","13123359.58","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_1586[] = {"3594","NAD83(NSRS2007) / Minnesota Central","9001","4759","12232","9802","1","0","8821","45","9110","8822","-94.15","9110","8823","47.03","9110","8824","45.37","9110","8826","800000","9001","8827","100000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1587[] = {"3595","NAD83(NSRS2007) / Minnesota North","9001","4759","12231","9802","1","0","8821","46.3","9110","8822","-93.06","9110","8823","48.38","9110","8824","47.02","9110","8826","800000","9001","8827","100000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1588[] = {"3596","NAD83(NSRS2007) / Minnesota South","9001","4759","12233","9802","1","0","8821","43","9110","8822","-94","9110","8823","45.13","9110","8824","43.47","9110","8826","800000","9001","8827","100000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1589[] = {"3597","NAD83(NSRS2007) / Mississippi East","9001","4759","12331","9807","1","0","8801","29.3","9110","8802","-88.5","9110","8805","0.99995","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1590[] = {"3598","NAD83(NSRS2007) / Mississippi East (ftUS)","9003","4759","15336","9807","1","0","8801","29.3","9110","8802","-88.5","9110","8805","0.99995","9201","8806","984250","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1591[] = {"3599","NAD83(NSRS2007) / Mississippi West","9001","4759","12332","9807","1","0","8801","29.3","9110","8802","-90.2","9110","8805","0.99995","9201","8806","700000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1592[] = {"3600","NAD83(NSRS2007) / Mississippi West (ftUS)","9003","4759","15337","9807","1","0","8801","29.3","9110","8802","-90.2","9110","8805","0.99995","9201","8806","2296583.333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1593[] = {"3601","NAD83(NSRS2007) / Missouri Central","9001","4759","12432","9807","1","0","8801","35.5","9110","8802","-92.3","9110","8805","0.999933333","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1594[] = {"3602","NAD83(NSRS2007) / Missouri East","9001","4759","12431","9807","1","0","8801","35.5","9110","8802","-90.3","9110","8805","0.999933333","9201","8806","250000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1595[] = {"3603","NAD83(NSRS2007) / Missouri West","9001","4759","12433","9807","1","0","8801","36.1","9110","8802","-94.3","9110","8805","0.999941177","9201","8806","850000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1596[] = {"3604","NAD83(NSRS2007) / Montana","9001","4759","12530","9802","1","0","8821","44.15","9110","8822","-109.3","9110","8823","49","9110","8824","45","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1597[] = {"3605","NAD83(NSRS2007) / Montana (ft)","9002","4759","15338","9802","1","0","8821","44.15","9110","8822","-109.3","9110","8823","49","9110","8824","45","9110","8826","1968503.937","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_1598[] = {"3606","NAD83(NSRS2007) / Nebraska","9001","4759","12630","9802","1","0","8821","39.5","9110","8822","-100","9110","8823","43","9110","8824","40","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1599[] = {"3607","NAD83(NSRS2007) / Nevada Central","9001","4759","12732","9807","1","0","8801","34.45","9110","8802","-116.4","9110","8805","0.9999","9201","8806","500000","9001","8807","6000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1600[] = {"3608","NAD83(NSRS2007) / Nevada Central (ft US)","9003","4759","15382","9807","1","0","8801","34.45","9110","8802","-116.4","9110","8805","0.9999","9201","8806","1640416.6667","9003","8807","19685000","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1601[] = {"3609","NAD83(NSRS2007) / Nevada East","9001","4759","12731","9807","1","0","8801","34.45","9110","8802","-115.35","9110","8805","0.9999","9201","8806","200000","9001","8807","8000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1602[] = {"3610","NAD83(NSRS2007) / Nevada East (ft US)","9003","4759","15381","9807","1","0","8801","34.45","9110","8802","-115.35","9110","8805","0.9999","9201","8806","656166.6667","9003","8807","26246666.6667","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1603[] = {"3611","NAD83(NSRS2007) / Nevada West","9001","4759","12733","9807","1","0","8801","34.45","9110","8802","-118.35","9110","8805","0.9999","9201","8806","800000","9001","8807","4000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1604[] = {"3612","NAD83(NSRS2007) / Nevada West (ft US)","9003","4759","15383","9807","1","0","8801","34.45","9110","8802","-118.35","9110","8805","0.9999","9201","8806","2624666.6667","9003","8807","13123333.3333","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1605[] = {"3613","NAD83(NSRS2007) / New Hampshire","9001","4759","12830","9807","1","0","8801","42.3","9110","8802","-71.4","9110","8805","0.999966667","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1606[] = {"3614","NAD83(NSRS2007) / New Hampshire (ftUS)","9003","4759","15389","9807","1","0","8801","42.3","9110","8802","-71.4","9110","8805","0.999966667","9201","8806","984250","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1607[] = {"3615","NAD83(NSRS2007) / New Jersey","9001","4759","12930","9807","1","0","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","150000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1608[] = {"3616","NAD83(NSRS2007) / New Jersey (ft US)","9003","4759","15384","9807","1","0","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","492125","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1609[] = {"3617","NAD83(NSRS2007) / New Mexico Central","9001","4759","13032","9807","1","0","8801","31","9110","8802","-106.15","9110","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1610[] = {"3618","NAD83(NSRS2007) / New Mexico Central (ftUS)","9003","4759","15340","9807","1","0","8801","31","9110","8802","-106.15","9110","8805","0.9999","9201","8806","1640416.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1611[] = {"3619","NAD83(NSRS2007) / New Mexico East","9001","4759","13031","9807","1","0","8801","31","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","165000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1612[] = {"3620","NAD83(NSRS2007) / New Mexico East (ftUS)","9003","4759","15339","9807","1","0","8801","31","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","541337.5","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1613[] = {"3621","NAD83(NSRS2007) / New Mexico West","9001","4759","13033","9807","1","0","8801","31","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","830000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1614[] = {"3622","NAD83(NSRS2007) / New Mexico West (ftUS)","9003","4759","15341","9807","1","0","8801","31","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","2723091.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1615[] = {"3623","NAD83(NSRS2007) / New York Central","9001","4759","13132","9807","1","0","8801","40","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","250000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1616[] = {"3624","NAD83(NSRS2007) / New York Central (ftUS)","9003","4759","15343","9807","1","0","8801","40","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","820208.333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1617[] = {"3625","NAD83(NSRS2007) / New York East","9001","4759","13131","9807","1","0","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","150000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1618[] = {"3626","NAD83(NSRS2007) / New York East (ftUS)","9003","4759","15342","9807","1","0","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","492125","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1619[] = {"3627","NAD83(NSRS2007) / New York Long Island","9001","4759","13134","9802","1","0","8821","40.1","9110","8822","-74","9110","8823","41.02","9110","8824","40.4","9110","8826","300000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1620[] = {"3628","NAD83(NSRS2007) / New York Long Island (ftUS)","9003","4759","15345","9802","1","0","8821","40.1","9110","8822","-74","9110","8823","41.02","9110","8824","40.4","9110","8826","984250","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1621[] = {"3629","NAD83(NSRS2007) / New York West","9001","4759","13133","9807","1","0","8801","40","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","350000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1622[] = {"3630","NAD83(NSRS2007) / New York West (ftUS)","9003","4759","15344","9807","1","0","8801","40","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","1148291.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1623[] = {"3631","NAD83(NSRS2007) / North Carolina","9001","4759","13230","9802","1","0","8821","33.45","9110","8822","-79","9110","8823","36.1","9110","8824","34.2","9110","8826","609601.22","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1624[] = {"3632","NAD83(NSRS2007) / North Carolina (ftUS)","9003","4759","15346","9802","1","0","8821","33.45","9110","8822","-79","9110","8823","36.1","9110","8824","34.2","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1625[] = {"3633","NAD83(NSRS2007) / North Dakota North","9001","4759","13331","9802","1","0","8821","47","9110","8822","-100.3","9110","8823","48.44","9110","8824","47.26","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1626[] = {"3634","NAD83(NSRS2007) / North Dakota North (ft)","9002","4759","15347","9802","1","0","8821","47","9110","8822","-100.3","9110","8823","48.44","9110","8824","47.26","9110","8826","1968503.937","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_1627[] = {"3635","NAD83(NSRS2007) / North Dakota South","9001","4759","13332","9802","1","0","8821","45.4","9110","8822","-100.3","9110","8823","47.29","9110","8824","46.11","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1628[] = {"3636","NAD83(NSRS2007) / North Dakota South (ft)","9002","4759","15348","9802","1","0","8821","45.4","9110","8822","-100.3","9110","8823","47.29","9110","8824","46.11","9110","8826","1968503.937","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_1629[] = {"3637","NAD83(NSRS2007) / Ohio North","9001","4759","13431","9802","1","0","8821","39.4","9110","8822","-82.3","9110","8823","41.42","9110","8824","40.26","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1630[] = {"3638","NAD83(NSRS2007) / Ohio South","9001","4759","13432","9802","1","0","8821","38","9110","8822","-82.3","9110","8823","40.02","9110","8824","38.44","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1631[] = {"3639","NAD83(NSRS2007) / Oklahoma North","9001","4759","13531","9802","1","0","8821","35","9110","8822","-98","9110","8823","36.46","9110","8824","35.34","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1632[] = {"3640","NAD83(NSRS2007) / Oklahoma North (ftUS)","9003","4759","15349","9802","1","0","8821","35","9110","8822","-98","9110","8823","36.46","9110","8824","35.34","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1633[] = {"3641","NAD83(NSRS2007) / Oklahoma South","9001","4759","13532","9802","1","0","8821","33.2","9110","8822","-98","9110","8823","35.14","9110","8824","33.56","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1634[] = {"3642","NAD83(NSRS2007) / Oklahoma South (ftUS)","9003","4759","15350","9802","1","0","8821","33.2","9110","8822","-98","9110","8823","35.14","9110","8824","33.56","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1635[] = {"3643","NAD83(NSRS2007) / Oregon Lambert","9001","4759","13633","9802","1","0","8821","41.45","9110","8822","-120.3","9110","8823","43","9110","8824","45.3","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1636[] = {"3644","NAD83(NSRS2007) / Oregon Lambert (ft)","9002","4759","15374","9802","1","0","8821","41.45","9110","8822","-120.3","9110","8823","43","9110","8824","45.3","9110","8826","1312335.958","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_1637[] = {"3645","NAD83(NSRS2007) / Oregon North","9001","4759","13631","9802","1","0","8821","43.4","9110","8822","-120.3","9110","8823","46","9110","8824","44.2","9110","8826","2500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1638[] = {"3646","NAD83(NSRS2007) / Oregon North (ft)","9002","4759","15351","9802","1","0","8821","43.4","9110","8822","-120.3","9110","8823","46","9110","8824","44.2","9110","8826","8202099.738","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_1639[] = {"3647","NAD83(NSRS2007) / Oregon South","9001","4759","13632","9802","1","0","8821","41.4","9110","8822","-120.3","9110","8823","44","9110","8824","42.2","9110","8826","1500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1640[] = {"3648","NAD83(NSRS2007) / Oregon South (ft)","9002","4759","15352","9802","1","0","8821","41.4","9110","8822","-120.3","9110","8823","44","9110","8824","42.2","9110","8826","4921259.843","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_1641[] = {"3649","NAD83(NSRS2007) / Pennsylvania North","9001","4759","13731","9802","1","0","8821","40.1","9110","8822","-77.45","9110","8823","41.57","9110","8824","40.53","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1642[] = {"3650","NAD83(NSRS2007) / Pennsylvania North (ftUS)","9003","4759","15353","9802","1","0","8821","40.1","9110","8822","-77.45","9110","8823","41.57","9110","8824","40.53","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1643[] = {"3651","NAD83(NSRS2007) / Pennsylvania South","9001","4759","13732","9802","1","0","8821","39.2","9110","8822","-77.45","9110","8823","40.58","9110","8824","39.56","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1644[] = {"3652","NAD83(NSRS2007) / Pennsylvania South (ftUS)","9003","4759","15354","9802","1","0","8821","39.2","9110","8822","-77.45","9110","8823","40.58","9110","8824","39.56","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1645[] = {"3653","NAD83(NSRS2007) / Rhode Island","9001","4759","13830","9807","1","0","8801","41.05","9110","8802","-71.3","9110","8805","0.99999375","9201","8806","100000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1646[] = {"3654","NAD83(NSRS2007) / Rhode Island (ftUS)","9003","4759","15390","9807","1","0","8801","41.05","9110","8802","-71.3","9110","8805","0.99999375","9201","8806","328083.3333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1647[] = {"3655","NAD83(NSRS2007) / South Carolina","9001","4759","13930","9802","1","0","8821","31.5","9110","8822","-81","9110","8823","34.5","9110","8824","32.3","9110","8826","609600","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1648[] = {"3656","NAD83(NSRS2007) / South Carolina (ft)","9002","4759","15355","9802","1","0","8821","31.5","9110","8822","-81","9110","8823","34.5","9110","8824","32.3","9110","8826","2000000","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t pcs_row_1649[] = {"3657","NAD83(NSRS2007) / South Dakota North","9001","4759","14031","9802","1","0","8821","43.5","9110","8822","-100","9110","8823","45.41","9110","8824","44.25","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1650[] = {"3658","NAD83(NSRS2007) / South Dakota North (ftUS)","9003","4759","15394","9802","1","0","8821","43.5","9110","8822","-100","9110","8823","45.41","9110","8824","44.25","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1651[] = {"3659","NAD83(NSRS2007) / South Dakota South","9001","4759","14032","9802","1","0","8821","42.2","9110","8822","-100.2","9110","8823","44.24","9110","8824","42.5","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1652[] = {"3660","NAD83(NSRS2007) / South Dakota South (ftUS)","9003","4759","15395","9802","1","0","8821","42.2","9110","8822","-100.2","9110","8823","44.24","9110","8824","42.5","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1653[] = {"3661","NAD83(NSRS2007) / Tennessee","9001","4759","14130","9802","1","0","8821","34.2","9110","8822","-86","9110","8823","36.25","9110","8824","35.15","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1654[] = {"3662","NAD83(NSRS2007) / Tennessee (ftUS)","9003","4759","15356","9802","1","0","8821","34.2","9110","8822","-86","9110","8823","36.25","9110","8824","35.15","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1655[] = {"3663","NAD83(NSRS2007) / Texas Central","9001","4759","14233","9802","1","0","8821","29.4","9110","8822","-100.2","9110","8823","31.53","9110","8824","30.07","9110","8826","700000","9001","8827","3000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1656[] = {"3664","NAD83(NSRS2007) / Texas Central (ftUS)","9003","4759","15359","9802","1","0","8821","29.4","9110","8822","-100.2","9110","8823","31.53","9110","8824","30.07","9110","8826","2296583.333","9003","8827","9842500","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1657[] = {"3665","NAD83(NSRS2007) / Texas Centric Albers Equal Area","9001","4759","14254","9822","1","0","8821","18","9110","8822","-100","9110","8823","27.3","9110","8824","35","9110","8826","1500000","9001","8827","6000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1658[] = {"3666","NAD83(NSRS2007) / Texas Centric Lambert Conformal","9001","4759","14253","9802","1","0","8821","18","9110","8822","-100","9110","8823","27.3","9110","8824","35","9110","8826","1500000","9001","8827","5000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1659[] = {"3667","NAD83(NSRS2007) / Texas North","9001","4759","14231","9802","1","0","8821","34","9110","8822","-101.3","9110","8823","36.11","9110","8824","34.39","9110","8826","200000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1660[] = {"3668","NAD83(NSRS2007) / Texas North (ftUS)","9003","4759","15357","9802","1","0","8821","34","9110","8822","-101.3","9110","8823","36.11","9110","8824","34.39","9110","8826","656166.667","9003","8827","3280833.333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1661[] = {"3669","NAD83(NSRS2007) / Texas North Central","9001","4759","14232","9802","1","0","8821","31.4","9110","8822","-98.3","9110","8823","33.58","9110","8824","32.08","9110","8826","600000","9001","8827","2000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1662[] = {"3670","NAD83(NSRS2007) / Texas North Central (ftUS)","9003","4759","15358","9802","1","0","8821","31.4","9110","8822","-98.3","9110","8823","33.58","9110","8824","32.08","9110","8826","1968500","9003","8827","6561666.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1663[] = {"3671","NAD83(NSRS2007) / Texas South","9001","4759","14235","9802","1","0","8821","25.4","9110","8822","-98.3","9110","8823","27.5","9110","8824","26.1","9110","8826","300000","9001","8827","5000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1664[] = {"3672","NAD83(NSRS2007) / Texas South (ftUS)","9003","4759","15361","9802","1","0","8821","25.4","9110","8822","-98.3","9110","8823","27.5","9110","8824","26.1","9110","8826","984250","9003","8827","16404166.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1665[] = {"3673","NAD83(NSRS2007) / Texas South Central","9001","4759","14234","9802","1","0","8821","27.5","9110","8822","-99","9110","8823","30.17","9110","8824","28.23","9110","8826","600000","9001","8827","4000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1666[] = {"3674","NAD83(NSRS2007) / Texas South Central (ftUS)","9003","4759","15360","9802","1","0","8821","27.5","9110","8822","-99","9110","8823","30.17","9110","8824","28.23","9110","8826","1968500","9003","8827","13123333.333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1667[] = {"3675","NAD83(NSRS2007) / Utah Central","9001","4759","14332","9802","1","0","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","500000","9001","8827","2000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1668[] = {"3676","NAD83(NSRS2007) / Utah Central (ft)","9002","4759","15363","9802","0","0","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","1640419.948","9002","8827","6561679.79","9002","",""," ",NULL};
+datafile_rows_t pcs_row_1669[] = {"3677","NAD83(NSRS2007) / Utah Central (ftUS)","9003","4759","15298","9802","0","0","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","1640416.6667","9003","8827","6561666.6667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1670[] = {"3678","NAD83(NSRS2007) / Utah North","9001","4759","14331","9802","1","0","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","500000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1671[] = {"3679","NAD83(NSRS2007) / Utah North (ft)","9002","4759","15362","9802","0","0","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","1640419.948","9002","8827","3280839.895","9002","",""," ",NULL};
+datafile_rows_t pcs_row_1672[] = {"3680","NAD83(NSRS2007) / Utah North (ftUS)","9003","4759","15297","9802","0","0","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","1640416.6667","9003","8827","3280833.3333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1673[] = {"3681","NAD83(NSRS2007) / Utah South","9001","4759","14333","9802","1","0","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","500000","9001","8827","3000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1674[] = {"3682","NAD83(NSRS2007) / Utah South (ft)","9002","4759","15364","9802","0","0","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","1640419.948","9002","8827","9842519.685","9002","",""," ",NULL};
+datafile_rows_t pcs_row_1675[] = {"3683","NAD83(NSRS2007) / Utah South (ftUS)","9003","4759","15299","9802","0","0","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","1640416.6667","9003","8827","9842500","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1676[] = {"3684","NAD83(NSRS2007) / Vermont","9001","4759","14430","9807","1","0","8801","42.3","9110","8802","-72.3","9110","8805","0.999964286","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1677[] = {"3685","NAD83(NSRS2007) / Virginia North","9001","4759","14531","9802","1","0","8821","37.4","9110","8822","-78.3","9110","8823","39.12","9110","8824","38.02","9110","8826","3500000","9001","8827","2000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1678[] = {"3686","NAD83(NSRS2007) / Virginia North (ftUS)","9003","4759","15365","9802","1","0","8821","37.4","9110","8822","-78.3","9110","8823","39.12","9110","8824","38.02","9110","8826","11482916.667","9003","8827","6561666.667","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1679[] = {"3687","NAD83(NSRS2007) / Virginia South","9001","4759","14532","9802","1","0","8821","36.2","9110","8822","-78.3","9110","8823","37.58","9110","8824","36.46","9110","8826","3500000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1680[] = {"3688","NAD83(NSRS2007) / Virginia South (ftUS)","9003","4759","15366","9802","1","0","8821","36.2","9110","8822","-78.3","9110","8823","37.58","9110","8824","36.46","9110","8826","11482916.667","9003","8827","3280833.333","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1681[] = {"3689","NAD83(NSRS2007) / Washington North","9001","4759","14631","9802","1","0","8821","47","9110","8822","-120.5","9110","8823","48.44","9110","8824","47.3","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1682[] = {"3690","NAD83(NSRS2007) / Washington North (ftUS)","9003","4759","15367","9802","1","0","8821","47","9110","8822","-120.5","9110","8823","48.44","9110","8824","47.3","9110","8826","1640416.667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1683[] = {"3691","NAD83(NSRS2007) / Washington South","9001","4759","14632","9802","1","0","8821","45.2","9110","8822","-120.3","9110","8823","47.2","9110","8824","45.5","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1684[] = {"3692","NAD83(NSRS2007) / Washington South (ftUS)","9003","4759","15368","9802","1","0","8821","45.2","9110","8822","-120.3","9110","8823","47.2","9110","8824","45.5","9110","8826","1640416.667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1685[] = {"3693","NAD83(NSRS2007) / West Virginia North","9001","4759","14731","9802","1","0","8821","38.3","9110","8822","-79.3","9110","8823","40.15","9110","8824","39","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1686[] = {"3694","NAD83(NSRS2007) / West Virginia South","9001","4759","14732","9802","1","0","8821","37","9110","8822","-81","9110","8823","38.53","9110","8824","37.29","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1687[] = {"3695","NAD83(NSRS2007) / Wisconsin Central","9001","4759","14832","9802","1","0","8821","43.5","9110","8822","-90","9110","8823","45.3","9110","8824","44.15","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1688[] = {"3696","NAD83(NSRS2007) / Wisconsin Central (ftUS)","9003","4759","15370","9802","1","0","8821","43.5","9110","8822","-90","9110","8823","45.3","9110","8824","44.15","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1689[] = {"3697","NAD83(NSRS2007) / Wisconsin North","9001","4759","14831","9802","1","0","8821","45.1","9110","8822","-90","9110","8823","46.46","9110","8824","45.34","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1690[] = {"3698","NAD83(NSRS2007) / Wisconsin North (ftUS)","9003","4759","15369","9802","1","0","8821","45.1","9110","8822","-90","9110","8823","46.46","9110","8824","45.34","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1691[] = {"3699","NAD83(NSRS2007) / Wisconsin South","9001","4759","14833","9802","1","0","8821","42","9110","8822","-90","9110","8823","44.04","9110","8824","42.44","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1692[] = {"3700","NAD83(NSRS2007) / Wisconsin South (ftUS)","9003","4759","15371","9802","1","0","8821","42","9110","8822","-90","9110","8823","44.04","9110","8824","42.44","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1693[] = {"3701","NAD83(NSRS2007) / Wisconsin Transverse Mercator","9001","4759","14841","9807","1","0","8801","0","9102","8802","-90","9102","8805","0.9996","9201","8806","520000","9001","8807","-4480000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1694[] = {"3702","NAD83(NSRS2007) / Wyoming East","9001","4759","14931","9807","1","0","8801","40.3","9110","8802","-105.1","9110","8805","0.9999375","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1695[] = {"3703","NAD83(NSRS2007) / Wyoming East Central","9001","4759","14932","9807","1","0","8801","40.3","9110","8802","-107.2","9110","8805","0.9999375","9201","8806","400000","9001","8807","100000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1696[] = {"3704","NAD83(NSRS2007) / Wyoming West Central","9001","4759","14933","9807","1","0","8801","40.3","9110","8802","-108.45","9110","8805","0.9999375","9201","8806","600000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1697[] = {"3705","NAD83(NSRS2007) / Wyoming West","9001","4759","14934","9807","1","0","8801","40.3","9110","8802","-110.05","9110","8805","0.9999375","9201","8806","800000","9001","8807","100000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1698[] = {"3706","NAD83(NSRS2007) / UTM zone 59N","9001","4759","16059","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","171","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1699[] = {"3707","NAD83(NSRS2007) / UTM zone 60N","9001","4759","16060","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","177","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1700[] = {"3708","NAD83(NSRS2007) / UTM zone 1N","9001","4759","16001","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-177","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1701[] = {"3709","NAD83(NSRS2007) / UTM zone 2N","9001","4759","16002","9807","1","0","8801","0","9102","8807","0","9001","8802","-171","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1702[] = {"3710","NAD83(NSRS2007) / UTM zone 3N","9001","4759","16003","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-165","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1703[] = {"3711","NAD83(NSRS2007) / UTM zone 4N","9001","4759","16004","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1704[] = {"3712","NAD83(NSRS2007) / UTM zone 5N","9001","4759","16005","9807","1","0","8802","-153","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1705[] = {"3713","NAD83(NSRS2007) / UTM zone 6N","9001","4759","16006","9807","1","0","8802","-147","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1706[] = {"3714","NAD83(NSRS2007) / UTM zone 7N","9001","4759","16007","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-141","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1707[] = {"3715","NAD83(NSRS2007) / UTM zone 8N","9001","4759","16008","9807","1","0","8805","0.9996","9201","8802","-135","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1708[] = {"3716","NAD83(NSRS2007) / UTM zone 9N","9001","4759","16009","9807","1","0","8805","0.9996","9201","8802","-129","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1709[] = {"3717","NAD83(NSRS2007) / UTM zone 10N","9001","4759","16010","9807","1","0","8801","0","9102","8807","0","9001","8802","-123","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1710[] = {"3718","NAD83(NSRS2007) / UTM zone 11N","9001","4759","16011","9807","1","0","8802","-117","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1711[] = {"3719","NAD83(NSRS2007) / UTM zone 12N","9001","4759","16012","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1712[] = {"3720","NAD83(NSRS2007) / UTM zone 13N","9001","4759","16013","9807","1","0","8802","-105","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1713[] = {"3721","NAD83(NSRS2007) / UTM zone 14N","9001","4759","16014","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-99","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1714[] = {"3722","NAD83(NSRS2007) / UTM zone 15N","9001","4759","16015","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-93","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1715[] = {"3723","NAD83(NSRS2007) / UTM zone 16N","9001","4759","16016","9807","1","0","8805","0.9996","9201","8802","-87","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1716[] = {"3724","NAD83(NSRS2007) / UTM zone 17N","9001","4759","16017","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1717[] = {"3725","NAD83(NSRS2007) / UTM zone 18N","9001","4759","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1718[] = {"3726","NAD83(NSRS2007) / UTM zone 19N","9001","4759","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1719[] = {"3727","Reunion 1947 / TM Reunion","9001","4626","19856","9807","1","0","8806","160000","9001","8801","-21.07","9110","8807","50000","9001","8802","55.32","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1720[] = {"3728","NAD83(NSRS2007) / Ohio North (ftUS)","9003","4759","13433","9802","1","0","8821","39.4","9110","8822","-82.3","9110","8823","41.42","9110","8824","40.26","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1721[] = {"3729","NAD83(NSRS2007) / Ohio South (ftUS)","9003","4759","13434","9802","1","0","8821","38","9110","8822","-82.3","9110","8823","40.02","9110","8824","38.44","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1722[] = {"3730","NAD83(NSRS2007) / Wyoming East (ftUS)","9003","4759","14935","9807","1","0","8801","40.3","9110","8802","-105.1","9110","8805","0.9999375","9201","8806","656166.6667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1723[] = {"3731","NAD83(NSRS2007) / Wyoming East Central (ftUS)","9003","4759","14936","9807","1","0","8801","40.3","9110","8802","-107.2","9110","8805","0.9999375","9201","8806","1312333.3333","9003","8807","328083.3333","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1724[] = {"3732","NAD83(NSRS2007) / Wyoming West Central (ftUS)","9003","4759","14937","9807","1","0","8801","40.3","9110","8802","-108.45","9110","8805","0.9999375","9201","8806","1968500","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1725[] = {"3733","NAD83(NSRS2007) / Wyoming West (ftUS)","9003","4759","14938","9807","1","0","8801","40.3","9110","8802","-110.05","9110","8805","0.9999375","9201","8806","2624666.6667","9003","8807","328083.3333","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1726[] = {"3734","NAD83 / Ohio North (ftUS)","9003","4269","13433","9802","1","0","8821","39.4","9110","8822","-82.3","9110","8823","41.42","9110","8824","40.26","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1727[] = {"3735","NAD83 / Ohio South (ftUS)","9003","4269","13434","9802","1","0","8821","38","9110","8822","-82.3","9110","8823","40.02","9110","8824","38.44","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1728[] = {"3736","NAD83 / Wyoming East (ftUS)","9003","4269","14935","9807","1","0","8801","40.3","9110","8802","-105.1","9110","8805","0.9999375","9201","8806","656166.6667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1729[] = {"3737","NAD83 / Wyoming East Central (ftUS)","9003","4269","14936","9807","1","0","8801","40.3","9110","8802","-107.2","9110","8805","0.9999375","9201","8806","1312333.3333","9003","8807","328083.3333","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1730[] = {"3738","NAD83 / Wyoming West Central (ftUS)","9003","4269","14937","9807","1","0","8801","40.3","9110","8802","-108.45","9110","8805","0.9999375","9201","8806","1968500","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1731[] = {"3739","NAD83 / Wyoming West (ftUS)","9003","4269","14938","9807","1","0","8801","40.3","9110","8802","-110.05","9110","8805","0.9999375","9201","8806","2624666.6667","9003","8807","328083.3333","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1732[] = {"3740","NAD83(HARN) / UTM zone 10N","9001","4152","16010","9807","1","0","8801","0","9102","8807","0","9001","8802","-123","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1733[] = {"3741","NAD83(HARN) / UTM zone 11N","9001","4152","16011","9807","1","0","8802","-117","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1734[] = {"3742","NAD83(HARN) / UTM zone 12N","9001","4152","16012","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1735[] = {"3743","NAD83(HARN) / UTM zone 13N","9001","4152","16013","9807","1","0","8802","-105","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1736[] = {"3744","NAD83(HARN) / UTM zone 14N","9001","4152","16014","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-99","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1737[] = {"3745","NAD83(HARN) / UTM zone 15N","9001","4152","16015","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-93","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1738[] = {"3746","NAD83(HARN) / UTM zone 16N","9001","4152","16016","9807","1","0","8805","0.9996","9201","8802","-87","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1739[] = {"3747","NAD83(HARN) / UTM zone 17N","9001","4152","16017","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1740[] = {"3748","NAD83(HARN) / UTM zone 18N","9001","4152","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1741[] = {"3749","NAD83(HARN) / UTM zone 19N","9001","4152","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1742[] = {"3750","NAD83(HARN) / UTM zone 4N","9001","4152","16004","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1743[] = {"3751","NAD83(HARN) / UTM zone 5N","9001","4152","16005","9807","1","0","8802","-153","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1744[] = {"3752","WGS 84 / Mercator 41","9001","4326","19855","9804","1","0","8806","0","9001","8801","-41","9102","8802","100","9102","8807","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1745[] = {"3753","NAD83(HARN) / Ohio North (ftUS)","9003","4152","13433","9802","1","0","8821","39.4","9110","8822","-82.3","9110","8823","41.42","9110","8824","40.26","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1746[] = {"3754","NAD83(HARN) / Ohio South (ftUS)","9003","4152","13434","9802","1","0","8821","38","9110","8822","-82.3","9110","8823","40.02","9110","8824","38.44","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1747[] = {"3755","NAD83(HARN) / Wyoming East (ftUS)","9003","4152","14935","9807","1","0","8801","40.3","9110","8802","-105.1","9110","8805","0.9999375","9201","8806","656166.6667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1748[] = {"3756","NAD83(HARN) / Wyoming East Central (ftUS)","9003","4152","14936","9807","1","0","8801","40.3","9110","8802","-107.2","9110","8805","0.9999375","9201","8806","1312333.3333","9003","8807","328083.3333","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1749[] = {"3757","NAD83(HARN) / Wyoming West Central (ftUS)","9003","4152","14937","9807","1","0","8801","40.3","9110","8802","-108.45","9110","8805","0.9999375","9201","8806","1968500","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1750[] = {"3758","NAD83(HARN) / Wyoming West (ftUS)","9003","4152","14938","9807","1","0","8801","40.3","9110","8802","-110.05","9110","8805","0.9999375","9201","8806","2624666.6667","9003","8807","328083.3333","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1751[] = {"3759","NAD83 / Hawaii zone 3 (ftUS)","9003","4269","15138","9807","1","0","8801","21.1","9110","8802","-158","9110","8805","0.99999","9201","8806","1640416.6667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1752[] = {"3760","NAD83(HARN) / Hawaii zone 3 (ftUS)","9003","4152","15138","9807","1","0","8801","21.1","9110","8802","-158","9110","8805","0.99999","9201","8806","1640416.6667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1753[] = {"3761","NAD83(CSRS) / UTM zone 22N","9001","4617","16022","9807","1","0","8802","-51","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1754[] = {"3762","WGS 84 / South Georgia Lambert","9001","4326","19854","9802","1","0","8821","-55","9102","8824","-54.45","9110","8826","0","9001","8822","-37","9102","8823","-54","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_1755[] = {"3920","Puerto Rico / UTM zone 20N","9001","4139","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1756[] = {"3991","Puerto Rico State Plane CS of 1927","9003","4139","15201","9802","1","0","8821","17.5","9110","8822","-66.26","9110","8823","18.26","9110","8824","18.02","9110","8826","500000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1757[] = {"3992","Puerto Rico / St. Croix","9003","4139","15202","9802","1","0","8821","17.5","9110","8822","-66.26","9110","8823","18.26","9110","8824","18.02","9110","8826","500000","9003","8827","100000","9003","",""," ",NULL};
+datafile_rows_t pcs_row_1758[] = {"3993","Guam 1963 / Guam SPCS","9001","4675","15400","9831","1","0","8801","13.282087887","9110","8802","144.445550254","9110","8806","50000","9001","8807","50000","9001","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1759[] = {"20004","Pulkovo 1995 / Gauss-Kruger zone 4","9001","4200","16204","9807","1","0","8802","21","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1760[] = {"20005","Pulkovo 1995 / Gauss-Kruger zone 5","9001","4200","16205","9807","1","0","8806","5500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1761[] = {"20006","Pulkovo 1995 / Gauss-Kruger zone 6","9001","4200","16206","9807","1","0","8807","0","9001","8806","6500000","9001","8801","0","9102","8805","1","9201","8802","33","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1762[] = {"20007","Pulkovo 1995 / Gauss-Kruger zone 7","9001","4200","16207","9807","1","0","8805","1","9201","8802","39","9102","8801","0","9102","8806","7500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1763[] = {"20008","Pulkovo 1995 / Gauss-Kruger zone 8","9001","4200","16208","9807","1","0","8806","8500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1764[] = {"20009","Pulkovo 1995 / Gauss-Kruger zone 9","9001","4200","16209","9807","1","0","8801","0","9102","8807","0","9001","8802","51","9102","8806","9500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1765[] = {"20010","Pulkovo 1995 / Gauss-Kruger zone 10","9001","4200","16210","9807","1","0","8801","0","9102","8806","10500000","9001","8805","1","9201","8802","57","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1766[] = {"20011","Pulkovo 1995 / Gauss-Kruger zone 11","9001","4200","16211","9807","1","0","8807","0","9001","8806","11500000","9001","8805","1","9201","8802","63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1767[] = {"20012","Pulkovo 1995 / Gauss-Kruger zone 12","9001","4200","16212","9807","1","0","8802","69","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","12500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1768[] = {"20013","Pulkovo 1995 / Gauss-Kruger zone 13","9001","4200","16213","9807","1","0","8802","75","9102","8801","0","9102","8807","0","9001","8806","13500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1769[] = {"20014","Pulkovo 1995 / Gauss-Kruger zone 14","9001","4200","16214","9807","1","0","8807","0","9001","8806","14500000","9001","8801","0","9102","8805","1","9201","8802","81","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1770[] = {"20015","Pulkovo 1995 / Gauss-Kruger zone 15","9001","4200","16215","9807","1","0","8801","0","9102","8805","1","9201","8802","87","9102","8806","15500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1771[] = {"20016","Pulkovo 1995 / Gauss-Kruger zone 16","9001","4200","16216","9807","1","0","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","8806","16500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1772[] = {"20017","Pulkovo 1995 / Gauss-Kruger zone 17","9001","4200","16217","9807","1","0","8801","0","9102","8807","0","9001","8802","99","9102","8806","17500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1773[] = {"20018","Pulkovo 1995 / Gauss-Kruger zone 18","9001","4200","16218","9807","1","0","8805","1","9201","8802","105","9102","8801","0","9102","8806","18500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1774[] = {"20019","Pulkovo 1995 / Gauss-Kruger zone 19","9001","4200","16219","9807","1","0","8806","19500000","9001","8805","1","9201","8802","111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1775[] = {"20020","Pulkovo 1995 / Gauss-Kruger zone 20","9001","4200","16220","9807","1","0","8802","117","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","20500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1776[] = {"20021","Pulkovo 1995 / Gauss-Kruger zone 21","9001","4200","16221","9807","1","0","8805","1","9201","8802","123","9102","8801","0","9102","8807","0","9001","8806","21500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1777[] = {"20022","Pulkovo 1995 / Gauss-Kruger zone 22","9001","4200","16222","9807","1","0","8807","0","9001","8806","22500000","9001","8801","0","9102","8805","1","9201","8802","129","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1778[] = {"20023","Pulkovo 1995 / Gauss-Kruger zone 23","9001","4200","16223","9807","1","0","8805","1","9201","8802","135","9102","8801","0","9102","8806","23500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1779[] = {"20024","Pulkovo 1995 / Gauss-Kruger zone 24","9001","4200","16224","9807","1","0","8807","0","9001","8806","24500000","9001","8805","1","9201","8802","141","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1780[] = {"20025","Pulkovo 1995 / Gauss-Kruger zone 25","9001","4200","16225","9807","1","0","8802","147","9102","8801","0","9102","8807","0","9001","8806","25500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1781[] = {"20026","Pulkovo 1995 / Gauss-Kruger zone 26","9001","4200","16226","9807","1","0","8801","0","9102","8806","26500000","9001","8805","1","9201","8802","153","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1782[] = {"20027","Pulkovo 1995 / Gauss-Kruger zone 27","9001","4200","16227","9807","1","0","8807","0","9001","8806","27500000","9001","8805","1","9201","8802","159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1783[] = {"20028","Pulkovo 1995 / Gauss-Kruger zone 28","9001","4200","16228","9807","1","0","8802","165","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","28500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1784[] = {"20029","Pulkovo 1995 / Gauss-Kruger zone 29","9001","4200","16229","9807","1","0","8802","171","9102","8801","0","9102","8807","0","9001","8806","29500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1785[] = {"20030","Pulkovo 1995 / Gauss-Kruger zone 30","9001","4200","16230","9807","1","0","8807","0","9001","8806","30500000","9001","8801","0","9102","8805","1","9201","8802","177","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1786[] = {"20031","Pulkovo 1995 / Gauss-Kruger zone 31","9001","4200","16231","9807","1","0","8802","-177","9102","8801","0","9102","8805","1","9201","8806","31500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1787[] = {"20032","Pulkovo 1995 / Gauss-Kruger zone 32","9001","4200","16232","9807","1","0","8805","1","9201","8802","-171","9102","8801","0","9102","8807","0","9001","8806","32500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1788[] = {"20064","Pulkovo 1995 / Gauss-Kruger 4N","9001","4200","16304","9807","1","1","8805","1","9201","8802","21","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1789[] = {"20065","Pulkovo 1995 / Gauss-Kruger 5N","9001","4200","16305","9807","1","1","8806","500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1790[] = {"20066","Pulkovo 1995 / Gauss-Kruger 6N","9001","4200","16306","9807","1","1","8801","0","9102","8807","0","9001","8802","33","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1791[] = {"20067","Pulkovo 1995 / Gauss-Kruger 7N","9001","4200","16307","9807","1","1","8801","0","9102","8806","500000","9001","8805","1","9201","8802","39","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1792[] = {"20068","Pulkovo 1995 / Gauss-Kruger 8N","9001","4200","16308","9807","1","1","8807","0","9001","8806","500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1793[] = {"20069","Pulkovo 1995 / Gauss-Kruger 9N","9001","4200","16309","9807","1","1","8801","0","9102","8802","51","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1794[] = {"20070","Pulkovo 1995 / Gauss-Kruger 10N","9001","4200","16310","9807","1","1","8802","57","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1795[] = {"20071","Pulkovo 1995 / Gauss-Kruger 11N","9001","4200","16311","9807","1","1","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","8802","63","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1796[] = {"20072","Pulkovo 1995 / Gauss-Kruger 12N","9001","4200","16312","9807","1","1","8801","0","9102","8805","1","9201","8802","69","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1797[] = {"20073","Pulkovo 1995 / Gauss-Kruger 13N","9001","4200","16313","9807","1","1","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1798[] = {"20074","Pulkovo 1995 / Gauss-Kruger 14N","9001","4200","16314","9807","1","1","8801","0","9102","8807","0","9001","8802","81","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1799[] = {"20075","Pulkovo 1995 / Gauss-Kruger 15N","9001","4200","16315","9807","1","1","8802","87","9102","8806","500000","9001","8805","1","9201","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1800[] = {"20076","Pulkovo 1995 / Gauss-Kruger 16N","9001","4200","16316","9807","1","1","8806","500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1801[] = {"20077","Pulkovo 1995 / Gauss-Kruger 17N","9001","4200","16317","9807","1","1","8802","99","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1802[] = {"20078","Pulkovo 1995 / Gauss-Kruger 18N","9001","4200","16318","9807","1","1","8805","1","9201","8802","105","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1803[] = {"20079","Pulkovo 1995 / Gauss-Kruger 19N","9001","4200","16319","9807","1","1","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1804[] = {"20080","Pulkovo 1995 / Gauss-Kruger 20N","9001","4200","16320","9807","1","1","8805","1","9201","8802","117","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1805[] = {"20081","Pulkovo 1995 / Gauss-Kruger 21N","9001","4200","16321","9807","1","1","8806","500000","9001","8807","0","9001","8805","1","9201","8802","123","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1806[] = {"20082","Pulkovo 1995 / Gauss-Kruger 22N","9001","4200","16322","9807","1","1","8801","0","9102","8807","0","9001","8802","129","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1807[] = {"20083","Pulkovo 1995 / Gauss-Kruger 23N","9001","4200","16323","9807","1","1","8801","0","9102","8806","500000","9001","8805","1","9201","8802","135","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1808[] = {"20084","Pulkovo 1995 / Gauss-Kruger 24N","9001","4200","16324","9807","1","1","8806","500000","9001","8805","1","9201","8802","141","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1809[] = {"20085","Pulkovo 1995 / Gauss-Kruger 25N","9001","4200","16325","9807","1","1","8802","147","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1810[] = {"20086","Pulkovo 1995 / Gauss-Kruger 26N","9001","4200","16326","9807","1","1","8802","153","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1811[] = {"20087","Pulkovo 1995 / Gauss-Kruger 27N","9001","4200","16327","9807","1","1","8807","0","9001","8806","500000","9001","8805","1","9201","8802","159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1812[] = {"20088","Pulkovo 1995 / Gauss-Kruger 28N","9001","4200","16328","9807","1","1","8806","500000","9001","8805","1","9201","8802","165","9102","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1813[] = {"20089","Pulkovo 1995 / Gauss-Kruger 29N","9001","4200","16329","9807","1","1","8805","1","9201","8802","171","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1814[] = {"20090","Pulkovo 1995 / Gauss-Kruger 30N","9001","4200","16330","9807","1","1","8801","0","9102","8807","0","9001","8802","177","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1815[] = {"20091","Pulkovo 1995 / Gauss-Kruger 31N","9001","4200","16331","9807","1","1","8801","0","9102","8806","500000","9001","8805","1","9201","8807","0","9001","8802","-177","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1816[] = {"20092","Pulkovo 1995 / Gauss-Kruger 32N","9001","4200","16332","9807","1","1","8806","500000","9001","8805","1","9201","8802","-171","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1817[] = {"20135","Adindan / UTM zone 35N","9001","4201","16035","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","27","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1818[] = {"20136","Adindan / UTM zone 36N","9001","4201","16036","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","33","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1819[] = {"20137","Adindan / UTM zone 37N","9001","4201","16037","9807","1","0","8802","39","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1820[] = {"20138","Adindan / UTM zone 38N","9001","4201","16038","9807","1","0","8802","45","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1821[] = {"20248","AGD66 / AMG zone 48","9001","4202","17448","9807","1","0","8801","0","9102","8802","105","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1822[] = {"20249","AGD66 / AMG zone 49","9001","4202","17449","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","111","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1823[] = {"20250","AGD66 / AMG zone 50","9001","4202","17450","9807","1","0","8801","0","9102","8806","500000","9001","8807","10000000","9001","8805","0.9996","9201","8802","117","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1824[] = {"20251","AGD66 / AMG zone 51","9001","4202","17451","9807","1","0","8806","500000","9001","8802","123","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1825[] = {"20252","AGD66 / AMG zone 52","9001","4202","17452","9807","1","0","8802","129","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1826[] = {"20253","AGD66 / AMG zone 53","9001","4202","17453","9807","1","0","8802","135","9102","8807","10000000","9001","8801","0","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1827[] = {"20254","AGD66 / AMG zone 54","9001","4202","17454","9807","1","0","8801","0","9102","8802","141","9102","8805","0.9996","9201","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1828[] = {"20255","AGD66 / AMG zone 55","9001","4202","17455","9807","1","0","8805","0.9996","9201","8802","147","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1829[] = {"20256","AGD66 / AMG zone 56","9001","4202","17456","9807","1","0","8805","0.9996","9201","8801","0","9102","8802","153","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1830[] = {"20257","AGD66 / AMG zone 57","9001","4202","17457","9807","1","0","8802","159","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1831[] = {"20258","AGD66 / AMG zone 58","9001","4202","17458","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","165","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1832[] = {"20348","AGD84 / AMG zone 48","9001","4203","17448","9807","1","0","8801","0","9102","8802","105","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1833[] = {"20349","AGD84 / AMG zone 49","9001","4203","17449","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","111","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1834[] = {"20350","AGD84 / AMG zone 50","9001","4203","17450","9807","1","0","8801","0","9102","8806","500000","9001","8807","10000000","9001","8805","0.9996","9201","8802","117","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1835[] = {"20351","AGD84 / AMG zone 51","9001","4203","17451","9807","1","0","8806","500000","9001","8802","123","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1836[] = {"20352","AGD84 / AMG zone 52","9001","4203","17452","9807","1","0","8802","129","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1837[] = {"20353","AGD84 / AMG zone 53","9001","4203","17453","9807","1","0","8802","135","9102","8807","10000000","9001","8801","0","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1838[] = {"20354","AGD84 / AMG zone 54","9001","4203","17454","9807","1","0","8801","0","9102","8802","141","9102","8805","0.9996","9201","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1839[] = {"20355","AGD84 / AMG zone 55","9001","4203","17455","9807","1","0","8805","0.9996","9201","8802","147","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1840[] = {"20356","AGD84 / AMG zone 56","9001","4203","17456","9807","1","0","8805","0.9996","9201","8801","0","9102","8802","153","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1841[] = {"20357","AGD84 / AMG zone 57","9001","4203","17457","9807","1","0","8802","159","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1842[] = {"20358","AGD84 / AMG zone 58","9001","4203","17458","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","165","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1843[] = {"20436","Ain el Abd / UTM zone 36N","9001","4204","16036","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","33","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1844[] = {"20437","Ain el Abd / UTM zone 37N","9001","4204","16037","9807","1","0","8802","39","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1845[] = {"20438","Ain el Abd / UTM zone 38N","9001","4204","16038","9807","1","0","8802","45","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1846[] = {"20439","Ain el Abd / UTM zone 39N","9001","4204","16039","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","51","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1847[] = {"20440","Ain el Abd / UTM zone 40N","9001","4204","16040","9807","1","0","8802","57","9102","8801","0","9102","8805","0.9996","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1848[] = {"20499","Ain el Abd / Bahrain Grid","9001","4204","19900","9807","1","0","8805","0.9996","9201","8802","51","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1849[] = {"20538","Afgooye / UTM zone 38N","9001","4205","16038","9807","1","0","8802","45","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1850[] = {"20539","Afgooye / UTM zone 39N","9001","4205","16039","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","51","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1851[] = {"20790","Lisbon (Lisbon)/Portuguese National Grid","9001","4803","19936","9807","1","0","8807","300000","9001","8802","1","9110","8806","200000","9001","8801","39.4","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1852[] = {"20791","Lisbon (Lisbon)/Portuguese Grid","9001","4803","19969","9807","1","0","8802","1","9110","8805","1","9201","8807","0","9001","8806","0","9001","8801","39.4","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1853[] = {"20822","Aratu / UTM zone 22S","9001","4208","16122","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-51","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1854[] = {"20823","Aratu / UTM zone 23S","9001","4208","16123","9807","1","0","8802","-45","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1855[] = {"20824","Aratu / UTM zone 24S","9001","4208","16124","9807","1","0","8805","0.9996","9201","8802","-39","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1856[] = {"20934","Arc 1950 / UTM zone 34S","9001","4209","16134","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","21","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1857[] = {"20935","Arc 1950 / UTM zone 35S","9001","4209","16135","9807","1","0","8805","0.9996","9201","8802","27","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1858[] = {"20936","Arc 1950 / UTM zone 36S","9001","4209","16136","9807","1","0","8801","0","9102","8807","10000000","9001","8802","33","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1859[] = {"21035","Arc 1960 / UTM zone 35S","9001","4210","16135","9807","1","0","8805","0.9996","9201","8802","27","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1860[] = {"21036","Arc 1960 / UTM zone 36S","9001","4210","16136","9807","1","0","8801","0","9102","8807","10000000","9001","8802","33","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1861[] = {"21037","Arc 1960 / UTM zone 37S","9001","4210","16137","9807","1","0","8802","39","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1862[] = {"21095","Arc 1960 / UTM zone 35N","9001","4210","16035","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","27","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1863[] = {"21096","Arc 1960 / UTM zone 36N","9001","4210","16036","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","33","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1864[] = {"21097","Arc 1960 / UTM zone 37N","9001","4210","16037","9807","1","0","8802","39","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1865[] = {"21100","Batavia (Jakarta) / NEIEZ","9001","4813","19905","9804","1","1","8806","3900000","9001","8805","0.997","9201","8801","0","9102","8802","110","9102","8807","900000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1866[] = {"21148","Batavia / UTM zone 48S","9001","4211","16148","9807","1","0","8802","105","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1867[] = {"21149","Batavia / UTM zone 49S","9001","4211","16149","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1868[] = {"21150","Batavia / UTM zone 50S","9001","4211","16150","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","117","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1869[] = {"21291","Barbados 1938 / British West Indies Grid","9001","4212","19942","9807","1","0","8801","0","9102","8802","-62","9102","8807","0","9001","8805","0.9995","9201","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1870[] = {"21292","Barbados 1938 / Barbados National Grid","9001","4212","19943","9807","1","0","8805","0.9999986","9201","8801","13.1035","9110","8802","-59.3335","9110","8806","30000","9001","8807","75000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1871[] = {"21413","Beijing 1954 / Gauss-Kruger zone 13","9001","4214","16213","9807","1","0","8802","75","9102","8801","0","9102","8807","0","9001","8806","13500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1872[] = {"21414","Beijing 1954 / Gauss-Kruger zone 14","9001","4214","16214","9807","1","0","8807","0","9001","8806","14500000","9001","8801","0","9102","8805","1","9201","8802","81","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1873[] = {"21415","Beijing 1954 / Gauss-Kruger zone 15","9001","4214","16215","9807","1","0","8801","0","9102","8805","1","9201","8802","87","9102","8806","15500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1874[] = {"21416","Beijing 1954 / Gauss-Kruger zone 16","9001","4214","16216","9807","1","0","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","8806","16500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1875[] = {"21417","Beijing 1954 / Gauss-Kruger zone 17","9001","4214","16217","9807","1","0","8801","0","9102","8807","0","9001","8802","99","9102","8806","17500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1876[] = {"21418","Beijing 1954 / Gauss-Kruger zone 18","9001","4214","16218","9807","1","0","8805","1","9201","8802","105","9102","8801","0","9102","8806","18500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1877[] = {"21419","Beijing 1954 / Gauss-Kruger zone 19","9001","4214","16219","9807","1","0","8806","19500000","9001","8805","1","9201","8802","111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1878[] = {"21420","Beijing 1954 / Gauss-Kruger zone 20","9001","4214","16220","9807","1","0","8802","117","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","20500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1879[] = {"21421","Beijing 1954 / Gauss-Kruger zone 21","9001","4214","16221","9807","1","0","8805","1","9201","8802","123","9102","8801","0","9102","8807","0","9001","8806","21500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1880[] = {"21422","Beijing 1954 / Gauss-Kruger zone 22","9001","4214","16222","9807","1","0","8807","0","9001","8806","22500000","9001","8801","0","9102","8805","1","9201","8802","129","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1881[] = {"21423","Beijing 1954 / Gauss-Kruger zone 23","9001","4214","16223","9807","1","0","8805","1","9201","8802","135","9102","8801","0","9102","8806","23500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1882[] = {"21453","Beijing 1954 / Gauss-Kruger CM 75E","9001","4214","16313","9807","1","0","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1883[] = {"21454","Beijing 1954 / Gauss-Kruger CM 81E","9001","4214","16314","9807","1","0","8801","0","9102","8807","0","9001","8802","81","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1884[] = {"21455","Beijing 1954 / Gauss-Kruger CM 87E","9001","4214","16315","9807","1","0","8802","87","9102","8806","500000","9001","8805","1","9201","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1885[] = {"21456","Beijing 1954 / Gauss-Kruger CM 93E","9001","4214","16316","9807","1","0","8806","500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1886[] = {"21457","Beijing 1954 / Gauss-Kruger CM 99E","9001","4214","16317","9807","1","0","8802","99","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1887[] = {"21458","Beijing 1954 / Gauss-Kruger CM 105E","9001","4214","16318","9807","1","0","8805","1","9201","8802","105","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1888[] = {"21459","Beijing 1954 / Gauss-Kruger CM 111E","9001","4214","16319","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1889[] = {"21460","Beijing 1954 / Gauss-Kruger CM 117E","9001","4214","16320","9807","1","0","8805","1","9201","8802","117","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1890[] = {"21461","Beijing 1954 / Gauss-Kruger CM 123E","9001","4214","16321","9807","1","0","8806","500000","9001","8807","0","9001","8805","1","9201","8802","123","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1891[] = {"21462","Beijing 1954 / Gauss-Kruger CM 129E","9001","4214","16322","9807","1","0","8801","0","9102","8807","0","9001","8802","129","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1892[] = {"21463","Beijing 1954 / Gauss-Kruger CM 135E","9001","4214","16323","9807","1","0","8801","0","9102","8806","500000","9001","8805","1","9201","8802","135","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1893[] = {"21473","Beijing 1954 / Gauss-Kruger 13N","9001","4214","16313","9807","1","1","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1894[] = {"21474","Beijing 1954 / Gauss-Kruger 14N","9001","4214","16314","9807","1","1","8801","0","9102","8807","0","9001","8802","81","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1895[] = {"21475","Beijing 1954 / Gauss-Kruger 15N","9001","4214","16315","9807","1","1","8802","87","9102","8806","500000","9001","8805","1","9201","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1896[] = {"21476","Beijing 1954 / Gauss-Kruger 16N","9001","4214","16316","9807","1","1","8806","500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1897[] = {"21477","Beijing 1954 / Gauss-Kruger 17N","9001","4214","16317","9807","1","1","8802","99","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1898[] = {"21478","Beijing 1954 / Gauss-Kruger 18N","9001","4214","16318","9807","1","1","8805","1","9201","8802","105","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1899[] = {"21479","Beijing 1954 / Gauss-Kruger 19N","9001","4214","16319","9807","1","1","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1900[] = {"21480","Beijing 1954 / Gauss-Kruger 20N","9001","4214","16320","9807","1","1","8805","1","9201","8802","117","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1901[] = {"21481","Beijing 1954 / Gauss-Kruger 21N","9001","4214","16321","9807","1","1","8806","500000","9001","8807","0","9001","8805","1","9201","8802","123","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1902[] = {"21482","Beijing 1954 / Gauss-Kruger 22N","9001","4214","16322","9807","1","1","8801","0","9102","8807","0","9001","8802","129","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1903[] = {"21483","Beijing 1954 / Gauss-Kruger 23N","9001","4214","16323","9807","1","1","8801","0","9102","8806","500000","9001","8805","1","9201","8802","135","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1904[] = {"21500","Belge 1950 (Brussels) / Belge Lambert 50","9001","4809","19901","9802","1","0","8827","5400000","9001","8824","51.1","9110","8821","90","9110","8822","0","9110","8826","150000","9001","8823","49.5","9110","",""," ",NULL};
+datafile_rows_t pcs_row_1905[] = {"21780","Bern 1898 (Bern) / LV03C","9001","4801","19923","9815","1","0","8811","46.570866","9110","8812","0","9110","8814","90","9110","8815","1","9201","8817","0","9001","8816","0","9001","8813","90","9110 ",NULL};
+datafile_rows_t pcs_row_1906[] = {"21781","CH1903 / LV03","9001","4149","19922","9815","1","0","8816","600000","9001","8814","90","9110","8813","90","9110","8811","46.570866","9110","8812","7.26225","9110","8815","1","9201","8817","200000","9001 ",NULL};
+datafile_rows_t pcs_row_1907[] = {"21817","Bogota 1975 / UTM zone 17N","9001","4218","16017","9807","1","1","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1908[] = {"21818","Bogota 1975 / UTM zone 18N","9001","4218","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1909[] = {"21891","Bogota 1975 / Colombia West zone","9001","4218","18051","9807","1","1","8805","1","9201","8806","1000000","9001","8802","-77.04513","9110","8801","4.355657","9110","8807","1000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1910[] = {"21892","Bogota 1975 / Colombia Bogota zone","9001","4218","18052","9807","1","1","8807","1000000","9001","8806","1000000","9001","8801","4.355657","9110","8805","1","9201","8802","-74.04513","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1911[] = {"21893","Bogota 1975 / Colombia East Central zone","9001","4218","18053","9807","1","1","8802","-71.04513","9110","8805","1","9201","8807","1000000","9001","8806","1000000","9001","8801","4.355657","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1912[] = {"21894","Bogota 1975 / Colombia East","9001","4218","18054","9807","1","1","8806","1000000","9001","8805","1","9201","8807","1000000","9001","8801","4.355657","9110","8802","-68.04513","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1913[] = {"21896","Bogota 1975 / Colombia West zone","9001","4218","18051","9807","1","0","8805","1","9201","8806","1000000","9001","8802","-77.04513","9110","8801","4.355657","9110","8807","1000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1914[] = {"21897","Bogota 1975 / Colombia Bogota zone","9001","4218","18052","9807","1","0","8807","1000000","9001","8806","1000000","9001","8801","4.355657","9110","8805","1","9201","8802","-74.04513","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1915[] = {"21898","Bogota 1975 / Colombia East Central zone","9001","4218","18053","9807","1","0","8802","-71.04513","9110","8805","1","9201","8807","1000000","9001","8806","1000000","9001","8801","4.355657","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1916[] = {"21899","Bogota 1975 / Colombia East","9001","4218","18054","9807","1","0","8806","1000000","9001","8805","1","9201","8807","1000000","9001","8801","4.355657","9110","8802","-68.04513","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1917[] = {"22032","Camacupa / UTM zone 32S","9001","4220","16132","9807","1","0","8802","9","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1918[] = {"22033","Camacupa / UTM zone 33S","9001","4220","16133","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","15","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1919[] = {"22091","Camacupa / TM 11.30 SE","9001","4220","16611","9807","1","0","8801","0","9110","8807","10000000","9001","8802","11.3","9110","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1920[] = {"22092","Camacupa / TM 12 SE","9001","4220","16612","9807","1","0","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","8801","0","9102","8802","12","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1921[] = {"22171","POSGAR 98 / Argentina 1","9001","4190","18031","9807","1","0","8805","1","9201","8802","-72","9102","8806","1500000","9001","8801","-90","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1922[] = {"22172","POSGAR 98 / Argentina 2","9001","4190","18032","9807","1","0","8807","0","9001","8802","-69","9102","8806","2500000","9001","8805","1","9201","8801","-90","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1923[] = {"22173","POSGAR 98 / Argentina 3","9001","4190","18033","9807","1","0","8801","-90","9102","8802","-66","9102","8805","1","9201","8807","0","9001","8806","3500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1924[] = {"22174","POSGAR 98 / Argentina 4","9001","4190","18034","9807","1","0","8806","4500000","9001","8807","0","9001","8801","-90","9102","8802","-63","9102","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1925[] = {"22175","POSGAR 98 / Argentina 5","9001","4190","18035","9807","1","0","8806","5500000","9001","8802","-60","9102","8807","0","9001","8805","1","9201","8801","-90","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1926[] = {"22176","POSGAR 98 / Argentina 6","9001","4190","18036","9807","1","0","8802","-57","9102","8805","1","9201","8801","-90","9102","8807","0","9001","8806","6500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1927[] = {"22177","POSGAR 98 / Argentina 7","9001","4190","18037","9807","1","0","8807","0","9001","8806","7500000","9001","8801","-90","9102","8805","1","9201","8802","-54","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1928[] = {"22181","POSGAR 94 / Argentina 1","9001","4694","18031","9807","1","0","8805","1","9201","8802","-72","9102","8806","1500000","9001","8801","-90","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1929[] = {"22182","POSGAR 94 / Argentina 2","9001","4694","18032","9807","1","0","8807","0","9001","8802","-69","9102","8806","2500000","9001","8805","1","9201","8801","-90","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1930[] = {"22183","POSGAR 94 / Argentina 3","9001","4694","18033","9807","1","0","8801","-90","9102","8802","-66","9102","8805","1","9201","8807","0","9001","8806","3500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1931[] = {"22184","POSGAR 94 / Argentina 4","9001","4694","18034","9807","1","0","8806","4500000","9001","8807","0","9001","8801","-90","9102","8802","-63","9102","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1932[] = {"22185","POSGAR 94 / Argentina 5","9001","4694","18035","9807","1","0","8806","5500000","9001","8802","-60","9102","8807","0","9001","8805","1","9201","8801","-90","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1933[] = {"22186","POSGAR 94 / Argentina 6","9001","4694","18036","9807","1","0","8802","-57","9102","8805","1","9201","8801","-90","9102","8807","0","9001","8806","6500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1934[] = {"22187","POSGAR 94 / Argentina 7","9001","4694","18037","9807","1","0","8807","0","9001","8806","7500000","9001","8801","-90","9102","8805","1","9201","8802","-54","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1935[] = {"22191","Campo Inchauspe / Argentina 1","9001","4221","18031","9807","1","0","8805","1","9201","8802","-72","9102","8806","1500000","9001","8801","-90","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1936[] = {"22192","Campo Inchauspe / Argentina 2","9001","4221","18032","9807","1","0","8807","0","9001","8802","-69","9102","8806","2500000","9001","8805","1","9201","8801","-90","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1937[] = {"22193","Campo Inchauspe / Argentina 3","9001","4221","18033","9807","1","0","8801","-90","9102","8802","-66","9102","8805","1","9201","8807","0","9001","8806","3500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1938[] = {"22194","Campo Inchauspe / Argentina 4","9001","4221","18034","9807","1","0","8806","4500000","9001","8807","0","9001","8801","-90","9102","8802","-63","9102","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1939[] = {"22195","Campo Inchauspe / Argentina 5","9001","4221","18035","9807","1","0","8806","5500000","9001","8802","-60","9102","8807","0","9001","8805","1","9201","8801","-90","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1940[] = {"22196","Campo Inchauspe / Argentina 6","9001","4221","18036","9807","1","0","8802","-57","9102","8805","1","9201","8801","-90","9102","8807","0","9001","8806","6500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1941[] = {"22197","Campo Inchauspe / Argentina 7","9001","4221","18037","9807","1","0","8807","0","9001","8806","7500000","9001","8801","-90","9102","8805","1","9201","8802","-54","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1942[] = {"22234","Cape / UTM zone 34S","9001","4222","16134","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","21","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1943[] = {"22235","Cape / UTM zone 35S","9001","4222","16135","9807","1","0","8805","0.9996","9201","8802","27","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1944[] = {"22236","Cape / UTM zone 36S","9001","4222","16136","9807","1","0","8801","0","9102","8807","10000000","9001","8802","33","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1945[] = {"22275","Cape / Lo15","9001","4222","17515","9808","1","0","8806","0","9001","8802","15","9102","8801","0","9102","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1946[] = {"22277","Cape / Lo17","9001","4222","17517","9808","1","0","8805","1","9201","8802","17","9102","8806","0","9001","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1947[] = {"22279","Cape / Lo19","9001","4222","17519","9808","1","0","8802","19","9102","8807","0","9001","8801","0","9102","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1948[] = {"22281","Cape / Lo21","9001","4222","17521","9808","1","0","8805","1","9201","8802","21","9102","8801","0","9102","8806","0","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1949[] = {"22283","Cape / Lo23","9001","4222","17523","9808","1","0","8801","0","9102","8805","1","9201","8806","0","9001","8802","23","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1950[] = {"22285","Cape / Lo25","9001","4222","17525","9808","1","0","8805","1","9201","8801","0","9102","8802","25","9102","8807","0","9001","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1951[] = {"22287","Cape / Lo27","9001","4222","17527","9808","1","0","8801","0","9102","8806","0","9001","8805","1","9201","8802","27","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1952[] = {"22289","Cape / Lo29","9001","4222","17529","9808","1","0","8801","0","9102","8807","0","9001","8806","0","9001","8805","1","9201","8802","29","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1953[] = {"22291","Cape / Lo31","9001","4222","17531","9808","1","0","8807","0","9001","8806","0","9001","8805","1","9201","8802","31","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1954[] = {"22293","Cape / Lo33","9001","4222","17533","9808","1","0","8802","33","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1955[] = {"22300","Carthage (Paris) / Tunisia Mining Grid","9036","4816","19937","9816","1","0","8826","270","9036","8822","7.83445","9105","8827","582","9036","8821","38.81973","9105","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1956[] = {"22332","Carthage / UTM zone 32N","9001","4223","16032","9807","1","0","8805","0.9996","9201","8802","9","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1957[] = {"22391","Carthage / Nord Tunisie","9001","4223","18181","9801","1","0","8806","500000","9001","8805","0.999625544","9201","8807","300000","9001","8801","40","9105","8802","11","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1958[] = {"22392","Carthage / Sud Tunisie","9001","4223","18182","9801","1","0","8807","300000","9001","8806","500000","9001","8805","0.999625769","9201","8801","37","9105","8802","11","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1959[] = {"22521","Corrego Alegre / UTM zone 21S","9001","4225","16121","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1960[] = {"22522","Corrego Alegre / UTM zone 22S","9001","4225","16122","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-51","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1961[] = {"22523","Corrego Alegre / UTM zone 23S","9001","4225","16123","9807","1","0","8802","-45","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1962[] = {"22524","Corrego Alegre / UTM zone 24S","9001","4225","16124","9807","1","0","8805","0.9996","9201","8802","-39","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1963[] = {"22525","Corrego Alegre / UTM zone 25S","9001","4225","16125","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-33","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1964[] = {"22700","Deir ez Zor / Levant Zone","9001","4227","19940","9817","1","0","8805","0.9996256","9201","8807","300000","9001","8802","37.21","9110","8806","300000","9001","8801","34.39","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1965[] = {"22770","Deir ez Zor / Syria Lambert","9001","4227","19948","9801","1","0","8807","300000","9001","8801","34.39","9110","8806","300000","9001","8805","0.9996256","9201","8802","37.21","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1966[] = {"22780","Deir ez Zor / Levant Stereographic","9001","4227","19949","9809","1","0","8802","43.5","9105","8806","0","9001","8801","38","9105","8805","0.9995341","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1967[] = {"22832","Douala / UTM zone 32N","9001","4228","16032","9807","1","1","8805","0.9996","9201","8802","9","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1968[] = {"22991","Egypt 1907 / Blue Belt","9001","4229","18071","9807","1","0","8806","300000","9001","8805","1","9201","8802","35","9102","8807","1100000","9001","8801","30","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1969[] = {"22992","Egypt 1907 / Red Belt","9001","4229","18072","9807","1","0","8802","31","9102","8801","30","9102","8806","615000","9001","8807","810000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1970[] = {"22993","Egypt 1907 / Purple Belt","9001","4229","18073","9807","1","0","8805","1","9201","8807","200000","9001","8801","30","9102","8802","27","9102","8806","700000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1971[] = {"22994","Egypt 1907 / Extended Purple Belt","9001","4229","18074","9807","1","0","8802","27","9102","8807","1200000","9001","8806","700000","9001","8805","1","9201","8801","30","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1972[] = {"23028","ED50 / UTM zone 28N","9001","4230","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1973[] = {"23029","ED50 / UTM zone 29N","9001","4230","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1974[] = {"23030","ED50 / UTM zone 30N","9001","4230","16030","9807","1","0","8805","0.9996","9201","8802","-3","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1975[] = {"23031","ED50 / UTM zone 31N","9001","4230","16031","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","3","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1976[] = {"23032","ED50 / UTM zone 32N","9001","4230","16032","9807","1","0","8805","0.9996","9201","8802","9","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1977[] = {"23033","ED50 / UTM zone 33N","9001","4230","16033","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","15","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1978[] = {"23034","ED50 / UTM zone 34N","9001","4230","16034","9807","1","0","8801","0","9102","8807","0","9001","8802","21","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1979[] = {"23035","ED50 / UTM zone 35N","9001","4230","16035","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","27","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1980[] = {"23036","ED50 / UTM zone 36N","9001","4230","16036","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","33","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1981[] = {"23037","ED50 / UTM zone 37N","9001","4230","16037","9807","1","0","8802","39","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1982[] = {"23038","ED50 / UTM zone 38N","9001","4230","16038","9807","1","0","8802","45","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1983[] = {"23090","ED50 / TM 0 N","9001","4230","16400","9807","1","0","8805","0.9996","9201","8802","0","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1984[] = {"23095","ED50 / TM 5 NE","9001","4230","16405","9807","1","0","8805","0.9996","9201","8802","5","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1985[] = {"23239","Fahud / UTM zone 39N","9001","4232","16039","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","51","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1986[] = {"23240","Fahud / UTM zone 40N","9001","4232","16040","9807","1","0","8802","57","9102","8801","0","9102","8805","0.9996","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1987[] = {"23433","Garoua / UTM zone 33N","9001","4234","16033","9807","1","1","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","15","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1988[] = {"23700","HD72 / EOV","9001","4237","19931","9815","1","0","8814","90","9110","8812","19.02548584","9110","8816","650000","9001","8817","200000","9001","8813","90","9110","8811","47.08398174","9110","8815","0.99993","9201 ",NULL};
+datafile_rows_t pcs_row_1989[] = {"23830","DGN95 / Indonesia TM-3 zone 46.2","9001","4755","17432","9807","1","0","8805","0.9999","9201","8801","0","9102","8802","94.5","9102","8807","1500000","9001","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1990[] = {"23831","DGN95 / Indonesia TM-3 zone 47.1","9001","4755","17433","9807","1","0","8801","0","9102","8806","200000","9001","8805","0.9999","9201","8802","97.5","9102","8807","1500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1991[] = {"23832","DGN95 / Indonesia TM-3 zone 47.2","9001","4755","17434","9807","1","0","8801","0","9102","8807","1500000","9001","8806","200000","9001","8805","0.9999","9201","8802","100.5","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1992[] = {"23833","DGN95 / Indonesia TM-3 zone 48.1","9001","4755","17435","9807","1","0","8801","0","9102","8802","103.5","9102","8805","0.9999","9201","8807","1500000","9001","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1993[] = {"23834","DGN95 / Indonesia TM-3 zone 48.2","9001","4755","17436","9807","1","0","8802","106.5","9102","8801","0","9102","8807","1500000","9001","8806","200000","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1994[] = {"23835","DGN95 / Indonesia TM-3 zone 49.1","9001","4755","17437","9807","1","0","8802","109.5","9102","8807","1500000","9001","8801","0","9102","8806","200000","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1995[] = {"23836","DGN95 / Indonesia TM-3 zone 49.2","9001","4755","17438","9807","1","0","8801","0","9102","8805","0.9999","9201","8802","112.5","9102","8806","200000","9001","8807","1500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1996[] = {"23837","DGN95 / Indonesia TM-3 zone 50.1","9001","4755","17439","9807","1","0","8801","0","9102","8805","0.9999","9201","8802","115.5","9102","8807","1500000","9001","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1997[] = {"23838","DGN95 / Indonesia TM-3 zone 50.2","9001","4755","17440","9807","1","0","8805","0.9999","9201","8801","0","9102","8802","118.5","9102","8807","1500000","9001","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1998[] = {"23839","DGN95 / Indonesia TM-3 zone 51.1","9001","4755","17441","9807","1","0","8802","121.5","9102","8805","0.9999","9201","8807","1500000","9001","8806","200000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_1999[] = {"23840","DGN95 / Indonesia TM-3 zone 51.2","9001","4755","17442","9807","1","0","8806","200000","9001","8805","0.9999","9201","8802","124.5","9102","8801","0","9102","8807","1500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2000[] = {"23841","DGN95 / Indonesia TM-3 zone 52.1","9001","4755","17443","9807","1","0","8806","200000","9001","8802","127.5","9102","8801","0","9102","8805","0.9999","9201","8807","1500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2001[] = {"23842","DGN95 / Indonesia TM-3 zone 52.2","9001","4755","17444","9807","1","0","8801","0","9102","8802","130.5","9102","8805","0.9999","9201","8807","1500000","9001","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2002[] = {"23843","DGN95 / Indonesia TM-3 zone 53.1","9001","4755","17445","9807","1","0","8802","133.5","9102","8807","1500000","9001","8801","0","9102","8806","200000","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2003[] = {"23844","DGN95 / Indonesia TM-3 zone 53.2","9001","4755","17446","9807","1","0","8805","0.9999","9201","8802","136.5","9102","8801","0","9102","8806","200000","9001","8807","1500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2004[] = {"23845","DGN95 / Indonesia TM-3 zone 54.1","9001","4755","17447","9807","1","0","8806","200000","9001","8801","0","9102","8805","0.9999","9201","8807","1500000","9001","8802","139.5","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2005[] = {"23846","ID74 / UTM zone 46N","9001","4238","16046","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2006[] = {"23847","ID74 / UTM zone 47N","9001","4238","16047","9807","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","99","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2007[] = {"23848","ID74 / UTM zone 48N","9001","4238","16048","9807","1","0","8805","0.9996","9201","8802","105","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2008[] = {"23849","ID74 / UTM zone 49N","9001","4238","16049","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2009[] = {"23850","ID74 / UTM zone 50N","9001","4238","16050","9807","1","0","8801","0","9102","8807","0","9001","8802","117","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2010[] = {"23851","ID74 / UTM zone 51N","9001","4238","16051","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","123","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2011[] = {"23852","ID74 / UTM zone 52N","9001","4238","16052","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","129","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2012[] = {"23853","ID74 / UTM zone 53N","9001","4238","16053","9807","1","1","8801","0","9102","8802","135","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2013[] = {"23866","DGN95 / UTM zone 46N","9001","4755","16046","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2014[] = {"23867","DGN95 / UTM zone 47N","9001","4755","16047","9807","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","99","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2015[] = {"23868","DGN95 / UTM zone 48N","9001","4755","16048","9807","1","0","8805","0.9996","9201","8802","105","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2016[] = {"23869","DGN95 / UTM zone 49N","9001","4755","16049","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2017[] = {"23870","DGN95 / UTM zone 50N","9001","4755","16050","9807","1","0","8801","0","9102","8807","0","9001","8802","117","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2018[] = {"23871","DGN95 / UTM zone 51N","9001","4755","16051","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","123","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2019[] = {"23872","DGN95 / UTM zone 52N","9001","4755","16052","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","129","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2020[] = {"23877","DGN95 / UTM zone 47S","9001","4755","16147","9807","1","0","8802","99","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2021[] = {"23878","DGN95 / UTM zone 48S","9001","4755","16148","9807","1","0","8802","105","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2022[] = {"23879","DGN95 / UTM zone 49S","9001","4755","16149","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2023[] = {"23880","DGN95 / UTM zone 50S","9001","4755","16150","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","117","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2024[] = {"23881","DGN95 / UTM zone 51S","9001","4755","16151","9807","1","0","8805","0.9996","9201","8802","123","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2025[] = {"23882","DGN95 / UTM zone 52S","9001","4755","16152","9807","1","0","8801","0","9102","8807","10000000","9001","8802","129","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2026[] = {"23883","DGN95 / UTM zone 53S","9001","4755","16153","9807","1","0","8805","0.9996","9201","8802","135","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2027[] = {"23884","DGN95 / UTM zone 54S","9001","4755","16154","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","141","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2028[] = {"23886","ID74 / UTM zone 46S","9001","4238","16146","9807","1","1","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2029[] = {"23887","ID74 / UTM zone 47S","9001","4238","16147","9807","1","0","8802","99","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2030[] = {"23888","ID74 / UTM zone 48S","9001","4238","16148","9807","1","0","8802","105","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2031[] = {"23889","ID74 / UTM zone 49S","9001","4238","16149","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2032[] = {"23890","ID74 / UTM zone 50S","9001","4238","16150","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","117","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2033[] = {"23891","ID74 / UTM zone 51S","9001","4238","16151","9807","1","0","8805","0.9996","9201","8802","123","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2034[] = {"23892","ID74 / UTM zone 52S","9001","4238","16152","9807","1","0","8801","0","9102","8807","10000000","9001","8802","129","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2035[] = {"23893","ID74 / UTM zone 53S","9001","4238","16153","9807","1","0","8805","0.9996","9201","8802","135","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2036[] = {"23894","ID74 / UTM zone 54S","9001","4238","16154","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","141","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2037[] = {"23946","Indian 1954 / UTM zone 46N","9001","4239","16046","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2038[] = {"23947","Indian 1954 / UTM zone 47N","9001","4239","16047","9807","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","99","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2039[] = {"23948","Indian 1954 / UTM zone 48N","9001","4239","16048","9807","1","0","8805","0.9996","9201","8802","105","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2040[] = {"24047","Indian 1975 / UTM zone 47N","9001","4240","16047","9807","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","99","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2041[] = {"24048","Indian 1975 / UTM zone 48N","9001","4240","16048","9807","1","0","8805","0.9996","9201","8802","105","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2042[] = {"24100","Jamaica 1875 / Jamaica (Old Grid)","9005","4241","19909","9801","1","0","8806","550000","9005","8807","400000","9005","8801","18","9102","8805","1","9201","8802","-77","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2043[] = {"24200","JAD69 / Jamaica National Grid","9001","4242","19910","9801","1","0","8807","150000","9001","8806","250000","9001","8802","-77","9102","8805","1","9201","8801","18","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2044[] = {"24305","Kalianpur 1937 / UTM zone 45N","9001","4144","16045","9807","1","0","8802","87","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2045[] = {"24306","Kalianpur 1937 / UTM zone 46N","9001","4144","16046","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2046[] = {"24311","Kalianpur 1962 / UTM zone 41N","9001","4145","16041","9807","1","0","8805","0.9996","9201","8802","63","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2047[] = {"24312","Kalianpur 1962 / UTM zone 42N","9001","4145","16042","9807","1","0","8801","0","9102","8807","0","9001","8802","69","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2048[] = {"24313","Kalianpur 1962 / UTM zone 43N","9001","4145","16043","9807","1","0","8802","75","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2049[] = {"24342","Kalianpur 1975 / UTM zone 42N","9001","4146","16042","9807","1","0","8801","0","9102","8807","0","9001","8802","69","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2050[] = {"24343","Kalianpur 1975 / UTM zone 43N","9001","4146","16043","9807","1","0","8802","75","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2051[] = {"24344","Kalianpur 1975 / UTM zone 44N","9001","4146","16044","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2052[] = {"24345","Kalianpur 1975 / UTM zone 45N","9001","4146","16045","9807","1","0","8802","87","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2053[] = {"24346","Kalianpur 1975 / UTM zone 46N","9001","4146","16046","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2054[] = {"24347","Kalianpur 1975 / UTM zone 47N","9001","4146","16047","9807","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","99","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2055[] = {"24370","Kalianpur 1880 / India zone 0","9084","4243","18110","9801","1","0","8807","2590000","9084","8802","68","9110","8801","39.3","9110","8805","0.99846154","9201","8806","2355500","9084","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2056[] = {"24371","Kalianpur 1880 / India zone I","9084","4243","18111","9801","1","0","8807","1000000","9084","8801","32.3","9110","8802","68","9110","8806","3000000","9084","8805","0.99878641","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2057[] = {"24372","Kalianpur 1880 / India zone IIa","9084","4243","18112","9801","1","0","8805","0.99878641","9201","8807","1000000","9084","8801","26","9102","8806","3000000","9084","8802","74","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2058[] = {"24373","Kalianpur 1880 / India zone III","9084","4243","18114","9801","1","0","8801","19","9102","8802","80","9102","8805","0.99878641","9201","8807","1000000","9084","8806","3000000","9084","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2059[] = {"24374","Kalianpur 1880 / India zone IV","9084","4243","18116","9801","1","0","8805","0.99878641","9201","8802","80","9102","8801","12","9102","8806","3000000","9084","8807","1000000","9084","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2060[] = {"24375","Kalianpur 1937 / India zone IIb","9001","4144","18238","9801","1","0","8802","90","9102","8801","26","9102","8805","0.99878641","9201","8807","914395.23","9001","8806","2743185.69","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2061[] = {"24376","Kalianpur 1962 / India zone I","9001","4145","18236","9801","1","0","8807","914398.8","9001","8806","2743196.4","9001","8805","0.99878641","9201","8801","32.3","9110","8802","68","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2062[] = {"24377","Kalianpur 1962 / India zone IIa","9001","4145","18237","9801","1","0","8805","0.99878641","9201","8802","74","9102","8807","914398.8","9001","8801","26","9102","8806","2743196.4","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2063[] = {"24378","Kalianpur 1975 / India zone I","9001","4146","18231","9801","1","0","8801","32.3","9110","8802","68","9110","8807","914398.5","9001","8806","2743195.5","9001","8805","0.99878641","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2064[] = {"24379","Kalianpur 1975 / India zone IIa","9001","4146","18232","9801","1","0","8806","2743195.5","9001","8801","26","9102","8802","74","9102","8805","0.99878641","9201","8807","914398.5","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2065[] = {"24380","Kalianpur 1975 / India zone IIb","9001","4146","18235","9801","1","0","8802","90","9102","8805","0.99878641","9201","8806","2743195.5","9001","8801","26","9102","8807","914398.5","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2066[] = {"24381","Kalianpur 1975 / India zone III","9001","4146","18233","9801","1","0","8802","80","9102","8801","19","9102","8806","2743195.5","9001","8805","0.99878641","9201","8807","914398.5","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2067[] = {"24382","Kalianpur 1880 / India zone IIb","9084","4243","18113","9801","1","0","8807","1000000","9084","8802","90","9102","8801","26","9102","8805","0.99878641","9201","8806","3000000","9084","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2068[] = {"24383","Kalianpur 1975 / India zone IV","9001","4146","18234","9801","1","0","8806","2743195.5","9001","8802","80","9102","8801","12","9102","8807","914398.5","9001","8805","0.99878641","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2069[] = {"24500","Kertau 1968 / Singapore Grid","9001","4245","19920","9806","1","0","8807","30000","9001","8806","30000","9001","8802","103.5110808","9110","8801","1.1715528","9110","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2070[] = {"24547","Kertau 1968 / UTM zone 47N","9001","4245","16047","9807","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","99","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2071[] = {"24548","Kertau 1968 / UTM zone 48N","9001","4245","16048","9807","1","0","8805","0.9996","9201","8802","105","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2072[] = {"24571","Kertau / R.S.O. Malaya (ch)","9062","4245","19935","9812","1","1","8806","40000","9062","8814","323.07483685","9110","8812","102.15","9110","8807","0","9062","8815","0.99984","9201","8811","4","9110","8813","323.01328458","9110 ",NULL};
+datafile_rows_t pcs_row_2073[] = {"24600","KOC Lambert","9001","4246","19906","9801","1","0","8802","45","9110","8807","1166200","9001","8801","32.3","9110","8806","1500000","9001","8805","0.9987864078","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2074[] = {"24718","La Canoa / UTM zone 18N","9001","4247","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2075[] = {"24719","La Canoa / UTM zone 19N","9001","4247","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2076[] = {"24720","La Canoa / UTM zone 20N","9001","4247","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2077[] = {"24817","PSAD56 / UTM zone 17N","9001","4248","16017","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2078[] = {"24818","PSAD56 / UTM zone 18N","9001","4248","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2079[] = {"24819","PSAD56 / UTM zone 19N","9001","4248","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2080[] = {"24820","PSAD56 / UTM zone 20N","9001","4248","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2081[] = {"24821","PSAD56 / UTM zone 21N","9001","4248","16021","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2082[] = {"24877","PSAD56 / UTM zone 17S","9001","4248","16117","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-81","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2083[] = {"24878","PSAD56 / UTM zone 18S","9001","4248","16118","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","-75","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2084[] = {"24879","PSAD56 / UTM zone 19S","9001","4248","16119","9807","1","0","8805","0.9996","9201","8802","-69","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2085[] = {"24880","PSAD56 / UTM zone 20S","9001","4248","16120","9807","1","0","8801","0","9102","8807","10000000","9001","8802","-63","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2086[] = {"24881","PSAD56 / UTM zone 21S","9001","4248","16121","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2087[] = {"24882","PSAD56 / UTM zone 22S","9001","4248","16122","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-51","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2088[] = {"24891","PSAD56 / Peru west zone","9001","4248","18161","9807","1","0","8807","1426834.743","9001","8806","222000","9001","8805","0.99983008","9201","8802","-80.3","9110","8801","-6","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2089[] = {"24892","PSAD56 / Peru central zone","9001","4248","18162","9807","1","0","8801","-9.3","9110","8806","720000","9001","8805","0.99932994","9201","8807","1039979.159","9001","8802","-76","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2090[] = {"24893","PSAD56 / Peru east zone","9001","4248","18163","9807","1","0","8805","0.99952992","9201","8801","-9.3","9110","8806","1324000","9001","8807","1040084.558","9001","8802","-70.3","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2091[] = {"25000","Leigon / Ghana Metre Grid","9001","4250","19904","9807","1","0","8801","4.4","9110","8806","274319.51","9001","8805","0.99975","9201","8807","0","9001","8802","-1","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2092[] = {"25231","Lome / UTM zone 31N","9001","4252","16031","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","3","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2093[] = {"25391","Luzon 1911 / Philippines zone I","9001","4253","18171","9807","1","0","8801","0","9102","8805","0.99995","9201","8807","0","9001","8802","117","9102","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2094[] = {"25392","Luzon 1911 / Philippines zone II","9001","4253","18172","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8802","119","9102","8805","0.99995","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2095[] = {"25393","Luzon 1911 / Philippines zone III","9001","4253","18173","9807","1","0","8801","0","9102","8802","121","9102","8806","500000","9001","8805","0.99995","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2096[] = {"25394","Luzon 1911 / Philippines zone IV","9001","4253","18174","9807","1","0","8806","500000","9001","8807","0","9001","8805","0.99995","9201","8801","0","9102","8802","123","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2097[] = {"25395","Luzon 1911 / Philippines zone V","9001","4253","18175","9807","1","0","8802","125","9102","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.99995","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2098[] = {"25700","Makassar (Jakarta) / NEIEZ","9001","4804","19905","9804","1","1","8806","3900000","9001","8805","0.997","9201","8801","0","9102","8802","110","9102","8807","900000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2099[] = {"25828","ETRS89 / UTM zone 28N","9001","4258","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2100[] = {"25829","ETRS89 / UTM zone 29N","9001","4258","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2101[] = {"25830","ETRS89 / UTM zone 30N","9001","4258","16030","9807","1","0","8805","0.9996","9201","8802","-3","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2102[] = {"25831","ETRS89 / UTM zone 31N","9001","4258","16031","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","3","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2103[] = {"25832","ETRS89 / UTM zone 32N","9001","4258","16032","9807","1","0","8805","0.9996","9201","8802","9","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2104[] = {"25833","ETRS89 / UTM zone 33N","9001","4258","16033","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","15","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2105[] = {"25834","ETRS89 / UTM zone 34N","9001","4258","16034","9807","1","0","8801","0","9102","8807","0","9001","8802","21","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2106[] = {"25835","ETRS89 / UTM zone 35N","9001","4258","16035","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","27","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2107[] = {"25836","ETRS89 / UTM zone 36N","9001","4258","16036","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","33","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2108[] = {"25837","ETRS89 / UTM zone 37N","9001","4258","16037","9807","1","0","8802","39","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2109[] = {"25838","ETRS89 / UTM zone 38N","9001","4258","16038","9807","1","0","8802","45","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2110[] = {"25884","ETRS89 / TM Baltic93","9001","4258","19939","9807","1","0","8807","0","9001","8801","0","9102","8802","24","9102","8805","0.9996","9201","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2111[] = {"25932","Malongo 1987 / UTM zone 32S","9001","4259","16132","9807","1","0","8802","9","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2112[] = {"26191","Merchich / Nord Maroc","9001","4261","18131","9801","1","0","8805","0.999625769","9201","8802","-6","9105","8806","500000","9001","8801","37","9105","8807","300000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2113[] = {"26192","Merchich / Sud Maroc","9001","4261","18132","9801","1","0","8807","300000","9001","8805","0.999615596","9201","8806","500000","9001","8802","-6","9105","8801","33","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2114[] = {"26193","Merchich / Sahara","9001","4261","18133","9801","1","1","8801","29","9105","8802","-6","9105","8805","0.9996","9201","8807","400000","9001","8806","1200000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2115[] = {"26194","Merchich / Sahara Nord","9001","4261","18134","9801","1","0","8806","1200000","9001","8807","400000","9001","8801","29","9105","8802","-6","9105","8805","0.999616304","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2116[] = {"26195","Merchich / Sahara Sud","9001","4261","18135","9801","1","0","8806","1500000","9001","8805","0.999616437","9201","8807","400000","9001","8801","25","9105","8802","-6","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2117[] = {"26237","Massawa / UTM zone 37N","9001","4262","16037","9807","1","0","8802","39","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2118[] = {"26331","Minna / UTM zone 31N","9001","4263","16031","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","3","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2119[] = {"26332","Minna / UTM zone 32N","9001","4263","16032","9807","1","0","8805","0.9996","9201","8802","9","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2120[] = {"26391","Minna / Nigeria West Belt","9001","4263","18151","9807","1","0","8801","4","9110","8807","0","9001","8802","4.3","9110","8806","230738.26","9001","8805","0.99975","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2121[] = {"26392","Minna / Nigeria Mid Belt","9001","4263","18152","9807","1","0","8805","0.99975","9201","8802","8.3","9110","8807","0","9001","8801","4","9110","8806","670553.98","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2122[] = {"26393","Minna / Nigeria East Belt","9001","4263","18153","9807","1","0","8802","12.3","9110","8801","4","9110","8805","0.99975","9201","8806","1110369.7","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2123[] = {"26432","Mhast / UTM zone 32S","9001","4264","16132","9807","1","1","8802","9","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2124[] = {"26591","Monte Mario (Rome) / Italy zone 1","9001","4806","18121","9807","1","1","8802","9","9102","8807","0","9001","8806","1500000","9001","8805","0.9996","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2125[] = {"26592","Monte Mario (Rome) / Italy zone 2","9001","4806","18122","9807","1","1","8801","0","9102","8806","2520000","9001","8805","0.9996","9201","8802","15","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2126[] = {"26632","M'poraloko / UTM zone 32N","9001","4266","16032","9807","1","0","8805","0.9996","9201","8802","9","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2127[] = {"26692","M'poraloko / UTM zone 32S","9001","4266","16132","9807","1","0","8802","9","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2128[] = {"26701","NAD27 / UTM zone 1N","9001","4267","16001","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-177","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2129[] = {"26702","NAD27 / UTM zone 2N","9001","4267","16002","9807","1","0","8801","0","9102","8807","0","9001","8802","-171","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2130[] = {"26703","NAD27 / UTM zone 3N","9001","4267","16003","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-165","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2131[] = {"26704","NAD27 / UTM zone 4N","9001","4267","16004","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2132[] = {"26705","NAD27 / UTM zone 5N","9001","4267","16005","9807","1","0","8802","-153","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2133[] = {"26706","NAD27 / UTM zone 6N","9001","4267","16006","9807","1","0","8802","-147","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2134[] = {"26707","NAD27 / UTM zone 7N","9001","4267","16007","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-141","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2135[] = {"26708","NAD27 / UTM zone 8N","9001","4267","16008","9807","1","0","8805","0.9996","9201","8802","-135","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2136[] = {"26709","NAD27 / UTM zone 9N","9001","4267","16009","9807","1","0","8805","0.9996","9201","8802","-129","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2137[] = {"26710","NAD27 / UTM zone 10N","9001","4267","16010","9807","1","0","8801","0","9102","8807","0","9001","8802","-123","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2138[] = {"26711","NAD27 / UTM zone 11N","9001","4267","16011","9807","1","0","8802","-117","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2139[] = {"26712","NAD27 / UTM zone 12N","9001","4267","16012","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2140[] = {"26713","NAD27 / UTM zone 13N","9001","4267","16013","9807","1","0","8802","-105","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2141[] = {"26714","NAD27 / UTM zone 14N","9001","4267","16014","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-99","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2142[] = {"26715","NAD27 / UTM zone 15N","9001","4267","16015","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-93","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2143[] = {"26716","NAD27 / UTM zone 16N","9001","4267","16016","9807","1","0","8805","0.9996","9201","8802","-87","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2144[] = {"26717","NAD27 / UTM zone 17N","9001","4267","16017","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2145[] = {"26718","NAD27 / UTM zone 18N","9001","4267","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2146[] = {"26719","NAD27 / UTM zone 19N","9001","4267","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2147[] = {"26720","NAD27 / UTM zone 20N","9001","4267","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2148[] = {"26721","NAD27 / UTM zone 21N","9001","4267","16021","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2149[] = {"26722","NAD27 / UTM zone 22N","9001","4267","16022","9807","1","0","8802","-51","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2150[] = {"26729","NAD27 / Alabama East","9003","4267","10101","9807","1","0","8801","30.3","9110","8802","-85.5","9110","8805","0.99996","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2151[] = {"26730","NAD27 / Alabama West","9003","4267","10102","9807","1","0","8801","30","9110","8802","-87.3","9110","8805","0.999933333","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2152[] = {"26731","NAD27 / Alaska zone 1","9003","4267","15001","9812","1","0","8806","16404166.67","9003","8807","-16404166.67","9003","8811","57","9110","8812","-133.4","9110","8813","323.07483685","9110","8814","323.07483685","9110","8815","0.9999","9201 ",NULL};
+datafile_rows_t pcs_row_2153[] = {"26732","NAD27 / Alaska zone 2","9003","4267","15002","9807","1","0","8801","54","9102","8802","-142","9102","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2154[] = {"26733","NAD27 / Alaska zone 3","9003","4267","15003","9807","1","0","8801","54","9102","8802","-146","9102","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2155[] = {"26734","NAD27 / Alaska zone 4","9003","4267","15004","9807","1","0","8801","54","9102","8802","-150","9102","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2156[] = {"26735","NAD27 / Alaska zone 5","9003","4267","15005","9807","1","0","8801","54","9102","8802","-154","9102","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2157[] = {"26736","NAD27 / Alaska zone 6","9003","4267","15006","9807","1","0","8801","54","9102","8802","-158","9102","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2158[] = {"26737","NAD27 / Alaska zone 7","9003","4267","15007","9807","1","0","8801","54","9102","8802","-162","9102","8805","0.9999","9201","8806","700000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2159[] = {"26738","NAD27 / Alaska zone 8","9003","4267","15008","9807","1","0","8801","54","9102","8802","-166","9102","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2160[] = {"26739","NAD27 / Alaska zone 9","9003","4267","15009","9807","1","0","8801","54","9102","8802","-170","9102","8805","0.9999","9201","8806","600000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2161[] = {"26740","NAD27 / Alaska zone 10","9003","4267","15010","9802","1","0","8821","51","9110","8822","-176","9110","8823","53.5","9110","8824","51.5","9110","8826","3000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2162[] = {"26741","NAD27 / California zone I","9003","4267","10401","9802","1","0","8821","39.2","9110","8822","-122","9110","8823","41.4","9110","8824","40","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2163[] = {"26742","NAD27 / California zone II","9003","4267","10402","9802","1","0","8821","37.4","9110","8822","-122","9110","8823","39.5","9110","8824","38.2","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2164[] = {"26743","NAD27 / California zone III","9003","4267","10403","9802","1","0","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2165[] = {"26744","NAD27 / California zone IV","9003","4267","10404","9802","1","0","8821","35.2","9110","8822","-119","9110","8823","37.15","9110","8824","36","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2166[] = {"26745","NAD27 / California zone V","9003","4267","10405","9802","1","0","8821","33.3","9110","8822","-118","9110","8823","35.28","9110","8824","34.02","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2167[] = {"26746","NAD27 / California zone VI","9003","4267","10406","9802","1","0","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2168[] = {"26747","NAD27 / California zone VII","9003","4267","10407","9802","1","1","8821","34.08","9110","8822","-118.2","9110","8823","34.25","9110","8824","33.52","9110","8826","4186692.58","9003","8827","416926.74","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2169[] = {"26748","NAD27 / Arizona East","9003","4267","10201","9807","1","0","8801","31","9110","8802","-110.1","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2170[] = {"26749","NAD27 / Arizona Central","9003","4267","10202","9807","1","0","8801","31","9110","8802","-111.55","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2171[] = {"26750","NAD27 / Arizona West","9003","4267","10203","9807","1","0","8801","31","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2172[] = {"26751","NAD27 / Arkansas North","9003","4267","10301","9802","1","0","8821","34.2","9110","8822","-92","9110","8823","36.14","9110","8824","34.56","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2173[] = {"26752","NAD27 / Arkansas South","9003","4267","10302","9802","1","0","8821","32.4","9110","8822","-92","9110","8823","34.46","9110","8824","33.18","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2174[] = {"26753","NAD27 / Colorado North","9003","4267","10501","9802","1","0","8821","39.2","9110","8822","-105.3","9110","8823","39.43","9110","8824","40.47","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2175[] = {"26754","NAD27 / Colorado Central","9003","4267","10502","9802","1","0","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2176[] = {"26755","NAD27 / Colorado South","9003","4267","10503","9802","1","0","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2177[] = {"26756","NAD27 / Connecticut","9003","4267","10600","9802","1","0","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","600000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2178[] = {"26757","NAD27 / Delaware","9003","4267","10700","9807","1","0","8801","38","9110","8802","-75.25","9110","8805","0.999995","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2179[] = {"26758","NAD27 / Florida East","9003","4267","10901","9807","1","0","8801","24.2","9110","8802","-81","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2180[] = {"26759","NAD27 / Florida West","9003","4267","10902","9807","1","0","8801","24.2","9110","8802","-82","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2181[] = {"26760","NAD27 / Florida North","9003","4267","10903","9802","1","0","8821","29","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2182[] = {"26766","NAD27 / Georgia East","9003","4267","11001","9807","1","0","8801","30","9110","8802","-82.1","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2183[] = {"26767","NAD27 / Georgia West","9003","4267","11002","9807","1","0","8801","30","9110","8802","-84.1","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2184[] = {"26768","NAD27 / Idaho East","9003","4267","11101","9807","1","0","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2185[] = {"26769","NAD27 / Idaho Central","9003","4267","11102","9807","1","0","8801","41.4","9110","8802","-114","9110","8805","0.999947368","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2186[] = {"26770","NAD27 / Idaho West","9003","4267","11103","9807","1","0","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2187[] = {"26771","NAD27 / Illinois East","9003","4267","11201","9807","1","0","8801","36.4","9110","8802","-88.2","9110","8805","0.999975","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2188[] = {"26772","NAD27 / Illinois West","9003","4267","11202","9807","1","0","8801","36.4","9110","8802","-90.1","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2189[] = {"26773","NAD27 / Indiana East","9003","4267","11301","9807","1","0","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2190[] = {"26774","NAD27 / Indiana West","9003","4267","11302","9807","1","0","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2191[] = {"26775","NAD27 / Iowa North","9003","4267","11401","9802","1","0","8821","41.3","9110","8822","-93.3","9110","8823","43.16","9110","8824","42.04","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2192[] = {"26776","NAD27 / Iowa South","9003","4267","11402","9802","1","0","8821","40","9110","8822","-93.3","9110","8823","41.47","9110","8824","40.37","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2193[] = {"26777","NAD27 / Kansas North","9003","4267","11501","9802","1","0","8821","38.2","9110","8822","-98","9110","8823","39.47","9110","8824","38.43","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2194[] = {"26778","NAD27 / Kansas South","9003","4267","11502","9802","1","0","8821","36.4","9110","8822","-98.3","9110","8823","38.34","9110","8824","37.16","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2195[] = {"26779","NAD27 / Kentucky North","9003","4267","11601","9802","1","0","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2196[] = {"26780","NAD27 / Kentucky South","9003","4267","11602","9802","1","0","8821","36.2","9110","8822","-85.45","9110","8823","36.44","9110","8824","37.56","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2197[] = {"26781","NAD27 / Louisiana North","9003","4267","11701","9802","1","0","8821","30.4","9110","8822","-92.3","9110","8823","31.1","9110","8824","32.4","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2198[] = {"26782","NAD27 / Louisiana South","9003","4267","11702","9802","1","0","8821","28.4","9110","8822","-91.2","9110","8823","29.18","9110","8824","30.42","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2199[] = {"26783","NAD27 / Maine East","9003","4267","11801","9807","1","0","8801","43.5","9110","8802","-68.3","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2200[] = {"26784","NAD27 / Maine West","9003","4267","11802","9807","1","0","8801","42.5","9110","8802","-70.1","9110","8805","0.999966667","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2201[] = {"26785","NAD27 / Maryland","9003","4267","11900","9802","1","0","8821","37.5","9110","8822","-77","9110","8823","38.18","9110","8824","39.27","9110","8826","800000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2202[] = {"26786","NAD27 / Massachusetts Mainland","9003","4267","12001","9802","1","0","8821","41","9110","8822","-71.3","9110","8823","41.43","9110","8824","42.41","9110","8826","600000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2203[] = {"26787","NAD27 / Massachusetts Island","9003","4267","12002","9802","1","0","8821","41","9110","8822","-70.3","9110","8823","41.17","9110","8824","41.29","9110","8826","200000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2204[] = {"26791","NAD27 / Minnesota North","9003","4267","12201","9802","1","0","8821","46.3","9110","8822","-93.06","9110","8823","47.02","9110","8824","48.38","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2205[] = {"26792","NAD27 / Minnesota Central","9003","4267","12202","9802","1","0","8821","45","9110","8822","-94.15","9110","8823","45.37","9110","8824","47.03","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2206[] = {"26793","NAD27 / Minnesota South","9003","4267","12203","9802","1","0","8821","43","9110","8822","-94","9110","8823","43.47","9110","8824","45.13","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2207[] = {"26794","NAD27 / Mississippi East","9003","4267","12301","9807","1","0","8801","29.4","9110","8802","-88.5","9110","8805","0.99996","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2208[] = {"26795","NAD27 / Mississippi West","9003","4267","12302","9807","1","0","8801","30.3","9110","8802","-90.2","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2209[] = {"26796","NAD27 / Missouri East","9003","4267","12401","9807","1","0","8801","35.5","9110","8802","-90.3","9110","8805","0.999933333","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2210[] = {"26797","NAD27 / Missouri Central","9003","4267","12402","9807","1","0","8801","35.5","9110","8802","-92.3","9110","8805","0.999933333","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2211[] = {"26798","NAD27 / Missouri West","9003","4267","12403","9807","1","0","8801","36.1","9110","8802","-94.3","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2212[] = {"26799","NAD27 / California zone VII","9003","4267","10408","9802","1","0","8821","34.08","9110","8822","-118.2","9110","8823","34.25","9110","8824","33.52","9110","8826","4186692.58","9003","8827","4160926.74","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2213[] = {"26801","NAD Michigan / Michigan East","9003","4268","12101","9807","1","0","8801","41.3","9110","8802","-83.4","9110","8805","0.999942857","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2214[] = {"26802","NAD Michigan / Michigan Old Central","9003","4268","12102","9807","1","0","8801","41.3","9110","8802","-85.45","9110","8805","0.999909091","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2215[] = {"26803","NAD Michigan / Michigan West","9003","4268","12103","9807","1","0","8801","41.3","9110","8802","-88.45","9110","8805","0.999909091","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2216[] = {"26811","NAD Michigan / Michigan North","9003","4268","12111","9802","1","0","8821","44.47","9110","8822","-87","9110","8823","45.29","9110","8824","47.05","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2217[] = {"26812","NAD Michigan / Michigan Central","9003","4268","12112","9802","1","0","8821","43.19","9110","8822","-84.2","9110","8823","44.11","9110","8824","45.42","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2218[] = {"26813","NAD Michigan / Michigan South","9003","4268","12113","9802","1","0","8821","41.3","9110","8822","-84.2","9110","8823","42.06","9110","8824","43.4","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2219[] = {"26901","NAD83 / UTM zone 1N","9001","4269","16001","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-177","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2220[] = {"26902","NAD83 / UTM zone 2N","9001","4269","16002","9807","1","0","8801","0","9102","8807","0","9001","8802","-171","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2221[] = {"26903","NAD83 / UTM zone 3N","9001","4269","16003","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-165","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2222[] = {"26904","NAD83 / UTM zone 4N","9001","4269","16004","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2223[] = {"26905","NAD83 / UTM zone 5N","9001","4269","16005","9807","1","0","8802","-153","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2224[] = {"26906","NAD83 / UTM zone 6N","9001","4269","16006","9807","1","0","8802","-147","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2225[] = {"26907","NAD83 / UTM zone 7N","9001","4269","16007","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-141","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2226[] = {"26908","NAD83 / UTM zone 8N","9001","4269","16008","9807","1","0","8805","0.9996","9201","8802","-135","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2227[] = {"26909","NAD83 / UTM zone 9N","9001","4269","16009","9807","1","0","8805","0.9996","9201","8802","-129","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2228[] = {"26910","NAD83 / UTM zone 10N","9001","4269","16010","9807","1","0","8801","0","9102","8807","0","9001","8802","-123","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2229[] = {"26911","NAD83 / UTM zone 11N","9001","4269","16011","9807","1","0","8802","-117","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2230[] = {"26912","NAD83 / UTM zone 12N","9001","4269","16012","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2231[] = {"26913","NAD83 / UTM zone 13N","9001","4269","16013","9807","1","0","8802","-105","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2232[] = {"26914","NAD83 / UTM zone 14N","9001","4269","16014","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-99","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2233[] = {"26915","NAD83 / UTM zone 15N","9001","4269","16015","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-93","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2234[] = {"26916","NAD83 / UTM zone 16N","9001","4269","16016","9807","1","0","8805","0.9996","9201","8802","-87","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2235[] = {"26917","NAD83 / UTM zone 17N","9001","4269","16017","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2236[] = {"26918","NAD83 / UTM zone 18N","9001","4269","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2237[] = {"26919","NAD83 / UTM zone 19N","9001","4269","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2238[] = {"26920","NAD83 / UTM zone 20N","9001","4269","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2239[] = {"26921","NAD83 / UTM zone 21N","9001","4269","16021","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2240[] = {"26922","NAD83 / UTM zone 22N","9001","4269","16022","9807","1","0","8802","-51","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2241[] = {"26923","NAD83 / UTM zone 23N","9001","4269","16023","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-45","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2242[] = {"26929","NAD83 / Alabama East","9001","4269","10131","9807","1","0","8801","30.3","9110","8802","-85.5","9110","8805","0.99996","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2243[] = {"26930","NAD83 / Alabama West","9001","4269","10132","9807","1","0","8801","30","9110","8802","-87.3","9110","8805","0.999933333","9201","8806","600000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2244[] = {"26931","NAD83 / Alaska zone 1","9001","4269","15031","9812","1","0","8806","5000000","9001","8807","-5000000","9001","8811","57","9110","8812","-133.4","9110","8813","323.07483685","9110","8814","323.07483685","9110","8815","0.9999","9201 ",NULL};
+datafile_rows_t pcs_row_2245[] = {"26932","NAD83 / Alaska zone 2","9001","4269","15032","9807","1","0","8801","54","9102","8802","-142","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2246[] = {"26933","NAD83 / Alaska zone 3","9001","4269","15033","9807","1","0","8801","54","9102","8802","-146","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2247[] = {"26934","NAD83 / Alaska zone 4","9001","4269","15034","9807","1","0","8801","54","9102","8802","-150","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2248[] = {"26935","NAD83 / Alaska zone 5","9001","4269","15035","9807","1","0","8801","54","9102","8802","-154","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2249[] = {"26936","NAD83 / Alaska zone 6","9001","4269","15036","9807","1","0","8801","54","9102","8802","-158","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2250[] = {"26937","NAD83 / Alaska zone 7","9001","4269","15037","9807","1","0","8801","54","9102","8802","-162","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2251[] = {"26938","NAD83 / Alaska zone 8","9001","4269","15038","9807","1","0","8801","54","9102","8802","-166","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2252[] = {"26939","NAD83 / Alaska zone 9","9001","4269","15039","9807","1","0","8801","54","9102","8802","-170","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2253[] = {"26940","NAD83 / Alaska zone 10","9001","4269","15040","9802","1","0","8821","51","9110","8822","-176","9110","8823","53.5","9110","8824","51.5","9110","8826","1000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2254[] = {"26941","NAD83 / California zone 1","9001","4269","10431","9802","1","0","8821","39.2","9110","8822","-122","9110","8823","41.4","9110","8824","40","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2255[] = {"26942","NAD83 / California zone 2","9001","4269","10432","9802","1","0","8821","37.4","9110","8822","-122","9110","8823","39.5","9110","8824","38.2","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2256[] = {"26943","NAD83 / California zone 3","9001","4269","10433","9802","1","0","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2257[] = {"26944","NAD83 / California zone 4","9001","4269","10434","9802","1","0","8821","35.2","9110","8822","-119","9110","8823","37.15","9110","8824","36","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2258[] = {"26945","NAD83 / California zone 5","9001","4269","10435","9802","1","0","8821","33.3","9110","8822","-118","9110","8823","35.28","9110","8824","34.02","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2259[] = {"26946","NAD83 / California zone 6","9001","4269","10436","9802","1","0","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2260[] = {"26948","NAD83 / Arizona East","9001","4269","10231","9807","1","0","8801","31","9110","8802","-110.1","9110","8805","0.9999","9201","8806","213360","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2261[] = {"26949","NAD83 / Arizona Central","9001","4269","10232","9807","1","0","8801","31","9110","8802","-111.55","9110","8805","0.9999","9201","8806","213360","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2262[] = {"26950","NAD83 / Arizona West","9001","4269","10233","9807","1","0","8801","31","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","213360","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2263[] = {"26951","NAD83 / Arkansas North","9001","4269","10331","9802","1","0","8821","34.2","9110","8822","-92","9110","8823","36.14","9110","8824","34.56","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2264[] = {"26952","NAD83 / Arkansas South","9001","4269","10332","9802","1","0","8821","32.4","9110","8822","-92","9110","8823","34.46","9110","8824","33.18","9110","8826","400000","9001","8827","400000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2265[] = {"26953","NAD83 / Colorado North","9001","4269","10531","9802","1","0","8821","39.2","9110","8822","-105.3","9110","8823","40.47","9110","8824","39.43","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2266[] = {"26954","NAD83 / Colorado Central","9001","4269","10532","9802","1","0","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2267[] = {"26955","NAD83 / Colorado South","9001","4269","10533","9802","1","0","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2268[] = {"26956","NAD83 / Connecticut","9001","4269","10630","9802","1","0","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","304800.6096","9001","8827","152400.3048","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2269[] = {"26957","NAD83 / Delaware","9001","4269","10730","9807","1","0","8801","38","9110","8802","-75.25","9110","8805","0.999995","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2270[] = {"26958","NAD83 / Florida East","9001","4269","10931","9807","1","0","8801","24.2","9110","8802","-81","9110","8805","0.999941177","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2271[] = {"26959","NAD83 / Florida West","9001","4269","10932","9807","1","0","8801","24.2","9110","8802","-82","9110","8805","0.999941177","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2272[] = {"26960","NAD83 / Florida North","9001","4269","10933","9802","1","0","8821","29","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2273[] = {"26961","NAD83 / Hawaii zone 1","9001","4269","15131","9807","1","0","8801","18.5","9110","8802","-155.3","9110","8805","0.999966667","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2274[] = {"26962","NAD83 / Hawaii zone 2","9001","4269","15132","9807","1","0","8801","20.2","9110","8802","-156.4","9110","8805","0.999966667","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2275[] = {"26963","NAD83 / Hawaii zone 3","9001","4269","15133","9807","1","0","8801","21.1","9110","8802","-158","9110","8805","0.99999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2276[] = {"26964","NAD83 / Hawaii zone 4","9001","4269","15134","9807","1","0","8801","21.5","9110","8802","-159.3","9110","8805","0.99999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2277[] = {"26965","NAD83 / Hawaii zone 5","9001","4269","15135","9807","1","0","8801","21.4","9110","8802","-160.1","9110","8805","1","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2278[] = {"26966","NAD83 / Georgia East","9001","4269","11031","9807","1","0","8801","30","9110","8802","-82.1","9110","8805","0.9999","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2279[] = {"26967","NAD83 / Georgia West","9001","4269","11032","9807","1","0","8801","30","9110","8802","-84.1","9110","8805","0.9999","9201","8806","700000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2280[] = {"26968","NAD83 / Idaho East","9001","4269","11131","9807","1","0","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2281[] = {"26969","NAD83 / Idaho Central","9001","4269","11132","9807","1","0","8801","41.4","9110","8802","-114","9110","8805","0.999947368","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2282[] = {"26970","NAD83 / Idaho West","9001","4269","11133","9807","1","0","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","800000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2283[] = {"26971","NAD83 / Illinois East","9001","4269","11231","9807","1","0","8801","36.4","9110","8802","-88.2","9110","8805","0.999975","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2284[] = {"26972","NAD83 / Illinois West","9001","4269","11232","9807","1","0","8801","36.4","9110","8802","-90.1","9110","8805","0.999941177","9201","8806","700000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2285[] = {"26973","NAD83 / Indiana East","9001","4269","11331","9807","1","0","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","100000","9001","8807","250000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2286[] = {"26974","NAD83 / Indiana West","9001","4269","11332","9807","1","0","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","900000","9001","8807","250000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2287[] = {"26975","NAD83 / Iowa North","9001","4269","11431","9802","1","0","8821","41.3","9110","8822","-93.3","9110","8823","43.16","9110","8824","42.04","9110","8826","1500000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2288[] = {"26976","NAD83 / Iowa South","9001","4269","11432","9802","1","0","8821","40","9110","8822","-93.3","9110","8823","41.47","9110","8824","40.37","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2289[] = {"26977","NAD83 / Kansas North","9001","4269","11531","9802","1","0","8821","38.2","9110","8822","-98","9110","8823","39.47","9110","8824","38.43","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2290[] = {"26978","NAD83 / Kansas South","9001","4269","11532","9802","1","0","8821","36.4","9110","8822","-98.3","9110","8823","38.34","9110","8824","37.16","9110","8826","400000","9001","8827","400000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2291[] = {"26979","NAD83 / Kentucky North","9001","4269","11631","9802","1","1","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","37.58","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2292[] = {"26980","NAD83 / Kentucky South","9001","4269","11632","9802","1","0","8821","36.2","9110","8822","-85.45","9110","8823","37.56","9110","8824","36.44","9110","8826","500000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2293[] = {"26981","NAD83 / Louisiana North","9001","4269","11731","9802","1","0","8821","30.3","9110","8822","-92.3","9110","8823","32.4","9110","8824","31.1","9110","8826","1000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2294[] = {"26982","NAD83 / Louisiana South","9001","4269","11732","9802","1","0","8821","28.3","9110","8822","-91.2","9110","8823","30.42","9110","8824","29.18","9110","8826","1000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2295[] = {"26983","NAD83 / Maine East","9001","4269","11831","9807","1","0","8801","43.4","9110","8802","-68.3","9110","8805","0.9999","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2296[] = {"26984","NAD83 / Maine West","9001","4269","11832","9807","1","0","8801","42.5","9110","8802","-70.1","9110","8805","0.999966667","9201","8806","900000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2297[] = {"26985","NAD83 / Maryland","9001","4269","11930","9802","1","0","8821","37.4","9110","8822","-77","9110","8823","39.27","9110","8824","38.18","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2298[] = {"26986","NAD83 / Massachusetts Mainland","9001","4269","12031","9802","1","0","8821","41","9110","8822","-71.3","9110","8823","42.41","9110","8824","41.43","9110","8826","200000","9001","8827","750000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2299[] = {"26987","NAD83 / Massachusetts Island","9001","4269","12032","9802","1","0","8821","41","9110","8822","-70.3","9110","8823","41.29","9110","8824","41.17","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2300[] = {"26988","NAD83 / Michigan North","9001","4269","12141","9802","1","0","8821","44.47","9110","8822","-87","9110","8823","47.05","9110","8824","45.29","9110","8826","8000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2301[] = {"26989","NAD83 / Michigan Central","9001","4269","12142","9802","1","0","8821","43.19","9110","8822","-84.22","9110","8823","45.42","9110","8824","44.11","9110","8826","6000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2302[] = {"26990","NAD83 / Michigan South","9001","4269","12143","9802","1","0","8821","41.3","9110","8822","-84.22","9110","8823","43.4","9110","8824","42.06","9110","8826","4000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2303[] = {"26991","NAD83 / Minnesota North","9001","4269","12231","9802","1","0","8821","46.3","9110","8822","-93.06","9110","8823","48.38","9110","8824","47.02","9110","8826","800000","9001","8827","100000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2304[] = {"26992","NAD83 / Minnesota Central","9001","4269","12232","9802","1","0","8821","45","9110","8822","-94.15","9110","8823","47.03","9110","8824","45.37","9110","8826","800000","9001","8827","100000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2305[] = {"26993","NAD83 / Minnesota South","9001","4269","12233","9802","1","0","8821","43","9110","8822","-94","9110","8823","45.13","9110","8824","43.47","9110","8826","800000","9001","8827","100000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2306[] = {"26994","NAD83 / Mississippi East","9001","4269","12331","9807","1","0","8801","29.3","9110","8802","-88.5","9110","8805","0.99995","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2307[] = {"26995","NAD83 / Mississippi West","9001","4269","12332","9807","1","0","8801","29.3","9110","8802","-90.2","9110","8805","0.99995","9201","8806","700000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2308[] = {"26996","NAD83 / Missouri East","9001","4269","12431","9807","1","0","8801","35.5","9110","8802","-90.3","9110","8805","0.999933333","9201","8806","250000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2309[] = {"26997","NAD83 / Missouri Central","9001","4269","12432","9807","1","0","8801","35.5","9110","8802","-92.3","9110","8805","0.999933333","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2310[] = {"26998","NAD83 / Missouri West","9001","4269","12433","9807","1","0","8801","36.1","9110","8802","-94.3","9110","8805","0.999941177","9201","8806","850000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2311[] = {"27037","Nahrwan 1967 / UTM zone 37N","9001","4270","16037","9807","1","0","8802","39","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2312[] = {"27038","Nahrwan 1967 / UTM zone 38N","9001","4270","16038","9807","1","0","8802","45","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2313[] = {"27039","Nahrwan 1967 / UTM zone 39N","9001","4270","16039","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","51","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2314[] = {"27040","Nahrwan 1967 / UTM zone 40N","9001","4270","16040","9807","1","0","8802","57","9102","8801","0","9102","8805","0.9996","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2315[] = {"27120","Naparima 1972 / UTM zone 20N","9001","4271","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2316[] = {"27200","NZGD49 / New Zealand Map Grid","9001","4272","19917","9811","1","0","8806","2510000","9001","8807","6023150","9001","8801","-41","9102","8802","173","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2317[] = {"27205","NZGD49 / Mount Eden Circuit","9001","4272","17901","9807","1","0","8805","0.9999","9201","8806","300000","9001","8802","174.45516217","9110","8807","700000","9001","8801","-36.5247515","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2318[] = {"27206","NZGD49 / Bay of Plenty Circuit","9001","4272","17902","9807","1","0","8802","176.27583101","9110","8807","700000","9001","8806","300000","9001","8801","-37.45404993","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2319[] = {"27207","NZGD49 / Poverty Bay Circuit","9001","4272","17903","9807","1","0","8806","300000","9001","8805","1","9201","8802","177.53082906","9110","8801","-38.372893","9110","8807","700000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2320[] = {"27208","NZGD49 / Hawkes Bay Circuit","9001","4272","17904","9807","1","0","8802","176.40252499","9110","8801","-39.39033455","9110","8807","700000","9001","8806","300000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2321[] = {"27209","NZGD49 / Taranaki Circuit","9001","4272","17905","9807","1","0","8805","1","9201","8801","-39.08087299","9110","8807","700000","9001","8802","174.13408423","9110","8806","300000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2322[] = {"27210","NZGD49 / Tuhirangi Circuit","9001","4272","17906","9807","1","0","8807","700000","9001","8805","1","9201","8802","175.38241325","9110","8806","300000","9001","8801","-39.30448934","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2323[] = {"27211","NZGD49 / Wanganui Circuit","9001","4272","17907","9807","1","0","8807","700000","9001","8801","-40.14310097","9110","8805","1","9201","8806","300000","9001","8802","175.29171586","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2324[] = {"27212","NZGD49 / Wairarapa Circuit","9001","4272","17908","9807","1","0","8801","-40.55319175","9110","8802","175.38504588","9110","8807","700000","9001","8806","300000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2325[] = {"27213","NZGD49 / Wellington Circuit","9001","4272","17909","9807","1","0","8806","300000","9001","8807","700000","9001","8805","1","9201","8801","-41.18047507","9110","8802","174.46358432","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2326[] = {"27214","NZGD49 / Collingwood Circuit","9001","4272","17910","9807","1","0","8802","172.40193674","9110","8806","300000","9001","8805","1","9201","8807","700000","9001","8801","-40.42531326","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2327[] = {"27215","NZGD49 / Nelson Circuit","9001","4272","17911","9807","1","0","8802","173.17575405","9110","8805","1","9201","8806","300000","9001","8807","700000","9001","8801","-41.1628361","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2328[] = {"27216","NZGD49 / Karamea Circuit","9001","4272","17912","9807","1","0","8807","700000","9001","8806","300000","9001","8805","1","9201","8801","-41.17236815","9110","8802","172.06325015","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2329[] = {"27217","NZGD49 / Buller Circuit","9001","4272","17913","9807","1","0","8805","1","9201","8801","-41.48388903","9110","8806","300000","9001","8807","700000","9001","8802","171.34525362","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2330[] = {"27218","NZGD49 / Grey Circuit","9001","4272","17914","9807","1","0","8805","1","9201","8802","171.32591767","9110","8806","300000","9001","8807","700000","9001","8801","-42.20012994","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2331[] = {"27219","NZGD49 / Amuri Circuit","9001","4272","17915","9807","1","0","8805","1","9201","8806","300000","9001","8807","700000","9001","8801","-42.41208197","9110","8802","173.00364802","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2332[] = {"27220","NZGD49 / Marlborough Circuit","9001","4272","17916","9807","1","0","8806","300000","9001","8802","173.48074668","9110","8807","700000","9001","8805","1","9201","8801","-41.3240152","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2333[] = {"27221","NZGD49 / Hokitika Circuit","9001","4272","17917","9807","1","0","8801","-42.53107605","9110","8806","300000","9001","8805","1","9201","8807","700000","9001","8802","170.58479766","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2334[] = {"27222","NZGD49 / Okarito Circuit","9001","4272","17918","9807","1","0","8802","170.1539333","9110","8806","300000","9001","8805","1","9201","8801","-43.06364613","9110","8807","700000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2335[] = {"27223","NZGD49 / Jacksons Bay Circuit","9001","4272","17919","9807","1","0","8807","700000","9001","8802","168.36225612","9110","8805","1","9201","8801","-43.58400904","9110","8806","300000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2336[] = {"27224","NZGD49 / Mount Pleasant Circuit","9001","4272","17920","9807","1","0","8801","-43.35262953","9110","8807","700000","9001","8806","300000","9001","8802","172.43378969","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2337[] = {"27225","NZGD49 / Gawler Circuit","9001","4272","17921","9807","1","0","8807","700000","9001","8806","300000","9001","8805","1","9201","8801","-43.44553616","9110","8802","171.21386945","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2338[] = {"27226","NZGD49 / Timaru Circuit","9001","4272","17922","9807","1","0","8805","1","9201","8806","300000","9001","8807","700000","9001","8802","171.0326103","9110","8801","-44.24079933","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2339[] = {"27227","NZGD49 / Lindis Peak Circuit","9001","4272","17923","9807","1","0","8805","1","9201","8802","169.28039183","9110","8807","700000","9001","8806","300000","9001","8801","-44.44069647","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2340[] = {"27228","NZGD49 / Mount Nicholas Circuit","9001","4272","17924","9807","1","0","8801","-45.07584493","9110","8806","300000","9001","8807","700000","9001","8805","1","9201","8802","168.23551083","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2341[] = {"27229","NZGD49 / Mount York Circuit","9001","4272","17925","9807","1","0","8806","300000","9001","8805","1","9201","8807","700000","9001","8801","-45.33494142","9110","8802","167.44199024","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2342[] = {"27230","NZGD49 / Observation Point Circuit","9001","4272","17926","9807","1","0","8802","170.37429426","9110","8807","700000","9001","8801","-45.48583078","9110","8805","1","9201","8806","300000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2343[] = {"27231","NZGD49 / North Taieri Circuit","9001","4272","17927","9807","1","0","8802","170.16573208","9110","8805","0.99996","9201","8806","300000","9001","8807","700000","9001","8801","-45.51414481","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2344[] = {"27232","NZGD49 / Bluff Circuit","9001","4272","17928","9807","1","0","8806","300002.66","9001","8805","1","9201","8801","-46.36000346","9110","8807","699999.58","9001","8802","168.20343392","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2345[] = {"27258","NZGD49 / UTM zone 58S","9001","4272","16158","9807","1","0","8805","0.9996","9201","8802","165","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2346[] = {"27259","NZGD49 / UTM zone 59S","9001","4272","16159","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","171","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2347[] = {"27260","NZGD49 / UTM zone 60S","9001","4272","16160","9807","1","0","8802","177","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2348[] = {"27291","NZGD49 / North Island Grid","9040","4272","18141","9807","1","0","8802","175.3","9110","8805","1","9201","8806","300000","9040","8807","400000","9040","8801","-39","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2349[] = {"27292","NZGD49 / South Island Grid","9040","4272","18142","9807","1","0","8807","500000","9040","8806","500000","9040","8802","171.3","9110","8801","-44","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2350[] = {"27391","NGO 1948 (Oslo) / NGO zone I","9001","4817","18221","9807","1","0","8806","0","9001","8807","0","9001","8802","-4.4","9110","8801","58","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2351[] = {"27392","NGO 1948 (Oslo) / NGO zone II","9001","4817","18222","9807","1","0","8807","0","9001","8801","58","9110","8802","-2.2","9110","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2352[] = {"27393","NGO 1948 (Oslo) / NGO zone III","9001","4817","18223","9807","1","0","8805","1","9201","8802","0","9110","8801","58","9110","8807","0","9001","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2353[] = {"27394","NGO 1948 (Oslo) / NGO zone IV","9001","4817","18224","9807","1","0","8807","0","9001","8801","58","9110","8806","0","9001","8805","1","9201","8802","2.3","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2354[] = {"27395","NGO 1948 (Oslo) / NGO zone V","9001","4817","18225","9807","1","0","8801","58","9110","8802","6.1","9110","8807","0","9001","8805","1","9201","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2355[] = {"27396","NGO 1948 (Oslo) / NGO zone VI","9001","4817","18226","9807","1","0","8801","58","9110","8805","1","9201","8806","0","9001","8807","0","9001","8802","10.1","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2356[] = {"27397","NGO 1948 (Oslo) / NGO zone VII","9001","4817","18227","9807","1","0","8802","14.1","9110","8807","0","9001","8805","1","9201","8806","0","9001","8801","58","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2357[] = {"27398","NGO 1948 (Oslo) / NGO zone VIII","9001","4817","18228","9807","1","0","8802","18.2","9110","8801","58","9110","8805","1","9201","8806","0","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2358[] = {"27429","Datum 73 / UTM zone 29N","9001","4274","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2359[] = {"27492","Datum 73 / Modified Portuguese Grid","9001","4274","19974","9807","1","0","8806","180.598","9001","8802","-8.0754862","9110","8801","39.4","9110","8805","1","9201","8807","-86.99","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2360[] = {"27500","ATF (Paris) / Nord de Guerre","9001","4901","19903","9801","1","0","8806","500000","9001","8807","300000","9001","8805","0.99950908","9201","8801","55","9105","8802","6","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2361[] = {"27561","NTF (Paris) / Lambert Nord France","9001","4807","18091","9801","1","0","8802","0","9105","8805","0.999877341","9201","8807","200000","9001","8806","600000","9001","8801","55","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2362[] = {"27562","NTF (Paris) / Lambert Centre France","9001","4807","18092","9801","1","0","8806","600000","9001","8805","0.99987742","9201","8807","200000","9001","8802","0","9105","8801","52","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2363[] = {"27563","NTF (Paris) / Lambert Sud France","9001","4807","18093","9801","1","0","8807","200000","9001","8806","600000","9001","8805","0.999877499","9201","8801","49","9105","8802","0","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2364[] = {"27564","NTF (Paris) / Lambert Corse","9001","4807","18094","9801","1","0","8802","0","9105","8805","0.99994471","9201","8807","185861.369","9001","8806","234.358","9001","8801","46.85","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2365[] = {"27571","NTF (Paris) / Lambert zone I","9001","4807","18081","9801","1","0","8801","55","9105","8802","0","9105","8806","600000","9001","8805","0.999877341","9201","8807","1200000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2366[] = {"27572","NTF (Paris) / Lambert zone II","9001","4807","18082","9801","1","0","8807","2200000","9001","8805","0.99987742","9201","8802","0","9105","8806","600000","9001","8801","52","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2367[] = {"27573","NTF (Paris) / Lambert zone III","9001","4807","18083","9801","1","0","8807","3200000","9001","8806","600000","9001","8802","0","9105","8805","0.999877499","9201","8801","49","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2368[] = {"27574","NTF (Paris) / Lambert zone IV","9001","4807","18084","9801","1","0","8801","46.85","9105","8802","0","9105","8805","0.99994471","9201","8807","4185861.369","9001","8806","234.358","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2369[] = {"27581","NTF (Paris) / France I","9001","4807","18081","9801","1","1","8801","55","9105","8802","0","9105","8806","600000","9001","8805","0.999877341","9201","8807","1200000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2370[] = {"27582","NTF (Paris) / France II","9001","4807","18082","9801","1","1","8807","2200000","9001","8805","0.99987742","9201","8802","0","9105","8806","600000","9001","8801","52","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2371[] = {"27583","NTF (Paris) / France III","9001","4807","18083","9801","1","1","8807","3200000","9001","8806","600000","9001","8802","0","9105","8805","0.999877499","9201","8801","49","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2372[] = {"27584","NTF (Paris) / France IV","9001","4807","18084","9801","1","1","8801","46.85","9105","8802","0","9105","8805","0.99994471","9201","8807","4185861.369","9001","8806","234.358","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2373[] = {"27591","NTF (Paris) / Nord France","9001","4807","18091","9801","1","1","8802","0","9105","8805","0.999877341","9201","8807","200000","9001","8806","600000","9001","8801","55","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2374[] = {"27592","NTF (Paris) / Centre France","9001","4807","18092","9801","1","1","8806","600000","9001","8805","0.99987742","9201","8807","200000","9001","8802","0","9105","8801","52","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2375[] = {"27593","NTF (Paris) / Sud France","9001","4807","18093","9801","1","1","8807","200000","9001","8806","600000","9001","8805","0.999877499","9201","8801","49","9105","8802","0","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2376[] = {"27594","NTF (Paris) / Corse","9001","4807","18094","9801","1","1","8802","0","9105","8805","0.99994471","9201","8807","185861.369","9001","8806","234.358","9001","8801","46.85","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2377[] = {"27700","OSGB 1936 / British National Grid","9001","4277","19916","9807","1","0","8801","49","9102","8805","0.9996012717","9201","8802","-2","9102","8806","400000","9001","8807","-100000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2378[] = {"28191","Palestine 1923 / Palestine Grid","9001","4281","18201","9806","1","0","8801","31.4402749","9110","8806","170251.555","9001","8807","126867.909","9001","8802","35.124349","9110","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2379[] = {"28192","Palestine 1923 / Palestine Belt","9001","4281","18202","9807","1","0","8802","35.124349","9110","8801","31.4402749","9110","8807","1126867.909","9001","8805","1","9201","8806","170251.555","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2380[] = {"28193","Palestine 1923 / Israeli CS Grid","9001","4281","18203","9806","1","0","8806","170251.555","9001","8807","1126867.909","9001","8801","31.4402749","9110","8802","35.124349","9110","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2381[] = {"28232","Pointe Noire / UTM zone 32S","9001","4282","16132","9807","1","0","8802","9","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2382[] = {"28348","GDA94 / MGA zone 48","9001","4283","17348","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","105","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2383[] = {"28349","GDA94 / MGA zone 49","9001","4283","17349","9807","1","0","8805","0.9996","9201","8801","0","9102","8802","111","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2384[] = {"28350","GDA94 / MGA zone 50","9001","4283","17350","9807","1","0","8802","117","9102","8806","500000","9001","8805","0.9996","9201","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2385[] = {"28351","GDA94 / MGA zone 51","9001","4283","17351","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","123","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2386[] = {"28352","GDA94 / MGA zone 52","9001","4283","17352","9807","1","0","8806","500000","9001","8802","129","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2387[] = {"28353","GDA94 / MGA zone 53","9001","4283","17353","9807","1","0","8802","135","9102","8805","0.9996","9201","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2388[] = {"28354","GDA94 / MGA zone 54","9001","4283","17354","9807","1","0","8802","141","9102","8807","10000000","9001","8801","0","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2389[] = {"28355","GDA94 / MGA zone 55","9001","4283","17355","9807","1","0","8805","0.9996","9201","8802","147","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2390[] = {"28356","GDA94 / MGA zone 56","9001","4283","17356","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","8802","153","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2391[] = {"28357","GDA94 / MGA zone 57","9001","4283","17357","9807","1","0","8801","0","9102","8802","159","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2392[] = {"28358","GDA94 / MGA zone 58","9001","4283","17358","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","165","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2393[] = {"28402","Pulkovo 1942 / Gauss-Kruger zone 2","9001","4284","16202","9807","1","0","8802","9","9102","8801","0","9102","8806","2500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2394[] = {"28403","Pulkovo 1942 / Gauss-Kruger zone 3","9001","4284","16203","9807","1","0","8806","3500000","9001","8805","1","9201","8802","15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2395[] = {"28404","Pulkovo 1942 / Gauss-Kruger zone 4","9001","4284","16204","9807","1","0","8802","21","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2396[] = {"28405","Pulkovo 1942 / Gauss-Kruger zone 5","9001","4284","16205","9807","1","0","8806","5500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2397[] = {"28406","Pulkovo 1942 / Gauss-Kruger zone 6","9001","4284","16206","9807","1","0","8807","0","9001","8806","6500000","9001","8801","0","9102","8805","1","9201","8802","33","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2398[] = {"28407","Pulkovo 1942 / Gauss-Kruger zone 7","9001","4284","16207","9807","1","0","8805","1","9201","8802","39","9102","8801","0","9102","8806","7500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2399[] = {"28408","Pulkovo 1942 / Gauss-Kruger zone 8","9001","4284","16208","9807","1","0","8806","8500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2400[] = {"28409","Pulkovo 1942 / Gauss-Kruger zone 9","9001","4284","16209","9807","1","0","8801","0","9102","8807","0","9001","8802","51","9102","8806","9500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2401[] = {"28410","Pulkovo 1942 / Gauss-Kruger zone 10","9001","4284","16210","9807","1","0","8801","0","9102","8806","10500000","9001","8805","1","9201","8802","57","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2402[] = {"28411","Pulkovo 1942 / Gauss-Kruger zone 11","9001","4284","16211","9807","1","0","8807","0","9001","8806","11500000","9001","8805","1","9201","8802","63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2403[] = {"28412","Pulkovo 1942 / Gauss-Kruger zone 12","9001","4284","16212","9807","1","0","8802","69","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","12500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2404[] = {"28413","Pulkovo 1942 / Gauss-Kruger zone 13","9001","4284","16213","9807","1","0","8802","75","9102","8801","0","9102","8807","0","9001","8806","13500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2405[] = {"28414","Pulkovo 1942 / Gauss-Kruger zone 14","9001","4284","16214","9807","1","0","8807","0","9001","8806","14500000","9001","8801","0","9102","8805","1","9201","8802","81","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2406[] = {"28415","Pulkovo 1942 / Gauss-Kruger zone 15","9001","4284","16215","9807","1","0","8801","0","9102","8805","1","9201","8802","87","9102","8806","15500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2407[] = {"28416","Pulkovo 1942 / Gauss-Kruger zone 16","9001","4284","16216","9807","1","0","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","8806","16500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2408[] = {"28417","Pulkovo 1942 / Gauss-Kruger zone 17","9001","4284","16217","9807","1","0","8801","0","9102","8807","0","9001","8802","99","9102","8806","17500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2409[] = {"28418","Pulkovo 1942 / Gauss-Kruger zone 18","9001","4284","16218","9807","1","0","8805","1","9201","8802","105","9102","8801","0","9102","8806","18500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2410[] = {"28419","Pulkovo 1942 / Gauss-Kruger zone 19","9001","4284","16219","9807","1","0","8806","19500000","9001","8805","1","9201","8802","111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2411[] = {"28420","Pulkovo 1942 / Gauss-Kruger zone 20","9001","4284","16220","9807","1","0","8802","117","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","20500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2412[] = {"28421","Pulkovo 1942 / Gauss-Kruger zone 21","9001","4284","16221","9807","1","0","8805","1","9201","8802","123","9102","8801","0","9102","8807","0","9001","8806","21500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2413[] = {"28422","Pulkovo 1942 / Gauss-Kruger zone 22","9001","4284","16222","9807","1","0","8807","0","9001","8806","22500000","9001","8801","0","9102","8805","1","9201","8802","129","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2414[] = {"28423","Pulkovo 1942 / Gauss-Kruger zone 23","9001","4284","16223","9807","1","0","8805","1","9201","8802","135","9102","8801","0","9102","8806","23500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2415[] = {"28424","Pulkovo 1942 / Gauss-Kruger zone 24","9001","4284","16224","9807","1","0","8807","0","9001","8806","24500000","9001","8805","1","9201","8802","141","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2416[] = {"28425","Pulkovo 1942 / Gauss-Kruger zone 25","9001","4284","16225","9807","1","0","8802","147","9102","8801","0","9102","8807","0","9001","8806","25500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2417[] = {"28426","Pulkovo 1942 / Gauss-Kruger zone 26","9001","4284","16226","9807","1","0","8801","0","9102","8806","26500000","9001","8805","1","9201","8802","153","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2418[] = {"28427","Pulkovo 1942 / Gauss-Kruger zone 27","9001","4284","16227","9807","1","0","8807","0","9001","8806","27500000","9001","8805","1","9201","8802","159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2419[] = {"28428","Pulkovo 1942 / Gauss-Kruger zone 28","9001","4284","16228","9807","1","0","8802","165","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","28500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2420[] = {"28429","Pulkovo 1942 / Gauss-Kruger zone 29","9001","4284","16229","9807","1","0","8802","171","9102","8801","0","9102","8807","0","9001","8806","29500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2421[] = {"28430","Pulkovo 1942 / Gauss-Kruger zone 30","9001","4284","16230","9807","1","0","8807","0","9001","8806","30500000","9001","8801","0","9102","8805","1","9201","8802","177","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2422[] = {"28431","Pulkovo 1942 / Gauss-Kruger zone 31","9001","4284","16231","9807","1","0","8802","-177","9102","8801","0","9102","8805","1","9201","8806","31500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2423[] = {"28432","Pulkovo 1942 / Gauss-Kruger zone 32","9001","4284","16232","9807","1","0","8805","1","9201","8802","-171","9102","8801","0","9102","8807","0","9001","8806","32500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2424[] = {"28462","Pulkovo 1942 / Gauss-Kruger 2N","9001","4284","16302","9807","1","1","8807","0","9001","8805","1","9201","8806","500000","9001","8802","9","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2425[] = {"28463","Pulkovo 1942 / Gauss-Kruger 3N","9001","4284","16303","9807","1","1","8805","1","9201","8801","0","9102","8807","0","9001","8806","500000","9001","8802","15","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2426[] = {"28464","Pulkovo 1942 / Gauss-Kruger 4N","9001","4284","16304","9807","1","1","8805","1","9201","8802","21","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2427[] = {"28465","Pulkovo 1942 / Gauss-Kruger 5N","9001","4284","16305","9807","1","1","8806","500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2428[] = {"28466","Pulkovo 1942 / Gauss-Kruger 6N","9001","4284","16306","9807","1","1","8801","0","9102","8807","0","9001","8802","33","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2429[] = {"28467","Pulkovo 1942 / Gauss-Kruger 7N","9001","4284","16307","9807","1","1","8801","0","9102","8806","500000","9001","8805","1","9201","8802","39","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2430[] = {"28468","Pulkovo 1942 / Gauss-Kruger 8N","9001","4284","16308","9807","1","1","8807","0","9001","8806","500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2431[] = {"28469","Pulkovo 1942 / Gauss-Kruger 9N","9001","4284","16309","9807","1","1","8801","0","9102","8802","51","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2432[] = {"28470","Pulkovo 1942 / Gauss-Kruger 10N","9001","4284","16310","9807","1","1","8802","57","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2433[] = {"28471","Pulkovo 1942 / Gauss-Kruger 11N","9001","4284","16311","9807","1","1","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","8802","63","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2434[] = {"28472","Pulkovo 1942 / Gauss-Kruger 12N","9001","4284","16312","9807","1","1","8801","0","9102","8805","1","9201","8802","69","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2435[] = {"28473","Pulkovo 1942 / Gauss-Kruger 13N","9001","4284","16313","9807","1","1","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2436[] = {"28474","Pulkovo 1942 / Gauss-Kruger 14N","9001","4284","16314","9807","1","1","8801","0","9102","8807","0","9001","8802","81","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2437[] = {"28475","Pulkovo 1942 / Gauss-Kruger 15N","9001","4284","16315","9807","1","1","8802","87","9102","8806","500000","9001","8805","1","9201","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2438[] = {"28476","Pulkovo 1942 / Gauss-Kruger 16N","9001","4284","16316","9807","1","1","8806","500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2439[] = {"28477","Pulkovo 1942 / Gauss-Kruger 17N","9001","4284","16317","9807","1","1","8802","99","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2440[] = {"28478","Pulkovo 1942 / Gauss-Kruger 18N","9001","4284","16318","9807","1","1","8805","1","9201","8802","105","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2441[] = {"28479","Pulkovo 1942 / Gauss-Kruger 19N","9001","4284","16319","9807","1","1","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2442[] = {"28480","Pulkovo 1942 / Gauss-Kruger 20N","9001","4284","16320","9807","1","1","8805","1","9201","8802","117","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2443[] = {"28481","Pulkovo 1942 / Gauss-Kruger 21N","9001","4284","16321","9807","1","1","8806","500000","9001","8807","0","9001","8805","1","9201","8802","123","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2444[] = {"28482","Pulkovo 1942 / Gauss-Kruger 22N","9001","4284","16322","9807","1","1","8801","0","9102","8807","0","9001","8802","129","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2445[] = {"28483","Pulkovo 1942 / Gauss-Kruger 23N","9001","4284","16323","9807","1","1","8801","0","9102","8806","500000","9001","8805","1","9201","8802","135","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2446[] = {"28484","Pulkovo 1942 / Gauss-Kruger 24N","9001","4284","16324","9807","1","1","8806","500000","9001","8805","1","9201","8802","141","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2447[] = {"28485","Pulkovo 1942 / Gauss-Kruger 25N","9001","4284","16325","9807","1","1","8802","147","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2448[] = {"28486","Pulkovo 1942 / Gauss-Kruger 26N","9001","4284","16326","9807","1","1","8802","153","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2449[] = {"28487","Pulkovo 1942 / Gauss-Kruger 27N","9001","4284","16327","9807","1","1","8807","0","9001","8806","500000","9001","8805","1","9201","8802","159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2450[] = {"28488","Pulkovo 1942 / Gauss-Kruger 28N","9001","4284","16328","9807","1","1","8806","500000","9001","8805","1","9201","8802","165","9102","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2451[] = {"28489","Pulkovo 1942 / Gauss-Kruger 29N","9001","4284","16329","9807","1","1","8805","1","9201","8802","171","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2452[] = {"28490","Pulkovo 1942 / Gauss-Kruger 30N","9001","4284","16330","9807","1","1","8801","0","9102","8807","0","9001","8802","177","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2453[] = {"28491","Pulkovo 1942 / Gauss-Kruger 31N","9001","4284","16331","9807","1","1","8801","0","9102","8806","500000","9001","8805","1","9201","8807","0","9001","8802","-177","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2454[] = {"28492","Pulkovo 1942 / Gauss-Kruger 32N","9001","4284","16332","9807","1","1","8806","500000","9001","8805","1","9201","8802","-171","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2455[] = {"28600","Qatar 1974 / Qatar National Grid","9001","4285","19919","9807","1","0","8805","0.99999","9201","8806","200000","9001","8802","51.13","9110","8801","24.27","9110","8807","300000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2456[] = {"28991","Amersfoort / RD Old","9001","4289","19913","9809","1","0","8802","5.23155","9110","8801","52.0922178","9110","8807","0","9001","8805","0.9999079","9201","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2457[] = {"28992","Amersfoort / RD New","9001","4289","19914","9809","1","0","8807","463000","9001","8806","155000","9001","8802","5.23155","9110","8805","0.9999079","9201","8801","52.0922178","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2458[] = {"29100","SAD69 / Brazil Polyconic","9001","4291","19941","9818","1","1","8807","10000000","9001","8806","5000000","9001","8801","0","9102","8802","-54","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2459[] = {"29101","SAD69 / Brazil Polyconic","9001","4618","19941","9818","1","0","8807","10000000","9001","8806","5000000","9001","8801","0","9102","8802","-54","9102","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2460[] = {"29118","SAD69 / UTM zone 18N","9001","4291","16018","9807","1","1","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2461[] = {"29119","SAD69 / UTM zone 19N","9001","4291","16019","9807","1","1","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2462[] = {"29120","SAD69 / UTM zone 20N","9001","4291","16020","9807","1","1","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2463[] = {"29121","SAD69 / UTM zone 21N","9001","4291","16021","9807","1","1","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2464[] = {"29122","SAD69 / UTM zone 22N","9001","4291","16022","9807","1","1","8802","-51","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2465[] = {"29168","SAD69 / UTM zone 18N","9001","4618","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2466[] = {"29169","SAD69 / UTM zone 19N","9001","4618","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2467[] = {"29170","SAD69 / UTM zone 20N","9001","4618","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2468[] = {"29171","SAD69 / UTM zone 21N","9001","4618","16021","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2469[] = {"29172","SAD69 / UTM zone 22N","9001","4618","16022","9807","1","0","8802","-51","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2470[] = {"29177","SAD69 / UTM zone 17S","9001","4291","16117","9807","1","1","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-81","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2471[] = {"29178","SAD69 / UTM zone 18S","9001","4291","16118","9807","1","1","8801","0","9102","8805","0.9996","9201","8802","-75","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2472[] = {"29179","SAD69 / UTM zone 19S","9001","4291","16119","9807","1","1","8805","0.9996","9201","8802","-69","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2473[] = {"29180","SAD69 / UTM zone 20S","9001","4291","16120","9807","1","1","8801","0","9102","8807","10000000","9001","8802","-63","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2474[] = {"29181","SAD69 / UTM zone 21S","9001","4291","16121","9807","1","1","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2475[] = {"29182","SAD69 / UTM zone 22S","9001","4291","16122","9807","1","1","8806","500000","9001","8805","0.9996","9201","8802","-51","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2476[] = {"29183","SAD69 / UTM zone 23S","9001","4291","16123","9807","1","1","8802","-45","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2477[] = {"29184","SAD69 / UTM zone 24S","9001","4291","16124","9807","1","1","8805","0.9996","9201","8802","-39","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2478[] = {"29185","SAD69 / UTM zone 25S","9001","4291","16125","9807","1","1","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-33","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2479[] = {"29187","SAD69 / UTM zone 17S","9001","4618","16117","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-81","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2480[] = {"29188","SAD69 / UTM zone 18S","9001","4618","16118","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","-75","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2481[] = {"29189","SAD69 / UTM zone 19S","9001","4618","16119","9807","1","0","8805","0.9996","9201","8802","-69","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2482[] = {"29190","SAD69 / UTM zone 20S","9001","4618","16120","9807","1","0","8801","0","9102","8807","10000000","9001","8802","-63","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2483[] = {"29191","SAD69 / UTM zone 21S","9001","4618","16121","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2484[] = {"29192","SAD69 / UTM zone 22S","9001","4618","16122","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-51","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2485[] = {"29193","SAD69 / UTM zone 23S","9001","4618","16123","9807","1","0","8802","-45","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2486[] = {"29194","SAD69 / UTM zone 24S","9001","4618","16124","9807","1","0","8805","0.9996","9201","8802","-39","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2487[] = {"29195","SAD69 / UTM zone 25S","9001","4618","16125","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-33","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2488[] = {"29220","Sapper Hill 1943 / UTM zone 20S","9001","4292","16120","9807","1","0","8801","0","9102","8807","10000000","9001","8802","-63","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2489[] = {"29221","Sapper Hill 1943 / UTM zone 21S","9001","4292","16121","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2490[] = {"29333","Schwarzeck / UTM zone 33S","9001","4293","16133","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","15","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2491[] = {"29371","Schwarzeck / Lo22/11","9031","4293","17611","9808","1","0","8807","0","9031","8806","0","9031","8805","1","9201","8802","11","9102","8801","-22","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2492[] = {"29373","Schwarzeck / Lo22/13","9031","4293","17613","9808","1","0","8802","13","9102","8801","-22","9102","8805","1","9201","8807","0","9031","8806","0","9031","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2493[] = {"29375","Schwarzeck / Lo22/15","9031","4293","17615","9808","1","0","8802","15","9102","8801","-22","9102","8807","0","9031","8806","0","9031","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2494[] = {"29377","Schwarzeck / Lo22/17","9031","4293","17617","9808","1","0","8801","-22","9102","8806","0","9031","8805","1","9201","8802","17","9102","8807","0","9031","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2495[] = {"29379","Schwarzeck / Lo22/19","9031","4293","17619","9808","1","0","8805","1","9201","8806","0","9031","8807","0","9031","8801","-22","9102","8802","19","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2496[] = {"29381","Schwarzeck / Lo22/21","9031","4293","17621","9808","1","0","8805","1","9201","8802","21","9102","8801","-22","9102","8807","0","9031","8806","0","9031","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2497[] = {"29383","Schwarzeck / Lo22/23","9031","4293","17623","9808","1","0","8801","-22","9102","8802","23","9102","8807","0","9031","8806","0","9031","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2498[] = {"29385","Schwarzeck / Lo22/25","9031","4293","17625","9808","1","0","8801","-22","9102","8806","0","9031","8805","1","9201","8807","0","9031","8802","25","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2499[] = {"29635","Sudan / UTM zone 35N","9001","4296","16035","9807","1","1","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","27","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2500[] = {"29636","Sudan / UTM zone 36N","9001","4296","16036","9807","1","1","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","33","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2501[] = {"29700","Tananarive (Paris) / Laborde Grid","9001","4810","19911","9815","1","1","8813","21","9105","8814","21","9105","8811","-21","9105","8816","400000","9001","8815","0.9995","9201","8812","49","9105","8817","800000","9001 ",NULL};
+datafile_rows_t pcs_row_2502[] = {"29701","Tananarive (Paris) / Laborde Grid","9001","4810","19861","9813","1","0","8811","-21","9105","8807","800000","9001","8806","400000","9001","8815","0.9995","9201","8813","21","9105","8812","49","9105","",""," ",NULL};
+datafile_rows_t pcs_row_2503[] = {"29702","Tananarive (Paris) / Laborde Grid approximation","9001","4810","19911","9815","1","0","8813","21","9105","8814","21","9105","8811","-21","9105","8816","400000","9001","8815","0.9995","9201","8812","49","9105","8817","800000","9001 ",NULL};
+datafile_rows_t pcs_row_2504[] = {"29738","Tananarive / UTM zone 38S","9001","4297","16138","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","45","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2505[] = {"29739","Tananarive / UTM zone 39S","9001","4297","16139","9807","1","0","8802","51","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2506[] = {"29849","Timbalai 1948 / UTM zone 49N","9001","4298","16049","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2507[] = {"29850","Timbalai 1948 / UTM zone 50N","9001","4298","16050","9807","1","0","8801","0","9102","8807","0","9001","8802","117","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2508[] = {"29871","Timbalai 1948 / RSO Borneo (ch)","9042","4298","19956","9815","1","0","8814","53.07483685","9110","8815","0.99984","9201","8817","22014.3572","9042","8811","4","9110","8816","29352.4763","9042","8812","115","9110","8813","53.18569537","9110 ",NULL};
+datafile_rows_t pcs_row_2509[] = {"29872","Timbalai 1948 / RSO Borneo (ft)","9041","4298","19957","9815","1","0","8812","115","9110","8815","0.99984","9201","8814","53.07483685","9110","8813","53.18569537","9110","8816","1937263.44","9041","8811","4","9110","8817","1452947.58","9041 ",NULL};
+datafile_rows_t pcs_row_2510[] = {"29873","Timbalai 1948 / RSO Borneo (m)","9001","4298","19958","9815","1","0","8811","4","9110","8813","53.18569537","9110","8817","442857.65","9001","8812","115","9110","8814","53.07483685","9110","8815","0.99984","9201","8816","590476.87","9001 ",NULL};
+datafile_rows_t pcs_row_2511[] = {"29900","TM65 / Irish National Grid","9001","4299","19908","9807","1","1","8801","53.3","9110","8806","200000","9001","8807","250000","9001","8802","-8","9110","8805","1.000035","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2512[] = {"29901","OSNI 1952 / Irish National Grid","9001","4188","19973","9807","1","0","8807","250000","9001","8802","-8","9110","8801","53.3","9110","8805","1","9201","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2513[] = {"29902","TM65 / Irish Grid","9001","4299","19972","9807","1","0","8807","250000","9001","8805","1.000035","9201","8802","-8","9110","8806","200000","9001","8801","53.3","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2514[] = {"29903","TM75 / Irish Grid","9001","4300","19972","9807","1","0","8807","250000","9001","8805","1.000035","9201","8802","-8","9110","8806","200000","9001","8801","53.3","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2515[] = {"30161","Tokyo / Japan Plane Rectangular CS I","9001","4301","17801","9807","1","0","8801","33","9110","8805","0.9999","9201","8802","129.3","9110","8806","0","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2516[] = {"30162","Tokyo / Japan Plane Rectangular CS II","9001","4301","17802","9807","1","0","8802","131","9110","8806","0","9001","8807","0","9001","8805","0.9999","9201","8801","33","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2517[] = {"30163","Tokyo / Japan Plane Rectangular CS III","9001","4301","17803","9807","1","0","8805","0.9999","9201","8806","0","9001","8801","36","9110","8802","132.1","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2518[] = {"30164","Tokyo / Japan Plane Rectangular CS IV","9001","4301","17804","9807","1","0","8801","33","9110","8802","133.3","9110","8806","0","9001","8805","0.9999","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2519[] = {"30165","Tokyo / Japan Plane Rectangular CS V","9001","4301","17805","9807","1","0","8805","0.9999","9201","8802","134.2","9110","8807","0","9001","8806","0","9001","8801","36","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2520[] = {"30166","Tokyo / Japan Plane Rectangular CS VI","9001","4301","17806","9807","1","0","8801","36","9110","8807","0","9001","8802","136","9110","8805","0.9999","9201","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2521[] = {"30167","Tokyo / Japan Plane Rectangular CS VII","9001","4301","17807","9807","1","0","8802","137.1","9110","8801","36","9110","8807","0","9001","8806","0","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2522[] = {"30168","Tokyo / Japan Plane Rectangular CS VIII","9001","4301","17808","9807","1","0","8806","0","9001","8801","36","9110","8807","0","9001","8802","138.3","9110","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2523[] = {"30169","Tokyo / Japan Plane Rectangular CS IX","9001","4301","17809","9807","1","0","8801","36","9110","8802","139.5","9110","8805","0.9999","9201","8806","0","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2524[] = {"30170","Tokyo / Japan Plane Rectangular CS X","9001","4301","17810","9807","1","0","8805","0.9999","9201","8802","140.5","9110","8807","0","9001","8801","40","9110","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2525[] = {"30171","Tokyo / Japan Plane Rectangular CS XI","9001","4301","17811","9807","1","0","8801","44","9110","8802","140.15","9110","8807","0","9001","8806","0","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2526[] = {"30172","Tokyo / Japan Plane Rectangular CS XII","9001","4301","17812","9807","1","0","8802","142.15","9110","8805","0.9999","9201","8807","0","9001","8801","44","9110","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2527[] = {"30173","Tokyo / Japan Plane Rectangular CS XIII","9001","4301","17813","9807","1","0","8802","144.15","9110","8807","0","9001","8801","44","9110","8805","0.9999","9201","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2528[] = {"30174","Tokyo / Japan Plane Rectangular CS XIV","9001","4301","17814","9807","1","0","8802","142","9110","8805","0.9999","9201","8806","0","9001","8807","0","9001","8801","26","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2529[] = {"30175","Tokyo / Japan Plane Rectangular CS XV","9001","4301","17815","9807","1","0","8807","0","9001","8805","0.9999","9201","8801","26","9110","8806","0","9001","8802","127.3","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2530[] = {"30176","Tokyo / Japan Plane Rectangular CS XVI","9001","4301","17816","9807","1","0","8807","0","9001","8806","0","9001","8805","0.9999","9201","8801","26","9110","8802","124","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2531[] = {"30177","Tokyo / Japan Plane Rectangular CS XVII","9001","4301","17817","9807","1","0","8802","131","9110","8805","0.9999","9201","8806","0","9001","8801","26","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2532[] = {"30178","Tokyo / Japan Plane Rectangular CS XVIII","9001","4301","17818","9807","1","0","8801","20","9110","8807","0","9001","8805","0.9999","9201","8806","0","9001","8802","136","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2533[] = {"30179","Tokyo / Japan Plane Rectangular CS XIX","9001","4301","17819","9807","1","0","8801","26","9110","8806","0","9001","8802","154","9110","8807","0","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2534[] = {"30200","Trinidad 1903 / Trinidad Grid","9039","4302","19925","9806","1","0","8806","430000","9039","8801","10.263","9110","8807","325000","9039","8802","-61.2","9110","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2535[] = {"30339","TC(1948) / UTM zone 39N","9001","4303","16039","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","51","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2536[] = {"30340","TC(1948) / UTM zone 40N","9001","4303","16040","9807","1","0","8802","57","9102","8801","0","9102","8805","0.9996","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2537[] = {"30491","Voirol 1875 / Nord Algerie (ancienne)","9001","4304","18011","9801","1","0","8802","3","9105","8807","300000","9001","8806","500000","9001","8801","40","9105","8805","0.999625544","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2538[] = {"30492","Voirol 1875 / Sud Algerie (ancienne)","9001","4304","18012","9801","1","0","8805","0.999625769","9201","8807","300000","9001","8806","500000","9001","8802","3","9105","8801","37","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2539[] = {"30493","Voirol 1879 / Nord Algerie (ancienne)","9001","4671","18011","9801","1","0","8802","3","9105","8807","300000","9001","8806","500000","9001","8801","40","9105","8805","0.999625544","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2540[] = {"30494","Voirol 1879 / Sud Algerie (ancienne)","9001","4671","18012","9801","1","0","8805","0.999625769","9201","8807","300000","9001","8806","500000","9001","8802","3","9105","8801","37","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2541[] = {"30729","Nord Sahara 1959 / UTM zone 29N","9001","4307","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2542[] = {"30730","Nord Sahara 1959 / UTM zone 30N","9001","4307","16030","9807","1","0","8805","0.9996","9201","8802","-3","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2543[] = {"30731","Nord Sahara 1959 / UTM zone 31N","9001","4307","16031","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","3","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2544[] = {"30732","Nord Sahara 1959 / UTM zone 32N","9001","4307","16032","9807","1","0","8805","0.9996","9201","8802","9","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2545[] = {"30791","Nord Sahara 1959 / Voirol Unifie Nord","9001","4307","18021","9801","1","0","8802","3","9105","8807","300090","9001","8806","500135","9001","8805","0.999625544","9201","8801","40","9105","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2546[] = {"30792","Nord Sahara 1959 / Voirol Unifie Sud","9001","4307","18022","9801","1","0","8805","0.999625769","9201","8807","300090","9001","8801","37","9105","8802","3","9105","8806","500135","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2547[] = {"30800","RT38 2.5 gon W","9001","4308","19929","9807","1","1","8807","0","9001","8802","15.48298","9110","8805","1","9201","8806","1500000","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2548[] = {"31028","Yoff / UTM zone 28N","9001","4310","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2549[] = {"31121","Zanderij / UTM zone 21N","9001","4311","16021","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2550[] = {"31154","Zanderij / TM 54 NW","9001","4311","17054","9807","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-54","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2551[] = {"31170","Zanderij / Suriname Old TM","9001","4311","19954","9807","1","0","8802","-55.41","9110","8801","0","9110","8806","500000","9001","8807","0","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2552[] = {"31171","Zanderij / Suriname TM","9001","4311","19955","9807","1","0","8801","0","9110","8802","-55.41","9110","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2553[] = {"31251","MGI (Ferro) / Austria GK West Zone","9001","4805","18001","9807","1","0","8806","0","9001","8805","1","9201","8807","-5000000","9001","8802","28","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2554[] = {"31252","MGI (Ferro) / Austria GK Central Zone","9001","4805","18002","9807","1","0","8807","-5000000","9001","8801","0","9102","8806","0","9001","8805","1","9201","8802","31","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2555[] = {"31253","MGI (Ferro) / Austria GK East Zone","9001","4805","18003","9807","1","0","8802","34","9102","8805","1","9201","8806","0","9001","8807","-5000000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2556[] = {"31254","MGI / Austria GK West","9001","4312","18004","9807","1","0","8807","-5000000","9001","8806","0","9001","8805","1","9201","8801","0","9110","8802","10.2","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2557[] = {"31255","MGI / Austria GK Central","9001","4312","18005","9807","1","0","8806","0","9001","8801","0","9110","8807","-5000000","9001","8802","13.2","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2558[] = {"31256","MGI / Austria GK East","9001","4312","18006","9807","1","0","8805","1","9201","8802","16.2","9110","8806","0","9001","8807","-5000000","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2559[] = {"31257","MGI / Austria GK M28","9001","4312","18007","9807","1","0","8807","-5000000","9001","8805","1","9201","8802","10.2","9110","8806","150000","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2560[] = {"31258","MGI / Austria GK M31","9001","4312","18008","9807","1","0","8801","0","9110","8802","13.2","9110","8807","-5000000","9001","8805","1","9201","8806","450000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2561[] = {"31259","MGI / Austria GK M34","9001","4312","18009","9807","1","0","8806","750000","9001","8805","1","9201","8801","0","9110","8802","16.2","9110","8807","-5000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2562[] = {"31265","MGI / 3-degree Gauss zone 5","9001","4312","16265","9807","1","1","8801","0","9102","8807","0","9001","8802","15","9102","8806","5500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2563[] = {"31266","MGI / 3-degree Gauss zone 6","9001","4312","16266","9807","1","1","8802","18","9102","8801","0","9102","8806","6500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2564[] = {"31267","MGI / 3-degree Gauss zone 7","9001","4312","16267","9807","1","1","8806","7500000","9001","8805","1","9201","8802","21","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2565[] = {"31268","MGI / 3-degree Gauss zone 8","9001","4312","16268","9807","1","1","8802","24","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","8500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2566[] = {"31275","MGI / Balkans zone 5","9001","4312","18275","9807","1","0","8802","15","9102","8805","0.9999","9201","8806","5500000","9001","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2567[] = {"31276","MGI / Balkans zone 6","9001","4312","18276","9807","1","0","8805","0.9999","9201","8802","18","9102","8806","6500000","9001","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2568[] = {"31277","MGI / Balkans zone 7","9001","4312","18277","9807","1","0","8807","0","9001","8805","0.9999","9201","8801","0","9102","8802","21","9102","8806","7500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2569[] = {"31278","MGI / Balkans zone 8","9001","4312","18277","9807","1","1","8807","0","9001","8805","0.9999","9201","8801","0","9102","8802","21","9102","8806","7500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2570[] = {"31279","MGI / Balkans zone 8","9001","4312","18278","9807","1","0","8807","0","9001","8802","24","9102","8801","0","9102","8806","8500000","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2571[] = {"31281","MGI (Ferro) / Austria West Zone","9001","4805","18041","9807","1","0","8801","0","9102","8807","0","9001","8802","28","9102","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2572[] = {"31282","MGI (Ferro) / Austria Central Zone","9001","4805","18042","9807","1","0","8805","1","9201","8802","31","9102","8806","0","9001","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2573[] = {"31283","MGI (Ferro) / Austria East Zone","9001","4805","18043","9807","1","0","8801","0","9102","8802","34","9102","8807","0","9001","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2574[] = {"31284","MGI / Austria M28","9001","4312","18044","9807","1","0","8805","1","9201","8807","0","9001","8806","150000","9001","8802","10.2","9110","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2575[] = {"31285","MGI / Austria M31","9001","4312","18045","9807","1","0","8801","0","9110","8806","450000","9001","8805","1","9201","8807","0","9001","8802","13.2","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2576[] = {"31286","MGI / Austria M34","9001","4312","18046","9807","1","0","8801","0","9110","8802","16.2","9110","8806","750000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2577[] = {"31287","MGI / Austria Lambert","9001","4312","19947","9802","1","0","8827","400000","9001","8821","47.3","9110","8824","46","9110","8826","400000","9001","8823","49","9110","8822","13.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_2578[] = {"31288","MGI (Ferro) / M28","9001","4805","18047","9807","1","0","8802","28","9102","8805","1","9201","8807","0","9001","8806","150000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2579[] = {"31289","MGI (Ferro) / M31","9001","4805","18048","9807","1","0","8807","0","9001","8806","450000","9001","8802","31","9102","8805","1","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2580[] = {"31290","MGI (Ferro) / M34","9001","4805","18049","9807","1","0","8801","0","9102","8806","750000","9001","8802","34","9102","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2581[] = {"31291","MGI (Ferro) / Austria West Zone","9001","4805","18041","9807","1","1","8801","0","9102","8807","0","9001","8802","28","9102","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2582[] = {"31292","MGI (Ferro) / Austria Central Zone","9001","4805","18042","9807","1","1","8805","1","9201","8802","31","9102","8806","0","9001","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2583[] = {"31293","MGI (Ferro) / Austria East Zone","9001","4805","18043","9807","1","1","8801","0","9102","8802","34","9102","8807","0","9001","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2584[] = {"31294","MGI / M28","9001","4312","18044","9807","1","1","8805","1","9201","8807","0","9001","8806","150000","9001","8802","10.2","9110","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2585[] = {"31295","MGI / M31","9001","4312","18045","9807","1","1","8801","0","9110","8806","450000","9001","8805","1","9201","8807","0","9001","8802","13.2","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2586[] = {"31296","MGI / M34","9001","4312","18046","9807","1","1","8801","0","9110","8802","16.2","9110","8806","750000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2587[] = {"31297","MGI / Austria Lambert","9001","4312","19947","9802","1","1","8827","400000","9001","8821","47.3","9110","8824","46","9110","8826","400000","9001","8823","49","9110","8822","13.2","9110","",""," ",NULL};
+datafile_rows_t pcs_row_2588[] = {"31300","Belge 1972 / Belge Lambert 72","9001","4313","19902","9803","1","0","8826","150000.01256","9001","8827","5400088.4378","9001","8823","49.5","9110","8821","90","9110","8822","4.2124983","9110","8824","51.1","9110","",""," ",NULL};
+datafile_rows_t pcs_row_2589[] = {"31370","Belge 1972 / Belgian Lambert 72","9001","4313","19961","9802","1","0","8822","4.2202952","9110","8823","51.100000204","9110","8821","90","9110","8824","49.500000204","9110","8826","150000.013","9001","8827","5400088.438","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2590[] = {"31461","DHDN / 3-degree Gauss zone 1","9001","4314","16261","9807","1","1","8802","3","9102","8801","0","9102","8807","0","9001","8806","1500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2591[] = {"31462","DHDN / 3-degree Gauss zone 2","9001","4314","16262","9807","1","1","8807","0","9001","8806","2500000","9001","8801","0","9102","8805","1","9201","8802","6","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2592[] = {"31463","DHDN / 3-degree Gauss zone 3","9001","4314","16263","9807","1","1","8805","1","9201","8802","9","9102","8801","0","9102","8806","3500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2593[] = {"31464","DHDN / 3-degree Gauss zone 4","9001","4314","16264","9807","1","1","8805","1","9201","8802","12","9102","8801","0","9102","8807","0","9001","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2594[] = {"31465","DHDN / 3-degree Gauss zone 5","9001","4314","16265","9807","1","1","8801","0","9102","8807","0","9001","8802","15","9102","8806","5500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2595[] = {"31466","DHDN / Gauss-Kruger zone 2","9001","4314","16262","9807","1","0","8807","0","9001","8806","2500000","9001","8801","0","9102","8805","1","9201","8802","6","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2596[] = {"31467","DHDN / Gauss-Kruger zone 3","9001","4314","16263","9807","1","0","8805","1","9201","8802","9","9102","8801","0","9102","8806","3500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2597[] = {"31468","DHDN / Gauss-Kruger zone 4","9001","4314","16264","9807","1","0","8805","1","9201","8802","12","9102","8801","0","9102","8807","0","9001","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2598[] = {"31469","DHDN / Gauss-Kruger zone 5","9001","4314","16265","9807","1","0","8801","0","9102","8807","0","9001","8802","15","9102","8806","5500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2599[] = {"31528","Conakry 1905 / UTM zone 28N","9001","4315","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2600[] = {"31529","Conakry 1905 / UTM zone 29N","9001","4315","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2601[] = {"31600","Dealul Piscului 1933/ Stereo 33","9001","4316","19927","9809","1","0","8807","500000","9001","8802","25.23328772","9110","8805","0.9996667","9201","8806","500000","9001","8801","45.54","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2602[] = {"31700","Dealul Piscului 1970/ Stereo 70","9001","4317","19926","9809","1","0","8807","500000","9001","8801","46","9102","8806","500000","9001","8805","0.99975","9201","8802","25","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2603[] = {"31838","NGN / UTM zone 38N","9001","4318","16038","9807","1","0","8802","45","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2604[] = {"31839","NGN / UTM zone 39N","9001","4318","16039","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","51","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2605[] = {"31900","KUDAMS / KTM","9001","4319","19928","9807","1","1","8801","0","9102","8805","0.9996","9201","8806","500000","9001","8802","48","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2606[] = {"31901","KUDAMS / KTM","9001","4319","19997","9807","1","0","8805","1","9201","8801","0","9102","8806","500000","9001","8807","0","9001","8802","48","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2607[] = {"31965","SIRGAS 2000 / UTM zone 11N","9001","4674","16011","9807","1","0","8802","-117","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2608[] = {"31966","SIRGAS 2000 / UTM zone 12N","9001","4674","16012","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2609[] = {"31967","SIRGAS 2000 / UTM zone 13N","9001","4674","16013","9807","1","0","8802","-105","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2610[] = {"31968","SIRGAS 2000 / UTM zone 14N","9001","4674","16014","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-99","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2611[] = {"31969","SIRGAS 2000 / UTM zone 15N","9001","4674","16015","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-93","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2612[] = {"31970","SIRGAS 2000 / UTM zone 16N","9001","4674","16016","9807","1","0","8805","0.9996","9201","8802","-87","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2613[] = {"31971","SIRGAS 2000 / UTM zone 17N","9001","4674","16017","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2614[] = {"31972","SIRGAS 2000 / UTM zone 18N","9001","4674","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2615[] = {"31973","SIRGAS 2000 / UTM zone 19N","9001","4674","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2616[] = {"31974","SIRGAS 2000 / UTM zone 20N","9001","4674","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2617[] = {"31975","SIRGAS 2000 / UTM zone 21N","9001","4674","16021","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2618[] = {"31976","SIRGAS 2000 / UTM zone 22N","9001","4674","16022","9807","1","0","8802","-51","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2619[] = {"31977","SIRGAS 2000 / UTM zone 17S","9001","4674","16117","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-81","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2620[] = {"31978","SIRGAS 2000 / UTM zone 18S","9001","4674","16118","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","-75","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2621[] = {"31979","SIRGAS 2000 / UTM zone 19S","9001","4674","16119","9807","1","0","8805","0.9996","9201","8802","-69","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2622[] = {"31980","SIRGAS 2000 / UTM zone 20S","9001","4674","16120","9807","1","0","8801","0","9102","8807","10000000","9001","8802","-63","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2623[] = {"31981","SIRGAS 2000 / UTM zone 21S","9001","4674","16121","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2624[] = {"31982","SIRGAS 2000 / UTM zone 22S","9001","4674","16122","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-51","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2625[] = {"31983","SIRGAS 2000 / UTM zone 23S","9001","4674","16123","9807","1","0","8802","-45","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2626[] = {"31984","SIRGAS 2000 / UTM zone 24S","9001","4674","16124","9807","1","0","8805","0.9996","9201","8802","-39","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2627[] = {"31985","SIRGAS 2000 / UTM zone 25S","9001","4674","16125","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-33","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2628[] = {"31986","SIRGAS / UTM zone 17N","9001","4170","16017","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2629[] = {"31987","SIRGAS / UTM zone 18N","9001","4170","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2630[] = {"31988","SIRGAS / UTM zone 19N","9001","4170","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2631[] = {"31989","SIRGAS / UTM zone 20N","9001","4170","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2632[] = {"31990","SIRGAS / UTM zone 21N","9001","4170","16021","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2633[] = {"31991","SIRGAS / UTM zone 22N","9001","4170","16022","9807","1","0","8802","-51","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2634[] = {"31992","SIRGAS / UTM zone 17S","9001","4170","16117","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-81","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2635[] = {"31993","SIRGAS / UTM zone 18S","9001","4170","16118","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","-75","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2636[] = {"31994","SIRGAS / UTM zone 19S","9001","4170","16119","9807","1","0","8805","0.9996","9201","8802","-69","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2637[] = {"31995","SIRGAS / UTM zone 20S","9001","4170","16120","9807","1","0","8801","0","9102","8807","10000000","9001","8802","-63","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2638[] = {"31996","SIRGAS / UTM zone 21S","9001","4170","16121","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2639[] = {"31997","SIRGAS / UTM zone 22S","9001","4170","16122","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-51","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2640[] = {"31998","SIRGAS / UTM zone 23S","9001","4170","16123","9807","1","0","8802","-45","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2641[] = {"31999","SIRGAS / UTM zone 24S","9001","4170","16124","9807","1","0","8805","0.9996","9201","8802","-39","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2642[] = {"32000","SIRGAS / UTM zone 25S","9001","4170","16125","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-33","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2643[] = {"32001","NAD27 / Montana North","9003","4267","12501","9802","1","0","8821","47","9110","8822","-109.3","9110","8823","48.43","9110","8824","47.51","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2644[] = {"32002","NAD27 / Montana Central","9003","4267","12502","9802","1","0","8821","45.5","9110","8822","-109.3","9110","8823","47.53","9110","8824","46.27","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2645[] = {"32003","NAD27 / Montana South","9003","4267","12503","9802","1","0","8821","44","9110","8822","-109.3","9110","8823","46.24","9110","8824","44.52","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2646[] = {"32005","NAD27 / Nebraska North","9003","4267","12601","9802","1","0","8821","41.2","9110","8822","-100","9110","8823","41.51","9110","8824","42.49","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2647[] = {"32006","NAD27 / Nebraska South","9003","4267","12602","9802","1","0","8821","39.4","9110","8822","-99.3","9110","8823","40.17","9110","8824","41.43","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2648[] = {"32007","NAD27 / Nevada East","9003","4267","12701","9807","1","0","8801","34.45","9110","8802","-115.35","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2649[] = {"32008","NAD27 / Nevada Central","9003","4267","12702","9807","1","0","8801","34.45","9110","8802","-116.4","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2650[] = {"32009","NAD27 / Nevada West","9003","4267","12703","9807","1","0","8801","34.45","9110","8802","-118.35","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2651[] = {"32010","NAD27 / New Hampshire","9003","4267","12800","9807","1","0","8801","42.3","9110","8802","-71.4","9110","8805","0.999966667","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2652[] = {"32011","NAD27 / New Jersey","9003","4267","12900","9807","1","0","8801","38.5","9110","8802","-74.4","9110","8805","0.999975","9201","8806","2000000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2653[] = {"32012","NAD27 / New Mexico East","9003","4267","13001","9807","1","0","8801","31","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2654[] = {"32013","NAD27 / New Mexico Central","9003","4267","13002","9807","1","0","8801","31","9110","8802","-106.15","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2655[] = {"32014","NAD27 / New Mexico West","9003","4267","13003","9807","1","0","8801","31","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2656[] = {"32015","NAD27 / New York East","9003","4267","13101","9807","1","0","8801","40","9110","8802","-74.2","9110","8805","0.999966667","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2657[] = {"32016","NAD27 / New York Central","9003","4267","13102","9807","1","0","8801","40","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2658[] = {"32017","NAD27 / New York West","9003","4267","13103","9807","1","0","8801","40","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2659[] = {"32018","NAD27 / New York Long Island","9003","4267","13104","9802","1","0","8821","40.3","9110","8822","-74","9110","8823","41.02","9110","8824","40.4","9110","8826","1000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2660[] = {"32019","NAD27 / North Carolina","9003","4267","13200","9802","1","0","8821","33.45","9110","8822","-79","9110","8823","34.2","9110","8824","36.1","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2661[] = {"32020","NAD27 / North Dakota North","9003","4267","13301","9802","1","0","8821","47","9110","8822","-100.3","9110","8823","47.26","9110","8824","48.44","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2662[] = {"32021","NAD27 / North Dakota South","9003","4267","13302","9802","1","0","8821","45.4","9110","8822","-100.3","9110","8823","46.11","9110","8824","47.29","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2663[] = {"32022","NAD27 / Ohio North","9003","4267","13401","9802","1","0","8821","39.4","9110","8822","-82.3","9110","8823","40.26","9110","8824","41.42","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2664[] = {"32023","NAD27 / Ohio South","9003","4267","13402","9802","1","0","8821","38","9110","8822","-82.3","9110","8823","38.44","9110","8824","40.02","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2665[] = {"32024","NAD27 / Oklahoma North","9003","4267","13501","9802","1","0","8821","35","9110","8822","-98","9110","8823","35.34","9110","8824","36.46","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2666[] = {"32025","NAD27 / Oklahoma South","9003","4267","13502","9802","1","0","8821","33.2","9110","8822","-98","9110","8823","33.56","9110","8824","35.14","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2667[] = {"32026","NAD27 / Oregon North","9003","4267","13601","9802","1","0","8821","43.4","9110","8822","-120.3","9110","8823","44.2","9110","8824","46","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2668[] = {"32027","NAD27 / Oregon South","9003","4267","13602","9802","1","0","8821","41.4","9110","8822","-120.3","9110","8823","42.2","9110","8824","44","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2669[] = {"32028","NAD27 / Pennsylvania North","9003","4267","13701","9802","1","0","8821","40.1","9110","8822","-77.45","9110","8823","40.53","9110","8824","41.57","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2670[] = {"32029","NAD27 / Pennsylvania South","9003","4267","13702","9802","1","0","8821","39.2","9110","8822","-77.45","9110","8823","39.56","9110","8824","40.48","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2671[] = {"32030","NAD27 / Rhode Island","9003","4267","13800","9807","1","0","8801","41.05","9110","8802","-71.3","9110","8805","0.9999938","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2672[] = {"32031","NAD27 / South Carolina North","9003","4267","13901","9802","1","0","8821","33","9110","8822","-81","9110","8823","33.46","9110","8824","34.58","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2673[] = {"32033","NAD27 / South Carolina South","9003","4267","13902","9802","1","0","8821","31.5","9110","8822","-81","9110","8823","32.2","9110","8824","33.4","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2674[] = {"32034","NAD27 / South Dakota North","9003","4267","14001","9802","1","0","8821","43.5","9110","8822","-100","9110","8823","44.25","9110","8824","45.41","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2675[] = {"32035","NAD27 / South Dakota South","9003","4267","14002","9802","1","0","8821","42.2","9110","8822","-100.2","9110","8823","42.5","9110","8824","44.24","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2676[] = {"32036","NAD27 / Tennessee","9003","4267","14100","9802","1","1","8821","34.4","9110","8822","-86","9110","8823","35.15","9110","8824","36.25","9110","8826","100000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2677[] = {"32037","NAD27 / Texas North","9003","4267","14201","9802","1","0","8821","34","9110","8822","-101.3","9110","8823","34.39","9110","8824","36.11","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2678[] = {"32038","NAD27 / Texas North Central","9003","4267","14202","9802","1","0","8821","31.4","9110","8822","-97.3","9110","8823","32.08","9110","8824","33.58","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2679[] = {"32039","NAD27 / Texas Central","9003","4267","14203","9802","1","0","8821","29.4","9110","8822","-100.2","9110","8823","30.07","9110","8824","31.53","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2680[] = {"32040","NAD27 / Texas South Central","9003","4267","14204","9802","1","0","8821","27.5","9110","8822","-99","9110","8823","28.23","9110","8824","30.17","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2681[] = {"32041","NAD27 / Texas South","9003","4267","14205","9802","1","0","8821","25.4","9110","8822","-98.3","9110","8823","26.1","9110","8824","27.5","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2682[] = {"32042","NAD27 / Utah North","9003","4267","14301","9802","1","0","8821","40.2","9110","8822","-111.3","9110","8823","40.43","9110","8824","41.47","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2683[] = {"32043","NAD27 / Utah Central","9003","4267","14302","9802","1","0","8821","38.2","9110","8822","-111.3","9110","8823","39.01","9110","8824","40.39","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2684[] = {"32044","NAD27 / Utah South","9003","4267","14303","9802","1","0","8821","36.4","9110","8822","-111.3","9110","8823","37.13","9110","8824","38.21","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2685[] = {"32045","NAD27 / Vermont","9003","4267","14400","9807","1","0","8801","42.3","9110","8802","-72.3","9110","8805","0.999964286","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2686[] = {"32046","NAD27 / Virginia North","9003","4267","14501","9802","1","0","8821","37.4","9110","8822","-78.3","9110","8823","38.02","9110","8824","39.12","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2687[] = {"32047","NAD27 / Virginia South","9003","4267","14502","9802","1","0","8821","36.2","9110","8822","-78.3","9110","8823","36.46","9110","8824","37.58","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2688[] = {"32048","NAD27 / Washington North","9003","4267","14601","9802","1","0","8821","47","9110","8822","-120.5","9110","8823","47.3","9110","8824","48.44","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2689[] = {"32049","NAD27 / Washington South","9003","4267","14602","9802","1","0","8821","45.2","9110","8822","-120.3","9110","8823","45.5","9110","8824","47.2","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2690[] = {"32050","NAD27 / West Virginia North","9003","4267","14701","9802","1","0","8821","38.3","9110","8822","-79.3","9110","8823","39","9110","8824","40.15","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2691[] = {"32051","NAD27 / West Virginia South","9003","4267","14702","9802","1","0","8821","37","9110","8822","-81","9110","8823","37.29","9110","8824","38.53","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2692[] = {"32052","NAD27 / Wisconsin North","9003","4267","14801","9802","1","0","8821","45.1","9110","8822","-90","9110","8823","45.34","9110","8824","46.46","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2693[] = {"32053","NAD27 / Wisconsin Central","9003","4267","14802","9802","1","0","8821","43.5","9110","8822","-90","9110","8823","44.15","9110","8824","45.3","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2694[] = {"32054","NAD27 / Wisconsin South","9003","4267","14803","9802","1","0","8821","42","9110","8822","-90","9110","8823","42.44","9110","8824","44.04","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2695[] = {"32055","NAD27 / Wyoming East","9003","4267","14901","9807","1","0","8801","40.4","9110","8802","-105.1","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2696[] = {"32056","NAD27 / Wyoming East Central","9003","4267","14902","9807","1","0","8801","40.4","9110","8802","-107.2","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2697[] = {"32057","NAD27 / Wyoming West Central","9003","4267","14903","9807","1","0","8801","40.4","9110","8802","-108.45","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2698[] = {"32058","NAD27 / Wyoming West","9003","4267","14904","9807","1","0","8801","40.4","9110","8802","-110.05","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2699[] = {"32061","NAD27 / Guatemala Norte","9001","4267","18211","9801","1","0","8807","292209.579","9001","8805","0.99992226","9201","8801","16.49","9110","8806","500000","9001","8802","-90.2","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2700[] = {"32062","NAD27 / Guatemala Sur","9001","4267","18212","9801","1","0","8802","-90.2","9110","8801","14.54","9110","8807","325992.681","9001","8805","0.99989906","9201","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2701[] = {"32064","NAD27 / BLM 14N (ftUS)","9003","4267","15914","9807","1","0","8807","0","9003","8806","1640416.67","9003","8805","0.9996","9201","8802","-99","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2702[] = {"32065","NAD27 / BLM 15N (ftUS)","9003","4267","15915","9807","1","0","8802","-93","9102","8801","0","9102","8805","0.9996","9201","8807","0","9003","8806","1640416.67","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2703[] = {"32066","NAD27 / BLM 16N (ftUS)","9003","4267","15916","9807","1","0","8802","-87","9102","8801","0","9102","8807","0","9003","8806","1640416.67","9003","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2704[] = {"32067","NAD27 / BLM 17N (ftUS)","9003","4267","15917","9807","1","0","8807","0","9003","8806","1640416.67","9003","8801","0","9102","8805","0.9996","9201","8802","-81","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2705[] = {"32074","NAD27 / BLM 14N (feet)","9003","4267","15914","9807","1","1","8807","0","9003","8806","1640416.67","9003","8805","0.9996","9201","8802","-99","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2706[] = {"32075","NAD27 / BLM 15N (feet)","9003","4267","15915","9807","1","1","8802","-93","9102","8801","0","9102","8805","0.9996","9201","8807","0","9003","8806","1640416.67","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2707[] = {"32076","NAD27 / BLM 16N (feet)","9003","4267","15916","9807","1","1","8802","-87","9102","8801","0","9102","8807","0","9003","8806","1640416.67","9003","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2708[] = {"32077","NAD27 / BLM 17N (feet)","9003","4267","15917","9807","1","1","8807","0","9003","8806","1640416.67","9003","8801","0","9102","8805","0.9996","9201","8802","-81","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2709[] = {"32081","NAD27 / MTM zone 1","9001","4267","17701","9807","1","0","8802","-53","9102","8801","0","9102","8805","0.9999","9201","8807","0","9001","8806","304800","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2710[] = {"32082","NAD27 / MTM zone 2","9001","4267","17702","9807","1","0","8807","0","9001","8801","0","9102","8802","-56","9102","8805","0.9999","9201","8806","304800","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2711[] = {"32083","NAD27 / MTM zone 3","9001","4267","17703","9807","1","0","8807","0","9001","8801","0","9110","8806","304800","9001","8805","0.9999","9201","8802","-58.3","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2712[] = {"32084","NAD27 / MTM zone 4","9001","4267","17704","9807","1","0","8805","0.9999","9201","8802","-61.3","9110","8801","0","9110","8806","304800","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2713[] = {"32085","NAD27 / MTM zone 5","9001","4267","17705","9807","1","0","8802","-64.3","9110","8806","304800","9001","8807","0","9001","8801","0","9110","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2714[] = {"32086","NAD27 / MTM zone 6","9001","4267","17706","9807","1","0","8801","0","9110","8802","-67.3","9110","8807","0","9001","8806","304800","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2715[] = {"32098","NAD27 / Quebec Lambert","9001","4267","19944","9802","1","0","8822","-68.3","9110","8826","0","9001","8821","44","9110","8823","60","9110","8824","46","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2716[] = {"32099","NAD27 / Louisiana Offshore","9003","4267","11703","9802","1","0","8821","25.4","9110","8822","-91.2","9110","8823","27.5","9110","8824","26.1","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t pcs_row_2717[] = {"32100","NAD83 / Montana","9001","4269","12530","9802","1","0","8821","44.15","9110","8822","-109.3","9110","8823","49","9110","8824","45","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2718[] = {"32104","NAD83 / Nebraska","9001","4269","12630","9802","1","0","8821","39.5","9110","8822","-100","9110","8823","43","9110","8824","40","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2719[] = {"32107","NAD83 / Nevada East","9001","4269","12731","9807","1","0","8801","34.45","9110","8802","-115.35","9110","8805","0.9999","9201","8806","200000","9001","8807","8000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2720[] = {"32108","NAD83 / Nevada Central","9001","4269","12732","9807","1","0","8801","34.45","9110","8802","-116.4","9110","8805","0.9999","9201","8806","500000","9001","8807","6000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2721[] = {"32109","NAD83 / Nevada West","9001","4269","12733","9807","1","0","8801","34.45","9110","8802","-118.35","9110","8805","0.9999","9201","8806","800000","9001","8807","4000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2722[] = {"32110","NAD83 / New Hampshire","9001","4269","12830","9807","1","0","8801","42.3","9110","8802","-71.4","9110","8805","0.999966667","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2723[] = {"32111","NAD83 / New Jersey","9001","4269","12930","9807","1","0","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","150000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2724[] = {"32112","NAD83 / New Mexico East","9001","4269","13031","9807","1","0","8801","31","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","165000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2725[] = {"32113","NAD83 / New Mexico Central","9001","4269","13032","9807","1","0","8801","31","9110","8802","-106.15","9110","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2726[] = {"32114","NAD83 / New Mexico West","9001","4269","13033","9807","1","0","8801","31","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","830000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2727[] = {"32115","NAD83 / New York East","9001","4269","13131","9807","1","0","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","150000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2728[] = {"32116","NAD83 / New York Central","9001","4269","13132","9807","1","0","8801","40","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","250000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2729[] = {"32117","NAD83 / New York West","9001","4269","13133","9807","1","0","8801","40","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","350000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2730[] = {"32118","NAD83 / New York Long Island","9001","4269","13134","9802","1","0","8821","40.1","9110","8822","-74","9110","8823","41.02","9110","8824","40.4","9110","8826","300000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2731[] = {"32119","NAD83 / North Carolina","9001","4269","13230","9802","1","0","8821","33.45","9110","8822","-79","9110","8823","36.1","9110","8824","34.2","9110","8826","609601.22","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2732[] = {"32120","NAD83 / North Dakota North","9001","4269","13331","9802","1","0","8821","47","9110","8822","-100.3","9110","8823","48.44","9110","8824","47.26","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2733[] = {"32121","NAD83 / North Dakota South","9001","4269","13332","9802","1","0","8821","45.4","9110","8822","-100.3","9110","8823","47.29","9110","8824","46.11","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2734[] = {"32122","NAD83 / Ohio North","9001","4269","13431","9802","1","0","8821","39.4","9110","8822","-82.3","9110","8823","41.42","9110","8824","40.26","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2735[] = {"32123","NAD83 / Ohio South","9001","4269","13432","9802","1","0","8821","38","9110","8822","-82.3","9110","8823","40.02","9110","8824","38.44","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2736[] = {"32124","NAD83 / Oklahoma North","9001","4269","13531","9802","1","0","8821","35","9110","8822","-98","9110","8823","36.46","9110","8824","35.34","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2737[] = {"32125","NAD83 / Oklahoma South","9001","4269","13532","9802","1","0","8821","33.2","9110","8822","-98","9110","8823","35.14","9110","8824","33.56","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2738[] = {"32126","NAD83 / Oregon North","9001","4269","13631","9802","1","0","8821","43.4","9110","8822","-120.3","9110","8823","46","9110","8824","44.2","9110","8826","2500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2739[] = {"32127","NAD83 / Oregon South","9001","4269","13632","9802","1","0","8821","41.4","9110","8822","-120.3","9110","8823","44","9110","8824","42.2","9110","8826","1500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2740[] = {"32128","NAD83 / Pennsylvania North","9001","4269","13731","9802","1","0","8821","40.1","9110","8822","-77.45","9110","8823","41.57","9110","8824","40.53","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2741[] = {"32129","NAD83 / Pennsylvania South","9001","4269","13732","9802","1","0","8821","39.2","9110","8822","-77.45","9110","8823","40.58","9110","8824","39.56","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2742[] = {"32130","NAD83 / Rhode Island","9001","4269","13830","9807","1","0","8801","41.05","9110","8802","-71.3","9110","8805","0.99999375","9201","8806","100000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2743[] = {"32133","NAD83 / South Carolina","9001","4269","13930","9802","1","0","8821","31.5","9110","8822","-81","9110","8823","34.5","9110","8824","32.3","9110","8826","609600","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2744[] = {"32134","NAD83 / South Dakota North","9001","4269","14031","9802","1","0","8821","43.5","9110","8822","-100","9110","8823","45.41","9110","8824","44.25","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2745[] = {"32135","NAD83 / South Dakota South","9001","4269","14032","9802","1","0","8821","42.2","9110","8822","-100.2","9110","8823","44.24","9110","8824","42.5","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2746[] = {"32136","NAD83 / Tennessee","9001","4269","14130","9802","1","0","8821","34.2","9110","8822","-86","9110","8823","36.25","9110","8824","35.15","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2747[] = {"32137","NAD83 / Texas North","9001","4269","14231","9802","1","0","8821","34","9110","8822","-101.3","9110","8823","36.11","9110","8824","34.39","9110","8826","200000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2748[] = {"32138","NAD83 / Texas North Central","9001","4269","14232","9802","1","0","8821","31.4","9110","8822","-98.3","9110","8823","33.58","9110","8824","32.08","9110","8826","600000","9001","8827","2000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2749[] = {"32139","NAD83 / Texas Central","9001","4269","14233","9802","1","0","8821","29.4","9110","8822","-100.2","9110","8823","31.53","9110","8824","30.07","9110","8826","700000","9001","8827","3000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2750[] = {"32140","NAD83 / Texas South Central","9001","4269","14234","9802","1","0","8821","27.5","9110","8822","-99","9110","8823","30.17","9110","8824","28.23","9110","8826","600000","9001","8827","4000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2751[] = {"32141","NAD83 / Texas South","9001","4269","14235","9802","1","0","8821","25.4","9110","8822","-98.3","9110","8823","27.5","9110","8824","26.1","9110","8826","300000","9001","8827","5000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2752[] = {"32142","NAD83 / Utah North","9001","4269","14331","9802","1","0","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","500000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2753[] = {"32143","NAD83 / Utah Central","9001","4269","14332","9802","1","0","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","500000","9001","8827","2000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2754[] = {"32144","NAD83 / Utah South","9001","4269","14333","9802","1","0","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","500000","9001","8827","3000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2755[] = {"32145","NAD83 / Vermont","9001","4269","14430","9807","1","0","8801","42.3","9110","8802","-72.3","9110","8805","0.999964286","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2756[] = {"32146","NAD83 / Virginia North","9001","4269","14531","9802","1","0","8821","37.4","9110","8822","-78.3","9110","8823","39.12","9110","8824","38.02","9110","8826","3500000","9001","8827","2000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2757[] = {"32147","NAD83 / Virginia South","9001","4269","14532","9802","1","0","8821","36.2","9110","8822","-78.3","9110","8823","37.58","9110","8824","36.46","9110","8826","3500000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2758[] = {"32148","NAD83 / Washington North","9001","4269","14631","9802","1","0","8821","47","9110","8822","-120.5","9110","8823","48.44","9110","8824","47.3","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2759[] = {"32149","NAD83 / Washington South","9001","4269","14632","9802","1","0","8821","45.2","9110","8822","-120.3","9110","8823","47.2","9110","8824","45.5","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2760[] = {"32150","NAD83 / West Virginia North","9001","4269","14731","9802","1","0","8821","38.3","9110","8822","-79.3","9110","8823","40.15","9110","8824","39","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2761[] = {"32151","NAD83 / West Virginia South","9001","4269","14732","9802","1","0","8821","37","9110","8822","-81","9110","8823","38.53","9110","8824","37.29","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2762[] = {"32152","NAD83 / Wisconsin North","9001","4269","14831","9802","1","0","8821","45.1","9110","8822","-90","9110","8823","46.46","9110","8824","45.34","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2763[] = {"32153","NAD83 / Wisconsin Central","9001","4269","14832","9802","1","0","8821","43.5","9110","8822","-90","9110","8823","45.3","9110","8824","44.15","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2764[] = {"32154","NAD83 / Wisconsin South","9001","4269","14833","9802","1","0","8821","42","9110","8822","-90","9110","8823","44.04","9110","8824","42.44","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2765[] = {"32155","NAD83 / Wyoming East","9001","4269","14931","9807","1","0","8801","40.3","9110","8802","-105.1","9110","8805","0.9999375","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2766[] = {"32156","NAD83 / Wyoming East Central","9001","4269","14932","9807","1","0","8801","40.3","9110","8802","-107.2","9110","8805","0.9999375","9201","8806","400000","9001","8807","100000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2767[] = {"32157","NAD83 / Wyoming West Central","9001","4269","14933","9807","1","0","8801","40.3","9110","8802","-108.45","9110","8805","0.9999375","9201","8806","600000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2768[] = {"32158","NAD83 / Wyoming West","9001","4269","14934","9807","1","0","8801","40.3","9110","8802","-110.05","9110","8805","0.9999375","9201","8806","800000","9001","8807","100000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2769[] = {"32161","NAD83 / Puerto Rico & Virgin Is.","9001","4269","15230","9802","1","0","8821","17.5","9110","8822","-66.26","9110","8823","18.26","9110","8824","18.02","9110","8826","200000","9001","8827","200000","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2770[] = {"32164","NAD83 / BLM 14N (ftUS)","9003","4269","15914","9807","1","0","8807","0","9003","8806","1640416.67","9003","8805","0.9996","9201","8802","-99","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2771[] = {"32165","NAD83 / BLM 15N (ftUS)","9003","4269","15915","9807","1","0","8802","-93","9102","8801","0","9102","8805","0.9996","9201","8807","0","9003","8806","1640416.67","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2772[] = {"32166","NAD83 / BLM 16N (ftUS)","9003","4269","15916","9807","1","0","8802","-87","9102","8801","0","9102","8807","0","9003","8806","1640416.67","9003","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2773[] = {"32167","NAD83 / BLM 17N (ftUS)","9003","4269","15917","9807","1","0","8807","0","9003","8806","1640416.67","9003","8801","0","9102","8805","0.9996","9201","8802","-81","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2774[] = {"32180","NAD83 / SCoPQ zone 2","9001","4269","17700","9807","1","0","8806","304800","9001","8805","0.9999","9201","8802","-55.3","9110","8807","0","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2775[] = {"32181","NAD83 / MTM zone 1","9001","4269","17701","9807","1","0","8802","-53","9102","8801","0","9102","8805","0.9999","9201","8807","0","9001","8806","304800","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2776[] = {"32182","NAD83 / MTM zone 2","9001","4269","17702","9807","1","0","8807","0","9001","8801","0","9102","8802","-56","9102","8805","0.9999","9201","8806","304800","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2777[] = {"32183","NAD83 / MTM zone 3","9001","4269","17703","9807","1","0","8807","0","9001","8801","0","9110","8806","304800","9001","8805","0.9999","9201","8802","-58.3","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2778[] = {"32184","NAD83 / MTM zone 4","9001","4269","17704","9807","1","0","8805","0.9999","9201","8802","-61.3","9110","8801","0","9110","8806","304800","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2779[] = {"32185","NAD83 / MTM zone 5","9001","4269","17705","9807","1","0","8802","-64.3","9110","8806","304800","9001","8807","0","9001","8801","0","9110","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2780[] = {"32186","NAD83 / MTM zone 6","9001","4269","17706","9807","1","0","8801","0","9110","8802","-67.3","9110","8807","0","9001","8806","304800","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2781[] = {"32187","NAD83 / MTM zone 7","9001","4269","17707","9807","1","0","8801","0","9110","8806","304800","9001","8805","0.9999","9201","8802","-70.3","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2782[] = {"32188","NAD83 / MTM zone 8","9001","4269","17708","9807","1","0","8805","0.9999","9201","8802","-73.3","9110","8801","0","9110","8807","0","9001","8806","304800","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2783[] = {"32189","NAD83 / MTM zone 9","9001","4269","17709","9807","1","0","8802","-76.3","9110","8805","0.9999","9201","8807","0","9001","8806","304800","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2784[] = {"32190","NAD83 / MTM zone 10","9001","4269","17710","9807","1","0","8802","-79.3","9110","8801","0","9110","8807","0","9001","8806","304800","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2785[] = {"32191","NAD83 / MTM zone 11","9001","4269","17711","9807","1","0","8801","0","9110","8806","304800","9001","8805","0.9999","9201","8802","-82.3","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2786[] = {"32192","NAD83 / MTM zone 12","9001","4269","17712","9807","1","0","8805","0.9999","9201","8802","-81","9102","8806","304800","9001","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2787[] = {"32193","NAD83 / MTM zone 13","9001","4269","17713","9807","1","0","8805","0.9999","9201","8802","-84","9102","8807","0","9001","8806","304800","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2788[] = {"32194","NAD83 / MTM zone 14","9001","4269","17714","9807","1","0","8801","0","9102","8802","-87","9102","8807","0","9001","8806","304800","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2789[] = {"32195","NAD83 / MTM zone 15","9001","4269","17715","9807","1","0","8807","0","9001","8805","0.9999","9201","8801","0","9102","8802","-90","9102","8806","304800","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2790[] = {"32196","NAD83 / MTM zone 16","9001","4269","17716","9807","1","0","8806","304800","9001","8805","0.9999","9201","8802","-93","9102","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2791[] = {"32197","NAD83 / MTM zone 17","9001","4269","17717","9807","1","0","8806","304800","9001","8802","-96","9102","8801","0","9102","8805","0.9999","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2792[] = {"32198","NAD83 / Quebec Lambert","9001","4269","19944","9802","1","0","8822","-68.3","9110","8826","0","9001","8821","44","9110","8823","60","9110","8824","46","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2793[] = {"32199","NAD83 / Louisiana Offshore","9001","4269","11733","9802","1","0","8821","25.3","9110","8822","-91.2","9110","8823","27.5","9110","8824","26.1","9110","8826","1000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t pcs_row_2794[] = {"32201","WGS 72 / UTM zone 1N","9001","4322","16001","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-177","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2795[] = {"32202","WGS 72 / UTM zone 2N","9001","4322","16002","9807","1","0","8801","0","9102","8807","0","9001","8802","-171","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2796[] = {"32203","WGS 72 / UTM zone 3N","9001","4322","16003","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-165","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2797[] = {"32204","WGS 72 / UTM zone 4N","9001","4322","16004","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2798[] = {"32205","WGS 72 / UTM zone 5N","9001","4322","16005","9807","1","0","8802","-153","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2799[] = {"32206","WGS 72 / UTM zone 6N","9001","4322","16006","9807","1","0","8802","-147","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2800[] = {"32207","WGS 72 / UTM zone 7N","9001","4322","16007","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-141","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2801[] = {"32208","WGS 72 / UTM zone 8N","9001","4322","16008","9807","1","0","8805","0.9996","9201","8802","-135","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2802[] = {"32209","WGS 72 / UTM zone 9N","9001","4322","16009","9807","1","0","8805","0.9996","9201","8802","-129","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2803[] = {"32210","WGS 72 / UTM zone 10N","9001","4322","16010","9807","1","0","8801","0","9102","8807","0","9001","8802","-123","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2804[] = {"32211","WGS 72 / UTM zone 11N","9001","4322","16011","9807","1","0","8802","-117","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2805[] = {"32212","WGS 72 / UTM zone 12N","9001","4322","16012","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2806[] = {"32213","WGS 72 / UTM zone 13N","9001","4322","16013","9807","1","0","8802","-105","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2807[] = {"32214","WGS 72 / UTM zone 14N","9001","4322","16014","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-99","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2808[] = {"32215","WGS 72 / UTM zone 15N","9001","4322","16015","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-93","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2809[] = {"32216","WGS 72 / UTM zone 16N","9001","4322","16016","9807","1","0","8805","0.9996","9201","8802","-87","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2810[] = {"32217","WGS 72 / UTM zone 17N","9001","4322","16017","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2811[] = {"32218","WGS 72 / UTM zone 18N","9001","4322","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2812[] = {"32219","WGS 72 / UTM zone 19N","9001","4322","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2813[] = {"32220","WGS 72 / UTM zone 20N","9001","4322","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2814[] = {"32221","WGS 72 / UTM zone 21N","9001","4322","16021","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2815[] = {"32222","WGS 72 / UTM zone 22N","9001","4322","16022","9807","1","0","8802","-51","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2816[] = {"32223","WGS 72 / UTM zone 23N","9001","4322","16023","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-45","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2817[] = {"32224","WGS 72 / UTM zone 24N","9001","4322","16024","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","-39","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2818[] = {"32225","WGS 72 / UTM zone 25N","9001","4322","16025","9807","1","0","8805","0.9996","9201","8802","-33","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2819[] = {"32226","WGS 72 / UTM zone 26N","9001","4322","16026","9807","1","0","8801","0","9102","8807","0","9001","8802","-27","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2820[] = {"32227","WGS 72 / UTM zone 27N","9001","4322","16027","9807","1","0","8805","0.9996","9201","8802","-21","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2821[] = {"32228","WGS 72 / UTM zone 28N","9001","4322","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2822[] = {"32229","WGS 72 / UTM zone 29N","9001","4322","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2823[] = {"32230","WGS 72 / UTM zone 30N","9001","4322","16030","9807","1","0","8805","0.9996","9201","8802","-3","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2824[] = {"32231","WGS 72 / UTM zone 31N","9001","4322","16031","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","3","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2825[] = {"32232","WGS 72 / UTM zone 32N","9001","4322","16032","9807","1","0","8805","0.9996","9201","8802","9","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2826[] = {"32233","WGS 72 / UTM zone 33N","9001","4322","16033","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","15","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2827[] = {"32234","WGS 72 / UTM zone 34N","9001","4322","16034","9807","1","0","8801","0","9102","8807","0","9001","8802","21","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2828[] = {"32235","WGS 72 / UTM zone 35N","9001","4322","16035","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","27","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2829[] = {"32236","WGS 72 / UTM zone 36N","9001","4322","16036","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","33","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2830[] = {"32237","WGS 72 / UTM zone 37N","9001","4322","16037","9807","1","0","8802","39","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2831[] = {"32238","WGS 72 / UTM zone 38N","9001","4322","16038","9807","1","0","8802","45","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2832[] = {"32239","WGS 72 / UTM zone 39N","9001","4322","16039","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","51","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2833[] = {"32240","WGS 72 / UTM zone 40N","9001","4322","16040","9807","1","0","8802","57","9102","8801","0","9102","8805","0.9996","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2834[] = {"32241","WGS 72 / UTM zone 41N","9001","4322","16041","9807","1","0","8805","0.9996","9201","8802","63","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2835[] = {"32242","WGS 72 / UTM zone 42N","9001","4322","16042","9807","1","0","8801","0","9102","8807","0","9001","8802","69","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2836[] = {"32243","WGS 72 / UTM zone 43N","9001","4322","16043","9807","1","0","8802","75","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2837[] = {"32244","WGS 72 / UTM zone 44N","9001","4322","16044","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2838[] = {"32245","WGS 72 / UTM zone 45N","9001","4322","16045","9807","1","0","8802","87","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2839[] = {"32246","WGS 72 / UTM zone 46N","9001","4322","16046","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2840[] = {"32247","WGS 72 / UTM zone 47N","9001","4322","16047","9807","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","99","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2841[] = {"32248","WGS 72 / UTM zone 48N","9001","4322","16048","9807","1","0","8805","0.9996","9201","8802","105","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2842[] = {"32249","WGS 72 / UTM zone 49N","9001","4322","16049","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2843[] = {"32250","WGS 72 / UTM zone 50N","9001","4322","16050","9807","1","0","8801","0","9102","8807","0","9001","8802","117","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2844[] = {"32251","WGS 72 / UTM zone 51N","9001","4322","16051","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","123","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2845[] = {"32252","WGS 72 / UTM zone 52N","9001","4322","16052","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","129","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2846[] = {"32253","WGS 72 / UTM zone 53N","9001","4322","16053","9807","1","0","8801","0","9102","8802","135","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2847[] = {"32254","WGS 72 / UTM zone 54N","9001","4322","16054","9807","1","0","8802","141","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2848[] = {"32255","WGS 72 / UTM zone 55N","9001","4322","16055","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","147","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2849[] = {"32256","WGS 72 / UTM zone 56N","9001","4322","16056","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","153","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2850[] = {"32257","WGS 72 / UTM zone 57N","9001","4322","16057","9807","1","0","8805","0.9996","9201","8802","159","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2851[] = {"32258","WGS 72 / UTM zone 58N","9001","4322","16058","9807","1","0","8801","0","9102","8807","0","9001","8802","165","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2852[] = {"32259","WGS 72 / UTM zone 59N","9001","4322","16059","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","171","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2853[] = {"32260","WGS 72 / UTM zone 60N","9001","4322","16060","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","177","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2854[] = {"32301","WGS 72 / UTM zone 1S","9001","4322","16101","9807","1","0","8802","-177","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2855[] = {"32302","WGS 72 / UTM zone 2S","9001","4322","16102","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-171","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2856[] = {"32303","WGS 72 / UTM zone 3S","9001","4322","16103","9807","1","0","8806","500000","9001","8807","10000000","9001","8802","-165","9102","8805","0.9996","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2857[] = {"32304","WGS 72 / UTM zone 4S","9001","4322","16104","9807","1","0","8805","0.9996","9201","8802","-159","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2858[] = {"32305","WGS 72 / UTM zone 5S","9001","4322","16105","9807","1","0","8801","0","9102","8802","-153","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2859[] = {"32306","WGS 72 / UTM zone 6S","9001","4322","16106","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-147","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2860[] = {"32307","WGS 72 / UTM zone 7S","9001","4322","16107","9807","1","0","8802","-141","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2861[] = {"32308","WGS 72 / UTM zone 8S","9001","4322","16108","9807","1","0","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","8802","-135","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2862[] = {"32309","WGS 72 / UTM zone 9S","9001","4322","16109","9807","1","0","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","-129","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2863[] = {"32310","WGS 72 / UTM zone 10S","9001","4322","16110","9807","1","0","8805","0.9996","9201","8802","-123","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2864[] = {"32311","WGS 72 / UTM zone 11S","9001","4322","16111","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-117","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2865[] = {"32312","WGS 72 / UTM zone 12S","9001","4322","16112","9807","1","0","8801","0","9102","8807","10000000","9001","8802","-111","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2866[] = {"32313","WGS 72 / UTM zone 13S","9001","4322","16113","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-105","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2867[] = {"32314","WGS 72 / UTM zone 14S","9001","4322","16114","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","-99","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2868[] = {"32315","WGS 72 / UTM zone 15S","9001","4322","16115","9807","1","0","8801","0","9102","8802","-93","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2869[] = {"32316","WGS 72 / UTM zone 16S","9001","4322","16116","9807","1","0","8802","-87","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2870[] = {"32317","WGS 72 / UTM zone 17S","9001","4322","16117","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-81","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2871[] = {"32318","WGS 72 / UTM zone 18S","9001","4322","16118","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","-75","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2872[] = {"32319","WGS 72 / UTM zone 19S","9001","4322","16119","9807","1","0","8805","0.9996","9201","8802","-69","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2873[] = {"32320","WGS 72 / UTM zone 20S","9001","4322","16120","9807","1","0","8801","0","9102","8807","10000000","9001","8802","-63","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2874[] = {"32321","WGS 72 / UTM zone 21S","9001","4322","16121","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2875[] = {"32322","WGS 72 / UTM zone 22S","9001","4322","16122","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-51","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2876[] = {"32323","WGS 72 / UTM zone 23S","9001","4322","16123","9807","1","0","8802","-45","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2877[] = {"32324","WGS 72 / UTM zone 24S","9001","4322","16124","9807","1","0","8805","0.9996","9201","8802","-39","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2878[] = {"32325","WGS 72 / UTM zone 25S","9001","4322","16125","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-33","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2879[] = {"32326","WGS 72 / UTM zone 26S","9001","4322","16126","9807","1","0","8805","0.9996","9201","8802","-27","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2880[] = {"32327","WGS 72 / UTM zone 27S","9001","4322","16127","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","-21","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2881[] = {"32328","WGS 72 / UTM zone 28S","9001","4322","16128","9807","1","0","8801","0","9102","8807","10000000","9001","8802","-15","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2882[] = {"32329","WGS 72 / UTM zone 29S","9001","4322","16129","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-9","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2883[] = {"32330","WGS 72 / UTM zone 30S","9001","4322","16130","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","-3","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2884[] = {"32331","WGS 72 / UTM zone 31S","9001","4322","16131","9807","1","0","8802","3","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2885[] = {"32332","WGS 72 / UTM zone 32S","9001","4322","16132","9807","1","0","8802","9","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2886[] = {"32333","WGS 72 / UTM zone 33S","9001","4322","16133","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","15","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2887[] = {"32334","WGS 72 / UTM zone 34S","9001","4322","16134","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","21","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2888[] = {"32335","WGS 72 / UTM zone 35S","9001","4322","16135","9807","1","0","8805","0.9996","9201","8802","27","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2889[] = {"32336","WGS 72 / UTM zone 36S","9001","4322","16136","9807","1","0","8801","0","9102","8807","10000000","9001","8802","33","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2890[] = {"32337","WGS 72 / UTM zone 37S","9001","4322","16137","9807","1","0","8802","39","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2891[] = {"32338","WGS 72 / UTM zone 38S","9001","4322","16138","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","45","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2892[] = {"32339","WGS 72 / UTM zone 39S","9001","4322","16139","9807","1","0","8802","51","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2893[] = {"32340","WGS 72 / UTM zone 40S","9001","4322","16140","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","57","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2894[] = {"32341","WGS 72 / UTM zone 41S","9001","4322","16141","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","63","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2895[] = {"32342","WGS 72 / UTM zone 42S","9001","4322","16142","9807","1","0","8805","0.9996","9201","8802","69","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2896[] = {"32343","WGS 72 / UTM zone 43S","9001","4322","16143","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","75","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2897[] = {"32344","WGS 72 / UTM zone 44S","9001","4322","16144","9807","1","0","8801","0","9102","8807","10000000","9001","8802","81","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2898[] = {"32345","WGS 72 / UTM zone 45S","9001","4322","16145","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","87","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2899[] = {"32346","WGS 72 / UTM zone 46S","9001","4322","16146","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2900[] = {"32347","WGS 72 / UTM zone 47S","9001","4322","16147","9807","1","0","8802","99","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2901[] = {"32348","WGS 72 / UTM zone 48S","9001","4322","16148","9807","1","0","8802","105","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2902[] = {"32349","WGS 72 / UTM zone 49S","9001","4322","16149","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2903[] = {"32350","WGS 72 / UTM zone 50S","9001","4322","16150","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","117","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2904[] = {"32351","WGS 72 / UTM zone 51S","9001","4322","16151","9807","1","0","8805","0.9996","9201","8802","123","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2905[] = {"32352","WGS 72 / UTM zone 52S","9001","4322","16152","9807","1","0","8801","0","9102","8807","10000000","9001","8802","129","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2906[] = {"32353","WGS 72 / UTM zone 53S","9001","4322","16153","9807","1","0","8805","0.9996","9201","8802","135","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2907[] = {"32354","WGS 72 / UTM zone 54S","9001","4322","16154","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","141","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2908[] = {"32355","WGS 72 / UTM zone 55S","9001","4322","16155","9807","1","0","8802","147","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2909[] = {"32356","WGS 72 / UTM zone 56S","9001","4322","16156","9807","1","0","8805","0.9996","9201","8802","153","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2910[] = {"32357","WGS 72 / UTM zone 57S","9001","4322","16157","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","159","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2911[] = {"32358","WGS 72 / UTM zone 58S","9001","4322","16158","9807","1","0","8805","0.9996","9201","8802","165","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2912[] = {"32359","WGS 72 / UTM zone 59S","9001","4322","16159","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","171","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2913[] = {"32360","WGS 72 / UTM zone 60S","9001","4322","16160","9807","1","0","8802","177","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2914[] = {"32401","WGS 72BE / UTM zone 1N","9001","4324","16001","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-177","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2915[] = {"32402","WGS 72BE / UTM zone 2N","9001","4324","16002","9807","1","0","8801","0","9102","8807","0","9001","8802","-171","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2916[] = {"32403","WGS 72BE / UTM zone 3N","9001","4324","16003","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-165","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2917[] = {"32404","WGS 72BE / UTM zone 4N","9001","4324","16004","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2918[] = {"32405","WGS 72BE / UTM zone 5N","9001","4324","16005","9807","1","0","8802","-153","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2919[] = {"32406","WGS 72BE / UTM zone 6N","9001","4324","16006","9807","1","0","8802","-147","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2920[] = {"32407","WGS 72BE / UTM zone 7N","9001","4324","16007","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-141","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2921[] = {"32408","WGS 72BE / UTM zone 8N","9001","4324","16008","9807","1","0","8805","0.9996","9201","8802","-135","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2922[] = {"32409","WGS 72BE / UTM zone 9N","9001","4324","16009","9807","1","0","8805","0.9996","9201","8802","-129","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2923[] = {"32410","WGS 72BE / UTM zone 10N","9001","4324","16010","9807","1","0","8801","0","9102","8807","0","9001","8802","-123","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2924[] = {"32411","WGS 72BE / UTM zone 11N","9001","4324","16011","9807","1","0","8802","-117","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2925[] = {"32412","WGS 72BE / UTM zone 12N","9001","4324","16012","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2926[] = {"32413","WGS 72BE / UTM zone 13N","9001","4324","16013","9807","1","0","8802","-105","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2927[] = {"32414","WGS 72BE / UTM zone 14N","9001","4324","16014","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-99","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2928[] = {"32415","WGS 72BE / UTM zone 15N","9001","4324","16015","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-93","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2929[] = {"32416","WGS 72BE / UTM zone 16N","9001","4324","16016","9807","1","0","8805","0.9996","9201","8802","-87","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2930[] = {"32417","WGS 72BE / UTM zone 17N","9001","4324","16017","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2931[] = {"32418","WGS 72BE / UTM zone 18N","9001","4324","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2932[] = {"32419","WGS 72BE / UTM zone 19N","9001","4324","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2933[] = {"32420","WGS 72BE / UTM zone 20N","9001","4324","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2934[] = {"32421","WGS 72BE / UTM zone 21N","9001","4324","16021","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2935[] = {"32422","WGS 72BE / UTM zone 22N","9001","4324","16022","9807","1","0","8802","-51","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2936[] = {"32423","WGS 72BE / UTM zone 23N","9001","4324","16023","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-45","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2937[] = {"32424","WGS 72BE / UTM zone 24N","9001","4324","16024","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","-39","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2938[] = {"32425","WGS 72BE / UTM zone 25N","9001","4324","16025","9807","1","0","8805","0.9996","9201","8802","-33","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2939[] = {"32426","WGS 72BE / UTM zone 26N","9001","4324","16026","9807","1","0","8801","0","9102","8807","0","9001","8802","-27","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2940[] = {"32427","WGS 72BE / UTM zone 27N","9001","4324","16027","9807","1","0","8805","0.9996","9201","8802","-21","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2941[] = {"32428","WGS 72BE / UTM zone 28N","9001","4324","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2942[] = {"32429","WGS 72BE / UTM zone 29N","9001","4324","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2943[] = {"32430","WGS 72BE / UTM zone 30N","9001","4324","16030","9807","1","0","8805","0.9996","9201","8802","-3","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2944[] = {"32431","WGS 72BE / UTM zone 31N","9001","4324","16031","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","3","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2945[] = {"32432","WGS 72BE / UTM zone 32N","9001","4324","16032","9807","1","0","8805","0.9996","9201","8802","9","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2946[] = {"32433","WGS 72BE / UTM zone 33N","9001","4324","16033","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","15","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2947[] = {"32434","WGS 72BE / UTM zone 34N","9001","4324","16034","9807","1","0","8801","0","9102","8807","0","9001","8802","21","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2948[] = {"32435","WGS 72BE / UTM zone 35N","9001","4324","16035","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","27","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2949[] = {"32436","WGS 72BE / UTM zone 36N","9001","4324","16036","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","33","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2950[] = {"32437","WGS 72BE / UTM zone 37N","9001","4324","16037","9807","1","0","8802","39","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2951[] = {"32438","WGS 72BE / UTM zone 38N","9001","4324","16038","9807","1","0","8802","45","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2952[] = {"32439","WGS 72BE / UTM zone 39N","9001","4324","16039","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","51","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2953[] = {"32440","WGS 72BE / UTM zone 40N","9001","4324","16040","9807","1","0","8802","57","9102","8801","0","9102","8805","0.9996","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2954[] = {"32441","WGS 72BE / UTM zone 41N","9001","4324","16041","9807","1","0","8805","0.9996","9201","8802","63","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2955[] = {"32442","WGS 72BE / UTM zone 42N","9001","4324","16042","9807","1","0","8801","0","9102","8807","0","9001","8802","69","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2956[] = {"32443","WGS 72BE / UTM zone 43N","9001","4324","16043","9807","1","0","8802","75","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2957[] = {"32444","WGS 72BE / UTM zone 44N","9001","4324","16044","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2958[] = {"32445","WGS 72BE / UTM zone 45N","9001","4324","16045","9807","1","0","8802","87","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2959[] = {"32446","WGS 72BE / UTM zone 46N","9001","4324","16046","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2960[] = {"32447","WGS 72BE / UTM zone 47N","9001","4324","16047","9807","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","99","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2961[] = {"32448","WGS 72BE / UTM zone 48N","9001","4324","16048","9807","1","0","8805","0.9996","9201","8802","105","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2962[] = {"32449","WGS 72BE / UTM zone 49N","9001","4324","16049","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2963[] = {"32450","WGS 72BE / UTM zone 50N","9001","4324","16050","9807","1","0","8801","0","9102","8807","0","9001","8802","117","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2964[] = {"32451","WGS 72BE / UTM zone 51N","9001","4324","16051","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","123","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2965[] = {"32452","WGS 72BE / UTM zone 52N","9001","4324","16052","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","129","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2966[] = {"32453","WGS 72BE / UTM zone 53N","9001","4324","16053","9807","1","0","8801","0","9102","8802","135","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2967[] = {"32454","WGS 72BE / UTM zone 54N","9001","4324","16054","9807","1","0","8802","141","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2968[] = {"32455","WGS 72BE / UTM zone 55N","9001","4324","16055","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","147","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2969[] = {"32456","WGS 72BE / UTM zone 56N","9001","4324","16056","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","153","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2970[] = {"32457","WGS 72BE / UTM zone 57N","9001","4324","16057","9807","1","0","8805","0.9996","9201","8802","159","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2971[] = {"32458","WGS 72BE / UTM zone 58N","9001","4324","16058","9807","1","0","8801","0","9102","8807","0","9001","8802","165","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2972[] = {"32459","WGS 72BE / UTM zone 59N","9001","4324","16059","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","171","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2973[] = {"32460","WGS 72BE / UTM zone 60N","9001","4324","16060","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","177","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2974[] = {"32501","WGS 72BE / UTM zone 1S","9001","4324","16101","9807","1","0","8802","-177","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2975[] = {"32502","WGS 72BE / UTM zone 2S","9001","4324","16102","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-171","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2976[] = {"32503","WGS 72BE / UTM zone 3S","9001","4324","16103","9807","1","0","8806","500000","9001","8807","10000000","9001","8802","-165","9102","8805","0.9996","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2977[] = {"32504","WGS 72BE / UTM zone 4S","9001","4324","16104","9807","1","0","8805","0.9996","9201","8802","-159","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2978[] = {"32505","WGS 72BE / UTM zone 5S","9001","4324","16105","9807","1","0","8801","0","9102","8802","-153","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2979[] = {"32506","WGS 72BE / UTM zone 6S","9001","4324","16106","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-147","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2980[] = {"32507","WGS 72BE / UTM zone 7S","9001","4324","16107","9807","1","0","8802","-141","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2981[] = {"32508","WGS 72BE / UTM zone 8S","9001","4324","16108","9807","1","0","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","8802","-135","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2982[] = {"32509","WGS 72BE / UTM zone 9S","9001","4324","16109","9807","1","0","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","-129","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2983[] = {"32510","WGS 72BE / UTM zone 10S","9001","4324","16110","9807","1","0","8805","0.9996","9201","8802","-123","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2984[] = {"32511","WGS 72BE / UTM zone 11S","9001","4324","16111","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-117","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2985[] = {"32512","WGS 72BE / UTM zone 12S","9001","4324","16112","9807","1","0","8801","0","9102","8807","10000000","9001","8802","-111","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2986[] = {"32513","WGS 72BE / UTM zone 13S","9001","4324","16113","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-105","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2987[] = {"32514","WGS 72BE / UTM zone 14S","9001","4324","16114","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","-99","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2988[] = {"32515","WGS 72BE / UTM zone 15S","9001","4324","16115","9807","1","0","8801","0","9102","8802","-93","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2989[] = {"32516","WGS 72BE / UTM zone 16S","9001","4324","16116","9807","1","0","8802","-87","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2990[] = {"32517","WGS 72BE / UTM zone 17S","9001","4324","16117","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-81","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2991[] = {"32518","WGS 72BE / UTM zone 18S","9001","4324","16118","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","-75","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2992[] = {"32519","WGS 72BE / UTM zone 19S","9001","4324","16119","9807","1","0","8805","0.9996","9201","8802","-69","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2993[] = {"32520","WGS 72BE / UTM zone 20S","9001","4324","16120","9807","1","0","8801","0","9102","8807","10000000","9001","8802","-63","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2994[] = {"32521","WGS 72BE / UTM zone 21S","9001","4324","16121","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2995[] = {"32522","WGS 72BE / UTM zone 22S","9001","4324","16122","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-51","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2996[] = {"32523","WGS 72BE / UTM zone 23S","9001","4324","16123","9807","1","0","8802","-45","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2997[] = {"32524","WGS 72BE / UTM zone 24S","9001","4324","16124","9807","1","0","8805","0.9996","9201","8802","-39","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2998[] = {"32525","WGS 72BE / UTM zone 25S","9001","4324","16125","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-33","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_2999[] = {"32526","WGS 72BE / UTM zone 26S","9001","4324","16126","9807","1","0","8805","0.9996","9201","8802","-27","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3000[] = {"32527","WGS 72BE / UTM zone 27S","9001","4324","16127","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","-21","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3001[] = {"32528","WGS 72BE / UTM zone 28S","9001","4324","16128","9807","1","0","8801","0","9102","8807","10000000","9001","8802","-15","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3002[] = {"32529","WGS 72BE / UTM zone 29S","9001","4324","16129","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-9","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3003[] = {"32530","WGS 72BE / UTM zone 30S","9001","4324","16130","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","-3","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3004[] = {"32531","WGS 72BE / UTM zone 31S","9001","4324","16131","9807","1","0","8802","3","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3005[] = {"32532","WGS 72BE / UTM zone 32S","9001","4324","16132","9807","1","0","8802","9","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3006[] = {"32533","WGS 72BE / UTM zone 33S","9001","4324","16133","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","15","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3007[] = {"32534","WGS 72BE / UTM zone 34S","9001","4324","16134","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","21","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3008[] = {"32535","WGS 72BE / UTM zone 35S","9001","4324","16135","9807","1","0","8805","0.9996","9201","8802","27","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3009[] = {"32536","WGS 72BE / UTM zone 36S","9001","4324","16136","9807","1","0","8801","0","9102","8807","10000000","9001","8802","33","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3010[] = {"32537","WGS 72BE / UTM zone 37S","9001","4324","16137","9807","1","0","8802","39","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3011[] = {"32538","WGS 72BE / UTM zone 38S","9001","4324","16138","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","45","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3012[] = {"32539","WGS 72BE / UTM zone 39S","9001","4324","16139","9807","1","0","8802","51","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3013[] = {"32540","WGS 72BE / UTM zone 40S","9001","4324","16140","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","57","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3014[] = {"32541","WGS 72BE / UTM zone 41S","9001","4324","16141","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","63","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3015[] = {"32542","WGS 72BE / UTM zone 42S","9001","4324","16142","9807","1","0","8805","0.9996","9201","8802","69","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3016[] = {"32543","WGS 72BE / UTM zone 43S","9001","4324","16143","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","75","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3017[] = {"32544","WGS 72BE / UTM zone 44S","9001","4324","16144","9807","1","0","8801","0","9102","8807","10000000","9001","8802","81","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3018[] = {"32545","WGS 72BE / UTM zone 45S","9001","4324","16145","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","87","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3019[] = {"32546","WGS 72BE / UTM zone 46S","9001","4324","16146","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3020[] = {"32547","WGS 72BE / UTM zone 47S","9001","4324","16147","9807","1","0","8802","99","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3021[] = {"32548","WGS 72BE / UTM zone 48S","9001","4324","16148","9807","1","0","8802","105","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3022[] = {"32549","WGS 72BE / UTM zone 49S","9001","4324","16149","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3023[] = {"32550","WGS 72BE / UTM zone 50S","9001","4324","16150","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","117","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3024[] = {"32551","WGS 72BE / UTM zone 51S","9001","4324","16151","9807","1","0","8805","0.9996","9201","8802","123","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3025[] = {"32552","WGS 72BE / UTM zone 52S","9001","4324","16152","9807","1","0","8801","0","9102","8807","10000000","9001","8802","129","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3026[] = {"32553","WGS 72BE / UTM zone 53S","9001","4324","16153","9807","1","0","8805","0.9996","9201","8802","135","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3027[] = {"32554","WGS 72BE / UTM zone 54S","9001","4324","16154","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","141","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3028[] = {"32555","WGS 72BE / UTM zone 55S","9001","4324","16155","9807","1","0","8802","147","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3029[] = {"32556","WGS 72BE / UTM zone 56S","9001","4324","16156","9807","1","0","8805","0.9996","9201","8802","153","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3030[] = {"32557","WGS 72BE / UTM zone 57S","9001","4324","16157","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","159","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3031[] = {"32558","WGS 72BE / UTM zone 58S","9001","4324","16158","9807","1","0","8805","0.9996","9201","8802","165","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3032[] = {"32559","WGS 72BE / UTM zone 59S","9001","4324","16159","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","171","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3033[] = {"32560","WGS 72BE / UTM zone 60S","9001","4324","16160","9807","1","0","8802","177","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3034[] = {"32600","WGS 84 / UTM grid system (northern hemisphere)","9001","4326","16000","9824","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8830","-180","9102","8831","6","9102","",""," ",NULL};
+datafile_rows_t pcs_row_3035[] = {"32601","WGS 84 / UTM zone 1N","9001","4326","16001","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-177","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3036[] = {"32602","WGS 84 / UTM zone 2N","9001","4326","16002","9807","1","0","8801","0","9102","8807","0","9001","8802","-171","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3037[] = {"32603","WGS 84 / UTM zone 3N","9001","4326","16003","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-165","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3038[] = {"32604","WGS 84 / UTM zone 4N","9001","4326","16004","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3039[] = {"32605","WGS 84 / UTM zone 5N","9001","4326","16005","9807","1","0","8802","-153","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3040[] = {"32606","WGS 84 / UTM zone 6N","9001","4326","16006","9807","1","0","8802","-147","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3041[] = {"32607","WGS 84 / UTM zone 7N","9001","4326","16007","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-141","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3042[] = {"32608","WGS 84 / UTM zone 8N","9001","4326","16008","9807","1","0","8805","0.9996","9201","8802","-135","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3043[] = {"32609","WGS 84 / UTM zone 9N","9001","4326","16009","9807","1","0","8805","0.9996","9201","8802","-129","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3044[] = {"32610","WGS 84 / UTM zone 10N","9001","4326","16010","9807","1","0","8801","0","9102","8807","0","9001","8802","-123","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3045[] = {"32611","WGS 84 / UTM zone 11N","9001","4326","16011","9807","1","0","8802","-117","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3046[] = {"32612","WGS 84 / UTM zone 12N","9001","4326","16012","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3047[] = {"32613","WGS 84 / UTM zone 13N","9001","4326","16013","9807","1","0","8802","-105","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3048[] = {"32614","WGS 84 / UTM zone 14N","9001","4326","16014","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-99","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3049[] = {"32615","WGS 84 / UTM zone 15N","9001","4326","16015","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-93","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3050[] = {"32616","WGS 84 / UTM zone 16N","9001","4326","16016","9807","1","0","8805","0.9996","9201","8802","-87","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3051[] = {"32617","WGS 84 / UTM zone 17N","9001","4326","16017","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3052[] = {"32618","WGS 84 / UTM zone 18N","9001","4326","16018","9807","1","0","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3053[] = {"32619","WGS 84 / UTM zone 19N","9001","4326","16019","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3054[] = {"32620","WGS 84 / UTM zone 20N","9001","4326","16020","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3055[] = {"32621","WGS 84 / UTM zone 21N","9001","4326","16021","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3056[] = {"32622","WGS 84 / UTM zone 22N","9001","4326","16022","9807","1","0","8802","-51","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3057[] = {"32623","WGS 84 / UTM zone 23N","9001","4326","16023","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-45","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3058[] = {"32624","WGS 84 / UTM zone 24N","9001","4326","16024","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","-39","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3059[] = {"32625","WGS 84 / UTM zone 25N","9001","4326","16025","9807","1","0","8805","0.9996","9201","8802","-33","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3060[] = {"32626","WGS 84 / UTM zone 26N","9001","4326","16026","9807","1","0","8801","0","9102","8807","0","9001","8802","-27","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3061[] = {"32627","WGS 84 / UTM zone 27N","9001","4326","16027","9807","1","0","8805","0.9996","9201","8802","-21","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3062[] = {"32628","WGS 84 / UTM zone 28N","9001","4326","16028","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3063[] = {"32629","WGS 84 / UTM zone 29N","9001","4326","16029","9807","1","0","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3064[] = {"32630","WGS 84 / UTM zone 30N","9001","4326","16030","9807","1","0","8805","0.9996","9201","8802","-3","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3065[] = {"32631","WGS 84 / UTM zone 31N","9001","4326","16031","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","3","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3066[] = {"32632","WGS 84 / UTM zone 32N","9001","4326","16032","9807","1","0","8805","0.9996","9201","8802","9","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3067[] = {"32633","WGS 84 / UTM zone 33N","9001","4326","16033","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","15","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3068[] = {"32634","WGS 84 / UTM zone 34N","9001","4326","16034","9807","1","0","8801","0","9102","8807","0","9001","8802","21","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3069[] = {"32635","WGS 84 / UTM zone 35N","9001","4326","16035","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","27","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3070[] = {"32636","WGS 84 / UTM zone 36N","9001","4326","16036","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","33","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3071[] = {"32637","WGS 84 / UTM zone 37N","9001","4326","16037","9807","1","0","8802","39","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3072[] = {"32638","WGS 84 / UTM zone 38N","9001","4326","16038","9807","1","0","8802","45","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3073[] = {"32639","WGS 84 / UTM zone 39N","9001","4326","16039","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","51","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3074[] = {"32640","WGS 84 / UTM zone 40N","9001","4326","16040","9807","1","0","8802","57","9102","8801","0","9102","8805","0.9996","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3075[] = {"32641","WGS 84 / UTM zone 41N","9001","4326","16041","9807","1","0","8805","0.9996","9201","8802","63","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3076[] = {"32642","WGS 84 / UTM zone 42N","9001","4326","16042","9807","1","0","8801","0","9102","8807","0","9001","8802","69","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3077[] = {"32643","WGS 84 / UTM zone 43N","9001","4326","16043","9807","1","0","8802","75","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3078[] = {"32644","WGS 84 / UTM zone 44N","9001","4326","16044","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3079[] = {"32645","WGS 84 / UTM zone 45N","9001","4326","16045","9807","1","0","8802","87","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3080[] = {"32646","WGS 84 / UTM zone 46N","9001","4326","16046","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3081[] = {"32647","WGS 84 / UTM zone 47N","9001","4326","16047","9807","1","0","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","99","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3082[] = {"32648","WGS 84 / UTM zone 48N","9001","4326","16048","9807","1","0","8805","0.9996","9201","8802","105","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3083[] = {"32649","WGS 84 / UTM zone 49N","9001","4326","16049","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3084[] = {"32650","WGS 84 / UTM zone 50N","9001","4326","16050","9807","1","0","8801","0","9102","8807","0","9001","8802","117","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3085[] = {"32651","WGS 84 / UTM zone 51N","9001","4326","16051","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","123","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3086[] = {"32652","WGS 84 / UTM zone 52N","9001","4326","16052","9807","1","0","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","129","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3087[] = {"32653","WGS 84 / UTM zone 53N","9001","4326","16053","9807","1","0","8801","0","9102","8802","135","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3088[] = {"32654","WGS 84 / UTM zone 54N","9001","4326","16054","9807","1","0","8802","141","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3089[] = {"32655","WGS 84 / UTM zone 55N","9001","4326","16055","9807","1","0","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","147","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3090[] = {"32656","WGS 84 / UTM zone 56N","9001","4326","16056","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","153","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3091[] = {"32657","WGS 84 / UTM zone 57N","9001","4326","16057","9807","1","0","8805","0.9996","9201","8802","159","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3092[] = {"32658","WGS 84 / UTM zone 58N","9001","4326","16058","9807","1","0","8801","0","9102","8807","0","9001","8802","165","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3093[] = {"32659","WGS 84 / UTM zone 59N","9001","4326","16059","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","171","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3094[] = {"32660","WGS 84 / UTM zone 60N","9001","4326","16060","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","177","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3095[] = {"32661","WGS 84 / UPS North","9001","4326","16061","9810","1","0","8802","0","9102","8801","90","9102","8805","0.994","9201","8807","2000000","9001","8806","2000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3096[] = {"32662","WGS 84 / Plate Carree","9001","4326","19968","9823","1","0","8801","0","9102","8802","0","9102","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3097[] = {"32664","WGS 84 / BLM 14N (ftUS)","9003","4326","15914","9807","1","0","8807","0","9003","8806","1640416.67","9003","8805","0.9996","9201","8802","-99","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3098[] = {"32665","WGS 84 / BLM 15N (ftUS)","9003","4326","15915","9807","1","0","8802","-93","9102","8801","0","9102","8805","0.9996","9201","8807","0","9003","8806","1640416.67","9003","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3099[] = {"32666","WGS 84 / BLM 16N (ftUS)","9003","4326","15916","9807","1","0","8802","-87","9102","8801","0","9102","8807","0","9003","8806","1640416.67","9003","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3100[] = {"32667","WGS 84 / BLM 17N (ftUS)","9003","4326","15917","9807","1","0","8807","0","9003","8806","1640416.67","9003","8801","0","9102","8805","0.9996","9201","8802","-81","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3101[] = {"32700","WGS 84 / UTM grid system (southern hemisphere)","9001","4326","16100","9824","1","0","8831","6","9102","8807","10000000","9001","8830","-180","9102","8805","0.9996","9201","8806","500000","9001","8801","0","9102","",""," ",NULL};
+datafile_rows_t pcs_row_3102[] = {"32701","WGS 84 / UTM zone 1S","9001","4326","16101","9807","1","0","8802","-177","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3103[] = {"32702","WGS 84 / UTM zone 2S","9001","4326","16102","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-171","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3104[] = {"32703","WGS 84 / UTM zone 3S","9001","4326","16103","9807","1","0","8806","500000","9001","8807","10000000","9001","8802","-165","9102","8805","0.9996","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3105[] = {"32704","WGS 84 / UTM zone 4S","9001","4326","16104","9807","1","0","8805","0.9996","9201","8802","-159","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3106[] = {"32705","WGS 84 / UTM zone 5S","9001","4326","16105","9807","1","0","8801","0","9102","8802","-153","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3107[] = {"32706","WGS 84 / UTM zone 6S","9001","4326","16106","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-147","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3108[] = {"32707","WGS 84 / UTM zone 7S","9001","4326","16107","9807","1","0","8802","-141","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3109[] = {"32708","WGS 84 / UTM zone 8S","9001","4326","16108","9807","1","0","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","8802","-135","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3110[] = {"32709","WGS 84 / UTM zone 9S","9001","4326","16109","9807","1","0","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","-129","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3111[] = {"32710","WGS 84 / UTM zone 10S","9001","4326","16110","9807","1","0","8805","0.9996","9201","8802","-123","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3112[] = {"32711","WGS 84 / UTM zone 11S","9001","4326","16111","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-117","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3113[] = {"32712","WGS 84 / UTM zone 12S","9001","4326","16112","9807","1","0","8801","0","9102","8807","10000000","9001","8802","-111","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3114[] = {"32713","WGS 84 / UTM zone 13S","9001","4326","16113","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-105","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3115[] = {"32714","WGS 84 / UTM zone 14S","9001","4326","16114","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","-99","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3116[] = {"32715","WGS 84 / UTM zone 15S","9001","4326","16115","9807","1","0","8801","0","9102","8802","-93","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3117[] = {"32716","WGS 84 / UTM zone 16S","9001","4326","16116","9807","1","0","8802","-87","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3118[] = {"32717","WGS 84 / UTM zone 17S","9001","4326","16117","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-81","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3119[] = {"32718","WGS 84 / UTM zone 18S","9001","4326","16118","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","-75","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3120[] = {"32719","WGS 84 / UTM zone 19S","9001","4326","16119","9807","1","0","8805","0.9996","9201","8802","-69","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3121[] = {"32720","WGS 84 / UTM zone 20S","9001","4326","16120","9807","1","0","8801","0","9102","8807","10000000","9001","8802","-63","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3122[] = {"32721","WGS 84 / UTM zone 21S","9001","4326","16121","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3123[] = {"32722","WGS 84 / UTM zone 22S","9001","4326","16122","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","-51","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3124[] = {"32723","WGS 84 / UTM zone 23S","9001","4326","16123","9807","1","0","8802","-45","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3125[] = {"32724","WGS 84 / UTM zone 24S","9001","4326","16124","9807","1","0","8805","0.9996","9201","8802","-39","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3126[] = {"32725","WGS 84 / UTM zone 25S","9001","4326","16125","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-33","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3127[] = {"32726","WGS 84 / UTM zone 26S","9001","4326","16126","9807","1","0","8805","0.9996","9201","8802","-27","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3128[] = {"32727","WGS 84 / UTM zone 27S","9001","4326","16127","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","-21","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3129[] = {"32728","WGS 84 / UTM zone 28S","9001","4326","16128","9807","1","0","8801","0","9102","8807","10000000","9001","8802","-15","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3130[] = {"32729","WGS 84 / UTM zone 29S","9001","4326","16129","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-9","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3131[] = {"32730","WGS 84 / UTM zone 30S","9001","4326","16130","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","-3","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3132[] = {"32731","WGS 84 / UTM zone 31S","9001","4326","16131","9807","1","0","8802","3","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3133[] = {"32732","WGS 84 / UTM zone 32S","9001","4326","16132","9807","1","0","8802","9","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3134[] = {"32733","WGS 84 / UTM zone 33S","9001","4326","16133","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","15","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3135[] = {"32734","WGS 84 / UTM zone 34S","9001","4326","16134","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","21","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3136[] = {"32735","WGS 84 / UTM zone 35S","9001","4326","16135","9807","1","0","8805","0.9996","9201","8802","27","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3137[] = {"32736","WGS 84 / UTM zone 36S","9001","4326","16136","9807","1","0","8801","0","9102","8807","10000000","9001","8802","33","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3138[] = {"32737","WGS 84 / UTM zone 37S","9001","4326","16137","9807","1","0","8802","39","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3139[] = {"32738","WGS 84 / UTM zone 38S","9001","4326","16138","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","45","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3140[] = {"32739","WGS 84 / UTM zone 39S","9001","4326","16139","9807","1","0","8802","51","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3141[] = {"32740","WGS 84 / UTM zone 40S","9001","4326","16140","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","57","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3142[] = {"32741","WGS 84 / UTM zone 41S","9001","4326","16141","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","63","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3143[] = {"32742","WGS 84 / UTM zone 42S","9001","4326","16142","9807","1","0","8805","0.9996","9201","8802","69","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3144[] = {"32743","WGS 84 / UTM zone 43S","9001","4326","16143","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","75","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3145[] = {"32744","WGS 84 / UTM zone 44S","9001","4326","16144","9807","1","0","8801","0","9102","8807","10000000","9001","8802","81","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3146[] = {"32745","WGS 84 / UTM zone 45S","9001","4326","16145","9807","1","0","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","87","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3147[] = {"32746","WGS 84 / UTM zone 46S","9001","4326","16146","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3148[] = {"32747","WGS 84 / UTM zone 47S","9001","4326","16147","9807","1","0","8802","99","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3149[] = {"32748","WGS 84 / UTM zone 48S","9001","4326","16148","9807","1","0","8802","105","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3150[] = {"32749","WGS 84 / UTM zone 49S","9001","4326","16149","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3151[] = {"32750","WGS 84 / UTM zone 50S","9001","4326","16150","9807","1","0","8801","0","9102","8805","0.9996","9201","8802","117","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3152[] = {"32751","WGS 84 / UTM zone 51S","9001","4326","16151","9807","1","0","8805","0.9996","9201","8802","123","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3153[] = {"32752","WGS 84 / UTM zone 52S","9001","4326","16152","9807","1","0","8801","0","9102","8807","10000000","9001","8802","129","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3154[] = {"32753","WGS 84 / UTM zone 53S","9001","4326","16153","9807","1","0","8805","0.9996","9201","8802","135","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3155[] = {"32754","WGS 84 / UTM zone 54S","9001","4326","16154","9807","1","0","8806","500000","9001","8805","0.9996","9201","8802","141","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3156[] = {"32755","WGS 84 / UTM zone 55S","9001","4326","16155","9807","1","0","8802","147","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3157[] = {"32756","WGS 84 / UTM zone 56S","9001","4326","16156","9807","1","0","8805","0.9996","9201","8802","153","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3158[] = {"32757","WGS 84 / UTM zone 57S","9001","4326","16157","9807","1","0","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","159","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3159[] = {"32758","WGS 84 / UTM zone 58S","9001","4326","16158","9807","1","0","8805","0.9996","9201","8802","165","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3160[] = {"32759","WGS 84 / UTM zone 59S","9001","4326","16159","9807","1","0","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","171","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3161[] = {"32760","WGS 84 / UTM zone 60S","9001","4326","16160","9807","1","0","8802","177","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3162[] = {"32761","WGS 84 / UPS South","9001","4326","16161","9810","1","0","8801","-90","9102","8806","2000000","9001","8805","0.994","9201","8802","0","9102","8807","2000000","9001","","","","",""," ",NULL};
+datafile_rows_t pcs_row_3163[] = {"32766","WGS 84 / TM 36 SE","9001","4326","16636","9807","1","0","8806","500000","9001","8802","36","9102","8801","0","9102","8807","10000000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t *pcs_rows[] = {pcs_row_0 ,pcs_row_1 ,pcs_row_2 ,pcs_row_3 ,pcs_row_4 ,pcs_row_5 ,pcs_row_6 ,pcs_row_7 ,pcs_row_8 ,pcs_row_9 ,pcs_row_10 ,pcs_row_11 ,pcs_row_12 ,pcs_row_13 ,pcs_row_14 ,pcs_row_15 ,pcs_row_16 ,pcs_row_17 ,pcs_row_18 ,pcs_row_19 ,pcs_row_20 ,pcs_row_21 ,pcs_row_22 ,pcs_row_23 ,pcs_row_24 ,pcs_row_25 ,pcs_row_26 ,pcs_row_27 ,pcs_row_28 ,pcs_row_29 ,pcs_row_30 ,pcs_row_31 ,pcs_row_32 ,pcs_row_33 ,pcs_row_34 ,pcs_row_35 ,pcs_row_36 ,pcs_row_37 ,pcs_row_38 ,pcs_row_39 ,pcs_row_40 ,pcs_row_41 ,pcs_row_42 ,pcs_row_43 ,pcs_row_44 ,pcs_row_45 ,pcs_row_46 ,pcs_row_47 ,pcs_row_48 ,pcs_row_49 ,pcs_row_50 ,pcs_row_51 ,pcs_row_52 ,pcs_row_53 ,pcs_row_54 ,pcs_row_55 ,pcs_row_56 ,pcs_row_57 ,pcs_row_58 ,pcs_row_59 ,pcs_row_60 ,pcs_row_61 ,pcs_row_62 ,pcs_row_63 ,pcs_row_64 ,pcs_row_65 ,pcs_row_66 ,pcs_row_67 ,pcs_row_68 ,pcs_row_69 ,pcs_row_70 ,pcs_row_71 ,pcs_row_72 ,pcs_row_73 ,pcs_row_74 ,pcs_row_75 ,pcs_row_76 ,pcs_row_77 ,pcs_row_78 ,pcs_row_79 ,pcs_row_80 ,pcs_row_81 ,pcs_row_82 ,pcs_row_83 ,pcs_row_84 ,pcs_row_85 ,pcs_row_86 ,pcs_row_87 ,pcs_row_88 ,pcs_row_89 ,pcs_row_90 ,pcs_row_91 ,pcs_row_92 ,pcs_row_93 ,pcs_row_94 ,pcs_row_95 ,pcs_row_96 ,pcs_row_97 ,pcs_row_98 ,pcs_row_99 ,pcs_row_100 ,pcs_row_101 ,pcs_row_102 ,pcs_row_103 ,pcs_row_104 ,pcs_row_105 ,pcs_row_106 ,pcs_row_107 ,pcs_row_108 ,pcs_row_109 ,pcs_row_110 ,pcs_row_111 ,pcs_row_112 ,pcs_row_113 ,pcs_row_114 ,pcs_row_115 ,pcs_row_116 ,pcs_row_117 ,pcs_row_118 ,pcs_row_119 ,pcs_row_120 ,pcs_row_121 ,pcs_row_122 ,pcs_row_123 ,pcs_row_124 ,pcs_row_125 ,pcs_row_126 ,pcs_row_127 ,pcs_row_128 ,pcs_row_129 ,pcs_row_130 ,pcs_row_131 ,pcs_row_132 ,pcs_row_133 ,pcs_row_134 ,pcs_row_135 ,pcs_row_136 ,pcs_row_137 ,pcs_row_138 ,pcs_row_139 ,pcs_row_140 ,pcs_row_141 ,pcs_row_142 ,pcs_row_143 ,pcs_row_144 ,pcs_row_145 ,pcs_row_146 ,pcs_row_147 ,pcs_row_148 ,pcs_row_149 ,pcs_row_150 ,pcs_row_151 ,pcs_row_152 ,pcs_row_153 ,pcs_row_154 ,pcs_row_155 ,pcs_row_156 ,pcs_row_157 ,pcs_row_158 ,pcs_row_159 ,pcs_row_160 ,pcs_row_161 ,pcs_row_162 ,pcs_row_163 ,pcs_row_164 ,pcs_row_165 ,pcs_row_166 ,pcs_row_167 ,pcs_row_168 ,pcs_row_169 ,pcs_row_170 ,pcs_row_171 ,pcs_row_172 ,pcs_row_173 ,pcs_row_174 ,pcs_row_175 ,pcs_row_176 ,pcs_row_177 ,pcs_row_178 ,pcs_row_179 ,pcs_row_180 ,pcs_row_181 ,pcs_row_182 ,pcs_row_183 ,pcs_row_184 ,pcs_row_185 ,pcs_row_186 ,pcs_row_187 ,pcs_row_188 ,pcs_row_189 ,pcs_row_190 ,pcs_row_191 ,pcs_row_192 ,pcs_row_193 ,pcs_row_194 ,pcs_row_195 ,pcs_row_196 ,pcs_row_197 ,pcs_row_198 ,pcs_row_199 ,pcs_row_200 ,pcs_row_201 ,pcs_row_202 ,pcs_row_203 ,pcs_row_204 ,pcs_row_205 ,pcs_row_206 ,pcs_row_207 ,pcs_row_208 ,pcs_row_209 ,pcs_row_210 ,pcs_row_211 ,pcs_row_212 ,pcs_row_213 ,pcs_row_214 ,pcs_row_215 ,pcs_row_216 ,pcs_row_217 ,pcs_row_218 ,pcs_row_219 ,pcs_row_220 ,pcs_row_221 ,pcs_row_222 ,pcs_row_223 ,pcs_row_224 ,pcs_row_225 ,pcs_row_226 ,pcs_row_227 ,pcs_row_228 ,pcs_row_229 ,pcs_row_230 ,pcs_row_231 ,pcs_row_232 ,pcs_row_233 ,pcs_row_234 ,pcs_row_235 ,pcs_row_236 ,pcs_row_237 ,pcs_row_238 ,pcs_row_239 ,pcs_row_240 ,pcs_row_241 ,pcs_row_242 ,pcs_row_243 ,pcs_row_244 ,pcs_row_245 ,pcs_row_246 ,pcs_row_247 ,pcs_row_248 ,pcs_row_249 ,pcs_row_250 ,pcs_row_251 ,pcs_row_252 ,pcs_row_253 ,pcs_row_254 ,pcs_row_255 ,pcs_row_256 ,pcs_row_257 ,pcs_row_258 ,pcs_row_259 ,pcs_row_260 ,pcs_row_261 ,pcs_row_262 ,pcs_row_263 ,pcs_row_264 ,pcs_row_265 ,pcs_row_266 ,pcs_row_267 ,pcs_row_268 ,pcs_row_269 ,pcs_row_270 ,pcs_row_271 ,pcs_row_272 ,pcs_row_273 ,pcs_row_274 ,pcs_row_275 ,pcs_row_276 ,pcs_row_277 ,pcs_row_278 ,pcs_row_279 ,pcs_row_280 ,pcs_row_281 ,pcs_row_282 ,pcs_row_283 ,pcs_row_284 ,pcs_row_285 ,pcs_row_286 ,pcs_row_287 ,pcs_row_288 ,pcs_row_289 ,pcs_row_290 ,pcs_row_291 ,pcs_row_292 ,pcs_row_293 ,pcs_row_294 ,pcs_row_295 ,pcs_row_296 ,pcs_row_297 ,pcs_row_298 ,pcs_row_299 ,pcs_row_300 ,pcs_row_301 ,pcs_row_302 ,pcs_row_303 ,pcs_row_304 ,pcs_row_305 ,pcs_row_306 ,pcs_row_307 ,pcs_row_308 ,pcs_row_309 ,pcs_row_310 ,pcs_row_311 ,pcs_row_312 ,pcs_row_313 ,pcs_row_314 ,pcs_row_315 ,pcs_row_316 ,pcs_row_317 ,pcs_row_318 ,pcs_row_319 ,pcs_row_320 ,pcs_row_321 ,pcs_row_322 ,pcs_row_323 ,pcs_row_324 ,pcs_row_325 ,pcs_row_326 ,pcs_row_327 ,pcs_row_328 ,pcs_row_329 ,pcs_row_330 ,pcs_row_331 ,pcs_row_332 ,pcs_row_333 ,pcs_row_334 ,pcs_row_335 ,pcs_row_336 ,pcs_row_337 ,pcs_row_338 ,pcs_row_339 ,pcs_row_340 ,pcs_row_341 ,pcs_row_342 ,pcs_row_343 ,pcs_row_344 ,pcs_row_345 ,pcs_row_346 ,pcs_row_347 ,pcs_row_348 ,pcs_row_349 ,pcs_row_350 ,pcs_row_351 ,pcs_row_352 ,pcs_row_353 ,pcs_row_354 ,pcs_row_355 ,pcs_row_356 ,pcs_row_357 ,pcs_row_358 ,pcs_row_359 ,pcs_row_360 ,pcs_row_361 ,pcs_row_362 ,pcs_row_363 ,pcs_row_364 ,pcs_row_365 ,pcs_row_366 ,pcs_row_367 ,pcs_row_368 ,pcs_row_369 ,pcs_row_370 ,pcs_row_371 ,pcs_row_372 ,pcs_row_373 ,pcs_row_374 ,pcs_row_375 ,pcs_row_376 ,pcs_row_377 ,pcs_row_378 ,pcs_row_379 ,pcs_row_380 ,pcs_row_381 ,pcs_row_382 ,pcs_row_383 ,pcs_row_384 ,pcs_row_385 ,pcs_row_386 ,pcs_row_387 ,pcs_row_388 ,pcs_row_389 ,pcs_row_390 ,pcs_row_391 ,pcs_row_392 ,pcs_row_393 ,pcs_row_394 ,pcs_row_395 ,pcs_row_396 ,pcs_row_397 ,pcs_row_398 ,pcs_row_399 ,pcs_row_400 ,pcs_row_401 ,pcs_row_402 ,pcs_row_403 ,pcs_row_404 ,pcs_row_405 ,pcs_row_406 ,pcs_row_407 ,pcs_row_408 ,pcs_row_409 ,pcs_row_410 ,pcs_row_411 ,pcs_row_412 ,pcs_row_413 ,pcs_row_414 ,pcs_row_415 ,pcs_row_416 ,pcs_row_417 ,pcs_row_418 ,pcs_row_419 ,pcs_row_420 ,pcs_row_421 ,pcs_row_422 ,pcs_row_423 ,pcs_row_424 ,pcs_row_425 ,pcs_row_426 ,pcs_row_427 ,pcs_row_428 ,pcs_row_429 ,pcs_row_430 ,pcs_row_431 ,pcs_row_432 ,pcs_row_433 ,pcs_row_434 ,pcs_row_435 ,pcs_row_436 ,pcs_row_437 ,pcs_row_438 ,pcs_row_439 ,pcs_row_440 ,pcs_row_441 ,pcs_row_442 ,pcs_row_443 ,pcs_row_444 ,pcs_row_445 ,pcs_row_446 ,pcs_row_447 ,pcs_row_448 ,pcs_row_449 ,pcs_row_450 ,pcs_row_451 ,pcs_row_452 ,pcs_row_453 ,pcs_row_454 ,pcs_row_455 ,pcs_row_456 ,pcs_row_457 ,pcs_row_458 ,pcs_row_459 ,pcs_row_460 ,pcs_row_461 ,pcs_row_462 ,pcs_row_463 ,pcs_row_464 ,pcs_row_465 ,pcs_row_466 ,pcs_row_467 ,pcs_row_468 ,pcs_row_469 ,pcs_row_470 ,pcs_row_471 ,pcs_row_472 ,pcs_row_473 ,pcs_row_474 ,pcs_row_475 ,pcs_row_476 ,pcs_row_477 ,pcs_row_478 ,pcs_row_479 ,pcs_row_480 ,pcs_row_481 ,pcs_row_482 ,pcs_row_483 ,pcs_row_484 ,pcs_row_485 ,pcs_row_486 ,pcs_row_487 ,pcs_row_488 ,pcs_row_489 ,pcs_row_490 ,pcs_row_491 ,pcs_row_492 ,pcs_row_493 ,pcs_row_494 ,pcs_row_495 ,pcs_row_496 ,pcs_row_497 ,pcs_row_498 ,pcs_row_499 ,pcs_row_500 ,pcs_row_501 ,pcs_row_502 ,pcs_row_503 ,pcs_row_504 ,pcs_row_505 ,pcs_row_506 ,pcs_row_507 ,pcs_row_508 ,pcs_row_509 ,pcs_row_510 ,pcs_row_511 ,pcs_row_512 ,pcs_row_513 ,pcs_row_514 ,pcs_row_515 ,pcs_row_516 ,pcs_row_517 ,pcs_row_518 ,pcs_row_519 ,pcs_row_520 ,pcs_row_521 ,pcs_row_522 ,pcs_row_523 ,pcs_row_524 ,pcs_row_525 ,pcs_row_526 ,pcs_row_527 ,pcs_row_528 ,pcs_row_529 ,pcs_row_530 ,pcs_row_531 ,pcs_row_532 ,pcs_row_533 ,pcs_row_534 ,pcs_row_535 ,pcs_row_536 ,pcs_row_537 ,pcs_row_538 ,pcs_row_539 ,pcs_row_540 ,pcs_row_541 ,pcs_row_542 ,pcs_row_543 ,pcs_row_544 ,pcs_row_545 ,pcs_row_546 ,pcs_row_547 ,pcs_row_548 ,pcs_row_549 ,pcs_row_550 ,pcs_row_551 ,pcs_row_552 ,pcs_row_553 ,pcs_row_554 ,pcs_row_555 ,pcs_row_556 ,pcs_row_557 ,pcs_row_558 ,pcs_row_559 ,pcs_row_560 ,pcs_row_561 ,pcs_row_562 ,pcs_row_563 ,pcs_row_564 ,pcs_row_565 ,pcs_row_566 ,pcs_row_567 ,pcs_row_568 ,pcs_row_569 ,pcs_row_570 ,pcs_row_571 ,pcs_row_572 ,pcs_row_573 ,pcs_row_574 ,pcs_row_575 ,pcs_row_576 ,pcs_row_577 ,pcs_row_578 ,pcs_row_579 ,pcs_row_580 ,pcs_row_581 ,pcs_row_582 ,pcs_row_583 ,pcs_row_584 ,pcs_row_585 ,pcs_row_586 ,pcs_row_587 ,pcs_row_588 ,pcs_row_589 ,pcs_row_590 ,pcs_row_591 ,pcs_row_592 ,pcs_row_593 ,pcs_row_594 ,pcs_row_595 ,pcs_row_596 ,pcs_row_597 ,pcs_row_598 ,pcs_row_599 ,pcs_row_600 ,pcs_row_601 ,pcs_row_602 ,pcs_row_603 ,pcs_row_604 ,pcs_row_605 ,pcs_row_606 ,pcs_row_607 ,pcs_row_608 ,pcs_row_609 ,pcs_row_610 ,pcs_row_611 ,pcs_row_612 ,pcs_row_613 ,pcs_row_614 ,pcs_row_615 ,pcs_row_616 ,pcs_row_617 ,pcs_row_618 ,pcs_row_619 ,pcs_row_620 ,pcs_row_621 ,pcs_row_622 ,pcs_row_623 ,pcs_row_624 ,pcs_row_625 ,pcs_row_626 ,pcs_row_627 ,pcs_row_628 ,pcs_row_629 ,pcs_row_630 ,pcs_row_631 ,pcs_row_632 ,pcs_row_633 ,pcs_row_634 ,pcs_row_635 ,pcs_row_636 ,pcs_row_637 ,pcs_row_638 ,pcs_row_639 ,pcs_row_640 ,pcs_row_641 ,pcs_row_642 ,pcs_row_643 ,pcs_row_644 ,pcs_row_645 ,pcs_row_646 ,pcs_row_647 ,pcs_row_648 ,pcs_row_649 ,pcs_row_650 ,pcs_row_651 ,pcs_row_652 ,pcs_row_653 ,pcs_row_654 ,pcs_row_655 ,pcs_row_656 ,pcs_row_657 ,pcs_row_658 ,pcs_row_659 ,pcs_row_660 ,pcs_row_661 ,pcs_row_662 ,pcs_row_663 ,pcs_row_664 ,pcs_row_665 ,pcs_row_666 ,pcs_row_667 ,pcs_row_668 ,pcs_row_669 ,pcs_row_670 ,pcs_row_671 ,pcs_row_672 ,pcs_row_673 ,pcs_row_674 ,pcs_row_675 ,pcs_row_676 ,pcs_row_677 ,pcs_row_678 ,pcs_row_679 ,pcs_row_680 ,pcs_row_681 ,pcs_row_682 ,pcs_row_683 ,pcs_row_684 ,pcs_row_685 ,pcs_row_686 ,pcs_row_687 ,pcs_row_688 ,pcs_row_689 ,pcs_row_690 ,pcs_row_691 ,pcs_row_692 ,pcs_row_693 ,pcs_row_694 ,pcs_row_695 ,pcs_row_696 ,pcs_row_697 ,pcs_row_698 ,pcs_row_699 ,pcs_row_700 ,pcs_row_701 ,pcs_row_702 ,pcs_row_703 ,pcs_row_704 ,pcs_row_705 ,pcs_row_706 ,pcs_row_707 ,pcs_row_708 ,pcs_row_709 ,pcs_row_710 ,pcs_row_711 ,pcs_row_712 ,pcs_row_713 ,pcs_row_714 ,pcs_row_715 ,pcs_row_716 ,pcs_row_717 ,pcs_row_718 ,pcs_row_719 ,pcs_row_720 ,pcs_row_721 ,pcs_row_722 ,pcs_row_723 ,pcs_row_724 ,pcs_row_725 ,pcs_row_726 ,pcs_row_727 ,pcs_row_728 ,pcs_row_729 ,pcs_row_730 ,pcs_row_731 ,pcs_row_732 ,pcs_row_733 ,pcs_row_734 ,pcs_row_735 ,pcs_row_736 ,pcs_row_737 ,pcs_row_738 ,pcs_row_739 ,pcs_row_740 ,pcs_row_741 ,pcs_row_742 ,pcs_row_743 ,pcs_row_744 ,pcs_row_745 ,pcs_row_746 ,pcs_row_747 ,pcs_row_748 ,pcs_row_749 ,pcs_row_750 ,pcs_row_751 ,pcs_row_752 ,pcs_row_753 ,pcs_row_754 ,pcs_row_755 ,pcs_row_756 ,pcs_row_757 ,pcs_row_758 ,pcs_row_759 ,pcs_row_760 ,pcs_row_761 ,pcs_row_762 ,pcs_row_763 ,pcs_row_764 ,pcs_row_765 ,pcs_row_766 ,pcs_row_767 ,pcs_row_768 ,pcs_row_769 ,pcs_row_770 ,pcs_row_771 ,pcs_row_772 ,pcs_row_773 ,pcs_row_774 ,pcs_row_775 ,pcs_row_776 ,pcs_row_777 ,pcs_row_778 ,pcs_row_779 ,pcs_row_780 ,pcs_row_781 ,pcs_row_782 ,pcs_row_783 ,pcs_row_784 ,pcs_row_785 ,pcs_row_786 ,pcs_row_787 ,pcs_row_788 ,pcs_row_789 ,pcs_row_790 ,pcs_row_791 ,pcs_row_792 ,pcs_row_793 ,pcs_row_794 ,pcs_row_795 ,pcs_row_796 ,pcs_row_797 ,pcs_row_798 ,pcs_row_799 ,pcs_row_800 ,pcs_row_801 ,pcs_row_802 ,pcs_row_803 ,pcs_row_804 ,pcs_row_805 ,pcs_row_806 ,pcs_row_807 ,pcs_row_808 ,pcs_row_809 ,pcs_row_810 ,pcs_row_811 ,pcs_row_812 ,pcs_row_813 ,pcs_row_814 ,pcs_row_815 ,pcs_row_816 ,pcs_row_817 ,pcs_row_818 ,pcs_row_819 ,pcs_row_820 ,pcs_row_821 ,pcs_row_822 ,pcs_row_823 ,pcs_row_824 ,pcs_row_825 ,pcs_row_826 ,pcs_row_827 ,pcs_row_828 ,pcs_row_829 ,pcs_row_830 ,pcs_row_831 ,pcs_row_832 ,pcs_row_833 ,pcs_row_834 ,pcs_row_835 ,pcs_row_836 ,pcs_row_837 ,pcs_row_838 ,pcs_row_839 ,pcs_row_840 ,pcs_row_841 ,pcs_row_842 ,pcs_row_843 ,pcs_row_844 ,pcs_row_845 ,pcs_row_846 ,pcs_row_847 ,pcs_row_848 ,pcs_row_849 ,pcs_row_850 ,pcs_row_851 ,pcs_row_852 ,pcs_row_853 ,pcs_row_854 ,pcs_row_855 ,pcs_row_856 ,pcs_row_857 ,pcs_row_858 ,pcs_row_859 ,pcs_row_860 ,pcs_row_861 ,pcs_row_862 ,pcs_row_863 ,pcs_row_864 ,pcs_row_865 ,pcs_row_866 ,pcs_row_867 ,pcs_row_868 ,pcs_row_869 ,pcs_row_870 ,pcs_row_871 ,pcs_row_872 ,pcs_row_873 ,pcs_row_874 ,pcs_row_875 ,pcs_row_876 ,pcs_row_877 ,pcs_row_878 ,pcs_row_879 ,pcs_row_880 ,pcs_row_881 ,pcs_row_882 ,pcs_row_883 ,pcs_row_884 ,pcs_row_885 ,pcs_row_886 ,pcs_row_887 ,pcs_row_888 ,pcs_row_889 ,pcs_row_890 ,pcs_row_891 ,pcs_row_892 ,pcs_row_893 ,pcs_row_894 ,pcs_row_895 ,pcs_row_896 ,pcs_row_897 ,pcs_row_898 ,pcs_row_899 ,pcs_row_900 ,pcs_row_901 ,pcs_row_902 ,pcs_row_903 ,pcs_row_904 ,pcs_row_905 ,pcs_row_906 ,pcs_row_907 ,pcs_row_908 ,pcs_row_909 ,pcs_row_910 ,pcs_row_911 ,pcs_row_912 ,pcs_row_913 ,pcs_row_914 ,pcs_row_915 ,pcs_row_916 ,pcs_row_917 ,pcs_row_918 ,pcs_row_919 ,pcs_row_920 ,pcs_row_921 ,pcs_row_922 ,pcs_row_923 ,pcs_row_924 ,pcs_row_925 ,pcs_row_926 ,pcs_row_927 ,pcs_row_928 ,pcs_row_929 ,pcs_row_930 ,pcs_row_931 ,pcs_row_932 ,pcs_row_933 ,pcs_row_934 ,pcs_row_935 ,pcs_row_936 ,pcs_row_937 ,pcs_row_938 ,pcs_row_939 ,pcs_row_940 ,pcs_row_941 ,pcs_row_942 ,pcs_row_943 ,pcs_row_944 ,pcs_row_945 ,pcs_row_946 ,pcs_row_947 ,pcs_row_948 ,pcs_row_949 ,pcs_row_950 ,pcs_row_951 ,pcs_row_952 ,pcs_row_953 ,pcs_row_954 ,pcs_row_955 ,pcs_row_956 ,pcs_row_957 ,pcs_row_958 ,pcs_row_959 ,pcs_row_960 ,pcs_row_961 ,pcs_row_962 ,pcs_row_963 ,pcs_row_964 ,pcs_row_965 ,pcs_row_966 ,pcs_row_967 ,pcs_row_968 ,pcs_row_969 ,pcs_row_970 ,pcs_row_971 ,pcs_row_972 ,pcs_row_973 ,pcs_row_974 ,pcs_row_975 ,pcs_row_976 ,pcs_row_977 ,pcs_row_978 ,pcs_row_979 ,pcs_row_980 ,pcs_row_981 ,pcs_row_982 ,pcs_row_983 ,pcs_row_984 ,pcs_row_985 ,pcs_row_986 ,pcs_row_987 ,pcs_row_988 ,pcs_row_989 ,pcs_row_990 ,pcs_row_991 ,pcs_row_992 ,pcs_row_993 ,pcs_row_994 ,pcs_row_995 ,pcs_row_996 ,pcs_row_997 ,pcs_row_998 ,pcs_row_999 ,pcs_row_1000 ,pcs_row_1001 ,pcs_row_1002 ,pcs_row_1003 ,pcs_row_1004 ,pcs_row_1005 ,pcs_row_1006 ,pcs_row_1007 ,pcs_row_1008 ,pcs_row_1009 ,pcs_row_1010 ,pcs_row_1011 ,pcs_row_1012 ,pcs_row_1013 ,pcs_row_1014 ,pcs_row_1015 ,pcs_row_1016 ,pcs_row_1017 ,pcs_row_1018 ,pcs_row_1019 ,pcs_row_1020 ,pcs_row_1021 ,pcs_row_1022 ,pcs_row_1023 ,pcs_row_1024 ,pcs_row_1025 ,pcs_row_1026 ,pcs_row_1027 ,pcs_row_1028 ,pcs_row_1029 ,pcs_row_1030 ,pcs_row_1031 ,pcs_row_1032 ,pcs_row_1033 ,pcs_row_1034 ,pcs_row_1035 ,pcs_row_1036 ,pcs_row_1037 ,pcs_row_1038 ,pcs_row_1039 ,pcs_row_1040 ,pcs_row_1041 ,pcs_row_1042 ,pcs_row_1043 ,pcs_row_1044 ,pcs_row_1045 ,pcs_row_1046 ,pcs_row_1047 ,pcs_row_1048 ,pcs_row_1049 ,pcs_row_1050 ,pcs_row_1051 ,pcs_row_1052 ,pcs_row_1053 ,pcs_row_1054 ,pcs_row_1055 ,pcs_row_1056 ,pcs_row_1057 ,pcs_row_1058 ,pcs_row_1059 ,pcs_row_1060 ,pcs_row_1061 ,pcs_row_1062 ,pcs_row_1063 ,pcs_row_1064 ,pcs_row_1065 ,pcs_row_1066 ,pcs_row_1067 ,pcs_row_1068 ,pcs_row_1069 ,pcs_row_1070 ,pcs_row_1071 ,pcs_row_1072 ,pcs_row_1073 ,pcs_row_1074 ,pcs_row_1075 ,pcs_row_1076 ,pcs_row_1077 ,pcs_row_1078 ,pcs_row_1079 ,pcs_row_1080 ,pcs_row_1081 ,pcs_row_1082 ,pcs_row_1083 ,pcs_row_1084 ,pcs_row_1085 ,pcs_row_1086 ,pcs_row_1087 ,pcs_row_1088 ,pcs_row_1089 ,pcs_row_1090 ,pcs_row_1091 ,pcs_row_1092 ,pcs_row_1093 ,pcs_row_1094 ,pcs_row_1095 ,pcs_row_1096 ,pcs_row_1097 ,pcs_row_1098 ,pcs_row_1099 ,pcs_row_1100 ,pcs_row_1101 ,pcs_row_1102 ,pcs_row_1103 ,pcs_row_1104 ,pcs_row_1105 ,pcs_row_1106 ,pcs_row_1107 ,pcs_row_1108 ,pcs_row_1109 ,pcs_row_1110 ,pcs_row_1111 ,pcs_row_1112 ,pcs_row_1113 ,pcs_row_1114 ,pcs_row_1115 ,pcs_row_1116 ,pcs_row_1117 ,pcs_row_1118 ,pcs_row_1119 ,pcs_row_1120 ,pcs_row_1121 ,pcs_row_1122 ,pcs_row_1123 ,pcs_row_1124 ,pcs_row_1125 ,pcs_row_1126 ,pcs_row_1127 ,pcs_row_1128 ,pcs_row_1129 ,pcs_row_1130 ,pcs_row_1131 ,pcs_row_1132 ,pcs_row_1133 ,pcs_row_1134 ,pcs_row_1135 ,pcs_row_1136 ,pcs_row_1137 ,pcs_row_1138 ,pcs_row_1139 ,pcs_row_1140 ,pcs_row_1141 ,pcs_row_1142 ,pcs_row_1143 ,pcs_row_1144 ,pcs_row_1145 ,pcs_row_1146 ,pcs_row_1147 ,pcs_row_1148 ,pcs_row_1149 ,pcs_row_1150 ,pcs_row_1151 ,pcs_row_1152 ,pcs_row_1153 ,pcs_row_1154 ,pcs_row_1155 ,pcs_row_1156 ,pcs_row_1157 ,pcs_row_1158 ,pcs_row_1159 ,pcs_row_1160 ,pcs_row_1161 ,pcs_row_1162 ,pcs_row_1163 ,pcs_row_1164 ,pcs_row_1165 ,pcs_row_1166 ,pcs_row_1167 ,pcs_row_1168 ,pcs_row_1169 ,pcs_row_1170 ,pcs_row_1171 ,pcs_row_1172 ,pcs_row_1173 ,pcs_row_1174 ,pcs_row_1175 ,pcs_row_1176 ,pcs_row_1177 ,pcs_row_1178 ,pcs_row_1179 ,pcs_row_1180 ,pcs_row_1181 ,pcs_row_1182 ,pcs_row_1183 ,pcs_row_1184 ,pcs_row_1185 ,pcs_row_1186 ,pcs_row_1187 ,pcs_row_1188 ,pcs_row_1189 ,pcs_row_1190 ,pcs_row_1191 ,pcs_row_1192 ,pcs_row_1193 ,pcs_row_1194 ,pcs_row_1195 ,pcs_row_1196 ,pcs_row_1197 ,pcs_row_1198 ,pcs_row_1199 ,pcs_row_1200 ,pcs_row_1201 ,pcs_row_1202 ,pcs_row_1203 ,pcs_row_1204 ,pcs_row_1205 ,pcs_row_1206 ,pcs_row_1207 ,pcs_row_1208 ,pcs_row_1209 ,pcs_row_1210 ,pcs_row_1211 ,pcs_row_1212 ,pcs_row_1213 ,pcs_row_1214 ,pcs_row_1215 ,pcs_row_1216 ,pcs_row_1217 ,pcs_row_1218 ,pcs_row_1219 ,pcs_row_1220 ,pcs_row_1221 ,pcs_row_1222 ,pcs_row_1223 ,pcs_row_1224 ,pcs_row_1225 ,pcs_row_1226 ,pcs_row_1227 ,pcs_row_1228 ,pcs_row_1229 ,pcs_row_1230 ,pcs_row_1231 ,pcs_row_1232 ,pcs_row_1233 ,pcs_row_1234 ,pcs_row_1235 ,pcs_row_1236 ,pcs_row_1237 ,pcs_row_1238 ,pcs_row_1239 ,pcs_row_1240 ,pcs_row_1241 ,pcs_row_1242 ,pcs_row_1243 ,pcs_row_1244 ,pcs_row_1245 ,pcs_row_1246 ,pcs_row_1247 ,pcs_row_1248 ,pcs_row_1249 ,pcs_row_1250 ,pcs_row_1251 ,pcs_row_1252 ,pcs_row_1253 ,pcs_row_1254 ,pcs_row_1255 ,pcs_row_1256 ,pcs_row_1257 ,pcs_row_1258 ,pcs_row_1259 ,pcs_row_1260 ,pcs_row_1261 ,pcs_row_1262 ,pcs_row_1263 ,pcs_row_1264 ,pcs_row_1265 ,pcs_row_1266 ,pcs_row_1267 ,pcs_row_1268 ,pcs_row_1269 ,pcs_row_1270 ,pcs_row_1271 ,pcs_row_1272 ,pcs_row_1273 ,pcs_row_1274 ,pcs_row_1275 ,pcs_row_1276 ,pcs_row_1277 ,pcs_row_1278 ,pcs_row_1279 ,pcs_row_1280 ,pcs_row_1281 ,pcs_row_1282 ,pcs_row_1283 ,pcs_row_1284 ,pcs_row_1285 ,pcs_row_1286 ,pcs_row_1287 ,pcs_row_1288 ,pcs_row_1289 ,pcs_row_1290 ,pcs_row_1291 ,pcs_row_1292 ,pcs_row_1293 ,pcs_row_1294 ,pcs_row_1295 ,pcs_row_1296 ,pcs_row_1297 ,pcs_row_1298 ,pcs_row_1299 ,pcs_row_1300 ,pcs_row_1301 ,pcs_row_1302 ,pcs_row_1303 ,pcs_row_1304 ,pcs_row_1305 ,pcs_row_1306 ,pcs_row_1307 ,pcs_row_1308 ,pcs_row_1309 ,pcs_row_1310 ,pcs_row_1311 ,pcs_row_1312 ,pcs_row_1313 ,pcs_row_1314 ,pcs_row_1315 ,pcs_row_1316 ,pcs_row_1317 ,pcs_row_1318 ,pcs_row_1319 ,pcs_row_1320 ,pcs_row_1321 ,pcs_row_1322 ,pcs_row_1323 ,pcs_row_1324 ,pcs_row_1325 ,pcs_row_1326 ,pcs_row_1327 ,pcs_row_1328 ,pcs_row_1329 ,pcs_row_1330 ,pcs_row_1331 ,pcs_row_1332 ,pcs_row_1333 ,pcs_row_1334 ,pcs_row_1335 ,pcs_row_1336 ,pcs_row_1337 ,pcs_row_1338 ,pcs_row_1339 ,pcs_row_1340 ,pcs_row_1341 ,pcs_row_1342 ,pcs_row_1343 ,pcs_row_1344 ,pcs_row_1345 ,pcs_row_1346 ,pcs_row_1347 ,pcs_row_1348 ,pcs_row_1349 ,pcs_row_1350 ,pcs_row_1351 ,pcs_row_1352 ,pcs_row_1353 ,pcs_row_1354 ,pcs_row_1355 ,pcs_row_1356 ,pcs_row_1357 ,pcs_row_1358 ,pcs_row_1359 ,pcs_row_1360 ,pcs_row_1361 ,pcs_row_1362 ,pcs_row_1363 ,pcs_row_1364 ,pcs_row_1365 ,pcs_row_1366 ,pcs_row_1367 ,pcs_row_1368 ,pcs_row_1369 ,pcs_row_1370 ,pcs_row_1371 ,pcs_row_1372 ,pcs_row_1373 ,pcs_row_1374 ,pcs_row_1375 ,pcs_row_1376 ,pcs_row_1377 ,pcs_row_1378 ,pcs_row_1379 ,pcs_row_1380 ,pcs_row_1381 ,pcs_row_1382 ,pcs_row_1383 ,pcs_row_1384 ,pcs_row_1385 ,pcs_row_1386 ,pcs_row_1387 ,pcs_row_1388 ,pcs_row_1389 ,pcs_row_1390 ,pcs_row_1391 ,pcs_row_1392 ,pcs_row_1393 ,pcs_row_1394 ,pcs_row_1395 ,pcs_row_1396 ,pcs_row_1397 ,pcs_row_1398 ,pcs_row_1399 ,pcs_row_1400 ,pcs_row_1401 ,pcs_row_1402 ,pcs_row_1403 ,pcs_row_1404 ,pcs_row_1405 ,pcs_row_1406 ,pcs_row_1407 ,pcs_row_1408 ,pcs_row_1409 ,pcs_row_1410 ,pcs_row_1411 ,pcs_row_1412 ,pcs_row_1413 ,pcs_row_1414 ,pcs_row_1415 ,pcs_row_1416 ,pcs_row_1417 ,pcs_row_1418 ,pcs_row_1419 ,pcs_row_1420 ,pcs_row_1421 ,pcs_row_1422 ,pcs_row_1423 ,pcs_row_1424 ,pcs_row_1425 ,pcs_row_1426 ,pcs_row_1427 ,pcs_row_1428 ,pcs_row_1429 ,pcs_row_1430 ,pcs_row_1431 ,pcs_row_1432 ,pcs_row_1433 ,pcs_row_1434 ,pcs_row_1435 ,pcs_row_1436 ,pcs_row_1437 ,pcs_row_1438 ,pcs_row_1439 ,pcs_row_1440 ,pcs_row_1441 ,pcs_row_1442 ,pcs_row_1443 ,pcs_row_1444 ,pcs_row_1445 ,pcs_row_1446 ,pcs_row_1447 ,pcs_row_1448 ,pcs_row_1449 ,pcs_row_1450 ,pcs_row_1451 ,pcs_row_1452 ,pcs_row_1453 ,pcs_row_1454 ,pcs_row_1455 ,pcs_row_1456 ,pcs_row_1457 ,pcs_row_1458 ,pcs_row_1459 ,pcs_row_1460 ,pcs_row_1461 ,pcs_row_1462 ,pcs_row_1463 ,pcs_row_1464 ,pcs_row_1465 ,pcs_row_1466 ,pcs_row_1467 ,pcs_row_1468 ,pcs_row_1469 ,pcs_row_1470 ,pcs_row_1471 ,pcs_row_1472 ,pcs_row_1473 ,pcs_row_1474 ,pcs_row_1475 ,pcs_row_1476 ,pcs_row_1477 ,pcs_row_1478 ,pcs_row_1479 ,pcs_row_1480 ,pcs_row_1481 ,pcs_row_1482 ,pcs_row_1483 ,pcs_row_1484 ,pcs_row_1485 ,pcs_row_1486 ,pcs_row_1487 ,pcs_row_1488 ,pcs_row_1489 ,pcs_row_1490 ,pcs_row_1491 ,pcs_row_1492 ,pcs_row_1493 ,pcs_row_1494 ,pcs_row_1495 ,pcs_row_1496 ,pcs_row_1497 ,pcs_row_1498 ,pcs_row_1499 ,pcs_row_1500 ,pcs_row_1501 ,pcs_row_1502 ,pcs_row_1503 ,pcs_row_1504 ,pcs_row_1505 ,pcs_row_1506 ,pcs_row_1507 ,pcs_row_1508 ,pcs_row_1509 ,pcs_row_1510 ,pcs_row_1511 ,pcs_row_1512 ,pcs_row_1513 ,pcs_row_1514 ,pcs_row_1515 ,pcs_row_1516 ,pcs_row_1517 ,pcs_row_1518 ,pcs_row_1519 ,pcs_row_1520 ,pcs_row_1521 ,pcs_row_1522 ,pcs_row_1523 ,pcs_row_1524 ,pcs_row_1525 ,pcs_row_1526 ,pcs_row_1527 ,pcs_row_1528 ,pcs_row_1529 ,pcs_row_1530 ,pcs_row_1531 ,pcs_row_1532 ,pcs_row_1533 ,pcs_row_1534 ,pcs_row_1535 ,pcs_row_1536 ,pcs_row_1537 ,pcs_row_1538 ,pcs_row_1539 ,pcs_row_1540 ,pcs_row_1541 ,pcs_row_1542 ,pcs_row_1543 ,pcs_row_1544 ,pcs_row_1545 ,pcs_row_1546 ,pcs_row_1547 ,pcs_row_1548 ,pcs_row_1549 ,pcs_row_1550 ,pcs_row_1551 ,pcs_row_1552 ,pcs_row_1553 ,pcs_row_1554 ,pcs_row_1555 ,pcs_row_1556 ,pcs_row_1557 ,pcs_row_1558 ,pcs_row_1559 ,pcs_row_1560 ,pcs_row_1561 ,pcs_row_1562 ,pcs_row_1563 ,pcs_row_1564 ,pcs_row_1565 ,pcs_row_1566 ,pcs_row_1567 ,pcs_row_1568 ,pcs_row_1569 ,pcs_row_1570 ,pcs_row_1571 ,pcs_row_1572 ,pcs_row_1573 ,pcs_row_1574 ,pcs_row_1575 ,pcs_row_1576 ,pcs_row_1577 ,pcs_row_1578 ,pcs_row_1579 ,pcs_row_1580 ,pcs_row_1581 ,pcs_row_1582 ,pcs_row_1583 ,pcs_row_1584 ,pcs_row_1585 ,pcs_row_1586 ,pcs_row_1587 ,pcs_row_1588 ,pcs_row_1589 ,pcs_row_1590 ,pcs_row_1591 ,pcs_row_1592 ,pcs_row_1593 ,pcs_row_1594 ,pcs_row_1595 ,pcs_row_1596 ,pcs_row_1597 ,pcs_row_1598 ,pcs_row_1599 ,pcs_row_1600 ,pcs_row_1601 ,pcs_row_1602 ,pcs_row_1603 ,pcs_row_1604 ,pcs_row_1605 ,pcs_row_1606 ,pcs_row_1607 ,pcs_row_1608 ,pcs_row_1609 ,pcs_row_1610 ,pcs_row_1611 ,pcs_row_1612 ,pcs_row_1613 ,pcs_row_1614 ,pcs_row_1615 ,pcs_row_1616 ,pcs_row_1617 ,pcs_row_1618 ,pcs_row_1619 ,pcs_row_1620 ,pcs_row_1621 ,pcs_row_1622 ,pcs_row_1623 ,pcs_row_1624 ,pcs_row_1625 ,pcs_row_1626 ,pcs_row_1627 ,pcs_row_1628 ,pcs_row_1629 ,pcs_row_1630 ,pcs_row_1631 ,pcs_row_1632 ,pcs_row_1633 ,pcs_row_1634 ,pcs_row_1635 ,pcs_row_1636 ,pcs_row_1637 ,pcs_row_1638 ,pcs_row_1639 ,pcs_row_1640 ,pcs_row_1641 ,pcs_row_1642 ,pcs_row_1643 ,pcs_row_1644 ,pcs_row_1645 ,pcs_row_1646 ,pcs_row_1647 ,pcs_row_1648 ,pcs_row_1649 ,pcs_row_1650 ,pcs_row_1651 ,pcs_row_1652 ,pcs_row_1653 ,pcs_row_1654 ,pcs_row_1655 ,pcs_row_1656 ,pcs_row_1657 ,pcs_row_1658 ,pcs_row_1659 ,pcs_row_1660 ,pcs_row_1661 ,pcs_row_1662 ,pcs_row_1663 ,pcs_row_1664 ,pcs_row_1665 ,pcs_row_1666 ,pcs_row_1667 ,pcs_row_1668 ,pcs_row_1669 ,pcs_row_1670 ,pcs_row_1671 ,pcs_row_1672 ,pcs_row_1673 ,pcs_row_1674 ,pcs_row_1675 ,pcs_row_1676 ,pcs_row_1677 ,pcs_row_1678 ,pcs_row_1679 ,pcs_row_1680 ,pcs_row_1681 ,pcs_row_1682 ,pcs_row_1683 ,pcs_row_1684 ,pcs_row_1685 ,pcs_row_1686 ,pcs_row_1687 ,pcs_row_1688 ,pcs_row_1689 ,pcs_row_1690 ,pcs_row_1691 ,pcs_row_1692 ,pcs_row_1693 ,pcs_row_1694 ,pcs_row_1695 ,pcs_row_1696 ,pcs_row_1697 ,pcs_row_1698 ,pcs_row_1699 ,pcs_row_1700 ,pcs_row_1701 ,pcs_row_1702 ,pcs_row_1703 ,pcs_row_1704 ,pcs_row_1705 ,pcs_row_1706 ,pcs_row_1707 ,pcs_row_1708 ,pcs_row_1709 ,pcs_row_1710 ,pcs_row_1711 ,pcs_row_1712 ,pcs_row_1713 ,pcs_row_1714 ,pcs_row_1715 ,pcs_row_1716 ,pcs_row_1717 ,pcs_row_1718 ,pcs_row_1719 ,pcs_row_1720 ,pcs_row_1721 ,pcs_row_1722 ,pcs_row_1723 ,pcs_row_1724 ,pcs_row_1725 ,pcs_row_1726 ,pcs_row_1727 ,pcs_row_1728 ,pcs_row_1729 ,pcs_row_1730 ,pcs_row_1731 ,pcs_row_1732 ,pcs_row_1733 ,pcs_row_1734 ,pcs_row_1735 ,pcs_row_1736 ,pcs_row_1737 ,pcs_row_1738 ,pcs_row_1739 ,pcs_row_1740 ,pcs_row_1741 ,pcs_row_1742 ,pcs_row_1743 ,pcs_row_1744 ,pcs_row_1745 ,pcs_row_1746 ,pcs_row_1747 ,pcs_row_1748 ,pcs_row_1749 ,pcs_row_1750 ,pcs_row_1751 ,pcs_row_1752 ,pcs_row_1753 ,pcs_row_1754 ,pcs_row_1755 ,pcs_row_1756 ,pcs_row_1757 ,pcs_row_1758 ,pcs_row_1759 ,pcs_row_1760 ,pcs_row_1761 ,pcs_row_1762 ,pcs_row_1763 ,pcs_row_1764 ,pcs_row_1765 ,pcs_row_1766 ,pcs_row_1767 ,pcs_row_1768 ,pcs_row_1769 ,pcs_row_1770 ,pcs_row_1771 ,pcs_row_1772 ,pcs_row_1773 ,pcs_row_1774 ,pcs_row_1775 ,pcs_row_1776 ,pcs_row_1777 ,pcs_row_1778 ,pcs_row_1779 ,pcs_row_1780 ,pcs_row_1781 ,pcs_row_1782 ,pcs_row_1783 ,pcs_row_1784 ,pcs_row_1785 ,pcs_row_1786 ,pcs_row_1787 ,pcs_row_1788 ,pcs_row_1789 ,pcs_row_1790 ,pcs_row_1791 ,pcs_row_1792 ,pcs_row_1793 ,pcs_row_1794 ,pcs_row_1795 ,pcs_row_1796 ,pcs_row_1797 ,pcs_row_1798 ,pcs_row_1799 ,pcs_row_1800 ,pcs_row_1801 ,pcs_row_1802 ,pcs_row_1803 ,pcs_row_1804 ,pcs_row_1805 ,pcs_row_1806 ,pcs_row_1807 ,pcs_row_1808 ,pcs_row_1809 ,pcs_row_1810 ,pcs_row_1811 ,pcs_row_1812 ,pcs_row_1813 ,pcs_row_1814 ,pcs_row_1815 ,pcs_row_1816 ,pcs_row_1817 ,pcs_row_1818 ,pcs_row_1819 ,pcs_row_1820 ,pcs_row_1821 ,pcs_row_1822 ,pcs_row_1823 ,pcs_row_1824 ,pcs_row_1825 ,pcs_row_1826 ,pcs_row_1827 ,pcs_row_1828 ,pcs_row_1829 ,pcs_row_1830 ,pcs_row_1831 ,pcs_row_1832 ,pcs_row_1833 ,pcs_row_1834 ,pcs_row_1835 ,pcs_row_1836 ,pcs_row_1837 ,pcs_row_1838 ,pcs_row_1839 ,pcs_row_1840 ,pcs_row_1841 ,pcs_row_1842 ,pcs_row_1843 ,pcs_row_1844 ,pcs_row_1845 ,pcs_row_1846 ,pcs_row_1847 ,pcs_row_1848 ,pcs_row_1849 ,pcs_row_1850 ,pcs_row_1851 ,pcs_row_1852 ,pcs_row_1853 ,pcs_row_1854 ,pcs_row_1855 ,pcs_row_1856 ,pcs_row_1857 ,pcs_row_1858 ,pcs_row_1859 ,pcs_row_1860 ,pcs_row_1861 ,pcs_row_1862 ,pcs_row_1863 ,pcs_row_1864 ,pcs_row_1865 ,pcs_row_1866 ,pcs_row_1867 ,pcs_row_1868 ,pcs_row_1869 ,pcs_row_1870 ,pcs_row_1871 ,pcs_row_1872 ,pcs_row_1873 ,pcs_row_1874 ,pcs_row_1875 ,pcs_row_1876 ,pcs_row_1877 ,pcs_row_1878 ,pcs_row_1879 ,pcs_row_1880 ,pcs_row_1881 ,pcs_row_1882 ,pcs_row_1883 ,pcs_row_1884 ,pcs_row_1885 ,pcs_row_1886 ,pcs_row_1887 ,pcs_row_1888 ,pcs_row_1889 ,pcs_row_1890 ,pcs_row_1891 ,pcs_row_1892 ,pcs_row_1893 ,pcs_row_1894 ,pcs_row_1895 ,pcs_row_1896 ,pcs_row_1897 ,pcs_row_1898 ,pcs_row_1899 ,pcs_row_1900 ,pcs_row_1901 ,pcs_row_1902 ,pcs_row_1903 ,pcs_row_1904 ,pcs_row_1905 ,pcs_row_1906 ,pcs_row_1907 ,pcs_row_1908 ,pcs_row_1909 ,pcs_row_1910 ,pcs_row_1911 ,pcs_row_1912 ,pcs_row_1913 ,pcs_row_1914 ,pcs_row_1915 ,pcs_row_1916 ,pcs_row_1917 ,pcs_row_1918 ,pcs_row_1919 ,pcs_row_1920 ,pcs_row_1921 ,pcs_row_1922 ,pcs_row_1923 ,pcs_row_1924 ,pcs_row_1925 ,pcs_row_1926 ,pcs_row_1927 ,pcs_row_1928 ,pcs_row_1929 ,pcs_row_1930 ,pcs_row_1931 ,pcs_row_1932 ,pcs_row_1933 ,pcs_row_1934 ,pcs_row_1935 ,pcs_row_1936 ,pcs_row_1937 ,pcs_row_1938 ,pcs_row_1939 ,pcs_row_1940 ,pcs_row_1941 ,pcs_row_1942 ,pcs_row_1943 ,pcs_row_1944 ,pcs_row_1945 ,pcs_row_1946 ,pcs_row_1947 ,pcs_row_1948 ,pcs_row_1949 ,pcs_row_1950 ,pcs_row_1951 ,pcs_row_1952 ,pcs_row_1953 ,pcs_row_1954 ,pcs_row_1955 ,pcs_row_1956 ,pcs_row_1957 ,pcs_row_1958 ,pcs_row_1959 ,pcs_row_1960 ,pcs_row_1961 ,pcs_row_1962 ,pcs_row_1963 ,pcs_row_1964 ,pcs_row_1965 ,pcs_row_1966 ,pcs_row_1967 ,pcs_row_1968 ,pcs_row_1969 ,pcs_row_1970 ,pcs_row_1971 ,pcs_row_1972 ,pcs_row_1973 ,pcs_row_1974 ,pcs_row_1975 ,pcs_row_1976 ,pcs_row_1977 ,pcs_row_1978 ,pcs_row_1979 ,pcs_row_1980 ,pcs_row_1981 ,pcs_row_1982 ,pcs_row_1983 ,pcs_row_1984 ,pcs_row_1985 ,pcs_row_1986 ,pcs_row_1987 ,pcs_row_1988 ,pcs_row_1989 ,pcs_row_1990 ,pcs_row_1991 ,pcs_row_1992 ,pcs_row_1993 ,pcs_row_1994 ,pcs_row_1995 ,pcs_row_1996 ,pcs_row_1997 ,pcs_row_1998 ,pcs_row_1999 ,pcs_row_2000 ,pcs_row_2001 ,pcs_row_2002 ,pcs_row_2003 ,pcs_row_2004 ,pcs_row_2005 ,pcs_row_2006 ,pcs_row_2007 ,pcs_row_2008 ,pcs_row_2009 ,pcs_row_2010 ,pcs_row_2011 ,pcs_row_2012 ,pcs_row_2013 ,pcs_row_2014 ,pcs_row_2015 ,pcs_row_2016 ,pcs_row_2017 ,pcs_row_2018 ,pcs_row_2019 ,pcs_row_2020 ,pcs_row_2021 ,pcs_row_2022 ,pcs_row_2023 ,pcs_row_2024 ,pcs_row_2025 ,pcs_row_2026 ,pcs_row_2027 ,pcs_row_2028 ,pcs_row_2029 ,pcs_row_2030 ,pcs_row_2031 ,pcs_row_2032 ,pcs_row_2033 ,pcs_row_2034 ,pcs_row_2035 ,pcs_row_2036 ,pcs_row_2037 ,pcs_row_2038 ,pcs_row_2039 ,pcs_row_2040 ,pcs_row_2041 ,pcs_row_2042 ,pcs_row_2043 ,pcs_row_2044 ,pcs_row_2045 ,pcs_row_2046 ,pcs_row_2047 ,pcs_row_2048 ,pcs_row_2049 ,pcs_row_2050 ,pcs_row_2051 ,pcs_row_2052 ,pcs_row_2053 ,pcs_row_2054 ,pcs_row_2055 ,pcs_row_2056 ,pcs_row_2057 ,pcs_row_2058 ,pcs_row_2059 ,pcs_row_2060 ,pcs_row_2061 ,pcs_row_2062 ,pcs_row_2063 ,pcs_row_2064 ,pcs_row_2065 ,pcs_row_2066 ,pcs_row_2067 ,pcs_row_2068 ,pcs_row_2069 ,pcs_row_2070 ,pcs_row_2071 ,pcs_row_2072 ,pcs_row_2073 ,pcs_row_2074 ,pcs_row_2075 ,pcs_row_2076 ,pcs_row_2077 ,pcs_row_2078 ,pcs_row_2079 ,pcs_row_2080 ,pcs_row_2081 ,pcs_row_2082 ,pcs_row_2083 ,pcs_row_2084 ,pcs_row_2085 ,pcs_row_2086 ,pcs_row_2087 ,pcs_row_2088 ,pcs_row_2089 ,pcs_row_2090 ,pcs_row_2091 ,pcs_row_2092 ,pcs_row_2093 ,pcs_row_2094 ,pcs_row_2095 ,pcs_row_2096 ,pcs_row_2097 ,pcs_row_2098 ,pcs_row_2099 ,pcs_row_2100 ,pcs_row_2101 ,pcs_row_2102 ,pcs_row_2103 ,pcs_row_2104 ,pcs_row_2105 ,pcs_row_2106 ,pcs_row_2107 ,pcs_row_2108 ,pcs_row_2109 ,pcs_row_2110 ,pcs_row_2111 ,pcs_row_2112 ,pcs_row_2113 ,pcs_row_2114 ,pcs_row_2115 ,pcs_row_2116 ,pcs_row_2117 ,pcs_row_2118 ,pcs_row_2119 ,pcs_row_2120 ,pcs_row_2121 ,pcs_row_2122 ,pcs_row_2123 ,pcs_row_2124 ,pcs_row_2125 ,pcs_row_2126 ,pcs_row_2127 ,pcs_row_2128 ,pcs_row_2129 ,pcs_row_2130 ,pcs_row_2131 ,pcs_row_2132 ,pcs_row_2133 ,pcs_row_2134 ,pcs_row_2135 ,pcs_row_2136 ,pcs_row_2137 ,pcs_row_2138 ,pcs_row_2139 ,pcs_row_2140 ,pcs_row_2141 ,pcs_row_2142 ,pcs_row_2143 ,pcs_row_2144 ,pcs_row_2145 ,pcs_row_2146 ,pcs_row_2147 ,pcs_row_2148 ,pcs_row_2149 ,pcs_row_2150 ,pcs_row_2151 ,pcs_row_2152 ,pcs_row_2153 ,pcs_row_2154 ,pcs_row_2155 ,pcs_row_2156 ,pcs_row_2157 ,pcs_row_2158 ,pcs_row_2159 ,pcs_row_2160 ,pcs_row_2161 ,pcs_row_2162 ,pcs_row_2163 ,pcs_row_2164 ,pcs_row_2165 ,pcs_row_2166 ,pcs_row_2167 ,pcs_row_2168 ,pcs_row_2169 ,pcs_row_2170 ,pcs_row_2171 ,pcs_row_2172 ,pcs_row_2173 ,pcs_row_2174 ,pcs_row_2175 ,pcs_row_2176 ,pcs_row_2177 ,pcs_row_2178 ,pcs_row_2179 ,pcs_row_2180 ,pcs_row_2181 ,pcs_row_2182 ,pcs_row_2183 ,pcs_row_2184 ,pcs_row_2185 ,pcs_row_2186 ,pcs_row_2187 ,pcs_row_2188 ,pcs_row_2189 ,pcs_row_2190 ,pcs_row_2191 ,pcs_row_2192 ,pcs_row_2193 ,pcs_row_2194 ,pcs_row_2195 ,pcs_row_2196 ,pcs_row_2197 ,pcs_row_2198 ,pcs_row_2199 ,pcs_row_2200 ,pcs_row_2201 ,pcs_row_2202 ,pcs_row_2203 ,pcs_row_2204 ,pcs_row_2205 ,pcs_row_2206 ,pcs_row_2207 ,pcs_row_2208 ,pcs_row_2209 ,pcs_row_2210 ,pcs_row_2211 ,pcs_row_2212 ,pcs_row_2213 ,pcs_row_2214 ,pcs_row_2215 ,pcs_row_2216 ,pcs_row_2217 ,pcs_row_2218 ,pcs_row_2219 ,pcs_row_2220 ,pcs_row_2221 ,pcs_row_2222 ,pcs_row_2223 ,pcs_row_2224 ,pcs_row_2225 ,pcs_row_2226 ,pcs_row_2227 ,pcs_row_2228 ,pcs_row_2229 ,pcs_row_2230 ,pcs_row_2231 ,pcs_row_2232 ,pcs_row_2233 ,pcs_row_2234 ,pcs_row_2235 ,pcs_row_2236 ,pcs_row_2237 ,pcs_row_2238 ,pcs_row_2239 ,pcs_row_2240 ,pcs_row_2241 ,pcs_row_2242 ,pcs_row_2243 ,pcs_row_2244 ,pcs_row_2245 ,pcs_row_2246 ,pcs_row_2247 ,pcs_row_2248 ,pcs_row_2249 ,pcs_row_2250 ,pcs_row_2251 ,pcs_row_2252 ,pcs_row_2253 ,pcs_row_2254 ,pcs_row_2255 ,pcs_row_2256 ,pcs_row_2257 ,pcs_row_2258 ,pcs_row_2259 ,pcs_row_2260 ,pcs_row_2261 ,pcs_row_2262 ,pcs_row_2263 ,pcs_row_2264 ,pcs_row_2265 ,pcs_row_2266 ,pcs_row_2267 ,pcs_row_2268 ,pcs_row_2269 ,pcs_row_2270 ,pcs_row_2271 ,pcs_row_2272 ,pcs_row_2273 ,pcs_row_2274 ,pcs_row_2275 ,pcs_row_2276 ,pcs_row_2277 ,pcs_row_2278 ,pcs_row_2279 ,pcs_row_2280 ,pcs_row_2281 ,pcs_row_2282 ,pcs_row_2283 ,pcs_row_2284 ,pcs_row_2285 ,pcs_row_2286 ,pcs_row_2287 ,pcs_row_2288 ,pcs_row_2289 ,pcs_row_2290 ,pcs_row_2291 ,pcs_row_2292 ,pcs_row_2293 ,pcs_row_2294 ,pcs_row_2295 ,pcs_row_2296 ,pcs_row_2297 ,pcs_row_2298 ,pcs_row_2299 ,pcs_row_2300 ,pcs_row_2301 ,pcs_row_2302 ,pcs_row_2303 ,pcs_row_2304 ,pcs_row_2305 ,pcs_row_2306 ,pcs_row_2307 ,pcs_row_2308 ,pcs_row_2309 ,pcs_row_2310 ,pcs_row_2311 ,pcs_row_2312 ,pcs_row_2313 ,pcs_row_2314 ,pcs_row_2315 ,pcs_row_2316 ,pcs_row_2317 ,pcs_row_2318 ,pcs_row_2319 ,pcs_row_2320 ,pcs_row_2321 ,pcs_row_2322 ,pcs_row_2323 ,pcs_row_2324 ,pcs_row_2325 ,pcs_row_2326 ,pcs_row_2327 ,pcs_row_2328 ,pcs_row_2329 ,pcs_row_2330 ,pcs_row_2331 ,pcs_row_2332 ,pcs_row_2333 ,pcs_row_2334 ,pcs_row_2335 ,pcs_row_2336 ,pcs_row_2337 ,pcs_row_2338 ,pcs_row_2339 ,pcs_row_2340 ,pcs_row_2341 ,pcs_row_2342 ,pcs_row_2343 ,pcs_row_2344 ,pcs_row_2345 ,pcs_row_2346 ,pcs_row_2347 ,pcs_row_2348 ,pcs_row_2349 ,pcs_row_2350 ,pcs_row_2351 ,pcs_row_2352 ,pcs_row_2353 ,pcs_row_2354 ,pcs_row_2355 ,pcs_row_2356 ,pcs_row_2357 ,pcs_row_2358 ,pcs_row_2359 ,pcs_row_2360 ,pcs_row_2361 ,pcs_row_2362 ,pcs_row_2363 ,pcs_row_2364 ,pcs_row_2365 ,pcs_row_2366 ,pcs_row_2367 ,pcs_row_2368 ,pcs_row_2369 ,pcs_row_2370 ,pcs_row_2371 ,pcs_row_2372 ,pcs_row_2373 ,pcs_row_2374 ,pcs_row_2375 ,pcs_row_2376 ,pcs_row_2377 ,pcs_row_2378 ,pcs_row_2379 ,pcs_row_2380 ,pcs_row_2381 ,pcs_row_2382 ,pcs_row_2383 ,pcs_row_2384 ,pcs_row_2385 ,pcs_row_2386 ,pcs_row_2387 ,pcs_row_2388 ,pcs_row_2389 ,pcs_row_2390 ,pcs_row_2391 ,pcs_row_2392 ,pcs_row_2393 ,pcs_row_2394 ,pcs_row_2395 ,pcs_row_2396 ,pcs_row_2397 ,pcs_row_2398 ,pcs_row_2399 ,pcs_row_2400 ,pcs_row_2401 ,pcs_row_2402 ,pcs_row_2403 ,pcs_row_2404 ,pcs_row_2405 ,pcs_row_2406 ,pcs_row_2407 ,pcs_row_2408 ,pcs_row_2409 ,pcs_row_2410 ,pcs_row_2411 ,pcs_row_2412 ,pcs_row_2413 ,pcs_row_2414 ,pcs_row_2415 ,pcs_row_2416 ,pcs_row_2417 ,pcs_row_2418 ,pcs_row_2419 ,pcs_row_2420 ,pcs_row_2421 ,pcs_row_2422 ,pcs_row_2423 ,pcs_row_2424 ,pcs_row_2425 ,pcs_row_2426 ,pcs_row_2427 ,pcs_row_2428 ,pcs_row_2429 ,pcs_row_2430 ,pcs_row_2431 ,pcs_row_2432 ,pcs_row_2433 ,pcs_row_2434 ,pcs_row_2435 ,pcs_row_2436 ,pcs_row_2437 ,pcs_row_2438 ,pcs_row_2439 ,pcs_row_2440 ,pcs_row_2441 ,pcs_row_2442 ,pcs_row_2443 ,pcs_row_2444 ,pcs_row_2445 ,pcs_row_2446 ,pcs_row_2447 ,pcs_row_2448 ,pcs_row_2449 ,pcs_row_2450 ,pcs_row_2451 ,pcs_row_2452 ,pcs_row_2453 ,pcs_row_2454 ,pcs_row_2455 ,pcs_row_2456 ,pcs_row_2457 ,pcs_row_2458 ,pcs_row_2459 ,pcs_row_2460 ,pcs_row_2461 ,pcs_row_2462 ,pcs_row_2463 ,pcs_row_2464 ,pcs_row_2465 ,pcs_row_2466 ,pcs_row_2467 ,pcs_row_2468 ,pcs_row_2469 ,pcs_row_2470 ,pcs_row_2471 ,pcs_row_2472 ,pcs_row_2473 ,pcs_row_2474 ,pcs_row_2475 ,pcs_row_2476 ,pcs_row_2477 ,pcs_row_2478 ,pcs_row_2479 ,pcs_row_2480 ,pcs_row_2481 ,pcs_row_2482 ,pcs_row_2483 ,pcs_row_2484 ,pcs_row_2485 ,pcs_row_2486 ,pcs_row_2487 ,pcs_row_2488 ,pcs_row_2489 ,pcs_row_2490 ,pcs_row_2491 ,pcs_row_2492 ,pcs_row_2493 ,pcs_row_2494 ,pcs_row_2495 ,pcs_row_2496 ,pcs_row_2497 ,pcs_row_2498 ,pcs_row_2499 ,pcs_row_2500 ,pcs_row_2501 ,pcs_row_2502 ,pcs_row_2503 ,pcs_row_2504 ,pcs_row_2505 ,pcs_row_2506 ,pcs_row_2507 ,pcs_row_2508 ,pcs_row_2509 ,pcs_row_2510 ,pcs_row_2511 ,pcs_row_2512 ,pcs_row_2513 ,pcs_row_2514 ,pcs_row_2515 ,pcs_row_2516 ,pcs_row_2517 ,pcs_row_2518 ,pcs_row_2519 ,pcs_row_2520 ,pcs_row_2521 ,pcs_row_2522 ,pcs_row_2523 ,pcs_row_2524 ,pcs_row_2525 ,pcs_row_2526 ,pcs_row_2527 ,pcs_row_2528 ,pcs_row_2529 ,pcs_row_2530 ,pcs_row_2531 ,pcs_row_2532 ,pcs_row_2533 ,pcs_row_2534 ,pcs_row_2535 ,pcs_row_2536 ,pcs_row_2537 ,pcs_row_2538 ,pcs_row_2539 ,pcs_row_2540 ,pcs_row_2541 ,pcs_row_2542 ,pcs_row_2543 ,pcs_row_2544 ,pcs_row_2545 ,pcs_row_2546 ,pcs_row_2547 ,pcs_row_2548 ,pcs_row_2549 ,pcs_row_2550 ,pcs_row_2551 ,pcs_row_2552 ,pcs_row_2553 ,pcs_row_2554 ,pcs_row_2555 ,pcs_row_2556 ,pcs_row_2557 ,pcs_row_2558 ,pcs_row_2559 ,pcs_row_2560 ,pcs_row_2561 ,pcs_row_2562 ,pcs_row_2563 ,pcs_row_2564 ,pcs_row_2565 ,pcs_row_2566 ,pcs_row_2567 ,pcs_row_2568 ,pcs_row_2569 ,pcs_row_2570 ,pcs_row_2571 ,pcs_row_2572 ,pcs_row_2573 ,pcs_row_2574 ,pcs_row_2575 ,pcs_row_2576 ,pcs_row_2577 ,pcs_row_2578 ,pcs_row_2579 ,pcs_row_2580 ,pcs_row_2581 ,pcs_row_2582 ,pcs_row_2583 ,pcs_row_2584 ,pcs_row_2585 ,pcs_row_2586 ,pcs_row_2587 ,pcs_row_2588 ,pcs_row_2589 ,pcs_row_2590 ,pcs_row_2591 ,pcs_row_2592 ,pcs_row_2593 ,pcs_row_2594 ,pcs_row_2595 ,pcs_row_2596 ,pcs_row_2597 ,pcs_row_2598 ,pcs_row_2599 ,pcs_row_2600 ,pcs_row_2601 ,pcs_row_2602 ,pcs_row_2603 ,pcs_row_2604 ,pcs_row_2605 ,pcs_row_2606 ,pcs_row_2607 ,pcs_row_2608 ,pcs_row_2609 ,pcs_row_2610 ,pcs_row_2611 ,pcs_row_2612 ,pcs_row_2613 ,pcs_row_2614 ,pcs_row_2615 ,pcs_row_2616 ,pcs_row_2617 ,pcs_row_2618 ,pcs_row_2619 ,pcs_row_2620 ,pcs_row_2621 ,pcs_row_2622 ,pcs_row_2623 ,pcs_row_2624 ,pcs_row_2625 ,pcs_row_2626 ,pcs_row_2627 ,pcs_row_2628 ,pcs_row_2629 ,pcs_row_2630 ,pcs_row_2631 ,pcs_row_2632 ,pcs_row_2633 ,pcs_row_2634 ,pcs_row_2635 ,pcs_row_2636 ,pcs_row_2637 ,pcs_row_2638 ,pcs_row_2639 ,pcs_row_2640 ,pcs_row_2641 ,pcs_row_2642 ,pcs_row_2643 ,pcs_row_2644 ,pcs_row_2645 ,pcs_row_2646 ,pcs_row_2647 ,pcs_row_2648 ,pcs_row_2649 ,pcs_row_2650 ,pcs_row_2651 ,pcs_row_2652 ,pcs_row_2653 ,pcs_row_2654 ,pcs_row_2655 ,pcs_row_2656 ,pcs_row_2657 ,pcs_row_2658 ,pcs_row_2659 ,pcs_row_2660 ,pcs_row_2661 ,pcs_row_2662 ,pcs_row_2663 ,pcs_row_2664 ,pcs_row_2665 ,pcs_row_2666 ,pcs_row_2667 ,pcs_row_2668 ,pcs_row_2669 ,pcs_row_2670 ,pcs_row_2671 ,pcs_row_2672 ,pcs_row_2673 ,pcs_row_2674 ,pcs_row_2675 ,pcs_row_2676 ,pcs_row_2677 ,pcs_row_2678 ,pcs_row_2679 ,pcs_row_2680 ,pcs_row_2681 ,pcs_row_2682 ,pcs_row_2683 ,pcs_row_2684 ,pcs_row_2685 ,pcs_row_2686 ,pcs_row_2687 ,pcs_row_2688 ,pcs_row_2689 ,pcs_row_2690 ,pcs_row_2691 ,pcs_row_2692 ,pcs_row_2693 ,pcs_row_2694 ,pcs_row_2695 ,pcs_row_2696 ,pcs_row_2697 ,pcs_row_2698 ,pcs_row_2699 ,pcs_row_2700 ,pcs_row_2701 ,pcs_row_2702 ,pcs_row_2703 ,pcs_row_2704 ,pcs_row_2705 ,pcs_row_2706 ,pcs_row_2707 ,pcs_row_2708 ,pcs_row_2709 ,pcs_row_2710 ,pcs_row_2711 ,pcs_row_2712 ,pcs_row_2713 ,pcs_row_2714 ,pcs_row_2715 ,pcs_row_2716 ,pcs_row_2717 ,pcs_row_2718 ,pcs_row_2719 ,pcs_row_2720 ,pcs_row_2721 ,pcs_row_2722 ,pcs_row_2723 ,pcs_row_2724 ,pcs_row_2725 ,pcs_row_2726 ,pcs_row_2727 ,pcs_row_2728 ,pcs_row_2729 ,pcs_row_2730 ,pcs_row_2731 ,pcs_row_2732 ,pcs_row_2733 ,pcs_row_2734 ,pcs_row_2735 ,pcs_row_2736 ,pcs_row_2737 ,pcs_row_2738 ,pcs_row_2739 ,pcs_row_2740 ,pcs_row_2741 ,pcs_row_2742 ,pcs_row_2743 ,pcs_row_2744 ,pcs_row_2745 ,pcs_row_2746 ,pcs_row_2747 ,pcs_row_2748 ,pcs_row_2749 ,pcs_row_2750 ,pcs_row_2751 ,pcs_row_2752 ,pcs_row_2753 ,pcs_row_2754 ,pcs_row_2755 ,pcs_row_2756 ,pcs_row_2757 ,pcs_row_2758 ,pcs_row_2759 ,pcs_row_2760 ,pcs_row_2761 ,pcs_row_2762 ,pcs_row_2763 ,pcs_row_2764 ,pcs_row_2765 ,pcs_row_2766 ,pcs_row_2767 ,pcs_row_2768 ,pcs_row_2769 ,pcs_row_2770 ,pcs_row_2771 ,pcs_row_2772 ,pcs_row_2773 ,pcs_row_2774 ,pcs_row_2775 ,pcs_row_2776 ,pcs_row_2777 ,pcs_row_2778 ,pcs_row_2779 ,pcs_row_2780 ,pcs_row_2781 ,pcs_row_2782 ,pcs_row_2783 ,pcs_row_2784 ,pcs_row_2785 ,pcs_row_2786 ,pcs_row_2787 ,pcs_row_2788 ,pcs_row_2789 ,pcs_row_2790 ,pcs_row_2791 ,pcs_row_2792 ,pcs_row_2793 ,pcs_row_2794 ,pcs_row_2795 ,pcs_row_2796 ,pcs_row_2797 ,pcs_row_2798 ,pcs_row_2799 ,pcs_row_2800 ,pcs_row_2801 ,pcs_row_2802 ,pcs_row_2803 ,pcs_row_2804 ,pcs_row_2805 ,pcs_row_2806 ,pcs_row_2807 ,pcs_row_2808 ,pcs_row_2809 ,pcs_row_2810 ,pcs_row_2811 ,pcs_row_2812 ,pcs_row_2813 ,pcs_row_2814 ,pcs_row_2815 ,pcs_row_2816 ,pcs_row_2817 ,pcs_row_2818 ,pcs_row_2819 ,pcs_row_2820 ,pcs_row_2821 ,pcs_row_2822 ,pcs_row_2823 ,pcs_row_2824 ,pcs_row_2825 ,pcs_row_2826 ,pcs_row_2827 ,pcs_row_2828 ,pcs_row_2829 ,pcs_row_2830 ,pcs_row_2831 ,pcs_row_2832 ,pcs_row_2833 ,pcs_row_2834 ,pcs_row_2835 ,pcs_row_2836 ,pcs_row_2837 ,pcs_row_2838 ,pcs_row_2839 ,pcs_row_2840 ,pcs_row_2841 ,pcs_row_2842 ,pcs_row_2843 ,pcs_row_2844 ,pcs_row_2845 ,pcs_row_2846 ,pcs_row_2847 ,pcs_row_2848 ,pcs_row_2849 ,pcs_row_2850 ,pcs_row_2851 ,pcs_row_2852 ,pcs_row_2853 ,pcs_row_2854 ,pcs_row_2855 ,pcs_row_2856 ,pcs_row_2857 ,pcs_row_2858 ,pcs_row_2859 ,pcs_row_2860 ,pcs_row_2861 ,pcs_row_2862 ,pcs_row_2863 ,pcs_row_2864 ,pcs_row_2865 ,pcs_row_2866 ,pcs_row_2867 ,pcs_row_2868 ,pcs_row_2869 ,pcs_row_2870 ,pcs_row_2871 ,pcs_row_2872 ,pcs_row_2873 ,pcs_row_2874 ,pcs_row_2875 ,pcs_row_2876 ,pcs_row_2877 ,pcs_row_2878 ,pcs_row_2879 ,pcs_row_2880 ,pcs_row_2881 ,pcs_row_2882 ,pcs_row_2883 ,pcs_row_2884 ,pcs_row_2885 ,pcs_row_2886 ,pcs_row_2887 ,pcs_row_2888 ,pcs_row_2889 ,pcs_row_2890 ,pcs_row_2891 ,pcs_row_2892 ,pcs_row_2893 ,pcs_row_2894 ,pcs_row_2895 ,pcs_row_2896 ,pcs_row_2897 ,pcs_row_2898 ,pcs_row_2899 ,pcs_row_2900 ,pcs_row_2901 ,pcs_row_2902 ,pcs_row_2903 ,pcs_row_2904 ,pcs_row_2905 ,pcs_row_2906 ,pcs_row_2907 ,pcs_row_2908 ,pcs_row_2909 ,pcs_row_2910 ,pcs_row_2911 ,pcs_row_2912 ,pcs_row_2913 ,pcs_row_2914 ,pcs_row_2915 ,pcs_row_2916 ,pcs_row_2917 ,pcs_row_2918 ,pcs_row_2919 ,pcs_row_2920 ,pcs_row_2921 ,pcs_row_2922 ,pcs_row_2923 ,pcs_row_2924 ,pcs_row_2925 ,pcs_row_2926 ,pcs_row_2927 ,pcs_row_2928 ,pcs_row_2929 ,pcs_row_2930 ,pcs_row_2931 ,pcs_row_2932 ,pcs_row_2933 ,pcs_row_2934 ,pcs_row_2935 ,pcs_row_2936 ,pcs_row_2937 ,pcs_row_2938 ,pcs_row_2939 ,pcs_row_2940 ,pcs_row_2941 ,pcs_row_2942 ,pcs_row_2943 ,pcs_row_2944 ,pcs_row_2945 ,pcs_row_2946 ,pcs_row_2947 ,pcs_row_2948 ,pcs_row_2949 ,pcs_row_2950 ,pcs_row_2951 ,pcs_row_2952 ,pcs_row_2953 ,pcs_row_2954 ,pcs_row_2955 ,pcs_row_2956 ,pcs_row_2957 ,pcs_row_2958 ,pcs_row_2959 ,pcs_row_2960 ,pcs_row_2961 ,pcs_row_2962 ,pcs_row_2963 ,pcs_row_2964 ,pcs_row_2965 ,pcs_row_2966 ,pcs_row_2967 ,pcs_row_2968 ,pcs_row_2969 ,pcs_row_2970 ,pcs_row_2971 ,pcs_row_2972 ,pcs_row_2973 ,pcs_row_2974 ,pcs_row_2975 ,pcs_row_2976 ,pcs_row_2977 ,pcs_row_2978 ,pcs_row_2979 ,pcs_row_2980 ,pcs_row_2981 ,pcs_row_2982 ,pcs_row_2983 ,pcs_row_2984 ,pcs_row_2985 ,pcs_row_2986 ,pcs_row_2987 ,pcs_row_2988 ,pcs_row_2989 ,pcs_row_2990 ,pcs_row_2991 ,pcs_row_2992 ,pcs_row_2993 ,pcs_row_2994 ,pcs_row_2995 ,pcs_row_2996 ,pcs_row_2997 ,pcs_row_2998 ,pcs_row_2999 ,pcs_row_3000 ,pcs_row_3001 ,pcs_row_3002 ,pcs_row_3003 ,pcs_row_3004 ,pcs_row_3005 ,pcs_row_3006 ,pcs_row_3007 ,pcs_row_3008 ,pcs_row_3009 ,pcs_row_3010 ,pcs_row_3011 ,pcs_row_3012 ,pcs_row_3013 ,pcs_row_3014 ,pcs_row_3015 ,pcs_row_3016 ,pcs_row_3017 ,pcs_row_3018 ,pcs_row_3019 ,pcs_row_3020 ,pcs_row_3021 ,pcs_row_3022 ,pcs_row_3023 ,pcs_row_3024 ,pcs_row_3025 ,pcs_row_3026 ,pcs_row_3027 ,pcs_row_3028 ,pcs_row_3029 ,pcs_row_3030 ,pcs_row_3031 ,pcs_row_3032 ,pcs_row_3033 ,pcs_row_3034 ,pcs_row_3035 ,pcs_row_3036 ,pcs_row_3037 ,pcs_row_3038 ,pcs_row_3039 ,pcs_row_3040 ,pcs_row_3041 ,pcs_row_3042 ,pcs_row_3043 ,pcs_row_3044 ,pcs_row_3045 ,pcs_row_3046 ,pcs_row_3047 ,pcs_row_3048 ,pcs_row_3049 ,pcs_row_3050 ,pcs_row_3051 ,pcs_row_3052 ,pcs_row_3053 ,pcs_row_3054 ,pcs_row_3055 ,pcs_row_3056 ,pcs_row_3057 ,pcs_row_3058 ,pcs_row_3059 ,pcs_row_3060 ,pcs_row_3061 ,pcs_row_3062 ,pcs_row_3063 ,pcs_row_3064 ,pcs_row_3065 ,pcs_row_3066 ,pcs_row_3067 ,pcs_row_3068 ,pcs_row_3069 ,pcs_row_3070 ,pcs_row_3071 ,pcs_row_3072 ,pcs_row_3073 ,pcs_row_3074 ,pcs_row_3075 ,pcs_row_3076 ,pcs_row_3077 ,pcs_row_3078 ,pcs_row_3079 ,pcs_row_3080 ,pcs_row_3081 ,pcs_row_3082 ,pcs_row_3083 ,pcs_row_3084 ,pcs_row_3085 ,pcs_row_3086 ,pcs_row_3087 ,pcs_row_3088 ,pcs_row_3089 ,pcs_row_3090 ,pcs_row_3091 ,pcs_row_3092 ,pcs_row_3093 ,pcs_row_3094 ,pcs_row_3095 ,pcs_row_3096 ,pcs_row_3097 ,pcs_row_3098 ,pcs_row_3099 ,pcs_row_3100 ,pcs_row_3101 ,pcs_row_3102 ,pcs_row_3103 ,pcs_row_3104 ,pcs_row_3105 ,pcs_row_3106 ,pcs_row_3107 ,pcs_row_3108 ,pcs_row_3109 ,pcs_row_3110 ,pcs_row_3111 ,pcs_row_3112 ,pcs_row_3113 ,pcs_row_3114 ,pcs_row_3115 ,pcs_row_3116 ,pcs_row_3117 ,pcs_row_3118 ,pcs_row_3119 ,pcs_row_3120 ,pcs_row_3121 ,pcs_row_3122 ,pcs_row_3123 ,pcs_row_3124 ,pcs_row_3125 ,pcs_row_3126 ,pcs_row_3127 ,pcs_row_3128 ,pcs_row_3129 ,pcs_row_3130 ,pcs_row_3131 ,pcs_row_3132 ,pcs_row_3133 ,pcs_row_3134 ,pcs_row_3135 ,pcs_row_3136 ,pcs_row_3137 ,pcs_row_3138 ,pcs_row_3139 ,pcs_row_3140 ,pcs_row_3141 ,pcs_row_3142 ,pcs_row_3143 ,pcs_row_3144 ,pcs_row_3145 ,pcs_row_3146 ,pcs_row_3147 ,pcs_row_3148 ,pcs_row_3149 ,pcs_row_3150 ,pcs_row_3151 ,pcs_row_3152 ,pcs_row_3153 ,pcs_row_3154 ,pcs_row_3155 ,pcs_row_3156 ,pcs_row_3157 ,pcs_row_3158 ,pcs_row_3159 ,pcs_row_3160 ,pcs_row_3161 ,pcs_row_3162 ,pcs_row_3163,NULL};

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/pcs.csv
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/pcs.csv	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/pcs.csv	2007-09-19 08:45:41 UTC (rev 1074)
@@ -1,2646 +1,3164 @@
-"COORD_REF_SYS_CODE","COORD_REF_SYS_NAME","UOM_CODE","SOURCE_GEOGCRS_CODE","COORD_OP_CODE","COORD_OP_METHOD_CODE","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"
-2000,"Anguilla 1957 / British West Indies Grid",9001,4600,19942,9807,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
-2001,"Antigua 1943 / British West Indies Grid",9001,4601,19942,9807,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
-2002,"Dominica 1945 / British West Indies Grid",9001,4602,19942,9807,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
-2003,"Grenada 1953 / British West Indies Grid",9001,4603,19942,9807,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
-2004,"Montserrat 1958 / British West Indies Grid",9001,4604,19942,9807,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
-2005,"St. Kitts 1955 / British West Indies Grid",9001,4605,19942,9807,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
-2006,"St. Lucia 1955 / British West Indies Grid",9001,4606,19942,9807,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
-2007,"St. Vincent 45 / British West Indies Grid",9001,4607,19942,9807,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
-2008,"NAD27(CGQ77) / SCoPQ zone 2",9001,4609,17700,9807,8801,0,9110,8802,-55.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2009,"NAD27(CGQ77) / SCoPQ zone 3",9001,4609,17703,9807,8801,0,9110,8802,-58.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2010,"NAD27(CGQ77) / SCoPQ zone 4",9001,4609,17704,9807,8801,0,9110,8802,-61.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2011,"NAD27(CGQ77) / SCoPQ zone 5",9001,4609,17705,9807,8801,0,9110,8802,-64.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2012,"NAD27(CGQ77) / SCoPQ zone 6",9001,4609,17706,9807,8801,0,9110,8802,-67.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2013,"NAD27(CGQ77) / SCoPQ zone 7",9001,4609,17707,9807,8801,0,9110,8802,-70.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2014,"NAD27(CGQ77) / SCoPQ zone 8",9001,4609,17708,9807,8801,0,9110,8802,-73.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2015,"NAD27(CGQ77) / SCoPQ zone 9",9001,4609,17709,9807,8801,0,9110,8802,-76.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2016,"NAD27(CGQ77) / SCoPQ zone 10",9001,4609,17710,9807,8801,0,9110,8802,-79.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2017,"NAD27(76) / MTM zone 8",9001,4608,17708,9807,8801,0,9110,8802,-73.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2018,"NAD27(76) / MTM zone 9",9001,4608,17709,9807,8801,0,9110,8802,-76.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2019,"NAD27(76) / MTM zone 10",9001,4608,17710,9807,8801,0,9110,8802,-79.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2020,"NAD27(76) / MTM zone 11",9001,4608,17711,9807,8801,0,9110,8802,-82.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2021,"NAD27(76) / MTM zone 12",9001,4608,17712,9807,8801,0,9102,8802,-81,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2022,"NAD27(76) / MTM zone 13",9001,4608,17713,9807,8801,0,9102,8802,-84,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2023,"NAD27(76) / MTM zone 14",9001,4608,17714,9807,8801,0,9102,8802,-87,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2024,"NAD27(76) / MTM zone 15",9001,4608,17715,9807,8801,0,9102,8802,-90,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2025,"NAD27(76) / MTM zone 16",9001,4608,17716,9807,8801,0,9102,8802,-93,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2026,"NAD27(76) / MTM zone 17",9001,4608,17717,9807,8801,0,9102,8802,-96,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2027,"NAD27(76) / UTM zone 15N",9001,4608,16015,9807,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2028,"NAD27(76) / UTM zone 16N",9001,4608,16016,9807,8801,0,9102,8802,-87,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2029,"NAD27(76) / UTM zone 17N",9001,4608,16017,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2030,"NAD27(76) / UTM zone 18N",9001,4608,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2031,"NAD27(CGQ77) / UTM zone 17N",9001,4609,16017,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2032,"NAD27(CGQ77) / UTM zone 18N",9001,4609,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2033,"NAD27(CGQ77) / UTM zone 19N",9001,4609,16019,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2034,"NAD27(CGQ77) / UTM zone 20N",9001,4609,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2035,"NAD27(CGQ77) / UTM zone 21N",9001,4609,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2036,"NAD83(CSRS98) / New Brunswick Stereo",9001,4140,19946,9809,8801,46.3,9110,8802,-66.3,9110,8805,0.999912,9201,8806,2500000,9001,8807,7500000,9001,,,,,,
-2037,"NAD83(CSRS98) / UTM zone 19N",9001,4140,16019,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2038,"NAD83(CSRS98) / UTM zone 20N",9001,4140,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2039,"Israel / Israeli TM Grid",9001,4141,18204,9807,8801,31.4403817,9110,8802,35.1216261,9110,8805,1.0000067,9201,8806,219529.584,9001,8807,626907.39,9001,,,,,,
-2040,"Locodjo 1965 / UTM zone 30N",9001,4142,16030,9807,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2041,"Abidjan 1987 / UTM zone 30N",9001,4143,16030,9807,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2042,"Locodjo 1965 / UTM zone 29N",9001,4142,16029,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2043,"Abidjan 1987 / UTM zone 29N",9001,4143,16029,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2044,"Hanoi 1972 / Gauss-Kruger zone 18",9001,4147,16218,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,18500000,9001,8807,0,9001,,,,,,
-2045,"Hanoi 1972 / Gauss-Kruger zone 19",9001,4147,16219,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,19500000,9001,8807,0,9001,,,,,,
-2046,"Hartebeesthoek94 / Lo15",9001,4148,17515,9808,8801,0,9102,8802,15,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2047,"Hartebeesthoek94 / Lo17",9001,4148,17517,9808,8801,0,9102,8802,17,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2048,"Hartebeesthoek94 / Lo19",9001,4148,17519,9808,8801,0,9102,8802,19,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2049,"Hartebeesthoek94 / Lo21",9001,4148,17521,9808,8801,0,9102,8802,21,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2050,"Hartebeesthoek94 / Lo23",9001,4148,17523,9808,8801,0,9102,8802,23,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2051,"Hartebeesthoek94 / Lo25",9001,4148,17525,9808,8801,0,9102,8802,25,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2052,"Hartebeesthoek94 / Lo27",9001,4148,17527,9808,8801,0,9102,8802,27,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2053,"Hartebeesthoek94 / Lo29",9001,4148,17529,9808,8801,0,9102,8802,29,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2054,"Hartebeesthoek94 / Lo31",9001,4148,17531,9808,8801,0,9102,8802,31,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2055,"Hartebeesthoek94 / Lo33",9001,4148,17533,9808,8801,0,9102,8802,33,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2056,"CH1903+ / LV95",9001,4150,19950,9815,8811,46.570866,9110,8812,7.26225,9110,8813,90,9110,8814,90,9110,8815,1,9201,8816,2600000,9001,8817,1200000,9001
-2057,"Rassadiran / Nakhl e Taqi",9001,4153,19951,9815,8811,27.31077837,9110,8812,52.3612741,9110,8813,0.34179803,9110,8814,0.34179803,9110,8815,0.999895934,9201,8816,658377.437,9001,8817,3044969.194,9001
-2058,"ED50(ED77) / UTM zone 38N",9001,4154,16038,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2059,"ED50(ED77) / UTM zone 39N",9001,4154,16039,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2060,"ED50(ED77) / UTM zone 40N",9001,4154,16040,9807,8801,0,9102,8802,57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2061,"ED50(ED77) / UTM zone 41N",9001,4154,16041,9807,8801,0,9102,8802,63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2062,"Madrid 1870 (Madrid) / Spain",9001,4903,19921,9801,8801,40,9102,8802,0,9102,8805,0.9988085293,9201,8806,600000,9001,8807,600000,9001,,,,,,
-2063,"Dabola 1981 / UTM zone 28N",9001,4315,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2064,"Dabola 1981 / UTM zone 29N",9001,4315,16029,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2065,"S-JTSK (Ferro) / Krovak",9001,4818,19952,9819,8811,49.3,9110,8812,42.3,9110,8813,30.1717303,9110,8816,0,9001,8817,0,9001,8818,78.3,9110,8819,0.9999,9201
-2066,"Mount Dillon / Tobago Grid",9039,4157,19924,9806,8801,11.1507843,9110,8802,-60.4109632,9110,8806,187500,9039,8807,180000,9039,,,,,,,,,
-2067,"Naparima 1955 / UTM zone 20N",9001,4158,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2068,"ELD79 / Libya zone 5",9001,4159,18240,9807,8801,0,9102,8802,9,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-2069,"ELD79 / Libya zone 6",9001,4159,18241,9807,8801,0,9102,8802,11,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-2070,"ELD79 / Libya zone 7",9001,4159,18242,9807,8801,0,9102,8802,13,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-2071,"ELD79 / Libya zone 8",9001,4159,18243,9807,8801,0,9102,8802,15,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-2072,"ELD79 / Libya zone 9",9001,4159,18244,9807,8801,0,9102,8802,17,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-2073,"ELD79 / Libya zone 10",9001,4159,18245,9807,8801,0,9102,8802,19,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-2074,"ELD79 / Libya zone 11",9001,4159,18246,9807,8801,0,9102,8802,21,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-2075,"ELD79 / Libya zone 12",9001,4159,18247,9807,8801,0,9102,8802,23,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-2076,"ELD79 / Libya zone 13",9001,4159,18248,9807,8801,0,9102,8802,25,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-2077,"ELD79 / UTM zone 32N",9001,4159,16032,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2078,"ELD79 / UTM zone 33N",9001,4159,16033,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2079,"ELD79 / UTM zone 34N",9001,4159,16034,9807,8801,0,9102,8802,21,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2080,"ELD79 / UTM zone 35N",9001,4159,16035,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2081,"Chos Malal 1914 / Argentina zone 2",9001,4160,18032,9807,8801,-90,9102,8802,-69,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
-2082,"Pampa del Castillo / Argentina zone 2",9001,4161,18032,9807,8801,-90,9102,8802,-69,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
-2083,"Hito XVIII 1963 / Argentina zone 2",9001,4254,18032,9807,8801,-90,9102,8802,-69,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
-2084,"Hito XVIII 1963 / UTM zone 19S",9001,4254,16119,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2085,"NAD27 / Cuba Norte",9001,4267,18061,9801,8801,22.21,9110,8802,-81,9110,8805,0.99993602,9201,8806,500000,9001,8807,280296.016,9001,,,,,,
-2086,"NAD27 / Cuba Sur",9001,4267,18062,9801,8801,20.43,9110,8802,-76.5,9110,8805,0.99994848,9201,8806,500000,9001,8807,229126.939,9001,,,,,,
-2087,"ELD79 / TM 12 NE",9001,4159,16412,9807,8801,0,9102,8802,12,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2088,"Carthage / TM 11 NE",9001,4223,16411,9807,8801,0,9102,8802,11,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2089,"Yemen NGN96 / UTM zone 38N",9001,4163,16038,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2090,"Yemen NGN96 / UTM zone 39N",9001,4163,16039,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2091,"South Yemen / Gauss Kruger zone 8",9001,4164,16208,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,8500000,9001,8807,0,9001,,,,,,
-2092,"South Yemen / Gauss Kruger zone 9",9001,4164,16209,9807,8801,0,9102,8802,51,9102,8805,1,9201,8806,9500000,9001,8807,0,9001,,,,,,
-2093,"Hanoi 1972 / GK 106 NE",9001,4147,16586,9807,8801,0,9102,8802,106,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2094,"WGS 72BE / TM 106 NE",9001,4324,16506,9807,8801,0,9102,8802,106,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2095,"Bissau / UTM zone 28N",9001,4165,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2096,"Korean 1985 / Korea East Belt",9001,4162,18251,9807,8801,38,9102,8802,129,9102,8805,1,9201,8806,200000,9001,8807,500000,9001,,,,,,
-2097,"Korean 1985 / Korea Central Belt",9001,4162,18252,9807,8801,38,9102,8802,127,9102,8805,1,9201,8806,200000,9001,8807,500000,9001,,,,,,
-2098,"Korean 1985 / Korea West Belt",9001,4162,18253,9807,8801,38,9102,8802,125,9102,8805,1,9201,8806,200000,9001,8807,500000,9001,,,,,,
-2099,"Qatar 1948 / Qatar Grid",9001,4286,19953,9806,8801,25.22565,9110,8802,50.4541,9110,8806,100000,9001,8807,100000,9001,,,,,,,,,
-2100,"GGRS87 / Greek Grid",9001,4121,19930,9807,8801,0,9102,8802,24,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2101,"Lake / Maracaibo Grid M1",9001,4249,18260,9801,8801,10.1,9110,8802,-71.3620224,9110,8805,1,9201,8806,0,9001,8807,-52684.972,9001,,,,,,
-2102,"Lake / Maracaibo Grid",9001,4249,18261,9801,8801,10.1,9110,8802,-71.3620224,9110,8805,1,9201,8806,200000,9001,8807,147315.028,9001,,,,,,
-2103,"Lake / Maracaibo Grid M3",9001,4249,18262,9801,8801,10.1,9110,8802,-71.3620224,9110,8805,1,9201,8806,500000,9001,8807,447315.028,9001,,,,,,
-2104,"Lake / Maracaibo La Rosa Grid",9001,4249,18263,9801,8801,10.1,9110,8802,-71.3620224,9110,8805,1,9201,8806,-17044,9001,8807,-23139.97,9001,,,,,,
-2105,"NZGD2000 / Mount Eden Circuit 2000",9001,4167,17931,9807,8801,-36.5247,9110,8802,174.4551,9110,8805,0.9999,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2106,"NZGD2000 / Bay of Plenty Circuit 2000",9001,4167,17932,9807,8801,-37.454,9110,8802,176.2758,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2107,"NZGD2000 / Poverty Bay Circuit 2000",9001,4167,17933,9807,8801,-38.3728,9110,8802,177.5308,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2108,"NZGD2000 / Hawkes Bay Circuit 2000",9001,4167,17934,9807,8801,-39.3903,9110,8802,176.4025,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2109,"NZGD2000 / Taranaki Circuit 2000",9001,4167,17935,9807,8801,-39.0808,9110,8802,174.134,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2110,"NZGD2000 / Tuhirangi Circuit 2000",9001,4167,17936,9807,8801,-39.3044,9110,8802,175.3824,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2111,"NZGD2000 / Wanganui Circuit 2000",9001,4167,17937,9807,8801,-40.1431,9110,8802,175.2917,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2112,"NZGD2000 / Wairarapa Circuit 2000",9001,4167,17938,9807,8801,-40.5531,9110,8802,175.385,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2113,"NZGD2000 / Wellington Circuit 2000",9001,4167,17939,9807,8801,-41.1804,9110,8802,174.4635,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2114,"NZGD2000 / Collingwood Circuit 2000",9001,4167,17940,9807,8801,-40.4253,9110,8802,172.4019,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2115,"NZGD2000 / Nelson Circuit 2000",9001,4167,17941,9807,8801,-41.1628,9110,8802,173.1757,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2116,"NZGD2000 / Karamea Circuit 2000",9001,4167,17942,9807,8801,-41.1723,9110,8802,172.0632,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2117,"NZGD2000 / Buller Circuit 2000",9001,4167,17943,9807,8801,-41.4838,9110,8802,171.3452,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2118,"NZGD2000 / Grey Circuit 2000",9001,4167,17944,9807,8801,-42.2001,9110,8802,171.3259,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2119,"NZGD2000 / Amuri Circuit 2000",9001,4167,17945,9807,8801,-42.412,9110,8802,173.0036,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2120,"NZGD2000 / Marlborough Circuit 2000",9001,4167,17946,9807,8801,-41.324,9110,8802,173.4807,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2121,"NZGD2000 / Hokitika Circuit 2000",9001,4167,17947,9807,8801,-42.531,9110,8802,170.5847,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2122,"NZGD2000 / Okarito Circuit 2000",9001,4167,17948,9807,8801,-43.0636,9110,8802,170.1539,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2123,"NZGD2000 / Jacksons Bay Circuit 2000",9001,4167,17949,9807,8801,-43.584,9110,8802,168.3622,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2124,"NZGD2000 / Mount Pleasant Circuit 2000",9001,4167,17950,9807,8801,-43.3526,9110,8802,172.4337,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2125,"NZGD2000 / Gawler Circuit 2000",9001,4167,17951,9807,8801,-43.4455,9110,8802,171.2138,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2126,"NZGD2000 / Timaru Circuit 2000",9001,4167,17952,9807,8801,-44.2407,9110,8802,171.0326,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2127,"NZGD2000 / Lindis Peak Circuit 2000",9001,4167,17953,9807,8801,-44.4406,9110,8802,169.2803,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2128,"NZGD2000 / Mount Nicholas Circuit 2000",9001,4167,17954,9807,8801,-45.0758,9110,8802,168.2355,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2129,"NZGD2000 / Mount York Circuit 2000",9001,4167,17955,9807,8801,-45.3349,9110,8802,167.4419,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2130,"NZGD2000 / Observation Point Circuit 2000",9001,4167,17956,9807,8801,-45.4858,9110,8802,170.3742,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2131,"NZGD2000 / North Taieri Circuit 2000",9001,4167,17957,9807,8801,-45.5141,9110,8802,170.1657,9110,8805,0.99996,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2132,"NZGD2000 / Bluff Circuit 2000",9001,4167,17958,9807,8801,-46.36,9110,8802,168.2034,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2133,"NZGD2000 / UTM zone 58S",9001,4167,16158,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2134,"NZGD2000 / UTM zone 59S",9001,4167,16159,9807,8801,0,9102,8802,171,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2135,"NZGD2000 / UTM zone 60S",9001,4167,16160,9807,8801,0,9102,8802,177,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2136,"Accra / Ghana National Grid",9094,4168,19959,9807,8801,4.4,9110,8802,-1,9110,8805,0.99975,9201,8806,900000,9094,8807,0,9094,,,,,,
-2137,"Accra / TM 1 NW",9001,4168,17001,9807,8801,0,9102,8802,-1,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2138,"NAD27(CGQ77) / Quebec Lambert",9001,4609,19944,9802,8821,44,9110,8822,-68.3,9110,8823,60,9110,8824,46,9110,8826,0,9001,8827,0,9001,,,
-2139,"NAD83(CSRS98) / SCoPQ zone 2",9001,4140,17700,9807,8801,0,9110,8802,-55.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2140,"NAD83(CSRS98) / MTM zone 3",9001,4140,17703,9807,8801,0,9110,8802,-58.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2141,"NAD83(CSRS98) / MTM zone 4",9001,4140,17704,9807,8801,0,9110,8802,-61.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2142,"NAD83(CSRS98) / MTM zone 5",9001,4140,17705,9807,8801,0,9110,8802,-64.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2143,"NAD83(CSRS98) / MTM zone 6",9001,4140,17706,9807,8801,0,9110,8802,-67.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2144,"NAD83(CSRS98) / MTM zone 7",9001,4140,17707,9807,8801,0,9110,8802,-70.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2145,"NAD83(CSRS98) / MTM zone 8",9001,4140,17708,9807,8801,0,9110,8802,-73.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2146,"NAD83(CSRS98) / MTM zone 9",9001,4140,17709,9807,8801,0,9110,8802,-76.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2147,"NAD83(CSRS98) / MTM zone 10",9001,4140,17710,9807,8801,0,9110,8802,-79.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2148,"NAD83(CSRS98) / UTM zone 21N",9001,4140,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2149,"NAD83(CSRS98) / UTM zone 18N",9001,4140,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2150,"NAD83(CSRS98) / UTM zone 17N",9001,4140,16017,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2151,"NAD83(CSRS98) / UTM zone 13N",9001,4140,16013,9807,8801,0,9102,8802,-105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2152,"NAD83(CSRS98) / UTM zone 12N",9001,4140,16012,9807,8801,0,9102,8802,-111,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2153,"NAD83(CSRS98) / UTM zone 11N",9001,4140,16011,9807,8801,0,9102,8802,-117,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2154,"RGF93 / Lambert-93",9001,4171,18085,9802,8821,46.3,9110,8822,3,9110,8823,49,9110,8824,44,9110,8826,700000,9001,8827,6600000,9001,,,
-2155,"American Samoa 1962 / American Samoa Lambert",9003,4169,15300,9801,8801,-14.16,9110,8802,170,9110,8805,1,9201,8806,500000,9003,8807,0,9003,,,,,,
-2156,"NAD83(HARN) / UTM zone 59S",9001,4152,16159,9807,8801,0,9102,8802,171,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2157,"IRENET95 / Irish Transverse Mercator",9001,4173,19962,9807,8801,53.3,9110,8802,-8,9110,8805,0.99982,9201,8806,600000,9001,8807,750000,9001,,,,,,
-2158,"IRENET95 / UTM zone 29N",9001,4173,16029,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2159,"Sierra Leone 1924 / New Colony Grid",9094,4174,19963,9807,8801,6.4,9110,8802,-12,9110,8805,1,9201,8806,500000,9094,8807,0,9094,,,,,,
-2160,"Sierra Leone 1924 / New War Office Grid",9094,4174,19964,9807,8801,6.4,9110,8802,-12,9110,8805,1,9201,8806,800000,9094,8807,600000,9094,,,,,,
-2161,"Sierra Leone 1968 / UTM zone 28N",9001,4175,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2162,"Sierra Leone 1968 / UTM zone 29N",9001,4175,16029,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2163,US National Atlas Equal Area,9001,4052,19965,9821,8806,0,9001,8807,0,9001,8828,45,9102,8829,-100,9102,,,,,,,,,
-2164,"Locodjo 1965 / TM 5 NW",9001,4142,17005,9807,8801,0,9102,8802,-5,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2165,"Abidjan 1987 / TM 5 NW",9001,4143,17005,9807,8801,0,9102,8802,-5,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2166,"Pulkovo 1942(83) / Gauss Kruger zone 3",9001,4178,16263,9807,8801,0,9102,8802,9,9102,8805,1,9201,8806,3500000,9001,8807,0,9001,,,,,,
-2167,"Pulkovo 1942(83) / Gauss Kruger zone 4",9001,4178,16264,9807,8801,0,9102,8802,12,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-2168,"Pulkovo 1942(83) / Gauss Kruger zone 5",9001,4178,16265,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,5500000,9001,8807,0,9001,,,,,,
-2169,"Luxembourg 1930 / Gauss",9001,4181,19966,9807,8801,49.5,9110,8802,6.1,9110,8805,1,9201,8806,80000,9001,8807,100000,9001,,,,,,
-2170,"MGI / Slovenia Grid",9001,4312,19967,9807,8801,0,9110,8802,15,9110,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
-2171,"Pulkovo 1942(58) / Poland zone I",9001,4179,18281,9809,8801,50.373,9110,8802,21.05,9110,8805,0.9998,9201,8806,4637000,9001,8807,5647000,9001,,,,,,
-2172,"Pulkovo 1942(58) / Poland zone II",9001,4179,18282,9809,8801,53.0007,9110,8802,21.301,9110,8805,0.9998,9201,8806,4603000,9001,8807,5806000,9001,,,,,,
-2173,"Pulkovo 1942(58) / Poland zone III",9001,4179,18283,9809,8801,53.35,9110,8802,17.003,9110,8805,0.9998,9201,8806,3501000,9001,8807,5999000,9001,,,,,,
-2174,"Pulkovo 1942(58) / Poland zone IV",9001,4179,18284,9809,8801,51.4015,9110,8802,16.402,9110,8805,0.9998,9201,8806,3703000,9001,8807,5627000,9001,,,,,,
-2175,"Pulkovo 1942(58) / Poland zone V",9001,4179,18285,9807,8801,0,9110,8802,18.573,9110,8805,0.999983,9201,8806,237000,9001,8807,-4700000,9001,,,,,,
-2176,"ETRS89 / Poland CS2000 zone 5",9001,4258,18305,9807,8801,0,9102,8802,15,9102,8805,0.999923,9201,8806,5500000,9001,8807,0,9001,,,,,,
-2177,"ETRS89 / Poland CS2000 zone 6",9001,4258,18306,9807,8801,0,9102,8802,18,9102,8805,0.999923,9201,8806,6500000,9001,8807,0,9001,,,,,,
-2178,"ETRS89 / Poland CS2000 zone 7",9001,4258,18307,9807,8801,0,9102,8802,21,9102,8805,0.999923,9201,8806,7500000,9001,8807,0,9001,,,,,,
-2179,"ETRS89 / Poland CS2000 zone 8",9001,4258,18308,9807,8801,0,9102,8802,24,9102,8805,0.999923,9201,8806,8500000,9001,8807,0,9001,,,,,,
-2180,"ETRS89 / Poland CS92",9001,4258,18300,9807,8801,0,9102,8802,19,9102,8805,0.9993,9201,8806,500000,9001,8807,-5300000,9001,,,,,,
-2188,"Azores Occidental 1939 / UTM zone 25N",9001,4182,16025,9807,8801,0,9102,8802,-33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2189,"Azores Central 1948 / UTM zone 26N",9001,4183,16026,9807,8801,0,9102,8802,-27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2190,"Azores Oriental 1940 / UTM zone 26N",9001,4184,16026,9807,8801,0,9102,8802,-27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2191,"Madeira 1936 / UTM zone 28N",9001,4185,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2192,"ED50 / France EuroLambert",9001,4230,18086,9801,8801,46.48,9110,8802,2.2014025,9110,8805,0.99987742,9201,8806,600000,9001,8807,2200000,9001,,,,,,
-2193,"NZGD2000 / New Zealand Transverse Mercator",9001,4167,19971,9807,8801,0,9102,8802,173,9102,8805,0.9996,9201,8806,1600000,9001,8807,10000000,9001,,,,,,
-2194,"American Samoa 1962 / American Samoa Lambert",9003,4169,15301,9801,8801,-14.16,9110,8802,-170,9110,8805,1,9201,8806,500000,9003,8807,0,9003,,,,,,
-2195,"NAD83(HARN) / UTM zone 2S",9001,4152,16102,9807,8801,0,9102,8802,-171,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2196,"ETRS89 / Kp2000 Jutland",9001,4258,18401,9807,8801,0,9110,8802,9.3,9110,8805,0.99995,9201,8806,200000,9001,8807,0,9001,,,,,,
-2197,"ETRS89 / Kp2000 Zealand",9001,4258,18402,9807,8801,0,9102,8802,12,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-2198,"ETRS89 / Kp2000 Bornholm",9001,4258,18403,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,900000,9001,8807,0,9001,,,,,,
-2199,"Albanian 1987 / Gauss Kruger zone 4",9001,4191,16204,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-2200,"ATS77 / New Brunswick Stereographic (ATS77)",9001,4122,19945,9809,8801,46.3,9110,8802,-66.3,9110,8805,0.999912,9201,8806,300000,9001,8807,800000,9001,,,,,,
-2201,"REGVEN / UTM zone 18N",9001,4189,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2202,"REGVEN / UTM zone 19N",9001,4189,16019,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2203,"REGVEN / UTM zone 20N",9001,4189,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2204,"NAD27 / Tennessee",9003,4267,15302,9802,8821,34.4,9110,8822,-86,9110,8823,35.15,9110,8824,36.25,9110,8826,2000000,9003,8827,100000,9003,,,
-2205,"NAD83 / Kentucky North",9001,4269,15303,9802,8821,37.3,9110,8822,-84.15,9110,8823,37.58,9110,8824,38.58,9110,8826,500000,9001,8827,0,9001,,,
-2206,"ED50 / 3-degree Gauss-Kruger zone 9",9001,4230,16269,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,9500000,9001,8807,0,9001,,,,,,
-2207,"ED50 / 3-degree Gauss-Kruger zone 10",9001,4230,16270,9807,8801,0,9102,8802,30,9102,8805,1,9201,8806,10500000,9001,8807,0,9001,,,,,,
-2208,"ED50 / 3-degree Gauss-Kruger zone 11",9001,4230,16271,9807,8801,0,9102,8802,33,9102,8805,1,9201,8806,11500000,9001,8807,0,9001,,,,,,
-2209,"ED50 / 3-degree Gauss-Kruger zone 12",9001,4230,16272,9807,8801,0,9102,8802,36,9102,8805,1,9201,8806,12500000,9001,8807,0,9001,,,,,,
-2210,"ED50 / 3-degree Gauss-Kruger zone 13",9001,4230,16273,9807,8801,0,9102,8802,39,9102,8805,1,9201,8806,13500000,9001,8807,0,9001,,,,,,
-2211,"ED50 / 3-degree Gauss-Kruger zone 14",9001,4230,16274,9807,8801,0,9102,8802,42,9102,8805,1,9201,8806,14500000,9001,8807,0,9001,,,,,,
-2212,"ED50 / 3-degree Gauss-Kruger zone 15",9001,4230,16275,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,15500000,9001,8807,0,9001,,,,,,
-2213,"ETRS89 / TM 30 NE",9001,4258,16430,9807,8801,0,9102,8802,30,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2214,"Douala 1948 / AOF west",9001,4192,18415,9807,8801,0,9110,8802,10.3,9110,8805,0.999,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-2215,"Manoca 1962 / UTM zone 32N",9001,4193,16032,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2216,"Qornoq 1927 / UTM zone 22N",9001,4194,16022,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2217,"Qornoq 1927 / UTM zone 23N",9001,4194,16023,9807,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2218,"Scoresbysund 1952 / Greenland zone 5 east",9001,4195,18425,9826,8801,70.3,9110,8802,-24,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2219,"ATS77 / UTM zone 19N",9001,4122,16019,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2220,"ATS77 / UTM zone 20N",9001,4122,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2221,"Scoresbysund 1952 / Greenland zone 6 east",9001,4195,18426,9826,8801,67.3,9110,8802,-32,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2222,"NAD83 / Arizona East (ft)",9002,4269,15304,9807,8801,31,9110,8802,-110.1,9110,8805,0.9999,9201,8806,700000,9002,8807,0,9002,,,,,,
-2223,"NAD83 / Arizona Central (ft)",9002,4269,15305,9807,8801,31,9110,8802,-111.55,9110,8805,0.9999,9201,8806,700000,9002,8807,0,9002,,,,,,
-2224,"NAD83 / Arizona West (ft)",9002,4269,15306,9807,8801,31,9110,8802,-113.45,9110,8805,0.999933333,9201,8806,700000,9002,8807,0,9002,,,,,,
-2225,"NAD83 / California zone 1 (ftUS)",9003,4269,15307,9802,8821,39.2,9110,8822,-122,9110,8823,41.4,9110,8824,40,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
-2226,"NAD83 / California zone 2 (ftUS)",9003,4269,15308,9802,8821,37.4,9110,8822,-122,9110,8823,39.5,9110,8824,38.2,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
-2227,"NAD83 / California zone 3 (ftUS)",9003,4269,15309,9802,8821,36.3,9110,8822,-120.3,9110,8823,38.26,9110,8824,37.04,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
-2228,"NAD83 / California zone 4 (ftUS)",9003,4269,15310,9802,8821,35.2,9110,8822,-119,9110,8823,37.15,9110,8824,36,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
-2229,"NAD83 / California zone 5 (ftUS)",9003,4269,15311,9802,8821,33.3,9110,8822,-118,9110,8823,35.28,9110,8824,34.02,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
-2230,"NAD83 / California zone 6 (ftUS)",9003,4269,15312,9802,8821,32.1,9110,8822,-116.15,9110,8823,33.53,9110,8824,32.47,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
-2231,"NAD83 / Colorado North (ftUS)",9003,4269,15313,9802,8821,39.2,9110,8822,-105.3,9110,8823,40.47,9110,8824,39.43,9110,8826,3000000,9003,8827,1000000,9003,,,
-2232,"NAD83 / Colorado Central (ftUS)",9003,4269,15314,9802,8821,37.5,9110,8822,-105.3,9110,8823,39.45,9110,8824,38.27,9110,8826,3000000,9003,8827,1000000,9003,,,
-2233,"NAD83 / Colorado South (ftUS)",9003,4269,15315,9802,8821,36.4,9110,8822,-105.3,9110,8823,38.26,9110,8824,37.14,9110,8826,3000000,9003,8827,1000000,9003,,,
-2234,"NAD83 / Connecticut (ftUS)",9003,4269,15316,9802,8821,40.5,9110,8822,-72.45,9110,8823,41.52,9110,8824,41.12,9110,8826,1000000,9003,8827,500000,9003,,,
-2235,"NAD83 / Delaware (ftUS)",9003,4269,15317,9807,8801,38,9110,8802,-75.25,9110,8805,0.999995,9201,8806,656166.667,9003,8807,0,9003,,,,,,
-2236,"NAD83 / Florida East (ftUS)",9003,4269,15318,9807,8801,24.2,9110,8802,-81,9110,8805,0.999941177,9201,8806,656166.667,9003,8807,0,9003,,,,,,
-2237,"NAD83 / Florida West (ftUS)",9003,4269,15319,9807,8801,24.2,9110,8802,-82,9110,8805,0.999941177,9201,8806,656166.667,9003,8807,0,9003,,,,,,
-2238,"NAD83 / Florida North (ftUS)",9003,4269,15320,9802,8821,29,9110,8822,-84.3,9110,8823,30.45,9110,8824,29.35,9110,8826,1968500,9003,8827,0,9003,,,
-2239,"NAD83 / Georgia East (ftUS)",9003,4269,15321,9807,8801,30,9110,8802,-82.1,9110,8805,0.9999,9201,8806,656166.667,9003,8807,0,9003,,,,,,
-2240,"NAD83 / Georgia West (ftUS)",9003,4269,15322,9807,8801,30,9110,8802,-84.1,9110,8805,0.9999,9201,8806,2296583.333,9003,8807,0,9003,,,,,,
-2241,"NAD83 / Idaho East (ftUS)",9003,4269,15323,9807,8801,41.4,9110,8802,-112.1,9110,8805,0.999947368,9201,8806,656166.667,9003,8807,0,9003,,,,,,
-2242,"NAD83 / Idaho Central (ftUS)",9003,4269,15324,9807,8801,41.4,9110,8802,-114,9110,8805,0.999947368,9201,8806,1640416.667,9003,8807,0,9003,,,,,,
-2243,"NAD83 / Idaho West (ftUS)",9003,4269,15325,9807,8801,41.4,9110,8802,-115.45,9110,8805,0.999933333,9201,8806,2624666.667,9003,8807,0,9003,,,,,,
-2244,"NAD83 / Indiana East (ftUS)",9003,4269,15326,9807,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,328083.333,9003,8807,818125,9003,,,,,,
-2245,"NAD83 / Indiana West (ftUS)",9003,4269,15327,9807,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,2952750,9003,8807,818125,9003,,,,,,
-2246,"NAD83 / Kentucky North (ftUS)",9003,4269,15328,9802,8821,37.3,9110,8822,-84.15,9110,8823,37.58,9110,8824,38.58,9110,8826,1640416.667,9003,8827,0,9003,,,
-2247,"NAD83 / Kentucky South (ftUS)",9003,4269,15329,9802,8821,36.2,9110,8822,-85.45,9110,8823,37.56,9110,8824,36.44,9110,8826,1640416.667,9003,8827,1640416.667,9003,,,
-2248,"NAD83 / Maryland (ftUS)",9003,4269,15330,9802,8821,37.4,9110,8822,-77,9110,8823,39.27,9110,8824,38.18,9110,8826,1312333.333,9003,8827,0,9003,,,
-2249,"NAD83 / Massachusetts Mainland (ftUS)",9003,4269,15331,9802,8821,41,9110,8822,-71.3,9110,8823,42.41,9110,8824,41.43,9110,8826,656166.667,9003,8827,2460625,9003,,,
-2250,"NAD83 / Massachusetts Island (ftUS)",9003,4269,15332,9802,8821,41,9110,8822,-70.3,9110,8823,41.29,9110,8824,41.17,9110,8826,1640416.667,9003,8827,0,9003,,,
-2251,"NAD83 / Michigan North (ft)",9002,4269,15333,9802,8821,44.47,9110,8822,-87,9110,8823,47.05,9110,8824,45.29,9110,8826,26246719.16,9002,8827,0,9002,,,
-2252,"NAD83 / Michigan Central (ft)",9002,4269,15334,9802,8821,43.19,9110,8822,-84.22,9110,8823,45.42,9110,8824,44.11,9110,8826,19685039.37,9002,8827,0,9002,,,
-2253,"NAD83 / Michigan South (ft)",9002,4269,15335,9802,8821,41.3,9110,8822,-84.22,9110,8823,43.4,9110,8824,42.06,9110,8826,13123359.58,9002,8827,0,9002,,,
-2254,"NAD83 / Mississippi East (ftUS)",9003,4269,15336,9807,8801,29.3,9110,8802,-88.5,9110,8805,0.99995,9201,8806,984250,9003,8807,0,9003,,,,,,
-2255,"NAD83 / Mississippi West (ftUS)",9003,4269,15337,9807,8801,29.3,9110,8802,-90.2,9110,8805,0.99995,9201,8806,2296583.333,9003,8807,0,9003,,,,,,
-2256,"NAD83 / Montana (ft)",9002,4269,15338,9802,8821,44.15,9110,8822,-109.3,9110,8823,49,9110,8824,45,9110,8826,1968503.937,9002,8827,0,9002,,,
-2257,"NAD83 / New Mexico East (ftUS)",9003,4269,15339,9807,8801,31,9110,8802,-104.2,9110,8805,0.999909091,9201,8806,541337.5,9003,8807,0,9003,,,,,,
-2258,"NAD83 / New Mexico Central (ftUS)",9003,4269,15340,9807,8801,31,9110,8802,-106.15,9110,8805,0.9999,9201,8806,1640416.667,9003,8807,0,9003,,,,,,
-2259,"NAD83 / New Mexico West (ftUS)",9003,4269,15341,9807,8801,31,9110,8802,-107.5,9110,8805,0.999916667,9201,8806,2723091.667,9003,8807,0,9003,,,,,,
-2260,"NAD83 / New York East (ftUS)",9003,4269,15342,9807,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,492125,9003,8807,0,9003,,,,,,
-2261,"NAD83 / New York Central (ftUS)",9003,4269,15343,9807,8801,40,9110,8802,-76.35,9110,8805,0.9999375,9201,8806,820208.333,9003,8807,0,9003,,,,,,
-2262,"NAD83 / New York West (ftUS)",9003,4269,15344,9807,8801,40,9110,8802,-78.35,9110,8805,0.9999375,9201,8806,1148291.667,9003,8807,0,9003,,,,,,
-2263,"NAD83 / New York Long Island (ftUS)",9003,4269,15345,9802,8821,40.1,9110,8822,-74,9110,8823,41.02,9110,8824,40.4,9110,8826,984250,9003,8827,0,9003,,,
-2264,"NAD83 / North Carolina (ftUS)",9003,4269,15346,9802,8821,33.45,9110,8822,-79,9110,8823,36.1,9110,8824,34.2,9110,8826,2000000,9003,8827,0,9003,,,
-2265,"NAD83 / North Dakota North (ft)",9002,4269,15347,9802,8821,47,9110,8822,-100.3,9110,8823,48.44,9110,8824,47.26,9110,8826,1968503.937,9002,8827,0,9002,,,
-2266,"NAD83 / North Dakota South (ft)",9002,4269,15348,9802,8821,45.4,9110,8822,-100.3,9110,8823,47.29,9110,8824,46.11,9110,8826,1968503.937,9002,8827,0,9002,,,
-2267,"NAD83 / Oklahoma North (ftUS)",9003,4269,15349,9802,8821,35,9110,8822,-98,9110,8823,36.46,9110,8824,35.34,9110,8826,1968500,9003,8827,0,9003,,,
-2268,"NAD83 / Oklahoma South (ftUS)",9003,4269,15350,9802,8821,33.2,9110,8822,-98,9110,8823,35.14,9110,8824,33.56,9110,8826,1968500,9003,8827,0,9003,,,
-2269,"NAD83 / Oregon North (ft)",9002,4269,15351,9802,8821,43.4,9110,8822,-120.3,9110,8823,46,9110,8824,44.2,9110,8826,8202099.738,9002,8827,0,9002,,,
-2270,"NAD83 / Oregon South (ft)",9002,4269,15352,9802,8821,41.4,9110,8822,-120.3,9110,8823,44,9110,8824,42.2,9110,8826,4921259.843,9002,8827,0,9002,,,
-2271,"NAD83 / Pennsylvania North (ftUS)",9003,4269,15353,9802,8821,40.1,9110,8822,-77.45,9110,8823,41.57,9110,8824,40.53,9110,8826,1968500,9003,8827,0,9003,,,
-2272,"NAD83 / Pennsylvania South (ftUS)",9003,4269,15354,9802,8821,39.2,9110,8822,-77.45,9110,8823,40.58,9110,8824,39.56,9110,8826,1968500,9003,8827,0,9003,,,
-2273,"NAD83 / South Carolina (ft)",9002,4269,15355,9802,8821,31.5,9110,8822,-81,9110,8823,34.5,9110,8824,32.3,9110,8826,2000000,9002,8827,0,9002,,,
-2274,"NAD83 / Tennessee (ftUS)",9003,4269,15356,9802,8821,34.2,9110,8822,-86,9110,8823,36.25,9110,8824,35.15,9110,8826,1968500,9003,8827,0,9003,,,
-2275,"NAD83 / Texas North (ftUS)",9003,4269,15357,9802,8821,34,9110,8822,-101.3,9110,8823,36.11,9110,8824,34.39,9110,8826,656166.667,9003,8827,3280833.333,9003,,,
-2276,"NAD83 / Texas North Central (ftUS)",9003,4269,15358,9802,8821,31.4,9110,8822,-98.3,9110,8823,33.58,9110,8824,32.08,9110,8826,1968500,9003,8827,6561666.667,9003,,,
-2277,"NAD83 / Texas Central (ftUS)",9003,4269,15359,9802,8821,29.4,9110,8822,-100.2,9110,8823,31.53,9110,8824,30.07,9110,8826,2296583.333,9003,8827,9842500,9003,,,
-2278,"NAD83 / Texas South Central (ftUS)",9003,4269,15360,9802,8821,27.5,9110,8822,-99,9110,8823,30.17,9110,8824,28.23,9110,8826,1968500,9003,8827,13123333.333,9003,,,
-2279,"NAD83 / Texas South (ftUS)",9003,4269,15361,9802,8821,25.4,9110,8822,-98.3,9110,8823,27.5,9110,8824,26.1,9110,8826,984250,9003,8827,16404166.667,9003,,,
-2280,"NAD83 / Utah North (ft)",9002,4269,15362,9802,8821,40.2,9110,8822,-111.3,9110,8823,41.47,9110,8824,40.43,9110,8826,1640419.948,9002,8827,3280839.895,9002,,,
-2281,"NAD83 / Utah Central (ft)",9002,4269,15363,9802,8821,38.2,9110,8822,-111.3,9110,8823,40.39,9110,8824,39.01,9110,8826,1640419.948,9002,8827,6561679.79,9002,,,
-2282,"NAD83 / Utah South (ft)",9002,4269,15364,9802,8821,36.4,9110,8822,-111.3,9110,8823,38.21,9110,8824,37.13,9110,8826,1640419.948,9002,8827,9842519.685,9002,,,
-2283,"NAD83 / Virginia North (ftUS)",9003,4269,15365,9802,8821,37.4,9110,8822,-78.3,9110,8823,39.12,9110,8824,38.02,9110,8826,11482916.667,9003,8827,6561666.667,9003,,,
-2284,"NAD83 / Virginia South (ftUS)",9003,4269,15366,9802,8821,36.2,9110,8822,-78.3,9110,8823,37.58,9110,8824,36.46,9110,8826,11482916.667,9003,8827,3280833.333,9003,,,
-2285,"NAD83 / Washington North (ftUS)",9003,4269,15367,9802,8821,47,9110,8822,-120.5,9110,8823,48.44,9110,8824,47.3,9110,8826,1640416.667,9003,8827,0,9003,,,
-2286,"NAD83 / Washington South (ftUS)",9003,4269,15368,9802,8821,45.2,9110,8822,-120.3,9110,8823,47.2,9110,8824,45.5,9110,8826,1640416.667,9003,8827,0,9003,,,
-2287,"NAD83 / Wisconsin North (ftUS)",9003,4269,15369,9802,8821,45.1,9110,8822,-90,9110,8823,46.46,9110,8824,45.34,9110,8826,1968500,9003,8827,0,9003,,,
-2288,"NAD83 / Wisconsin Central (ftUS)",9003,4269,15370,9802,8821,43.5,9110,8822,-90,9110,8823,45.3,9110,8824,44.15,9110,8826,1968500,9003,8827,0,9003,,,
-2289,"NAD83 / Wisconsin South (ftUS)",9003,4269,15371,9802,8821,42,9110,8822,-90,9110,8823,44.04,9110,8824,42.44,9110,8826,1968500,9003,8827,0,9003,,,
-2290,"ATS77 / Prince Edward Isl. Stereographic (ATS77)",9001,4122,19933,9809,8801,47.15,9110,8802,-63,9110,8805,0.999912,9201,8806,700000,9001,8807,400000,9001,,,,,,
-2291,"NAD83(CSRS98) / Prince Edward Isl. Stereographic (NAD83)",9001,4122,19960,9809,8801,47.15,9110,8802,-63,9110,8805,0.999912,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2292,"NAD83(CSRS98) / Prince Edward Isl. Stereographic (NAD83)",9001,4140,19960,9809,8801,47.15,9110,8802,-63,9110,8805,0.999912,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2294,"ATS77 / MTM Nova Scotia zone 4",9001,4122,17794,9807,8801,0,9110,8802,-61.3,9110,8805,0.9999,9201,8806,4500000,9001,8807,0,9001,,,,,,
-2295,"ATS77 / MTM Nova Scotia zone 5",9001,4122,17795,9807,8801,0,9110,8802,-64.3,9110,8805,0.9999,9201,8806,5500000,9001,8807,0,9001,,,,,,
-2296,"Ammassalik 1958 / Greenland zone 7 east",9001,4196,18427,9826,8801,64.3,9110,8802,-40,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2297,"Qornoq 1927 / Greenland zone 1 east",9001,4194,18421,9826,8801,82.3,9110,8802,-40,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2298,"Qornoq 1927 / Greenland zone 2 east",9001,4194,18422,9826,8801,79.3,9110,8802,-24,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2299,"Qornoq 1927 / Greenland zone 2 west",9001,4194,18432,9826,8801,79.3,9110,8802,-64,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2300,"Qornoq 1927 / Greenland zone 3 east",9001,4194,18423,9826,8801,76.3,9110,8802,-20,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2301,"Qornoq 1927 / Greenland zone 3 west",9001,4194,18433,9826,8801,76.3,9110,8802,-64,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2302,"Qornoq 1927 / Greenland zone 4 east",9001,4194,18424,9826,8801,73.3,9110,8802,-24,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2303,"Qornoq 1927 / Greenland zone 4 west",9001,4194,18434,9826,8801,73.3,9110,8802,-52,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2304,"Qornoq 1927 / Greenland zone 5 west",9001,4194,18435,9826,8801,70.3,9110,8802,-52,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2305,"Qornoq 1927 / Greenland zone 6 west",9001,4194,18436,9826,8801,67.3,9110,8802,-52,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2306,"Qornoq 1927 / Greenland zone 7 west",9001,4194,18437,9826,8801,64.3,9110,8802,-52,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2307,"Qornoq 1927 / Greenland zone 8 east",9001,4194,18428,9826,8801,61.3,9110,8802,-48,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-2308,"Batavia / TM 109 SE",9001,4211,16709,9807,8801,0,9102,8802,109,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2309,"WGS 84 / TM 116 SE",9001,4326,16716,9807,8801,0,9102,8802,116,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2310,"WGS 84 / TM 132 SE",9001,4326,16732,9807,8801,0,9102,8802,132,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2311,"WGS 84 / TM 6 NE",9001,4326,16406,9807,8801,0,9102,8802,6,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2312,"Garoua / UTM zone 33N",9001,4197,16033,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2313,"Kousseri / UTM zone 33N",9001,4198,16033,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2314,"Trinidad 1903 / Trinidad Grid (ftCla)",9005,4302,19975,9806,8801,10.263,9110,8802,-61.2,9110,8806,283800,9005,8807,214500,9005,,,,,,,,,
-2315,"Campo Inchauspe / UTM zone 19S",9001,4221,16119,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2316,"Campo Inchauspe / UTM zone 20S",9001,4221,16120,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2317,"PSAD56 / ICN Regional",9001,4248,19976,9802,8821,6,9102,8822,-66,9102,8823,9,9102,8824,3,9102,8826,1000000,9001,8827,1000000,9001,,,
-2318,"Ain el Abd / Aramco Lambert",9001,4204,19977,9802,8821,25.0522236,9110,8822,48,9102,8823,17,9102,8824,33,9102,8826,0,9001,8827,0,9001,,,
-2319,"ED50 / TM27",9001,4230,16369,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2320,"ED50 / TM30",9001,4230,16370,9807,8801,0,9102,8802,30,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2321,"ED50 / TM33",9001,4230,16371,9807,8801,0,9102,8802,33,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2322,"ED50 / TM36",9001,4230,16372,9807,8801,0,9102,8802,36,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2323,"ED50 / TM39",9001,4230,16373,9807,8801,0,9102,8802,39,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2324,"ED50 / TM42",9001,4230,16374,9807,8801,0,9102,8802,42,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2325,"ED50 / TM45",9001,4230,16375,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2326,Hong Kong 1980 Grid System,9001,4611,19978,9807,8801,22.184368,9110,8802,114.10428,9110,8805,1,9201,8806,836694.05,9001,8807,819069.8,9001,,,,,,
-2327,"Xian 1980 / Gauss-Kruger zone 13",9001,4610,16213,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,13500000,9001,8807,0,9001,,,,,,
-2328,"Xian 1980 / Gauss-Kruger zone 14",9001,4610,16214,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,14500000,9001,8807,0,9001,,,,,,
-2329,"Xian 1980 / Gauss-Kruger zone 15",9001,4610,16215,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,15500000,9001,8807,0,9001,,,,,,
-2330,"Xian 1980 / Gauss-Kruger zone 16",9001,4610,16216,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,16500000,9001,8807,0,9001,,,,,,
-2331,"Xian 1980 / Gauss-Kruger zone 17",9001,4610,16217,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,17500000,9001,8807,0,9001,,,,,,
-2332,"Xian 1980 / Gauss-Kruger zone 18",9001,4610,16218,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,18500000,9001,8807,0,9001,,,,,,
-2333,"Xian 1980 / Gauss-Kruger zone 19",9001,4610,16219,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,19500000,9001,8807,0,9001,,,,,,
-2334,"Xian 1980 / Gauss-Kruger zone 20",9001,4610,16220,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,20500000,9001,8807,0,9001,,,,,,
-2335,"Xian 1980 / Gauss-Kruger zone 21",9001,4610,16221,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,21500000,9001,8807,0,9001,,,,,,
-2336,"Xian 1980 / Gauss-Kruger zone 22",9001,4610,16222,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,22500000,9001,8807,0,9001,,,,,,
-2337,"Xian 1980 / Gauss-Kruger zone 23",9001,4610,16223,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,23500000,9001,8807,0,9001,,,,,,
-2338,"Xian 1980 / Gauss-Kruger CM 75E",9001,4610,16313,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2339,"Xian 1980 / Gauss-Kruger CM 81E",9001,4610,16314,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2340,"Xian 1980 / Gauss-Kruger CM 87E",9001,4610,16315,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2341,"Xian 1980 / Gauss-Kruger CM 93E",9001,4610,16316,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2342,"Xian 1980 / Gauss-Kruger CM 99E",9001,4610,16317,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2343,"Xian 1980 / Gauss-Kruger CM 105E",9001,4610,16318,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2344,"Xian 1980 / Gauss-Kruger CM 111E",9001,4610,16319,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2345,"Xian 1980 / Gauss-Kruger CM 117E",9001,4610,16320,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2346,"Xian 1980 / Gauss-Kruger CM 123E",9001,4610,16321,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2347,"Xian 1980 / Gauss-Kruger CM 129E",9001,4610,16322,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2348,"Xian 1980 / Gauss-Kruger CM 135E",9001,4610,16323,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2349,"Xian 1980 / 3-degree Gauss-Kruger zone 25",9001,4610,16285,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,25500000,9001,8807,0,9001,,,,,,
-2350,"Xian 1980 / 3-degree Gauss-Kruger zone 26",9001,4610,16286,9807,8801,0,9102,8802,78,9102,8805,1,9201,8806,26500000,9001,8807,0,9001,,,,,,
-2351,"Xian 1980 / 3-degree Gauss-Kruger zone 27",9001,4610,16287,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,27500000,9001,8807,0,9001,,,,,,
-2352,"Xian 1980 / 3-degree Gauss-Kruger zone 28",9001,4610,16288,9807,8801,0,9102,8802,84,9102,8805,1,9201,8806,28500000,9001,8807,0,9001,,,,,,
-2353,"Xian 1980 / 3-degree Gauss-Kruger zone 29",9001,4610,16289,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,29500000,9001,8807,0,9001,,,,,,
-2354,"Xian 1980 / 3-degree Gauss-Kruger zone 30",9001,4610,16290,9807,8801,0,9102,8802,90,9102,8805,1,9201,8806,30500000,9001,8807,0,9001,,,,,,
-2355,"Xian 1980 / 3-degree Gauss-Kruger zone 31",9001,4610,16291,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,31500000,9001,8807,0,9001,,,,,,
-2356,"Xian 1980 / 3-degree Gauss-Kruger zone 32",9001,4610,16292,9807,8801,0,9102,8802,96,9102,8805,1,9201,8806,32500000,9001,8807,0,9001,,,,,,
-2357,"Xian 1980 / 3-degree Gauss-Kruger zone 33",9001,4610,16293,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,33500000,9001,8807,0,9001,,,,,,
-2358,"Xian 1980 / 3-degree Gauss-Kruger zone 34",9001,4610,16294,9807,8801,0,9102,8802,102,9102,8805,1,9201,8806,34500000,9001,8807,0,9001,,,,,,
-2359,"Xian 1980 / 3-degree Gauss-Kruger zone 35",9001,4610,16295,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,35500000,9001,8807,0,9001,,,,,,
-2360,"Xian 1980 / 3-degree Gauss-Kruger zone 36",9001,4610,16296,9807,8801,0,9102,8802,108,9102,8805,1,9201,8806,36500000,9001,8807,0,9001,,,,,,
-2361,"Xian 1980 / 3-degree Gauss-Kruger zone 37",9001,4610,16297,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,37500000,9001,8807,0,9001,,,,,,
-2362,"Xian 1980 / 3-degree Gauss-Kruger zone 38",9001,4610,16298,9807,8801,0,9102,8802,114,9102,8805,1,9201,8806,38500000,9001,8807,0,9001,,,,,,
-2363,"Xian 1980 / 3-degree Gauss-Kruger zone 39",9001,4610,16299,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,39500000,9001,8807,0,9001,,,,,,
-2364,"Xian 1980 / 3-degree Gauss-Kruger zone 40",9001,4610,16070,9807,8801,0,9102,8802,120,9102,8805,1,9201,8806,40500000,9001,8807,0,9001,,,,,,
-2365,"Xian 1980 / 3-degree Gauss-Kruger zone 41",9001,4610,16071,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,41500000,9001,8807,0,9001,,,,,,
-2366,"Xian 1980 / 3-degree Gauss-Kruger zone 42",9001,4610,16072,9807,8801,0,9102,8802,126,9102,8805,1,9201,8806,42500000,9001,8807,0,9001,,,,,,
-2367,"Xian 1980 / 3-degree Gauss-Kruger zone 43",9001,4610,16073,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,43500000,9001,8807,0,9001,,,,,,
-2368,"Xian 1980 / 3-degree Gauss-Kruger zone 44",9001,4610,16074,9807,8801,0,9102,8802,132,9102,8805,1,9201,8806,44500000,9001,8807,0,9001,,,,,,
-2369,"Xian 1980 / 3-degree Gauss-Kruger zone 45",9001,4610,16075,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,45500000,9001,8807,0,9001,,,,,,
-2370,"Xian 1980 / 3-degree Gauss-Kruger CM 75E",9001,4610,16385,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2371,"Xian 1980 / 3-degree Gauss-Kruger CM 78E",9001,4610,16386,9807,8801,0,9102,8802,78,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2372,"Xian 1980 / 3-degree Gauss-Kruger CM 81E",9001,4610,16387,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2373,"Xian 1980 / 3-degree Gauss-Kruger CM 84E",9001,4610,16388,9807,8801,0,9102,8802,84,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2374,"Xian 1980 / 3-degree Gauss-Kruger CM 87E",9001,4610,16389,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2375,"Xian 1980 / 3-degree Gauss-Kruger CM 90E",9001,4610,16390,9807,8801,0,9102,8802,90,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2376,"Xian 1980 / 3-degree Gauss-Kruger CM 93E",9001,4610,16391,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2377,"Xian 1980 / 3-degree Gauss-Kruger CM 96E",9001,4610,16392,9807,8801,0,9102,8802,96,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2378,"Xian 1980 / 3-degree Gauss-Kruger CM 99E",9001,4610,16393,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2379,"Xian 1980 / 3-degree Gauss-Kruger CM 102E",9001,4610,16394,9807,8801,0,9102,8802,102,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2380,"Xian 1980 / 3-degree Gauss-Kruger CM 105E",9001,4610,16395,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2381,"Xian 1980 / 3-degree Gauss-Kruger CM 108E",9001,4610,16396,9807,8801,0,9102,8802,108,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2382,"Xian 1980 / 3-degree Gauss-Kruger CM 111E",9001,4610,16397,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2383,"Xian 1980 / 3-degree Gauss-Kruger CM 114E",9001,4610,16398,9807,8801,0,9102,8802,114,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2384,"Xian 1980 / 3-degree Gauss-Kruger CM 117E",9001,4610,16399,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2385,"Xian 1980 / 3-degree Gauss-Kruger CM 120E",9001,4610,16170,9807,8801,0,9102,8802,120,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2386,"Xian 1980 / 3-degree Gauss-Kruger CM 123E",9001,4610,16171,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2387,"Xian 1980 / 3-degree Gauss-Kruger CM 126E",9001,4610,16172,9807,8801,0,9102,8802,126,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2388,"Xian 1980 / 3-degree Gauss-Kruger CM 129E",9001,4610,16173,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2389,"Xian 1980 / 3-degree Gauss-Kruger CM 132E",9001,4610,16174,9807,8801,0,9102,8802,132,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2390,"Xian 1980 / 3-degree Gauss-Kruger CM 135E",9001,4610,16175,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2391,"KKJ / Finland zone 1",9001,4123,18191,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-2392,"KKJ / Finland zone 2",9001,4123,18192,9807,8801,0,9102,8802,24,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
-2393,"KKJ / Finland Uniform Coordinate System",9001,4123,18193,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,3500000,9001,8807,0,9001,,,,,,
-2394,"KKJ / Finland zone 4",9001,4123,18194,9807,8801,0,9102,8802,30,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-2395,"South Yemen / Gauss-Kruger zone 8",9001,4164,16208,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,8500000,9001,8807,0,9001,,,,,,
-2396,"South Yemen / Gauss-Kruger zone 9",9001,4164,16209,9807,8801,0,9102,8802,51,9102,8805,1,9201,8806,9500000,9001,8807,0,9001,,,,,,
-2397,"Pulkovo 1942(83) / Gauss-Kruger zone 3",9001,4178,16263,9807,8801,0,9102,8802,9,9102,8805,1,9201,8806,3500000,9001,8807,0,9001,,,,,,
-2398,"Pulkovo 1942(83) / Gauss-Kruger zone 4",9001,4178,16264,9807,8801,0,9102,8802,12,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-2399,"Pulkovo 1942(83) / Gauss-Kruger zone 5",9001,4178,16265,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,5500000,9001,8807,0,9001,,,,,,
-2400,RT90 2.5 gon W,9001,4124,19929,9807,8801,0,9110,8802,15.48298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-2401,"Beijing 1954 / 3-degree Gauss-Kruger zone 25",9001,4214,16285,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,25500000,9001,8807,0,9001,,,,,,
-2402,"Beijing 1954 / 3-degree Gauss-Kruger zone 26",9001,4214,16286,9807,8801,0,9102,8802,78,9102,8805,1,9201,8806,26500000,9001,8807,0,9001,,,,,,
-2403,"Beijing 1954 / 3-degree Gauss-Kruger zone 27",9001,4214,16287,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,27500000,9001,8807,0,9001,,,,,,
-2404,"Beijing 1954 / 3-degree Gauss-Kruger zone 28",9001,4214,16288,9807,8801,0,9102,8802,84,9102,8805,1,9201,8806,28500000,9001,8807,0,9001,,,,,,
-2405,"Beijing 1954 / 3-degree Gauss-Kruger zone 29",9001,4214,16289,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,29500000,9001,8807,0,9001,,,,,,
-2406,"Beijing 1954 / 3-degree Gauss-Kruger zone 30",9001,4214,16290,9807,8801,0,9102,8802,90,9102,8805,1,9201,8806,30500000,9001,8807,0,9001,,,,,,
-2407,"Beijing 1954 / 3-degree Gauss-Kruger zone 31",9001,4214,16291,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,31500000,9001,8807,0,9001,,,,,,
-2408,"Beijing 1954 / 3-degree Gauss-Kruger zone 32",9001,4214,16292,9807,8801,0,9102,8802,96,9102,8805,1,9201,8806,32500000,9001,8807,0,9001,,,,,,
-2409,"Beijing 1954 / 3-degree Gauss-Kruger zone 33",9001,4214,16293,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,33500000,9001,8807,0,9001,,,,,,
-2410,"Beijing 1954 / 3-degree Gauss-Kruger zone 34",9001,4214,16294,9807,8801,0,9102,8802,102,9102,8805,1,9201,8806,34500000,9001,8807,0,9001,,,,,,
-2411,"Beijing 1954 / 3-degree Gauss-Kruger zone 35",9001,4214,16295,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,35500000,9001,8807,0,9001,,,,,,
-2412,"Beijing 1954 / 3-degree Gauss-Kruger zone 36",9001,4214,16296,9807,8801,0,9102,8802,108,9102,8805,1,9201,8806,36500000,9001,8807,0,9001,,,,,,
-2413,"Beijing 1954 / 3-degree Gauss-Kruger zone 37",9001,4214,16297,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,37500000,9001,8807,0,9001,,,,,,
-2414,"Beijing 1954 / 3-degree Gauss-Kruger zone 38",9001,4214,16298,9807,8801,0,9102,8802,114,9102,8805,1,9201,8806,38500000,9001,8807,0,9001,,,,,,
-2415,"Beijing 1954 / 3-degree Gauss-Kruger zone 39",9001,4214,16299,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,39500000,9001,8807,0,9001,,,,,,
-2416,"Beijing 1954 / 3-degree Gauss-Kruger zone 40",9001,4214,16070,9807,8801,0,9102,8802,120,9102,8805,1,9201,8806,40500000,9001,8807,0,9001,,,,,,
-2417,"Beijing 1954 / 3-degree Gauss-Kruger zone 41",9001,4214,16071,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,41500000,9001,8807,0,9001,,,,,,
-2418,"Beijing 1954 / 3-degree Gauss-Kruger zone 42",9001,4214,16072,9807,8801,0,9102,8802,126,9102,8805,1,9201,8806,42500000,9001,8807,0,9001,,,,,,
-2419,"Beijing 1954 / 3-degree Gauss-Kruger zone 43",9001,4214,16073,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,43500000,9001,8807,0,9001,,,,,,
-2420,"Beijing 1954 / 3-degree Gauss-Kruger zone 44",9001,4214,16074,9807,8801,0,9102,8802,132,9102,8805,1,9201,8806,44500000,9001,8807,0,9001,,,,,,
-2421,"Beijing 1954 / 3-degree Gauss-Kruger zone 45",9001,4214,16075,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,45500000,9001,8807,0,9001,,,,,,
-2422,"Beijing 1954 / 3-degree Gauss-Kruger CM 75E",9001,4214,16385,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2423,"Beijing 1954 / 3-degree Gauss-Kruger CM 78E",9001,4214,16386,9807,8801,0,9102,8802,78,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2424,"Beijing 1954 / 3-degree Gauss-Kruger CM 81E",9001,4214,16387,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2425,"Beijing 1954 / 3-degree Gauss-Kruger CM 84E",9001,4214,16388,9807,8801,0,9102,8802,84,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2426,"Beijing 1954 / 3-degree Gauss-Kruger CM 87E",9001,4214,16389,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2427,"Beijing 1954 / 3-degree Gauss-Kruger CM 90E",9001,4214,16390,9807,8801,0,9102,8802,90,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2428,"Beijing 1954 / 3-degree Gauss-Kruger CM 93E",9001,4214,16391,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2429,"Beijing 1954 / 3-degree Gauss-Kruger CM 96E",9001,4214,16392,9807,8801,0,9102,8802,96,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2430,"Beijing 1954 / 3-degree Gauss-Kruger CM 99E",9001,4214,16393,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2431,"Beijing 1954 / 3-degree Gauss-Kruger CM 102E",9001,4214,16394,9807,8801,0,9102,8802,102,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2432,"Beijing 1954 / 3-degree Gauss-Kruger CM 105E",9001,4214,16395,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2433,"Beijing 1954 / 3-degree Gauss-Kruger CM 108E",9001,4214,16396,9807,8801,0,9102,8802,108,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2434,"Beijing 1954 / 3-degree Gauss-Kruger CM 111E",9001,4214,16397,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2435,"Beijing 1954 / 3-degree Gauss-Kruger CM 114E",9001,4214,16398,9807,8801,0,9102,8802,114,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2436,"Beijing 1954 / 3-degree Gauss-Kruger CM 117E",9001,4214,16399,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2437,"Beijing 1954 / 3-degree Gauss-Kruger CM 120E",9001,4214,16170,9807,8801,0,9102,8802,120,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2438,"Beijing 1954 / 3-degree Gauss-Kruger CM 123E",9001,4214,16171,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2439,"Beijing 1954 / 3-degree Gauss-Kruger CM 126E",9001,4214,16172,9807,8801,0,9102,8802,126,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2440,"Beijing 1954 / 3-degree Gauss-Kruger CM 129E",9001,4214,16173,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2441,"Beijing 1954 / 3-degree Gauss-Kruger CM 132E",9001,4214,16174,9807,8801,0,9102,8802,132,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2442,"Beijing 1954 / 3-degree Gauss-Kruger CM 135E",9001,4214,16175,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2443,"JGD2000 / Japan Plane Rectangular CS I",9001,4612,17801,9807,8801,33,9110,8802,129.3,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2444,"JGD2000 / Japan Plane Rectangular CS II",9001,4612,17802,9807,8801,33,9110,8802,131,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2445,"JGD2000 / Japan Plane Rectangular CS III",9001,4612,17803,9807,8801,36,9110,8802,132.1,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2446,"JGD2000 / Japan Plane Rectangular CS IV",9001,4612,17804,9807,8801,33,9110,8802,133.3,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2447,"JGD2000 / Japan Plane Rectangular CS V",9001,4612,17805,9807,8801,36,9110,8802,134.2,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2448,"JGD2000 / Japan Plane Rectangular CS VI",9001,4612,17806,9807,8801,36,9110,8802,136,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2449,"JGD2000 / Japan Plane Rectangular CS VII",9001,4612,17807,9807,8801,36,9110,8802,137.1,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2450,"JGD2000 / Japan Plane Rectangular CS VIII",9001,4612,17808,9807,8801,36,9110,8802,138.3,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2451,"JGD2000 / Japan Plane Rectangular CS IX",9001,4612,17809,9807,8801,36,9110,8802,139.5,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2452,"JGD2000 / Japan Plane Rectangular CS X",9001,4612,17810,9807,8801,40,9110,8802,140.5,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2453,"JGD2000 / Japan Plane Rectangular CS XI",9001,4612,17811,9807,8801,44,9110,8802,140.15,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2454,"JGD2000 / Japan Plane Rectangular CS XII",9001,4612,17812,9807,8801,44,9110,8802,142.15,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2455,"JGD2000 / Japan Plane Rectangular CS XIII",9001,4612,17813,9807,8801,44,9110,8802,144.15,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2456,"JGD2000 / Japan Plane Rectangular CS XIV",9001,4612,17814,9807,8801,26,9110,8802,142,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2457,"JGD2000 / Japan Plane Rectangular CS XV",9001,4612,17815,9807,8801,26,9110,8802,127.3,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2458,"JGD2000 / Japan Plane Rectangular CS XVI",9001,4612,17816,9807,8801,26,9110,8802,124,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2459,"JGD2000 / Japan Plane Rectangular CS XVII",9001,4612,17817,9807,8801,26,9110,8802,131,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2460,"JGD2000 / Japan Plane Rectangular CS XVIII",9001,4612,17818,9807,8801,20,9110,8802,136,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2461,"JGD2000 / Japan Plane Rectangular CS XIX",9001,4612,17819,9807,8801,26,9110,8802,154,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-2462,"Albanian 1987 / Gauss-Kruger zone 4",9001,4191,16204,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-2463,"Pulkovo 1995 / Gauss-Kruger CM 21E",9001,4200,16304,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2464,"Pulkovo 1995 / Gauss-Kruger CM 27E",9001,4200,16305,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2465,"Pulkovo 1995 / Gauss-Kruger CM 33E",9001,4200,16306,9807,8801,0,9102,8802,33,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2466,"Pulkovo 1995 / Gauss-Kruger CM 39E",9001,4200,16307,9807,8801,0,9102,8802,39,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2467,"Pulkovo 1995 / Gauss-Kruger CM 45E",9001,4200,16308,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2468,"Pulkovo 1995 / Gauss-Kruger CM 51E",9001,4200,16309,9807,8801,0,9102,8802,51,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2469,"Pulkovo 1995 / Gauss-Kruger CM 57E",9001,4200,16310,9807,8801,0,9102,8802,57,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2470,"Pulkovo 1995 / Gauss-Kruger CM 63E",9001,4200,16311,9807,8801,0,9102,8802,63,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2471,"Pulkovo 1995 / Gauss-Kruger CM 69E",9001,4200,16312,9807,8801,0,9102,8802,69,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2472,"Pulkovo 1995 / Gauss-Kruger CM 75E",9001,4200,16313,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2473,"Pulkovo 1995 / Gauss-Kruger CM 81E",9001,4200,16314,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2474,"Pulkovo 1995 / Gauss-Kruger CM 87E",9001,4200,16315,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2475,"Pulkovo 1995 / Gauss-Kruger CM 93E",9001,4200,16316,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2476,"Pulkovo 1995 / Gauss-Kruger CM 99E",9001,4200,16317,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2477,"Pulkovo 1995 / Gauss-Kruger CM 105E",9001,4200,16318,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2478,"Pulkovo 1995 / Gauss-Kruger CM 111E",9001,4200,16319,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2479,"Pulkovo 1995 / Gauss-Kruger CM 117E",9001,4200,16320,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2480,"Pulkovo 1995 / Gauss-Kruger CM 123E",9001,4200,16321,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2481,"Pulkovo 1995 / Gauss-Kruger CM 129E",9001,4200,16322,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2482,"Pulkovo 1995 / Gauss-Kruger CM 135E",9001,4200,16323,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2483,"Pulkovo 1995 / Gauss-Kruger CM 141E",9001,4200,16324,9807,8801,0,9102,8802,141,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2484,"Pulkovo 1995 / Gauss-Kruger CM 147E",9001,4200,16325,9807,8801,0,9102,8802,147,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2485,"Pulkovo 1995 / Gauss-Kruger CM 153E",9001,4200,16326,9807,8801,0,9102,8802,153,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2486,"Pulkovo 1995 / Gauss-Kruger CM 159E",9001,4200,16327,9807,8801,0,9102,8802,159,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2487,"Pulkovo 1995 / Gauss-Kruger CM 165E",9001,4200,16328,9807,8801,0,9102,8802,165,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2488,"Pulkovo 1995 / Gauss-Kruger CM 171E",9001,4200,16329,9807,8801,0,9102,8802,171,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2489,"Pulkovo 1995 / Gauss-Kruger CM 177E",9001,4200,16330,9807,8801,0,9102,8802,177,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2490,"Pulkovo 1995 / Gauss-Kruger CM 177W",9001,4200,16331,9807,8801,0,9102,8802,-177,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2491,"Pulkovo 1995 / Gauss-Kruger CM 171W",9001,4200,16332,9807,8801,0,9102,8802,-171,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2492,"Pulkovo 1942 / Gauss-Kruger CM 9E",9001,4284,16302,9807,8801,0,9102,8802,9,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2493,"Pulkovo 1942 / Gauss-Kruger CM 15E",9001,4284,16303,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2494,"Pulkovo 1942 / Gauss-Kruger CM 21E",9001,4284,16304,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2495,"Pulkovo 1942 / Gauss-Kruger CM 27E",9001,4284,16305,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2496,"Pulkovo 1942 / Gauss-Kruger CM 33E",9001,4284,16306,9807,8801,0,9102,8802,33,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2497,"Pulkovo 1942 / Gauss-Kruger CM 39E",9001,4284,16307,9807,8801,0,9102,8802,39,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2498,"Pulkovo 1942 / Gauss-Kruger CM 45E",9001,4284,16308,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2499,"Pulkovo 1942 / Gauss-Kruger CM 51E",9001,4284,16309,9807,8801,0,9102,8802,51,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2500,"Pulkovo 1942 / Gauss-Kruger CM 57E",9001,4284,16310,9807,8801,0,9102,8802,57,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2501,"Pulkovo 1942 / Gauss-Kruger CM 63E",9001,4284,16311,9807,8801,0,9102,8802,63,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2502,"Pulkovo 1942 / Gauss-Kruger CM 69E",9001,4284,16312,9807,8801,0,9102,8802,69,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2503,"Pulkovo 1942 / Gauss-Kruger CM 75E",9001,4284,16313,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2504,"Pulkovo 1942 / Gauss-Kruger CM 81E",9001,4284,16314,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2505,"Pulkovo 1942 / Gauss-Kruger CM 87E",9001,4284,16315,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2506,"Pulkovo 1942 / Gauss-Kruger CM 93E",9001,4284,16316,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2507,"Pulkovo 1942 / Gauss-Kruger CM 99E",9001,4284,16317,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2508,"Pulkovo 1942 / Gauss-Kruger CM 105E",9001,4284,16318,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2509,"Pulkovo 1942 / Gauss-Kruger CM 111E",9001,4284,16319,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2510,"Pulkovo 1942 / Gauss-Kruger CM 117E",9001,4284,16320,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2511,"Pulkovo 1942 / Gauss-Kruger CM 123E",9001,4284,16321,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2512,"Pulkovo 1942 / Gauss-Kruger CM 129E",9001,4284,16322,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2513,"Pulkovo 1942 / Gauss-Kruger CM 135E",9001,4284,16323,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2514,"Pulkovo 1942 / Gauss-Kruger CM 141E",9001,4284,16324,9807,8801,0,9102,8802,141,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2515,"Pulkovo 1942 / Gauss-Kruger CM 147E",9001,4284,16325,9807,8801,0,9102,8802,147,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2516,"Pulkovo 1942 / Gauss-Kruger CM 153E",9001,4284,16326,9807,8801,0,9102,8802,153,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2517,"Pulkovo 1942 / Gauss-Kruger CM 159E",9001,4284,16327,9807,8801,0,9102,8802,159,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2518,"Pulkovo 1942 / Gauss-Kruger CM 165E",9001,4284,16328,9807,8801,0,9102,8802,165,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2519,"Pulkovo 1942 / Gauss-Kruger CM 171E",9001,4284,16329,9807,8801,0,9102,8802,171,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2520,"Pulkovo 1942 / Gauss-Kruger CM 177E",9001,4284,16330,9807,8801,0,9102,8802,177,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2521,"Pulkovo 1942 / Gauss-Kruger CM 177W",9001,4284,16331,9807,8801,0,9102,8802,-177,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2522,"Pulkovo 1942 / Gauss-Kruger CM 171W",9001,4284,16332,9807,8801,0,9102,8802,-171,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2523,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 7",9001,4284,16267,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,7500000,9001,8807,0,9001,,,,,,
-2524,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 8",9001,4284,16268,9807,8801,0,9102,8802,24,9102,8805,1,9201,8806,8500000,9001,8807,0,9001,,,,,,
-2525,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 9",9001,4284,16269,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,9500000,9001,8807,0,9001,,,,,,
-2526,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 10",9001,4284,16270,9807,8801,0,9102,8802,30,9102,8805,1,9201,8806,10500000,9001,8807,0,9001,,,,,,
-2527,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 11",9001,4284,16271,9807,8801,0,9102,8802,33,9102,8805,1,9201,8806,11500000,9001,8807,0,9001,,,,,,
-2528,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 12",9001,4284,16272,9807,8801,0,9102,8802,36,9102,8805,1,9201,8806,12500000,9001,8807,0,9001,,,,,,
-2529,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 13",9001,4284,16273,9807,8801,0,9102,8802,39,9102,8805,1,9201,8806,13500000,9001,8807,0,9001,,,,,,
-2530,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 14",9001,4284,16274,9807,8801,0,9102,8802,42,9102,8805,1,9201,8806,14500000,9001,8807,0,9001,,,,,,
-2531,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 15",9001,4284,16275,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,15500000,9001,8807,0,9001,,,,,,
-2532,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 16",9001,4284,16276,9807,8801,0,9102,8802,48,9102,8805,1,9201,8806,16500000,9001,8807,0,9001,,,,,,
-2533,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 17",9001,4284,16277,9807,8801,0,9102,8802,51,9102,8805,1,9201,8806,17500000,9001,8807,0,9001,,,,,,
-2534,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 18",9001,4284,16278,9807,8801,0,9102,8802,54,9102,8805,1,9201,8806,18500000,9001,8807,0,9001,,,,,,
-2535,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 19",9001,4284,16279,9807,8801,0,9102,8802,57,9102,8805,1,9201,8806,19500000,9001,8807,0,9001,,,,,,
-2536,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 20",9001,4284,16280,9807,8801,0,9102,8802,60,9102,8805,1,9201,8806,20500000,9001,8807,0,9001,,,,,,
-2537,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 21",9001,4284,16281,9807,8801,0,9102,8802,63,9102,8805,1,9201,8806,21500000,9001,8807,0,9001,,,,,,
-2538,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 22",9001,4284,16282,9807,8801,0,9102,8802,66,9102,8805,1,9201,8806,22500000,9001,8807,0,9001,,,,,,
-2539,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 23",9001,4284,16283,9807,8801,0,9102,8802,69,9102,8805,1,9201,8806,23500000,9001,8807,0,9001,,,,,,
-2540,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 24",9001,4284,16284,9807,8801,0,9102,8802,72,9102,8805,1,9201,8806,24500000,9001,8807,0,9001,,,,,,
-2541,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 25",9001,4284,16285,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,25500000,9001,8807,0,9001,,,,,,
-2542,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 26",9001,4284,16286,9807,8801,0,9102,8802,78,9102,8805,1,9201,8806,26500000,9001,8807,0,9001,,,,,,
-2543,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 27",9001,4284,16287,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,27500000,9001,8807,0,9001,,,,,,
-2544,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 28",9001,4284,16288,9807,8801,0,9102,8802,84,9102,8805,1,9201,8806,28500000,9001,8807,0,9001,,,,,,
-2545,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 29",9001,4284,16289,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,29500000,9001,8807,0,9001,,,,,,
-2546,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 30",9001,4284,16290,9807,8801,0,9102,8802,90,9102,8805,1,9201,8806,30500000,9001,8807,0,9001,,,,,,
-2547,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 31",9001,4284,16291,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,31500000,9001,8807,0,9001,,,,,,
-2548,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 32",9001,4284,16292,9807,8801,0,9102,8802,96,9102,8805,1,9201,8806,32500000,9001,8807,0,9001,,,,,,
-2549,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 33",9001,4284,16293,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,33500000,9001,8807,0,9001,,,,,,
-2550,"Samboja / UTM zone 50S",9001,4125,16150,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2551,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 34",9001,4284,16294,9807,8801,0,9102,8802,102,9102,8805,1,9201,8806,34500000,9001,8807,0,9001,,,,,,
-2552,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 35",9001,4284,16295,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,35500000,9001,8807,0,9001,,,,,,
-2553,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 36",9001,4284,16296,9807,8801,0,9102,8802,108,9102,8805,1,9201,8806,36500000,9001,8807,0,9001,,,,,,
-2554,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 37",9001,4284,16297,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,37500000,9001,8807,0,9001,,,,,,
-2555,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 38",9001,4284,16298,9807,8801,0,9102,8802,114,9102,8805,1,9201,8806,38500000,9001,8807,0,9001,,,,,,
-2556,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 39",9001,4284,16299,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,39500000,9001,8807,0,9001,,,,,,
-2557,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 40",9001,4284,16070,9807,8801,0,9102,8802,120,9102,8805,1,9201,8806,40500000,9001,8807,0,9001,,,,,,
-2558,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 41",9001,4284,16071,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,41500000,9001,8807,0,9001,,,,,,
-2559,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 42",9001,4284,16072,9807,8801,0,9102,8802,126,9102,8805,1,9201,8806,42500000,9001,8807,0,9001,,,,,,
-2560,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 43",9001,4284,16073,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,43500000,9001,8807,0,9001,,,,,,
-2561,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 44",9001,4284,16074,9807,8801,0,9102,8802,132,9102,8805,1,9201,8806,44500000,9001,8807,0,9001,,,,,,
-2562,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 45",9001,4284,16075,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,45500000,9001,8807,0,9001,,,,,,
-2563,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 46",9001,4284,16076,9807,8801,0,9102,8802,138,9102,8805,1,9201,8806,46500000,9001,8807,0,9001,,,,,,
-2564,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 47",9001,4284,16077,9807,8801,0,9102,8802,141,9102,8805,1,9201,8806,47500000,9001,8807,0,9001,,,,,,
-2565,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 48",9001,4284,16078,9807,8801,0,9102,8802,144,9102,8805,1,9201,8806,48500000,9001,8807,0,9001,,,,,,
-2566,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 49",9001,4284,16079,9807,8801,0,9102,8802,147,9102,8805,1,9201,8806,49500000,9001,8807,0,9001,,,,,,
-2567,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 50",9001,4284,16080,9807,8801,0,9102,8802,150,9102,8805,1,9201,8806,50500000,9001,8807,0,9001,,,,,,
-2568,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 51",9001,4284,16081,9807,8801,0,9102,8802,153,9102,8805,1,9201,8806,51500000,9001,8807,0,9001,,,,,,
-2569,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 52",9001,4284,16082,9807,8801,0,9102,8802,156,9102,8805,1,9201,8806,52500000,9001,8807,0,9001,,,,,,
-2570,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 53",9001,4284,16083,9807,8801,0,9102,8802,159,9102,8805,1,9201,8806,53500000,9001,8807,0,9001,,,,,,
-2571,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 54",9001,4284,16084,9807,8801,0,9102,8802,162,9102,8805,1,9201,8806,54500000,9001,8807,0,9001,,,,,,
-2572,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 55",9001,4284,16085,9807,8801,0,9102,8802,165,9102,8805,1,9201,8806,55500000,9001,8807,0,9001,,,,,,
-2573,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 56",9001,4284,16086,9807,8801,0,9102,8802,168,9102,8805,1,9201,8806,56500000,9001,8807,0,9001,,,,,,
-2574,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 57",9001,4284,16087,9807,8801,0,9102,8802,171,9102,8805,1,9201,8806,57500000,9001,8807,0,9001,,,,,,
-2575,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 58",9001,4284,16088,9807,8801,0,9102,8802,174,9102,8805,1,9201,8806,58500000,9001,8807,0,9001,,,,,,
-2576,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 59",9001,4284,16089,9807,8801,0,9102,8802,177,9102,8805,1,9201,8806,59500000,9001,8807,0,9001,,,,,,
-2577,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 60",9001,4284,16090,9807,8801,0,9102,8802,180,9102,8805,1,9201,8806,60000000,9001,8807,0,9001,,,,,,
-2578,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 61",9001,4284,16091,9807,8801,0,9102,8802,-177,9102,8805,1,9201,8806,61500000,9001,8807,0,9001,,,,,,
-2579,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 62",9001,4284,16092,9807,8801,0,9102,8802,-174,9102,8805,1,9201,8806,62500000,9001,8807,0,9001,,,,,,
-2580,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 63",9001,4284,16093,9807,8801,0,9102,8802,-171,9102,8805,1,9201,8806,63500000,9001,8807,0,9001,,,,,,
-2581,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 64",9001,4284,16094,9807,8801,0,9102,8802,-168,9102,8805,1,9201,8806,64500000,9001,8807,0,9001,,,,,,
-2582,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 21E",9001,4284,16367,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2583,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 24E",9001,4284,16368,9807,8801,0,9102,8802,24,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2584,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 27E",9001,4284,16369,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2585,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 30E",9001,4284,16370,9807,8801,0,9102,8802,30,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2586,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 33E",9001,4284,16371,9807,8801,0,9102,8802,33,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2587,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 36E",9001,4284,16372,9807,8801,0,9102,8802,36,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2588,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 39E",9001,4284,16373,9807,8801,0,9102,8802,39,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2589,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 42E",9001,4284,16374,9807,8801,0,9102,8802,42,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2590,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 45E",9001,4284,16375,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2591,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 48E",9001,4284,16376,9807,8801,0,9102,8802,48,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2592,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 51E",9001,4284,16377,9807,8801,0,9102,8802,51,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2593,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 54E",9001,4284,16378,9807,8801,0,9102,8802,54,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2594,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 57E",9001,4284,16379,9807,8801,0,9102,8802,57,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2595,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 60E",9001,4284,16380,9807,8801,0,9102,8802,60,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2596,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 63E",9001,4284,16381,9807,8801,0,9102,8802,63,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2597,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 66E",9001,4284,16382,9807,8801,0,9102,8802,66,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2598,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 69E",9001,4284,16383,9807,8801,0,9102,8802,69,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2599,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 72E",9001,4284,16384,9807,8801,0,9102,8802,72,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2600,Lietuvos Koordinoei Sistema 1994,9001,4669,19934,9807,8801,0,9102,8802,24,9102,8805,0.9998,9201,8806,500000,9001,8807,0,9001,,,,,,
-2601,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 75E",9001,4284,16385,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2602,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 78E",9001,4284,16386,9807,8801,0,9102,8802,78,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2603,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 81E",9001,4284,16387,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2604,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 84E",9001,4284,16388,9807,8801,0,9102,8802,84,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2605,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 87E",9001,4284,16389,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2606,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 90E",9001,4284,16390,9807,8801,0,9102,8802,90,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2607,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 93E",9001,4284,16391,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2608,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 96E",9001,4284,16392,9807,8801,0,9102,8802,96,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2609,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 99E",9001,4284,16393,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2610,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 102E",9001,4284,16394,9807,8801,0,9102,8802,102,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2611,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 105E",9001,4284,16395,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2612,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 108E",9001,4284,16396,9807,8801,0,9102,8802,108,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2613,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 111E",9001,4284,16397,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2614,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 114E",9001,4284,16398,9807,8801,0,9102,8802,114,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2615,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 117E",9001,4284,16399,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2616,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 120E",9001,4284,16170,9807,8801,0,9102,8802,120,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2617,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 123E",9001,4284,16171,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2618,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 126E",9001,4284,16172,9807,8801,0,9102,8802,126,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2619,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 129E",9001,4284,16173,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2620,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 132E",9001,4284,16174,9807,8801,0,9102,8802,132,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2621,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 135E",9001,4284,16175,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2622,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 138E",9001,4284,16176,9807,8801,0,9102,8802,138,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2623,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 141E",9001,4284,16177,9807,8801,0,9102,8802,141,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2624,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 144E",9001,4284,16178,9807,8801,0,9102,8802,144,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2625,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 147E",9001,4284,16179,9807,8801,0,9102,8802,147,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2626,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 150E",9001,4284,16180,9807,8801,0,9102,8802,150,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2627,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 153E",9001,4284,16181,9807,8801,0,9102,8802,153,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2628,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 156E",9001,4284,16182,9807,8801,0,9102,8802,156,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2629,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 159E",9001,4284,16183,9807,8801,0,9102,8802,159,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2630,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 162E",9001,4284,16184,9807,8801,0,9102,8802,162,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2631,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 165E",9001,4284,16185,9807,8801,0,9102,8802,165,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2632,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 168E",9001,4284,16186,9807,8801,0,9102,8802,168,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2633,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 171E",9001,4284,16187,9807,8801,0,9102,8802,171,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2634,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 174E",9001,4284,16188,9807,8801,0,9102,8802,174,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2635,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 177E",9001,4284,16189,9807,8801,0,9102,8802,177,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2636,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 180E",9001,4284,16190,9807,8801,0,9102,8802,180,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2637,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 177W",9001,4284,16191,9807,8801,0,9102,8802,-177,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2638,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 174W",9001,4284,16192,9807,8801,0,9102,8802,-174,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2639,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 171W",9001,4284,16193,9807,8801,0,9102,8802,-171,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2640,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 168W",9001,4284,16194,9807,8801,0,9102,8802,-168,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2641,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 7",9001,4200,16267,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,7500000,9001,8807,0,9001,,,,,,
-2642,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 8",9001,4200,16268,9807,8801,0,9102,8802,24,9102,8805,1,9201,8806,8500000,9001,8807,0,9001,,,,,,
-2643,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 9",9001,4200,16269,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,9500000,9001,8807,0,9001,,,,,,
-2644,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 10",9001,4200,16270,9807,8801,0,9102,8802,30,9102,8805,1,9201,8806,10500000,9001,8807,0,9001,,,,,,
-2645,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 11",9001,4200,16271,9807,8801,0,9102,8802,33,9102,8805,1,9201,8806,11500000,9001,8807,0,9001,,,,,,
-2646,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 12",9001,4200,16272,9807,8801,0,9102,8802,36,9102,8805,1,9201,8806,12500000,9001,8807,0,9001,,,,,,
-2647,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 13",9001,4200,16273,9807,8801,0,9102,8802,39,9102,8805,1,9201,8806,13500000,9001,8807,0,9001,,,,,,
-2648,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 14",9001,4200,16274,9807,8801,0,9102,8802,42,9102,8805,1,9201,8806,14500000,9001,8807,0,9001,,,,,,
-2649,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 15",9001,4200,16275,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,15500000,9001,8807,0,9001,,,,,,
-2650,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 16",9001,4200,16276,9807,8801,0,9102,8802,48,9102,8805,1,9201,8806,16500000,9001,8807,0,9001,,,,,,
-2651,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 17",9001,4200,16277,9807,8801,0,9102,8802,51,9102,8805,1,9201,8806,17500000,9001,8807,0,9001,,,,,,
-2652,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 18",9001,4200,16278,9807,8801,0,9102,8802,54,9102,8805,1,9201,8806,18500000,9001,8807,0,9001,,,,,,
-2653,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 19",9001,4200,16279,9807,8801,0,9102,8802,57,9102,8805,1,9201,8806,19500000,9001,8807,0,9001,,,,,,
-2654,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 20",9001,4200,16280,9807,8801,0,9102,8802,60,9102,8805,1,9201,8806,20500000,9001,8807,0,9001,,,,,,
-2655,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 21",9001,4200,16281,9807,8801,0,9102,8802,63,9102,8805,1,9201,8806,21500000,9001,8807,0,9001,,,,,,
-2656,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 22",9001,4200,16282,9807,8801,0,9102,8802,66,9102,8805,1,9201,8806,22500000,9001,8807,0,9001,,,,,,
-2657,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 23",9001,4200,16283,9807,8801,0,9102,8802,69,9102,8805,1,9201,8806,23500000,9001,8807,0,9001,,,,,,
-2658,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 24",9001,4200,16284,9807,8801,0,9102,8802,72,9102,8805,1,9201,8806,24500000,9001,8807,0,9001,,,,,,
-2659,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 25",9001,4200,16285,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,25500000,9001,8807,0,9001,,,,,,
-2660,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 26",9001,4200,16286,9807,8801,0,9102,8802,78,9102,8805,1,9201,8806,26500000,9001,8807,0,9001,,,,,,
-2661,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 27",9001,4200,16287,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,27500000,9001,8807,0,9001,,,,,,
-2662,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 28",9001,4200,16288,9807,8801,0,9102,8802,84,9102,8805,1,9201,8806,28500000,9001,8807,0,9001,,,,,,
-2663,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 29",9001,4200,16289,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,29500000,9001,8807,0,9001,,,,,,
-2664,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 30",9001,4200,16290,9807,8801,0,9102,8802,90,9102,8805,1,9201,8806,30500000,9001,8807,0,9001,,,,,,
-2665,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 31",9001,4200,16291,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,31500000,9001,8807,0,9001,,,,,,
-2666,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 32",9001,4200,16292,9807,8801,0,9102,8802,96,9102,8805,1,9201,8806,32500000,9001,8807,0,9001,,,,,,
-2667,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 33",9001,4200,16293,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,33500000,9001,8807,0,9001,,,,,,
-2668,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 34",9001,4200,16294,9807,8801,0,9102,8802,102,9102,8805,1,9201,8806,34500000,9001,8807,0,9001,,,,,,
-2669,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 35",9001,4200,16295,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,35500000,9001,8807,0,9001,,,,,,
-2670,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 36",9001,4200,16296,9807,8801,0,9102,8802,108,9102,8805,1,9201,8806,36500000,9001,8807,0,9001,,,,,,
-2671,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 37",9001,4200,16297,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,37500000,9001,8807,0,9001,,,,,,
-2672,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 38",9001,4200,16298,9807,8801,0,9102,8802,114,9102,8805,1,9201,8806,38500000,9001,8807,0,9001,,,,,,
-2673,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 39",9001,4200,16299,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,39500000,9001,8807,0,9001,,,,,,
-2674,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 40",9001,4200,16070,9807,8801,0,9102,8802,120,9102,8805,1,9201,8806,40500000,9001,8807,0,9001,,,,,,
-2675,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 41",9001,4200,16071,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,41500000,9001,8807,0,9001,,,,,,
-2676,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 42",9001,4200,16072,9807,8801,0,9102,8802,126,9102,8805,1,9201,8806,42500000,9001,8807,0,9001,,,,,,
-2677,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 43",9001,4200,16073,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,43500000,9001,8807,0,9001,,,,,,
-2678,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 44",9001,4200,16074,9807,8801,0,9102,8802,132,9102,8805,1,9201,8806,44500000,9001,8807,0,9001,,,,,,
-2679,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 45",9001,4200,16075,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,45500000,9001,8807,0,9001,,,,,,
-2680,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 46",9001,4200,16076,9807,8801,0,9102,8802,138,9102,8805,1,9201,8806,46500000,9001,8807,0,9001,,,,,,
-2681,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 47",9001,4200,16077,9807,8801,0,9102,8802,141,9102,8805,1,9201,8806,47500000,9001,8807,0,9001,,,,,,
-2682,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 48",9001,4200,16078,9807,8801,0,9102,8802,144,9102,8805,1,9201,8806,48500000,9001,8807,0,9001,,,,,,
-2683,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 49",9001,4200,16079,9807,8801,0,9102,8802,147,9102,8805,1,9201,8806,49500000,9001,8807,0,9001,,,,,,
-2684,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 50",9001,4200,16080,9807,8801,0,9102,8802,150,9102,8805,1,9201,8806,50500000,9001,8807,0,9001,,,,,,
-2685,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 51",9001,4200,16081,9807,8801,0,9102,8802,153,9102,8805,1,9201,8806,51500000,9001,8807,0,9001,,,,,,
-2686,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 52",9001,4200,16082,9807,8801,0,9102,8802,156,9102,8805,1,9201,8806,52500000,9001,8807,0,9001,,,,,,
-2687,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 53",9001,4200,16083,9807,8801,0,9102,8802,159,9102,8805,1,9201,8806,53500000,9001,8807,0,9001,,,,,,
-2688,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 54",9001,4200,16084,9807,8801,0,9102,8802,162,9102,8805,1,9201,8806,54500000,9001,8807,0,9001,,,,,,
-2689,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 55",9001,4200,16085,9807,8801,0,9102,8802,165,9102,8805,1,9201,8806,55500000,9001,8807,0,9001,,,,,,
-2690,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 56",9001,4200,16086,9807,8801,0,9102,8802,168,9102,8805,1,9201,8806,56500000,9001,8807,0,9001,,,,,,
-2691,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 57",9001,4200,16087,9807,8801,0,9102,8802,171,9102,8805,1,9201,8806,57500000,9001,8807,0,9001,,,,,,
-2692,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 58",9001,4200,16088,9807,8801,0,9102,8802,174,9102,8805,1,9201,8806,58500000,9001,8807,0,9001,,,,,,
-2693,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 59",9001,4200,16089,9807,8801,0,9102,8802,177,9102,8805,1,9201,8806,59500000,9001,8807,0,9001,,,,,,
-2694,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 60",9001,4200,16090,9807,8801,0,9102,8802,180,9102,8805,1,9201,8806,60000000,9001,8807,0,9001,,,,,,
-2695,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 61",9001,4200,16091,9807,8801,0,9102,8802,-177,9102,8805,1,9201,8806,61500000,9001,8807,0,9001,,,,,,
-2696,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 62",9001,4200,16092,9807,8801,0,9102,8802,-174,9102,8805,1,9201,8806,62500000,9001,8807,0,9001,,,,,,
-2697,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 63",9001,4200,16093,9807,8801,0,9102,8802,-171,9102,8805,1,9201,8806,63500000,9001,8807,0,9001,,,,,,
-2698,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 64",9001,4200,16094,9807,8801,0,9102,8802,-168,9102,8805,1,9201,8806,64500000,9001,8807,0,9001,,,,,,
-2699,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 21E",9001,4200,16367,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2700,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 24E",9001,4200,16368,9807,8801,0,9102,8802,24,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2701,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 27E",9001,4200,16369,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2702,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 30E",9001,4200,16370,9807,8801,0,9102,8802,30,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2703,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 33E",9001,4200,16371,9807,8801,0,9102,8802,33,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2704,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 36E",9001,4200,16372,9807,8801,0,9102,8802,36,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2705,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 39E",9001,4200,16373,9807,8801,0,9102,8802,39,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2706,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 42E",9001,4200,16374,9807,8801,0,9102,8802,42,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2707,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 45E",9001,4200,16375,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2708,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 48E",9001,4200,16376,9807,8801,0,9102,8802,48,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2709,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 51E",9001,4200,16377,9807,8801,0,9102,8802,51,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2710,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 54E",9001,4200,16378,9807,8801,0,9102,8802,54,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2711,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 57E",9001,4200,16379,9807,8801,0,9102,8802,57,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2712,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 60E",9001,4200,16380,9807,8801,0,9102,8802,60,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2713,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 63E",9001,4200,16381,9807,8801,0,9102,8802,63,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2714,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 66E",9001,4200,16382,9807,8801,0,9102,8802,66,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2715,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 69E",9001,4200,16383,9807,8801,0,9102,8802,69,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2716,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 72E",9001,4200,16384,9807,8801,0,9102,8802,72,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2717,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 75E",9001,4200,16385,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2718,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 78E",9001,4200,16386,9807,8801,0,9102,8802,78,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2719,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 81E",9001,4200,16387,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2720,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 84E",9001,4200,16388,9807,8801,0,9102,8802,84,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2721,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 87E",9001,4200,16389,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2722,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 90E",9001,4200,16390,9807,8801,0,9102,8802,90,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2723,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 93E",9001,4200,16391,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2724,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 96E",9001,4200,16392,9807,8801,0,9102,8802,96,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2725,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 99E",9001,4200,16393,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2726,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 102E",9001,4200,16394,9807,8801,0,9102,8802,102,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2727,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 105E",9001,4200,16395,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2728,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 108E",9001,4200,16396,9807,8801,0,9102,8802,108,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2729,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 111E",9001,4200,16397,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2730,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 114E",9001,4200,16398,9807,8801,0,9102,8802,114,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2731,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 117E",9001,4200,16399,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2732,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 120E",9001,4200,16170,9807,8801,0,9102,8802,120,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2733,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 123E",9001,4200,16171,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2734,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 126E",9001,4200,16172,9807,8801,0,9102,8802,126,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2735,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 129E",9001,4200,16173,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2736,"Tete / UTM zone 36S",9001,4127,16136,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2737,"Tete / UTM zone 37S",9001,4127,16137,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2738,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 132E",9001,4200,16174,9807,8801,0,9102,8802,132,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2739,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 135E",9001,4200,16175,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2740,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 138E",9001,4200,16176,9807,8801,0,9102,8802,138,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2741,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 141E",9001,4200,16177,9807,8801,0,9102,8802,141,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2742,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 144E",9001,4200,16178,9807,8801,0,9102,8802,144,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2743,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 147E",9001,4200,16179,9807,8801,0,9102,8802,147,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2744,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 150E",9001,4200,16180,9807,8801,0,9102,8802,150,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2745,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 153E",9001,4200,16181,9807,8801,0,9102,8802,153,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2746,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 156E",9001,4200,16182,9807,8801,0,9102,8802,156,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2747,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 159E",9001,4200,16183,9807,8801,0,9102,8802,159,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2748,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 162E",9001,4200,16184,9807,8801,0,9102,8802,162,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2749,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 165E",9001,4200,16185,9807,8801,0,9102,8802,165,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2750,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 168E",9001,4200,16186,9807,8801,0,9102,8802,168,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2751,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 171E",9001,4200,16187,9807,8801,0,9102,8802,171,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2752,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 174E",9001,4200,16188,9807,8801,0,9102,8802,174,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2753,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 177E",9001,4200,16189,9807,8801,0,9102,8802,177,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2754,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 180E",9001,4200,16190,9807,8801,0,9102,8802,180,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2755,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 177W",9001,4200,16191,9807,8801,0,9102,8802,-177,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2756,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 174W",9001,4200,16192,9807,8801,0,9102,8802,-174,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2757,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 171W",9001,4200,16193,9807,8801,0,9102,8802,-171,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2758,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 168W",9001,4200,16194,9807,8801,0,9102,8802,-168,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2759,"NAD83(HARN) / Alabama East",9001,4152,10131,9807,8801,30.3,9110,8802,-85.5,9110,8805,0.99996,9201,8806,200000,9001,8807,0,9001,,,,,,
-2760,"NAD83(HARN) / Alabama West",9001,4152,10132,9807,8801,30,9110,8802,-87.3,9110,8805,0.999933333,9201,8806,600000,9001,8807,0,9001,,,,,,
-2761,"NAD83(HARN) / Arizona East",9001,4152,10231,9807,8801,31,9110,8802,-110.1,9110,8805,0.9999,9201,8806,213360,9001,8807,0,9001,,,,,,
-2762,"NAD83(HARN) / Arizona Central",9001,4152,10232,9807,8801,31,9110,8802,-111.55,9110,8805,0.9999,9201,8806,213360,9001,8807,0,9001,,,,,,
-2763,"NAD83(HARN) / Arizona West",9001,4152,10233,9807,8801,31,9110,8802,-113.45,9110,8805,0.999933333,9201,8806,213360,9001,8807,0,9001,,,,,,
-2764,"NAD83(HARN) / Arkansas North",9001,4152,10331,9802,8821,34.2,9110,8822,-92,9110,8823,36.14,9110,8824,34.56,9110,8826,400000,9001,8827,0,9001,,,
-2765,"NAD83(HARN) / Arkansas South",9001,4152,10332,9802,8821,32.4,9110,8822,-92,9110,8823,34.46,9110,8824,33.18,9110,8826,400000,9001,8827,400000,9001,,,
-2766,"NAD83(HARN) / California zone 1",9001,4152,10431,9802,8821,39.2,9110,8822,-122,9110,8823,41.4,9110,8824,40,9110,8826,2000000,9001,8827,500000,9001,,,
-2767,"NAD83(HARN) / California zone 2",9001,4152,10432,9802,8821,37.4,9110,8822,-122,9110,8823,39.5,9110,8824,38.2,9110,8826,2000000,9001,8827,500000,9001,,,
-2768,"NAD83(HARN) / California zone 3",9001,4152,10433,9802,8821,36.3,9110,8822,-120.3,9110,8823,38.26,9110,8824,37.04,9110,8826,2000000,9001,8827,500000,9001,,,
-2769,"NAD83(HARN) / California zone 4",9001,4152,10434,9802,8821,35.2,9110,8822,-119,9110,8823,37.15,9110,8824,36,9110,8826,2000000,9001,8827,500000,9001,,,
-2770,"NAD83(HARN) / California zone 5",9001,4152,10435,9802,8821,33.3,9110,8822,-118,9110,8823,35.28,9110,8824,34.02,9110,8826,2000000,9001,8827,500000,9001,,,
-2771,"NAD83(HARN) / California zone 6",9001,4152,10436,9802,8821,32.1,9110,8822,-116.15,9110,8823,33.53,9110,8824,32.47,9110,8826,2000000,9001,8827,500000,9001,,,
-2772,"NAD83(HARN) / Colorado North",9001,4152,10531,9802,8821,39.2,9110,8822,-105.3,9110,8823,40.47,9110,8824,39.43,9110,8826,914401.8289,9001,8827,304800.6096,9001,,,
-2773,"NAD83(HARN) / Colorado Central",9001,4152,10532,9802,8821,37.5,9110,8822,-105.3,9110,8823,39.45,9110,8824,38.27,9110,8826,914401.8289,9001,8827,304800.6096,9001,,,
-2774,"NAD83(HARN) / Colorado South",9001,4152,10533,9802,8821,36.4,9110,8822,-105.3,9110,8823,38.26,9110,8824,37.14,9110,8826,914401.8289,9001,8827,304800.6096,9001,,,
-2775,"NAD83(HARN) / Connecticut",9001,4152,10630,9802,8821,40.5,9110,8822,-72.45,9110,8823,41.52,9110,8824,41.12,9110,8826,304800.6096,9001,8827,152400.3048,9001,,,
-2776,"NAD83(HARN) / Delaware",9001,4152,10730,9807,8801,38,9110,8802,-75.25,9110,8805,0.999995,9201,8806,200000,9001,8807,0,9001,,,,,,
-2777,"NAD83(HARN) / Florida East",9001,4152,10931,9807,8801,24.2,9110,8802,-81,9110,8805,0.999941177,9201,8806,200000,9001,8807,0,9001,,,,,,
-2778,"NAD83(HARN) / Florida West",9001,4152,10932,9807,8801,24.2,9110,8802,-82,9110,8805,0.999941177,9201,8806,200000,9001,8807,0,9001,,,,,,
-2779,"NAD83(HARN) / Florida North",9001,4152,10933,9802,8821,29,9110,8822,-84.3,9110,8823,30.45,9110,8824,29.35,9110,8826,600000,9001,8827,0,9001,,,
-2780,"NAD83(HARN) / Georgia East",9001,4152,11031,9807,8801,30,9110,8802,-82.1,9110,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-2781,"NAD83(HARN) / Georgia West",9001,4152,11032,9807,8801,30,9110,8802,-84.1,9110,8805,0.9999,9201,8806,700000,9001,8807,0,9001,,,,,,
-2782,"NAD83(HARN) / Hawaii zone 1",9001,4152,15131,9807,8801,18.5,9110,8802,-155.3,9110,8805,0.999966667,9201,8806,500000,9001,8807,0,9001,,,,,,
-2783,"NAD83(HARN) / Hawaii zone 2",9001,4152,15132,9807,8801,20.2,9110,8802,-156.4,9110,8805,0.999966667,9201,8806,500000,9001,8807,0,9001,,,,,,
-2784,"NAD83(HARN) / Hawaii zone 3",9001,4152,15133,9807,8801,21.1,9110,8802,-158,9110,8805,0.99999,9201,8806,500000,9001,8807,0,9001,,,,,,
-2785,"NAD83(HARN) / Hawaii zone 4",9001,4152,15134,9807,8801,21.5,9110,8802,-159.3,9110,8805,0.99999,9201,8806,500000,9001,8807,0,9001,,,,,,
-2786,"NAD83(HARN) / Hawaii zone 5",9001,4152,15135,9807,8801,21.4,9110,8802,-160.1,9110,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-2787,"NAD83(HARN) / Idaho East",9001,4152,11131,9807,8801,41.4,9110,8802,-112.1,9110,8805,0.999947368,9201,8806,200000,9001,8807,0,9001,,,,,,
-2788,"NAD83(HARN) / Idaho Central",9001,4152,11132,9807,8801,41.4,9110,8802,-114,9110,8805,0.999947368,9201,8806,500000,9001,8807,0,9001,,,,,,
-2789,"NAD83(HARN) / Idaho West",9001,4152,11133,9807,8801,41.4,9110,8802,-115.45,9110,8805,0.999933333,9201,8806,800000,9001,8807,0,9001,,,,,,
-2790,"NAD83(HARN) / Illinois East",9001,4152,11231,9807,8801,36.4,9110,8802,-88.2,9110,8805,0.999975,9201,8806,300000,9001,8807,0,9001,,,,,,
-2791,"NAD83(HARN) / Illinois West",9001,4152,11232,9807,8801,36.4,9110,8802,-90.1,9110,8805,0.999941177,9201,8806,700000,9001,8807,0,9001,,,,,,
-2792,"NAD83(HARN) / Indiana East",9001,4152,11331,9807,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,100000,9001,8807,250000,9001,,,,,,
-2793,"NAD83(HARN) / Indiana West",9001,4152,11332,9807,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,900000,9001,8807,250000,9001,,,,,,
-2794,"NAD83(HARN) / Iowa North",9001,4152,11431,9802,8821,41.3,9110,8822,-93.3,9110,8823,43.16,9110,8824,42.04,9110,8826,1500000,9001,8827,1000000,9001,,,
-2795,"NAD83(HARN) / Iowa South",9001,4152,11432,9802,8821,40,9110,8822,-93.3,9110,8823,41.47,9110,8824,40.37,9110,8826,500000,9001,8827,0,9001,,,
-2796,"NAD83(HARN) / Kansas North",9001,4152,11531,9802,8821,38.2,9110,8822,-98,9110,8823,39.47,9110,8824,38.43,9110,8826,400000,9001,8827,0,9001,,,
-2797,"NAD83(HARN) / Kansas South",9001,4152,11532,9802,8821,36.4,9110,8822,-98.3,9110,8823,38.34,9110,8824,37.16,9110,8826,400000,9001,8827,400000,9001,,,
-2798,"NAD83(HARN) / Kentucky North",9001,4152,15303,9802,8821,37.3,9110,8822,-84.15,9110,8823,37.58,9110,8824,38.58,9110,8826,500000,9001,8827,0,9001,,,
-2799,"NAD83(HARN) / Kentucky South",9001,4152,11632,9802,8821,36.2,9110,8822,-85.45,9110,8823,37.56,9110,8824,36.44,9110,8826,500000,9001,8827,500000,9001,,,
-2800,"NAD83(HARN) / Louisiana North",9001,4152,11731,9802,8821,30.3,9110,8822,-92.3,9110,8823,32.4,9110,8824,31.1,9110,8826,1000000,9001,8827,0,9001,,,
-2801,"NAD83(HARN) / Louisiana South",9001,4152,11732,9802,8821,28.3,9110,8822,-91.2,9110,8823,30.42,9110,8824,29.18,9110,8826,1000000,9001,8827,0,9001,,,
-2802,"NAD83(HARN) / Maine East",9001,4152,11831,9807,8801,43.4,9110,8802,-68.3,9110,8805,0.9999,9201,8806,300000,9001,8807,0,9001,,,,,,
-2803,"NAD83(HARN) / Maine West",9001,4152,11832,9807,8801,42.5,9110,8802,-70.1,9110,8805,0.999966667,9201,8806,900000,9001,8807,0,9001,,,,,,
-2804,"NAD83(HARN) / Maryland",9001,4152,11930,9802,8821,37.4,9110,8822,-77,9110,8823,39.27,9110,8824,38.18,9110,8826,400000,9001,8827,0,9001,,,
-2805,"NAD83(HARN) / Massachusetts Mainland",9001,4152,12031,9802,8821,41,9110,8822,-71.3,9110,8823,42.41,9110,8824,41.43,9110,8826,200000,9001,8827,750000,9001,,,
-2806,"NAD83(HARN) / Massachusetts Island",9001,4152,12032,9802,8821,41,9110,8822,-70.3,9110,8823,41.29,9110,8824,41.17,9110,8826,500000,9001,8827,0,9001,,,
-2807,"NAD83(HARN) / Michigan North",9001,4152,12141,9802,8821,44.47,9110,8822,-87,9110,8823,47.05,9110,8824,45.29,9110,8826,8000000,9001,8827,0,9001,,,
-2808,"NAD83(HARN) / Michigan Central",9001,4152,12142,9802,8821,43.19,9110,8822,-84.22,9110,8823,45.42,9110,8824,44.11,9110,8826,6000000,9001,8827,0,9001,,,
-2809,"NAD83(HARN) / Michigan South",9001,4152,12143,9802,8821,41.3,9110,8822,-84.22,9110,8823,43.4,9110,8824,42.06,9110,8826,4000000,9001,8827,0,9001,,,
-2810,"NAD83(HARN) / Minnesota North",9001,4152,12231,9802,8821,46.3,9110,8822,-93.06,9110,8823,48.38,9110,8824,47.02,9110,8826,800000,9001,8827,100000,9001,,,
-2811,"NAD83(HARN) / Minnesota Central",9001,4152,12232,9802,8821,45,9110,8822,-94.15,9110,8823,47.03,9110,8824,45.37,9110,8826,800000,9001,8827,100000,9001,,,
-2812,"NAD83(HARN) / Minnesota South",9001,4152,12233,9802,8821,43,9110,8822,-94,9110,8823,45.13,9110,8824,43.47,9110,8826,800000,9001,8827,100000,9001,,,
-2813,"NAD83(HARN) / Mississippi East",9001,4152,12331,9807,8801,29.3,9110,8802,-88.5,9110,8805,0.99995,9201,8806,300000,9001,8807,0,9001,,,,,,
-2814,"NAD83(HARN) / Mississippi West",9001,4152,12332,9807,8801,29.3,9110,8802,-90.2,9110,8805,0.99995,9201,8806,700000,9001,8807,0,9001,,,,,,
-2815,"NAD83(HARN) / Missouri East",9001,4152,12431,9807,8801,35.5,9110,8802,-90.3,9110,8805,0.999933333,9201,8806,250000,9001,8807,0,9001,,,,,,
-2816,"NAD83(HARN) / Missouri Central",9001,4152,12432,9807,8801,35.5,9110,8802,-92.3,9110,8805,0.999933333,9201,8806,500000,9001,8807,0,9001,,,,,,
-2817,"NAD83(HARN) / Missouri West",9001,4152,12433,9807,8801,36.1,9110,8802,-94.3,9110,8805,0.999941177,9201,8806,850000,9001,8807,0,9001,,,,,,
-2818,"NAD83(HARN) / Montana",9001,4152,12530,9802,8821,44.15,9110,8822,-109.3,9110,8823,49,9110,8824,45,9110,8826,600000,9001,8827,0,9001,,,
-2819,"NAD83(HARN) / Nebraska",9001,4152,12630,9802,8821,39.5,9110,8822,-100,9110,8823,43,9110,8824,40,9110,8826,500000,9001,8827,0,9001,,,
-2820,"NAD83(HARN) / Nevada East",9001,4152,12731,9807,8801,34.45,9110,8802,-115.35,9110,8805,0.9999,9201,8806,200000,9001,8807,8000000,9001,,,,,,
-2821,"NAD83(HARN) / Nevada Central",9001,4152,12732,9807,8801,34.45,9110,8802,-116.4,9110,8805,0.9999,9201,8806,500000,9001,8807,6000000,9001,,,,,,
-2822,"NAD83(HARN) / Nevada West",9001,4152,12733,9807,8801,34.45,9110,8802,-118.35,9110,8805,0.9999,9201,8806,800000,9001,8807,4000000,9001,,,,,,
-2823,"NAD83(HARN) / New Hampshire",9001,4152,12830,9807,8801,42.3,9110,8802,-71.4,9110,8805,0.999966667,9201,8806,300000,9001,8807,0,9001,,,,,,
-2824,"NAD83(HARN) / New Jersey",9001,4152,12930,9807,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,150000,9001,8807,0,9001,,,,,,
-2825,"NAD83(HARN) / New Mexico East",9001,4152,13031,9807,8801,31,9110,8802,-104.2,9110,8805,0.999909091,9201,8806,165000,9001,8807,0,9001,,,,,,
-2826,"NAD83(HARN) / New Mexico Central",9001,4152,13032,9807,8801,31,9110,8802,-106.15,9110,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
-2827,"NAD83(HARN) / New Mexico West",9001,4152,13033,9807,8801,31,9110,8802,-107.5,9110,8805,0.999916667,9201,8806,830000,9001,8807,0,9001,,,,,,
-2828,"NAD83(HARN) / New York East",9001,4152,13131,9807,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,150000,9001,8807,0,9001,,,,,,
-2829,"NAD83(HARN) / New York Central",9001,4152,13132,9807,8801,40,9110,8802,-76.35,9110,8805,0.9999375,9201,8806,250000,9001,8807,0,9001,,,,,,
-2830,"NAD83(HARN) / New York West",9001,4152,13133,9807,8801,40,9110,8802,-78.35,9110,8805,0.9999375,9201,8806,350000,9001,8807,0,9001,,,,,,
-2831,"NAD83(HARN) / New York Long Island",9001,4152,13134,9802,8821,40.1,9110,8822,-74,9110,8823,41.02,9110,8824,40.4,9110,8826,300000,9001,8827,0,9001,,,
-2832,"NAD83(HARN) / North Dakota North",9001,4152,13331,9802,8821,47,9110,8822,-100.3,9110,8823,48.44,9110,8824,47.26,9110,8826,600000,9001,8827,0,9001,,,
-2833,"NAD83(HARN) / North Dakota South",9001,4152,13332,9802,8821,45.4,9110,8822,-100.3,9110,8823,47.29,9110,8824,46.11,9110,8826,600000,9001,8827,0,9001,,,
-2834,"NAD83(HARN) / Ohio North",9001,4152,13431,9802,8821,39.4,9110,8822,-82.3,9110,8823,41.42,9110,8824,40.26,9110,8826,600000,9001,8827,0,9001,,,
-2835,"NAD83(HARN) / Ohio South",9001,4152,13432,9802,8821,38,9110,8822,-82.3,9110,8823,40.02,9110,8824,38.44,9110,8826,600000,9001,8827,0,9001,,,
-2836,"NAD83(HARN) / Oklahoma North",9001,4152,13531,9802,8821,35,9110,8822,-98,9110,8823,36.46,9110,8824,35.34,9110,8826,600000,9001,8827,0,9001,,,
-2837,"NAD83(HARN) / Oklahoma South",9001,4152,13532,9802,8821,33.2,9110,8822,-98,9110,8823,35.14,9110,8824,33.56,9110,8826,600000,9001,8827,0,9001,,,
-2838,"NAD83(HARN) / Oregon North",9001,4152,13631,9802,8821,43.4,9110,8822,-120.3,9110,8823,46,9110,8824,44.2,9110,8826,2500000,9001,8827,0,9001,,,
-2839,"NAD83(HARN) / Oregon South",9001,4152,13632,9802,8821,41.4,9110,8822,-120.3,9110,8823,44,9110,8824,42.2,9110,8826,1500000,9001,8827,0,9001,,,
-2840,"NAD83(HARN) / Rhode Island",9001,4152,13830,9807,8801,41.05,9110,8802,-71.3,9110,8805,0.99999375,9201,8806,100000,9001,8807,0,9001,,,,,,
-2841,"NAD83(HARN) / South Dakota North",9001,4152,14031,9802,8821,43.5,9110,8822,-100,9110,8823,45.41,9110,8824,44.25,9110,8826,600000,9001,8827,0,9001,,,
-2842,"NAD83(HARN) / South Dakota South",9001,4152,14032,9802,8821,42.2,9110,8822,-100.2,9110,8823,44.24,9110,8824,42.5,9110,8826,600000,9001,8827,0,9001,,,
-2843,"NAD83(HARN) / Tennessee",9001,4152,14130,9802,8821,34.2,9110,8822,-86,9110,8823,36.25,9110,8824,35.15,9110,8826,600000,9001,8827,0,9001,,,
-2844,"NAD83(HARN) / Texas North",9001,4152,14231,9802,8821,34,9110,8822,-101.3,9110,8823,36.11,9110,8824,34.39,9110,8826,200000,9001,8827,1000000,9001,,,
-2845,"NAD83(HARN) / Texas North Central",9001,4152,14232,9802,8821,31.4,9110,8822,-98.3,9110,8823,33.58,9110,8824,32.08,9110,8826,600000,9001,8827,2000000,9001,,,
-2846,"NAD83(HARN) / Texas Central",9001,4152,14233,9802,8821,29.4,9110,8822,-100.2,9110,8823,31.53,9110,8824,30.07,9110,8826,700000,9001,8827,3000000,9001,,,
-2847,"NAD83(HARN) / Texas South Central",9001,4152,14234,9802,8821,27.5,9110,8822,-99,9110,8823,30.17,9110,8824,28.23,9110,8826,600000,9001,8827,4000000,9001,,,
-2848,"NAD83(HARN) / Texas South",9001,4152,14235,9802,8821,25.4,9110,8822,-98.3,9110,8823,27.5,9110,8824,26.1,9110,8826,300000,9001,8827,5000000,9001,,,
-2849,"NAD83(HARN) / Utah North",9001,4152,14331,9802,8821,40.2,9110,8822,-111.3,9110,8823,41.47,9110,8824,40.43,9110,8826,500000,9001,8827,1000000,9001,,,
-2850,"NAD83(HARN) / Utah Central",9001,4152,14332,9802,8821,38.2,9110,8822,-111.3,9110,8823,40.39,9110,8824,39.01,9110,8826,500000,9001,8827,2000000,9001,,,
-2851,"NAD83(HARN) / Utah South",9001,4152,14333,9802,8821,36.4,9110,8822,-111.3,9110,8823,38.21,9110,8824,37.13,9110,8826,500000,9001,8827,3000000,9001,,,
-2852,"NAD83(HARN) / Vermont",9001,4152,14430,9807,8801,42.3,9110,8802,-72.3,9110,8805,0.999964286,9201,8806,500000,9001,8807,0,9001,,,,,,
-2853,"NAD83(HARN) / Virginia North",9001,4152,14531,9802,8821,37.4,9110,8822,-78.3,9110,8823,39.12,9110,8824,38.02,9110,8826,3500000,9001,8827,2000000,9001,,,
-2854,"NAD83(HARN) / Virginia South",9001,4152,14532,9802,8821,36.2,9110,8822,-78.3,9110,8823,37.58,9110,8824,36.46,9110,8826,3500000,9001,8827,1000000,9001,,,
-2855,"NAD83(HARN) / Washington North",9001,4152,14631,9802,8821,47,9110,8822,-120.5,9110,8823,48.44,9110,8824,47.3,9110,8826,500000,9001,8827,0,9001,,,
-2856,"NAD83(HARN) / Washington South",9001,4152,14632,9802,8821,45.2,9110,8822,-120.3,9110,8823,47.2,9110,8824,45.5,9110,8826,500000,9001,8827,0,9001,,,
-2857,"NAD83(HARN) / West Virginia North",9001,4152,14731,9802,8821,38.3,9110,8822,-79.3,9110,8823,40.15,9110,8824,39,9110,8826,600000,9001,8827,0,9001,,,
-2858,"NAD83(HARN) / West Virginia South",9001,4152,14732,9802,8821,37,9110,8822,-81,9110,8823,38.53,9110,8824,37.29,9110,8826,600000,9001,8827,0,9001,,,
-2859,"NAD83(HARN) / Wisconsin North",9001,4152,14831,9802,8821,45.1,9110,8822,-90,9110,8823,46.46,9110,8824,45.34,9110,8826,600000,9001,8827,0,9001,,,
-2860,"NAD83(HARN) / Wisconsin Central",9001,4152,14832,9802,8821,43.5,9110,8822,-90,9110,8823,45.3,9110,8824,44.15,9110,8826,600000,9001,8827,0,9001,,,
-2861,"NAD83(HARN) / Wisconsin South",9001,4152,14833,9802,8821,42,9110,8822,-90,9110,8823,44.04,9110,8824,42.44,9110,8826,600000,9001,8827,0,9001,,,
-2862,"NAD83(HARN) / Wyoming East",9001,4152,14931,9807,8801,40.3,9110,8802,-105.1,9110,8805,0.9999375,9201,8806,200000,9001,8807,0,9001,,,,,,
-2863,"NAD83(HARN) / Wyoming East Central",9001,4152,14932,9807,8801,40.3,9110,8802,-107.2,9110,8805,0.9999375,9201,8806,400000,9001,8807,100000,9001,,,,,,
-2864,"NAD83(HARN) / Wyoming West Central",9001,4152,14933,9807,8801,40.3,9110,8802,-108.45,9110,8805,0.9999375,9201,8806,600000,9001,8807,0,9001,,,,,,
-2865,"NAD83(HARN) / Wyoming West",9001,4152,14934,9807,8801,40.3,9110,8802,-110.05,9110,8805,0.9999375,9201,8806,800000,9001,8807,100000,9001,,,,,,
-2866,"NAD83(HARN) / Puerto Rico & Virgin Is.",9001,4152,15230,9802,8821,17.5,9110,8822,-66.26,9110,8823,18.26,9110,8824,18.02,9110,8826,200000,9001,8827,200000,9001,,,
-2867,"NAD83(HARN) / Arizona East (ft)",9002,4152,15304,9807,8801,31,9110,8802,-110.1,9110,8805,0.9999,9201,8806,700000,9002,8807,0,9002,,,,,,
-2868,"NAD83(HARN) / Arizona Central (ft)",9002,4152,15305,9807,8801,31,9110,8802,-111.55,9110,8805,0.9999,9201,8806,700000,9002,8807,0,9002,,,,,,
-2869,"NAD83(HARN) / Arizona West (ft)",9002,4152,15306,9807,8801,31,9110,8802,-113.45,9110,8805,0.999933333,9201,8806,700000,9002,8807,0,9002,,,,,,
-2870,"NAD83(HARN) / California zone 1 (ftUS)",9003,4152,15307,9802,8821,39.2,9110,8822,-122,9110,8823,41.4,9110,8824,40,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
-2871,"NAD83(HARN) / California zone 2 (ftUS)",9003,4152,15308,9802,8821,37.4,9110,8822,-122,9110,8823,39.5,9110,8824,38.2,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
-2872,"NAD83(HARN) / California zone 3 (ftUS)",9003,4152,15309,9802,8821,36.3,9110,8822,-120.3,9110,8823,38.26,9110,8824,37.04,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
-2873,"NAD83(HARN) / California zone 4 (ftUS)",9003,4152,15310,9802,8821,35.2,9110,8822,-119,9110,8823,37.15,9110,8824,36,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
-2874,"NAD83(HARN) / California zone 5 (ftUS)",9003,4152,15311,9802,8821,33.3,9110,8822,-118,9110,8823,35.28,9110,8824,34.02,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
-2875,"NAD83(HARN) / California zone 6 (ftUS)",9003,4152,15312,9802,8821,32.1,9110,8822,-116.15,9110,8823,33.53,9110,8824,32.47,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
-2876,"NAD83(HARN) / Colorado North (ftUS)",9003,4152,15313,9802,8821,39.2,9110,8822,-105.3,9110,8823,40.47,9110,8824,39.43,9110,8826,3000000,9003,8827,1000000,9003,,,
-2877,"NAD83(HARN) / Colorado Central (ftUS)",9003,4152,15314,9802,8821,37.5,9110,8822,-105.3,9110,8823,39.45,9110,8824,38.27,9110,8826,3000000,9003,8827,1000000,9003,,,
-2878,"NAD83(HARN) / Colorado South (ftUS)",9003,4152,15315,9802,8821,36.4,9110,8822,-105.3,9110,8823,38.26,9110,8824,37.14,9110,8826,3000000,9003,8827,1000000,9003,,,
-2879,"NAD83(HARN) / Connecticut (ftUS)",9003,4152,15316,9802,8821,40.5,9110,8822,-72.45,9110,8823,41.52,9110,8824,41.12,9110,8826,1000000,9003,8827,500000,9003,,,
-2880,"NAD83(HARN) / Delaware (ftUS)",9003,4152,15317,9807,8801,38,9110,8802,-75.25,9110,8805,0.999995,9201,8806,656166.667,9003,8807,0,9003,,,,,,
-2881,"NAD83(HARN) / Florida East (ftUS)",9003,4152,15318,9807,8801,24.2,9110,8802,-81,9110,8805,0.999941177,9201,8806,656166.667,9003,8807,0,9003,,,,,,
-2882,"NAD83(HARN) / Florida West (ftUS)",9003,4152,15319,9807,8801,24.2,9110,8802,-82,9110,8805,0.999941177,9201,8806,656166.667,9003,8807,0,9003,,,,,,
-2883,"NAD83(HARN) / Florida North (ftUS)",9003,4152,15320,9802,8821,29,9110,8822,-84.3,9110,8823,30.45,9110,8824,29.35,9110,8826,1968500,9003,8827,0,9003,,,
-2884,"NAD83(HARN) / Georgia East (ftUS)",9003,4152,15321,9807,8801,30,9110,8802,-82.1,9110,8805,0.9999,9201,8806,656166.667,9003,8807,0,9003,,,,,,
-2885,"NAD83(HARN) / Georgia West (ftUS)",9003,4152,15322,9807,8801,30,9110,8802,-84.1,9110,8805,0.9999,9201,8806,2296583.333,9003,8807,0,9003,,,,,,
-2886,"NAD83(HARN) / Idaho East (ftUS)",9003,4152,15323,9807,8801,41.4,9110,8802,-112.1,9110,8805,0.999947368,9201,8806,656166.667,9003,8807,0,9003,,,,,,
-2887,"NAD83(HARN) / Idaho Central (ftUS)",9003,4152,15324,9807,8801,41.4,9110,8802,-114,9110,8805,0.999947368,9201,8806,1640416.667,9003,8807,0,9003,,,,,,
-2888,"NAD83(HARN) / Idaho West (ftUS)",9003,4152,15325,9807,8801,41.4,9110,8802,-115.45,9110,8805,0.999933333,9201,8806,2624666.667,9003,8807,0,9003,,,,,,
-2889,"NAD83(HARN) / Indiana East (ftUS)",9003,4152,15326,9807,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,328083.333,9003,8807,818125,9003,,,,,,
-2890,"NAD83(HARN) / Indiana West (ftUS)",9003,4152,15327,9807,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,2952750,9003,8807,818125,9003,,,,,,
-2891,"NAD83(HARN) / Kentucky North (ftUS)",9003,4152,15328,9802,8821,37.3,9110,8822,-84.15,9110,8823,37.58,9110,8824,38.58,9110,8826,1640416.667,9003,8827,0,9003,,,
-2892,"NAD83(HARN) / Kentucky South (ftUS)",9003,4152,15329,9802,8821,36.2,9110,8822,-85.45,9110,8823,37.56,9110,8824,36.44,9110,8826,1640416.667,9003,8827,1640416.667,9003,,,
-2893,"NAD83(HARN) / Maryland (ftUS)",9003,4152,15330,9802,8821,37.4,9110,8822,-77,9110,8823,39.27,9110,8824,38.18,9110,8826,1312333.333,9003,8827,0,9003,,,
-2894,"NAD83(HARN) / Massachusetts Mainland (ftUS)",9003,4152,15331,9802,8821,41,9110,8822,-71.3,9110,8823,42.41,9110,8824,41.43,9110,8826,656166.667,9003,8827,2460625,9003,,,
-2895,"NAD83(HARN) / Massachusetts Island (ftUS)",9003,4152,15332,9802,8821,41,9110,8822,-70.3,9110,8823,41.29,9110,8824,41.17,9110,8826,1640416.667,9003,8827,0,9003,,,
-2896,"NAD83(HARN) / Michigan North (ft)",9002,4152,15333,9802,8821,44.47,9110,8822,-87,9110,8823,47.05,9110,8824,45.29,9110,8826,26246719.16,9002,8827,0,9002,,,
-2897,"NAD83(HARN) / Michigan Central (ft)",9002,4152,15334,9802,8821,43.19,9110,8822,-84.22,9110,8823,45.42,9110,8824,44.11,9110,8826,19685039.37,9002,8827,0,9002,,,
-2898,"NAD83(HARN) / Michigan South (ft)",9002,4152,15335,9802,8821,41.3,9110,8822,-84.22,9110,8823,43.4,9110,8824,42.06,9110,8826,13123359.58,9002,8827,0,9002,,,
-2899,"NAD83(HARN) / Mississippi East (ftUS)",9003,4152,15336,9807,8801,29.3,9110,8802,-88.5,9110,8805,0.99995,9201,8806,984250,9003,8807,0,9003,,,,,,
-2900,"NAD83(HARN) / Mississippi West (ftUS)",9003,4152,15337,9807,8801,29.3,9110,8802,-90.2,9110,8805,0.99995,9201,8806,2296583.333,9003,8807,0,9003,,,,,,
-2901,"NAD83(HARN) / Montana (ft)",9002,4152,15338,9802,8821,44.15,9110,8822,-109.3,9110,8823,49,9110,8824,45,9110,8826,1968503.937,9002,8827,0,9002,,,
-2902,"NAD83(HARN) / New Mexico East (ftUS)",9003,4152,15339,9807,8801,31,9110,8802,-104.2,9110,8805,0.999909091,9201,8806,541337.5,9003,8807,0,9003,,,,,,
-2903,"NAD83(HARN) / New Mexico Central (ftUS)",9003,4152,15340,9807,8801,31,9110,8802,-106.15,9110,8805,0.9999,9201,8806,1640416.667,9003,8807,0,9003,,,,,,
-2904,"NAD83(HARN) / New Mexico West (ftUS)",9003,4152,15341,9807,8801,31,9110,8802,-107.5,9110,8805,0.999916667,9201,8806,2723091.667,9003,8807,0,9003,,,,,,
-2905,"NAD83(HARN) / New York East (ftUS)",9003,4152,15342,9807,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,492125,9003,8807,0,9003,,,,,,
-2906,"NAD83(HARN) / New York Central (ftUS)",9003,4152,15343,9807,8801,40,9110,8802,-76.35,9110,8805,0.9999375,9201,8806,820208.333,9003,8807,0,9003,,,,,,
-2907,"NAD83(HARN) / New York West (ftUS)",9003,4152,15344,9807,8801,40,9110,8802,-78.35,9110,8805,0.9999375,9201,8806,1148291.667,9003,8807,0,9003,,,,,,
-2908,"NAD83(HARN) / New York Long Island (ftUS)",9003,4152,15345,9802,8821,40.1,9110,8822,-74,9110,8823,41.02,9110,8824,40.4,9110,8826,984250,9003,8827,0,9003,,,
-2909,"NAD83(HARN) / North Dakota North (ft)",9002,4152,15347,9802,8821,47,9110,8822,-100.3,9110,8823,48.44,9110,8824,47.26,9110,8826,1968503.937,9002,8827,0,9002,,,
-2910,"NAD83(HARN) / North Dakota South (ft)",9002,4152,15348,9802,8821,45.4,9110,8822,-100.3,9110,8823,47.29,9110,8824,46.11,9110,8826,1968503.937,9002,8827,0,9002,,,
-2911,"NAD83(HARN) / Oklahoma North (ftUS)",9003,4152,15349,9802,8821,35,9110,8822,-98,9110,8823,36.46,9110,8824,35.34,9110,8826,1968500,9003,8827,0,9003,,,
-2912,"NAD83(HARN) / Oklahoma South (ftUS)",9003,4152,15350,9802,8821,33.2,9110,8822,-98,9110,8823,35.14,9110,8824,33.56,9110,8826,1968500,9003,8827,0,9003,,,
-2913,"NAD83(HARN) / Oregon North (ft)",9002,4152,15351,9802,8821,43.4,9110,8822,-120.3,9110,8823,46,9110,8824,44.2,9110,8826,8202099.738,9002,8827,0,9002,,,
-2914,"NAD83(HARN) / Oregon South (ft)",9002,4152,15352,9802,8821,41.4,9110,8822,-120.3,9110,8823,44,9110,8824,42.2,9110,8826,4921259.843,9002,8827,0,9002,,,
-2915,"NAD83(HARN) / Tennessee (ftUS)",9003,4152,15356,9802,8821,34.2,9110,8822,-86,9110,8823,36.25,9110,8824,35.15,9110,8826,1968500,9003,8827,0,9003,,,
-2916,"NAD83(HARN) / Texas North (ftUS)",9003,4152,15357,9802,8821,34,9110,8822,-101.3,9110,8823,36.11,9110,8824,34.39,9110,8826,656166.667,9003,8827,3280833.333,9003,,,
-2917,"NAD83(HARN) / Texas North Central (ftUS)",9003,4152,15358,9802,8821,31.4,9110,8822,-98.3,9110,8823,33.58,9110,8824,32.08,9110,8826,1968500,9003,8827,6561666.667,9003,,,
-2918,"NAD83(HARN) / Texas Central (ftUS)",9003,4152,15359,9802,8821,29.4,9110,8822,-100.2,9110,8823,31.53,9110,8824,30.07,9110,8826,2296583.333,9003,8827,9842500,9003,,,
-2919,"NAD83(HARN) / Texas South Central (ftUS)",9003,4152,15360,9802,8821,27.5,9110,8822,-99,9110,8823,30.17,9110,8824,28.23,9110,8826,1968500,9003,8827,13123333.333,9003,,,
-2920,"NAD83(HARN) / Texas South (ftUS)",9003,4152,15361,9802,8821,25.4,9110,8822,-98.3,9110,8823,27.5,9110,8824,26.1,9110,8826,984250,9003,8827,16404166.667,9003,,,
-2921,"NAD83(HARN) / Utah North (ft)",9002,4152,15362,9802,8821,40.2,9110,8822,-111.3,9110,8823,41.47,9110,8824,40.43,9110,8826,1640419.948,9002,8827,3280839.895,9002,,,
-2922,"NAD83(HARN) / Utah Central (ft)",9002,4152,15363,9802,8821,38.2,9110,8822,-111.3,9110,8823,40.39,9110,8824,39.01,9110,8826,1640419.948,9002,8827,6561679.79,9002,,,
-2923,"NAD83(HARN) / Utah South (ft)",9002,4152,15364,9802,8821,36.4,9110,8822,-111.3,9110,8823,38.21,9110,8824,37.13,9110,8826,1640419.948,9002,8827,9842519.685,9002,,,
-2924,"NAD83(HARN) / Virginia North (ftUS)",9003,4152,15365,9802,8821,37.4,9110,8822,-78.3,9110,8823,39.12,9110,8824,38.02,9110,8826,11482916.667,9003,8827,6561666.667,9003,,,
-2925,"NAD83(HARN) / Virginia South (ftUS)",9003,4152,15366,9802,8821,36.2,9110,8822,-78.3,9110,8823,37.58,9110,8824,36.46,9110,8826,11482916.667,9003,8827,3280833.333,9003,,,
-2926,"NAD83(HARN) / Washington North (ftUS)",9003,4152,15367,9802,8821,47,9110,8822,-120.5,9110,8823,48.44,9110,8824,47.3,9110,8826,1640416.667,9003,8827,0,9003,,,
-2927,"NAD83(HARN) / Washington South (ftUS)",9003,4152,15368,9802,8821,45.2,9110,8822,-120.3,9110,8823,47.2,9110,8824,45.5,9110,8826,1640416.667,9003,8827,0,9003,,,
-2928,"NAD83(HARN) / Wisconsin North (ftUS)",9003,4152,15369,9802,8821,45.1,9110,8822,-90,9110,8823,46.46,9110,8824,45.34,9110,8826,1968500,9003,8827,0,9003,,,
-2929,"NAD83(HARN) / Wisconsin Central (ftUS)",9003,4152,15370,9802,8821,43.5,9110,8822,-90,9110,8823,45.3,9110,8824,44.15,9110,8826,1968500,9003,8827,0,9003,,,
-2930,"NAD83(HARN) / Wisconsin South (ftUS)",9003,4152,15371,9802,8821,42,9110,8822,-90,9110,8823,44.04,9110,8824,42.44,9110,8826,1968500,9003,8827,0,9003,,,
-2931,"Beduaram / TM 13 NE",9001,4213,16413,9807,8801,0,9102,8802,13,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2932,"QND95 / Qatar National Grid",9001,4614,19919,9807,8801,24.27,9110,8802,51.13,9110,8805,0.99999,9201,8806,200000,9001,8807,300000,9001,,,,,,
-2933,"Segara / UTM zone 50S",9001,4613,16150,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2934,"Segara (Jakarta) / NEIEZ",9001,4820,19905,9804,8801,0,9102,8802,110,9102,8805,0.997,9201,8806,3900000,9001,8807,900000,9001,,,,,,
-2935,"Pulkovo 1942 / CS63 zone A1",9001,4284,18441,9807,8801,0.07,9110,8802,41.32,9110,8805,1,9201,8806,1300000,9001,8807,0,9001,,,,,,
-2936,"Pulkovo 1942 / CS63 zone A2",9001,4284,18442,9807,8801,0.07,9110,8802,44.32,9110,8805,1,9201,8806,2300000,9001,8807,0,9001,,,,,,
-2937,"Pulkovo 1942 / CS63 zone A3",9001,4284,18443,9807,8801,0.07,9110,8802,47.32,9110,8805,1,9201,8806,3300000,9001,8807,0,9001,,,,,,
-2938,"Pulkovo 1942 / CS63 zone A4",9001,4284,18444,9807,8801,0.07,9110,8802,50.32,9110,8805,1,9201,8806,4300000,9001,8807,0,9001,,,,,,
-2939,"Pulkovo 1942 / CS63 zone K2",9001,4284,18446,9807,8801,0.08,9110,8802,50.46,9110,8805,1,9201,8806,2300000,9001,8807,0,9001,,,,,,
-2940,"Pulkovo 1942 / CS63 zone K3",9001,4284,18447,9807,8801,0.08,9110,8802,53.46,9110,8805,1,9201,8806,3300000,9001,8807,0,9001,,,,,,
-2941,"Pulkovo 1942 / CS63 zone K4",9001,4284,18448,9807,8801,0.08,9110,8802,56.46,9110,8805,1,9201,8806,4300000,9001,8807,0,9001,,,,,,
-2942,"Porto Santo / UTM zone 28N",9001,4615,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2943,"Selvagem Grande / UTM zone 28N",9001,4616,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2944,"NAD83(CSRS) / SCoPQ zone 2",9001,4617,17700,9807,8801,0,9110,8802,-55.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2945,"NAD83(CSRS) / MTM zone 3",9001,4617,17703,9807,8801,0,9110,8802,-58.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2946,"NAD83(CSRS) / MTM zone 4",9001,4617,17704,9807,8801,0,9110,8802,-61.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2947,"NAD83(CSRS) / MTM zone 5",9001,4617,17705,9807,8801,0,9110,8802,-64.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2948,"NAD83(CSRS) / MTM zone 6",9001,4617,17706,9807,8801,0,9110,8802,-67.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2949,"NAD83(CSRS) / MTM zone 7",9001,4617,17707,9807,8801,0,9110,8802,-70.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2950,"NAD83(CSRS) / MTM zone 8",9001,4617,17708,9807,8801,0,9110,8802,-73.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2951,"NAD83(CSRS) / MTM zone 9",9001,4617,17709,9807,8801,0,9110,8802,-76.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2952,"NAD83(CSRS) / MTM zone 10",9001,4617,17710,9807,8801,0,9110,8802,-79.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-2953,"NAD83(CSRS) / New Brunswick Stereo",9001,4617,19946,9809,8801,46.3,9110,8802,-66.3,9110,8805,0.999912,9201,8806,2500000,9001,8807,7500000,9001,,,,,,
-2954,"NAD83(CSRS) / Prince Edward Isl. Stereographic (NAD83)",9001,4617,19960,9809,8801,47.15,9110,8802,-63,9110,8805,0.999912,9201,8806,400000,9001,8807,800000,9001,,,,,,
-2955,"NAD83(CSRS) / UTM zone 11N",9001,4617,16011,9807,8801,0,9102,8802,-117,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2956,"NAD83(CSRS) / UTM zone 12N",9001,4617,16012,9807,8801,0,9102,8802,-111,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2957,"NAD83(CSRS) / UTM zone 13N",9001,4617,16013,9807,8801,0,9102,8802,-105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2958,"NAD83(CSRS) / UTM zone 17N",9001,4617,16017,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2959,"NAD83(CSRS) / UTM zone 18N",9001,4617,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2960,"NAD83(CSRS) / UTM zone 19N",9001,4617,16019,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2961,"NAD83(CSRS) / UTM zone 20N",9001,4617,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2962,"NAD83(CSRS) / UTM zone 21N",9001,4617,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2963,"Lisbon 1890 (Lisbon) / Portugal Bonne",9001,4904,19979,9828,8801,39.4,9110,8802,1,9110,8806,0,9001,8807,0,9001,,,,,,,,,
-2964,"NAD27 / Alaska Albers",9003,4267,15020,9822,8821,50,9102,8822,-154,9102,8823,55,9102,8824,65,9102,8826,0,9003,8827,0,9003,,,
-2965,"NAD83 / Indiana East (ftUS)",9003,4269,15372,9807,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,328083.333,9003,8807,820208.333,9003,,,,,,
-2966,"NAD83 / Indiana West (ftUS)",9003,4269,15373,9807,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,2952750,9003,8807,820208.333,9003,,,,,,
-2967,"NAD83(HARN) / Indiana East (ftUS)",9003,4152,15372,9807,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,328083.333,9003,8807,820208.333,9003,,,,,,
-2968,"NAD83(HARN) / Indiana West (ftUS)",9003,4152,15373,9807,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,2952750,9003,8807,820208.333,9003,,,,,,
-2969,"Fort Marigot / UTM zone 20N",9001,4621,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2970,"Guadeloupe 1948 / UTM zone 20N",9001,4622,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2971,"CSG67 / UTM zone 22N",9001,4623,16022,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2972,"RGFG95 / UTM zone 22N",9001,4624,16022,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2973,"Martinique 1938 / UTM zone 20N",9001,4625,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2975,"RGR92 / UTM zone 40S",9001,4627,16140,9807,8801,0,9102,8802,57,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2976,"Tahiti 52 / UTM zone 6S",9001,4628,16106,9807,8801,0,9102,8802,-147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2977,"Tahaa 54 / UTM zone 5S",9001,4629,16105,9807,8801,0,9102,8802,-153,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2978,"IGN72 Nuku Hiva / UTM zone 7S",9001,4630,16107,9807,8801,0,9102,8802,-141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2979,"K0 1949 / UTM zone 42S",9001,4631,16142,9807,8801,0,9102,8802,69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2980,"Combani 1950 / UTM zone 38S",9001,4632,16138,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2981,"IGN56 Lifou / UTM zone 58S",9001,4633,16158,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2982,"IGN72 Grand Terre / UTM zone 58S",9001,4634,16158,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2983,"ST87 Ouvea / UTM zone 58S",9001,4635,16158,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2984,"RGNC 1991 / Lambert New Caledonia",9001,4645,19981,9802,8821,-21.3,9110,8822,166,9110,8823,-20.4,9110,8824,-22.2,9110,8826,400000,9001,8827,300000,9001,,,
-2985,"Petrels 1972 / Terre Adelie Polar Stereographic",9001,4636,19983,9830,8826,300000,9001,8827,200000,9001,8832,-67,9102,8833,140,9102,,,,,,,,,
-2986,"Perroud 1950 / Terre Adelie Polar Stereographic",9001,4637,19983,9830,8826,300000,9001,8827,200000,9001,8832,-67,9102,8833,140,9102,,,,,,,,,
-2987,"Saint Pierre et Miquelon 1950 / UTM zone 21N",9001,4638,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2988,"MOP78 / UTM zone 1S",9001,4639,16101,9807,8801,0,9102,8802,-177,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2989,"RRAF 1991 / UTM zone 20N",9001,4640,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-2990,"Reunion 1947 / TM Reunion",9001,4626,19982,9807,8801,-21.07,9110,8802,55.32,9110,8805,1,9201,8806,50000,9001,8807,160000,9001,,,,,,
-2991,"NAD83 / Oregon Lambert",9001,4269,13633,9802,8821,41.45,9110,8822,-120.3,9110,8823,43,9110,8824,45.3,9110,8826,400000,9001,8827,0,9001,,,
-2992,"NAD83 / Oregon Lambert (ft)",9002,4269,15374,9802,8821,41.45,9110,8822,-120.3,9110,8823,43,9110,8824,45.3,9110,8826,1312335.958,9002,8827,0,9002,,,
-2993,"NAD83(HARN) / Oregon Lambert",9001,4152,13633,9802,8821,41.45,9110,8822,-120.3,9110,8823,43,9110,8824,45.3,9110,8826,400000,9001,8827,0,9001,,,
-2994,"NAD83(HARN) / Oregon Lambert (ft)",9002,4152,15374,9802,8821,41.45,9110,8822,-120.3,9110,8823,43,9110,8824,45.3,9110,8826,1312335.958,9002,8827,0,9002,,,
-2995,"IGN53 Mare / UTM zone 58S",9001,4641,16158,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2996,"ST84 Ile des Pins / UTM zone 58S",9001,4642,16158,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2997,"ST71 Belep / UTM zone 58S",9001,4643,16158,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2998,"NEA74 Noumea / UTM zone 58S",9001,4644,16158,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-2999,"Grand Comoros / UTM zone 38S",9001,4646,16138,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3000,"Segara / NEIEZ",9001,4613,19905,9804,8801,0,9102,8802,110,9102,8805,0.997,9201,8806,3900000,9001,8807,900000,9001,,,,,,
-3001,"Batavia / NEIEZ",9001,4211,19905,9804,8801,0,9102,8802,110,9102,8805,0.997,9201,8806,3900000,9001,8807,900000,9001,,,,,,
-3002,"Makassar / NEIEZ",9001,4257,19905,9804,8801,0,9102,8802,110,9102,8805,0.997,9201,8806,3900000,9001,8807,900000,9001,,,,,,
-3003,"Monte Mario / Italy zone 1",9001,4265,18121,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,1500000,9001,8807,0,9001,,,,,,
-3004,"Monte Mario / Italy zone 2",9001,4265,18122,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,2520000,9001,8807,0,9001,,,,,,
-3005,"NAD83 / BC Albers",9001,4269,19984,9822,8821,45,9102,8822,-126,9102,8823,50,9110,8824,58.3,9110,8826,1000000,9001,8827,0,9001,,,
-3006,SWEREF99 TM,9001,4619,17333,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3007,SWEREF99 12 00,9001,4619,17321,9807,8801,0,9102,8802,12,9102,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-3008,SWEREF99 13 30,9001,4619,17322,9807,8801,0,9110,8802,13.3,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-3009,SWEREF99 15 00,9001,4619,17323,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-3010,SWEREF99 16 30,9001,4619,17324,9807,8801,0,9110,8802,16.3,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-3011,SWEREF99 18 00,9001,4619,17325,9807,8801,0,9102,8802,18,9102,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-3012,SWEREF99 14 15,9001,4619,17326,9807,8801,0,9110,8802,14.15,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-3013,SWEREF99 15 45,9001,4619,17327,9807,8801,0,9110,8802,15.45,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-3014,SWEREF99 17 15,9001,4619,17328,9807,8801,0,9110,8802,17.15,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-3015,SWEREF99 18 45,9001,4619,17329,9807,8801,0,9110,8802,18.45,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-3016,SWEREF99 20 15,9001,4619,17330,9807,8801,0,9110,8802,20.15,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-3017,SWEREF99 21 45,9001,4619,17331,9807,8801,0,9110,8802,21.45,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-3018,SWEREF99 23 15,9001,4619,17332,9807,8801,0,9110,8802,23.15,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-3019,RT90 7.5 gon V,9001,4124,17334,9807,8801,0,9110,8802,11.18298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-3020,RT90 5 gon V,9001,4124,17335,9807,8801,0,9110,8802,13.33298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-3021,RT90 2.5 gon V,9001,4124,19929,9807,8801,0,9110,8802,15.48298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-3022,RT90 0 gon,9001,4124,17336,9807,8801,0,9110,8802,18.03298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-3023,RT90 2.5 gon O,9001,4124,17337,9807,8801,0,9110,8802,20.18298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-3024,RT90 5 gon O,9001,4124,17338,9807,8801,0,9110,8802,22.33298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-3025,RT38 7.5 gon V,9001,4308,17334,9807,8801,0,9110,8802,11.18298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-3026,RT38 5 gon V,9001,4308,17335,9807,8801,0,9110,8802,13.33298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-3027,RT38 2.5 gon V,9001,4308,19929,9807,8801,0,9110,8802,15.48298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-3028,RT38 0 gon,9001,4308,17336,9807,8801,0,9110,8802,18.03298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-3029,RT38 2.5 gon O,9001,4308,17337,9807,8801,0,9110,8802,20.18298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-3030,RT38 5 gon O,9001,4308,17338,9807,8801,0,9110,8802,22.33298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-3031,"WGS 84 / Antarctic Polar Stereographic",9001,4326,19992,9829,8806,0,9001,8807,0,9001,8832,-71,9102,8833,0,9102,,,,,,,,,
-3032,"WGS 84 / Australian Antarctic Polar Stereographic",9001,4326,19993,9829,8806,6000000,9001,8807,6000000,9001,8832,-71,9102,8833,70,9102,,,,,,,,,
-3033,"WGS 84 / Australian Antarctic Lambert",9001,4326,19994,9802,8821,-50,9110,8822,70,9110,8823,-68.3,9110,8824,-74.3,9110,8826,6000000,9001,8827,6000000,9001,,,
-3034,"ETRS89 / ETRS-LCC",9001,4258,19985,9802,8821,52,9102,8822,10,9102,8823,35,9102,8824,65,9102,8826,4000000,9001,8827,2800000,9001,,,
-3035,"ETRS89 / ETRS-LAEA",9001,4258,19986,9820,8801,52,9102,8802,10,9102,8806,4321000,9001,8807,3210000,9001,,,,,,,,,
-3036,"Moznet / UTM zone 36S",9001,4130,16136,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3037,"Moznet / UTM zone 37S",9001,4130,16137,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3038,"ETRS89 / ETRS-TM26",9001,4258,16026,9807,8801,0,9102,8802,-27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3039,"ETRS89 / ETRS-TM27",9001,4258,16027,9807,8801,0,9102,8802,-21,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3040,"ETRS89 / ETRS-TM28",9001,4258,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3041,"ETRS89 / ETRS-TM29",9001,4258,16029,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3042,"ETRS89 / ETRS-TM30",9001,4258,16030,9807,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3043,"ETRS89 / ETRS-TM31",9001,4258,16031,9807,8801,0,9102,8802,3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3044,"ETRS89 / ETRS-TM32",9001,4258,16032,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3045,"ETRS89 / ETRS-TM33",9001,4258,16033,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3046,"ETRS89 / ETRS-TM34",9001,4258,16034,9807,8801,0,9102,8802,21,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3047,"ETRS89 / ETRS-TM35",9001,4258,16035,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3048,"ETRS89 / ETRS-TM36",9001,4258,16036,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3049,"ETRS89 / ETRS-TM37",9001,4258,16037,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3050,"ETRS89 / ETRS-TM38",9001,4258,16038,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3051,"ETRS89 / ETRS-TM39",9001,4258,16039,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3052,"Reykjavik 1900 / Lambert 1900",9001,4657,19987,9826,8801,65,9110,8802,-19.011965,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-3053,"Hjorsey 1955 / Lambert 1955",9001,4658,19988,9826,8801,65,9102,8802,-18,9102,8805,1,9201,8806,500000,9001,8807,500000,9001,,,,,,
-3054,"Hjorsey 1955 / UTM zone 26N",9001,4658,16026,9807,8801,0,9102,8802,-27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3055,"Hjorsey 1955 / UTM zone 27N",9001,4658,16027,9807,8801,0,9102,8802,-21,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3056,"Hjorsey 1955 / UTM zone 28N",9001,4658,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3057,"ISN93 / Lambert 1993",9001,4659,19989,9802,8821,65,9110,8822,-19,9110,8823,64.15,9110,8824,65.45,9110,8826,500000,9001,8827,500000,9001,,,
-3058,"Helle 1954 / Jan Mayen Grid",9001,4660,19991,9807,8801,0,9110,8802,-8.3,9110,8805,1,9201,8806,50000,9001,8807,-7800000,9001,,,,,,
-3059,"LKS92 / Latvia TM",9001,4661,19990,9807,8801,0,9102,8802,24,9102,8805,0.9996,9201,8806,500000,9001,8807,-6000000,9001,,,,,,
-3060,"IGN72 Grande Terre / UTM zone 58S",9001,4662,16158,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3061,"Porto Santo 1995 / UTM zone 28N",9001,4663,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3062,"Azores Oriental 1995 / UTM zone 26N",9001,4664,16026,9807,8801,0,9102,8802,-27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3063,"Azores Central 1995 / UTM zone 26N",9001,4665,16026,9807,8801,0,9102,8802,-27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3064,"IGM95 / UTM zone 32N",9001,4670,16032,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3065,"IGM95 / UTM zone 33N",9001,4670,16033,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3066,"ED50 / Jordan TM",9001,4230,19995,9807,8801,0,9102,8802,37,9102,8805,0.9998,9201,8806,500000,9001,8807,-3000000,9001,,,,,,
-3067,"ETRS89 / ETRS-TM35FIN",9001,4258,16065,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3068,"DHDN / Soldner Berlin",9001,4314,19996,9806,8801,52.25071338,9110,8802,13.37379332,9110,8806,40000,9001,8807,10000,9001,,,,,,,,,
-3069,"NAD27 / Wisconsin Transverse Mercator",9001,4267,14811,9807,8801,0,9102,8802,-90,9102,8805,0.9996,9201,8806,500000,9001,8807,-4500000,9001,,,,,,
-3070,"NAD83 / Wisconsin Transverse Mercator",9001,4269,14841,9807,8801,0,9102,8802,-90,9102,8805,0.9996,9201,8806,520000,9001,8807,-4480000,9001,,,,,,
-3071,"NAD83(HARN) / Wisconsin Transverse Mercator",9001,4152,14841,9807,8801,0,9102,8802,-90,9102,8805,0.9996,9201,8806,520000,9001,8807,-4480000,9001,,,,,,
-3072,"NAD83 / Maine CS2000 East",9001,4269,11851,9807,8801,43.5,9110,8802,-67.523,9110,8805,0.99998,9201,8806,700000,9001,8807,0,9001,,,,,,
-3073,"NAD83 / Maine CS2000 Central",9001,4269,11852,9807,8801,43,9110,8802,-69.073,9110,8805,0.99998,9201,8806,500000,9001,8807,0,9001,,,,,,
-3074,"NAD83 / Maine CS2000 West",9001,4269,11853,9807,8801,42.5,9110,8802,-70.223,9110,8805,0.99998,9201,8806,300000,9001,8807,0,9001,,,,,,
-3075,"NAD83(HARN) / Maine CS2000 East",9001,4152,11851,9807,8801,43.5,9110,8802,-67.523,9110,8805,0.99998,9201,8806,700000,9001,8807,0,9001,,,,,,
-3076,"NAD83(HARN) / Maine CS2000 Central",9001,4152,11852,9807,8801,43,9110,8802,-69.073,9110,8805,0.99998,9201,8806,500000,9001,8807,0,9001,,,,,,
-3077,"NAD83(HARN) / Maine CS2000 West",9001,4152,11853,9807,8801,42.5,9110,8802,-70.223,9110,8805,0.99998,9201,8806,300000,9001,8807,0,9001,,,,,,
-3078,"NAD83 / Michigan Oblique Mercator",9001,4269,12150,9812,8806,2546731.496,9001,8807,-4354009.816,9001,8811,45.1833,9110,8812,-86,9110,8813,337.25556,9102,8814,337.25556,9102,8815,0.9996,9201
-3079,"NAD83(HARN) / Michigan Oblique Mercator",9001,4152,12150,9812,8806,2546731.496,9001,8807,-4354009.816,9001,8811,45.1833,9110,8812,-86,9110,8813,337.25556,9102,8814,337.25556,9102,8815,0.9996,9201
-3080,"NAD27 / Shackleford",9002,4267,14252,9802,8821,31.1,9110,8822,-100,9110,8823,27.25,9110,8824,34.55,9110,8826,3000000,9002,8827,3000000,9002,,,
-3081,"NAD83 / Texas State Mapping System",9001,4269,14251,9802,8821,31.1,9110,8822,-100,9110,8823,27.25,9110,8824,34.55,9110,8826,1000000,9001,8827,1000000,9001,,,
-3082,"NAD83 / Texas Centric Lambert Conformal",9001,4269,14253,9802,8821,18,9110,8822,-100,9110,8823,27.3,9110,8824,35,9110,8826,1500000,9001,8827,5000000,9001,,,
-3083,"NAD83 / Texas Centric Albers Equal Area",9001,4269,14254,9822,8821,18,9110,8822,-100,9110,8823,27.3,9110,8824,35,9110,8826,1500000,9001,8827,6000000,9001,,,
-3084,"NAD83(HARN) / Texas Centric Lambert Conformal",9001,4152,14253,9802,8821,18,9110,8822,-100,9110,8823,27.3,9110,8824,35,9110,8826,1500000,9001,8827,5000000,9001,,,
-3085,"NAD83(HARN) / Texas Centric Albers Equal Area",9001,4152,14254,9822,8821,18,9110,8822,-100,9110,8823,27.3,9110,8824,35,9110,8826,1500000,9001,8827,6000000,9001,,,
-3086,"NAD83 / Florida GDL Albers",9001,4269,10934,9822,8821,24,9110,8822,-84,9110,8823,24,9110,8824,31.3,9110,8826,400000,9001,8827,0,9001,,,
-3087,"NAD83(HARN) / Florida GDL Albers",9001,4152,10934,9822,8821,24,9110,8822,-84,9110,8823,24,9110,8824,31.3,9110,8826,400000,9001,8827,0,9001,,,
-3088,"NAD83 / Kentucky Single Zone",9001,4269,11630,9802,8821,36.2,9110,8822,-85.45,9110,8823,37.05,9110,8824,38.4,9110,8826,1500000,9001,8827,1000000,9001,,,
-3089,"NAD83 / Kentucky Single Zone (ftUS)",9003,4269,15375,9802,8821,36.2,9110,8822,-85.45,9110,8823,37.05,9110,8824,38.4,9110,8826,4921250,9003,8827,3280833.333,9003,,,
-3090,"NAD83(HARN) / Kentucky Single Zone",9001,4152,11630,9802,8821,36.2,9110,8822,-85.45,9110,8823,37.05,9110,8824,38.4,9110,8826,1500000,9001,8827,1000000,9001,,,
-3091,"NAD83(HARN) / Kentucky Single Zone (ftUS)",9003,4152,15375,9802,8821,36.2,9110,8822,-85.45,9110,8823,37.05,9110,8824,38.4,9110,8826,4921250,9003,8827,3280833.333,9003,,,
-3092,"Tokyo / UTM zone 51N",9001,4301,16051,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3093,"Tokyo / UTM zone 52N",9001,4301,16052,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3094,"Tokyo / UTM zone 53N",9001,4301,16053,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3095,"Tokyo / UTM zone 54N",9001,4301,16054,9807,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3096,"Tokyo / UTM zone 55N",9001,4301,16055,9807,8801,0,9102,8802,147,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3097,"JGD2000 / UTM zone 51N",9001,4612,16051,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3098,"JGD2000 / UTM zone 52N",9001,4612,16052,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3099,"JGD2000 / UTM zone 53N",9001,4612,16053,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3100,"JGD2000 / UTM zone 54N",9001,4612,16054,9807,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3101,"JGD2000 / UTM zone 55N",9001,4612,16055,9807,8801,0,9102,8802,147,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3102,"American Samoa 1962 / American Samoa Lambert",9003,4169,15376,9801,8801,-14.16,9110,8802,-170,9110,8805,1,9201,8806,500000,9003,8807,312234.65,9003,,,,,,
-3103,"Mauritania 1999 / UTM zone 28N",9001,4681,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3104,"Mauritania 1999 / UTM zone 29N",9001,4681,16029,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3105,"Mauritania 1999 / UTM zone 30N",9001,4681,16030,9807,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3106,"Gulshan 303 / Bangladesh Transverse Mercator",9001,4682,16490,9807,8801,0,9102,8802,90,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3107,"GDA94 / SA Lambert",9001,4283,17359,9802,8821,-32,9102,8822,135,9102,8823,-28,9102,8824,-36,9102,8826,1000000,9001,8827,2000000,9001,,,
-3108,"ETRS89 / Guernsey Grid",9001,4258,19998,9807,8801,49.3,9110,8802,-2.25,9110,8805,0.999997,9201,8806,47000,9001,8807,50000,9001,,,,,,
-3109,"ETRS89 / Jersey Transverse Mercator",9001,4258,19999,9807,8801,49.225,9102,8802,-2.135,9102,8805,0.9999999,9201,8806,40000,9001,8807,70000,9001,,,,,,
-3110,"AGD66 / Vicgrid66",9001,4202,17360,9802,8821,-37,9102,8822,145,9102,8823,-36,9102,8824,-38,9102,8826,2500000,9001,8827,4500000,9001,,,
-3111,"GDA94 / Vicgrid94",9001,4283,17361,9802,8821,-37,9102,8822,145,9102,8823,-36,9102,8824,-38,9102,8826,2500000,9001,8827,2500000,9001,,,
-3112,"GDA94 / Geoscience Australia Lambert",9001,4283,17362,9802,8821,0,9102,8822,134,9102,8823,-18,9102,8824,-36,9102,8826,0,9001,8827,0,9001,,,
-3113,"GDA94 / BCSG02",9001,4283,17363,9807,8801,-28,9102,8802,153,9102,8805,0.99999,9201,8806,50000,9001,8807,100000,9001,,,,,,
-3114,"MAGNA-SIRGAS / Colombia Far West zone",9001,4686,18055,9807,8801,4.35463215,9110,8802,-80.04390285,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-3115,"MAGNA-SIRGAS / Colombia West zone",9001,4686,18056,9807,8801,4.35463215,9110,8802,-77.04390285,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-3116,"MAGNA-SIRGAS / Colombia Bogota zone",9001,4686,18057,9807,8801,4.35463215,9110,8802,-74.04390285,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-3117,"MAGNA-SIRGAS / Colombia East Central zone",9001,4686,18058,9807,8801,4.35463215,9110,8802,-71.04390285,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-3118,"MAGNA-SIRGAS / Colombia East zone",9001,4686,18059,9807,8801,4.35463215,9110,8802,-68.04390285,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-3119,"Douala 1948 / AEF west",9001,4192,18415,9807,8801,0,9110,8802,10.3,9110,8805,0.999,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-3120,"Pulkovo 1942(58) / Poland zone I",9001,4179,18280,9809,8801,50.373,9110,8802,21.05,9110,8805,0.9998,9201,8806,4637000,9001,8807,5467000,9001,,,,,,
-3121,"PRS92 / Philippines zone 1",9001,4683,18171,9807,8801,0,9102,8802,117,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-3122,"PRS92 / Philippines zone 2",9001,4683,18172,9807,8801,0,9102,8802,119,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-3123,"PRS92 / Philippines zone 3",9001,4683,18173,9807,8801,0,9102,8802,121,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-3124,"PRS92 / Philippines zone 4",9001,4683,18174,9807,8801,0,9102,8802,123,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-3125,"PRS92 / Philippines zone 5",9001,4683,18175,9807,8801,0,9102,8802,125,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-3126,"ETRS89 / ETRS-GK19FIN",9001,4258,18183,9807,8801,0,9102,8802,19,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-3127,"ETRS89 / ETRS-GK20FIN",9001,4258,18184,9807,8801,0,9102,8802,20,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-3128,"ETRS89 / ETRS-GK21FIN",9001,4258,18185,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-3129,"ETRS89 / ETRS-GK22FIN",9001,4258,18186,9807,8801,0,9102,8802,22,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-3130,"ETRS89 / ETRS-GK23FIN",9001,4258,18187,9807,8801,0,9102,8802,23,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-3131,"ETRS89 / ETRS-GK24FIN",9001,4258,18188,9807,8801,0,9102,8802,24,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-3132,"ETRS89 / ETRS-GK25FIN",9001,4258,18189,9807,8801,0,9102,8802,25,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-3133,"ETRS89 / ETRS-GK26FIN",9001,4258,18190,9807,8801,0,9102,8802,26,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-3134,"ETRS89 / ETRS-GK27FIN",9001,4258,18195,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-3135,"ETRS89 / ETRS-GK28FIN",9001,4258,18196,9807,8801,0,9102,8802,28,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-3136,"ETRS89 / ETRS-GK29FIN",9001,4258,18197,9807,8801,0,9102,8802,29,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-3137,"ETRS89 / ETRS-GK30FIN",9001,4258,18198,9807,8801,0,9102,8802,30,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-3138,"ETRS89 / ETRS-GK31FIN",9001,4258,18199,9807,8801,0,9102,8802,31,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-3148,"Indian 1960 / UTM zone 48N",9001,4131,16048,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3149,"Indian 1960 / UTM zone 49N",9001,4131,16049,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3176,"Indian 1960 / TM 106 NE",9001,4131,16506,9807,8801,0,9102,8802,106,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3200,"FD58 / Iraq zone",9001,4132,19906,9801,8801,32.3,9110,8802,45,9110,8805,0.9987864078,9201,8806,1500000,9001,8807,1166200,9001,,,,,,
-3204,"WGS 84 / SCAR IMW SP19-20",9001,4326,17204,9802,8821,-90,9102,8822,-66,9102,8823,-60.4,9110,8824,-63.2,9110,8826,0,9001,8827,0,9001,,,
-3205,"WGS 84 / SCAR IMW SP21-22",9001,4326,17205,9802,8821,-90,9102,8822,-54,9102,8823,-60.4,9110,8824,-63.2,9110,8826,0,9001,8827,0,9001,,,
-3206,"WGS 84 / SCAR IMW SP23-24",9001,4326,17206,9802,8821,-90,9102,8822,-42,9102,8823,-60.4,9110,8824,-63.2,9110,8826,0,9001,8827,0,9001,,,
-3207,"WGS 84 / SCAR IMW SQ01-02",9001,4326,17207,9802,8821,-90,9102,8822,-174,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-3208,"WGS 84 / SCAR IMW SQ19-20",9001,4326,17208,9802,8821,-90,9102,8822,-66,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-3209,"WGS 84 / SCAR IMW SQ21-22",9001,4326,17209,9802,8821,-90,9102,8822,-54,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-3210,"WGS 84 / SCAR IMW SQ37-38",9001,4326,17210,9802,8821,-90,9102,8822,42,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-3211,"WGS 84 / SCAR IMW SQ39-40",9001,4326,17211,9802,8821,-90,9102,8822,54,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-3212,"WGS 84 / SCAR IMW SQ41-42",9001,4326,17212,9802,8821,-90,9102,8822,66,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-3213,"WGS 84 / SCAR IMW SQ43-44",9001,4326,17213,9802,8821,-90,9102,8822,78,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-3214,"WGS 84 / SCAR IMW SQ45-46",9001,4326,17214,9802,8821,-90,9102,8822,90,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-3215,"WGS 84 / SCAR IMW SQ47-48",9001,4326,17215,9802,8821,-90,9102,8822,102,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-3216,"WGS 84 / SCAR IMW SQ49-50",9001,4326,17216,9802,8821,-90,9102,8822,114,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-3217,"WGS 84 / SCAR IMW SQ51-52",9001,4326,17217,9802,8821,-90,9102,8822,126,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-3218,"WGS 84 / SCAR IMW SQ53-54",9001,4326,17218,9802,8821,-90,9102,8822,138,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-3219,"WGS 84 / SCAR IMW SQ55-56",9001,4326,17219,9802,8821,-90,9102,8822,150,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-3220,"WGS 84 / SCAR IMW SQ57-58",9001,4326,17220,9802,8821,-90,9102,8822,162,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-3221,"WGS 84 / SCAR IMW SR13-14",9001,4326,17221,9802,8821,-90,9102,8822,-102,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3222,"WGS 84 / SCAR IMW SR15-16",9001,4326,17222,9802,8821,-90,9102,8822,-90,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3223,"WGS 84 / SCAR IMW SR17-18",9001,4326,17223,9802,8821,-90,9102,8822,-78,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3224,"WGS 84 / SCAR IMW SR19-20",9001,4326,17224,9802,8821,-90,9102,8822,-66,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3225,"WGS 84 / SCAR IMW SR27-28",9001,4326,17225,9802,8821,-90,9102,8822,-18,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3226,"WGS 84 / SCAR IMW SR29-30",9001,4326,17226,9802,8821,-90,9102,8822,-6,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3227,"WGS 84 / SCAR IMW SR31-32",9001,4326,17227,9802,8821,-90,9102,8822,6,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3228,"WGS 84 / SCAR IMW SR33-34",9001,4326,17228,9802,8821,-90,9102,8822,18,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3229,"WGS 84 / SCAR IMW SR35-36",9001,4326,17229,9802,8821,-90,9102,8822,30,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3230,"WGS 84 / SCAR IMW SR37-38",9001,4326,17230,9802,8821,-90,9102,8822,42,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3231,"WGS 84 / SCAR IMW SR39-40",9001,4326,17231,9802,8821,-90,9102,8822,54,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3232,"WGS 84 / SCAR IMW SR41-42",9001,4326,17232,9802,8821,-90,9102,8822,66,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3233,"WGS 84 / SCAR IMW SR43-44",9001,4326,17233,9802,8821,-90,9102,8822,78,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3234,"WGS 84 / SCAR IMW SR45-46",9001,4326,17234,9802,8821,-90,9102,8822,90,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3235,"WGS 84 / SCAR IMW SR47-48",9001,4326,17235,9802,8821,-90,9102,8822,102,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3236,"WGS 84 / SCAR IMW SR49-50",9001,4326,17236,9802,8821,-90,9102,8822,114,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3237,"WGS 84 / SCAR IMW SR51-52",9001,4326,17237,9802,8821,-90,9102,8822,126,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3238,"WGS 84 / SCAR IMW SR53-54",9001,4326,17238,9802,8821,-90,9102,8822,138,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3239,"WGS 84 / SCAR IMW SR55-56",9001,4326,17239,9802,8821,-90,9102,8822,150,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3240,"WGS 84 / SCAR IMW SR57-58",9001,4326,17240,9802,8821,-90,9102,8822,162,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3241,"WGS 84 / SCAR IMW SR59-60",9001,4326,17241,9802,8821,-90,9102,8822,174,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-3242,"WGS 84 / SCAR IMW SS04-06",9001,4326,17242,9802,8821,-90,9102,8822,-153,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3243,"WGS 84 / SCAR IMW SS07-09",9001,4326,17243,9802,8821,-90,9102,8822,-135,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3244,"WGS 84 / SCAR IMW SS10-12",9001,4326,17244,9802,8821,-90,9102,8822,-117,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3245,"WGS 84 / SCAR IMW SS13-15",9001,4326,17245,9802,8821,-90,9102,8822,-99,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3246,"WGS 84 / SCAR IMW SS16-18",9001,4326,17246,9802,8821,-90,9102,8822,-81,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3247,"WGS 84 / SCAR IMW SS19-21",9001,4326,17247,9802,8821,-90,9102,8822,-63,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3248,"WGS 84 / SCAR IMW SS25-27",9001,4326,17248,9802,8821,-90,9102,8822,-27,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3249,"WGS 84 / SCAR IMW SS28-30",9001,4326,17249,9802,8821,-90,9102,8822,-9,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3250,"WGS 84 / SCAR IMW SS31-33",9001,4326,17250,9802,8821,-90,9102,8822,9,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3251,"WGS 84 / SCAR IMW SS34-36",9001,4326,17251,9802,8821,-90,9102,8822,27,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3252,"WGS 84 / SCAR IMW SS37-39",9001,4326,17252,9802,8821,-90,9102,8822,45,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3253,"WGS 84 / SCAR IMW SS40-42",9001,4326,17253,9802,8821,-90,9102,8822,63,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3254,"WGS 84 / SCAR IMW SS43-45",9001,4326,17254,9802,8821,-90,9102,8822,81,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3255,"WGS 84 / SCAR IMW SS46-48",9001,4326,17255,9802,8821,-90,9102,8822,99,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3256,"WGS 84 / SCAR IMW SS49-51",9001,4326,17256,9802,8821,-90,9102,8822,117,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3257,"WGS 84 / SCAR IMW SS52-54",9001,4326,17257,9802,8821,-90,9102,8822,135,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3258,"WGS 84 / SCAR IMW SS55-57",9001,4326,17258,9802,8821,-90,9102,8822,153,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3259,"WGS 84 / SCAR IMW SS58-60",9001,4326,17259,9802,8821,-90,9102,8822,171,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-3260,"WGS 84 / SCAR IMW ST01-04",9001,4326,17260,9802,8821,-90,9102,8822,-168,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-3261,"WGS 84 / SCAR IMW ST05-08",9001,4326,17261,9802,8821,-90,9102,8822,-144,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-3262,"WGS 84 / SCAR IMW ST09-12",9001,4326,17262,9802,8821,-90,9102,8822,-120,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-3263,"WGS 84 / SCAR IMW ST13-16",9001,4326,17263,9802,8821,-90,9102,8822,-96,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-3264,"WGS 84 / SCAR IMW ST17-20",9001,4326,17264,9802,8821,-90,9102,8822,-72,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-3265,"WGS 84 / SCAR IMW ST21-24",9001,4326,17265,9802,8821,-90,9102,8822,-48,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-3266,"WGS 84 / SCAR IMW ST25-28",9001,4326,17266,9802,8821,-90,9102,8822,-24,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-3267,"WGS 84 / SCAR IMW ST29-32",9001,4326,17267,9802,8821,-90,9102,8822,0,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-3268,"WGS 84 / SCAR IMW ST33-36",9001,4326,17268,9802,8821,-90,9102,8822,24,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-3269,"WGS 84 / SCAR IMW ST37-40",9001,4326,17269,9802,8821,-90,9102,8822,48,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-3270,"WGS 84 / SCAR IMW ST41-44",9001,4326,17270,9802,8821,-90,9102,8822,72,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-3271,"WGS 84 / SCAR IMW ST45-48",9001,4326,17271,9802,8821,-90,9102,8822,96,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-3272,"WGS 84 / SCAR IMW ST49-52",9001,4326,17272,9802,8821,-90,9102,8822,120,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-3273,"WGS 84 / SCAR IMW ST53-56",9001,4326,17273,9802,8821,-90,9102,8822,144,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-3274,"WGS 84 / SCAR IMW ST57-60",9001,4326,17274,9802,8821,-90,9102,8822,168,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-3275,"WGS 84 / SCAR IMW SU01-05",9001,4326,17275,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-165,9102,,,,,,,,,
-3276,"WGS 84 / SCAR IMW SU06-10",9001,4326,17276,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-135,9102,,,,,,,,,
-3277,"WGS 84 / SCAR IMW SU11-15",9001,4326,17277,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-105,9102,,,,,,,,,
-3278,"WGS 84 / SCAR IMW SU16-20",9001,4326,17278,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-75,9102,,,,,,,,,
-3279,"WGS 84 / SCAR IMW SU21-25",9001,4326,17279,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-45,9102,,,,,,,,,
-3280,"WGS 84 / SCAR IMW SU26-30",9001,4326,17280,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-15,9102,,,,,,,,,
-3281,"WGS 84 / SCAR IMW SU31-35",9001,4326,17281,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,15,9102,,,,,,,,,
-3282,"WGS 84 / SCAR IMW SU36-40",9001,4326,17282,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,45,9102,,,,,,,,,
-3283,"WGS 84 / SCAR IMW SU41-45",9001,4326,17283,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,75,9102,,,,,,,,,
-3284,"WGS 84 / SCAR IMW SU46-50",9001,4326,17284,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,105,9102,,,,,,,,,
-3285,"WGS 84 / SCAR IMW SU51-55",9001,4326,17285,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,135,9102,,,,,,,,,
-3286,"WGS 84 / SCAR IMW SU56-60",9001,4326,17286,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,165,9102,,,,,,,,,
-3287,"WGS 84 / SCAR IMW SV01-10",9001,4326,17287,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-150,9102,,,,,,,,,
-3288,"WGS 84 / SCAR IMW SV11-20",9001,4326,17288,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-90,9102,,,,,,,,,
-3289,"WGS 84 / SCAR IMW SV21-30",9001,4326,17289,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-30,9102,,,,,,,,,
-3290,"WGS 84 / SCAR IMW SV31-40",9001,4326,17290,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,30,9102,,,,,,,,,
-3291,"WGS 84 / SCAR IMW SV41-50",9001,4326,17291,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,90,9102,,,,,,,,,
-3292,"WGS 84 / SCAR IMW SV51-60",9001,4326,17292,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,150,9102,,,,,,,,,
-3293,"WGS 84 / SCAR IMW SW01-60",9001,4326,17293,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,0,9102,,,,,,,,,
-3294,"WGS 84 / USGS Transantarctic Mountains",9001,4326,17294,9802,8821,-78,9102,8822,162,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-3295,"Guam 1963 / Yap Islands",9001,4675,15399,9832,8801,9.324815,9110,8802,138.100748,9110,8806,40000,9001,8807,60000,9001,,,,,,,,,
-3296,"RGPF / UTM zone 5S",9001,4687,16105,9807,8801,0,9102,8802,-153,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3297,"RGPF / UTM zone 6S",9001,4687,16106,9807,8801,0,9102,8802,-147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3298,"RGPF / UTM zone 7S",9001,4687,16107,9807,8801,0,9102,8802,-141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3299,"RGPF / UTM zone 8S",9001,4687,16108,9807,8801,0,9102,8802,-135,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3300,Estonian Coordinate System of 1992,9001,4133,19938,9802,8821,57.310319415,9110,8822,24,9110,8823,59.2,9110,8824,58,9110,8826,500000,9001,8827,6375000,9001,,,
-3301,Estonian Coordinate System of 1997,9001,4180,19938,9802,8821,57.310319415,9110,8822,24,9110,8823,59.2,9110,8824,58,9110,8826,500000,9001,8827,6375000,9001,,,
-3302,"IGN63 Hiva Oa / UTM zone 7S",9001,4689,16107,9807,8801,0,9102,8802,-141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3303,"Fatu Iva 72 / UTM zone 7S",9001,4688,16107,9807,8801,0,9102,8802,-141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3304,"Tahiti 79 / UTM zone 6S",9001,4690,16106,9807,8801,0,9102,8802,-147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3305,"Moorea 87 / UTM zone 6S",9001,4691,16106,9807,8801,0,9102,8802,-147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3306,"Maupiti 83 / UTM zone 5S",9001,4692,16105,9807,8801,0,9102,8802,-153,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3307,"Nakhl-e Ghanem / UTM zone 39N",9001,4693,16039,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3308,"GDA94 / NSW Lambert",9001,4283,17364,9802,8821,-33.25,9102,8822,147,9102,8823,-30.75,9102,8824,-35.75,9102,8826,9300000,9001,8827,4500000,9001,,,
-3309,"NAD27 / California Albers",9001,4267,10420,9822,8821,0,9102,8822,-120,9102,8823,34,9102,8824,40.5,9102,8826,0,9001,8827,-4000000,9001,,,
-3310,"NAD83 / California Albers",9001,4269,10420,9822,8821,0,9102,8822,-120,9102,8823,34,9102,8824,40.5,9102,8826,0,9001,8827,-4000000,9001,,,
-3311,"NAD83(HARN) / California Albers",9001,4152,10420,9822,8821,0,9102,8822,-120,9102,8823,34,9102,8824,40.5,9102,8826,0,9001,8827,-4000000,9001,,,
-3312,"CSG67 / UTM zone 21N",9001,4623,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3313,"RGFG95 / UTM zone 21N",9001,4624,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3314,"Katanga 1955 / Katanga Lambert",9001,4695,17401,9802,8821,0,9102,8822,26,9102,8823,-6.5,9102,8824,-11.5,9102,8826,0,9001,8827,0,9001,,,
-3315,"Katanga 1955 / Katanga TM",9001,4695,17402,9807,8801,-9,9102,8802,26,9102,8805,0.9998,9201,8806,0,9001,8807,0,9001,,,,,,
-3316,"Kasai 1953 / Congo TM zone 22",9001,4696,17422,9807,8801,0,9102,8802,22,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3317,"Kasai 1953 / Congo TM zone 24",9001,4696,17424,9807,8801,0,9102,8802,24,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3318,"IGC 1962 / Congo TM zone 12",9001,4697,17412,9807,8801,0,9102,8802,12,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3319,"IGC 1962 / Congo TM zone 14",9001,4697,17414,9807,8801,0,9102,8802,14,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3320,"IGC 1962 / Congo TM zone 16",9001,4697,17416,9807,8801,0,9102,8802,16,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3321,"IGC 1962 / Congo TM zone 18",9001,4697,17418,9807,8801,0,9102,8802,18,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3322,"IGC 1962 / Congo TM zone 20",9001,4697,17420,9807,8801,0,9102,8802,20,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3323,"IGC 1962 / Congo TM zone 22",9001,4697,17422,9807,8801,0,9102,8802,22,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3324,"IGC 1962 / Congo TM zone 24",9001,4697,17424,9807,8801,0,9102,8802,24,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3325,"IGC 1962 / Congo TM zone 26",9001,4697,17426,9807,8801,0,9102,8802,26,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3326,"IGC 1962 / Congo TM zone 28",9001,4697,17428,9807,8801,0,9102,8802,28,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3327,"IGC 1962 / Congo TM zone 30",9001,4697,17430,9807,8801,0,9102,8802,30,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3328,"Pulkovo 1942(58) / GUGiK-80",9001,4179,18286,9809,8801,52.1,9110,8802,19.1,9110,8805,0.999714,9201,8806,500000,9001,8807,500000,9001,,,,,,
-3329,"Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 5",9001,4179,16265,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,5500000,9001,8807,0,9001,,,,,,
-3330,"Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 6",9001,4179,16266,9807,8801,0,9102,8802,18,9102,8805,1,9201,8806,6500000,9001,8807,0,9001,,,,,,
-3331,"Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 7",9001,4179,16267,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,7500000,9001,8807,0,9001,,,,,,
-3332,"Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 8",9001,4179,16268,9807,8801,0,9102,8802,24,9102,8805,1,9201,8806,8500000,9001,8807,0,9001,,,,,,
-3333,"Pulkovo 1942(58) / Gauss-Kruger zone 3",9001,4179,16203,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,3500000,9001,8807,0,9001,,,,,,
-3334,"Pulkovo 1942(58) / Gauss-Kruger zone 4",9001,4179,16204,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-3335,"Pulkovo 1942(58) / Gauss-Kruger zone 5",9001,4179,16205,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,5500000,9001,8807,0,9001,,,,,,
-3336,"IGN 1962 Kerguelen / UTM zone 42S",9001,4698,16142,9807,8801,0,9102,8802,69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3339,"IGCB 1955 / Congo TM zone 12",9001,4701,17412,9807,8801,0,9102,8802,12,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3340,"IGCB 1955 / Congo TM zone 14",9001,4701,17414,9807,8801,0,9102,8802,14,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3341,"IGCB 1955 / Congo TM zone 16",9001,4701,17416,9807,8801,0,9102,8802,16,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3342,"IGCB 1955 / UTM zone 33S",9001,4701,16133,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3346,"LKS94 / Lithuania TM",9001,4669,19934,9807,8801,0,9102,8802,24,9102,8805,0.9998,9201,8806,500000,9001,8807,0,9001,,,,,,
-3347,"NAD83 / Statistics Canada Lambert",9001,4269,19897,9802,8821,63.390675,9102,8822,-91.52,9110,8823,49,9102,8824,77,9102,8826,6200000,9001,8827,3000000,9001,,,
-3348,"NAD83(CSRS) / Statistics Canada Lambert",9001,4617,19897,9802,8821,63.390675,9102,8822,-91.52,9110,8823,49,9102,8824,77,9102,8826,6200000,9001,8827,3000000,9001,,,
-3349,"WGS 84 / PDC Mercator",9001,4326,19898,9804,8801,0,9102,8802,-150,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-3350,"Pulkovo 1942 / CS63 zone C0",9001,4284,18450,9807,8801,0.06,9110,8802,21.57,9110,8805,1,9201,8806,250000,9001,8807,0,9001,,,,,,
-3351,"Pulkovo 1942 / CS63 zone C1",9001,4284,18451,9807,8801,0.06,9110,8802,24.57,9110,8805,1,9201,8806,1250000,9001,8807,0,9001,,,,,,
-3352,"Pulkovo 1942 / CS63 zone C2",9001,4284,18452,9807,8801,0.06,9110,8802,27.57,9110,8805,1,9201,8806,2250000,9001,8807,0,9001,,,,,,
-3353,"Mhast (onshore) / UTM zone 32S",9001,4704,16132,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3354,"Mhast (offshore) / UTM zone 32S",9001,4705,16132,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-3355,"Egypt Gulf of Suez S-650 TL / Red Belt",9001,4706,18072,9807,8801,30,9102,8802,31,9102,8805,1,9201,8806,615000,9001,8807,810000,9001,,,,,,
-3356,"Grand Cayman 1959 / UTM zone 17N",9001,4723,16017,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3357,"Little Cayman 1961 / UTM zone 17N",9001,4726,16017,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3358,"NAD83(HARN) / North Carolina",9001,4152,13230,9802,8821,33.45,9110,8822,-79,9110,8823,36.1,9110,8824,34.2,9110,8826,609601.22,9001,8827,0,9001,,,
-3359,"NAD83(HARN) / North Carolina (ftUS)",9002,4152,15346,9802,8821,33.45,9110,8822,-79,9110,8823,36.1,9110,8824,34.2,9110,8826,2000000,9003,8827,0,9003,,,
-3360,"NAD83(HARN) / South Carolina",9001,4152,13930,9802,8821,31.5,9110,8822,-81,9110,8823,34.5,9110,8824,32.3,9110,8826,609600,9001,8827,0,9001,,,
-3361,"NAD83(HARN) / South Carolina (ft)",9002,4152,15355,9802,8821,31.5,9110,8822,-81,9110,8823,34.5,9110,8824,32.3,9110,8826,2000000,9002,8827,0,9002,,,
-3362,"NAD83(HARN) / Pennsylvania North",9001,4152,13731,9802,8821,40.1,9110,8822,-77.45,9110,8823,41.57,9110,8824,40.53,9110,8826,600000,9001,8827,0,9001,,,
-3363,"NAD83(HARN) / Pennsylvania North (ftUS)",9003,4152,15353,9802,8821,40.1,9110,8822,-77.45,9110,8823,41.57,9110,8824,40.53,9110,8826,1968500,9003,8827,0,9003,,,
-3364,"NAD83(HARN) / Pennsylvania South",9001,4152,13732,9802,8821,39.2,9110,8822,-77.45,9110,8823,40.58,9110,8824,39.56,9110,8826,600000,9001,8827,0,9001,,,
-3365,"NAD83(HARN) / Pennsylvania South (ftUS)",9003,4152,15354,9802,8821,39.2,9110,8822,-77.45,9110,8823,40.58,9110,8824,39.56,9110,8826,1968500,9003,8827,0,9003,,,
-3366,Hong Kong 1963 Grid System,9001,4738,19896,9806,8801,22.184368,9110,8802,114.10428,9110,8806,132033.92,9005,8807,62565.96,9005,,,,,,,,,
-3439,"PSD93 / UTM zone 39N",9001,4134,16039,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3440,"PSD93 / UTM zone 40N",9001,4134,16040,9807,8801,0,9102,8802,57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3561,"Old Hawaiian / Hawaii zone 1",9003,4135,15101,9807,8801,18.5,9110,8802,-155.3,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
-3562,"Old Hawaiian / Hawaii zone 2",9003,4135,15102,9807,8801,20.2,9110,8802,-156.4,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
-3563,"Old Hawaiian / Hawaii zone 3",9003,4135,15103,9807,8801,21.1,9110,8802,-158,9110,8805,0.99999,9201,8806,500000,9003,8807,0,9003,,,,,,
-3564,"Old Hawaiian / Hawaii zone 4",9003,4135,15104,9807,8801,21.5,9110,8802,-159.3,9110,8805,0.99999,9201,8806,500000,9003,8807,0,9003,,,,,,
-3565,"Old Hawaiian / Hawaii zone 5",9003,4135,15105,9807,8801,21.4,9110,8802,-160.1,9110,8805,1,9201,8806,500000,9003,8807,0,9003,,,,,,
-3920,"Puerto Rico / UTM zone 20N",9001,4139,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-3991,Puerto Rico State Plane CS of 1927,9003,4139,15201,9802,8821,17.5,9110,8822,-66.26,9110,8823,18.26,9110,8824,18.02,9110,8826,500000,9003,8827,0,9003,,,
-3992,"Puerto Rico / St. Croix",9003,4139,15202,9802,8821,17.5,9110,8822,-66.26,9110,8823,18.26,9110,8824,18.02,9110,8826,500000,9003,8827,100000,9003,,,
-3993,"Guam 1963 / Guam SPCS",9001,4675,15400,9831,8801,13.282087887,9110,8802,144.445550254,9110,8806,50000,9001,8807,50000,9001,,,,,,,,,
-20004,"Pulkovo 1995 / Gauss-Kruger zone 4",9001,4200,16204,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-20005,"Pulkovo 1995 / Gauss-Kruger zone 5",9001,4200,16205,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,5500000,9001,8807,0,9001,,,,,,
-20006,"Pulkovo 1995 / Gauss-Kruger zone 6",9001,4200,16206,9807,8801,0,9102,8802,33,9102,8805,1,9201,8806,6500000,9001,8807,0,9001,,,,,,
-20007,"Pulkovo 1995 / Gauss-Kruger zone 7",9001,4200,16207,9807,8801,0,9102,8802,39,9102,8805,1,9201,8806,7500000,9001,8807,0,9001,,,,,,
-20008,"Pulkovo 1995 / Gauss-Kruger zone 8",9001,4200,16208,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,8500000,9001,8807,0,9001,,,,,,
-20009,"Pulkovo 1995 / Gauss-Kruger zone 9",9001,4200,16209,9807,8801,0,9102,8802,51,9102,8805,1,9201,8806,9500000,9001,8807,0,9001,,,,,,
-20010,"Pulkovo 1995 / Gauss-Kruger zone 10",9001,4200,16210,9807,8801,0,9102,8802,57,9102,8805,1,9201,8806,10500000,9001,8807,0,9001,,,,,,
-20011,"Pulkovo 1995 / Gauss-Kruger zone 11",9001,4200,16211,9807,8801,0,9102,8802,63,9102,8805,1,9201,8806,11500000,9001,8807,0,9001,,,,,,
-20012,"Pulkovo 1995 / Gauss-Kruger zone 12",9001,4200,16212,9807,8801,0,9102,8802,69,9102,8805,1,9201,8806,12500000,9001,8807,0,9001,,,,,,
-20013,"Pulkovo 1995 / Gauss-Kruger zone 13",9001,4200,16213,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,13500000,9001,8807,0,9001,,,,,,
-20014,"Pulkovo 1995 / Gauss-Kruger zone 14",9001,4200,16214,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,14500000,9001,8807,0,9001,,,,,,
-20015,"Pulkovo 1995 / Gauss-Kruger zone 15",9001,4200,16215,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,15500000,9001,8807,0,9001,,,,,,
-20016,"Pulkovo 1995 / Gauss-Kruger zone 16",9001,4200,16216,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,16500000,9001,8807,0,9001,,,,,,
-20017,"Pulkovo 1995 / Gauss-Kruger zone 17",9001,4200,16217,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,17500000,9001,8807,0,9001,,,,,,
-20018,"Pulkovo 1995 / Gauss-Kruger zone 18",9001,4200,16218,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,18500000,9001,8807,0,9001,,,,,,
-20019,"Pulkovo 1995 / Gauss-Kruger zone 19",9001,4200,16219,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,19500000,9001,8807,0,9001,,,,,,
-20020,"Pulkovo 1995 / Gauss-Kruger zone 20",9001,4200,16220,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,20500000,9001,8807,0,9001,,,,,,
-20021,"Pulkovo 1995 / Gauss-Kruger zone 21",9001,4200,16221,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,21500000,9001,8807,0,9001,,,,,,
-20022,"Pulkovo 1995 / Gauss-Kruger zone 22",9001,4200,16222,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,22500000,9001,8807,0,9001,,,,,,
-20023,"Pulkovo 1995 / Gauss-Kruger zone 23",9001,4200,16223,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,23500000,9001,8807,0,9001,,,,,,
-20024,"Pulkovo 1995 / Gauss-Kruger zone 24",9001,4200,16224,9807,8801,0,9102,8802,141,9102,8805,1,9201,8806,24500000,9001,8807,0,9001,,,,,,
-20025,"Pulkovo 1995 / Gauss-Kruger zone 25",9001,4200,16225,9807,8801,0,9102,8802,147,9102,8805,1,9201,8806,25500000,9001,8807,0,9001,,,,,,
-20026,"Pulkovo 1995 / Gauss-Kruger zone 26",9001,4200,16226,9807,8801,0,9102,8802,153,9102,8805,1,9201,8806,26500000,9001,8807,0,9001,,,,,,
-20027,"Pulkovo 1995 / Gauss-Kruger zone 27",9001,4200,16227,9807,8801,0,9102,8802,159,9102,8805,1,9201,8806,27500000,9001,8807,0,9001,,,,,,
-20028,"Pulkovo 1995 / Gauss-Kruger zone 28",9001,4200,16228,9807,8801,0,9102,8802,165,9102,8805,1,9201,8806,28500000,9001,8807,0,9001,,,,,,
-20029,"Pulkovo 1995 / Gauss-Kruger zone 29",9001,4200,16229,9807,8801,0,9102,8802,171,9102,8805,1,9201,8806,29500000,9001,8807,0,9001,,,,,,
-20030,"Pulkovo 1995 / Gauss-Kruger zone 30",9001,4200,16230,9807,8801,0,9102,8802,177,9102,8805,1,9201,8806,30500000,9001,8807,0,9001,,,,,,
-20031,"Pulkovo 1995 / Gauss-Kruger zone 31",9001,4200,16231,9807,8801,0,9102,8802,-177,9102,8805,1,9201,8806,31500000,9001,8807,0,9001,,,,,,
-20032,"Pulkovo 1995 / Gauss-Kruger zone 32",9001,4200,16232,9807,8801,0,9102,8802,-171,9102,8805,1,9201,8806,32500000,9001,8807,0,9001,,,,,,
-20064,"Pulkovo 1995 / Gauss-Kruger 4N",9001,4200,16304,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20065,"Pulkovo 1995 / Gauss-Kruger 5N",9001,4200,16305,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20066,"Pulkovo 1995 / Gauss-Kruger 6N",9001,4200,16306,9807,8801,0,9102,8802,33,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20067,"Pulkovo 1995 / Gauss-Kruger 7N",9001,4200,16307,9807,8801,0,9102,8802,39,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20068,"Pulkovo 1995 / Gauss-Kruger 8N",9001,4200,16308,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20069,"Pulkovo 1995 / Gauss-Kruger 9N",9001,4200,16309,9807,8801,0,9102,8802,51,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20070,"Pulkovo 1995 / Gauss-Kruger 10N",9001,4200,16310,9807,8801,0,9102,8802,57,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20071,"Pulkovo 1995 / Gauss-Kruger 11N",9001,4200,16311,9807,8801,0,9102,8802,63,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20072,"Pulkovo 1995 / Gauss-Kruger 12N",9001,4200,16312,9807,8801,0,9102,8802,69,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20073,"Pulkovo 1995 / Gauss-Kruger 13N",9001,4200,16313,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20074,"Pulkovo 1995 / Gauss-Kruger 14N",9001,4200,16314,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20075,"Pulkovo 1995 / Gauss-Kruger 15N",9001,4200,16315,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20076,"Pulkovo 1995 / Gauss-Kruger 16N",9001,4200,16316,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20077,"Pulkovo 1995 / Gauss-Kruger 17N",9001,4200,16317,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20078,"Pulkovo 1995 / Gauss-Kruger 18N",9001,4200,16318,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20079,"Pulkovo 1995 / Gauss-Kruger 19N",9001,4200,16319,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20080,"Pulkovo 1995 / Gauss-Kruger 20N",9001,4200,16320,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20081,"Pulkovo 1995 / Gauss-Kruger 21N",9001,4200,16321,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20082,"Pulkovo 1995 / Gauss-Kruger 22N",9001,4200,16322,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20083,"Pulkovo 1995 / Gauss-Kruger 23N",9001,4200,16323,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20084,"Pulkovo 1995 / Gauss-Kruger 24N",9001,4200,16324,9807,8801,0,9102,8802,141,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20085,"Pulkovo 1995 / Gauss-Kruger 25N",9001,4200,16325,9807,8801,0,9102,8802,147,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20086,"Pulkovo 1995 / Gauss-Kruger 26N",9001,4200,16326,9807,8801,0,9102,8802,153,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20087,"Pulkovo 1995 / Gauss-Kruger 27N",9001,4200,16327,9807,8801,0,9102,8802,159,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20088,"Pulkovo 1995 / Gauss-Kruger 28N",9001,4200,16328,9807,8801,0,9102,8802,165,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20089,"Pulkovo 1995 / Gauss-Kruger 29N",9001,4200,16329,9807,8801,0,9102,8802,171,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20090,"Pulkovo 1995 / Gauss-Kruger 30N",9001,4200,16330,9807,8801,0,9102,8802,177,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20091,"Pulkovo 1995 / Gauss-Kruger 31N",9001,4200,16331,9807,8801,0,9102,8802,-177,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20092,"Pulkovo 1995 / Gauss-Kruger 32N",9001,4200,16332,9807,8801,0,9102,8802,-171,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-20135,"Adindan / UTM zone 35N",9001,4201,16035,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-20136,"Adindan / UTM zone 36N",9001,4201,16036,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-20137,"Adindan / UTM zone 37N",9001,4201,16037,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-20138,"Adindan / UTM zone 38N",9001,4201,16038,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-20248,"AGD66 / AMG zone 48",9001,4202,17448,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20249,"AGD66 / AMG zone 49",9001,4202,17449,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20250,"AGD66 / AMG zone 50",9001,4202,17450,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20251,"AGD66 / AMG zone 51",9001,4202,17451,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20252,"AGD66 / AMG zone 52",9001,4202,17452,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20253,"AGD66 / AMG zone 53",9001,4202,17453,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20254,"AGD66 / AMG zone 54",9001,4202,17454,9807,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20255,"AGD66 / AMG zone 55",9001,4202,17455,9807,8801,0,9102,8802,147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20256,"AGD66 / AMG zone 56",9001,4202,17456,9807,8801,0,9102,8802,153,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20257,"AGD66 / AMG zone 57",9001,4202,17457,9807,8801,0,9102,8802,159,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20258,"AGD66 / AMG zone 58",9001,4202,17458,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20348,"AGD84 / AMG zone 48",9001,4203,17448,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20349,"AGD84 / AMG zone 49",9001,4203,17449,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20350,"AGD84 / AMG zone 50",9001,4203,17450,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20351,"AGD84 / AMG zone 51",9001,4203,17451,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20352,"AGD84 / AMG zone 52",9001,4203,17452,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20353,"AGD84 / AMG zone 53",9001,4203,17453,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20354,"AGD84 / AMG zone 54",9001,4203,17454,9807,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20355,"AGD84 / AMG zone 55",9001,4203,17455,9807,8801,0,9102,8802,147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20356,"AGD84 / AMG zone 56",9001,4203,17456,9807,8801,0,9102,8802,153,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20357,"AGD84 / AMG zone 57",9001,4203,17457,9807,8801,0,9102,8802,159,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20358,"AGD84 / AMG zone 58",9001,4203,17458,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20436,"Ain el Abd / UTM zone 36N",9001,4204,16036,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-20437,"Ain el Abd / UTM zone 37N",9001,4204,16037,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-20438,"Ain el Abd / UTM zone 38N",9001,4204,16038,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-20439,"Ain el Abd / UTM zone 39N",9001,4204,16039,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-20440,"Ain el Abd / UTM zone 40N",9001,4204,16040,9807,8801,0,9102,8802,57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-20499,"Ain el Abd / Bahrain Grid",9001,4204,19900,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-20538,"Afgooye / UTM zone 38N",9001,4205,16038,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-20539,"Afgooye / UTM zone 39N",9001,4205,16039,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-20790,"Lisbon (Lisbon)/Portuguese National Grid",9001,4803,19936,9807,8801,39.4,9110,8802,1,9110,8805,1,9201,8806,200000,9001,8807,300000,9001,,,,,,
-20791,"Lisbon (Lisbon)/Portuguese Grid",9001,4803,19969,9807,8801,39.4,9110,8802,1,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-20822,"Aratu / UTM zone 22S",9001,4208,16122,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20823,"Aratu / UTM zone 23S",9001,4208,16123,9807,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20824,"Aratu / UTM zone 24S",9001,4208,16124,9807,8801,0,9102,8802,-39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20934,"Arc 1950 / UTM zone 34S",9001,4209,16134,9807,8801,0,9102,8802,21,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20935,"Arc 1950 / UTM zone 35S",9001,4209,16135,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-20936,"Arc 1950 / UTM zone 36S",9001,4209,16136,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-21035,"Arc 1960 / UTM zone 35S",9001,4210,16135,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-21036,"Arc 1960 / UTM zone 36S",9001,4210,16136,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-21037,"Arc 1960 / UTM zone 37S",9001,4210,16137,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-21095,"Arc 1960 / UTM zone 35N",9001,4210,16035,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-21096,"Arc 1960 / UTM zone 36N",9001,4210,16036,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-21097,"Arc 1960 / UTM zone 37N",9001,4210,16037,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-21100,"Batavia (Jakarta) / NEIEZ",9001,4813,19905,9804,8801,0,9102,8802,110,9102,8805,0.997,9201,8806,3900000,9001,8807,900000,9001,,,,,,
-21148,"Batavia / UTM zone 48S",9001,4211,16148,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-21149,"Batavia / UTM zone 49S",9001,4211,16149,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-21150,"Batavia / UTM zone 50S",9001,4211,16150,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-21291,"Barbados 1938 / British West Indies Grid",9001,4212,19942,9807,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
-21292,"Barbados 1938 / Barbados National Grid",9001,4212,19943,9807,8801,13.1035,9110,8802,-59.3335,9110,8805,0.9999986,9201,8806,30000,9001,8807,75000,9001,,,,,,
-21413,"Beijing 1954 / Gauss-Kruger zone 13",9001,4214,16213,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,13500000,9001,8807,0,9001,,,,,,
-21414,"Beijing 1954 / Gauss-Kruger zone 14",9001,4214,16214,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,14500000,9001,8807,0,9001,,,,,,
-21415,"Beijing 1954 / Gauss-Kruger zone 15",9001,4214,16215,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,15500000,9001,8807,0,9001,,,,,,
-21416,"Beijing 1954 / Gauss-Kruger zone 16",9001,4214,16216,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,16500000,9001,8807,0,9001,,,,,,
-21417,"Beijing 1954 / Gauss-Kruger zone 17",9001,4214,16217,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,17500000,9001,8807,0,9001,,,,,,
-21418,"Beijing 1954 / Gauss-Kruger zone 18",9001,4214,16218,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,18500000,9001,8807,0,9001,,,,,,
-21419,"Beijing 1954 / Gauss-Kruger zone 19",9001,4214,16219,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,19500000,9001,8807,0,9001,,,,,,
-21420,"Beijing 1954 / Gauss-Kruger zone 20",9001,4214,16220,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,20500000,9001,8807,0,9001,,,,,,
-21421,"Beijing 1954 / Gauss-Kruger zone 21",9001,4214,16221,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,21500000,9001,8807,0,9001,,,,,,
-21422,"Beijing 1954 / Gauss-Kruger zone 22",9001,4214,16222,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,22500000,9001,8807,0,9001,,,,,,
-21423,"Beijing 1954 / Gauss-Kruger zone 23",9001,4214,16223,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,23500000,9001,8807,0,9001,,,,,,
-21453,"Beijing 1954 / Gauss-Kruger CM 75E",9001,4214,16313,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21454,"Beijing 1954 / Gauss-Kruger CM 81E",9001,4214,16314,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21455,"Beijing 1954 / Gauss-Kruger CM 87E",9001,4214,16315,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21456,"Beijing 1954 / Gauss-Kruger CM 93E",9001,4214,16316,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21457,"Beijing 1954 / Gauss-Kruger CM 99E",9001,4214,16317,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21458,"Beijing 1954 / Gauss-Kruger CM 105E",9001,4214,16318,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21459,"Beijing 1954 / Gauss-Kruger CM 111E",9001,4214,16319,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21460,"Beijing 1954 / Gauss-Kruger CM 117E",9001,4214,16320,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21461,"Beijing 1954 / Gauss-Kruger CM 123E",9001,4214,16321,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21462,"Beijing 1954 / Gauss-Kruger CM 129E",9001,4214,16322,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21463,"Beijing 1954 / Gauss-Kruger CM 135E",9001,4214,16323,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21473,"Beijing 1954 / Gauss-Kruger 13N",9001,4214,16313,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21474,"Beijing 1954 / Gauss-Kruger 14N",9001,4214,16314,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21475,"Beijing 1954 / Gauss-Kruger 15N",9001,4214,16315,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21476,"Beijing 1954 / Gauss-Kruger 16N",9001,4214,16316,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21477,"Beijing 1954 / Gauss-Kruger 17N",9001,4214,16317,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21478,"Beijing 1954 / Gauss-Kruger 18N",9001,4214,16318,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21479,"Beijing 1954 / Gauss-Kruger 19N",9001,4214,16319,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21480,"Beijing 1954 / Gauss-Kruger 20N",9001,4214,16320,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21481,"Beijing 1954 / Gauss-Kruger 21N",9001,4214,16321,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21482,"Beijing 1954 / Gauss-Kruger 22N",9001,4214,16322,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21483,"Beijing 1954 / Gauss-Kruger 23N",9001,4214,16323,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-21500,"Belge 1950 (Brussels) / Belge Lambert 50",9001,4809,19901,9802,8821,90,9110,8822,0,9110,8823,49.5,9110,8824,51.1,9110,8826,150000,9001,8827,5400000,9001,,,
-21780,"Bern 1898 (Bern) / LV03C",9001,4801,19923,9815,8811,46.570866,9110,8812,0,9110,8813,90,9110,8814,90,9110,8815,1,9201,8816,0,9001,8817,0,9001
-21781,"CH1903 / LV03",9001,4149,19922,9815,8811,46.570866,9110,8812,7.26225,9110,8813,90,9110,8814,90,9110,8815,1,9201,8816,600000,9001,8817,200000,9001
-21817,"Bogota 1975 / UTM zone 17N",9001,4218,16017,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-21818,"Bogota 1975 / UTM zone 18N",9001,4218,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-21891,"Bogota 1975 / Colombia West zone",9001,4218,18051,9807,8801,4.355657,9110,8802,-77.04513,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-21892,"Bogota 1975 / Colombia Bogota zone",9001,4218,18052,9807,8801,4.355657,9110,8802,-74.04513,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-21893,"Bogota 1975 / Colombia East Central zone",9001,4218,18053,9807,8801,4.355657,9110,8802,-71.04513,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-21894,"Bogota 1975 / Colombia East",9001,4218,18054,9807,8801,4.355657,9110,8802,-68.04513,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-21896,"Bogota 1975 / Colombia West zone",9001,4218,18051,9807,8801,4.355657,9110,8802,-77.04513,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-21897,"Bogota 1975 / Colombia Bogota zone",9001,4218,18052,9807,8801,4.355657,9110,8802,-74.04513,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-21898,"Bogota 1975 / Colombia East Central zone",9001,4218,18053,9807,8801,4.355657,9110,8802,-71.04513,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-21899,"Bogota 1975 / Colombia East",9001,4218,18054,9807,8801,4.355657,9110,8802,-68.04513,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-22032,"Camacupa / UTM zone 32S",9001,4220,16132,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-22033,"Camacupa / UTM zone 33S",9001,4220,16133,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-22091,"Camacupa / TM 11.30 SE",9001,4220,16611,9807,8801,0,9110,8802,11.3,9110,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-22092,"Camacupa / TM 12 SE",9001,4220,16612,9807,8801,0,9102,8802,12,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-22171,"POSGAR 98 / Argentina 1",9001,4190,18031,9807,8801,-90,9102,8802,-72,9102,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-22172,"POSGAR 98 / Argentina 2",9001,4190,18032,9807,8801,-90,9102,8802,-69,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
-22173,"POSGAR 98 / Argentina 3",9001,4190,18033,9807,8801,-90,9102,8802,-66,9102,8805,1,9201,8806,3500000,9001,8807,0,9001,,,,,,
-22174,"POSGAR 98 / Argentina 4",9001,4190,18034,9807,8801,-90,9102,8802,-63,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-22175,"POSGAR 98 / Argentina 5",9001,4190,18035,9807,8801,-90,9102,8802,-60,9102,8805,1,9201,8806,5500000,9001,8807,0,9001,,,,,,
-22176,"POSGAR 98 / Argentina 6",9001,4190,18036,9807,8801,-90,9102,8802,-57,9102,8805,1,9201,8806,6500000,9001,8807,0,9001,,,,,,
-22177,"POSGAR 98 / Argentina 7",9001,4190,18037,9807,8801,-90,9102,8802,-54,9102,8805,1,9201,8806,7500000,9001,8807,0,9001,,,,,,
-22181,"POSGAR 94 / Argentina 1",9001,4694,18031,9807,8801,-90,9102,8802,-72,9102,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-22182,"POSGAR 94 / Argentina 2",9001,4694,18032,9807,8801,-90,9102,8802,-69,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
-22183,"POSGAR 94 / Argentina 3",9001,4694,18033,9807,8801,-90,9102,8802,-66,9102,8805,1,9201,8806,3500000,9001,8807,0,9001,,,,,,
-22184,"POSGAR 94 / Argentina 4",9001,4694,18034,9807,8801,-90,9102,8802,-63,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-22185,"POSGAR 94 / Argentina 5",9001,4694,18035,9807,8801,-90,9102,8802,-60,9102,8805,1,9201,8806,5500000,9001,8807,0,9001,,,,,,
-22186,"POSGAR 94 / Argentina 6",9001,4694,18036,9807,8801,-90,9102,8802,-57,9102,8805,1,9201,8806,6500000,9001,8807,0,9001,,,,,,
-22187,"POSGAR 94 / Argentina 7",9001,4694,18037,9807,8801,-90,9102,8802,-54,9102,8805,1,9201,8806,7500000,9001,8807,0,9001,,,,,,
-22191,"Campo Inchauspe / Argentina 1",9001,4221,18031,9807,8801,-90,9102,8802,-72,9102,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-22192,"Campo Inchauspe / Argentina 2",9001,4221,18032,9807,8801,-90,9102,8802,-69,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
-22193,"Campo Inchauspe / Argentina 3",9001,4221,18033,9807,8801,-90,9102,8802,-66,9102,8805,1,9201,8806,3500000,9001,8807,0,9001,,,,,,
-22194,"Campo Inchauspe / Argentina 4",9001,4221,18034,9807,8801,-90,9102,8802,-63,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-22195,"Campo Inchauspe / Argentina 5",9001,4221,18035,9807,8801,-90,9102,8802,-60,9102,8805,1,9201,8806,5500000,9001,8807,0,9001,,,,,,
-22196,"Campo Inchauspe / Argentina 6",9001,4221,18036,9807,8801,-90,9102,8802,-57,9102,8805,1,9201,8806,6500000,9001,8807,0,9001,,,,,,
-22197,"Campo Inchauspe / Argentina 7",9001,4221,18037,9807,8801,-90,9102,8802,-54,9102,8805,1,9201,8806,7500000,9001,8807,0,9001,,,,,,
-22234,"Cape / UTM zone 34S",9001,4222,16134,9807,8801,0,9102,8802,21,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-22235,"Cape / UTM zone 35S",9001,4222,16135,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-22236,"Cape / UTM zone 36S",9001,4222,16136,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-22275,South African Coordinate System zone 15,9001,4222,17515,9808,8801,0,9102,8802,15,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-22277,South African Coordinate System zone 17,9001,4222,17517,9808,8801,0,9102,8802,17,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-22279,South African Coordinate System zone 19,9001,4222,17519,9808,8801,0,9102,8802,19,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-22281,South African Coordinate System zone 21,9001,4222,17521,9808,8801,0,9102,8802,21,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-22283,South African Coordinate System zone 23,9001,4222,17523,9808,8801,0,9102,8802,23,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-22285,South African Coordinate System zone 25,9001,4222,17525,9808,8801,0,9102,8802,25,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-22287,South African Coordinate System zone 27,9001,4222,17527,9808,8801,0,9102,8802,27,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-22289,South African Coordinate System zone 29,9001,4222,17529,9808,8801,0,9102,8802,29,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-22291,South African Coordinate System zone 31,9001,4222,17531,9808,8801,0,9102,8802,31,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-22293,South African Coordinate System zone 33,9001,4222,17533,9808,8801,0,9102,8802,33,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-22300,"Carthage (Paris) / Tunisia Mining Grid",9036,4816,19937,9816,8821,38.81973,9105,8822,7.83445,9105,8826,270,9036,8827,582,9036,,,,,,,,,
-22332,"Carthage / UTM zone 32N",9001,4223,16032,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-22391,"Carthage / Nord Tunisie",9001,4223,18181,9801,8801,40,9105,8802,11,9105,8805,0.999625544,9201,8806,500000,9001,8807,300000,9001,,,,,,
-22392,"Carthage / Sud Tunisie",9001,4223,18182,9801,8801,37,9105,8802,11,9105,8805,0.999625769,9201,8806,500000,9001,8807,300000,9001,,,,,,
-22521,"Corrego Alegre / UTM zone 21S",9001,4225,16121,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-22522,"Corrego Alegre / UTM zone 22S",9001,4225,16122,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-22523,"Corrego Alegre / UTM zone 23S",9001,4225,16123,9807,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-22524,"Corrego Alegre / UTM zone 24S",9001,4225,16124,9807,8801,0,9102,8802,-39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-22525,"Corrego Alegre / UTM zone 25S",9001,4225,16125,9807,8801,0,9102,8802,-33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-22700,"Deir ez Zor / Levant Zone",9001,4227,19940,9817,8801,34.39,9110,8802,37.21,9110,8805,0.9996256,9201,8806,300000,9001,8807,300000,9001,,,,,,
-22770,"Deir ez Zor / Syria Lambert",9001,4227,19948,9801,8801,34.39,9110,8802,37.21,9110,8805,0.9996256,9201,8806,300000,9001,8807,300000,9001,,,,,,
-22780,"Deir ez Zor / Levant Stereographic",9001,4227,19949,9809,8801,38,9105,8802,43.5,9105,8805,0.9995341,9201,8806,0,9001,8807,0,9001,,,,,,
-22832,"Douala / UTM zone 32N",9001,4228,16032,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-22991,"Egypt 1907 / Blue Belt",9001,4229,18071,9807,8801,30,9102,8802,35,9102,8805,1,9201,8806,300000,9001,8807,1100000,9001,,,,,,
-22992,"Egypt 1907 / Red Belt",9001,4229,18072,9807,8801,30,9102,8802,31,9102,8805,1,9201,8806,615000,9001,8807,810000,9001,,,,,,
-22993,"Egypt 1907 / Purple Belt",9001,4229,18073,9807,8801,30,9102,8802,27,9102,8805,1,9201,8806,700000,9001,8807,200000,9001,,,,,,
-22994,"Egypt 1907 / Extended Purple Belt",9001,4229,18074,9807,8801,30,9102,8802,27,9102,8805,1,9201,8806,700000,9001,8807,1200000,9001,,,,,,
-23028,"ED50 / UTM zone 28N",9001,4230,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23029,"ED50 / UTM zone 29N",9001,4230,16029,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23030,"ED50 / UTM zone 30N",9001,4230,16030,9807,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23031,"ED50 / UTM zone 31N",9001,4230,16031,9807,8801,0,9102,8802,3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23032,"ED50 / UTM zone 32N",9001,4230,16032,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23033,"ED50 / UTM zone 33N",9001,4230,16033,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23034,"ED50 / UTM zone 34N",9001,4230,16034,9807,8801,0,9102,8802,21,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23035,"ED50 / UTM zone 35N",9001,4230,16035,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23036,"ED50 / UTM zone 36N",9001,4230,16036,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23037,"ED50 / UTM zone 37N",9001,4230,16037,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23038,"ED50 / UTM zone 38N",9001,4230,16038,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23090,"ED50 / TM 0 N",9001,4230,16400,9807,8801,0,9102,8802,0,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23095,"ED50 / TM 5 NE",9001,4230,16405,9807,8801,0,9102,8802,5,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23239,"Fahud / UTM zone 39N",9001,4232,16039,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23240,"Fahud / UTM zone 40N",9001,4232,16040,9807,8801,0,9102,8802,57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23433,"Garoua / UTM zone 33N",9001,4234,16033,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23700,"HD72 / EOV",9001,4237,19931,9815,8811,47.08398174,9110,8812,19.02548584,9110,8813,90,9110,8814,90,9110,8815,0.99993,9201,8816,650000,9001,8817,200000,9001
-23846,"ID74 / UTM zone 46N",9001,4238,16046,9807,8801,0,9102,8802,93,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23847,"ID74 / UTM zone 47N",9001,4238,16047,9807,8801,0,9102,8802,99,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23848,"ID74 / UTM zone 48N",9001,4238,16048,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23849,"ID74 / UTM zone 49N",9001,4238,16049,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23850,"ID74 / UTM zone 50N",9001,4238,16050,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23851,"ID74 / UTM zone 51N",9001,4238,16051,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23852,"ID74 / UTM zone 52N",9001,4238,16052,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23853,"ID74 / UTM zone 53N",9001,4238,16053,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23886,"ID74 / UTM zone 46S",9001,4238,16146,9807,8801,0,9102,8802,93,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-23887,"ID74 / UTM zone 47S",9001,4238,16147,9807,8801,0,9102,8802,99,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-23888,"ID74 / UTM zone 48S",9001,4238,16148,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-23889,"ID74 / UTM zone 49S",9001,4238,16149,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-23890,"ID74 / UTM zone 50S",9001,4238,16150,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-23891,"ID74 / UTM zone 51S",9001,4238,16151,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-23892,"ID74 / UTM zone 52S",9001,4238,16152,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-23893,"ID74 / UTM zone 53S",9001,4238,16153,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-23894,"ID74 / UTM zone 54S",9001,4238,16154,9807,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-23946,"Indian 1954 / UTM zone 46N",9001,4239,16046,9807,8801,0,9102,8802,93,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23947,"Indian 1954 / UTM zone 47N",9001,4239,16047,9807,8801,0,9102,8802,99,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-23948,"Indian 1954 / UTM zone 48N",9001,4239,16048,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24047,"Indian 1975 / UTM zone 47N",9001,4240,16047,9807,8801,0,9102,8802,99,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24048,"Indian 1975 / UTM zone 48N",9001,4240,16048,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24100,"Jamaica 1875 / Jamaica (Old Grid)",9005,4241,19909,9801,8801,18,9102,8802,-77,9102,8805,1,9201,8806,550000,9005,8807,400000,9005,,,,,,
-24200,"JAD69 / Jamaica National Grid",9001,4242,19910,9801,8801,18,9102,8802,-77,9102,8805,1,9201,8806,250000,9001,8807,150000,9001,,,,,,
-24305,"Kalianpur 1937 / UTM zone 45N",9001,4144,16045,9807,8801,0,9102,8802,87,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24306,"Kalianpur 1937 / UTM zone 46N",9001,4144,16046,9807,8801,0,9102,8802,93,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24311,"Kalianpur 1962 / UTM zone 41N",9001,4145,16041,9807,8801,0,9102,8802,63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24312,"Kalianpur 1962 / UTM zone 42N",9001,4145,16042,9807,8801,0,9102,8802,69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24313,"Kalianpur 1962 / UTM zone 43N",9001,4145,16043,9807,8801,0,9102,8802,75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24342,"Kalianpur 1975 / UTM zone 42N",9001,4146,16042,9807,8801,0,9102,8802,69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24343,"Kalianpur 1975 / UTM zone 43N",9001,4146,16043,9807,8801,0,9102,8802,75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24344,"Kalianpur 1975 / UTM zone 44N",9001,4146,16044,9807,8801,0,9102,8802,81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24345,"Kalianpur 1975 / UTM zone 45N",9001,4146,16045,9807,8801,0,9102,8802,87,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24346,"Kalianpur 1975 / UTM zone 46N",9001,4146,16046,9807,8801,0,9102,8802,93,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24347,"Kalianpur 1975 / UTM zone 47N",9001,4146,16047,9807,8801,0,9102,8802,99,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24370,"Kalianpur 1880 / India zone 0",9084,4243,18110,9801,8801,39.3,9110,8802,68,9110,8805,0.99846154,9201,8806,2355500,9084,8807,2590000,9084,,,,,,
-24371,"Kalianpur 1880 / India zone I",9084,4243,18111,9801,8801,32.3,9110,8802,68,9110,8805,0.99878641,9201,8806,3000000,9084,8807,1000000,9084,,,,,,
-24372,"Kalianpur 1880 / India zone IIa",9084,4243,18112,9801,8801,26,9102,8802,74,9102,8805,0.99878641,9201,8806,3000000,9084,8807,1000000,9084,,,,,,
-24373,"Kalianpur 1880 / India zone III",9084,4243,18114,9801,8801,19,9102,8802,80,9102,8805,0.99878641,9201,8806,3000000,9084,8807,1000000,9084,,,,,,
-24374,"Kalianpur 1880 / India zone IV",9084,4243,18116,9801,8801,12,9102,8802,80,9102,8805,0.99878641,9201,8806,3000000,9084,8807,1000000,9084,,,,,,
-24375,"Kalianpur 1937 / India zone IIb",9001,4144,18238,9801,8801,26,9102,8802,90,9102,8805,0.99878641,9201,8806,2743185.69,9001,8807,914395.23,9001,,,,,,
-24376,"Kalianpur 1962 / India zone I",9001,4145,18236,9801,8801,32.3,9110,8802,68,9110,8805,0.99878641,9201,8806,2743196.4,9001,8807,914398.8,9001,,,,,,
-24377,"Kalianpur 1962 / India zone IIa",9001,4145,18237,9801,8801,26,9102,8802,74,9102,8805,0.99878641,9201,8806,2743196.4,9001,8807,914398.8,9001,,,,,,
-24378,"Kalianpur 1975 / India zone I",9001,4146,18231,9801,8801,32.3,9110,8802,68,9110,8805,0.99878641,9201,8806,2743195.5,9001,8807,914398.5,9001,,,,,,
-24379,"Kalianpur 1975 / India zone IIa",9001,4146,18232,9801,8801,26,9102,8802,74,9102,8805,0.99878641,9201,8806,2743195.5,9001,8807,914398.5,9001,,,,,,
-24380,"Kalianpur 1975 / India zone IIb",9001,4146,18235,9801,8801,26,9102,8802,90,9102,8805,0.99878641,9201,8806,2743195.5,9001,8807,914398.5,9001,,,,,,
-24381,"Kalianpur 1975 / India zone III",9001,4146,18233,9801,8801,19,9102,8802,80,9102,8805,0.99878641,9201,8806,2743195.5,9001,8807,914398.5,9001,,,,,,
-24382,"Kalianpur 1880 / India zone IIb",9084,4243,18113,9801,8801,26,9102,8802,90,9102,8805,0.99878641,9201,8806,3000000,9084,8807,1000000,9084,,,,,,
-24383,"Kalianpur 1975 / India zone IV",9001,4146,18234,9801,8801,12,9102,8802,80,9102,8805,0.99878641,9201,8806,2743195.5,9001,8807,914398.5,9001,,,,,,
-24500,"Kertau / Singapore Grid",9001,4245,19920,9806,8801,1.1715528,9110,8802,103.5110808,9110,8806,30000,9001,8807,30000,9001,,,,,,,,,
-24547,"Kertau / UTM zone 47N",9001,4245,16047,9807,8801,0,9102,8802,99,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24548,"Kertau / UTM zone 48N",9001,4245,16048,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24571,"Kertau / R.S.O. Malaya (ch)",9062,4245,19935,9812,8806,40000,9062,8807,0,9062,8811,4,9110,8812,102.15,9110,8813,323.01328458,9110,8814,323.07483685,9110,8815,0.99984,9201
-24600,KOC Lambert,9001,4246,19906,9801,8801,32.3,9110,8802,45,9110,8805,0.9987864078,9201,8806,1500000,9001,8807,1166200,9001,,,,,,
-24718,"La Canoa / UTM zone 18N",9001,4247,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24719,"La Canoa / UTM zone 19N",9001,4247,16019,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24720,"La Canoa / UTM zone 20N",9001,4247,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24817,"PSAD56 / UTM zone 17N",9001,4248,16017,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24818,"PSAD56 / UTM zone 18N",9001,4248,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24819,"PSAD56 / UTM zone 19N",9001,4248,16019,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24820,"PSAD56 / UTM zone 20N",9001,4248,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24821,"PSAD56 / UTM zone 21N",9001,4248,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-24877,"PSAD56 / UTM zone 17S",9001,4248,16117,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-24878,"PSAD56 / UTM zone 18S",9001,4248,16118,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-24879,"PSAD56 / UTM zone 19S",9001,4248,16119,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-24880,"PSAD56 / UTM zone 20S",9001,4248,16120,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-24881,"PSAD56 / UTM zone 21S",9001,4248,16121,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-24882,"PSAD56 / UTM zone 22S",9001,4248,16122,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-24891,"PSAD56 / Peru west zone",9001,4248,18161,9807,8801,-6,9110,8802,-80.3,9110,8805,0.99983008,9201,8806,222000,9001,8807,1426834.743,9001,,,,,,
-24892,"PSAD56 / Peru central zone",9001,4248,18162,9807,8801,-9.3,9110,8802,-76,9110,8805,0.99932994,9201,8806,720000,9001,8807,1039979.159,9001,,,,,,
-24893,"PSAD56 / Peru east zone",9001,4248,18163,9807,8801,-9.3,9110,8802,-70.3,9110,8805,0.99952992,9201,8806,1324000,9001,8807,1040084.558,9001,,,,,,
-25000,"Leigon / Ghana Metre Grid",9001,4250,19904,9807,8801,4.4,9110,8802,-1,9110,8805,0.99975,9201,8806,274319.51,9001,8807,0,9001,,,,,,
-25231,"Lome / UTM zone 31N",9001,4252,16031,9807,8801,0,9102,8802,3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-25391,"Luzon 1911 / Philippines zone I",9001,4253,18171,9807,8801,0,9102,8802,117,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-25392,"Luzon 1911 / Philippines zone II",9001,4253,18172,9807,8801,0,9102,8802,119,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-25393,"Luzon 1911 / Philippines zone III",9001,4253,18173,9807,8801,0,9102,8802,121,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-25394,"Luzon 1911 / Philippines zone IV",9001,4253,18174,9807,8801,0,9102,8802,123,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-25395,"Luzon 1911 / Philippines zone V",9001,4253,18175,9807,8801,0,9102,8802,125,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-25700,"Makassar (Jakarta) / NEIEZ",9001,4804,19905,9804,8801,0,9102,8802,110,9102,8805,0.997,9201,8806,3900000,9001,8807,900000,9001,,,,,,
-25828,"ETRS89 / UTM zone 28N",9001,4258,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-25829,"ETRS89 / UTM zone 29N",9001,4258,16029,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-25830,"ETRS89 / UTM zone 30N",9001,4258,16030,9807,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-25831,"ETRS89 / UTM zone 31N",9001,4258,16031,9807,8801,0,9102,8802,3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-25832,"ETRS89 / UTM zone 32N",9001,4258,16032,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-25833,"ETRS89 / UTM zone 33N",9001,4258,16033,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-25834,"ETRS89 / UTM zone 34N",9001,4258,16034,9807,8801,0,9102,8802,21,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-25835,"ETRS89 / UTM zone 35N",9001,4258,16035,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-25836,"ETRS89 / UTM zone 36N",9001,4258,16036,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-25837,"ETRS89 / UTM zone 37N",9001,4258,16037,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-25838,"ETRS89 / UTM zone 38N",9001,4258,16038,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-25884,"ETRS89 / TM Baltic93",9001,4258,19939,9807,8801,0,9102,8802,24,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-25932,"Malongo 1987 / UTM zone 32S",9001,4259,16132,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-26191,"Merchich / Nord Maroc",9001,4261,18131,9801,8801,37,9105,8802,-6,9105,8805,0.999625769,9201,8806,500000,9001,8807,300000,9001,,,,,,
-26192,"Merchich / Sud Maroc",9001,4261,18132,9801,8801,33,9105,8802,-6,9105,8805,0.999615596,9201,8806,500000,9001,8807,300000,9001,,,,,,
-26193,"Merchich / Sahara",9001,4261,18133,9801,8801,29,9105,8802,-6,9105,8805,0.9996,9201,8806,1200000,9001,8807,400000,9001,,,,,,
-26194,"Merchich / Sahara Nord",9001,4261,18134,9801,8801,29,9105,8802,-6,9105,8805,0.999616304,9201,8806,1200000,9001,8807,400000,9001,,,,,,
-26195,"Merchich / Sahara Sud",9001,4261,18135,9801,8801,25,9105,8802,-6,9105,8805,0.999616437,9201,8806,1500000,9001,8807,400000,9001,,,,,,
-26237,"Massawa / UTM zone 37N",9001,4262,16037,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26331,"Minna / UTM zone 31N",9001,4263,16031,9807,8801,0,9102,8802,3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26332,"Minna / UTM zone 32N",9001,4263,16032,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26391,"Minna / Nigeria West Belt",9001,4263,18151,9807,8801,4,9110,8802,4.3,9110,8805,0.99975,9201,8806,230738.26,9001,8807,0,9001,,,,,,
-26392,"Minna / Nigeria Mid Belt",9001,4263,18152,9807,8801,4,9110,8802,8.3,9110,8805,0.99975,9201,8806,670553.98,9001,8807,0,9001,,,,,,
-26393,"Minna / Nigeria East Belt",9001,4263,18153,9807,8801,4,9110,8802,12.3,9110,8805,0.99975,9201,8806,1110369.7,9001,8807,0,9001,,,,,,
-26432,"Mhast / UTM zone 32S",9001,4264,16132,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-26591,"Monte Mario (Rome) / Italy zone 1",9001,4806,18121,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,1500000,9001,8807,0,9001,,,,,,
-26592,"Monte Mario (Rome) / Italy zone 2",9001,4806,18122,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,2520000,9001,8807,0,9001,,,,,,
-26632,"M'poraloko / UTM zone 32N",9001,4266,16032,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26692,"M'poraloko / UTM zone 32S",9001,4266,16132,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-26703,"NAD27 / UTM zone 3N",9001,4267,16003,9807,8801,0,9102,8802,-165,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26704,"NAD27 / UTM zone 4N",9001,4267,16004,9807,8801,0,9102,8802,-159,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26705,"NAD27 / UTM zone 5N",9001,4267,16005,9807,8801,0,9102,8802,-153,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26706,"NAD27 / UTM zone 6N",9001,4267,16006,9807,8801,0,9102,8802,-147,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26707,"NAD27 / UTM zone 7N",9001,4267,16007,9807,8801,0,9102,8802,-141,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26708,"NAD27 / UTM zone 8N",9001,4267,16008,9807,8801,0,9102,8802,-135,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26709,"NAD27 / UTM zone 9N",9001,4267,16009,9807,8801,0,9102,8802,-129,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26710,"NAD27 / UTM zone 10N",9001,4267,16010,9807,8801,0,9102,8802,-123,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26711,"NAD27 / UTM zone 11N",9001,4267,16011,9807,8801,0,9102,8802,-117,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26712,"NAD27 / UTM zone 12N",9001,4267,16012,9807,8801,0,9102,8802,-111,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26713,"NAD27 / UTM zone 13N",9001,4267,16013,9807,8801,0,9102,8802,-105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26714,"NAD27 / UTM zone 14N",9001,4267,16014,9807,8801,0,9102,8802,-99,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26715,"NAD27 / UTM zone 15N",9001,4267,16015,9807,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26716,"NAD27 / UTM zone 16N",9001,4267,16016,9807,8801,0,9102,8802,-87,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26717,"NAD27 / UTM zone 17N",9001,4267,16017,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26718,"NAD27 / UTM zone 18N",9001,4267,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26719,"NAD27 / UTM zone 19N",9001,4267,16019,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26720,"NAD27 / UTM zone 20N",9001,4267,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26721,"NAD27 / UTM zone 21N",9001,4267,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26722,"NAD27 / UTM zone 22N",9001,4267,16022,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26729,"NAD27 / Alabama East",9003,4267,10101,9807,8801,30.3,9110,8802,-85.5,9110,8805,0.99996,9201,8806,500000,9003,8807,0,9003,,,,,,
-26730,"NAD27 / Alabama West",9003,4267,10102,9807,8801,30,9110,8802,-87.3,9110,8805,0.999933333,9201,8806,500000,9003,8807,0,9003,,,,,,
-26731,"NAD27 / Alaska zone 1",9003,4267,15001,9812,8806,16404166.67,9003,8807,-16404166.67,9003,8811,57,9110,8812,-133.4,9110,8813,323.07483685,9110,8814,323.07483685,9110,8815,0.9999,9201
-26732,"NAD27 / Alaska zone 2",9003,4267,15002,9807,8801,54,9102,8802,-142,9102,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
-26733,"NAD27 / Alaska zone 3",9003,4267,15003,9807,8801,54,9102,8802,-146,9102,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
-26734,"NAD27 / Alaska zone 4",9003,4267,15004,9807,8801,54,9102,8802,-150,9102,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
-26735,"NAD27 / Alaska zone 5",9003,4267,15005,9807,8801,54,9102,8802,-154,9102,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
-26736,"NAD27 / Alaska zone 6",9003,4267,15006,9807,8801,54,9102,8802,-158,9102,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
-26737,"NAD27 / Alaska zone 7",9003,4267,15007,9807,8801,54,9102,8802,-162,9102,8805,0.9999,9201,8806,700000,9003,8807,0,9003,,,,,,
-26738,"NAD27 / Alaska zone 8",9003,4267,15008,9807,8801,54,9102,8802,-166,9102,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
-26739,"NAD27 / Alaska zone 9",9003,4267,15009,9807,8801,54,9102,8802,-170,9102,8805,0.9999,9201,8806,600000,9003,8807,0,9003,,,,,,
-26740,"NAD27 / Alaska zone 10",9003,4267,15010,9802,8821,51,9110,8822,-176,9110,8823,53.5,9110,8824,51.5,9110,8826,3000000,9003,8827,0,9003,,,
-26741,"NAD27 / California zone I",9003,4267,10401,9802,8821,39.2,9110,8822,-122,9110,8823,41.4,9110,8824,40,9110,8826,2000000,9003,8827,0,9003,,,
-26742,"NAD27 / California zone II",9003,4267,10402,9802,8821,37.4,9110,8822,-122,9110,8823,39.5,9110,8824,38.2,9110,8826,2000000,9003,8827,0,9003,,,
-26743,"NAD27 / California zone III",9003,4267,10403,9802,8821,36.3,9110,8822,-120.3,9110,8823,38.26,9110,8824,37.04,9110,8826,2000000,9003,8827,0,9003,,,
-26744,"NAD27 / California zone IV",9003,4267,10404,9802,8821,35.2,9110,8822,-119,9110,8823,37.15,9110,8824,36,9110,8826,2000000,9003,8827,0,9003,,,
-26745,"NAD27 / California zone V",9003,4267,10405,9802,8821,33.3,9110,8822,-118,9110,8823,35.28,9110,8824,34.02,9110,8826,2000000,9003,8827,0,9003,,,
-26746,"NAD27 / California zone VI",9003,4267,10406,9802,8821,32.1,9110,8822,-116.15,9110,8823,33.53,9110,8824,32.47,9110,8826,2000000,9003,8827,0,9003,,,
-26747,"NAD27 / California zone VII",9003,4267,10407,9802,8821,34.08,9110,8822,-118.2,9110,8823,34.25,9110,8824,33.52,9110,8826,4186692.58,9003,8827,416926.74,9003,,,
-26748,"NAD27 / Arizona East",9003,4267,10201,9807,8801,31,9110,8802,-110.1,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
-26749,"NAD27 / Arizona Central",9003,4267,10202,9807,8801,31,9110,8802,-111.55,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
-26750,"NAD27 / Arizona West",9003,4267,10203,9807,8801,31,9110,8802,-113.45,9110,8805,0.999933333,9201,8806,500000,9003,8807,0,9003,,,,,,
-26751,"NAD27 / Arkansas North",9003,4267,10301,9802,8821,34.2,9110,8822,-92,9110,8823,36.14,9110,8824,34.56,9110,8826,2000000,9003,8827,0,9003,,,
-26752,"NAD27 / Arkansas South",9003,4267,10302,9802,8821,32.4,9110,8822,-92,9110,8823,34.46,9110,8824,33.18,9110,8826,2000000,9003,8827,0,9003,,,
-26753,"NAD27 / Colorado North",9003,4267,10501,9802,8821,39.2,9110,8822,-105.3,9110,8823,39.43,9110,8824,40.47,9110,8826,2000000,9003,8827,0,9003,,,
-26754,"NAD27 / Colorado Central",9003,4267,10502,9802,8821,37.5,9110,8822,-105.3,9110,8823,39.45,9110,8824,38.27,9110,8826,2000000,9003,8827,0,9003,,,
-26755,"NAD27 / Colorado South",9003,4267,10503,9802,8821,36.4,9110,8822,-105.3,9110,8823,38.26,9110,8824,37.14,9110,8826,2000000,9003,8827,0,9003,,,
-26756,"NAD27 / Connecticut",9003,4267,10600,9802,8821,40.5,9110,8822,-72.45,9110,8823,41.52,9110,8824,41.12,9110,8826,600000,9003,8827,0,9003,,,
-26757,"NAD27 / Delaware",9003,4267,10700,9807,8801,38,9110,8802,-75.25,9110,8805,0.999995,9201,8806,500000,9003,8807,0,9003,,,,,,
-26758,"NAD27 / Florida East",9003,4267,10901,9807,8801,24.2,9110,8802,-81,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
-26759,"NAD27 / Florida West",9003,4267,10902,9807,8801,24.2,9110,8802,-82,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
-26760,"NAD27 / Florida North",9003,4267,10903,9802,8821,29,9110,8822,-84.3,9110,8823,30.45,9110,8824,29.35,9110,8826,2000000,9003,8827,0,9003,,,
-26766,"NAD27 / Georgia East",9003,4267,11001,9807,8801,30,9110,8802,-82.1,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
-26767,"NAD27 / Georgia West",9003,4267,11002,9807,8801,30,9110,8802,-84.1,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
-26768,"NAD27 / Idaho East",9003,4267,11101,9807,8801,41.4,9110,8802,-112.1,9110,8805,0.999947368,9201,8806,500000,9003,8807,0,9003,,,,,,
-26769,"NAD27 / Idaho Central",9003,4267,11102,9807,8801,41.4,9110,8802,-114,9110,8805,0.999947368,9201,8806,500000,9003,8807,0,9003,,,,,,
-26770,"NAD27 / Idaho West",9003,4267,11103,9807,8801,41.4,9110,8802,-115.45,9110,8805,0.999933333,9201,8806,500000,9003,8807,0,9003,,,,,,
-26771,"NAD27 / Illinois East",9003,4267,11201,9807,8801,36.4,9110,8802,-88.2,9110,8805,0.999975,9201,8806,500000,9003,8807,0,9003,,,,,,
-26772,"NAD27 / Illinois West",9003,4267,11202,9807,8801,36.4,9110,8802,-90.1,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
-26773,"NAD27 / Indiana East",9003,4267,11301,9807,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
-26774,"NAD27 / Indiana West",9003,4267,11302,9807,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
-26775,"NAD27 / Iowa North",9003,4267,11401,9802,8821,41.3,9110,8822,-93.3,9110,8823,43.16,9110,8824,42.04,9110,8826,2000000,9003,8827,0,9003,,,
-26776,"NAD27 / Iowa South",9003,4267,11402,9802,8821,40,9110,8822,-93.3,9110,8823,41.47,9110,8824,40.37,9110,8826,2000000,9003,8827,0,9003,,,
-26777,"NAD27 / Kansas North",9003,4267,11501,9802,8821,38.2,9110,8822,-98,9110,8823,39.47,9110,8824,38.43,9110,8826,2000000,9003,8827,0,9003,,,
-26778,"NAD27 / Kansas South",9003,4267,11502,9802,8821,36.4,9110,8822,-98.3,9110,8823,38.34,9110,8824,37.16,9110,8826,2000000,9003,8827,0,9003,,,
-26779,"NAD27 / Kentucky North",9003,4267,11601,9802,8821,37.3,9110,8822,-84.15,9110,8823,37.58,9110,8824,38.58,9110,8826,2000000,9003,8827,0,9003,,,
-26780,"NAD27 / Kentucky South",9003,4267,11602,9802,8821,36.2,9110,8822,-85.45,9110,8823,36.44,9110,8824,37.56,9110,8826,2000000,9003,8827,0,9003,,,
-26781,"NAD27 / Louisiana North",9003,4267,11701,9802,8821,30.4,9110,8822,-92.3,9110,8823,31.1,9110,8824,32.4,9110,8826,2000000,9003,8827,0,9003,,,
-26782,"NAD27 / Louisiana South",9003,4267,11702,9802,8821,28.4,9110,8822,-91.2,9110,8823,29.18,9110,8824,30.42,9110,8826,2000000,9003,8827,0,9003,,,
-26783,"NAD27 / Maine East",9003,4267,11801,9807,8801,43.5,9110,8802,-68.3,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
-26784,"NAD27 / Maine West",9003,4267,11802,9807,8801,42.5,9110,8802,-70.1,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
-26785,"NAD27 / Maryland",9003,4267,11900,9802,8821,37.5,9110,8822,-77,9110,8823,38.18,9110,8824,39.27,9110,8826,800000,9003,8827,0,9003,,,
-26786,"NAD27 / Massachusetts Mainland",9003,4267,12001,9802,8821,41,9110,8822,-71.3,9110,8823,41.43,9110,8824,42.41,9110,8826,600000,9003,8827,0,9003,,,
-26787,"NAD27 / Massachusetts Island",9003,4267,12002,9802,8821,41,9110,8822,-70.3,9110,8823,41.17,9110,8824,41.29,9110,8826,200000,9003,8827,0,9003,,,
-26791,"NAD27 / Minnesota North",9003,4267,12201,9802,8821,46.3,9110,8822,-93.06,9110,8823,47.02,9110,8824,48.38,9110,8826,2000000,9003,8827,0,9003,,,
-26792,"NAD27 / Minnesota Central",9003,4267,12202,9802,8821,45,9110,8822,-94.15,9110,8823,45.37,9110,8824,47.03,9110,8826,2000000,9003,8827,0,9003,,,
-26793,"NAD27 / Minnesota South",9003,4267,12203,9802,8821,43,9110,8822,-94,9110,8823,43.47,9110,8824,45.13,9110,8826,2000000,9003,8827,0,9003,,,
-26794,"NAD27 / Mississippi East",9003,4267,12301,9807,8801,29.4,9110,8802,-88.5,9110,8805,0.99996,9201,8806,500000,9003,8807,0,9003,,,,,,
-26795,"NAD27 / Mississippi West",9003,4267,12302,9807,8801,30.3,9110,8802,-90.2,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
-26796,"NAD27 / Missouri East",9003,4267,12401,9807,8801,35.5,9110,8802,-90.3,9110,8805,0.999933333,9201,8806,500000,9003,8807,0,9003,,,,,,
-26797,"NAD27 / Missouri Central",9003,4267,12402,9807,8801,35.5,9110,8802,-92.3,9110,8805,0.999933333,9201,8806,500000,9003,8807,0,9003,,,,,,
-26798,"NAD27 / Missouri West",9003,4267,12403,9807,8801,36.1,9110,8802,-94.3,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
-26799,"NAD27 / California zone VII",9003,4267,10408,9802,8821,34.08,9110,8822,-118.2,9110,8823,34.25,9110,8824,33.52,9110,8826,4186692.58,9003,8827,4160926.74,9003,,,
-26801,"NAD Michigan / Michigan East",9003,4268,12101,9807,8801,41.3,9110,8802,-83.4,9110,8805,0.999942857,9201,8806,500000,9003,8807,0,9003,,,,,,
-26802,"NAD Michigan / Michigan Old Central",9003,4268,12102,9807,8801,41.3,9110,8802,-85.45,9110,8805,0.999909091,9201,8806,500000,9003,8807,0,9003,,,,,,
-26803,"NAD Michigan / Michigan West",9003,4268,12103,9807,8801,41.3,9110,8802,-88.45,9110,8805,0.999909091,9201,8806,500000,9003,8807,0,9003,,,,,,
-26811,"NAD Michigan / Michigan North",9003,4268,12111,9802,8821,44.47,9110,8822,-87,9110,8823,45.29,9110,8824,47.05,9110,8826,2000000,9003,8827,0,9003,,,
-26812,"NAD Michigan / Michigan Central",9003,4268,12112,9802,8821,43.19,9110,8822,-84.2,9110,8823,44.11,9110,8824,45.42,9110,8826,2000000,9003,8827,0,9003,,,
-26813,"NAD Michigan / Michigan South",9003,4268,12113,9802,8821,41.3,9110,8822,-84.2,9110,8823,42.06,9110,8824,43.4,9110,8826,2000000,9003,8827,0,9003,,,
-26903,"NAD83 / UTM zone 3N",9001,4269,16003,9807,8801,0,9102,8802,-165,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26904,"NAD83 / UTM zone 4N",9001,4269,16004,9807,8801,0,9102,8802,-159,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26905,"NAD83 / UTM zone 5N",9001,4269,16005,9807,8801,0,9102,8802,-153,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26906,"NAD83 / UTM zone 6N",9001,4269,16006,9807,8801,0,9102,8802,-147,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26907,"NAD83 / UTM zone 7N",9001,4269,16007,9807,8801,0,9102,8802,-141,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26908,"NAD83 / UTM zone 8N",9001,4269,16008,9807,8801,0,9102,8802,-135,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26909,"NAD83 / UTM zone 9N",9001,4269,16009,9807,8801,0,9102,8802,-129,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26910,"NAD83 / UTM zone 10N",9001,4269,16010,9807,8801,0,9102,8802,-123,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26911,"NAD83 / UTM zone 11N",9001,4269,16011,9807,8801,0,9102,8802,-117,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26912,"NAD83 / UTM zone 12N",9001,4269,16012,9807,8801,0,9102,8802,-111,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26913,"NAD83 / UTM zone 13N",9001,4269,16013,9807,8801,0,9102,8802,-105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26914,"NAD83 / UTM zone 14N",9001,4269,16014,9807,8801,0,9102,8802,-99,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26915,"NAD83 / UTM zone 15N",9001,4269,16015,9807,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26916,"NAD83 / UTM zone 16N",9001,4269,16016,9807,8801,0,9102,8802,-87,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26917,"NAD83 / UTM zone 17N",9001,4269,16017,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26918,"NAD83 / UTM zone 18N",9001,4269,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26919,"NAD83 / UTM zone 19N",9001,4269,16019,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26920,"NAD83 / UTM zone 20N",9001,4269,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26921,"NAD83 / UTM zone 21N",9001,4269,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26922,"NAD83 / UTM zone 22N",9001,4269,16022,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26923,"NAD83 / UTM zone 23N",9001,4269,16023,9807,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-26929,"NAD83 / Alabama East",9001,4269,10131,9807,8801,30.3,9110,8802,-85.5,9110,8805,0.99996,9201,8806,200000,9001,8807,0,9001,,,,,,
-26930,"NAD83 / Alabama West",9001,4269,10132,9807,8801,30,9110,8802,-87.3,9110,8805,0.999933333,9201,8806,600000,9001,8807,0,9001,,,,,,
-26931,"NAD83 / Alaska zone 1",9001,4269,15031,9812,8806,5000000,9001,8807,-5000000,9001,8811,57,9110,8812,-133.4,9110,8813,323.07483685,9110,8814,323.07483685,9110,8815,0.9999,9201
-26932,"NAD83 / Alaska zone 2",9001,4269,15032,9807,8801,54,9102,8802,-142,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
-26933,"NAD83 / Alaska zone 3",9001,4269,15033,9807,8801,54,9102,8802,-146,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
-26934,"NAD83 / Alaska zone 4",9001,4269,15034,9807,8801,54,9102,8802,-150,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
-26935,"NAD83 / Alaska zone 5",9001,4269,15035,9807,8801,54,9102,8802,-154,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
-26936,"NAD83 / Alaska zone 6",9001,4269,15036,9807,8801,54,9102,8802,-158,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
-26937,"NAD83 / Alaska zone 7",9001,4269,15037,9807,8801,54,9102,8802,-162,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
-26938,"NAD83 / Alaska zone 8",9001,4269,15038,9807,8801,54,9102,8802,-166,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
-26939,"NAD83 / Alaska zone 9",9001,4269,15039,9807,8801,54,9102,8802,-170,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
-26940,"NAD83 / Alaska zone 10",9001,4269,15040,9802,8821,51,9110,8822,-176,9110,8823,53.5,9110,8824,51.5,9110,8826,1000000,9001,8827,0,9001,,,
-26941,"NAD83 / California zone 1",9001,4269,10431,9802,8821,39.2,9110,8822,-122,9110,8823,41.4,9110,8824,40,9110,8826,2000000,9001,8827,500000,9001,,,
-26942,"NAD83 / California zone 2",9001,4269,10432,9802,8821,37.4,9110,8822,-122,9110,8823,39.5,9110,8824,38.2,9110,8826,2000000,9001,8827,500000,9001,,,
-26943,"NAD83 / California zone 3",9001,4269,10433,9802,8821,36.3,9110,8822,-120.3,9110,8823,38.26,9110,8824,37.04,9110,8826,2000000,9001,8827,500000,9001,,,
-26944,"NAD83 / California zone 4",9001,4269,10434,9802,8821,35.2,9110,8822,-119,9110,8823,37.15,9110,8824,36,9110,8826,2000000,9001,8827,500000,9001,,,
-26945,"NAD83 / California zone 5",9001,4269,10435,9802,8821,33.3,9110,8822,-118,9110,8823,35.28,9110,8824,34.02,9110,8826,2000000,9001,8827,500000,9001,,,
-26946,"NAD83 / California zone 6",9001,4269,10436,9802,8821,32.1,9110,8822,-116.15,9110,8823,33.53,9110,8824,32.47,9110,8826,2000000,9001,8827,500000,9001,,,
-26948,"NAD83 / Arizona East",9001,4269,10231,9807,8801,31,9110,8802,-110.1,9110,8805,0.9999,9201,8806,213360,9001,8807,0,9001,,,,,,
-26949,"NAD83 / Arizona Central",9001,4269,10232,9807,8801,31,9110,8802,-111.55,9110,8805,0.9999,9201,8806,213360,9001,8807,0,9001,,,,,,
-26950,"NAD83 / Arizona West",9001,4269,10233,9807,8801,31,9110,8802,-113.45,9110,8805,0.999933333,9201,8806,213360,9001,8807,0,9001,,,,,,
-26951,"NAD83 / Arkansas North",9001,4269,10331,9802,8821,34.2,9110,8822,-92,9110,8823,36.14,9110,8824,34.56,9110,8826,400000,9001,8827,0,9001,,,
-26952,"NAD83 / Arkansas South",9001,4269,10332,9802,8821,32.4,9110,8822,-92,9110,8823,34.46,9110,8824,33.18,9110,8826,400000,9001,8827,400000,9001,,,
-26953,"NAD83 / Colorado North",9001,4269,10531,9802,8821,39.2,9110,8822,-105.3,9110,8823,40.47,9110,8824,39.43,9110,8826,914401.8289,9001,8827,304800.6096,9001,,,
-26954,"NAD83 / Colorado Central",9001,4269,10532,9802,8821,37.5,9110,8822,-105.3,9110,8823,39.45,9110,8824,38.27,9110,8826,914401.8289,9001,8827,304800.6096,9001,,,
-26955,"NAD83 / Colorado South",9001,4269,10533,9802,8821,36.4,9110,8822,-105.3,9110,8823,38.26,9110,8824,37.14,9110,8826,914401.8289,9001,8827,304800.6096,9001,,,
-26956,"NAD83 / Connecticut",9001,4269,10630,9802,8821,40.5,9110,8822,-72.45,9110,8823,41.52,9110,8824,41.12,9110,8826,304800.6096,9001,8827,152400.3048,9001,,,
-26957,"NAD83 / Delaware",9001,4269,10730,9807,8801,38,9110,8802,-75.25,9110,8805,0.999995,9201,8806,200000,9001,8807,0,9001,,,,,,
-26958,"NAD83 / Florida East",9001,4269,10931,9807,8801,24.2,9110,8802,-81,9110,8805,0.999941177,9201,8806,200000,9001,8807,0,9001,,,,,,
-26959,"NAD83 / Florida West",9001,4269,10932,9807,8801,24.2,9110,8802,-82,9110,8805,0.999941177,9201,8806,200000,9001,8807,0,9001,,,,,,
-26960,"NAD83 / Florida North",9001,4269,10933,9802,8821,29,9110,8822,-84.3,9110,8823,30.45,9110,8824,29.35,9110,8826,600000,9001,8827,0,9001,,,
-26961,"NAD83 / Hawaii zone 1",9001,4269,15131,9807,8801,18.5,9110,8802,-155.3,9110,8805,0.999966667,9201,8806,500000,9001,8807,0,9001,,,,,,
-26962,"NAD83 / Hawaii zone 2",9001,4269,15132,9807,8801,20.2,9110,8802,-156.4,9110,8805,0.999966667,9201,8806,500000,9001,8807,0,9001,,,,,,
-26963,"NAD83 / Hawaii zone 3",9001,4269,15133,9807,8801,21.1,9110,8802,-158,9110,8805,0.99999,9201,8806,500000,9001,8807,0,9001,,,,,,
-26964,"NAD83 / Hawaii zone 4",9001,4269,15134,9807,8801,21.5,9110,8802,-159.3,9110,8805,0.99999,9201,8806,500000,9001,8807,0,9001,,,,,,
-26965,"NAD83 / Hawaii zone 5",9001,4269,15135,9807,8801,21.4,9110,8802,-160.1,9110,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-26966,"NAD83 / Georgia East",9001,4269,11031,9807,8801,30,9110,8802,-82.1,9110,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-26967,"NAD83 / Georgia West",9001,4269,11032,9807,8801,30,9110,8802,-84.1,9110,8805,0.9999,9201,8806,700000,9001,8807,0,9001,,,,,,
-26968,"NAD83 / Idaho East",9001,4269,11131,9807,8801,41.4,9110,8802,-112.1,9110,8805,0.999947368,9201,8806,200000,9001,8807,0,9001,,,,,,
-26969,"NAD83 / Idaho Central",9001,4269,11132,9807,8801,41.4,9110,8802,-114,9110,8805,0.999947368,9201,8806,500000,9001,8807,0,9001,,,,,,
-26970,"NAD83 / Idaho West",9001,4269,11133,9807,8801,41.4,9110,8802,-115.45,9110,8805,0.999933333,9201,8806,800000,9001,8807,0,9001,,,,,,
-26971,"NAD83 / Illinois East",9001,4269,11231,9807,8801,36.4,9110,8802,-88.2,9110,8805,0.999975,9201,8806,300000,9001,8807,0,9001,,,,,,
-26972,"NAD83 / Illinois West",9001,4269,11232,9807,8801,36.4,9110,8802,-90.1,9110,8805,0.999941177,9201,8806,700000,9001,8807,0,9001,,,,,,
-26973,"NAD83 / Indiana East",9001,4269,11331,9807,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,100000,9001,8807,250000,9001,,,,,,
-26974,"NAD83 / Indiana West",9001,4269,11332,9807,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,900000,9001,8807,250000,9001,,,,,,
-26975,"NAD83 / Iowa North",9001,4269,11431,9802,8821,41.3,9110,8822,-93.3,9110,8823,43.16,9110,8824,42.04,9110,8826,1500000,9001,8827,1000000,9001,,,
-26976,"NAD83 / Iowa South",9001,4269,11432,9802,8821,40,9110,8822,-93.3,9110,8823,41.47,9110,8824,40.37,9110,8826,500000,9001,8827,0,9001,,,
-26977,"NAD83 / Kansas North",9001,4269,11531,9802,8821,38.2,9110,8822,-98,9110,8823,39.47,9110,8824,38.43,9110,8826,400000,9001,8827,0,9001,,,
-26978,"NAD83 / Kansas South",9001,4269,11532,9802,8821,36.4,9110,8822,-98.3,9110,8823,38.34,9110,8824,37.16,9110,8826,400000,9001,8827,400000,9001,,,
-26979,"NAD83 / Kentucky North",9001,4269,11631,9802,8821,37.3,9110,8822,-84.15,9110,8823,37.58,9110,8824,37.58,9110,8826,500000,9001,8827,0,9001,,,
-26980,"NAD83 / Kentucky South",9001,4269,11632,9802,8821,36.2,9110,8822,-85.45,9110,8823,37.56,9110,8824,36.44,9110,8826,500000,9001,8827,500000,9001,,,
-26981,"NAD83 / Louisiana North",9001,4269,11731,9802,8821,30.3,9110,8822,-92.3,9110,8823,32.4,9110,8824,31.1,9110,8826,1000000,9001,8827,0,9001,,,
-26982,"NAD83 / Louisiana South",9001,4269,11732,9802,8821,28.3,9110,8822,-91.2,9110,8823,30.42,9110,8824,29.18,9110,8826,1000000,9001,8827,0,9001,,,
-26983,"NAD83 / Maine East",9001,4269,11831,9807,8801,43.4,9110,8802,-68.3,9110,8805,0.9999,9201,8806,300000,9001,8807,0,9001,,,,,,
-26984,"NAD83 / Maine West",9001,4269,11832,9807,8801,42.5,9110,8802,-70.1,9110,8805,0.999966667,9201,8806,900000,9001,8807,0,9001,,,,,,
-26985,"NAD83 / Maryland",9001,4269,11930,9802,8821,37.4,9110,8822,-77,9110,8823,39.27,9110,8824,38.18,9110,8826,400000,9001,8827,0,9001,,,
-26986,"NAD83 / Massachusetts Mainland",9001,4269,12031,9802,8821,41,9110,8822,-71.3,9110,8823,42.41,9110,8824,41.43,9110,8826,200000,9001,8827,750000,9001,,,
-26987,"NAD83 / Massachusetts Island",9001,4269,12032,9802,8821,41,9110,8822,-70.3,9110,8823,41.29,9110,8824,41.17,9110,8826,500000,9001,8827,0,9001,,,
-26988,"NAD83 / Michigan North",9001,4269,12141,9802,8821,44.47,9110,8822,-87,9110,8823,47.05,9110,8824,45.29,9110,8826,8000000,9001,8827,0,9001,,,
-26989,"NAD83 / Michigan Central",9001,4269,12142,9802,8821,43.19,9110,8822,-84.22,9110,8823,45.42,9110,8824,44.11,9110,8826,6000000,9001,8827,0,9001,,,
-26990,"NAD83 / Michigan South",9001,4269,12143,9802,8821,41.3,9110,8822,-84.22,9110,8823,43.4,9110,8824,42.06,9110,8826,4000000,9001,8827,0,9001,,,
-26991,"NAD83 / Minnesota North",9001,4269,12231,9802,8821,46.3,9110,8822,-93.06,9110,8823,48.38,9110,8824,47.02,9110,8826,800000,9001,8827,100000,9001,,,
-26992,"NAD83 / Minnesota Central",9001,4269,12232,9802,8821,45,9110,8822,-94.15,9110,8823,47.03,9110,8824,45.37,9110,8826,800000,9001,8827,100000,9001,,,
-26993,"NAD83 / Minnesota South",9001,4269,12233,9802,8821,43,9110,8822,-94,9110,8823,45.13,9110,8824,43.47,9110,8826,800000,9001,8827,100000,9001,,,
-26994,"NAD83 / Mississippi East",9001,4269,12331,9807,8801,29.3,9110,8802,-88.5,9110,8805,0.99995,9201,8806,300000,9001,8807,0,9001,,,,,,
-26995,"NAD83 / Mississippi West",9001,4269,12332,9807,8801,29.3,9110,8802,-90.2,9110,8805,0.99995,9201,8806,700000,9001,8807,0,9001,,,,,,
-26996,"NAD83 / Missouri East",9001,4269,12431,9807,8801,35.5,9110,8802,-90.3,9110,8805,0.999933333,9201,8806,250000,9001,8807,0,9001,,,,,,
-26997,"NAD83 / Missouri Central",9001,4269,12432,9807,8801,35.5,9110,8802,-92.3,9110,8805,0.999933333,9201,8806,500000,9001,8807,0,9001,,,,,,
-26998,"NAD83 / Missouri West",9001,4269,12433,9807,8801,36.1,9110,8802,-94.3,9110,8805,0.999941177,9201,8806,850000,9001,8807,0,9001,,,,,,
-27038,"Nahrwan 1967 / UTM zone 38N",9001,4270,16038,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-27039,"Nahrwan 1967 / UTM zone 39N",9001,4270,16039,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-27040,"Nahrwan 1967 / UTM zone 40N",9001,4270,16040,9807,8801,0,9102,8802,57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-27120,"Naparima 1972 / UTM zone 20N",9001,4271,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-27200,"NZGD49 / New Zealand Map Grid",9001,4272,19917,9811,8801,-41,9102,8802,173,9102,8806,2510000,9001,8807,6023150,9001,,,,,,,,,
-27205,"NZGD49 / Mount Eden Circuit",9001,4272,17901,9807,8801,-36.5247515,9110,8802,174.45516217,9110,8805,0.9999,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27206,"NZGD49 / Bay of Plenty Circuit",9001,4272,17902,9807,8801,-37.45404993,9110,8802,176.27583101,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27207,"NZGD49 / Poverty Bay Circuit",9001,4272,17903,9807,8801,-38.372893,9110,8802,177.53082906,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27208,"NZGD49 / Hawkes Bay Circuit",9001,4272,17904,9807,8801,-39.39033455,9110,8802,176.40252499,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27209,"NZGD49 / Taranaki Circuit",9001,4272,17905,9807,8801,-39.08087299,9110,8802,174.13408423,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27210,"NZGD49 / Tuhirangi Circuit",9001,4272,17906,9807,8801,-39.30448934,9110,8802,175.38241325,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27211,"NZGD49 / Wanganui Circuit",9001,4272,17907,9807,8801,-40.14310097,9110,8802,175.29171586,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27212,"NZGD49 / Wairarapa Circuit",9001,4272,17908,9807,8801,-40.55319175,9110,8802,175.38504588,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27213,"NZGD49 / Wellington Circuit",9001,4272,17909,9807,8801,-41.18047507,9110,8802,174.46358432,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27214,"NZGD49 / Collingwood Circuit",9001,4272,17910,9807,8801,-40.42531326,9110,8802,172.40193674,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27215,"NZGD49 / Nelson Circuit",9001,4272,17911,9807,8801,-41.1628361,9110,8802,173.17575405,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27216,"NZGD49 / Karamea Circuit",9001,4272,17912,9807,8801,-41.17236815,9110,8802,172.06325015,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27217,"NZGD49 / Buller Circuit",9001,4272,17913,9807,8801,-41.48388903,9110,8802,171.34525362,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27218,"NZGD49 / Grey Circuit",9001,4272,17914,9807,8801,-42.20012994,9110,8802,171.32591767,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27219,"NZGD49 / Amuri Circuit",9001,4272,17915,9807,8801,-42.41208197,9110,8802,173.00364802,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27220,"NZGD49 / Marlborough Circuit",9001,4272,17916,9807,8801,-41.3240152,9110,8802,173.48074668,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27221,"NZGD49 / Hokitika Circuit",9001,4272,17917,9807,8801,-42.53107605,9110,8802,170.58479766,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27222,"NZGD49 / Okarito Circuit",9001,4272,17918,9807,8801,-43.06364613,9110,8802,170.1539333,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27223,"NZGD49 / Jacksons Bay Circuit",9001,4272,17919,9807,8801,-43.58400904,9110,8802,168.36225612,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27224,"NZGD49 / Mount Pleasant Circuit",9001,4272,17920,9807,8801,-43.35262953,9110,8802,172.43378969,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27225,"NZGD49 / Gawler Circuit",9001,4272,17921,9807,8801,-43.44553616,9110,8802,171.21386945,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27226,"NZGD49 / Timaru Circuit",9001,4272,17922,9807,8801,-44.24079933,9110,8802,171.0326103,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27227,"NZGD49 / Lindis Peak Circuit",9001,4272,17923,9807,8801,-44.44069647,9110,8802,169.28039183,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27228,"NZGD49 / Mount Nicholas Circuit",9001,4272,17924,9807,8801,-45.07584493,9110,8802,168.23551083,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27229,"NZGD49 / Mount York Circuit",9001,4272,17925,9807,8801,-45.33494142,9110,8802,167.44199024,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27230,"NZGD49 / Observation Point Circuit",9001,4272,17926,9807,8801,-45.48583078,9110,8802,170.37429426,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27231,"NZGD49 / North Taieri Circuit",9001,4272,17927,9807,8801,-45.51414481,9110,8802,170.16573208,9110,8805,0.99996,9201,8806,300000,9001,8807,700000,9001,,,,,,
-27232,"NZGD49 / Bluff Circuit",9001,4272,17928,9807,8801,-46.36000346,9110,8802,168.20343392,9110,8805,1,9201,8806,300002.66,9001,8807,699999.58,9001,,,,,,
-27258,"NZGD49 / UTM zone 58S",9001,4272,16158,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-27259,"NZGD49 / UTM zone 59S",9001,4272,16159,9807,8801,0,9102,8802,171,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-27260,"NZGD49 / UTM zone 60S",9001,4272,16160,9807,8801,0,9102,8802,177,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-27291,"NZGD49 / North Island Grid",9040,4272,18141,9807,8801,-39,9110,8802,175.3,9110,8805,1,9201,8806,300000,9040,8807,400000,9040,,,,,,
-27292,"NZGD49 / South Island Grid",9040,4272,18142,9807,8801,-44,9110,8802,171.3,9110,8805,1,9201,8806,500000,9040,8807,500000,9040,,,,,,
-27391,"NGO 1948 (Oslo) / NGO zone I",9001,4817,18221,9807,8801,58,9110,8802,-4.4,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-27392,"NGO 1948 (Oslo) / NGO zone II",9001,4817,18222,9807,8801,58,9110,8802,-2.2,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-27393,"NGO 1948 (Oslo) / NGO zone III",9001,4817,18223,9807,8801,58,9110,8802,0,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-27394,"NGO 1948 (Oslo) / NGO zone IV",9001,4817,18224,9807,8801,58,9110,8802,2.3,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-27395,"NGO 1948 (Oslo) / NGO zone V",9001,4817,18225,9807,8801,58,9110,8802,6.1,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-27396,"NGO 1948 (Oslo) / NGO zone VI",9001,4817,18226,9807,8801,58,9110,8802,10.1,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-27397,"NGO 1948 (Oslo) / NGO zone VII",9001,4817,18227,9807,8801,58,9110,8802,14.1,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-27398,"NGO 1948 (Oslo) / NGO zone VIII",9001,4817,18228,9807,8801,58,9110,8802,18.2,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-27429,"Datum 73 / UTM zone 29N",9001,4274,16029,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-27492,"Datum 73 / Modified Portuguese Grid",9001,4274,19974,9807,8801,39.4,9110,8802,-8.0754862,9110,8805,1,9201,8806,180.598,9001,8807,-86.99,9001,,,,,,
-27500,"ATF (Paris) / Nord de Guerre",9001,4901,19903,9801,8801,55,9105,8802,6,9105,8805,0.99950908,9201,8806,500000,9001,8807,300000,9001,,,,,,
-27561,"NTF (Paris) / Lambert Nord France",9001,4807,18091,9801,8801,55,9105,8802,0,9105,8805,0.999877341,9201,8806,600000,9001,8807,200000,9001,,,,,,
-27562,"NTF (Paris) / Lambert Centre France",9001,4807,18092,9801,8801,52,9105,8802,0,9105,8805,0.99987742,9201,8806,600000,9001,8807,200000,9001,,,,,,
-27563,"NTF (Paris) / Lambert Sud France",9001,4807,18093,9801,8801,49,9105,8802,0,9105,8805,0.999877499,9201,8806,600000,9001,8807,200000,9001,,,,,,
-27564,"NTF (Paris) / Lambert Corse",9001,4807,18094,9801,8801,46.85,9105,8802,0,9105,8805,0.99994471,9201,8806,234.358,9001,8807,185861.369,9001,,,,,,
-27571,"NTF (Paris) / Lambert zone I",9001,4807,18081,9801,8801,55,9105,8802,0,9105,8805,0.999877341,9201,8806,600000,9001,8807,1200000,9001,,,,,,
-27572,"NTF (Paris) / Lambert zone II",9001,4807,18082,9801,8801,52,9105,8802,0,9105,8805,0.99987742,9201,8806,600000,9001,8807,2200000,9001,,,,,,
-27573,"NTF (Paris) / Lambert zone III",9001,4807,18083,9801,8801,49,9105,8802,0,9105,8805,0.999877499,9201,8806,600000,9001,8807,3200000,9001,,,,,,
-27574,"NTF (Paris) / Lambert zone IV",9001,4807,18084,9801,8801,46.85,9105,8802,0,9105,8805,0.99994471,9201,8806,234.358,9001,8807,4185861.369,9001,,,,,,
-27581,"NTF (Paris) / France I",9001,4807,18081,9801,8801,55,9105,8802,0,9105,8805,0.999877341,9201,8806,600000,9001,8807,1200000,9001,,,,,,
-27582,"NTF (Paris) / France II",9001,4807,18082,9801,8801,52,9105,8802,0,9105,8805,0.99987742,9201,8806,600000,9001,8807,2200000,9001,,,,,,
-27583,"NTF (Paris) / France III",9001,4807,18083,9801,8801,49,9105,8802,0,9105,8805,0.999877499,9201,8806,600000,9001,8807,3200000,9001,,,,,,
-27584,"NTF (Paris) / France IV",9001,4807,18084,9801,8801,46.85,9105,8802,0,9105,8805,0.99994471,9201,8806,234.358,9001,8807,4185861.369,9001,,,,,,
-27591,"NTF (Paris) / Nord France",9001,4807,18091,9801,8801,55,9105,8802,0,9105,8805,0.999877341,9201,8806,600000,9001,8807,200000,9001,,,,,,
-27592,"NTF (Paris) / Centre France",9001,4807,18092,9801,8801,52,9105,8802,0,9105,8805,0.99987742,9201,8806,600000,9001,8807,200000,9001,,,,,,
-27593,"NTF (Paris) / Sud France",9001,4807,18093,9801,8801,49,9105,8802,0,9105,8805,0.999877499,9201,8806,600000,9001,8807,200000,9001,,,,,,
-27594,"NTF (Paris) / Corse",9001,4807,18094,9801,8801,46.85,9105,8802,0,9105,8805,0.99994471,9201,8806,234.358,9001,8807,185861.369,9001,,,,,,
-27700,"OSGB 1936 / British National Grid",9001,4277,19916,9807,8801,49,9102,8802,-2,9102,8805,0.9996012717,9201,8806,400000,9001,8807,-100000,9001,,,,,,
-28191,"Palestine 1923 / Palestine Grid",9001,4281,18201,9806,8801,31.4402749,9110,8802,35.124349,9110,8806,170251.555,9001,8807,126867.909,9001,,,,,,,,,
-28192,"Palestine 1923 / Palestine Belt",9001,4281,18202,9807,8801,31.4402749,9110,8802,35.124349,9110,8805,1,9201,8806,170251.555,9001,8807,1126867.909,9001,,,,,,
-28193,"Palestine 1923 / Israeli CS Grid",9001,4281,18203,9806,8801,31.4402749,9110,8802,35.124349,9110,8806,170251.555,9001,8807,1126867.909,9001,,,,,,,,,
-28232,"Pointe Noire / UTM zone 32S",9001,4282,16132,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-28348,"GDA94 / MGA zone 48",9001,4283,17348,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-28349,"GDA94 / MGA zone 49",9001,4283,17349,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-28350,"GDA94 / MGA zone 50",9001,4283,17350,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-28351,"GDA94 / MGA zone 51",9001,4283,17351,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-28352,"GDA94 / MGA zone 52",9001,4283,17352,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-28353,"GDA94 / MGA zone 53",9001,4283,17353,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-28354,"GDA94 / MGA zone 54",9001,4283,17354,9807,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-28355,"GDA94 / MGA zone 55",9001,4283,17355,9807,8801,0,9102,8802,147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-28356,"GDA94 / MGA zone 56",9001,4283,17356,9807,8801,0,9102,8802,153,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-28357,"GDA94 / MGA zone 57",9001,4283,17357,9807,8801,0,9102,8802,159,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-28358,"GDA94 / MGA zone 58",9001,4283,17358,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-28402,"Pulkovo 1942 / Gauss-Kruger zone 2",9001,4284,16202,9807,8801,0,9102,8802,9,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
-28403,"Pulkovo 1942 / Gauss-Kruger zone 3",9001,4284,16203,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,3500000,9001,8807,0,9001,,,,,,
-28404,"Pulkovo 1942 / Gauss-Kruger zone 4",9001,4284,16204,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-28405,"Pulkovo 1942 / Gauss-Kruger zone 5",9001,4284,16205,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,5500000,9001,8807,0,9001,,,,,,
-28406,"Pulkovo 1942 / Gauss-Kruger zone 6",9001,4284,16206,9807,8801,0,9102,8802,33,9102,8805,1,9201,8806,6500000,9001,8807,0,9001,,,,,,
-28407,"Pulkovo 1942 / Gauss-Kruger zone 7",9001,4284,16207,9807,8801,0,9102,8802,39,9102,8805,1,9201,8806,7500000,9001,8807,0,9001,,,,,,
-28408,"Pulkovo 1942 / Gauss-Kruger zone 8",9001,4284,16208,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,8500000,9001,8807,0,9001,,,,,,
-28409,"Pulkovo 1942 / Gauss-Kruger zone 9",9001,4284,16209,9807,8801,0,9102,8802,51,9102,8805,1,9201,8806,9500000,9001,8807,0,9001,,,,,,
-28410,"Pulkovo 1942 / Gauss-Kruger zone 10",9001,4284,16210,9807,8801,0,9102,8802,57,9102,8805,1,9201,8806,10500000,9001,8807,0,9001,,,,,,
-28411,"Pulkovo 1942 / Gauss-Kruger zone 11",9001,4284,16211,9807,8801,0,9102,8802,63,9102,8805,1,9201,8806,11500000,9001,8807,0,9001,,,,,,
-28412,"Pulkovo 1942 / Gauss-Kruger zone 12",9001,4284,16212,9807,8801,0,9102,8802,69,9102,8805,1,9201,8806,12500000,9001,8807,0,9001,,,,,,
-28413,"Pulkovo 1942 / Gauss-Kruger zone 13",9001,4284,16213,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,13500000,9001,8807,0,9001,,,,,,
-28414,"Pulkovo 1942 / Gauss-Kruger zone 14",9001,4284,16214,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,14500000,9001,8807,0,9001,,,,,,
-28415,"Pulkovo 1942 / Gauss-Kruger zone 15",9001,4284,16215,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,15500000,9001,8807,0,9001,,,,,,
-28416,"Pulkovo 1942 / Gauss-Kruger zone 16",9001,4284,16216,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,16500000,9001,8807,0,9001,,,,,,
-28417,"Pulkovo 1942 / Gauss-Kruger zone 17",9001,4284,16217,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,17500000,9001,8807,0,9001,,,,,,
-28418,"Pulkovo 1942 / Gauss-Kruger zone 18",9001,4284,16218,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,18500000,9001,8807,0,9001,,,,,,
-28419,"Pulkovo 1942 / Gauss-Kruger zone 19",9001,4284,16219,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,19500000,9001,8807,0,9001,,,,,,
-28420,"Pulkovo 1942 / Gauss-Kruger zone 20",9001,4284,16220,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,20500000,9001,8807,0,9001,,,,,,
-28421,"Pulkovo 1942 / Gauss-Kruger zone 21",9001,4284,16221,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,21500000,9001,8807,0,9001,,,,,,
-28422,"Pulkovo 1942 / Gauss-Kruger zone 22",9001,4284,16222,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,22500000,9001,8807,0,9001,,,,,,
-28423,"Pulkovo 1942 / Gauss-Kruger zone 23",9001,4284,16223,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,23500000,9001,8807,0,9001,,,,,,
-28424,"Pulkovo 1942 / Gauss-Kruger zone 24",9001,4284,16224,9807,8801,0,9102,8802,141,9102,8805,1,9201,8806,24500000,9001,8807,0,9001,,,,,,
-28425,"Pulkovo 1942 / Gauss-Kruger zone 25",9001,4284,16225,9807,8801,0,9102,8802,147,9102,8805,1,9201,8806,25500000,9001,8807,0,9001,,,,,,
-28426,"Pulkovo 1942 / Gauss-Kruger zone 26",9001,4284,16226,9807,8801,0,9102,8802,153,9102,8805,1,9201,8806,26500000,9001,8807,0,9001,,,,,,
-28427,"Pulkovo 1942 / Gauss-Kruger zone 27",9001,4284,16227,9807,8801,0,9102,8802,159,9102,8805,1,9201,8806,27500000,9001,8807,0,9001,,,,,,
-28428,"Pulkovo 1942 / Gauss-Kruger zone 28",9001,4284,16228,9807,8801,0,9102,8802,165,9102,8805,1,9201,8806,28500000,9001,8807,0,9001,,,,,,
-28429,"Pulkovo 1942 / Gauss-Kruger zone 29",9001,4284,16229,9807,8801,0,9102,8802,171,9102,8805,1,9201,8806,29500000,9001,8807,0,9001,,,,,,
-28430,"Pulkovo 1942 / Gauss-Kruger zone 30",9001,4284,16230,9807,8801,0,9102,8802,177,9102,8805,1,9201,8806,30500000,9001,8807,0,9001,,,,,,
-28431,"Pulkovo 1942 / Gauss-Kruger zone 31",9001,4284,16231,9807,8801,0,9102,8802,-177,9102,8805,1,9201,8806,31500000,9001,8807,0,9001,,,,,,
-28432,"Pulkovo 1942 / Gauss-Kruger zone 32",9001,4284,16232,9807,8801,0,9102,8802,-171,9102,8805,1,9201,8806,32500000,9001,8807,0,9001,,,,,,
-28462,"Pulkovo 1942 / Gauss-Kruger 2N",9001,4284,16302,9807,8801,0,9102,8802,9,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28463,"Pulkovo 1942 / Gauss-Kruger 3N",9001,4284,16303,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28464,"Pulkovo 1942 / Gauss-Kruger 4N",9001,4284,16304,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28465,"Pulkovo 1942 / Gauss-Kruger 5N",9001,4284,16305,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28466,"Pulkovo 1942 / Gauss-Kruger 6N",9001,4284,16306,9807,8801,0,9102,8802,33,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28467,"Pulkovo 1942 / Gauss-Kruger 7N",9001,4284,16307,9807,8801,0,9102,8802,39,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28468,"Pulkovo 1942 / Gauss-Kruger 8N",9001,4284,16308,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28469,"Pulkovo 1942 / Gauss-Kruger 9N",9001,4284,16309,9807,8801,0,9102,8802,51,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28470,"Pulkovo 1942 / Gauss-Kruger 10N",9001,4284,16310,9807,8801,0,9102,8802,57,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28471,"Pulkovo 1942 / Gauss-Kruger 11N",9001,4284,16311,9807,8801,0,9102,8802,63,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28472,"Pulkovo 1942 / Gauss-Kruger 12N",9001,4284,16312,9807,8801,0,9102,8802,69,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28473,"Pulkovo 1942 / Gauss-Kruger 13N",9001,4284,16313,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28474,"Pulkovo 1942 / Gauss-Kruger 14N",9001,4284,16314,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28475,"Pulkovo 1942 / Gauss-Kruger 15N",9001,4284,16315,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28476,"Pulkovo 1942 / Gauss-Kruger 16N",9001,4284,16316,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28477,"Pulkovo 1942 / Gauss-Kruger 17N",9001,4284,16317,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28478,"Pulkovo 1942 / Gauss-Kruger 18N",9001,4284,16318,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28479,"Pulkovo 1942 / Gauss-Kruger 19N",9001,4284,16319,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28480,"Pulkovo 1942 / Gauss-Kruger 20N",9001,4284,16320,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28481,"Pulkovo 1942 / Gauss-Kruger 21N",9001,4284,16321,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28482,"Pulkovo 1942 / Gauss-Kruger 22N",9001,4284,16322,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28483,"Pulkovo 1942 / Gauss-Kruger 23N",9001,4284,16323,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28484,"Pulkovo 1942 / Gauss-Kruger 24N",9001,4284,16324,9807,8801,0,9102,8802,141,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28485,"Pulkovo 1942 / Gauss-Kruger 25N",9001,4284,16325,9807,8801,0,9102,8802,147,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28486,"Pulkovo 1942 / Gauss-Kruger 26N",9001,4284,16326,9807,8801,0,9102,8802,153,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28487,"Pulkovo 1942 / Gauss-Kruger 27N",9001,4284,16327,9807,8801,0,9102,8802,159,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28488,"Pulkovo 1942 / Gauss-Kruger 28N",9001,4284,16328,9807,8801,0,9102,8802,165,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28489,"Pulkovo 1942 / Gauss-Kruger 29N",9001,4284,16329,9807,8801,0,9102,8802,171,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28490,"Pulkovo 1942 / Gauss-Kruger 30N",9001,4284,16330,9807,8801,0,9102,8802,177,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28491,"Pulkovo 1942 / Gauss-Kruger 31N",9001,4284,16331,9807,8801,0,9102,8802,-177,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28492,"Pulkovo 1942 / Gauss-Kruger 32N",9001,4284,16332,9807,8801,0,9102,8802,-171,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-28600,"Qatar 1974 / Qatar National Grid",9001,4285,19919,9807,8801,24.27,9110,8802,51.13,9110,8805,0.99999,9201,8806,200000,9001,8807,300000,9001,,,,,,
-28991,"Amersfoort / RD Old",9001,4289,19913,9809,8801,52.0922178,9110,8802,5.23155,9110,8805,0.9999079,9201,8806,0,9001,8807,0,9001,,,,,,
-28992,"Amersfoort / RD New",9001,4289,19914,9809,8801,52.0922178,9110,8802,5.23155,9110,8805,0.9999079,9201,8806,155000,9001,8807,463000,9001,,,,,,
-29100,"SAD69 / Brazil Polyconic",9001,4291,19941,9818,8801,0,9102,8802,-54,9102,8806,5000000,9001,8807,10000000,9001,,,,,,,,,
-29101,"SAD69 / Brazil Polyconic",9001,4618,19941,9818,8801,0,9102,8802,-54,9102,8806,5000000,9001,8807,10000000,9001,,,,,,,,,
-29118,"SAD69 / UTM zone 18N",9001,4291,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-29119,"SAD69 / UTM zone 19N",9001,4291,16019,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-29120,"SAD69 / UTM zone 20N",9001,4291,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-29121,"SAD69 / UTM zone 21N",9001,4291,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-29122,"SAD69 / UTM zone 22N",9001,4291,16022,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-29168,"SAD69 / UTM zone 18N",9001,4618,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-29169,"SAD69 / UTM zone 19N",9001,4618,16019,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-29170,"SAD69 / UTM zone 20N",9001,4618,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-29171,"SAD69 / UTM zone 21N",9001,4618,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-29172,"SAD69 / UTM zone 22N",9001,4618,16022,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-29177,"SAD69 / UTM zone 17S",9001,4291,16117,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29178,"SAD69 / UTM zone 18S",9001,4291,16118,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29179,"SAD69 / UTM zone 19S",9001,4291,16119,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29180,"SAD69 / UTM zone 20S",9001,4291,16120,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29181,"SAD69 / UTM zone 21S",9001,4291,16121,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29182,"SAD69 / UTM zone 22S",9001,4291,16122,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29183,"SAD69 / UTM zone 23S",9001,4291,16123,9807,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29184,"SAD69 / UTM zone 24S",9001,4291,16124,9807,8801,0,9102,8802,-39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29185,"SAD69 / UTM zone 25S",9001,4291,16125,9807,8801,0,9102,8802,-33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29187,"SAD69 / UTM zone 17S",9001,4618,16117,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29188,"SAD69 / UTM zone 18S",9001,4618,16118,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29189,"SAD69 / UTM zone 19S",9001,4618,16119,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29190,"SAD69 / UTM zone 20S",9001,4618,16120,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29191,"SAD69 / UTM zone 21S",9001,4618,16121,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29192,"SAD69 / UTM zone 22S",9001,4618,16122,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29193,"SAD69 / UTM zone 23S",9001,4618,16123,9807,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29194,"SAD69 / UTM zone 24S",9001,4618,16124,9807,8801,0,9102,8802,-39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29195,"SAD69 / UTM zone 25S",9001,4618,16125,9807,8801,0,9102,8802,-33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29220,"Sapper Hill 1943 / UTM zone 20S",9001,4292,16120,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29221,"Sapper Hill 1943 / UTM zone 21S",9001,4292,16121,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29333,"Schwarzeck / UTM zone 33S",9001,4293,16133,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29371,South West African Coord. System zone 11,9031,4293,17611,9808,8801,-22,9102,8802,11,9102,8805,1,9201,8806,0,9031,8807,0,9031,,,,,,
-29373,South West African Coord. System zone 13,9031,4293,17613,9808,8801,-22,9102,8802,13,9102,8805,1,9201,8806,0,9031,8807,0,9031,,,,,,
-29375,South West African Coord. System zone 15,9031,4293,17615,9808,8801,-22,9102,8802,15,9102,8805,1,9201,8806,0,9031,8807,0,9031,,,,,,
-29377,South West African Coord. System zone 17,9031,4293,17617,9808,8801,-22,9102,8802,17,9102,8805,1,9201,8806,0,9031,8807,0,9031,,,,,,
-29379,South West African Coord. System zone 19,9031,4293,17619,9808,8801,-22,9102,8802,19,9102,8805,1,9201,8806,0,9031,8807,0,9031,,,,,,
-29381,South West African Coord. System zone 21,9031,4293,17621,9808,8801,-22,9102,8802,21,9102,8805,1,9201,8806,0,9031,8807,0,9031,,,,,,
-29383,South West African Coord. System zone 23,9031,4293,17623,9808,8801,-22,9102,8802,23,9102,8805,1,9201,8806,0,9031,8807,0,9031,,,,,,
-29385,South West African Coord. System zone 25,9031,4293,17625,9808,8801,-22,9102,8802,25,9102,8805,1,9201,8806,0,9031,8807,0,9031,,,,,,
-29635,"Sudan / UTM zone 35N",9001,4296,16035,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-29636,"Sudan / UTM zone 36N",9001,4296,16036,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-29700,"Tananarive (Paris) / Laborde Grid",9001,4810,19911,9815,8811,-21,9105,8812,49,9105,8813,21,9105,8814,21,9105,8815,0.9995,9201,8816,400000,9001,8817,800000,9001
-29738,"Tananarive / UTM zone 38S",9001,4297,16138,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29739,"Tananarive / UTM zone 39S",9001,4297,16139,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-29849,"Timbalai 1948 / UTM zone 49N",9001,4298,16049,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-29850,"Timbalai 1948 / UTM zone 50N",9001,4298,16050,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-29871,"Timbalai 1948 / R.S.O. Borneo (ch)",9042,4298,19956,9815,8811,4,9110,8812,115,9110,8813,53.18569537,9110,8814,53.07483685,9110,8815,0.99984,9201,8816,29352.4763,9042,8817,22014.3572,9042
-29872,"Timbalai 1948 / R.S.O. Borneo (ft)",9041,4298,19957,9815,8811,4,9110,8812,115,9110,8813,53.18569537,9110,8814,53.07483685,9110,8815,0.99984,9201,8816,1937263.44,9041,8817,1452947.58,9041
-29873,"Timbalai 1948 / R.S.O. Borneo (m)",9001,4298,19958,9815,8811,4,9110,8812,115,9110,8813,53.18569537,9110,8814,53.07483685,9110,8815,0.99984,9201,8816,590476.87,9001,8817,442857.65,9001
-29900,"TM65 / Irish National Grid",9001,4299,19908,9807,8801,53.3,9110,8802,-8,9110,8805,1.000035,9201,8806,200000,9001,8807,250000,9001,,,,,,
-29901,"OSNI 1952 / Irish National Grid",9001,4188,19973,9807,8801,53.3,9110,8802,-8,9110,8805,1,9201,8806,200000,9001,8807,250000,9001,,,,,,
-29902,"TM65 / Irish Grid",9001,4299,19972,9807,8801,53.3,9110,8802,-8,9110,8805,1.000035,9201,8806,200000,9001,8807,250000,9001,,,,,,
-29903,"TM75 / Irish Grid",9001,4300,19972,9807,8801,53.3,9110,8802,-8,9110,8805,1.000035,9201,8806,200000,9001,8807,250000,9001,,,,,,
-30161,"Tokyo / Japan Plane Rectangular CS I",9001,4301,17801,9807,8801,33,9110,8802,129.3,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30162,"Tokyo / Japan Plane Rectangular CS II",9001,4301,17802,9807,8801,33,9110,8802,131,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30163,"Tokyo / Japan Plane Rectangular CS III",9001,4301,17803,9807,8801,36,9110,8802,132.1,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30164,"Tokyo / Japan Plane Rectangular CS IV",9001,4301,17804,9807,8801,33,9110,8802,133.3,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30165,"Tokyo / Japan Plane Rectangular CS V",9001,4301,17805,9807,8801,36,9110,8802,134.2,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30166,"Tokyo / Japan Plane Rectangular CS VI",9001,4301,17806,9807,8801,36,9110,8802,136,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30167,"Tokyo / Japan Plane Rectangular CS VII",9001,4301,17807,9807,8801,36,9110,8802,137.1,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30168,"Tokyo / Japan Plane Rectangular CS VIII",9001,4301,17808,9807,8801,36,9110,8802,138.3,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30169,"Tokyo / Japan Plane Rectangular CS IX",9001,4301,17809,9807,8801,36,9110,8802,139.5,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30170,"Tokyo / Japan Plane Rectangular CS X",9001,4301,17810,9807,8801,40,9110,8802,140.5,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30171,"Tokyo / Japan Plane Rectangular CS XI",9001,4301,17811,9807,8801,44,9110,8802,140.15,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30172,"Tokyo / Japan Plane Rectangular CS XII",9001,4301,17812,9807,8801,44,9110,8802,142.15,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30173,"Tokyo / Japan Plane Rectangular CS XIII",9001,4301,17813,9807,8801,44,9110,8802,144.15,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30174,"Tokyo / Japan Plane Rectangular CS XIV",9001,4301,17814,9807,8801,26,9110,8802,142,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30175,"Tokyo / Japan Plane Rectangular CS XV",9001,4301,17815,9807,8801,26,9110,8802,127.3,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30176,"Tokyo / Japan Plane Rectangular CS XVI",9001,4301,17816,9807,8801,26,9110,8802,124,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30177,"Tokyo / Japan Plane Rectangular CS XVII",9001,4301,17817,9807,8801,26,9110,8802,131,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30178,"Tokyo / Japan Plane Rectangular CS XVIII",9001,4301,17818,9807,8801,20,9110,8802,136,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30179,"Tokyo / Japan Plane Rectangular CS XIX",9001,4301,17819,9807,8801,26,9110,8802,154,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-30200,"Trinidad 1903 / Trinidad Grid",9039,4302,19925,9806,8801,10.263,9110,8802,-61.2,9110,8806,430000,9039,8807,325000,9039,,,,,,,,,
-30339,"TC(1948) / UTM zone 39N",9001,4303,16039,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-30340,"TC(1948) / UTM zone 40N",9001,4303,16040,9807,8801,0,9102,8802,57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-30491,"Voirol 1875 / Nord Algerie (ancienne)",9001,4304,18011,9801,8801,40,9105,8802,3,9105,8805,0.999625544,9201,8806,500000,9001,8807,300000,9001,,,,,,
-30492,"Voirol 1875 / Sud Algerie (ancienne)",9001,4304,18012,9801,8801,37,9105,8802,3,9105,8805,0.999625769,9201,8806,500000,9001,8807,300000,9001,,,,,,
-30493,"Voirol 1879 / Nord Algerie (ancienne)",9001,4671,18011,9801,8801,40,9105,8802,3,9105,8805,0.999625544,9201,8806,500000,9001,8807,300000,9001,,,,,,
-30494,"Voirol 1879 / Sud Algerie (ancienne)",9001,4671,18012,9801,8801,37,9105,8802,3,9105,8805,0.999625769,9201,8806,500000,9001,8807,300000,9001,,,,,,
-30729,"Nord Sahara 1959 / UTM zone 29N",9001,4307,16029,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-30730,"Nord Sahara 1959 / UTM zone 30N",9001,4307,16030,9807,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-30731,"Nord Sahara 1959 / UTM zone 31N",9001,4307,16031,9807,8801,0,9102,8802,3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-30732,"Nord Sahara 1959 / UTM zone 32N",9001,4307,16032,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-30791,"Nord Sahara 1959 / Voirol Unifie Nord",9001,4307,18021,9801,8801,40,9105,8802,3,9105,8805,0.999625544,9201,8806,500135,9001,8807,300090,9001,,,,,,
-30792,"Nord Sahara 1959 / Voirol Unifie Sud",9001,4307,18022,9801,8801,37,9105,8802,3,9105,8805,0.999625769,9201,8806,500135,9001,8807,300090,9001,,,,,,
-30800,RT38 2.5 gon W,9001,4308,19929,9807,8801,0,9110,8802,15.48298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-31028,"Yoff / UTM zone 28N",9001,4310,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31121,"Zanderij / UTM zone 21N",9001,4311,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31154,"Zanderij / TM 54 NW",9001,4311,17054,9807,8801,0,9102,8802,-54,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31170,"Zanderij / Suriname Old TM",9001,4311,19954,9807,8801,0,9110,8802,-55.41,9110,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31171,"Zanderij / Suriname TM",9001,4311,19955,9807,8801,0,9110,8802,-55.41,9110,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
-31265,"MGI / 3-degree Gauss zone 5",9001,4312,16265,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,5500000,9001,8807,0,9001,,,,,,
-31266,"MGI / 3-degree Gauss zone 6",9001,4312,16266,9807,8801,0,9102,8802,18,9102,8805,1,9201,8806,6500000,9001,8807,0,9001,,,,,,
-31267,"MGI / 3-degree Gauss zone 7",9001,4312,16267,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,7500000,9001,8807,0,9001,,,,,,
-31268,"MGI / 3-degree Gauss zone 8",9001,4312,16268,9807,8801,0,9102,8802,24,9102,8805,1,9201,8806,8500000,9001,8807,0,9001,,,,,,
-31275,"MGI / Balkans zone 5",9001,4312,18275,9807,8801,0,9102,8802,15,9102,8805,0.9999,9201,8806,5500000,9001,8807,0,9001,,,,,,
-31276,"MGI / Balkans zone 6",9001,4312,18276,9807,8801,0,9102,8802,18,9102,8805,0.9999,9201,8806,6500000,9001,8807,0,9001,,,,,,
-31277,"MGI / Balkans zone 7",9001,4312,18277,9807,8801,0,9102,8802,21,9102,8805,0.9999,9201,8806,7500000,9001,8807,0,9001,,,,,,
-31278,"MGI / Balkans zone 8",9001,4312,18277,9807,8801,0,9102,8802,21,9102,8805,0.9999,9201,8806,7500000,9001,8807,0,9001,,,,,,
-31279,"MGI / Balkans zone 8",9001,4312,18278,9807,8801,0,9102,8802,24,9102,8805,0.9999,9201,8806,8500000,9001,8807,0,9001,,,,,,
-31281,"MGI (Ferro) / Austria West Zone",9001,4805,18041,9807,8801,0,9102,8802,28,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-31282,"MGI (Ferro) / Austria Central Zone",9001,4805,18042,9807,8801,0,9102,8802,31,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-31283,"MGI (Ferro) / Austria East Zone",9001,4805,18043,9807,8801,0,9102,8802,34,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-31284,"MGI / M28",9001,4312,18044,9807,8801,0,9110,8802,10.2,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-31285,"MGI / M31",9001,4312,18045,9807,8801,0,9110,8802,13.2,9110,8805,1,9201,8806,450000,9001,8807,0,9001,,,,,,
-31286,"MGI / M34",9001,4312,18046,9807,8801,0,9110,8802,16.2,9110,8805,1,9201,8806,750000,9001,8807,0,9001,,,,,,
-31287,"MGI / Austria Lambert",9001,4312,19947,9802,8821,47.3,9110,8822,13.2,9110,8823,49,9110,8824,46,9110,8826,400000,9001,8827,400000,9001,,,
-31288,"MGI (Ferro) / M28",9001,4805,18047,9807,8801,0,9102,8802,28,9102,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-31289,"MGI (Ferro) / M31",9001,4805,18048,9807,8801,0,9102,8802,31,9102,8805,1,9201,8806,450000,9001,8807,0,9001,,,,,,
-31290,"MGI (Ferro) / M34",9001,4805,18049,9807,8801,0,9102,8802,34,9102,8805,1,9201,8806,750000,9001,8807,0,9001,,,,,,
-31291,"MGI (Ferro) / Austria West Zone",9001,4805,18041,9807,8801,0,9102,8802,28,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-31292,"MGI (Ferro) / Austria Central Zone",9001,4805,18042,9807,8801,0,9102,8802,31,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-31293,"MGI (Ferro) / Austria East Zone",9001,4805,18043,9807,8801,0,9102,8802,34,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-31294,"MGI / M28",9001,4312,18044,9807,8801,0,9110,8802,10.2,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-31295,"MGI / M31",9001,4312,18045,9807,8801,0,9110,8802,13.2,9110,8805,1,9201,8806,450000,9001,8807,0,9001,,,,,,
-31296,"MGI / M34",9001,4312,18046,9807,8801,0,9110,8802,16.2,9110,8805,1,9201,8806,750000,9001,8807,0,9001,,,,,,
-31297,"MGI / Austria Lambert",9001,4312,19947,9802,8821,47.3,9110,8822,13.2,9110,8823,49,9110,8824,46,9110,8826,400000,9001,8827,400000,9001,,,
-31300,"Belge 1972 / Belge Lambert 72",9001,4313,19902,9803,8821,90,9110,8822,4.2124983,9110,8823,49.5,9110,8824,51.1,9110,8826,150000.01256,9001,8827,5400088.4378,9001,,,
-31370,"Belge 1972 / Belgian Lambert 72",9001,4313,19961,9802,8821,90,9110,8822,4.2202952,9110,8823,51.100000204,9110,8824,49.500000204,9110,8826,150000.013,9001,8827,5400088.438,9001,,,
-31461,"DHDN / 3-degree Gauss zone 1",9001,4314,16261,9807,8801,0,9102,8802,3,9102,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-31462,"DHDN / 3-degree Gauss zone 2",9001,4314,16262,9807,8801,0,9102,8802,6,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
-31463,"DHDN / 3-degree Gauss zone 3",9001,4314,16263,9807,8801,0,9102,8802,9,9102,8805,1,9201,8806,3500000,9001,8807,0,9001,,,,,,
-31464,"DHDN / 3-degree Gauss zone 4",9001,4314,16264,9807,8801,0,9102,8802,12,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-31465,"DHDN / 3-degree Gauss zone 5",9001,4314,16265,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,5500000,9001,8807,0,9001,,,,,,
-31466,"DHDN / Gauss-Kruger zone 2",9001,4314,16262,9807,8801,0,9102,8802,6,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
-31467,"DHDN / Gauss-Kruger zone 3",9001,4314,16263,9807,8801,0,9102,8802,9,9102,8805,1,9201,8806,3500000,9001,8807,0,9001,,,,,,
-31468,"DHDN / Gauss-Kruger zone 4",9001,4314,16264,9807,8801,0,9102,8802,12,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-31469,"DHDN / Gauss-Kruger zone 5",9001,4314,16265,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,5500000,9001,8807,0,9001,,,,,,
-31528,"Conakry 1905 / UTM zone 28N",9001,4315,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31529,"Conakry 1905 / UTM zone 29N",9001,4315,16029,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31600,"Dealul Piscului 1933/ Stereo 33",9001,4316,19927,9809,8801,45.54,9110,8802,25.23328772,9110,8805,0.9996667,9201,8806,500000,9001,8807,500000,9001,,,,,,
-31700,"Dealul Piscului 1970/ Stereo 70",9001,4317,19926,9809,8801,46,9102,8802,25,9102,8805,0.99975,9201,8806,500000,9001,8807,500000,9001,,,,,,
-31838,"NGN / UTM zone 38N",9001,4318,16038,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31839,"NGN / UTM zone 39N",9001,4318,16039,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31900,"KUDAMS / KTM",9001,4319,19928,9807,8801,0,9102,8802,48,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31901,"KUDAMS / KTM",9001,4319,19997,9807,8801,0,9102,8802,48,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-31971,"SIRGAS 2000 / UTM zone 17N",9001,4674,16017,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31972,"SIRGAS 2000 / UTM zone 18N",9001,4674,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31973,"SIRGAS 2000 / UTM zone 19N",9001,4674,16019,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31974,"SIRGAS 2000 / UTM zone 20N",9001,4674,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31975,"SIRGAS 2000 / UTM zone 21N",9001,4674,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31976,"SIRGAS 2000 / UTM zone 22N",9001,4674,16022,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31977,"SIRGAS 2000 / UTM zone 17S",9001,4674,16117,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-31978,"SIRGAS 2000 / UTM zone 18S",9001,4674,16118,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-31979,"SIRGAS 2000 / UTM zone 19S",9001,4674,16119,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-31980,"SIRGAS 2000 / UTM zone 20S",9001,4674,16120,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-31981,"SIRGAS 2000 / UTM zone 21S",9001,4674,16121,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-31982,"SIRGAS 2000 / UTM zone 22S",9001,4674,16122,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-31983,"SIRGAS 2000 / UTM zone 23S",9001,4674,16123,9807,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-31984,"SIRGAS 2000 / UTM zone 24S",9001,4674,16124,9807,8801,0,9102,8802,-39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-31985,"SIRGAS 2000 / UTM zone 25S",9001,4674,16125,9807,8801,0,9102,8802,-33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-31986,"SIRGAS / UTM zone 17N",9001,4170,16017,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31987,"SIRGAS / UTM zone 18N",9001,4170,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31988,"SIRGAS / UTM zone 19N",9001,4170,16019,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31989,"SIRGAS / UTM zone 20N",9001,4170,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31990,"SIRGAS / UTM zone 21N",9001,4170,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31991,"SIRGAS / UTM zone 22N",9001,4170,16022,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-31992,"SIRGAS / UTM zone 17S",9001,4170,16117,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-31993,"SIRGAS / UTM zone 18S",9001,4170,16118,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-31994,"SIRGAS / UTM zone 19S",9001,4170,16119,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-31995,"SIRGAS / UTM zone 20S",9001,4170,16120,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-31996,"SIRGAS / UTM zone 21S",9001,4170,16121,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-31997,"SIRGAS / UTM zone 22S",9001,4170,16122,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-31998,"SIRGAS / UTM zone 23S",9001,4170,16123,9807,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-31999,"SIRGAS / UTM zone 24S",9001,4170,16124,9807,8801,0,9102,8802,-39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32000,"SIRGAS / UTM zone 25S",9001,4170,16125,9807,8801,0,9102,8802,-33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32001,"NAD27 / Montana North",9003,4267,12501,9802,8821,47,9110,8822,-109.3,9110,8823,48.43,9110,8824,47.51,9110,8826,2000000,9003,8827,0,9003,,,
-32002,"NAD27 / Montana Central",9003,4267,12502,9802,8821,45.5,9110,8822,-109.3,9110,8823,47.53,9110,8824,46.27,9110,8826,2000000,9003,8827,0,9003,,,
-32003,"NAD27 / Montana South",9003,4267,12503,9802,8821,44,9110,8822,-109.3,9110,8823,46.24,9110,8824,44.52,9110,8826,2000000,9003,8827,0,9003,,,
-32005,"NAD27 / Nebraska North",9003,4267,12601,9802,8821,41.2,9110,8822,-100,9110,8823,41.51,9110,8824,42.49,9110,8826,2000000,9003,8827,0,9003,,,
-32006,"NAD27 / Nebraska South",9003,4267,12602,9802,8821,39.4,9110,8822,-99.3,9110,8823,40.17,9110,8824,41.43,9110,8826,2000000,9003,8827,0,9003,,,
-32007,"NAD27 / Nevada East",9003,4267,12701,9807,8801,34.45,9110,8802,-115.35,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
-32008,"NAD27 / Nevada Central",9003,4267,12702,9807,8801,34.45,9110,8802,-116.4,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
-32009,"NAD27 / Nevada West",9003,4267,12703,9807,8801,34.45,9110,8802,-118.35,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
-32010,"NAD27 / New Hampshire",9003,4267,12800,9807,8801,42.3,9110,8802,-71.4,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
-32011,"NAD27 / New Jersey",9003,4267,12900,9807,8801,38.5,9110,8802,-74.4,9110,8805,0.999975,9201,8806,2000000,9003,8807,0,9003,,,,,,
-32012,"NAD27 / New Mexico East",9003,4267,13001,9807,8801,31,9110,8802,-104.2,9110,8805,0.999909091,9201,8806,500000,9003,8807,0,9003,,,,,,
-32013,"NAD27 / New Mexico Central",9003,4267,13002,9807,8801,31,9110,8802,-106.15,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
-32014,"NAD27 / New Mexico West",9003,4267,13003,9807,8801,31,9110,8802,-107.5,9110,8805,0.999916667,9201,8806,500000,9003,8807,0,9003,,,,,,
-32015,"NAD27 / New York East",9003,4267,13101,9807,8801,40,9110,8802,-74.2,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
-32016,"NAD27 / New York Central",9003,4267,13102,9807,8801,40,9110,8802,-76.35,9110,8805,0.9999375,9201,8806,500000,9003,8807,0,9003,,,,,,
-32017,"NAD27 / New York West",9003,4267,13103,9807,8801,40,9110,8802,-78.35,9110,8805,0.9999375,9201,8806,500000,9003,8807,0,9003,,,,,,
-32018,"NAD27 / New York Long Island",9003,4267,13104,9802,8821,40.3,9110,8822,-74,9110,8823,41.02,9110,8824,40.4,9110,8826,1000000,9003,8827,0,9003,,,
-32019,"NAD27 / North Carolina",9003,4267,13200,9802,8821,33.45,9110,8822,-79,9110,8823,34.2,9110,8824,36.1,9110,8826,2000000,9003,8827,0,9003,,,
-32020,"NAD27 / North Dakota North",9003,4267,13301,9802,8821,47,9110,8822,-100.3,9110,8823,47.26,9110,8824,48.44,9110,8826,2000000,9003,8827,0,9003,,,
-32021,"NAD27 / North Dakota South",9003,4267,13302,9802,8821,45.4,9110,8822,-100.3,9110,8823,46.11,9110,8824,47.29,9110,8826,2000000,9003,8827,0,9003,,,
-32022,"NAD27 / Ohio North",9003,4267,13401,9802,8821,39.4,9110,8822,-82.3,9110,8823,40.26,9110,8824,41.42,9110,8826,2000000,9003,8827,0,9003,,,
-32023,"NAD27 / Ohio South",9003,4267,13402,9802,8821,38,9110,8822,-82.3,9110,8823,38.44,9110,8824,40.02,9110,8826,2000000,9003,8827,0,9003,,,
-32024,"NAD27 / Oklahoma North",9003,4267,13501,9802,8821,35,9110,8822,-98,9110,8823,35.34,9110,8824,36.46,9110,8826,2000000,9003,8827,0,9003,,,
-32025,"NAD27 / Oklahoma South",9003,4267,13502,9802,8821,33.2,9110,8822,-98,9110,8823,33.56,9110,8824,35.14,9110,8826,2000000,9003,8827,0,9003,,,
-32026,"NAD27 / Oregon North",9003,4267,13601,9802,8821,43.4,9110,8822,-120.3,9110,8823,44.2,9110,8824,46,9110,8826,2000000,9003,8827,0,9003,,,
-32027,"NAD27 / Oregon South",9003,4267,13602,9802,8821,41.4,9110,8822,-120.3,9110,8823,42.2,9110,8824,44,9110,8826,2000000,9003,8827,0,9003,,,
-32028,"NAD27 / Pennsylvania North",9003,4267,13701,9802,8821,40.1,9110,8822,-77.45,9110,8823,40.53,9110,8824,41.57,9110,8826,2000000,9003,8827,0,9003,,,
-32029,"NAD27 / Pennsylvania South",9003,4267,13702,9802,8821,39.2,9110,8822,-77.45,9110,8823,39.56,9110,8824,40.48,9110,8826,2000000,9003,8827,0,9003,,,
-32030,"NAD27 / Rhode Island",9003,4267,13800,9807,8801,41.05,9110,8802,-71.3,9110,8805,0.9999938,9201,8806,500000,9003,8807,0,9003,,,,,,
-32031,"NAD27 / South Carolina North",9003,4267,13901,9802,8821,33,9110,8822,-81,9110,8823,33.46,9110,8824,34.58,9110,8826,2000000,9003,8827,0,9003,,,
-32033,"NAD27 / South Carolina South",9003,4267,13902,9802,8821,31.5,9110,8822,-81,9110,8823,32.2,9110,8824,33.4,9110,8826,2000000,9003,8827,0,9003,,,
-32034,"NAD27 / South Dakota North",9003,4267,14001,9802,8821,43.5,9110,8822,-100,9110,8823,44.25,9110,8824,45.41,9110,8826,2000000,9003,8827,0,9003,,,
-32035,"NAD27 / South Dakota South",9003,4267,14002,9802,8821,42.2,9110,8822,-100.2,9110,8823,42.5,9110,8824,44.24,9110,8826,2000000,9003,8827,0,9003,,,
-32036,"NAD27 / Tennessee",9003,4267,14100,9802,8821,34.4,9110,8822,-86,9110,8823,35.15,9110,8824,36.25,9110,8826,100000,9003,8827,0,9003,,,
-32037,"NAD27 / Texas North",9003,4267,14201,9802,8821,34,9110,8822,-101.3,9110,8823,34.39,9110,8824,36.11,9110,8826,2000000,9003,8827,0,9003,,,
-32038,"NAD27 / Texas North Central",9003,4267,14202,9802,8821,31.4,9110,8822,-97.3,9110,8823,32.08,9110,8824,33.58,9110,8826,2000000,9003,8827,0,9003,,,
-32039,"NAD27 / Texas Central",9003,4267,14203,9802,8821,29.4,9110,8822,-100.2,9110,8823,30.07,9110,8824,31.53,9110,8826,2000000,9003,8827,0,9003,,,
-32040,"NAD27 / Texas South Central",9003,4267,14204,9802,8821,27.5,9110,8822,-99,9110,8823,28.23,9110,8824,30.17,9110,8826,2000000,9003,8827,0,9003,,,
-32041,"NAD27 / Texas South",9003,4267,14205,9802,8821,25.4,9110,8822,-98.3,9110,8823,26.1,9110,8824,27.5,9110,8826,2000000,9003,8827,0,9003,,,
-32042,"NAD27 / Utah North",9003,4267,14301,9802,8821,40.2,9110,8822,-111.3,9110,8823,40.43,9110,8824,41.47,9110,8826,2000000,9003,8827,0,9003,,,
-32043,"NAD27 / Utah Central",9003,4267,14302,9802,8821,38.2,9110,8822,-111.3,9110,8823,39.01,9110,8824,40.39,9110,8826,2000000,9003,8827,0,9003,,,
-32044,"NAD27 / Utah South",9003,4267,14303,9802,8821,36.4,9110,8822,-111.3,9110,8823,37.13,9110,8824,38.21,9110,8826,2000000,9003,8827,0,9003,,,
-32045,"NAD27 / Vermont",9003,4267,14400,9807,8801,42.3,9110,8802,-72.3,9110,8805,0.999964286,9201,8806,500000,9003,8807,0,9003,,,,,,
-32046,"NAD27 / Virginia North",9003,4267,14501,9802,8821,37.4,9110,8822,-78.3,9110,8823,38.02,9110,8824,39.12,9110,8826,2000000,9003,8827,0,9003,,,
-32047,"NAD27 / Virginia South",9003,4267,14502,9802,8821,36.2,9110,8822,-78.3,9110,8823,36.46,9110,8824,37.58,9110,8826,2000000,9003,8827,0,9003,,,
-32048,"NAD27 / Washington North",9003,4267,14601,9802,8821,47,9110,8822,-120.5,9110,8823,47.3,9110,8824,48.44,9110,8826,2000000,9003,8827,0,9003,,,
-32049,"NAD27 / Washington South",9003,4267,14602,9802,8821,45.2,9110,8822,-120.3,9110,8823,45.5,9110,8824,47.2,9110,8826,2000000,9003,8827,0,9003,,,
-32050,"NAD27 / West Virginia North",9003,4267,14701,9802,8821,38.3,9110,8822,-79.3,9110,8823,39,9110,8824,40.15,9110,8826,2000000,9003,8827,0,9003,,,
-32051,"NAD27 / West Virginia South",9003,4267,14702,9802,8821,37,9110,8822,-81,9110,8823,37.29,9110,8824,38.53,9110,8826,2000000,9003,8827,0,9003,,,
-32052,"NAD27 / Wisconsin North",9003,4267,14801,9802,8821,45.1,9110,8822,-90,9110,8823,45.34,9110,8824,46.46,9110,8826,2000000,9003,8827,0,9003,,,
-32053,"NAD27 / Wisconsin Central",9003,4267,14802,9802,8821,43.5,9110,8822,-90,9110,8823,44.15,9110,8824,45.3,9110,8826,2000000,9003,8827,0,9003,,,
-32054,"NAD27 / Wisconsin South",9003,4267,14803,9802,8821,42,9110,8822,-90,9110,8823,42.44,9110,8824,44.04,9110,8826,2000000,9003,8827,0,9003,,,
-32055,"NAD27 / Wyoming East",9003,4267,14901,9807,8801,40.4,9110,8802,-105.1,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
-32056,"NAD27 / Wyoming East Central",9003,4267,14902,9807,8801,40.4,9110,8802,-107.2,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
-32057,"NAD27 / Wyoming West Central",9003,4267,14903,9807,8801,40.4,9110,8802,-108.45,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
-32058,"NAD27 / Wyoming West",9003,4267,14904,9807,8801,40.4,9110,8802,-110.05,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
-32061,"NAD27 / Guatemala Norte",9001,4267,18211,9801,8801,16.49,9110,8802,-90.2,9110,8805,0.99992226,9201,8806,500000,9001,8807,292209.579,9001,,,,,,
-32062,"NAD27 / Guatemala Sur",9001,4267,18212,9801,8801,14.54,9110,8802,-90.2,9110,8805,0.99989906,9201,8806,500000,9001,8807,325992.681,9001,,,,,,
-32064,"NAD27 / BLM 14N (ftUS)",9003,4267,15914,9807,8801,0,9102,8802,-99,9102,8805,0.9996,9201,8806,1640416.67,9003,8807,0,9003,,,,,,
-32065,"NAD27 / BLM 15N (ftUS)",9003,4267,15915,9807,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8806,1640416.67,9003,8807,0,9003,,,,,,
-32066,"NAD27 / BLM 16N (ftUS)",9003,4267,15916,9807,8801,0,9102,8802,-87,9102,8805,0.9996,9201,8806,1640416.67,9003,8807,0,9003,,,,,,
-32067,"NAD27 / BLM 17N (ftUS)",9003,4267,15917,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,1640416.67,9003,8807,0,9003,,,,,,
-32074,"NAD27 / BLM 14N (feet)",9003,4267,15914,9807,8801,0,9102,8802,-99,9102,8805,0.9996,9201,8806,1640416.67,9003,8807,0,9003,,,,,,
-32075,"NAD27 / BLM 15N (feet)",9003,4267,15915,9807,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8806,1640416.67,9003,8807,0,9003,,,,,,
-32076,"NAD27 / BLM 16N (feet)",9003,4267,15916,9807,8801,0,9102,8802,-87,9102,8805,0.9996,9201,8806,1640416.67,9003,8807,0,9003,,,,,,
-32077,"NAD27 / BLM 17N (feet)",9003,4267,15917,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,1640416.67,9003,8807,0,9003,,,,,,
-32081,"NAD27 / MTM zone 1",9001,4267,17701,9807,8801,0,9102,8802,-53,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32082,"NAD27 / MTM zone 2",9001,4267,17702,9807,8801,0,9102,8802,-56,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32083,"NAD27 / MTM zone 3",9001,4267,17703,9807,8801,0,9110,8802,-58.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32084,"NAD27 / MTM zone 4",9001,4267,17704,9807,8801,0,9110,8802,-61.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32085,"NAD27 / MTM zone 5",9001,4267,17705,9807,8801,0,9110,8802,-64.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32086,"NAD27 / MTM zone 6",9001,4267,17706,9807,8801,0,9110,8802,-67.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32098,"NAD27 / Quebec Lambert",9001,4267,19944,9802,8821,44,9110,8822,-68.3,9110,8823,60,9110,8824,46,9110,8826,0,9001,8827,0,9001,,,
-32100,"NAD83 / Montana",9001,4269,12530,9802,8821,44.15,9110,8822,-109.3,9110,8823,49,9110,8824,45,9110,8826,600000,9001,8827,0,9001,,,
-32104,"NAD83 / Nebraska",9001,4269,12630,9802,8821,39.5,9110,8822,-100,9110,8823,43,9110,8824,40,9110,8826,500000,9001,8827,0,9001,,,
-32107,"NAD83 / Nevada East",9001,4269,12731,9807,8801,34.45,9110,8802,-115.35,9110,8805,0.9999,9201,8806,200000,9001,8807,8000000,9001,,,,,,
-32108,"NAD83 / Nevada Central",9001,4269,12732,9807,8801,34.45,9110,8802,-116.4,9110,8805,0.9999,9201,8806,500000,9001,8807,6000000,9001,,,,,,
-32109,"NAD83 / Nevada West",9001,4269,12733,9807,8801,34.45,9110,8802,-118.35,9110,8805,0.9999,9201,8806,800000,9001,8807,4000000,9001,,,,,,
-32110,"NAD83 / New Hampshire",9001,4269,12830,9807,8801,42.3,9110,8802,-71.4,9110,8805,0.999966667,9201,8806,300000,9001,8807,0,9001,,,,,,
-32111,"NAD83 / New Jersey",9001,4269,12930,9807,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,150000,9001,8807,0,9001,,,,,,
-32112,"NAD83 / New Mexico East",9001,4269,13031,9807,8801,31,9110,8802,-104.2,9110,8805,0.999909091,9201,8806,165000,9001,8807,0,9001,,,,,,
-32113,"NAD83 / New Mexico Central",9001,4269,13032,9807,8801,31,9110,8802,-106.15,9110,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
-32114,"NAD83 / New Mexico West",9001,4269,13033,9807,8801,31,9110,8802,-107.5,9110,8805,0.999916667,9201,8806,830000,9001,8807,0,9001,,,,,,
-32115,"NAD83 / New York East",9001,4269,13131,9807,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,150000,9001,8807,0,9001,,,,,,
-32116,"NAD83 / New York Central",9001,4269,13132,9807,8801,40,9110,8802,-76.35,9110,8805,0.9999375,9201,8806,250000,9001,8807,0,9001,,,,,,
-32117,"NAD83 / New York West",9001,4269,13133,9807,8801,40,9110,8802,-78.35,9110,8805,0.9999375,9201,8806,350000,9001,8807,0,9001,,,,,,
-32118,"NAD83 / New York Long Island",9001,4269,13134,9802,8821,40.1,9110,8822,-74,9110,8823,41.02,9110,8824,40.4,9110,8826,300000,9001,8827,0,9001,,,
-32119,"NAD83 / North Carolina",9001,4269,13230,9802,8821,33.45,9110,8822,-79,9110,8823,36.1,9110,8824,34.2,9110,8826,609601.22,9001,8827,0,9001,,,
-32120,"NAD83 / North Dakota North",9001,4269,13331,9802,8821,47,9110,8822,-100.3,9110,8823,48.44,9110,8824,47.26,9110,8826,600000,9001,8827,0,9001,,,
-32121,"NAD83 / North Dakota South",9001,4269,13332,9802,8821,45.4,9110,8822,-100.3,9110,8823,47.29,9110,8824,46.11,9110,8826,600000,9001,8827,0,9001,,,
-32122,"NAD83 / Ohio North",9001,4269,13431,9802,8821,39.4,9110,8822,-82.3,9110,8823,41.42,9110,8824,40.26,9110,8826,600000,9001,8827,0,9001,,,
-32123,"NAD83 / Ohio South",9001,4269,13432,9802,8821,38,9110,8822,-82.3,9110,8823,40.02,9110,8824,38.44,9110,8826,600000,9001,8827,0,9001,,,
-32124,"NAD83 / Oklahoma North",9001,4269,13531,9802,8821,35,9110,8822,-98,9110,8823,36.46,9110,8824,35.34,9110,8826,600000,9001,8827,0,9001,,,
-32125,"NAD83 / Oklahoma South",9001,4269,13532,9802,8821,33.2,9110,8822,-98,9110,8823,35.14,9110,8824,33.56,9110,8826,600000,9001,8827,0,9001,,,
-32126,"NAD83 / Oregon North",9001,4269,13631,9802,8821,43.4,9110,8822,-120.3,9110,8823,46,9110,8824,44.2,9110,8826,2500000,9001,8827,0,9001,,,
-32127,"NAD83 / Oregon South",9001,4269,13632,9802,8821,41.4,9110,8822,-120.3,9110,8823,44,9110,8824,42.2,9110,8826,1500000,9001,8827,0,9001,,,
-32128,"NAD83 / Pennsylvania North",9001,4269,13731,9802,8821,40.1,9110,8822,-77.45,9110,8823,41.57,9110,8824,40.53,9110,8826,600000,9001,8827,0,9001,,,
-32129,"NAD83 / Pennsylvania South",9001,4269,13732,9802,8821,39.2,9110,8822,-77.45,9110,8823,40.58,9110,8824,39.56,9110,8826,600000,9001,8827,0,9001,,,
-32130,"NAD83 / Rhode Island",9001,4269,13830,9807,8801,41.05,9110,8802,-71.3,9110,8805,0.99999375,9201,8806,100000,9001,8807,0,9001,,,,,,
-32133,"NAD83 / South Carolina",9001,4269,13930,9802,8821,31.5,9110,8822,-81,9110,8823,34.5,9110,8824,32.3,9110,8826,609600,9001,8827,0,9001,,,
-32134,"NAD83 / South Dakota North",9001,4269,14031,9802,8821,43.5,9110,8822,-100,9110,8823,45.41,9110,8824,44.25,9110,8826,600000,9001,8827,0,9001,,,
-32135,"NAD83 / South Dakota South",9001,4269,14032,9802,8821,42.2,9110,8822,-100.2,9110,8823,44.24,9110,8824,42.5,9110,8826,600000,9001,8827,0,9001,,,
-32136,"NAD83 / Tennessee",9001,4269,14130,9802,8821,34.2,9110,8822,-86,9110,8823,36.25,9110,8824,35.15,9110,8826,600000,9001,8827,0,9001,,,
-32137,"NAD83 / Texas North",9001,4269,14231,9802,8821,34,9110,8822,-101.3,9110,8823,36.11,9110,8824,34.39,9110,8826,200000,9001,8827,1000000,9001,,,
-32138,"NAD83 / Texas North Central",9001,4269,14232,9802,8821,31.4,9110,8822,-98.3,9110,8823,33.58,9110,8824,32.08,9110,8826,600000,9001,8827,2000000,9001,,,
-32139,"NAD83 / Texas Central",9001,4269,14233,9802,8821,29.4,9110,8822,-100.2,9110,8823,31.53,9110,8824,30.07,9110,8826,700000,9001,8827,3000000,9001,,,
-32140,"NAD83 / Texas South Central",9001,4269,14234,9802,8821,27.5,9110,8822,-99,9110,8823,30.17,9110,8824,28.23,9110,8826,600000,9001,8827,4000000,9001,,,
-32141,"NAD83 / Texas South",9001,4269,14235,9802,8821,25.4,9110,8822,-98.3,9110,8823,27.5,9110,8824,26.1,9110,8826,300000,9001,8827,5000000,9001,,,
-32142,"NAD83 / Utah North",9001,4269,14331,9802,8821,40.2,9110,8822,-111.3,9110,8823,41.47,9110,8824,40.43,9110,8826,500000,9001,8827,1000000,9001,,,
-32143,"NAD83 / Utah Central",9001,4269,14332,9802,8821,38.2,9110,8822,-111.3,9110,8823,40.39,9110,8824,39.01,9110,8826,500000,9001,8827,2000000,9001,,,
-32144,"NAD83 / Utah South",9001,4269,14333,9802,8821,36.4,9110,8822,-111.3,9110,8823,38.21,9110,8824,37.13,9110,8826,500000,9001,8827,3000000,9001,,,
-32145,"NAD83 / Vermont",9001,4269,14430,9807,8801,42.3,9110,8802,-72.3,9110,8805,0.999964286,9201,8806,500000,9001,8807,0,9001,,,,,,
-32146,"NAD83 / Virginia North",9001,4269,14531,9802,8821,37.4,9110,8822,-78.3,9110,8823,39.12,9110,8824,38.02,9110,8826,3500000,9001,8827,2000000,9001,,,
-32147,"NAD83 / Virginia South",9001,4269,14532,9802,8821,36.2,9110,8822,-78.3,9110,8823,37.58,9110,8824,36.46,9110,8826,3500000,9001,8827,1000000,9001,,,
-32148,"NAD83 / Washington North",9001,4269,14631,9802,8821,47,9110,8822,-120.5,9110,8823,48.44,9110,8824,47.3,9110,8826,500000,9001,8827,0,9001,,,
-32149,"NAD83 / Washington South",9001,4269,14632,9802,8821,45.2,9110,8822,-120.3,9110,8823,47.2,9110,8824,45.5,9110,8826,500000,9001,8827,0,9001,,,
-32150,"NAD83 / West Virginia North",9001,4269,14731,9802,8821,38.3,9110,8822,-79.3,9110,8823,40.15,9110,8824,39,9110,8826,600000,9001,8827,0,9001,,,
-32151,"NAD83 / West Virginia South",9001,4269,14732,9802,8821,37,9110,8822,-81,9110,8823,38.53,9110,8824,37.29,9110,8826,600000,9001,8827,0,9001,,,
-32152,"NAD83 / Wisconsin North",9001,4269,14831,9802,8821,45.1,9110,8822,-90,9110,8823,46.46,9110,8824,45.34,9110,8826,600000,9001,8827,0,9001,,,
-32153,"NAD83 / Wisconsin Central",9001,4269,14832,9802,8821,43.5,9110,8822,-90,9110,8823,45.3,9110,8824,44.15,9110,8826,600000,9001,8827,0,9001,,,
-32154,"NAD83 / Wisconsin South",9001,4269,14833,9802,8821,42,9110,8822,-90,9110,8823,44.04,9110,8824,42.44,9110,8826,600000,9001,8827,0,9001,,,
-32155,"NAD83 / Wyoming East",9001,4269,14931,9807,8801,40.3,9110,8802,-105.1,9110,8805,0.9999375,9201,8806,200000,9001,8807,0,9001,,,,,,
-32156,"NAD83 / Wyoming East Central",9001,4269,14932,9807,8801,40.3,9110,8802,-107.2,9110,8805,0.9999375,9201,8806,400000,9001,8807,100000,9001,,,,,,
-32157,"NAD83 / Wyoming West Central",9001,4269,14933,9807,8801,40.3,9110,8802,-108.45,9110,8805,0.9999375,9201,8806,600000,9001,8807,0,9001,,,,,,
-32158,"NAD83 / Wyoming West",9001,4269,14934,9807,8801,40.3,9110,8802,-110.05,9110,8805,0.9999375,9201,8806,800000,9001,8807,100000,9001,,,,,,
-32161,"NAD83 / Puerto Rico & Virgin Is.",9001,4269,15230,9802,8821,17.5,9110,8822,-66.26,9110,8823,18.26,9110,8824,18.02,9110,8826,200000,9001,8827,200000,9001,,,
-32180,"NAD83 / SCoPQ zone 2",9001,4269,17700,9807,8801,0,9110,8802,-55.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32181,"NAD83 / MTM zone 1",9001,4269,17701,9807,8801,0,9102,8802,-53,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32182,"NAD83 / MTM zone 2",9001,4269,17702,9807,8801,0,9102,8802,-56,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32183,"NAD83 / MTM zone 3",9001,4269,17703,9807,8801,0,9110,8802,-58.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32184,"NAD83 / MTM zone 4",9001,4269,17704,9807,8801,0,9110,8802,-61.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32185,"NAD83 / MTM zone 5",9001,4269,17705,9807,8801,0,9110,8802,-64.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32186,"NAD83 / MTM zone 6",9001,4269,17706,9807,8801,0,9110,8802,-67.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32187,"NAD83 / MTM zone 7",9001,4269,17707,9807,8801,0,9110,8802,-70.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32188,"NAD83 / MTM zone 8",9001,4269,17708,9807,8801,0,9110,8802,-73.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32189,"NAD83 / MTM zone 9",9001,4269,17709,9807,8801,0,9110,8802,-76.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32190,"NAD83 / MTM zone 10",9001,4269,17710,9807,8801,0,9110,8802,-79.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32191,"NAD83 / MTM zone 11",9001,4269,17711,9807,8801,0,9110,8802,-82.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32192,"NAD83 / MTM zone 12",9001,4269,17712,9807,8801,0,9102,8802,-81,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32193,"NAD83 / MTM zone 13",9001,4269,17713,9807,8801,0,9102,8802,-84,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32194,"NAD83 / MTM zone 14",9001,4269,17714,9807,8801,0,9102,8802,-87,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32195,"NAD83 / MTM zone 15",9001,4269,17715,9807,8801,0,9102,8802,-90,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32196,"NAD83 / MTM zone 16",9001,4269,17716,9807,8801,0,9102,8802,-93,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32197,"NAD83 / MTM zone 17",9001,4269,17717,9807,8801,0,9102,8802,-96,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-32198,"NAD83 / Quebec Lambert",9001,4269,19944,9802,8821,44,9110,8822,-68.3,9110,8823,60,9110,8824,46,9110,8826,0,9001,8827,0,9001,,,
-32201,"WGS 72 / UTM zone 1N",9001,4322,16001,9807,8801,0,9102,8802,-177,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32202,"WGS 72 / UTM zone 2N",9001,4322,16002,9807,8801,0,9102,8802,-171,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32203,"WGS 72 / UTM zone 3N",9001,4322,16003,9807,8801,0,9102,8802,-165,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32204,"WGS 72 / UTM zone 4N",9001,4322,16004,9807,8801,0,9102,8802,-159,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32205,"WGS 72 / UTM zone 5N",9001,4322,16005,9807,8801,0,9102,8802,-153,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32206,"WGS 72 / UTM zone 6N",9001,4322,16006,9807,8801,0,9102,8802,-147,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32207,"WGS 72 / UTM zone 7N",9001,4322,16007,9807,8801,0,9102,8802,-141,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32208,"WGS 72 / UTM zone 8N",9001,4322,16008,9807,8801,0,9102,8802,-135,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32209,"WGS 72 / UTM zone 9N",9001,4322,16009,9807,8801,0,9102,8802,-129,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32210,"WGS 72 / UTM zone 10N",9001,4322,16010,9807,8801,0,9102,8802,-123,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32211,"WGS 72 / UTM zone 11N",9001,4322,16011,9807,8801,0,9102,8802,-117,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32212,"WGS 72 / UTM zone 12N",9001,4322,16012,9807,8801,0,9102,8802,-111,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32213,"WGS 72 / UTM zone 13N",9001,4322,16013,9807,8801,0,9102,8802,-105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32214,"WGS 72 / UTM zone 14N",9001,4322,16014,9807,8801,0,9102,8802,-99,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32215,"WGS 72 / UTM zone 15N",9001,4322,16015,9807,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32216,"WGS 72 / UTM zone 16N",9001,4322,16016,9807,8801,0,9102,8802,-87,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32217,"WGS 72 / UTM zone 17N",9001,4322,16017,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32218,"WGS 72 / UTM zone 18N",9001,4322,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32219,"WGS 72 / UTM zone 19N",9001,4322,16019,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32220,"WGS 72 / UTM zone 20N",9001,4322,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32221,"WGS 72 / UTM zone 21N",9001,4322,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32222,"WGS 72 / UTM zone 22N",9001,4322,16022,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32223,"WGS 72 / UTM zone 23N",9001,4322,16023,9807,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32224,"WGS 72 / UTM zone 24N",9001,4322,16024,9807,8801,0,9102,8802,-39,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32225,"WGS 72 / UTM zone 25N",9001,4322,16025,9807,8801,0,9102,8802,-33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32226,"WGS 72 / UTM zone 26N",9001,4322,16026,9807,8801,0,9102,8802,-27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32227,"WGS 72 / UTM zone 27N",9001,4322,16027,9807,8801,0,9102,8802,-21,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32228,"WGS 72 / UTM zone 28N",9001,4322,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32229,"WGS 72 / UTM zone 29N",9001,4322,16029,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32230,"WGS 72 / UTM zone 30N",9001,4322,16030,9807,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32231,"WGS 72 / UTM zone 31N",9001,4322,16031,9807,8801,0,9102,8802,3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32232,"WGS 72 / UTM zone 32N",9001,4322,16032,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32233,"WGS 72 / UTM zone 33N",9001,4322,16033,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32234,"WGS 72 / UTM zone 34N",9001,4322,16034,9807,8801,0,9102,8802,21,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32235,"WGS 72 / UTM zone 35N",9001,4322,16035,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32236,"WGS 72 / UTM zone 36N",9001,4322,16036,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32237,"WGS 72 / UTM zone 37N",9001,4322,16037,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32238,"WGS 72 / UTM zone 38N",9001,4322,16038,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32239,"WGS 72 / UTM zone 39N",9001,4322,16039,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32240,"WGS 72 / UTM zone 40N",9001,4322,16040,9807,8801,0,9102,8802,57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32241,"WGS 72 / UTM zone 41N",9001,4322,16041,9807,8801,0,9102,8802,63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32242,"WGS 72 / UTM zone 42N",9001,4322,16042,9807,8801,0,9102,8802,69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32243,"WGS 72 / UTM zone 43N",9001,4322,16043,9807,8801,0,9102,8802,75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32244,"WGS 72 / UTM zone 44N",9001,4322,16044,9807,8801,0,9102,8802,81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32245,"WGS 72 / UTM zone 45N",9001,4322,16045,9807,8801,0,9102,8802,87,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32246,"WGS 72 / UTM zone 46N",9001,4322,16046,9807,8801,0,9102,8802,93,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32247,"WGS 72 / UTM zone 47N",9001,4322,16047,9807,8801,0,9102,8802,99,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32248,"WGS 72 / UTM zone 48N",9001,4322,16048,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32249,"WGS 72 / UTM zone 49N",9001,4322,16049,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32250,"WGS 72 / UTM zone 50N",9001,4322,16050,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32251,"WGS 72 / UTM zone 51N",9001,4322,16051,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32252,"WGS 72 / UTM zone 52N",9001,4322,16052,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32253,"WGS 72 / UTM zone 53N",9001,4322,16053,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32254,"WGS 72 / UTM zone 54N",9001,4322,16054,9807,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32255,"WGS 72 / UTM zone 55N",9001,4322,16055,9807,8801,0,9102,8802,147,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32256,"WGS 72 / UTM zone 56N",9001,4322,16056,9807,8801,0,9102,8802,153,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32257,"WGS 72 / UTM zone 57N",9001,4322,16057,9807,8801,0,9102,8802,159,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32258,"WGS 72 / UTM zone 58N",9001,4322,16058,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32259,"WGS 72 / UTM zone 59N",9001,4322,16059,9807,8801,0,9102,8802,171,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32260,"WGS 72 / UTM zone 60N",9001,4322,16060,9807,8801,0,9102,8802,177,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32301,"WGS 72 / UTM zone 1S",9001,4322,16101,9807,8801,0,9102,8802,-177,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32302,"WGS 72 / UTM zone 2S",9001,4322,16102,9807,8801,0,9102,8802,-171,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32303,"WGS 72 / UTM zone 3S",9001,4322,16103,9807,8801,0,9102,8802,-165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32304,"WGS 72 / UTM zone 4S",9001,4322,16104,9807,8801,0,9102,8802,-159,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32305,"WGS 72 / UTM zone 5S",9001,4322,16105,9807,8801,0,9102,8802,-153,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32306,"WGS 72 / UTM zone 6S",9001,4322,16106,9807,8801,0,9102,8802,-147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32307,"WGS 72 / UTM zone 7S",9001,4322,16107,9807,8801,0,9102,8802,-141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32308,"WGS 72 / UTM zone 8S",9001,4322,16108,9807,8801,0,9102,8802,-135,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32309,"WGS 72 / UTM zone 9S",9001,4322,16109,9807,8801,0,9102,8802,-129,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32310,"WGS 72 / UTM zone 10S",9001,4322,16110,9807,8801,0,9102,8802,-123,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32311,"WGS 72 / UTM zone 11S",9001,4322,16111,9807,8801,0,9102,8802,-117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32312,"WGS 72 / UTM zone 12S",9001,4322,16112,9807,8801,0,9102,8802,-111,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32313,"WGS 72 / UTM zone 13S",9001,4322,16113,9807,8801,0,9102,8802,-105,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32314,"WGS 72 / UTM zone 14S",9001,4322,16114,9807,8801,0,9102,8802,-99,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32315,"WGS 72 / UTM zone 15S",9001,4322,16115,9807,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32316,"WGS 72 / UTM zone 16S",9001,4322,16116,9807,8801,0,9102,8802,-87,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32317,"WGS 72 / UTM zone 17S",9001,4322,16117,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32318,"WGS 72 / UTM zone 18S",9001,4322,16118,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32319,"WGS 72 / UTM zone 19S",9001,4322,16119,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32320,"WGS 72 / UTM zone 20S",9001,4322,16120,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32321,"WGS 72 / UTM zone 21S",9001,4322,16121,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32322,"WGS 72 / UTM zone 22S",9001,4322,16122,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32323,"WGS 72 / UTM zone 23S",9001,4322,16123,9807,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32324,"WGS 72 / UTM zone 24S",9001,4322,16124,9807,8801,0,9102,8802,-39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32325,"WGS 72 / UTM zone 25S",9001,4322,16125,9807,8801,0,9102,8802,-33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32326,"WGS 72 / UTM zone 26S",9001,4322,16126,9807,8801,0,9102,8802,-27,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32327,"WGS 72 / UTM zone 27S",9001,4322,16127,9807,8801,0,9102,8802,-21,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32328,"WGS 72 / UTM zone 28S",9001,4322,16128,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32329,"WGS 72 / UTM zone 29S",9001,4322,16129,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32330,"WGS 72 / UTM zone 30S",9001,4322,16130,9807,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32331,"WGS 72 / UTM zone 31S",9001,4322,16131,9807,8801,0,9102,8802,3,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32332,"WGS 72 / UTM zone 32S",9001,4322,16132,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32333,"WGS 72 / UTM zone 33S",9001,4322,16133,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32334,"WGS 72 / UTM zone 34S",9001,4322,16134,9807,8801,0,9102,8802,21,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32335,"WGS 72 / UTM zone 35S",9001,4322,16135,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32336,"WGS 72 / UTM zone 36S",9001,4322,16136,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32337,"WGS 72 / UTM zone 37S",9001,4322,16137,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32338,"WGS 72 / UTM zone 38S",9001,4322,16138,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32339,"WGS 72 / UTM zone 39S",9001,4322,16139,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32340,"WGS 72 / UTM zone 40S",9001,4322,16140,9807,8801,0,9102,8802,57,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32341,"WGS 72 / UTM zone 41S",9001,4322,16141,9807,8801,0,9102,8802,63,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32342,"WGS 72 / UTM zone 42S",9001,4322,16142,9807,8801,0,9102,8802,69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32343,"WGS 72 / UTM zone 43S",9001,4322,16143,9807,8801,0,9102,8802,75,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32344,"WGS 72 / UTM zone 44S",9001,4322,16144,9807,8801,0,9102,8802,81,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32345,"WGS 72 / UTM zone 45S",9001,4322,16145,9807,8801,0,9102,8802,87,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32346,"WGS 72 / UTM zone 46S",9001,4322,16146,9807,8801,0,9102,8802,93,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32347,"WGS 72 / UTM zone 47S",9001,4322,16147,9807,8801,0,9102,8802,99,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32348,"WGS 72 / UTM zone 48S",9001,4322,16148,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32349,"WGS 72 / UTM zone 49S",9001,4322,16149,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32350,"WGS 72 / UTM zone 50S",9001,4322,16150,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32351,"WGS 72 / UTM zone 51S",9001,4322,16151,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32352,"WGS 72 / UTM zone 52S",9001,4322,16152,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32353,"WGS 72 / UTM zone 53S",9001,4322,16153,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32354,"WGS 72 / UTM zone 54S",9001,4322,16154,9807,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32355,"WGS 72 / UTM zone 55S",9001,4322,16155,9807,8801,0,9102,8802,147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32356,"WGS 72 / UTM zone 56S",9001,4322,16156,9807,8801,0,9102,8802,153,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32357,"WGS 72 / UTM zone 57S",9001,4322,16157,9807,8801,0,9102,8802,159,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32358,"WGS 72 / UTM zone 58S",9001,4322,16158,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32359,"WGS 72 / UTM zone 59S",9001,4322,16159,9807,8801,0,9102,8802,171,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32360,"WGS 72 / UTM zone 60S",9001,4322,16160,9807,8801,0,9102,8802,177,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32401,"WGS 72BE / UTM zone 1N",9001,4324,16001,9807,8801,0,9102,8802,-177,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32402,"WGS 72BE / UTM zone 2N",9001,4324,16002,9807,8801,0,9102,8802,-171,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32403,"WGS 72BE / UTM zone 3N",9001,4324,16003,9807,8801,0,9102,8802,-165,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32404,"WGS 72BE / UTM zone 4N",9001,4324,16004,9807,8801,0,9102,8802,-159,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32405,"WGS 72BE / UTM zone 5N",9001,4324,16005,9807,8801,0,9102,8802,-153,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32406,"WGS 72BE / UTM zone 6N",9001,4324,16006,9807,8801,0,9102,8802,-147,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32407,"WGS 72BE / UTM zone 7N",9001,4324,16007,9807,8801,0,9102,8802,-141,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32408,"WGS 72BE / UTM zone 8N",9001,4324,16008,9807,8801,0,9102,8802,-135,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32409,"WGS 72BE / UTM zone 9N",9001,4324,16009,9807,8801,0,9102,8802,-129,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32410,"WGS 72BE / UTM zone 10N",9001,4324,16010,9807,8801,0,9102,8802,-123,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32411,"WGS 72BE / UTM zone 11N",9001,4324,16011,9807,8801,0,9102,8802,-117,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32412,"WGS 72BE / UTM zone 12N",9001,4324,16012,9807,8801,0,9102,8802,-111,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32413,"WGS 72BE / UTM zone 13N",9001,4324,16013,9807,8801,0,9102,8802,-105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32414,"WGS 72BE / UTM zone 14N",9001,4324,16014,9807,8801,0,9102,8802,-99,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32415,"WGS 72BE / UTM zone 15N",9001,4324,16015,9807,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32416,"WGS 72BE / UTM zone 16N",9001,4324,16016,9807,8801,0,9102,8802,-87,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32417,"WGS 72BE / UTM zone 17N",9001,4324,16017,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32418,"WGS 72BE / UTM zone 18N",9001,4324,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32419,"WGS 72BE / UTM zone 19N",9001,4324,16019,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32420,"WGS 72BE / UTM zone 20N",9001,4324,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32421,"WGS 72BE / UTM zone 21N",9001,4324,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32422,"WGS 72BE / UTM zone 22N",9001,4324,16022,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32423,"WGS 72BE / UTM zone 23N",9001,4324,16023,9807,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32424,"WGS 72BE / UTM zone 24N",9001,4324,16024,9807,8801,0,9102,8802,-39,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32425,"WGS 72BE / UTM zone 25N",9001,4324,16025,9807,8801,0,9102,8802,-33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32426,"WGS 72BE / UTM zone 26N",9001,4324,16026,9807,8801,0,9102,8802,-27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32427,"WGS 72BE / UTM zone 27N",9001,4324,16027,9807,8801,0,9102,8802,-21,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32428,"WGS 72BE / UTM zone 28N",9001,4324,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32429,"WGS 72BE / UTM zone 29N",9001,4324,16029,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32430,"WGS 72BE / UTM zone 30N",9001,4324,16030,9807,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32431,"WGS 72BE / UTM zone 31N",9001,4324,16031,9807,8801,0,9102,8802,3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32432,"WGS 72BE / UTM zone 32N",9001,4324,16032,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32433,"WGS 72BE / UTM zone 33N",9001,4324,16033,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32434,"WGS 72BE / UTM zone 34N",9001,4324,16034,9807,8801,0,9102,8802,21,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32435,"WGS 72BE / UTM zone 35N",9001,4324,16035,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32436,"WGS 72BE / UTM zone 36N",9001,4324,16036,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32437,"WGS 72BE / UTM zone 37N",9001,4324,16037,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32438,"WGS 72BE / UTM zone 38N",9001,4324,16038,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32439,"WGS 72BE / UTM zone 39N",9001,4324,16039,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32440,"WGS 72BE / UTM zone 40N",9001,4324,16040,9807,8801,0,9102,8802,57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32441,"WGS 72BE / UTM zone 41N",9001,4324,16041,9807,8801,0,9102,8802,63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32442,"WGS 72BE / UTM zone 42N",9001,4324,16042,9807,8801,0,9102,8802,69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32443,"WGS 72BE / UTM zone 43N",9001,4324,16043,9807,8801,0,9102,8802,75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32444,"WGS 72BE / UTM zone 44N",9001,4324,16044,9807,8801,0,9102,8802,81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32445,"WGS 72BE / UTM zone 45N",9001,4324,16045,9807,8801,0,9102,8802,87,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32446,"WGS 72BE / UTM zone 46N",9001,4324,16046,9807,8801,0,9102,8802,93,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32447,"WGS 72BE / UTM zone 47N",9001,4324,16047,9807,8801,0,9102,8802,99,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32448,"WGS 72BE / UTM zone 48N",9001,4324,16048,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32449,"WGS 72BE / UTM zone 49N",9001,4324,16049,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32450,"WGS 72BE / UTM zone 50N",9001,4324,16050,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32451,"WGS 72BE / UTM zone 51N",9001,4324,16051,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32452,"WGS 72BE / UTM zone 52N",9001,4324,16052,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32453,"WGS 72BE / UTM zone 53N",9001,4324,16053,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32454,"WGS 72BE / UTM zone 54N",9001,4324,16054,9807,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32455,"WGS 72BE / UTM zone 55N",9001,4324,16055,9807,8801,0,9102,8802,147,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32456,"WGS 72BE / UTM zone 56N",9001,4324,16056,9807,8801,0,9102,8802,153,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32457,"WGS 72BE / UTM zone 57N",9001,4324,16057,9807,8801,0,9102,8802,159,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32458,"WGS 72BE / UTM zone 58N",9001,4324,16058,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32459,"WGS 72BE / UTM zone 59N",9001,4324,16059,9807,8801,0,9102,8802,171,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32460,"WGS 72BE / UTM zone 60N",9001,4324,16060,9807,8801,0,9102,8802,177,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32501,"WGS 72BE / UTM zone 1S",9001,4324,16101,9807,8801,0,9102,8802,-177,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32502,"WGS 72BE / UTM zone 2S",9001,4324,16102,9807,8801,0,9102,8802,-171,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32503,"WGS 72BE / UTM zone 3S",9001,4324,16103,9807,8801,0,9102,8802,-165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32504,"WGS 72BE / UTM zone 4S",9001,4324,16104,9807,8801,0,9102,8802,-159,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32505,"WGS 72BE / UTM zone 5S",9001,4324,16105,9807,8801,0,9102,8802,-153,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32506,"WGS 72BE / UTM zone 6S",9001,4324,16106,9807,8801,0,9102,8802,-147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32507,"WGS 72BE / UTM zone 7S",9001,4324,16107,9807,8801,0,9102,8802,-141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32508,"WGS 72BE / UTM zone 8S",9001,4324,16108,9807,8801,0,9102,8802,-135,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32509,"WGS 72BE / UTM zone 9S",9001,4324,16109,9807,8801,0,9102,8802,-129,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32510,"WGS 72BE / UTM zone 10S",9001,4324,16110,9807,8801,0,9102,8802,-123,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32511,"WGS 72BE / UTM zone 11S",9001,4324,16111,9807,8801,0,9102,8802,-117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32512,"WGS 72BE / UTM zone 12S",9001,4324,16112,9807,8801,0,9102,8802,-111,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32513,"WGS 72BE / UTM zone 13S",9001,4324,16113,9807,8801,0,9102,8802,-105,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32514,"WGS 72BE / UTM zone 14S",9001,4324,16114,9807,8801,0,9102,8802,-99,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32515,"WGS 72BE / UTM zone 15S",9001,4324,16115,9807,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32516,"WGS 72BE / UTM zone 16S",9001,4324,16116,9807,8801,0,9102,8802,-87,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32517,"WGS 72BE / UTM zone 17S",9001,4324,16117,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32518,"WGS 72BE / UTM zone 18S",9001,4324,16118,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32519,"WGS 72BE / UTM zone 19S",9001,4324,16119,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32520,"WGS 72BE / UTM zone 20S",9001,4324,16120,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32521,"WGS 72BE / UTM zone 21S",9001,4324,16121,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32522,"WGS 72BE / UTM zone 22S",9001,4324,16122,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32523,"WGS 72BE / UTM zone 23S",9001,4324,16123,9807,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32524,"WGS 72BE / UTM zone 24S",9001,4324,16124,9807,8801,0,9102,8802,-39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32525,"WGS 72BE / UTM zone 25S",9001,4324,16125,9807,8801,0,9102,8802,-33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32526,"WGS 72BE / UTM zone 26S",9001,4324,16126,9807,8801,0,9102,8802,-27,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32527,"WGS 72BE / UTM zone 27S",9001,4324,16127,9807,8801,0,9102,8802,-21,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32528,"WGS 72BE / UTM zone 28S",9001,4324,16128,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32529,"WGS 72BE / UTM zone 29S",9001,4324,16129,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32530,"WGS 72BE / UTM zone 30S",9001,4324,16130,9807,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32531,"WGS 72BE / UTM zone 31S",9001,4324,16131,9807,8801,0,9102,8802,3,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32532,"WGS 72BE / UTM zone 32S",9001,4324,16132,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32533,"WGS 72BE / UTM zone 33S",9001,4324,16133,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32534,"WGS 72BE / UTM zone 34S",9001,4324,16134,9807,8801,0,9102,8802,21,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32535,"WGS 72BE / UTM zone 35S",9001,4324,16135,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32536,"WGS 72BE / UTM zone 36S",9001,4324,16136,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32537,"WGS 72BE / UTM zone 37S",9001,4324,16137,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32538,"WGS 72BE / UTM zone 38S",9001,4324,16138,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32539,"WGS 72BE / UTM zone 39S",9001,4324,16139,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32540,"WGS 72BE / UTM zone 40S",9001,4324,16140,9807,8801,0,9102,8802,57,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32541,"WGS 72BE / UTM zone 41S",9001,4324,16141,9807,8801,0,9102,8802,63,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32542,"WGS 72BE / UTM zone 42S",9001,4324,16142,9807,8801,0,9102,8802,69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32543,"WGS 72BE / UTM zone 43S",9001,4324,16143,9807,8801,0,9102,8802,75,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32544,"WGS 72BE / UTM zone 44S",9001,4324,16144,9807,8801,0,9102,8802,81,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32545,"WGS 72BE / UTM zone 45S",9001,4324,16145,9807,8801,0,9102,8802,87,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32546,"WGS 72BE / UTM zone 46S",9001,4324,16146,9807,8801,0,9102,8802,93,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32547,"WGS 72BE / UTM zone 47S",9001,4324,16147,9807,8801,0,9102,8802,99,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32548,"WGS 72BE / UTM zone 48S",9001,4324,16148,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32549,"WGS 72BE / UTM zone 49S",9001,4324,16149,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32550,"WGS 72BE / UTM zone 50S",9001,4324,16150,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32551,"WGS 72BE / UTM zone 51S",9001,4324,16151,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32552,"WGS 72BE / UTM zone 52S",9001,4324,16152,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32553,"WGS 72BE / UTM zone 53S",9001,4324,16153,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32554,"WGS 72BE / UTM zone 54S",9001,4324,16154,9807,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32555,"WGS 72BE / UTM zone 55S",9001,4324,16155,9807,8801,0,9102,8802,147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32556,"WGS 72BE / UTM zone 56S",9001,4324,16156,9807,8801,0,9102,8802,153,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32557,"WGS 72BE / UTM zone 57S",9001,4324,16157,9807,8801,0,9102,8802,159,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32558,"WGS 72BE / UTM zone 58S",9001,4324,16158,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32559,"WGS 72BE / UTM zone 59S",9001,4324,16159,9807,8801,0,9102,8802,171,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32560,"WGS 72BE / UTM zone 60S",9001,4324,16160,9807,8801,0,9102,8802,177,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32600,"WGS 84 / UTM grid system (northern hemisphere)",9001,4326,16000,9824,8801,0,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,8830,-180,9102,8831,6,9102,,,
-32601,"WGS 84 / UTM zone 1N",9001,4326,16001,9807,8801,0,9102,8802,-177,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32602,"WGS 84 / UTM zone 2N",9001,4326,16002,9807,8801,0,9102,8802,-171,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32603,"WGS 84 / UTM zone 3N",9001,4326,16003,9807,8801,0,9102,8802,-165,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32604,"WGS 84 / UTM zone 4N",9001,4326,16004,9807,8801,0,9102,8802,-159,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32605,"WGS 84 / UTM zone 5N",9001,4326,16005,9807,8801,0,9102,8802,-153,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32606,"WGS 84 / UTM zone 6N",9001,4326,16006,9807,8801,0,9102,8802,-147,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32607,"WGS 84 / UTM zone 7N",9001,4326,16007,9807,8801,0,9102,8802,-141,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32608,"WGS 84 / UTM zone 8N",9001,4326,16008,9807,8801,0,9102,8802,-135,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32609,"WGS 84 / UTM zone 9N",9001,4326,16009,9807,8801,0,9102,8802,-129,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32610,"WGS 84 / UTM zone 10N",9001,4326,16010,9807,8801,0,9102,8802,-123,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32611,"WGS 84 / UTM zone 11N",9001,4326,16011,9807,8801,0,9102,8802,-117,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32612,"WGS 84 / UTM zone 12N",9001,4326,16012,9807,8801,0,9102,8802,-111,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32613,"WGS 84 / UTM zone 13N",9001,4326,16013,9807,8801,0,9102,8802,-105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32614,"WGS 84 / UTM zone 14N",9001,4326,16014,9807,8801,0,9102,8802,-99,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32615,"WGS 84 / UTM zone 15N",9001,4326,16015,9807,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32616,"WGS 84 / UTM zone 16N",9001,4326,16016,9807,8801,0,9102,8802,-87,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32617,"WGS 84 / UTM zone 17N",9001,4326,16017,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32618,"WGS 84 / UTM zone 18N",9001,4326,16018,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32619,"WGS 84 / UTM zone 19N",9001,4326,16019,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32620,"WGS 84 / UTM zone 20N",9001,4326,16020,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32621,"WGS 84 / UTM zone 21N",9001,4326,16021,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32622,"WGS 84 / UTM zone 22N",9001,4326,16022,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32623,"WGS 84 / UTM zone 23N",9001,4326,16023,9807,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32624,"WGS 84 / UTM zone 24N",9001,4326,16024,9807,8801,0,9102,8802,-39,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32625,"WGS 84 / UTM zone 25N",9001,4326,16025,9807,8801,0,9102,8802,-33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32626,"WGS 84 / UTM zone 26N",9001,4326,16026,9807,8801,0,9102,8802,-27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32627,"WGS 84 / UTM zone 27N",9001,4326,16027,9807,8801,0,9102,8802,-21,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32628,"WGS 84 / UTM zone 28N",9001,4326,16028,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32629,"WGS 84 / UTM zone 29N",9001,4326,16029,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32630,"WGS 84 / UTM zone 30N",9001,4326,16030,9807,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32631,"WGS 84 / UTM zone 31N",9001,4326,16031,9807,8801,0,9102,8802,3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32632,"WGS 84 / UTM zone 32N",9001,4326,16032,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32633,"WGS 84 / UTM zone 33N",9001,4326,16033,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32634,"WGS 84 / UTM zone 34N",9001,4326,16034,9807,8801,0,9102,8802,21,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32635,"WGS 84 / UTM zone 35N",9001,4326,16035,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32636,"WGS 84 / UTM zone 36N",9001,4326,16036,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32637,"WGS 84 / UTM zone 37N",9001,4326,16037,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32638,"WGS 84 / UTM zone 38N",9001,4326,16038,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32639,"WGS 84 / UTM zone 39N",9001,4326,16039,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32640,"WGS 84 / UTM zone 40N",9001,4326,16040,9807,8801,0,9102,8802,57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32641,"WGS 84 / UTM zone 41N",9001,4326,16041,9807,8801,0,9102,8802,63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32642,"WGS 84 / UTM zone 42N",9001,4326,16042,9807,8801,0,9102,8802,69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32643,"WGS 84 / UTM zone 43N",9001,4326,16043,9807,8801,0,9102,8802,75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32644,"WGS 84 / UTM zone 44N",9001,4326,16044,9807,8801,0,9102,8802,81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32645,"WGS 84 / UTM zone 45N",9001,4326,16045,9807,8801,0,9102,8802,87,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32646,"WGS 84 / UTM zone 46N",9001,4326,16046,9807,8801,0,9102,8802,93,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32647,"WGS 84 / UTM zone 47N",9001,4326,16047,9807,8801,0,9102,8802,99,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32648,"WGS 84 / UTM zone 48N",9001,4326,16048,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32649,"WGS 84 / UTM zone 49N",9001,4326,16049,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32650,"WGS 84 / UTM zone 50N",9001,4326,16050,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32651,"WGS 84 / UTM zone 51N",9001,4326,16051,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32652,"WGS 84 / UTM zone 52N",9001,4326,16052,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32653,"WGS 84 / UTM zone 53N",9001,4326,16053,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32654,"WGS 84 / UTM zone 54N",9001,4326,16054,9807,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32655,"WGS 84 / UTM zone 55N",9001,4326,16055,9807,8801,0,9102,8802,147,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32656,"WGS 84 / UTM zone 56N",9001,4326,16056,9807,8801,0,9102,8802,153,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32657,"WGS 84 / UTM zone 57N",9001,4326,16057,9807,8801,0,9102,8802,159,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32658,"WGS 84 / UTM zone 58N",9001,4326,16058,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32659,"WGS 84 / UTM zone 59N",9001,4326,16059,9807,8801,0,9102,8802,171,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32660,"WGS 84 / UTM zone 60N",9001,4326,16060,9807,8801,0,9102,8802,177,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-32661,"WGS 84 / UPS North",9001,4326,16061,9810,8801,90,9102,8802,0,9102,8805,0.994,9201,8806,2000000,9001,8807,2000000,9001,,,,,,
-32662,"WGS 84 / Plate Carree",9001,4326,19968,9823,8801,0,9102,8802,0,9102,,,,,,,,,,,,,,,
-32700,"WGS 84 / UTM grid system (southern hemisphere)",9001,4326,16100,9824,8801,0,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,8830,-180,9102,8831,6,9102,,,
-32701,"WGS 84 / UTM zone 1S",9001,4326,16101,9807,8801,0,9102,8802,-177,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32702,"WGS 84 / UTM zone 2S",9001,4326,16102,9807,8801,0,9102,8802,-171,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32703,"WGS 84 / UTM zone 3S",9001,4326,16103,9807,8801,0,9102,8802,-165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32704,"WGS 84 / UTM zone 4S",9001,4326,16104,9807,8801,0,9102,8802,-159,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32705,"WGS 84 / UTM zone 5S",9001,4326,16105,9807,8801,0,9102,8802,-153,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32706,"WGS 84 / UTM zone 6S",9001,4326,16106,9807,8801,0,9102,8802,-147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32707,"WGS 84 / UTM zone 7S",9001,4326,16107,9807,8801,0,9102,8802,-141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32708,"WGS 84 / UTM zone 8S",9001,4326,16108,9807,8801,0,9102,8802,-135,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32709,"WGS 84 / UTM zone 9S",9001,4326,16109,9807,8801,0,9102,8802,-129,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32710,"WGS 84 / UTM zone 10S",9001,4326,16110,9807,8801,0,9102,8802,-123,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32711,"WGS 84 / UTM zone 11S",9001,4326,16111,9807,8801,0,9102,8802,-117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32712,"WGS 84 / UTM zone 12S",9001,4326,16112,9807,8801,0,9102,8802,-111,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32713,"WGS 84 / UTM zone 13S",9001,4326,16113,9807,8801,0,9102,8802,-105,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32714,"WGS 84 / UTM zone 14S",9001,4326,16114,9807,8801,0,9102,8802,-99,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32715,"WGS 84 / UTM zone 15S",9001,4326,16115,9807,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32716,"WGS 84 / UTM zone 16S",9001,4326,16116,9807,8801,0,9102,8802,-87,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32717,"WGS 84 / UTM zone 17S",9001,4326,16117,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32718,"WGS 84 / UTM zone 18S",9001,4326,16118,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32719,"WGS 84 / UTM zone 19S",9001,4326,16119,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32720,"WGS 84 / UTM zone 20S",9001,4326,16120,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32721,"WGS 84 / UTM zone 21S",9001,4326,16121,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32722,"WGS 84 / UTM zone 22S",9001,4326,16122,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32723,"WGS 84 / UTM zone 23S",9001,4326,16123,9807,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32724,"WGS 84 / UTM zone 24S",9001,4326,16124,9807,8801,0,9102,8802,-39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32725,"WGS 84 / UTM zone 25S",9001,4326,16125,9807,8801,0,9102,8802,-33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32726,"WGS 84 / UTM zone 26S",9001,4326,16126,9807,8801,0,9102,8802,-27,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32727,"WGS 84 / UTM zone 27S",9001,4326,16127,9807,8801,0,9102,8802,-21,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32728,"WGS 84 / UTM zone 28S",9001,4326,16128,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32729,"WGS 84 / UTM zone 29S",9001,4326,16129,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32730,"WGS 84 / UTM zone 30S",9001,4326,16130,9807,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32731,"WGS 84 / UTM zone 31S",9001,4326,16131,9807,8801,0,9102,8802,3,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32732,"WGS 84 / UTM zone 32S",9001,4326,16132,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32733,"WGS 84 / UTM zone 33S",9001,4326,16133,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32734,"WGS 84 / UTM zone 34S",9001,4326,16134,9807,8801,0,9102,8802,21,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32735,"WGS 84 / UTM zone 35S",9001,4326,16135,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32736,"WGS 84 / UTM zone 36S",9001,4326,16136,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32737,"WGS 84 / UTM zone 37S",9001,4326,16137,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32738,"WGS 84 / UTM zone 38S",9001,4326,16138,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32739,"WGS 84 / UTM zone 39S",9001,4326,16139,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32740,"WGS 84 / UTM zone 40S",9001,4326,16140,9807,8801,0,9102,8802,57,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32741,"WGS 84 / UTM zone 41S",9001,4326,16141,9807,8801,0,9102,8802,63,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32742,"WGS 84 / UTM zone 42S",9001,4326,16142,9807,8801,0,9102,8802,69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32743,"WGS 84 / UTM zone 43S",9001,4326,16143,9807,8801,0,9102,8802,75,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32744,"WGS 84 / UTM zone 44S",9001,4326,16144,9807,8801,0,9102,8802,81,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32745,"WGS 84 / UTM zone 45S",9001,4326,16145,9807,8801,0,9102,8802,87,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32746,"WGS 84 / UTM zone 46S",9001,4326,16146,9807,8801,0,9102,8802,93,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32747,"WGS 84 / UTM zone 47S",9001,4326,16147,9807,8801,0,9102,8802,99,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32748,"WGS 84 / UTM zone 48S",9001,4326,16148,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32749,"WGS 84 / UTM zone 49S",9001,4326,16149,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32750,"WGS 84 / UTM zone 50S",9001,4326,16150,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32751,"WGS 84 / UTM zone 51S",9001,4326,16151,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32752,"WGS 84 / UTM zone 52S",9001,4326,16152,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32753,"WGS 84 / UTM zone 53S",9001,4326,16153,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32754,"WGS 84 / UTM zone 54S",9001,4326,16154,9807,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32755,"WGS 84 / UTM zone 55S",9001,4326,16155,9807,8801,0,9102,8802,147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32756,"WGS 84 / UTM zone 56S",9001,4326,16156,9807,8801,0,9102,8802,153,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32757,"WGS 84 / UTM zone 57S",9001,4326,16157,9807,8801,0,9102,8802,159,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32758,"WGS 84 / UTM zone 58S",9001,4326,16158,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32759,"WGS 84 / UTM zone 59S",9001,4326,16159,9807,8801,0,9102,8802,171,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32760,"WGS 84 / UTM zone 60S",9001,4326,16160,9807,8801,0,9102,8802,177,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-32761,"WGS 84 / UPS South",9001,4326,16161,9810,8801,-90,9102,8802,0,9102,8805,0.994,9201,8806,2000000,9001,8807,2000000,9001,,,,,,
-32766,"WGS 84 / TM 36 SE",9001,4326,16636,9807,8801,0,9102,8802,36,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
+"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"
+2000,"Anguilla 1957 / British West Indies Grid",9001,4600,19942,9807,1,0,8801,0,9102,8802,-62,9102,8807,0,9001,8805,0.9995,9201,8806,400000,9001,,,,,,
+2001,"Antigua 1943 / British West Indies Grid",9001,4601,19942,9807,1,0,8801,0,9102,8802,-62,9102,8807,0,9001,8805,0.9995,9201,8806,400000,9001,,,,,,
+2002,"Dominica 1945 / British West Indies Grid",9001,4602,19942,9807,1,0,8801,0,9102,8802,-62,9102,8807,0,9001,8805,0.9995,9201,8806,400000,9001,,,,,,
+2003,"Grenada 1953 / British West Indies Grid",9001,4603,19942,9807,1,0,8801,0,9102,8802,-62,9102,8807,0,9001,8805,0.9995,9201,8806,400000,9001,,,,,,
+2004,"Montserrat 1958 / British West Indies Grid",9001,4604,19942,9807,1,0,8801,0,9102,8802,-62,9102,8807,0,9001,8805,0.9995,9201,8806,400000,9001,,,,,,
+2005,"St. Kitts 1955 / British West Indies Grid",9001,4605,19942,9807,1,0,8801,0,9102,8802,-62,9102,8807,0,9001,8805,0.9995,9201,8806,400000,9001,,,,,,
+2006,"St. Lucia 1955 / British West Indies Grid",9001,4606,19942,9807,1,0,8801,0,9102,8802,-62,9102,8807,0,9001,8805,0.9995,9201,8806,400000,9001,,,,,,
+2007,"St. Vincent 45 / British West Indies Grid",9001,4607,19942,9807,1,0,8801,0,9102,8802,-62,9102,8807,0,9001,8805,0.9995,9201,8806,400000,9001,,,,,,
+2008,"NAD27(CGQ77) / SCoPQ zone 2",9001,4609,17700,9807,1,0,8806,304800,9001,8805,0.9999,9201,8802,-55.3,9110,8807,0,9001,8801,0,9110,,,,,,
+2009,"NAD27(CGQ77) / SCoPQ zone 3",9001,4609,17703,9807,1,0,8807,0,9001,8801,0,9110,8806,304800,9001,8805,0.9999,9201,8802,-58.3,9110,,,,,,
+2010,"NAD27(CGQ77) / SCoPQ zone 4",9001,4609,17704,9807,1,0,8805,0.9999,9201,8802,-61.3,9110,8801,0,9110,8806,304800,9001,8807,0,9001,,,,,,
+2011,"NAD27(CGQ77) / SCoPQ zone 5",9001,4609,17705,9807,1,0,8802,-64.3,9110,8806,304800,9001,8807,0,9001,8801,0,9110,8805,0.9999,9201,,,,,,
+2012,"NAD27(CGQ77) / SCoPQ zone 6",9001,4609,17706,9807,1,0,8801,0,9110,8802,-67.3,9110,8807,0,9001,8806,304800,9001,8805,0.9999,9201,,,,,,
+2013,"NAD27(CGQ77) / SCoPQ zone 7",9001,4609,17707,9807,1,0,8801,0,9110,8806,304800,9001,8805,0.9999,9201,8802,-70.3,9110,8807,0,9001,,,,,,
+2014,"NAD27(CGQ77) / SCoPQ zone 8",9001,4609,17708,9807,1,0,8805,0.9999,9201,8802,-73.3,9110,8801,0,9110,8807,0,9001,8806,304800,9001,,,,,,
+2015,"NAD27(CGQ77) / SCoPQ zone 9",9001,4609,17709,9807,1,0,8802,-76.3,9110,8805,0.9999,9201,8807,0,9001,8806,304800,9001,8801,0,9110,,,,,,
+2016,"NAD27(CGQ77) / SCoPQ zone 10",9001,4609,17710,9807,1,0,8802,-79.3,9110,8801,0,9110,8807,0,9001,8806,304800,9001,8805,0.9999,9201,,,,,,
+2017,"NAD27(76) / MTM zone 8",9001,4608,17708,9807,1,0,8805,0.9999,9201,8802,-73.3,9110,8801,0,9110,8807,0,9001,8806,304800,9001,,,,,,
+2018,"NAD27(76) / MTM zone 9",9001,4608,17709,9807,1,0,8802,-76.3,9110,8805,0.9999,9201,8807,0,9001,8806,304800,9001,8801,0,9110,,,,,,
+2019,"NAD27(76) / MTM zone 10",9001,4608,17710,9807,1,0,8802,-79.3,9110,8801,0,9110,8807,0,9001,8806,304800,9001,8805,0.9999,9201,,,,,,
+2020,"NAD27(76) / MTM zone 11",9001,4608,17711,9807,1,0,8801,0,9110,8806,304800,9001,8805,0.9999,9201,8802,-82.3,9110,8807,0,9001,,,,,,
+2021,"NAD27(76) / MTM zone 12",9001,4608,17712,9807,1,0,8805,0.9999,9201,8802,-81,9102,8806,304800,9001,8807,0,9001,8801,0,9102,,,,,,
+2022,"NAD27(76) / MTM zone 13",9001,4608,17713,9807,1,0,8805,0.9999,9201,8802,-84,9102,8807,0,9001,8806,304800,9001,8801,0,9102,,,,,,
+2023,"NAD27(76) / MTM zone 14",9001,4608,17714,9807,1,0,8801,0,9102,8802,-87,9102,8807,0,9001,8806,304800,9001,8805,0.9999,9201,,,,,,
+2024,"NAD27(76) / MTM zone 15",9001,4608,17715,9807,1,0,8807,0,9001,8805,0.9999,9201,8801,0,9102,8802,-90,9102,8806,304800,9001,,,,,,
+2025,"NAD27(76) / MTM zone 16",9001,4608,17716,9807,1,0,8806,304800,9001,8805,0.9999,9201,8802,-93,9102,8807,0,9001,8801,0,9102,,,,,,
+2026,"NAD27(76) / MTM zone 17",9001,4608,17717,9807,1,0,8806,304800,9001,8802,-96,9102,8801,0,9102,8805,0.9999,9201,8807,0,9001,,,,,,
+2027,"NAD27(76) / UTM zone 15N",9001,4608,16015,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-93,9102,,,,,,
+2028,"NAD27(76) / UTM zone 16N",9001,4608,16016,9807,1,0,8805,0.9996,9201,8802,-87,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2029,"NAD27(76) / UTM zone 17N",9001,4608,16017,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+2030,"NAD27(76) / UTM zone 18N",9001,4608,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+2031,"NAD27(CGQ77) / UTM zone 17N",9001,4609,16017,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+2032,"NAD27(CGQ77) / UTM zone 18N",9001,4609,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+2033,"NAD27(CGQ77) / UTM zone 19N",9001,4609,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+2034,"NAD27(CGQ77) / UTM zone 20N",9001,4609,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+2035,"NAD27(CGQ77) / UTM zone 21N",9001,4609,16021,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+2036,"NAD83(CSRS98) / New Brunswick Stereo",9001,4140,19946,9809,1,1,8802,-66.3,9110,8806,2500000,9001,8801,46.3,9110,8805,0.999912,9201,8807,7500000,9001,,,,,,
+2037,"NAD83(CSRS98) / UTM zone 19N",9001,4140,16019,9807,1,1,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+2038,"NAD83(CSRS98) / UTM zone 20N",9001,4140,16020,9807,1,1,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+2039,"Israel / Israeli TM Grid",9001,4141,18204,9807,1,0,8807,626907.39,9001,8802,35.1216261,9110,8801,31.4403817,9110,8806,219529.584,9001,8805,1.0000067,9201,,,,,,
+2040,"Locodjo 1965 / UTM zone 30N",9001,4142,16030,9807,1,0,8805,0.9996,9201,8802,-3,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2041,"Abidjan 1987 / UTM zone 30N",9001,4143,16030,9807,1,0,8805,0.9996,9201,8802,-3,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2042,"Locodjo 1965 / UTM zone 29N",9001,4142,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+2043,"Abidjan 1987 / UTM zone 29N",9001,4143,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+2044,"Hanoi 1972 / Gauss-Kruger zone 18",9001,4147,16218,9807,1,0,8805,1,9201,8802,105,9102,8801,0,9102,8806,18500000,9001,8807,0,9001,,,,,,
+2045,"Hanoi 1972 / Gauss-Kruger zone 19",9001,4147,16219,9807,1,0,8806,19500000,9001,8805,1,9201,8802,111,9102,8801,0,9102,8807,0,9001,,,,,,
+2046,"Hartebeesthoek94 / Lo15",9001,4148,17515,9808,1,0,8806,0,9001,8802,15,9102,8801,0,9102,8805,1,9201,8807,0,9001,,,,,,
+2047,"Hartebeesthoek94 / Lo17",9001,4148,17517,9808,1,0,8805,1,9201,8802,17,9102,8806,0,9001,8801,0,9102,8807,0,9001,,,,,,
+2048,"Hartebeesthoek94 / Lo19",9001,4148,17519,9808,1,0,8802,19,9102,8807,0,9001,8801,0,9102,8806,0,9001,8805,1,9201,,,,,,
+2049,"Hartebeesthoek94 / Lo21",9001,4148,17521,9808,1,0,8805,1,9201,8802,21,9102,8801,0,9102,8806,0,9001,8807,0,9001,,,,,,
+2050,"Hartebeesthoek94 / Lo23",9001,4148,17523,9808,1,0,8801,0,9102,8805,1,9201,8806,0,9001,8802,23,9102,8807,0,9001,,,,,,
+2051,"Hartebeesthoek94 / Lo25",9001,4148,17525,9808,1,0,8805,1,9201,8801,0,9102,8802,25,9102,8807,0,9001,8806,0,9001,,,,,,
+2052,"Hartebeesthoek94 / Lo27",9001,4148,17527,9808,1,0,8801,0,9102,8806,0,9001,8805,1,9201,8802,27,9102,8807,0,9001,,,,,,
+2053,"Hartebeesthoek94 / Lo29",9001,4148,17529,9808,1,0,8801,0,9102,8807,0,9001,8806,0,9001,8805,1,9201,8802,29,9102,,,,,,
+2054,"Hartebeesthoek94 / Lo31",9001,4148,17531,9808,1,0,8807,0,9001,8806,0,9001,8805,1,9201,8802,31,9102,8801,0,9102,,,,,,
+2055,"Hartebeesthoek94 / Lo33",9001,4148,17533,9808,1,0,8802,33,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,0,9001,,,,,,
+2056,"CH1903+ / LV95",9001,4150,19950,9815,1,0,8812,7.26225,9110,8813,90,9110,8811,46.570866,9110,8815,1,9201,8817,1200000,9001,8814,90,9110,8816,2600000,9001
+2057,"Rassadiran / Nakhl e Taqi",9001,4153,19951,9815,1,0,8816,658377.437,9001,8815,0.999895934,9201,8817,3044969.194,9001,8813,0.34179803,9110,8811,27.31077837,9110,8812,52.3612741,9110,8814,0.34179803,9110
+2058,"ED50(ED77) / UTM zone 38N",9001,4154,16038,9807,1,0,8802,45,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+2059,"ED50(ED77) / UTM zone 39N",9001,4154,16039,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,51,9102,,,,,,
+2060,"ED50(ED77) / UTM zone 40N",9001,4154,16040,9807,1,0,8802,57,9102,8801,0,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
+2061,"ED50(ED77) / UTM zone 41N",9001,4154,16041,9807,1,0,8805,0.9996,9201,8802,63,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2062,"Madrid 1870 (Madrid) / Spain",9001,4903,19921,9801,1,0,8806,600000,9001,8801,40,9102,8807,600000,9001,8802,0,9102,8805,0.9988085293,9201,,,,,,
+2063,"Dabola 1981 / UTM zone 28N",9001,4315,16028,9807,1,1,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+2064,"Dabola 1981 / UTM zone 29N",9001,4315,16029,9807,1,1,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+2065,"S-JTSK (Ferro) / Krovak",9001,4818,19952,9819,1,0,8819,0.9999,9201,8812,42.3,9110,8816,0,9001,8817,0,9001,8818,78.3,9110,8813,30.1717303,9110,8811,49.3,9110
+2066,"Mount Dillon / Tobago Grid",9039,4157,19924,9806,1,0,8807,180000,9039,8801,11.1507843,9110,8806,187500,9039,8802,-60.4109632,9110,,,,,,,,,
+2067,"Naparima 1955 / UTM zone 20N",9001,4158,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+2068,"ELD79 / Libya zone 5",9001,4159,18240,9807,1,0,8806,200000,9001,8807,0,9001,8805,0.9999,9201,8801,0,9102,8802,9,9102,,,,,,
+2069,"ELD79 / Libya zone 6",9001,4159,18241,9807,1,0,8802,11,9102,8807,0,9001,8805,0.9999,9201,8806,200000,9001,8801,0,9102,,,,,,
+2070,"ELD79 / Libya zone 7",9001,4159,18242,9807,1,0,8807,0,9001,8806,200000,9001,8805,0.9999,9201,8801,0,9102,8802,13,9102,,,,,,
+2071,"ELD79 / Libya zone 8",9001,4159,18243,9807,1,0,8801,0,9102,8806,200000,9001,8805,0.9999,9201,8807,0,9001,8802,15,9102,,,,,,
+2072,"ELD79 / Libya zone 9",9001,4159,18244,9807,1,0,8802,17,9102,8807,0,9001,8801,0,9102,8805,0.9999,9201,8806,200000,9001,,,,,,
+2073,"ELD79 / Libya zone 10",9001,4159,18245,9807,1,0,8801,0,9102,8806,200000,9001,8802,19,9102,8805,0.9999,9201,8807,0,9001,,,,,,
+2074,"ELD79 / Libya zone 11",9001,4159,18246,9807,1,0,8807,0,9001,8801,0,9102,8802,21,9102,8806,200000,9001,8805,0.9999,9201,,,,,,
+2075,"ELD79 / Libya zone 12",9001,4159,18247,9807,1,0,8807,0,9001,8805,0.9999,9201,8802,23,9102,8801,0,9102,8806,200000,9001,,,,,,
+2076,"ELD79 / Libya zone 13",9001,4159,18248,9807,1,0,8801,0,9102,8806,200000,9001,8802,25,9102,8807,0,9001,8805,0.9999,9201,,,,,,
+2077,"ELD79 / UTM zone 32N",9001,4159,16032,9807,1,0,8805,0.9996,9201,8802,9,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2078,"ELD79 / UTM zone 33N",9001,4159,16033,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,15,9102,8801,0,9102,,,,,,
+2079,"ELD79 / UTM zone 34N",9001,4159,16034,9807,1,0,8801,0,9102,8807,0,9001,8802,21,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+2080,"ELD79 / UTM zone 35N",9001,4159,16035,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,27,9102,8807,0,9001,,,,,,
+2081,"Chos Malal 1914 / Argentina zone 2",9001,4160,18032,9807,1,0,8807,0,9001,8802,-69,9102,8806,2500000,9001,8805,1,9201,8801,-90,9102,,,,,,
+2082,"Pampa del Castillo / Argentina zone 2",9001,4161,18032,9807,1,0,8807,0,9001,8802,-69,9102,8806,2500000,9001,8805,1,9201,8801,-90,9102,,,,,,
+2083,"Hito XVIII 1963 / Argentina zone 2",9001,4254,18032,9807,1,0,8807,0,9001,8802,-69,9102,8806,2500000,9001,8805,1,9201,8801,-90,9102,,,,,,
+2084,"Hito XVIII 1963 / UTM zone 19S",9001,4254,16119,9807,1,0,8805,0.9996,9201,8802,-69,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+2085,"NAD27 / Cuba Norte",9001,4267,18061,9801,1,0,8807,280296.016,9001,8801,22.21,9110,8805,0.99993602,9201,8802,-81,9110,8806,500000,9001,,,,,,
+2086,"NAD27 / Cuba Sur",9001,4267,18062,9801,1,0,8801,20.43,9110,8802,-76.5,9110,8805,0.99994848,9201,8807,229126.939,9001,8806,500000,9001,,,,,,
+2087,"ELD79 / TM 12 NE",9001,4159,16412,9807,1,0,8807,0,9001,8805,0.9996,9201,8802,12,9102,8801,0,9102,8806,500000,9001,,,,,,
+2088,"Carthage / TM 11 NE",9001,4223,16411,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,11,9102,8807,0,9001,,,,,,
+2089,"Yemen NGN96 / UTM zone 38N",9001,4163,16038,9807,1,0,8802,45,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+2090,"Yemen NGN96 / UTM zone 39N",9001,4163,16039,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,51,9102,,,,,,
+2091,"South Yemen / Gauss Kruger zone 8",9001,4164,16208,9807,1,1,8806,8500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,8807,0,9001,,,,,,
+2092,"South Yemen / Gauss Kruger zone 9",9001,4164,16209,9807,1,1,8801,0,9102,8807,0,9001,8802,51,9102,8806,9500000,9001,8805,1,9201,,,,,,
+2093,"Hanoi 1972 / GK 106 NE",9001,4147,16586,9807,1,0,8805,1,9201,8802,106,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2094,"WGS 72BE / TM 106 NE",9001,4324,16506,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,106,9102,8806,500000,9001,8807,0,9001,,,,,,
+2095,"Bissau / UTM zone 28N",9001,4165,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+2096,"Korean 1985 / Korea East Belt",9001,4162,18251,9807,1,0,8801,38,9102,8806,200000,9001,8802,129,9102,8805,1,9201,8807,500000,9001,,,,,,
+2097,"Korean 1985 / Korea Central Belt",9001,4162,18252,9807,1,0,8807,500000,9001,8806,200000,9001,8802,127,9102,8805,1,9201,8801,38,9102,,,,,,
+2098,"Korean 1985 / Korea West Belt",9001,4162,18253,9807,1,0,8807,500000,9001,8802,125,9102,8801,38,9102,8805,1,9201,8806,200000,9001,,,,,,
+2099,"Qatar 1948 / Qatar Grid",9001,4286,19953,9806,1,0,8807,100000,9001,8801,25.22565,9110,8806,100000,9001,8802,50.4541,9110,,,,,,,,,
+2100,"GGRS87 / Greek Grid",9001,4121,19930,9807,1,0,8801,0,9102,8806,500000,9001,8807,0,9001,8805,0.9996,9201,8802,24,9102,,,,,,
+2101,"Lake / Maracaibo Grid M1",9001,4249,18260,9801,1,0,8801,10.1,9110,8807,-52684.972,9001,8802,-71.3620224,9110,8805,1,9201,8806,0,9001,,,,,,
+2102,"Lake / Maracaibo Grid",9001,4249,18261,9801,1,0,8802,-71.3620224,9110,8801,10.1,9110,8806,200000,9001,8807,147315.028,9001,8805,1,9201,,,,,,
+2103,"Lake / Maracaibo Grid M3",9001,4249,18262,9801,1,0,8801,10.1,9110,8807,447315.028,9001,8805,1,9201,8802,-71.3620224,9110,8806,500000,9001,,,,,,
+2104,"Lake / Maracaibo La Rosa Grid",9001,4249,18263,9801,1,0,8807,-23139.97,9001,8801,10.1,9110,8802,-71.3620224,9110,8806,-17044,9001,8805,1,9201,,,,,,
+2105,"NZGD2000 / Mount Eden Circuit 2000",9001,4167,17931,9807,1,0,8807,800000,9001,8806,400000,9001,8805,0.9999,9201,8801,-36.5247,9110,8802,174.4551,9110,,,,,,
+2106,"NZGD2000 / Bay of Plenty Circuit 2000",9001,4167,17932,9807,1,0,8807,800000,9001,8805,1,9201,8802,176.2758,9110,8806,400000,9001,8801,-37.454,9110,,,,,,
+2107,"NZGD2000 / Poverty Bay Circuit 2000",9001,4167,17933,9807,1,0,8806,400000,9001,8807,800000,9001,8805,1,9201,8801,-38.3728,9110,8802,177.5308,9110,,,,,,
+2108,"NZGD2000 / Hawkes Bay Circuit 2000",9001,4167,17934,9807,1,0,8801,-39.3903,9110,8802,176.4025,9110,8807,800000,9001,8805,1,9201,8806,400000,9001,,,,,,
+2109,"NZGD2000 / Taranaki Circuit 2000",9001,4167,17935,9807,1,0,8806,400000,9001,8805,1,9201,8801,-39.0808,9110,8807,800000,9001,8802,174.134,9110,,,,,,
+2110,"NZGD2000 / Tuhirangi Circuit 2000",9001,4167,17936,9807,1,0,8802,175.3824,9110,8807,800000,9001,8806,400000,9001,8801,-39.3044,9110,8805,1,9201,,,,,,
+2111,"NZGD2000 / Wanganui Circuit 2000",9001,4167,17937,9807,1,0,8801,-40.1431,9110,8802,175.2917,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
+2112,"NZGD2000 / Wairarapa Circuit 2000",9001,4167,17938,9807,1,0,8807,800000,9001,8806,400000,9001,8802,175.385,9110,8805,1,9201,8801,-40.5531,9110,,,,,,
+2113,"NZGD2000 / Wellington Circuit 2000",9001,4167,17939,9807,1,0,8801,-41.1804,9110,8807,800000,9001,8806,400000,9001,8802,174.4635,9110,8805,1,9201,,,,,,
+2114,"NZGD2000 / Collingwood Circuit 2000",9001,4167,17940,9807,1,0,8807,800000,9001,8805,1,9201,8802,172.4019,9110,8806,400000,9001,8801,-40.4253,9110,,,,,,
+2115,"NZGD2000 / Nelson Circuit 2000",9001,4167,17941,9807,1,0,8807,800000,9001,8806,400000,9001,8802,173.1757,9110,8805,1,9201,8801,-41.1628,9110,,,,,,
+2116,"NZGD2000 / Karamea Circuit 2000",9001,4167,17942,9807,1,0,8801,-41.1723,9110,8802,172.0632,9110,8806,400000,9001,8807,800000,9001,8805,1,9201,,,,,,
+2117,"NZGD2000 / Buller Circuit 2000",9001,4167,17943,9807,1,0,8807,800000,9001,8806,400000,9001,8801,-41.4838,9110,8802,171.3452,9110,8805,1,9201,,,,,,
+2118,"NZGD2000 / Grey Circuit 2000",9001,4167,17944,9807,1,0,8806,400000,9001,8805,1,9201,8807,800000,9001,8801,-42.2001,9110,8802,171.3259,9110,,,,,,
+2119,"NZGD2000 / Amuri Circuit 2000",9001,4167,17945,9807,1,0,8802,173.0036,9110,8805,1,9201,8806,400000,9001,8801,-42.412,9110,8807,800000,9001,,,,,,
+2120,"NZGD2000 / Marlborough Circuit 2000",9001,4167,17946,9807,1,0,8807,800000,9001,8806,400000,9001,8805,1,9201,8802,173.4807,9110,8801,-41.324,9110,,,,,,
+2121,"NZGD2000 / Hokitika Circuit 2000",9001,4167,17947,9807,1,0,8801,-42.531,9110,8806,400000,9001,8802,170.5847,9110,8807,800000,9001,8805,1,9201,,,,,,
+2122,"NZGD2000 / Okarito Circuit 2000",9001,4167,17948,9807,1,0,8805,1,9201,8802,170.1539,9110,8806,400000,9001,8807,800000,9001,8801,-43.0636,9110,,,,,,
+2123,"NZGD2000 / Jacksons Bay Circuit 2000",9001,4167,17949,9807,1,0,8805,1,9201,8801,-43.584,9110,8802,168.3622,9110,8807,800000,9001,8806,400000,9001,,,,,,
+2124,"NZGD2000 / Mount Pleasant Circuit 2000",9001,4167,17950,9807,1,0,8801,-43.3526,9110,8802,172.4337,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
+2125,"NZGD2000 / Gawler Circuit 2000",9001,4167,17951,9807,1,0,8806,400000,9001,8807,800000,9001,8802,171.2138,9110,8801,-43.4455,9110,8805,1,9201,,,,,,
+2126,"NZGD2000 / Timaru Circuit 2000",9001,4167,17952,9807,1,0,8805,1,9201,8806,400000,9001,8801,-44.2407,9110,8807,800000,9001,8802,171.0326,9110,,,,,,
+2127,"NZGD2000 / Lindis Peak Circuit 2000",9001,4167,17953,9807,1,0,8802,169.2803,9110,8805,1,9201,8807,800000,9001,8806,400000,9001,8801,-44.4406,9110,,,,,,
+2128,"NZGD2000 / Mount Nicholas Circuit 2000",9001,4167,17954,9807,1,0,8807,800000,9001,8806,400000,9001,8802,168.2355,9110,8805,1,9201,8801,-45.0758,9110,,,,,,
+2129,"NZGD2000 / Mount York Circuit 2000",9001,4167,17955,9807,1,0,8801,-45.3349,9110,8807,800000,9001,8806,400000,9001,8805,1,9201,8802,167.4419,9110,,,,,,
+2130,"NZGD2000 / Observation Point Circuit 2000",9001,4167,17956,9807,1,0,8807,800000,9001,8806,400000,9001,8805,1,9201,8802,170.3742,9110,8801,-45.4858,9110,,,,,,
+2131,"NZGD2000 / North Taieri Circuit 2000",9001,4167,17957,9807,1,0,8801,-45.5141,9110,8805,0.99996,9201,8802,170.1657,9110,8807,800000,9001,8806,400000,9001,,,,,,
+2132,"NZGD2000 / Bluff Circuit 2000",9001,4167,17958,9807,1,0,8802,168.2034,9110,8805,1,9201,8807,800000,9001,8806,400000,9001,8801,-46.36,9110,,,,,,
+2133,"NZGD2000 / UTM zone 58S",9001,4167,16158,9807,1,0,8805,0.9996,9201,8802,165,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+2134,"NZGD2000 / UTM zone 59S",9001,4167,16159,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,171,9102,8801,0,9102,,,,,,
+2135,"NZGD2000 / UTM zone 60S",9001,4167,16160,9807,1,0,8802,177,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+2136,"Accra / Ghana National Grid",9094,4168,19959,9807,1,0,8806,900000,9094,8807,0,9094,8801,4.4,9110,8805,0.99975,9201,8802,-1,9110,,,,,,
+2137,"Accra / TM 1 NW",9001,4168,17001,9807,1,0,8805,0.9996,9201,8802,-1,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2138,"NAD27(CGQ77) / Quebec Lambert",9001,4609,19944,9802,1,0,8822,-68.3,9110,8826,0,9001,8821,44,9110,8823,60,9110,8824,46,9110,8827,0,9001,,,
+2139,"NAD83(CSRS98) / SCoPQ zone 2",9001,4140,17700,9807,1,1,8806,304800,9001,8805,0.9999,9201,8802,-55.3,9110,8807,0,9001,8801,0,9110,,,,,,
+2140,"NAD83(CSRS98) / MTM zone 3",9001,4140,17703,9807,1,1,8807,0,9001,8801,0,9110,8806,304800,9001,8805,0.9999,9201,8802,-58.3,9110,,,,,,
+2141,"NAD83(CSRS98) / MTM zone 4",9001,4140,17704,9807,1,1,8805,0.9999,9201,8802,-61.3,9110,8801,0,9110,8806,304800,9001,8807,0,9001,,,,,,
+2142,"NAD83(CSRS98) / MTM zone 5",9001,4140,17705,9807,1,1,8802,-64.3,9110,8806,304800,9001,8807,0,9001,8801,0,9110,8805,0.9999,9201,,,,,,
+2143,"NAD83(CSRS98) / MTM zone 6",9001,4140,17706,9807,1,1,8801,0,9110,8802,-67.3,9110,8807,0,9001,8806,304800,9001,8805,0.9999,9201,,,,,,
+2144,"NAD83(CSRS98) / MTM zone 7",9001,4140,17707,9807,1,1,8801,0,9110,8806,304800,9001,8805,0.9999,9201,8802,-70.3,9110,8807,0,9001,,,,,,
+2145,"NAD83(CSRS98) / MTM zone 8",9001,4140,17708,9807,1,1,8805,0.9999,9201,8802,-73.3,9110,8801,0,9110,8807,0,9001,8806,304800,9001,,,,,,
+2146,"NAD83(CSRS98) / MTM zone 9",9001,4140,17709,9807,1,1,8802,-76.3,9110,8805,0.9999,9201,8807,0,9001,8806,304800,9001,8801,0,9110,,,,,,
+2147,"NAD83(CSRS98) / MTM zone 10",9001,4140,17710,9807,1,1,8802,-79.3,9110,8801,0,9110,8807,0,9001,8806,304800,9001,8805,0.9999,9201,,,,,,
+2148,"NAD83(CSRS98) / UTM zone 21N",9001,4140,16021,9807,1,1,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+2149,"NAD83(CSRS98) / UTM zone 18N",9001,4140,16018,9807,1,1,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+2150,"NAD83(CSRS98) / UTM zone 17N",9001,4140,16017,9807,1,1,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+2151,"NAD83(CSRS98) / UTM zone 13N",9001,4140,16013,9807,1,1,8802,-105,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+2152,"NAD83(CSRS98) / UTM zone 12N",9001,4140,16012,9807,1,1,8806,500000,9001,8805,0.9996,9201,8802,-111,9102,8801,0,9102,8807,0,9001,,,,,,
+2153,"NAD83(CSRS98) / UTM zone 11N",9001,4140,16011,9807,1,1,8802,-117,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+2154,"RGF93 / Lambert-93",9001,4171,18085,9802,1,0,8827,6600000,9001,8822,3,9110,8821,46.3,9110,8824,44,9110,8823,49,9110,8826,700000,9001,,,
+2155,"American Samoa 1962 / American Samoa Lambert",9003,4169,15300,9801,1,1,8801,-14.16,9110,8802,170,9110,8805,1,9201,8806,500000,9003,8807,0,9003,,,,,,
+2156,"NAD83(HARN) / UTM zone 59S",9001,4152,16159,9807,1,1,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,171,9102,8801,0,9102,,,,,,
+2157,"IRENET95 / Irish Transverse Mercator",9001,4173,19962,9807,1,0,8805,0.99982,9201,8807,750000,9001,8801,53.3,9110,8806,600000,9001,8802,-8,9110,,,,,,
+2158,"IRENET95 / UTM zone 29N",9001,4173,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+2159,"Sierra Leone 1924 / New Colony Grid",9094,4174,19963,9807,1,0,8807,0,9094,8802,-12,9110,8805,1,9201,8806,500000,9094,8801,6.4,9110,,,,,,
+2160,"Sierra Leone 1924 / New War Office Grid",9094,4174,19964,9807,1,0,8802,-12,9110,8806,800000,9094,8801,6.4,9110,8807,600000,9094,8805,1,9201,,,,,,
+2161,"Sierra Leone 1968 / UTM zone 28N",9001,4175,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+2162,"Sierra Leone 1968 / UTM zone 29N",9001,4175,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+2163,US National Atlas Equal Area,9001,4052,19965,9821,1,0,8828,45,9102,8806,0,9001,8829,-100,9102,8807,0,9001,,,,,,,,,
+2164,"Locodjo 1965 / TM 5 NW",9001,4142,17005,9807,1,0,8806,500000,9001,8802,-5,9102,8805,0.9996,9201,8801,0,9102,8807,0,9001,,,,,,
+2165,"Abidjan 1987 / TM 5 NW",9001,4143,17005,9807,1,0,8806,500000,9001,8802,-5,9102,8805,0.9996,9201,8801,0,9102,8807,0,9001,,,,,,
+2166,"Pulkovo 1942(83) / Gauss Kruger zone 3",9001,4178,16263,9807,1,1,8805,1,9201,8802,9,9102,8801,0,9102,8806,3500000,9001,8807,0,9001,,,,,,
+2167,"Pulkovo 1942(83) / Gauss Kruger zone 4",9001,4178,16264,9807,1,1,8805,1,9201,8802,12,9102,8801,0,9102,8807,0,9001,8806,4500000,9001,,,,,,
+2168,"Pulkovo 1942(83) / Gauss Kruger zone 5",9001,4178,16265,9807,1,1,8801,0,9102,8807,0,9001,8802,15,9102,8806,5500000,9001,8805,1,9201,,,,,,
+2169,"Luxembourg 1930 / Gauss",9001,4181,19966,9807,1,0,8807,100000,9001,8806,80000,9001,8805,1,9201,8802,6.1,9110,8801,49.5,9110,,,,,,
+2170,"MGI / Slovenia Grid",9001,4312,19967,9807,1,0,8807,0,9001,8802,15,9110,8806,500000,9001,8801,0,9110,8805,0.9999,9201,,,,,,
+2171,"Pulkovo 1942(58) / Poland zone I",9001,4179,18281,9809,1,1,8801,50.373,9110,8806,4637000,9001,8802,21.05,9110,8807,5647000,9001,8805,0.9998,9201,,,,,,
+2172,"Pulkovo 1942(58) / Poland zone II",9001,4179,18282,9809,1,0,8806,4603000,9001,8802,21.301,9110,8801,53.0007,9110,8807,5806000,9001,8805,0.9998,9201,,,,,,
+2173,"Pulkovo 1942(58) / Poland zone III",9001,4179,18283,9809,1,0,8801,53.35,9110,8802,17.003,9110,8805,0.9998,9201,8806,3501000,9001,8807,5999000,9001,,,,,,
+2174,"Pulkovo 1942(58) / Poland zone IV",9001,4179,18284,9809,1,0,8801,51.4015,9110,8807,5627000,9001,8805,0.9998,9201,8802,16.402,9110,8806,3703000,9001,,,,,,
+2175,"Pulkovo 1942(58) / Poland zone V",9001,4179,18285,9807,1,0,8805,0.999983,9201,8806,237000,9001,8801,0,9110,8802,18.573,9110,8807,-4700000,9001,,,,,,
+2176,"ETRS89 / Poland CS2000 zone 5",9001,4258,18305,9807,1,0,8805,0.999923,9201,8801,0,9102,8806,5500000,9001,8802,15,9102,8807,0,9001,,,,,,
+2177,"ETRS89 / Poland CS2000 zone 6",9001,4258,18306,9807,1,0,8802,18,9102,8805,0.999923,9201,8806,6500000,9001,8807,0,9001,8801,0,9102,,,,,,
+2178,"ETRS89 / Poland CS2000 zone 7",9001,4258,18307,9807,1,0,8801,0,9102,8807,0,9001,8802,21,9102,8806,7500000,9001,8805,0.999923,9201,,,,,,
+2179,"ETRS89 / Poland CS2000 zone 8",9001,4258,18308,9807,1,0,8805,0.999923,9201,8801,0,9102,8802,24,9102,8807,0,9001,8806,8500000,9001,,,,,,
+2180,"ETRS89 / Poland CS92",9001,4258,18300,9807,1,0,8802,19,9102,8801,0,9102,8805,0.9993,9201,8806,500000,9001,8807,-5300000,9001,,,,,,
+2188,"Azores Occidental 1939 / UTM zone 25N",9001,4182,16025,9807,1,0,8805,0.9996,9201,8802,-33,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2189,"Azores Central 1948 / UTM zone 26N",9001,4183,16026,9807,1,0,8801,0,9102,8807,0,9001,8802,-27,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+2190,"Azores Oriental 1940 / UTM zone 26N",9001,4184,16026,9807,1,0,8801,0,9102,8807,0,9001,8802,-27,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+2191,"Madeira 1936 / UTM zone 28N",9001,4185,16028,9807,1,1,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+2192,"ED50 / France EuroLambert",9001,4230,18086,9801,1,0,8805,0.99987742,9201,8802,2.2014025,9110,8807,2200000,9001,8806,600000,9001,8801,46.48,9110,,,,,,
+2193,"NZGD2000 / New Zealand Transverse Mercator",9001,4167,19971,9807,1,0,8807,10000000,9001,8805,0.9996,9201,8806,1600000,9001,8801,0,9102,8802,173,9102,,,,,,
+2194,"American Samoa 1962 / American Samoa Lambert",9003,4169,15301,9801,1,1,8801,-14.16,9110,8802,-170,9110,8805,1,9201,8806,500000,9003,8807,0,9003,,,,,,
+2195,"NAD83(HARN) / UTM zone 2S",9001,4152,16102,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-171,9102,,,,,,
+2196,"ETRS89 / Kp2000 Jutland",9001,4258,18401,9807,1,0,8805,0.99995,9201,8801,0,9110,8807,0,9001,8802,9.3,9110,8806,200000,9001,,,,,,
+2197,"ETRS89 / Kp2000 Zealand",9001,4258,18402,9807,1,0,8806,500000,9001,8801,0,9102,8807,0,9001,8805,0.99995,9201,8802,12,9102,,,,,,
+2198,"ETRS89 / Kp2000 Bornholm",9001,4258,18403,9807,1,0,8802,15,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,900000,9001,,,,,,
+2199,"Albanian 1987 / Gauss Kruger zone 4",9001,4191,16204,9807,1,1,8802,21,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,4500000,9001,,,,,,
+2200,"ATS77 / New Brunswick Stereographic (ATS77)",9001,4122,19945,9809,1,0,8805,0.999912,9201,8802,-66.3,9110,8807,800000,9001,8801,46.3,9110,8806,300000,9001,,,,,,
+2201,"REGVEN / UTM zone 18N",9001,4189,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+2202,"REGVEN / UTM zone 19N",9001,4189,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+2203,"REGVEN / UTM zone 20N",9001,4189,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+2204,"NAD27 / Tennessee",9003,4267,15302,9802,1,0,8821,34.4,9110,8822,-86,9110,8823,35.15,9110,8824,36.25,9110,8826,2000000,9003,8827,100000,9003,,,
+2205,"NAD83 / Kentucky North",9001,4269,15303,9802,1,0,8821,37.3,9110,8822,-84.15,9110,8823,37.58,9110,8824,38.58,9110,8826,500000,9001,8827,0,9001,,,
+2206,"ED50 / 3-degree Gauss-Kruger zone 9",9001,4230,16269,9807,1,0,8806,9500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+2207,"ED50 / 3-degree Gauss-Kruger zone 10",9001,4230,16270,9807,1,0,8807,0,9001,8806,10500000,9001,8801,0,9102,8805,1,9201,8802,30,9102,,,,,,
+2208,"ED50 / 3-degree Gauss-Kruger zone 11",9001,4230,16271,9807,1,0,8805,1,9201,8802,33,9102,8801,0,9102,8806,11500000,9001,8807,0,9001,,,,,,
+2209,"ED50 / 3-degree Gauss-Kruger zone 12",9001,4230,16272,9807,1,0,8806,12500000,9001,8805,1,9201,8802,36,9102,8801,0,9102,8807,0,9001,,,,,,
+2210,"ED50 / 3-degree Gauss-Kruger zone 13",9001,4230,16273,9807,1,0,8801,0,9102,8807,0,9001,8802,39,9102,8806,13500000,9001,8805,1,9201,,,,,,
+2211,"ED50 / 3-degree Gauss-Kruger zone 14",9001,4230,16274,9807,1,0,8801,0,9102,8806,14500000,9001,8805,1,9201,8802,42,9102,8807,0,9001,,,,,,
+2212,"ED50 / 3-degree Gauss-Kruger zone 15",9001,4230,16275,9807,1,0,8807,0,9001,8806,15500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,,,,,,
+2213,"ETRS89 / TM 30 NE",9001,4258,16430,9807,1,0,8801,0,9102,8802,30,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+2214,"Douala 1948 / AOF west",9001,4192,18415,9807,1,1,8807,1000000,9001,8806,1000000,9001,8802,10.3,9110,8801,0,9110,8805,0.999,9201,,,,,,
+2215,"Manoca 1962 / UTM zone 32N",9001,4193,16032,9807,1,0,8805,0.9996,9201,8802,9,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2216,"Qornoq 1927 / UTM zone 22N",9001,4194,16022,9807,1,0,8802,-51,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+2217,"Qornoq 1927 / UTM zone 23N",9001,4194,16023,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-45,9102,,,,,,
+2218,"Scoresbysund 1952 / Greenland zone 5 east",9001,4195,18425,9826,1,0,8801,70.3,9110,8807,0,9001,8805,1,9201,8802,-24,9110,8806,0,9001,,,,,,
+2219,"ATS77 / UTM zone 19N",9001,4122,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+2220,"ATS77 / UTM zone 20N",9001,4122,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+2221,"Scoresbysund 1952 / Greenland zone 6 east",9001,4195,18426,9826,1,0,8807,0,9001,8802,-32,9110,8801,67.3,9110,8805,1,9201,8806,0,9001,,,,,,
+2222,"NAD83 / Arizona East (ft)",9002,4269,15304,9807,1,0,8801,31,9110,8802,-110.1,9110,8805,0.9999,9201,8806,700000,9002,8807,0,9002,,,,,,
+2223,"NAD83 / Arizona Central (ft)",9002,4269,15305,9807,1,0,8801,31,9110,8802,-111.55,9110,8805,0.9999,9201,8806,700000,9002,8807,0,9002,,,,,,
+2224,"NAD83 / Arizona West (ft)",9002,4269,15306,9807,1,0,8801,31,9110,8802,-113.45,9110,8805,0.999933333,9201,8806,700000,9002,8807,0,9002,,,,,,
+2225,"NAD83 / California zone 1 (ftUS)",9003,4269,15307,9802,1,0,8821,39.2,9110,8822,-122,9110,8823,41.4,9110,8824,40,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+2226,"NAD83 / California zone 2 (ftUS)",9003,4269,15308,9802,1,0,8821,37.4,9110,8822,-122,9110,8823,39.5,9110,8824,38.2,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+2227,"NAD83 / California zone 3 (ftUS)",9003,4269,15309,9802,1,0,8821,36.3,9110,8822,-120.3,9110,8823,38.26,9110,8824,37.04,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+2228,"NAD83 / California zone 4 (ftUS)",9003,4269,15310,9802,1,0,8821,35.2,9110,8822,-119,9110,8823,37.15,9110,8824,36,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+2229,"NAD83 / California zone 5 (ftUS)",9003,4269,15311,9802,1,0,8821,33.3,9110,8822,-118,9110,8823,35.28,9110,8824,34.02,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+2230,"NAD83 / California zone 6 (ftUS)",9003,4269,15312,9802,1,0,8821,32.1,9110,8822,-116.15,9110,8823,33.53,9110,8824,32.47,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+2231,"NAD83 / Colorado North (ftUS)",9003,4269,15313,9802,1,0,8821,39.2,9110,8822,-105.3,9110,8823,40.47,9110,8824,39.43,9110,8826,3000000,9003,8827,1000000,9003,,,
+2232,"NAD83 / Colorado Central (ftUS)",9003,4269,15314,9802,1,0,8821,37.5,9110,8822,-105.3,9110,8823,39.45,9110,8824,38.27,9110,8826,3000000,9003,8827,1000000,9003,,,
+2233,"NAD83 / Colorado South (ftUS)",9003,4269,15315,9802,1,0,8821,36.4,9110,8822,-105.3,9110,8823,38.26,9110,8824,37.14,9110,8826,3000000,9003,8827,1000000,9003,,,
+2234,"NAD83 / Connecticut (ftUS)",9003,4269,15316,9802,1,0,8821,40.5,9110,8822,-72.45,9110,8823,41.52,9110,8824,41.12,9110,8826,1000000,9003,8827,500000,9003,,,
+2235,"NAD83 / Delaware (ftUS)",9003,4269,15317,9807,1,0,8801,38,9110,8802,-75.25,9110,8805,0.999995,9201,8806,656166.667,9003,8807,0,9003,,,,,,
+2236,"NAD83 / Florida East (ftUS)",9003,4269,15318,9807,1,0,8801,24.2,9110,8802,-81,9110,8805,0.999941177,9201,8806,656166.667,9003,8807,0,9003,,,,,,
+2237,"NAD83 / Florida West (ftUS)",9003,4269,15319,9807,1,0,8801,24.2,9110,8802,-82,9110,8805,0.999941177,9201,8806,656166.667,9003,8807,0,9003,,,,,,
+2238,"NAD83 / Florida North (ftUS)",9003,4269,15320,9802,1,0,8821,29,9110,8822,-84.3,9110,8823,30.45,9110,8824,29.35,9110,8826,1968500,9003,8827,0,9003,,,
+2239,"NAD83 / Georgia East (ftUS)",9003,4269,15321,9807,1,0,8801,30,9110,8802,-82.1,9110,8805,0.9999,9201,8806,656166.667,9003,8807,0,9003,,,,,,
+2240,"NAD83 / Georgia West (ftUS)",9003,4269,15322,9807,1,0,8801,30,9110,8802,-84.1,9110,8805,0.9999,9201,8806,2296583.333,9003,8807,0,9003,,,,,,
+2241,"NAD83 / Idaho East (ftUS)",9003,4269,15323,9807,1,0,8801,41.4,9110,8802,-112.1,9110,8805,0.999947368,9201,8806,656166.667,9003,8807,0,9003,,,,,,
+2242,"NAD83 / Idaho Central (ftUS)",9003,4269,15324,9807,1,0,8801,41.4,9110,8802,-114,9110,8805,0.999947368,9201,8806,1640416.667,9003,8807,0,9003,,,,,,
+2243,"NAD83 / Idaho West (ftUS)",9003,4269,15325,9807,1,0,8801,41.4,9110,8802,-115.45,9110,8805,0.999933333,9201,8806,2624666.667,9003,8807,0,9003,,,,,,
+2244,"NAD83 / Indiana East (ftUS)",9003,4269,15326,9807,1,1,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,328083.333,9003,8807,818125,9003,,,,,,
+2245,"NAD83 / Indiana West (ftUS)",9003,4269,15327,9807,1,1,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,2952750,9003,8807,818125,9003,,,,,,
+2246,"NAD83 / Kentucky North (ftUS)",9003,4269,15328,9802,1,0,8821,37.3,9110,8822,-84.15,9110,8823,37.58,9110,8824,38.58,9110,8826,1640416.667,9003,8827,0,9003,,,
+2247,"NAD83 / Kentucky South (ftUS)",9003,4269,15329,9802,1,0,8821,36.2,9110,8822,-85.45,9110,8823,37.56,9110,8824,36.44,9110,8826,1640416.667,9003,8827,1640416.667,9003,,,
+2248,"NAD83 / Maryland (ftUS)",9003,4269,15330,9802,1,0,8821,37.4,9110,8822,-77,9110,8823,39.27,9110,8824,38.18,9110,8826,1312333.333,9003,8827,0,9003,,,
+2249,"NAD83 / Massachusetts Mainland (ftUS)",9003,4269,15331,9802,1,0,8821,41,9110,8822,-71.3,9110,8823,42.41,9110,8824,41.43,9110,8826,656166.667,9003,8827,2460625,9003,,,
+2250,"NAD83 / Massachusetts Island (ftUS)",9003,4269,15332,9802,1,0,8821,41,9110,8822,-70.3,9110,8823,41.29,9110,8824,41.17,9110,8826,1640416.667,9003,8827,0,9003,,,
+2251,"NAD83 / Michigan North (ft)",9002,4269,15333,9802,1,0,8821,44.47,9110,8822,-87,9110,8823,47.05,9110,8824,45.29,9110,8826,26246719.16,9002,8827,0,9002,,,
+2252,"NAD83 / Michigan Central (ft)",9002,4269,15334,9802,1,0,8821,43.19,9110,8822,-84.22,9110,8823,45.42,9110,8824,44.11,9110,8826,19685039.37,9002,8827,0,9002,,,
+2253,"NAD83 / Michigan South (ft)",9002,4269,15335,9802,1,0,8821,41.3,9110,8822,-84.22,9110,8823,43.4,9110,8824,42.06,9110,8826,13123359.58,9002,8827,0,9002,,,
+2254,"NAD83 / Mississippi East (ftUS)",9003,4269,15336,9807,1,0,8801,29.3,9110,8802,-88.5,9110,8805,0.99995,9201,8806,984250,9003,8807,0,9003,,,,,,
+2255,"NAD83 / Mississippi West (ftUS)",9003,4269,15337,9807,1,0,8801,29.3,9110,8802,-90.2,9110,8805,0.99995,9201,8806,2296583.333,9003,8807,0,9003,,,,,,
+2256,"NAD83 / Montana (ft)",9002,4269,15338,9802,1,0,8821,44.15,9110,8822,-109.3,9110,8823,49,9110,8824,45,9110,8826,1968503.937,9002,8827,0,9002,,,
+2257,"NAD83 / New Mexico East (ftUS)",9003,4269,15339,9807,1,0,8801,31,9110,8802,-104.2,9110,8805,0.999909091,9201,8806,541337.5,9003,8807,0,9003,,,,,,
+2258,"NAD83 / New Mexico Central (ftUS)",9003,4269,15340,9807,1,0,8801,31,9110,8802,-106.15,9110,8805,0.9999,9201,8806,1640416.667,9003,8807,0,9003,,,,,,
+2259,"NAD83 / New Mexico West (ftUS)",9003,4269,15341,9807,1,0,8801,31,9110,8802,-107.5,9110,8805,0.999916667,9201,8806,2723091.667,9003,8807,0,9003,,,,,,
+2260,"NAD83 / New York East (ftUS)",9003,4269,15342,9807,1,0,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,492125,9003,8807,0,9003,,,,,,
+2261,"NAD83 / New York Central (ftUS)",9003,4269,15343,9807,1,0,8801,40,9110,8802,-76.35,9110,8805,0.9999375,9201,8806,820208.333,9003,8807,0,9003,,,,,,
+2262,"NAD83 / New York West (ftUS)",9003,4269,15344,9807,1,0,8801,40,9110,8802,-78.35,9110,8805,0.9999375,9201,8806,1148291.667,9003,8807,0,9003,,,,,,
+2263,"NAD83 / New York Long Island (ftUS)",9003,4269,15345,9802,1,0,8821,40.1,9110,8822,-74,9110,8823,41.02,9110,8824,40.4,9110,8826,984250,9003,8827,0,9003,,,
+2264,"NAD83 / North Carolina (ftUS)",9003,4269,15346,9802,1,0,8821,33.45,9110,8822,-79,9110,8823,36.1,9110,8824,34.2,9110,8826,2000000,9003,8827,0,9003,,,
+2265,"NAD83 / North Dakota North (ft)",9002,4269,15347,9802,1,0,8821,47,9110,8822,-100.3,9110,8823,48.44,9110,8824,47.26,9110,8826,1968503.937,9002,8827,0,9002,,,
+2266,"NAD83 / North Dakota South (ft)",9002,4269,15348,9802,1,0,8821,45.4,9110,8822,-100.3,9110,8823,47.29,9110,8824,46.11,9110,8826,1968503.937,9002,8827,0,9002,,,
+2267,"NAD83 / Oklahoma North (ftUS)",9003,4269,15349,9802,1,0,8821,35,9110,8822,-98,9110,8823,36.46,9110,8824,35.34,9110,8826,1968500,9003,8827,0,9003,,,
+2268,"NAD83 / Oklahoma South (ftUS)",9003,4269,15350,9802,1,0,8821,33.2,9110,8822,-98,9110,8823,35.14,9110,8824,33.56,9110,8826,1968500,9003,8827,0,9003,,,
+2269,"NAD83 / Oregon North (ft)",9002,4269,15351,9802,1,0,8821,43.4,9110,8822,-120.3,9110,8823,46,9110,8824,44.2,9110,8826,8202099.738,9002,8827,0,9002,,,
+2270,"NAD83 / Oregon South (ft)",9002,4269,15352,9802,1,0,8821,41.4,9110,8822,-120.3,9110,8823,44,9110,8824,42.2,9110,8826,4921259.843,9002,8827,0,9002,,,
+2271,"NAD83 / Pennsylvania North (ftUS)",9003,4269,15353,9802,1,0,8821,40.1,9110,8822,-77.45,9110,8823,41.57,9110,8824,40.53,9110,8826,1968500,9003,8827,0,9003,,,
+2272,"NAD83 / Pennsylvania South (ftUS)",9003,4269,15354,9802,1,0,8821,39.2,9110,8822,-77.45,9110,8823,40.58,9110,8824,39.56,9110,8826,1968500,9003,8827,0,9003,,,
+2273,"NAD83 / South Carolina (ft)",9002,4269,15355,9802,1,0,8821,31.5,9110,8822,-81,9110,8823,34.5,9110,8824,32.3,9110,8826,2000000,9002,8827,0,9002,,,
+2274,"NAD83 / Tennessee (ftUS)",9003,4269,15356,9802,1,0,8821,34.2,9110,8822,-86,9110,8823,36.25,9110,8824,35.15,9110,8826,1968500,9003,8827,0,9003,,,
+2275,"NAD83 / Texas North (ftUS)",9003,4269,15357,9802,1,0,8821,34,9110,8822,-101.3,9110,8823,36.11,9110,8824,34.39,9110,8826,656166.667,9003,8827,3280833.333,9003,,,
+2276,"NAD83 / Texas North Central (ftUS)",9003,4269,15358,9802,1,0,8821,31.4,9110,8822,-98.3,9110,8823,33.58,9110,8824,32.08,9110,8826,1968500,9003,8827,6561666.667,9003,,,
+2277,"NAD83 / Texas Central (ftUS)",9003,4269,15359,9802,1,0,8821,29.4,9110,8822,-100.2,9110,8823,31.53,9110,8824,30.07,9110,8826,2296583.333,9003,8827,9842500,9003,,,
+2278,"NAD83 / Texas South Central (ftUS)",9003,4269,15360,9802,1,0,8821,27.5,9110,8822,-99,9110,8823,30.17,9110,8824,28.23,9110,8826,1968500,9003,8827,13123333.333,9003,,,
+2279,"NAD83 / Texas South (ftUS)",9003,4269,15361,9802,1,0,8821,25.4,9110,8822,-98.3,9110,8823,27.5,9110,8824,26.1,9110,8826,984250,9003,8827,16404166.667,9003,,,
+2280,"NAD83 / Utah North (ft)",9002,4269,15362,9802,0,0,8821,40.2,9110,8822,-111.3,9110,8823,41.47,9110,8824,40.43,9110,8826,1640419.948,9002,8827,3280839.895,9002,,,
+2281,"NAD83 / Utah Central (ft)",9002,4269,15363,9802,0,0,8821,38.2,9110,8822,-111.3,9110,8823,40.39,9110,8824,39.01,9110,8826,1640419.948,9002,8827,6561679.79,9002,,,
+2282,"NAD83 / Utah South (ft)",9002,4269,15364,9802,0,0,8821,36.4,9110,8822,-111.3,9110,8823,38.21,9110,8824,37.13,9110,8826,1640419.948,9002,8827,9842519.685,9002,,,
+2283,"NAD83 / Virginia North (ftUS)",9003,4269,15365,9802,1,0,8821,37.4,9110,8822,-78.3,9110,8823,39.12,9110,8824,38.02,9110,8826,11482916.667,9003,8827,6561666.667,9003,,,
+2284,"NAD83 / Virginia South (ftUS)",9003,4269,15366,9802,1,0,8821,36.2,9110,8822,-78.3,9110,8823,37.58,9110,8824,36.46,9110,8826,11482916.667,9003,8827,3280833.333,9003,,,
+2285,"NAD83 / Washington North (ftUS)",9003,4269,15367,9802,1,0,8821,47,9110,8822,-120.5,9110,8823,48.44,9110,8824,47.3,9110,8826,1640416.667,9003,8827,0,9003,,,
+2286,"NAD83 / Washington South (ftUS)",9003,4269,15368,9802,1,0,8821,45.2,9110,8822,-120.3,9110,8823,47.2,9110,8824,45.5,9110,8826,1640416.667,9003,8827,0,9003,,,
+2287,"NAD83 / Wisconsin North (ftUS)",9003,4269,15369,9802,1,0,8821,45.1,9110,8822,-90,9110,8823,46.46,9110,8824,45.34,9110,8826,1968500,9003,8827,0,9003,,,
+2288,"NAD83 / Wisconsin Central (ftUS)",9003,4269,15370,9802,1,0,8821,43.5,9110,8822,-90,9110,8823,45.3,9110,8824,44.15,9110,8826,1968500,9003,8827,0,9003,,,
+2289,"NAD83 / Wisconsin South (ftUS)",9003,4269,15371,9802,1,0,8821,42,9110,8822,-90,9110,8823,44.04,9110,8824,42.44,9110,8826,1968500,9003,8827,0,9003,,,
+2290,"ATS77 / Prince Edward Isl. Stereographic (ATS77)",9001,4122,19933,9809,1,0,8805,0.999912,9201,8807,400000,9001,8806,700000,9001,8802,-63,9110,8801,47.15,9110,,,,,,
+2291,"NAD83(CSRS98) / Prince Edward Isl. Stereographic (NAD83)",9001,4122,19960,9809,1,1,8807,800000,9001,8801,47.15,9110,8802,-63,9110,8805,0.999912,9201,8806,400000,9001,,,,,,
+2292,"NAD83(CSRS98) / Prince Edward Isl. Stereographic (NAD83)",9001,4140,19960,9809,1,1,8807,800000,9001,8801,47.15,9110,8802,-63,9110,8805,0.999912,9201,8806,400000,9001,,,,,,
+2294,"ATS77 / MTM Nova Scotia zone 4",9001,4122,17794,9807,1,0,8801,0,9110,8805,0.9999,9201,8802,-61.3,9110,8807,0,9001,8806,4500000,9001,,,,,,
+2295,"ATS77 / MTM Nova Scotia zone 5",9001,4122,17795,9807,1,0,8805,0.9999,9201,8801,0,9110,8802,-64.3,9110,8806,5500000,9001,8807,0,9001,,,,,,
+2296,"Ammassalik 1958 / Greenland zone 7 east",9001,4196,18427,9826,1,0,8807,0,9001,8802,-40,9110,8801,64.3,9110,8806,0,9001,8805,1,9201,,,,,,
+2297,"Qornoq 1927 / Greenland zone 1 east",9001,4194,18421,9826,1,1,8801,82.3,9110,8806,0,9001,8807,0,9001,8802,-40,9110,8805,1,9201,,,,,,
+2298,"Qornoq 1927 / Greenland zone 2 east",9001,4194,18422,9826,1,1,8805,1,9201,8806,0,9001,8801,79.3,9110,8807,0,9001,8802,-24,9110,,,,,,
+2299,"Qornoq 1927 / Greenland zone 2 west",9001,4194,18432,9826,1,0,8801,79.3,9110,8805,1,9201,8802,-64,9110,8806,0,9001,8807,0,9001,,,,,,
+2300,"Qornoq 1927 / Greenland zone 3 east",9001,4194,18423,9826,1,1,8805,1,9201,8801,76.3,9110,8802,-20,9110,8806,0,9001,8807,0,9001,,,,,,
+2301,"Qornoq 1927 / Greenland zone 3 west",9001,4194,18433,9826,1,0,8802,-64,9110,8807,0,9001,8801,76.3,9110,8806,0,9001,8805,1,9201,,,,,,
+2302,"Qornoq 1927 / Greenland zone 4 east",9001,4194,18424,9826,1,1,8802,-24,9110,8807,0,9001,8806,0,9001,8805,1,9201,8801,73.3,9110,,,,,,
+2303,"Qornoq 1927 / Greenland zone 4 west",9001,4194,18434,9826,1,0,8806,0,9001,8802,-52,9110,8805,1,9201,8801,73.3,9110,8807,0,9001,,,,,,
+2304,"Qornoq 1927 / Greenland zone 5 west",9001,4194,18435,9826,1,0,8807,0,9001,8805,1,9201,8801,70.3,9110,8802,-52,9110,8806,0,9001,,,,,,
+2305,"Qornoq 1927 / Greenland zone 6 west",9001,4194,18436,9826,1,0,8806,0,9001,8801,67.3,9110,8807,0,9001,8805,1,9201,8802,-52,9110,,,,,,
+2306,"Qornoq 1927 / Greenland zone 7 west",9001,4194,18437,9826,1,0,8807,0,9001,8805,1,9201,8806,0,9001,8802,-52,9110,8801,64.3,9110,,,,,,
+2307,"Qornoq 1927 / Greenland zone 8 east",9001,4194,18428,9826,1,0,8807,0,9001,8802,-48,9110,8801,61.3,9110,8806,0,9001,8805,1,9201,,,,,,
+2308,"Batavia / TM 109 SE",9001,4211,16709,9807,1,0,8802,109,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+2309,"WGS 84 / TM 116 SE",9001,4326,16716,9807,1,0,8805,0.9996,9201,8802,116,9102,8807,10000000,9001,8806,500000,9001,8801,0,9102,,,,,,
+2310,"WGS 84 / TM 132 SE",9001,4326,16732,9807,1,0,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,132,9102,,,,,,
+2311,"WGS 84 / TM 6 NE",9001,4326,16406,9807,1,0,8801,0,9102,8807,0,9001,8802,6,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+2312,"Garoua / UTM zone 33N",9001,4197,16033,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,15,9102,8801,0,9102,,,,,,
+2313,"Kousseri / UTM zone 33N",9001,4198,16033,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,15,9102,8801,0,9102,,,,,,
+2314,"Trinidad 1903 / Trinidad Grid (ftCla)",9005,4302,19975,9806,1,0,8802,-61.2,9110,8801,10.263,9110,8806,283800,9005,8807,214500,9005,,,,,,,,,
+2315,"Campo Inchauspe / UTM zone 19S",9001,4221,16119,9807,1,0,8805,0.9996,9201,8802,-69,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+2316,"Campo Inchauspe / UTM zone 20S",9001,4221,16120,9807,1,0,8801,0,9102,8807,10000000,9001,8802,-63,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+2317,"PSAD56 / ICN Regional",9001,4248,19976,9802,1,0,8821,6,9102,8826,1000000,9001,8824,3,9102,8822,-66,9102,8827,1000000,9001,8823,9,9102,,,
+2318,"Ain el Abd / Aramco Lambert",9001,4204,19977,9802,1,0,8821,25.0522236,9110,8822,48,9102,8826,0,9001,8824,33,9102,8823,17,9102,8827,0,9001,,,
+2319,"ED50 / TM27",9001,4230,16305,9807,1,0,8806,500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+2320,"ED50 / TM30",9001,4230,16370,9807,1,0,8801,0,9102,8807,0,9001,8802,30,9102,8806,500000,9001,8805,1,9201,,,,,,
+2321,"ED50 / TM33",9001,4230,16306,9807,1,0,8801,0,9102,8807,0,9001,8802,33,9102,8806,500000,9001,8805,1,9201,,,,,,
+2322,"ED50 / TM36",9001,4230,16372,9807,1,0,8805,1,9201,8807,0,9001,8806,500000,9001,8802,36,9102,8801,0,9102,,,,,,
+2323,"ED50 / TM39",9001,4230,16307,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8802,39,9102,8807,0,9001,,,,,,
+2324,"ED50 / TM42",9001,4230,16374,9807,1,0,8802,42,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2325,"ED50 / TM45",9001,4230,16308,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,,,,,,
+2326,Hong Kong 1980 Grid System,9001,4611,19978,9807,1,0,8806,836694.05,9001,8807,819069.8,9001,8801,22.184368,9110,8805,1,9201,8802,114.10428,9110,,,,,,
+2327,"Xian 1980 / Gauss-Kruger zone 13",9001,4610,16213,9807,1,0,8802,75,9102,8801,0,9102,8807,0,9001,8806,13500000,9001,8805,1,9201,,,,,,
+2328,"Xian 1980 / Gauss-Kruger zone 14",9001,4610,16214,9807,1,0,8807,0,9001,8806,14500000,9001,8801,0,9102,8805,1,9201,8802,81,9102,,,,,,
+2329,"Xian 1980 / Gauss-Kruger zone 15",9001,4610,16215,9807,1,0,8801,0,9102,8805,1,9201,8802,87,9102,8806,15500000,9001,8807,0,9001,,,,,,
+2330,"Xian 1980 / Gauss-Kruger zone 16",9001,4610,16216,9807,1,0,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,8806,16500000,9001,,,,,,
+2331,"Xian 1980 / Gauss-Kruger zone 17",9001,4610,16217,9807,1,0,8801,0,9102,8807,0,9001,8802,99,9102,8806,17500000,9001,8805,1,9201,,,,,,
+2332,"Xian 1980 / Gauss-Kruger zone 18",9001,4610,16218,9807,1,0,8805,1,9201,8802,105,9102,8801,0,9102,8806,18500000,9001,8807,0,9001,,,,,,
+2333,"Xian 1980 / Gauss-Kruger zone 19",9001,4610,16219,9807,1,0,8806,19500000,9001,8805,1,9201,8802,111,9102,8801,0,9102,8807,0,9001,,,,,,
+2334,"Xian 1980 / Gauss-Kruger zone 20",9001,4610,16220,9807,1,0,8802,117,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,20500000,9001,,,,,,
+2335,"Xian 1980 / Gauss-Kruger zone 21",9001,4610,16221,9807,1,0,8805,1,9201,8802,123,9102,8801,0,9102,8807,0,9001,8806,21500000,9001,,,,,,
+2336,"Xian 1980 / Gauss-Kruger zone 22",9001,4610,16222,9807,1,0,8807,0,9001,8806,22500000,9001,8801,0,9102,8805,1,9201,8802,129,9102,,,,,,
+2337,"Xian 1980 / Gauss-Kruger zone 23",9001,4610,16223,9807,1,0,8805,1,9201,8802,135,9102,8801,0,9102,8806,23500000,9001,8807,0,9001,,,,,,
+2338,"Xian 1980 / Gauss-Kruger CM 75E",9001,4610,16313,9807,1,0,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2339,"Xian 1980 / Gauss-Kruger CM 81E",9001,4610,16314,9807,1,0,8801,0,9102,8807,0,9001,8802,81,9102,8806,500000,9001,8805,1,9201,,,,,,
+2340,"Xian 1980 / Gauss-Kruger CM 87E",9001,4610,16315,9807,1,0,8802,87,9102,8806,500000,9001,8805,1,9201,8801,0,9102,8807,0,9001,,,,,,
+2341,"Xian 1980 / Gauss-Kruger CM 93E",9001,4610,16316,9807,1,0,8806,500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,,,,,,
+2342,"Xian 1980 / Gauss-Kruger CM 99E",9001,4610,16317,9807,1,0,8802,99,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+2343,"Xian 1980 / Gauss-Kruger CM 105E",9001,4610,16318,9807,1,0,8805,1,9201,8802,105,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2344,"Xian 1980 / Gauss-Kruger CM 111E",9001,4610,16319,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,111,9102,,,,,,
+2345,"Xian 1980 / Gauss-Kruger CM 117E",9001,4610,16320,9807,1,0,8805,1,9201,8802,117,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2346,"Xian 1980 / Gauss-Kruger CM 123E",9001,4610,16321,9807,1,0,8806,500000,9001,8807,0,9001,8805,1,9201,8802,123,9102,8801,0,9102,,,,,,
+2347,"Xian 1980 / Gauss-Kruger CM 129E",9001,4610,16322,9807,1,0,8801,0,9102,8807,0,9001,8802,129,9102,8806,500000,9001,8805,1,9201,,,,,,
+2348,"Xian 1980 / Gauss-Kruger CM 135E",9001,4610,16323,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8802,135,9102,8807,0,9001,,,,,,
+2349,"Xian 1980 / 3-degree Gauss-Kruger zone 25",9001,4610,16285,9807,1,0,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,25500000,9001,,,,,,
+2350,"Xian 1980 / 3-degree Gauss-Kruger zone 26",9001,4610,16286,9807,1,0,8807,0,9001,8806,26500000,9001,8801,0,9102,8805,1,9201,8802,78,9102,,,,,,
+2351,"Xian 1980 / 3-degree Gauss-Kruger zone 27",9001,4610,16287,9807,1,0,8805,1,9201,8802,81,9102,8801,0,9102,8806,27500000,9001,8807,0,9001,,,,,,
+2352,"Xian 1980 / 3-degree Gauss-Kruger zone 28",9001,4610,16288,9807,1,0,8807,0,9001,8806,28500000,9001,8805,1,9201,8802,84,9102,8801,0,9102,,,,,,
+2353,"Xian 1980 / 3-degree Gauss-Kruger zone 29",9001,4610,16289,9807,1,0,8801,0,9102,8807,0,9001,8802,87,9102,8806,29500000,9001,8805,1,9201,,,,,,
+2354,"Xian 1980 / 3-degree Gauss-Kruger zone 30",9001,4610,16290,9807,1,0,8801,0,9102,8806,30500000,9001,8805,1,9201,8802,90,9102,8807,0,9001,,,,,,
+2355,"Xian 1980 / 3-degree Gauss-Kruger zone 31",9001,4610,16291,9807,1,0,8807,0,9001,8806,31500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,,,,,,
+2356,"Xian 1980 / 3-degree Gauss-Kruger zone 32",9001,4610,16292,9807,1,0,8802,96,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,32500000,9001,,,,,,
+2357,"Xian 1980 / 3-degree Gauss-Kruger zone 33",9001,4610,16293,9807,1,0,8802,99,9102,8801,0,9102,8807,0,9001,8806,33500000,9001,8805,1,9201,,,,,,
+2358,"Xian 1980 / 3-degree Gauss-Kruger zone 34",9001,4610,16294,9807,1,0,8807,0,9001,8806,34500000,9001,8801,0,9102,8805,1,9201,8802,102,9102,,,,,,
+2359,"Xian 1980 / 3-degree Gauss-Kruger zone 35",9001,4610,16295,9807,1,0,8802,105,9102,8801,0,9102,8805,1,9201,8806,35500000,9001,8807,0,9001,,,,,,
+2360,"Xian 1980 / 3-degree Gauss-Kruger zone 36",9001,4610,16296,9807,1,0,8805,1,9201,8802,108,9102,8801,0,9102,8807,0,9001,8806,36500000,9001,,,,,,
+2361,"Xian 1980 / 3-degree Gauss-Kruger zone 37",9001,4610,16297,9807,1,0,8801,0,9102,8807,0,9001,8802,111,9102,8806,37500000,9001,8805,1,9201,,,,,,
+2362,"Xian 1980 / 3-degree Gauss-Kruger zone 38",9001,4610,16298,9807,1,0,8802,114,9102,8801,0,9102,8806,38500000,9001,8805,1,9201,8807,0,9001,,,,,,
+2363,"Xian 1980 / 3-degree Gauss-Kruger zone 39",9001,4610,16299,9807,1,0,8806,39500000,9001,8805,1,9201,8802,117,9102,8801,0,9102,8807,0,9001,,,,,,
+2364,"Xian 1980 / 3-degree Gauss-Kruger zone 40",9001,4610,16070,9807,1,0,8807,0,9001,8806,40500000,9001,8801,0,9102,8805,1,9201,8802,120,9102,,,,,,
+2365,"Xian 1980 / 3-degree Gauss-Kruger zone 41",9001,4610,16071,9807,1,0,8805,1,9201,8802,123,9102,8801,0,9102,8806,41500000,9001,8807,0,9001,,,,,,
+2366,"Xian 1980 / 3-degree Gauss-Kruger zone 42",9001,4610,16072,9807,1,0,8807,0,9001,8806,42500000,9001,8805,1,9201,8802,126,9102,8801,0,9102,,,,,,
+2367,"Xian 1980 / 3-degree Gauss-Kruger zone 43",9001,4610,16073,9807,1,0,8801,0,9102,8807,0,9001,8802,129,9102,8806,43500000,9001,8805,1,9201,,,,,,
+2368,"Xian 1980 / 3-degree Gauss-Kruger zone 44",9001,4610,16074,9807,1,0,8801,0,9102,8806,44500000,9001,8805,1,9201,8802,132,9102,8807,0,9001,,,,,,
+2369,"Xian 1980 / 3-degree Gauss-Kruger zone 45",9001,4610,16075,9807,1,0,8807,0,9001,8806,45500000,9001,8805,1,9201,8802,135,9102,8801,0,9102,,,,,,
+2370,"Xian 1980 / 3-degree Gauss-Kruger CM 75E",9001,4610,16313,9807,1,0,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2371,"Xian 1980 / 3-degree Gauss-Kruger CM 78E",9001,4610,16386,9807,1,0,8801,0,9102,8807,0,9001,8802,78,9102,8806,500000,9001,8805,1,9201,,,,,,
+2372,"Xian 1980 / 3-degree Gauss-Kruger CM 81E",9001,4610,16314,9807,1,0,8801,0,9102,8807,0,9001,8802,81,9102,8806,500000,9001,8805,1,9201,,,,,,
+2373,"Xian 1980 / 3-degree Gauss-Kruger CM 84E",9001,4610,16388,9807,1,0,8806,500000,9001,8805,1,9201,8802,84,9102,8801,0,9102,8807,0,9001,,,,,,
+2374,"Xian 1980 / 3-degree Gauss-Kruger CM 87E",9001,4610,16315,9807,1,0,8802,87,9102,8806,500000,9001,8805,1,9201,8801,0,9102,8807,0,9001,,,,,,
+2375,"Xian 1980 / 3-degree Gauss-Kruger CM 90E",9001,4610,16390,9807,1,0,8802,90,9102,8801,0,9102,8806,500000,9001,8805,1,9201,8807,0,9001,,,,,,
+2376,"Xian 1980 / 3-degree Gauss-Kruger CM 93E",9001,4610,16316,9807,1,0,8806,500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,,,,,,
+2377,"Xian 1980 / 3-degree Gauss-Kruger CM 96E",9001,4610,16392,9807,1,0,8801,0,9102,8802,96,9102,8806,500000,9001,8807,0,9001,8805,1,9201,,,,,,
+2378,"Xian 1980 / 3-degree Gauss-Kruger CM 99E",9001,4610,16317,9807,1,0,8802,99,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+2379,"Xian 1980 / 3-degree Gauss-Kruger CM 102E",9001,4610,16394,9807,1,0,8801,0,9102,8807,0,9001,8802,102,9102,8806,500000,9001,8805,1,9201,,,,,,
+2380,"Xian 1980 / 3-degree Gauss-Kruger CM 105E",9001,4610,16318,9807,1,0,8805,1,9201,8802,105,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2381,"Xian 1980 / 3-degree Gauss-Kruger CM 108E",9001,4610,16396,9807,1,0,8806,500000,9001,8805,1,9201,8802,108,9102,8801,0,9102,8807,0,9001,,,,,,
+2382,"Xian 1980 / 3-degree Gauss-Kruger CM 111E",9001,4610,16319,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,111,9102,,,,,,
+2383,"Xian 1980 / 3-degree Gauss-Kruger CM 114E",9001,4610,16398,9807,1,0,8801,0,9102,8805,1,9201,8806,500000,9001,8802,114,9102,8807,0,9001,,,,,,
+2384,"Xian 1980 / 3-degree Gauss-Kruger CM 117E",9001,4610,16320,9807,1,0,8805,1,9201,8802,117,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2385,"Xian 1980 / 3-degree Gauss-Kruger CM 120E",9001,4610,16170,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,120,9102,8801,0,9102,,,,,,
+2386,"Xian 1980 / 3-degree Gauss-Kruger CM 123E",9001,4610,16321,9807,1,0,8806,500000,9001,8807,0,9001,8805,1,9201,8802,123,9102,8801,0,9102,,,,,,
+2387,"Xian 1980 / 3-degree Gauss-Kruger CM 126E",9001,4610,16172,9807,1,0,8802,126,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2388,"Xian 1980 / 3-degree Gauss-Kruger CM 129E",9001,4610,16322,9807,1,0,8801,0,9102,8807,0,9001,8802,129,9102,8806,500000,9001,8805,1,9201,,,,,,
+2389,"Xian 1980 / 3-degree Gauss-Kruger CM 132E",9001,4610,16174,9807,1,0,8802,132,9102,8801,0,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
+2390,"Xian 1980 / 3-degree Gauss-Kruger CM 135E",9001,4610,16323,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8802,135,9102,8807,0,9001,,,,,,
+2391,"KKJ / Finland zone 1",9001,4123,18191,9807,1,0,8807,0,9001,8802,21,9102,8801,0,9102,8806,1500000,9001,8805,1,9201,,,,,,
+2392,"KKJ / Finland zone 2",9001,4123,18192,9807,1,0,8801,0,9102,8806,2500000,9001,8802,24,9102,8807,0,9001,8805,1,9201,,,,,,
+2393,"KKJ / Finland Uniform Coordinate System",9001,4123,18193,9807,1,0,8801,0,9102,8807,0,9001,8805,1,9201,8806,3500000,9001,8802,27,9102,,,,,,
+2394,"KKJ / Finland zone 4",9001,4123,18194,9807,1,0,8801,0,9102,8805,1,9201,8807,0,9001,8802,30,9102,8806,4500000,9001,,,,,,
+2395,"South Yemen / Gauss-Kruger zone 8",9001,4164,16208,9807,1,0,8806,8500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,8807,0,9001,,,,,,
+2396,"South Yemen / Gauss-Kruger zone 9",9001,4164,16209,9807,1,0,8801,0,9102,8807,0,9001,8802,51,9102,8806,9500000,9001,8805,1,9201,,,,,,
+2397,"Pulkovo 1942(83) / Gauss-Kruger zone 3",9001,4178,16263,9807,1,0,8805,1,9201,8802,9,9102,8801,0,9102,8806,3500000,9001,8807,0,9001,,,,,,
+2398,"Pulkovo 1942(83) / Gauss-Kruger zone 4",9001,4178,16264,9807,1,0,8805,1,9201,8802,12,9102,8801,0,9102,8807,0,9001,8806,4500000,9001,,,,,,
+2399,"Pulkovo 1942(83) / Gauss-Kruger zone 5",9001,4178,16265,9807,1,0,8801,0,9102,8807,0,9001,8802,15,9102,8806,5500000,9001,8805,1,9201,,,,,,
+2400,RT90 2.5 gon W,9001,4124,19929,9807,1,1,8807,0,9001,8802,15.48298,9110,8805,1,9201,8806,1500000,9001,8801,0,9110,,,,,,
+2401,"Beijing 1954 / 3-degree Gauss-Kruger zone 25",9001,4214,16285,9807,1,0,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,25500000,9001,,,,,,
+2402,"Beijing 1954 / 3-degree Gauss-Kruger zone 26",9001,4214,16286,9807,1,0,8807,0,9001,8806,26500000,9001,8801,0,9102,8805,1,9201,8802,78,9102,,,,,,
+2403,"Beijing 1954 / 3-degree Gauss-Kruger zone 27",9001,4214,16287,9807,1,0,8805,1,9201,8802,81,9102,8801,0,9102,8806,27500000,9001,8807,0,9001,,,,,,
+2404,"Beijing 1954 / 3-degree Gauss-Kruger zone 28",9001,4214,16288,9807,1,0,8807,0,9001,8806,28500000,9001,8805,1,9201,8802,84,9102,8801,0,9102,,,,,,
+2405,"Beijing 1954 / 3-degree Gauss-Kruger zone 29",9001,4214,16289,9807,1,0,8801,0,9102,8807,0,9001,8802,87,9102,8806,29500000,9001,8805,1,9201,,,,,,
+2406,"Beijing 1954 / 3-degree Gauss-Kruger zone 30",9001,4214,16290,9807,1,0,8801,0,9102,8806,30500000,9001,8805,1,9201,8802,90,9102,8807,0,9001,,,,,,
+2407,"Beijing 1954 / 3-degree Gauss-Kruger zone 31",9001,4214,16291,9807,1,0,8807,0,9001,8806,31500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,,,,,,
+2408,"Beijing 1954 / 3-degree Gauss-Kruger zone 32",9001,4214,16292,9807,1,0,8802,96,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,32500000,9001,,,,,,
+2409,"Beijing 1954 / 3-degree Gauss-Kruger zone 33",9001,4214,16293,9807,1,0,8802,99,9102,8801,0,9102,8807,0,9001,8806,33500000,9001,8805,1,9201,,,,,,
+2410,"Beijing 1954 / 3-degree Gauss-Kruger zone 34",9001,4214,16294,9807,1,0,8807,0,9001,8806,34500000,9001,8801,0,9102,8805,1,9201,8802,102,9102,,,,,,
+2411,"Beijing 1954 / 3-degree Gauss-Kruger zone 35",9001,4214,16295,9807,1,0,8802,105,9102,8801,0,9102,8805,1,9201,8806,35500000,9001,8807,0,9001,,,,,,
+2412,"Beijing 1954 / 3-degree Gauss-Kruger zone 36",9001,4214,16296,9807,1,0,8805,1,9201,8802,108,9102,8801,0,9102,8807,0,9001,8806,36500000,9001,,,,,,
+2413,"Beijing 1954 / 3-degree Gauss-Kruger zone 37",9001,4214,16297,9807,1,0,8801,0,9102,8807,0,9001,8802,111,9102,8806,37500000,9001,8805,1,9201,,,,,,
+2414,"Beijing 1954 / 3-degree Gauss-Kruger zone 38",9001,4214,16298,9807,1,0,8802,114,9102,8801,0,9102,8806,38500000,9001,8805,1,9201,8807,0,9001,,,,,,
+2415,"Beijing 1954 / 3-degree Gauss-Kruger zone 39",9001,4214,16299,9807,1,0,8806,39500000,9001,8805,1,9201,8802,117,9102,8801,0,9102,8807,0,9001,,,,,,
+2416,"Beijing 1954 / 3-degree Gauss-Kruger zone 40",9001,4214,16070,9807,1,0,8807,0,9001,8806,40500000,9001,8801,0,9102,8805,1,9201,8802,120,9102,,,,,,
+2417,"Beijing 1954 / 3-degree Gauss-Kruger zone 41",9001,4214,16071,9807,1,0,8805,1,9201,8802,123,9102,8801,0,9102,8806,41500000,9001,8807,0,9001,,,,,,
+2418,"Beijing 1954 / 3-degree Gauss-Kruger zone 42",9001,4214,16072,9807,1,0,8807,0,9001,8806,42500000,9001,8805,1,9201,8802,126,9102,8801,0,9102,,,,,,
+2419,"Beijing 1954 / 3-degree Gauss-Kruger zone 43",9001,4214,16073,9807,1,0,8801,0,9102,8807,0,9001,8802,129,9102,8806,43500000,9001,8805,1,9201,,,,,,
+2420,"Beijing 1954 / 3-degree Gauss-Kruger zone 44",9001,4214,16074,9807,1,0,8801,0,9102,8806,44500000,9001,8805,1,9201,8802,132,9102,8807,0,9001,,,,,,
+2421,"Beijing 1954 / 3-degree Gauss-Kruger zone 45",9001,4214,16075,9807,1,0,8807,0,9001,8806,45500000,9001,8805,1,9201,8802,135,9102,8801,0,9102,,,,,,
+2422,"Beijing 1954 / 3-degree Gauss-Kruger CM 75E",9001,4214,16313,9807,1,0,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2423,"Beijing 1954 / 3-degree Gauss-Kruger CM 78E",9001,4214,16386,9807,1,0,8801,0,9102,8807,0,9001,8802,78,9102,8806,500000,9001,8805,1,9201,,,,,,
+2424,"Beijing 1954 / 3-degree Gauss-Kruger CM 81E",9001,4214,16314,9807,1,0,8801,0,9102,8807,0,9001,8802,81,9102,8806,500000,9001,8805,1,9201,,,,,,
+2425,"Beijing 1954 / 3-degree Gauss-Kruger CM 84E",9001,4214,16388,9807,1,0,8806,500000,9001,8805,1,9201,8802,84,9102,8801,0,9102,8807,0,9001,,,,,,
+2426,"Beijing 1954 / 3-degree Gauss-Kruger CM 87E",9001,4214,16315,9807,1,0,8802,87,9102,8806,500000,9001,8805,1,9201,8801,0,9102,8807,0,9001,,,,,,
+2427,"Beijing 1954 / 3-degree Gauss-Kruger CM 90E",9001,4214,16390,9807,1,0,8802,90,9102,8801,0,9102,8806,500000,9001,8805,1,9201,8807,0,9001,,,,,,
+2428,"Beijing 1954 / 3-degree Gauss-Kruger CM 93E",9001,4214,16316,9807,1,0,8806,500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,,,,,,
+2429,"Beijing 1954 / 3-degree Gauss-Kruger CM 96E",9001,4214,16392,9807,1,0,8801,0,9102,8802,96,9102,8806,500000,9001,8807,0,9001,8805,1,9201,,,,,,
+2430,"Beijing 1954 / 3-degree Gauss-Kruger CM 99E",9001,4214,16317,9807,1,0,8802,99,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+2431,"Beijing 1954 / 3-degree Gauss-Kruger CM 102E",9001,4214,16394,9807,1,0,8801,0,9102,8807,0,9001,8802,102,9102,8806,500000,9001,8805,1,9201,,,,,,
+2432,"Beijing 1954 / 3-degree Gauss-Kruger CM 105E",9001,4214,16318,9807,1,0,8805,1,9201,8802,105,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2433,"Beijing 1954 / 3-degree Gauss-Kruger CM 108E",9001,4214,16396,9807,1,0,8806,500000,9001,8805,1,9201,8802,108,9102,8801,0,9102,8807,0,9001,,,,,,
+2434,"Beijing 1954 / 3-degree Gauss-Kruger CM 111E",9001,4214,16319,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,111,9102,,,,,,
+2435,"Beijing 1954 / 3-degree Gauss-Kruger CM 114E",9001,4214,16398,9807,1,0,8801,0,9102,8805,1,9201,8806,500000,9001,8802,114,9102,8807,0,9001,,,,,,
+2436,"Beijing 1954 / 3-degree Gauss-Kruger CM 117E",9001,4214,16320,9807,1,0,8805,1,9201,8802,117,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2437,"Beijing 1954 / 3-degree Gauss-Kruger CM 120E",9001,4214,16170,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,120,9102,8801,0,9102,,,,,,
+2438,"Beijing 1954 / 3-degree Gauss-Kruger CM 123E",9001,4214,16321,9807,1,0,8806,500000,9001,8807,0,9001,8805,1,9201,8802,123,9102,8801,0,9102,,,,,,
+2439,"Beijing 1954 / 3-degree Gauss-Kruger CM 126E",9001,4214,16172,9807,1,0,8802,126,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2440,"Beijing 1954 / 3-degree Gauss-Kruger CM 129E",9001,4214,16322,9807,1,0,8801,0,9102,8807,0,9001,8802,129,9102,8806,500000,9001,8805,1,9201,,,,,,
+2441,"Beijing 1954 / 3-degree Gauss-Kruger CM 132E",9001,4214,16174,9807,1,0,8802,132,9102,8801,0,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
+2442,"Beijing 1954 / 3-degree Gauss-Kruger CM 135E",9001,4214,16323,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8802,135,9102,8807,0,9001,,,,,,
+2443,"JGD2000 / Japan Plane Rectangular CS I",9001,4612,17801,9807,1,0,8801,33,9110,8805,0.9999,9201,8802,129.3,9110,8806,0,9001,8807,0,9001,,,,,,
+2444,"JGD2000 / Japan Plane Rectangular CS II",9001,4612,17802,9807,1,0,8802,131,9110,8806,0,9001,8807,0,9001,8805,0.9999,9201,8801,33,9110,,,,,,
+2445,"JGD2000 / Japan Plane Rectangular CS III",9001,4612,17803,9807,1,0,8805,0.9999,9201,8806,0,9001,8801,36,9110,8802,132.1,9110,8807,0,9001,,,,,,
+2446,"JGD2000 / Japan Plane Rectangular CS IV",9001,4612,17804,9807,1,0,8801,33,9110,8802,133.3,9110,8806,0,9001,8805,0.9999,9201,8807,0,9001,,,,,,
+2447,"JGD2000 / Japan Plane Rectangular CS V",9001,4612,17805,9807,1,0,8805,0.9999,9201,8802,134.2,9110,8807,0,9001,8806,0,9001,8801,36,9110,,,,,,
+2448,"JGD2000 / Japan Plane Rectangular CS VI",9001,4612,17806,9807,1,0,8801,36,9110,8807,0,9001,8802,136,9110,8805,0.9999,9201,8806,0,9001,,,,,,
+2449,"JGD2000 / Japan Plane Rectangular CS VII",9001,4612,17807,9807,1,0,8802,137.1,9110,8801,36,9110,8807,0,9001,8806,0,9001,8805,0.9999,9201,,,,,,
+2450,"JGD2000 / Japan Plane Rectangular CS VIII",9001,4612,17808,9807,1,0,8806,0,9001,8801,36,9110,8807,0,9001,8802,138.3,9110,8805,0.9999,9201,,,,,,
+2451,"JGD2000 / Japan Plane Rectangular CS IX",9001,4612,17809,9807,1,0,8801,36,9110,8802,139.5,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
+2452,"JGD2000 / Japan Plane Rectangular CS X",9001,4612,17810,9807,1,0,8805,0.9999,9201,8802,140.5,9110,8807,0,9001,8801,40,9110,8806,0,9001,,,,,,
+2453,"JGD2000 / Japan Plane Rectangular CS XI",9001,4612,17811,9807,1,0,8801,44,9110,8802,140.15,9110,8807,0,9001,8806,0,9001,8805,0.9999,9201,,,,,,
+2454,"JGD2000 / Japan Plane Rectangular CS XII",9001,4612,17812,9807,1,0,8802,142.15,9110,8805,0.9999,9201,8807,0,9001,8801,44,9110,8806,0,9001,,,,,,
+2455,"JGD2000 / Japan Plane Rectangular CS XIII",9001,4612,17813,9807,1,0,8802,144.15,9110,8807,0,9001,8801,44,9110,8805,0.9999,9201,8806,0,9001,,,,,,
+2456,"JGD2000 / Japan Plane Rectangular CS XIV",9001,4612,17814,9807,1,0,8802,142,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,8801,26,9110,,,,,,
+2457,"JGD2000 / Japan Plane Rectangular CS XV",9001,4612,17815,9807,1,0,8807,0,9001,8805,0.9999,9201,8801,26,9110,8806,0,9001,8802,127.3,9110,,,,,,
+2458,"JGD2000 / Japan Plane Rectangular CS XVI",9001,4612,17816,9807,1,0,8807,0,9001,8806,0,9001,8805,0.9999,9201,8801,26,9110,8802,124,9110,,,,,,
+2459,"JGD2000 / Japan Plane Rectangular CS XVII",9001,4612,17817,9807,1,0,8802,131,9110,8805,0.9999,9201,8806,0,9001,8801,26,9110,8807,0,9001,,,,,,
+2460,"JGD2000 / Japan Plane Rectangular CS XVIII",9001,4612,17818,9807,1,0,8801,20,9110,8807,0,9001,8805,0.9999,9201,8806,0,9001,8802,136,9110,,,,,,
+2461,"JGD2000 / Japan Plane Rectangular CS XIX",9001,4612,17819,9807,1,0,8801,26,9110,8806,0,9001,8802,154,9110,8807,0,9001,8805,0.9999,9201,,,,,,
+2462,"Albanian 1987 / Gauss-Kruger zone 4",9001,4191,16204,9807,1,0,8802,21,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,4500000,9001,,,,,,
+2463,"Pulkovo 1995 / Gauss-Kruger CM 21E",9001,4200,16304,9807,1,0,8805,1,9201,8802,21,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2464,"Pulkovo 1995 / Gauss-Kruger CM 27E",9001,4200,16305,9807,1,0,8806,500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+2465,"Pulkovo 1995 / Gauss-Kruger CM 33E",9001,4200,16306,9807,1,0,8801,0,9102,8807,0,9001,8802,33,9102,8806,500000,9001,8805,1,9201,,,,,,
+2466,"Pulkovo 1995 / Gauss-Kruger CM 39E",9001,4200,16307,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8802,39,9102,8807,0,9001,,,,,,
+2467,"Pulkovo 1995 / Gauss-Kruger CM 45E",9001,4200,16308,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,,,,,,
+2468,"Pulkovo 1995 / Gauss-Kruger CM 51E",9001,4200,16309,9807,1,0,8801,0,9102,8802,51,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+2469,"Pulkovo 1995 / Gauss-Kruger CM 57E",9001,4200,16310,9807,1,0,8802,57,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2470,"Pulkovo 1995 / Gauss-Kruger CM 63E",9001,4200,16311,9807,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,8802,63,9102,,,,,,
+2471,"Pulkovo 1995 / Gauss-Kruger CM 69E",9001,4200,16312,9807,1,0,8801,0,9102,8805,1,9201,8802,69,9102,8806,500000,9001,8807,0,9001,,,,,,
+2472,"Pulkovo 1995 / Gauss-Kruger CM 75E",9001,4200,16313,9807,1,0,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2473,"Pulkovo 1995 / Gauss-Kruger CM 81E",9001,4200,16314,9807,1,0,8801,0,9102,8807,0,9001,8802,81,9102,8806,500000,9001,8805,1,9201,,,,,,
+2474,"Pulkovo 1995 / Gauss-Kruger CM 87E",9001,4200,16315,9807,1,0,8802,87,9102,8806,500000,9001,8805,1,9201,8801,0,9102,8807,0,9001,,,,,,
+2475,"Pulkovo 1995 / Gauss-Kruger CM 93E",9001,4200,16316,9807,1,0,8806,500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,,,,,,
+2476,"Pulkovo 1995 / Gauss-Kruger CM 99E",9001,4200,16317,9807,1,0,8802,99,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+2477,"Pulkovo 1995 / Gauss-Kruger CM 105E",9001,4200,16318,9807,1,0,8805,1,9201,8802,105,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2478,"Pulkovo 1995 / Gauss-Kruger CM 111E",9001,4200,16319,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,111,9102,,,,,,
+2479,"Pulkovo 1995 / Gauss-Kruger CM 117E",9001,4200,16320,9807,1,0,8805,1,9201,8802,117,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2480,"Pulkovo 1995 / Gauss-Kruger CM 123E",9001,4200,16321,9807,1,0,8806,500000,9001,8807,0,9001,8805,1,9201,8802,123,9102,8801,0,9102,,,,,,
+2481,"Pulkovo 1995 / Gauss-Kruger CM 129E",9001,4200,16322,9807,1,0,8801,0,9102,8807,0,9001,8802,129,9102,8806,500000,9001,8805,1,9201,,,,,,
+2482,"Pulkovo 1995 / Gauss-Kruger CM 135E",9001,4200,16323,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8802,135,9102,8807,0,9001,,,,,,
+2483,"Pulkovo 1995 / Gauss-Kruger CM 141E",9001,4200,16324,9807,1,0,8806,500000,9001,8805,1,9201,8802,141,9102,8801,0,9102,8807,0,9001,,,,,,
+2484,"Pulkovo 1995 / Gauss-Kruger CM 147E",9001,4200,16325,9807,1,0,8802,147,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+2485,"Pulkovo 1995 / Gauss-Kruger CM 153E",9001,4200,16326,9807,1,0,8802,153,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2486,"Pulkovo 1995 / Gauss-Kruger CM 159E",9001,4200,16327,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,159,9102,8801,0,9102,,,,,,
+2487,"Pulkovo 1995 / Gauss-Kruger CM 165E",9001,4200,16328,9807,1,0,8806,500000,9001,8805,1,9201,8802,165,9102,8807,0,9001,8801,0,9102,,,,,,
+2488,"Pulkovo 1995 / Gauss-Kruger CM 171E",9001,4200,16329,9807,1,0,8805,1,9201,8802,171,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2489,"Pulkovo 1995 / Gauss-Kruger CM 177E",9001,4200,16330,9807,1,0,8801,0,9102,8807,0,9001,8802,177,9102,8806,500000,9001,8805,1,9201,,,,,,
+2490,"Pulkovo 1995 / Gauss-Kruger CM 177W",9001,4200,16331,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8807,0,9001,8802,-177,9102,,,,,,
+2491,"Pulkovo 1995 / Gauss-Kruger CM 171W",9001,4200,16332,9807,1,0,8806,500000,9001,8805,1,9201,8802,-171,9102,8801,0,9102,8807,0,9001,,,,,,
+2492,"Pulkovo 1942 / Gauss-Kruger CM 9E",9001,4284,16302,9807,1,0,8807,0,9001,8805,1,9201,8806,500000,9001,8802,9,9102,8801,0,9102,,,,,,
+2493,"Pulkovo 1942 / Gauss-Kruger CM 15E",9001,4284,16303,9807,1,0,8805,1,9201,8801,0,9102,8807,0,9001,8806,500000,9001,8802,15,9102,,,,,,
+2494,"Pulkovo 1942 / Gauss-Kruger CM 21E",9001,4284,16304,9807,1,0,8805,1,9201,8802,21,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2495,"Pulkovo 1942 / Gauss-Kruger CM 27E",9001,4284,16305,9807,1,0,8806,500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+2496,"Pulkovo 1942 / Gauss-Kruger CM 33E",9001,4284,16306,9807,1,0,8801,0,9102,8807,0,9001,8802,33,9102,8806,500000,9001,8805,1,9201,,,,,,
+2497,"Pulkovo 1942 / Gauss-Kruger CM 39E",9001,4284,16307,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8802,39,9102,8807,0,9001,,,,,,
+2498,"Pulkovo 1942 / Gauss-Kruger CM 45E",9001,4284,16308,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,,,,,,
+2499,"Pulkovo 1942 / Gauss-Kruger CM 51E",9001,4284,16309,9807,1,0,8801,0,9102,8802,51,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+2500,"Pulkovo 1942 / Gauss-Kruger CM 57E",9001,4284,16310,9807,1,0,8802,57,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2501,"Pulkovo 1942 / Gauss-Kruger CM 63E",9001,4284,16311,9807,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,8802,63,9102,,,,,,
+2502,"Pulkovo 1942 / Gauss-Kruger CM 69E",9001,4284,16312,9807,1,0,8801,0,9102,8805,1,9201,8802,69,9102,8806,500000,9001,8807,0,9001,,,,,,
+2503,"Pulkovo 1942 / Gauss-Kruger CM 75E",9001,4284,16313,9807,1,0,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2504,"Pulkovo 1942 / Gauss-Kruger CM 81E",9001,4284,16314,9807,1,0,8801,0,9102,8807,0,9001,8802,81,9102,8806,500000,9001,8805,1,9201,,,,,,
+2505,"Pulkovo 1942 / Gauss-Kruger CM 87E",9001,4284,16315,9807,1,0,8802,87,9102,8806,500000,9001,8805,1,9201,8801,0,9102,8807,0,9001,,,,,,
+2506,"Pulkovo 1942 / Gauss-Kruger CM 93E",9001,4284,16316,9807,1,0,8806,500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,,,,,,
+2507,"Pulkovo 1942 / Gauss-Kruger CM 99E",9001,4284,16317,9807,1,0,8802,99,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+2508,"Pulkovo 1942 / Gauss-Kruger CM 105E",9001,4284,16318,9807,1,0,8805,1,9201,8802,105,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2509,"Pulkovo 1942 / Gauss-Kruger CM 111E",9001,4284,16319,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,111,9102,,,,,,
+2510,"Pulkovo 1942 / Gauss-Kruger CM 117E",9001,4284,16320,9807,1,0,8805,1,9201,8802,117,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2511,"Pulkovo 1942 / Gauss-Kruger CM 123E",9001,4284,16321,9807,1,0,8806,500000,9001,8807,0,9001,8805,1,9201,8802,123,9102,8801,0,9102,,,,,,
+2512,"Pulkovo 1942 / Gauss-Kruger CM 129E",9001,4284,16322,9807,1,0,8801,0,9102,8807,0,9001,8802,129,9102,8806,500000,9001,8805,1,9201,,,,,,
+2513,"Pulkovo 1942 / Gauss-Kruger CM 135E",9001,4284,16323,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8802,135,9102,8807,0,9001,,,,,,
+2514,"Pulkovo 1942 / Gauss-Kruger CM 141E",9001,4284,16324,9807,1,0,8806,500000,9001,8805,1,9201,8802,141,9102,8801,0,9102,8807,0,9001,,,,,,
+2515,"Pulkovo 1942 / Gauss-Kruger CM 147E",9001,4284,16325,9807,1,0,8802,147,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+2516,"Pulkovo 1942 / Gauss-Kruger CM 153E",9001,4284,16326,9807,1,0,8802,153,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2517,"Pulkovo 1942 / Gauss-Kruger CM 159E",9001,4284,16327,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,159,9102,8801,0,9102,,,,,,
+2518,"Pulkovo 1942 / Gauss-Kruger CM 165E",9001,4284,16328,9807,1,0,8806,500000,9001,8805,1,9201,8802,165,9102,8807,0,9001,8801,0,9102,,,,,,
+2519,"Pulkovo 1942 / Gauss-Kruger CM 171E",9001,4284,16329,9807,1,0,8805,1,9201,8802,171,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2520,"Pulkovo 1942 / Gauss-Kruger CM 177E",9001,4284,16330,9807,1,0,8801,0,9102,8807,0,9001,8802,177,9102,8806,500000,9001,8805,1,9201,,,,,,
+2521,"Pulkovo 1942 / Gauss-Kruger CM 177W",9001,4284,16331,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8807,0,9001,8802,-177,9102,,,,,,
+2522,"Pulkovo 1942 / Gauss-Kruger CM 171W",9001,4284,16332,9807,1,0,8806,500000,9001,8805,1,9201,8802,-171,9102,8801,0,9102,8807,0,9001,,,,,,
+2523,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 7",9001,4284,16267,9807,1,0,8806,7500000,9001,8805,1,9201,8802,21,9102,8801,0,9102,8807,0,9001,,,,,,
+2524,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 8",9001,4284,16268,9807,1,0,8802,24,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,8500000,9001,,,,,,
+2525,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 9",9001,4284,16269,9807,1,0,8806,9500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+2526,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 10",9001,4284,16270,9807,1,0,8807,0,9001,8806,10500000,9001,8801,0,9102,8805,1,9201,8802,30,9102,,,,,,
+2527,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 11",9001,4284,16271,9807,1,0,8805,1,9201,8802,33,9102,8801,0,9102,8806,11500000,9001,8807,0,9001,,,,,,
+2528,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 12",9001,4284,16272,9807,1,0,8806,12500000,9001,8805,1,9201,8802,36,9102,8801,0,9102,8807,0,9001,,,,,,
+2529,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 13",9001,4284,16273,9807,1,0,8801,0,9102,8807,0,9001,8802,39,9102,8806,13500000,9001,8805,1,9201,,,,,,
+2530,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 14",9001,4284,16274,9807,1,0,8801,0,9102,8806,14500000,9001,8805,1,9201,8802,42,9102,8807,0,9001,,,,,,
+2531,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 15",9001,4284,16275,9807,1,0,8807,0,9001,8806,15500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,,,,,,
+2532,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 16",9001,4284,16276,9807,1,0,8805,1,9201,8802,48,9102,8801,0,9102,8807,0,9001,8806,16500000,9001,,,,,,
+2533,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 17",9001,4284,16277,9807,1,0,8802,51,9102,8801,0,9102,8807,0,9001,8806,17500000,9001,8805,1,9201,,,,,,
+2534,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 18",9001,4284,16278,9807,1,0,8807,0,9001,8806,18500000,9001,8801,0,9102,8805,1,9201,8802,54,9102,,,,,,
+2535,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 19",9001,4284,16279,9807,1,0,8801,0,9102,8805,1,9201,8802,57,9102,8806,19500000,9001,8807,0,9001,,,,,,
+2536,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 20",9001,4284,16280,9807,1,0,8805,1,9201,8802,60,9102,8801,0,9102,8807,0,9001,8806,20500000,9001,,,,,,
+2537,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 21",9001,4284,16281,9807,1,0,8801,0,9102,8807,0,9001,8802,63,9102,8806,21500000,9001,8805,1,9201,,,,,,
+2538,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 22",9001,4284,16282,9807,1,0,8805,1,9201,8802,66,9102,8801,0,9102,8806,22500000,9001,8807,0,9001,,,,,,
+2539,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 23",9001,4284,16283,9807,1,0,8806,23500000,9001,8805,1,9201,8802,69,9102,8801,0,9102,8807,0,9001,,,,,,
+2540,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 24",9001,4284,16284,9807,1,0,8802,72,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,24500000,9001,,,,,,
+2541,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 25",9001,4284,16285,9807,1,0,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,25500000,9001,,,,,,
+2542,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 26",9001,4284,16286,9807,1,0,8807,0,9001,8806,26500000,9001,8801,0,9102,8805,1,9201,8802,78,9102,,,,,,
+2543,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 27",9001,4284,16287,9807,1,0,8805,1,9201,8802,81,9102,8801,0,9102,8806,27500000,9001,8807,0,9001,,,,,,
+2544,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 28",9001,4284,16288,9807,1,0,8807,0,9001,8806,28500000,9001,8805,1,9201,8802,84,9102,8801,0,9102,,,,,,
+2545,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 29",9001,4284,16289,9807,1,0,8801,0,9102,8807,0,9001,8802,87,9102,8806,29500000,9001,8805,1,9201,,,,,,
+2546,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 30",9001,4284,16290,9807,1,0,8801,0,9102,8806,30500000,9001,8805,1,9201,8802,90,9102,8807,0,9001,,,,,,
+2547,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 31",9001,4284,16291,9807,1,0,8807,0,9001,8806,31500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,,,,,,
+2548,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 32",9001,4284,16292,9807,1,0,8802,96,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,32500000,9001,,,,,,
+2549,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 33",9001,4284,16293,9807,1,0,8802,99,9102,8801,0,9102,8807,0,9001,8806,33500000,9001,8805,1,9201,,,,,,
+2550,"Samboja / UTM zone 50S",9001,4125,16150,9807,1,1,8801,0,9102,8805,0.9996,9201,8802,117,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+2551,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 34",9001,4284,16294,9807,1,0,8807,0,9001,8806,34500000,9001,8801,0,9102,8805,1,9201,8802,102,9102,,,,,,
+2552,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 35",9001,4284,16295,9807,1,0,8802,105,9102,8801,0,9102,8805,1,9201,8806,35500000,9001,8807,0,9001,,,,,,
+2553,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 36",9001,4284,16296,9807,1,0,8805,1,9201,8802,108,9102,8801,0,9102,8807,0,9001,8806,36500000,9001,,,,,,
+2554,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 37",9001,4284,16297,9807,1,0,8801,0,9102,8807,0,9001,8802,111,9102,8806,37500000,9001,8805,1,9201,,,,,,
+2555,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 38",9001,4284,16298,9807,1,0,8802,114,9102,8801,0,9102,8806,38500000,9001,8805,1,9201,8807,0,9001,,,,,,
+2556,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 39",9001,4284,16299,9807,1,0,8806,39500000,9001,8805,1,9201,8802,117,9102,8801,0,9102,8807,0,9001,,,,,,
+2557,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 40",9001,4284,16070,9807,1,0,8807,0,9001,8806,40500000,9001,8801,0,9102,8805,1,9201,8802,120,9102,,,,,,
+2558,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 41",9001,4284,16071,9807,1,0,8805,1,9201,8802,123,9102,8801,0,9102,8806,41500000,9001,8807,0,9001,,,,,,
+2559,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 42",9001,4284,16072,9807,1,0,8807,0,9001,8806,42500000,9001,8805,1,9201,8802,126,9102,8801,0,9102,,,,,,
+2560,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 43",9001,4284,16073,9807,1,0,8801,0,9102,8807,0,9001,8802,129,9102,8806,43500000,9001,8805,1,9201,,,,,,
+2561,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 44",9001,4284,16074,9807,1,0,8801,0,9102,8806,44500000,9001,8805,1,9201,8802,132,9102,8807,0,9001,,,,,,
+2562,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 45",9001,4284,16075,9807,1,0,8807,0,9001,8806,45500000,9001,8805,1,9201,8802,135,9102,8801,0,9102,,,,,,
+2563,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 46",9001,4284,16076,9807,1,0,8802,138,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,46500000,9001,,,,,,
+2564,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 47",9001,4284,16077,9807,1,0,8802,141,9102,8801,0,9102,8807,0,9001,8806,47500000,9001,8805,1,9201,,,,,,
+2565,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 48",9001,4284,16078,9807,1,0,8807,0,9001,8806,48500000,9001,8801,0,9102,8805,1,9201,8802,144,9102,,,,,,
+2566,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 49",9001,4284,16079,9807,1,0,8807,0,9001,8806,49500000,9001,8805,1,9201,8802,147,9102,8801,0,9102,,,,,,
+2567,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 50",9001,4284,16080,9807,1,0,8801,0,9102,8805,1,9201,8802,150,9102,8807,0,9001,8806,50500000,9001,,,,,,
+2568,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 51",9001,4284,16081,9807,1,0,8801,0,9102,8807,0,9001,8802,153,9102,8806,51500000,9001,8805,1,9201,,,,,,
+2569,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 52",9001,4284,16082,9807,1,0,8802,156,9102,8801,0,9102,8806,52500000,9001,8805,1,9201,8807,0,9001,,,,,,
+2570,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 53",9001,4284,16083,9807,1,0,8806,53500000,9001,8805,1,9201,8802,159,9102,8801,0,9102,8807,0,9001,,,,,,
+2571,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 54",9001,4284,16084,9807,1,0,8802,162,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,54500000,9001,,,,,,
+2572,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 55",9001,4284,16085,9807,1,0,8806,55500000,9001,8805,1,9201,8802,165,9102,8801,0,9102,8807,0,9001,,,,,,
+2573,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 56",9001,4284,16086,9807,1,0,8807,0,9001,8806,56500000,9001,8801,0,9102,8805,1,9201,8802,168,9102,,,,,,
+2574,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 57",9001,4284,16087,9807,1,0,8805,1,9201,8802,171,9102,8801,0,9102,8806,57500000,9001,8807,0,9001,,,,,,
+2575,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 58",9001,4284,16088,9807,1,0,8806,58500000,9001,8805,1,9201,8802,174,9102,8801,0,9102,8807,0,9001,,,,,,
+2576,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 59",9001,4284,16089,9807,1,0,8801,0,9102,8807,0,9001,8802,177,9102,8806,59500000,9001,8805,1,9201,,,,,,
+2577,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 60",9001,4284,16090,9807,1,1,8801,0,9102,8806,60000000,9001,8805,1,9201,8802,180,9102,8807,0,9001,,,,,,
+2578,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 61",9001,4284,16091,9807,1,0,8807,0,9001,8806,61500000,9001,8805,1,9201,8802,-177,9102,8801,0,9102,,,,,,
+2579,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 62",9001,4284,16092,9807,1,0,8802,-174,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,62500000,9001,,,,,,
+2580,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 63",9001,4284,16093,9807,1,0,8802,-171,9102,8801,0,9102,8807,0,9001,8806,63500000,9001,8805,1,9201,,,,,,
+2581,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 64",9001,4284,16094,9807,1,0,8807,0,9001,8806,64500000,9001,8801,0,9102,8805,1,9201,8802,-168,9102,,,,,,
+2582,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 21E",9001,4284,16304,9807,1,0,8805,1,9201,8802,21,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2583,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 24E",9001,4284,16368,9807,1,0,8805,1,9201,8802,24,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2584,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 27E",9001,4284,16305,9807,1,0,8806,500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+2585,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 30E",9001,4284,16370,9807,1,0,8801,0,9102,8807,0,9001,8802,30,9102,8806,500000,9001,8805,1,9201,,,,,,
+2586,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 33E",9001,4284,16306,9807,1,0,8801,0,9102,8807,0,9001,8802,33,9102,8806,500000,9001,8805,1,9201,,,,,,
+2587,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 36E",9001,4284,16372,9807,1,0,8805,1,9201,8807,0,9001,8806,500000,9001,8802,36,9102,8801,0,9102,,,,,,
+2588,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 39E",9001,4284,16307,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8802,39,9102,8807,0,9001,,,,,,
+2589,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 42E",9001,4284,16374,9807,1,0,8802,42,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2590,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 45E",9001,4284,16308,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,,,,,,
+2591,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 48E",9001,4284,16376,9807,1,0,8801,0,9102,8805,1,9201,8802,48,9102,8806,500000,9001,8807,0,9001,,,,,,
+2592,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 51E",9001,4284,16309,9807,1,0,8801,0,9102,8802,51,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+2593,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 54E",9001,4284,16378,9807,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,8802,54,9102,,,,,,
+2594,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 57E",9001,4284,16310,9807,1,0,8802,57,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2595,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 60E",9001,4284,16380,9807,1,0,8806,500000,9001,8805,1,9201,8802,60,9102,8801,0,9102,8807,0,9001,,,,,,
+2596,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 63E",9001,4284,16311,9807,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,8802,63,9102,,,,,,
+2597,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 66E",9001,4284,16382,9807,1,0,8802,66,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2598,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 69E",9001,4284,16312,9807,1,0,8801,0,9102,8805,1,9201,8802,69,9102,8806,500000,9001,8807,0,9001,,,,,,
+2599,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 72E",9001,4284,16384,9807,1,0,8805,1,9201,8802,72,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2600,Lietuvos Koordinoei Sistema 1994,9001,4669,19934,9807,1,1,8805,0.9998,9201,8802,24,9102,8806,500000,9001,8801,0,9102,8807,0,9001,,,,,,
+2601,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 75E",9001,4284,16313,9807,1,0,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2602,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 78E",9001,4284,16386,9807,1,0,8801,0,9102,8807,0,9001,8802,78,9102,8806,500000,9001,8805,1,9201,,,,,,
+2603,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 81E",9001,4284,16314,9807,1,0,8801,0,9102,8807,0,9001,8802,81,9102,8806,500000,9001,8805,1,9201,,,,,,
+2604,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 84E",9001,4284,16388,9807,1,0,8806,500000,9001,8805,1,9201,8802,84,9102,8801,0,9102,8807,0,9001,,,,,,
+2605,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 87E",9001,4284,16315,9807,1,0,8802,87,9102,8806,500000,9001,8805,1,9201,8801,0,9102,8807,0,9001,,,,,,
+2606,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 90E",9001,4284,16390,9807,1,0,8802,90,9102,8801,0,9102,8806,500000,9001,8805,1,9201,8807,0,9001,,,,,,
+2607,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 93E",9001,4284,16316,9807,1,0,8806,500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,,,,,,
+2608,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 96E",9001,4284,16392,9807,1,0,8801,0,9102,8802,96,9102,8806,500000,9001,8807,0,9001,8805,1,9201,,,,,,
+2609,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 99E",9001,4284,16317,9807,1,0,8802,99,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+2610,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 102E",9001,4284,16394,9807,1,0,8801,0,9102,8807,0,9001,8802,102,9102,8806,500000,9001,8805,1,9201,,,,,,
+2611,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 105E",9001,4284,16318,9807,1,0,8805,1,9201,8802,105,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2612,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 108E",9001,4284,16396,9807,1,0,8806,500000,9001,8805,1,9201,8802,108,9102,8801,0,9102,8807,0,9001,,,,,,
+2613,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 111E",9001,4284,16319,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,111,9102,,,,,,
+2614,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 114E",9001,4284,16398,9807,1,0,8801,0,9102,8805,1,9201,8806,500000,9001,8802,114,9102,8807,0,9001,,,,,,
+2615,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 117E",9001,4284,16320,9807,1,0,8805,1,9201,8802,117,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2616,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 120E",9001,4284,16170,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,120,9102,8801,0,9102,,,,,,
+2617,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 123E",9001,4284,16321,9807,1,0,8806,500000,9001,8807,0,9001,8805,1,9201,8802,123,9102,8801,0,9102,,,,,,
+2618,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 126E",9001,4284,16172,9807,1,0,8802,126,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2619,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 129E",9001,4284,16322,9807,1,0,8801,0,9102,8807,0,9001,8802,129,9102,8806,500000,9001,8805,1,9201,,,,,,
+2620,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 132E",9001,4284,16174,9807,1,0,8802,132,9102,8801,0,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
+2621,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 135E",9001,4284,16323,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8802,135,9102,8807,0,9001,,,,,,
+2622,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 138E",9001,4284,16176,9807,1,0,8801,0,9102,8807,0,9001,8802,138,9102,8806,500000,9001,8805,1,9201,,,,,,
+2623,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 141E",9001,4284,16324,9807,1,0,8806,500000,9001,8805,1,9201,8802,141,9102,8801,0,9102,8807,0,9001,,,,,,
+2624,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 144E",9001,4284,16178,9807,1,0,8806,500000,9001,8805,1,9201,8802,144,9102,8801,0,9102,8807,0,9001,,,,,,
+2625,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 147E",9001,4284,16325,9807,1,0,8802,147,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+2626,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 150E",9001,4284,16180,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,150,9102,8801,0,9102,,,,,,
+2627,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 153E",9001,4284,16326,9807,1,0,8802,153,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2628,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 156E",9001,4284,16182,9807,1,0,8805,1,9201,8802,156,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2629,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 159E",9001,4284,16327,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,159,9102,8801,0,9102,,,,,,
+2630,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 162E",9001,4284,16184,9807,1,0,8801,0,9102,8807,0,9001,8802,162,9102,8806,500000,9001,8805,1,9201,,,,,,
+2631,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 165E",9001,4284,16328,9807,1,0,8806,500000,9001,8805,1,9201,8802,165,9102,8807,0,9001,8801,0,9102,,,,,,
+2632,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 168E",9001,4284,16186,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,168,9102,8801,0,9102,,,,,,
+2633,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 171E",9001,4284,16329,9807,1,0,8805,1,9201,8802,171,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2634,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 174E",9001,4284,16188,9807,1,0,8802,174,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2635,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 177E",9001,4284,16330,9807,1,0,8801,0,9102,8807,0,9001,8802,177,9102,8806,500000,9001,8805,1,9201,,,,,,
+2636,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 180E",9001,4284,16190,9807,1,0,8801,0,9102,8805,1,9201,8802,180,9102,8806,500000,9001,8807,0,9001,,,,,,
+2637,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 177W",9001,4284,16331,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8807,0,9001,8802,-177,9102,,,,,,
+2638,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 174W",9001,4284,16192,9807,1,0,8801,0,9102,8807,0,9001,8802,-174,9102,8806,500000,9001,8805,1,9201,,,,,,
+2639,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 171W",9001,4284,16332,9807,1,0,8806,500000,9001,8805,1,9201,8802,-171,9102,8801,0,9102,8807,0,9001,,,,,,
+2640,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 168W",9001,4284,16194,9807,1,0,8802,-168,9102,8807,0,9001,8805,1,9201,8806,500000,9001,8801,0,9102,,,,,,
+2641,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 7",9001,4200,16267,9807,1,0,8806,7500000,9001,8805,1,9201,8802,21,9102,8801,0,9102,8807,0,9001,,,,,,
+2642,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 8",9001,4200,16268,9807,1,0,8802,24,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,8500000,9001,,,,,,
+2643,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 9",9001,4200,16269,9807,1,0,8806,9500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+2644,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 10",9001,4200,16270,9807,1,0,8807,0,9001,8806,10500000,9001,8801,0,9102,8805,1,9201,8802,30,9102,,,,,,
+2645,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 11",9001,4200,16271,9807,1,0,8805,1,9201,8802,33,9102,8801,0,9102,8806,11500000,9001,8807,0,9001,,,,,,
+2646,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 12",9001,4200,16272,9807,1,0,8806,12500000,9001,8805,1,9201,8802,36,9102,8801,0,9102,8807,0,9001,,,,,,
+2647,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 13",9001,4200,16273,9807,1,0,8801,0,9102,8807,0,9001,8802,39,9102,8806,13500000,9001,8805,1,9201,,,,,,
+2648,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 14",9001,4200,16274,9807,1,0,8801,0,9102,8806,14500000,9001,8805,1,9201,8802,42,9102,8807,0,9001,,,,,,
+2649,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 15",9001,4200,16275,9807,1,0,8807,0,9001,8806,15500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,,,,,,
+2650,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 16",9001,4200,16276,9807,1,0,8805,1,9201,8802,48,9102,8801,0,9102,8807,0,9001,8806,16500000,9001,,,,,,
+2651,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 17",9001,4200,16277,9807,1,0,8802,51,9102,8801,0,9102,8807,0,9001,8806,17500000,9001,8805,1,9201,,,,,,
+2652,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 18",9001,4200,16278,9807,1,0,8807,0,9001,8806,18500000,9001,8801,0,9102,8805,1,9201,8802,54,9102,,,,,,
+2653,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 19",9001,4200,16279,9807,1,0,8801,0,9102,8805,1,9201,8802,57,9102,8806,19500000,9001,8807,0,9001,,,,,,
+2654,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 20",9001,4200,16280,9807,1,0,8805,1,9201,8802,60,9102,8801,0,9102,8807,0,9001,8806,20500000,9001,,,,,,
+2655,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 21",9001,4200,16281,9807,1,0,8801,0,9102,8807,0,9001,8802,63,9102,8806,21500000,9001,8805,1,9201,,,,,,
+2656,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 22",9001,4200,16282,9807,1,0,8805,1,9201,8802,66,9102,8801,0,9102,8806,22500000,9001,8807,0,9001,,,,,,
+2657,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 23",9001,4200,16283,9807,1,0,8806,23500000,9001,8805,1,9201,8802,69,9102,8801,0,9102,8807,0,9001,,,,,,
+2658,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 24",9001,4200,16284,9807,1,0,8802,72,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,24500000,9001,,,,,,
+2659,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 25",9001,4200,16285,9807,1,0,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,25500000,9001,,,,,,
+2660,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 26",9001,4200,16286,9807,1,0,8807,0,9001,8806,26500000,9001,8801,0,9102,8805,1,9201,8802,78,9102,,,,,,
+2661,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 27",9001,4200,16287,9807,1,0,8805,1,9201,8802,81,9102,8801,0,9102,8806,27500000,9001,8807,0,9001,,,,,,
+2662,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 28",9001,4200,16288,9807,1,0,8807,0,9001,8806,28500000,9001,8805,1,9201,8802,84,9102,8801,0,9102,,,,,,
+2663,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 29",9001,4200,16289,9807,1,0,8801,0,9102,8807,0,9001,8802,87,9102,8806,29500000,9001,8805,1,9201,,,,,,
+2664,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 30",9001,4200,16290,9807,1,0,8801,0,9102,8806,30500000,9001,8805,1,9201,8802,90,9102,8807,0,9001,,,,,,
+2665,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 31",9001,4200,16291,9807,1,0,8807,0,9001,8806,31500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,,,,,,
+2666,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 32",9001,4200,16292,9807,1,0,8802,96,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,32500000,9001,,,,,,
+2667,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 33",9001,4200,16293,9807,1,0,8802,99,9102,8801,0,9102,8807,0,9001,8806,33500000,9001,8805,1,9201,,,,,,
+2668,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 34",9001,4200,16294,9807,1,0,8807,0,9001,8806,34500000,9001,8801,0,9102,8805,1,9201,8802,102,9102,,,,,,
+2669,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 35",9001,4200,16295,9807,1,0,8802,105,9102,8801,0,9102,8805,1,9201,8806,35500000,9001,8807,0,9001,,,,,,
+2670,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 36",9001,4200,16296,9807,1,0,8805,1,9201,8802,108,9102,8801,0,9102,8807,0,9001,8806,36500000,9001,,,,,,
+2671,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 37",9001,4200,16297,9807,1,0,8801,0,9102,8807,0,9001,8802,111,9102,8806,37500000,9001,8805,1,9201,,,,,,
+2672,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 38",9001,4200,16298,9807,1,0,8802,114,9102,8801,0,9102,8806,38500000,9001,8805,1,9201,8807,0,9001,,,,,,
+2673,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 39",9001,4200,16299,9807,1,0,8806,39500000,9001,8805,1,9201,8802,117,9102,8801,0,9102,8807,0,9001,,,,,,
+2674,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 40",9001,4200,16070,9807,1,0,8807,0,9001,8806,40500000,9001,8801,0,9102,8805,1,9201,8802,120,9102,,,,,,
+2675,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 41",9001,4200,16071,9807,1,0,8805,1,9201,8802,123,9102,8801,0,9102,8806,41500000,9001,8807,0,9001,,,,,,
+2676,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 42",9001,4200,16072,9807,1,0,8807,0,9001,8806,42500000,9001,8805,1,9201,8802,126,9102,8801,0,9102,,,,,,
+2677,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 43",9001,4200,16073,9807,1,0,8801,0,9102,8807,0,9001,8802,129,9102,8806,43500000,9001,8805,1,9201,,,,,,
+2678,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 44",9001,4200,16074,9807,1,0,8801,0,9102,8806,44500000,9001,8805,1,9201,8802,132,9102,8807,0,9001,,,,,,
+2679,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 45",9001,4200,16075,9807,1,0,8807,0,9001,8806,45500000,9001,8805,1,9201,8802,135,9102,8801,0,9102,,,,,,
+2680,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 46",9001,4200,16076,9807,1,0,8802,138,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,46500000,9001,,,,,,
+2681,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 47",9001,4200,16077,9807,1,0,8802,141,9102,8801,0,9102,8807,0,9001,8806,47500000,9001,8805,1,9201,,,,,,
+2682,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 48",9001,4200,16078,9807,1,0,8807,0,9001,8806,48500000,9001,8801,0,9102,8805,1,9201,8802,144,9102,,,,,,
+2683,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 49",9001,4200,16079,9807,1,0,8807,0,9001,8806,49500000,9001,8805,1,9201,8802,147,9102,8801,0,9102,,,,,,
+2684,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 50",9001,4200,16080,9807,1,0,8801,0,9102,8805,1,9201,8802,150,9102,8807,0,9001,8806,50500000,9001,,,,,,
+2685,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 51",9001,4200,16081,9807,1,0,8801,0,9102,8807,0,9001,8802,153,9102,8806,51500000,9001,8805,1,9201,,,,,,
+2686,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 52",9001,4200,16082,9807,1,0,8802,156,9102,8801,0,9102,8806,52500000,9001,8805,1,9201,8807,0,9001,,,,,,
+2687,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 53",9001,4200,16083,9807,1,0,8806,53500000,9001,8805,1,9201,8802,159,9102,8801,0,9102,8807,0,9001,,,,,,
+2688,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 54",9001,4200,16084,9807,1,0,8802,162,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,54500000,9001,,,,,,
+2689,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 55",9001,4200,16085,9807,1,0,8806,55500000,9001,8805,1,9201,8802,165,9102,8801,0,9102,8807,0,9001,,,,,,
+2690,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 56",9001,4200,16086,9807,1,0,8807,0,9001,8806,56500000,9001,8801,0,9102,8805,1,9201,8802,168,9102,,,,,,
+2691,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 57",9001,4200,16087,9807,1,0,8805,1,9201,8802,171,9102,8801,0,9102,8806,57500000,9001,8807,0,9001,,,,,,
+2692,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 58",9001,4200,16088,9807,1,0,8806,58500000,9001,8805,1,9201,8802,174,9102,8801,0,9102,8807,0,9001,,,,,,
+2693,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 59",9001,4200,16089,9807,1,0,8801,0,9102,8807,0,9001,8802,177,9102,8806,59500000,9001,8805,1,9201,,,,,,
+2694,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 60",9001,4200,16090,9807,1,1,8801,0,9102,8806,60000000,9001,8805,1,9201,8802,180,9102,8807,0,9001,,,,,,
+2695,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 61",9001,4200,16091,9807,1,0,8807,0,9001,8806,61500000,9001,8805,1,9201,8802,-177,9102,8801,0,9102,,,,,,
+2696,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 62",9001,4200,16092,9807,1,0,8802,-174,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,62500000,9001,,,,,,
+2697,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 63",9001,4200,16093,9807,1,0,8802,-171,9102,8801,0,9102,8807,0,9001,8806,63500000,9001,8805,1,9201,,,,,,
+2698,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 64",9001,4200,16094,9807,1,0,8807,0,9001,8806,64500000,9001,8801,0,9102,8805,1,9201,8802,-168,9102,,,,,,
+2699,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 21E",9001,4200,16304,9807,1,0,8805,1,9201,8802,21,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2700,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 24E",9001,4200,16368,9807,1,0,8805,1,9201,8802,24,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2701,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 27E",9001,4200,16305,9807,1,0,8806,500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+2702,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 30E",9001,4200,16370,9807,1,0,8801,0,9102,8807,0,9001,8802,30,9102,8806,500000,9001,8805,1,9201,,,,,,
+2703,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 33E",9001,4200,16306,9807,1,0,8801,0,9102,8807,0,9001,8802,33,9102,8806,500000,9001,8805,1,9201,,,,,,
+2704,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 36E",9001,4200,16372,9807,1,0,8805,1,9201,8807,0,9001,8806,500000,9001,8802,36,9102,8801,0,9102,,,,,,
+2705,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 39E",9001,4200,16307,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8802,39,9102,8807,0,9001,,,,,,
+2706,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 42E",9001,4200,16374,9807,1,0,8802,42,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2707,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 45E",9001,4200,16308,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,,,,,,
+2708,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 48E",9001,4200,16376,9807,1,0,8801,0,9102,8805,1,9201,8802,48,9102,8806,500000,9001,8807,0,9001,,,,,,
+2709,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 51E",9001,4200,16309,9807,1,0,8801,0,9102,8802,51,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+2710,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 54E",9001,4200,16378,9807,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,8802,54,9102,,,,,,
+2711,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 57E",9001,4200,16310,9807,1,0,8802,57,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2712,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 60E",9001,4200,16380,9807,1,0,8806,500000,9001,8805,1,9201,8802,60,9102,8801,0,9102,8807,0,9001,,,,,,
+2713,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 63E",9001,4200,16311,9807,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,8802,63,9102,,,,,,
+2714,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 66E",9001,4200,16382,9807,1,0,8802,66,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2715,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 69E",9001,4200,16312,9807,1,0,8801,0,9102,8805,1,9201,8802,69,9102,8806,500000,9001,8807,0,9001,,,,,,
+2716,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 72E",9001,4200,16384,9807,1,0,8805,1,9201,8802,72,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2717,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 75E",9001,4200,16313,9807,1,0,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2718,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 78E",9001,4200,16386,9807,1,0,8801,0,9102,8807,0,9001,8802,78,9102,8806,500000,9001,8805,1,9201,,,,,,
+2719,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 81E",9001,4200,16314,9807,1,0,8801,0,9102,8807,0,9001,8802,81,9102,8806,500000,9001,8805,1,9201,,,,,,
+2720,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 84E",9001,4200,16388,9807,1,0,8806,500000,9001,8805,1,9201,8802,84,9102,8801,0,9102,8807,0,9001,,,,,,
+2721,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 87E",9001,4200,16315,9807,1,0,8802,87,9102,8806,500000,9001,8805,1,9201,8801,0,9102,8807,0,9001,,,,,,
+2722,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 90E",9001,4200,16390,9807,1,0,8802,90,9102,8801,0,9102,8806,500000,9001,8805,1,9201,8807,0,9001,,,,,,
+2723,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 93E",9001,4200,16316,9807,1,0,8806,500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,,,,,,
+2724,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 96E",9001,4200,16392,9807,1,0,8801,0,9102,8802,96,9102,8806,500000,9001,8807,0,9001,8805,1,9201,,,,,,
+2725,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 99E",9001,4200,16317,9807,1,0,8802,99,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+2726,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 102E",9001,4200,16394,9807,1,0,8801,0,9102,8807,0,9001,8802,102,9102,8806,500000,9001,8805,1,9201,,,,,,
+2727,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 105E",9001,4200,16318,9807,1,0,8805,1,9201,8802,105,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2728,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 108E",9001,4200,16396,9807,1,0,8806,500000,9001,8805,1,9201,8802,108,9102,8801,0,9102,8807,0,9001,,,,,,
+2729,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 111E",9001,4200,16319,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,111,9102,,,,,,
+2730,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 114E",9001,4200,16398,9807,1,0,8801,0,9102,8805,1,9201,8806,500000,9001,8802,114,9102,8807,0,9001,,,,,,
+2731,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 117E",9001,4200,16320,9807,1,0,8805,1,9201,8802,117,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2732,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 120E",9001,4200,16170,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,120,9102,8801,0,9102,,,,,,
+2733,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 123E",9001,4200,16321,9807,1,0,8806,500000,9001,8807,0,9001,8805,1,9201,8802,123,9102,8801,0,9102,,,,,,
+2734,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 126E",9001,4200,16172,9807,1,0,8802,126,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2735,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 129E",9001,4200,16322,9807,1,0,8801,0,9102,8807,0,9001,8802,129,9102,8806,500000,9001,8805,1,9201,,,,,,
+2736,"Tete / UTM zone 36S",9001,4127,16136,9807,1,0,8801,0,9102,8807,10000000,9001,8802,33,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+2737,"Tete / UTM zone 37S",9001,4127,16137,9807,1,0,8802,39,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+2738,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 132E",9001,4200,16174,9807,1,0,8802,132,9102,8801,0,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
+2739,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 135E",9001,4200,16323,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8802,135,9102,8807,0,9001,,,,,,
+2740,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 138E",9001,4200,16176,9807,1,0,8801,0,9102,8807,0,9001,8802,138,9102,8806,500000,9001,8805,1,9201,,,,,,
+2741,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 141E",9001,4200,16324,9807,1,0,8806,500000,9001,8805,1,9201,8802,141,9102,8801,0,9102,8807,0,9001,,,,,,
+2742,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 144E",9001,4200,16178,9807,1,0,8806,500000,9001,8805,1,9201,8802,144,9102,8801,0,9102,8807,0,9001,,,,,,
+2743,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 147E",9001,4200,16325,9807,1,0,8802,147,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+2744,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 150E",9001,4200,16180,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,150,9102,8801,0,9102,,,,,,
+2745,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 153E",9001,4200,16326,9807,1,0,8802,153,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2746,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 156E",9001,4200,16182,9807,1,0,8805,1,9201,8802,156,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+2747,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 159E",9001,4200,16327,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,159,9102,8801,0,9102,,,,,,
+2748,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 162E",9001,4200,16184,9807,1,0,8801,0,9102,8807,0,9001,8802,162,9102,8806,500000,9001,8805,1,9201,,,,,,
+2749,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 165E",9001,4200,16328,9807,1,0,8806,500000,9001,8805,1,9201,8802,165,9102,8807,0,9001,8801,0,9102,,,,,,
+2750,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 168E",9001,4200,16186,9807,1,0,8807,0,9001,8806,500000,9001,8805,1,9201,8802,168,9102,8801,0,9102,,,,,,
+2751,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 171E",9001,4200,16329,9807,1,0,8805,1,9201,8802,171,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+2752,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 174E",9001,4200,16188,9807,1,0,8802,174,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+2753,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 177E",9001,4200,16330,9807,1,0,8801,0,9102,8807,0,9001,8802,177,9102,8806,500000,9001,8805,1,9201,,,,,,
+2754,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 180E",9001,4200,16190,9807,1,0,8801,0,9102,8805,1,9201,8802,180,9102,8806,500000,9001,8807,0,9001,,,,,,
+2755,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 177W",9001,4200,16331,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8807,0,9001,8802,-177,9102,,,,,,
+2756,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 174W",9001,4200,16192,9807,1,0,8801,0,9102,8807,0,9001,8802,-174,9102,8806,500000,9001,8805,1,9201,,,,,,
+2757,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 171W",9001,4200,16332,9807,1,0,8806,500000,9001,8805,1,9201,8802,-171,9102,8801,0,9102,8807,0,9001,,,,,,
+2758,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 168W",9001,4200,16194,9807,1,0,8802,-168,9102,8807,0,9001,8805,1,9201,8806,500000,9001,8801,0,9102,,,,,,
+2759,"NAD83(HARN) / Alabama East",9001,4152,10131,9807,1,0,8801,30.3,9110,8802,-85.5,9110,8805,0.99996,9201,8806,200000,9001,8807,0,9001,,,,,,
+2760,"NAD83(HARN) / Alabama West",9001,4152,10132,9807,1,0,8801,30,9110,8802,-87.3,9110,8805,0.999933333,9201,8806,600000,9001,8807,0,9001,,,,,,
+2761,"NAD83(HARN) / Arizona East",9001,4152,10231,9807,1,0,8801,31,9110,8802,-110.1,9110,8805,0.9999,9201,8806,213360,9001,8807,0,9001,,,,,,
+2762,"NAD83(HARN) / Arizona Central",9001,4152,10232,9807,1,0,8801,31,9110,8802,-111.55,9110,8805,0.9999,9201,8806,213360,9001,8807,0,9001,,,,,,
+2763,"NAD83(HARN) / Arizona West",9001,4152,10233,9807,1,0,8801,31,9110,8802,-113.45,9110,8805,0.999933333,9201,8806,213360,9001,8807,0,9001,,,,,,
+2764,"NAD83(HARN) / Arkansas North",9001,4152,10331,9802,1,0,8821,34.2,9110,8822,-92,9110,8823,36.14,9110,8824,34.56,9110,8826,400000,9001,8827,0,9001,,,
+2765,"NAD83(HARN) / Arkansas South",9001,4152,10332,9802,1,0,8821,32.4,9110,8822,-92,9110,8823,34.46,9110,8824,33.18,9110,8826,400000,9001,8827,400000,9001,,,
+2766,"NAD83(HARN) / California zone 1",9001,4152,10431,9802,1,0,8821,39.2,9110,8822,-122,9110,8823,41.4,9110,8824,40,9110,8826,2000000,9001,8827,500000,9001,,,
+2767,"NAD83(HARN) / California zone 2",9001,4152,10432,9802,1,0,8821,37.4,9110,8822,-122,9110,8823,39.5,9110,8824,38.2,9110,8826,2000000,9001,8827,500000,9001,,,
+2768,"NAD83(HARN) / California zone 3",9001,4152,10433,9802,1,0,8821,36.3,9110,8822,-120.3,9110,8823,38.26,9110,8824,37.04,9110,8826,2000000,9001,8827,500000,9001,,,
+2769,"NAD83(HARN) / California zone 4",9001,4152,10434,9802,1,0,8821,35.2,9110,8822,-119,9110,8823,37.15,9110,8824,36,9110,8826,2000000,9001,8827,500000,9001,,,
+2770,"NAD83(HARN) / California zone 5",9001,4152,10435,9802,1,0,8821,33.3,9110,8822,-118,9110,8823,35.28,9110,8824,34.02,9110,8826,2000000,9001,8827,500000,9001,,,
+2771,"NAD83(HARN) / California zone 6",9001,4152,10436,9802,1,0,8821,32.1,9110,8822,-116.15,9110,8823,33.53,9110,8824,32.47,9110,8826,2000000,9001,8827,500000,9001,,,
+2772,"NAD83(HARN) / Colorado North",9001,4152,10531,9802,1,0,8821,39.2,9110,8822,-105.3,9110,8823,40.47,9110,8824,39.43,9110,8826,914401.8289,9001,8827,304800.6096,9001,,,
+2773,"NAD83(HARN) / Colorado Central",9001,4152,10532,9802,1,0,8821,37.5,9110,8822,-105.3,9110,8823,39.45,9110,8824,38.27,9110,8826,914401.8289,9001,8827,304800.6096,9001,,,
+2774,"NAD83(HARN) / Colorado South",9001,4152,10533,9802,1,0,8821,36.4,9110,8822,-105.3,9110,8823,38.26,9110,8824,37.14,9110,8826,914401.8289,9001,8827,304800.6096,9001,,,
+2775,"NAD83(HARN) / Connecticut",9001,4152,10630,9802,1,0,8821,40.5,9110,8822,-72.45,9110,8823,41.52,9110,8824,41.12,9110,8826,304800.6096,9001,8827,152400.3048,9001,,,
+2776,"NAD83(HARN) / Delaware",9001,4152,10730,9807,1,0,8801,38,9110,8802,-75.25,9110,8805,0.999995,9201,8806,200000,9001,8807,0,9001,,,,,,
+2777,"NAD83(HARN) / Florida East",9001,4152,10931,9807,1,0,8801,24.2,9110,8802,-81,9110,8805,0.999941177,9201,8806,200000,9001,8807,0,9001,,,,,,
+2778,"NAD83(HARN) / Florida West",9001,4152,10932,9807,1,0,8801,24.2,9110,8802,-82,9110,8805,0.999941177,9201,8806,200000,9001,8807,0,9001,,,,,,
+2779,"NAD83(HARN) / Florida North",9001,4152,10933,9802,1,0,8821,29,9110,8822,-84.3,9110,8823,30.45,9110,8824,29.35,9110,8826,600000,9001,8827,0,9001,,,
+2780,"NAD83(HARN) / Georgia East",9001,4152,11031,9807,1,0,8801,30,9110,8802,-82.1,9110,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
+2781,"NAD83(HARN) / Georgia West",9001,4152,11032,9807,1,0,8801,30,9110,8802,-84.1,9110,8805,0.9999,9201,8806,700000,9001,8807,0,9001,,,,,,
+2782,"NAD83(HARN) / Hawaii zone 1",9001,4152,15131,9807,1,0,8801,18.5,9110,8802,-155.3,9110,8805,0.999966667,9201,8806,500000,9001,8807,0,9001,,,,,,
+2783,"NAD83(HARN) / Hawaii zone 2",9001,4152,15132,9807,1,0,8801,20.2,9110,8802,-156.4,9110,8805,0.999966667,9201,8806,500000,9001,8807,0,9001,,,,,,
+2784,"NAD83(HARN) / Hawaii zone 3",9001,4152,15133,9807,1,0,8801,21.1,9110,8802,-158,9110,8805,0.99999,9201,8806,500000,9001,8807,0,9001,,,,,,
+2785,"NAD83(HARN) / Hawaii zone 4",9001,4152,15134,9807,1,0,8801,21.5,9110,8802,-159.3,9110,8805,0.99999,9201,8806,500000,9001,8807,0,9001,,,,,,
+2786,"NAD83(HARN) / Hawaii zone 5",9001,4152,15135,9807,1,0,8801,21.4,9110,8802,-160.1,9110,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
+2787,"NAD83(HARN) / Idaho East",9001,4152,11131,9807,1,0,8801,41.4,9110,8802,-112.1,9110,8805,0.999947368,9201,8806,200000,9001,8807,0,9001,,,,,,
+2788,"NAD83(HARN) / Idaho Central",9001,4152,11132,9807,1,0,8801,41.4,9110,8802,-114,9110,8805,0.999947368,9201,8806,500000,9001,8807,0,9001,,,,,,
+2789,"NAD83(HARN) / Idaho West",9001,4152,11133,9807,1,0,8801,41.4,9110,8802,-115.45,9110,8805,0.999933333,9201,8806,800000,9001,8807,0,9001,,,,,,
+2790,"NAD83(HARN) / Illinois East",9001,4152,11231,9807,1,0,8801,36.4,9110,8802,-88.2,9110,8805,0.999975,9201,8806,300000,9001,8807,0,9001,,,,,,
+2791,"NAD83(HARN) / Illinois West",9001,4152,11232,9807,1,0,8801,36.4,9110,8802,-90.1,9110,8805,0.999941177,9201,8806,700000,9001,8807,0,9001,,,,,,
+2792,"NAD83(HARN) / Indiana East",9001,4152,11331,9807,1,0,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,100000,9001,8807,250000,9001,,,,,,
+2793,"NAD83(HARN) / Indiana West",9001,4152,11332,9807,1,0,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,900000,9001,8807,250000,9001,,,,,,
+2794,"NAD83(HARN) / Iowa North",9001,4152,11431,9802,1,0,8821,41.3,9110,8822,-93.3,9110,8823,43.16,9110,8824,42.04,9110,8826,1500000,9001,8827,1000000,9001,,,
+2795,"NAD83(HARN) / Iowa South",9001,4152,11432,9802,1,0,8821,40,9110,8822,-93.3,9110,8823,41.47,9110,8824,40.37,9110,8826,500000,9001,8827,0,9001,,,
+2796,"NAD83(HARN) / Kansas North",9001,4152,11531,9802,1,0,8821,38.2,9110,8822,-98,9110,8823,39.47,9110,8824,38.43,9110,8826,400000,9001,8827,0,9001,,,
+2797,"NAD83(HARN) / Kansas South",9001,4152,11532,9802,1,0,8821,36.4,9110,8822,-98.3,9110,8823,38.34,9110,8824,37.16,9110,8826,400000,9001,8827,400000,9001,,,
+2798,"NAD83(HARN) / Kentucky North",9001,4152,15303,9802,1,0,8821,37.3,9110,8822,-84.15,9110,8823,37.58,9110,8824,38.58,9110,8826,500000,9001,8827,0,9001,,,
+2799,"NAD83(HARN) / Kentucky South",9001,4152,11632,9802,1,0,8821,36.2,9110,8822,-85.45,9110,8823,37.56,9110,8824,36.44,9110,8826,500000,9001,8827,500000,9001,,,
+2800,"NAD83(HARN) / Louisiana North",9001,4152,11731,9802,1,0,8821,30.3,9110,8822,-92.3,9110,8823,32.4,9110,8824,31.1,9110,8826,1000000,9001,8827,0,9001,,,
+2801,"NAD83(HARN) / Louisiana South",9001,4152,11732,9802,1,0,8821,28.3,9110,8822,-91.2,9110,8823,30.42,9110,8824,29.18,9110,8826,1000000,9001,8827,0,9001,,,
+2802,"NAD83(HARN) / Maine East",9001,4152,11831,9807,1,0,8801,43.4,9110,8802,-68.3,9110,8805,0.9999,9201,8806,300000,9001,8807,0,9001,,,,,,
+2803,"NAD83(HARN) / Maine West",9001,4152,11832,9807,1,0,8801,42.5,9110,8802,-70.1,9110,8805,0.999966667,9201,8806,900000,9001,8807,0,9001,,,,,,
+2804,"NAD83(HARN) / Maryland",9001,4152,11930,9802,1,0,8821,37.4,9110,8822,-77,9110,8823,39.27,9110,8824,38.18,9110,8826,400000,9001,8827,0,9001,,,
+2805,"NAD83(HARN) / Massachusetts Mainland",9001,4152,12031,9802,1,0,8821,41,9110,8822,-71.3,9110,8823,42.41,9110,8824,41.43,9110,8826,200000,9001,8827,750000,9001,,,
+2806,"NAD83(HARN) / Massachusetts Island",9001,4152,12032,9802,1,0,8821,41,9110,8822,-70.3,9110,8823,41.29,9110,8824,41.17,9110,8826,500000,9001,8827,0,9001,,,
+2807,"NAD83(HARN) / Michigan North",9001,4152,12141,9802,1,0,8821,44.47,9110,8822,-87,9110,8823,47.05,9110,8824,45.29,9110,8826,8000000,9001,8827,0,9001,,,
+2808,"NAD83(HARN) / Michigan Central",9001,4152,12142,9802,1,0,8821,43.19,9110,8822,-84.22,9110,8823,45.42,9110,8824,44.11,9110,8826,6000000,9001,8827,0,9001,,,
+2809,"NAD83(HARN) / Michigan South",9001,4152,12143,9802,1,0,8821,41.3,9110,8822,-84.22,9110,8823,43.4,9110,8824,42.06,9110,8826,4000000,9001,8827,0,9001,,,
+2810,"NAD83(HARN) / Minnesota North",9001,4152,12231,9802,1,0,8821,46.3,9110,8822,-93.06,9110,8823,48.38,9110,8824,47.02,9110,8826,800000,9001,8827,100000,9001,,,
+2811,"NAD83(HARN) / Minnesota Central",9001,4152,12232,9802,1,0,8821,45,9110,8822,-94.15,9110,8823,47.03,9110,8824,45.37,9110,8826,800000,9001,8827,100000,9001,,,
+2812,"NAD83(HARN) / Minnesota South",9001,4152,12233,9802,1,0,8821,43,9110,8822,-94,9110,8823,45.13,9110,8824,43.47,9110,8826,800000,9001,8827,100000,9001,,,
+2813,"NAD83(HARN) / Mississippi East",9001,4152,12331,9807,1,0,8801,29.3,9110,8802,-88.5,9110,8805,0.99995,9201,8806,300000,9001,8807,0,9001,,,,,,
+2814,"NAD83(HARN) / Mississippi West",9001,4152,12332,9807,1,0,8801,29.3,9110,8802,-90.2,9110,8805,0.99995,9201,8806,700000,9001,8807,0,9001,,,,,,
+2815,"NAD83(HARN) / Missouri East",9001,4152,12431,9807,1,0,8801,35.5,9110,8802,-90.3,9110,8805,0.999933333,9201,8806,250000,9001,8807,0,9001,,,,,,
+2816,"NAD83(HARN) / Missouri Central",9001,4152,12432,9807,1,0,8801,35.5,9110,8802,-92.3,9110,8805,0.999933333,9201,8806,500000,9001,8807,0,9001,,,,,,
+2817,"NAD83(HARN) / Missouri West",9001,4152,12433,9807,1,0,8801,36.1,9110,8802,-94.3,9110,8805,0.999941177,9201,8806,850000,9001,8807,0,9001,,,,,,
+2818,"NAD83(HARN) / Montana",9001,4152,12530,9802,1,0,8821,44.15,9110,8822,-109.3,9110,8823,49,9110,8824,45,9110,8826,600000,9001,8827,0,9001,,,
+2819,"NAD83(HARN) / Nebraska",9001,4152,12630,9802,1,0,8821,39.5,9110,8822,-100,9110,8823,43,9110,8824,40,9110,8826,500000,9001,8827,0,9001,,,
+2820,"NAD83(HARN) / Nevada East",9001,4152,12731,9807,1,0,8801,34.45,9110,8802,-115.35,9110,8805,0.9999,9201,8806,200000,9001,8807,8000000,9001,,,,,,
+2821,"NAD83(HARN) / Nevada Central",9001,4152,12732,9807,1,0,8801,34.45,9110,8802,-116.4,9110,8805,0.9999,9201,8806,500000,9001,8807,6000000,9001,,,,,,
+2822,"NAD83(HARN) / Nevada West",9001,4152,12733,9807,1,0,8801,34.45,9110,8802,-118.35,9110,8805,0.9999,9201,8806,800000,9001,8807,4000000,9001,,,,,,
+2823,"NAD83(HARN) / New Hampshire",9001,4152,12830,9807,1,0,8801,42.3,9110,8802,-71.4,9110,8805,0.999966667,9201,8806,300000,9001,8807,0,9001,,,,,,
+2824,"NAD83(HARN) / New Jersey",9001,4152,12930,9807,1,0,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,150000,9001,8807,0,9001,,,,,,
+2825,"NAD83(HARN) / New Mexico East",9001,4152,13031,9807,1,0,8801,31,9110,8802,-104.2,9110,8805,0.999909091,9201,8806,165000,9001,8807,0,9001,,,,,,
+2826,"NAD83(HARN) / New Mexico Central",9001,4152,13032,9807,1,0,8801,31,9110,8802,-106.15,9110,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+2827,"NAD83(HARN) / New Mexico West",9001,4152,13033,9807,1,0,8801,31,9110,8802,-107.5,9110,8805,0.999916667,9201,8806,830000,9001,8807,0,9001,,,,,,
+2828,"NAD83(HARN) / New York East",9001,4152,13131,9807,1,0,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,150000,9001,8807,0,9001,,,,,,
+2829,"NAD83(HARN) / New York Central",9001,4152,13132,9807,1,0,8801,40,9110,8802,-76.35,9110,8805,0.9999375,9201,8806,250000,9001,8807,0,9001,,,,,,
+2830,"NAD83(HARN) / New York West",9001,4152,13133,9807,1,0,8801,40,9110,8802,-78.35,9110,8805,0.9999375,9201,8806,350000,9001,8807,0,9001,,,,,,
+2831,"NAD83(HARN) / New York Long Island",9001,4152,13134,9802,1,0,8821,40.1,9110,8822,-74,9110,8823,41.02,9110,8824,40.4,9110,8826,300000,9001,8827,0,9001,,,
+2832,"NAD83(HARN) / North Dakota North",9001,4152,13331,9802,1,0,8821,47,9110,8822,-100.3,9110,8823,48.44,9110,8824,47.26,9110,8826,600000,9001,8827,0,9001,,,
+2833,"NAD83(HARN) / North Dakota South",9001,4152,13332,9802,1,0,8821,45.4,9110,8822,-100.3,9110,8823,47.29,9110,8824,46.11,9110,8826,600000,9001,8827,0,9001,,,
+2834,"NAD83(HARN) / Ohio North",9001,4152,13431,9802,1,0,8821,39.4,9110,8822,-82.3,9110,8823,41.42,9110,8824,40.26,9110,8826,600000,9001,8827,0,9001,,,
+2835,"NAD83(HARN) / Ohio South",9001,4152,13432,9802,1,0,8821,38,9110,8822,-82.3,9110,8823,40.02,9110,8824,38.44,9110,8826,600000,9001,8827,0,9001,,,
+2836,"NAD83(HARN) / Oklahoma North",9001,4152,13531,9802,1,0,8821,35,9110,8822,-98,9110,8823,36.46,9110,8824,35.34,9110,8826,600000,9001,8827,0,9001,,,
+2837,"NAD83(HARN) / Oklahoma South",9001,4152,13532,9802,1,0,8821,33.2,9110,8822,-98,9110,8823,35.14,9110,8824,33.56,9110,8826,600000,9001,8827,0,9001,,,
+2838,"NAD83(HARN) / Oregon North",9001,4152,13631,9802,1,0,8821,43.4,9110,8822,-120.3,9110,8823,46,9110,8824,44.2,9110,8826,2500000,9001,8827,0,9001,,,
+2839,"NAD83(HARN) / Oregon South",9001,4152,13632,9802,1,0,8821,41.4,9110,8822,-120.3,9110,8823,44,9110,8824,42.2,9110,8826,1500000,9001,8827,0,9001,,,
+2840,"NAD83(HARN) / Rhode Island",9001,4152,13830,9807,1,0,8801,41.05,9110,8802,-71.3,9110,8805,0.99999375,9201,8806,100000,9001,8807,0,9001,,,,,,
+2841,"NAD83(HARN) / South Dakota North",9001,4152,14031,9802,1,0,8821,43.5,9110,8822,-100,9110,8823,45.41,9110,8824,44.25,9110,8826,600000,9001,8827,0,9001,,,
+2842,"NAD83(HARN) / South Dakota South",9001,4152,14032,9802,1,0,8821,42.2,9110,8822,-100.2,9110,8823,44.24,9110,8824,42.5,9110,8826,600000,9001,8827,0,9001,,,
+2843,"NAD83(HARN) / Tennessee",9001,4152,14130,9802,1,0,8821,34.2,9110,8822,-86,9110,8823,36.25,9110,8824,35.15,9110,8826,600000,9001,8827,0,9001,,,
+2844,"NAD83(HARN) / Texas North",9001,4152,14231,9802,1,0,8821,34,9110,8822,-101.3,9110,8823,36.11,9110,8824,34.39,9110,8826,200000,9001,8827,1000000,9001,,,
+2845,"NAD83(HARN) / Texas North Central",9001,4152,14232,9802,1,0,8821,31.4,9110,8822,-98.3,9110,8823,33.58,9110,8824,32.08,9110,8826,600000,9001,8827,2000000,9001,,,
+2846,"NAD83(HARN) / Texas Central",9001,4152,14233,9802,1,0,8821,29.4,9110,8822,-100.2,9110,8823,31.53,9110,8824,30.07,9110,8826,700000,9001,8827,3000000,9001,,,
+2847,"NAD83(HARN) / Texas South Central",9001,4152,14234,9802,1,0,8821,27.5,9110,8822,-99,9110,8823,30.17,9110,8824,28.23,9110,8826,600000,9001,8827,4000000,9001,,,
+2848,"NAD83(HARN) / Texas South",9001,4152,14235,9802,1,0,8821,25.4,9110,8822,-98.3,9110,8823,27.5,9110,8824,26.1,9110,8826,300000,9001,8827,5000000,9001,,,
+2849,"NAD83(HARN) / Utah North",9001,4152,14331,9802,1,0,8821,40.2,9110,8822,-111.3,9110,8823,41.47,9110,8824,40.43,9110,8826,500000,9001,8827,1000000,9001,,,
+2850,"NAD83(HARN) / Utah Central",9001,4152,14332,9802,1,0,8821,38.2,9110,8822,-111.3,9110,8823,40.39,9110,8824,39.01,9110,8826,500000,9001,8827,2000000,9001,,,
+2851,"NAD83(HARN) / Utah South",9001,4152,14333,9802,1,0,8821,36.4,9110,8822,-111.3,9110,8823,38.21,9110,8824,37.13,9110,8826,500000,9001,8827,3000000,9001,,,
+2852,"NAD83(HARN) / Vermont",9001,4152,14430,9807,1,0,8801,42.3,9110,8802,-72.3,9110,8805,0.999964286,9201,8806,500000,9001,8807,0,9001,,,,,,
+2853,"NAD83(HARN) / Virginia North",9001,4152,14531,9802,1,0,8821,37.4,9110,8822,-78.3,9110,8823,39.12,9110,8824,38.02,9110,8826,3500000,9001,8827,2000000,9001,,,
+2854,"NAD83(HARN) / Virginia South",9001,4152,14532,9802,1,0,8821,36.2,9110,8822,-78.3,9110,8823,37.58,9110,8824,36.46,9110,8826,3500000,9001,8827,1000000,9001,,,
+2855,"NAD83(HARN) / Washington North",9001,4152,14631,9802,1,0,8821,47,9110,8822,-120.5,9110,8823,48.44,9110,8824,47.3,9110,8826,500000,9001,8827,0,9001,,,
+2856,"NAD83(HARN) / Washington South",9001,4152,14632,9802,1,0,8821,45.2,9110,8822,-120.3,9110,8823,47.2,9110,8824,45.5,9110,8826,500000,9001,8827,0,9001,,,
+2857,"NAD83(HARN) / West Virginia North",9001,4152,14731,9802,1,0,8821,38.3,9110,8822,-79.3,9110,8823,40.15,9110,8824,39,9110,8826,600000,9001,8827,0,9001,,,
+2858,"NAD83(HARN) / West Virginia South",9001,4152,14732,9802,1,0,8821,37,9110,8822,-81,9110,8823,38.53,9110,8824,37.29,9110,8826,600000,9001,8827,0,9001,,,
+2859,"NAD83(HARN) / Wisconsin North",9001,4152,14831,9802,1,0,8821,45.1,9110,8822,-90,9110,8823,46.46,9110,8824,45.34,9110,8826,600000,9001,8827,0,9001,,,
+2860,"NAD83(HARN) / Wisconsin Central",9001,4152,14832,9802,1,0,8821,43.5,9110,8822,-90,9110,8823,45.3,9110,8824,44.15,9110,8826,600000,9001,8827,0,9001,,,
+2861,"NAD83(HARN) / Wisconsin South",9001,4152,14833,9802,1,0,8821,42,9110,8822,-90,9110,8823,44.04,9110,8824,42.44,9110,8826,600000,9001,8827,0,9001,,,
+2862,"NAD83(HARN) / Wyoming East",9001,4152,14931,9807,1,0,8801,40.3,9110,8802,-105.1,9110,8805,0.9999375,9201,8806,200000,9001,8807,0,9001,,,,,,
+2863,"NAD83(HARN) / Wyoming East Central",9001,4152,14932,9807,1,0,8801,40.3,9110,8802,-107.2,9110,8805,0.9999375,9201,8806,400000,9001,8807,100000,9001,,,,,,
+2864,"NAD83(HARN) / Wyoming West Central",9001,4152,14933,9807,1,0,8801,40.3,9110,8802,-108.45,9110,8805,0.9999375,9201,8806,600000,9001,8807,0,9001,,,,,,
+2865,"NAD83(HARN) / Wyoming West",9001,4152,14934,9807,1,0,8801,40.3,9110,8802,-110.05,9110,8805,0.9999375,9201,8806,800000,9001,8807,100000,9001,,,,,,
+2866,"NAD83(HARN) / Puerto Rico & Virgin Is.",9001,4152,15230,9802,1,0,8821,17.5,9110,8822,-66.26,9110,8823,18.26,9110,8824,18.02,9110,8826,200000,9001,8827,200000,9001,,,
+2867,"NAD83(HARN) / Arizona East (ft)",9002,4152,15304,9807,1,0,8801,31,9110,8802,-110.1,9110,8805,0.9999,9201,8806,700000,9002,8807,0,9002,,,,,,
+2868,"NAD83(HARN) / Arizona Central (ft)",9002,4152,15305,9807,1,0,8801,31,9110,8802,-111.55,9110,8805,0.9999,9201,8806,700000,9002,8807,0,9002,,,,,,
+2869,"NAD83(HARN) / Arizona West (ft)",9002,4152,15306,9807,1,0,8801,31,9110,8802,-113.45,9110,8805,0.999933333,9201,8806,700000,9002,8807,0,9002,,,,,,
+2870,"NAD83(HARN) / California zone 1 (ftUS)",9003,4152,15307,9802,1,0,8821,39.2,9110,8822,-122,9110,8823,41.4,9110,8824,40,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+2871,"NAD83(HARN) / California zone 2 (ftUS)",9003,4152,15308,9802,1,0,8821,37.4,9110,8822,-122,9110,8823,39.5,9110,8824,38.2,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+2872,"NAD83(HARN) / California zone 3 (ftUS)",9003,4152,15309,9802,1,0,8821,36.3,9110,8822,-120.3,9110,8823,38.26,9110,8824,37.04,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+2873,"NAD83(HARN) / California zone 4 (ftUS)",9003,4152,15310,9802,1,0,8821,35.2,9110,8822,-119,9110,8823,37.15,9110,8824,36,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+2874,"NAD83(HARN) / California zone 5 (ftUS)",9003,4152,15311,9802,1,0,8821,33.3,9110,8822,-118,9110,8823,35.28,9110,8824,34.02,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+2875,"NAD83(HARN) / California zone 6 (ftUS)",9003,4152,15312,9802,1,0,8821,32.1,9110,8822,-116.15,9110,8823,33.53,9110,8824,32.47,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+2876,"NAD83(HARN) / Colorado North (ftUS)",9003,4152,15313,9802,1,0,8821,39.2,9110,8822,-105.3,9110,8823,40.47,9110,8824,39.43,9110,8826,3000000,9003,8827,1000000,9003,,,
+2877,"NAD83(HARN) / Colorado Central (ftUS)",9003,4152,15314,9802,1,0,8821,37.5,9110,8822,-105.3,9110,8823,39.45,9110,8824,38.27,9110,8826,3000000,9003,8827,1000000,9003,,,
+2878,"NAD83(HARN) / Colorado South (ftUS)",9003,4152,15315,9802,1,0,8821,36.4,9110,8822,-105.3,9110,8823,38.26,9110,8824,37.14,9110,8826,3000000,9003,8827,1000000,9003,,,
+2879,"NAD83(HARN) / Connecticut (ftUS)",9003,4152,15316,9802,1,0,8821,40.5,9110,8822,-72.45,9110,8823,41.52,9110,8824,41.12,9110,8826,1000000,9003,8827,500000,9003,,,
+2880,"NAD83(HARN) / Delaware (ftUS)",9003,4152,15317,9807,1,0,8801,38,9110,8802,-75.25,9110,8805,0.999995,9201,8806,656166.667,9003,8807,0,9003,,,,,,
+2881,"NAD83(HARN) / Florida East (ftUS)",9003,4152,15318,9807,1,0,8801,24.2,9110,8802,-81,9110,8805,0.999941177,9201,8806,656166.667,9003,8807,0,9003,,,,,,
+2882,"NAD83(HARN) / Florida West (ftUS)",9003,4152,15319,9807,1,0,8801,24.2,9110,8802,-82,9110,8805,0.999941177,9201,8806,656166.667,9003,8807,0,9003,,,,,,
+2883,"NAD83(HARN) / Florida North (ftUS)",9003,4152,15320,9802,1,0,8821,29,9110,8822,-84.3,9110,8823,30.45,9110,8824,29.35,9110,8826,1968500,9003,8827,0,9003,,,
+2884,"NAD83(HARN) / Georgia East (ftUS)",9003,4152,15321,9807,1,0,8801,30,9110,8802,-82.1,9110,8805,0.9999,9201,8806,656166.667,9003,8807,0,9003,,,,,,
+2885,"NAD83(HARN) / Georgia West (ftUS)",9003,4152,15322,9807,1,0,8801,30,9110,8802,-84.1,9110,8805,0.9999,9201,8806,2296583.333,9003,8807,0,9003,,,,,,
+2886,"NAD83(HARN) / Idaho East (ftUS)",9003,4152,15323,9807,1,0,8801,41.4,9110,8802,-112.1,9110,8805,0.999947368,9201,8806,656166.667,9003,8807,0,9003,,,,,,
+2887,"NAD83(HARN) / Idaho Central (ftUS)",9003,4152,15324,9807,1,0,8801,41.4,9110,8802,-114,9110,8805,0.999947368,9201,8806,1640416.667,9003,8807,0,9003,,,,,,
+2888,"NAD83(HARN) / Idaho West (ftUS)",9003,4152,15325,9807,1,0,8801,41.4,9110,8802,-115.45,9110,8805,0.999933333,9201,8806,2624666.667,9003,8807,0,9003,,,,,,
+2889,"NAD83(HARN) / Indiana East (ftUS)",9003,4152,15326,9807,1,1,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,328083.333,9003,8807,818125,9003,,,,,,
+2890,"NAD83(HARN) / Indiana West (ftUS)",9003,4152,15327,9807,1,1,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,2952750,9003,8807,818125,9003,,,,,,
+2891,"NAD83(HARN) / Kentucky North (ftUS)",9003,4152,15328,9802,1,0,8821,37.3,9110,8822,-84.15,9110,8823,37.58,9110,8824,38.58,9110,8826,1640416.667,9003,8827,0,9003,,,
+2892,"NAD83(HARN) / Kentucky South (ftUS)",9003,4152,15329,9802,1,0,8821,36.2,9110,8822,-85.45,9110,8823,37.56,9110,8824,36.44,9110,8826,1640416.667,9003,8827,1640416.667,9003,,,
+2893,"NAD83(HARN) / Maryland (ftUS)",9003,4152,15330,9802,1,0,8821,37.4,9110,8822,-77,9110,8823,39.27,9110,8824,38.18,9110,8826,1312333.333,9003,8827,0,9003,,,
+2894,"NAD83(HARN) / Massachusetts Mainland (ftUS)",9003,4152,15331,9802,1,0,8821,41,9110,8822,-71.3,9110,8823,42.41,9110,8824,41.43,9110,8826,656166.667,9003,8827,2460625,9003,,,
+2895,"NAD83(HARN) / Massachusetts Island (ftUS)",9003,4152,15332,9802,1,0,8821,41,9110,8822,-70.3,9110,8823,41.29,9110,8824,41.17,9110,8826,1640416.667,9003,8827,0,9003,,,
+2896,"NAD83(HARN) / Michigan North (ft)",9002,4152,15333,9802,1,0,8821,44.47,9110,8822,-87,9110,8823,47.05,9110,8824,45.29,9110,8826,26246719.16,9002,8827,0,9002,,,
+2897,"NAD83(HARN) / Michigan Central (ft)",9002,4152,15334,9802,1,0,8821,43.19,9110,8822,-84.22,9110,8823,45.42,9110,8824,44.11,9110,8826,19685039.37,9002,8827,0,9002,,,
+2898,"NAD83(HARN) / Michigan South (ft)",9002,4152,15335,9802,1,0,8821,41.3,9110,8822,-84.22,9110,8823,43.4,9110,8824,42.06,9110,8826,13123359.58,9002,8827,0,9002,,,
+2899,"NAD83(HARN) / Mississippi East (ftUS)",9003,4152,15336,9807,1,0,8801,29.3,9110,8802,-88.5,9110,8805,0.99995,9201,8806,984250,9003,8807,0,9003,,,,,,
+2900,"NAD83(HARN) / Mississippi West (ftUS)",9003,4152,15337,9807,1,0,8801,29.3,9110,8802,-90.2,9110,8805,0.99995,9201,8806,2296583.333,9003,8807,0,9003,,,,,,
+2901,"NAD83(HARN) / Montana (ft)",9002,4152,15338,9802,1,0,8821,44.15,9110,8822,-109.3,9110,8823,49,9110,8824,45,9110,8826,1968503.937,9002,8827,0,9002,,,
+2902,"NAD83(HARN) / New Mexico East (ftUS)",9003,4152,15339,9807,1,0,8801,31,9110,8802,-104.2,9110,8805,0.999909091,9201,8806,541337.5,9003,8807,0,9003,,,,,,
+2903,"NAD83(HARN) / New Mexico Central (ftUS)",9003,4152,15340,9807,1,0,8801,31,9110,8802,-106.15,9110,8805,0.9999,9201,8806,1640416.667,9003,8807,0,9003,,,,,,
+2904,"NAD83(HARN) / New Mexico West (ftUS)",9003,4152,15341,9807,1,0,8801,31,9110,8802,-107.5,9110,8805,0.999916667,9201,8806,2723091.667,9003,8807,0,9003,,,,,,
+2905,"NAD83(HARN) / New York East (ftUS)",9003,4152,15342,9807,1,0,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,492125,9003,8807,0,9003,,,,,,
+2906,"NAD83(HARN) / New York Central (ftUS)",9003,4152,15343,9807,1,0,8801,40,9110,8802,-76.35,9110,8805,0.9999375,9201,8806,820208.333,9003,8807,0,9003,,,,,,
+2907,"NAD83(HARN) / New York West (ftUS)",9003,4152,15344,9807,1,0,8801,40,9110,8802,-78.35,9110,8805,0.9999375,9201,8806,1148291.667,9003,8807,0,9003,,,,,,
+2908,"NAD83(HARN) / New York Long Island (ftUS)",9003,4152,15345,9802,1,0,8821,40.1,9110,8822,-74,9110,8823,41.02,9110,8824,40.4,9110,8826,984250,9003,8827,0,9003,,,
+2909,"NAD83(HARN) / North Dakota North (ft)",9002,4152,15347,9802,1,0,8821,47,9110,8822,-100.3,9110,8823,48.44,9110,8824,47.26,9110,8826,1968503.937,9002,8827,0,9002,,,
+2910,"NAD83(HARN) / North Dakota South (ft)",9002,4152,15348,9802,1,0,8821,45.4,9110,8822,-100.3,9110,8823,47.29,9110,8824,46.11,9110,8826,1968503.937,9002,8827,0,9002,,,
+2911,"NAD83(HARN) / Oklahoma North (ftUS)",9003,4152,15349,9802,1,0,8821,35,9110,8822,-98,9110,8823,36.46,9110,8824,35.34,9110,8826,1968500,9003,8827,0,9003,,,
+2912,"NAD83(HARN) / Oklahoma South (ftUS)",9003,4152,15350,9802,1,0,8821,33.2,9110,8822,-98,9110,8823,35.14,9110,8824,33.56,9110,8826,1968500,9003,8827,0,9003,,,
+2913,"NAD83(HARN) / Oregon North (ft)",9002,4152,15351,9802,1,0,8821,43.4,9110,8822,-120.3,9110,8823,46,9110,8824,44.2,9110,8826,8202099.738,9002,8827,0,9002,,,
+2914,"NAD83(HARN) / Oregon South (ft)",9002,4152,15352,9802,1,0,8821,41.4,9110,8822,-120.3,9110,8823,44,9110,8824,42.2,9110,8826,4921259.843,9002,8827,0,9002,,,
+2915,"NAD83(HARN) / Tennessee (ftUS)",9003,4152,15356,9802,1,0,8821,34.2,9110,8822,-86,9110,8823,36.25,9110,8824,35.15,9110,8826,1968500,9003,8827,0,9003,,,
+2916,"NAD83(HARN) / Texas North (ftUS)",9003,4152,15357,9802,1,0,8821,34,9110,8822,-101.3,9110,8823,36.11,9110,8824,34.39,9110,8826,656166.667,9003,8827,3280833.333,9003,,,
+2917,"NAD83(HARN) / Texas North Central (ftUS)",9003,4152,15358,9802,1,0,8821,31.4,9110,8822,-98.3,9110,8823,33.58,9110,8824,32.08,9110,8826,1968500,9003,8827,6561666.667,9003,,,
+2918,"NAD83(HARN) / Texas Central (ftUS)",9003,4152,15359,9802,1,0,8821,29.4,9110,8822,-100.2,9110,8823,31.53,9110,8824,30.07,9110,8826,2296583.333,9003,8827,9842500,9003,,,
+2919,"NAD83(HARN) / Texas South Central (ftUS)",9003,4152,15360,9802,1,0,8821,27.5,9110,8822,-99,9110,8823,30.17,9110,8824,28.23,9110,8826,1968500,9003,8827,13123333.333,9003,,,
+2920,"NAD83(HARN) / Texas South (ftUS)",9003,4152,15361,9802,1,0,8821,25.4,9110,8822,-98.3,9110,8823,27.5,9110,8824,26.1,9110,8826,984250,9003,8827,16404166.667,9003,,,
+2921,"NAD83(HARN) / Utah North (ft)",9002,4152,15362,9802,0,0,8821,40.2,9110,8822,-111.3,9110,8823,41.47,9110,8824,40.43,9110,8826,1640419.948,9002,8827,3280839.895,9002,,,
+2922,"NAD83(HARN) / Utah Central (ft)",9002,4152,15363,9802,0,0,8821,38.2,9110,8822,-111.3,9110,8823,40.39,9110,8824,39.01,9110,8826,1640419.948,9002,8827,6561679.79,9002,,,
+2923,"NAD83(HARN) / Utah South (ft)",9002,4152,15364,9802,0,0,8821,36.4,9110,8822,-111.3,9110,8823,38.21,9110,8824,37.13,9110,8826,1640419.948,9002,8827,9842519.685,9002,,,
+2924,"NAD83(HARN) / Virginia North (ftUS)",9003,4152,15365,9802,1,0,8821,37.4,9110,8822,-78.3,9110,8823,39.12,9110,8824,38.02,9110,8826,11482916.667,9003,8827,6561666.667,9003,,,
+2925,"NAD83(HARN) / Virginia South (ftUS)",9003,4152,15366,9802,1,0,8821,36.2,9110,8822,-78.3,9110,8823,37.58,9110,8824,36.46,9110,8826,11482916.667,9003,8827,3280833.333,9003,,,
+2926,"NAD83(HARN) / Washington North (ftUS)",9003,4152,15367,9802,1,0,8821,47,9110,8822,-120.5,9110,8823,48.44,9110,8824,47.3,9110,8826,1640416.667,9003,8827,0,9003,,,
+2927,"NAD83(HARN) / Washington South (ftUS)",9003,4152,15368,9802,1,0,8821,45.2,9110,8822,-120.3,9110,8823,47.2,9110,8824,45.5,9110,8826,1640416.667,9003,8827,0,9003,,,
+2928,"NAD83(HARN) / Wisconsin North (ftUS)",9003,4152,15369,9802,1,0,8821,45.1,9110,8822,-90,9110,8823,46.46,9110,8824,45.34,9110,8826,1968500,9003,8827,0,9003,,,
+2929,"NAD83(HARN) / Wisconsin Central (ftUS)",9003,4152,15370,9802,1,0,8821,43.5,9110,8822,-90,9110,8823,45.3,9110,8824,44.15,9110,8826,1968500,9003,8827,0,9003,,,
+2930,"NAD83(HARN) / Wisconsin South (ftUS)",9003,4152,15371,9802,1,0,8821,42,9110,8822,-90,9110,8823,44.04,9110,8824,42.44,9110,8826,1968500,9003,8827,0,9003,,,
+2931,"Beduaram / TM 13 NE",9001,4213,16413,9807,1,0,8807,0,9001,8802,13,9102,8806,500000,9001,8805,0.9996,9201,8801,0,9102,,,,,,
+2932,"QND95 / Qatar National Grid",9001,4614,19919,9807,1,0,8805,0.99999,9201,8806,200000,9001,8802,51.13,9110,8801,24.27,9110,8807,300000,9001,,,,,,
+2933,"Segara / UTM zone 50S",9001,4613,16150,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,117,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+2934,"Segara (Jakarta) / NEIEZ",9001,4820,19905,9804,1,1,8806,3900000,9001,8805,0.997,9201,8801,0,9102,8802,110,9102,8807,900000,9001,,,,,,
+2935,"Pulkovo 1942 / CS63 zone A1",9001,4284,18441,9807,1,0,8801,0.07,9110,8805,1,9201,8807,0,9001,8806,1300000,9001,8802,41.32,9110,,,,,,
+2936,"Pulkovo 1942 / CS63 zone A2",9001,4284,18442,9807,1,0,8807,0,9001,8801,0.07,9110,8806,2300000,9001,8802,44.32,9110,8805,1,9201,,,,,,
+2937,"Pulkovo 1942 / CS63 zone A3",9001,4284,18443,9807,1,0,8801,0.07,9110,8805,1,9201,8807,0,9001,8802,47.32,9110,8806,3300000,9001,,,,,,
+2938,"Pulkovo 1942 / CS63 zone A4",9001,4284,18444,9807,1,0,8801,0.07,9110,8805,1,9201,8807,0,9001,8802,50.32,9110,8806,4300000,9001,,,,,,
+2939,"Pulkovo 1942 / CS63 zone K2",9001,4284,18446,9807,1,0,8807,0,9001,8805,1,9201,8802,50.46,9110,8806,2300000,9001,8801,0.08,9110,,,,,,
+2940,"Pulkovo 1942 / CS63 zone K3",9001,4284,18447,9807,1,0,8802,53.46,9110,8801,0.08,9110,8806,3300000,9001,8805,1,9201,8807,0,9001,,,,,,
+2941,"Pulkovo 1942 / CS63 zone K4",9001,4284,18448,9807,1,0,8801,0.08,9110,8802,56.46,9110,8806,4300000,9001,8805,1,9201,8807,0,9001,,,,,,
+2942,"Porto Santo / UTM zone 28N",9001,4615,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+2943,"Selvagem Grande / UTM zone 28N",9001,4616,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+2944,"NAD83(CSRS) / SCoPQ zone 2",9001,4617,17700,9807,1,0,8806,304800,9001,8805,0.9999,9201,8802,-55.3,9110,8807,0,9001,8801,0,9110,,,,,,
+2945,"NAD83(CSRS) / MTM zone 3",9001,4617,17703,9807,1,0,8807,0,9001,8801,0,9110,8806,304800,9001,8805,0.9999,9201,8802,-58.3,9110,,,,,,
+2946,"NAD83(CSRS) / MTM zone 4",9001,4617,17704,9807,1,0,8805,0.9999,9201,8802,-61.3,9110,8801,0,9110,8806,304800,9001,8807,0,9001,,,,,,
+2947,"NAD83(CSRS) / MTM zone 5",9001,4617,17705,9807,1,0,8802,-64.3,9110,8806,304800,9001,8807,0,9001,8801,0,9110,8805,0.9999,9201,,,,,,
+2948,"NAD83(CSRS) / MTM zone 6",9001,4617,17706,9807,1,0,8801,0,9110,8802,-67.3,9110,8807,0,9001,8806,304800,9001,8805,0.9999,9201,,,,,,
+2949,"NAD83(CSRS) / MTM zone 7",9001,4617,17707,9807,1,0,8801,0,9110,8806,304800,9001,8805,0.9999,9201,8802,-70.3,9110,8807,0,9001,,,,,,
+2950,"NAD83(CSRS) / MTM zone 8",9001,4617,17708,9807,1,0,8805,0.9999,9201,8802,-73.3,9110,8801,0,9110,8807,0,9001,8806,304800,9001,,,,,,
+2951,"NAD83(CSRS) / MTM zone 9",9001,4617,17709,9807,1,0,8802,-76.3,9110,8805,0.9999,9201,8807,0,9001,8806,304800,9001,8801,0,9110,,,,,,
+2952,"NAD83(CSRS) / MTM zone 10",9001,4617,17710,9807,1,0,8802,-79.3,9110,8801,0,9110,8807,0,9001,8806,304800,9001,8805,0.9999,9201,,,,,,
+2953,"NAD83(CSRS) / New Brunswick Stereo",9001,4617,19946,9809,1,0,8802,-66.3,9110,8806,2500000,9001,8801,46.3,9110,8805,0.999912,9201,8807,7500000,9001,,,,,,
+2954,"NAD83(CSRS) / Prince Edward Isl. Stereographic (NAD83)",9001,4617,19960,9809,1,0,8807,800000,9001,8801,47.15,9110,8802,-63,9110,8805,0.999912,9201,8806,400000,9001,,,,,,
+2955,"NAD83(CSRS) / UTM zone 11N",9001,4617,16011,9807,1,0,8802,-117,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+2956,"NAD83(CSRS) / UTM zone 12N",9001,4617,16012,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-111,9102,8801,0,9102,8807,0,9001,,,,,,
+2957,"NAD83(CSRS) / UTM zone 13N",9001,4617,16013,9807,1,0,8802,-105,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+2958,"NAD83(CSRS) / UTM zone 17N",9001,4617,16017,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+2959,"NAD83(CSRS) / UTM zone 18N",9001,4617,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+2960,"NAD83(CSRS) / UTM zone 19N",9001,4617,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+2961,"NAD83(CSRS) / UTM zone 20N",9001,4617,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+2962,"NAD83(CSRS) / UTM zone 21N",9001,4617,16021,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+2963,"Lisbon 1890 (Lisbon) / Portugal Bonne",9001,4904,19979,9828,1,0,8801,39.4,9110,8806,0,9001,8807,0,9001,8802,1,9110,,,,,,,,,
+2964,"NAD27 / Alaska Albers",9003,4267,15020,9822,1,0,8821,50,9102,8822,-154,9102,8823,55,9102,8824,65,9102,8826,0,9003,8827,0,9003,,,
+2965,"NAD83 / Indiana East (ftUS)",9003,4269,15372,9807,1,0,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,328083.333,9003,8807,820208.333,9003,,,,,,
+2966,"NAD83 / Indiana West (ftUS)",9003,4269,15373,9807,1,0,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,2952750,9003,8807,820208.333,9003,,,,,,
+2967,"NAD83(HARN) / Indiana East (ftUS)",9003,4152,15372,9807,1,0,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,328083.333,9003,8807,820208.333,9003,,,,,,
+2968,"NAD83(HARN) / Indiana West (ftUS)",9003,4152,15373,9807,1,0,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,2952750,9003,8807,820208.333,9003,,,,,,
+2969,"Fort Marigot / UTM zone 20N",9001,4621,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+2970,"Guadeloupe 1948 / UTM zone 20N",9001,4622,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+2971,"CSG67 / UTM zone 22N",9001,4623,16022,9807,1,0,8802,-51,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+2972,"RGFG95 / UTM zone 22N",9001,4624,16022,9807,1,0,8802,-51,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+2973,"Martinique 1938 / UTM zone 20N",9001,4625,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+2975,"RGR92 / UTM zone 40S",9001,4627,16140,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,57,9102,8801,0,9102,8807,10000000,9001,,,,,,
+2976,"Tahiti 52 / UTM zone 6S",9001,4628,16106,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-147,9102,8801,0,9102,8807,10000000,9001,,,,,,
+2977,"Tahaa 54 / UTM zone 5S",9001,4629,16105,9807,1,0,8801,0,9102,8802,-153,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+2978,"IGN72 Nuku Hiva / UTM zone 7S",9001,4630,16107,9807,1,0,8802,-141,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+2979,"K0 1949 / UTM zone 42S",9001,4631,16142,9807,1,1,8805,0.9996,9201,8802,69,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+2980,"Combani 1950 / UTM zone 38S",9001,4632,16138,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,45,9102,8801,0,9102,8807,10000000,9001,,,,,,
+2981,"IGN56 Lifou / UTM zone 58S",9001,4633,16158,9807,1,0,8805,0.9996,9201,8802,165,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+2982,"IGN72 Grand Terre / UTM zone 58S",9001,4634,16158,9807,1,1,8805,0.9996,9201,8802,165,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+2983,"ST87 Ouvea / UTM zone 58S",9001,4635,16158,9807,1,1,8805,0.9996,9201,8802,165,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+2984,"RGNC 1991 / Lambert New Caledonia",9001,4645,19981,9802,1,1,8824,-22.2,9110,8822,166,9110,8827,300000,9001,8821,-21.3,9110,8823,-20.4,9110,8826,400000,9001,,,
+2985,"Petrels 1972 / Terre Adelie Polar Stereographic",9001,4636,19983,9830,1,0,8827,200000,9001,8826,300000,9001,8833,140,9102,8832,-67,9102,,,,,,,,,
+2986,"Perroud 1950 / Terre Adelie Polar Stereographic",9001,4637,19983,9830,1,0,8827,200000,9001,8826,300000,9001,8833,140,9102,8832,-67,9102,,,,,,,,,
+2987,"Saint Pierre et Miquelon 1950 / UTM zone 21N",9001,4638,16021,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+2988,"MOP78 / UTM zone 1S",9001,4639,16101,9807,1,0,8802,-177,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+2989,"RRAF 1991 / UTM zone 20N",9001,4640,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+2990,"Reunion 1947 / TM Reunion",9001,4626,19982,9807,1,1,8802,55.32,9110,8805,1,9201,8806,50000,9001,8807,160000,9001,8801,-21.07,9110,,,,,,
+2991,"NAD83 / Oregon Lambert",9001,4269,13633,9802,1,0,8821,41.45,9110,8822,-120.3,9110,8823,43,9110,8824,45.3,9110,8826,400000,9001,8827,0,9001,,,
+2992,"NAD83 / Oregon Lambert (ft)",9002,4269,15374,9802,1,0,8821,41.45,9110,8822,-120.3,9110,8823,43,9110,8824,45.3,9110,8826,1312335.958,9002,8827,0,9002,,,
+2993,"NAD83(HARN) / Oregon Lambert",9001,4152,13633,9802,1,0,8821,41.45,9110,8822,-120.3,9110,8823,43,9110,8824,45.3,9110,8826,400000,9001,8827,0,9001,,,
+2994,"NAD83(HARN) / Oregon Lambert (ft)",9002,4152,15374,9802,1,0,8821,41.45,9110,8822,-120.3,9110,8823,43,9110,8824,45.3,9110,8826,1312335.958,9002,8827,0,9002,,,
+2995,"IGN53 Mare / UTM zone 58S",9001,4641,16158,9807,1,0,8805,0.9996,9201,8802,165,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+2996,"ST84 Ile des Pins / UTM zone 58S",9001,4642,16158,9807,1,0,8805,0.9996,9201,8802,165,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+2997,"ST71 Belep / UTM zone 58S",9001,4643,16158,9807,1,0,8805,0.9996,9201,8802,165,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+2998,"NEA74 Noumea / UTM zone 58S",9001,4644,16158,9807,1,0,8805,0.9996,9201,8802,165,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+2999,"Grand Comoros / UTM zone 38S",9001,4646,16138,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,45,9102,8801,0,9102,8807,10000000,9001,,,,,,
+3000,"Segara / NEIEZ",9001,4613,19905,9804,1,0,8806,3900000,9001,8805,0.997,9201,8801,0,9102,8802,110,9102,8807,900000,9001,,,,,,
+3001,"Batavia / NEIEZ",9001,4211,19905,9804,1,0,8806,3900000,9001,8805,0.997,9201,8801,0,9102,8802,110,9102,8807,900000,9001,,,,,,
+3002,"Makassar / NEIEZ",9001,4257,19905,9804,1,0,8806,3900000,9001,8805,0.997,9201,8801,0,9102,8802,110,9102,8807,900000,9001,,,,,,
+3003,"Monte Mario / Italy zone 1",9001,4265,18121,9807,1,0,8802,9,9102,8807,0,9001,8806,1500000,9001,8805,0.9996,9201,8801,0,9102,,,,,,
+3004,"Monte Mario / Italy zone 2",9001,4265,18122,9807,1,0,8801,0,9102,8806,2520000,9001,8805,0.9996,9201,8802,15,9102,8807,0,9001,,,,,,
+3005,"NAD83 / BC Albers",9001,4269,19984,9822,1,0,8824,58.3,9110,8821,45,9102,8827,0,9001,8822,-126,9102,8826,1000000,9001,8823,50,9110,,,
+3006,SWEREF99 TM,9001,4619,17333,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,15,9102,8807,0,9001,,,,,,
+3007,SWEREF99 12 00,9001,4619,17321,9807,1,0,8802,12,9102,8807,0,9001,8801,0,9102,8806,150000,9001,8805,1,9201,,,,,,
+3008,SWEREF99 13 30,9001,4619,17322,9807,1,0,8801,0,9110,8802,13.3,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
+3009,SWEREF99 15 00,9001,4619,17323,9807,1,0,8805,1,9201,8802,15,9102,8801,0,9102,8807,0,9001,8806,150000,9001,,,,,,
+3010,SWEREF99 16 30,9001,4619,17324,9807,1,0,8805,1,9201,8801,0,9110,8802,16.3,9110,8807,0,9001,8806,150000,9001,,,,,,
+3011,SWEREF99 18 00,9001,4619,17325,9807,1,0,8802,18,9102,8801,0,9102,8806,150000,9001,8805,1,9201,8807,0,9001,,,,,,
+3012,SWEREF99 14 15,9001,4619,17326,9807,1,0,8801,0,9110,8806,150000,9001,8805,1,9201,8802,14.15,9110,8807,0,9001,,,,,,
+3013,SWEREF99 15 45,9001,4619,17327,9807,1,0,8806,150000,9001,8802,15.45,9110,8801,0,9110,8805,1,9201,8807,0,9001,,,,,,
+3014,SWEREF99 17 15,9001,4619,17328,9807,1,0,8802,17.15,9110,8805,1,9201,8806,150000,9001,8807,0,9001,8801,0,9110,,,,,,
+3015,SWEREF99 18 45,9001,4619,17329,9807,1,0,8801,0,9110,8806,150000,9001,8807,0,9001,8805,1,9201,8802,18.45,9110,,,,,,
+3016,SWEREF99 20 15,9001,4619,17330,9807,1,0,8805,1,9201,8802,20.15,9110,8801,0,9110,8806,150000,9001,8807,0,9001,,,,,,
+3017,SWEREF99 21 45,9001,4619,17331,9807,1,0,8801,0,9110,8805,1,9201,8806,150000,9001,8802,21.45,9110,8807,0,9001,,,,,,
+3018,SWEREF99 23 15,9001,4619,17332,9807,1,0,8805,1,9201,8801,0,9110,8802,23.15,9110,8807,0,9001,8806,150000,9001,,,,,,
+3019,RT90 7.5 gon V,9001,4124,17334,9807,1,0,8807,0,9001,8801,0,9110,8806,1500000,9001,8805,1,9201,8802,11.18298,9110,,,,,,
+3020,RT90 5 gon V,9001,4124,17335,9807,1,0,8801,0,9110,8802,13.33298,9110,8805,1,9201,8807,0,9001,8806,1500000,9001,,,,,,
+3021,RT90 2.5 gon V,9001,4124,19929,9807,1,0,8807,0,9001,8802,15.48298,9110,8805,1,9201,8806,1500000,9001,8801,0,9110,,,,,,
+3022,RT90 0 gon,9001,4124,17336,9807,1,0,8802,18.03298,9110,8801,0,9110,8807,0,9001,8806,1500000,9001,8805,1,9201,,,,,,
+3023,RT90 2.5 gon O,9001,4124,17337,9807,1,0,8802,20.18298,9110,8807,0,9001,8801,0,9110,8806,1500000,9001,8805,1,9201,,,,,,
+3024,RT90 5 gon O,9001,4124,17338,9807,1,0,8801,0,9110,8805,1,9201,8802,22.33298,9110,8806,1500000,9001,8807,0,9001,,,,,,
+3025,RT38 7.5 gon V,9001,4308,17334,9807,1,0,8807,0,9001,8801,0,9110,8806,1500000,9001,8805,1,9201,8802,11.18298,9110,,,,,,
+3026,RT38 5 gon V,9001,4308,17335,9807,1,0,8801,0,9110,8802,13.33298,9110,8805,1,9201,8807,0,9001,8806,1500000,9001,,,,,,
+3027,RT38 2.5 gon V,9001,4308,19929,9807,1,0,8807,0,9001,8802,15.48298,9110,8805,1,9201,8806,1500000,9001,8801,0,9110,,,,,,
+3028,RT38 0 gon,9001,4308,17336,9807,1,0,8802,18.03298,9110,8801,0,9110,8807,0,9001,8806,1500000,9001,8805,1,9201,,,,,,
+3029,RT38 2.5 gon O,9001,4308,17337,9807,1,0,8802,20.18298,9110,8807,0,9001,8801,0,9110,8806,1500000,9001,8805,1,9201,,,,,,
+3030,RT38 5 gon O,9001,4308,17338,9807,1,0,8801,0,9110,8805,1,9201,8802,22.33298,9110,8806,1500000,9001,8807,0,9001,,,,,,
+3031,"WGS 84 / Antarctic Polar Stereographic",9001,4326,19992,9829,1,0,8833,0,9102,8807,0,9001,8806,0,9001,8832,-71,9102,,,,,,,,,
+3032,"WGS 84 / Australian Antarctic Polar Stereographic",9001,4326,19993,9829,1,0,8806,6000000,9001,8807,6000000,9001,8832,-71,9102,8833,70,9102,,,,,,,,,
+3033,"WGS 84 / Australian Antarctic Lambert",9001,4326,19994,9802,1,0,8822,70,9110,8827,6000000,9001,8823,-68.3,9110,8821,-50,9110,8824,-74.3,9110,8826,6000000,9001,,,
+3034,"ETRS89 / ETRS-LCC",9001,4258,19985,9802,1,0,8827,2800000,9001,8826,4000000,9001,8822,10,9102,8821,52,9102,8823,35,9102,8824,65,9102,,,
+3035,"ETRS89 / ETRS-LAEA",9001,4258,19986,9820,1,0,8802,10,9102,8801,52,9102,8807,3210000,9001,8806,4321000,9001,,,,,,,,,
+3036,"Moznet / UTM zone 36S",9001,4130,16136,9807,1,0,8801,0,9102,8807,10000000,9001,8802,33,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+3037,"Moznet / UTM zone 37S",9001,4130,16137,9807,1,0,8802,39,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+3038,"ETRS89 / ETRS-TM26",9001,4258,16026,9807,1,0,8801,0,9102,8807,0,9001,8802,-27,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+3039,"ETRS89 / ETRS-TM27",9001,4258,16027,9807,1,0,8805,0.9996,9201,8802,-21,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+3040,"ETRS89 / ETRS-TM28",9001,4258,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+3041,"ETRS89 / ETRS-TM29",9001,4258,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+3042,"ETRS89 / ETRS-TM30",9001,4258,16030,9807,1,0,8805,0.9996,9201,8802,-3,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+3043,"ETRS89 / ETRS-TM31",9001,4258,16031,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,3,9102,,,,,,
+3044,"ETRS89 / ETRS-TM32",9001,4258,16032,9807,1,0,8805,0.9996,9201,8802,9,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+3045,"ETRS89 / ETRS-TM33",9001,4258,16033,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,15,9102,8801,0,9102,,,,,,
+3046,"ETRS89 / ETRS-TM34",9001,4258,16034,9807,1,0,8801,0,9102,8807,0,9001,8802,21,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+3047,"ETRS89 / ETRS-TM35",9001,4258,16035,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,27,9102,8807,0,9001,,,,,,
+3048,"ETRS89 / ETRS-TM36",9001,4258,16036,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,33,9102,8801,0,9102,,,,,,
+3049,"ETRS89 / ETRS-TM37",9001,4258,16037,9807,1,0,8802,39,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+3050,"ETRS89 / ETRS-TM38",9001,4258,16038,9807,1,0,8802,45,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+3051,"ETRS89 / ETRS-TM39",9001,4258,16039,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,51,9102,,,,,,
+3052,"Reykjavik 1900 / Lambert 1900",9001,4657,19987,9826,1,0,8807,0,9001,8801,65,9110,8802,-19.011965,9110,8806,0,9001,8805,1,9201,,,,,,
+3053,"Hjorsey 1955 / Lambert 1955",9001,4658,19988,9826,1,0,8802,-18,9102,8805,1,9201,8801,65,9102,8806,500000,9001,8807,500000,9001,,,,,,
+3054,"Hjorsey 1955 / UTM zone 26N",9001,4658,16026,9807,1,0,8801,0,9102,8807,0,9001,8802,-27,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+3055,"Hjorsey 1955 / UTM zone 27N",9001,4658,16027,9807,1,0,8805,0.9996,9201,8802,-21,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+3056,"Hjorsey 1955 / UTM zone 28N",9001,4658,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+3057,"ISN93 / Lambert 1993",9001,4659,19989,9802,1,0,8823,64.15,9110,8826,500000,9001,8821,65,9110,8822,-19,9110,8824,65.45,9110,8827,500000,9001,,,
+3058,"Helle 1954 / Jan Mayen Grid",9001,4660,19991,9807,1,0,8802,-8.3,9110,8806,50000,9001,8807,-7800000,9001,8801,0,9110,8805,1,9201,,,,,,
+3059,"LKS92 / Latvia TM",9001,4661,19990,9807,1,0,8807,-6000000,9001,8805,0.9996,9201,8802,24,9102,8801,0,9102,8806,500000,9001,,,,,,
+3060,"IGN72 Grande Terre / UTM zone 58S",9001,4662,16158,9807,1,0,8805,0.9996,9201,8802,165,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+3061,"Porto Santo 1995 / UTM zone 28N",9001,4663,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+3062,"Azores Oriental 1995 / UTM zone 26N",9001,4664,16026,9807,1,0,8801,0,9102,8807,0,9001,8802,-27,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+3063,"Azores Central 1995 / UTM zone 26N",9001,4665,16026,9807,1,0,8801,0,9102,8807,0,9001,8802,-27,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+3064,"IGM95 / UTM zone 32N",9001,4670,16032,9807,1,0,8805,0.9996,9201,8802,9,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+3065,"IGM95 / UTM zone 33N",9001,4670,16033,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,15,9102,8801,0,9102,,,,,,
+3066,"ED50 / Jordan TM",9001,4230,19995,9807,1,0,8807,-3000000,9001,8802,37,9102,8806,500000,9001,8801,0,9102,8805,0.9998,9201,,,,,,
+3067,"ETRS89 / ETRS-TM35FIN",9001,4258,16065,9807,1,0,8805,0.9996,9201,8802,27,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+3068,"DHDN / Soldner Berlin",9001,4314,19996,9806,1,0,8806,40000,9001,8807,10000,9001,8802,13.37379332,9110,8801,52.25071338,9110,,,,,,,,,
+3069,"NAD27 / Wisconsin Transverse Mercator",9001,4267,14811,9807,1,0,8801,0,9102,8802,-90,9102,8805,0.9996,9201,8806,500000,9001,8807,-4500000,9001,,,,,,
+3070,"NAD83 / Wisconsin Transverse Mercator",9001,4269,14841,9807,1,0,8801,0,9102,8802,-90,9102,8805,0.9996,9201,8806,520000,9001,8807,-4480000,9001,,,,,,
+3071,"NAD83(HARN) / Wisconsin Transverse Mercator",9001,4152,14841,9807,1,0,8801,0,9102,8802,-90,9102,8805,0.9996,9201,8806,520000,9001,8807,-4480000,9001,,,,,,
+3072,"NAD83 / Maine CS2000 East",9001,4269,11851,9807,1,0,8801,43.5,9110,8802,-67.523,9110,8805,0.99998,9201,8806,700000,9001,8807,0,9001,,,,,,
+3073,"NAD83 / Maine CS2000 Central",9001,4269,11852,9807,1,1,8801,43,9110,8802,-69.073,9110,8805,0.99998,9201,8806,500000,9001,8807,0,9001,,,,,,
+3074,"NAD83 / Maine CS2000 West",9001,4269,11853,9807,1,0,8801,42.5,9110,8802,-70.223,9110,8805,0.99998,9201,8806,300000,9001,8807,0,9001,,,,,,
+3075,"NAD83(HARN) / Maine CS2000 East",9001,4152,11851,9807,1,0,8801,43.5,9110,8802,-67.523,9110,8805,0.99998,9201,8806,700000,9001,8807,0,9001,,,,,,
+3076,"NAD83(HARN) / Maine CS2000 Central",9001,4152,11852,9807,1,1,8801,43,9110,8802,-69.073,9110,8805,0.99998,9201,8806,500000,9001,8807,0,9001,,,,,,
+3077,"NAD83(HARN) / Maine CS2000 West",9001,4152,11853,9807,1,0,8801,42.5,9110,8802,-70.223,9110,8805,0.99998,9201,8806,300000,9001,8807,0,9001,,,,,,
+3078,"NAD83 / Michigan Oblique Mercator",9001,4269,12150,9812,1,0,8806,2546731.496,9001,8807,-4354009.816,9001,8811,45.1833,9110,8812,-86,9110,8813,337.25556,9102,8814,337.25556,9102,8815,0.9996,9201
+3079,"NAD83(HARN) / Michigan Oblique Mercator",9001,4152,12150,9812,1,0,8806,2546731.496,9001,8807,-4354009.816,9001,8811,45.1833,9110,8812,-86,9110,8813,337.25556,9102,8814,337.25556,9102,8815,0.9996,9201
+3080,"NAD27 / Shackleford",9002,4267,14252,9802,1,0,8821,31.1,9110,8822,-100,9110,8823,27.25,9110,8824,34.55,9110,8826,3000000,9002,8827,3000000,9002,,,
+3081,"NAD83 / Texas State Mapping System",9001,4269,14251,9802,1,0,8821,31.1,9110,8822,-100,9110,8823,27.25,9110,8824,34.55,9110,8826,1000000,9001,8827,1000000,9001,,,
+3082,"NAD83 / Texas Centric Lambert Conformal",9001,4269,14253,9802,1,0,8821,18,9110,8822,-100,9110,8823,27.3,9110,8824,35,9110,8826,1500000,9001,8827,5000000,9001,,,
+3083,"NAD83 / Texas Centric Albers Equal Area",9001,4269,14254,9822,1,0,8821,18,9110,8822,-100,9110,8823,27.3,9110,8824,35,9110,8826,1500000,9001,8827,6000000,9001,,,
+3084,"NAD83(HARN) / Texas Centric Lambert Conformal",9001,4152,14253,9802,1,0,8821,18,9110,8822,-100,9110,8823,27.3,9110,8824,35,9110,8826,1500000,9001,8827,5000000,9001,,,
+3085,"NAD83(HARN) / Texas Centric Albers Equal Area",9001,4152,14254,9822,1,0,8821,18,9110,8822,-100,9110,8823,27.3,9110,8824,35,9110,8826,1500000,9001,8827,6000000,9001,,,
+3086,"NAD83 / Florida GDL Albers",9001,4269,10934,9822,1,0,8821,24,9110,8822,-84,9110,8823,24,9110,8824,31.3,9110,8826,400000,9001,8827,0,9001,,,
+3087,"NAD83(HARN) / Florida GDL Albers",9001,4152,10934,9822,1,0,8821,24,9110,8822,-84,9110,8823,24,9110,8824,31.3,9110,8826,400000,9001,8827,0,9001,,,
+3088,"NAD83 / Kentucky Single Zone",9001,4269,11630,9802,1,0,8821,36.2,9110,8822,-85.45,9110,8823,37.05,9110,8824,38.4,9110,8826,1500000,9001,8827,1000000,9001,,,
+3089,"NAD83 / Kentucky Single Zone (ftUS)",9003,4269,15375,9802,1,0,8821,36.2,9110,8822,-85.45,9110,8823,37.05,9110,8824,38.4,9110,8826,4921250,9003,8827,3280833.333,9003,,,
+3090,"NAD83(HARN) / Kentucky Single Zone",9001,4152,11630,9802,1,0,8821,36.2,9110,8822,-85.45,9110,8823,37.05,9110,8824,38.4,9110,8826,1500000,9001,8827,1000000,9001,,,
+3091,"NAD83(HARN) / Kentucky Single Zone (ftUS)",9003,4152,15375,9802,1,0,8821,36.2,9110,8822,-85.45,9110,8823,37.05,9110,8824,38.4,9110,8826,4921250,9003,8827,3280833.333,9003,,,
+3092,"Tokyo / UTM zone 51N",9001,4301,16051,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,123,9102,8807,0,9001,,,,,,
+3093,"Tokyo / UTM zone 52N",9001,4301,16052,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,129,9102,8801,0,9102,,,,,,
+3094,"Tokyo / UTM zone 53N",9001,4301,16053,9807,1,0,8801,0,9102,8802,135,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+3095,"Tokyo / UTM zone 54N",9001,4301,16054,9807,1,0,8802,141,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+3096,"Tokyo / UTM zone 55N",9001,4301,16055,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,147,9102,,,,,,
+3097,"JGD2000 / UTM zone 51N",9001,4612,16051,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,123,9102,8807,0,9001,,,,,,
+3098,"JGD2000 / UTM zone 52N",9001,4612,16052,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,129,9102,8801,0,9102,,,,,,
+3099,"JGD2000 / UTM zone 53N",9001,4612,16053,9807,1,0,8801,0,9102,8802,135,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+3100,"JGD2000 / UTM zone 54N",9001,4612,16054,9807,1,0,8802,141,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+3101,"JGD2000 / UTM zone 55N",9001,4612,16055,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,147,9102,,,,,,
+3102,"American Samoa 1962 / American Samoa Lambert",9003,4169,15376,9801,1,0,8801,-14.16,9110,8802,-170,9110,8805,1,9201,8806,500000,9003,8807,312234.65,9003,,,,,,
+3103,"Mauritania 1999 / UTM zone 28N",9001,4681,16028,9807,1,1,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+3104,"Mauritania 1999 / UTM zone 29N",9001,4681,16029,9807,1,1,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+3105,"Mauritania 1999 / UTM zone 30N",9001,4681,16030,9807,1,1,8805,0.9996,9201,8802,-3,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+3106,"Gulshan 303 / Bangladesh Transverse Mercator",9001,4682,16490,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,90,9102,8801,0,9102,,,,,,
+3107,"GDA94 / SA Lambert",9001,4283,17359,9802,1,0,8821,-32,9102,8824,-36,9102,8826,1000000,9001,8823,-28,9102,8822,135,9102,8827,2000000,9001,,,
+3108,"ETRS89 / Guernsey Grid",9001,4258,19998,9807,1,0,8802,-2.25,9110,8806,47000,9001,8801,49.3,9110,8807,50000,9001,8805,0.999997,9201,,,,,,
+3109,"ETRS89 / Jersey Transverse Mercator",9001,4258,19999,9807,1,0,8801,49.225,9102,8805,0.9999999,9201,8802,-2.135,9102,8807,70000,9001,8806,40000,9001,,,,,,
+3110,"AGD66 / Vicgrid66",9001,4202,17360,9802,1,0,8823,-36,9102,8827,4500000,9001,8821,-37,9102,8822,145,9102,8826,2500000,9001,8824,-38,9102,,,
+3111,"GDA94 / Vicgrid94",9001,4283,17361,9802,1,0,8826,2500000,9001,8823,-36,9102,8822,145,9102,8821,-37,9102,8824,-38,9102,8827,2500000,9001,,,
+3112,"GDA94 / Geoscience Australia Lambert",9001,4283,17362,9802,1,0,8823,-18,9102,8822,134,9102,8827,0,9001,8826,0,9001,8824,-36,9102,8821,0,9102,,,
+3113,"GDA94 / BCSG02",9001,4283,17363,9807,1,0,8801,-28,9102,8806,50000,9001,8805,0.99999,9201,8802,153,9102,8807,100000,9001,,,,,,
+3114,"MAGNA-SIRGAS / Colombia Far West zone",9001,4686,18055,9807,1,0,8807,1000000,9001,8806,1000000,9001,8805,1,9201,8801,4.35463215,9110,8802,-80.04390285,9110,,,,,,
+3115,"MAGNA-SIRGAS / Colombia West zone",9001,4686,18056,9807,1,0,8802,-77.04390285,9110,8805,1,9201,8806,1000000,9001,8801,4.35463215,9110,8807,1000000,9001,,,,,,
+3116,"MAGNA-SIRGAS / Colombia Bogota zone",9001,4686,18057,9807,1,0,8802,-74.04390285,9110,8801,4.35463215,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
+3117,"MAGNA-SIRGAS / Colombia East Central zone",9001,4686,18058,9807,1,0,8802,-71.04390285,9110,8807,1000000,9001,8801,4.35463215,9110,8806,1000000,9001,8805,1,9201,,,,,,
+3118,"MAGNA-SIRGAS / Colombia East zone",9001,4686,18059,9807,1,0,8805,1,9201,8806,1000000,9001,8807,1000000,9001,8801,4.35463215,9110,8802,-68.04390285,9110,,,,,,
+3119,"Douala 1948 / AEF west",9001,4192,18415,9807,1,0,8807,1000000,9001,8806,1000000,9001,8802,10.3,9110,8801,0,9110,8805,0.999,9201,,,,,,
+3120,"Pulkovo 1942(58) / Poland zone I",9001,4179,18280,9809,1,0,8801,50.373,9110,8805,0.9998,9201,8806,4637000,9001,8802,21.05,9110,8807,5467000,9001,,,,,,
+3121,"PRS92 / Philippines zone 1",9001,4683,18171,9807,1,0,8801,0,9102,8805,0.99995,9201,8807,0,9001,8802,117,9102,8806,500000,9001,,,,,,
+3122,"PRS92 / Philippines zone 2",9001,4683,18172,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8802,119,9102,8805,0.99995,9201,,,,,,
+3123,"PRS92 / Philippines zone 3",9001,4683,18173,9807,1,0,8801,0,9102,8802,121,9102,8806,500000,9001,8805,0.99995,9201,8807,0,9001,,,,,,
+3124,"PRS92 / Philippines zone 4",9001,4683,18174,9807,1,0,8806,500000,9001,8807,0,9001,8805,0.99995,9201,8801,0,9102,8802,123,9102,,,,,,
+3125,"PRS92 / Philippines zone 5",9001,4683,18175,9807,1,0,8802,125,9102,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.99995,9201,,,,,,
+3126,"ETRS89 / ETRS-GK19FIN",9001,4258,18183,9807,1,0,8802,19,9102,8805,1,9201,8807,0,9001,8806,500000,9001,8801,0,9102,,,,,,
+3127,"ETRS89 / ETRS-GK20FIN",9001,4258,18184,9807,1,0,8802,20,9102,8801,0,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
+3128,"ETRS89 / ETRS-GK21FIN",9001,4258,18185,9807,1,0,8807,0,9001,8801,0,9102,8802,21,9102,8805,1,9201,8806,500000,9001,,,,,,
+3129,"ETRS89 / ETRS-GK22FIN",9001,4258,18186,9807,1,0,8801,0,9102,8805,1,9201,8802,22,9102,8806,500000,9001,8807,0,9001,,,,,,
+3130,"ETRS89 / ETRS-GK23FIN",9001,4258,18187,9807,1,0,8802,23,9102,8805,1,9201,8807,0,9001,8806,500000,9001,8801,0,9102,,,,,,
+3131,"ETRS89 / ETRS-GK24FIN",9001,4258,18188,9807,1,0,8801,0,9102,8802,24,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
+3132,"ETRS89 / ETRS-GK25FIN",9001,4258,18189,9807,1,0,8807,0,9001,8802,25,9102,8801,0,9102,8805,1,9201,8806,500000,9001,,,,,,
+3133,"ETRS89 / ETRS-GK26FIN",9001,4258,18190,9807,1,0,8806,500000,9001,8802,26,9102,8807,0,9001,8805,1,9201,8801,0,9102,,,,,,
+3134,"ETRS89 / ETRS-GK27FIN",9001,4258,18195,9807,1,0,8801,0,9102,8807,0,9001,8802,27,9102,8806,500000,9001,8805,1,9201,,,,,,
+3135,"ETRS89 / ETRS-GK28FIN",9001,4258,18196,9807,1,0,8802,28,9102,8801,0,9102,8806,500000,9001,8807,0,9001,8805,1,9201,,,,,,
+3136,"ETRS89 / ETRS-GK29FIN",9001,4258,18197,9807,1,0,8806,500000,9001,8805,1,9201,8807,0,9001,8802,29,9102,8801,0,9102,,,,,,
+3137,"ETRS89 / ETRS-GK30FIN",9001,4258,18198,9807,1,0,8805,1,9201,8802,30,9102,8806,500000,9001,8801,0,9102,8807,0,9001,,,,,,
+3138,"ETRS89 / ETRS-GK31FIN",9001,4258,18199,9807,1,0,8806,500000,9001,8807,0,9001,8802,31,9102,8801,0,9102,8805,1,9201,,,,,,
+3139,"Vanua Levu 1915 / Vanua Levu Grid",9098,4748,19878,9833,1,0,8807,1662888.5,9098,8802,179.2,9110,8806,1251331.8,9098,8801,-16.15,9110,,,,,,,,,
+3140,"Viti Levu 1912 / Viti Levu Grid",9098,4752,19879,9806,1,0,8802,178,9102,8807,704000,9098,8806,544000,9098,8801,-18,9102,,,,,,,,,
+3141,"Fiji 1956 / UTM zone 60S",9001,4721,16160,9807,1,0,8802,177,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+3142,"Fiji 1956 / UTM zone 1S",9001,4721,16101,9807,1,0,8802,-177,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+3143,"Fiji 1986 / Fiji Map Grid",9001,4720,19880,9807,1,1,8802,178.45,9110,8801,-17,9110,8806,2000000,9001,8807,4000000,9001,8805,0.99985,9001,,,,,,
+3144,"FD54 / Faroe Lambert",9001,4741,19870,9826,1,0,8801,62,9102,8802,-9,9102,8805,1,9201,8806,500000,9001,8807,500000,9001,,,,,,
+3145,"ETRS89 / Faroe Lambert",9001,4258,19870,9826,1,0,8801,62,9102,8802,-9,9102,8805,1,9201,8806,500000,9001,8807,500000,9001,,,,,,
+3146,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 6",9001,4284,16266,9807,1,0,8802,18,9102,8801,0,9102,8806,6500000,9001,8805,1,9201,8807,0,9001,,,,,,
+3147,"Pulkovo 1942 / 3-degree Gauss-Kruger CM 18E",9001,4284,16366,9807,1,0,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,8802,18,9102,,,,,,
+3148,"Indian 1960 / UTM zone 48N",9001,4131,16048,9807,1,0,8805,0.9996,9201,8802,105,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+3149,"Indian 1960 / UTM zone 49N",9001,4131,16049,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,111,9102,8801,0,9102,8807,0,9001,,,,,,
+3150,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 6",9001,4200,16266,9807,1,0,8802,18,9102,8801,0,9102,8806,6500000,9001,8805,1,9201,8807,0,9001,,,,,,
+3151,"Pulkovo 1995 / 3-degree Gauss-Kruger CM 18E",9001,4200,16366,9807,1,0,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,8802,18,9102,,,,,,
+3152,ST74,9001,4619,19876,9807,1,0,8806,100178.1808,9001,8802,18.0328044,9110,8801,0,9110,8805,0.99999425,9201,8807,-6500614.7836,9001,,,,,,
+3153,"NAD83(CSRS) / BC Albers",9001,4617,19984,9822,1,0,8824,58.3,9110,8821,45,9102,8827,0,9001,8822,-126,9102,8826,1000000,9001,8823,50,9110,,,
+3154,"NAD83(CSRS) / UTM zone 7N",9001,4617,16007,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-141,9102,,,,,,
+3155,"NAD83(CSRS) / UTM zone 8N",9001,4617,16008,9807,1,0,8805,0.9996,9201,8802,-135,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+3156,"NAD83(CSRS) / UTM zone 9N",9001,4617,16009,9807,1,0,8805,0.9996,9201,8802,-129,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+3157,"NAD83(CSRS) / UTM zone 10N",9001,4617,16010,9807,1,0,8801,0,9102,8807,0,9001,8802,-123,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+3158,"NAD83(CSRS) / UTM zone 14N",9001,4617,16014,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-99,9102,8801,0,9102,8807,0,9001,,,,,,
+3159,"NAD83(CSRS) / UTM zone 15N",9001,4617,16015,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-93,9102,,,,,,
+3160,"NAD83(CSRS) / UTM zone 16N",9001,4617,16016,9807,1,0,8805,0.9996,9201,8802,-87,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+3161,"NAD83 / Ontario MNR Lambert",9001,4269,19875,9802,1,0,8821,0,9102,8823,44.5,9102,8827,6430000,9001,8826,930000,9001,8822,-85,9102,8824,53.5,9102,,,
+3162,"NAD83(CSRS) / Ontario MNR Lambert",9001,4617,19875,9802,1,0,8821,0,9102,8823,44.5,9102,8827,6430000,9001,8826,930000,9001,8822,-85,9102,8824,53.5,9102,,,
+3163,"RGNC91-93 / Lambert New Caledonia",9001,4749,19981,9802,1,0,8824,-22.2,9110,8822,166,9110,8827,300000,9001,8821,-21.3,9110,8823,-20.4,9110,8826,400000,9001,,,
+3164,"ST87 Ouvea / UTM zone 58S",9001,4750,16158,9807,1,0,8805,0.9996,9201,8802,165,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+3165,"NEA74 Noumea / Noumea Lambert",9001,4644,19873,9802,1,0,8821,-22.16108903,9110,8824,-22.17408903,9110,8822,166.26327327,9110,8827,1.02,9001,8823,-22.14408903,9110,8826,0.66,9001,,,
+3166,"NEA74 Noumea / Noumea Lambert 2",9001,4644,19874,9802,1,0,8822,166.2633,9110,8823,-22.1441,9110,8821,-22.1611,9110,8824,-22.1741,9110,8826,8.313,9001,8827,-2.354,9001,,,
+3167,"Kertau (RSO) / RSO Malaya (ch)",9301,4751,19871,9812,1,0,8812,102.15,9110,8814,323.07483685,9110,8807,0,9301,8806,40000,9301,8811,4,9110,8815,0.99984,9201,8813,323.01328458,9110
+3168,"Kertau (RSO) / RSO Malaya (m)",9001,4751,19872,9812,1,0,8806,804670.24,9001,8812,102.15,9110,8811,4,9110,8813,323.01328458,9110,8807,0,9001,8815,0.99984,9201,8814,323.07483685,9110
+3169,"RGNC91-93 / UTM zone 57S",9001,4749,16157,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,159,9102,,,,,,
+3170,"RGNC91-93 / UTM zone 58S",9001,4749,16158,9807,1,0,8805,0.9996,9201,8802,165,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+3171,"RGNC91-93 / UTM zone 59S",9001,4749,16159,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,171,9102,8801,0,9102,,,,,,
+3172,"IGN53 Mare / UTM zone 59S",9001,4641,16159,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,171,9102,8801,0,9102,,,,,,
+3173,"fk89 / Faroe Lambert FK89",9001,4753,19877,9826,1,0,8807,700000,9001,8805,1,9201,8806,700000,9001,8801,62,9102,8802,-9,9102,,,,,,
+3174,"NAD83 / Great Lakes Albers",9001,4269,15397,9822,1,0,8821,45.568977,9102,8822,-84.455955,9102,8823,42.122774,9102,8824,49.01518,9102,8826,1000000,9001,8827,1000000,9001,,,
+3175,"NAD83 / Great Lakes and St Lawrence Albers",9001,4269,15398,9822,1,0,8821,45.568977,9102,8822,-83.248627,9102,8823,42.122774,9102,8824,49.01518,9102,8826,1000000,9001,8827,1000000,9001,,,
+3176,"Indian 1960 / TM 106 NE",9001,4131,16506,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,106,9102,8806,500000,9001,8807,0,9001,,,,,,
+3177,"LGD2006 / Libya TM",9001,4754,18319,9807,1,0,8807,0,9001,8805,0.9965,9201,8802,17,9102,8806,1000000,9001,8801,0,9102,,,,,,
+3178,"GR96 / UTM zone 18N",9001,4747,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+3179,"GR96 / UTM zone 19N",9001,4747,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+3180,"GR96 / UTM zone 20N",9001,4747,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+3181,"GR96 / UTM zone 21N",9001,4747,16021,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+3182,"GR96 / UTM zone 22N",9001,4747,16022,9807,1,0,8802,-51,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+3183,"GR96 / UTM zone 23N",9001,4747,16023,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-45,9102,,,,,,
+3184,"GR96 / UTM zone 24N",9001,4747,16024,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,-39,9102,8806,500000,9001,8807,0,9001,,,,,,
+3185,"GR96 / UTM zone 25N",9001,4747,16025,9807,1,0,8805,0.9996,9201,8802,-33,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+3186,"GR96 / UTM zone 26N",9001,4747,16026,9807,1,0,8801,0,9102,8807,0,9001,8802,-27,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+3187,"GR96 / UTM zone 27N",9001,4747,16027,9807,1,0,8805,0.9996,9201,8802,-21,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+3188,"GR96 / UTM zone 28N",9001,4747,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+3189,"GR96 / UTM zone 29N",9001,4747,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+3190,"LGD2006 / Libya TM zone 5",9001,4754,18310,9807,1,0,8806,200000,9001,8807,0,9001,8801,0,9102,8802,9,9102,8805,0.99995,9201,,,,,,
+3191,"LGD2006 / Libya TM zone 6",9001,4754,18311,9807,1,0,8805,0.99995,9201,8801,0,9102,8807,0,9001,8802,11,9102,8806,200000,9001,,,,,,
+3192,"LGD2006 / Libya TM zone 7",9001,4754,18312,9807,1,0,8807,0,9001,8805,0.99995,9201,8806,200000,9001,8802,13,9102,8801,0,9102,,,,,,
+3193,"LGD2006 / Libya TM zone 8",9001,4754,18313,9807,1,0,8805,0.99995,9201,8807,0,9001,8801,0,9102,8806,200000,9001,8802,15,9102,,,,,,
+3194,"LGD2006 / Libya TM zone 9",9001,4754,18314,9807,1,0,8806,200000,9001,8807,0,9001,8802,17,9102,8805,0.99995,9201,8801,0,9102,,,,,,
+3195,"LGD2006 / Libya TM zone 10",9001,4754,18315,9807,1,0,8801,0,9102,8802,19,9102,8807,0,9001,8805,0.99995,9201,8806,200000,9001,,,,,,
+3196,"LGD2006 / Libya TM zone 11",9001,4754,18316,9807,1,0,8807,0,9001,8806,200000,9001,8802,21,9102,8805,0.99995,9201,8801,0,9102,,,,,,
+3197,"LGD2006 / Libya TM zone 12",9001,4754,18317,9807,1,0,8801,0,9102,8802,23,9102,8805,0.99995,9201,8806,200000,9001,8807,0,9001,,,,,,
+3198,"LGD2006 / Libya TM zone 13",9001,4754,18318,9807,1,0,8801,0,9102,8805,0.99995,9201,8806,200000,9001,8807,0,9001,8802,25,9102,,,,,,
+3199,"LGD2006 / UTM zone 32N",9001,4754,16032,9807,1,0,8805,0.9996,9201,8802,9,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+3200,"FD58 / Iraq zone",9001,4132,19906,9801,1,0,8802,45,9110,8807,1166200,9001,8801,32.3,9110,8806,1500000,9001,8805,0.9987864078,9201,,,,,,
+3201,"LGD2006 / UTM zone 33N",9001,4754,16033,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,15,9102,8801,0,9102,,,,,,
+3202,"LGD2006 / UTM zone 34N",9001,4754,16034,9807,1,0,8801,0,9102,8807,0,9001,8802,21,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+3203,"LGD2006 / UTM zone 35N",9001,4754,16035,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,27,9102,8807,0,9001,,,,,,
+3204,"WGS 84 / SCAR IMW SP19-20",9001,4326,17204,9802,1,0,8821,-90,9102,8824,-63.2,9110,8823,-60.4,9110,8822,-66,9102,8826,0,9001,8827,0,9001,,,
+3205,"WGS 84 / SCAR IMW SP21-22",9001,4326,17205,9802,1,0,8824,-63.2,9110,8822,-54,9102,8821,-90,9102,8827,0,9001,8826,0,9001,8823,-60.4,9110,,,
+3206,"WGS 84 / SCAR IMW SP23-24",9001,4326,17206,9802,1,0,8826,0,9001,8824,-63.2,9110,8821,-90,9102,8823,-60.4,9110,8822,-42,9102,8827,0,9001,,,
+3207,"WGS 84 / SCAR IMW SQ01-02",9001,4326,17207,9802,1,0,8821,-90,9102,8827,0,9001,8826,0,9001,8824,-67.2,9110,8822,-174,9102,8823,-64.4,9110,,,
+3208,"WGS 84 / SCAR IMW SQ19-20",9001,4326,17208,9802,1,0,8823,-64.4,9110,8821,-90,9102,8826,0,9001,8822,-66,9102,8827,0,9001,8824,-67.2,9110,,,
+3209,"WGS 84 / SCAR IMW SQ21-22",9001,4326,17209,9802,1,0,8823,-64.4,9110,8827,0,9001,8826,0,9001,8824,-67.2,9110,8822,-54,9102,8821,-90,9102,,,
+3210,"WGS 84 / SCAR IMW SQ37-38",9001,4326,17210,9802,1,0,8826,0,9001,8824,-67.2,9110,8822,42,9102,8823,-64.4,9110,8821,-90,9102,8827,0,9001,,,
+3211,"WGS 84 / SCAR IMW SQ39-40",9001,4326,17211,9802,1,0,8827,0,9001,8826,0,9001,8824,-67.2,9110,8822,54,9102,8821,-90,9102,8823,-64.4,9110,,,
+3212,"WGS 84 / SCAR IMW SQ41-42",9001,4326,17212,9802,1,0,8824,-67.2,9110,8821,-90,9102,8823,-64.4,9110,8822,66,9102,8826,0,9001,8827,0,9001,,,
+3213,"WGS 84 / SCAR IMW SQ43-44",9001,4326,17213,9802,1,0,8827,0,9001,8823,-64.4,9110,8821,-90,9102,8822,78,9102,8824,-67.2,9110,8826,0,9001,,,
+3214,"WGS 84 / SCAR IMW SQ45-46",9001,4326,17214,9802,1,0,8821,-90,9102,8823,-64.4,9110,8827,0,9001,8822,90,9102,8824,-67.2,9110,8826,0,9001,,,
+3215,"WGS 84 / SCAR IMW SQ47-48",9001,4326,17215,9802,1,0,8822,102,9102,8827,0,9001,8824,-67.2,9110,8823,-64.4,9110,8826,0,9001,8821,-90,9102,,,
+3216,"WGS 84 / SCAR IMW SQ49-50",9001,4326,17216,9802,1,0,8821,-90,9102,8826,0,9001,8823,-64.4,9110,8827,0,9001,8824,-67.2,9110,8822,114,9102,,,
+3217,"WGS 84 / SCAR IMW SQ51-52",9001,4326,17217,9802,1,0,8826,0,9001,8824,-67.2,9110,8821,-90,9102,8827,0,9001,8822,126,9102,8823,-64.4,9110,,,
+3218,"WGS 84 / SCAR IMW SQ53-54",9001,4326,17218,9802,1,0,8824,-67.2,9110,8822,138,9102,8823,-64.4,9110,8826,0,9001,8821,-90,9102,8827,0,9001,,,
+3219,"WGS 84 / SCAR IMW SQ55-56",9001,4326,17219,9802,1,0,8826,0,9001,8823,-64.4,9110,8827,0,9001,8822,150,9102,8821,-90,9102,8824,-67.2,9110,,,
+3220,"WGS 84 / SCAR IMW SQ57-58",9001,4326,17220,9802,1,0,8827,0,9001,8821,-90,9102,8824,-67.2,9110,8823,-64.4,9110,8826,0,9001,8822,162,9102,,,
+3221,"WGS 84 / SCAR IMW SR13-14",9001,4326,17221,9802,1,0,8826,0,9001,8824,-71.2,9110,8822,-102,9102,8827,0,9001,8821,-90,9102,8823,-68.4,9110,,,
+3222,"WGS 84 / SCAR IMW SR15-16",9001,4326,17222,9802,1,0,8821,-90,9102,8824,-71.2,9110,8822,-90,9102,8823,-68.4,9110,8826,0,9001,8827,0,9001,,,
+3223,"WGS 84 / SCAR IMW SR17-18",9001,4326,17223,9802,1,0,8823,-68.4,9110,8821,-90,9102,8822,-78,9102,8827,0,9001,8824,-71.2,9110,8826,0,9001,,,
+3224,"WGS 84 / SCAR IMW SR19-20",9001,4326,17224,9802,1,0,8826,0,9001,8823,-68.4,9110,8822,-66,9102,8827,0,9001,8824,-71.2,9110,8821,-90,9102,,,
+3225,"WGS 84 / SCAR IMW SR27-28",9001,4326,17225,9802,1,0,8827,0,9001,8826,0,9001,8824,-71.2,9110,8822,-18,9102,8821,-90,9102,8823,-68.4,9110,,,
+3226,"WGS 84 / SCAR IMW SR29-30",9001,4326,17226,9802,1,0,8822,-6,9102,8827,0,9001,8823,-68.4,9110,8824,-71.2,9110,8821,-90,9102,8826,0,9001,,,
+3227,"WGS 84 / SCAR IMW SR31-32",9001,4326,17227,9802,1,0,8827,0,9001,8823,-68.4,9110,8822,6,9102,8821,-90,9102,8826,0,9001,8824,-71.2,9110,,,
+3228,"WGS 84 / SCAR IMW SR33-34",9001,4326,17228,9802,1,0,8821,-90,9102,8822,18,9102,8823,-68.4,9110,8827,0,9001,8824,-71.2,9110,8826,0,9001,,,
+3229,"WGS 84 / SCAR IMW SR35-36",9001,4326,17229,9802,1,0,8827,0,9001,8824,-71.2,9110,8822,30,9102,8826,0,9001,8821,-90,9102,8823,-68.4,9110,,,
+3230,"WGS 84 / SCAR IMW SR37-38",9001,4326,17230,9802,1,0,8822,42,9102,8826,0,9001,8821,-90,9102,8824,-71.2,9110,8823,-68.4,9110,8827,0,9001,,,
+3231,"WGS 84 / SCAR IMW SR39-40",9001,4326,17231,9802,1,0,8824,-71.2,9110,8822,54,9102,8821,-90,9102,8823,-68.4,9110,8827,0,9001,8826,0,9001,,,
+3232,"WGS 84 / SCAR IMW SR41-42",9001,4326,17232,9802,1,0,8821,-90,9102,8822,66,9102,8824,-71.2,9110,8823,-68.4,9110,8826,0,9001,8827,0,9001,,,
+3233,"WGS 84 / SCAR IMW SR43-44",9001,4326,17233,9802,1,0,8821,-90,9102,8823,-68.4,9110,8822,78,9102,8827,0,9001,8826,0,9001,8824,-71.2,9110,,,
+3234,"WGS 84 / SCAR IMW SR45-46",9001,4326,17234,9802,1,0,8822,90,9102,8827,0,9001,8826,0,9001,8821,-90,9102,8824,-71.2,9110,8823,-68.4,9110,,,
+3235,"WGS 84 / SCAR IMW SR47-48",9001,4326,17235,9802,1,0,8823,-68.4,9110,8824,-71.2,9110,8821,-90,9102,8822,102,9102,8827,0,9001,8826,0,9001,,,
+3236,"WGS 84 / SCAR IMW SR49-50",9001,4326,17236,9802,1,0,8821,-90,9102,8824,-71.2,9110,8823,-68.4,9110,8822,114,9102,8826,0,9001,8827,0,9001,,,
+3237,"WGS 84 / SCAR IMW SR51-52",9001,4326,17237,9802,1,0,8821,-90,9102,8823,-68.4,9110,8824,-71.2,9110,8822,126,9102,8827,0,9001,8826,0,9001,,,
+3238,"WGS 84 / SCAR IMW SR53-54",9001,4326,17238,9802,1,0,8824,-71.2,9110,8822,138,9102,8826,0,9001,8821,-90,9102,8823,-68.4,9110,8827,0,9001,,,
+3239,"WGS 84 / SCAR IMW SR55-56",9001,4326,17239,9802,1,0,8824,-71.2,9110,8822,150,9102,8821,-90,9102,8823,-68.4,9110,8827,0,9001,8826,0,9001,,,
+3240,"WGS 84 / SCAR IMW SR57-58",9001,4326,17240,9802,1,0,8821,-90,9102,8822,162,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
+3241,"WGS 84 / SCAR IMW SR59-60",9001,4326,17241,9802,1,0,8823,-68.4,9110,8822,174,9102,8821,-90,9102,8827,0,9001,8826,0,9001,8824,-71.2,9110,,,
+3242,"WGS 84 / SCAR IMW SS04-06",9001,4326,17242,9802,1,0,8822,-153,9102,8824,-75.2,9110,8826,0,9001,8827,0,9001,8821,-90,9102,8823,-72.4,9110,,,
+3243,"WGS 84 / SCAR IMW SS07-09",9001,4326,17243,9802,1,0,8824,-75.2,9110,8822,-135,9102,8821,-90,9102,8823,-72.4,9110,8827,0,9001,8826,0,9001,,,
+3244,"WGS 84 / SCAR IMW SS10-12",9001,4326,17244,9802,1,0,8821,-90,9102,8824,-75.2,9110,8823,-72.4,9110,8822,-117,9102,8826,0,9001,8827,0,9001,,,
+3245,"WGS 84 / SCAR IMW SS13-15",9001,4326,17245,9802,1,0,8821,-90,9102,8824,-75.2,9110,8823,-72.4,9110,8826,0,9001,8827,0,9001,8822,-99,9102,,,
+3246,"WGS 84 / SCAR IMW SS16-18",9001,4326,17246,9802,1,0,8821,-90,9102,8824,-75.2,9110,8826,0,9001,8823,-72.4,9110,8822,-81,9102,8827,0,9001,,,
+3247,"WGS 84 / SCAR IMW SS19-21",9001,4326,17247,9802,1,0,8822,-63,9102,8821,-90,9102,8823,-72.4,9110,8827,0,9001,8826,0,9001,8824,-75.2,9110,,,
+3248,"WGS 84 / SCAR IMW SS25-27",9001,4326,17248,9802,1,0,8821,-90,9102,8822,-27,9102,8824,-75.2,9110,8823,-72.4,9110,8826,0,9001,8827,0,9001,,,
+3249,"WGS 84 / SCAR IMW SS28-30",9001,4326,17249,9802,1,0,8821,-90,9102,8823,-72.4,9110,8822,-9,9102,8827,0,9001,8826,0,9001,8824,-75.2,9110,,,
+3250,"WGS 84 / SCAR IMW SS31-33",9001,4326,17250,9802,1,0,8822,9,9102,8827,0,9001,8826,0,9001,8821,-90,9102,8824,-75.2,9110,8823,-72.4,9110,,,
+3251,"WGS 84 / SCAR IMW SS34-36",9001,4326,17251,9802,1,0,8821,-90,9102,8822,27,9102,8823,-72.4,9110,8827,0,9001,8826,0,9001,8824,-75.2,9110,,,
+3252,"WGS 84 / SCAR IMW SS37-39",9001,4326,17252,9802,1,0,8821,-90,9102,8824,-75.2,9110,8823,-72.4,9110,8822,45,9102,8826,0,9001,8827,0,9001,,,
+3253,"WGS 84 / SCAR IMW SS40-42",9001,4326,17253,9802,1,0,8821,-90,9102,8823,-72.4,9110,8824,-75.2,9110,8822,63,9102,8827,0,9001,8826,0,9001,,,
+3254,"WGS 84 / SCAR IMW SS43-45",9001,4326,17254,9802,1,0,8822,81,9102,8826,0,9001,8821,-90,9102,8824,-75.2,9110,8823,-72.4,9110,8827,0,9001,,,
+3255,"WGS 84 / SCAR IMW SS46-48",9001,4326,17255,9802,1,0,8824,-75.2,9110,8822,99,9102,8821,-90,9102,8823,-72.4,9110,8827,0,9001,8826,0,9001,,,
+3256,"WGS 84 / SCAR IMW SS49-51",9001,4326,17256,9802,1,0,8822,117,9102,8821,-90,9102,8823,-72.4,9110,8826,0,9001,8824,-75.2,9110,8827,0,9001,,,
+3257,"WGS 84 / SCAR IMW SS52-54",9001,4326,17257,9802,1,0,8822,135,9102,8821,-90,9102,8823,-72.4,9110,8827,0,9001,8826,0,9001,8824,-75.2,9110,,,
+3258,"WGS 84 / SCAR IMW SS55-57",9001,4326,17258,9802,1,0,8822,153,9102,8826,0,9001,8827,0,9001,8821,-90,9102,8824,-75.2,9110,8823,-72.4,9110,,,
+3259,"WGS 84 / SCAR IMW SS58-60",9001,4326,17259,9802,1,0,8824,-75.2,9110,8822,171,9102,8821,-90,9102,8823,-72.4,9110,8827,0,9001,8826,0,9001,,,
+3260,"WGS 84 / SCAR IMW ST01-04",9001,4326,17260,9802,1,0,8821,-90,9102,8824,-79.2,9110,8823,-76.4,9110,8822,-168,9102,8826,0,9001,8827,0,9001,,,
+3261,"WGS 84 / SCAR IMW ST05-08",9001,4326,17261,9802,1,0,8821,-90,9102,8823,-76.4,9110,8826,0,9001,8824,-79.2,9110,8822,-144,9102,8827,0,9001,,,
+3262,"WGS 84 / SCAR IMW ST09-12",9001,4326,17262,9802,1,0,8822,-120,9102,8826,0,9001,8821,-90,9102,8824,-79.2,9110,8823,-76.4,9110,8827,0,9001,,,
+3263,"WGS 84 / SCAR IMW ST13-16",9001,4326,17263,9802,1,0,8824,-79.2,9110,8822,-96,9102,8821,-90,9102,8823,-76.4,9110,8827,0,9001,8826,0,9001,,,
+3264,"WGS 84 / SCAR IMW ST17-20",9001,4326,17264,9802,1,0,8821,-90,9102,8822,-72,9102,8824,-79.2,9110,8823,-76.4,9110,8826,0,9001,8827,0,9001,,,
+3265,"WGS 84 / SCAR IMW ST21-24",9001,4326,17265,9802,1,0,8821,-90,9102,8823,-76.4,9110,8822,-48,9102,8827,0,9001,8826,0,9001,8824,-79.2,9110,,,
+3266,"WGS 84 / SCAR IMW ST25-28",9001,4326,17266,9802,1,0,8827,0,9001,8822,-24,9102,8826,0,9001,8821,-90,9102,8824,-79.2,9110,8823,-76.4,9110,,,
+3267,"WGS 84 / SCAR IMW ST29-32",9001,4326,17267,9802,1,0,8821,-90,9102,8822,0,9102,8823,-76.4,9110,8827,0,9001,8826,0,9001,8824,-79.2,9110,,,
+3268,"WGS 84 / SCAR IMW ST33-36",9001,4326,17268,9802,1,0,8821,-90,9102,8824,-79.2,9110,8823,-76.4,9110,8822,24,9102,8826,0,9001,8827,0,9001,,,
+3269,"WGS 84 / SCAR IMW ST37-40",9001,4326,17269,9802,1,0,8821,-90,9102,8823,-76.4,9110,8824,-79.2,9110,8822,48,9102,8827,0,9001,8826,0,9001,,,
+3270,"WGS 84 / SCAR IMW ST41-44",9001,4326,17270,9802,1,0,8822,72,9102,8826,0,9001,8821,-90,9102,8824,-79.2,9110,8823,-76.4,9110,8827,0,9001,,,
+3271,"WGS 84 / SCAR IMW ST45-48",9001,4326,17271,9802,1,0,8824,-79.2,9110,8822,96,9102,8821,-90,9102,8823,-76.4,9110,8827,0,9001,8826,0,9001,,,
+3272,"WGS 84 / SCAR IMW ST49-52",9001,4326,17272,9802,1,0,8823,-76.4,9110,8822,120,9102,8824,-79.2,9110,8826,0,9001,8827,0,9001,8821,-90,9102,,,
+3273,"WGS 84 / SCAR IMW ST53-56",9001,4326,17273,9802,1,0,8823,-76.4,9110,8822,144,9102,8821,-90,9102,8827,0,9001,8826,0,9001,8824,-79.2,9110,,,
+3274,"WGS 84 / SCAR IMW ST57-60",9001,4326,17274,9802,1,0,8822,168,9102,8826,0,9001,8827,0,9001,8821,-90,9102,8824,-79.2,9110,8823,-76.4,9110,,,
+3275,"WGS 84 / SCAR IMW SU01-05",9001,4326,17275,9829,1,0,8807,0,9001,8806,0,9001,8832,-80.1419,9110,8833,-165,9102,,,,,,,,,
+3276,"WGS 84 / SCAR IMW SU06-10",9001,4326,17276,9829,1,0,8806,0,9001,8832,-80.1419,9110,8807,0,9001,8833,-135,9102,,,,,,,,,
+3277,"WGS 84 / SCAR IMW SU11-15",9001,4326,17277,9829,1,0,8807,0,9001,8806,0,9001,8832,-80.1419,9110,8833,-105,9102,,,,,,,,,
+3278,"WGS 84 / SCAR IMW SU16-20",9001,4326,17278,9829,1,0,8833,-75,9102,8806,0,9001,8832,-80.1419,9110,8807,0,9001,,,,,,,,,
+3279,"WGS 84 / SCAR IMW SU21-25",9001,4326,17279,9829,1,0,8806,0,9001,8833,-45,9102,8832,-80.1419,9110,8807,0,9001,,,,,,,,,
+3280,"WGS 84 / SCAR IMW SU26-30",9001,4326,17280,9829,1,0,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-15,9102,,,,,,,,,
+3281,"WGS 84 / SCAR IMW SU31-35",9001,4326,17281,9829,1,0,8807,0,9001,8806,0,9001,8832,-80.1419,9110,8833,15,9102,,,,,,,,,
+3282,"WGS 84 / SCAR IMW SU36-40",9001,4326,17282,9829,1,0,8806,0,9001,8832,-80.1419,9110,8833,45,9102,8807,0,9001,,,,,,,,,
+3283,"WGS 84 / SCAR IMW SU41-45",9001,4326,17283,9829,1,0,8807,0,9001,8806,0,9001,8832,-80.1419,9110,8833,75,9102,,,,,,,,,
+3284,"WGS 84 / SCAR IMW SU46-50",9001,4326,17284,9829,1,0,8806,0,9001,8832,-80.1419,9110,8807,0,9001,8833,105,9102,,,,,,,,,
+3285,"WGS 84 / SCAR IMW SU51-55",9001,4326,17285,9829,1,0,8807,0,9001,8806,0,9001,8832,-80.1419,9110,8833,135,9102,,,,,,,,,
+3286,"WGS 84 / SCAR IMW SU56-60",9001,4326,17286,9829,1,0,8806,0,9001,8832,-80.1419,9110,8833,165,9102,8807,0,9001,,,,,,,,,
+3287,"WGS 84 / SCAR IMW SV01-10",9001,4326,17287,9829,1,0,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-150,9102,,,,,,,,,
+3288,"WGS 84 / SCAR IMW SV11-20",9001,4326,17288,9829,1,0,8832,-80.1419,9110,8807,0,9001,8806,0,9001,8833,-90,9102,,,,,,,,,
+3289,"WGS 84 / SCAR IMW SV21-30",9001,4326,17289,9829,1,0,8807,0,9001,8806,0,9001,8832,-80.1419,9110,8833,-30,9102,,,,,,,,,
+3290,"WGS 84 / SCAR IMW SV31-40",9001,4326,17290,9829,1,0,8806,0,9001,8807,0,9001,8833,30,9102,8832,-80.1419,9110,,,,,,,,,
+3291,"WGS 84 / SCAR IMW SV41-50",9001,4326,17291,9829,1,0,8807,0,9001,8806,0,9001,8832,-80.1419,9110,8833,90,9102,,,,,,,,,
+3292,"WGS 84 / SCAR IMW SV51-60",9001,4326,17292,9829,1,0,8806,0,9001,8832,-80.1419,9110,8807,0,9001,8833,150,9102,,,,,,,,,
+3293,"WGS 84 / SCAR IMW SW01-60",9001,4326,17293,9829,1,0,8807,0,9001,8806,0,9001,8832,-80.1419,9110,8833,0,9102,,,,,,,,,
+3294,"WGS 84 / USGS Transantarctic Mountains",9001,4326,17294,9802,1,0,8821,-78,9102,8824,-79.2,9110,8823,-76.4,9110,8826,0,9001,8827,0,9001,8822,162,9102,,,
+3295,"Guam 1963 / Yap Islands",9001,4675,15399,9832,1,0,8801,9.324815,9110,8802,138.100748,9110,8806,40000,9001,8807,60000,9001,,,,,,,,,
+3296,"RGPF / UTM zone 5S",9001,4687,16105,9807,1,0,8801,0,9102,8802,-153,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+3297,"RGPF / UTM zone 6S",9001,4687,16106,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-147,9102,8801,0,9102,8807,10000000,9001,,,,,,
+3298,"RGPF / UTM zone 7S",9001,4687,16107,9807,1,0,8802,-141,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+3299,"RGPF / UTM zone 8S",9001,4687,16108,9807,1,0,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,8802,-135,9102,8801,0,9102,,,,,,
+3300,Estonian Coordinate System of 1992,9001,4133,19938,9802,1,0,8821,57.310319415,9110,8824,58,9110,8827,6375000,9001,8826,500000,9001,8822,24,9110,8823,59.2,9110,,,
+3301,Estonian Coordinate System of 1997,9001,4180,19938,9802,1,0,8821,57.310319415,9110,8824,58,9110,8827,6375000,9001,8826,500000,9001,8822,24,9110,8823,59.2,9110,,,
+3302,"IGN63 Hiva Oa / UTM zone 7S",9001,4689,16107,9807,1,0,8802,-141,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+3303,"Fatu Iva 72 / UTM zone 7S",9001,4688,16107,9807,1,0,8802,-141,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+3304,"Tahiti 79 / UTM zone 6S",9001,4690,16106,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-147,9102,8801,0,9102,8807,10000000,9001,,,,,,
+3305,"Moorea 87 / UTM zone 6S",9001,4691,16106,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-147,9102,8801,0,9102,8807,10000000,9001,,,,,,
+3306,"Maupiti 83 / UTM zone 5S",9001,4692,16105,9807,1,0,8801,0,9102,8802,-153,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+3307,"Nakhl-e Ghanem / UTM zone 39N",9001,4693,16039,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,51,9102,,,,,,
+3308,"GDA94 / NSW Lambert",9001,4283,17364,9802,1,0,8824,-35.75,9102,8822,147,9102,8821,-33.25,9102,8823,-30.75,9102,8827,4500000,9001,8826,9300000,9001,,,
+3309,"NAD27 / California Albers",9001,4267,10420,9822,1,0,8821,0,9102,8822,-120,9102,8823,34,9102,8824,40.5,9102,8826,0,9001,8827,-4000000,9001,,,
+3310,"NAD83 / California Albers",9001,4269,10420,9822,1,0,8821,0,9102,8822,-120,9102,8823,34,9102,8824,40.5,9102,8826,0,9001,8827,-4000000,9001,,,
+3311,"NAD83(HARN) / California Albers",9001,4152,10420,9822,1,0,8821,0,9102,8822,-120,9102,8823,34,9102,8824,40.5,9102,8826,0,9001,8827,-4000000,9001,,,
+3312,"CSG67 / UTM zone 21N",9001,4623,16021,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+3313,"RGFG95 / UTM zone 21N",9001,4624,16021,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+3314,"Katanga 1955 / Katanga Lambert",9001,4695,17401,9802,1,0,8821,0,9102,8823,-6.5,9102,8822,26,9102,8827,0,9001,8826,0,9001,8824,-11.5,9102,,,
+3315,"Katanga 1955 / Katanga TM",9001,4695,17402,9807,1,0,8802,26,9102,8807,0,9001,8801,-9,9102,8806,0,9001,8805,0.9998,9201,,,,,,
+3316,"Kasai 1953 / Congo TM zone 22",9001,4696,17422,9807,1,0,8806,500000,9001,8802,22,9102,8801,0,9102,8805,0.9999,9201,8807,10000000,9001,,,,,,
+3317,"Kasai 1953 / Congo TM zone 24",9001,4696,17424,9807,1,0,8805,0.9999,9201,8802,24,9102,8807,10000000,9001,8806,500000,9001,8801,0,9102,,,,,,
+3318,"IGC 1962 / Congo TM zone 12",9001,4697,17412,9807,1,0,8801,0,9102,8802,12,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
+3319,"IGC 1962 / Congo TM zone 14",9001,4697,17414,9807,1,0,8805,0.9999,9201,8802,14,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+3320,"IGC 1962 / Congo TM zone 16",9001,4697,17416,9807,1,0,8805,0.9999,9201,8801,0,9102,8802,16,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+3321,"IGC 1962 / Congo TM zone 18",9001,4697,17418,9807,1,0,8802,18,9102,8801,0,9102,8806,500000,9001,8805,0.9999,9201,8807,10000000,9001,,,,,,
+3322,"IGC 1962 / Congo TM zone 20",9001,4697,17420,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9999,9201,8802,20,9102,8807,10000000,9001,,,,,,
+3323,"IGC 1962 / Congo TM zone 22",9001,4697,17422,9807,1,0,8806,500000,9001,8802,22,9102,8801,0,9102,8805,0.9999,9201,8807,10000000,9001,,,,,,
+3324,"IGC 1962 / Congo TM zone 24",9001,4697,17424,9807,1,0,8805,0.9999,9201,8802,24,9102,8807,10000000,9001,8806,500000,9001,8801,0,9102,,,,,,
+3325,"IGC 1962 / Congo TM zone 26",9001,4697,17426,9807,1,0,8802,26,9102,8807,10000000,9001,8801,0,9102,8806,500000,9001,8805,0.9999,9201,,,,,,
+3326,"IGC 1962 / Congo TM zone 28",9001,4697,17428,9807,1,0,8805,0.9999,9201,8802,28,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+3327,"IGC 1962 / Congo TM zone 30",9001,4697,17430,9807,1,0,8801,0,9102,8805,0.9999,9201,8806,500000,9001,8802,30,9102,8807,10000000,9001,,,,,,
+3328,"Pulkovo 1942(58) / GUGiK-80",9001,4179,18286,9809,1,0,8802,19.1,9110,8806,500000,9001,8805,0.999714,9201,8807,500000,9001,8801,52.1,9110,,,,,,
+3329,"Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 5",9001,4179,16265,9807,1,0,8801,0,9102,8807,0,9001,8802,15,9102,8806,5500000,9001,8805,1,9201,,,,,,
+3330,"Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 6",9001,4179,16266,9807,1,0,8802,18,9102,8801,0,9102,8806,6500000,9001,8805,1,9201,8807,0,9001,,,,,,
+3331,"Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 7",9001,4179,16267,9807,1,0,8806,7500000,9001,8805,1,9201,8802,21,9102,8801,0,9102,8807,0,9001,,,,,,
+3332,"Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 8",9001,4179,16268,9807,1,0,8802,24,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,8500000,9001,,,,,,
+3333,"Pulkovo 1942(58) / Gauss-Kruger zone 3",9001,4179,16203,9807,1,0,8806,3500000,9001,8805,1,9201,8802,15,9102,8801,0,9102,8807,0,9001,,,,,,
+3334,"Pulkovo 1942(58) / Gauss-Kruger zone 4",9001,4179,16204,9807,1,0,8802,21,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,4500000,9001,,,,,,
+3335,"Pulkovo 1942(58) / Gauss-Kruger zone 5",9001,4179,16205,9807,1,0,8806,5500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+3336,"IGN 1962 Kerguelen / UTM zone 42S",9001,4698,16142,9807,1,0,8805,0.9996,9201,8802,69,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+3337,"Le Pouce 1934 / Mauritius Grid",9001,4699,19899,9801,1,0,8801,-20.114225,9110,8806,1000000,9001,8805,1,9201,8802,57.311858,9110,8807,1000000,9001,,,,,,
+3338,"NAD83 / Alaska Albers",9001,4269,15021,9822,1,0,8821,50,9102,8822,-154,9102,8823,55,9102,8824,65,9102,8826,0,9001,8827,0,9001,,,
+3339,"IGCB 1955 / Congo TM zone 12",9001,4701,17412,9807,1,0,8801,0,9102,8802,12,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
+3340,"IGCB 1955 / Congo TM zone 14",9001,4701,17414,9807,1,0,8805,0.9999,9201,8802,14,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+3341,"IGCB 1955 / Congo TM zone 16",9001,4701,17416,9807,1,0,8805,0.9999,9201,8801,0,9102,8802,16,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+3342,"IGCB 1955 / UTM zone 33S",9001,4701,16133,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,15,9102,,,,,,
+3343,"Mauritania 1999 / UTM zone 28N",9001,4702,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+3344,"Mauritania 1999 / UTM zone 29N",9001,4702,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+3345,"Mauritania 1999 / UTM zone 30N",9001,4702,16030,9807,1,0,8805,0.9996,9201,8802,-3,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+3346,"LKS94 / Lithuania TM",9001,4669,19934,9807,1,0,8805,0.9998,9201,8802,24,9102,8806,500000,9001,8801,0,9102,8807,0,9001,,,,,,
+3347,"NAD83 / Statistics Canada Lambert",9001,4269,19897,9802,1,0,8822,-91.52,9110,8827,3000000,9001,8824,77,9102,8823,49,9102,8826,6200000,9001,8821,63.390675,9102,,,
+3348,"NAD83(CSRS) / Statistics Canada Lambert",9001,4617,19897,9802,1,0,8822,-91.52,9110,8827,3000000,9001,8824,77,9102,8823,49,9102,8826,6200000,9001,8821,63.390675,9102,,,
+3349,"WGS 84 / PDC Mercator",9001,4326,19898,9804,1,0,8802,-150,9102,8807,0,9001,8801,0,9102,8806,0,9001,8805,1,9201,,,,,,
+3350,"Pulkovo 1942 / CS63 zone C0",9001,4284,18450,9807,1,0,8807,0,9001,8805,1,9201,8802,21.57,9110,8801,0.06,9110,8806,250000,9001,,,,,,
+3351,"Pulkovo 1942 / CS63 zone C1",9001,4284,18451,9807,1,0,8807,0,9001,8805,1,9201,8806,1250000,9001,8802,24.57,9110,8801,0.06,9110,,,,,,
+3352,"Pulkovo 1942 / CS63 zone C2",9001,4284,18452,9807,1,0,8801,0.06,9110,8806,2250000,9001,8807,0,9001,8802,27.57,9110,8805,1,9201,,,,,,
+3353,"Mhast (onshore) / UTM zone 32S",9001,4704,16132,9807,1,0,8802,9,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+3354,"Mhast (offshore) / UTM zone 32S",9001,4705,16132,9807,1,0,8802,9,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+3355,"Egypt Gulf of Suez S-650 TL / Red Belt",9001,4706,18072,9807,1,0,8802,31,9102,8801,30,9102,8806,615000,9001,8807,810000,9001,8805,1,9201,,,,,,
+3356,"Grand Cayman 1959 / UTM zone 17N",9001,4723,16017,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+3357,"Little Cayman 1961 / UTM zone 17N",9001,4726,16017,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+3358,"NAD83(HARN) / North Carolina",9001,4152,13230,9802,1,0,8821,33.45,9110,8822,-79,9110,8823,36.1,9110,8824,34.2,9110,8826,609601.22,9001,8827,0,9001,,,
+3359,"NAD83(HARN) / North Carolina (ftUS)",9002,4152,15346,9802,1,1,8821,33.45,9110,8822,-79,9110,8823,36.1,9110,8824,34.2,9110,8826,2000000,9003,8827,0,9003,,,
+3360,"NAD83(HARN) / South Carolina",9001,4152,13930,9802,1,0,8821,31.5,9110,8822,-81,9110,8823,34.5,9110,8824,32.3,9110,8826,609600,9001,8827,0,9001,,,
+3361,"NAD83(HARN) / South Carolina (ft)",9002,4152,15355,9802,1,0,8821,31.5,9110,8822,-81,9110,8823,34.5,9110,8824,32.3,9110,8826,2000000,9002,8827,0,9002,,,
+3362,"NAD83(HARN) / Pennsylvania North",9001,4152,13731,9802,1,0,8821,40.1,9110,8822,-77.45,9110,8823,41.57,9110,8824,40.53,9110,8826,600000,9001,8827,0,9001,,,
+3363,"NAD83(HARN) / Pennsylvania North (ftUS)",9003,4152,15353,9802,1,0,8821,40.1,9110,8822,-77.45,9110,8823,41.57,9110,8824,40.53,9110,8826,1968500,9003,8827,0,9003,,,
+3364,"NAD83(HARN) / Pennsylvania South",9001,4152,13732,9802,1,0,8821,39.2,9110,8822,-77.45,9110,8823,40.58,9110,8824,39.56,9110,8826,600000,9001,8827,0,9001,,,
+3365,"NAD83(HARN) / Pennsylvania South (ftUS)",9003,4152,15354,9802,1,0,8821,39.2,9110,8822,-77.45,9110,8823,40.58,9110,8824,39.56,9110,8826,1968500,9003,8827,0,9003,,,
+3366,Hong Kong 1963 Grid System,9001,4738,19896,9806,1,1,8802,114.10428,9110,8801,22.184368,9110,8806,132033.92,9005,8807,62565.96,9005,,,,,,,,,
+3367,"IGN Astro 1960 / UTM zone 28N",9001,4700,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+3368,"IGN Astro 1960 / UTM zone 29N",9001,4700,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+3369,"IGN Astro 1960 / UTM zone 30N",9001,4700,16030,9807,1,0,8805,0.9996,9201,8802,-3,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+3370,"NAD27 / UTM zone 59N",9001,4267,16059,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,171,9102,8801,0,9102,8807,0,9001,,,,,,
+3371,"NAD27 / UTM zone 60N",9001,4267,16060,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,177,9102,8801,0,9102,8807,0,9001,,,,,,
+3372,"NAD83 / UTM zone 59N",9001,4269,16059,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,171,9102,8801,0,9102,8807,0,9001,,,,,,
+3373,"NAD83 / UTM zone 60N",9001,4269,16060,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,177,9102,8801,0,9102,8807,0,9001,,,,,,
+3374,"FD54 / UTM zone 29N",9001,4741,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+3375,"GDM2000 / Peninsula RSO",9001,4742,19895,9812,1,0,8806,804671,9001,8807,0,9001,8814,323.07483685,9110,8813,323.013286728,9110,8811,4,9110,8812,102.15,9110,8815,0.99984,9201
+3376,"GDM2000 / East Malaysia BRSO",9001,4742,19894,9812,1,0,8814,53.07483685,9110,8813,53.185691582,9110,8806,0,9001,8812,115,9110,8815,0.99984,9201,8811,4,9110,8807,0,9001
+3377,"GDM2000 / Johor Grid",9001,4742,19893,9806,1,0,8802,103.254057045,9110,8801,2.071804708,9110,8807,8758.32,9001,8806,-14810.562,9001,,,,,,,,,
+3378,"GDM2000 / Sembilan and Melaka Grid",9001,4742,19892,9806,1,0,8802,101.582965815,9110,8801,2.405645149,9110,8807,-4240.573,9001,8806,3673.785,9001,,,,,,,,,
+3379,"GDM2000 / PahangGrid",9001,4742,19891,9806,1,0,8801,3.460979712,9110,8802,102.220587634,9110,8806,-7368.228,9001,8807,6485.858,9001,,,,,,,,,
+3380,"GDM2000 / Selangor Grid",9001,4742,19890,9806,1,0,8807,56464.049,9001,8806,-34836.161,9001,8801,3.410473658,9110,8802,101.232078849,9110,,,,,,,,,
+3381,"GDM2000 / Terengganu Grid",9001,4742,19889,9806,1,0,8806,19594.245,9001,8802,103.041299225,9110,8807,3371.895,9001,8801,4.583462672,9110,,,,,,,,,
+3382,"GDM2000 / Pinang Grid",9001,4742,19888,9806,1,0,8801,5.251746315,9110,8807,62.283,9001,8802,100.203975707,9110,8806,-23.414,9001,,,,,,,,,
+3383,"GDM2000 / Kedah and Perlis Grid",9001,4742,19887,9806,1,0,8801,5.575282177,9110,8802,100.3810936,9110,8806,0,9001,8807,0,9001,,,,,,,,,
+3384,"GDM2000 / Perak Grid",9001,4742,19886,9806,1,0,8801,4.513262688,9110,8806,-1.769,9001,8807,133454.779,9001,8802,100.485547811,9110,,,,,,,,,
+3385,"GDM2000 / Kelantan Grid",9001,4742,19885,9806,1,0,8802,102.174287001,9110,8801,5.582115717,9110,8806,13227.851,9001,8807,8739.894,9001,,,,,,,,,
+3386,"KKJ / Finland zone 0",9001,4123,18180,9807,1,0,8801,0,9102,8802,18,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+3387,"KKJ / Finland zone 5",9001,4123,18205,9807,1,0,8805,1,9201,8806,5500000,9001,8807,0,9001,8801,0,9102,8802,33,9102,,,,,,
+3388,"Pulkovo 1942 / Caspian Sea Mercator",9001,4284,19884,9805,1,0,8807,0,9001,8802,51,9102,8823,42,9102,8806,0,9001,,,,,,,,,
+3389,"Pulkovo 1942 / 3-degree Gauss-Kruger zone 60",9001,4284,16099,9807,1,0,8801,0,9102,8807,0,9001,8806,60500000,9001,8805,1,9201,8802,180,9102,,,,,,
+3390,"Pulkovo 1995 / 3-degree Gauss-Kruger zone 60",9001,4200,16099,9807,1,0,8801,0,9102,8807,0,9001,8806,60500000,9001,8805,1,9201,8802,180,9102,,,,,,
+3391,"Karbala 1979 (Polservice) / UTM zone 37N",9001,4743,16037,9807,1,0,8802,39,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+3392,"Karbala 1979 (Polservice) / UTM zone 38N",9001,4743,16038,9807,1,0,8802,45,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+3393,"Karbala 1979 (Polservice) / UTM zone 39N",9001,4743,16039,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,51,9102,,,,,,
+3394,"Nahrwan 1934 / Iraq zone",9001,4744,19906,9801,1,0,8802,45,9110,8807,1166200,9001,8801,32.3,9110,8806,1500000,9001,8805,0.9987864078,9201,,,,,,
+3395,"WGS 84 / World Mercator",9001,4326,19883,9804,1,0,8806,0,9001,8807,0,9001,8802,0,9102,8801,0,9102,8805,1,9201,,,,,,
+3396,"PD/83 / Gauss-Kruger zone 3",9001,4746,16263,9807,1,0,8805,1,9201,8802,9,9102,8801,0,9102,8806,3500000,9001,8807,0,9001,,,,,,
+3397,"PD/83 / Gauss-Kruger zone 4",9001,4746,16264,9807,1,0,8805,1,9201,8802,12,9102,8801,0,9102,8807,0,9001,8806,4500000,9001,,,,,,
+3398,"RD/83 / Gauss-Kruger zone 4",9001,4745,16264,9807,1,0,8805,1,9201,8802,12,9102,8801,0,9102,8807,0,9001,8806,4500000,9001,,,,,,
+3399,"RD/83 / Gauss-Kruger zone 5",9001,4745,16265,9807,1,0,8801,0,9102,8807,0,9001,8802,15,9102,8806,5500000,9001,8805,1,9201,,,,,,
+3400,"NAD83 / Alberta 10-TM (Forest)",9001,4269,19881,9807,1,0,8801,0,9102,8802,-115,9102,8806,500000,9001,8807,0,9001,8805,0.9992,9201,,,,,,
+3401,"NAD83 / Alberta 10-TM (Resource)",9001,4269,19882,9807,1,0,8806,0,9001,8801,0,9102,8802,-115,9102,8807,0,9001,8805,0.9992,9201,,,,,,
+3402,"NAD83(CSRS) / Alberta 10-TM (Forest)",9001,4617,19881,9807,1,0,8801,0,9102,8802,-115,9102,8806,500000,9001,8807,0,9001,8805,0.9992,9201,,,,,,
+3403,"NAD83(CSRS) / Alberta 10-TM (Resource)",9001,4617,19882,9807,1,0,8806,0,9001,8801,0,9102,8802,-115,9102,8807,0,9001,8805,0.9992,9201,,,,,,
+3404,"NAD83(HARN) / North Carolina (ftUS)",9003,4152,15346,9802,1,0,8821,33.45,9110,8822,-79,9110,8823,36.1,9110,8824,34.2,9110,8826,2000000,9003,8827,0,9003,,,
+3405,"VN-2000 / UTM zone 48N",9001,4756,16048,9807,1,0,8805,0.9996,9201,8802,105,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+3406,"VN-2000 / UTM zone 49N",9001,4756,16049,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,111,9102,8801,0,9102,8807,0,9001,,,,,,
+3407,Hong Kong 1963 Grid System,9005,4738,19896,9806,1,0,8802,114.10428,9110,8801,22.184368,9110,8806,132033.92,9005,8807,62565.96,9005,,,,,,,,,
+3408,NSIDC EASE-Grid North,9001,4053,19867,9821,1,0,8828,90,9102,8806,0,9001,8807,0,9001,8829,0,9102,,,,,,,,,
+3409,NSIDC EASE-Grid South,9001,4053,19868,9821,1,0,8828,-90,9102,8806,0,9001,8829,0,9102,8807,0,9001,,,,,,,,,
+3410,NSIDC EASE-Grid Global,9001,4053,19869,9834,1,0,8807,0,9001,8823,30,9102,8802,0,9102,8806,0,9001,,,,,,,,,
+3411,NSIDC Sea Ice Polar Stereographic North,9001,4054,19865,9829,1,0,8806,0,9001,8807,0,9001,8833,-45,9102,8832,70,9102,,,,,,,,,
+3412,NSIDC Sea Ice Polar Stereographic South,9001,4054,19866,9829,1,0,8807,0,9001,8833,0,9102,8806,0,9001,8832,-70,9102,,,,,,,,,
+3413,"WGS 84 / NSIDC Sea Ice Polar Stereographic North",9001,4326,19865,9829,1,0,8806,0,9001,8807,0,9001,8833,-45,9102,8832,70,9102,,,,,,,,,
+3414,"SVY21 / Singapore TM",9001,4757,19864,9807,1,0,8802,103.5,9110,8807,38744.572,9001,8801,1.22,9110,8806,28001.642,9001,8805,1,9201,,,,,,
+3415,"WGS 72BE / South China Sea Lambert",9001,4324,19863,9802,1,0,8826,500000,9001,8821,21,9102,8823,18,9102,8827,500000,9001,8822,114,9102,8824,24,9102,,,
+3416,"ETRS89 / Austria Lambert",9001,4258,19947,9802,1,0,8827,400000,9001,8821,47.3,9110,8824,46,9110,8826,400000,9001,8823,49,9110,8822,13.2,9110,,,
+3417,"NAD83 / Iowa North (ft US)",9003,4269,15377,9802,1,0,8821,41.3,9110,8822,-93.3,9110,8823,43.16,9110,8824,42.04,9110,8826,4921250,9003,8827,3280833.3333,9003,,,
+3418,"NAD83 / Iowa South (ft US)",9003,4269,15378,9802,1,0,8821,40,9110,8822,-93.3,9110,8823,41.47,9110,8824,40.37,9110,8826,1640416.6667,9003,8827,0,9003,,,
+3419,"NAD83 / Kansas North (ft US)",9003,4269,15379,9802,1,0,8821,38.2,9110,8822,-98,9110,8823,39.47,9110,8824,38.43,9110,8826,1312333.3333,9003,8827,0,9003,,,
+3420,"NAD83 / Kansas South (ft US)",9003,4269,15380,9802,1,0,8821,36.4,9110,8822,-98.3,9110,8823,38.34,9110,8824,37.16,9110,8826,1312333.3333,9003,8827,1312333.3333,9003,,,
+3421,"NAD83 / Nevada East (ft US)",9003,4269,15381,9807,1,0,8801,34.45,9110,8802,-115.35,9110,8805,0.9999,9201,8806,656166.6667,9003,8807,26246666.6667,9003,,,,,,
+3422,"NAD83 / Nevada Central (ft US)",9003,4269,15382,9807,1,0,8801,34.45,9110,8802,-116.4,9110,8805,0.9999,9201,8806,1640416.6667,9003,8807,19685000,9003,,,,,,
+3423,"NAD83 / Nevada West (ft US)",9003,4269,15383,9807,1,0,8801,34.45,9110,8802,-118.35,9110,8805,0.9999,9201,8806,2624666.6667,9003,8807,13123333.3333,9003,,,,,,
+3424,"NAD83 / New Jersey (ft US)",9003,4269,15384,9807,1,0,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,492125,9003,8807,0,9003,,,,,,
+3425,"NAD83(HARN) / Iowa North (ft US)",9003,4152,15377,9802,1,0,8821,41.3,9110,8822,-93.3,9110,8823,43.16,9110,8824,42.04,9110,8826,4921250,9003,8827,3280833.3333,9003,,,
+3426,"NAD83(HARN) / Iowa South (ft US)",9003,4152,15378,9802,1,0,8821,40,9110,8822,-93.3,9110,8823,41.47,9110,8824,40.37,9110,8826,1640416.6667,9003,8827,0,9003,,,
+3427,"NAD83(HARN) / Kansas North (ft US)",9003,4152,15379,9802,1,0,8821,38.2,9110,8822,-98,9110,8823,39.47,9110,8824,38.43,9110,8826,1312333.3333,9003,8827,0,9003,,,
+3428,"NAD83(HARN) / Kansas South (ft US)",9003,4152,15380,9802,1,0,8821,36.4,9110,8822,-98.3,9110,8823,38.34,9110,8824,37.16,9110,8826,1312333.3333,9003,8827,1312333.3333,9003,,,
+3429,"NAD83(HARN) / Nevada East (ft US)",9003,4152,15381,9807,1,0,8801,34.45,9110,8802,-115.35,9110,8805,0.9999,9201,8806,656166.6667,9003,8807,26246666.6667,9003,,,,,,
+3430,"NAD83(HARN) / Nevada Central (ft US)",9003,4152,15382,9807,1,0,8801,34.45,9110,8802,-116.4,9110,8805,0.9999,9201,8806,1640416.6667,9003,8807,19685000,9003,,,,,,
+3431,"NAD83(HARN) / Nevada West (ft US)",9003,4152,15383,9807,1,0,8801,34.45,9110,8802,-118.35,9110,8805,0.9999,9201,8806,2624666.6667,9003,8807,13123333.3333,9003,,,,,,
+3432,"NAD83(HARN) / New Jersey (ft US)",9003,4152,15384,9807,1,0,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,492125,9003,8807,0,9003,,,,,,
+3433,"NAD83 / Arkansas North (ftUS)",9003,4269,15385,9802,1,0,8821,34.2,9110,8822,-92,9110,8823,36.14,9110,8824,34.56,9110,8826,1312333.3333,9003,8827,0,9003,,,
+3434,"NAD83 / Arkansas South (ftUS)",9003,4269,15386,9802,1,0,8821,32.4,9110,8822,-92,9110,8823,34.46,9110,8824,33.18,9110,8826,1312333.3333,9003,8827,1312333.3333,9003,,,
+3435,"NAD83 / Illinois East (ftUS)",9003,4269,15387,9807,1,0,8801,36.4,9110,8802,-88.2,9110,8805,0.999975,9201,8806,984250,9003,8807,0,9003,,,,,,
+3436,"NAD83 / Illinois West (ftUS)",9003,4269,15388,9807,1,0,8801,36.4,9110,8802,-90.1,9110,8805,0.999941177,9201,8806,2296583.3333,9003,8807,0,9003,,,,,,
+3437,"NAD83 / New Hampshire (ftUS)",9003,4269,15389,9807,1,0,8801,42.3,9110,8802,-71.4,9110,8805,0.999966667,9201,8806,984250,9003,8807,0,9003,,,,,,
+3438,"NAD83 / Rhode Island (ftUS)",9003,4269,15390,9807,1,0,8801,41.05,9110,8802,-71.3,9110,8805,0.99999375,9201,8806,328083.3333,9003,8807,0,9003,,,,,,
+3439,"PSD93 / UTM zone 39N",9001,4134,16039,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,51,9102,,,,,,
+3440,"PSD93 / UTM zone 40N",9001,4134,16040,9807,1,0,8802,57,9102,8801,0,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
+3441,"NAD83(HARN) / Arkansas North (ftUS)",9003,4152,15385,9802,1,0,8821,34.2,9110,8822,-92,9110,8823,36.14,9110,8824,34.56,9110,8826,1312333.3333,9003,8827,0,9003,,,
+3442,"NAD83(HARN) / Arkansas South (ftUS)",9003,4152,15386,9802,1,0,8821,32.4,9110,8822,-92,9110,8823,34.46,9110,8824,33.18,9110,8826,1312333.3333,9003,8827,1312333.3333,9003,,,
+3443,"NAD83(HARN) / Illinois East (ftUS)",9003,4152,15387,9807,1,0,8801,36.4,9110,8802,-88.2,9110,8805,0.999975,9201,8806,984250,9003,8807,0,9003,,,,,,
+3444,"NAD83(HARN) / Illinois West (ftUS)",9003,4152,15388,9807,1,0,8801,36.4,9110,8802,-90.1,9110,8805,0.999941177,9201,8806,2296583.3333,9003,8807,0,9003,,,,,,
+3445,"NAD83(HARN) / New Hampshire (ftUS)",9003,4152,15389,9807,1,0,8801,42.3,9110,8802,-71.4,9110,8805,0.999966667,9201,8806,984250,9003,8807,0,9003,,,,,,
+3446,"NAD83(HARN) / Rhode Island (ftUS)",9003,4152,15390,9807,1,0,8801,41.05,9110,8802,-71.3,9110,8805,0.99999375,9201,8806,328083.3333,9003,8807,0,9003,,,,,,
+3447,"ETRS89 / Belgian Lambert 2005",9001,4258,19862,9802,1,0,8824,51.1,9110,8827,166262,9001,8821,50.4752134,9110,8823,49.5,9110,8822,4.2133177,9110,8826,150328,9001,,,
+3448,"JAD2001 / Jamaica Metric Grid",9001,4758,19860,9801,1,0,8802,-77,9102,8806,750000,9001,8805,1,9201,8807,650000,9001,8801,18,9102,,,,,,
+3449,"JAD2001 / UTM zone 17N",9001,4758,16017,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+3450,"JAD2001 / UTM zone 18N",9001,4758,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+3451,"NAD83 / Louisiana North (ftUS)",9003,4269,15391,9802,1,0,8821,30.3,9110,8822,-92.3,9110,8823,32.4,9110,8824,31.1,9110,8826,3280833.3333,9003,8827,0,9003,,,
+3452,"NAD83 / Louisiana South (ftUS)",9003,4269,15392,9802,1,0,8821,28.3,9110,8822,-91.2,9110,8823,30.42,9110,8824,29.18,9110,8826,3280833.3333,9003,8827,0,9003,,,
+3453,"NAD83 / Louisiana Offshore (ftUS)",9003,4269,15393,9802,1,0,8821,25.3,9110,8822,-91.2,9110,8823,27.5,9110,8824,26.1,9110,8826,3280833.3333,9003,8827,0,9003,,,
+3454,"NAD83 / South Dakota North (ftUS)",9003,4269,15395,9802,1,0,8821,42.2,9110,8822,-100.2,9110,8823,44.24,9110,8824,42.5,9110,8826,1968500,9003,8827,0,9003,,,
+3455,"NAD83 / South Dakota South (ftUS)",9003,4269,15395,9802,1,0,8821,42.2,9110,8822,-100.2,9110,8823,44.24,9110,8824,42.5,9110,8826,1968500,9003,8827,0,9003,,,
+3456,"NAD83(HARN) / Louisiana North (ftUS)",9003,4152,15391,9802,1,0,8821,30.3,9110,8822,-92.3,9110,8823,32.4,9110,8824,31.1,9110,8826,3280833.3333,9003,8827,0,9003,,,
+3457,"NAD83(HARN) / Louisiana South (ftUS)",9003,4152,15392,9802,1,0,8821,28.3,9110,8822,-91.2,9110,8823,30.42,9110,8824,29.18,9110,8826,3280833.3333,9003,8827,0,9003,,,
+3458,"NAD83(HARN) / South Dakota North (ftUS)",9003,4152,15394,9802,1,0,8821,43.5,9110,8822,-100,9110,8823,45.41,9110,8824,44.25,9110,8826,1968500,9003,8827,0,9003,,,
+3459,"NAD83(HARN) / South Dakota South (ftUS)",9003,4152,15395,9802,1,0,8821,42.2,9110,8822,-100.2,9110,8823,44.24,9110,8824,42.5,9110,8826,1968500,9003,8827,0,9003,,,
+3460,"Fiji 1986 / Fiji Map Grid",9001,4720,19859,9807,1,0,8801,-17,9110,8806,2000000,9001,8807,4000000,9001,8802,178.45,9110,8805,0.99985,9201,,,,,,
+3461,"Dabola 1981 / UTM zone 28N",9001,4155,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+3462,"Dabola 1981 / UTM zone 29N",9001,4155,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+3463,"NAD83 / Maine CS2000 Central",9001,4269,11854,9807,1,0,8801,43.3,9110,8802,-69.073,9110,8805,0.99998,9201,8806,500000,9001,8807,0,9001,,,,,,
+3464,"NAD83(HARN) / Maine CS2000 Central",9001,4152,11854,9807,1,0,8801,43.3,9110,8802,-69.073,9110,8805,0.99998,9201,8806,500000,9001,8807,0,9001,,,,,,
+3465,"NAD83(NSRS2007) / Alabama East",9001,4759,10131,9807,1,0,8801,30.3,9110,8802,-85.5,9110,8805,0.99996,9201,8806,200000,9001,8807,0,9001,,,,,,
+3466,"NAD83(NSRS2007) / Alabama West",9001,4759,10132,9807,1,0,8801,30,9110,8802,-87.3,9110,8805,0.999933333,9201,8806,600000,9001,8807,0,9001,,,,,,
+3467,"NAD83(NSRS2007) / Alaska Albers",9001,4759,15021,9822,1,0,8821,50,9102,8822,-154,9102,8823,55,9102,8824,65,9102,8826,0,9001,8827,0,9001,,,
+3468,"NAD83(NSRS2007) / Alaska zone 1",9001,4759,15031,9812,1,0,8806,5000000,9001,8807,-5000000,9001,8811,57,9110,8812,-133.4,9110,8813,323.07483685,9110,8814,323.07483685,9110,8815,0.9999,9201
+3469,"NAD83(NSRS2007) / Alaska zone 2",9001,4759,15032,9807,1,0,8801,54,9102,8802,-142,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+3470,"NAD83(NSRS2007) / Alaska zone 3",9001,4759,15033,9807,1,0,8801,54,9102,8802,-146,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+3471,"NAD83(NSRS2007) / Alaska zone 4",9001,4759,15034,9807,1,0,8801,54,9102,8802,-150,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+3472,"NAD83(NSRS2007) / Alaska zone 5",9001,4759,15035,9807,1,0,8801,54,9102,8802,-154,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+3473,"NAD83(NSRS2007) / Alaska zone 6",9001,4759,15036,9807,1,0,8801,54,9102,8802,-158,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+3474,"NAD83(NSRS2007) / Alaska zone 7",9001,4759,15037,9807,1,0,8801,54,9102,8802,-162,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+3475,"NAD83(NSRS2007) / Alaska zone 8",9001,4759,15038,9807,1,0,8801,54,9102,8802,-166,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+3476,"NAD83(NSRS2007) / Alaska zone 9",9001,4759,15039,9807,1,0,8801,54,9102,8802,-170,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+3477,"NAD83(NSRS2007) / Alaska zone 10",9001,4759,15040,9802,1,0,8821,51,9110,8822,-176,9110,8823,53.5,9110,8824,51.5,9110,8826,1000000,9001,8827,0,9001,,,
+3478,"NAD83(NSRS2007) / Arizona Central",9001,4759,10232,9807,1,0,8801,31,9110,8802,-111.55,9110,8805,0.9999,9201,8806,213360,9001,8807,0,9001,,,,,,
+3479,"NAD83(NSRS2007) / Arizona Central (ft)",9002,4759,15305,9807,1,0,8801,31,9110,8802,-111.55,9110,8805,0.9999,9201,8806,700000,9002,8807,0,9002,,,,,,
+3480,"NAD83(NSRS2007) / Arizona East",9001,4759,10231,9807,1,0,8801,31,9110,8802,-110.1,9110,8805,0.9999,9201,8806,213360,9001,8807,0,9001,,,,,,
+3481,"NAD83(NSRS2007) / Arizona East (ft)",9002,4759,15304,9807,1,0,8801,31,9110,8802,-110.1,9110,8805,0.9999,9201,8806,700000,9002,8807,0,9002,,,,,,
+3482,"NAD83(NSRS2007) / Arizona West",9001,4759,10233,9807,1,0,8801,31,9110,8802,-113.45,9110,8805,0.999933333,9201,8806,213360,9001,8807,0,9001,,,,,,
+3483,"NAD83(NSRS2007) / Arizona West (ft)",9002,4759,15306,9807,1,0,8801,31,9110,8802,-113.45,9110,8805,0.999933333,9201,8806,700000,9002,8807,0,9002,,,,,,
+3484,"NAD83(NSRS2007) / Arkansas North",9001,4759,10331,9802,1,0,8821,34.2,9110,8822,-92,9110,8823,36.14,9110,8824,34.56,9110,8826,400000,9001,8827,0,9001,,,
+3485,"NAD83(NSRS2007) / Arkansas North (ftUS)",9003,4759,15385,9802,1,0,8821,34.2,9110,8822,-92,9110,8823,36.14,9110,8824,34.56,9110,8826,1312333.3333,9003,8827,0,9003,,,
+3486,"NAD83(NSRS2007) / Arkansas South",9001,4759,10332,9802,1,0,8821,32.4,9110,8822,-92,9110,8823,34.46,9110,8824,33.18,9110,8826,400000,9001,8827,400000,9001,,,
+3487,"NAD83(NSRS2007) / Arkansas South (ftUS)",9003,4759,15386,9802,1,0,8821,32.4,9110,8822,-92,9110,8823,34.46,9110,8824,33.18,9110,8826,1312333.3333,9003,8827,1312333.3333,9003,,,
+3488,"NAD83(NSRS2007) / California Albers",9001,4759,10420,9822,1,0,8821,0,9102,8822,-120,9102,8823,34,9102,8824,40.5,9102,8826,0,9001,8827,-4000000,9001,,,
+3489,"NAD83(NSRS2007) / California zone 1",9001,4759,10431,9802,1,0,8821,39.2,9110,8822,-122,9110,8823,41.4,9110,8824,40,9110,8826,2000000,9001,8827,500000,9001,,,
+3490,"NAD83(NSRS2007) / California zone 1 (ftUS)",9003,4759,15307,9802,1,0,8821,39.2,9110,8822,-122,9110,8823,41.4,9110,8824,40,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+3491,"NAD83(NSRS2007) / California zone 2",9001,4759,10432,9802,1,0,8821,37.4,9110,8822,-122,9110,8823,39.5,9110,8824,38.2,9110,8826,2000000,9001,8827,500000,9001,,,
+3492,"NAD83(NSRS2007) / California zone 2 (ftUS)",9003,4759,15308,9802,1,0,8821,37.4,9110,8822,-122,9110,8823,39.5,9110,8824,38.2,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+3493,"NAD83(NSRS2007) / California zone 3",9001,4759,10433,9802,1,0,8821,36.3,9110,8822,-120.3,9110,8823,38.26,9110,8824,37.04,9110,8826,2000000,9001,8827,500000,9001,,,
+3494,"NAD83(NSRS2007) / California zone 3 (ftUS)",9003,4759,15309,9802,1,0,8821,36.3,9110,8822,-120.3,9110,8823,38.26,9110,8824,37.04,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+3495,"NAD83(NSRS2007) / California zone 4",9001,4759,10434,9802,1,0,8821,35.2,9110,8822,-119,9110,8823,37.15,9110,8824,36,9110,8826,2000000,9001,8827,500000,9001,,,
+3496,"NAD83(NSRS2007) / California zone 4 (ftUS)",9003,4759,15310,9802,1,0,8821,35.2,9110,8822,-119,9110,8823,37.15,9110,8824,36,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+3497,"NAD83(NSRS2007) / California zone 5",9001,4759,10435,9802,1,0,8821,33.3,9110,8822,-118,9110,8823,35.28,9110,8824,34.02,9110,8826,2000000,9001,8827,500000,9001,,,
+3498,"NAD83(NSRS2007) / California zone 5 (ftUS)",9003,4759,15311,9802,1,0,8821,33.3,9110,8822,-118,9110,8823,35.28,9110,8824,34.02,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+3499,"NAD83(NSRS2007) / California zone 6",9001,4759,10436,9802,1,0,8821,32.1,9110,8822,-116.15,9110,8823,33.53,9110,8824,32.47,9110,8826,2000000,9001,8827,500000,9001,,,
+3500,"NAD83(NSRS2007) / California zone 6 (ftUS)",9003,4759,15312,9802,1,0,8821,32.1,9110,8822,-116.15,9110,8823,33.53,9110,8824,32.47,9110,8826,6561666.667,9003,8827,1640416.667,9003,,,
+3501,"NAD83(NSRS2007) / Colorado Central",9001,4759,10532,9802,1,0,8821,37.5,9110,8822,-105.3,9110,8823,39.45,9110,8824,38.27,9110,8826,914401.8289,9001,8827,304800.6096,9001,,,
+3502,"NAD83(NSRS2007) / Colorado Central (ftUS)",9003,4759,15314,9802,1,0,8821,37.5,9110,8822,-105.3,9110,8823,39.45,9110,8824,38.27,9110,8826,3000000,9003,8827,1000000,9003,,,
+3503,"NAD83(NSRS2007) / Colorado North",9001,4759,10531,9802,1,0,8821,39.2,9110,8822,-105.3,9110,8823,40.47,9110,8824,39.43,9110,8826,914401.8289,9001,8827,304800.6096,9001,,,
+3504,"NAD83(NSRS2007) / Colorado North (ftUS)",9003,4759,15313,9802,1,0,8821,39.2,9110,8822,-105.3,9110,8823,40.47,9110,8824,39.43,9110,8826,3000000,9003,8827,1000000,9003,,,
+3505,"NAD83(NSRS2007) / Colorado South",9001,4759,10533,9802,1,0,8821,36.4,9110,8822,-105.3,9110,8823,38.26,9110,8824,37.14,9110,8826,914401.8289,9001,8827,304800.6096,9001,,,
+3506,"NAD83(NSRS2007) / Colorado South (ftUS)",9003,4759,15315,9802,1,0,8821,36.4,9110,8822,-105.3,9110,8823,38.26,9110,8824,37.14,9110,8826,3000000,9003,8827,1000000,9003,,,
+3507,"NAD83(NSRS2007) / Connecticut",9001,4759,10630,9802,1,0,8821,40.5,9110,8822,-72.45,9110,8823,41.52,9110,8824,41.12,9110,8826,304800.6096,9001,8827,152400.3048,9001,,,
+3508,"NAD83(NSRS2007) / Connecticut (ftUS)",9003,4759,15316,9802,1,0,8821,40.5,9110,8822,-72.45,9110,8823,41.52,9110,8824,41.12,9110,8826,1000000,9003,8827,500000,9003,,,
+3509,"NAD83(NSRS2007) / Delaware",9001,4759,10730,9807,1,0,8801,38,9110,8802,-75.25,9110,8805,0.999995,9201,8806,200000,9001,8807,0,9001,,,,,,
+3510,"NAD83(NSRS2007) / Delaware (ftUS)",9003,4759,15317,9807,1,0,8801,38,9110,8802,-75.25,9110,8805,0.999995,9201,8806,656166.667,9003,8807,0,9003,,,,,,
+3511,"NAD83(NSRS2007) / Florida East",9001,4759,10931,9807,1,0,8801,24.2,9110,8802,-81,9110,8805,0.999941177,9201,8806,200000,9001,8807,0,9001,,,,,,
+3512,"NAD83(NSRS2007) / Florida East (ftUS)",9003,4759,15318,9807,1,0,8801,24.2,9110,8802,-81,9110,8805,0.999941177,9201,8806,656166.667,9003,8807,0,9003,,,,,,
+3513,"NAD83(NSRS2007) / Florida GDL Albers",9001,4759,10934,9822,1,0,8821,24,9110,8822,-84,9110,8823,24,9110,8824,31.3,9110,8826,400000,9001,8827,0,9001,,,
+3514,"NAD83(NSRS2007) / Florida North",9001,4759,10933,9802,1,0,8821,29,9110,8822,-84.3,9110,8823,30.45,9110,8824,29.35,9110,8826,600000,9001,8827,0,9001,,,
+3515,"NAD83(NSRS2007) / Florida North (ftUS)",9003,4759,15320,9802,1,0,8821,29,9110,8822,-84.3,9110,8823,30.45,9110,8824,29.35,9110,8826,1968500,9003,8827,0,9003,,,
+3516,"NAD83(NSRS2007) / Florida West",9001,4759,10932,9807,1,0,8801,24.2,9110,8802,-82,9110,8805,0.999941177,9201,8806,200000,9001,8807,0,9001,,,,,,
+3517,"NAD83(NSRS2007) / Florida West (ftUS)",9003,4759,15319,9807,1,0,8801,24.2,9110,8802,-82,9110,8805,0.999941177,9201,8806,656166.667,9003,8807,0,9003,,,,,,
+3518,"NAD83(NSRS2007) / Georgia East",9001,4759,11031,9807,1,0,8801,30,9110,8802,-82.1,9110,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
+3519,"NAD83(NSRS2007) / Georgia East (ftUS)",9003,4759,15321,9807,1,0,8801,30,9110,8802,-82.1,9110,8805,0.9999,9201,8806,656166.667,9003,8807,0,9003,,,,,,
+3520,"NAD83(NSRS2007) / Georgia West",9001,4759,11032,9807,1,0,8801,30,9110,8802,-84.1,9110,8805,0.9999,9201,8806,700000,9001,8807,0,9001,,,,,,
+3521,"NAD83(NSRS2007) / Georgia West (ftUS)",9003,4759,15322,9807,1,0,8801,30,9110,8802,-84.1,9110,8805,0.9999,9201,8806,2296583.333,9003,8807,0,9003,,,,,,
+3522,"NAD83(NSRS2007) / Idaho Central",9001,4759,11132,9807,1,0,8801,41.4,9110,8802,-114,9110,8805,0.999947368,9201,8806,500000,9001,8807,0,9001,,,,,,
+3523,"NAD83(NSRS2007) / Idaho Central (ftUS)",9003,4759,15324,9807,1,0,8801,41.4,9110,8802,-114,9110,8805,0.999947368,9201,8806,1640416.667,9003,8807,0,9003,,,,,,
+3524,"NAD83(NSRS2007) / Idaho East",9001,4759,11131,9807,1,0,8801,41.4,9110,8802,-112.1,9110,8805,0.999947368,9201,8806,200000,9001,8807,0,9001,,,,,,
+3525,"NAD83(NSRS2007) / Idaho East (ftUS)",9003,4759,15323,9807,1,0,8801,41.4,9110,8802,-112.1,9110,8805,0.999947368,9201,8806,656166.667,9003,8807,0,9003,,,,,,
+3526,"NAD83(NSRS2007) / Idaho West",9001,4759,11133,9807,1,0,8801,41.4,9110,8802,-115.45,9110,8805,0.999933333,9201,8806,800000,9001,8807,0,9001,,,,,,
+3527,"NAD83(NSRS2007) / Idaho West (ftUS)",9003,4759,15325,9807,1,0,8801,41.4,9110,8802,-115.45,9110,8805,0.999933333,9201,8806,2624666.667,9003,8807,0,9003,,,,,,
+3528,"NAD83(NSRS2007) / Illinois East",9001,4759,11231,9807,1,0,8801,36.4,9110,8802,-88.2,9110,8805,0.999975,9201,8806,300000,9001,8807,0,9001,,,,,,
+3529,"NAD83(NSRS2007) / Illinois East (ftUS)",9003,4759,15387,9807,1,0,8801,36.4,9110,8802,-88.2,9110,8805,0.999975,9201,8806,984250,9003,8807,0,9003,,,,,,
+3530,"NAD83(NSRS2007) / Illinois West",9001,4759,11232,9807,1,0,8801,36.4,9110,8802,-90.1,9110,8805,0.999941177,9201,8806,700000,9001,8807,0,9001,,,,,,
+3531,"NAD83(NSRS2007) / Illinois West (ftUS)",9003,4759,15388,9807,1,0,8801,36.4,9110,8802,-90.1,9110,8805,0.999941177,9201,8806,2296583.3333,9003,8807,0,9003,,,,,,
+3532,"NAD83(NSRS2007) / Indiana East",9001,4759,11331,9807,1,0,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,100000,9001,8807,250000,9001,,,,,,
+3533,"NAD83(NSRS2007) / Indiana East (ftUS)",9003,4759,15372,9807,1,0,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,328083.333,9003,8807,820208.333,9003,,,,,,
+3534,"NAD83(NSRS2007) / Indiana West",9001,4759,11332,9807,1,0,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,900000,9001,8807,250000,9001,,,,,,
+3535,"NAD83(NSRS2007) / Indiana West (ftUS)",9003,4759,15373,9807,1,0,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,2952750,9003,8807,820208.333,9003,,,,,,
+3536,"NAD83(NSRS2007) / Iowa North",9001,4759,11431,9802,1,0,8821,41.3,9110,8822,-93.3,9110,8823,43.16,9110,8824,42.04,9110,8826,1500000,9001,8827,1000000,9001,,,
+3537,"NAD83(NSRS2007) / Iowa North (ft US)",9003,4759,15377,9802,1,0,8821,41.3,9110,8822,-93.3,9110,8823,43.16,9110,8824,42.04,9110,8826,4921250,9003,8827,3280833.3333,9003,,,
+3538,"NAD83(NSRS2007) / Iowa South",9001,4759,11432,9802,1,0,8821,40,9110,8822,-93.3,9110,8823,41.47,9110,8824,40.37,9110,8826,500000,9001,8827,0,9001,,,
+3539,"NAD83(NSRS2007) / Iowa South (ft US)",9003,4759,15378,9802,1,0,8821,40,9110,8822,-93.3,9110,8823,41.47,9110,8824,40.37,9110,8826,1640416.6667,9003,8827,0,9003,,,
+3540,"NAD83(NSRS2007) / Kansas North",9001,4759,11531,9802,1,0,8821,38.2,9110,8822,-98,9110,8823,39.47,9110,8824,38.43,9110,8826,400000,9001,8827,0,9001,,,
+3541,"NAD83(NSRS2007) / Kansas North (ft US)",9003,4759,15379,9802,1,0,8821,38.2,9110,8822,-98,9110,8823,39.47,9110,8824,38.43,9110,8826,1312333.3333,9003,8827,0,9003,,,
+3542,"NAD83(NSRS2007) / Kansas South",9001,4759,11532,9802,1,0,8821,36.4,9110,8822,-98.3,9110,8823,38.34,9110,8824,37.16,9110,8826,400000,9001,8827,400000,9001,,,
+3543,"NAD83(NSRS2007) / Kansas South (ft US)",9003,4759,15380,9802,1,0,8821,36.4,9110,8822,-98.3,9110,8823,38.34,9110,8824,37.16,9110,8826,1312333.3333,9003,8827,1312333.3333,9003,,,
+3544,"NAD83(NSRS2007) / Kentucky North",9001,4759,15303,9802,1,0,8821,37.3,9110,8822,-84.15,9110,8823,37.58,9110,8824,38.58,9110,8826,500000,9001,8827,0,9001,,,
+3545,"NAD83(NSRS2007) / Kentucky North (ftUS)",9003,4759,15328,9802,1,0,8821,37.3,9110,8822,-84.15,9110,8823,37.58,9110,8824,38.58,9110,8826,1640416.667,9003,8827,0,9003,,,
+3546,"NAD83(NSRS2007) / Kentucky Single Zone",9001,4759,11630,9802,1,0,8821,36.2,9110,8822,-85.45,9110,8823,37.05,9110,8824,38.4,9110,8826,1500000,9001,8827,1000000,9001,,,
+3547,"NAD83(NSRS2007) / Kentucky Single Zone (ftUS)",9003,4759,15375,9802,1,0,8821,36.2,9110,8822,-85.45,9110,8823,37.05,9110,8824,38.4,9110,8826,4921250,9003,8827,3280833.333,9003,,,
+3548,"NAD83(NSRS2007) / Kentucky South",9001,4759,11632,9802,1,0,8821,36.2,9110,8822,-85.45,9110,8823,37.56,9110,8824,36.44,9110,8826,500000,9001,8827,500000,9001,,,
+3549,"NAD83(NSRS2007) / Kentucky South (ftUS)",9003,4759,15329,9802,1,0,8821,36.2,9110,8822,-85.45,9110,8823,37.56,9110,8824,36.44,9110,8826,1640416.667,9003,8827,1640416.667,9003,,,
+3550,"NAD83(NSRS2007) / Louisiana North",9001,4759,11731,9802,1,0,8821,30.3,9110,8822,-92.3,9110,8823,32.4,9110,8824,31.1,9110,8826,1000000,9001,8827,0,9001,,,
+3551,"NAD83(NSRS2007) / Louisiana North (ftUS)",9003,4759,15391,9802,1,0,8821,30.3,9110,8822,-92.3,9110,8823,32.4,9110,8824,31.1,9110,8826,3280833.3333,9003,8827,0,9003,,,
+3552,"NAD83(NSRS2007) / Louisiana South",9001,4759,11732,9802,1,0,8821,28.3,9110,8822,-91.2,9110,8823,30.42,9110,8824,29.18,9110,8826,1000000,9001,8827,0,9001,,,
+3553,"NAD83(NSRS2007) / Louisiana South (ftUS)",9003,4759,15392,9802,1,0,8821,28.3,9110,8822,-91.2,9110,8823,30.42,9110,8824,29.18,9110,8826,3280833.3333,9003,8827,0,9003,,,
+3554,"NAD83(NSRS2007) / Maine CS2000 Central",9001,4759,11854,9807,1,0,8801,43.3,9110,8802,-69.073,9110,8805,0.99998,9201,8806,500000,9001,8807,0,9001,,,,,,
+3555,"NAD83(NSRS2007) / Maine CS2000 East",9001,4759,11851,9807,1,0,8801,43.5,9110,8802,-67.523,9110,8805,0.99998,9201,8806,700000,9001,8807,0,9001,,,,,,
+3556,"NAD83(NSRS2007) / Maine CS2000 West",9001,4759,11853,9807,1,0,8801,42.5,9110,8802,-70.223,9110,8805,0.99998,9201,8806,300000,9001,8807,0,9001,,,,,,
+3557,"NAD83(NSRS2007) / Maine East",9001,4759,11831,9807,1,0,8801,43.4,9110,8802,-68.3,9110,8805,0.9999,9201,8806,300000,9001,8807,0,9001,,,,,,
+3558,"NAD83(NSRS2007) / Maine West",9001,4759,11832,9807,1,0,8801,42.5,9110,8802,-70.1,9110,8805,0.999966667,9201,8806,900000,9001,8807,0,9001,,,,,,
+3559,"NAD83(NSRS2007) / Maryland",9001,4759,11930,9802,1,0,8821,37.4,9110,8822,-77,9110,8823,39.27,9110,8824,38.18,9110,8826,400000,9001,8827,0,9001,,,
+3560,"NAD83 / Utah North (ftUS)",9003,4269,15297,9802,0,0,8821,40.2,9110,8822,-111.3,9110,8823,41.47,9110,8824,40.43,9110,8826,1640416.6667,9003,8827,3280833.3333,9003,,,
+3561,"Old Hawaiian / Hawaii zone 1",9003,4135,15101,9807,1,0,8801,18.5,9110,8802,-155.3,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
+3562,"Old Hawaiian / Hawaii zone 2",9003,4135,15102,9807,1,0,8801,20.2,9110,8802,-156.4,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
+3563,"Old Hawaiian / Hawaii zone 3",9003,4135,15103,9807,1,0,8801,21.1,9110,8802,-158,9110,8805,0.99999,9201,8806,500000,9003,8807,0,9003,,,,,,
+3564,"Old Hawaiian / Hawaii zone 4",9003,4135,15104,9807,1,0,8801,21.5,9110,8802,-159.3,9110,8805,0.99999,9201,8806,500000,9003,8807,0,9003,,,,,,
+3565,"Old Hawaiian / Hawaii zone 5",9003,4135,15105,9807,1,0,8801,21.4,9110,8802,-160.1,9110,8805,1,9201,8806,500000,9003,8807,0,9003,,,,,,
+3566,"NAD83 / Utah Central (ftUS)",9003,4269,15298,9802,0,0,8821,38.2,9110,8822,-111.3,9110,8823,40.39,9110,8824,39.01,9110,8826,1640416.6667,9003,8827,6561666.6667,9003,,,
+3567,"NAD83 / Utah South (ftUS)",9003,4269,15299,9802,0,0,8821,36.4,9110,8822,-111.3,9110,8823,38.21,9110,8824,37.13,9110,8826,1640416.6667,9003,8827,9842500,9003,,,
+3568,"NAD83(HARN) / Utah North (ftUS)",9003,4152,15297,9802,0,0,8821,40.2,9110,8822,-111.3,9110,8823,41.47,9110,8824,40.43,9110,8826,1640416.6667,9003,8827,3280833.3333,9003,,,
+3569,"NAD83(HARN) / Utah Central (ftUS)",9003,4152,15298,9802,0,0,8821,38.2,9110,8822,-111.3,9110,8823,40.39,9110,8824,39.01,9110,8826,1640416.6667,9003,8827,6561666.6667,9003,,,
+3570,"NAD83(HARN) / Utah South (ftUS)",9003,4152,15299,9802,0,0,8821,36.4,9110,8822,-111.3,9110,8823,38.21,9110,8824,37.13,9110,8826,1640416.6667,9003,8827,9842500,9003,,,
+3571,"WGS 84 / North Pole LAEA Bering Sea",9001,4326,17295,9820,1,0,8801,90,9102,8807,0,9001,8806,0,9001,8802,180,9102,,,,,,,,,
+3572,"WGS 84 / North Pole LAEA Alaska",9001,4326,17296,9820,1,0,8801,90,9102,8807,0,9001,8806,0,9001,8802,-150,9102,,,,,,,,,
+3573,"WGS 84 / North Pole LAEA Canada",9001,4326,17297,9820,1,0,8802,-100,9102,8801,90,9102,8807,0,9001,8806,0,9001,,,,,,,,,
+3574,"WGS 84 / North Pole LAEA Atlantic",9001,4326,17298,9820,1,0,8801,90,9102,8802,-40,9102,8807,0,9001,8806,0,9001,,,,,,,,,
+3575,"WGS 84 / North Pole LAEA Europe",9001,4326,17299,9820,1,0,8802,10,9102,8801,90,9102,8807,0,9001,8806,0,9001,,,,,,,,,
+3576,"WGS 84 / North Pole LAEA Russia",9001,4326,17300,9820,1,0,8801,90,9102,8807,0,9001,8806,0,9001,8802,90,9102,,,,,,,,,
+3577,"GDA94 / Australian Albers",9001,4283,17365,9822,1,0,8821,0,9102,8822,132,9102,8824,-36,9102,8823,-18,9102,8826,0,9001,8827,0,9001,,,
+3578,"NAD83 / Yukon Albers",9001,4269,19858,9822,1,0,8824,68,9110,8821,59,9110,8823,61.4,9110,8827,500000,9001,8822,-132.3,9110,8826,500000,9001,,,
+3579,"NAD83(CSRS) / Yukon Albers",9001,4617,19858,9822,1,0,8824,68,9110,8821,59,9110,8823,61.4,9110,8827,500000,9001,8822,-132.3,9110,8826,500000,9001,,,
+3580,"NAD83 / NWT Lambert",9001,4269,19857,9802,1,0,8822,-112,9102,8824,70,9102,8827,0,9001,8823,62,9102,8826,0,9001,8821,0,9102,,,
+3581,"NAD83(CSRS) / NWT Lambert",9001,4617,19857,9802,1,0,8822,-112,9102,8824,70,9102,8827,0,9001,8823,62,9102,8826,0,9001,8821,0,9102,,,
+3582,"NAD83(NSRS2007) / Maryland (ftUS)",9003,4759,15330,9802,1,0,8821,37.4,9110,8822,-77,9110,8823,39.27,9110,8824,38.18,9110,8826,1312333.333,9003,8827,0,9003,,,
+3583,"NAD83(NSRS2007) / Massachusetts Island",9001,4759,12032,9802,1,0,8821,41,9110,8822,-70.3,9110,8823,41.29,9110,8824,41.17,9110,8826,500000,9001,8827,0,9001,,,
+3584,"NAD83(NSRS2007) / Massachusetts Island (ftUS)",9003,4759,15332,9802,1,0,8821,41,9110,8822,-70.3,9110,8823,41.29,9110,8824,41.17,9110,8826,1640416.667,9003,8827,0,9003,,,
+3585,"NAD83(NSRS2007) / Massachusetts Mainland",9001,4759,12031,9802,1,0,8821,41,9110,8822,-71.3,9110,8823,42.41,9110,8824,41.43,9110,8826,200000,9001,8827,750000,9001,,,
+3586,"NAD83(NSRS2007) / Massachusetts Mainland (ftUS)",9003,4759,15331,9802,1,0,8821,41,9110,8822,-71.3,9110,8823,42.41,9110,8824,41.43,9110,8826,656166.667,9003,8827,2460625,9003,,,
+3587,"NAD83(NSRS2007) / Michigan Central",9001,4759,12142,9802,1,0,8821,43.19,9110,8822,-84.22,9110,8823,45.42,9110,8824,44.11,9110,8826,6000000,9001,8827,0,9001,,,
+3588,"NAD83(NSRS2007) / Michigan Central (ft)",9002,4759,15334,9802,1,0,8821,43.19,9110,8822,-84.22,9110,8823,45.42,9110,8824,44.11,9110,8826,19685039.37,9002,8827,0,9002,,,
+3589,"NAD83(NSRS2007) / Michigan North",9001,4759,12141,9802,1,0,8821,44.47,9110,8822,-87,9110,8823,47.05,9110,8824,45.29,9110,8826,8000000,9001,8827,0,9001,,,
+3590,"NAD83(NSRS2007) / Michigan North (ft)",9002,4759,15333,9802,1,0,8821,44.47,9110,8822,-87,9110,8823,47.05,9110,8824,45.29,9110,8826,26246719.16,9002,8827,0,9002,,,
+3591,"NAD83(NSRS2007) / Michigan Oblique Mercator",9001,4759,12150,9812,1,0,8806,2546731.496,9001,8807,-4354009.816,9001,8811,45.1833,9110,8812,-86,9110,8813,337.25556,9102,8814,337.25556,9102,8815,0.9996,9201
+3592,"NAD83(NSRS2007) / Michigan South",9001,4759,12143,9802,1,0,8821,41.3,9110,8822,-84.22,9110,8823,43.4,9110,8824,42.06,9110,8826,4000000,9001,8827,0,9001,,,
+3593,"NAD83(NSRS2007) / Michigan South (ft)",9002,4759,15335,9802,1,0,8821,41.3,9110,8822,-84.22,9110,8823,43.4,9110,8824,42.06,9110,8826,13123359.58,9002,8827,0,9002,,,
+3594,"NAD83(NSRS2007) / Minnesota Central",9001,4759,12232,9802,1,0,8821,45,9110,8822,-94.15,9110,8823,47.03,9110,8824,45.37,9110,8826,800000,9001,8827,100000,9001,,,
+3595,"NAD83(NSRS2007) / Minnesota North",9001,4759,12231,9802,1,0,8821,46.3,9110,8822,-93.06,9110,8823,48.38,9110,8824,47.02,9110,8826,800000,9001,8827,100000,9001,,,
+3596,"NAD83(NSRS2007) / Minnesota South",9001,4759,12233,9802,1,0,8821,43,9110,8822,-94,9110,8823,45.13,9110,8824,43.47,9110,8826,800000,9001,8827,100000,9001,,,
+3597,"NAD83(NSRS2007) / Mississippi East",9001,4759,12331,9807,1,0,8801,29.3,9110,8802,-88.5,9110,8805,0.99995,9201,8806,300000,9001,8807,0,9001,,,,,,
+3598,"NAD83(NSRS2007) / Mississippi East (ftUS)",9003,4759,15336,9807,1,0,8801,29.3,9110,8802,-88.5,9110,8805,0.99995,9201,8806,984250,9003,8807,0,9003,,,,,,
+3599,"NAD83(NSRS2007) / Mississippi West",9001,4759,12332,9807,1,0,8801,29.3,9110,8802,-90.2,9110,8805,0.99995,9201,8806,700000,9001,8807,0,9001,,,,,,
+3600,"NAD83(NSRS2007) / Mississippi West (ftUS)",9003,4759,15337,9807,1,0,8801,29.3,9110,8802,-90.2,9110,8805,0.99995,9201,8806,2296583.333,9003,8807,0,9003,,,,,,
+3601,"NAD83(NSRS2007) / Missouri Central",9001,4759,12432,9807,1,0,8801,35.5,9110,8802,-92.3,9110,8805,0.999933333,9201,8806,500000,9001,8807,0,9001,,,,,,
+3602,"NAD83(NSRS2007) / Missouri East",9001,4759,12431,9807,1,0,8801,35.5,9110,8802,-90.3,9110,8805,0.999933333,9201,8806,250000,9001,8807,0,9001,,,,,,
+3603,"NAD83(NSRS2007) / Missouri West",9001,4759,12433,9807,1,0,8801,36.1,9110,8802,-94.3,9110,8805,0.999941177,9201,8806,850000,9001,8807,0,9001,,,,,,
+3604,"NAD83(NSRS2007) / Montana",9001,4759,12530,9802,1,0,8821,44.15,9110,8822,-109.3,9110,8823,49,9110,8824,45,9110,8826,600000,9001,8827,0,9001,,,
+3605,"NAD83(NSRS2007) / Montana (ft)",9002,4759,15338,9802,1,0,8821,44.15,9110,8822,-109.3,9110,8823,49,9110,8824,45,9110,8826,1968503.937,9002,8827,0,9002,,,
+3606,"NAD83(NSRS2007) / Nebraska",9001,4759,12630,9802,1,0,8821,39.5,9110,8822,-100,9110,8823,43,9110,8824,40,9110,8826,500000,9001,8827,0,9001,,,
+3607,"NAD83(NSRS2007) / Nevada Central",9001,4759,12732,9807,1,0,8801,34.45,9110,8802,-116.4,9110,8805,0.9999,9201,8806,500000,9001,8807,6000000,9001,,,,,,
+3608,"NAD83(NSRS2007) / Nevada Central (ft US)",9003,4759,15382,9807,1,0,8801,34.45,9110,8802,-116.4,9110,8805,0.9999,9201,8806,1640416.6667,9003,8807,19685000,9003,,,,,,
+3609,"NAD83(NSRS2007) / Nevada East",9001,4759,12731,9807,1,0,8801,34.45,9110,8802,-115.35,9110,8805,0.9999,9201,8806,200000,9001,8807,8000000,9001,,,,,,
+3610,"NAD83(NSRS2007) / Nevada East (ft US)",9003,4759,15381,9807,1,0,8801,34.45,9110,8802,-115.35,9110,8805,0.9999,9201,8806,656166.6667,9003,8807,26246666.6667,9003,,,,,,
+3611,"NAD83(NSRS2007) / Nevada West",9001,4759,12733,9807,1,0,8801,34.45,9110,8802,-118.35,9110,8805,0.9999,9201,8806,800000,9001,8807,4000000,9001,,,,,,
+3612,"NAD83(NSRS2007) / Nevada West (ft US)",9003,4759,15383,9807,1,0,8801,34.45,9110,8802,-118.35,9110,8805,0.9999,9201,8806,2624666.6667,9003,8807,13123333.3333,9003,,,,,,
+3613,"NAD83(NSRS2007) / New Hampshire",9001,4759,12830,9807,1,0,8801,42.3,9110,8802,-71.4,9110,8805,0.999966667,9201,8806,300000,9001,8807,0,9001,,,,,,
+3614,"NAD83(NSRS2007) / New Hampshire (ftUS)",9003,4759,15389,9807,1,0,8801,42.3,9110,8802,-71.4,9110,8805,0.999966667,9201,8806,984250,9003,8807,0,9003,,,,,,
+3615,"NAD83(NSRS2007) / New Jersey",9001,4759,12930,9807,1,0,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,150000,9001,8807,0,9001,,,,,,
+3616,"NAD83(NSRS2007) / New Jersey (ft US)",9003,4759,15384,9807,1,0,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,492125,9003,8807,0,9003,,,,,,
+3617,"NAD83(NSRS2007) / New Mexico Central",9001,4759,13032,9807,1,0,8801,31,9110,8802,-106.15,9110,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+3618,"NAD83(NSRS2007) / New Mexico Central (ftUS)",9003,4759,15340,9807,1,0,8801,31,9110,8802,-106.15,9110,8805,0.9999,9201,8806,1640416.667,9003,8807,0,9003,,,,,,
+3619,"NAD83(NSRS2007) / New Mexico East",9001,4759,13031,9807,1,0,8801,31,9110,8802,-104.2,9110,8805,0.999909091,9201,8806,165000,9001,8807,0,9001,,,,,,
+3620,"NAD83(NSRS2007) / New Mexico East (ftUS)",9003,4759,15339,9807,1,0,8801,31,9110,8802,-104.2,9110,8805,0.999909091,9201,8806,541337.5,9003,8807,0,9003,,,,,,
+3621,"NAD83(NSRS2007) / New Mexico West",9001,4759,13033,9807,1,0,8801,31,9110,8802,-107.5,9110,8805,0.999916667,9201,8806,830000,9001,8807,0,9001,,,,,,
+3622,"NAD83(NSRS2007) / New Mexico West (ftUS)",9003,4759,15341,9807,1,0,8801,31,9110,8802,-107.5,9110,8805,0.999916667,9201,8806,2723091.667,9003,8807,0,9003,,,,,,
+3623,"NAD83(NSRS2007) / New York Central",9001,4759,13132,9807,1,0,8801,40,9110,8802,-76.35,9110,8805,0.9999375,9201,8806,250000,9001,8807,0,9001,,,,,,
+3624,"NAD83(NSRS2007) / New York Central (ftUS)",9003,4759,15343,9807,1,0,8801,40,9110,8802,-76.35,9110,8805,0.9999375,9201,8806,820208.333,9003,8807,0,9003,,,,,,
+3625,"NAD83(NSRS2007) / New York East",9001,4759,13131,9807,1,0,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,150000,9001,8807,0,9001,,,,,,
+3626,"NAD83(NSRS2007) / New York East (ftUS)",9003,4759,15342,9807,1,0,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,492125,9003,8807,0,9003,,,,,,
+3627,"NAD83(NSRS2007) / New York Long Island",9001,4759,13134,9802,1,0,8821,40.1,9110,8822,-74,9110,8823,41.02,9110,8824,40.4,9110,8826,300000,9001,8827,0,9001,,,
+3628,"NAD83(NSRS2007) / New York Long Island (ftUS)",9003,4759,15345,9802,1,0,8821,40.1,9110,8822,-74,9110,8823,41.02,9110,8824,40.4,9110,8826,984250,9003,8827,0,9003,,,
+3629,"NAD83(NSRS2007) / New York West",9001,4759,13133,9807,1,0,8801,40,9110,8802,-78.35,9110,8805,0.9999375,9201,8806,350000,9001,8807,0,9001,,,,,,
+3630,"NAD83(NSRS2007) / New York West (ftUS)",9003,4759,15344,9807,1,0,8801,40,9110,8802,-78.35,9110,8805,0.9999375,9201,8806,1148291.667,9003,8807,0,9003,,,,,,
+3631,"NAD83(NSRS2007) / North Carolina",9001,4759,13230,9802,1,0,8821,33.45,9110,8822,-79,9110,8823,36.1,9110,8824,34.2,9110,8826,609601.22,9001,8827,0,9001,,,
+3632,"NAD83(NSRS2007) / North Carolina (ftUS)",9003,4759,15346,9802,1,0,8821,33.45,9110,8822,-79,9110,8823,36.1,9110,8824,34.2,9110,8826,2000000,9003,8827,0,9003,,,
+3633,"NAD83(NSRS2007) / North Dakota North",9001,4759,13331,9802,1,0,8821,47,9110,8822,-100.3,9110,8823,48.44,9110,8824,47.26,9110,8826,600000,9001,8827,0,9001,,,
+3634,"NAD83(NSRS2007) / North Dakota North (ft)",9002,4759,15347,9802,1,0,8821,47,9110,8822,-100.3,9110,8823,48.44,9110,8824,47.26,9110,8826,1968503.937,9002,8827,0,9002,,,
+3635,"NAD83(NSRS2007) / North Dakota South",9001,4759,13332,9802,1,0,8821,45.4,9110,8822,-100.3,9110,8823,47.29,9110,8824,46.11,9110,8826,600000,9001,8827,0,9001,,,
+3636,"NAD83(NSRS2007) / North Dakota South (ft)",9002,4759,15348,9802,1,0,8821,45.4,9110,8822,-100.3,9110,8823,47.29,9110,8824,46.11,9110,8826,1968503.937,9002,8827,0,9002,,,
+3637,"NAD83(NSRS2007) / Ohio North",9001,4759,13431,9802,1,0,8821,39.4,9110,8822,-82.3,9110,8823,41.42,9110,8824,40.26,9110,8826,600000,9001,8827,0,9001,,,
+3638,"NAD83(NSRS2007) / Ohio South",9001,4759,13432,9802,1,0,8821,38,9110,8822,-82.3,9110,8823,40.02,9110,8824,38.44,9110,8826,600000,9001,8827,0,9001,,,
+3639,"NAD83(NSRS2007) / Oklahoma North",9001,4759,13531,9802,1,0,8821,35,9110,8822,-98,9110,8823,36.46,9110,8824,35.34,9110,8826,600000,9001,8827,0,9001,,,
+3640,"NAD83(NSRS2007) / Oklahoma North (ftUS)",9003,4759,15349,9802,1,0,8821,35,9110,8822,-98,9110,8823,36.46,9110,8824,35.34,9110,8826,1968500,9003,8827,0,9003,,,
+3641,"NAD83(NSRS2007) / Oklahoma South",9001,4759,13532,9802,1,0,8821,33.2,9110,8822,-98,9110,8823,35.14,9110,8824,33.56,9110,8826,600000,9001,8827,0,9001,,,
+3642,"NAD83(NSRS2007) / Oklahoma South (ftUS)",9003,4759,15350,9802,1,0,8821,33.2,9110,8822,-98,9110,8823,35.14,9110,8824,33.56,9110,8826,1968500,9003,8827,0,9003,,,
+3643,"NAD83(NSRS2007) / Oregon Lambert",9001,4759,13633,9802,1,0,8821,41.45,9110,8822,-120.3,9110,8823,43,9110,8824,45.3,9110,8826,400000,9001,8827,0,9001,,,
+3644,"NAD83(NSRS2007) / Oregon Lambert (ft)",9002,4759,15374,9802,1,0,8821,41.45,9110,8822,-120.3,9110,8823,43,9110,8824,45.3,9110,8826,1312335.958,9002,8827,0,9002,,,
+3645,"NAD83(NSRS2007) / Oregon North",9001,4759,13631,9802,1,0,8821,43.4,9110,8822,-120.3,9110,8823,46,9110,8824,44.2,9110,8826,2500000,9001,8827,0,9001,,,
+3646,"NAD83(NSRS2007) / Oregon North (ft)",9002,4759,15351,9802,1,0,8821,43.4,9110,8822,-120.3,9110,8823,46,9110,8824,44.2,9110,8826,8202099.738,9002,8827,0,9002,,,
+3647,"NAD83(NSRS2007) / Oregon South",9001,4759,13632,9802,1,0,8821,41.4,9110,8822,-120.3,9110,8823,44,9110,8824,42.2,9110,8826,1500000,9001,8827,0,9001,,,
+3648,"NAD83(NSRS2007) / Oregon South (ft)",9002,4759,15352,9802,1,0,8821,41.4,9110,8822,-120.3,9110,8823,44,9110,8824,42.2,9110,8826,4921259.843,9002,8827,0,9002,,,
+3649,"NAD83(NSRS2007) / Pennsylvania North",9001,4759,13731,9802,1,0,8821,40.1,9110,8822,-77.45,9110,8823,41.57,9110,8824,40.53,9110,8826,600000,9001,8827,0,9001,,,
+3650,"NAD83(NSRS2007) / Pennsylvania North (ftUS)",9003,4759,15353,9802,1,0,8821,40.1,9110,8822,-77.45,9110,8823,41.57,9110,8824,40.53,9110,8826,1968500,9003,8827,0,9003,,,
+3651,"NAD83(NSRS2007) / Pennsylvania South",9001,4759,13732,9802,1,0,8821,39.2,9110,8822,-77.45,9110,8823,40.58,9110,8824,39.56,9110,8826,600000,9001,8827,0,9001,,,
+3652,"NAD83(NSRS2007) / Pennsylvania South (ftUS)",9003,4759,15354,9802,1,0,8821,39.2,9110,8822,-77.45,9110,8823,40.58,9110,8824,39.56,9110,8826,1968500,9003,8827,0,9003,,,
+3653,"NAD83(NSRS2007) / Rhode Island",9001,4759,13830,9807,1,0,8801,41.05,9110,8802,-71.3,9110,8805,0.99999375,9201,8806,100000,9001,8807,0,9001,,,,,,
+3654,"NAD83(NSRS2007) / Rhode Island (ftUS)",9003,4759,15390,9807,1,0,8801,41.05,9110,8802,-71.3,9110,8805,0.99999375,9201,8806,328083.3333,9003,8807,0,9003,,,,,,
+3655,"NAD83(NSRS2007) / South Carolina",9001,4759,13930,9802,1,0,8821,31.5,9110,8822,-81,9110,8823,34.5,9110,8824,32.3,9110,8826,609600,9001,8827,0,9001,,,
+3656,"NAD83(NSRS2007) / South Carolina (ft)",9002,4759,15355,9802,1,0,8821,31.5,9110,8822,-81,9110,8823,34.5,9110,8824,32.3,9110,8826,2000000,9002,8827,0,9002,,,
+3657,"NAD83(NSRS2007) / South Dakota North",9001,4759,14031,9802,1,0,8821,43.5,9110,8822,-100,9110,8823,45.41,9110,8824,44.25,9110,8826,600000,9001,8827,0,9001,,,
+3658,"NAD83(NSRS2007) / South Dakota North (ftUS)",9003,4759,15394,9802,1,0,8821,43.5,9110,8822,-100,9110,8823,45.41,9110,8824,44.25,9110,8826,1968500,9003,8827,0,9003,,,
+3659,"NAD83(NSRS2007) / South Dakota South",9001,4759,14032,9802,1,0,8821,42.2,9110,8822,-100.2,9110,8823,44.24,9110,8824,42.5,9110,8826,600000,9001,8827,0,9001,,,
+3660,"NAD83(NSRS2007) / South Dakota South (ftUS)",9003,4759,15395,9802,1,0,8821,42.2,9110,8822,-100.2,9110,8823,44.24,9110,8824,42.5,9110,8826,1968500,9003,8827,0,9003,,,
+3661,"NAD83(NSRS2007) / Tennessee",9001,4759,14130,9802,1,0,8821,34.2,9110,8822,-86,9110,8823,36.25,9110,8824,35.15,9110,8826,600000,9001,8827,0,9001,,,
+3662,"NAD83(NSRS2007) / Tennessee (ftUS)",9003,4759,15356,9802,1,0,8821,34.2,9110,8822,-86,9110,8823,36.25,9110,8824,35.15,9110,8826,1968500,9003,8827,0,9003,,,
+3663,"NAD83(NSRS2007) / Texas Central",9001,4759,14233,9802,1,0,8821,29.4,9110,8822,-100.2,9110,8823,31.53,9110,8824,30.07,9110,8826,700000,9001,8827,3000000,9001,,,
+3664,"NAD83(NSRS2007) / Texas Central (ftUS)",9003,4759,15359,9802,1,0,8821,29.4,9110,8822,-100.2,9110,8823,31.53,9110,8824,30.07,9110,8826,2296583.333,9003,8827,9842500,9003,,,
+3665,"NAD83(NSRS2007) / Texas Centric Albers Equal Area",9001,4759,14254,9822,1,0,8821,18,9110,8822,-100,9110,8823,27.3,9110,8824,35,9110,8826,1500000,9001,8827,6000000,9001,,,
+3666,"NAD83(NSRS2007) / Texas Centric Lambert Conformal",9001,4759,14253,9802,1,0,8821,18,9110,8822,-100,9110,8823,27.3,9110,8824,35,9110,8826,1500000,9001,8827,5000000,9001,,,
+3667,"NAD83(NSRS2007) / Texas North",9001,4759,14231,9802,1,0,8821,34,9110,8822,-101.3,9110,8823,36.11,9110,8824,34.39,9110,8826,200000,9001,8827,1000000,9001,,,
+3668,"NAD83(NSRS2007) / Texas North (ftUS)",9003,4759,15357,9802,1,0,8821,34,9110,8822,-101.3,9110,8823,36.11,9110,8824,34.39,9110,8826,656166.667,9003,8827,3280833.333,9003,,,
+3669,"NAD83(NSRS2007) / Texas North Central",9001,4759,14232,9802,1,0,8821,31.4,9110,8822,-98.3,9110,8823,33.58,9110,8824,32.08,9110,8826,600000,9001,8827,2000000,9001,,,
+3670,"NAD83(NSRS2007) / Texas North Central (ftUS)",9003,4759,15358,9802,1,0,8821,31.4,9110,8822,-98.3,9110,8823,33.58,9110,8824,32.08,9110,8826,1968500,9003,8827,6561666.667,9003,,,
+3671,"NAD83(NSRS2007) / Texas South",9001,4759,14235,9802,1,0,8821,25.4,9110,8822,-98.3,9110,8823,27.5,9110,8824,26.1,9110,8826,300000,9001,8827,5000000,9001,,,
+3672,"NAD83(NSRS2007) / Texas South (ftUS)",9003,4759,15361,9802,1,0,8821,25.4,9110,8822,-98.3,9110,8823,27.5,9110,8824,26.1,9110,8826,984250,9003,8827,16404166.667,9003,,,
+3673,"NAD83(NSRS2007) / Texas South Central",9001,4759,14234,9802,1,0,8821,27.5,9110,8822,-99,9110,8823,30.17,9110,8824,28.23,9110,8826,600000,9001,8827,4000000,9001,,,
+3674,"NAD83(NSRS2007) / Texas South Central (ftUS)",9003,4759,15360,9802,1,0,8821,27.5,9110,8822,-99,9110,8823,30.17,9110,8824,28.23,9110,8826,1968500,9003,8827,13123333.333,9003,,,
+3675,"NAD83(NSRS2007) / Utah Central",9001,4759,14332,9802,1,0,8821,38.2,9110,8822,-111.3,9110,8823,40.39,9110,8824,39.01,9110,8826,500000,9001,8827,2000000,9001,,,
+3676,"NAD83(NSRS2007) / Utah Central (ft)",9002,4759,15363,9802,0,0,8821,38.2,9110,8822,-111.3,9110,8823,40.39,9110,8824,39.01,9110,8826,1640419.948,9002,8827,6561679.79,9002,,,
+3677,"NAD83(NSRS2007) / Utah Central (ftUS)",9003,4759,15298,9802,0,0,8821,38.2,9110,8822,-111.3,9110,8823,40.39,9110,8824,39.01,9110,8826,1640416.6667,9003,8827,6561666.6667,9003,,,
+3678,"NAD83(NSRS2007) / Utah North",9001,4759,14331,9802,1,0,8821,40.2,9110,8822,-111.3,9110,8823,41.47,9110,8824,40.43,9110,8826,500000,9001,8827,1000000,9001,,,
+3679,"NAD83(NSRS2007) / Utah North (ft)",9002,4759,15362,9802,0,0,8821,40.2,9110,8822,-111.3,9110,8823,41.47,9110,8824,40.43,9110,8826,1640419.948,9002,8827,3280839.895,9002,,,
+3680,"NAD83(NSRS2007) / Utah North (ftUS)",9003,4759,15297,9802,0,0,8821,40.2,9110,8822,-111.3,9110,8823,41.47,9110,8824,40.43,9110,8826,1640416.6667,9003,8827,3280833.3333,9003,,,
+3681,"NAD83(NSRS2007) / Utah South",9001,4759,14333,9802,1,0,8821,36.4,9110,8822,-111.3,9110,8823,38.21,9110,8824,37.13,9110,8826,500000,9001,8827,3000000,9001,,,
+3682,"NAD83(NSRS2007) / Utah South (ft)",9002,4759,15364,9802,0,0,8821,36.4,9110,8822,-111.3,9110,8823,38.21,9110,8824,37.13,9110,8826,1640419.948,9002,8827,9842519.685,9002,,,
+3683,"NAD83(NSRS2007) / Utah South (ftUS)",9003,4759,15299,9802,0,0,8821,36.4,9110,8822,-111.3,9110,8823,38.21,9110,8824,37.13,9110,8826,1640416.6667,9003,8827,9842500,9003,,,
+3684,"NAD83(NSRS2007) / Vermont",9001,4759,14430,9807,1,0,8801,42.3,9110,8802,-72.3,9110,8805,0.999964286,9201,8806,500000,9001,8807,0,9001,,,,,,
+3685,"NAD83(NSRS2007) / Virginia North",9001,4759,14531,9802,1,0,8821,37.4,9110,8822,-78.3,9110,8823,39.12,9110,8824,38.02,9110,8826,3500000,9001,8827,2000000,9001,,,
+3686,"NAD83(NSRS2007) / Virginia North (ftUS)",9003,4759,15365,9802,1,0,8821,37.4,9110,8822,-78.3,9110,8823,39.12,9110,8824,38.02,9110,8826,11482916.667,9003,8827,6561666.667,9003,,,
+3687,"NAD83(NSRS2007) / Virginia South",9001,4759,14532,9802,1,0,8821,36.2,9110,8822,-78.3,9110,8823,37.58,9110,8824,36.46,9110,8826,3500000,9001,8827,1000000,9001,,,
+3688,"NAD83(NSRS2007) / Virginia South (ftUS)",9003,4759,15366,9802,1,0,8821,36.2,9110,8822,-78.3,9110,8823,37.58,9110,8824,36.46,9110,8826,11482916.667,9003,8827,3280833.333,9003,,,
+3689,"NAD83(NSRS2007) / Washington North",9001,4759,14631,9802,1,0,8821,47,9110,8822,-120.5,9110,8823,48.44,9110,8824,47.3,9110,8826,500000,9001,8827,0,9001,,,
+3690,"NAD83(NSRS2007) / Washington North (ftUS)",9003,4759,15367,9802,1,0,8821,47,9110,8822,-120.5,9110,8823,48.44,9110,8824,47.3,9110,8826,1640416.667,9003,8827,0,9003,,,
+3691,"NAD83(NSRS2007) / Washington South",9001,4759,14632,9802,1,0,8821,45.2,9110,8822,-120.3,9110,8823,47.2,9110,8824,45.5,9110,8826,500000,9001,8827,0,9001,,,
+3692,"NAD83(NSRS2007) / Washington South (ftUS)",9003,4759,15368,9802,1,0,8821,45.2,9110,8822,-120.3,9110,8823,47.2,9110,8824,45.5,9110,8826,1640416.667,9003,8827,0,9003,,,
+3693,"NAD83(NSRS2007) / West Virginia North",9001,4759,14731,9802,1,0,8821,38.3,9110,8822,-79.3,9110,8823,40.15,9110,8824,39,9110,8826,600000,9001,8827,0,9001,,,
+3694,"NAD83(NSRS2007) / West Virginia South",9001,4759,14732,9802,1,0,8821,37,9110,8822,-81,9110,8823,38.53,9110,8824,37.29,9110,8826,600000,9001,8827,0,9001,,,
+3695,"NAD83(NSRS2007) / Wisconsin Central",9001,4759,14832,9802,1,0,8821,43.5,9110,8822,-90,9110,8823,45.3,9110,8824,44.15,9110,8826,600000,9001,8827,0,9001,,,
+3696,"NAD83(NSRS2007) / Wisconsin Central (ftUS)",9003,4759,15370,9802,1,0,8821,43.5,9110,8822,-90,9110,8823,45.3,9110,8824,44.15,9110,8826,1968500,9003,8827,0,9003,,,
+3697,"NAD83(NSRS2007) / Wisconsin North",9001,4759,14831,9802,1,0,8821,45.1,9110,8822,-90,9110,8823,46.46,9110,8824,45.34,9110,8826,600000,9001,8827,0,9001,,,
+3698,"NAD83(NSRS2007) / Wisconsin North (ftUS)",9003,4759,15369,9802,1,0,8821,45.1,9110,8822,-90,9110,8823,46.46,9110,8824,45.34,9110,8826,1968500,9003,8827,0,9003,,,
+3699,"NAD83(NSRS2007) / Wisconsin South",9001,4759,14833,9802,1,0,8821,42,9110,8822,-90,9110,8823,44.04,9110,8824,42.44,9110,8826,600000,9001,8827,0,9001,,,
+3700,"NAD83(NSRS2007) / Wisconsin South (ftUS)",9003,4759,15371,9802,1,0,8821,42,9110,8822,-90,9110,8823,44.04,9110,8824,42.44,9110,8826,1968500,9003,8827,0,9003,,,
+3701,"NAD83(NSRS2007) / Wisconsin Transverse Mercator",9001,4759,14841,9807,1,0,8801,0,9102,8802,-90,9102,8805,0.9996,9201,8806,520000,9001,8807,-4480000,9001,,,,,,
+3702,"NAD83(NSRS2007) / Wyoming East",9001,4759,14931,9807,1,0,8801,40.3,9110,8802,-105.1,9110,8805,0.9999375,9201,8806,200000,9001,8807,0,9001,,,,,,
+3703,"NAD83(NSRS2007) / Wyoming East Central",9001,4759,14932,9807,1,0,8801,40.3,9110,8802,-107.2,9110,8805,0.9999375,9201,8806,400000,9001,8807,100000,9001,,,,,,
+3704,"NAD83(NSRS2007) / Wyoming West Central",9001,4759,14933,9807,1,0,8801,40.3,9110,8802,-108.45,9110,8805,0.9999375,9201,8806,600000,9001,8807,0,9001,,,,,,
+3705,"NAD83(NSRS2007) / Wyoming West",9001,4759,14934,9807,1,0,8801,40.3,9110,8802,-110.05,9110,8805,0.9999375,9201,8806,800000,9001,8807,100000,9001,,,,,,
+3706,"NAD83(NSRS2007) / UTM zone 59N",9001,4759,16059,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,171,9102,8801,0,9102,8807,0,9001,,,,,,
+3707,"NAD83(NSRS2007) / UTM zone 60N",9001,4759,16060,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,177,9102,8801,0,9102,8807,0,9001,,,,,,
+3708,"NAD83(NSRS2007) / UTM zone 1N",9001,4759,16001,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-177,9102,8801,0,9102,,,,,,
+3709,"NAD83(NSRS2007) / UTM zone 2N",9001,4759,16002,9807,1,0,8801,0,9102,8807,0,9001,8802,-171,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+3710,"NAD83(NSRS2007) / UTM zone 3N",9001,4759,16003,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-165,9102,8807,0,9001,,,,,,
+3711,"NAD83(NSRS2007) / UTM zone 4N",9001,4759,16004,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-159,9102,8801,0,9102,,,,,,
+3712,"NAD83(NSRS2007) / UTM zone 5N",9001,4759,16005,9807,1,0,8802,-153,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+3713,"NAD83(NSRS2007) / UTM zone 6N",9001,4759,16006,9807,1,0,8802,-147,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+3714,"NAD83(NSRS2007) / UTM zone 7N",9001,4759,16007,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-141,9102,,,,,,
+3715,"NAD83(NSRS2007) / UTM zone 8N",9001,4759,16008,9807,1,0,8805,0.9996,9201,8802,-135,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+3716,"NAD83(NSRS2007) / UTM zone 9N",9001,4759,16009,9807,1,0,8805,0.9996,9201,8802,-129,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+3717,"NAD83(NSRS2007) / UTM zone 10N",9001,4759,16010,9807,1,0,8801,0,9102,8807,0,9001,8802,-123,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+3718,"NAD83(NSRS2007) / UTM zone 11N",9001,4759,16011,9807,1,0,8802,-117,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+3719,"NAD83(NSRS2007) / UTM zone 12N",9001,4759,16012,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-111,9102,8801,0,9102,8807,0,9001,,,,,,
+3720,"NAD83(NSRS2007) / UTM zone 13N",9001,4759,16013,9807,1,0,8802,-105,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+3721,"NAD83(NSRS2007) / UTM zone 14N",9001,4759,16014,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-99,9102,8801,0,9102,8807,0,9001,,,,,,
+3722,"NAD83(NSRS2007) / UTM zone 15N",9001,4759,16015,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-93,9102,,,,,,
+3723,"NAD83(NSRS2007) / UTM zone 16N",9001,4759,16016,9807,1,0,8805,0.9996,9201,8802,-87,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+3724,"NAD83(NSRS2007) / UTM zone 17N",9001,4759,16017,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+3725,"NAD83(NSRS2007) / UTM zone 18N",9001,4759,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+3726,"NAD83(NSRS2007) / UTM zone 19N",9001,4759,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+3727,"Reunion 1947 / TM Reunion",9001,4626,19856,9807,1,0,8806,160000,9001,8801,-21.07,9110,8807,50000,9001,8802,55.32,9110,8805,1,9201,,,,,,
+3728,"NAD83(NSRS2007) / Ohio North (ftUS)",9003,4759,13433,9802,1,0,8821,39.4,9110,8822,-82.3,9110,8823,41.42,9110,8824,40.26,9110,8826,1968500,9003,8827,0,9003,,,
+3729,"NAD83(NSRS2007) / Ohio South (ftUS)",9003,4759,13434,9802,1,0,8821,38,9110,8822,-82.3,9110,8823,40.02,9110,8824,38.44,9110,8826,1968500,9003,8827,0,9003,,,
+3730,"NAD83(NSRS2007) / Wyoming East (ftUS)",9003,4759,14935,9807,1,0,8801,40.3,9110,8802,-105.1,9110,8805,0.9999375,9201,8806,656166.6667,9003,8807,0,9003,,,,,,
+3731,"NAD83(NSRS2007) / Wyoming East Central (ftUS)",9003,4759,14936,9807,1,0,8801,40.3,9110,8802,-107.2,9110,8805,0.9999375,9201,8806,1312333.3333,9003,8807,328083.3333,9003,,,,,,
+3732,"NAD83(NSRS2007) / Wyoming West Central (ftUS)",9003,4759,14937,9807,1,0,8801,40.3,9110,8802,-108.45,9110,8805,0.9999375,9201,8806,1968500,9003,8807,0,9003,,,,,,
+3733,"NAD83(NSRS2007) / Wyoming West (ftUS)",9003,4759,14938,9807,1,0,8801,40.3,9110,8802,-110.05,9110,8805,0.9999375,9201,8806,2624666.6667,9003,8807,328083.3333,9003,,,,,,
+3734,"NAD83 / Ohio North (ftUS)",9003,4269,13433,9802,1,0,8821,39.4,9110,8822,-82.3,9110,8823,41.42,9110,8824,40.26,9110,8826,1968500,9003,8827,0,9003,,,
+3735,"NAD83 / Ohio South (ftUS)",9003,4269,13434,9802,1,0,8821,38,9110,8822,-82.3,9110,8823,40.02,9110,8824,38.44,9110,8826,1968500,9003,8827,0,9003,,,
+3736,"NAD83 / Wyoming East (ftUS)",9003,4269,14935,9807,1,0,8801,40.3,9110,8802,-105.1,9110,8805,0.9999375,9201,8806,656166.6667,9003,8807,0,9003,,,,,,
+3737,"NAD83 / Wyoming East Central (ftUS)",9003,4269,14936,9807,1,0,8801,40.3,9110,8802,-107.2,9110,8805,0.9999375,9201,8806,1312333.3333,9003,8807,328083.3333,9003,,,,,,
+3738,"NAD83 / Wyoming West Central (ftUS)",9003,4269,14937,9807,1,0,8801,40.3,9110,8802,-108.45,9110,8805,0.9999375,9201,8806,1968500,9003,8807,0,9003,,,,,,
+3739,"NAD83 / Wyoming West (ftUS)",9003,4269,14938,9807,1,0,8801,40.3,9110,8802,-110.05,9110,8805,0.9999375,9201,8806,2624666.6667,9003,8807,328083.3333,9003,,,,,,
+3740,"NAD83(HARN) / UTM zone 10N",9001,4152,16010,9807,1,0,8801,0,9102,8807,0,9001,8802,-123,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+3741,"NAD83(HARN) / UTM zone 11N",9001,4152,16011,9807,1,0,8802,-117,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+3742,"NAD83(HARN) / UTM zone 12N",9001,4152,16012,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-111,9102,8801,0,9102,8807,0,9001,,,,,,
+3743,"NAD83(HARN) / UTM zone 13N",9001,4152,16013,9807,1,0,8802,-105,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+3744,"NAD83(HARN) / UTM zone 14N",9001,4152,16014,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-99,9102,8801,0,9102,8807,0,9001,,,,,,
+3745,"NAD83(HARN) / UTM zone 15N",9001,4152,16015,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-93,9102,,,,,,
+3746,"NAD83(HARN) / UTM zone 16N",9001,4152,16016,9807,1,0,8805,0.9996,9201,8802,-87,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+3747,"NAD83(HARN) / UTM zone 17N",9001,4152,16017,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+3748,"NAD83(HARN) / UTM zone 18N",9001,4152,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+3749,"NAD83(HARN) / UTM zone 19N",9001,4152,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+3750,"NAD83(HARN) / UTM zone 4N",9001,4152,16004,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-159,9102,8801,0,9102,,,,,,
+3751,"NAD83(HARN) / UTM zone 5N",9001,4152,16005,9807,1,0,8802,-153,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+3752,"WGS 84 / Mercator 41",9001,4326,19855,9804,1,0,8806,0,9001,8801,-41,9102,8802,100,9102,8807,0,9001,8805,1,9201,,,,,,
+3753,"NAD83(HARN) / Ohio North (ftUS)",9003,4152,13433,9802,1,0,8821,39.4,9110,8822,-82.3,9110,8823,41.42,9110,8824,40.26,9110,8826,1968500,9003,8827,0,9003,,,
+3754,"NAD83(HARN) / Ohio South (ftUS)",9003,4152,13434,9802,1,0,8821,38,9110,8822,-82.3,9110,8823,40.02,9110,8824,38.44,9110,8826,1968500,9003,8827,0,9003,,,
+3755,"NAD83(HARN) / Wyoming East (ftUS)",9003,4152,14935,9807,1,0,8801,40.3,9110,8802,-105.1,9110,8805,0.9999375,9201,8806,656166.6667,9003,8807,0,9003,,,,,,
+3756,"NAD83(HARN) / Wyoming East Central (ftUS)",9003,4152,14936,9807,1,0,8801,40.3,9110,8802,-107.2,9110,8805,0.9999375,9201,8806,1312333.3333,9003,8807,328083.3333,9003,,,,,,
+3757,"NAD83(HARN) / Wyoming West Central (ftUS)",9003,4152,14937,9807,1,0,8801,40.3,9110,8802,-108.45,9110,8805,0.9999375,9201,8806,1968500,9003,8807,0,9003,,,,,,
+3758,"NAD83(HARN) / Wyoming West (ftUS)",9003,4152,14938,9807,1,0,8801,40.3,9110,8802,-110.05,9110,8805,0.9999375,9201,8806,2624666.6667,9003,8807,328083.3333,9003,,,,,,
+3759,"NAD83 / Hawaii zone 3 (ftUS)",9003,4269,15138,9807,1,0,8801,21.1,9110,8802,-158,9110,8805,0.99999,9201,8806,1640416.6667,9003,8807,0,9003,,,,,,
+3760,"NAD83(HARN) / Hawaii zone 3 (ftUS)",9003,4152,15138,9807,1,0,8801,21.1,9110,8802,-158,9110,8805,0.99999,9201,8806,1640416.6667,9003,8807,0,9003,,,,,,
+3761,"NAD83(CSRS) / UTM zone 22N",9001,4617,16022,9807,1,0,8802,-51,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+3762,"WGS 84 / South Georgia Lambert",9001,4326,19854,9802,1,0,8821,-55,9102,8824,-54.45,9110,8826,0,9001,8822,-37,9102,8823,-54,9110,8827,0,9001,,,
+3920,"Puerto Rico / UTM zone 20N",9001,4139,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+3991,Puerto Rico State Plane CS of 1927,9003,4139,15201,9802,1,0,8821,17.5,9110,8822,-66.26,9110,8823,18.26,9110,8824,18.02,9110,8826,500000,9003,8827,0,9003,,,
+3992,"Puerto Rico / St. Croix",9003,4139,15202,9802,1,0,8821,17.5,9110,8822,-66.26,9110,8823,18.26,9110,8824,18.02,9110,8826,500000,9003,8827,100000,9003,,,
+3993,"Guam 1963 / Guam SPCS",9001,4675,15400,9831,1,0,8801,13.282087887,9110,8802,144.445550254,9110,8806,50000,9001,8807,50000,9001,,,,,,,,,
+20004,"Pulkovo 1995 / Gauss-Kruger zone 4",9001,4200,16204,9807,1,0,8802,21,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,4500000,9001,,,,,,
+20005,"Pulkovo 1995 / Gauss-Kruger zone 5",9001,4200,16205,9807,1,0,8806,5500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+20006,"Pulkovo 1995 / Gauss-Kruger zone 6",9001,4200,16206,9807,1,0,8807,0,9001,8806,6500000,9001,8801,0,9102,8805,1,9201,8802,33,9102,,,,,,
+20007,"Pulkovo 1995 / Gauss-Kruger zone 7",9001,4200,16207,9807,1,0,8805,1,9201,8802,39,9102,8801,0,9102,8806,7500000,9001,8807,0,9001,,,,,,
+20008,"Pulkovo 1995 / Gauss-Kruger zone 8",9001,4200,16208,9807,1,0,8806,8500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,8807,0,9001,,,,,,
+20009,"Pulkovo 1995 / Gauss-Kruger zone 9",9001,4200,16209,9807,1,0,8801,0,9102,8807,0,9001,8802,51,9102,8806,9500000,9001,8805,1,9201,,,,,,
+20010,"Pulkovo 1995 / Gauss-Kruger zone 10",9001,4200,16210,9807,1,0,8801,0,9102,8806,10500000,9001,8805,1,9201,8802,57,9102,8807,0,9001,,,,,,
+20011,"Pulkovo 1995 / Gauss-Kruger zone 11",9001,4200,16211,9807,1,0,8807,0,9001,8806,11500000,9001,8805,1,9201,8802,63,9102,8801,0,9102,,,,,,
+20012,"Pulkovo 1995 / Gauss-Kruger zone 12",9001,4200,16212,9807,1,0,8802,69,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,12500000,9001,,,,,,
+20013,"Pulkovo 1995 / Gauss-Kruger zone 13",9001,4200,16213,9807,1,0,8802,75,9102,8801,0,9102,8807,0,9001,8806,13500000,9001,8805,1,9201,,,,,,
+20014,"Pulkovo 1995 / Gauss-Kruger zone 14",9001,4200,16214,9807,1,0,8807,0,9001,8806,14500000,9001,8801,0,9102,8805,1,9201,8802,81,9102,,,,,,
+20015,"Pulkovo 1995 / Gauss-Kruger zone 15",9001,4200,16215,9807,1,0,8801,0,9102,8805,1,9201,8802,87,9102,8806,15500000,9001,8807,0,9001,,,,,,
+20016,"Pulkovo 1995 / Gauss-Kruger zone 16",9001,4200,16216,9807,1,0,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,8806,16500000,9001,,,,,,
+20017,"Pulkovo 1995 / Gauss-Kruger zone 17",9001,4200,16217,9807,1,0,8801,0,9102,8807,0,9001,8802,99,9102,8806,17500000,9001,8805,1,9201,,,,,,
+20018,"Pulkovo 1995 / Gauss-Kruger zone 18",9001,4200,16218,9807,1,0,8805,1,9201,8802,105,9102,8801,0,9102,8806,18500000,9001,8807,0,9001,,,,,,
+20019,"Pulkovo 1995 / Gauss-Kruger zone 19",9001,4200,16219,9807,1,0,8806,19500000,9001,8805,1,9201,8802,111,9102,8801,0,9102,8807,0,9001,,,,,,
+20020,"Pulkovo 1995 / Gauss-Kruger zone 20",9001,4200,16220,9807,1,0,8802,117,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,20500000,9001,,,,,,
+20021,"Pulkovo 1995 / Gauss-Kruger zone 21",9001,4200,16221,9807,1,0,8805,1,9201,8802,123,9102,8801,0,9102,8807,0,9001,8806,21500000,9001,,,,,,
+20022,"Pulkovo 1995 / Gauss-Kruger zone 22",9001,4200,16222,9807,1,0,8807,0,9001,8806,22500000,9001,8801,0,9102,8805,1,9201,8802,129,9102,,,,,,
+20023,"Pulkovo 1995 / Gauss-Kruger zone 23",9001,4200,16223,9807,1,0,8805,1,9201,8802,135,9102,8801,0,9102,8806,23500000,9001,8807,0,9001,,,,,,
+20024,"Pulkovo 1995 / Gauss-Kruger zone 24",9001,4200,16224,9807,1,0,8807,0,9001,8806,24500000,9001,8805,1,9201,8802,141,9102,8801,0,9102,,,,,,
+20025,"Pulkovo 1995 / Gauss-Kruger zone 25",9001,4200,16225,9807,1,0,8802,147,9102,8801,0,9102,8807,0,9001,8806,25500000,9001,8805,1,9201,,,,,,
+20026,"Pulkovo 1995 / Gauss-Kruger zone 26",9001,4200,16226,9807,1,0,8801,0,9102,8806,26500000,9001,8805,1,9201,8802,153,9102,8807,0,9001,,,,,,
+20027,"Pulkovo 1995 / Gauss-Kruger zone 27",9001,4200,16227,9807,1,0,8807,0,9001,8806,27500000,9001,8805,1,9201,8802,159,9102,8801,0,9102,,,,,,
+20028,"Pulkovo 1995 / Gauss-Kruger zone 28",9001,4200,16228,9807,1,0,8802,165,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,28500000,9001,,,,,,
+20029,"Pulkovo 1995 / Gauss-Kruger zone 29",9001,4200,16229,9807,1,0,8802,171,9102,8801,0,9102,8807,0,9001,8806,29500000,9001,8805,1,9201,,,,,,
+20030,"Pulkovo 1995 / Gauss-Kruger zone 30",9001,4200,16230,9807,1,0,8807,0,9001,8806,30500000,9001,8801,0,9102,8805,1,9201,8802,177,9102,,,,,,
+20031,"Pulkovo 1995 / Gauss-Kruger zone 31",9001,4200,16231,9807,1,0,8802,-177,9102,8801,0,9102,8805,1,9201,8806,31500000,9001,8807,0,9001,,,,,,
+20032,"Pulkovo 1995 / Gauss-Kruger zone 32",9001,4200,16232,9807,1,0,8805,1,9201,8802,-171,9102,8801,0,9102,8807,0,9001,8806,32500000,9001,,,,,,
+20064,"Pulkovo 1995 / Gauss-Kruger 4N",9001,4200,16304,9807,1,1,8805,1,9201,8802,21,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+20065,"Pulkovo 1995 / Gauss-Kruger 5N",9001,4200,16305,9807,1,1,8806,500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+20066,"Pulkovo 1995 / Gauss-Kruger 6N",9001,4200,16306,9807,1,1,8801,0,9102,8807,0,9001,8802,33,9102,8806,500000,9001,8805,1,9201,,,,,,
+20067,"Pulkovo 1995 / Gauss-Kruger 7N",9001,4200,16307,9807,1,1,8801,0,9102,8806,500000,9001,8805,1,9201,8802,39,9102,8807,0,9001,,,,,,
+20068,"Pulkovo 1995 / Gauss-Kruger 8N",9001,4200,16308,9807,1,1,8807,0,9001,8806,500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,,,,,,
+20069,"Pulkovo 1995 / Gauss-Kruger 9N",9001,4200,16309,9807,1,1,8801,0,9102,8802,51,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+20070,"Pulkovo 1995 / Gauss-Kruger 10N",9001,4200,16310,9807,1,1,8802,57,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+20071,"Pulkovo 1995 / Gauss-Kruger 11N",9001,4200,16311,9807,1,1,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,8802,63,9102,,,,,,
+20072,"Pulkovo 1995 / Gauss-Kruger 12N",9001,4200,16312,9807,1,1,8801,0,9102,8805,1,9201,8802,69,9102,8806,500000,9001,8807,0,9001,,,,,,
+20073,"Pulkovo 1995 / Gauss-Kruger 13N",9001,4200,16313,9807,1,1,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+20074,"Pulkovo 1995 / Gauss-Kruger 14N",9001,4200,16314,9807,1,1,8801,0,9102,8807,0,9001,8802,81,9102,8806,500000,9001,8805,1,9201,,,,,,
+20075,"Pulkovo 1995 / Gauss-Kruger 15N",9001,4200,16315,9807,1,1,8802,87,9102,8806,500000,9001,8805,1,9201,8801,0,9102,8807,0,9001,,,,,,
+20076,"Pulkovo 1995 / Gauss-Kruger 16N",9001,4200,16316,9807,1,1,8806,500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,,,,,,
+20077,"Pulkovo 1995 / Gauss-Kruger 17N",9001,4200,16317,9807,1,1,8802,99,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+20078,"Pulkovo 1995 / Gauss-Kruger 18N",9001,4200,16318,9807,1,1,8805,1,9201,8802,105,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+20079,"Pulkovo 1995 / Gauss-Kruger 19N",9001,4200,16319,9807,1,1,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,111,9102,,,,,,
+20080,"Pulkovo 1995 / Gauss-Kruger 20N",9001,4200,16320,9807,1,1,8805,1,9201,8802,117,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+20081,"Pulkovo 1995 / Gauss-Kruger 21N",9001,4200,16321,9807,1,1,8806,500000,9001,8807,0,9001,8805,1,9201,8802,123,9102,8801,0,9102,,,,,,
+20082,"Pulkovo 1995 / Gauss-Kruger 22N",9001,4200,16322,9807,1,1,8801,0,9102,8807,0,9001,8802,129,9102,8806,500000,9001,8805,1,9201,,,,,,
+20083,"Pulkovo 1995 / Gauss-Kruger 23N",9001,4200,16323,9807,1,1,8801,0,9102,8806,500000,9001,8805,1,9201,8802,135,9102,8807,0,9001,,,,,,
+20084,"Pulkovo 1995 / Gauss-Kruger 24N",9001,4200,16324,9807,1,1,8806,500000,9001,8805,1,9201,8802,141,9102,8801,0,9102,8807,0,9001,,,,,,
+20085,"Pulkovo 1995 / Gauss-Kruger 25N",9001,4200,16325,9807,1,1,8802,147,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+20086,"Pulkovo 1995 / Gauss-Kruger 26N",9001,4200,16326,9807,1,1,8802,153,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+20087,"Pulkovo 1995 / Gauss-Kruger 27N",9001,4200,16327,9807,1,1,8807,0,9001,8806,500000,9001,8805,1,9201,8802,159,9102,8801,0,9102,,,,,,
+20088,"Pulkovo 1995 / Gauss-Kruger 28N",9001,4200,16328,9807,1,1,8806,500000,9001,8805,1,9201,8802,165,9102,8807,0,9001,8801,0,9102,,,,,,
+20089,"Pulkovo 1995 / Gauss-Kruger 29N",9001,4200,16329,9807,1,1,8805,1,9201,8802,171,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+20090,"Pulkovo 1995 / Gauss-Kruger 30N",9001,4200,16330,9807,1,1,8801,0,9102,8807,0,9001,8802,177,9102,8806,500000,9001,8805,1,9201,,,,,,
+20091,"Pulkovo 1995 / Gauss-Kruger 31N",9001,4200,16331,9807,1,1,8801,0,9102,8806,500000,9001,8805,1,9201,8807,0,9001,8802,-177,9102,,,,,,
+20092,"Pulkovo 1995 / Gauss-Kruger 32N",9001,4200,16332,9807,1,1,8806,500000,9001,8805,1,9201,8802,-171,9102,8801,0,9102,8807,0,9001,,,,,,
+20135,"Adindan / UTM zone 35N",9001,4201,16035,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,27,9102,8807,0,9001,,,,,,
+20136,"Adindan / UTM zone 36N",9001,4201,16036,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,33,9102,8801,0,9102,,,,,,
+20137,"Adindan / UTM zone 37N",9001,4201,16037,9807,1,0,8802,39,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+20138,"Adindan / UTM zone 38N",9001,4201,16038,9807,1,0,8802,45,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+20248,"AGD66 / AMG zone 48",9001,4202,17448,9807,1,0,8801,0,9102,8802,105,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+20249,"AGD66 / AMG zone 49",9001,4202,17449,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,111,9102,8807,10000000,9001,,,,,,
+20250,"AGD66 / AMG zone 50",9001,4202,17450,9807,1,0,8801,0,9102,8806,500000,9001,8807,10000000,9001,8805,0.9996,9201,8802,117,9102,,,,,,
+20251,"AGD66 / AMG zone 51",9001,4202,17451,9807,1,0,8806,500000,9001,8802,123,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,,,,,,
+20252,"AGD66 / AMG zone 52",9001,4202,17452,9807,1,0,8802,129,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+20253,"AGD66 / AMG zone 53",9001,4202,17453,9807,1,0,8802,135,9102,8807,10000000,9001,8801,0,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+20254,"AGD66 / AMG zone 54",9001,4202,17454,9807,1,0,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
+20255,"AGD66 / AMG zone 55",9001,4202,17455,9807,1,0,8805,0.9996,9201,8802,147,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+20256,"AGD66 / AMG zone 56",9001,4202,17456,9807,1,0,8805,0.9996,9201,8801,0,9102,8802,153,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+20257,"AGD66 / AMG zone 57",9001,4202,17457,9807,1,0,8802,159,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+20258,"AGD66 / AMG zone 58",9001,4202,17458,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,165,9102,8807,10000000,9001,,,,,,
+20348,"AGD84 / AMG zone 48",9001,4203,17448,9807,1,0,8801,0,9102,8802,105,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+20349,"AGD84 / AMG zone 49",9001,4203,17449,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,111,9102,8807,10000000,9001,,,,,,
+20350,"AGD84 / AMG zone 50",9001,4203,17450,9807,1,0,8801,0,9102,8806,500000,9001,8807,10000000,9001,8805,0.9996,9201,8802,117,9102,,,,,,
+20351,"AGD84 / AMG zone 51",9001,4203,17451,9807,1,0,8806,500000,9001,8802,123,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,,,,,,
+20352,"AGD84 / AMG zone 52",9001,4203,17452,9807,1,0,8802,129,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+20353,"AGD84 / AMG zone 53",9001,4203,17453,9807,1,0,8802,135,9102,8807,10000000,9001,8801,0,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+20354,"AGD84 / AMG zone 54",9001,4203,17454,9807,1,0,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
+20355,"AGD84 / AMG zone 55",9001,4203,17455,9807,1,0,8805,0.9996,9201,8802,147,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+20356,"AGD84 / AMG zone 56",9001,4203,17456,9807,1,0,8805,0.9996,9201,8801,0,9102,8802,153,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+20357,"AGD84 / AMG zone 57",9001,4203,17457,9807,1,0,8802,159,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+20358,"AGD84 / AMG zone 58",9001,4203,17458,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,165,9102,8807,10000000,9001,,,,,,
+20436,"Ain el Abd / UTM zone 36N",9001,4204,16036,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,33,9102,8801,0,9102,,,,,,
+20437,"Ain el Abd / UTM zone 37N",9001,4204,16037,9807,1,0,8802,39,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+20438,"Ain el Abd / UTM zone 38N",9001,4204,16038,9807,1,0,8802,45,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+20439,"Ain el Abd / UTM zone 39N",9001,4204,16039,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,51,9102,,,,,,
+20440,"Ain el Abd / UTM zone 40N",9001,4204,16040,9807,1,0,8802,57,9102,8801,0,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
+20499,"Ain el Abd / Bahrain Grid",9001,4204,19900,9807,1,0,8805,0.9996,9201,8802,51,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+20538,"Afgooye / UTM zone 38N",9001,4205,16038,9807,1,0,8802,45,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+20539,"Afgooye / UTM zone 39N",9001,4205,16039,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,51,9102,,,,,,
+20790,"Lisbon (Lisbon)/Portuguese National Grid",9001,4803,19936,9807,1,0,8807,300000,9001,8802,1,9110,8806,200000,9001,8801,39.4,9110,8805,1,9201,,,,,,
+20791,"Lisbon (Lisbon)/Portuguese Grid",9001,4803,19969,9807,1,0,8802,1,9110,8805,1,9201,8807,0,9001,8806,0,9001,8801,39.4,9110,,,,,,
+20822,"Aratu / UTM zone 22S",9001,4208,16122,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-51,9102,8801,0,9102,8807,10000000,9001,,,,,,
+20823,"Aratu / UTM zone 23S",9001,4208,16123,9807,1,0,8802,-45,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+20824,"Aratu / UTM zone 24S",9001,4208,16124,9807,1,0,8805,0.9996,9201,8802,-39,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+20934,"Arc 1950 / UTM zone 34S",9001,4209,16134,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,21,9102,8801,0,9102,,,,,,
+20935,"Arc 1950 / UTM zone 35S",9001,4209,16135,9807,1,0,8805,0.9996,9201,8802,27,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+20936,"Arc 1950 / UTM zone 36S",9001,4209,16136,9807,1,0,8801,0,9102,8807,10000000,9001,8802,33,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+21035,"Arc 1960 / UTM zone 35S",9001,4210,16135,9807,1,0,8805,0.9996,9201,8802,27,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+21036,"Arc 1960 / UTM zone 36S",9001,4210,16136,9807,1,0,8801,0,9102,8807,10000000,9001,8802,33,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+21037,"Arc 1960 / UTM zone 37S",9001,4210,16137,9807,1,0,8802,39,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+21095,"Arc 1960 / UTM zone 35N",9001,4210,16035,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,27,9102,8807,0,9001,,,,,,
+21096,"Arc 1960 / UTM zone 36N",9001,4210,16036,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,33,9102,8801,0,9102,,,,,,
+21097,"Arc 1960 / UTM zone 37N",9001,4210,16037,9807,1,0,8802,39,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+21100,"Batavia (Jakarta) / NEIEZ",9001,4813,19905,9804,1,1,8806,3900000,9001,8805,0.997,9201,8801,0,9102,8802,110,9102,8807,900000,9001,,,,,,
+21148,"Batavia / UTM zone 48S",9001,4211,16148,9807,1,0,8802,105,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+21149,"Batavia / UTM zone 49S",9001,4211,16149,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,111,9102,,,,,,
+21150,"Batavia / UTM zone 50S",9001,4211,16150,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,117,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+21291,"Barbados 1938 / British West Indies Grid",9001,4212,19942,9807,1,0,8801,0,9102,8802,-62,9102,8807,0,9001,8805,0.9995,9201,8806,400000,9001,,,,,,
+21292,"Barbados 1938 / Barbados National Grid",9001,4212,19943,9807,1,0,8805,0.9999986,9201,8801,13.1035,9110,8802,-59.3335,9110,8806,30000,9001,8807,75000,9001,,,,,,
+21413,"Beijing 1954 / Gauss-Kruger zone 13",9001,4214,16213,9807,1,0,8802,75,9102,8801,0,9102,8807,0,9001,8806,13500000,9001,8805,1,9201,,,,,,
+21414,"Beijing 1954 / Gauss-Kruger zone 14",9001,4214,16214,9807,1,0,8807,0,9001,8806,14500000,9001,8801,0,9102,8805,1,9201,8802,81,9102,,,,,,
+21415,"Beijing 1954 / Gauss-Kruger zone 15",9001,4214,16215,9807,1,0,8801,0,9102,8805,1,9201,8802,87,9102,8806,15500000,9001,8807,0,9001,,,,,,
+21416,"Beijing 1954 / Gauss-Kruger zone 16",9001,4214,16216,9807,1,0,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,8806,16500000,9001,,,,,,
+21417,"Beijing 1954 / Gauss-Kruger zone 17",9001,4214,16217,9807,1,0,8801,0,9102,8807,0,9001,8802,99,9102,8806,17500000,9001,8805,1,9201,,,,,,
+21418,"Beijing 1954 / Gauss-Kruger zone 18",9001,4214,16218,9807,1,0,8805,1,9201,8802,105,9102,8801,0,9102,8806,18500000,9001,8807,0,9001,,,,,,
+21419,"Beijing 1954 / Gauss-Kruger zone 19",9001,4214,16219,9807,1,0,8806,19500000,9001,8805,1,9201,8802,111,9102,8801,0,9102,8807,0,9001,,,,,,
+21420,"Beijing 1954 / Gauss-Kruger zone 20",9001,4214,16220,9807,1,0,8802,117,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,20500000,9001,,,,,,
+21421,"Beijing 1954 / Gauss-Kruger zone 21",9001,4214,16221,9807,1,0,8805,1,9201,8802,123,9102,8801,0,9102,8807,0,9001,8806,21500000,9001,,,,,,
+21422,"Beijing 1954 / Gauss-Kruger zone 22",9001,4214,16222,9807,1,0,8807,0,9001,8806,22500000,9001,8801,0,9102,8805,1,9201,8802,129,9102,,,,,,
+21423,"Beijing 1954 / Gauss-Kruger zone 23",9001,4214,16223,9807,1,0,8805,1,9201,8802,135,9102,8801,0,9102,8806,23500000,9001,8807,0,9001,,,,,,
+21453,"Beijing 1954 / Gauss-Kruger CM 75E",9001,4214,16313,9807,1,0,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+21454,"Beijing 1954 / Gauss-Kruger CM 81E",9001,4214,16314,9807,1,0,8801,0,9102,8807,0,9001,8802,81,9102,8806,500000,9001,8805,1,9201,,,,,,
+21455,"Beijing 1954 / Gauss-Kruger CM 87E",9001,4214,16315,9807,1,0,8802,87,9102,8806,500000,9001,8805,1,9201,8801,0,9102,8807,0,9001,,,,,,
+21456,"Beijing 1954 / Gauss-Kruger CM 93E",9001,4214,16316,9807,1,0,8806,500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,,,,,,
+21457,"Beijing 1954 / Gauss-Kruger CM 99E",9001,4214,16317,9807,1,0,8802,99,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+21458,"Beijing 1954 / Gauss-Kruger CM 105E",9001,4214,16318,9807,1,0,8805,1,9201,8802,105,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+21459,"Beijing 1954 / Gauss-Kruger CM 111E",9001,4214,16319,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,111,9102,,,,,,
+21460,"Beijing 1954 / Gauss-Kruger CM 117E",9001,4214,16320,9807,1,0,8805,1,9201,8802,117,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+21461,"Beijing 1954 / Gauss-Kruger CM 123E",9001,4214,16321,9807,1,0,8806,500000,9001,8807,0,9001,8805,1,9201,8802,123,9102,8801,0,9102,,,,,,
+21462,"Beijing 1954 / Gauss-Kruger CM 129E",9001,4214,16322,9807,1,0,8801,0,9102,8807,0,9001,8802,129,9102,8806,500000,9001,8805,1,9201,,,,,,
+21463,"Beijing 1954 / Gauss-Kruger CM 135E",9001,4214,16323,9807,1,0,8801,0,9102,8806,500000,9001,8805,1,9201,8802,135,9102,8807,0,9001,,,,,,
+21473,"Beijing 1954 / Gauss-Kruger 13N",9001,4214,16313,9807,1,1,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+21474,"Beijing 1954 / Gauss-Kruger 14N",9001,4214,16314,9807,1,1,8801,0,9102,8807,0,9001,8802,81,9102,8806,500000,9001,8805,1,9201,,,,,,
+21475,"Beijing 1954 / Gauss-Kruger 15N",9001,4214,16315,9807,1,1,8802,87,9102,8806,500000,9001,8805,1,9201,8801,0,9102,8807,0,9001,,,,,,
+21476,"Beijing 1954 / Gauss-Kruger 16N",9001,4214,16316,9807,1,1,8806,500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,,,,,,
+21477,"Beijing 1954 / Gauss-Kruger 17N",9001,4214,16317,9807,1,1,8802,99,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+21478,"Beijing 1954 / Gauss-Kruger 18N",9001,4214,16318,9807,1,1,8805,1,9201,8802,105,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+21479,"Beijing 1954 / Gauss-Kruger 19N",9001,4214,16319,9807,1,1,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,111,9102,,,,,,
+21480,"Beijing 1954 / Gauss-Kruger 20N",9001,4214,16320,9807,1,1,8805,1,9201,8802,117,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+21481,"Beijing 1954 / Gauss-Kruger 21N",9001,4214,16321,9807,1,1,8806,500000,9001,8807,0,9001,8805,1,9201,8802,123,9102,8801,0,9102,,,,,,
+21482,"Beijing 1954 / Gauss-Kruger 22N",9001,4214,16322,9807,1,1,8801,0,9102,8807,0,9001,8802,129,9102,8806,500000,9001,8805,1,9201,,,,,,
+21483,"Beijing 1954 / Gauss-Kruger 23N",9001,4214,16323,9807,1,1,8801,0,9102,8806,500000,9001,8805,1,9201,8802,135,9102,8807,0,9001,,,,,,
+21500,"Belge 1950 (Brussels) / Belge Lambert 50",9001,4809,19901,9802,1,0,8827,5400000,9001,8824,51.1,9110,8821,90,9110,8822,0,9110,8826,150000,9001,8823,49.5,9110,,,
+21780,"Bern 1898 (Bern) / LV03C",9001,4801,19923,9815,1,0,8811,46.570866,9110,8812,0,9110,8814,90,9110,8815,1,9201,8817,0,9001,8816,0,9001,8813,90,9110
+21781,"CH1903 / LV03",9001,4149,19922,9815,1,0,8816,600000,9001,8814,90,9110,8813,90,9110,8811,46.570866,9110,8812,7.26225,9110,8815,1,9201,8817,200000,9001
+21817,"Bogota 1975 / UTM zone 17N",9001,4218,16017,9807,1,1,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+21818,"Bogota 1975 / UTM zone 18N",9001,4218,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+21891,"Bogota 1975 / Colombia West zone",9001,4218,18051,9807,1,1,8805,1,9201,8806,1000000,9001,8802,-77.04513,9110,8801,4.355657,9110,8807,1000000,9001,,,,,,
+21892,"Bogota 1975 / Colombia Bogota zone",9001,4218,18052,9807,1,1,8807,1000000,9001,8806,1000000,9001,8801,4.355657,9110,8805,1,9201,8802,-74.04513,9110,,,,,,
+21893,"Bogota 1975 / Colombia East Central zone",9001,4218,18053,9807,1,1,8802,-71.04513,9110,8805,1,9201,8807,1000000,9001,8806,1000000,9001,8801,4.355657,9110,,,,,,
+21894,"Bogota 1975 / Colombia East",9001,4218,18054,9807,1,1,8806,1000000,9001,8805,1,9201,8807,1000000,9001,8801,4.355657,9110,8802,-68.04513,9110,,,,,,
+21896,"Bogota 1975 / Colombia West zone",9001,4218,18051,9807,1,0,8805,1,9201,8806,1000000,9001,8802,-77.04513,9110,8801,4.355657,9110,8807,1000000,9001,,,,,,
+21897,"Bogota 1975 / Colombia Bogota zone",9001,4218,18052,9807,1,0,8807,1000000,9001,8806,1000000,9001,8801,4.355657,9110,8805,1,9201,8802,-74.04513,9110,,,,,,
+21898,"Bogota 1975 / Colombia East Central zone",9001,4218,18053,9807,1,0,8802,-71.04513,9110,8805,1,9201,8807,1000000,9001,8806,1000000,9001,8801,4.355657,9110,,,,,,
+21899,"Bogota 1975 / Colombia East",9001,4218,18054,9807,1,0,8806,1000000,9001,8805,1,9201,8807,1000000,9001,8801,4.355657,9110,8802,-68.04513,9110,,,,,,
+22032,"Camacupa / UTM zone 32S",9001,4220,16132,9807,1,0,8802,9,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+22033,"Camacupa / UTM zone 33S",9001,4220,16133,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,15,9102,,,,,,
+22091,"Camacupa / TM 11.30 SE",9001,4220,16611,9807,1,0,8801,0,9110,8807,10000000,9001,8802,11.3,9110,8806,500000,9001,8805,0.9996,9201,,,,,,
+22092,"Camacupa / TM 12 SE",9001,4220,16612,9807,1,0,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,8801,0,9102,8802,12,9102,,,,,,
+22171,"POSGAR 98 / Argentina 1",9001,4190,18031,9807,1,0,8805,1,9201,8802,-72,9102,8806,1500000,9001,8801,-90,9102,8807,0,9001,,,,,,
+22172,"POSGAR 98 / Argentina 2",9001,4190,18032,9807,1,0,8807,0,9001,8802,-69,9102,8806,2500000,9001,8805,1,9201,8801,-90,9102,,,,,,
+22173,"POSGAR 98 / Argentina 3",9001,4190,18033,9807,1,0,8801,-90,9102,8802,-66,9102,8805,1,9201,8807,0,9001,8806,3500000,9001,,,,,,
+22174,"POSGAR 98 / Argentina 4",9001,4190,18034,9807,1,0,8806,4500000,9001,8807,0,9001,8801,-90,9102,8802,-63,9102,8805,1,9201,,,,,,
+22175,"POSGAR 98 / Argentina 5",9001,4190,18035,9807,1,0,8806,5500000,9001,8802,-60,9102,8807,0,9001,8805,1,9201,8801,-90,9102,,,,,,
+22176,"POSGAR 98 / Argentina 6",9001,4190,18036,9807,1,0,8802,-57,9102,8805,1,9201,8801,-90,9102,8807,0,9001,8806,6500000,9001,,,,,,
+22177,"POSGAR 98 / Argentina 7",9001,4190,18037,9807,1,0,8807,0,9001,8806,7500000,9001,8801,-90,9102,8805,1,9201,8802,-54,9102,,,,,,
+22181,"POSGAR 94 / Argentina 1",9001,4694,18031,9807,1,0,8805,1,9201,8802,-72,9102,8806,1500000,9001,8801,-90,9102,8807,0,9001,,,,,,
+22182,"POSGAR 94 / Argentina 2",9001,4694,18032,9807,1,0,8807,0,9001,8802,-69,9102,8806,2500000,9001,8805,1,9201,8801,-90,9102,,,,,,
+22183,"POSGAR 94 / Argentina 3",9001,4694,18033,9807,1,0,8801,-90,9102,8802,-66,9102,8805,1,9201,8807,0,9001,8806,3500000,9001,,,,,,
+22184,"POSGAR 94 / Argentina 4",9001,4694,18034,9807,1,0,8806,4500000,9001,8807,0,9001,8801,-90,9102,8802,-63,9102,8805,1,9201,,,,,,
+22185,"POSGAR 94 / Argentina 5",9001,4694,18035,9807,1,0,8806,5500000,9001,8802,-60,9102,8807,0,9001,8805,1,9201,8801,-90,9102,,,,,,
+22186,"POSGAR 94 / Argentina 6",9001,4694,18036,9807,1,0,8802,-57,9102,8805,1,9201,8801,-90,9102,8807,0,9001,8806,6500000,9001,,,,,,
+22187,"POSGAR 94 / Argentina 7",9001,4694,18037,9807,1,0,8807,0,9001,8806,7500000,9001,8801,-90,9102,8805,1,9201,8802,-54,9102,,,,,,
+22191,"Campo Inchauspe / Argentina 1",9001,4221,18031,9807,1,0,8805,1,9201,8802,-72,9102,8806,1500000,9001,8801,-90,9102,8807,0,9001,,,,,,
+22192,"Campo Inchauspe / Argentina 2",9001,4221,18032,9807,1,0,8807,0,9001,8802,-69,9102,8806,2500000,9001,8805,1,9201,8801,-90,9102,,,,,,
+22193,"Campo Inchauspe / Argentina 3",9001,4221,18033,9807,1,0,8801,-90,9102,8802,-66,9102,8805,1,9201,8807,0,9001,8806,3500000,9001,,,,,,
+22194,"Campo Inchauspe / Argentina 4",9001,4221,18034,9807,1,0,8806,4500000,9001,8807,0,9001,8801,-90,9102,8802,-63,9102,8805,1,9201,,,,,,
+22195,"Campo Inchauspe / Argentina 5",9001,4221,18035,9807,1,0,8806,5500000,9001,8802,-60,9102,8807,0,9001,8805,1,9201,8801,-90,9102,,,,,,
+22196,"Campo Inchauspe / Argentina 6",9001,4221,18036,9807,1,0,8802,-57,9102,8805,1,9201,8801,-90,9102,8807,0,9001,8806,6500000,9001,,,,,,
+22197,"Campo Inchauspe / Argentina 7",9001,4221,18037,9807,1,0,8807,0,9001,8806,7500000,9001,8801,-90,9102,8805,1,9201,8802,-54,9102,,,,,,
+22234,"Cape / UTM zone 34S",9001,4222,16134,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,21,9102,8801,0,9102,,,,,,
+22235,"Cape / UTM zone 35S",9001,4222,16135,9807,1,0,8805,0.9996,9201,8802,27,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+22236,"Cape / UTM zone 36S",9001,4222,16136,9807,1,0,8801,0,9102,8807,10000000,9001,8802,33,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+22275,"Cape / Lo15",9001,4222,17515,9808,1,0,8806,0,9001,8802,15,9102,8801,0,9102,8805,1,9201,8807,0,9001,,,,,,
+22277,"Cape / Lo17",9001,4222,17517,9808,1,0,8805,1,9201,8802,17,9102,8806,0,9001,8801,0,9102,8807,0,9001,,,,,,
+22279,"Cape / Lo19",9001,4222,17519,9808,1,0,8802,19,9102,8807,0,9001,8801,0,9102,8806,0,9001,8805,1,9201,,,,,,
+22281,"Cape / Lo21",9001,4222,17521,9808,1,0,8805,1,9201,8802,21,9102,8801,0,9102,8806,0,9001,8807,0,9001,,,,,,
+22283,"Cape / Lo23",9001,4222,17523,9808,1,0,8801,0,9102,8805,1,9201,8806,0,9001,8802,23,9102,8807,0,9001,,,,,,
+22285,"Cape / Lo25",9001,4222,17525,9808,1,0,8805,1,9201,8801,0,9102,8802,25,9102,8807,0,9001,8806,0,9001,,,,,,
+22287,"Cape / Lo27",9001,4222,17527,9808,1,0,8801,0,9102,8806,0,9001,8805,1,9201,8802,27,9102,8807,0,9001,,,,,,
+22289,"Cape / Lo29",9001,4222,17529,9808,1,0,8801,0,9102,8807,0,9001,8806,0,9001,8805,1,9201,8802,29,9102,,,,,,
+22291,"Cape / Lo31",9001,4222,17531,9808,1,0,8807,0,9001,8806,0,9001,8805,1,9201,8802,31,9102,8801,0,9102,,,,,,
+22293,"Cape / Lo33",9001,4222,17533,9808,1,0,8802,33,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,0,9001,,,,,,
+22300,"Carthage (Paris) / Tunisia Mining Grid",9036,4816,19937,9816,1,0,8826,270,9036,8822,7.83445,9105,8827,582,9036,8821,38.81973,9105,,,,,,,,,
+22332,"Carthage / UTM zone 32N",9001,4223,16032,9807,1,0,8805,0.9996,9201,8802,9,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+22391,"Carthage / Nord Tunisie",9001,4223,18181,9801,1,0,8806,500000,9001,8805,0.999625544,9201,8807,300000,9001,8801,40,9105,8802,11,9105,,,,,,
+22392,"Carthage / Sud Tunisie",9001,4223,18182,9801,1,0,8807,300000,9001,8806,500000,9001,8805,0.999625769,9201,8801,37,9105,8802,11,9105,,,,,,
+22521,"Corrego Alegre / UTM zone 21S",9001,4225,16121,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,10000000,9001,,,,,,
+22522,"Corrego Alegre / UTM zone 22S",9001,4225,16122,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-51,9102,8801,0,9102,8807,10000000,9001,,,,,,
+22523,"Corrego Alegre / UTM zone 23S",9001,4225,16123,9807,1,0,8802,-45,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+22524,"Corrego Alegre / UTM zone 24S",9001,4225,16124,9807,1,0,8805,0.9996,9201,8802,-39,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+22525,"Corrego Alegre / UTM zone 25S",9001,4225,16125,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-33,9102,,,,,,
+22700,"Deir ez Zor / Levant Zone",9001,4227,19940,9817,1,0,8805,0.9996256,9201,8807,300000,9001,8802,37.21,9110,8806,300000,9001,8801,34.39,9110,,,,,,
+22770,"Deir ez Zor / Syria Lambert",9001,4227,19948,9801,1,0,8807,300000,9001,8801,34.39,9110,8806,300000,9001,8805,0.9996256,9201,8802,37.21,9110,,,,,,
+22780,"Deir ez Zor / Levant Stereographic",9001,4227,19949,9809,1,0,8802,43.5,9105,8806,0,9001,8801,38,9105,8805,0.9995341,9201,8807,0,9001,,,,,,
+22832,"Douala / UTM zone 32N",9001,4228,16032,9807,1,1,8805,0.9996,9201,8802,9,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+22991,"Egypt 1907 / Blue Belt",9001,4229,18071,9807,1,0,8806,300000,9001,8805,1,9201,8802,35,9102,8807,1100000,9001,8801,30,9102,,,,,,
+22992,"Egypt 1907 / Red Belt",9001,4229,18072,9807,1,0,8802,31,9102,8801,30,9102,8806,615000,9001,8807,810000,9001,8805,1,9201,,,,,,
+22993,"Egypt 1907 / Purple Belt",9001,4229,18073,9807,1,0,8805,1,9201,8807,200000,9001,8801,30,9102,8802,27,9102,8806,700000,9001,,,,,,
+22994,"Egypt 1907 / Extended Purple Belt",9001,4229,18074,9807,1,0,8802,27,9102,8807,1200000,9001,8806,700000,9001,8805,1,9201,8801,30,9102,,,,,,
+23028,"ED50 / UTM zone 28N",9001,4230,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+23029,"ED50 / UTM zone 29N",9001,4230,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+23030,"ED50 / UTM zone 30N",9001,4230,16030,9807,1,0,8805,0.9996,9201,8802,-3,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+23031,"ED50 / UTM zone 31N",9001,4230,16031,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,3,9102,,,,,,
+23032,"ED50 / UTM zone 32N",9001,4230,16032,9807,1,0,8805,0.9996,9201,8802,9,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+23033,"ED50 / UTM zone 33N",9001,4230,16033,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,15,9102,8801,0,9102,,,,,,
+23034,"ED50 / UTM zone 34N",9001,4230,16034,9807,1,0,8801,0,9102,8807,0,9001,8802,21,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+23035,"ED50 / UTM zone 35N",9001,4230,16035,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,27,9102,8807,0,9001,,,,,,
+23036,"ED50 / UTM zone 36N",9001,4230,16036,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,33,9102,8801,0,9102,,,,,,
+23037,"ED50 / UTM zone 37N",9001,4230,16037,9807,1,0,8802,39,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+23038,"ED50 / UTM zone 38N",9001,4230,16038,9807,1,0,8802,45,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+23090,"ED50 / TM 0 N",9001,4230,16400,9807,1,0,8805,0.9996,9201,8802,0,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+23095,"ED50 / TM 5 NE",9001,4230,16405,9807,1,0,8805,0.9996,9201,8802,5,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+23239,"Fahud / UTM zone 39N",9001,4232,16039,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,51,9102,,,,,,
+23240,"Fahud / UTM zone 40N",9001,4232,16040,9807,1,0,8802,57,9102,8801,0,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
+23433,"Garoua / UTM zone 33N",9001,4234,16033,9807,1,1,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,15,9102,8801,0,9102,,,,,,
+23700,"HD72 / EOV",9001,4237,19931,9815,1,0,8814,90,9110,8812,19.02548584,9110,8816,650000,9001,8817,200000,9001,8813,90,9110,8811,47.08398174,9110,8815,0.99993,9201
+23830,"DGN95 / Indonesia TM-3 zone 46.2",9001,4755,17432,9807,1,0,8805,0.9999,9201,8801,0,9102,8802,94.5,9102,8807,1500000,9001,8806,200000,9001,,,,,,
+23831,"DGN95 / Indonesia TM-3 zone 47.1",9001,4755,17433,9807,1,0,8801,0,9102,8806,200000,9001,8805,0.9999,9201,8802,97.5,9102,8807,1500000,9001,,,,,,
+23832,"DGN95 / Indonesia TM-3 zone 47.2",9001,4755,17434,9807,1,0,8801,0,9102,8807,1500000,9001,8806,200000,9001,8805,0.9999,9201,8802,100.5,9102,,,,,,
+23833,"DGN95 / Indonesia TM-3 zone 48.1",9001,4755,17435,9807,1,0,8801,0,9102,8802,103.5,9102,8805,0.9999,9201,8807,1500000,9001,8806,200000,9001,,,,,,
+23834,"DGN95 / Indonesia TM-3 zone 48.2",9001,4755,17436,9807,1,0,8802,106.5,9102,8801,0,9102,8807,1500000,9001,8806,200000,9001,8805,0.9999,9201,,,,,,
+23835,"DGN95 / Indonesia TM-3 zone 49.1",9001,4755,17437,9807,1,0,8802,109.5,9102,8807,1500000,9001,8801,0,9102,8806,200000,9001,8805,0.9999,9201,,,,,,
+23836,"DGN95 / Indonesia TM-3 zone 49.2",9001,4755,17438,9807,1,0,8801,0,9102,8805,0.9999,9201,8802,112.5,9102,8806,200000,9001,8807,1500000,9001,,,,,,
+23837,"DGN95 / Indonesia TM-3 zone 50.1",9001,4755,17439,9807,1,0,8801,0,9102,8805,0.9999,9201,8802,115.5,9102,8807,1500000,9001,8806,200000,9001,,,,,,
+23838,"DGN95 / Indonesia TM-3 zone 50.2",9001,4755,17440,9807,1,0,8805,0.9999,9201,8801,0,9102,8802,118.5,9102,8807,1500000,9001,8806,200000,9001,,,,,,
+23839,"DGN95 / Indonesia TM-3 zone 51.1",9001,4755,17441,9807,1,0,8802,121.5,9102,8805,0.9999,9201,8807,1500000,9001,8806,200000,9001,8801,0,9102,,,,,,
+23840,"DGN95 / Indonesia TM-3 zone 51.2",9001,4755,17442,9807,1,0,8806,200000,9001,8805,0.9999,9201,8802,124.5,9102,8801,0,9102,8807,1500000,9001,,,,,,
+23841,"DGN95 / Indonesia TM-3 zone 52.1",9001,4755,17443,9807,1,0,8806,200000,9001,8802,127.5,9102,8801,0,9102,8805,0.9999,9201,8807,1500000,9001,,,,,,
+23842,"DGN95 / Indonesia TM-3 zone 52.2",9001,4755,17444,9807,1,0,8801,0,9102,8802,130.5,9102,8805,0.9999,9201,8807,1500000,9001,8806,200000,9001,,,,,,
+23843,"DGN95 / Indonesia TM-3 zone 53.1",9001,4755,17445,9807,1,0,8802,133.5,9102,8807,1500000,9001,8801,0,9102,8806,200000,9001,8805,0.9999,9201,,,,,,
+23844,"DGN95 / Indonesia TM-3 zone 53.2",9001,4755,17446,9807,1,0,8805,0.9999,9201,8802,136.5,9102,8801,0,9102,8806,200000,9001,8807,1500000,9001,,,,,,
+23845,"DGN95 / Indonesia TM-3 zone 54.1",9001,4755,17447,9807,1,0,8806,200000,9001,8801,0,9102,8805,0.9999,9201,8807,1500000,9001,8802,139.5,9102,,,,,,
+23846,"ID74 / UTM zone 46N",9001,4238,16046,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,93,9102,8801,0,9102,,,,,,
+23847,"ID74 / UTM zone 47N",9001,4238,16047,9807,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,99,9102,,,,,,
+23848,"ID74 / UTM zone 48N",9001,4238,16048,9807,1,0,8805,0.9996,9201,8802,105,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+23849,"ID74 / UTM zone 49N",9001,4238,16049,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,111,9102,8801,0,9102,8807,0,9001,,,,,,
+23850,"ID74 / UTM zone 50N",9001,4238,16050,9807,1,0,8801,0,9102,8807,0,9001,8802,117,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+23851,"ID74 / UTM zone 51N",9001,4238,16051,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,123,9102,8807,0,9001,,,,,,
+23852,"ID74 / UTM zone 52N",9001,4238,16052,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,129,9102,8801,0,9102,,,,,,
+23853,"ID74 / UTM zone 53N",9001,4238,16053,9807,1,1,8801,0,9102,8802,135,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+23866,"DGN95 / UTM zone 46N",9001,4755,16046,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,93,9102,8801,0,9102,,,,,,
+23867,"DGN95 / UTM zone 47N",9001,4755,16047,9807,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,99,9102,,,,,,
+23868,"DGN95 / UTM zone 48N",9001,4755,16048,9807,1,0,8805,0.9996,9201,8802,105,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+23869,"DGN95 / UTM zone 49N",9001,4755,16049,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,111,9102,8801,0,9102,8807,0,9001,,,,,,
+23870,"DGN95 / UTM zone 50N",9001,4755,16050,9807,1,0,8801,0,9102,8807,0,9001,8802,117,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+23871,"DGN95 / UTM zone 51N",9001,4755,16051,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,123,9102,8807,0,9001,,,,,,
+23872,"DGN95 / UTM zone 52N",9001,4755,16052,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,129,9102,8801,0,9102,,,,,,
+23877,"DGN95 / UTM zone 47S",9001,4755,16147,9807,1,0,8802,99,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+23878,"DGN95 / UTM zone 48S",9001,4755,16148,9807,1,0,8802,105,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+23879,"DGN95 / UTM zone 49S",9001,4755,16149,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,111,9102,,,,,,
+23880,"DGN95 / UTM zone 50S",9001,4755,16150,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,117,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+23881,"DGN95 / UTM zone 51S",9001,4755,16151,9807,1,0,8805,0.9996,9201,8802,123,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+23882,"DGN95 / UTM zone 52S",9001,4755,16152,9807,1,0,8801,0,9102,8807,10000000,9001,8802,129,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+23883,"DGN95 / UTM zone 53S",9001,4755,16153,9807,1,0,8805,0.9996,9201,8802,135,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+23884,"DGN95 / UTM zone 54S",9001,4755,16154,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,141,9102,8801,0,9102,8807,10000000,9001,,,,,,
+23886,"ID74 / UTM zone 46S",9001,4238,16146,9807,1,1,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,93,9102,8801,0,9102,,,,,,
+23887,"ID74 / UTM zone 47S",9001,4238,16147,9807,1,0,8802,99,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+23888,"ID74 / UTM zone 48S",9001,4238,16148,9807,1,0,8802,105,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+23889,"ID74 / UTM zone 49S",9001,4238,16149,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,111,9102,,,,,,
+23890,"ID74 / UTM zone 50S",9001,4238,16150,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,117,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+23891,"ID74 / UTM zone 51S",9001,4238,16151,9807,1,0,8805,0.9996,9201,8802,123,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+23892,"ID74 / UTM zone 52S",9001,4238,16152,9807,1,0,8801,0,9102,8807,10000000,9001,8802,129,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+23893,"ID74 / UTM zone 53S",9001,4238,16153,9807,1,0,8805,0.9996,9201,8802,135,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+23894,"ID74 / UTM zone 54S",9001,4238,16154,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,141,9102,8801,0,9102,8807,10000000,9001,,,,,,
+23946,"Indian 1954 / UTM zone 46N",9001,4239,16046,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,93,9102,8801,0,9102,,,,,,
+23947,"Indian 1954 / UTM zone 47N",9001,4239,16047,9807,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,99,9102,,,,,,
+23948,"Indian 1954 / UTM zone 48N",9001,4239,16048,9807,1,0,8805,0.9996,9201,8802,105,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+24047,"Indian 1975 / UTM zone 47N",9001,4240,16047,9807,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,99,9102,,,,,,
+24048,"Indian 1975 / UTM zone 48N",9001,4240,16048,9807,1,0,8805,0.9996,9201,8802,105,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+24100,"Jamaica 1875 / Jamaica (Old Grid)",9005,4241,19909,9801,1,0,8806,550000,9005,8807,400000,9005,8801,18,9102,8805,1,9201,8802,-77,9102,,,,,,
+24200,"JAD69 / Jamaica National Grid",9001,4242,19910,9801,1,0,8807,150000,9001,8806,250000,9001,8802,-77,9102,8805,1,9201,8801,18,9102,,,,,,
+24305,"Kalianpur 1937 / UTM zone 45N",9001,4144,16045,9807,1,0,8802,87,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+24306,"Kalianpur 1937 / UTM zone 46N",9001,4144,16046,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,93,9102,8801,0,9102,,,,,,
+24311,"Kalianpur 1962 / UTM zone 41N",9001,4145,16041,9807,1,0,8805,0.9996,9201,8802,63,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+24312,"Kalianpur 1962 / UTM zone 42N",9001,4145,16042,9807,1,0,8801,0,9102,8807,0,9001,8802,69,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+24313,"Kalianpur 1962 / UTM zone 43N",9001,4145,16043,9807,1,0,8802,75,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+24342,"Kalianpur 1975 / UTM zone 42N",9001,4146,16042,9807,1,0,8801,0,9102,8807,0,9001,8802,69,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+24343,"Kalianpur 1975 / UTM zone 43N",9001,4146,16043,9807,1,0,8802,75,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+24344,"Kalianpur 1975 / UTM zone 44N",9001,4146,16044,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,81,9102,8801,0,9102,8807,0,9001,,,,,,
+24345,"Kalianpur 1975 / UTM zone 45N",9001,4146,16045,9807,1,0,8802,87,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+24346,"Kalianpur 1975 / UTM zone 46N",9001,4146,16046,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,93,9102,8801,0,9102,,,,,,
+24347,"Kalianpur 1975 / UTM zone 47N",9001,4146,16047,9807,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,99,9102,,,,,,
+24370,"Kalianpur 1880 / India zone 0",9084,4243,18110,9801,1,0,8807,2590000,9084,8802,68,9110,8801,39.3,9110,8805,0.99846154,9201,8806,2355500,9084,,,,,,
+24371,"Kalianpur 1880 / India zone I",9084,4243,18111,9801,1,0,8807,1000000,9084,8801,32.3,9110,8802,68,9110,8806,3000000,9084,8805,0.99878641,9201,,,,,,
+24372,"Kalianpur 1880 / India zone IIa",9084,4243,18112,9801,1,0,8805,0.99878641,9201,8807,1000000,9084,8801,26,9102,8806,3000000,9084,8802,74,9102,,,,,,
+24373,"Kalianpur 1880 / India zone III",9084,4243,18114,9801,1,0,8801,19,9102,8802,80,9102,8805,0.99878641,9201,8807,1000000,9084,8806,3000000,9084,,,,,,
+24374,"Kalianpur 1880 / India zone IV",9084,4243,18116,9801,1,0,8805,0.99878641,9201,8802,80,9102,8801,12,9102,8806,3000000,9084,8807,1000000,9084,,,,,,
+24375,"Kalianpur 1937 / India zone IIb",9001,4144,18238,9801,1,0,8802,90,9102,8801,26,9102,8805,0.99878641,9201,8807,914395.23,9001,8806,2743185.69,9001,,,,,,
+24376,"Kalianpur 1962 / India zone I",9001,4145,18236,9801,1,0,8807,914398.8,9001,8806,2743196.4,9001,8805,0.99878641,9201,8801,32.3,9110,8802,68,9110,,,,,,
+24377,"Kalianpur 1962 / India zone IIa",9001,4145,18237,9801,1,0,8805,0.99878641,9201,8802,74,9102,8807,914398.8,9001,8801,26,9102,8806,2743196.4,9001,,,,,,
+24378,"Kalianpur 1975 / India zone I",9001,4146,18231,9801,1,0,8801,32.3,9110,8802,68,9110,8807,914398.5,9001,8806,2743195.5,9001,8805,0.99878641,9201,,,,,,
+24379,"Kalianpur 1975 / India zone IIa",9001,4146,18232,9801,1,0,8806,2743195.5,9001,8801,26,9102,8802,74,9102,8805,0.99878641,9201,8807,914398.5,9001,,,,,,
+24380,"Kalianpur 1975 / India zone IIb",9001,4146,18235,9801,1,0,8802,90,9102,8805,0.99878641,9201,8806,2743195.5,9001,8801,26,9102,8807,914398.5,9001,,,,,,
+24381,"Kalianpur 1975 / India zone III",9001,4146,18233,9801,1,0,8802,80,9102,8801,19,9102,8806,2743195.5,9001,8805,0.99878641,9201,8807,914398.5,9001,,,,,,
+24382,"Kalianpur 1880 / India zone IIb",9084,4243,18113,9801,1,0,8807,1000000,9084,8802,90,9102,8801,26,9102,8805,0.99878641,9201,8806,3000000,9084,,,,,,
+24383,"Kalianpur 1975 / India zone IV",9001,4146,18234,9801,1,0,8806,2743195.5,9001,8802,80,9102,8801,12,9102,8807,914398.5,9001,8805,0.99878641,9201,,,,,,
+24500,"Kertau 1968 / Singapore Grid",9001,4245,19920,9806,1,0,8807,30000,9001,8806,30000,9001,8802,103.5110808,9110,8801,1.1715528,9110,,,,,,,,,
+24547,"Kertau 1968 / UTM zone 47N",9001,4245,16047,9807,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,99,9102,,,,,,
+24548,"Kertau 1968 / UTM zone 48N",9001,4245,16048,9807,1,0,8805,0.9996,9201,8802,105,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+24571,"Kertau / R.S.O. Malaya (ch)",9062,4245,19935,9812,1,1,8806,40000,9062,8814,323.07483685,9110,8812,102.15,9110,8807,0,9062,8815,0.99984,9201,8811,4,9110,8813,323.01328458,9110
+24600,KOC Lambert,9001,4246,19906,9801,1,0,8802,45,9110,8807,1166200,9001,8801,32.3,9110,8806,1500000,9001,8805,0.9987864078,9201,,,,,,
+24718,"La Canoa / UTM zone 18N",9001,4247,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+24719,"La Canoa / UTM zone 19N",9001,4247,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+24720,"La Canoa / UTM zone 20N",9001,4247,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+24817,"PSAD56 / UTM zone 17N",9001,4248,16017,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+24818,"PSAD56 / UTM zone 18N",9001,4248,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+24819,"PSAD56 / UTM zone 19N",9001,4248,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+24820,"PSAD56 / UTM zone 20N",9001,4248,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+24821,"PSAD56 / UTM zone 21N",9001,4248,16021,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+24877,"PSAD56 / UTM zone 17S",9001,4248,16117,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-81,9102,,,,,,
+24878,"PSAD56 / UTM zone 18S",9001,4248,16118,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,-75,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+24879,"PSAD56 / UTM zone 19S",9001,4248,16119,9807,1,0,8805,0.9996,9201,8802,-69,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+24880,"PSAD56 / UTM zone 20S",9001,4248,16120,9807,1,0,8801,0,9102,8807,10000000,9001,8802,-63,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+24881,"PSAD56 / UTM zone 21S",9001,4248,16121,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,10000000,9001,,,,,,
+24882,"PSAD56 / UTM zone 22S",9001,4248,16122,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-51,9102,8801,0,9102,8807,10000000,9001,,,,,,
+24891,"PSAD56 / Peru west zone",9001,4248,18161,9807,1,0,8807,1426834.743,9001,8806,222000,9001,8805,0.99983008,9201,8802,-80.3,9110,8801,-6,9110,,,,,,
+24892,"PSAD56 / Peru central zone",9001,4248,18162,9807,1,0,8801,-9.3,9110,8806,720000,9001,8805,0.99932994,9201,8807,1039979.159,9001,8802,-76,9110,,,,,,
+24893,"PSAD56 / Peru east zone",9001,4248,18163,9807,1,0,8805,0.99952992,9201,8801,-9.3,9110,8806,1324000,9001,8807,1040084.558,9001,8802,-70.3,9110,,,,,,
+25000,"Leigon / Ghana Metre Grid",9001,4250,19904,9807,1,0,8801,4.4,9110,8806,274319.51,9001,8805,0.99975,9201,8807,0,9001,8802,-1,9110,,,,,,
+25231,"Lome / UTM zone 31N",9001,4252,16031,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,3,9102,,,,,,
+25391,"Luzon 1911 / Philippines zone I",9001,4253,18171,9807,1,0,8801,0,9102,8805,0.99995,9201,8807,0,9001,8802,117,9102,8806,500000,9001,,,,,,
+25392,"Luzon 1911 / Philippines zone II",9001,4253,18172,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8802,119,9102,8805,0.99995,9201,,,,,,
+25393,"Luzon 1911 / Philippines zone III",9001,4253,18173,9807,1,0,8801,0,9102,8802,121,9102,8806,500000,9001,8805,0.99995,9201,8807,0,9001,,,,,,
+25394,"Luzon 1911 / Philippines zone IV",9001,4253,18174,9807,1,0,8806,500000,9001,8807,0,9001,8805,0.99995,9201,8801,0,9102,8802,123,9102,,,,,,
+25395,"Luzon 1911 / Philippines zone V",9001,4253,18175,9807,1,0,8802,125,9102,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.99995,9201,,,,,,
+25700,"Makassar (Jakarta) / NEIEZ",9001,4804,19905,9804,1,1,8806,3900000,9001,8805,0.997,9201,8801,0,9102,8802,110,9102,8807,900000,9001,,,,,,
+25828,"ETRS89 / UTM zone 28N",9001,4258,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+25829,"ETRS89 / UTM zone 29N",9001,4258,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+25830,"ETRS89 / UTM zone 30N",9001,4258,16030,9807,1,0,8805,0.9996,9201,8802,-3,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+25831,"ETRS89 / UTM zone 31N",9001,4258,16031,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,3,9102,,,,,,
+25832,"ETRS89 / UTM zone 32N",9001,4258,16032,9807,1,0,8805,0.9996,9201,8802,9,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+25833,"ETRS89 / UTM zone 33N",9001,4258,16033,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,15,9102,8801,0,9102,,,,,,
+25834,"ETRS89 / UTM zone 34N",9001,4258,16034,9807,1,0,8801,0,9102,8807,0,9001,8802,21,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+25835,"ETRS89 / UTM zone 35N",9001,4258,16035,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,27,9102,8807,0,9001,,,,,,
+25836,"ETRS89 / UTM zone 36N",9001,4258,16036,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,33,9102,8801,0,9102,,,,,,
+25837,"ETRS89 / UTM zone 37N",9001,4258,16037,9807,1,0,8802,39,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+25838,"ETRS89 / UTM zone 38N",9001,4258,16038,9807,1,0,8802,45,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+25884,"ETRS89 / TM Baltic93",9001,4258,19939,9807,1,0,8807,0,9001,8801,0,9102,8802,24,9102,8805,0.9996,9201,8806,500000,9001,,,,,,
+25932,"Malongo 1987 / UTM zone 32S",9001,4259,16132,9807,1,0,8802,9,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+26191,"Merchich / Nord Maroc",9001,4261,18131,9801,1,0,8805,0.999625769,9201,8802,-6,9105,8806,500000,9001,8801,37,9105,8807,300000,9001,,,,,,
+26192,"Merchich / Sud Maroc",9001,4261,18132,9801,1,0,8807,300000,9001,8805,0.999615596,9201,8806,500000,9001,8802,-6,9105,8801,33,9105,,,,,,
+26193,"Merchich / Sahara",9001,4261,18133,9801,1,1,8801,29,9105,8802,-6,9105,8805,0.9996,9201,8807,400000,9001,8806,1200000,9001,,,,,,
+26194,"Merchich / Sahara Nord",9001,4261,18134,9801,1,0,8806,1200000,9001,8807,400000,9001,8801,29,9105,8802,-6,9105,8805,0.999616304,9201,,,,,,
+26195,"Merchich / Sahara Sud",9001,4261,18135,9801,1,0,8806,1500000,9001,8805,0.999616437,9201,8807,400000,9001,8801,25,9105,8802,-6,9105,,,,,,
+26237,"Massawa / UTM zone 37N",9001,4262,16037,9807,1,0,8802,39,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+26331,"Minna / UTM zone 31N",9001,4263,16031,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,3,9102,,,,,,
+26332,"Minna / UTM zone 32N",9001,4263,16032,9807,1,0,8805,0.9996,9201,8802,9,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+26391,"Minna / Nigeria West Belt",9001,4263,18151,9807,1,0,8801,4,9110,8807,0,9001,8802,4.3,9110,8806,230738.26,9001,8805,0.99975,9201,,,,,,
+26392,"Minna / Nigeria Mid Belt",9001,4263,18152,9807,1,0,8805,0.99975,9201,8802,8.3,9110,8807,0,9001,8801,4,9110,8806,670553.98,9001,,,,,,
+26393,"Minna / Nigeria East Belt",9001,4263,18153,9807,1,0,8802,12.3,9110,8801,4,9110,8805,0.99975,9201,8806,1110369.7,9001,8807,0,9001,,,,,,
+26432,"Mhast / UTM zone 32S",9001,4264,16132,9807,1,1,8802,9,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+26591,"Monte Mario (Rome) / Italy zone 1",9001,4806,18121,9807,1,1,8802,9,9102,8807,0,9001,8806,1500000,9001,8805,0.9996,9201,8801,0,9102,,,,,,
+26592,"Monte Mario (Rome) / Italy zone 2",9001,4806,18122,9807,1,1,8801,0,9102,8806,2520000,9001,8805,0.9996,9201,8802,15,9102,8807,0,9001,,,,,,
+26632,"M'poraloko / UTM zone 32N",9001,4266,16032,9807,1,0,8805,0.9996,9201,8802,9,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+26692,"M'poraloko / UTM zone 32S",9001,4266,16132,9807,1,0,8802,9,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+26701,"NAD27 / UTM zone 1N",9001,4267,16001,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-177,9102,8801,0,9102,,,,,,
+26702,"NAD27 / UTM zone 2N",9001,4267,16002,9807,1,0,8801,0,9102,8807,0,9001,8802,-171,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+26703,"NAD27 / UTM zone 3N",9001,4267,16003,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-165,9102,8807,0,9001,,,,,,
+26704,"NAD27 / UTM zone 4N",9001,4267,16004,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-159,9102,8801,0,9102,,,,,,
+26705,"NAD27 / UTM zone 5N",9001,4267,16005,9807,1,0,8802,-153,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+26706,"NAD27 / UTM zone 6N",9001,4267,16006,9807,1,0,8802,-147,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+26707,"NAD27 / UTM zone 7N",9001,4267,16007,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-141,9102,,,,,,
+26708,"NAD27 / UTM zone 8N",9001,4267,16008,9807,1,0,8805,0.9996,9201,8802,-135,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+26709,"NAD27 / UTM zone 9N",9001,4267,16009,9807,1,0,8805,0.9996,9201,8802,-129,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+26710,"NAD27 / UTM zone 10N",9001,4267,16010,9807,1,0,8801,0,9102,8807,0,9001,8802,-123,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+26711,"NAD27 / UTM zone 11N",9001,4267,16011,9807,1,0,8802,-117,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+26712,"NAD27 / UTM zone 12N",9001,4267,16012,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-111,9102,8801,0,9102,8807,0,9001,,,,,,
+26713,"NAD27 / UTM zone 13N",9001,4267,16013,9807,1,0,8802,-105,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+26714,"NAD27 / UTM zone 14N",9001,4267,16014,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-99,9102,8801,0,9102,8807,0,9001,,,,,,
+26715,"NAD27 / UTM zone 15N",9001,4267,16015,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-93,9102,,,,,,
+26716,"NAD27 / UTM zone 16N",9001,4267,16016,9807,1,0,8805,0.9996,9201,8802,-87,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+26717,"NAD27 / UTM zone 17N",9001,4267,16017,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+26718,"NAD27 / UTM zone 18N",9001,4267,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+26719,"NAD27 / UTM zone 19N",9001,4267,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+26720,"NAD27 / UTM zone 20N",9001,4267,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+26721,"NAD27 / UTM zone 21N",9001,4267,16021,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+26722,"NAD27 / UTM zone 22N",9001,4267,16022,9807,1,0,8802,-51,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+26729,"NAD27 / Alabama East",9003,4267,10101,9807,1,0,8801,30.3,9110,8802,-85.5,9110,8805,0.99996,9201,8806,500000,9003,8807,0,9003,,,,,,
+26730,"NAD27 / Alabama West",9003,4267,10102,9807,1,0,8801,30,9110,8802,-87.3,9110,8805,0.999933333,9201,8806,500000,9003,8807,0,9003,,,,,,
+26731,"NAD27 / Alaska zone 1",9003,4267,15001,9812,1,0,8806,16404166.67,9003,8807,-16404166.67,9003,8811,57,9110,8812,-133.4,9110,8813,323.07483685,9110,8814,323.07483685,9110,8815,0.9999,9201
+26732,"NAD27 / Alaska zone 2",9003,4267,15002,9807,1,0,8801,54,9102,8802,-142,9102,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
+26733,"NAD27 / Alaska zone 3",9003,4267,15003,9807,1,0,8801,54,9102,8802,-146,9102,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
+26734,"NAD27 / Alaska zone 4",9003,4267,15004,9807,1,0,8801,54,9102,8802,-150,9102,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
+26735,"NAD27 / Alaska zone 5",9003,4267,15005,9807,1,0,8801,54,9102,8802,-154,9102,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
+26736,"NAD27 / Alaska zone 6",9003,4267,15006,9807,1,0,8801,54,9102,8802,-158,9102,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
+26737,"NAD27 / Alaska zone 7",9003,4267,15007,9807,1,0,8801,54,9102,8802,-162,9102,8805,0.9999,9201,8806,700000,9003,8807,0,9003,,,,,,
+26738,"NAD27 / Alaska zone 8",9003,4267,15008,9807,1,0,8801,54,9102,8802,-166,9102,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
+26739,"NAD27 / Alaska zone 9",9003,4267,15009,9807,1,0,8801,54,9102,8802,-170,9102,8805,0.9999,9201,8806,600000,9003,8807,0,9003,,,,,,
+26740,"NAD27 / Alaska zone 10",9003,4267,15010,9802,1,0,8821,51,9110,8822,-176,9110,8823,53.5,9110,8824,51.5,9110,8826,3000000,9003,8827,0,9003,,,
+26741,"NAD27 / California zone I",9003,4267,10401,9802,1,0,8821,39.2,9110,8822,-122,9110,8823,41.4,9110,8824,40,9110,8826,2000000,9003,8827,0,9003,,,
+26742,"NAD27 / California zone II",9003,4267,10402,9802,1,0,8821,37.4,9110,8822,-122,9110,8823,39.5,9110,8824,38.2,9110,8826,2000000,9003,8827,0,9003,,,
+26743,"NAD27 / California zone III",9003,4267,10403,9802,1,0,8821,36.3,9110,8822,-120.3,9110,8823,38.26,9110,8824,37.04,9110,8826,2000000,9003,8827,0,9003,,,
+26744,"NAD27 / California zone IV",9003,4267,10404,9802,1,0,8821,35.2,9110,8822,-119,9110,8823,37.15,9110,8824,36,9110,8826,2000000,9003,8827,0,9003,,,
+26745,"NAD27 / California zone V",9003,4267,10405,9802,1,0,8821,33.3,9110,8822,-118,9110,8823,35.28,9110,8824,34.02,9110,8826,2000000,9003,8827,0,9003,,,
+26746,"NAD27 / California zone VI",9003,4267,10406,9802,1,0,8821,32.1,9110,8822,-116.15,9110,8823,33.53,9110,8824,32.47,9110,8826,2000000,9003,8827,0,9003,,,
+26747,"NAD27 / California zone VII",9003,4267,10407,9802,1,1,8821,34.08,9110,8822,-118.2,9110,8823,34.25,9110,8824,33.52,9110,8826,4186692.58,9003,8827,416926.74,9003,,,
+26748,"NAD27 / Arizona East",9003,4267,10201,9807,1,0,8801,31,9110,8802,-110.1,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
+26749,"NAD27 / Arizona Central",9003,4267,10202,9807,1,0,8801,31,9110,8802,-111.55,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
+26750,"NAD27 / Arizona West",9003,4267,10203,9807,1,0,8801,31,9110,8802,-113.45,9110,8805,0.999933333,9201,8806,500000,9003,8807,0,9003,,,,,,
+26751,"NAD27 / Arkansas North",9003,4267,10301,9802,1,0,8821,34.2,9110,8822,-92,9110,8823,36.14,9110,8824,34.56,9110,8826,2000000,9003,8827,0,9003,,,
+26752,"NAD27 / Arkansas South",9003,4267,10302,9802,1,0,8821,32.4,9110,8822,-92,9110,8823,34.46,9110,8824,33.18,9110,8826,2000000,9003,8827,0,9003,,,
+26753,"NAD27 / Colorado North",9003,4267,10501,9802,1,0,8821,39.2,9110,8822,-105.3,9110,8823,39.43,9110,8824,40.47,9110,8826,2000000,9003,8827,0,9003,,,
+26754,"NAD27 / Colorado Central",9003,4267,10502,9802,1,0,8821,37.5,9110,8822,-105.3,9110,8823,39.45,9110,8824,38.27,9110,8826,2000000,9003,8827,0,9003,,,
+26755,"NAD27 / Colorado South",9003,4267,10503,9802,1,0,8821,36.4,9110,8822,-105.3,9110,8823,38.26,9110,8824,37.14,9110,8826,2000000,9003,8827,0,9003,,,
+26756,"NAD27 / Connecticut",9003,4267,10600,9802,1,0,8821,40.5,9110,8822,-72.45,9110,8823,41.52,9110,8824,41.12,9110,8826,600000,9003,8827,0,9003,,,
+26757,"NAD27 / Delaware",9003,4267,10700,9807,1,0,8801,38,9110,8802,-75.25,9110,8805,0.999995,9201,8806,500000,9003,8807,0,9003,,,,,,
+26758,"NAD27 / Florida East",9003,4267,10901,9807,1,0,8801,24.2,9110,8802,-81,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
+26759,"NAD27 / Florida West",9003,4267,10902,9807,1,0,8801,24.2,9110,8802,-82,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
+26760,"NAD27 / Florida North",9003,4267,10903,9802,1,0,8821,29,9110,8822,-84.3,9110,8823,30.45,9110,8824,29.35,9110,8826,2000000,9003,8827,0,9003,,,
+26766,"NAD27 / Georgia East",9003,4267,11001,9807,1,0,8801,30,9110,8802,-82.1,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
+26767,"NAD27 / Georgia West",9003,4267,11002,9807,1,0,8801,30,9110,8802,-84.1,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
+26768,"NAD27 / Idaho East",9003,4267,11101,9807,1,0,8801,41.4,9110,8802,-112.1,9110,8805,0.999947368,9201,8806,500000,9003,8807,0,9003,,,,,,
+26769,"NAD27 / Idaho Central",9003,4267,11102,9807,1,0,8801,41.4,9110,8802,-114,9110,8805,0.999947368,9201,8806,500000,9003,8807,0,9003,,,,,,
+26770,"NAD27 / Idaho West",9003,4267,11103,9807,1,0,8801,41.4,9110,8802,-115.45,9110,8805,0.999933333,9201,8806,500000,9003,8807,0,9003,,,,,,
+26771,"NAD27 / Illinois East",9003,4267,11201,9807,1,0,8801,36.4,9110,8802,-88.2,9110,8805,0.999975,9201,8806,500000,9003,8807,0,9003,,,,,,
+26772,"NAD27 / Illinois West",9003,4267,11202,9807,1,0,8801,36.4,9110,8802,-90.1,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
+26773,"NAD27 / Indiana East",9003,4267,11301,9807,1,0,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
+26774,"NAD27 / Indiana West",9003,4267,11302,9807,1,0,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
+26775,"NAD27 / Iowa North",9003,4267,11401,9802,1,0,8821,41.3,9110,8822,-93.3,9110,8823,43.16,9110,8824,42.04,9110,8826,2000000,9003,8827,0,9003,,,
+26776,"NAD27 / Iowa South",9003,4267,11402,9802,1,0,8821,40,9110,8822,-93.3,9110,8823,41.47,9110,8824,40.37,9110,8826,2000000,9003,8827,0,9003,,,
+26777,"NAD27 / Kansas North",9003,4267,11501,9802,1,0,8821,38.2,9110,8822,-98,9110,8823,39.47,9110,8824,38.43,9110,8826,2000000,9003,8827,0,9003,,,
+26778,"NAD27 / Kansas South",9003,4267,11502,9802,1,0,8821,36.4,9110,8822,-98.3,9110,8823,38.34,9110,8824,37.16,9110,8826,2000000,9003,8827,0,9003,,,
+26779,"NAD27 / Kentucky North",9003,4267,11601,9802,1,0,8821,37.3,9110,8822,-84.15,9110,8823,37.58,9110,8824,38.58,9110,8826,2000000,9003,8827,0,9003,,,
+26780,"NAD27 / Kentucky South",9003,4267,11602,9802,1,0,8821,36.2,9110,8822,-85.45,9110,8823,36.44,9110,8824,37.56,9110,8826,2000000,9003,8827,0,9003,,,
+26781,"NAD27 / Louisiana North",9003,4267,11701,9802,1,0,8821,30.4,9110,8822,-92.3,9110,8823,31.1,9110,8824,32.4,9110,8826,2000000,9003,8827,0,9003,,,
+26782,"NAD27 / Louisiana South",9003,4267,11702,9802,1,0,8821,28.4,9110,8822,-91.2,9110,8823,29.18,9110,8824,30.42,9110,8826,2000000,9003,8827,0,9003,,,
+26783,"NAD27 / Maine East",9003,4267,11801,9807,1,0,8801,43.5,9110,8802,-68.3,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
+26784,"NAD27 / Maine West",9003,4267,11802,9807,1,0,8801,42.5,9110,8802,-70.1,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
+26785,"NAD27 / Maryland",9003,4267,11900,9802,1,0,8821,37.5,9110,8822,-77,9110,8823,38.18,9110,8824,39.27,9110,8826,800000,9003,8827,0,9003,,,
+26786,"NAD27 / Massachusetts Mainland",9003,4267,12001,9802,1,0,8821,41,9110,8822,-71.3,9110,8823,41.43,9110,8824,42.41,9110,8826,600000,9003,8827,0,9003,,,
+26787,"NAD27 / Massachusetts Island",9003,4267,12002,9802,1,0,8821,41,9110,8822,-70.3,9110,8823,41.17,9110,8824,41.29,9110,8826,200000,9003,8827,0,9003,,,
+26791,"NAD27 / Minnesota North",9003,4267,12201,9802,1,0,8821,46.3,9110,8822,-93.06,9110,8823,47.02,9110,8824,48.38,9110,8826,2000000,9003,8827,0,9003,,,
+26792,"NAD27 / Minnesota Central",9003,4267,12202,9802,1,0,8821,45,9110,8822,-94.15,9110,8823,45.37,9110,8824,47.03,9110,8826,2000000,9003,8827,0,9003,,,
+26793,"NAD27 / Minnesota South",9003,4267,12203,9802,1,0,8821,43,9110,8822,-94,9110,8823,43.47,9110,8824,45.13,9110,8826,2000000,9003,8827,0,9003,,,
+26794,"NAD27 / Mississippi East",9003,4267,12301,9807,1,0,8801,29.4,9110,8802,-88.5,9110,8805,0.99996,9201,8806,500000,9003,8807,0,9003,,,,,,
+26795,"NAD27 / Mississippi West",9003,4267,12302,9807,1,0,8801,30.3,9110,8802,-90.2,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
+26796,"NAD27 / Missouri East",9003,4267,12401,9807,1,0,8801,35.5,9110,8802,-90.3,9110,8805,0.999933333,9201,8806,500000,9003,8807,0,9003,,,,,,
+26797,"NAD27 / Missouri Central",9003,4267,12402,9807,1,0,8801,35.5,9110,8802,-92.3,9110,8805,0.999933333,9201,8806,500000,9003,8807,0,9003,,,,,,
+26798,"NAD27 / Missouri West",9003,4267,12403,9807,1,0,8801,36.1,9110,8802,-94.3,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
+26799,"NAD27 / California zone VII",9003,4267,10408,9802,1,0,8821,34.08,9110,8822,-118.2,9110,8823,34.25,9110,8824,33.52,9110,8826,4186692.58,9003,8827,4160926.74,9003,,,
+26801,"NAD Michigan / Michigan East",9003,4268,12101,9807,1,0,8801,41.3,9110,8802,-83.4,9110,8805,0.999942857,9201,8806,500000,9003,8807,0,9003,,,,,,
+26802,"NAD Michigan / Michigan Old Central",9003,4268,12102,9807,1,0,8801,41.3,9110,8802,-85.45,9110,8805,0.999909091,9201,8806,500000,9003,8807,0,9003,,,,,,
+26803,"NAD Michigan / Michigan West",9003,4268,12103,9807,1,0,8801,41.3,9110,8802,-88.45,9110,8805,0.999909091,9201,8806,500000,9003,8807,0,9003,,,,,,
+26811,"NAD Michigan / Michigan North",9003,4268,12111,9802,1,0,8821,44.47,9110,8822,-87,9110,8823,45.29,9110,8824,47.05,9110,8826,2000000,9003,8827,0,9003,,,
+26812,"NAD Michigan / Michigan Central",9003,4268,12112,9802,1,0,8821,43.19,9110,8822,-84.2,9110,8823,44.11,9110,8824,45.42,9110,8826,2000000,9003,8827,0,9003,,,
+26813,"NAD Michigan / Michigan South",9003,4268,12113,9802,1,0,8821,41.3,9110,8822,-84.2,9110,8823,42.06,9110,8824,43.4,9110,8826,2000000,9003,8827,0,9003,,,
+26901,"NAD83 / UTM zone 1N",9001,4269,16001,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-177,9102,8801,0,9102,,,,,,
+26902,"NAD83 / UTM zone 2N",9001,4269,16002,9807,1,0,8801,0,9102,8807,0,9001,8802,-171,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+26903,"NAD83 / UTM zone 3N",9001,4269,16003,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-165,9102,8807,0,9001,,,,,,
+26904,"NAD83 / UTM zone 4N",9001,4269,16004,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-159,9102,8801,0,9102,,,,,,
+26905,"NAD83 / UTM zone 5N",9001,4269,16005,9807,1,0,8802,-153,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+26906,"NAD83 / UTM zone 6N",9001,4269,16006,9807,1,0,8802,-147,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+26907,"NAD83 / UTM zone 7N",9001,4269,16007,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-141,9102,,,,,,
+26908,"NAD83 / UTM zone 8N",9001,4269,16008,9807,1,0,8805,0.9996,9201,8802,-135,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+26909,"NAD83 / UTM zone 9N",9001,4269,16009,9807,1,0,8805,0.9996,9201,8802,-129,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+26910,"NAD83 / UTM zone 10N",9001,4269,16010,9807,1,0,8801,0,9102,8807,0,9001,8802,-123,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+26911,"NAD83 / UTM zone 11N",9001,4269,16011,9807,1,0,8802,-117,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+26912,"NAD83 / UTM zone 12N",9001,4269,16012,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-111,9102,8801,0,9102,8807,0,9001,,,,,,
+26913,"NAD83 / UTM zone 13N",9001,4269,16013,9807,1,0,8802,-105,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+26914,"NAD83 / UTM zone 14N",9001,4269,16014,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-99,9102,8801,0,9102,8807,0,9001,,,,,,
+26915,"NAD83 / UTM zone 15N",9001,4269,16015,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-93,9102,,,,,,
+26916,"NAD83 / UTM zone 16N",9001,4269,16016,9807,1,0,8805,0.9996,9201,8802,-87,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+26917,"NAD83 / UTM zone 17N",9001,4269,16017,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+26918,"NAD83 / UTM zone 18N",9001,4269,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+26919,"NAD83 / UTM zone 19N",9001,4269,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+26920,"NAD83 / UTM zone 20N",9001,4269,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+26921,"NAD83 / UTM zone 21N",9001,4269,16021,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+26922,"NAD83 / UTM zone 22N",9001,4269,16022,9807,1,0,8802,-51,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+26923,"NAD83 / UTM zone 23N",9001,4269,16023,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-45,9102,,,,,,
+26929,"NAD83 / Alabama East",9001,4269,10131,9807,1,0,8801,30.3,9110,8802,-85.5,9110,8805,0.99996,9201,8806,200000,9001,8807,0,9001,,,,,,
+26930,"NAD83 / Alabama West",9001,4269,10132,9807,1,0,8801,30,9110,8802,-87.3,9110,8805,0.999933333,9201,8806,600000,9001,8807,0,9001,,,,,,
+26931,"NAD83 / Alaska zone 1",9001,4269,15031,9812,1,0,8806,5000000,9001,8807,-5000000,9001,8811,57,9110,8812,-133.4,9110,8813,323.07483685,9110,8814,323.07483685,9110,8815,0.9999,9201
+26932,"NAD83 / Alaska zone 2",9001,4269,15032,9807,1,0,8801,54,9102,8802,-142,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+26933,"NAD83 / Alaska zone 3",9001,4269,15033,9807,1,0,8801,54,9102,8802,-146,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+26934,"NAD83 / Alaska zone 4",9001,4269,15034,9807,1,0,8801,54,9102,8802,-150,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+26935,"NAD83 / Alaska zone 5",9001,4269,15035,9807,1,0,8801,54,9102,8802,-154,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+26936,"NAD83 / Alaska zone 6",9001,4269,15036,9807,1,0,8801,54,9102,8802,-158,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+26937,"NAD83 / Alaska zone 7",9001,4269,15037,9807,1,0,8801,54,9102,8802,-162,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+26938,"NAD83 / Alaska zone 8",9001,4269,15038,9807,1,0,8801,54,9102,8802,-166,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+26939,"NAD83 / Alaska zone 9",9001,4269,15039,9807,1,0,8801,54,9102,8802,-170,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+26940,"NAD83 / Alaska zone 10",9001,4269,15040,9802,1,0,8821,51,9110,8822,-176,9110,8823,53.5,9110,8824,51.5,9110,8826,1000000,9001,8827,0,9001,,,
+26941,"NAD83 / California zone 1",9001,4269,10431,9802,1,0,8821,39.2,9110,8822,-122,9110,8823,41.4,9110,8824,40,9110,8826,2000000,9001,8827,500000,9001,,,
+26942,"NAD83 / California zone 2",9001,4269,10432,9802,1,0,8821,37.4,9110,8822,-122,9110,8823,39.5,9110,8824,38.2,9110,8826,2000000,9001,8827,500000,9001,,,
+26943,"NAD83 / California zone 3",9001,4269,10433,9802,1,0,8821,36.3,9110,8822,-120.3,9110,8823,38.26,9110,8824,37.04,9110,8826,2000000,9001,8827,500000,9001,,,
+26944,"NAD83 / California zone 4",9001,4269,10434,9802,1,0,8821,35.2,9110,8822,-119,9110,8823,37.15,9110,8824,36,9110,8826,2000000,9001,8827,500000,9001,,,
+26945,"NAD83 / California zone 5",9001,4269,10435,9802,1,0,8821,33.3,9110,8822,-118,9110,8823,35.28,9110,8824,34.02,9110,8826,2000000,9001,8827,500000,9001,,,
+26946,"NAD83 / California zone 6",9001,4269,10436,9802,1,0,8821,32.1,9110,8822,-116.15,9110,8823,33.53,9110,8824,32.47,9110,8826,2000000,9001,8827,500000,9001,,,
+26948,"NAD83 / Arizona East",9001,4269,10231,9807,1,0,8801,31,9110,8802,-110.1,9110,8805,0.9999,9201,8806,213360,9001,8807,0,9001,,,,,,
+26949,"NAD83 / Arizona Central",9001,4269,10232,9807,1,0,8801,31,9110,8802,-111.55,9110,8805,0.9999,9201,8806,213360,9001,8807,0,9001,,,,,,
+26950,"NAD83 / Arizona West",9001,4269,10233,9807,1,0,8801,31,9110,8802,-113.45,9110,8805,0.999933333,9201,8806,213360,9001,8807,0,9001,,,,,,
+26951,"NAD83 / Arkansas North",9001,4269,10331,9802,1,0,8821,34.2,9110,8822,-92,9110,8823,36.14,9110,8824,34.56,9110,8826,400000,9001,8827,0,9001,,,
+26952,"NAD83 / Arkansas South",9001,4269,10332,9802,1,0,8821,32.4,9110,8822,-92,9110,8823,34.46,9110,8824,33.18,9110,8826,400000,9001,8827,400000,9001,,,
+26953,"NAD83 / Colorado North",9001,4269,10531,9802,1,0,8821,39.2,9110,8822,-105.3,9110,8823,40.47,9110,8824,39.43,9110,8826,914401.8289,9001,8827,304800.6096,9001,,,
+26954,"NAD83 / Colorado Central",9001,4269,10532,9802,1,0,8821,37.5,9110,8822,-105.3,9110,8823,39.45,9110,8824,38.27,9110,8826,914401.8289,9001,8827,304800.6096,9001,,,
+26955,"NAD83 / Colorado South",9001,4269,10533,9802,1,0,8821,36.4,9110,8822,-105.3,9110,8823,38.26,9110,8824,37.14,9110,8826,914401.8289,9001,8827,304800.6096,9001,,,
+26956,"NAD83 / Connecticut",9001,4269,10630,9802,1,0,8821,40.5,9110,8822,-72.45,9110,8823,41.52,9110,8824,41.12,9110,8826,304800.6096,9001,8827,152400.3048,9001,,,
+26957,"NAD83 / Delaware",9001,4269,10730,9807,1,0,8801,38,9110,8802,-75.25,9110,8805,0.999995,9201,8806,200000,9001,8807,0,9001,,,,,,
+26958,"NAD83 / Florida East",9001,4269,10931,9807,1,0,8801,24.2,9110,8802,-81,9110,8805,0.999941177,9201,8806,200000,9001,8807,0,9001,,,,,,
+26959,"NAD83 / Florida West",9001,4269,10932,9807,1,0,8801,24.2,9110,8802,-82,9110,8805,0.999941177,9201,8806,200000,9001,8807,0,9001,,,,,,
+26960,"NAD83 / Florida North",9001,4269,10933,9802,1,0,8821,29,9110,8822,-84.3,9110,8823,30.45,9110,8824,29.35,9110,8826,600000,9001,8827,0,9001,,,
+26961,"NAD83 / Hawaii zone 1",9001,4269,15131,9807,1,0,8801,18.5,9110,8802,-155.3,9110,8805,0.999966667,9201,8806,500000,9001,8807,0,9001,,,,,,
+26962,"NAD83 / Hawaii zone 2",9001,4269,15132,9807,1,0,8801,20.2,9110,8802,-156.4,9110,8805,0.999966667,9201,8806,500000,9001,8807,0,9001,,,,,,
+26963,"NAD83 / Hawaii zone 3",9001,4269,15133,9807,1,0,8801,21.1,9110,8802,-158,9110,8805,0.99999,9201,8806,500000,9001,8807,0,9001,,,,,,
+26964,"NAD83 / Hawaii zone 4",9001,4269,15134,9807,1,0,8801,21.5,9110,8802,-159.3,9110,8805,0.99999,9201,8806,500000,9001,8807,0,9001,,,,,,
+26965,"NAD83 / Hawaii zone 5",9001,4269,15135,9807,1,0,8801,21.4,9110,8802,-160.1,9110,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
+26966,"NAD83 / Georgia East",9001,4269,11031,9807,1,0,8801,30,9110,8802,-82.1,9110,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
+26967,"NAD83 / Georgia West",9001,4269,11032,9807,1,0,8801,30,9110,8802,-84.1,9110,8805,0.9999,9201,8806,700000,9001,8807,0,9001,,,,,,
+26968,"NAD83 / Idaho East",9001,4269,11131,9807,1,0,8801,41.4,9110,8802,-112.1,9110,8805,0.999947368,9201,8806,200000,9001,8807,0,9001,,,,,,
+26969,"NAD83 / Idaho Central",9001,4269,11132,9807,1,0,8801,41.4,9110,8802,-114,9110,8805,0.999947368,9201,8806,500000,9001,8807,0,9001,,,,,,
+26970,"NAD83 / Idaho West",9001,4269,11133,9807,1,0,8801,41.4,9110,8802,-115.45,9110,8805,0.999933333,9201,8806,800000,9001,8807,0,9001,,,,,,
+26971,"NAD83 / Illinois East",9001,4269,11231,9807,1,0,8801,36.4,9110,8802,-88.2,9110,8805,0.999975,9201,8806,300000,9001,8807,0,9001,,,,,,
+26972,"NAD83 / Illinois West",9001,4269,11232,9807,1,0,8801,36.4,9110,8802,-90.1,9110,8805,0.999941177,9201,8806,700000,9001,8807,0,9001,,,,,,
+26973,"NAD83 / Indiana East",9001,4269,11331,9807,1,0,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,100000,9001,8807,250000,9001,,,,,,
+26974,"NAD83 / Indiana West",9001,4269,11332,9807,1,0,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,900000,9001,8807,250000,9001,,,,,,
+26975,"NAD83 / Iowa North",9001,4269,11431,9802,1,0,8821,41.3,9110,8822,-93.3,9110,8823,43.16,9110,8824,42.04,9110,8826,1500000,9001,8827,1000000,9001,,,
+26976,"NAD83 / Iowa South",9001,4269,11432,9802,1,0,8821,40,9110,8822,-93.3,9110,8823,41.47,9110,8824,40.37,9110,8826,500000,9001,8827,0,9001,,,
+26977,"NAD83 / Kansas North",9001,4269,11531,9802,1,0,8821,38.2,9110,8822,-98,9110,8823,39.47,9110,8824,38.43,9110,8826,400000,9001,8827,0,9001,,,
+26978,"NAD83 / Kansas South",9001,4269,11532,9802,1,0,8821,36.4,9110,8822,-98.3,9110,8823,38.34,9110,8824,37.16,9110,8826,400000,9001,8827,400000,9001,,,
+26979,"NAD83 / Kentucky North",9001,4269,11631,9802,1,1,8821,37.3,9110,8822,-84.15,9110,8823,37.58,9110,8824,37.58,9110,8826,500000,9001,8827,0,9001,,,
+26980,"NAD83 / Kentucky South",9001,4269,11632,9802,1,0,8821,36.2,9110,8822,-85.45,9110,8823,37.56,9110,8824,36.44,9110,8826,500000,9001,8827,500000,9001,,,
+26981,"NAD83 / Louisiana North",9001,4269,11731,9802,1,0,8821,30.3,9110,8822,-92.3,9110,8823,32.4,9110,8824,31.1,9110,8826,1000000,9001,8827,0,9001,,,
+26982,"NAD83 / Louisiana South",9001,4269,11732,9802,1,0,8821,28.3,9110,8822,-91.2,9110,8823,30.42,9110,8824,29.18,9110,8826,1000000,9001,8827,0,9001,,,
+26983,"NAD83 / Maine East",9001,4269,11831,9807,1,0,8801,43.4,9110,8802,-68.3,9110,8805,0.9999,9201,8806,300000,9001,8807,0,9001,,,,,,
+26984,"NAD83 / Maine West",9001,4269,11832,9807,1,0,8801,42.5,9110,8802,-70.1,9110,8805,0.999966667,9201,8806,900000,9001,8807,0,9001,,,,,,
+26985,"NAD83 / Maryland",9001,4269,11930,9802,1,0,8821,37.4,9110,8822,-77,9110,8823,39.27,9110,8824,38.18,9110,8826,400000,9001,8827,0,9001,,,
+26986,"NAD83 / Massachusetts Mainland",9001,4269,12031,9802,1,0,8821,41,9110,8822,-71.3,9110,8823,42.41,9110,8824,41.43,9110,8826,200000,9001,8827,750000,9001,,,
+26987,"NAD83 / Massachusetts Island",9001,4269,12032,9802,1,0,8821,41,9110,8822,-70.3,9110,8823,41.29,9110,8824,41.17,9110,8826,500000,9001,8827,0,9001,,,
+26988,"NAD83 / Michigan North",9001,4269,12141,9802,1,0,8821,44.47,9110,8822,-87,9110,8823,47.05,9110,8824,45.29,9110,8826,8000000,9001,8827,0,9001,,,
+26989,"NAD83 / Michigan Central",9001,4269,12142,9802,1,0,8821,43.19,9110,8822,-84.22,9110,8823,45.42,9110,8824,44.11,9110,8826,6000000,9001,8827,0,9001,,,
+26990,"NAD83 / Michigan South",9001,4269,12143,9802,1,0,8821,41.3,9110,8822,-84.22,9110,8823,43.4,9110,8824,42.06,9110,8826,4000000,9001,8827,0,9001,,,
+26991,"NAD83 / Minnesota North",9001,4269,12231,9802,1,0,8821,46.3,9110,8822,-93.06,9110,8823,48.38,9110,8824,47.02,9110,8826,800000,9001,8827,100000,9001,,,
+26992,"NAD83 / Minnesota Central",9001,4269,12232,9802,1,0,8821,45,9110,8822,-94.15,9110,8823,47.03,9110,8824,45.37,9110,8826,800000,9001,8827,100000,9001,,,
+26993,"NAD83 / Minnesota South",9001,4269,12233,9802,1,0,8821,43,9110,8822,-94,9110,8823,45.13,9110,8824,43.47,9110,8826,800000,9001,8827,100000,9001,,,
+26994,"NAD83 / Mississippi East",9001,4269,12331,9807,1,0,8801,29.3,9110,8802,-88.5,9110,8805,0.99995,9201,8806,300000,9001,8807,0,9001,,,,,,
+26995,"NAD83 / Mississippi West",9001,4269,12332,9807,1,0,8801,29.3,9110,8802,-90.2,9110,8805,0.99995,9201,8806,700000,9001,8807,0,9001,,,,,,
+26996,"NAD83 / Missouri East",9001,4269,12431,9807,1,0,8801,35.5,9110,8802,-90.3,9110,8805,0.999933333,9201,8806,250000,9001,8807,0,9001,,,,,,
+26997,"NAD83 / Missouri Central",9001,4269,12432,9807,1,0,8801,35.5,9110,8802,-92.3,9110,8805,0.999933333,9201,8806,500000,9001,8807,0,9001,,,,,,
+26998,"NAD83 / Missouri West",9001,4269,12433,9807,1,0,8801,36.1,9110,8802,-94.3,9110,8805,0.999941177,9201,8806,850000,9001,8807,0,9001,,,,,,
+27037,"Nahrwan 1967 / UTM zone 37N",9001,4270,16037,9807,1,0,8802,39,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+27038,"Nahrwan 1967 / UTM zone 38N",9001,4270,16038,9807,1,0,8802,45,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+27039,"Nahrwan 1967 / UTM zone 39N",9001,4270,16039,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,51,9102,,,,,,
+27040,"Nahrwan 1967 / UTM zone 40N",9001,4270,16040,9807,1,0,8802,57,9102,8801,0,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
+27120,"Naparima 1972 / UTM zone 20N",9001,4271,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+27200,"NZGD49 / New Zealand Map Grid",9001,4272,19917,9811,1,0,8806,2510000,9001,8807,6023150,9001,8801,-41,9102,8802,173,9102,,,,,,,,,
+27205,"NZGD49 / Mount Eden Circuit",9001,4272,17901,9807,1,0,8805,0.9999,9201,8806,300000,9001,8802,174.45516217,9110,8807,700000,9001,8801,-36.5247515,9110,,,,,,
+27206,"NZGD49 / Bay of Plenty Circuit",9001,4272,17902,9807,1,0,8802,176.27583101,9110,8807,700000,9001,8806,300000,9001,8801,-37.45404993,9110,8805,1,9201,,,,,,
+27207,"NZGD49 / Poverty Bay Circuit",9001,4272,17903,9807,1,0,8806,300000,9001,8805,1,9201,8802,177.53082906,9110,8801,-38.372893,9110,8807,700000,9001,,,,,,
+27208,"NZGD49 / Hawkes Bay Circuit",9001,4272,17904,9807,1,0,8802,176.40252499,9110,8801,-39.39033455,9110,8807,700000,9001,8806,300000,9001,8805,1,9201,,,,,,
+27209,"NZGD49 / Taranaki Circuit",9001,4272,17905,9807,1,0,8805,1,9201,8801,-39.08087299,9110,8807,700000,9001,8802,174.13408423,9110,8806,300000,9001,,,,,,
+27210,"NZGD49 / Tuhirangi Circuit",9001,4272,17906,9807,1,0,8807,700000,9001,8805,1,9201,8802,175.38241325,9110,8806,300000,9001,8801,-39.30448934,9110,,,,,,
+27211,"NZGD49 / Wanganui Circuit",9001,4272,17907,9807,1,0,8807,700000,9001,8801,-40.14310097,9110,8805,1,9201,8806,300000,9001,8802,175.29171586,9110,,,,,,
+27212,"NZGD49 / Wairarapa Circuit",9001,4272,17908,9807,1,0,8801,-40.55319175,9110,8802,175.38504588,9110,8807,700000,9001,8806,300000,9001,8805,1,9201,,,,,,
+27213,"NZGD49 / Wellington Circuit",9001,4272,17909,9807,1,0,8806,300000,9001,8807,700000,9001,8805,1,9201,8801,-41.18047507,9110,8802,174.46358432,9110,,,,,,
+27214,"NZGD49 / Collingwood Circuit",9001,4272,17910,9807,1,0,8802,172.40193674,9110,8806,300000,9001,8805,1,9201,8807,700000,9001,8801,-40.42531326,9110,,,,,,
+27215,"NZGD49 / Nelson Circuit",9001,4272,17911,9807,1,0,8802,173.17575405,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,8801,-41.1628361,9110,,,,,,
+27216,"NZGD49 / Karamea Circuit",9001,4272,17912,9807,1,0,8807,700000,9001,8806,300000,9001,8805,1,9201,8801,-41.17236815,9110,8802,172.06325015,9110,,,,,,
+27217,"NZGD49 / Buller Circuit",9001,4272,17913,9807,1,0,8805,1,9201,8801,-41.48388903,9110,8806,300000,9001,8807,700000,9001,8802,171.34525362,9110,,,,,,
+27218,"NZGD49 / Grey Circuit",9001,4272,17914,9807,1,0,8805,1,9201,8802,171.32591767,9110,8806,300000,9001,8807,700000,9001,8801,-42.20012994,9110,,,,,,
+27219,"NZGD49 / Amuri Circuit",9001,4272,17915,9807,1,0,8805,1,9201,8806,300000,9001,8807,700000,9001,8801,-42.41208197,9110,8802,173.00364802,9110,,,,,,
+27220,"NZGD49 / Marlborough Circuit",9001,4272,17916,9807,1,0,8806,300000,9001,8802,173.48074668,9110,8807,700000,9001,8805,1,9201,8801,-41.3240152,9110,,,,,,
+27221,"NZGD49 / Hokitika Circuit",9001,4272,17917,9807,1,0,8801,-42.53107605,9110,8806,300000,9001,8805,1,9201,8807,700000,9001,8802,170.58479766,9110,,,,,,
+27222,"NZGD49 / Okarito Circuit",9001,4272,17918,9807,1,0,8802,170.1539333,9110,8806,300000,9001,8805,1,9201,8801,-43.06364613,9110,8807,700000,9001,,,,,,
+27223,"NZGD49 / Jacksons Bay Circuit",9001,4272,17919,9807,1,0,8807,700000,9001,8802,168.36225612,9110,8805,1,9201,8801,-43.58400904,9110,8806,300000,9001,,,,,,
+27224,"NZGD49 / Mount Pleasant Circuit",9001,4272,17920,9807,1,0,8801,-43.35262953,9110,8807,700000,9001,8806,300000,9001,8802,172.43378969,9110,8805,1,9201,,,,,,
+27225,"NZGD49 / Gawler Circuit",9001,4272,17921,9807,1,0,8807,700000,9001,8806,300000,9001,8805,1,9201,8801,-43.44553616,9110,8802,171.21386945,9110,,,,,,
+27226,"NZGD49 / Timaru Circuit",9001,4272,17922,9807,1,0,8805,1,9201,8806,300000,9001,8807,700000,9001,8802,171.0326103,9110,8801,-44.24079933,9110,,,,,,
+27227,"NZGD49 / Lindis Peak Circuit",9001,4272,17923,9807,1,0,8805,1,9201,8802,169.28039183,9110,8807,700000,9001,8806,300000,9001,8801,-44.44069647,9110,,,,,,
+27228,"NZGD49 / Mount Nicholas Circuit",9001,4272,17924,9807,1,0,8801,-45.07584493,9110,8806,300000,9001,8807,700000,9001,8805,1,9201,8802,168.23551083,9110,,,,,,
+27229,"NZGD49 / Mount York Circuit",9001,4272,17925,9807,1,0,8806,300000,9001,8805,1,9201,8807,700000,9001,8801,-45.33494142,9110,8802,167.44199024,9110,,,,,,
+27230,"NZGD49 / Observation Point Circuit",9001,4272,17926,9807,1,0,8802,170.37429426,9110,8807,700000,9001,8801,-45.48583078,9110,8805,1,9201,8806,300000,9001,,,,,,
+27231,"NZGD49 / North Taieri Circuit",9001,4272,17927,9807,1,0,8802,170.16573208,9110,8805,0.99996,9201,8806,300000,9001,8807,700000,9001,8801,-45.51414481,9110,,,,,,
+27232,"NZGD49 / Bluff Circuit",9001,4272,17928,9807,1,0,8806,300002.66,9001,8805,1,9201,8801,-46.36000346,9110,8807,699999.58,9001,8802,168.20343392,9110,,,,,,
+27258,"NZGD49 / UTM zone 58S",9001,4272,16158,9807,1,0,8805,0.9996,9201,8802,165,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+27259,"NZGD49 / UTM zone 59S",9001,4272,16159,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,171,9102,8801,0,9102,,,,,,
+27260,"NZGD49 / UTM zone 60S",9001,4272,16160,9807,1,0,8802,177,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+27291,"NZGD49 / North Island Grid",9040,4272,18141,9807,1,0,8802,175.3,9110,8805,1,9201,8806,300000,9040,8807,400000,9040,8801,-39,9110,,,,,,
+27292,"NZGD49 / South Island Grid",9040,4272,18142,9807,1,0,8807,500000,9040,8806,500000,9040,8802,171.3,9110,8801,-44,9110,8805,1,9201,,,,,,
+27391,"NGO 1948 (Oslo) / NGO zone I",9001,4817,18221,9807,1,0,8806,0,9001,8807,0,9001,8802,-4.4,9110,8801,58,9110,8805,1,9201,,,,,,
+27392,"NGO 1948 (Oslo) / NGO zone II",9001,4817,18222,9807,1,0,8807,0,9001,8801,58,9110,8802,-2.2,9110,8806,0,9001,8805,1,9201,,,,,,
+27393,"NGO 1948 (Oslo) / NGO zone III",9001,4817,18223,9807,1,0,8805,1,9201,8802,0,9110,8801,58,9110,8807,0,9001,8806,0,9001,,,,,,
+27394,"NGO 1948 (Oslo) / NGO zone IV",9001,4817,18224,9807,1,0,8807,0,9001,8801,58,9110,8806,0,9001,8805,1,9201,8802,2.3,9110,,,,,,
+27395,"NGO 1948 (Oslo) / NGO zone V",9001,4817,18225,9807,1,0,8801,58,9110,8802,6.1,9110,8807,0,9001,8805,1,9201,8806,0,9001,,,,,,
+27396,"NGO 1948 (Oslo) / NGO zone VI",9001,4817,18226,9807,1,0,8801,58,9110,8805,1,9201,8806,0,9001,8807,0,9001,8802,10.1,9110,,,,,,
+27397,"NGO 1948 (Oslo) / NGO zone VII",9001,4817,18227,9807,1,0,8802,14.1,9110,8807,0,9001,8805,1,9201,8806,0,9001,8801,58,9110,,,,,,
+27398,"NGO 1948 (Oslo) / NGO zone VIII",9001,4817,18228,9807,1,0,8802,18.2,9110,8801,58,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
+27429,"Datum 73 / UTM zone 29N",9001,4274,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+27492,"Datum 73 / Modified Portuguese Grid",9001,4274,19974,9807,1,0,8806,180.598,9001,8802,-8.0754862,9110,8801,39.4,9110,8805,1,9201,8807,-86.99,9001,,,,,,
+27500,"ATF (Paris) / Nord de Guerre",9001,4901,19903,9801,1,0,8806,500000,9001,8807,300000,9001,8805,0.99950908,9201,8801,55,9105,8802,6,9105,,,,,,
+27561,"NTF (Paris) / Lambert Nord France",9001,4807,18091,9801,1,0,8802,0,9105,8805,0.999877341,9201,8807,200000,9001,8806,600000,9001,8801,55,9105,,,,,,
+27562,"NTF (Paris) / Lambert Centre France",9001,4807,18092,9801,1,0,8806,600000,9001,8805,0.99987742,9201,8807,200000,9001,8802,0,9105,8801,52,9105,,,,,,
+27563,"NTF (Paris) / Lambert Sud France",9001,4807,18093,9801,1,0,8807,200000,9001,8806,600000,9001,8805,0.999877499,9201,8801,49,9105,8802,0,9105,,,,,,
+27564,"NTF (Paris) / Lambert Corse",9001,4807,18094,9801,1,0,8802,0,9105,8805,0.99994471,9201,8807,185861.369,9001,8806,234.358,9001,8801,46.85,9105,,,,,,
+27571,"NTF (Paris) / Lambert zone I",9001,4807,18081,9801,1,0,8801,55,9105,8802,0,9105,8806,600000,9001,8805,0.999877341,9201,8807,1200000,9001,,,,,,
+27572,"NTF (Paris) / Lambert zone II",9001,4807,18082,9801,1,0,8807,2200000,9001,8805,0.99987742,9201,8802,0,9105,8806,600000,9001,8801,52,9105,,,,,,
+27573,"NTF (Paris) / Lambert zone III",9001,4807,18083,9801,1,0,8807,3200000,9001,8806,600000,9001,8802,0,9105,8805,0.999877499,9201,8801,49,9105,,,,,,
+27574,"NTF (Paris) / Lambert zone IV",9001,4807,18084,9801,1,0,8801,46.85,9105,8802,0,9105,8805,0.99994471,9201,8807,4185861.369,9001,8806,234.358,9001,,,,,,
+27581,"NTF (Paris) / France I",9001,4807,18081,9801,1,1,8801,55,9105,8802,0,9105,8806,600000,9001,8805,0.999877341,9201,8807,1200000,9001,,,,,,
+27582,"NTF (Paris) / France II",9001,4807,18082,9801,1,1,8807,2200000,9001,8805,0.99987742,9201,8802,0,9105,8806,600000,9001,8801,52,9105,,,,,,
+27583,"NTF (Paris) / France III",9001,4807,18083,9801,1,1,8807,3200000,9001,8806,600000,9001,8802,0,9105,8805,0.999877499,9201,8801,49,9105,,,,,,
+27584,"NTF (Paris) / France IV",9001,4807,18084,9801,1,1,8801,46.85,9105,8802,0,9105,8805,0.99994471,9201,8807,4185861.369,9001,8806,234.358,9001,,,,,,
+27591,"NTF (Paris) / Nord France",9001,4807,18091,9801,1,1,8802,0,9105,8805,0.999877341,9201,8807,200000,9001,8806,600000,9001,8801,55,9105,,,,,,
+27592,"NTF (Paris) / Centre France",9001,4807,18092,9801,1,1,8806,600000,9001,8805,0.99987742,9201,8807,200000,9001,8802,0,9105,8801,52,9105,,,,,,
+27593,"NTF (Paris) / Sud France",9001,4807,18093,9801,1,1,8807,200000,9001,8806,600000,9001,8805,0.999877499,9201,8801,49,9105,8802,0,9105,,,,,,
+27594,"NTF (Paris) / Corse",9001,4807,18094,9801,1,1,8802,0,9105,8805,0.99994471,9201,8807,185861.369,9001,8806,234.358,9001,8801,46.85,9105,,,,,,
+27700,"OSGB 1936 / British National Grid",9001,4277,19916,9807,1,0,8801,49,9102,8805,0.9996012717,9201,8802,-2,9102,8806,400000,9001,8807,-100000,9001,,,,,,
+28191,"Palestine 1923 / Palestine Grid",9001,4281,18201,9806,1,0,8801,31.4402749,9110,8806,170251.555,9001,8807,126867.909,9001,8802,35.124349,9110,,,,,,,,,
+28192,"Palestine 1923 / Palestine Belt",9001,4281,18202,9807,1,0,8802,35.124349,9110,8801,31.4402749,9110,8807,1126867.909,9001,8805,1,9201,8806,170251.555,9001,,,,,,
+28193,"Palestine 1923 / Israeli CS Grid",9001,4281,18203,9806,1,0,8806,170251.555,9001,8807,1126867.909,9001,8801,31.4402749,9110,8802,35.124349,9110,,,,,,,,,
+28232,"Pointe Noire / UTM zone 32S",9001,4282,16132,9807,1,0,8802,9,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+28348,"GDA94 / MGA zone 48",9001,4283,17348,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,105,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+28349,"GDA94 / MGA zone 49",9001,4283,17349,9807,1,0,8805,0.9996,9201,8801,0,9102,8802,111,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+28350,"GDA94 / MGA zone 50",9001,4283,17350,9807,1,0,8802,117,9102,8806,500000,9001,8805,0.9996,9201,8801,0,9102,8807,10000000,9001,,,,,,
+28351,"GDA94 / MGA zone 51",9001,4283,17351,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,123,9102,8801,0,9102,8807,10000000,9001,,,,,,
+28352,"GDA94 / MGA zone 52",9001,4283,17352,9807,1,0,8806,500000,9001,8802,129,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,,,,,,
+28353,"GDA94 / MGA zone 53",9001,4283,17353,9807,1,0,8802,135,9102,8805,0.9996,9201,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+28354,"GDA94 / MGA zone 54",9001,4283,17354,9807,1,0,8802,141,9102,8807,10000000,9001,8801,0,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+28355,"GDA94 / MGA zone 55",9001,4283,17355,9807,1,0,8805,0.9996,9201,8802,147,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+28356,"GDA94 / MGA zone 56",9001,4283,17356,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,8802,153,9102,,,,,,
+28357,"GDA94 / MGA zone 57",9001,4283,17357,9807,1,0,8801,0,9102,8802,159,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+28358,"GDA94 / MGA zone 58",9001,4283,17358,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,165,9102,8807,10000000,9001,,,,,,
+28402,"Pulkovo 1942 / Gauss-Kruger zone 2",9001,4284,16202,9807,1,0,8802,9,9102,8801,0,9102,8806,2500000,9001,8805,1,9201,8807,0,9001,,,,,,
+28403,"Pulkovo 1942 / Gauss-Kruger zone 3",9001,4284,16203,9807,1,0,8806,3500000,9001,8805,1,9201,8802,15,9102,8801,0,9102,8807,0,9001,,,,,,
+28404,"Pulkovo 1942 / Gauss-Kruger zone 4",9001,4284,16204,9807,1,0,8802,21,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,4500000,9001,,,,,,
+28405,"Pulkovo 1942 / Gauss-Kruger zone 5",9001,4284,16205,9807,1,0,8806,5500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+28406,"Pulkovo 1942 / Gauss-Kruger zone 6",9001,4284,16206,9807,1,0,8807,0,9001,8806,6500000,9001,8801,0,9102,8805,1,9201,8802,33,9102,,,,,,
+28407,"Pulkovo 1942 / Gauss-Kruger zone 7",9001,4284,16207,9807,1,0,8805,1,9201,8802,39,9102,8801,0,9102,8806,7500000,9001,8807,0,9001,,,,,,
+28408,"Pulkovo 1942 / Gauss-Kruger zone 8",9001,4284,16208,9807,1,0,8806,8500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,8807,0,9001,,,,,,
+28409,"Pulkovo 1942 / Gauss-Kruger zone 9",9001,4284,16209,9807,1,0,8801,0,9102,8807,0,9001,8802,51,9102,8806,9500000,9001,8805,1,9201,,,,,,
+28410,"Pulkovo 1942 / Gauss-Kruger zone 10",9001,4284,16210,9807,1,0,8801,0,9102,8806,10500000,9001,8805,1,9201,8802,57,9102,8807,0,9001,,,,,,
+28411,"Pulkovo 1942 / Gauss-Kruger zone 11",9001,4284,16211,9807,1,0,8807,0,9001,8806,11500000,9001,8805,1,9201,8802,63,9102,8801,0,9102,,,,,,
+28412,"Pulkovo 1942 / Gauss-Kruger zone 12",9001,4284,16212,9807,1,0,8802,69,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,12500000,9001,,,,,,
+28413,"Pulkovo 1942 / Gauss-Kruger zone 13",9001,4284,16213,9807,1,0,8802,75,9102,8801,0,9102,8807,0,9001,8806,13500000,9001,8805,1,9201,,,,,,
+28414,"Pulkovo 1942 / Gauss-Kruger zone 14",9001,4284,16214,9807,1,0,8807,0,9001,8806,14500000,9001,8801,0,9102,8805,1,9201,8802,81,9102,,,,,,
+28415,"Pulkovo 1942 / Gauss-Kruger zone 15",9001,4284,16215,9807,1,0,8801,0,9102,8805,1,9201,8802,87,9102,8806,15500000,9001,8807,0,9001,,,,,,
+28416,"Pulkovo 1942 / Gauss-Kruger zone 16",9001,4284,16216,9807,1,0,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,8806,16500000,9001,,,,,,
+28417,"Pulkovo 1942 / Gauss-Kruger zone 17",9001,4284,16217,9807,1,0,8801,0,9102,8807,0,9001,8802,99,9102,8806,17500000,9001,8805,1,9201,,,,,,
+28418,"Pulkovo 1942 / Gauss-Kruger zone 18",9001,4284,16218,9807,1,0,8805,1,9201,8802,105,9102,8801,0,9102,8806,18500000,9001,8807,0,9001,,,,,,
+28419,"Pulkovo 1942 / Gauss-Kruger zone 19",9001,4284,16219,9807,1,0,8806,19500000,9001,8805,1,9201,8802,111,9102,8801,0,9102,8807,0,9001,,,,,,
+28420,"Pulkovo 1942 / Gauss-Kruger zone 20",9001,4284,16220,9807,1,0,8802,117,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,20500000,9001,,,,,,
+28421,"Pulkovo 1942 / Gauss-Kruger zone 21",9001,4284,16221,9807,1,0,8805,1,9201,8802,123,9102,8801,0,9102,8807,0,9001,8806,21500000,9001,,,,,,
+28422,"Pulkovo 1942 / Gauss-Kruger zone 22",9001,4284,16222,9807,1,0,8807,0,9001,8806,22500000,9001,8801,0,9102,8805,1,9201,8802,129,9102,,,,,,
+28423,"Pulkovo 1942 / Gauss-Kruger zone 23",9001,4284,16223,9807,1,0,8805,1,9201,8802,135,9102,8801,0,9102,8806,23500000,9001,8807,0,9001,,,,,,
+28424,"Pulkovo 1942 / Gauss-Kruger zone 24",9001,4284,16224,9807,1,0,8807,0,9001,8806,24500000,9001,8805,1,9201,8802,141,9102,8801,0,9102,,,,,,
+28425,"Pulkovo 1942 / Gauss-Kruger zone 25",9001,4284,16225,9807,1,0,8802,147,9102,8801,0,9102,8807,0,9001,8806,25500000,9001,8805,1,9201,,,,,,
+28426,"Pulkovo 1942 / Gauss-Kruger zone 26",9001,4284,16226,9807,1,0,8801,0,9102,8806,26500000,9001,8805,1,9201,8802,153,9102,8807,0,9001,,,,,,
+28427,"Pulkovo 1942 / Gauss-Kruger zone 27",9001,4284,16227,9807,1,0,8807,0,9001,8806,27500000,9001,8805,1,9201,8802,159,9102,8801,0,9102,,,,,,
+28428,"Pulkovo 1942 / Gauss-Kruger zone 28",9001,4284,16228,9807,1,0,8802,165,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,28500000,9001,,,,,,
+28429,"Pulkovo 1942 / Gauss-Kruger zone 29",9001,4284,16229,9807,1,0,8802,171,9102,8801,0,9102,8807,0,9001,8806,29500000,9001,8805,1,9201,,,,,,
+28430,"Pulkovo 1942 / Gauss-Kruger zone 30",9001,4284,16230,9807,1,0,8807,0,9001,8806,30500000,9001,8801,0,9102,8805,1,9201,8802,177,9102,,,,,,
+28431,"Pulkovo 1942 / Gauss-Kruger zone 31",9001,4284,16231,9807,1,0,8802,-177,9102,8801,0,9102,8805,1,9201,8806,31500000,9001,8807,0,9001,,,,,,
+28432,"Pulkovo 1942 / Gauss-Kruger zone 32",9001,4284,16232,9807,1,0,8805,1,9201,8802,-171,9102,8801,0,9102,8807,0,9001,8806,32500000,9001,,,,,,
+28462,"Pulkovo 1942 / Gauss-Kruger 2N",9001,4284,16302,9807,1,1,8807,0,9001,8805,1,9201,8806,500000,9001,8802,9,9102,8801,0,9102,,,,,,
+28463,"Pulkovo 1942 / Gauss-Kruger 3N",9001,4284,16303,9807,1,1,8805,1,9201,8801,0,9102,8807,0,9001,8806,500000,9001,8802,15,9102,,,,,,
+28464,"Pulkovo 1942 / Gauss-Kruger 4N",9001,4284,16304,9807,1,1,8805,1,9201,8802,21,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+28465,"Pulkovo 1942 / Gauss-Kruger 5N",9001,4284,16305,9807,1,1,8806,500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+28466,"Pulkovo 1942 / Gauss-Kruger 6N",9001,4284,16306,9807,1,1,8801,0,9102,8807,0,9001,8802,33,9102,8806,500000,9001,8805,1,9201,,,,,,
+28467,"Pulkovo 1942 / Gauss-Kruger 7N",9001,4284,16307,9807,1,1,8801,0,9102,8806,500000,9001,8805,1,9201,8802,39,9102,8807,0,9001,,,,,,
+28468,"Pulkovo 1942 / Gauss-Kruger 8N",9001,4284,16308,9807,1,1,8807,0,9001,8806,500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,,,,,,
+28469,"Pulkovo 1942 / Gauss-Kruger 9N",9001,4284,16309,9807,1,1,8801,0,9102,8802,51,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+28470,"Pulkovo 1942 / Gauss-Kruger 10N",9001,4284,16310,9807,1,1,8802,57,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+28471,"Pulkovo 1942 / Gauss-Kruger 11N",9001,4284,16311,9807,1,1,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,8802,63,9102,,,,,,
+28472,"Pulkovo 1942 / Gauss-Kruger 12N",9001,4284,16312,9807,1,1,8801,0,9102,8805,1,9201,8802,69,9102,8806,500000,9001,8807,0,9001,,,,,,
+28473,"Pulkovo 1942 / Gauss-Kruger 13N",9001,4284,16313,9807,1,1,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+28474,"Pulkovo 1942 / Gauss-Kruger 14N",9001,4284,16314,9807,1,1,8801,0,9102,8807,0,9001,8802,81,9102,8806,500000,9001,8805,1,9201,,,,,,
+28475,"Pulkovo 1942 / Gauss-Kruger 15N",9001,4284,16315,9807,1,1,8802,87,9102,8806,500000,9001,8805,1,9201,8801,0,9102,8807,0,9001,,,,,,
+28476,"Pulkovo 1942 / Gauss-Kruger 16N",9001,4284,16316,9807,1,1,8806,500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,,,,,,
+28477,"Pulkovo 1942 / Gauss-Kruger 17N",9001,4284,16317,9807,1,1,8802,99,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+28478,"Pulkovo 1942 / Gauss-Kruger 18N",9001,4284,16318,9807,1,1,8805,1,9201,8802,105,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+28479,"Pulkovo 1942 / Gauss-Kruger 19N",9001,4284,16319,9807,1,1,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,111,9102,,,,,,
+28480,"Pulkovo 1942 / Gauss-Kruger 20N",9001,4284,16320,9807,1,1,8805,1,9201,8802,117,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+28481,"Pulkovo 1942 / Gauss-Kruger 21N",9001,4284,16321,9807,1,1,8806,500000,9001,8807,0,9001,8805,1,9201,8802,123,9102,8801,0,9102,,,,,,
+28482,"Pulkovo 1942 / Gauss-Kruger 22N",9001,4284,16322,9807,1,1,8801,0,9102,8807,0,9001,8802,129,9102,8806,500000,9001,8805,1,9201,,,,,,
+28483,"Pulkovo 1942 / Gauss-Kruger 23N",9001,4284,16323,9807,1,1,8801,0,9102,8806,500000,9001,8805,1,9201,8802,135,9102,8807,0,9001,,,,,,
+28484,"Pulkovo 1942 / Gauss-Kruger 24N",9001,4284,16324,9807,1,1,8806,500000,9001,8805,1,9201,8802,141,9102,8801,0,9102,8807,0,9001,,,,,,
+28485,"Pulkovo 1942 / Gauss-Kruger 25N",9001,4284,16325,9807,1,1,8802,147,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+28486,"Pulkovo 1942 / Gauss-Kruger 26N",9001,4284,16326,9807,1,1,8802,153,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+28487,"Pulkovo 1942 / Gauss-Kruger 27N",9001,4284,16327,9807,1,1,8807,0,9001,8806,500000,9001,8805,1,9201,8802,159,9102,8801,0,9102,,,,,,
+28488,"Pulkovo 1942 / Gauss-Kruger 28N",9001,4284,16328,9807,1,1,8806,500000,9001,8805,1,9201,8802,165,9102,8807,0,9001,8801,0,9102,,,,,,
+28489,"Pulkovo 1942 / Gauss-Kruger 29N",9001,4284,16329,9807,1,1,8805,1,9201,8802,171,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+28490,"Pulkovo 1942 / Gauss-Kruger 30N",9001,4284,16330,9807,1,1,8801,0,9102,8807,0,9001,8802,177,9102,8806,500000,9001,8805,1,9201,,,,,,
+28491,"Pulkovo 1942 / Gauss-Kruger 31N",9001,4284,16331,9807,1,1,8801,0,9102,8806,500000,9001,8805,1,9201,8807,0,9001,8802,-177,9102,,,,,,
+28492,"Pulkovo 1942 / Gauss-Kruger 32N",9001,4284,16332,9807,1,1,8806,500000,9001,8805,1,9201,8802,-171,9102,8801,0,9102,8807,0,9001,,,,,,
+28600,"Qatar 1974 / Qatar National Grid",9001,4285,19919,9807,1,0,8805,0.99999,9201,8806,200000,9001,8802,51.13,9110,8801,24.27,9110,8807,300000,9001,,,,,,
+28991,"Amersfoort / RD Old",9001,4289,19913,9809,1,0,8802,5.23155,9110,8801,52.0922178,9110,8807,0,9001,8805,0.9999079,9201,8806,0,9001,,,,,,
+28992,"Amersfoort / RD New",9001,4289,19914,9809,1,0,8807,463000,9001,8806,155000,9001,8802,5.23155,9110,8805,0.9999079,9201,8801,52.0922178,9110,,,,,,
+29100,"SAD69 / Brazil Polyconic",9001,4291,19941,9818,1,1,8807,10000000,9001,8806,5000000,9001,8801,0,9102,8802,-54,9102,,,,,,,,,
+29101,"SAD69 / Brazil Polyconic",9001,4618,19941,9818,1,0,8807,10000000,9001,8806,5000000,9001,8801,0,9102,8802,-54,9102,,,,,,,,,
+29118,"SAD69 / UTM zone 18N",9001,4291,16018,9807,1,1,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+29119,"SAD69 / UTM zone 19N",9001,4291,16019,9807,1,1,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+29120,"SAD69 / UTM zone 20N",9001,4291,16020,9807,1,1,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+29121,"SAD69 / UTM zone 21N",9001,4291,16021,9807,1,1,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+29122,"SAD69 / UTM zone 22N",9001,4291,16022,9807,1,1,8802,-51,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+29168,"SAD69 / UTM zone 18N",9001,4618,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+29169,"SAD69 / UTM zone 19N",9001,4618,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+29170,"SAD69 / UTM zone 20N",9001,4618,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+29171,"SAD69 / UTM zone 21N",9001,4618,16021,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+29172,"SAD69 / UTM zone 22N",9001,4618,16022,9807,1,0,8802,-51,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+29177,"SAD69 / UTM zone 17S",9001,4291,16117,9807,1,1,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-81,9102,,,,,,
+29178,"SAD69 / UTM zone 18S",9001,4291,16118,9807,1,1,8801,0,9102,8805,0.9996,9201,8802,-75,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+29179,"SAD69 / UTM zone 19S",9001,4291,16119,9807,1,1,8805,0.9996,9201,8802,-69,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+29180,"SAD69 / UTM zone 20S",9001,4291,16120,9807,1,1,8801,0,9102,8807,10000000,9001,8802,-63,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+29181,"SAD69 / UTM zone 21S",9001,4291,16121,9807,1,1,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,10000000,9001,,,,,,
+29182,"SAD69 / UTM zone 22S",9001,4291,16122,9807,1,1,8806,500000,9001,8805,0.9996,9201,8802,-51,9102,8801,0,9102,8807,10000000,9001,,,,,,
+29183,"SAD69 / UTM zone 23S",9001,4291,16123,9807,1,1,8802,-45,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+29184,"SAD69 / UTM zone 24S",9001,4291,16124,9807,1,1,8805,0.9996,9201,8802,-39,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+29185,"SAD69 / UTM zone 25S",9001,4291,16125,9807,1,1,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-33,9102,,,,,,
+29187,"SAD69 / UTM zone 17S",9001,4618,16117,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-81,9102,,,,,,
+29188,"SAD69 / UTM zone 18S",9001,4618,16118,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,-75,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+29189,"SAD69 / UTM zone 19S",9001,4618,16119,9807,1,0,8805,0.9996,9201,8802,-69,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+29190,"SAD69 / UTM zone 20S",9001,4618,16120,9807,1,0,8801,0,9102,8807,10000000,9001,8802,-63,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+29191,"SAD69 / UTM zone 21S",9001,4618,16121,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,10000000,9001,,,,,,
+29192,"SAD69 / UTM zone 22S",9001,4618,16122,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-51,9102,8801,0,9102,8807,10000000,9001,,,,,,
+29193,"SAD69 / UTM zone 23S",9001,4618,16123,9807,1,0,8802,-45,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+29194,"SAD69 / UTM zone 24S",9001,4618,16124,9807,1,0,8805,0.9996,9201,8802,-39,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+29195,"SAD69 / UTM zone 25S",9001,4618,16125,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-33,9102,,,,,,
+29220,"Sapper Hill 1943 / UTM zone 20S",9001,4292,16120,9807,1,0,8801,0,9102,8807,10000000,9001,8802,-63,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+29221,"Sapper Hill 1943 / UTM zone 21S",9001,4292,16121,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,10000000,9001,,,,,,
+29333,"Schwarzeck / UTM zone 33S",9001,4293,16133,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,15,9102,,,,,,
+29371,"Schwarzeck / Lo22/11",9031,4293,17611,9808,1,0,8807,0,9031,8806,0,9031,8805,1,9201,8802,11,9102,8801,-22,9102,,,,,,
+29373,"Schwarzeck / Lo22/13",9031,4293,17613,9808,1,0,8802,13,9102,8801,-22,9102,8805,1,9201,8807,0,9031,8806,0,9031,,,,,,
+29375,"Schwarzeck / Lo22/15",9031,4293,17615,9808,1,0,8802,15,9102,8801,-22,9102,8807,0,9031,8806,0,9031,8805,1,9201,,,,,,
+29377,"Schwarzeck / Lo22/17",9031,4293,17617,9808,1,0,8801,-22,9102,8806,0,9031,8805,1,9201,8802,17,9102,8807,0,9031,,,,,,
+29379,"Schwarzeck / Lo22/19",9031,4293,17619,9808,1,0,8805,1,9201,8806,0,9031,8807,0,9031,8801,-22,9102,8802,19,9102,,,,,,
+29381,"Schwarzeck / Lo22/21",9031,4293,17621,9808,1,0,8805,1,9201,8802,21,9102,8801,-22,9102,8807,0,9031,8806,0,9031,,,,,,
+29383,"Schwarzeck / Lo22/23",9031,4293,17623,9808,1,0,8801,-22,9102,8802,23,9102,8807,0,9031,8806,0,9031,8805,1,9201,,,,,,
+29385,"Schwarzeck / Lo22/25",9031,4293,17625,9808,1,0,8801,-22,9102,8806,0,9031,8805,1,9201,8807,0,9031,8802,25,9102,,,,,,
+29635,"Sudan / UTM zone 35N",9001,4296,16035,9807,1,1,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,27,9102,8807,0,9001,,,,,,
+29636,"Sudan / UTM zone 36N",9001,4296,16036,9807,1,1,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,33,9102,8801,0,9102,,,,,,
+29700,"Tananarive (Paris) / Laborde Grid",9001,4810,19911,9815,1,1,8813,21,9105,8814,21,9105,8811,-21,9105,8816,400000,9001,8815,0.9995,9201,8812,49,9105,8817,800000,9001
+29701,"Tananarive (Paris) / Laborde Grid",9001,4810,19861,9813,1,0,8811,-21,9105,8807,800000,9001,8806,400000,9001,8815,0.9995,9201,8813,21,9105,8812,49,9105,,,
+29702,"Tananarive (Paris) / Laborde Grid approximation",9001,4810,19911,9815,1,0,8813,21,9105,8814,21,9105,8811,-21,9105,8816,400000,9001,8815,0.9995,9201,8812,49,9105,8817,800000,9001
+29738,"Tananarive / UTM zone 38S",9001,4297,16138,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,45,9102,8801,0,9102,8807,10000000,9001,,,,,,
+29739,"Tananarive / UTM zone 39S",9001,4297,16139,9807,1,0,8802,51,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+29849,"Timbalai 1948 / UTM zone 49N",9001,4298,16049,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,111,9102,8801,0,9102,8807,0,9001,,,,,,
+29850,"Timbalai 1948 / UTM zone 50N",9001,4298,16050,9807,1,0,8801,0,9102,8807,0,9001,8802,117,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+29871,"Timbalai 1948 / RSO Borneo (ch)",9042,4298,19956,9815,1,0,8814,53.07483685,9110,8815,0.99984,9201,8817,22014.3572,9042,8811,4,9110,8816,29352.4763,9042,8812,115,9110,8813,53.18569537,9110
+29872,"Timbalai 1948 / RSO Borneo (ft)",9041,4298,19957,9815,1,0,8812,115,9110,8815,0.99984,9201,8814,53.07483685,9110,8813,53.18569537,9110,8816,1937263.44,9041,8811,4,9110,8817,1452947.58,9041
+29873,"Timbalai 1948 / RSO Borneo (m)",9001,4298,19958,9815,1,0,8811,4,9110,8813,53.18569537,9110,8817,442857.65,9001,8812,115,9110,8814,53.07483685,9110,8815,0.99984,9201,8816,590476.87,9001
+29900,"TM65 / Irish National Grid",9001,4299,19908,9807,1,1,8801,53.3,9110,8806,200000,9001,8807,250000,9001,8802,-8,9110,8805,1.000035,9201,,,,,,
+29901,"OSNI 1952 / Irish National Grid",9001,4188,19973,9807,1,0,8807,250000,9001,8802,-8,9110,8801,53.3,9110,8805,1,9201,8806,200000,9001,,,,,,
+29902,"TM65 / Irish Grid",9001,4299,19972,9807,1,0,8807,250000,9001,8805,1.000035,9201,8802,-8,9110,8806,200000,9001,8801,53.3,9110,,,,,,
+29903,"TM75 / Irish Grid",9001,4300,19972,9807,1,0,8807,250000,9001,8805,1.000035,9201,8802,-8,9110,8806,200000,9001,8801,53.3,9110,,,,,,
+30161,"Tokyo / Japan Plane Rectangular CS I",9001,4301,17801,9807,1,0,8801,33,9110,8805,0.9999,9201,8802,129.3,9110,8806,0,9001,8807,0,9001,,,,,,
+30162,"Tokyo / Japan Plane Rectangular CS II",9001,4301,17802,9807,1,0,8802,131,9110,8806,0,9001,8807,0,9001,8805,0.9999,9201,8801,33,9110,,,,,,
+30163,"Tokyo / Japan Plane Rectangular CS III",9001,4301,17803,9807,1,0,8805,0.9999,9201,8806,0,9001,8801,36,9110,8802,132.1,9110,8807,0,9001,,,,,,
+30164,"Tokyo / Japan Plane Rectangular CS IV",9001,4301,17804,9807,1,0,8801,33,9110,8802,133.3,9110,8806,0,9001,8805,0.9999,9201,8807,0,9001,,,,,,
+30165,"Tokyo / Japan Plane Rectangular CS V",9001,4301,17805,9807,1,0,8805,0.9999,9201,8802,134.2,9110,8807,0,9001,8806,0,9001,8801,36,9110,,,,,,
+30166,"Tokyo / Japan Plane Rectangular CS VI",9001,4301,17806,9807,1,0,8801,36,9110,8807,0,9001,8802,136,9110,8805,0.9999,9201,8806,0,9001,,,,,,
+30167,"Tokyo / Japan Plane Rectangular CS VII",9001,4301,17807,9807,1,0,8802,137.1,9110,8801,36,9110,8807,0,9001,8806,0,9001,8805,0.9999,9201,,,,,,
+30168,"Tokyo / Japan Plane Rectangular CS VIII",9001,4301,17808,9807,1,0,8806,0,9001,8801,36,9110,8807,0,9001,8802,138.3,9110,8805,0.9999,9201,,,,,,
+30169,"Tokyo / Japan Plane Rectangular CS IX",9001,4301,17809,9807,1,0,8801,36,9110,8802,139.5,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
+30170,"Tokyo / Japan Plane Rectangular CS X",9001,4301,17810,9807,1,0,8805,0.9999,9201,8802,140.5,9110,8807,0,9001,8801,40,9110,8806,0,9001,,,,,,
+30171,"Tokyo / Japan Plane Rectangular CS XI",9001,4301,17811,9807,1,0,8801,44,9110,8802,140.15,9110,8807,0,9001,8806,0,9001,8805,0.9999,9201,,,,,,
+30172,"Tokyo / Japan Plane Rectangular CS XII",9001,4301,17812,9807,1,0,8802,142.15,9110,8805,0.9999,9201,8807,0,9001,8801,44,9110,8806,0,9001,,,,,,
+30173,"Tokyo / Japan Plane Rectangular CS XIII",9001,4301,17813,9807,1,0,8802,144.15,9110,8807,0,9001,8801,44,9110,8805,0.9999,9201,8806,0,9001,,,,,,
+30174,"Tokyo / Japan Plane Rectangular CS XIV",9001,4301,17814,9807,1,0,8802,142,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,8801,26,9110,,,,,,
+30175,"Tokyo / Japan Plane Rectangular CS XV",9001,4301,17815,9807,1,0,8807,0,9001,8805,0.9999,9201,8801,26,9110,8806,0,9001,8802,127.3,9110,,,,,,
+30176,"Tokyo / Japan Plane Rectangular CS XVI",9001,4301,17816,9807,1,0,8807,0,9001,8806,0,9001,8805,0.9999,9201,8801,26,9110,8802,124,9110,,,,,,
+30177,"Tokyo / Japan Plane Rectangular CS XVII",9001,4301,17817,9807,1,0,8802,131,9110,8805,0.9999,9201,8806,0,9001,8801,26,9110,8807,0,9001,,,,,,
+30178,"Tokyo / Japan Plane Rectangular CS XVIII",9001,4301,17818,9807,1,0,8801,20,9110,8807,0,9001,8805,0.9999,9201,8806,0,9001,8802,136,9110,,,,,,
+30179,"Tokyo / Japan Plane Rectangular CS XIX",9001,4301,17819,9807,1,0,8801,26,9110,8806,0,9001,8802,154,9110,8807,0,9001,8805,0.9999,9201,,,,,,
+30200,"Trinidad 1903 / Trinidad Grid",9039,4302,19925,9806,1,0,8806,430000,9039,8801,10.263,9110,8807,325000,9039,8802,-61.2,9110,,,,,,,,,
+30339,"TC(1948) / UTM zone 39N",9001,4303,16039,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,51,9102,,,,,,
+30340,"TC(1948) / UTM zone 40N",9001,4303,16040,9807,1,0,8802,57,9102,8801,0,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
+30491,"Voirol 1875 / Nord Algerie (ancienne)",9001,4304,18011,9801,1,0,8802,3,9105,8807,300000,9001,8806,500000,9001,8801,40,9105,8805,0.999625544,9201,,,,,,
+30492,"Voirol 1875 / Sud Algerie (ancienne)",9001,4304,18012,9801,1,0,8805,0.999625769,9201,8807,300000,9001,8806,500000,9001,8802,3,9105,8801,37,9105,,,,,,
+30493,"Voirol 1879 / Nord Algerie (ancienne)",9001,4671,18011,9801,1,0,8802,3,9105,8807,300000,9001,8806,500000,9001,8801,40,9105,8805,0.999625544,9201,,,,,,
+30494,"Voirol 1879 / Sud Algerie (ancienne)",9001,4671,18012,9801,1,0,8805,0.999625769,9201,8807,300000,9001,8806,500000,9001,8802,3,9105,8801,37,9105,,,,,,
+30729,"Nord Sahara 1959 / UTM zone 29N",9001,4307,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+30730,"Nord Sahara 1959 / UTM zone 30N",9001,4307,16030,9807,1,0,8805,0.9996,9201,8802,-3,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+30731,"Nord Sahara 1959 / UTM zone 31N",9001,4307,16031,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,3,9102,,,,,,
+30732,"Nord Sahara 1959 / UTM zone 32N",9001,4307,16032,9807,1,0,8805,0.9996,9201,8802,9,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+30791,"Nord Sahara 1959 / Voirol Unifie Nord",9001,4307,18021,9801,1,0,8802,3,9105,8807,300090,9001,8806,500135,9001,8805,0.999625544,9201,8801,40,9105,,,,,,
+30792,"Nord Sahara 1959 / Voirol Unifie Sud",9001,4307,18022,9801,1,0,8805,0.999625769,9201,8807,300090,9001,8801,37,9105,8802,3,9105,8806,500135,9001,,,,,,
+30800,RT38 2.5 gon W,9001,4308,19929,9807,1,1,8807,0,9001,8802,15.48298,9110,8805,1,9201,8806,1500000,9001,8801,0,9110,,,,,,
+31028,"Yoff / UTM zone 28N",9001,4310,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+31121,"Zanderij / UTM zone 21N",9001,4311,16021,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+31154,"Zanderij / TM 54 NW",9001,4311,17054,9807,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-54,9102,,,,,,
+31170,"Zanderij / Suriname Old TM",9001,4311,19954,9807,1,0,8802,-55.41,9110,8801,0,9110,8806,500000,9001,8807,0,9001,8805,0.9996,9201,,,,,,
+31171,"Zanderij / Suriname TM",9001,4311,19955,9807,1,0,8801,0,9110,8802,-55.41,9110,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+31251,"MGI (Ferro) / Austria GK West Zone",9001,4805,18001,9807,1,0,8806,0,9001,8805,1,9201,8807,-5000000,9001,8802,28,9102,8801,0,9102,,,,,,
+31252,"MGI (Ferro) / Austria GK Central Zone",9001,4805,18002,9807,1,0,8807,-5000000,9001,8801,0,9102,8806,0,9001,8805,1,9201,8802,31,9102,,,,,,
+31253,"MGI (Ferro) / Austria GK East Zone",9001,4805,18003,9807,1,0,8802,34,9102,8805,1,9201,8806,0,9001,8807,-5000000,9001,8801,0,9102,,,,,,
+31254,"MGI / Austria GK West",9001,4312,18004,9807,1,0,8807,-5000000,9001,8806,0,9001,8805,1,9201,8801,0,9110,8802,10.2,9110,,,,,,
+31255,"MGI / Austria GK Central",9001,4312,18005,9807,1,0,8806,0,9001,8801,0,9110,8807,-5000000,9001,8802,13.2,9110,8805,1,9201,,,,,,
+31256,"MGI / Austria GK East",9001,4312,18006,9807,1,0,8805,1,9201,8802,16.2,9110,8806,0,9001,8807,-5000000,9001,8801,0,9110,,,,,,
+31257,"MGI / Austria GK M28",9001,4312,18007,9807,1,0,8807,-5000000,9001,8805,1,9201,8802,10.2,9110,8806,150000,9001,8801,0,9110,,,,,,
+31258,"MGI / Austria GK M31",9001,4312,18008,9807,1,0,8801,0,9110,8802,13.2,9110,8807,-5000000,9001,8805,1,9201,8806,450000,9001,,,,,,
+31259,"MGI / Austria GK M34",9001,4312,18009,9807,1,0,8806,750000,9001,8805,1,9201,8801,0,9110,8802,16.2,9110,8807,-5000000,9001,,,,,,
+31265,"MGI / 3-degree Gauss zone 5",9001,4312,16265,9807,1,1,8801,0,9102,8807,0,9001,8802,15,9102,8806,5500000,9001,8805,1,9201,,,,,,
+31266,"MGI / 3-degree Gauss zone 6",9001,4312,16266,9807,1,1,8802,18,9102,8801,0,9102,8806,6500000,9001,8805,1,9201,8807,0,9001,,,,,,
+31267,"MGI / 3-degree Gauss zone 7",9001,4312,16267,9807,1,1,8806,7500000,9001,8805,1,9201,8802,21,9102,8801,0,9102,8807,0,9001,,,,,,
+31268,"MGI / 3-degree Gauss zone 8",9001,4312,16268,9807,1,1,8802,24,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,8500000,9001,,,,,,
+31275,"MGI / Balkans zone 5",9001,4312,18275,9807,1,0,8802,15,9102,8805,0.9999,9201,8806,5500000,9001,8801,0,9102,8807,0,9001,,,,,,
+31276,"MGI / Balkans zone 6",9001,4312,18276,9807,1,0,8805,0.9999,9201,8802,18,9102,8806,6500000,9001,8807,0,9001,8801,0,9102,,,,,,
+31277,"MGI / Balkans zone 7",9001,4312,18277,9807,1,0,8807,0,9001,8805,0.9999,9201,8801,0,9102,8802,21,9102,8806,7500000,9001,,,,,,
+31278,"MGI / Balkans zone 8",9001,4312,18277,9807,1,1,8807,0,9001,8805,0.9999,9201,8801,0,9102,8802,21,9102,8806,7500000,9001,,,,,,
+31279,"MGI / Balkans zone 8",9001,4312,18278,9807,1,0,8807,0,9001,8802,24,9102,8801,0,9102,8806,8500000,9001,8805,0.9999,9201,,,,,,
+31281,"MGI (Ferro) / Austria West Zone",9001,4805,18041,9807,1,0,8801,0,9102,8807,0,9001,8802,28,9102,8806,0,9001,8805,1,9201,,,,,,
+31282,"MGI (Ferro) / Austria Central Zone",9001,4805,18042,9807,1,0,8805,1,9201,8802,31,9102,8806,0,9001,8807,0,9001,8801,0,9102,,,,,,
+31283,"MGI (Ferro) / Austria East Zone",9001,4805,18043,9807,1,0,8801,0,9102,8802,34,9102,8807,0,9001,8806,0,9001,8805,1,9201,,,,,,
+31284,"MGI / Austria M28",9001,4312,18044,9807,1,0,8805,1,9201,8807,0,9001,8806,150000,9001,8802,10.2,9110,8801,0,9110,,,,,,
+31285,"MGI / Austria M31",9001,4312,18045,9807,1,0,8801,0,9110,8806,450000,9001,8805,1,9201,8807,0,9001,8802,13.2,9110,,,,,,
+31286,"MGI / Austria M34",9001,4312,18046,9807,1,0,8801,0,9110,8802,16.2,9110,8806,750000,9001,8805,1,9201,8807,0,9001,,,,,,
+31287,"MGI / Austria Lambert",9001,4312,19947,9802,1,0,8827,400000,9001,8821,47.3,9110,8824,46,9110,8826,400000,9001,8823,49,9110,8822,13.2,9110,,,
+31288,"MGI (Ferro) / M28",9001,4805,18047,9807,1,0,8802,28,9102,8805,1,9201,8807,0,9001,8806,150000,9001,8801,0,9102,,,,,,
+31289,"MGI (Ferro) / M31",9001,4805,18048,9807,1,0,8807,0,9001,8806,450000,9001,8802,31,9102,8805,1,9201,8801,0,9102,,,,,,
+31290,"MGI (Ferro) / M34",9001,4805,18049,9807,1,0,8801,0,9102,8806,750000,9001,8802,34,9102,8805,1,9201,8807,0,9001,,,,,,
+31291,"MGI (Ferro) / Austria West Zone",9001,4805,18041,9807,1,1,8801,0,9102,8807,0,9001,8802,28,9102,8806,0,9001,8805,1,9201,,,,,,
+31292,"MGI (Ferro) / Austria Central Zone",9001,4805,18042,9807,1,1,8805,1,9201,8802,31,9102,8806,0,9001,8807,0,9001,8801,0,9102,,,,,,
+31293,"MGI (Ferro) / Austria East Zone",9001,4805,18043,9807,1,1,8801,0,9102,8802,34,9102,8807,0,9001,8806,0,9001,8805,1,9201,,,,,,
+31294,"MGI / M28",9001,4312,18044,9807,1,1,8805,1,9201,8807,0,9001,8806,150000,9001,8802,10.2,9110,8801,0,9110,,,,,,
+31295,"MGI / M31",9001,4312,18045,9807,1,1,8801,0,9110,8806,450000,9001,8805,1,9201,8807,0,9001,8802,13.2,9110,,,,,,
+31296,"MGI / M34",9001,4312,18046,9807,1,1,8801,0,9110,8802,16.2,9110,8806,750000,9001,8805,1,9201,8807,0,9001,,,,,,
+31297,"MGI / Austria Lambert",9001,4312,19947,9802,1,1,8827,400000,9001,8821,47.3,9110,8824,46,9110,8826,400000,9001,8823,49,9110,8822,13.2,9110,,,
+31300,"Belge 1972 / Belge Lambert 72",9001,4313,19902,9803,1,0,8826,150000.01256,9001,8827,5400088.4378,9001,8823,49.5,9110,8821,90,9110,8822,4.2124983,9110,8824,51.1,9110,,,
+31370,"Belge 1972 / Belgian Lambert 72",9001,4313,19961,9802,1,0,8822,4.2202952,9110,8823,51.100000204,9110,8821,90,9110,8824,49.500000204,9110,8826,150000.013,9001,8827,5400088.438,9001,,,
+31461,"DHDN / 3-degree Gauss zone 1",9001,4314,16261,9807,1,1,8802,3,9102,8801,0,9102,8807,0,9001,8806,1500000,9001,8805,1,9201,,,,,,
+31462,"DHDN / 3-degree Gauss zone 2",9001,4314,16262,9807,1,1,8807,0,9001,8806,2500000,9001,8801,0,9102,8805,1,9201,8802,6,9102,,,,,,
+31463,"DHDN / 3-degree Gauss zone 3",9001,4314,16263,9807,1,1,8805,1,9201,8802,9,9102,8801,0,9102,8806,3500000,9001,8807,0,9001,,,,,,
+31464,"DHDN / 3-degree Gauss zone 4",9001,4314,16264,9807,1,1,8805,1,9201,8802,12,9102,8801,0,9102,8807,0,9001,8806,4500000,9001,,,,,,
+31465,"DHDN / 3-degree Gauss zone 5",9001,4314,16265,9807,1,1,8801,0,9102,8807,0,9001,8802,15,9102,8806,5500000,9001,8805,1,9201,,,,,,
+31466,"DHDN / Gauss-Kruger zone 2",9001,4314,16262,9807,1,0,8807,0,9001,8806,2500000,9001,8801,0,9102,8805,1,9201,8802,6,9102,,,,,,
+31467,"DHDN / Gauss-Kruger zone 3",9001,4314,16263,9807,1,0,8805,1,9201,8802,9,9102,8801,0,9102,8806,3500000,9001,8807,0,9001,,,,,,
+31468,"DHDN / Gauss-Kruger zone 4",9001,4314,16264,9807,1,0,8805,1,9201,8802,12,9102,8801,0,9102,8807,0,9001,8806,4500000,9001,,,,,,
+31469,"DHDN / Gauss-Kruger zone 5",9001,4314,16265,9807,1,0,8801,0,9102,8807,0,9001,8802,15,9102,8806,5500000,9001,8805,1,9201,,,,,,
+31528,"Conakry 1905 / UTM zone 28N",9001,4315,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+31529,"Conakry 1905 / UTM zone 29N",9001,4315,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+31600,"Dealul Piscului 1933/ Stereo 33",9001,4316,19927,9809,1,0,8807,500000,9001,8802,25.23328772,9110,8805,0.9996667,9201,8806,500000,9001,8801,45.54,9110,,,,,,
+31700,"Dealul Piscului 1970/ Stereo 70",9001,4317,19926,9809,1,0,8807,500000,9001,8801,46,9102,8806,500000,9001,8805,0.99975,9201,8802,25,9102,,,,,,
+31838,"NGN / UTM zone 38N",9001,4318,16038,9807,1,0,8802,45,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+31839,"NGN / UTM zone 39N",9001,4318,16039,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,51,9102,,,,,,
+31900,"KUDAMS / KTM",9001,4319,19928,9807,1,1,8801,0,9102,8805,0.9996,9201,8806,500000,9001,8802,48,9102,8807,0,9001,,,,,,
+31901,"KUDAMS / KTM",9001,4319,19997,9807,1,0,8805,1,9201,8801,0,9102,8806,500000,9001,8807,0,9001,8802,48,9102,,,,,,
+31965,"SIRGAS 2000 / UTM zone 11N",9001,4674,16011,9807,1,0,8802,-117,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+31966,"SIRGAS 2000 / UTM zone 12N",9001,4674,16012,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-111,9102,8801,0,9102,8807,0,9001,,,,,,
+31967,"SIRGAS 2000 / UTM zone 13N",9001,4674,16013,9807,1,0,8802,-105,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+31968,"SIRGAS 2000 / UTM zone 14N",9001,4674,16014,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-99,9102,8801,0,9102,8807,0,9001,,,,,,
+31969,"SIRGAS 2000 / UTM zone 15N",9001,4674,16015,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-93,9102,,,,,,
+31970,"SIRGAS 2000 / UTM zone 16N",9001,4674,16016,9807,1,0,8805,0.9996,9201,8802,-87,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+31971,"SIRGAS 2000 / UTM zone 17N",9001,4674,16017,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+31972,"SIRGAS 2000 / UTM zone 18N",9001,4674,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+31973,"SIRGAS 2000 / UTM zone 19N",9001,4674,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+31974,"SIRGAS 2000 / UTM zone 20N",9001,4674,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+31975,"SIRGAS 2000 / UTM zone 21N",9001,4674,16021,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+31976,"SIRGAS 2000 / UTM zone 22N",9001,4674,16022,9807,1,0,8802,-51,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+31977,"SIRGAS 2000 / UTM zone 17S",9001,4674,16117,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-81,9102,,,,,,
+31978,"SIRGAS 2000 / UTM zone 18S",9001,4674,16118,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,-75,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+31979,"SIRGAS 2000 / UTM zone 19S",9001,4674,16119,9807,1,0,8805,0.9996,9201,8802,-69,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+31980,"SIRGAS 2000 / UTM zone 20S",9001,4674,16120,9807,1,0,8801,0,9102,8807,10000000,9001,8802,-63,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+31981,"SIRGAS 2000 / UTM zone 21S",9001,4674,16121,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,10000000,9001,,,,,,
+31982,"SIRGAS 2000 / UTM zone 22S",9001,4674,16122,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-51,9102,8801,0,9102,8807,10000000,9001,,,,,,
+31983,"SIRGAS 2000 / UTM zone 23S",9001,4674,16123,9807,1,0,8802,-45,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+31984,"SIRGAS 2000 / UTM zone 24S",9001,4674,16124,9807,1,0,8805,0.9996,9201,8802,-39,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+31985,"SIRGAS 2000 / UTM zone 25S",9001,4674,16125,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-33,9102,,,,,,
+31986,"SIRGAS / UTM zone 17N",9001,4170,16017,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+31987,"SIRGAS / UTM zone 18N",9001,4170,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+31988,"SIRGAS / UTM zone 19N",9001,4170,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+31989,"SIRGAS / UTM zone 20N",9001,4170,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+31990,"SIRGAS / UTM zone 21N",9001,4170,16021,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+31991,"SIRGAS / UTM zone 22N",9001,4170,16022,9807,1,0,8802,-51,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+31992,"SIRGAS / UTM zone 17S",9001,4170,16117,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-81,9102,,,,,,
+31993,"SIRGAS / UTM zone 18S",9001,4170,16118,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,-75,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+31994,"SIRGAS / UTM zone 19S",9001,4170,16119,9807,1,0,8805,0.9996,9201,8802,-69,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+31995,"SIRGAS / UTM zone 20S",9001,4170,16120,9807,1,0,8801,0,9102,8807,10000000,9001,8802,-63,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+31996,"SIRGAS / UTM zone 21S",9001,4170,16121,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,10000000,9001,,,,,,
+31997,"SIRGAS / UTM zone 22S",9001,4170,16122,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-51,9102,8801,0,9102,8807,10000000,9001,,,,,,
+31998,"SIRGAS / UTM zone 23S",9001,4170,16123,9807,1,0,8802,-45,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+31999,"SIRGAS / UTM zone 24S",9001,4170,16124,9807,1,0,8805,0.9996,9201,8802,-39,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32000,"SIRGAS / UTM zone 25S",9001,4170,16125,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-33,9102,,,,,,
+32001,"NAD27 / Montana North",9003,4267,12501,9802,1,0,8821,47,9110,8822,-109.3,9110,8823,48.43,9110,8824,47.51,9110,8826,2000000,9003,8827,0,9003,,,
+32002,"NAD27 / Montana Central",9003,4267,12502,9802,1,0,8821,45.5,9110,8822,-109.3,9110,8823,47.53,9110,8824,46.27,9110,8826,2000000,9003,8827,0,9003,,,
+32003,"NAD27 / Montana South",9003,4267,12503,9802,1,0,8821,44,9110,8822,-109.3,9110,8823,46.24,9110,8824,44.52,9110,8826,2000000,9003,8827,0,9003,,,
+32005,"NAD27 / Nebraska North",9003,4267,12601,9802,1,0,8821,41.2,9110,8822,-100,9110,8823,41.51,9110,8824,42.49,9110,8826,2000000,9003,8827,0,9003,,,
+32006,"NAD27 / Nebraska South",9003,4267,12602,9802,1,0,8821,39.4,9110,8822,-99.3,9110,8823,40.17,9110,8824,41.43,9110,8826,2000000,9003,8827,0,9003,,,
+32007,"NAD27 / Nevada East",9003,4267,12701,9807,1,0,8801,34.45,9110,8802,-115.35,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
+32008,"NAD27 / Nevada Central",9003,4267,12702,9807,1,0,8801,34.45,9110,8802,-116.4,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
+32009,"NAD27 / Nevada West",9003,4267,12703,9807,1,0,8801,34.45,9110,8802,-118.35,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
+32010,"NAD27 / New Hampshire",9003,4267,12800,9807,1,0,8801,42.3,9110,8802,-71.4,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
+32011,"NAD27 / New Jersey",9003,4267,12900,9807,1,0,8801,38.5,9110,8802,-74.4,9110,8805,0.999975,9201,8806,2000000,9003,8807,0,9003,,,,,,
+32012,"NAD27 / New Mexico East",9003,4267,13001,9807,1,0,8801,31,9110,8802,-104.2,9110,8805,0.999909091,9201,8806,500000,9003,8807,0,9003,,,,,,
+32013,"NAD27 / New Mexico Central",9003,4267,13002,9807,1,0,8801,31,9110,8802,-106.15,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
+32014,"NAD27 / New Mexico West",9003,4267,13003,9807,1,0,8801,31,9110,8802,-107.5,9110,8805,0.999916667,9201,8806,500000,9003,8807,0,9003,,,,,,
+32015,"NAD27 / New York East",9003,4267,13101,9807,1,0,8801,40,9110,8802,-74.2,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
+32016,"NAD27 / New York Central",9003,4267,13102,9807,1,0,8801,40,9110,8802,-76.35,9110,8805,0.9999375,9201,8806,500000,9003,8807,0,9003,,,,,,
+32017,"NAD27 / New York West",9003,4267,13103,9807,1,0,8801,40,9110,8802,-78.35,9110,8805,0.9999375,9201,8806,500000,9003,8807,0,9003,,,,,,
+32018,"NAD27 / New York Long Island",9003,4267,13104,9802,1,0,8821,40.3,9110,8822,-74,9110,8823,41.02,9110,8824,40.4,9110,8826,1000000,9003,8827,0,9003,,,
+32019,"NAD27 / North Carolina",9003,4267,13200,9802,1,0,8821,33.45,9110,8822,-79,9110,8823,34.2,9110,8824,36.1,9110,8826,2000000,9003,8827,0,9003,,,
+32020,"NAD27 / North Dakota North",9003,4267,13301,9802,1,0,8821,47,9110,8822,-100.3,9110,8823,47.26,9110,8824,48.44,9110,8826,2000000,9003,8827,0,9003,,,
+32021,"NAD27 / North Dakota South",9003,4267,13302,9802,1,0,8821,45.4,9110,8822,-100.3,9110,8823,46.11,9110,8824,47.29,9110,8826,2000000,9003,8827,0,9003,,,
+32022,"NAD27 / Ohio North",9003,4267,13401,9802,1,0,8821,39.4,9110,8822,-82.3,9110,8823,40.26,9110,8824,41.42,9110,8826,2000000,9003,8827,0,9003,,,
+32023,"NAD27 / Ohio South",9003,4267,13402,9802,1,0,8821,38,9110,8822,-82.3,9110,8823,38.44,9110,8824,40.02,9110,8826,2000000,9003,8827,0,9003,,,
+32024,"NAD27 / Oklahoma North",9003,4267,13501,9802,1,0,8821,35,9110,8822,-98,9110,8823,35.34,9110,8824,36.46,9110,8826,2000000,9003,8827,0,9003,,,
+32025,"NAD27 / Oklahoma South",9003,4267,13502,9802,1,0,8821,33.2,9110,8822,-98,9110,8823,33.56,9110,8824,35.14,9110,8826,2000000,9003,8827,0,9003,,,
+32026,"NAD27 / Oregon North",9003,4267,13601,9802,1,0,8821,43.4,9110,8822,-120.3,9110,8823,44.2,9110,8824,46,9110,8826,2000000,9003,8827,0,9003,,,
+32027,"NAD27 / Oregon South",9003,4267,13602,9802,1,0,8821,41.4,9110,8822,-120.3,9110,8823,42.2,9110,8824,44,9110,8826,2000000,9003,8827,0,9003,,,
+32028,"NAD27 / Pennsylvania North",9003,4267,13701,9802,1,0,8821,40.1,9110,8822,-77.45,9110,8823,40.53,9110,8824,41.57,9110,8826,2000000,9003,8827,0,9003,,,
+32029,"NAD27 / Pennsylvania South",9003,4267,13702,9802,1,0,8821,39.2,9110,8822,-77.45,9110,8823,39.56,9110,8824,40.48,9110,8826,2000000,9003,8827,0,9003,,,
+32030,"NAD27 / Rhode Island",9003,4267,13800,9807,1,0,8801,41.05,9110,8802,-71.3,9110,8805,0.9999938,9201,8806,500000,9003,8807,0,9003,,,,,,
+32031,"NAD27 / South Carolina North",9003,4267,13901,9802,1,0,8821,33,9110,8822,-81,9110,8823,33.46,9110,8824,34.58,9110,8826,2000000,9003,8827,0,9003,,,
+32033,"NAD27 / South Carolina South",9003,4267,13902,9802,1,0,8821,31.5,9110,8822,-81,9110,8823,32.2,9110,8824,33.4,9110,8826,2000000,9003,8827,0,9003,,,
+32034,"NAD27 / South Dakota North",9003,4267,14001,9802,1,0,8821,43.5,9110,8822,-100,9110,8823,44.25,9110,8824,45.41,9110,8826,2000000,9003,8827,0,9003,,,
+32035,"NAD27 / South Dakota South",9003,4267,14002,9802,1,0,8821,42.2,9110,8822,-100.2,9110,8823,42.5,9110,8824,44.24,9110,8826,2000000,9003,8827,0,9003,,,
+32036,"NAD27 / Tennessee",9003,4267,14100,9802,1,1,8821,34.4,9110,8822,-86,9110,8823,35.15,9110,8824,36.25,9110,8826,100000,9003,8827,0,9003,,,
+32037,"NAD27 / Texas North",9003,4267,14201,9802,1,0,8821,34,9110,8822,-101.3,9110,8823,34.39,9110,8824,36.11,9110,8826,2000000,9003,8827,0,9003,,,
+32038,"NAD27 / Texas North Central",9003,4267,14202,9802,1,0,8821,31.4,9110,8822,-97.3,9110,8823,32.08,9110,8824,33.58,9110,8826,2000000,9003,8827,0,9003,,,
+32039,"NAD27 / Texas Central",9003,4267,14203,9802,1,0,8821,29.4,9110,8822,-100.2,9110,8823,30.07,9110,8824,31.53,9110,8826,2000000,9003,8827,0,9003,,,
+32040,"NAD27 / Texas South Central",9003,4267,14204,9802,1,0,8821,27.5,9110,8822,-99,9110,8823,28.23,9110,8824,30.17,9110,8826,2000000,9003,8827,0,9003,,,
+32041,"NAD27 / Texas South",9003,4267,14205,9802,1,0,8821,25.4,9110,8822,-98.3,9110,8823,26.1,9110,8824,27.5,9110,8826,2000000,9003,8827,0,9003,,,
+32042,"NAD27 / Utah North",9003,4267,14301,9802,1,0,8821,40.2,9110,8822,-111.3,9110,8823,40.43,9110,8824,41.47,9110,8826,2000000,9003,8827,0,9003,,,
+32043,"NAD27 / Utah Central",9003,4267,14302,9802,1,0,8821,38.2,9110,8822,-111.3,9110,8823,39.01,9110,8824,40.39,9110,8826,2000000,9003,8827,0,9003,,,
+32044,"NAD27 / Utah South",9003,4267,14303,9802,1,0,8821,36.4,9110,8822,-111.3,9110,8823,37.13,9110,8824,38.21,9110,8826,2000000,9003,8827,0,9003,,,
+32045,"NAD27 / Vermont",9003,4267,14400,9807,1,0,8801,42.3,9110,8802,-72.3,9110,8805,0.999964286,9201,8806,500000,9003,8807,0,9003,,,,,,
+32046,"NAD27 / Virginia North",9003,4267,14501,9802,1,0,8821,37.4,9110,8822,-78.3,9110,8823,38.02,9110,8824,39.12,9110,8826,2000000,9003,8827,0,9003,,,
+32047,"NAD27 / Virginia South",9003,4267,14502,9802,1,0,8821,36.2,9110,8822,-78.3,9110,8823,36.46,9110,8824,37.58,9110,8826,2000000,9003,8827,0,9003,,,
+32048,"NAD27 / Washington North",9003,4267,14601,9802,1,0,8821,47,9110,8822,-120.5,9110,8823,47.3,9110,8824,48.44,9110,8826,2000000,9003,8827,0,9003,,,
+32049,"NAD27 / Washington South",9003,4267,14602,9802,1,0,8821,45.2,9110,8822,-120.3,9110,8823,45.5,9110,8824,47.2,9110,8826,2000000,9003,8827,0,9003,,,
+32050,"NAD27 / West Virginia North",9003,4267,14701,9802,1,0,8821,38.3,9110,8822,-79.3,9110,8823,39,9110,8824,40.15,9110,8826,2000000,9003,8827,0,9003,,,
+32051,"NAD27 / West Virginia South",9003,4267,14702,9802,1,0,8821,37,9110,8822,-81,9110,8823,37.29,9110,8824,38.53,9110,8826,2000000,9003,8827,0,9003,,,
+32052,"NAD27 / Wisconsin North",9003,4267,14801,9802,1,0,8821,45.1,9110,8822,-90,9110,8823,45.34,9110,8824,46.46,9110,8826,2000000,9003,8827,0,9003,,,
+32053,"NAD27 / Wisconsin Central",9003,4267,14802,9802,1,0,8821,43.5,9110,8822,-90,9110,8823,44.15,9110,8824,45.3,9110,8826,2000000,9003,8827,0,9003,,,
+32054,"NAD27 / Wisconsin South",9003,4267,14803,9802,1,0,8821,42,9110,8822,-90,9110,8823,42.44,9110,8824,44.04,9110,8826,2000000,9003,8827,0,9003,,,
+32055,"NAD27 / Wyoming East",9003,4267,14901,9807,1,0,8801,40.4,9110,8802,-105.1,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
+32056,"NAD27 / Wyoming East Central",9003,4267,14902,9807,1,0,8801,40.4,9110,8802,-107.2,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
+32057,"NAD27 / Wyoming West Central",9003,4267,14903,9807,1,0,8801,40.4,9110,8802,-108.45,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
+32058,"NAD27 / Wyoming West",9003,4267,14904,9807,1,0,8801,40.4,9110,8802,-110.05,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
+32061,"NAD27 / Guatemala Norte",9001,4267,18211,9801,1,0,8807,292209.579,9001,8805,0.99992226,9201,8801,16.49,9110,8806,500000,9001,8802,-90.2,9110,,,,,,
+32062,"NAD27 / Guatemala Sur",9001,4267,18212,9801,1,0,8802,-90.2,9110,8801,14.54,9110,8807,325992.681,9001,8805,0.99989906,9201,8806,500000,9001,,,,,,
+32064,"NAD27 / BLM 14N (ftUS)",9003,4267,15914,9807,1,0,8807,0,9003,8806,1640416.67,9003,8805,0.9996,9201,8802,-99,9102,8801,0,9102,,,,,,
+32065,"NAD27 / BLM 15N (ftUS)",9003,4267,15915,9807,1,0,8802,-93,9102,8801,0,9102,8805,0.9996,9201,8807,0,9003,8806,1640416.67,9003,,,,,,
+32066,"NAD27 / BLM 16N (ftUS)",9003,4267,15916,9807,1,0,8802,-87,9102,8801,0,9102,8807,0,9003,8806,1640416.67,9003,8805,0.9996,9201,,,,,,
+32067,"NAD27 / BLM 17N (ftUS)",9003,4267,15917,9807,1,0,8807,0,9003,8806,1640416.67,9003,8801,0,9102,8805,0.9996,9201,8802,-81,9102,,,,,,
+32074,"NAD27 / BLM 14N (feet)",9003,4267,15914,9807,1,1,8807,0,9003,8806,1640416.67,9003,8805,0.9996,9201,8802,-99,9102,8801,0,9102,,,,,,
+32075,"NAD27 / BLM 15N (feet)",9003,4267,15915,9807,1,1,8802,-93,9102,8801,0,9102,8805,0.9996,9201,8807,0,9003,8806,1640416.67,9003,,,,,,
+32076,"NAD27 / BLM 16N (feet)",9003,4267,15916,9807,1,1,8802,-87,9102,8801,0,9102,8807,0,9003,8806,1640416.67,9003,8805,0.9996,9201,,,,,,
+32077,"NAD27 / BLM 17N (feet)",9003,4267,15917,9807,1,1,8807,0,9003,8806,1640416.67,9003,8801,0,9102,8805,0.9996,9201,8802,-81,9102,,,,,,
+32081,"NAD27 / MTM zone 1",9001,4267,17701,9807,1,0,8802,-53,9102,8801,0,9102,8805,0.9999,9201,8807,0,9001,8806,304800,9001,,,,,,
+32082,"NAD27 / MTM zone 2",9001,4267,17702,9807,1,0,8807,0,9001,8801,0,9102,8802,-56,9102,8805,0.9999,9201,8806,304800,9001,,,,,,
+32083,"NAD27 / MTM zone 3",9001,4267,17703,9807,1,0,8807,0,9001,8801,0,9110,8806,304800,9001,8805,0.9999,9201,8802,-58.3,9110,,,,,,
+32084,"NAD27 / MTM zone 4",9001,4267,17704,9807,1,0,8805,0.9999,9201,8802,-61.3,9110,8801,0,9110,8806,304800,9001,8807,0,9001,,,,,,
+32085,"NAD27 / MTM zone 5",9001,4267,17705,9807,1,0,8802,-64.3,9110,8806,304800,9001,8807,0,9001,8801,0,9110,8805,0.9999,9201,,,,,,
+32086,"NAD27 / MTM zone 6",9001,4267,17706,9807,1,0,8801,0,9110,8802,-67.3,9110,8807,0,9001,8806,304800,9001,8805,0.9999,9201,,,,,,
+32098,"NAD27 / Quebec Lambert",9001,4267,19944,9802,1,0,8822,-68.3,9110,8826,0,9001,8821,44,9110,8823,60,9110,8824,46,9110,8827,0,9001,,,
+32099,"NAD27 / Louisiana Offshore",9003,4267,11703,9802,1,0,8821,25.4,9110,8822,-91.2,9110,8823,27.5,9110,8824,26.1,9110,8826,2000000,9003,8827,0,9003,,,
+32100,"NAD83 / Montana",9001,4269,12530,9802,1,0,8821,44.15,9110,8822,-109.3,9110,8823,49,9110,8824,45,9110,8826,600000,9001,8827,0,9001,,,
+32104,"NAD83 / Nebraska",9001,4269,12630,9802,1,0,8821,39.5,9110,8822,-100,9110,8823,43,9110,8824,40,9110,8826,500000,9001,8827,0,9001,,,
+32107,"NAD83 / Nevada East",9001,4269,12731,9807,1,0,8801,34.45,9110,8802,-115.35,9110,8805,0.9999,9201,8806,200000,9001,8807,8000000,9001,,,,,,
+32108,"NAD83 / Nevada Central",9001,4269,12732,9807,1,0,8801,34.45,9110,8802,-116.4,9110,8805,0.9999,9201,8806,500000,9001,8807,6000000,9001,,,,,,
+32109,"NAD83 / Nevada West",9001,4269,12733,9807,1,0,8801,34.45,9110,8802,-118.35,9110,8805,0.9999,9201,8806,800000,9001,8807,4000000,9001,,,,,,
+32110,"NAD83 / New Hampshire",9001,4269,12830,9807,1,0,8801,42.3,9110,8802,-71.4,9110,8805,0.999966667,9201,8806,300000,9001,8807,0,9001,,,,,,
+32111,"NAD83 / New Jersey",9001,4269,12930,9807,1,0,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,150000,9001,8807,0,9001,,,,,,
+32112,"NAD83 / New Mexico East",9001,4269,13031,9807,1,0,8801,31,9110,8802,-104.2,9110,8805,0.999909091,9201,8806,165000,9001,8807,0,9001,,,,,,
+32113,"NAD83 / New Mexico Central",9001,4269,13032,9807,1,0,8801,31,9110,8802,-106.15,9110,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+32114,"NAD83 / New Mexico West",9001,4269,13033,9807,1,0,8801,31,9110,8802,-107.5,9110,8805,0.999916667,9201,8806,830000,9001,8807,0,9001,,,,,,
+32115,"NAD83 / New York East",9001,4269,13131,9807,1,0,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,150000,9001,8807,0,9001,,,,,,
+32116,"NAD83 / New York Central",9001,4269,13132,9807,1,0,8801,40,9110,8802,-76.35,9110,8805,0.9999375,9201,8806,250000,9001,8807,0,9001,,,,,,
+32117,"NAD83 / New York West",9001,4269,13133,9807,1,0,8801,40,9110,8802,-78.35,9110,8805,0.9999375,9201,8806,350000,9001,8807,0,9001,,,,,,
+32118,"NAD83 / New York Long Island",9001,4269,13134,9802,1,0,8821,40.1,9110,8822,-74,9110,8823,41.02,9110,8824,40.4,9110,8826,300000,9001,8827,0,9001,,,
+32119,"NAD83 / North Carolina",9001,4269,13230,9802,1,0,8821,33.45,9110,8822,-79,9110,8823,36.1,9110,8824,34.2,9110,8826,609601.22,9001,8827,0,9001,,,
+32120,"NAD83 / North Dakota North",9001,4269,13331,9802,1,0,8821,47,9110,8822,-100.3,9110,8823,48.44,9110,8824,47.26,9110,8826,600000,9001,8827,0,9001,,,
+32121,"NAD83 / North Dakota South",9001,4269,13332,9802,1,0,8821,45.4,9110,8822,-100.3,9110,8823,47.29,9110,8824,46.11,9110,8826,600000,9001,8827,0,9001,,,
+32122,"NAD83 / Ohio North",9001,4269,13431,9802,1,0,8821,39.4,9110,8822,-82.3,9110,8823,41.42,9110,8824,40.26,9110,8826,600000,9001,8827,0,9001,,,
+32123,"NAD83 / Ohio South",9001,4269,13432,9802,1,0,8821,38,9110,8822,-82.3,9110,8823,40.02,9110,8824,38.44,9110,8826,600000,9001,8827,0,9001,,,
+32124,"NAD83 / Oklahoma North",9001,4269,13531,9802,1,0,8821,35,9110,8822,-98,9110,8823,36.46,9110,8824,35.34,9110,8826,600000,9001,8827,0,9001,,,
+32125,"NAD83 / Oklahoma South",9001,4269,13532,9802,1,0,8821,33.2,9110,8822,-98,9110,8823,35.14,9110,8824,33.56,9110,8826,600000,9001,8827,0,9001,,,
+32126,"NAD83 / Oregon North",9001,4269,13631,9802,1,0,8821,43.4,9110,8822,-120.3,9110,8823,46,9110,8824,44.2,9110,8826,2500000,9001,8827,0,9001,,,
+32127,"NAD83 / Oregon South",9001,4269,13632,9802,1,0,8821,41.4,9110,8822,-120.3,9110,8823,44,9110,8824,42.2,9110,8826,1500000,9001,8827,0,9001,,,
+32128,"NAD83 / Pennsylvania North",9001,4269,13731,9802,1,0,8821,40.1,9110,8822,-77.45,9110,8823,41.57,9110,8824,40.53,9110,8826,600000,9001,8827,0,9001,,,
+32129,"NAD83 / Pennsylvania South",9001,4269,13732,9802,1,0,8821,39.2,9110,8822,-77.45,9110,8823,40.58,9110,8824,39.56,9110,8826,600000,9001,8827,0,9001,,,
+32130,"NAD83 / Rhode Island",9001,4269,13830,9807,1,0,8801,41.05,9110,8802,-71.3,9110,8805,0.99999375,9201,8806,100000,9001,8807,0,9001,,,,,,
+32133,"NAD83 / South Carolina",9001,4269,13930,9802,1,0,8821,31.5,9110,8822,-81,9110,8823,34.5,9110,8824,32.3,9110,8826,609600,9001,8827,0,9001,,,
+32134,"NAD83 / South Dakota North",9001,4269,14031,9802,1,0,8821,43.5,9110,8822,-100,9110,8823,45.41,9110,8824,44.25,9110,8826,600000,9001,8827,0,9001,,,
+32135,"NAD83 / South Dakota South",9001,4269,14032,9802,1,0,8821,42.2,9110,8822,-100.2,9110,8823,44.24,9110,8824,42.5,9110,8826,600000,9001,8827,0,9001,,,
+32136,"NAD83 / Tennessee",9001,4269,14130,9802,1,0,8821,34.2,9110,8822,-86,9110,8823,36.25,9110,8824,35.15,9110,8826,600000,9001,8827,0,9001,,,
+32137,"NAD83 / Texas North",9001,4269,14231,9802,1,0,8821,34,9110,8822,-101.3,9110,8823,36.11,9110,8824,34.39,9110,8826,200000,9001,8827,1000000,9001,,,
+32138,"NAD83 / Texas North Central",9001,4269,14232,9802,1,0,8821,31.4,9110,8822,-98.3,9110,8823,33.58,9110,8824,32.08,9110,8826,600000,9001,8827,2000000,9001,,,
+32139,"NAD83 / Texas Central",9001,4269,14233,9802,1,0,8821,29.4,9110,8822,-100.2,9110,8823,31.53,9110,8824,30.07,9110,8826,700000,9001,8827,3000000,9001,,,
+32140,"NAD83 / Texas South Central",9001,4269,14234,9802,1,0,8821,27.5,9110,8822,-99,9110,8823,30.17,9110,8824,28.23,9110,8826,600000,9001,8827,4000000,9001,,,
+32141,"NAD83 / Texas South",9001,4269,14235,9802,1,0,8821,25.4,9110,8822,-98.3,9110,8823,27.5,9110,8824,26.1,9110,8826,300000,9001,8827,5000000,9001,,,
+32142,"NAD83 / Utah North",9001,4269,14331,9802,1,0,8821,40.2,9110,8822,-111.3,9110,8823,41.47,9110,8824,40.43,9110,8826,500000,9001,8827,1000000,9001,,,
+32143,"NAD83 / Utah Central",9001,4269,14332,9802,1,0,8821,38.2,9110,8822,-111.3,9110,8823,40.39,9110,8824,39.01,9110,8826,500000,9001,8827,2000000,9001,,,
+32144,"NAD83 / Utah South",9001,4269,14333,9802,1,0,8821,36.4,9110,8822,-111.3,9110,8823,38.21,9110,8824,37.13,9110,8826,500000,9001,8827,3000000,9001,,,
+32145,"NAD83 / Vermont",9001,4269,14430,9807,1,0,8801,42.3,9110,8802,-72.3,9110,8805,0.999964286,9201,8806,500000,9001,8807,0,9001,,,,,,
+32146,"NAD83 / Virginia North",9001,4269,14531,9802,1,0,8821,37.4,9110,8822,-78.3,9110,8823,39.12,9110,8824,38.02,9110,8826,3500000,9001,8827,2000000,9001,,,
+32147,"NAD83 / Virginia South",9001,4269,14532,9802,1,0,8821,36.2,9110,8822,-78.3,9110,8823,37.58,9110,8824,36.46,9110,8826,3500000,9001,8827,1000000,9001,,,
+32148,"NAD83 / Washington North",9001,4269,14631,9802,1,0,8821,47,9110,8822,-120.5,9110,8823,48.44,9110,8824,47.3,9110,8826,500000,9001,8827,0,9001,,,
+32149,"NAD83 / Washington South",9001,4269,14632,9802,1,0,8821,45.2,9110,8822,-120.3,9110,8823,47.2,9110,8824,45.5,9110,8826,500000,9001,8827,0,9001,,,
+32150,"NAD83 / West Virginia North",9001,4269,14731,9802,1,0,8821,38.3,9110,8822,-79.3,9110,8823,40.15,9110,8824,39,9110,8826,600000,9001,8827,0,9001,,,
+32151,"NAD83 / West Virginia South",9001,4269,14732,9802,1,0,8821,37,9110,8822,-81,9110,8823,38.53,9110,8824,37.29,9110,8826,600000,9001,8827,0,9001,,,
+32152,"NAD83 / Wisconsin North",9001,4269,14831,9802,1,0,8821,45.1,9110,8822,-90,9110,8823,46.46,9110,8824,45.34,9110,8826,600000,9001,8827,0,9001,,,
+32153,"NAD83 / Wisconsin Central",9001,4269,14832,9802,1,0,8821,43.5,9110,8822,-90,9110,8823,45.3,9110,8824,44.15,9110,8826,600000,9001,8827,0,9001,,,
+32154,"NAD83 / Wisconsin South",9001,4269,14833,9802,1,0,8821,42,9110,8822,-90,9110,8823,44.04,9110,8824,42.44,9110,8826,600000,9001,8827,0,9001,,,
+32155,"NAD83 / Wyoming East",9001,4269,14931,9807,1,0,8801,40.3,9110,8802,-105.1,9110,8805,0.9999375,9201,8806,200000,9001,8807,0,9001,,,,,,
+32156,"NAD83 / Wyoming East Central",9001,4269,14932,9807,1,0,8801,40.3,9110,8802,-107.2,9110,8805,0.9999375,9201,8806,400000,9001,8807,100000,9001,,,,,,
+32157,"NAD83 / Wyoming West Central",9001,4269,14933,9807,1,0,8801,40.3,9110,8802,-108.45,9110,8805,0.9999375,9201,8806,600000,9001,8807,0,9001,,,,,,
+32158,"NAD83 / Wyoming West",9001,4269,14934,9807,1,0,8801,40.3,9110,8802,-110.05,9110,8805,0.9999375,9201,8806,800000,9001,8807,100000,9001,,,,,,
+32161,"NAD83 / Puerto Rico & Virgin Is.",9001,4269,15230,9802,1,0,8821,17.5,9110,8822,-66.26,9110,8823,18.26,9110,8824,18.02,9110,8826,200000,9001,8827,200000,9001,,,
+32164,"NAD83 / BLM 14N (ftUS)",9003,4269,15914,9807,1,0,8807,0,9003,8806,1640416.67,9003,8805,0.9996,9201,8802,-99,9102,8801,0,9102,,,,,,
+32165,"NAD83 / BLM 15N (ftUS)",9003,4269,15915,9807,1,0,8802,-93,9102,8801,0,9102,8805,0.9996,9201,8807,0,9003,8806,1640416.67,9003,,,,,,
+32166,"NAD83 / BLM 16N (ftUS)",9003,4269,15916,9807,1,0,8802,-87,9102,8801,0,9102,8807,0,9003,8806,1640416.67,9003,8805,0.9996,9201,,,,,,
+32167,"NAD83 / BLM 17N (ftUS)",9003,4269,15917,9807,1,0,8807,0,9003,8806,1640416.67,9003,8801,0,9102,8805,0.9996,9201,8802,-81,9102,,,,,,
+32180,"NAD83 / SCoPQ zone 2",9001,4269,17700,9807,1,0,8806,304800,9001,8805,0.9999,9201,8802,-55.3,9110,8807,0,9001,8801,0,9110,,,,,,
+32181,"NAD83 / MTM zone 1",9001,4269,17701,9807,1,0,8802,-53,9102,8801,0,9102,8805,0.9999,9201,8807,0,9001,8806,304800,9001,,,,,,
+32182,"NAD83 / MTM zone 2",9001,4269,17702,9807,1,0,8807,0,9001,8801,0,9102,8802,-56,9102,8805,0.9999,9201,8806,304800,9001,,,,,,
+32183,"NAD83 / MTM zone 3",9001,4269,17703,9807,1,0,8807,0,9001,8801,0,9110,8806,304800,9001,8805,0.9999,9201,8802,-58.3,9110,,,,,,
+32184,"NAD83 / MTM zone 4",9001,4269,17704,9807,1,0,8805,0.9999,9201,8802,-61.3,9110,8801,0,9110,8806,304800,9001,8807,0,9001,,,,,,
+32185,"NAD83 / MTM zone 5",9001,4269,17705,9807,1,0,8802,-64.3,9110,8806,304800,9001,8807,0,9001,8801,0,9110,8805,0.9999,9201,,,,,,
+32186,"NAD83 / MTM zone 6",9001,4269,17706,9807,1,0,8801,0,9110,8802,-67.3,9110,8807,0,9001,8806,304800,9001,8805,0.9999,9201,,,,,,
+32187,"NAD83 / MTM zone 7",9001,4269,17707,9807,1,0,8801,0,9110,8806,304800,9001,8805,0.9999,9201,8802,-70.3,9110,8807,0,9001,,,,,,
+32188,"NAD83 / MTM zone 8",9001,4269,17708,9807,1,0,8805,0.9999,9201,8802,-73.3,9110,8801,0,9110,8807,0,9001,8806,304800,9001,,,,,,
+32189,"NAD83 / MTM zone 9",9001,4269,17709,9807,1,0,8802,-76.3,9110,8805,0.9999,9201,8807,0,9001,8806,304800,9001,8801,0,9110,,,,,,
+32190,"NAD83 / MTM zone 10",9001,4269,17710,9807,1,0,8802,-79.3,9110,8801,0,9110,8807,0,9001,8806,304800,9001,8805,0.9999,9201,,,,,,
+32191,"NAD83 / MTM zone 11",9001,4269,17711,9807,1,0,8801,0,9110,8806,304800,9001,8805,0.9999,9201,8802,-82.3,9110,8807,0,9001,,,,,,
+32192,"NAD83 / MTM zone 12",9001,4269,17712,9807,1,0,8805,0.9999,9201,8802,-81,9102,8806,304800,9001,8807,0,9001,8801,0,9102,,,,,,
+32193,"NAD83 / MTM zone 13",9001,4269,17713,9807,1,0,8805,0.9999,9201,8802,-84,9102,8807,0,9001,8806,304800,9001,8801,0,9102,,,,,,
+32194,"NAD83 / MTM zone 14",9001,4269,17714,9807,1,0,8801,0,9102,8802,-87,9102,8807,0,9001,8806,304800,9001,8805,0.9999,9201,,,,,,
+32195,"NAD83 / MTM zone 15",9001,4269,17715,9807,1,0,8807,0,9001,8805,0.9999,9201,8801,0,9102,8802,-90,9102,8806,304800,9001,,,,,,
+32196,"NAD83 / MTM zone 16",9001,4269,17716,9807,1,0,8806,304800,9001,8805,0.9999,9201,8802,-93,9102,8807,0,9001,8801,0,9102,,,,,,
+32197,"NAD83 / MTM zone 17",9001,4269,17717,9807,1,0,8806,304800,9001,8802,-96,9102,8801,0,9102,8805,0.9999,9201,8807,0,9001,,,,,,
+32198,"NAD83 / Quebec Lambert",9001,4269,19944,9802,1,0,8822,-68.3,9110,8826,0,9001,8821,44,9110,8823,60,9110,8824,46,9110,8827,0,9001,,,
+32199,"NAD83 / Louisiana Offshore",9001,4269,11733,9802,1,0,8821,25.3,9110,8822,-91.2,9110,8823,27.5,9110,8824,26.1,9110,8826,1000000,9001,8827,0,9001,,,
+32201,"WGS 72 / UTM zone 1N",9001,4322,16001,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-177,9102,8801,0,9102,,,,,,
+32202,"WGS 72 / UTM zone 2N",9001,4322,16002,9807,1,0,8801,0,9102,8807,0,9001,8802,-171,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32203,"WGS 72 / UTM zone 3N",9001,4322,16003,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-165,9102,8807,0,9001,,,,,,
+32204,"WGS 72 / UTM zone 4N",9001,4322,16004,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-159,9102,8801,0,9102,,,,,,
+32205,"WGS 72 / UTM zone 5N",9001,4322,16005,9807,1,0,8802,-153,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32206,"WGS 72 / UTM zone 6N",9001,4322,16006,9807,1,0,8802,-147,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32207,"WGS 72 / UTM zone 7N",9001,4322,16007,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-141,9102,,,,,,
+32208,"WGS 72 / UTM zone 8N",9001,4322,16008,9807,1,0,8805,0.9996,9201,8802,-135,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+32209,"WGS 72 / UTM zone 9N",9001,4322,16009,9807,1,0,8805,0.9996,9201,8802,-129,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+32210,"WGS 72 / UTM zone 10N",9001,4322,16010,9807,1,0,8801,0,9102,8807,0,9001,8802,-123,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32211,"WGS 72 / UTM zone 11N",9001,4322,16011,9807,1,0,8802,-117,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+32212,"WGS 72 / UTM zone 12N",9001,4322,16012,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-111,9102,8801,0,9102,8807,0,9001,,,,,,
+32213,"WGS 72 / UTM zone 13N",9001,4322,16013,9807,1,0,8802,-105,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32214,"WGS 72 / UTM zone 14N",9001,4322,16014,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-99,9102,8801,0,9102,8807,0,9001,,,,,,
+32215,"WGS 72 / UTM zone 15N",9001,4322,16015,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-93,9102,,,,,,
+32216,"WGS 72 / UTM zone 16N",9001,4322,16016,9807,1,0,8805,0.9996,9201,8802,-87,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+32217,"WGS 72 / UTM zone 17N",9001,4322,16017,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+32218,"WGS 72 / UTM zone 18N",9001,4322,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32219,"WGS 72 / UTM zone 19N",9001,4322,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+32220,"WGS 72 / UTM zone 20N",9001,4322,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+32221,"WGS 72 / UTM zone 21N",9001,4322,16021,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+32222,"WGS 72 / UTM zone 22N",9001,4322,16022,9807,1,0,8802,-51,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32223,"WGS 72 / UTM zone 23N",9001,4322,16023,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-45,9102,,,,,,
+32224,"WGS 72 / UTM zone 24N",9001,4322,16024,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,-39,9102,8806,500000,9001,8807,0,9001,,,,,,
+32225,"WGS 72 / UTM zone 25N",9001,4322,16025,9807,1,0,8805,0.9996,9201,8802,-33,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+32226,"WGS 72 / UTM zone 26N",9001,4322,16026,9807,1,0,8801,0,9102,8807,0,9001,8802,-27,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32227,"WGS 72 / UTM zone 27N",9001,4322,16027,9807,1,0,8805,0.9996,9201,8802,-21,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+32228,"WGS 72 / UTM zone 28N",9001,4322,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+32229,"WGS 72 / UTM zone 29N",9001,4322,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32230,"WGS 72 / UTM zone 30N",9001,4322,16030,9807,1,0,8805,0.9996,9201,8802,-3,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+32231,"WGS 72 / UTM zone 31N",9001,4322,16031,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,3,9102,,,,,,
+32232,"WGS 72 / UTM zone 32N",9001,4322,16032,9807,1,0,8805,0.9996,9201,8802,9,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+32233,"WGS 72 / UTM zone 33N",9001,4322,16033,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,15,9102,8801,0,9102,,,,,,
+32234,"WGS 72 / UTM zone 34N",9001,4322,16034,9807,1,0,8801,0,9102,8807,0,9001,8802,21,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32235,"WGS 72 / UTM zone 35N",9001,4322,16035,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,27,9102,8807,0,9001,,,,,,
+32236,"WGS 72 / UTM zone 36N",9001,4322,16036,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,33,9102,8801,0,9102,,,,,,
+32237,"WGS 72 / UTM zone 37N",9001,4322,16037,9807,1,0,8802,39,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32238,"WGS 72 / UTM zone 38N",9001,4322,16038,9807,1,0,8802,45,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32239,"WGS 72 / UTM zone 39N",9001,4322,16039,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,51,9102,,,,,,
+32240,"WGS 72 / UTM zone 40N",9001,4322,16040,9807,1,0,8802,57,9102,8801,0,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
+32241,"WGS 72 / UTM zone 41N",9001,4322,16041,9807,1,0,8805,0.9996,9201,8802,63,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+32242,"WGS 72 / UTM zone 42N",9001,4322,16042,9807,1,0,8801,0,9102,8807,0,9001,8802,69,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32243,"WGS 72 / UTM zone 43N",9001,4322,16043,9807,1,0,8802,75,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+32244,"WGS 72 / UTM zone 44N",9001,4322,16044,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,81,9102,8801,0,9102,8807,0,9001,,,,,,
+32245,"WGS 72 / UTM zone 45N",9001,4322,16045,9807,1,0,8802,87,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32246,"WGS 72 / UTM zone 46N",9001,4322,16046,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,93,9102,8801,0,9102,,,,,,
+32247,"WGS 72 / UTM zone 47N",9001,4322,16047,9807,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,99,9102,,,,,,
+32248,"WGS 72 / UTM zone 48N",9001,4322,16048,9807,1,0,8805,0.9996,9201,8802,105,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+32249,"WGS 72 / UTM zone 49N",9001,4322,16049,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,111,9102,8801,0,9102,8807,0,9001,,,,,,
+32250,"WGS 72 / UTM zone 50N",9001,4322,16050,9807,1,0,8801,0,9102,8807,0,9001,8802,117,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32251,"WGS 72 / UTM zone 51N",9001,4322,16051,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,123,9102,8807,0,9001,,,,,,
+32252,"WGS 72 / UTM zone 52N",9001,4322,16052,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,129,9102,8801,0,9102,,,,,,
+32253,"WGS 72 / UTM zone 53N",9001,4322,16053,9807,1,0,8801,0,9102,8802,135,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32254,"WGS 72 / UTM zone 54N",9001,4322,16054,9807,1,0,8802,141,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32255,"WGS 72 / UTM zone 55N",9001,4322,16055,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,147,9102,,,,,,
+32256,"WGS 72 / UTM zone 56N",9001,4322,16056,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,153,9102,8806,500000,9001,8807,0,9001,,,,,,
+32257,"WGS 72 / UTM zone 57N",9001,4322,16057,9807,1,0,8805,0.9996,9201,8802,159,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+32258,"WGS 72 / UTM zone 58N",9001,4322,16058,9807,1,0,8801,0,9102,8807,0,9001,8802,165,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32259,"WGS 72 / UTM zone 59N",9001,4322,16059,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,171,9102,8801,0,9102,8807,0,9001,,,,,,
+32260,"WGS 72 / UTM zone 60N",9001,4322,16060,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,177,9102,8801,0,9102,8807,0,9001,,,,,,
+32301,"WGS 72 / UTM zone 1S",9001,4322,16101,9807,1,0,8802,-177,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32302,"WGS 72 / UTM zone 2S",9001,4322,16102,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-171,9102,,,,,,
+32303,"WGS 72 / UTM zone 3S",9001,4322,16103,9807,1,0,8806,500000,9001,8807,10000000,9001,8802,-165,9102,8805,0.9996,9201,8801,0,9102,,,,,,
+32304,"WGS 72 / UTM zone 4S",9001,4322,16104,9807,1,0,8805,0.9996,9201,8802,-159,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32305,"WGS 72 / UTM zone 5S",9001,4322,16105,9807,1,0,8801,0,9102,8802,-153,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+32306,"WGS 72 / UTM zone 6S",9001,4322,16106,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-147,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32307,"WGS 72 / UTM zone 7S",9001,4322,16107,9807,1,0,8802,-141,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32308,"WGS 72 / UTM zone 8S",9001,4322,16108,9807,1,0,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,8802,-135,9102,8801,0,9102,,,,,,
+32309,"WGS 72 / UTM zone 9S",9001,4322,16109,9807,1,0,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,-129,9102,,,,,,
+32310,"WGS 72 / UTM zone 10S",9001,4322,16110,9807,1,0,8805,0.9996,9201,8802,-123,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32311,"WGS 72 / UTM zone 11S",9001,4322,16111,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-117,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32312,"WGS 72 / UTM zone 12S",9001,4322,16112,9807,1,0,8801,0,9102,8807,10000000,9001,8802,-111,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32313,"WGS 72 / UTM zone 13S",9001,4322,16113,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-105,9102,8807,10000000,9001,,,,,,
+32314,"WGS 72 / UTM zone 14S",9001,4322,16114,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,-99,9102,8801,0,9102,,,,,,
+32315,"WGS 72 / UTM zone 15S",9001,4322,16115,9807,1,0,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32316,"WGS 72 / UTM zone 16S",9001,4322,16116,9807,1,0,8802,-87,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32317,"WGS 72 / UTM zone 17S",9001,4322,16117,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-81,9102,,,,,,
+32318,"WGS 72 / UTM zone 18S",9001,4322,16118,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,-75,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32319,"WGS 72 / UTM zone 19S",9001,4322,16119,9807,1,0,8805,0.9996,9201,8802,-69,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32320,"WGS 72 / UTM zone 20S",9001,4322,16120,9807,1,0,8801,0,9102,8807,10000000,9001,8802,-63,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32321,"WGS 72 / UTM zone 21S",9001,4322,16121,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32322,"WGS 72 / UTM zone 22S",9001,4322,16122,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-51,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32323,"WGS 72 / UTM zone 23S",9001,4322,16123,9807,1,0,8802,-45,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32324,"WGS 72 / UTM zone 24S",9001,4322,16124,9807,1,0,8805,0.9996,9201,8802,-39,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32325,"WGS 72 / UTM zone 25S",9001,4322,16125,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-33,9102,,,,,,
+32326,"WGS 72 / UTM zone 26S",9001,4322,16126,9807,1,0,8805,0.9996,9201,8802,-27,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32327,"WGS 72 / UTM zone 27S",9001,4322,16127,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,-21,9102,8801,0,9102,,,,,,
+32328,"WGS 72 / UTM zone 28S",9001,4322,16128,9807,1,0,8801,0,9102,8807,10000000,9001,8802,-15,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32329,"WGS 72 / UTM zone 29S",9001,4322,16129,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-9,9102,8807,10000000,9001,,,,,,
+32330,"WGS 72 / UTM zone 30S",9001,4322,16130,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,-3,9102,8801,0,9102,,,,,,
+32331,"WGS 72 / UTM zone 31S",9001,4322,16131,9807,1,0,8802,3,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32332,"WGS 72 / UTM zone 32S",9001,4322,16132,9807,1,0,8802,9,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32333,"WGS 72 / UTM zone 33S",9001,4322,16133,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,15,9102,,,,,,
+32334,"WGS 72 / UTM zone 34S",9001,4322,16134,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,21,9102,8801,0,9102,,,,,,
+32335,"WGS 72 / UTM zone 35S",9001,4322,16135,9807,1,0,8805,0.9996,9201,8802,27,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32336,"WGS 72 / UTM zone 36S",9001,4322,16136,9807,1,0,8801,0,9102,8807,10000000,9001,8802,33,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32337,"WGS 72 / UTM zone 37S",9001,4322,16137,9807,1,0,8802,39,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+32338,"WGS 72 / UTM zone 38S",9001,4322,16138,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,45,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32339,"WGS 72 / UTM zone 39S",9001,4322,16139,9807,1,0,8802,51,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32340,"WGS 72 / UTM zone 40S",9001,4322,16140,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,57,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32341,"WGS 72 / UTM zone 41S",9001,4322,16141,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,63,9102,,,,,,
+32342,"WGS 72 / UTM zone 42S",9001,4322,16142,9807,1,0,8805,0.9996,9201,8802,69,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32343,"WGS 72 / UTM zone 43S",9001,4322,16143,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,75,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32344,"WGS 72 / UTM zone 44S",9001,4322,16144,9807,1,0,8801,0,9102,8807,10000000,9001,8802,81,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32345,"WGS 72 / UTM zone 45S",9001,4322,16145,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,87,9102,8807,10000000,9001,,,,,,
+32346,"WGS 72 / UTM zone 46S",9001,4322,16146,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,93,9102,8801,0,9102,,,,,,
+32347,"WGS 72 / UTM zone 47S",9001,4322,16147,9807,1,0,8802,99,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32348,"WGS 72 / UTM zone 48S",9001,4322,16148,9807,1,0,8802,105,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32349,"WGS 72 / UTM zone 49S",9001,4322,16149,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,111,9102,,,,,,
+32350,"WGS 72 / UTM zone 50S",9001,4322,16150,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,117,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32351,"WGS 72 / UTM zone 51S",9001,4322,16151,9807,1,0,8805,0.9996,9201,8802,123,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32352,"WGS 72 / UTM zone 52S",9001,4322,16152,9807,1,0,8801,0,9102,8807,10000000,9001,8802,129,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32353,"WGS 72 / UTM zone 53S",9001,4322,16153,9807,1,0,8805,0.9996,9201,8802,135,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32354,"WGS 72 / UTM zone 54S",9001,4322,16154,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,141,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32355,"WGS 72 / UTM zone 55S",9001,4322,16155,9807,1,0,8802,147,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32356,"WGS 72 / UTM zone 56S",9001,4322,16156,9807,1,0,8805,0.9996,9201,8802,153,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32357,"WGS 72 / UTM zone 57S",9001,4322,16157,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,159,9102,,,,,,
+32358,"WGS 72 / UTM zone 58S",9001,4322,16158,9807,1,0,8805,0.9996,9201,8802,165,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32359,"WGS 72 / UTM zone 59S",9001,4322,16159,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,171,9102,8801,0,9102,,,,,,
+32360,"WGS 72 / UTM zone 60S",9001,4322,16160,9807,1,0,8802,177,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32401,"WGS 72BE / UTM zone 1N",9001,4324,16001,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-177,9102,8801,0,9102,,,,,,
+32402,"WGS 72BE / UTM zone 2N",9001,4324,16002,9807,1,0,8801,0,9102,8807,0,9001,8802,-171,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32403,"WGS 72BE / UTM zone 3N",9001,4324,16003,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-165,9102,8807,0,9001,,,,,,
+32404,"WGS 72BE / UTM zone 4N",9001,4324,16004,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-159,9102,8801,0,9102,,,,,,
+32405,"WGS 72BE / UTM zone 5N",9001,4324,16005,9807,1,0,8802,-153,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32406,"WGS 72BE / UTM zone 6N",9001,4324,16006,9807,1,0,8802,-147,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32407,"WGS 72BE / UTM zone 7N",9001,4324,16007,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-141,9102,,,,,,
+32408,"WGS 72BE / UTM zone 8N",9001,4324,16008,9807,1,0,8805,0.9996,9201,8802,-135,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+32409,"WGS 72BE / UTM zone 9N",9001,4324,16009,9807,1,0,8805,0.9996,9201,8802,-129,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+32410,"WGS 72BE / UTM zone 10N",9001,4324,16010,9807,1,0,8801,0,9102,8807,0,9001,8802,-123,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32411,"WGS 72BE / UTM zone 11N",9001,4324,16011,9807,1,0,8802,-117,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+32412,"WGS 72BE / UTM zone 12N",9001,4324,16012,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-111,9102,8801,0,9102,8807,0,9001,,,,,,
+32413,"WGS 72BE / UTM zone 13N",9001,4324,16013,9807,1,0,8802,-105,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32414,"WGS 72BE / UTM zone 14N",9001,4324,16014,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-99,9102,8801,0,9102,8807,0,9001,,,,,,
+32415,"WGS 72BE / UTM zone 15N",9001,4324,16015,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-93,9102,,,,,,
+32416,"WGS 72BE / UTM zone 16N",9001,4324,16016,9807,1,0,8805,0.9996,9201,8802,-87,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+32417,"WGS 72BE / UTM zone 17N",9001,4324,16017,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+32418,"WGS 72BE / UTM zone 18N",9001,4324,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32419,"WGS 72BE / UTM zone 19N",9001,4324,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+32420,"WGS 72BE / UTM zone 20N",9001,4324,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+32421,"WGS 72BE / UTM zone 21N",9001,4324,16021,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+32422,"WGS 72BE / UTM zone 22N",9001,4324,16022,9807,1,0,8802,-51,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32423,"WGS 72BE / UTM zone 23N",9001,4324,16023,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-45,9102,,,,,,
+32424,"WGS 72BE / UTM zone 24N",9001,4324,16024,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,-39,9102,8806,500000,9001,8807,0,9001,,,,,,
+32425,"WGS 72BE / UTM zone 25N",9001,4324,16025,9807,1,0,8805,0.9996,9201,8802,-33,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+32426,"WGS 72BE / UTM zone 26N",9001,4324,16026,9807,1,0,8801,0,9102,8807,0,9001,8802,-27,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32427,"WGS 72BE / UTM zone 27N",9001,4324,16027,9807,1,0,8805,0.9996,9201,8802,-21,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+32428,"WGS 72BE / UTM zone 28N",9001,4324,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+32429,"WGS 72BE / UTM zone 29N",9001,4324,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32430,"WGS 72BE / UTM zone 30N",9001,4324,16030,9807,1,0,8805,0.9996,9201,8802,-3,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+32431,"WGS 72BE / UTM zone 31N",9001,4324,16031,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,3,9102,,,,,,
+32432,"WGS 72BE / UTM zone 32N",9001,4324,16032,9807,1,0,8805,0.9996,9201,8802,9,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+32433,"WGS 72BE / UTM zone 33N",9001,4324,16033,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,15,9102,8801,0,9102,,,,,,
+32434,"WGS 72BE / UTM zone 34N",9001,4324,16034,9807,1,0,8801,0,9102,8807,0,9001,8802,21,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32435,"WGS 72BE / UTM zone 35N",9001,4324,16035,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,27,9102,8807,0,9001,,,,,,
+32436,"WGS 72BE / UTM zone 36N",9001,4324,16036,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,33,9102,8801,0,9102,,,,,,
+32437,"WGS 72BE / UTM zone 37N",9001,4324,16037,9807,1,0,8802,39,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32438,"WGS 72BE / UTM zone 38N",9001,4324,16038,9807,1,0,8802,45,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32439,"WGS 72BE / UTM zone 39N",9001,4324,16039,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,51,9102,,,,,,
+32440,"WGS 72BE / UTM zone 40N",9001,4324,16040,9807,1,0,8802,57,9102,8801,0,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
+32441,"WGS 72BE / UTM zone 41N",9001,4324,16041,9807,1,0,8805,0.9996,9201,8802,63,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+32442,"WGS 72BE / UTM zone 42N",9001,4324,16042,9807,1,0,8801,0,9102,8807,0,9001,8802,69,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32443,"WGS 72BE / UTM zone 43N",9001,4324,16043,9807,1,0,8802,75,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+32444,"WGS 72BE / UTM zone 44N",9001,4324,16044,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,81,9102,8801,0,9102,8807,0,9001,,,,,,
+32445,"WGS 72BE / UTM zone 45N",9001,4324,16045,9807,1,0,8802,87,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32446,"WGS 72BE / UTM zone 46N",9001,4324,16046,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,93,9102,8801,0,9102,,,,,,
+32447,"WGS 72BE / UTM zone 47N",9001,4324,16047,9807,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,99,9102,,,,,,
+32448,"WGS 72BE / UTM zone 48N",9001,4324,16048,9807,1,0,8805,0.9996,9201,8802,105,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+32449,"WGS 72BE / UTM zone 49N",9001,4324,16049,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,111,9102,8801,0,9102,8807,0,9001,,,,,,
+32450,"WGS 72BE / UTM zone 50N",9001,4324,16050,9807,1,0,8801,0,9102,8807,0,9001,8802,117,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32451,"WGS 72BE / UTM zone 51N",9001,4324,16051,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,123,9102,8807,0,9001,,,,,,
+32452,"WGS 72BE / UTM zone 52N",9001,4324,16052,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,129,9102,8801,0,9102,,,,,,
+32453,"WGS 72BE / UTM zone 53N",9001,4324,16053,9807,1,0,8801,0,9102,8802,135,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32454,"WGS 72BE / UTM zone 54N",9001,4324,16054,9807,1,0,8802,141,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32455,"WGS 72BE / UTM zone 55N",9001,4324,16055,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,147,9102,,,,,,
+32456,"WGS 72BE / UTM zone 56N",9001,4324,16056,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,153,9102,8806,500000,9001,8807,0,9001,,,,,,
+32457,"WGS 72BE / UTM zone 57N",9001,4324,16057,9807,1,0,8805,0.9996,9201,8802,159,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+32458,"WGS 72BE / UTM zone 58N",9001,4324,16058,9807,1,0,8801,0,9102,8807,0,9001,8802,165,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32459,"WGS 72BE / UTM zone 59N",9001,4324,16059,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,171,9102,8801,0,9102,8807,0,9001,,,,,,
+32460,"WGS 72BE / UTM zone 60N",9001,4324,16060,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,177,9102,8801,0,9102,8807,0,9001,,,,,,
+32501,"WGS 72BE / UTM zone 1S",9001,4324,16101,9807,1,0,8802,-177,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32502,"WGS 72BE / UTM zone 2S",9001,4324,16102,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-171,9102,,,,,,
+32503,"WGS 72BE / UTM zone 3S",9001,4324,16103,9807,1,0,8806,500000,9001,8807,10000000,9001,8802,-165,9102,8805,0.9996,9201,8801,0,9102,,,,,,
+32504,"WGS 72BE / UTM zone 4S",9001,4324,16104,9807,1,0,8805,0.9996,9201,8802,-159,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32505,"WGS 72BE / UTM zone 5S",9001,4324,16105,9807,1,0,8801,0,9102,8802,-153,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+32506,"WGS 72BE / UTM zone 6S",9001,4324,16106,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-147,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32507,"WGS 72BE / UTM zone 7S",9001,4324,16107,9807,1,0,8802,-141,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32508,"WGS 72BE / UTM zone 8S",9001,4324,16108,9807,1,0,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,8802,-135,9102,8801,0,9102,,,,,,
+32509,"WGS 72BE / UTM zone 9S",9001,4324,16109,9807,1,0,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,-129,9102,,,,,,
+32510,"WGS 72BE / UTM zone 10S",9001,4324,16110,9807,1,0,8805,0.9996,9201,8802,-123,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32511,"WGS 72BE / UTM zone 11S",9001,4324,16111,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-117,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32512,"WGS 72BE / UTM zone 12S",9001,4324,16112,9807,1,0,8801,0,9102,8807,10000000,9001,8802,-111,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32513,"WGS 72BE / UTM zone 13S",9001,4324,16113,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-105,9102,8807,10000000,9001,,,,,,
+32514,"WGS 72BE / UTM zone 14S",9001,4324,16114,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,-99,9102,8801,0,9102,,,,,,
+32515,"WGS 72BE / UTM zone 15S",9001,4324,16115,9807,1,0,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32516,"WGS 72BE / UTM zone 16S",9001,4324,16116,9807,1,0,8802,-87,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32517,"WGS 72BE / UTM zone 17S",9001,4324,16117,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-81,9102,,,,,,
+32518,"WGS 72BE / UTM zone 18S",9001,4324,16118,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,-75,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32519,"WGS 72BE / UTM zone 19S",9001,4324,16119,9807,1,0,8805,0.9996,9201,8802,-69,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32520,"WGS 72BE / UTM zone 20S",9001,4324,16120,9807,1,0,8801,0,9102,8807,10000000,9001,8802,-63,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32521,"WGS 72BE / UTM zone 21S",9001,4324,16121,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32522,"WGS 72BE / UTM zone 22S",9001,4324,16122,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-51,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32523,"WGS 72BE / UTM zone 23S",9001,4324,16123,9807,1,0,8802,-45,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32524,"WGS 72BE / UTM zone 24S",9001,4324,16124,9807,1,0,8805,0.9996,9201,8802,-39,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32525,"WGS 72BE / UTM zone 25S",9001,4324,16125,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-33,9102,,,,,,
+32526,"WGS 72BE / UTM zone 26S",9001,4324,16126,9807,1,0,8805,0.9996,9201,8802,-27,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32527,"WGS 72BE / UTM zone 27S",9001,4324,16127,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,-21,9102,8801,0,9102,,,,,,
+32528,"WGS 72BE / UTM zone 28S",9001,4324,16128,9807,1,0,8801,0,9102,8807,10000000,9001,8802,-15,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32529,"WGS 72BE / UTM zone 29S",9001,4324,16129,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-9,9102,8807,10000000,9001,,,,,,
+32530,"WGS 72BE / UTM zone 30S",9001,4324,16130,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,-3,9102,8801,0,9102,,,,,,
+32531,"WGS 72BE / UTM zone 31S",9001,4324,16131,9807,1,0,8802,3,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32532,"WGS 72BE / UTM zone 32S",9001,4324,16132,9807,1,0,8802,9,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32533,"WGS 72BE / UTM zone 33S",9001,4324,16133,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,15,9102,,,,,,
+32534,"WGS 72BE / UTM zone 34S",9001,4324,16134,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,21,9102,8801,0,9102,,,,,,
+32535,"WGS 72BE / UTM zone 35S",9001,4324,16135,9807,1,0,8805,0.9996,9201,8802,27,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32536,"WGS 72BE / UTM zone 36S",9001,4324,16136,9807,1,0,8801,0,9102,8807,10000000,9001,8802,33,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32537,"WGS 72BE / UTM zone 37S",9001,4324,16137,9807,1,0,8802,39,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+32538,"WGS 72BE / UTM zone 38S",9001,4324,16138,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,45,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32539,"WGS 72BE / UTM zone 39S",9001,4324,16139,9807,1,0,8802,51,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32540,"WGS 72BE / UTM zone 40S",9001,4324,16140,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,57,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32541,"WGS 72BE / UTM zone 41S",9001,4324,16141,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,63,9102,,,,,,
+32542,"WGS 72BE / UTM zone 42S",9001,4324,16142,9807,1,0,8805,0.9996,9201,8802,69,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32543,"WGS 72BE / UTM zone 43S",9001,4324,16143,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,75,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32544,"WGS 72BE / UTM zone 44S",9001,4324,16144,9807,1,0,8801,0,9102,8807,10000000,9001,8802,81,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32545,"WGS 72BE / UTM zone 45S",9001,4324,16145,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,87,9102,8807,10000000,9001,,,,,,
+32546,"WGS 72BE / UTM zone 46S",9001,4324,16146,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,93,9102,8801,0,9102,,,,,,
+32547,"WGS 72BE / UTM zone 47S",9001,4324,16147,9807,1,0,8802,99,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32548,"WGS 72BE / UTM zone 48S",9001,4324,16148,9807,1,0,8802,105,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32549,"WGS 72BE / UTM zone 49S",9001,4324,16149,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,111,9102,,,,,,
+32550,"WGS 72BE / UTM zone 50S",9001,4324,16150,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,117,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32551,"WGS 72BE / UTM zone 51S",9001,4324,16151,9807,1,0,8805,0.9996,9201,8802,123,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32552,"WGS 72BE / UTM zone 52S",9001,4324,16152,9807,1,0,8801,0,9102,8807,10000000,9001,8802,129,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32553,"WGS 72BE / UTM zone 53S",9001,4324,16153,9807,1,0,8805,0.9996,9201,8802,135,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32554,"WGS 72BE / UTM zone 54S",9001,4324,16154,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,141,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32555,"WGS 72BE / UTM zone 55S",9001,4324,16155,9807,1,0,8802,147,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32556,"WGS 72BE / UTM zone 56S",9001,4324,16156,9807,1,0,8805,0.9996,9201,8802,153,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32557,"WGS 72BE / UTM zone 57S",9001,4324,16157,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,159,9102,,,,,,
+32558,"WGS 72BE / UTM zone 58S",9001,4324,16158,9807,1,0,8805,0.9996,9201,8802,165,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32559,"WGS 72BE / UTM zone 59S",9001,4324,16159,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,171,9102,8801,0,9102,,,,,,
+32560,"WGS 72BE / UTM zone 60S",9001,4324,16160,9807,1,0,8802,177,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32600,"WGS 84 / UTM grid system (northern hemisphere)",9001,4326,16000,9824,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8830,-180,9102,8831,6,9102,,,
+32601,"WGS 84 / UTM zone 1N",9001,4326,16001,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-177,9102,8801,0,9102,,,,,,
+32602,"WGS 84 / UTM zone 2N",9001,4326,16002,9807,1,0,8801,0,9102,8807,0,9001,8802,-171,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32603,"WGS 84 / UTM zone 3N",9001,4326,16003,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-165,9102,8807,0,9001,,,,,,
+32604,"WGS 84 / UTM zone 4N",9001,4326,16004,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-159,9102,8801,0,9102,,,,,,
+32605,"WGS 84 / UTM zone 5N",9001,4326,16005,9807,1,0,8802,-153,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32606,"WGS 84 / UTM zone 6N",9001,4326,16006,9807,1,0,8802,-147,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32607,"WGS 84 / UTM zone 7N",9001,4326,16007,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-141,9102,,,,,,
+32608,"WGS 84 / UTM zone 8N",9001,4326,16008,9807,1,0,8805,0.9996,9201,8802,-135,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+32609,"WGS 84 / UTM zone 9N",9001,4326,16009,9807,1,0,8805,0.9996,9201,8802,-129,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+32610,"WGS 84 / UTM zone 10N",9001,4326,16010,9807,1,0,8801,0,9102,8807,0,9001,8802,-123,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32611,"WGS 84 / UTM zone 11N",9001,4326,16011,9807,1,0,8802,-117,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+32612,"WGS 84 / UTM zone 12N",9001,4326,16012,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-111,9102,8801,0,9102,8807,0,9001,,,,,,
+32613,"WGS 84 / UTM zone 13N",9001,4326,16013,9807,1,0,8802,-105,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32614,"WGS 84 / UTM zone 14N",9001,4326,16014,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-99,9102,8801,0,9102,8807,0,9001,,,,,,
+32615,"WGS 84 / UTM zone 15N",9001,4326,16015,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-93,9102,,,,,,
+32616,"WGS 84 / UTM zone 16N",9001,4326,16016,9807,1,0,8805,0.9996,9201,8802,-87,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+32617,"WGS 84 / UTM zone 17N",9001,4326,16017,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+32618,"WGS 84 / UTM zone 18N",9001,4326,16018,9807,1,0,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32619,"WGS 84 / UTM zone 19N",9001,4326,16019,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+32620,"WGS 84 / UTM zone 20N",9001,4326,16020,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+32621,"WGS 84 / UTM zone 21N",9001,4326,16021,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+32622,"WGS 84 / UTM zone 22N",9001,4326,16022,9807,1,0,8802,-51,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32623,"WGS 84 / UTM zone 23N",9001,4326,16023,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-45,9102,,,,,,
+32624,"WGS 84 / UTM zone 24N",9001,4326,16024,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,-39,9102,8806,500000,9001,8807,0,9001,,,,,,
+32625,"WGS 84 / UTM zone 25N",9001,4326,16025,9807,1,0,8805,0.9996,9201,8802,-33,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+32626,"WGS 84 / UTM zone 26N",9001,4326,16026,9807,1,0,8801,0,9102,8807,0,9001,8802,-27,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32627,"WGS 84 / UTM zone 27N",9001,4326,16027,9807,1,0,8805,0.9996,9201,8802,-21,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+32628,"WGS 84 / UTM zone 28N",9001,4326,16028,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+32629,"WGS 84 / UTM zone 29N",9001,4326,16029,9807,1,0,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32630,"WGS 84 / UTM zone 30N",9001,4326,16030,9807,1,0,8805,0.9996,9201,8802,-3,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+32631,"WGS 84 / UTM zone 31N",9001,4326,16031,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,3,9102,,,,,,
+32632,"WGS 84 / UTM zone 32N",9001,4326,16032,9807,1,0,8805,0.9996,9201,8802,9,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+32633,"WGS 84 / UTM zone 33N",9001,4326,16033,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,15,9102,8801,0,9102,,,,,,
+32634,"WGS 84 / UTM zone 34N",9001,4326,16034,9807,1,0,8801,0,9102,8807,0,9001,8802,21,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32635,"WGS 84 / UTM zone 35N",9001,4326,16035,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,27,9102,8807,0,9001,,,,,,
+32636,"WGS 84 / UTM zone 36N",9001,4326,16036,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,33,9102,8801,0,9102,,,,,,
+32637,"WGS 84 / UTM zone 37N",9001,4326,16037,9807,1,0,8802,39,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32638,"WGS 84 / UTM zone 38N",9001,4326,16038,9807,1,0,8802,45,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32639,"WGS 84 / UTM zone 39N",9001,4326,16039,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,51,9102,,,,,,
+32640,"WGS 84 / UTM zone 40N",9001,4326,16040,9807,1,0,8802,57,9102,8801,0,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
+32641,"WGS 84 / UTM zone 41N",9001,4326,16041,9807,1,0,8805,0.9996,9201,8802,63,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+32642,"WGS 84 / UTM zone 42N",9001,4326,16042,9807,1,0,8801,0,9102,8807,0,9001,8802,69,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32643,"WGS 84 / UTM zone 43N",9001,4326,16043,9807,1,0,8802,75,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+32644,"WGS 84 / UTM zone 44N",9001,4326,16044,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,81,9102,8801,0,9102,8807,0,9001,,,,,,
+32645,"WGS 84 / UTM zone 45N",9001,4326,16045,9807,1,0,8802,87,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32646,"WGS 84 / UTM zone 46N",9001,4326,16046,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,93,9102,8801,0,9102,,,,,,
+32647,"WGS 84 / UTM zone 47N",9001,4326,16047,9807,1,0,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,99,9102,,,,,,
+32648,"WGS 84 / UTM zone 48N",9001,4326,16048,9807,1,0,8805,0.9996,9201,8802,105,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+32649,"WGS 84 / UTM zone 49N",9001,4326,16049,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,111,9102,8801,0,9102,8807,0,9001,,,,,,
+32650,"WGS 84 / UTM zone 50N",9001,4326,16050,9807,1,0,8801,0,9102,8807,0,9001,8802,117,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32651,"WGS 84 / UTM zone 51N",9001,4326,16051,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,123,9102,8807,0,9001,,,,,,
+32652,"WGS 84 / UTM zone 52N",9001,4326,16052,9807,1,0,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,129,9102,8801,0,9102,,,,,,
+32653,"WGS 84 / UTM zone 53N",9001,4326,16053,9807,1,0,8801,0,9102,8802,135,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+32654,"WGS 84 / UTM zone 54N",9001,4326,16054,9807,1,0,8802,141,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32655,"WGS 84 / UTM zone 55N",9001,4326,16055,9807,1,0,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,147,9102,,,,,,
+32656,"WGS 84 / UTM zone 56N",9001,4326,16056,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,153,9102,8806,500000,9001,8807,0,9001,,,,,,
+32657,"WGS 84 / UTM zone 57N",9001,4326,16057,9807,1,0,8805,0.9996,9201,8802,159,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+32658,"WGS 84 / UTM zone 58N",9001,4326,16058,9807,1,0,8801,0,9102,8807,0,9001,8802,165,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32659,"WGS 84 / UTM zone 59N",9001,4326,16059,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,171,9102,8801,0,9102,8807,0,9001,,,,,,
+32660,"WGS 84 / UTM zone 60N",9001,4326,16060,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,177,9102,8801,0,9102,8807,0,9001,,,,,,
+32661,"WGS 84 / UPS North",9001,4326,16061,9810,1,0,8802,0,9102,8801,90,9102,8805,0.994,9201,8807,2000000,9001,8806,2000000,9001,,,,,,
+32662,"WGS 84 / Plate Carree",9001,4326,19968,9823,1,0,8801,0,9102,8802,0,9102,,,,,,,,,,,,,,,
+32664,"WGS 84 / BLM 14N (ftUS)",9003,4326,15914,9807,1,0,8807,0,9003,8806,1640416.67,9003,8805,0.9996,9201,8802,-99,9102,8801,0,9102,,,,,,
+32665,"WGS 84 / BLM 15N (ftUS)",9003,4326,15915,9807,1,0,8802,-93,9102,8801,0,9102,8805,0.9996,9201,8807,0,9003,8806,1640416.67,9003,,,,,,
+32666,"WGS 84 / BLM 16N (ftUS)",9003,4326,15916,9807,1,0,8802,-87,9102,8801,0,9102,8807,0,9003,8806,1640416.67,9003,8805,0.9996,9201,,,,,,
+32667,"WGS 84 / BLM 17N (ftUS)",9003,4326,15917,9807,1,0,8807,0,9003,8806,1640416.67,9003,8801,0,9102,8805,0.9996,9201,8802,-81,9102,,,,,,
+32700,"WGS 84 / UTM grid system (southern hemisphere)",9001,4326,16100,9824,1,0,8831,6,9102,8807,10000000,9001,8830,-180,9102,8805,0.9996,9201,8806,500000,9001,8801,0,9102,,,
+32701,"WGS 84 / UTM zone 1S",9001,4326,16101,9807,1,0,8802,-177,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32702,"WGS 84 / UTM zone 2S",9001,4326,16102,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-171,9102,,,,,,
+32703,"WGS 84 / UTM zone 3S",9001,4326,16103,9807,1,0,8806,500000,9001,8807,10000000,9001,8802,-165,9102,8805,0.9996,9201,8801,0,9102,,,,,,
+32704,"WGS 84 / UTM zone 4S",9001,4326,16104,9807,1,0,8805,0.9996,9201,8802,-159,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32705,"WGS 84 / UTM zone 5S",9001,4326,16105,9807,1,0,8801,0,9102,8802,-153,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+32706,"WGS 84 / UTM zone 6S",9001,4326,16106,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-147,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32707,"WGS 84 / UTM zone 7S",9001,4326,16107,9807,1,0,8802,-141,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32708,"WGS 84 / UTM zone 8S",9001,4326,16108,9807,1,0,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,8802,-135,9102,8801,0,9102,,,,,,
+32709,"WGS 84 / UTM zone 9S",9001,4326,16109,9807,1,0,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,-129,9102,,,,,,
+32710,"WGS 84 / UTM zone 10S",9001,4326,16110,9807,1,0,8805,0.9996,9201,8802,-123,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32711,"WGS 84 / UTM zone 11S",9001,4326,16111,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-117,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32712,"WGS 84 / UTM zone 12S",9001,4326,16112,9807,1,0,8801,0,9102,8807,10000000,9001,8802,-111,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32713,"WGS 84 / UTM zone 13S",9001,4326,16113,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-105,9102,8807,10000000,9001,,,,,,
+32714,"WGS 84 / UTM zone 14S",9001,4326,16114,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,-99,9102,8801,0,9102,,,,,,
+32715,"WGS 84 / UTM zone 15S",9001,4326,16115,9807,1,0,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32716,"WGS 84 / UTM zone 16S",9001,4326,16116,9807,1,0,8802,-87,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32717,"WGS 84 / UTM zone 17S",9001,4326,16117,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-81,9102,,,,,,
+32718,"WGS 84 / UTM zone 18S",9001,4326,16118,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,-75,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32719,"WGS 84 / UTM zone 19S",9001,4326,16119,9807,1,0,8805,0.9996,9201,8802,-69,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32720,"WGS 84 / UTM zone 20S",9001,4326,16120,9807,1,0,8801,0,9102,8807,10000000,9001,8802,-63,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32721,"WGS 84 / UTM zone 21S",9001,4326,16121,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32722,"WGS 84 / UTM zone 22S",9001,4326,16122,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,-51,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32723,"WGS 84 / UTM zone 23S",9001,4326,16123,9807,1,0,8802,-45,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32724,"WGS 84 / UTM zone 24S",9001,4326,16124,9807,1,0,8805,0.9996,9201,8802,-39,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32725,"WGS 84 / UTM zone 25S",9001,4326,16125,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-33,9102,,,,,,
+32726,"WGS 84 / UTM zone 26S",9001,4326,16126,9807,1,0,8805,0.9996,9201,8802,-27,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32727,"WGS 84 / UTM zone 27S",9001,4326,16127,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,-21,9102,8801,0,9102,,,,,,
+32728,"WGS 84 / UTM zone 28S",9001,4326,16128,9807,1,0,8801,0,9102,8807,10000000,9001,8802,-15,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32729,"WGS 84 / UTM zone 29S",9001,4326,16129,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-9,9102,8807,10000000,9001,,,,,,
+32730,"WGS 84 / UTM zone 30S",9001,4326,16130,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,-3,9102,8801,0,9102,,,,,,
+32731,"WGS 84 / UTM zone 31S",9001,4326,16131,9807,1,0,8802,3,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32732,"WGS 84 / UTM zone 32S",9001,4326,16132,9807,1,0,8802,9,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32733,"WGS 84 / UTM zone 33S",9001,4326,16133,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,15,9102,,,,,,
+32734,"WGS 84 / UTM zone 34S",9001,4326,16134,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,21,9102,8801,0,9102,,,,,,
+32735,"WGS 84 / UTM zone 35S",9001,4326,16135,9807,1,0,8805,0.9996,9201,8802,27,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32736,"WGS 84 / UTM zone 36S",9001,4326,16136,9807,1,0,8801,0,9102,8807,10000000,9001,8802,33,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32737,"WGS 84 / UTM zone 37S",9001,4326,16137,9807,1,0,8802,39,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+32738,"WGS 84 / UTM zone 38S",9001,4326,16138,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,45,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32739,"WGS 84 / UTM zone 39S",9001,4326,16139,9807,1,0,8802,51,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32740,"WGS 84 / UTM zone 40S",9001,4326,16140,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,57,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32741,"WGS 84 / UTM zone 41S",9001,4326,16141,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,63,9102,,,,,,
+32742,"WGS 84 / UTM zone 42S",9001,4326,16142,9807,1,0,8805,0.9996,9201,8802,69,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32743,"WGS 84 / UTM zone 43S",9001,4326,16143,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,75,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32744,"WGS 84 / UTM zone 44S",9001,4326,16144,9807,1,0,8801,0,9102,8807,10000000,9001,8802,81,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32745,"WGS 84 / UTM zone 45S",9001,4326,16145,9807,1,0,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,87,9102,8807,10000000,9001,,,,,,
+32746,"WGS 84 / UTM zone 46S",9001,4326,16146,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,93,9102,8801,0,9102,,,,,,
+32747,"WGS 84 / UTM zone 47S",9001,4326,16147,9807,1,0,8802,99,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32748,"WGS 84 / UTM zone 48S",9001,4326,16148,9807,1,0,8802,105,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32749,"WGS 84 / UTM zone 49S",9001,4326,16149,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,111,9102,,,,,,
+32750,"WGS 84 / UTM zone 50S",9001,4326,16150,9807,1,0,8801,0,9102,8805,0.9996,9201,8802,117,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32751,"WGS 84 / UTM zone 51S",9001,4326,16151,9807,1,0,8805,0.9996,9201,8802,123,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32752,"WGS 84 / UTM zone 52S",9001,4326,16152,9807,1,0,8801,0,9102,8807,10000000,9001,8802,129,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+32753,"WGS 84 / UTM zone 53S",9001,4326,16153,9807,1,0,8805,0.9996,9201,8802,135,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32754,"WGS 84 / UTM zone 54S",9001,4326,16154,9807,1,0,8806,500000,9001,8805,0.9996,9201,8802,141,9102,8801,0,9102,8807,10000000,9001,,,,,,
+32755,"WGS 84 / UTM zone 55S",9001,4326,16155,9807,1,0,8802,147,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+32756,"WGS 84 / UTM zone 56S",9001,4326,16156,9807,1,0,8805,0.9996,9201,8802,153,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+32757,"WGS 84 / UTM zone 57S",9001,4326,16157,9807,1,0,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,159,9102,,,,,,
+32758,"WGS 84 / UTM zone 58S",9001,4326,16158,9807,1,0,8805,0.9996,9201,8802,165,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+32759,"WGS 84 / UTM zone 59S",9001,4326,16159,9807,1,0,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,171,9102,8801,0,9102,,,,,,
+32760,"WGS 84 / UTM zone 60S",9001,4326,16160,9807,1,0,8802,177,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+32761,"WGS 84 / UPS South",9001,4326,16161,9810,1,0,8801,-90,9102,8806,2000000,9001,8805,0.994,9201,8802,0,9102,8807,2000000,9001,,,,,,
+32766,"WGS 84 / TM 36 SE",9001,4326,16636,9807,1,0,8806,500000,9001,8802,36,9102,8801,0,9102,8807,10000000,9001,8805,0.9996,9201,,,,,,

Added: packages/geotiff/libgeotiff/branches/upstream/current/csv/pcs.override.csv
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/pcs.override.csv	                        (rev 0)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/pcs.override.csv	2007-09-19 08:45:41 UTC (rev 1074)
@@ -0,0 +1,6 @@
+"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"
+#
+# 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,,,,,,
+26592,"Monte Mario (Rome) / Italy zone 2",9001,4806,18122,9807,1,0,8801,0,9102,8802,2.54766666666666,9102,8805,0.9996,9201,8806,2520000,9001,8807,0,9001,,,,,,

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/projop_wparm.c
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/projop_wparm.c	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/projop_wparm.c	2007-09-19 08:45:41 UTC (rev 1074)
@@ -8,1128 +8,1503 @@
 datafile_rows_t projop_wparm_row_6[] = {"106","HDM to DMSH","9642","","","","","","","","","","","","","","","","","","","",""," ",NULL};
 datafile_rows_t projop_wparm_row_7[] = {"107","DMS to DMSH","9643","","","","","","","","","","","","","","","","","","","",""," ",NULL};
 datafile_rows_t projop_wparm_row_8[] = {"108","HDMS to DMSH","9644","","","","","","","","","","","","","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_9[] = {"10101","Alabama CS27 East zone","9807","8801","30.3","9110","8802","-85.5","9110","8805","0.99996","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_10[] = {"10102","Alabama CS27 West zone","9807","8801","30.0","9110","8802","-87.3","9110","8805","0.999933333","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_11[] = {"10131","SPCS83 Alabama East zone (meters)","9807","8801","30.3","9110","8802","-85.5","9110","8805","0.99996","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_12[] = {"10132","SPCS83 Alabama West zone (meters)","9807","8801","30.0","9110","8802","-87.3","9110","8805","0.999933333","9201","8806","600000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_13[] = {"10201","Arizona Coordinate System East zone","9807","8801","31.0","9110","8802","-110.1","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_14[] = {"10202","Arizona Coordinate System Central zone","9807","8801","31.0","9110","8802","-111.55","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_15[] = {"10203","Arizona Coordinate System West zone","9807","8801","31.0","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_16[] = {"10231","SPCS83 Arizona East zone (meters)","9807","8801","31.0","9110","8802","-110.1","9110","8805","0.9999","9201","8806","213360.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_17[] = {"10232","SPCS83 Arizona Central zone (meters)","9807","8801","31.0","9110","8802","-111.55","9110","8805","0.9999","9201","8806","213360.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_18[] = {"10233","SPCS83 Arizona West zone (meters)","9807","8801","31.0","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","213360.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_19[] = {"10301","Arkansas CS27 North","9802","8821","34.2","9110","8822","-92.0","9110","8823","36.14","9110","8824","34.56","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_20[] = {"10302","Arkansas CS27 South","9802","8821","32.4","9110","8822","-92.0","9110","8823","34.46","9110","8824","33.18","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_21[] = {"10331","SPCS83 Arkansas North zone (meters)","9802","8821","34.2","9110","8822","-92.0","9110","8823","36.14","9110","8824","34.56","9110","8826","400000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_22[] = {"10332","SPCS83 Arkansas South zone (meters)","9802","8821","32.4","9110","8822","-92.0","9110","8823","34.46","9110","8824","33.18","9110","8826","400000.0","9001","8827","400000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_23[] = {"10401","California CS27 zone I","9802","8821","39.2","9110","8822","-122.0","9110","8823","41.4","9110","8824","40.0","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_24[] = {"10402","California CS27 zone II","9802","8821","37.4","9110","8822","-122.0","9110","8823","39.5","9110","8824","38.2","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_25[] = {"10403","California CS27 zone III","9802","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_26[] = {"10404","California CS27 zone IV","9802","8821","35.2","9110","8822","-119.0","9110","8823","37.15","9110","8824","36.0","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_27[] = {"10405","California CS27 zone V","9802","8821","33.3","9110","8822","-118.0","9110","8823","35.28","9110","8824","34.02","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_28[] = {"10406","California CS27 zone VI","9802","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_9[] = {"10101","Alabama CS27 East zone","9807","8801","30.3","9110","8802","-85.5","9110","8805","0.99996","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_10[] = {"10102","Alabama CS27 West zone","9807","8801","30","9110","8802","-87.3","9110","8805","0.999933333","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_11[] = {"10131","SPCS83 Alabama East zone (meters)","9807","8801","30.3","9110","8802","-85.5","9110","8805","0.99996","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_12[] = {"10132","SPCS83 Alabama West zone (meters)","9807","8801","30","9110","8802","-87.3","9110","8805","0.999933333","9201","8806","600000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_13[] = {"10201","Arizona Coordinate System East zone","9807","8801","31","9110","8802","-110.1","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_14[] = {"10202","Arizona Coordinate System Central zone","9807","8801","31","9110","8802","-111.55","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_15[] = {"10203","Arizona Coordinate System West zone","9807","8801","31","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_16[] = {"10231","SPCS83 Arizona East zone (meters)","9807","8801","31","9110","8802","-110.1","9110","8805","0.9999","9201","8806","213360","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_17[] = {"10232","SPCS83 Arizona Central zone (meters)","9807","8801","31","9110","8802","-111.55","9110","8805","0.9999","9201","8806","213360","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_18[] = {"10233","SPCS83 Arizona West zone (meters)","9807","8801","31","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","213360","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_19[] = {"10301","Arkansas CS27 North","9802","8821","34.2","9110","8822","-92","9110","8823","36.14","9110","8824","34.56","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_20[] = {"10302","Arkansas CS27 South","9802","8821","32.4","9110","8822","-92","9110","8823","34.46","9110","8824","33.18","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_21[] = {"10331","SPCS83 Arkansas North zone (meters)","9802","8821","34.2","9110","8822","-92","9110","8823","36.14","9110","8824","34.56","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_22[] = {"10332","SPCS83 Arkansas South zone (meters)","9802","8821","32.4","9110","8822","-92","9110","8823","34.46","9110","8824","33.18","9110","8826","400000","9001","8827","400000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_23[] = {"10401","California CS27 zone I","9802","8821","39.2","9110","8822","-122","9110","8823","41.4","9110","8824","40","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_24[] = {"10402","California CS27 zone II","9802","8821","37.4","9110","8822","-122","9110","8823","39.5","9110","8824","38.2","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_25[] = {"10403","California CS27 zone III","9802","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_26[] = {"10404","California CS27 zone IV","9802","8821","35.2","9110","8822","-119","9110","8823","37.15","9110","8824","36","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_27[] = {"10405","California CS27 zone V","9802","8821","33.3","9110","8822","-118","9110","8823","35.28","9110","8824","34.02","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_28[] = {"10406","California CS27 zone VI","9802","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
 datafile_rows_t projop_wparm_row_29[] = {"10407","California CS27 zone VII","9802","8821","34.08","9110","8822","-118.2","9110","8823","34.25","9110","8824","33.52","9110","8826","4186692.58","9003","8827","416926.74","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_30[] = {"10431","SPCS83 California zone 1 (meters)","9802","8821","39.2","9110","8822","-122.0","9110","8823","41.4","9110","8824","40.0","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_31[] = {"10432","SPCS83 California zone 2 (meters)","9802","8821","37.4","9110","8822","-122.0","9110","8823","39.5","9110","8824","38.2","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_32[] = {"10433","SPCS83 California zone 3 (meters)","9802","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_33[] = {"10434","SPCS83 California zone 4 (meters)","9802","8821","35.2","9110","8822","-119.0","9110","8823","37.15","9110","8824","36.0","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_34[] = {"10435","SPCS83 California zone 5 (meters)","9802","8821","33.3","9110","8822","-118.0","9110","8823","35.28","9110","8824","34.02","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_35[] = {"10436","SPCS83 California zone 6 (meters)","9802","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","2000000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_36[] = {"10501","Colorado CS27 North zone","9802","8821","39.2","9110","8822","-105.3","9110","8823","39.43","9110","8824","40.47","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_37[] = {"10502","Colorado CS27 Central zone","9802","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_38[] = {"10503","Colorado CS27 South zone","9802","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_39[] = {"10531","SPCS83 Colorado North zone (meters)","9802","8821","39.2","9110","8822","-105.3","9110","8823","40.47","9110","8824","39.43","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_40[] = {"10532","SPCS83 Colorado Central zone (meters)","9802","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_41[] = {"10533","SPCS83 Colorado South zone (meters)","9802","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_42[] = {"10600","Connecticut CS27","9802","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","600000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_43[] = {"10630","SPCS83 Connecticut zone (meters)","9802","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","304800.6096","9001","8827","152400.3048","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_44[] = {"10700","Delaware CS27","9807","8801","38.0","9110","8802","-75.25","9110","8805","0.999995","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_45[] = {"10730","SPCS83 Delaware zone (meters)","9807","8801","38.0","9110","8802","-75.25","9110","8805","0.999995","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_46[] = {"10901","Florida CS27 East zone","9807","8801","24.2","9110","8802","-81.0","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_47[] = {"10902","Florida CS27 West zone","9807","8801","24.2","9110","8802","-82.0","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_48[] = {"10903","Florida CS27 North zone","9802","8821","29.0","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_49[] = {"10931","SPCS83 Florida East zone (meters)","9807","8801","24.2","9110","8802","-81.0","9110","8805","0.999941177","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_50[] = {"10932","SPCS83 Florida West zone (meters)","9807","8801","24.2","9110","8802","-82.0","9110","8805","0.999941177","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_51[] = {"10933","SPCS83 Florida North zone (meters)","9802","8821","29.0","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_52[] = {"11001","Georgia CS27 East zone","9807","8801","30.0","9110","8802","-82.1","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_53[] = {"11002","Georgia CS27 West zone","9807","8801","30.0","9110","8802","-84.1","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_54[] = {"11031","SPCS83 Georgia East zone (meters)","9807","8801","30.0","9110","8802","-82.1","9110","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_55[] = {"11032","SPCS83 Georgia West zone (meters)","9807","8801","30.0","9110","8802","-84.1","9110","8805","0.9999","9201","8806","700000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_56[] = {"11101","Idaho CS27 East zone","9807","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_57[] = {"11102","Idaho CS27 Central zone","9807","8801","41.4","9110","8802","-114.0","9110","8805","0.999947368","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_58[] = {"11103","Idaho CS27 West zone","9807","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_59[] = {"11131","SPCS83 Idaho East zone (meters)","9807","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_60[] = {"11132","SPCS83 Idaho Central zone (meters)","9807","8801","41.4","9110","8802","-114.0","9110","8805","0.999947368","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_61[] = {"11133","SPCS83 Idaho West zone (meters)","9807","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","800000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_62[] = {"11201","Illinois CS27 East zone","9807","8801","36.4","9110","8802","-88.2","9110","8805","0.999975","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_63[] = {"11202","Illinois CS27 West zone","9807","8801","36.4","9110","8802","-90.1","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_64[] = {"11231","SPCS83 Illinois East zone (meters)","9807","8801","36.4","9110","8802","-88.2","9110","8805","0.999975","9201","8806","300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_65[] = {"11232","SPCS83 Illinois West zone (meters)","9807","8801","36.4","9110","8802","-90.1","9110","8805","0.999941177","9201","8806","700000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_66[] = {"11301","Indiana CS27 East zone","9807","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_67[] = {"11302","Indiana CS27 West zone","9807","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_68[] = {"11331","SPCS83 Indiana East zone (meters)","9807","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","100000.0","9001","8807","250000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_69[] = {"11332","SPCS83 Indiana West zone (meters)","9807","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","900000.0","9001","8807","250000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_70[] = {"11401","Iowa CS27 North zone","9802","8821","41.3","9110","8822","-93.3","9110","8823","43.16","9110","8824","42.04","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_71[] = {"11402","Iowa CS27 South zone","9802","8821","40.0","9110","8822","-93.3","9110","8823","41.47","9110","8824","40.37","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_72[] = {"11431","SPCS83 Iowa North zone (meters)","9802","8821","41.3","9110","8822","-93.3","9110","8823","43.16","9110","8824","42.04","9110","8826","1500000.0","9001","8827","1000000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_73[] = {"11432","SPCS83 Iowa South zone (meters)","9802","8821","40.0","9110","8822","-93.3","9110","8823","41.47","9110","8824","40.37","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_74[] = {"11501","Kansas CS27 North zone","9802","8821","38.2","9110","8822","-98.0","9110","8823","39.47","9110","8824","38.43","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_75[] = {"11502","Kansas CS27 South zone","9802","8821","36.4","9110","8822","-98.3","9110","8823","38.34","9110","8824","37.16","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_76[] = {"11531","SPCS83 Kansas North zone (meters)","9802","8821","38.2","9110","8822","-98.0","9110","8823","39.47","9110","8824","38.43","9110","8826","400000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_77[] = {"11532","SPCS83 Kansas South zone (meters)","9802","8821","36.4","9110","8822","-98.3","9110","8823","38.34","9110","8824","37.16","9110","8826","400000.0","9001","8827","400000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_78[] = {"11601","Kentucky CS27 North zone","9802","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_79[] = {"11602","Kentucky CS27 South zone","9802","8821","36.2","9110","8822","-85.45","9110","8823","36.44","9110","8824","37.56","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_80[] = {"11631","Kentucky CS83 North zone","9802","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","37.58","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_81[] = {"11632","SPCS83 Kentucky South zone (meters)","9802","8821","36.2","9110","8822","-85.45","9110","8823","37.56","9110","8824","36.44","9110","8826","500000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_82[] = {"11701","Louisiana CS27 North zone","9802","8821","30.4","9110","8822","-92.3","9110","8823","31.1","9110","8824","32.4","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_83[] = {"11702","Louisiana CS27 South zone","9802","8821","28.4","9110","8822","-91.2","9110","8823","29.18","9110","8824","30.42","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_84[] = {"11731","SPCS83 Louisiana North zone (meters)","9802","8821","30.3","9110","8822","-92.3","9110","8823","32.4","9110","8824","31.1","9110","8826","1000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_85[] = {"11732","SPCS83 Louisiana South zone (meters)","9802","8821","28.3","9110","8822","-91.2","9110","8823","30.42","9110","8824","29.18","9110","8826","1000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_86[] = {"11801","Maine CS27 East zone","9807","8801","43.5","9110","8802","-68.3","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_87[] = {"11802","Maine CS27 West zone","9807","8801","42.5","9110","8802","-70.1","9110","8805","0.999966667","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_88[] = {"11831","SPCS83 Maine East zone (meters)","9807","8801","43.4","9110","8802","-68.3","9110","8805","0.9999","9201","8806","300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_89[] = {"11832","SPCS83 Maine West zone (meters)","9807","8801","42.5","9110","8802","-70.1","9110","8805","0.999966667","9201","8806","900000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_90[] = {"11900","Maryland CS27","9802","8821","37.5","9110","8822","-77.0","9110","8823","38.18","9110","8824","39.27","9110","8826","800000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_91[] = {"11930","SPCS83 Maryland zone (meters)","9802","8821","37.4","9110","8822","-77.0","9110","8823","39.27","9110","8824","38.18","9110","8826","400000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_92[] = {"12001","Massachusetts CS27 Mainland zone","9802","8821","41.0","9110","8822","-71.3","9110","8823","41.43","9110","8824","42.41","9110","8826","600000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_93[] = {"12002","Massachusetts CS27 Island zone","9802","8821","41.0","9110","8822","-70.3","9110","8823","41.17","9110","8824","41.29","9110","8826","200000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_94[] = {"12031","SPCS83 Massachusetts Mainland zone (meters)","9802","8821","41.0","9110","8822","-71.3","9110","8823","42.41","9110","8824","41.43","9110","8826","200000.0","9001","8827","750000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_95[] = {"12032","SPCS83 Massachusetts Island zone (meters)","9802","8821","41.0","9110","8822","-70.3","9110","8823","41.29","9110","8824","41.17","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_96[] = {"12101","Michigan State Plane East zone","9807","8801","41.3","9110","8802","-83.4","9110","8805","0.999942857","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_97[] = {"12102","Michigan State Plane Old Central zone","9807","8801","41.3","9110","8802","-85.45","9110","8805","0.999909091","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_98[] = {"12103","Michigan State Plane West zone","9807","8801","41.3","9110","8802","-88.45","9110","8805","0.999909091","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_99[] = {"12111","Michigan CS27 North zone","9802","8821","44.47","9110","8822","-87.0","9110","8823","45.29","9110","8824","47.05","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_100[] = {"12112","Michigan CS27 Central zone","9802","8821","43.19","9110","8822","-84.2","9110","8823","44.11","9110","8824","45.42","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_101[] = {"12113","Michigan CS27 South zone","9802","8821","41.3","9110","8822","-84.2","9110","8823","42.06","9110","8824","43.4","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_102[] = {"12141","SPCS83 Michigan North zone (meters)","9802","8821","44.47","9110","8822","-87.0","9110","8823","47.05","9110","8824","45.29","9110","8826","8000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_103[] = {"12142","SPCS83 Michigan Central zone (meters)","9802","8821","43.19","9110","8822","-84.22","9110","8823","45.42","9110","8824","44.11","9110","8826","6000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_104[] = {"12143","SPCS83 Michigan South zone (meters)","9802","8821","41.3","9110","8822","-84.22","9110","8823","43.4","9110","8824","42.06","9110","8826","4000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_105[] = {"12201","Minnesota CS27 North zone","9802","8821","46.3","9110","8822","-93.06","9110","8823","47.02","9110","8824","48.38","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_106[] = {"12202","Minnesota CS27 Central zone","9802","8821","45.0","9110","8822","-94.15","9110","8823","45.37","9110","8824","47.03","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_107[] = {"12203","Minnesota CS27 South zone","9802","8821","43.0","9110","8822","-94.0","9110","8823","43.47","9110","8824","45.13","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_108[] = {"12231","SPCS83 Minnesota North zone (meters)","9802","8821","46.3","9110","8822","-93.06","9110","8823","48.38","9110","8824","47.02","9110","8826","800000.0","9001","8827","100000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_109[] = {"12232","SPCS83 Minnesota Central zone (meters)","9802","8821","45.0","9110","8822","-94.15","9110","8823","47.03","9110","8824","45.37","9110","8826","800000.0","9001","8827","100000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_110[] = {"12233","SPCS83 Minnesota South zone (meters)","9802","8821","43.0","9110","8822","-94.0","9110","8823","45.13","9110","8824","43.47","9110","8826","800000.0","9001","8827","100000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_111[] = {"12301","Mississippi CS27 East zone","9807","8801","29.4","9110","8802","-88.5","9110","8805","0.99996","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_112[] = {"12302","Mississippi CS27 West zone","9807","8801","30.3","9110","8802","-90.2","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_113[] = {"12331","SPCS83 Mississippi East zone (meters)","9807","8801","29.3","9110","8802","-88.5","9110","8805","0.99995","9201","8806","300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_114[] = {"12332","SPCS83 Mississippi West zone (meters)","9807","8801","29.3","9110","8802","-90.2","9110","8805","0.99995","9201","8806","700000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_115[] = {"12401","Missouri CS27 East zone","9807","8801","35.5","9110","8802","-90.3","9110","8805","0.999933333","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_116[] = {"12402","Missouri CS27 Central zone","9807","8801","35.5","9110","8802","-92.3","9110","8805","0.999933333","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_117[] = {"12403","Missouri CS27 West zone","9807","8801","36.1","9110","8802","-94.3","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_118[] = {"12431","SPCS83 Missouri East zone (meters)","9807","8801","35.5","9110","8802","-90.3","9110","8805","0.999933333","9201","8806","250000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_119[] = {"12432","SPCS83 Missouri Central zone (meters)","9807","8801","35.5","9110","8802","-92.3","9110","8805","0.999933333","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_120[] = {"12433","SPCS83 Missouri West zone (meters)","9807","8801","36.1","9110","8802","-94.3","9110","8805","0.999941177","9201","8806","850000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_121[] = {"12501","Montana CS27 North zone","9802","8821","47.0","9110","8822","-109.3","9110","8823","48.43","9110","8824","47.51","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_122[] = {"12502","Montana CS27 Central zone","9802","8821","45.5","9110","8822","-109.3","9110","8823","47.53","9110","8824","46.27","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_123[] = {"12503","Montana CS27 South zone","9802","8821","44.0","9110","8822","-109.3","9110","8823","46.24","9110","8824","44.52","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_124[] = {"12530","SPCS83 Montana zone (meters)","9802","8821","44.15","9110","8822","-109.3","9110","8823","49.0","9110","8824","45.0","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_125[] = {"12601","Nebraska CS27 North zone","9802","8821","41.2","9110","8822","-100.0","9110","8823","41.51","9110","8824","42.49","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_126[] = {"12602","Nebraska CS27 South zone","9802","8821","39.4","9110","8822","-99.3","9110","8823","40.17","9110","8824","41.43","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_127[] = {"12630","SPCS83 Nebraska zone (meters)","9802","8821","39.5","9110","8822","-100.0","9110","8823","43.0","9110","8824","40.0","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_128[] = {"12701","Nevada CS27 East zone","9807","8801","34.45","9110","8802","-115.35","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_129[] = {"12702","Nevada CS27 Central zone","9807","8801","34.45","9110","8802","-116.4","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_130[] = {"12703","Nevada CS27 West zone","9807","8801","34.45","9110","8802","-118.35","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_131[] = {"12731","SPCS83 Nevada East zone (meters)","9807","8801","34.45","9110","8802","-115.35","9110","8805","0.9999","9201","8806","200000.0","9001","8807","8000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_132[] = {"12732","SPCS83 Nevada Central zone (meters)","9807","8801","34.45","9110","8802","-116.4","9110","8805","0.9999","9201","8806","500000.0","9001","8807","6000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_133[] = {"12733","SPCS83 Nevada West zone (meters)","9807","8801","34.45","9110","8802","-118.35","9110","8805","0.9999","9201","8806","800000.0","9001","8807","4000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_134[] = {"12800","New Hampshire CS27","9807","8801","42.3","9110","8802","-71.4","9110","8805","0.999966667","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_135[] = {"12830","SPCS83 New Hampshire zone (meters)","9807","8801","42.3","9110","8802","-71.4","9110","8805","0.999966667","9201","8806","300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_136[] = {"12900","New Jersey CS27","9807","8801","38.5","9110","8802","-74.4","9110","8805","0.999975","9201","8806","2000000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_137[] = {"12930","SPCS83 New Jersey zone (meters)","9807","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_138[] = {"13001","New Mexico CS27 East zone","9807","8801","31.0","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_139[] = {"13002","New Mexico CS27 Central zone","9807","8801","31.0","9110","8802","-106.15","9110","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_140[] = {"13003","New Mexico CS27 West zone","9807","8801","31.0","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_141[] = {"13031","SPCS83 New Mexico East zone (meters)","9807","8801","31.0","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","165000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_142[] = {"13032","SPCS83 New Mexico Central zone (meters)","9807","8801","31.0","9110","8802","-106.15","9110","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_143[] = {"13033","SPCS83 New Mexico West zone (meters)","9807","8801","31.0","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","830000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_144[] = {"13101","New York CS27 East zone","9807","8801","40.0","9110","8802","-74.2","9110","8805","0.999966667","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_145[] = {"13102","New York CS27 Central zone","9807","8801","40.0","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_146[] = {"13103","New York CS27 West zone","9807","8801","40.0","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_147[] = {"13104","New York CS27 Long Island zone","9802","8821","40.3","9110","8822","-74.0","9110","8823","41.02","9110","8824","40.4","9110","8826","1000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_148[] = {"13131","SPCS83 New York East zone (meters)","9807","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_149[] = {"13132","SPCS83 New York Central zone (meters)","9807","8801","40.0","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","250000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_150[] = {"13133","SPCS83 New York West zone (meters)","9807","8801","40.0","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","350000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_151[] = {"13134","SPCS83 New York Long Island zone (meters)","9802","8821","40.1","9110","8822","-74.0","9110","8823","41.02","9110","8824","40.4","9110","8826","300000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_152[] = {"13200","North Carolina CS27","9802","8821","33.45","9110","8822","-79.0","9110","8823","34.2","9110","8824","36.1","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_153[] = {"13230","SPCS83 North Carolina zone (meters)","9802","8821","33.45","9110","8822","-79.0","9110","8823","36.1","9110","8824","34.2","9110","8826","609601.22","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_154[] = {"13301","North Dakota CS27 North zone","9802","8821","47.0","9110","8822","-100.3","9110","8823","47.26","9110","8824","48.44","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_155[] = {"13302","North Dakota CS27 South zone","9802","8821","45.4","9110","8822","-100.3","9110","8823","46.11","9110","8824","47.29","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_156[] = {"13331","SPCS83 North Dakota North zone (meters)","9802","8821","47.0","9110","8822","-100.3","9110","8823","48.44","9110","8824","47.26","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_157[] = {"13332","SPCS83 North Dakota South zone (meters)","9802","8821","45.4","9110","8822","-100.3","9110","8823","47.29","9110","8824","46.11","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_158[] = {"13401","Ohio CS27 North zone","9802","8821","39.4","9110","8822","-82.3","9110","8823","40.26","9110","8824","41.42","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_159[] = {"13402","Ohio CS27 South zone","9802","8821","38.0","9110","8822","-82.3","9110","8823","38.44","9110","8824","40.02","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_160[] = {"13431","SPCS83 Ohio North zone (meters)","9802","8821","39.4","9110","8822","-82.3","9110","8823","41.42","9110","8824","40.26","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_161[] = {"13432","SPCS83 Ohio South zone (meters)","9802","8821","38.0","9110","8822","-82.3","9110","8823","40.02","9110","8824","38.44","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_162[] = {"13501","Oklahoma CS27 North zone","9802","8821","35.0","9110","8822","-98.0","9110","8823","35.34","9110","8824","36.46","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_163[] = {"13502","Oklahoma CS27 South zone","9802","8821","33.2","9110","8822","-98.0","9110","8823","33.56","9110","8824","35.14","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_164[] = {"13531","SPCS83 Oklahoma North zone (meters)","9802","8821","35.0","9110","8822","-98.0","9110","8823","36.46","9110","8824","35.34","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_165[] = {"13532","SPCS83 Oklahoma South zone (meters)","9802","8821","33.2","9110","8822","-98.0","9110","8823","35.14","9110","8824","33.56","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_166[] = {"13601","Oregon CS27 North zone","9802","8821","43.4","9110","8822","-120.3","9110","8823","44.2","9110","8824","46.0","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_167[] = {"13602","Oregon CS27 South zone","9802","8821","41.4","9110","8822","-120.3","9110","8823","42.2","9110","8824","44.0","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_168[] = {"13631","SPCS83 Oregon North zone (meters)","9802","8821","43.4","9110","8822","-120.3","9110","8823","46.0","9110","8824","44.2","9110","8826","2500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_169[] = {"13632","SPCS83 Oregon South zone (meters)","9802","8821","41.4","9110","8822","-120.3","9110","8823","44.0","9110","8824","42.2","9110","8826","1500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_170[] = {"13633","Oregon GIC Lambert (meters)","9802","8821","41.45","9110","8822","-120.3","9110","8823","43.0","9110","8824","45.3","9110","8826","400000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_171[] = {"13701","Pennsylvania CS27 North zone","9802","8821","40.1","9110","8822","-77.45","9110","8823","40.53","9110","8824","41.57","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_172[] = {"13702","Pennsylvania CS27 South zone","9802","8821","39.2","9110","8822","-77.45","9110","8823","39.56","9110","8824","40.48","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_173[] = {"13731","SPCS83 Pennsylvania North zone (meters)","9802","8821","40.1","9110","8822","-77.45","9110","8823","41.57","9110","8824","40.53","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_174[] = {"13732","SPCS83 Pennsylvania South zone (meters)","9802","8821","39.2","9110","8822","-77.45","9110","8823","40.58","9110","8824","39.56","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_175[] = {"13800","Rhode Island CS27","9807","8801","41.05","9110","8802","-71.3","9110","8805","0.9999938","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_176[] = {"13830","SPCS83 Rhode Island zone (meters)","9807","8801","41.05","9110","8802","-71.3","9110","8805","0.99999375","9201","8806","100000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_177[] = {"13901","South Carolina CS27 North zone","9802","8821","33.0","9110","8822","-81.0","9110","8823","33.46","9110","8824","34.58","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_178[] = {"13902","South Carolina CS27 South zone","9802","8821","31.5","9110","8822","-81.0","9110","8823","32.2","9110","8824","33.4","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_179[] = {"13930","SPCS83 South Carolina zone (meters)","9802","8821","31.5","9110","8822","-81.0","9110","8823","34.5","9110","8824","32.3","9110","8826","609600.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_180[] = {"14001","South Dakota CS27 North zone","9802","8821","43.5","9110","8822","-100.0","9110","8823","44.25","9110","8824","45.41","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_181[] = {"14002","South Dakota CS27 South zone","9802","8821","42.2","9110","8822","-100.2","9110","8823","42.5","9110","8824","44.24","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_182[] = {"14031","SPCS83 South Dakota North zone (meters)","9802","8821","43.5","9110","8822","-100.0","9110","8823","45.41","9110","8824","44.25","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_183[] = {"14032","SPCS83 South Dakota South zone (meters)","9802","8821","42.2","9110","8822","-100.2","9110","8823","44.24","9110","8824","42.5","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_184[] = {"14100","Tennessee CS27","9802","8821","34.4","9110","8822","-86.0","9110","8823","35.15","9110","8824","36.25","9110","8826","100000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_185[] = {"14130","SPCS83 Tennessee zone (meters)","9802","8821","34.2","9110","8822","-86.0","9110","8823","36.25","9110","8824","35.15","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_186[] = {"14201","Texas CS27 North zone","9802","8821","34.0","9110","8822","-101.3","9110","8823","34.39","9110","8824","36.11","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_187[] = {"14202","Texas CS27 North Central zone","9802","8821","31.4","9110","8822","-97.3","9110","8823","32.08","9110","8824","33.58","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_188[] = {"14203","Texas CS27 Central zone","9802","8821","29.4","9110","8822","-100.2","9110","8823","30.07","9110","8824","31.53","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_189[] = {"14204","Texas CS27 South Central zone","9802","8821","27.5","9110","8822","-99.0","9110","8823","28.23","9110","8824","30.17","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_190[] = {"14205","Texas CS27 South zone","9802","8821","25.4","9110","8822","-98.3","9110","8823","26.1","9110","8824","27.5","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_191[] = {"14231","SPCS83 Texas North zone (meters)","9802","8821","34.0","9110","8822","-101.3","9110","8823","36.11","9110","8824","34.39","9110","8826","200000.0","9001","8827","1000000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_192[] = {"14232","SPCS83 Texas North Central zone (meters)","9802","8821","31.4","9110","8822","-98.3","9110","8823","33.58","9110","8824","32.08","9110","8826","600000.0","9001","8827","2000000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_193[] = {"14233","SPCS83 Texas Central zone (meters)","9802","8821","29.4","9110","8822","-100.2","9110","8823","31.53","9110","8824","30.07","9110","8826","700000.0","9001","8827","3000000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_194[] = {"14234","SPCS83 Texas South Central zone (meters)","9802","8821","27.5","9110","8822","-99.0","9110","8823","30.17","9110","8824","28.23","9110","8826","600000.0","9001","8827","4000000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_195[] = {"14235","SPCS83 Texas South zone (meters)","9802","8821","25.4","9110","8822","-98.3","9110","8823","27.5","9110","8824","26.1","9110","8826","300000.0","9001","8827","5000000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_196[] = {"14301","Utah CS27 North zone","9802","8821","40.2","9110","8822","-111.3","9110","8823","40.43","9110","8824","41.47","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_197[] = {"14302","Utah CS27 Central zone","9802","8821","38.2","9110","8822","-111.3","9110","8823","39.01","9110","8824","40.39","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_198[] = {"14303","Utah CS27 South zone","9802","8821","36.4","9110","8822","-111.3","9110","8823","37.13","9110","8824","38.21","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_199[] = {"14331","SPCS83 Utah North zone (meters)","9802","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","500000.0","9001","8827","1000000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_200[] = {"14332","SPCS83 Utah Central zone (meters)","9802","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","500000.0","9001","8827","2000000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_201[] = {"14333","SPCS83 Utah South zone (meters)","9802","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","500000.0","9001","8827","3000000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_202[] = {"14400","Vermont CS27","9807","8801","42.3","9110","8802","-72.3","9110","8805","0.999964286","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_203[] = {"14430","SPCS83 Vermont zone (meters)","9807","8801","42.3","9110","8802","-72.3","9110","8805","0.999964286","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_204[] = {"14501","Virginia CS27 North zone","9802","8821","37.4","9110","8822","-78.3","9110","8823","38.02","9110","8824","39.12","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_205[] = {"14502","Virginia CS27 South zone","9802","8821","36.2","9110","8822","-78.3","9110","8823","36.46","9110","8824","37.58","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_206[] = {"14531","SPCS83 Virginia North zone (meters)","9802","8821","37.4","9110","8822","-78.3","9110","8823","39.12","9110","8824","38.02","9110","8826","3500000.0","9001","8827","2000000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_207[] = {"14532","SPCS83 Virginia South zone (meters)","9802","8821","36.2","9110","8822","-78.3","9110","8823","37.58","9110","8824","36.46","9110","8826","3500000.0","9001","8827","1000000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_208[] = {"14601","Washington CS27 North zone","9802","8821","47.0","9110","8822","-120.5","9110","8823","47.3","9110","8824","48.44","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_209[] = {"14602","Washington CS27 South zone","9802","8821","45.2","9110","8822","-120.3","9110","8823","45.5","9110","8824","47.2","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_210[] = {"14631","SPCS83 Washington North zone (meters)","9802","8821","47.0","9110","8822","-120.5","9110","8823","48.44","9110","8824","47.3","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_211[] = {"14632","SPCS83 Washington South zone (meters)","9802","8821","45.2","9110","8822","-120.3","9110","8823","47.2","9110","8824","45.5","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_212[] = {"14701","West Virginia CS27 North zone","9802","8821","38.3","9110","8822","-79.3","9110","8823","39.0","9110","8824","40.15","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_213[] = {"14702","West Virginia CS27 South zone","9802","8821","37.0","9110","8822","-81.0","9110","8823","37.29","9110","8824","38.53","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_214[] = {"14731","SPCS83 West Virginia North zone (meters)","9802","8821","38.3","9110","8822","-79.3","9110","8823","40.15","9110","8824","39.0","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_215[] = {"14732","SPCS83 West Virginia South zone (meters)","9802","8821","37.0","9110","8822","-81.0","9110","8823","38.53","9110","8824","37.29","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_216[] = {"14801","Wisconsin CS27 North zone","9802","8821","45.1","9110","8822","-90.0","9110","8823","45.34","9110","8824","46.46","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_217[] = {"14802","Wisconsin CS27 Central zone","9802","8821","43.5","9110","8822","-90.0","9110","8823","44.15","9110","8824","45.3","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_218[] = {"14803","Wisconsin CS27 South zone","9802","8821","42.0","9110","8822","-90.0","9110","8823","42.44","9110","8824","44.04","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_219[] = {"14831","SPCS83 Wisconsin North zone (meters)","9802","8821","45.1","9110","8822","-90.0","9110","8823","46.46","9110","8824","45.34","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_220[] = {"14832","SPCS83 Wisconsin Central zone (meters)","9802","8821","43.5","9110","8822","-90.0","9110","8823","45.3","9110","8824","44.15","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_221[] = {"14833","SPCS83 Wisconsin South zone (meters)","9802","8821","42.0","9110","8822","-90.0","9110","8823","44.04","9110","8824","42.44","9110","8826","600000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_222[] = {"14901","Wyoming CS27 East zone","9807","8801","40.4","9110","8802","-105.1","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_223[] = {"14902","Wyoming CS27 East Central zone","9807","8801","40.4","9110","8802","-107.2","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_224[] = {"14903","Wyoming CS27 West Central zone","9807","8801","40.4","9110","8802","-108.45","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_225[] = {"14904","Wyoming CS27 West zone","9807","8801","40.4","9110","8802","-110.05","9110","8805","0.999941177","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_226[] = {"14931","SPCS83 Wyoming East zone (meters)","9807","8801","40.3","9110","8802","-105.1","9110","8805","0.9999375","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_227[] = {"14932","SPCS83 Wyoming East Central zone (meters)","9807","8801","40.3","9110","8802","-107.2","9110","8805","0.9999375","9201","8806","400000.0","9001","8807","100000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_228[] = {"14933","SPCS83 Wyoming West Central zone (meters)","9807","8801","40.3","9110","8802","-108.45","9110","8805","0.9999375","9201","8806","600000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_229[] = {"14934","SPCS83 Wyoming West zone (meters)","9807","8801","40.3","9110","8802","-110.05","9110","8805","0.9999375","9201","8806","800000.0","9001","8807","100000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_230[] = {"15001","Alaska CS27 zone 1","9812","8806","16404166.67","9003","8807","-16404166.67","9003","8811","57.0","9110","8812","-133.4","9110","8813","323.07483685","9110","8814","323.07483685","9110","8815","0.9999","9201 ",NULL};
-datafile_rows_t projop_wparm_row_231[] = {"15002","Alaska CS27 zone 2","9807","8801","54.0","9102","8802","-142.0","9102","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_232[] = {"15003","Alaska CS27 zone 3","9807","8801","54.0","9102","8802","-146.0","9102","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_233[] = {"15004","Alaska CS27 zone 4","9807","8801","54.0","9102","8802","-150.0","9102","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_234[] = {"15005","Alaska CS27 zone 5","9807","8801","54.0","9102","8802","-154.0","9102","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_235[] = {"15006","Alaska CS27 zone 6","9807","8801","54.0","9102","8802","-158.0","9102","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_236[] = {"15007","Alaska CS27 zone 7","9807","8801","54.0","9102","8802","-162.0","9102","8805","0.9999","9201","8806","700000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_237[] = {"15008","Alaska CS27 zone 8","9807","8801","54.0","9102","8802","-166.0","9102","8805","0.9999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_238[] = {"15009","Alaska CS27 zone 9","9807","8801","54.0","9102","8802","-170.0","9102","8805","0.9999","9201","8806","600000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_239[] = {"15010","Alaska CS27 zone 10","9802","8821","51.0","9110","8822","-176.0","9110","8823","53.5","9110","8824","51.5","9110","8826","3000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_240[] = {"15020","Alaska Albers","9822","8821","50.0","9102","8822","-154.0","9102","8823","55.0","9102","8824","65.0","9102","8826","0.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_241[] = {"15031","SPCS83 Alaska zone 1 (meters)","9812","8806","5000000.0","9001","8807","-5000000.0","9001","8811","57.0","9110","8812","-133.4","9110","8813","323.07483685","9110","8814","323.07483685","9110","8815","0.9999","9201 ",NULL};
-datafile_rows_t projop_wparm_row_242[] = {"15032","SPCS83 Alaska zone 2 (meters)","9807","8801","54.0","9102","8802","-142.0","9102","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_243[] = {"15033","SPCS83 Alaska zone 3 (meters)","9807","8801","54.0","9102","8802","-146.0","9102","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_244[] = {"15034","SPCS83 Alaska zone 4 (meters)","9807","8801","54.0","9102","8802","-150.0","9102","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_245[] = {"15035","SPCS83 Alaska zone 5 (meters)","9807","8801","54.0","9102","8802","-154.0","9102","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_246[] = {"15036","SPCS83 Alaska zone 6 (meters)","9807","8801","54.0","9102","8802","-158.0","9102","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_247[] = {"15037","SPCS83 Alaska zone 7 (meters)","9807","8801","54.0","9102","8802","-162.0","9102","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_248[] = {"15038","SPCS83 Alaska zone 8 (meters)","9807","8801","54.0","9102","8802","-166.0","9102","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_249[] = {"15039","SPCS83 Alaska zone 9 (meters)","9807","8801","54.0","9102","8802","-170.0","9102","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_250[] = {"15040","SPCS83 Alaska zone 10 (meters)","9802","8821","51.0","9110","8822","-176.0","9110","8823","53.5","9110","8824","51.5","9110","8826","1000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_251[] = {"15101","Hawaii CS27 zone 1","9807","8801","18.5","9110","8802","-155.3","9110","8805","0.999966667","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_252[] = {"15102","Hawaii CS27 zone 2","9807","8801","20.2","9110","8802","-156.4","9110","8805","0.999966667","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_253[] = {"15103","Hawaii CS27 zone 3","9807","8801","21.1","9110","8802","-158.0","9110","8805","0.99999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_254[] = {"15104","Hawaii CS27 zone 4","9807","8801","21.5","9110","8802","-159.3","9110","8805","0.99999","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_255[] = {"15105","Hawaii CS27 zone 5","9807","8801","21.4","9110","8802","-160.1","9110","8805","1.0","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_256[] = {"15131","SPCS83 Hawaii zone 1 (meters)","9807","8801","18.5","9110","8802","-155.3","9110","8805","0.999966667","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_257[] = {"15132","SPCS83 Hawaii zone 2 (meters)","9807","8801","20.2","9110","8802","-156.4","9110","8805","0.999966667","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_258[] = {"15133","SPCS83 Hawaii zone 3 (meters)","9807","8801","21.1","9110","8802","-158.0","9110","8805","0.99999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_259[] = {"15134","SPCS83 Hawaii zone 4 (meters)","9807","8801","21.5","9110","8802","-159.3","9110","8805","0.99999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_260[] = {"15135","SPCS83 Hawaii zone 5 (meters)","9807","8801","21.4","9110","8802","-160.1","9110","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_261[] = {"15201","Puerto Rico CS27","9802","8821","17.5","9110","8822","-66.26","9110","8823","18.26","9110","8824","18.02","9110","8826","500000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_262[] = {"15202","St. Croix CS27","9802","8821","17.5","9110","8822","-66.26","9110","8823","18.26","9110","8824","18.02","9110","8826","500000.0","9003","8827","100000.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_263[] = {"15230","SPCS83 Puerto Rico & Virgin Islands zone (meters)","9802","8821","17.5","9110","8822","-66.26","9110","8823","18.26","9110","8824","18.02","9110","8826","200000.0","9001","8827","200000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_264[] = {"15300","American Samoa Lambert","9801","8801","-14.16","9110","8802","170.0","9110","8805","1.0","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_265[] = {"15301","American Samoa Lambert","9801","8801","-14.16","9110","8802","-170.0","9110","8805","1.0","9201","8806","500000.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_266[] = {"15302","Tennessee CS27","9802","8821","34.4","9110","8822","-86.0","9110","8823","35.15","9110","8824","36.25","9110","8826","2000000.0","9003","8827","100000.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_267[] = {"15303","SPCS83 Kentucky North zone (meters)","9802","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","500000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_268[] = {"15304","SPCS83 Arizona East zone (International feet)","9807","8801","31.0","9110","8802","-110.1","9110","8805","0.9999","9201","8806","700000.0","9002","8807","0.0","9002","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_269[] = {"15305","SPCS83 Arizona Central zone (International feet)","9807","8801","31.0","9110","8802","-111.55","9110","8805","0.9999","9201","8806","700000.0","9002","8807","0.0","9002","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_270[] = {"15306","SPCS83 Arizona West zone (International feet)","9807","8801","31.0","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","700000.0","9002","8807","0.0","9002","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_271[] = {"15307","SPCS83 California zone 1 (US Survey feet)","9802","8821","39.2","9110","8822","-122.0","9110","8823","41.4","9110","8824","40.0","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_272[] = {"15308","SPCS83 California zone 2 (US Survey feet)","9802","8821","37.4","9110","8822","-122.0","9110","8823","39.5","9110","8824","38.2","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_273[] = {"15309","SPCS83 California zone 3 (US Survey feet)","9802","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_274[] = {"15310","SPCS83 California zone 4 (US Survey feet)","9802","8821","35.2","9110","8822","-119.0","9110","8823","37.15","9110","8824","36.0","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_275[] = {"15311","SPCS83 California zone 5 (US Survey feet)","9802","8821","33.3","9110","8822","-118.0","9110","8823","35.28","9110","8824","34.02","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_276[] = {"15312","SPCS83 California zone 6 (US Survey feet)","9802","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_277[] = {"15313","SPCS83 Colorado North zone (US Survey feet)","9802","8821","39.2","9110","8822","-105.3","9110","8823","40.47","9110","8824","39.43","9110","8826","3000000.0","9003","8827","1000000.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_278[] = {"15314","SPCS83 Colorado Central zone (US Survey feet)","9802","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","3000000.0","9003","8827","1000000.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_279[] = {"15315","SPCS83 Colorado South zone (US Survey feet)","9802","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","3000000.0","9003","8827","1000000.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_280[] = {"15316","SPCS83 Connecticut zone (US Survey feet)","9802","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","1000000.0","9003","8827","500000.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_281[] = {"15317","SPCS83 Delaware zone (US Survey feet)","9807","8801","38.0","9110","8802","-75.25","9110","8805","0.999995","9201","8806","656166.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_282[] = {"15318","SPCS83 Florida East zone (US Survey feet)","9807","8801","24.2","9110","8802","-81.0","9110","8805","0.999941177","9201","8806","656166.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_283[] = {"15319","SPCS83 Florida West zone (US Survey feet)","9807","8801","24.2","9110","8802","-82.0","9110","8805","0.999941177","9201","8806","656166.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_284[] = {"15320","SPCS83 Florida North zone (US Survey feet)","9802","8821","29.0","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_285[] = {"15321","SPCS83 Georgia East zone (US Survey feet)","9807","8801","30.0","9110","8802","-82.1","9110","8805","0.9999","9201","8806","656166.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_286[] = {"15322","SPCS83 Georgia West zone (US Survey feet)","9807","8801","30.0","9110","8802","-84.1","9110","8805","0.9999","9201","8806","2296583.333","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_287[] = {"15323","SPCS83 Idaho East zone (US Survey feet)","9807","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","656166.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_288[] = {"15324","SPCS83 Idaho Central zone (US Survey feet)","9807","8801","41.4","9110","8802","-114.0","9110","8805","0.999947368","9201","8806","1640416.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_289[] = {"15325","SPCS83 Idaho West zone (US Survey feet)","9807","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","2624666.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_290[] = {"15326","SPCS83 Indiana East zone (US Survey feet)","9807","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","328083.333","9003","8807","818125.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_291[] = {"15327","SPCS83 Indiana West zone (US Survey feet)","9807","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","2952750.0","9003","8807","818125.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_292[] = {"15328","SPCS83 Kentucky North zone (US Survey feet)","9802","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","1640416.667","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_293[] = {"15329","SPCS83 Kentucky South zone (US Survey feet)","9802","8821","36.2","9110","8822","-85.45","9110","8823","37.56","9110","8824","36.44","9110","8826","1640416.667","9003","8827","1640416.667","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_294[] = {"15330","SPCS83 Maryland zone (US Survey feet)","9802","8821","37.4","9110","8822","-77.0","9110","8823","39.27","9110","8824","38.18","9110","8826","1312333.333","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_295[] = {"15331","SPCS83 Massachusetts Mainland zone (US Survey feet)","9802","8821","41.0","9110","8822","-71.3","9110","8823","42.41","9110","8824","41.43","9110","8826","656166.667","9003","8827","2460625.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_296[] = {"15332","SPCS83 Massachusetts Island zone (US Survey feet)","9802","8821","41.0","9110","8822","-70.3","9110","8823","41.29","9110","8824","41.17","9110","8826","1640416.667","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_297[] = {"15333","SPCS83 Michigan North zone (International feet)","9802","8821","44.47","9110","8822","-87.0","9110","8823","47.05","9110","8824","45.29","9110","8826","26246719.16","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t projop_wparm_row_298[] = {"15334","SPCS83 Michigan Central zone (International feet)","9802","8821","43.19","9110","8822","-84.22","9110","8823","45.42","9110","8824","44.11","9110","8826","19685039.37","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t projop_wparm_row_299[] = {"15335","SPCS83 Michigan South zone (International feet)","9802","8821","41.3","9110","8822","-84.22","9110","8823","43.4","9110","8824","42.06","9110","8826","13123359.58","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t projop_wparm_row_300[] = {"15336","SPCS83 Mississippi East zone (US Survey feet)","9807","8801","29.3","9110","8802","-88.5","9110","8805","0.99995","9201","8806","984250.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_301[] = {"15337","SPCS83 Mississippi West zone (US Survey feet)","9807","8801","29.3","9110","8802","-90.2","9110","8805","0.99995","9201","8806","2296583.333","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_302[] = {"15338","SPCS83 Montana zone (International feet)","9802","8821","44.15","9110","8822","-109.3","9110","8823","49.0","9110","8824","45.0","9110","8826","1968503.937","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t projop_wparm_row_303[] = {"15339","SPCS83 New Mexico East zone (US Survey feet)","9807","8801","31.0","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","541337.5","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_304[] = {"15340","SPCS83 New Mexico Central zone (US Survey feet)","9807","8801","31.0","9110","8802","-106.15","9110","8805","0.9999","9201","8806","1640416.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_305[] = {"15341","SPCS83 New Mexico West zone (US Survey feet)","9807","8801","31.0","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","2723091.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_306[] = {"15342","SPCS83 New York East zone (US Survey feet)","9807","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","492125.0","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_307[] = {"15343","SPCS83 New York Central zone (US Survey feet)","9807","8801","40.0","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","820208.333","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_308[] = {"15344","SPCS83 New York West zone (US Survey feet)","9807","8801","40.0","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","1148291.667","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_309[] = {"15345","SPCS83 New York Long Island zone (US Survey feet)","9802","8821","40.1","9110","8822","-74.0","9110","8823","41.02","9110","8824","40.4","9110","8826","984250.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_310[] = {"15346","SPCS83 North Carolina zone (US Survey feet)","9802","8821","33.45","9110","8822","-79.0","9110","8823","36.1","9110","8824","34.2","9110","8826","2000000.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_311[] = {"15347","SPCS83 North Dakota North zone (International feet)","9802","8821","47.0","9110","8822","-100.3","9110","8823","48.44","9110","8824","47.26","9110","8826","1968503.937","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t projop_wparm_row_312[] = {"15348","SPCS83 North Dakota South zone (International feet)","9802","8821","45.4","9110","8822","-100.3","9110","8823","47.29","9110","8824","46.11","9110","8826","1968503.937","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t projop_wparm_row_313[] = {"15349","SPCS83 Oklahoma North zone (US Survey feet)","9802","8821","35.0","9110","8822","-98.0","9110","8823","36.46","9110","8824","35.34","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_314[] = {"15350","SPCS83 Oklahoma South zone (US Survey feet)","9802","8821","33.2","9110","8822","-98.0","9110","8823","35.14","9110","8824","33.56","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_315[] = {"15351","SPCS83 Oregon North zone (International feet)","9802","8821","43.4","9110","8822","-120.3","9110","8823","46.0","9110","8824","44.2","9110","8826","8202099.738","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t projop_wparm_row_316[] = {"15352","SPCS83 Oregon South zone (International feet)","9802","8821","41.4","9110","8822","-120.3","9110","8823","44.0","9110","8824","42.2","9110","8826","4921259.843","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t projop_wparm_row_317[] = {"15353","SPCS83 Pennsylvania North zone (US Survey feet)","9802","8821","40.1","9110","8822","-77.45","9110","8823","41.57","9110","8824","40.53","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_318[] = {"15354","SPCS83 Pennsylvania South zone (US Survey feet)","9802","8821","39.2","9110","8822","-77.45","9110","8823","40.58","9110","8824","39.56","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_319[] = {"15355","SPCS83 South Carolina zone (International feet)","9802","8821","31.5","9110","8822","-81.0","9110","8823","34.5","9110","8824","32.3","9110","8826","2000000.0","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t projop_wparm_row_320[] = {"15356","SPCS83 Tennessee zone (US Survey feet)","9802","8821","34.2","9110","8822","-86.0","9110","8823","36.25","9110","8824","35.15","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_321[] = {"15357","SPCS83 Texas North zone (US Survey feet)","9802","8821","34.0","9110","8822","-101.3","9110","8823","36.11","9110","8824","34.39","9110","8826","656166.667","9003","8827","3280833.333","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_322[] = {"15358","SPCS83 Texas North Central zone (US Survey feet)","9802","8821","31.4","9110","8822","-98.3","9110","8823","33.58","9110","8824","32.08","9110","8826","1968500.0","9003","8827","6561666.667","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_323[] = {"15359","SPCS83 Texas Central zone (US Survey feet)","9802","8821","29.4","9110","8822","-100.2","9110","8823","31.53","9110","8824","30.07","9110","8826","2296583.333","9003","8827","9842500.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_324[] = {"15360","SPCS83 Texas South Central zone (US Survey feet)","9802","8821","27.5","9110","8822","-99.0","9110","8823","30.17","9110","8824","28.23","9110","8826","1968500.0","9003","8827","13123333.333","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_325[] = {"15361","SPCS83 Texas South zone (US Survey feet)","9802","8821","25.4","9110","8822","-98.3","9110","8823","27.5","9110","8824","26.1","9110","8826","984250.0","9003","8827","16404166.667","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_326[] = {"15362","SPCS83 Utah North zone (International feet)","9802","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","1640419.948","9002","8827","3280839.895","9002","",""," ",NULL};
-datafile_rows_t projop_wparm_row_327[] = {"15363","SPCS83 Utah Central zone (International feet)","9802","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","1640419.948","9002","8827","6561679.79","9002","",""," ",NULL};
-datafile_rows_t projop_wparm_row_328[] = {"15364","SPCS83 Utah South zone (International feet)","9802","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","1640419.948","9002","8827","9842519.685","9002","",""," ",NULL};
-datafile_rows_t projop_wparm_row_329[] = {"15365","SPCS83 Virginia North zone (US Survey feet)","9802","8821","37.4","9110","8822","-78.3","9110","8823","39.12","9110","8824","38.02","9110","8826","11482916.667","9003","8827","6561666.667","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_330[] = {"15366","SPCS83 Virginia South zone (US Survey feet)","9802","8821","36.2","9110","8822","-78.3","9110","8823","37.58","9110","8824","36.46","9110","8826","11482916.667","9003","8827","3280833.333","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_331[] = {"15367","SPCS83 Washington North zone (US Survey feet)","9802","8821","47.0","9110","8822","-120.5","9110","8823","48.44","9110","8824","47.3","9110","8826","1640416.667","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_332[] = {"15368","SPCS83 Washington South zone (US Survey feet)","9802","8821","45.2","9110","8822","-120.3","9110","8823","47.2","9110","8824","45.5","9110","8826","1640416.667","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_333[] = {"15369","SPCS83 Wisconsin North zone (US Survey feet)","9802","8821","45.1","9110","8822","-90.0","9110","8823","46.46","9110","8824","45.34","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_334[] = {"15370","SPCS83 Wisconsin Central zone (US Survey feet)","9802","8821","43.5","9110","8822","-90.0","9110","8823","45.3","9110","8824","44.15","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_335[] = {"15371","SPCS83 Wisconsin South zone (US Survey feet)","9802","8821","42.0","9110","8822","-90.0","9110","8823","44.04","9110","8824","42.44","9110","8826","1968500.0","9003","8827","0.0","9003","",""," ",NULL};
-datafile_rows_t projop_wparm_row_336[] = {"15372","SPCS83 Indiana East zone (US Survey feet)","9807","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","328083.333","9003","8807","820208.333","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_337[] = {"15373","SPCS83 Indiana West zone (US Survey feet)","9807","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","2952750.0","9003","8807","820208.333","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_338[] = {"15374","Oregon GIC Lambert (International feet)","9802","8821","41.45","9110","8822","-120.3","9110","8823","43.0","9110","8824","45.3","9110","8826","1312335.958","9002","8827","0.0","9002","",""," ",NULL};
-datafile_rows_t projop_wparm_row_339[] = {"15914","BLM zone 14N (US survey feet)","9807","8801","0.0","9102","8802","-99.0","9102","8805","0.9996","9201","8806","1640416.67","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_340[] = {"15915","BLM zone 15N (US survey feet)","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9996","9201","8806","1640416.67","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_341[] = {"15916","BLM zone 16N (US survey feet)","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9996","9201","8806","1640416.67","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_342[] = {"15917","BLM zone 17N (US survey feet)","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","1640416.67","9003","8807","0.0","9003","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_343[] = {"16000","UTM grid system (northern hemisphere)","9824","8801","0.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","8830","-180.0","9102","8831","6.0","9102","",""," ",NULL};
-datafile_rows_t projop_wparm_row_344[] = {"16001","UTM zone 1N","9807","8801","0.0","9102","8802","-177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_345[] = {"16002","UTM zone 2N","9807","8801","0.0","9102","8802","-171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_346[] = {"16003","UTM zone 3N","9807","8801","0.0","9102","8802","-165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_347[] = {"16004","UTM zone 4N","9807","8801","0.0","9102","8802","-159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_348[] = {"16005","UTM zone 5N","9807","8801","0.0","9102","8802","-153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_349[] = {"16006","UTM zone 6N","9807","8801","0.0","9102","8802","-147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_350[] = {"16007","UTM zone 7N","9807","8801","0.0","9102","8802","-141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_351[] = {"16008","UTM zone 8N","9807","8801","0.0","9102","8802","-135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_352[] = {"16009","UTM zone 9N","9807","8801","0.0","9102","8802","-129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_353[] = {"16010","UTM zone 10N","9807","8801","0.0","9102","8802","-123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_354[] = {"16011","UTM zone 11N","9807","8801","0.0","9102","8802","-117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_355[] = {"16012","UTM zone 12N","9807","8801","0.0","9102","8802","-111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_356[] = {"16013","UTM zone 13N","9807","8801","0.0","9102","8802","-105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_357[] = {"16014","UTM zone 14N","9807","8801","0.0","9102","8802","-99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_358[] = {"16015","UTM zone 15N","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_359[] = {"16016","UTM zone 16N","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_360[] = {"16017","UTM zone 17N","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_361[] = {"16018","UTM zone 18N","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_362[] = {"16019","UTM zone 19N","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_363[] = {"16020","UTM zone 20N","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_364[] = {"16021","UTM zone 21N","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_365[] = {"16022","UTM zone 22N","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_366[] = {"16023","UTM zone 23N","9807","8801","0.0","9102","8802","-45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_367[] = {"16024","UTM zone 24N","9807","8801","0.0","9102","8802","-39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_368[] = {"16025","UTM zone 25N","9807","8801","0.0","9102","8802","-33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_369[] = {"16026","UTM zone 26N","9807","8801","0.0","9102","8802","-27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_370[] = {"16027","UTM zone 27N","9807","8801","0.0","9102","8802","-21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_371[] = {"16028","UTM zone 28N","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_372[] = {"16029","UTM zone 29N","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_373[] = {"16030","UTM zone 30N","9807","8801","0.0","9102","8802","-3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_374[] = {"16031","UTM zone 31N","9807","8801","0.0","9102","8802","3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_375[] = {"16032","UTM zone 32N","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_376[] = {"16033","UTM zone 33N","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_377[] = {"16034","UTM zone 34N","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_378[] = {"16035","UTM zone 35N","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_379[] = {"16036","UTM zone 36N","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_380[] = {"16037","UTM zone 37N","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_381[] = {"16038","UTM zone 38N","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_382[] = {"16039","UTM zone 39N","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_383[] = {"16040","UTM zone 40N","9807","8801","0.0","9102","8802","57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_384[] = {"16041","UTM zone 41N","9807","8801","0.0","9102","8802","63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_385[] = {"16042","UTM zone 42N","9807","8801","0.0","9102","8802","69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_386[] = {"16043","UTM zone 43N","9807","8801","0.0","9102","8802","75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_387[] = {"16044","UTM zone 44N","9807","8801","0.0","9102","8802","81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_388[] = {"16045","UTM zone 45N","9807","8801","0.0","9102","8802","87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_389[] = {"16046","UTM zone 46N","9807","8801","0.0","9102","8802","93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_390[] = {"16047","UTM zone 47N","9807","8801","0.0","9102","8802","99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_391[] = {"16048","UTM zone 48N","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_392[] = {"16049","UTM zone 49N","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_393[] = {"16050","UTM zone 50N","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_394[] = {"16051","UTM zone 51N","9807","8801","0.0","9102","8802","123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_395[] = {"16052","UTM zone 52N","9807","8801","0.0","9102","8802","129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_396[] = {"16053","UTM zone 53N","9807","8801","0.0","9102","8802","135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_397[] = {"16054","UTM zone 54N","9807","8801","0.0","9102","8802","141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_398[] = {"16055","UTM zone 55N","9807","8801","0.0","9102","8802","147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_399[] = {"16056","UTM zone 56N","9807","8801","0.0","9102","8802","153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_400[] = {"16057","UTM zone 57N","9807","8801","0.0","9102","8802","159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_401[] = {"16058","UTM zone 58N","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_402[] = {"16059","UTM zone 59N","9807","8801","0.0","9102","8802","171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_403[] = {"16060","UTM zone 60N","9807","8801","0.0","9102","8802","177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_404[] = {"16061","Universal Polar Stereographic North","9810","8801","90.0","9102","8802","0.0","9102","8805","0.994","9201","8806","2000000.0","9001","8807","2000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_405[] = {"16070","3-degree Gauss-Kruger zone 40","9807","8801","0.0","9102","8802","120.0","9102","8805","1.0","9201","8806","40500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_406[] = {"16071","3-degree Gauss-Kruger zone 41","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","41500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_407[] = {"16072","3-degree Gauss-Kruger zone 42","9807","8801","0.0","9102","8802","126.0","9102","8805","1.0","9201","8806","42500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_408[] = {"16073","3-degree Gauss-Kruger zone 43","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","43500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_409[] = {"16074","3-degree Gauss-Kruger zone 44","9807","8801","0.0","9102","8802","132.0","9102","8805","1.0","9201","8806","44500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_410[] = {"16075","3-degree Gauss-Kruger zone 45","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","45500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_411[] = {"16076","3-degree Gauss-Kruger zone 46","9807","8801","0.0","9102","8802","138.0","9102","8805","1.0","9201","8806","46500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_412[] = {"16077","3-degree Gauss-Kruger zone 47","9807","8801","0.0","9102","8802","141.0","9102","8805","1.0","9201","8806","47500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_413[] = {"16078","3-degree Gauss-Kruger zone 48","9807","8801","0.0","9102","8802","144.0","9102","8805","1.0","9201","8806","48500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_414[] = {"16079","3-degree Gauss-Kruger zone 49","9807","8801","0.0","9102","8802","147.0","9102","8805","1.0","9201","8806","49500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_415[] = {"16080","3-degree Gauss-Kruger zone 50","9807","8801","0.0","9102","8802","150.0","9102","8805","1.0","9201","8806","50500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_416[] = {"16081","3-degree Gauss-Kruger zone 51","9807","8801","0.0","9102","8802","153.0","9102","8805","1.0","9201","8806","51500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_417[] = {"16082","3-degree Gauss-Kruger zone 52","9807","8801","0.0","9102","8802","156.0","9102","8805","1.0","9201","8806","52500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_418[] = {"16083","3-degree Gauss-Kruger zone 53","9807","8801","0.0","9102","8802","159.0","9102","8805","1.0","9201","8806","53500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_419[] = {"16084","3-degree Gauss-Kruger zone 54","9807","8801","0.0","9102","8802","162.0","9102","8805","1.0","9201","8806","54500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_420[] = {"16085","3-degree Gauss-Kruger zone 55","9807","8801","0.0","9102","8802","165.0","9102","8805","1.0","9201","8806","55500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_421[] = {"16086","3-degree Gauss-Kruger zone 56","9807","8801","0.0","9102","8802","168.0","9102","8805","1.0","9201","8806","56500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_422[] = {"16087","3-degree Gauss-Kruger zone 57","9807","8801","0.0","9102","8802","171.0","9102","8805","1.0","9201","8806","57500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_423[] = {"16088","3-degree Gauss-Kruger zone 58","9807","8801","0.0","9102","8802","174.0","9102","8805","1.0","9201","8806","58500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_424[] = {"16089","3-degree Gauss-Kruger zone 59","9807","8801","0.0","9102","8802","177.0","9102","8805","1.0","9201","8806","59500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_425[] = {"16090","3-degree Gauss-Kruger zone 60","9807","8801","0.0","9102","8802","180.0","9102","8805","1.0","9201","8806","60000000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_426[] = {"16091","3-degree Gauss-Kruger zone 61","9807","8801","0.0","9102","8802","-177.0","9102","8805","1.0","9201","8806","61500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_427[] = {"16092","3-degree Gauss-Kruger zone 62","9807","8801","0.0","9102","8802","-174.0","9102","8805","1.0","9201","8806","62500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_428[] = {"16093","3-degree Gauss-Kruger zone 63","9807","8801","0.0","9102","8802","-171.0","9102","8805","1.0","9201","8806","63500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_429[] = {"16094","3-degree Gauss-Kruger zone 64","9807","8801","0.0","9102","8802","-168.0","9102","8805","1.0","9201","8806","64500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_430[] = {"16100","UTM grid system (southern hemisphere)","9824","8801","0.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","8830","-180.0","9102","8831","6.0","9102","",""," ",NULL};
-datafile_rows_t projop_wparm_row_431[] = {"16101","UTM zone 1S","9807","8801","0.0","9102","8802","-177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_432[] = {"16102","UTM zone 2S","9807","8801","0.0","9102","8802","-171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_433[] = {"16103","UTM zone 3S","9807","8801","0.0","9102","8802","-165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_434[] = {"16104","UTM zone 4S","9807","8801","0.0","9102","8802","-159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_435[] = {"16105","UTM zone 5S","9807","8801","0.0","9102","8802","-153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_436[] = {"16106","UTM zone 6S","9807","8801","0.0","9102","8802","-147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_437[] = {"16107","UTM zone 7S","9807","8801","0.0","9102","8802","-141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_438[] = {"16108","UTM zone 8S","9807","8801","0.0","9102","8802","-135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_439[] = {"16109","UTM zone 9S","9807","8801","0.0","9102","8802","-129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_440[] = {"16110","UTM zone 10S","9807","8801","0.0","9102","8802","-123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_441[] = {"16111","UTM zone 11S","9807","8801","0.0","9102","8802","-117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_442[] = {"16112","UTM zone 12S","9807","8801","0.0","9102","8802","-111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_443[] = {"16113","UTM zone 13S","9807","8801","0.0","9102","8802","-105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_444[] = {"16114","UTM zone 14S","9807","8801","0.0","9102","8802","-99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_445[] = {"16115","UTM zone 15S","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_446[] = {"16116","UTM zone 16S","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_447[] = {"16117","UTM zone 17S","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_448[] = {"16118","UTM zone 18S","9807","8801","0.0","9102","8802","-75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_449[] = {"16119","UTM zone 19S","9807","8801","0.0","9102","8802","-69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_450[] = {"16120","UTM zone 20S","9807","8801","0.0","9102","8802","-63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_451[] = {"16121","UTM zone 21S","9807","8801","0.0","9102","8802","-57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_452[] = {"16122","UTM zone 22S","9807","8801","0.0","9102","8802","-51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_453[] = {"16123","UTM zone 23S","9807","8801","0.0","9102","8802","-45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_454[] = {"16124","UTM zone 24S","9807","8801","0.0","9102","8802","-39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_455[] = {"16125","UTM zone 25S","9807","8801","0.0","9102","8802","-33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_456[] = {"16126","UTM zone 26S","9807","8801","0.0","9102","8802","-27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_457[] = {"16127","UTM zone 27S","9807","8801","0.0","9102","8802","-21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_458[] = {"16128","UTM zone 28S","9807","8801","0.0","9102","8802","-15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_459[] = {"16129","UTM zone 29S","9807","8801","0.0","9102","8802","-9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_460[] = {"16130","UTM zone 30S","9807","8801","0.0","9102","8802","-3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_461[] = {"16131","UTM zone 31S","9807","8801","0.0","9102","8802","3.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_462[] = {"16132","UTM zone 32S","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_463[] = {"16133","UTM zone 33S","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_464[] = {"16134","UTM zone 34S","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_465[] = {"16135","UTM zone 35S","9807","8801","0.0","9102","8802","27.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_466[] = {"16136","UTM zone 36S","9807","8801","0.0","9102","8802","33.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_467[] = {"16137","UTM zone 37S","9807","8801","0.0","9102","8802","39.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_468[] = {"16138","UTM zone 38S","9807","8801","0.0","9102","8802","45.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_469[] = {"16139","UTM zone 39S","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_470[] = {"16140","UTM zone 40S","9807","8801","0.0","9102","8802","57.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_471[] = {"16141","UTM zone 41S","9807","8801","0.0","9102","8802","63.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_472[] = {"16142","UTM zone 42S","9807","8801","0.0","9102","8802","69.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_473[] = {"16143","UTM zone 43S","9807","8801","0.0","9102","8802","75.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_474[] = {"16144","UTM zone 44S","9807","8801","0.0","9102","8802","81.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_475[] = {"16145","UTM zone 45S","9807","8801","0.0","9102","8802","87.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_476[] = {"16146","UTM zone 46S","9807","8801","0.0","9102","8802","93.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_477[] = {"16147","UTM zone 47S","9807","8801","0.0","9102","8802","99.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_478[] = {"16148","UTM zone 48S","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_479[] = {"16149","UTM zone 49S","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_480[] = {"16150","UTM zone 50S","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_481[] = {"16151","UTM zone 51S","9807","8801","0.0","9102","8802","123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_482[] = {"16152","UTM zone 52S","9807","8801","0.0","9102","8802","129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_483[] = {"16153","UTM zone 53S","9807","8801","0.0","9102","8802","135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_484[] = {"16154","UTM zone 54S","9807","8801","0.0","9102","8802","141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_485[] = {"16155","UTM zone 55S","9807","8801","0.0","9102","8802","147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_486[] = {"16156","UTM zone 56S","9807","8801","0.0","9102","8802","153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_487[] = {"16157","UTM zone 57S","9807","8801","0.0","9102","8802","159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_488[] = {"16158","UTM zone 58S","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_489[] = {"16159","UTM zone 59S","9807","8801","0.0","9102","8802","171.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_490[] = {"16160","UTM zone 60S","9807","8801","0.0","9102","8802","177.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_491[] = {"16161","Universal Polar Stereographic South","9810","8801","-90.0","9102","8802","0.0","9102","8805","0.994","9201","8806","2000000.0","9001","8807","2000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_492[] = {"16170","3-degree Gauss-Kruger CM 120E","9807","8801","0.0","9102","8802","120.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_493[] = {"16171","3-degree Gauss-Kruger CM 123E","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_494[] = {"16172","3-degree Gauss-Kruger CM 126E","9807","8801","0.0","9102","8802","126.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_495[] = {"16173","3-degree Gauss-Kruger CM 129E","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_496[] = {"16174","3-degree Gauss-Kruger CM 132E","9807","8801","0.0","9102","8802","132.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_497[] = {"16175","3-degree Gauss-Kruger CM 135E","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_498[] = {"16176","3-degree Gauss-Kruger CM 138E","9807","8801","0.0","9102","8802","138.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_499[] = {"16177","3-degree Gauss-Kruger CM 141E","9807","8801","0.0","9102","8802","141.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_500[] = {"16178","3-degree Gauss-Kruger CM 144E","9807","8801","0.0","9102","8802","144.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_501[] = {"16179","3-degree Gauss-Kruger CM 147E","9807","8801","0.0","9102","8802","147.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_502[] = {"16180","3-degree Gauss-Kruger CM 150E","9807","8801","0.0","9102","8802","150.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_503[] = {"16181","3-degree Gauss-Kruger CM 153E","9807","8801","0.0","9102","8802","153.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_504[] = {"16182","3-degree Gauss-Kruger CM 156E","9807","8801","0.0","9102","8802","156.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_505[] = {"16183","3-degree Gauss-Kruger CM 159E","9807","8801","0.0","9102","8802","159.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_506[] = {"16184","3-degree Gauss-Kruger CM 162E","9807","8801","0.0","9102","8802","162.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_507[] = {"16185","3-degree Gauss-Kruger CM 165E","9807","8801","0.0","9102","8802","165.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_508[] = {"16186","3-degree Gauss-Kruger CM 168E","9807","8801","0.0","9102","8802","168.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_509[] = {"16187","3-degree Gauss-Kruger CM 171E","9807","8801","0.0","9102","8802","171.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_510[] = {"16188","3-degree Gauss-Kruger CM 174E","9807","8801","0.0","9102","8802","174.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_511[] = {"16189","3-degree Gauss-Kruger CM 177E","9807","8801","0.0","9102","8802","177.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_512[] = {"16190","3-degree Gauss-Kruger CM 180","9807","8801","0.0","9102","8802","180.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_513[] = {"16191","3-degree Gauss-Kruger CM 177W","9807","8801","0.0","9102","8802","-177.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_514[] = {"16192","3-degree Gauss-Kruger CM 174W","9807","8801","0.0","9102","8802","-174.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_515[] = {"16193","3-degree Gauss-Kruger CM 171W","9807","8801","0.0","9102","8802","-171.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_516[] = {"16194","3-degree Gauss-Kruger CM 168W","9807","8801","0.0","9102","8802","-168.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_517[] = {"16201","6-degree Gauss-Kruger zone 1","9807","8801","0.0","9102","8802","3.0","9102","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_518[] = {"16202","6-degree Gauss-Kruger zone 2","9807","8801","0.0","9102","8802","9.0","9102","8805","1.0","9201","8806","2500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_519[] = {"16203","6-degree Gauss-Kruger zone 3","9807","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","3500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_520[] = {"16204","6-degree Gauss-Kruger zone 4","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","4500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_521[] = {"16205","6-degree Gauss-Kruger zone 5","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_522[] = {"16206","6-degree Gauss-Kruger zone 6","9807","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","6500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_523[] = {"16207","6-degree Gauss-Kruger zone 7","9807","8801","0.0","9102","8802","39.0","9102","8805","1.0","9201","8806","7500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_524[] = {"16208","6-degree Gauss-Kruger zone 8","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","8500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_525[] = {"16209","6-degree Gauss-Kruger zone 9","9807","8801","0.0","9102","8802","51.0","9102","8805","1.0","9201","8806","9500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_526[] = {"16210","6-degree Gauss-Kruger zone 10","9807","8801","0.0","9102","8802","57.0","9102","8805","1.0","9201","8806","10500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_527[] = {"16211","6-degree Gauss-Kruger zone 11","9807","8801","0.0","9102","8802","63.0","9102","8805","1.0","9201","8806","11500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_528[] = {"16212","6-degree Gauss-Kruger zone 12","9807","8801","0.0","9102","8802","69.0","9102","8805","1.0","9201","8806","12500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_529[] = {"16213","6-degree Gauss-Kruger zone 13","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","13500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_530[] = {"16214","6-degree Gauss-Kruger zone 14","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","14500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_531[] = {"16215","6-degree Gauss-Kruger zone 15","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","15500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_532[] = {"16216","6-degree Gauss-Kruger zone 16","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","16500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_533[] = {"16217","6-degree Gauss-Kruger zone 17","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","17500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_534[] = {"16218","6-degree Gauss-Kruger zone 18","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","18500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_535[] = {"16219","6-degree Gauss-Kruger zone 19","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","19500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_536[] = {"16220","6-degree Gauss-Kruger zone 20","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","20500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_537[] = {"16221","6-degree Gauss-Kruger zone 21","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","21500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_538[] = {"16222","6-degree Gauss-Kruger zone 22","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","22500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_539[] = {"16223","6-degree Gauss-Kruger zone 23","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","23500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_540[] = {"16224","6-degree Gauss-Kruger zone 24","9807","8801","0.0","9102","8802","141.0","9102","8805","1.0","9201","8806","24500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_541[] = {"16225","6-degree Gauss-Kruger zone 25","9807","8801","0.0","9102","8802","147.0","9102","8805","1.0","9201","8806","25500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_542[] = {"16226","6-degree Gauss-Kruger zone 26","9807","8801","0.0","9102","8802","153.0","9102","8805","1.0","9201","8806","26500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_543[] = {"16227","6-degree Gauss-Kruger zone 27","9807","8801","0.0","9102","8802","159.0","9102","8805","1.0","9201","8806","27500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_544[] = {"16228","6-degree Gauss-Kruger zone 28","9807","8801","0.0","9102","8802","165.0","9102","8805","1.0","9201","8806","28500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_545[] = {"16229","6-degree Gauss-Kruger zone 29","9807","8801","0.0","9102","8802","171.0","9102","8805","1.0","9201","8806","29500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_546[] = {"16230","6-degree Gauss-Kruger zone 30","9807","8801","0.0","9102","8802","177.0","9102","8805","1.0","9201","8806","30500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_547[] = {"16231","6-degree Gauss-Kruger zone 31","9807","8801","0.0","9102","8802","-177.0","9102","8805","1.0","9201","8806","31500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_548[] = {"16232","6-degree Gauss-Kruger zone 32","9807","8801","0.0","9102","8802","-171.0","9102","8805","1.0","9201","8806","32500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_549[] = {"16233","6-degree Gauss-Kruger zone 33","9807","8801","0.0","9102","8802","-165.0","9102","8805","1.0","9201","8806","33500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_550[] = {"16234","6-degree Gauss-Kruger zone 34","9807","8801","0.0","9102","8802","-159.0","9102","8805","1.0","9201","8806","34500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_551[] = {"16235","6-degree Gauss-Kruger zone 35","9807","8801","0.0","9102","8802","-153.0","9102","8805","1.0","9201","8806","35500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_552[] = {"16236","6-degree Gauss-Kruger zone 36","9807","8801","0.0","9102","8802","-147.0","9102","8805","1.0","9201","8806","36500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_553[] = {"16237","6-degree Gauss-Kruger zone 37","9807","8801","0.0","9102","8802","-141.0","9102","8805","1.0","9201","8806","37500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_554[] = {"16238","6-degree Gauss-Kruger zone 38","9807","8801","0.0","9102","8802","-135.0","9102","8805","1.0","9201","8806","38500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_555[] = {"16239","6-degree Gauss-Kruger zone 39","9807","8801","0.0","9102","8802","-129.0","9102","8805","1.0","9201","8806","39500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_556[] = {"16240","6-degree Gauss-Kruger zone 40","9807","8801","0.0","9102","8802","-123.0","9102","8805","1.0","9201","8806","40500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_557[] = {"16241","6-degree Gauss-Kruger zone 41","9807","8801","0.0","9102","8802","-117.0","9102","8805","1.0","9201","8806","41500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_558[] = {"16242","6-degree Gauss-Kruger zone 42","9807","8801","0.0","9102","8802","-111.0","9102","8805","1.0","9201","8806","42500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_559[] = {"16243","6-degree Gauss-Kruger zone 43","9807","8801","0.0","9102","8802","-105.0","9102","8805","1.0","9201","8806","43500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_560[] = {"16244","6-degree Gauss-Kruger zone 44","9807","8801","0.0","9102","8802","-99.0","9102","8805","1.0","9201","8806","44500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_561[] = {"16245","6-degree Gauss-Kruger zone 45","9807","8801","0.0","9102","8802","-93.0","9102","8805","1.0","9201","8806","45500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_562[] = {"16246","6-degree Gauss-Kruger zone 46","9807","8801","0.0","9102","8802","-87.0","9102","8805","1.0","9201","8806","46500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_563[] = {"16247","6-degree Gauss-Kruger zone 47","9807","8801","0.0","9102","8802","-81.0","9102","8805","1.0","9201","8806","47500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_564[] = {"16248","6-degree Gauss-Kruger zone 48","9807","8801","0.0","9102","8802","-75.0","9102","8805","1.0","9201","8806","48500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_565[] = {"16249","6-degree Gauss-Kruger zone 49","9807","8801","0.0","9102","8802","-69.0","9102","8805","1.0","9201","8806","49500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_566[] = {"16250","6-degree Gauss-Kruger zone 50","9807","8801","0.0","9102","8802","-63.0","9102","8805","1.0","9201","8806","50500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_567[] = {"16251","6-degree Gauss-Kruger zone 51","9807","8801","0.0","9102","8802","-57.0","9102","8805","1.0","9201","8806","51500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_568[] = {"16252","6-degree Gauss-Kruger zone 52","9807","8801","0.0","9102","8802","-51.0","9102","8805","1.0","9201","8806","52500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_569[] = {"16253","6-degree Gauss-Kruger zone 53","9807","8801","0.0","9102","8802","-45.0","9102","8805","1.0","9201","8806","53500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_570[] = {"16254","6-degree Gauss-Kruger zone 54","9807","8801","0.0","9102","8802","-39.0","9102","8805","1.0","9201","8806","54500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_571[] = {"16255","6-degree Gauss-Kruger zone 55","9807","8801","0.0","9102","8802","-33.0","9102","8805","1.0","9201","8806","55500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_572[] = {"16256","6-degree Gauss-Kruger zone 56","9807","8801","0.0","9102","8802","-27.0","9102","8805","1.0","9201","8806","56500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_573[] = {"16257","6-degree Gauss-Kruger zone 57","9807","8801","0.0","9102","8802","-21.0","9102","8805","1.0","9201","8806","57500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_574[] = {"16258","6-degree Gauss-Kruger zone 58","9807","8801","0.0","9102","8802","-15.0","9102","8805","1.0","9201","8806","58500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_575[] = {"16259","6-degree Gauss-Kruger zone 59","9807","8801","0.0","9102","8802","-9.0","9102","8805","1.0","9201","8806","59500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_576[] = {"16260","6-degree Gauss-Kruger zone 60","9807","8801","0.0","9102","8802","-3.0","9102","8805","1.0","9201","8806","60500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_577[] = {"16261","3-degree Gauss-Kruger zone 1","9807","8801","0.0","9102","8802","3.0","9102","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_578[] = {"16262","3-degree Gauss-Kruger zone 2","9807","8801","0.0","9102","8802","6.0","9102","8805","1.0","9201","8806","2500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_579[] = {"16263","3-degree Gauss-Kruger zone 3","9807","8801","0.0","9102","8802","9.0","9102","8805","1.0","9201","8806","3500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_580[] = {"16264","3-degree Gauss-Kruger zone 4","9807","8801","0.0","9102","8802","12.0","9102","8805","1.0","9201","8806","4500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_581[] = {"16265","3-degree Gauss-Kruger zone 5","9807","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_582[] = {"16266","3-degree Gauss-Kruger zone 6","9807","8801","0.0","9102","8802","18.0","9102","8805","1.0","9201","8806","6500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_583[] = {"16267","3-degree Gauss-Kruger zone 7","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","7500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_584[] = {"16268","3-degree Gauss-Kruger zone 8","9807","8801","0.0","9102","8802","24.0","9102","8805","1.0","9201","8806","8500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_585[] = {"16269","3-degree Gauss-Kruger zone 9","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","9500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_586[] = {"16270","3-degree Gauss-Kruger zone 10","9807","8801","0.0","9102","8802","30.0","9102","8805","1.0","9201","8806","10500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_587[] = {"16271","3-degree Gauss-Kruger zone 11","9807","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","11500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_588[] = {"16272","3-degree Gauss-Kruger zone 12","9807","8801","0.0","9102","8802","36.0","9102","8805","1.0","9201","8806","12500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_589[] = {"16273","3-degree Gauss-Kruger zone 13","9807","8801","0.0","9102","8802","39.0","9102","8805","1.0","9201","8806","13500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_590[] = {"16274","3-degree Gauss-Kruger zone 14","9807","8801","0.0","9102","8802","42.0","9102","8805","1.0","9201","8806","14500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_591[] = {"16275","3-degree Gauss-Kruger zone 15","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","15500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_592[] = {"16276","3-degree Gauss-Kruger zone 16","9807","8801","0.0","9102","8802","48.0","9102","8805","1.0","9201","8806","16500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_593[] = {"16277","3-degree Gauss-Kruger zone 17","9807","8801","0.0","9102","8802","51.0","9102","8805","1.0","9201","8806","17500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_594[] = {"16278","3-degree Gauss-Kruger zone 18","9807","8801","0.0","9102","8802","54.0","9102","8805","1.0","9201","8806","18500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_595[] = {"16279","3-degree Gauss-Kruger zone 19","9807","8801","0.0","9102","8802","57.0","9102","8805","1.0","9201","8806","19500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_596[] = {"16280","3-degree Gauss-Kruger zone 20","9807","8801","0.0","9102","8802","60.0","9102","8805","1.0","9201","8806","20500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_597[] = {"16281","3-degree Gauss-Kruger zone 21","9807","8801","0.0","9102","8802","63.0","9102","8805","1.0","9201","8806","21500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_598[] = {"16282","3-degree Gauss-Kruger zone 22","9807","8801","0.0","9102","8802","66.0","9102","8805","1.0","9201","8806","22500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_599[] = {"16283","3-degree Gauss-Kruger zone 23","9807","8801","0.0","9102","8802","69.0","9102","8805","1.0","9201","8806","23500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_600[] = {"16284","3-degree Gauss-Kruger zone 24","9807","8801","0.0","9102","8802","72.0","9102","8805","1.0","9201","8806","24500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_601[] = {"16285","3-degree Gauss-Kruger zone 25","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","25500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_602[] = {"16286","3-degree Gauss-Kruger zone 26","9807","8801","0.0","9102","8802","78.0","9102","8805","1.0","9201","8806","26500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_603[] = {"16287","3-degree Gauss-Kruger zone 27","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","27500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_604[] = {"16288","3-degree Gauss-Kruger zone 28","9807","8801","0.0","9102","8802","84.0","9102","8805","1.0","9201","8806","28500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_605[] = {"16289","3-degree Gauss-Kruger zone 29","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","29500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_606[] = {"16290","3-degree Gauss-Kruger zone 30","9807","8801","0.0","9102","8802","90.0","9102","8805","1.0","9201","8806","30500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_607[] = {"16291","3-degree Gauss-Kruger zone 31","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","31500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_608[] = {"16292","3-degree Gauss-Kruger zone 32","9807","8801","0.0","9102","8802","96.0","9102","8805","1.0","9201","8806","32500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_609[] = {"16293","3-degree Gauss-Kruger zone 33","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","33500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_610[] = {"16294","3-degree Gauss-Kruger zone 34","9807","8801","0.0","9102","8802","102.0","9102","8805","1.0","9201","8806","34500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_611[] = {"16295","3-degree Gauss-Kruger zone 35","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","35500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_612[] = {"16296","3-degree Gauss-Kruger zone 36","9807","8801","0.0","9102","8802","108.0","9102","8805","1.0","9201","8806","36500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_613[] = {"16297","3-degree Gauss-Kruger zone 37","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","37500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_614[] = {"16298","3-degree Gauss-Kruger zone 38","9807","8801","0.0","9102","8802","114.0","9102","8805","1.0","9201","8806","38500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_615[] = {"16299","3-degree Gauss-Kruger zone 39","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","39500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_616[] = {"16301","6-degree Gauss-Kruger CM 3E","9807","8801","0.0","9102","8802","3.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_617[] = {"16302","6-degree Gauss-Kruger CM 9E","9807","8801","0.0","9102","8802","9.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_618[] = {"16303","6-degree Gauss-Kruger CM 15E","9807","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_619[] = {"16304","6-degree Gauss-Kruger CM 21E","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_620[] = {"16305","6-degree Gauss-Kruger CM 27E","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_621[] = {"16306","6-degree Gauss-Kruger CM 33E","9807","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_622[] = {"16307","6-degree Gauss-Kruger CM 39E","9807","8801","0.0","9102","8802","39.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_623[] = {"16308","6-degree Gauss-Kruger CM 45E","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_624[] = {"16309","6-degree Gauss-Kruger CM 51E","9807","8801","0.0","9102","8802","51.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_625[] = {"16310","6-degree Gauss-Kruger CM 57E","9807","8801","0.0","9102","8802","57.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_626[] = {"16311","6-degree Gauss-Kruger CM 63E","9807","8801","0.0","9102","8802","63.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_627[] = {"16312","6-degree Gauss-Kruger CM 69E","9807","8801","0.0","9102","8802","69.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_628[] = {"16313","6-degree Gauss-Kruger CM 75E","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_629[] = {"16314","6-degree Gauss-Kruger CM 81E","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_630[] = {"16315","6-degree Gauss-Kruger CM 87E","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_631[] = {"16316","6-degree Gauss-Kruger CM 93E","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_632[] = {"16317","6-degree Gauss-Kruger CM 99E","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_633[] = {"16318","6-degree Gauss-Kruger CM 105E","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_634[] = {"16319","6-degree Gauss-Kruger CM 111E","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_635[] = {"16320","6-degree Gauss-Kruger CM 117E","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_636[] = {"16321","6-degree Gauss-Kruger CM 123E","9807","8801","0.0","9102","8802","123.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_637[] = {"16322","6-degree Gauss-Kruger CM 129E","9807","8801","0.0","9102","8802","129.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_638[] = {"16323","6-degree Gauss-Kruger CM 135E","9807","8801","0.0","9102","8802","135.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_639[] = {"16324","6-degree Gauss-Kruger CM 141E","9807","8801","0.0","9102","8802","141.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_640[] = {"16325","6-degree Gauss-Kruger CM 147E","9807","8801","0.0","9102","8802","147.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_641[] = {"16326","6-degree Gauss-Kruger CM 153E","9807","8801","0.0","9102","8802","153.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_642[] = {"16327","6-degree Gauss-Kruger CM 159E","9807","8801","0.0","9102","8802","159.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_643[] = {"16328","6-degree Gauss-Kruger CM 165E","9807","8801","0.0","9102","8802","165.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_644[] = {"16329","6-degree Gauss-Kruger CM 171E","9807","8801","0.0","9102","8802","171.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_645[] = {"16330","6-degree Gauss-Kruger CM 177E","9807","8801","0.0","9102","8802","177.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_646[] = {"16331","6-degree Gauss-Kruger CM 177W","9807","8801","0.0","9102","8802","-177.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_647[] = {"16332","6-degree Gauss-Kruger CM 171W","9807","8801","0.0","9102","8802","-171.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_648[] = {"16333","6-degree Gauss-Kruger CM 165W","9807","8801","0.0","9102","8802","-165.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_649[] = {"16334","6-degree Gauss-Kruger CM 159W","9807","8801","0.0","9102","8802","-159.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_650[] = {"16335","6-degree Gauss-Kruger CM 153W","9807","8801","0.0","9102","8802","-153.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_651[] = {"16336","6-degree Gauss-Kruger CM 147W","9807","8801","0.0","9102","8802","-147.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_652[] = {"16337","6-degree Gauss-Kruger CM 141W","9807","8801","0.0","9102","8802","-141.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_653[] = {"16338","6-degree Gauss-Kruger CM 135W","9807","8801","0.0","9102","8802","-135.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_654[] = {"16339","6-degree Gauss-Kruger CM 129W","9807","8801","0.0","9102","8802","-129.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_655[] = {"16340","6-degree Gauss-Kruger CM 123W","9807","8801","0.0","9102","8802","-123.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_656[] = {"16341","6-degree Gauss-Kruger CM 117W","9807","8801","0.0","9102","8802","-117.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_657[] = {"16342","6-degree Gauss-Kruger CM 111W","9807","8801","0.0","9102","8802","-111.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_658[] = {"16343","6-degree Gauss-Kruger CM 105W","9807","8801","0.0","9102","8802","-105.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_659[] = {"16344","6-degree Gauss-Kruger CM 99W","9807","8801","0.0","9102","8802","-99.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_660[] = {"16345","6-degree Gauss-Kruger CM 93W","9807","8801","0.0","9102","8802","-93.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_661[] = {"16346","6-degree Gauss-Kruger CM 87W","9807","8801","0.0","9102","8802","-87.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_662[] = {"16347","6-degree Gauss-Kruger CM 81W","9807","8801","0.0","9102","8802","-81.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_663[] = {"16348","6-degree Gauss-Kruger CM 75W","9807","8801","0.0","9102","8802","-75.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_664[] = {"16349","6-degree Gauss-Kruger CM 69W","9807","8801","0.0","9102","8802","-69.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_665[] = {"16350","6-degree Gauss-Kruger CM 63W","9807","8801","0.0","9102","8802","-63.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_666[] = {"16351","6-degree Gauss-Kruger CM 57W","9807","8801","0.0","9102","8802","-57.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_667[] = {"16352","6-degree Gauss-Kruger CM 51W","9807","8801","0.0","9102","8802","-51.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_668[] = {"16353","6-degree Gauss-Kruger CM 45W","9807","8801","0.0","9102","8802","-45.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_669[] = {"16354","6-degree Gauss-Kruger CM 39W","9807","8801","0.0","9102","8802","-39.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_670[] = {"16355","6-degree Gauss-Kruger CM 33W","9807","8801","0.0","9102","8802","-33.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_671[] = {"16356","6-degree Gauss-Kruger CM 27W","9807","8801","0.0","9102","8802","-27.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_672[] = {"16357","6-degree Gauss-Kruger CM 21W","9807","8801","0.0","9102","8802","-21.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_673[] = {"16358","6-degree Gauss-Kruger CM 15W","9807","8801","0.0","9102","8802","-15.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_674[] = {"16359","6-degree Gauss-Kruger CM 9W","9807","8801","0.0","9102","8802","-9.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_675[] = {"16360","6-degree Gauss-Kruger CM 3W","9807","8801","0.0","9102","8802","-3.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_676[] = {"16361","3-degree Gauss-Kruger CM 3E","9807","8801","0.0","9102","8802","3.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_677[] = {"16362","3-degree Gauss-Kruger CM 6E","9807","8801","0.0","9102","8802","6.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_678[] = {"16363","3-degree Gauss-Kruger CM 9E","9807","8801","0.0","9102","8802","9.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_679[] = {"16364","3-degree Gauss-Kruger CM 12E","9807","8801","0.0","9102","8802","12.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_680[] = {"16365","3-degree Gauss-Kruger CM 15E","9807","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_681[] = {"16366","3-degree Gauss-Kruger CM 18E","9807","8801","0.0","9102","8802","18.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_682[] = {"16367","3-degree Gauss-Kruger CM 21E","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_683[] = {"16368","3-degree Gauss-Kruger CM 24E","9807","8801","0.0","9102","8802","24.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_684[] = {"16369","3-degree Gauss-Kruger CM 27E","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_685[] = {"16370","3-degree Gauss-Kruger CM 30E","9807","8801","0.0","9102","8802","30.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_686[] = {"16371","3-degree Gauss-Kruger CM 33E","9807","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_687[] = {"16372","3-degree Gauss-Kruger CM 36E","9807","8801","0.0","9102","8802","36.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_688[] = {"16373","3-degree Gauss-Kruger CM 39E","9807","8801","0.0","9102","8802","39.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_689[] = {"16374","3-degree Gauss-Kruger CM 42E","9807","8801","0.0","9102","8802","42.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_690[] = {"16375","3-degree Gauss-Kruger CM 45E","9807","8801","0.0","9102","8802","45.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_691[] = {"16376","3-degree Gauss-Kruger CM 48E","9807","8801","0.0","9102","8802","48.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_692[] = {"16377","3-degree Gauss-Kruger CM 51E","9807","8801","0.0","9102","8802","51.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_693[] = {"16378","3-degree Gauss-Kruger CM 54E","9807","8801","0.0","9102","8802","54.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_694[] = {"16379","3-degree Gauss-Kruger CM 57E","9807","8801","0.0","9102","8802","57.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_695[] = {"16380","3-degree Gauss-Kruger CM 60E","9807","8801","0.0","9102","8802","60.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_696[] = {"16381","3-degree Gauss-Kruger CM 63E","9807","8801","0.0","9102","8802","63.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_697[] = {"16382","3-degree Gauss-Kruger CM 66E","9807","8801","0.0","9102","8802","66.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_698[] = {"16383","3-degree Gauss-Kruger CM 69E","9807","8801","0.0","9102","8802","69.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_699[] = {"16384","3-degree Gauss-Kruger CM 72E","9807","8801","0.0","9102","8802","72.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_700[] = {"16385","3-degree Gauss-Kruger CM 75E","9807","8801","0.0","9102","8802","75.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_701[] = {"16386","3-degree Gauss-Kruger CM 78E","9807","8801","0.0","9102","8802","78.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_702[] = {"16387","3-degree Gauss-Kruger CM 81E","9807","8801","0.0","9102","8802","81.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_703[] = {"16388","3-degree Gauss-Kruger CM 84E","9807","8801","0.0","9102","8802","84.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_704[] = {"16389","3-degree Gauss-Kruger CM 87E","9807","8801","0.0","9102","8802","87.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_705[] = {"16390","3-degree Gauss-Kruger CM 90E","9807","8801","0.0","9102","8802","90.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_706[] = {"16391","3-degree Gauss-Kruger CM 93E","9807","8801","0.0","9102","8802","93.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_707[] = {"16392","3-degree Gauss-Kruger CM 96E","9807","8801","0.0","9102","8802","96.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_708[] = {"16393","3-degree Gauss-Kruger CM 99E","9807","8801","0.0","9102","8802","99.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_709[] = {"16394","3-degree Gauss-Kruger CM 102E","9807","8801","0.0","9102","8802","102.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_710[] = {"16395","3-degree Gauss-Kruger CM 105E","9807","8801","0.0","9102","8802","105.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_711[] = {"16396","3-degree Gauss-Kruger CM 108E","9807","8801","0.0","9102","8802","108.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_712[] = {"16397","3-degree Gauss-Kruger CM 111E","9807","8801","0.0","9102","8802","111.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_713[] = {"16398","3-degree Gauss-Kruger CM 114E","9807","8801","0.0","9102","8802","114.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_714[] = {"16399","3-degree Gauss-Kruger CM 117E","9807","8801","0.0","9102","8802","117.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_715[] = {"16400","TM 0 N","9807","8801","0.0","9102","8802","0.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_716[] = {"16405","TM 5 NE","9807","8801","0.0","9102","8802","5.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_717[] = {"16406","TM 6 NE","9807","8801","0.0","9102","8802","6.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_718[] = {"16411","TM 11 NE","9807","8801","0.0","9102","8802","11.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_719[] = {"16412","TM 12 NE","9807","8801","0.0","9102","8802","12.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_720[] = {"16413","TM 13 NE","9807","8801","0.0","9102","8802","13.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_721[] = {"16430","TM 30 NE","9807","8801","0.0","9102","8802","30.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_722[] = {"16506","TM 106 NE","9807","8801","0.0","9102","8802","106.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_723[] = {"16586","GK 106 NE","9807","8801","0.0","9102","8802","106.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_724[] = {"16611","TM 11.30 SE","9807","8801","0.0","9110","8802","11.3","9110","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_725[] = {"16612","TM 12 SE","9807","8801","0.0","9102","8802","12.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_726[] = {"16636","TM 36 SE","9807","8801","0.0","9102","8802","36.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_727[] = {"16709","TM 109 SE","9807","8801","0.0","9102","8802","109.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_728[] = {"16716","TM 116 SE","9807","8801","0.0","9102","8802","116.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_729[] = {"16732","TM 132 SE","9807","8801","0.0","9102","8802","132.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_730[] = {"17001","TM 1 NW","9807","8801","0.0","9102","8802","-1.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_731[] = {"17005","TM 5 NW","9807","8801","0.0","9102","8802","-5.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_732[] = {"17054","TM 54 NW","9807","8801","0.0","9102","8802","-54.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_733[] = {"17321","SWEREF99 12 00","9807","8801","0.0","9102","8802","12.0","9102","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_734[] = {"17322","SWEREF99 13 30","9807","8801","0.0","9110","8802","13.3","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_735[] = {"17323","SWEREF99 15 00","9807","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_736[] = {"17324","SWEREF99 16 30","9807","8801","0.0","9110","8802","16.3","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_737[] = {"17325","SWEREF99 18 00","9807","8801","0.0","9102","8802","18.0","9102","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_738[] = {"17326","SWEREF99 14 15","9807","8801","0.0","9110","8802","14.15","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_739[] = {"17327","SWEREF99 15 45","9807","8801","0.0","9110","8802","15.45","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_740[] = {"17328","SWEREF99 17 15","9807","8801","0.0","9110","8802","17.15","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_741[] = {"17329","SWEREF99 18 45","9807","8801","0.0","9110","8802","18.45","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_742[] = {"17330","SWEREF99 20 15","9807","8801","0.0","9110","8802","20.15","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_743[] = {"17331","SWEREF99 21 45","9807","8801","0.0","9110","8802","21.45","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_744[] = {"17332","SWEREF99 23 15","9807","8801","0.0","9110","8802","23.15","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_745[] = {"17333","SWEREF99 TM","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_746[] = {"17334","Sweden zone 7.5 gon V","9807","8801","0.0","9110","8802","11.18298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_747[] = {"17335","Sweden zone 5 gon V","9807","8801","0.0","9110","8802","13.33298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_748[] = {"17336","Sweden zone 0 gon","9807","8801","0.0","9110","8802","18.03298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_749[] = {"17337","Sweden zone 2.5 gon O","9807","8801","0.0","9110","8802","20.18298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_750[] = {"17338","Sweden zone 5 gon O","9807","8801","0.0","9110","8802","22.33298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_751[] = {"17348","Map Grid of Australia zone 48","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_752[] = {"17349","Map Grid of Australia zone 49","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_753[] = {"17350","Map Grid of Australia zone 50","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_754[] = {"17351","Map Grid of Australia zone 51","9807","8801","0.0","9102","8802","123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_755[] = {"17352","Map Grid of Australia zone 52","9807","8801","0.0","9102","8802","129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_756[] = {"17353","Map Grid of Australia zone 53","9807","8801","0.0","9102","8802","135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_757[] = {"17354","Map Grid of Australia zone 54","9807","8801","0.0","9102","8802","141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_758[] = {"17355","Map Grid of Australia zone 55","9807","8801","0.0","9102","8802","147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_759[] = {"17356","Map Grid of Australia zone 56","9807","8801","0.0","9102","8802","153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_760[] = {"17357","Map Grid of Australia zone 57","9807","8801","0.0","9102","8802","159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_761[] = {"17358","Map Grid of Australia zone 58","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_762[] = {"17448","Australian Map Grid zone 48","9807","8801","0.0","9102","8802","105.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_763[] = {"17449","Australian Map Grid zone 49","9807","8801","0.0","9102","8802","111.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_764[] = {"17450","Australian Map Grid zone 50","9807","8801","0.0","9102","8802","117.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_765[] = {"17451","Australian Map Grid zone 51","9807","8801","0.0","9102","8802","123.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_766[] = {"17452","Australian Map Grid zone 52","9807","8801","0.0","9102","8802","129.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_767[] = {"17453","Australian Map Grid zone 53","9807","8801","0.0","9102","8802","135.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_768[] = {"17454","Australian Map Grid zone 54","9807","8801","0.0","9102","8802","141.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_769[] = {"17455","Australian Map Grid zone 55","9807","8801","0.0","9102","8802","147.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_770[] = {"17456","Australian Map Grid zone 56","9807","8801","0.0","9102","8802","153.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_771[] = {"17457","Australian Map Grid zone 57","9807","8801","0.0","9102","8802","159.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_772[] = {"17458","Australian Map Grid zone 58","9807","8801","0.0","9102","8802","165.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_773[] = {"17515","South African Survey Grid zone 15","9808","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_774[] = {"17517","South African Survey Grid zone 17","9808","8801","0.0","9102","8802","17.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_775[] = {"17519","South African Survey Grid zone 19","9808","8801","0.0","9102","8802","19.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_776[] = {"17521","South African Survey Grid zone 21","9808","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_777[] = {"17523","South African Survey Grid zone 23","9808","8801","0.0","9102","8802","23.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_778[] = {"17525","South African Survey Grid zone 25","9808","8801","0.0","9102","8802","25.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_779[] = {"17527","South African Survey Grid zone 27","9808","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_780[] = {"17529","South African Survey Grid zone 29","9808","8801","0.0","9102","8802","29.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_781[] = {"17531","South African Survey Grid zone 31","9808","8801","0.0","9102","8802","31.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_782[] = {"17533","South African Survey Grid zone 33","9808","8801","0.0","9102","8802","33.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_783[] = {"17611","South West African Survey Grid zone 11","9808","8801","-22.0","9102","8802","11.0","9102","8805","1.0","9201","8806","0.0","9031","8807","0.0","9031","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_784[] = {"17613","South West African Survey Grid zone 13","9808","8801","-22.0","9102","8802","13.0","9102","8805","1.0","9201","8806","0.0","9031","8807","0.0","9031","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_785[] = {"17615","South West African Survey Grid zone 15","9808","8801","-22.0","9102","8802","15.0","9102","8805","1.0","9201","8806","0.0","9031","8807","0.0","9031","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_786[] = {"17617","South West African Survey Grid zone 17","9808","8801","-22.0","9102","8802","17.0","9102","8805","1.0","9201","8806","0.0","9031","8807","0.0","9031","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_787[] = {"17619","South West African Survey Grid zone 19","9808","8801","-22.0","9102","8802","19.0","9102","8805","1.0","9201","8806","0.0","9031","8807","0.0","9031","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_788[] = {"17621","South West African Survey Grid zone 21","9808","8801","-22.0","9102","8802","21.0","9102","8805","1.0","9201","8806","0.0","9031","8807","0.0","9031","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_789[] = {"17623","South West African Survey Grid zone 23","9808","8801","-22.0","9102","8802","23.0","9102","8805","1.0","9201","8806","0.0","9031","8807","0.0","9031","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_790[] = {"17625","South West African Survey Grid zone 25","9808","8801","-22.0","9102","8802","25.0","9102","8805","1.0","9201","8806","0.0","9031","8807","0.0","9031","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_791[] = {"17700","MTM Quebec zone 2","9807","8801","0.0","9110","8802","-55.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_792[] = {"17701","MTM zone 1","9807","8801","0.0","9102","8802","-53.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_793[] = {"17702","MTM Newfoundland zone 2","9807","8801","0.0","9102","8802","-56.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_794[] = {"17703","MTM zone 3","9807","8801","0.0","9110","8802","-58.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_795[] = {"17704","MTM zone 4","9807","8801","0.0","9110","8802","-61.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_796[] = {"17705","MTM zone 5","9807","8801","0.0","9110","8802","-64.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_797[] = {"17706","MTM zone 6","9807","8801","0.0","9110","8802","-67.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_798[] = {"17707","MTM zone 7","9807","8801","0.0","9110","8802","-70.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_799[] = {"17708","MTM zone 8","9807","8801","0.0","9110","8802","-73.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_800[] = {"17709","MTM zone 9","9807","8801","0.0","9110","8802","-76.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_801[] = {"17710","MTM zone 10","9807","8801","0.0","9110","8802","-79.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_802[] = {"17711","MTM zone 11","9807","8801","0.0","9110","8802","-82.3","9110","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_803[] = {"17712","MTM zone 12","9807","8801","0.0","9102","8802","-81.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_804[] = {"17713","MTM zone 13","9807","8801","0.0","9102","8802","-84.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_805[] = {"17714","MTM zone 14","9807","8801","0.0","9102","8802","-87.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_806[] = {"17715","MTM zone 15","9807","8801","0.0","9102","8802","-90.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_807[] = {"17716","MTM zone 16","9807","8801","0.0","9102","8802","-93.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_808[] = {"17717","MTM zone 17","9807","8801","0.0","9102","8802","-96.0","9102","8805","0.9999","9201","8806","304800.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_809[] = {"17794","MTM Nova Scotia zone 4","9807","8801","0.0","9110","8802","-61.3","9110","8805","0.9999","9201","8806","4500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_810[] = {"17795","MTM Nova Scotia zone 5","9807","8801","0.0","9110","8802","-64.3","9110","8805","0.9999","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_811[] = {"17801","Japan Plane Rectangular CS zone I","9807","8801","33.0","9110","8802","129.3","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_812[] = {"17802","Japan Plane Rectangular CS zone II","9807","8801","33.0","9110","8802","131.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_813[] = {"17803","Japan Plane Rectangular CS zone III","9807","8801","36.0","9110","8802","132.1","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_814[] = {"17804","Japan Plane Rectangular CS zone IV","9807","8801","33.0","9110","8802","133.3","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_815[] = {"17805","Japan Plane Rectangular CS zone V","9807","8801","36.0","9110","8802","134.2","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_816[] = {"17806","Japan Plane Rectangular CS zone VI","9807","8801","36.0","9110","8802","136.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_817[] = {"17807","Japan Plane Rectangular CS zone VII","9807","8801","36.0","9110","8802","137.1","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_818[] = {"17808","Japan Plane Rectangular CS zone VIII","9807","8801","36.0","9110","8802","138.3","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_819[] = {"17809","Japan Plane Rectangular CS zone IX","9807","8801","36.0","9110","8802","139.5","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_820[] = {"17810","Japan Plane Rectangular CS zone X","9807","8801","40.0","9110","8802","140.5","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_821[] = {"17811","Japan Plane Rectangular CS zone XI","9807","8801","44.0","9110","8802","140.15","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_822[] = {"17812","Japan Plane Rectangular CS zone XII","9807","8801","44.0","9110","8802","142.15","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_823[] = {"17813","Japan Plane Rectangular CS zone XIII","9807","8801","44.0","9110","8802","144.15","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_824[] = {"17814","Japan Plane Rectangular CS zone XIV","9807","8801","26.0","9110","8802","142.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_825[] = {"17815","Japan Plane Rectangular CS zone XV","9807","8801","26.0","9110","8802","127.3","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_826[] = {"17816","Japan Plane Rectangular CS zone XVI","9807","8801","26.0","9110","8802","124.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_827[] = {"17817","Japan Plane Rectangular CS zone XVII","9807","8801","26.0","9110","8802","131.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_828[] = {"17818","Japan Plane Rectangular CS zone XVIII","9807","8801","20.0","9110","8802","136.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_829[] = {"17819","Japan Plane Rectangular CS zone XIX","9807","8801","26.0","9110","8802","154.0","9110","8805","0.9999","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_830[] = {"17901","Mount Eden Circuit","9807","8801","-36.5247515","9110","8802","174.45516217","9110","8805","0.9999","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_831[] = {"17902","Bay of Plenty Circuit","9807","8801","-37.45404993","9110","8802","176.27583101","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_832[] = {"17903","Poverty Bay Circuit","9807","8801","-38.372893","9110","8802","177.53082906","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_833[] = {"17904","Hawkes Bay Circuit","9807","8801","-39.39033455","9110","8802","176.40252499","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_834[] = {"17905","Taranaki Circuit","9807","8801","-39.08087299","9110","8802","174.13408423","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_835[] = {"17906","Tuhirangi Circuit","9807","8801","-39.30448934","9110","8802","175.38241325","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_836[] = {"17907","Wanganui Circuit","9807","8801","-40.14310097","9110","8802","175.29171586","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_837[] = {"17908","Wairarapa Circuit","9807","8801","-40.55319175","9110","8802","175.38504588","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_838[] = {"17909","Wellington Circuit","9807","8801","-41.18047507","9110","8802","174.46358432","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_839[] = {"17910","Collingwood Circuit","9807","8801","-40.42531326","9110","8802","172.40193674","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_840[] = {"17911","Nelson Circuit","9807","8801","-41.1628361","9110","8802","173.17575405","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_841[] = {"17912","Karamea Circuit","9807","8801","-41.17236815","9110","8802","172.06325015","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_842[] = {"17913","Buller Circuit","9807","8801","-41.48388903","9110","8802","171.34525362","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_843[] = {"17914","Grey Circuit","9807","8801","-42.20012994","9110","8802","171.32591767","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_844[] = {"17915","Amuri Circuit","9807","8801","-42.41208197","9110","8802","173.00364802","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_845[] = {"17916","Marlborough Circuit","9807","8801","-41.3240152","9110","8802","173.48074668","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_846[] = {"17917","Hokitika Circuit","9807","8801","-42.53107605","9110","8802","170.58479766","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_847[] = {"17918","Okarito Circuit","9807","8801","-43.06364613","9110","8802","170.1539333","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_848[] = {"17919","Jacksons Bay Circuit","9807","8801","-43.58400904","9110","8802","168.36225612","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_849[] = {"17920","Mount Pleasant Circuit","9807","8801","-43.35262953","9110","8802","172.43378969","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_850[] = {"17921","Gawler Circuit","9807","8801","-43.44553616","9110","8802","171.21386945","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_851[] = {"17922","Timaru Circuit","9807","8801","-44.24079933","9110","8802","171.0326103","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_852[] = {"17923","Lindis Peak Circuit","9807","8801","-44.44069647","9110","8802","169.28039183","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_853[] = {"17924","Mount Nicholas Circuit","9807","8801","-45.07584493","9110","8802","168.23551083","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_854[] = {"17925","Mount York Circuit","9807","8801","-45.33494142","9110","8802","167.44199024","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_855[] = {"17926","Observation Point Circuit","9807","8801","-45.48583078","9110","8802","170.37429426","9110","8805","1.0","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_856[] = {"17927","North Taieri Circuit","9807","8801","-45.51414481","9110","8802","170.16573208","9110","8805","0.99996","9201","8806","300000.0","9001","8807","700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_857[] = {"17928","Bluff Circuit","9807","8801","-46.36000346","9110","8802","168.20343392","9110","8805","1.0","9201","8806","300002.66","9001","8807","699999.58","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_858[] = {"17931","Mount Eden Circuit 2000","9807","8801","-36.5247","9110","8802","174.4551","9110","8805","0.9999","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_859[] = {"17932","Bay of Plenty Circuit 2000","9807","8801","-37.454","9110","8802","176.2758","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_860[] = {"17933","Poverty Bay Circuit 2000","9807","8801","-38.3728","9110","8802","177.5308","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_861[] = {"17934","Hawkes Bay Circuit 2000","9807","8801","-39.3903","9110","8802","176.4025","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_862[] = {"17935","Taranaki Circuit 2000","9807","8801","-39.0808","9110","8802","174.134","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_863[] = {"17936","Tuhirangi Circuit 2000","9807","8801","-39.3044","9110","8802","175.3824","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_864[] = {"17937","Wanganui Circuit 2000","9807","8801","-40.1431","9110","8802","175.2917","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_865[] = {"17938","Wairarapa Circuit 2000","9807","8801","-40.5531","9110","8802","175.385","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_866[] = {"17939","Wellington Circuit 2000","9807","8801","-41.1804","9110","8802","174.4635","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_867[] = {"17940","Collingwood Circuit 2000","9807","8801","-40.4253","9110","8802","172.4019","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_868[] = {"17941","Nelson Circuit 2000","9807","8801","-41.1628","9110","8802","173.1757","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_869[] = {"17942","Karamea Circuit 2000","9807","8801","-41.1723","9110","8802","172.0632","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_870[] = {"17943","Buller Circuit 2000","9807","8801","-41.4838","9110","8802","171.3452","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_871[] = {"17944","Grey Circuit 2000","9807","8801","-42.2001","9110","8802","171.3259","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_872[] = {"17945","Amuri Circuit 2000","9807","8801","-42.412","9110","8802","173.0036","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_873[] = {"17946","Marlborough Circuit 2000","9807","8801","-41.324","9110","8802","173.4807","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_874[] = {"17947","Hokitika Circuit 2000","9807","8801","-42.531","9110","8802","170.5847","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_875[] = {"17948","Okarito Circuit 2000","9807","8801","-43.0636","9110","8802","170.1539","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_876[] = {"17949","Jacksons Bay Circuit 2000","9807","8801","-43.584","9110","8802","168.3622","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_877[] = {"17950","Mount Pleasant Circuit 2000","9807","8801","-43.3526","9110","8802","172.4337","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_878[] = {"17951","Gawler Circuit 2000","9807","8801","-43.4455","9110","8802","171.2138","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_879[] = {"17952","Timaru Circuit 2000","9807","8801","-44.2407","9110","8802","171.0326","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_880[] = {"17953","Lindis Peak Circuit 2000","9807","8801","-44.4406","9110","8802","169.2803","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_881[] = {"17954","Mount Nicholas Circuit 2000","9807","8801","-45.0758","9110","8802","168.2355","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_882[] = {"17955","Mount York Circuit 2000","9807","8801","-45.3349","9110","8802","167.4419","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_883[] = {"17956","Observation Point Circuit 2000","9807","8801","-45.4858","9110","8802","170.3742","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_884[] = {"17957","North Taieri Circuit 2000","9807","8801","-45.5141","9110","8802","170.1657","9110","8805","0.99996","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_885[] = {"17958","Bluff Circuit 2000","9807","8801","-46.36","9110","8802","168.2034","9110","8805","1.0","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_886[] = {"18011","Nord Algerie (ancienne)","9801","8801","40.0","9105","8802","3.0","9105","8805","0.999625544","9201","8806","500000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_887[] = {"18012","Sud Algerie (ancienne)","9801","8801","37.0","9105","8802","3.0","9105","8805","0.999625769","9201","8806","500000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_888[] = {"18021","Nord Algerie","9801","8801","40.0","9105","8802","3.0","9105","8805","0.999625544","9201","8806","500135.0","9001","8807","300090.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_889[] = {"18022","Sud Algerie","9801","8801","37.0","9105","8802","3.0","9105","8805","0.999625769","9201","8806","500135.0","9001","8807","300090.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_890[] = {"18031","Argentina zone 1","9807","8801","-90.0","9102","8802","-72.0","9102","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_891[] = {"18032","Argentina zone 2","9807","8801","-90.0","9102","8802","-69.0","9102","8805","1.0","9201","8806","2500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_892[] = {"18033","Argentina zone 3","9807","8801","-90.0","9102","8802","-66.0","9102","8805","1.0","9201","8806","3500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_893[] = {"18034","Argentina zone 4","9807","8801","-90.0","9102","8802","-63.0","9102","8805","1.0","9201","8806","4500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_894[] = {"18035","Argentina zone 5","9807","8801","-90.0","9102","8802","-60.0","9102","8805","1.0","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_895[] = {"18036","Argentina zone 6","9807","8801","-90.0","9102","8802","-57.0","9102","8805","1.0","9201","8806","6500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_896[] = {"18037","Argentina zone 7","9807","8801","-90.0","9102","8802","-54.0","9102","8805","1.0","9201","8806","7500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_897[] = {"18041","Austria West Zone","9807","8801","0.0","9102","8802","28.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_898[] = {"18042","Austria Central Zone","9807","8801","0.0","9102","8802","31.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_899[] = {"18043","Austria East Zone","9807","8801","0.0","9102","8802","34.0","9102","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_900[] = {"18044","Austria M28","9807","8801","0.0","9110","8802","10.2","9110","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_901[] = {"18045","Austria M31","9807","8801","0.0","9110","8802","13.2","9110","8805","1.0","9201","8806","450000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_902[] = {"18046","Austria M34","9807","8801","0.0","9110","8802","16.2","9110","8805","1.0","9201","8806","750000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_903[] = {"18047","Austria zone M28","9807","8801","0.0","9102","8802","28.0","9102","8805","1.0","9201","8806","150000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_904[] = {"18048","Austria zone M31","9807","8801","0.0","9102","8802","31.0","9102","8805","1.0","9201","8806","450000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_905[] = {"18049","Austria zone M34","9807","8801","0.0","9102","8802","34.0","9102","8805","1.0","9201","8806","750000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_906[] = {"18051","Colombia West zone","9807","8801","4.355657","9110","8802","-77.04513","9110","8805","1.0","9201","8806","1000000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_907[] = {"18052","Colombia Bogota zone","9807","8801","4.355657","9110","8802","-74.04513","9110","8805","1.0","9201","8806","1000000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_908[] = {"18053","Colombia East Central zone","9807","8801","4.355657","9110","8802","-71.04513","9110","8805","1.0","9201","8806","1000000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_909[] = {"18054","Colombia East zone","9807","8801","4.355657","9110","8802","-68.04513","9110","8805","1.0","9201","8806","1000000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_910[] = {"18061","Cuba Norte","9801","8801","22.21","9110","8802","-81.0","9110","8805","0.99993602","9201","8806","500000.0","9001","8807","280296.016","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_911[] = {"18062","Cuba Sur","9801","8801","20.43","9110","8802","-76.5","9110","8805","0.99994848","9201","8806","500000.0","9001","8807","229126.939","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_912[] = {"18071","Egypt Blue Belt","9807","8801","30.0","9102","8802","35.0","9102","8805","1.0","9201","8806","300000.0","9001","8807","1100000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_913[] = {"18072","Egypt Red Belt","9807","8801","30.0","9102","8802","31.0","9102","8805","1.0","9201","8806","615000.0","9001","8807","810000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_914[] = {"18073","Egypt Purple Belt","9807","8801","30.0","9102","8802","27.0","9102","8805","1.0","9201","8806","700000.0","9001","8807","200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_915[] = {"18074","Egypt Extended Purple Belt","9807","8801","30.0","9102","8802","27.0","9102","8805","1.0","9201","8806","700000.0","9001","8807","1200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_916[] = {"18081","Lambert zone I","9801","8801","55.0","9105","8802","0.0","9105","8805","0.999877341","9201","8806","600000.0","9001","8807","1200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_917[] = {"18082","Lambert zone II","9801","8801","52.0","9105","8802","0.0","9105","8805","0.99987742","9201","8806","600000.0","9001","8807","2200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_918[] = {"18083","Lambert zone III","9801","8801","49.0","9105","8802","0.0","9105","8805","0.999877499","9201","8806","600000.0","9001","8807","3200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_919[] = {"18084","Lambert zone IV","9801","8801","46.85","9105","8802","0.0","9105","8805","0.99994471","9201","8806","234.358","9001","8807","4185861.369","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_920[] = {"18085","Lambert-93","9802","8821","46.3","9110","8822","3.0","9110","8823","49.0","9110","8824","44.0","9110","8826","700000.0","9001","8827","6600000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_921[] = {"18086","France EuroLambert","9801","8801","46.48","9110","8802","2.2014025","9110","8805","0.99987742","9201","8806","600000.0","9001","8807","2200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_922[] = {"18091","Lambert Nord France","9801","8801","55.0","9105","8802","0.0","9105","8805","0.999877341","9201","8806","600000.0","9001","8807","200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_923[] = {"18092","Lambert Centre France","9801","8801","52.0","9105","8802","0.0","9105","8805","0.99987742","9201","8806","600000.0","9001","8807","200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_924[] = {"18093","Lambert Sud France","9801","8801","49.0","9105","8802","0.0","9105","8805","0.999877499","9201","8806","600000.0","9001","8807","200000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_925[] = {"18094","Lambert Corse","9801","8801","46.85","9105","8802","0.0","9105","8805","0.99994471","9201","8806","234.358","9001","8807","185861.369","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_926[] = {"18110","India zone 0","9801","8801","39.3","9110","8802","68.0","9110","8805","0.99846154","9201","8806","2355500.0","9084","8807","2590000.0","9084","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_927[] = {"18111","India zone I","9801","8801","32.3","9110","8802","68.0","9110","8805","0.99878641","9201","8806","3000000.0","9084","8807","1000000.0","9084","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_928[] = {"18112","India zone IIa","9801","8801","26.0","9102","8802","74.0","9102","8805","0.99878641","9201","8806","3000000.0","9084","8807","1000000.0","9084","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_929[] = {"18113","India zone IIb","9801","8801","26.0","9102","8802","90.0","9102","8805","0.99878641","9201","8806","3000000.0","9084","8807","1000000.0","9084","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_930[] = {"18114","India zone IIIa","9801","8801","19.0","9102","8802","80.0","9102","8805","0.99878641","9201","8806","3000000.0","9084","8807","1000000.0","9084","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_931[] = {"18115","India zone IIIb","9801","8801","19.0","9102","8802","100.0","9102","8805","0.99878641","9201","8806","3000000.0","9084","8807","1000000.0","9084","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_932[] = {"18116","India zone IVa","9801","8801","12.0","9102","8802","80.0","9102","8805","0.99878641","9201","8806","3000000.0","9084","8807","1000000.0","9084","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_933[] = {"18117","India zone IVb","9801","8801","12.0","9102","8802","100.0","9102","8805","0.99878641","9201","8806","3000000.0","9084","8807","1000000.0","9084","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_934[] = {"18121","Italy zone 1","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9996","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_935[] = {"18122","Italy zone 2","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9996","9201","8806","2520000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_936[] = {"18131","Nord Maroc","9801","8801","37.0","9105","8802","-6.0","9105","8805","0.999625769","9201","8806","500000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_937[] = {"18132","Sud Maroc","9801","8801","33.0","9105","8802","-6.0","9105","8805","0.999615596","9201","8806","500000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_938[] = {"18133","Sahara","9801","8801","29.0","9105","8802","-6.0","9105","8805","0.9996","9201","8806","1200000.0","9001","8807","400000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_939[] = {"18134","Sahara Nord","9801","8801","29.0","9105","8802","-6.0","9105","8805","0.999616304","9201","8806","1200000.0","9001","8807","400000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_940[] = {"18135","Sahara Sud","9801","8801","25.0","9105","8802","-6.0","9105","8805","0.999616437","9201","8806","1500000.0","9001","8807","400000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_941[] = {"18141","New Zealand North Island National Grid","9807","8801","-39.0","9110","8802","175.3","9110","8805","1.0","9201","8806","300000.0","9040","8807","400000.0","9040","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_942[] = {"18142","New Zealand South Island National Grid","9807","8801","-44.0","9110","8802","171.3","9110","8805","1.0","9201","8806","500000.0","9040","8807","500000.0","9040","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_943[] = {"18151","Nigeria West Belt","9807","8801","4.0","9110","8802","4.3","9110","8805","0.99975","9201","8806","230738.26","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_944[] = {"18152","Nigeria Mid Belt","9807","8801","4.0","9110","8802","8.3","9110","8805","0.99975","9201","8806","670553.98","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_945[] = {"18153","Nigeria East Belt","9807","8801","4.0","9110","8802","12.3","9110","8805","0.99975","9201","8806","1110369.7","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_946[] = {"18161","Peru west zone","9807","8801","-6.0","9110","8802","-80.3","9110","8805","0.99983008","9201","8806","222000.0","9001","8807","1426834.743","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_947[] = {"18162","Peru central zone","9807","8801","-9.3","9110","8802","-76.0","9110","8805","0.99932994","9201","8806","720000.0","9001","8807","1039979.159","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_948[] = {"18163","Peru east zone","9807","8801","-9.3","9110","8802","-70.3","9110","8805","0.99952992","9201","8806","1324000.0","9001","8807","1040084.558","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_949[] = {"18171","Philippines zone I","9807","8801","0.0","9102","8802","117.0","9102","8805","0.99995","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_950[] = {"18172","Philippines zone II","9807","8801","0.0","9102","8802","119.0","9102","8805","0.99995","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_951[] = {"18173","Philippines zone III","9807","8801","0.0","9102","8802","121.0","9102","8805","0.99995","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_952[] = {"18174","Philippines zone IV","9807","8801","0.0","9102","8802","123.0","9102","8805","0.99995","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_953[] = {"18175","Philippines zone V","9807","8801","0.0","9102","8802","125.0","9102","8805","0.99995","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_954[] = {"18181","Nord Tunisie","9801","8801","40.0","9105","8802","11.0","9105","8805","0.999625544","9201","8806","500000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_955[] = {"18182","Sud Tunisie","9801","8801","37.0","9105","8802","11.0","9105","8805","0.999625769","9201","8806","500000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_956[] = {"18191","Finland zone 1","9807","8801","0.0","9102","8802","21.0","9102","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_957[] = {"18192","Finland zone 2","9807","8801","0.0","9102","8802","24.0","9102","8805","1.0","9201","8806","2500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_958[] = {"18193","Finland Uniform Coordinate System","9807","8801","0.0","9102","8802","27.0","9102","8805","1.0","9201","8806","3500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_959[] = {"18194","Finland zone 4","9807","8801","0.0","9102","8802","30.0","9102","8805","1.0","9201","8806","4500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_960[] = {"18201","Palestine Grid","9806","8801","31.4402749","9110","8802","35.124349","9110","8806","170251.555","9001","8807","126867.909","9001","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_961[] = {"18202","Palestine Belt","9807","8801","31.4402749","9110","8802","35.124349","9110","8805","1.0","9201","8806","170251.555","9001","8807","1126867.909","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_962[] = {"18203","Israeli CS","9806","8801","31.4402749","9110","8802","35.124349","9110","8806","170251.555","9001","8807","1126867.909","9001","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_963[] = {"18204","Israeli TM","9807","8801","31.4403817","9110","8802","35.1216261","9110","8805","1.0000067","9201","8806","219529.584","9001","8807","626907.39","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_964[] = {"18211","Guatemala Norte","9801","8801","16.49","9110","8802","-90.2","9110","8805","0.99992226","9201","8806","500000.0","9001","8807","292209.579","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_965[] = {"18212","Guatemala Sur","9801","8801","14.54","9110","8802","-90.2","9110","8805","0.99989906","9201","8806","500000.0","9001","8807","325992.681","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_966[] = {"18221","NGO zone I","9807","8801","58.0","9110","8802","-4.4","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_967[] = {"18222","NGO zone II","9807","8801","58.0","9110","8802","-2.2","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_968[] = {"18223","NGO zone III","9807","8801","58.0","9110","8802","0.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_969[] = {"18224","NGO zone IV","9807","8801","58.0","9110","8802","2.3","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_970[] = {"18225","NGO zone V","9807","8801","58.0","9110","8802","6.1","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_971[] = {"18226","NGO zone VI","9807","8801","58.0","9110","8802","10.1","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_972[] = {"18227","NGO zone VII","9807","8801","58.0","9110","8802","14.1","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_973[] = {"18228","NGO zone VIII","9807","8801","58.0","9110","8802","18.2","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_974[] = {"18231","India zone I (1975 metres)","9801","8801","32.3","9110","8802","68.0","9110","8805","0.99878641","9201","8806","2743195.5","9001","8807","914398.5","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_975[] = {"18232","India zone IIa (1975 metres)","9801","8801","26.0","9102","8802","74.0","9102","8805","0.99878641","9201","8806","2743195.5","9001","8807","914398.5","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_976[] = {"18233","India zone IIIa (1975 metres)","9801","8801","19.0","9102","8802","80.0","9102","8805","0.99878641","9201","8806","2743195.5","9001","8807","914398.5","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_977[] = {"18234","India zone IVa (1975 metres)","9801","8801","12.0","9102","8802","80.0","9102","8805","0.99878641","9201","8806","2743195.5","9001","8807","914398.5","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_978[] = {"18235","India zone IIb (1975 metres)","9801","8801","26.0","9102","8802","90.0","9102","8805","0.99878641","9201","8806","2743195.5","9001","8807","914398.5","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_979[] = {"18236","India zone I (1962 metres)","9801","8801","32.3","9110","8802","68.0","9110","8805","0.99878641","9201","8806","2743196.4","9001","8807","914398.8","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_980[] = {"18237","India zone IIa (1962 metres)","9801","8801","26.0","9102","8802","74.0","9102","8805","0.99878641","9201","8806","2743196.4","9001","8807","914398.8","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_981[] = {"18238","India zone IIb (1937 metres)","9801","8801","26.0","9102","8802","90.0","9102","8805","0.99878641","9201","8806","2743185.69","9001","8807","914395.23","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_982[] = {"18240","Libya zone 5","9807","8801","0.0","9102","8802","9.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_983[] = {"18241","Libya zone 6","9807","8801","0.0","9102","8802","11.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_984[] = {"18242","Libya zone 7","9807","8801","0.0","9102","8802","13.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_985[] = {"18243","Libya zone 8","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_986[] = {"18244","Libya zone 9","9807","8801","0.0","9102","8802","17.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_987[] = {"18245","Libya zone 10","9807","8801","0.0","9102","8802","19.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_988[] = {"18246","Libya zone 11","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_989[] = {"18247","Libya zone 12","9807","8801","0.0","9102","8802","23.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_990[] = {"18248","Libya zone 13","9807","8801","0.0","9102","8802","25.0","9102","8805","0.9999","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_991[] = {"18251","Korea East Belt","9807","8801","38.0","9102","8802","129.0","9102","8805","1.0","9201","8806","200000.0","9001","8807","500000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_992[] = {"18252","Korea Central Belt","9807","8801","38.0","9102","8802","127.0","9102","8805","1.0","9201","8806","200000.0","9001","8807","500000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_993[] = {"18253","Korea West Belt","9807","8801","38.0","9102","8802","125.0","9102","8805","1.0","9201","8806","200000.0","9001","8807","500000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_994[] = {"18260","Maracaibo Grid (M1)","9801","8801","10.1","9110","8802","-71.3620224","9110","8805","1.0","9201","8806","0.0","9001","8807","-52684.972","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_995[] = {"18261","Maracaibo Grid","9801","8801","10.1","9110","8802","-71.3620224","9110","8805","1.0","9201","8806","200000.0","9001","8807","147315.028","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_996[] = {"18262","Maracaibo Grid (M3)","9801","8801","10.1","9110","8802","-71.3620224","9110","8805","1.0","9201","8806","500000.0","9001","8807","447315.028","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_997[] = {"18263","Maracaibo La Rosa Grid","9801","8801","10.1","9110","8802","-71.3620224","9110","8805","1.0","9201","8806","-17044.0","9001","8807","-23139.97","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_998[] = {"18275","Balkans zone 5","9807","8801","0.0","9102","8802","15.0","9102","8805","0.9999","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_999[] = {"18276","Balkans zone 6","9807","8801","0.0","9102","8802","18.0","9102","8805","0.9999","9201","8806","6500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1000[] = {"18277","Balkans zone 7","9807","8801","0.0","9102","8802","21.0","9102","8805","0.9999","9201","8806","7500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1001[] = {"18278","Balkans zone 8","9807","8801","0.0","9102","8802","24.0","9102","8805","0.9999","9201","8806","8500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1002[] = {"18281","Poland zone I","9809","8801","50.373","9110","8802","21.05","9110","8805","0.9998","9201","8806","4637000.0","9001","8807","5647000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1003[] = {"18282","Poland zone II","9809","8801","53.0007","9110","8802","21.301","9110","8805","0.9998","9201","8806","4603000.0","9001","8807","5806000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1004[] = {"18283","Poland zone III","9809","8801","53.35","9110","8802","17.003","9110","8805","0.9998","9201","8806","3501000.0","9001","8807","5999000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1005[] = {"18284","Poland zone IV","9809","8801","51.4015","9110","8802","16.402","9110","8805","0.9998","9201","8806","3703000.0","9001","8807","5627000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1006[] = {"18285","Poland zone V","9807","8801","0.0","9110","8802","18.573","9110","8805","0.999983","9201","8806","237000.0","9001","8807","-4700000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1007[] = {"18300","Poland CS92","9807","8801","0.0","9102","8802","19.0","9102","8805","0.9993","9201","8806","500000.0","9001","8807","-5300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1008[] = {"18305","Poland CS2000 zone 5","9807","8801","0.0","9102","8802","15.0","9102","8805","0.999923","9201","8806","5500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1009[] = {"18306","Poland CS2000 zone 6","9807","8801","0.0","9102","8802","18.0","9102","8805","0.999923","9201","8806","6500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1010[] = {"18307","Poland CS2000 zone 7","9807","8801","0.0","9102","8802","21.0","9102","8805","0.999923","9201","8806","7500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1011[] = {"18308","Poland CS2000 zone 8","9807","8801","0.0","9102","8802","24.0","9102","8805","0.999923","9201","8806","8500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1012[] = {"18401","Kp2000 Jylland og Fyn","9807","8801","0.0","9110","8802","9.3","9110","8805","0.99995","9201","8806","200000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1013[] = {"18402","Kp2000 Sjaelland","9807","8801","0.0","9102","8802","12.0","9102","8805","0.99995","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1014[] = {"18403","Kp2000 Bornholm","9807","8801","0.0","9102","8802","15.0","9102","8805","1.0","9201","8806","900000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1015[] = {"18411","French West Africa Senegal zone","9807","8801","0.0","9110","8802","-13.3","9110","8805","0.999","9201","8806","1000000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1016[] = {"18412","French West Africa Ivory Coast zone","9807","8801","0.0","9110","8802","-6.3","9110","8805","0.999","9201","8806","1000000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1017[] = {"18413","French West Africa Dahomey zone","9807","8801","0.0","9110","8802","0.3","9110","8805","0.999","9201","8806","1000000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1018[] = {"18414","French West Africa Niger zone","9807","8801","0.0","9110","8802","7.3","9110","8805","0.999","9201","8806","1000000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1019[] = {"18415","French Equatorial Africa west zone","9807","8801","0.0","9110","8802","10.3","9110","8805","0.999","9201","8806","1000000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1020[] = {"18416","French Equatorial Africa central zone","9807","8801","0.0","9110","8802","17.4","9110","8805","0.999","9201","8806","1000000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1021[] = {"18417","French Equatorial Africa east zone","9807","8801","0.0","9110","8802","24.3","9110","8805","0.999","9201","8806","1000000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1022[] = {"18421","Greenland zone 1 east","9826","8801","82.3","9110","8802","-40.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1023[] = {"18422","Greenland zone 2 east","9826","8801","79.3","9110","8802","-24.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1024[] = {"18423","Greenland zone 3 east","9826","8801","76.3","9110","8802","-20.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1025[] = {"18424","Greenland zone 4 east","9826","8801","73.3","9110","8802","-24.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1026[] = {"18425","Greenland zone 5 east","9826","8801","70.3","9110","8802","-24.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1027[] = {"18426","Greenland zone 6 east","9826","8801","67.3","9110","8802","-32.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1028[] = {"18427","Greenland zone 7 east","9826","8801","64.3","9110","8802","-40.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1029[] = {"18428","Greenland zone 8 east","9826","8801","61.3","9110","8802","-48.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1030[] = {"18432","Greenland zone 2 west","9826","8801","79.3","9110","8802","-64.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1031[] = {"18433","Greenland zone 3 west","9826","8801","76.3","9110","8802","-64.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1032[] = {"18434","Greenland zone 4 west","9826","8801","73.3","9110","8802","-52.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1033[] = {"18435","Greenland zone 5 west","9826","8801","70.3","9110","8802","-52.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1034[] = {"18436","Greenland zone 6 west","9826","8801","67.3","9110","8802","-52.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1035[] = {"18437","Greenland zone 7 west","9826","8801","64.3","9110","8802","-52.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1036[] = {"18441","CS63 zone A1","9807","8801","0.07","9110","8802","41.32","9110","8805","1.0","9201","8806","1300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1037[] = {"18442","CS63 zone A2","9807","8801","0.07","9110","8802","44.32","9110","8805","1.0","9201","8806","2300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1038[] = {"18443","CS63 zone A3","9807","8801","0.07","9110","8802","47.32","9110","8805","1.0","9201","8806","3300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1039[] = {"18444","CS63 zone A4","9807","8801","0.07","9110","8802","50.32","9110","8805","1.0","9201","8806","4300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1040[] = {"18446","CS63 zone K2","9807","8801","0.08","9110","8802","50.46","9110","8805","1.0","9201","8806","2300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1041[] = {"18447","CS63 zone K3","9807","8801","0.08","9110","8802","53.46","9110","8805","1.0","9201","8806","3300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1042[] = {"18448","CS63 zone K4","9807","8801","0.08","9110","8802","56.46","9110","8805","1.0","9201","8806","4300000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1043[] = {"19900","Bahrain State Grid","9807","8801","0.0","9102","8802","51.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1044[] = {"19901","Belge Lambert 50","9802","8821","90.0","9110","8822","0.0","9110","8823","49.5","9110","8824","51.1","9110","8826","150000.0","9001","8827","5400000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1045[] = {"19902","Belge Lambert 72","9803","8821","90.0","9110","8822","4.2124983","9110","8823","49.5","9110","8824","51.1","9110","8826","150000.01256","9001","8827","5400088.4378","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1046[] = {"19903","Nord de Guerre","9801","8801","55.0","9105","8802","6.0","9105","8805","0.99950908","9201","8806","500000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1047[] = {"19904","Ghana Metre Grid","9807","8801","4.4","9110","8802","-1.0","9110","8805","0.99975","9201","8806","274319.51","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1048[] = {"19905","Netherlands East Indies Equatorial Zone","9804","8801","0.0","9102","8802","110.0","9102","8805","0.997","9201","8806","3900000.0","9001","8807","900000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1049[] = {"19906","Iraq zone","9801","8801","32.3","9110","8802","45.0","9110","8805","0.9987864078","9201","8806","1500000.0","9001","8807","1166200.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1050[] = {"19907","Iraq National Grid","9807","8801","29.0134566","9110","8802","46.3","9110","8805","0.9994","9201","8806","800000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1051[] = {"19908","Irish National Grid","9807","8801","53.3","9110","8802","-8.0","9110","8805","1.000035","9201","8806","200000.0","9001","8807","250000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1052[] = {"19909","Jamaica (Old Grid)","9801","8801","18.0","9102","8802","-77.0","9102","8805","1.0","9201","8806","550000.0","9005","8807","400000.0","9005","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1053[] = {"19910","Jamaica National Grid","9801","8801","18.0","9102","8802","-77.0","9102","8805","1.0","9201","8806","250000.0","9001","8807","150000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1054[] = {"19911","Laborde Grid","9815","8811","-21.0","9105","8812","49.0","9105","8813","21.0","9105","8814","21.0","9105","8815","0.9995","9201","8816","400000.0","9001","8817","800000.0","9001 ",NULL};
-datafile_rows_t projop_wparm_row_1055[] = {"19913","RD Old","9809","8801","52.0922178","9110","8802","5.23155","9110","8805","0.9999079","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1056[] = {"19914","RD New","9809","8801","52.0922178","9110","8802","5.23155","9110","8805","0.9999079","9201","8806","155000.0","9001","8807","463000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1057[] = {"19915","Aden Zone","9801","8801","15.0","9102","8802","45.0","9102","8805","0.999365678","9201","8806","1500000.0","9001","8807","1000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1058[] = {"19916","British National Grid","9807","8801","49.0","9102","8802","-2.0","9102","8805","0.9996012717","9201","8806","400000.0","9001","8807","-100000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1059[] = {"19917","New Zealand Map Grid","9811","8801","-41.0","9102","8802","173.0","9102","8806","2510000.0","9001","8807","6023150.0","9001","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1060[] = {"19919","Qatar National Grid","9807","8801","24.27","9110","8802","51.13","9110","8805","0.99999","9201","8806","200000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1061[] = {"19920","Singapore Grid","9806","8801","1.1715528","9110","8802","103.5110808","9110","8806","30000.0","9001","8807","30000.0","9001","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1062[] = {"19921","Spain","9801","8801","40.0","9102","8802","0.0","9102","8805","0.9988085293","9201","8806","600000.0","9001","8807","600000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1063[] = {"19922","Swiss New Grid","9815","8811","46.570866","9110","8812","7.26225","9110","8813","90.0","9110","8814","90.0","9110","8815","1.0","9201","8816","600000.0","9001","8817","200000.0","9001 ",NULL};
-datafile_rows_t projop_wparm_row_1064[] = {"19923","Swiss Old Grid","9815","8811","46.570866","9110","8812","0.0","9110","8813","90.0","9110","8814","90.0","9110","8815","1.0","9201","8816","0.0","9001","8817","0.0","9001 ",NULL};
-datafile_rows_t projop_wparm_row_1065[] = {"19924","Tobago Grid","9806","8801","11.1507843","9110","8802","-60.4109632","9110","8806","187500.0","9039","8807","180000.0","9039","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1066[] = {"19925","Trinidad Grid","9806","8801","10.263","9110","8802","-61.2","9110","8806","430000.0","9039","8807","325000.0","9039","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1067[] = {"19926","Stereo 70","9809","8801","46.0","9102","8802","25.0","9102","8805","0.99975","9201","8806","500000.0","9001","8807","500000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1068[] = {"19927","Stereo 33","9809","8801","45.54","9110","8802","25.23328772","9110","8805","0.9996667","9201","8806","500000.0","9001","8807","500000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1069[] = {"19928","Kuwait TM","9807","8801","0.0","9102","8802","48.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1070[] = {"19929","Sweden zone 2.5 gon V","9807","8801","0.0","9110","8802","15.48298","9110","8805","1.0","9201","8806","1500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1071[] = {"19930","Greek Grid","9807","8801","0.0","9102","8802","24.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1072[] = {"19931","Egyseges Orszagos Vetuleti","9815","8811","47.08398174","9110","8812","19.02548584","9110","8813","90.0","9110","8814","90.0","9110","8815","0.99993","9201","8816","650000.0","9001","8817","200000.0","9001 ",NULL};
-datafile_rows_t projop_wparm_row_1073[] = {"19933","Prince Edward Island Stereographic (ATS77)","9809","8801","47.15","9110","8802","-63.0","9110","8805","0.999912","9201","8806","700000.0","9001","8807","400000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1074[] = {"19934","Lithuania 1994","9807","8801","0.0","9102","8802","24.0","9102","8805","0.9998","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1075[] = {"19935","Rectified Skew Orthomorphic Malaya Grid","9812","8806","40000.0","9062","8807","0.0","9062","8811","4.0","9110","8812","102.15","9110","8813","323.01328458","9110","8814","323.07483685","9110","8815","0.99984","9201 ",NULL};
-datafile_rows_t projop_wparm_row_1076[] = {"19936","Portuguese National Grid","9807","8801","39.4","9110","8802","1.0","9110","8805","1.0","9201","8806","200000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1077[] = {"19937","Tunisia Mining Grid","9816","8821","38.81973","9105","8822","7.83445","9105","8826","270.0","9036","8827","582.0","9036","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1078[] = {"19938","Estonian National Grid","9802","8821","57.310319415","9110","8822","24.0","9110","8823","59.2","9110","8824","58.0","9110","8826","500000.0","9001","8827","6375000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1079[] = {"19939","TM Baltic 93","9807","8801","0.0","9102","8802","24.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1080[] = {"19940","Levant Zone","9817","8801","34.39","9110","8802","37.21","9110","8805","0.9996256","9201","8806","300000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1081[] = {"19941","Brazil Polyconic","9818","8801","0.0","9102","8802","-54.0","9102","8806","5000000.0","9001","8807","10000000.0","9001","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1082[] = {"19942","British West Indies Grid","9807","8801","0.0","9102","8802","-62.0","9102","8805","0.9995","9201","8806","400000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1083[] = {"19943","Barbados National Grid","9807","8801","13.1035","9110","8802","-59.3335","9110","8805","0.9999986","9201","8806","30000.0","9001","8807","75000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1084[] = {"19944","Quebec Lambert Projection","9802","8821","44.0","9110","8822","-68.3","9110","8823","60.0","9110","8824","46.0","9110","8826","0.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1085[] = {"19945","New Brunswick Stereographic (ATS77)","9809","8801","46.3","9110","8802","-66.3","9110","8805","0.999912","9201","8806","300000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1086[] = {"19946","New Brunswick Stereographic (NAD83)","9809","8801","46.3","9110","8802","-66.3","9110","8805","0.999912","9201","8806","2500000.0","9001","8807","7500000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1087[] = {"19947","Austria Lambert","9802","8821","47.3","9110","8822","13.2","9110","8823","49.0","9110","8824","46.0","9110","8826","400000.0","9001","8827","400000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1088[] = {"19948","Syria Lambert","9801","8801","34.39","9110","8802","37.21","9110","8805","0.9996256","9201","8806","300000.0","9001","8807","300000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1089[] = {"19949","Levant Stereographic","9809","8801","38.0","9105","8802","43.5","9105","8805","0.9995341","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1090[] = {"19950","Landesvermessung 1995","9815","8811","46.570866","9110","8812","7.26225","9110","8813","90.0","9110","8814","90.0","9110","8815","1.0","9201","8816","2600000.0","9001","8817","1200000.0","9001 ",NULL};
-datafile_rows_t projop_wparm_row_1091[] = {"19951","Nakhl e Taqi Oblique Mercator","9815","8811","27.31077837","9110","8812","52.3612741","9110","8813","0.34179803","9110","8814","0.34179803","9110","8815","0.999895934","9201","8816","658377.437","9001","8817","3044969.194","9001 ",NULL};
-datafile_rows_t projop_wparm_row_1092[] = {"19952","Krovak","9819","8811","49.3","9110","8812","42.3","9110","8813","30.1717303","9110","8816","0.0","9001","8817","0.0","9001","8818","78.3","9110","8819","0.9999","9201 ",NULL};
-datafile_rows_t projop_wparm_row_1093[] = {"19953","Qatar Grid","9806","8801","25.22565","9110","8802","50.4541","9110","8806","100000.0","9001","8807","100000.0","9001","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1094[] = {"19954","Suriname Old TM","9807","8801","0.0","9110","8802","-55.41","9110","8805","0.9996","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1095[] = {"19955","Suriname TM","9807","8801","0.0","9110","8802","-55.41","9110","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1096[] = {"19956","Rectified Skew Orthomorphic Borneo Grid (chains)","9815","8811","4.0","9110","8812","115.0","9110","8813","53.18569537","9110","8814","53.07483685","9110","8815","0.99984","9201","8816","29352.4763","9042","8817","22014.3572","9042 ",NULL};
-datafile_rows_t projop_wparm_row_1097[] = {"19957","Rectified Skew Orthomorphic Borneo Grid (feet)","9815","8811","4.0","9110","8812","115.0","9110","8813","53.18569537","9110","8814","53.07483685","9110","8815","0.99984","9201","8816","1937263.44","9041","8817","1452947.58","9041 ",NULL};
-datafile_rows_t projop_wparm_row_1098[] = {"19958","Rectified Skew Orthomorphic Borneo Grid (metres)","9815","8811","4.0","9110","8812","115.0","9110","8813","53.18569537","9110","8814","53.07483685","9110","8815","0.99984","9201","8816","590476.87","9001","8817","442857.65","9001 ",NULL};
-datafile_rows_t projop_wparm_row_1099[] = {"19959","Ghana National Grid","9807","8801","4.4","9110","8802","-1.0","9110","8805","0.99975","9201","8806","900000.0","9094","8807","0.0","9094","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1100[] = {"19960","Prince Edward Isl. Stereographic (NAD83)","9809","8801","47.15","9110","8802","-63.0","9110","8805","0.999912","9201","8806","400000.0","9001","8807","800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1101[] = {"19961","Belgian Lambert 72","9802","8821","90.0","9110","8822","4.2202952","9110","8823","51.100000204","9110","8824","49.500000204","9110","8826","150000.013","9001","8827","5400088.438","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1102[] = {"19962","Irish Transverse Mercator","9807","8801","53.3","9110","8802","-8.0","9110","8805","0.99982","9201","8806","600000.0","9001","8807","750000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1103[] = {"19963","Sierra Leone New Colony Grid","9807","8801","6.4","9110","8802","-12.0","9110","8805","1.0","9201","8806","500000.0","9094","8807","0.0","9094","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1104[] = {"19964","New War Office Sierra Leone Grid","9807","8801","6.4","9110","8802","-12.0","9110","8805","1.0","9201","8806","800000.0","9094","8807","600000.0","9094","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1105[] = {"19965","US National Atlas Equal Area","9821","8806","0.0","9001","8807","0.0","9001","8828","45.0","9102","8829","-100.0","9102","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1106[] = {"19966","Luxembourg Gauss","9807","8801","49.5","9110","8802","6.1","9110","8805","1.0","9201","8806","80000.0","9001","8807","100000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1107[] = {"19967","Slovenia Grid","9807","8801","0.0","9110","8802","15.0","9110","8805","0.9999","9201","8806","500000.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1108[] = {"19968","Plate Carree","9823","8801","0.0","9102","8802","0.0","9102","","","","","","","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1109[] = {"19969","Portuguese Grid","9807","8801","39.4","9110","8802","1.0","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1110[] = {"19971","New Zealand Transverse Mercator","9807","8801","0.0","9102","8802","173.0","9102","8805","0.9996","9201","8806","1600000.0","9001","8807","10000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1111[] = {"19972","Irish Grid","9807","8801","53.3","9110","8802","-8.0","9110","8805","1.000035","9201","8806","200000.0","9001","8807","250000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1112[] = {"19973","Irish National Grid","9807","8801","53.3","9110","8802","-8.0","9110","8805","1.0","9201","8806","200000.0","9001","8807","250000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1113[] = {"19974","Modified Portuguese Grid","9807","8801","39.4","9110","8802","-8.0754862","9110","8805","1.0","9201","8806","180.598","9001","8807","-86.99","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1114[] = {"19975","Trinidad Grid (Clarke's feet)","9806","8801","10.263","9110","8802","-61.2","9110","8806","283800.0","9005","8807","214500.0","9005","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1115[] = {"19976","ICN Regional","9802","8821","6.0","9102","8822","-66.0","9102","8823","9.0","9102","8824","3.0","9102","8826","1000000.0","9001","8827","1000000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1116[] = {"19977","Aramco Lambert","9802","8821","25.0522236","9110","8822","48.0","9102","8823","17.0","9102","8824","33.0","9102","8826","0.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1117[] = {"19978","Hong Kong 1980 Grid","9807","8801","22.184368","9110","8802","114.10428","9110","8805","1.0","9201","8806","836694.05","9001","8807","819069.8","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1118[] = {"19979","Portugal Bonne","9828","8801","39.4","9110","8802","1.0","9110","8806","0.0","9001","8807","0.0","9001","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1119[] = {"19981","Lambert New Caledonia","9802","8821","-21.3","9110","8822","166.0","9110","8823","-20.4","9110","8824","-22.2","9110","8826","400000.0","9001","8827","300000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1120[] = {"19982","TM Reunion","9807","8801","-21.07","9110","8802","55.32","9110","8805","1.0","9201","8806","50000.0","9001","8807","160000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1121[] = {"19983","Terre Adelie Polar Stereographic","9830","8826","300000.0","9001","8827","200000.0","9001","8832","-67.0","9102","8833","140.0","9102","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1122[] = {"19984","British Columbia Albers","9822","8821","45.0","9102","8822","-126.0","9102","8823","50.0","9110","8824","58.3","9110","8826","1000000.0","9001","8827","0.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1123[] = {"19985","Europe Conformal 2001","9802","8821","52.0","9102","8822","10.0","9102","8823","35.0","9102","8824","65.0","9102","8826","4000000.0","9001","8827","2800000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1124[] = {"19986","Europe Equal Area 2001","9820","8801","52.0","9102","8802","10.0","9102","8806","4321000.0","9001","8807","3210000.0","9001","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1125[] = {"19987","Iceland Lambert 1900","9826","8801","65.0","9110","8802","-19.011965","9110","8805","1.0","9201","8806","0.0","9001","8807","0.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1126[] = {"19988","Iceland Lambert 1955","9826","8801","65.0","9102","8802","-18.0","9102","8805","1.0","9201","8806","500000.0","9001","8807","500000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1127[] = {"19989","Iceland Lambert 1993","9802","8821","65.0","9110","8822","-19.0","9110","8823","64.15","9110","8824","65.45","9110","8826","500000.0","9001","8827","500000.0","9001","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1128[] = {"19990","Latvian Transverse Mercator","9807","8801","0.0","9102","8802","24.0","9102","8805","0.9996","9201","8806","500000.0","9001","8807","-6000000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1129[] = {"19991","Jan Mayen Grid","9807","8801","0.0","9110","8802","-8.3","9110","8805","1.0","9201","8806","50000.0","9001","8807","-7800000.0","9001","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1130[] = {"19992","Antarctic Polar Stereographic","9829","8806","0.0","9001","8807","0.0","9001","8832","-71.0","9102","8833","0.0","9102","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1131[] = {"19993","Australian Antarctic Polar Stereographic","9829","8806","6000000.0","9001","8807","6000000.0","9001","8832","-71.0","9102","8833","70.0","9102","","","","","","","",""," ",NULL};
-datafile_rows_t projop_wparm_row_1132[] = {"19994","Australian Antarctic Lambert","9802","8821","-50.0","9110","8822","70.0","9110","8823","-68.3","9110","8824","-74.3","9110","8826","6000000.0","9001","8827","6000000.0","9001","",""," ",NULL};
-datafile_rows_t *projop_wparm_rows[] = {projop_wparm_row_0 ,projop_wparm_row_1 ,projop_wparm_row_2 ,projop_wparm_row_3 ,projop_wparm_row_4 ,projop_wparm_row_5 ,projop_wparm_row_6 ,projop_wparm_row_7 ,projop_wparm_row_8 ,projop_wparm_row_9 ,projop_wparm_row_10 ,projop_wparm_row_11 ,projop_wparm_row_12 ,projop_wparm_row_13 ,projop_wparm_row_14 ,projop_wparm_row_15 ,projop_wparm_row_16 ,projop_wparm_row_17 ,projop_wparm_row_18 ,projop_wparm_row_19 ,projop_wparm_row_20 ,projop_wparm_row_21 ,projop_wparm_row_22 ,projop_wparm_row_23 ,projop_wparm_row_24 ,projop_wparm_row_25 ,projop_wparm_row_26 ,projop_wparm_row_27 ,projop_wparm_row_28 ,projop_wparm_row_29 ,projop_wparm_row_30 ,projop_wparm_row_31 ,projop_wparm_row_32 ,projop_wparm_row_33 ,projop_wparm_row_34 ,projop_wparm_row_35 ,projop_wparm_row_36 ,projop_wparm_row_37 ,projop_wparm_row_38 ,projop_wparm_row_39 ,projop_wparm_row_40 ,projop_wparm_row_41 ,projop_wparm_row_42 ,projop_wparm_row_43 ,projop_wparm_row_44 ,projop_wparm_row_45 ,projop_wparm_row_46 ,projop_wparm_row_47 ,projop_wparm_row_48 ,projop_wparm_row_49 ,projop_wparm_row_50 ,projop_wparm_row_51 ,projop_wparm_row_52 ,projop_wparm_row_53 ,projop_wparm_row_54 ,projop_wparm_row_55 ,projop_wparm_row_56 ,projop_wparm_row_57 ,projop_wparm_row_58 ,projop_wparm_row_59 ,projop_wparm_row_60 ,projop_wparm_row_61 ,projop_wparm_row_62 ,projop_wparm_row_63 ,projop_wparm_row_64 ,projop_wparm_row_65 ,projop_wparm_row_66 ,projop_wparm_row_67 ,projop_wparm_row_68 ,projop_wparm_row_69 ,projop_wparm_row_70 ,projop_wparm_row_71 ,projop_wparm_row_72 ,projop_wparm_row_73 ,projop_wparm_row_74 ,projop_wparm_row_75 ,projop_wparm_row_76 ,projop_wparm_row_77 ,projop_wparm_row_78 ,projop_wparm_row_79 ,projop_wparm_row_80 ,projop_wparm_row_81 ,projop_wparm_row_82 ,projop_wparm_row_83 ,projop_wparm_row_84 ,projop_wparm_row_85 ,projop_wparm_row_86 ,projop_wparm_row_87 ,projop_wparm_row_88 ,projop_wparm_row_89 ,projop_wparm_row_90 ,projop_wparm_row_91 ,projop_wparm_row_92 ,projop_wparm_row_93 ,projop_wparm_row_94 ,projop_wparm_row_95 ,projop_wparm_row_96 ,projop_wparm_row_97 ,projop_wparm_row_98 ,projop_wparm_row_99 ,projop_wparm_row_100 ,projop_wparm_row_101 ,projop_wparm_row_102 ,projop_wparm_row_103 ,projop_wparm_row_104 ,projop_wparm_row_105 ,projop_wparm_row_106 ,projop_wparm_row_107 ,projop_wparm_row_108 ,projop_wparm_row_109 ,projop_wparm_row_110 ,projop_wparm_row_111 ,projop_wparm_row_112 ,projop_wparm_row_113 ,projop_wparm_row_114 ,projop_wparm_row_115 ,projop_wparm_row_116 ,projop_wparm_row_117 ,projop_wparm_row_118 ,projop_wparm_row_119 ,projop_wparm_row_120 ,projop_wparm_row_121 ,projop_wparm_row_122 ,projop_wparm_row_123 ,projop_wparm_row_124 ,projop_wparm_row_125 ,projop_wparm_row_126 ,projop_wparm_row_127 ,projop_wparm_row_128 ,projop_wparm_row_129 ,projop_wparm_row_130 ,projop_wparm_row_131 ,projop_wparm_row_132 ,projop_wparm_row_133 ,projop_wparm_row_134 ,projop_wparm_row_135 ,projop_wparm_row_136 ,projop_wparm_row_137 ,projop_wparm_row_138 ,projop_wparm_row_139 ,projop_wparm_row_140 ,projop_wparm_row_141 ,projop_wparm_row_142 ,projop_wparm_row_143 ,projop_wparm_row_144 ,projop_wparm_row_145 ,projop_wparm_row_146 ,projop_wparm_row_147 ,projop_wparm_row_148 ,projop_wparm_row_149 ,projop_wparm_row_150 ,projop_wparm_row_151 ,projop_wparm_row_152 ,projop_wparm_row_153 ,projop_wparm_row_154 ,projop_wparm_row_155 ,projop_wparm_row_156 ,projop_wparm_row_157 ,projop_wparm_row_158 ,projop_wparm_row_159 ,projop_wparm_row_160 ,projop_wparm_row_161 ,projop_wparm_row_162 ,projop_wparm_row_163 ,projop_wparm_row_164 ,projop_wparm_row_165 ,projop_wparm_row_166 ,projop_wparm_row_167 ,projop_wparm_row_168 ,projop_wparm_row_169 ,projop_wparm_row_170 ,projop_wparm_row_171 ,projop_wparm_row_172 ,projop_wparm_row_173 ,projop_wparm_row_174 ,projop_wparm_row_175 ,projop_wparm_row_176 ,projop_wparm_row_177 ,projop_wparm_row_178 ,projop_wparm_row_179 ,projop_wparm_row_180 ,projop_wparm_row_181 ,projop_wparm_row_182 ,projop_wparm_row_183 ,projop_wparm_row_184 ,projop_wparm_row_185 ,projop_wparm_row_186 ,projop_wparm_row_187 ,projop_wparm_row_188 ,projop_wparm_row_189 ,projop_wparm_row_190 ,projop_wparm_row_191 ,projop_wparm_row_192 ,projop_wparm_row_193 ,projop_wparm_row_194 ,projop_wparm_row_195 ,projop_wparm_row_196 ,projop_wparm_row_197 ,projop_wparm_row_198 ,projop_wparm_row_199 ,projop_wparm_row_200 ,projop_wparm_row_201 ,projop_wparm_row_202 ,projop_wparm_row_203 ,projop_wparm_row_204 ,projop_wparm_row_205 ,projop_wparm_row_206 ,projop_wparm_row_207 ,projop_wparm_row_208 ,projop_wparm_row_209 ,projop_wparm_row_210 ,projop_wparm_row_211 ,projop_wparm_row_212 ,projop_wparm_row_213 ,projop_wparm_row_214 ,projop_wparm_row_215 ,projop_wparm_row_216 ,projop_wparm_row_217 ,projop_wparm_row_218 ,projop_wparm_row_219 ,projop_wparm_row_220 ,projop_wparm_row_221 ,projop_wparm_row_222 ,projop_wparm_row_223 ,projop_wparm_row_224 ,projop_wparm_row_225 ,projop_wparm_row_226 ,projop_wparm_row_227 ,projop_wparm_row_228 ,projop_wparm_row_229 ,projop_wparm_row_230 ,projop_wparm_row_231 ,projop_wparm_row_232 ,projop_wparm_row_233 ,projop_wparm_row_234 ,projop_wparm_row_235 ,projop_wparm_row_236 ,projop_wparm_row_237 ,projop_wparm_row_238 ,projop_wparm_row_239 ,projop_wparm_row_240 ,projop_wparm_row_241 ,projop_wparm_row_242 ,projop_wparm_row_243 ,projop_wparm_row_244 ,projop_wparm_row_245 ,projop_wparm_row_246 ,projop_wparm_row_247 ,projop_wparm_row_248 ,projop_wparm_row_249 ,projop_wparm_row_250 ,projop_wparm_row_251 ,projop_wparm_row_252 ,projop_wparm_row_253 ,projop_wparm_row_254 ,projop_wparm_row_255 ,projop_wparm_row_256 ,projop_wparm_row_257 ,projop_wparm_row_258 ,projop_wparm_row_259 ,projop_wparm_row_260 ,projop_wparm_row_261 ,projop_wparm_row_262 ,projop_wparm_row_263 ,projop_wparm_row_264 ,projop_wparm_row_265 ,projop_wparm_row_266 ,projop_wparm_row_267 ,projop_wparm_row_268 ,projop_wparm_row_269 ,projop_wparm_row_270 ,projop_wparm_row_271 ,projop_wparm_row_272 ,projop_wparm_row_273 ,projop_wparm_row_274 ,projop_wparm_row_275 ,projop_wparm_row_276 ,projop_wparm_row_277 ,projop_wparm_row_278 ,projop_wparm_row_279 ,projop_wparm_row_280 ,projop_wparm_row_281 ,projop_wparm_row_282 ,projop_wparm_row_283 ,projop_wparm_row_284 ,projop_wparm_row_285 ,projop_wparm_row_286 ,projop_wparm_row_287 ,projop_wparm_row_288 ,projop_wparm_row_289 ,projop_wparm_row_290 ,projop_wparm_row_291 ,projop_wparm_row_292 ,projop_wparm_row_293 ,projop_wparm_row_294 ,projop_wparm_row_295 ,projop_wparm_row_296 ,projop_wparm_row_297 ,projop_wparm_row_298 ,projop_wparm_row_299 ,projop_wparm_row_300 ,projop_wparm_row_301 ,projop_wparm_row_302 ,projop_wparm_row_303 ,projop_wparm_row_304 ,projop_wparm_row_305 ,projop_wparm_row_306 ,projop_wparm_row_307 ,projop_wparm_row_308 ,projop_wparm_row_309 ,projop_wparm_row_310 ,projop_wparm_row_311 ,projop_wparm_row_312 ,projop_wparm_row_313 ,projop_wparm_row_314 ,projop_wparm_row_315 ,projop_wparm_row_316 ,projop_wparm_row_317 ,projop_wparm_row_318 ,projop_wparm_row_319 ,projop_wparm_row_320 ,projop_wparm_row_321 ,projop_wparm_row_322 ,projop_wparm_row_323 ,projop_wparm_row_324 ,projop_wparm_row_325 ,projop_wparm_row_326 ,projop_wparm_row_327 ,projop_wparm_row_328 ,projop_wparm_row_329 ,projop_wparm_row_330 ,projop_wparm_row_331 ,projop_wparm_row_332 ,projop_wparm_row_333 ,projop_wparm_row_334 ,projop_wparm_row_335 ,projop_wparm_row_336 ,projop_wparm_row_337 ,projop_wparm_row_338 ,projop_wparm_row_339 ,projop_wparm_row_340 ,projop_wparm_row_341 ,projop_wparm_row_342 ,projop_wparm_row_343 ,projop_wparm_row_344 ,projop_wparm_row_345 ,projop_wparm_row_346 ,projop_wparm_row_347 ,projop_wparm_row_348 ,projop_wparm_row_349 ,projop_wparm_row_350 ,projop_wparm_row_351 ,projop_wparm_row_352 ,projop_wparm_row_353 ,projop_wparm_row_354 ,projop_wparm_row_355 ,projop_wparm_row_356 ,projop_wparm_row_357 ,projop_wparm_row_358 ,projop_wparm_row_359 ,projop_wparm_row_360 ,projop_wparm_row_361 ,projop_wparm_row_362 ,projop_wparm_row_363 ,projop_wparm_row_364 ,projop_wparm_row_365 ,projop_wparm_row_366 ,projop_wparm_row_367 ,projop_wparm_row_368 ,projop_wparm_row_369 ,projop_wparm_row_370 ,projop_wparm_row_371 ,projop_wparm_row_372 ,projop_wparm_row_373 ,projop_wparm_row_374 ,projop_wparm_row_375 ,projop_wparm_row_376 ,projop_wparm_row_377 ,projop_wparm_row_378 ,projop_wparm_row_379 ,projop_wparm_row_380 ,projop_wparm_row_381 ,projop_wparm_row_382 ,projop_wparm_row_383 ,projop_wparm_row_384 ,projop_wparm_row_385 ,projop_wparm_row_386 ,projop_wparm_row_387 ,projop_wparm_row_388 ,projop_wparm_row_389 ,projop_wparm_row_390 ,projop_wparm_row_391 ,projop_wparm_row_392 ,projop_wparm_row_393 ,projop_wparm_row_394 ,projop_wparm_row_395 ,projop_wparm_row_396 ,projop_wparm_row_397 ,projop_wparm_row_398 ,projop_wparm_row_399 ,projop_wparm_row_400 ,projop_wparm_row_401 ,projop_wparm_row_402 ,projop_wparm_row_403 ,projop_wparm_row_404 ,projop_wparm_row_405 ,projop_wparm_row_406 ,projop_wparm_row_407 ,projop_wparm_row_408 ,projop_wparm_row_409 ,projop_wparm_row_410 ,projop_wparm_row_411 ,projop_wparm_row_412 ,projop_wparm_row_413 ,projop_wparm_row_414 ,projop_wparm_row_415 ,projop_wparm_row_416 ,projop_wparm_row_417 ,projop_wparm_row_418 ,projop_wparm_row_419 ,projop_wparm_row_420 ,projop_wparm_row_421 ,projop_wparm_row_422 ,projop_wparm_row_423 ,projop_wparm_row_424 ,projop_wparm_row_425 ,projop_wparm_row_426 ,projop_wparm_row_427 ,projop_wparm_row_428 ,projop_wparm_row_429 ,projop_wparm_row_430 ,projop_wparm_row_431 ,projop_wparm_row_432 ,projop_wparm_row_433 ,projop_wparm_row_434 ,projop_wparm_row_435 ,projop_wparm_row_436 ,projop_wparm_row_437 ,projop_wparm_row_438 ,projop_wparm_row_439 ,projop_wparm_row_440 ,projop_wparm_row_441 ,projop_wparm_row_442 ,projop_wparm_row_443 ,projop_wparm_row_444 ,projop_wparm_row_445 ,projop_wparm_row_446 ,projop_wparm_row_447 ,projop_wparm_row_448 ,projop_wparm_row_449 ,projop_wparm_row_450 ,projop_wparm_row_451 ,projop_wparm_row_452 ,projop_wparm_row_453 ,projop_wparm_row_454 ,projop_wparm_row_455 ,projop_wparm_row_456 ,projop_wparm_row_457 ,projop_wparm_row_458 ,projop_wparm_row_459 ,projop_wparm_row_460 ,projop_wparm_row_461 ,projop_wparm_row_462 ,projop_wparm_row_463 ,projop_wparm_row_464 ,projop_wparm_row_465 ,projop_wparm_row_466 ,projop_wparm_row_467 ,projop_wparm_row_468 ,projop_wparm_row_469 ,projop_wparm_row_470 ,projop_wparm_row_471 ,projop_wparm_row_472 ,projop_wparm_row_473 ,projop_wparm_row_474 ,projop_wparm_row_475 ,projop_wparm_row_476 ,projop_wparm_row_477 ,projop_wparm_row_478 ,projop_wparm_row_479 ,projop_wparm_row_480 ,projop_wparm_row_481 ,projop_wparm_row_482 ,projop_wparm_row_483 ,projop_wparm_row_484 ,projop_wparm_row_485 ,projop_wparm_row_486 ,projop_wparm_row_487 ,projop_wparm_row_488 ,projop_wparm_row_489 ,projop_wparm_row_490 ,projop_wparm_row_491 ,projop_wparm_row_492 ,projop_wparm_row_493 ,projop_wparm_row_494 ,projop_wparm_row_495 ,projop_wparm_row_496 ,projop_wparm_row_497 ,projop_wparm_row_498 ,projop_wparm_row_499 ,projop_wparm_row_500 ,projop_wparm_row_501 ,projop_wparm_row_502 ,projop_wparm_row_503 ,projop_wparm_row_504 ,projop_wparm_row_505 ,projop_wparm_row_506 ,projop_wparm_row_507 ,projop_wparm_row_508 ,projop_wparm_row_509 ,projop_wparm_row_510 ,projop_wparm_row_511 ,projop_wparm_row_512 ,projop_wparm_row_513 ,projop_wparm_row_514 ,projop_wparm_row_515 ,projop_wparm_row_516 ,projop_wparm_row_517 ,projop_wparm_row_518 ,projop_wparm_row_519 ,projop_wparm_row_520 ,projop_wparm_row_521 ,projop_wparm_row_522 ,projop_wparm_row_523 ,projop_wparm_row_524 ,projop_wparm_row_525 ,projop_wparm_row_526 ,projop_wparm_row_527 ,projop_wparm_row_528 ,projop_wparm_row_529 ,projop_wparm_row_530 ,projop_wparm_row_531 ,projop_wparm_row_532 ,projop_wparm_row_533 ,projop_wparm_row_534 ,projop_wparm_row_535 ,projop_wparm_row_536 ,projop_wparm_row_537 ,projop_wparm_row_538 ,projop_wparm_row_539 ,projop_wparm_row_540 ,projop_wparm_row_541 ,projop_wparm_row_542 ,projop_wparm_row_543 ,projop_wparm_row_544 ,projop_wparm_row_545 ,projop_wparm_row_546 ,projop_wparm_row_547 ,projop_wparm_row_548 ,projop_wparm_row_549 ,projop_wparm_row_550 ,projop_wparm_row_551 ,projop_wparm_row_552 ,projop_wparm_row_553 ,projop_wparm_row_554 ,projop_wparm_row_555 ,projop_wparm_row_556 ,projop_wparm_row_557 ,projop_wparm_row_558 ,projop_wparm_row_559 ,projop_wparm_row_560 ,projop_wparm_row_561 ,projop_wparm_row_562 ,projop_wparm_row_563 ,projop_wparm_row_564 ,projop_wparm_row_565 ,projop_wparm_row_566 ,projop_wparm_row_567 ,projop_wparm_row_568 ,projop_wparm_row_569 ,projop_wparm_row_570 ,projop_wparm_row_571 ,projop_wparm_row_572 ,projop_wparm_row_573 ,projop_wparm_row_574 ,projop_wparm_row_575 ,projop_wparm_row_576 ,projop_wparm_row_577 ,projop_wparm_row_578 ,projop_wparm_row_579 ,projop_wparm_row_580 ,projop_wparm_row_581 ,projop_wparm_row_582 ,projop_wparm_row_583 ,projop_wparm_row_584 ,projop_wparm_row_585 ,projop_wparm_row_586 ,projop_wparm_row_587 ,projop_wparm_row_588 ,projop_wparm_row_589 ,projop_wparm_row_590 ,projop_wparm_row_591 ,projop_wparm_row_592 ,projop_wparm_row_593 ,projop_wparm_row_594 ,projop_wparm_row_595 ,projop_wparm_row_596 ,projop_wparm_row_597 ,projop_wparm_row_598 ,projop_wparm_row_599 ,projop_wparm_row_600 ,projop_wparm_row_601 ,projop_wparm_row_602 ,projop_wparm_row_603 ,projop_wparm_row_604 ,projop_wparm_row_605 ,projop_wparm_row_606 ,projop_wparm_row_607 ,projop_wparm_row_608 ,projop_wparm_row_609 ,projop_wparm_row_610 ,projop_wparm_row_611 ,projop_wparm_row_612 ,projop_wparm_row_613 ,projop_wparm_row_614 ,projop_wparm_row_615 ,projop_wparm_row_616 ,projop_wparm_row_617 ,projop_wparm_row_618 ,projop_wparm_row_619 ,projop_wparm_row_620 ,projop_wparm_row_621 ,projop_wparm_row_622 ,projop_wparm_row_623 ,projop_wparm_row_624 ,projop_wparm_row_625 ,projop_wparm_row_626 ,projop_wparm_row_627 ,projop_wparm_row_628 ,projop_wparm_row_629 ,projop_wparm_row_630 ,projop_wparm_row_631 ,projop_wparm_row_632 ,projop_wparm_row_633 ,projop_wparm_row_634 ,projop_wparm_row_635 ,projop_wparm_row_636 ,projop_wparm_row_637 ,projop_wparm_row_638 ,projop_wparm_row_639 ,projop_wparm_row_640 ,projop_wparm_row_641 ,projop_wparm_row_642 ,projop_wparm_row_643 ,projop_wparm_row_644 ,projop_wparm_row_645 ,projop_wparm_row_646 ,projop_wparm_row_647 ,projop_wparm_row_648 ,projop_wparm_row_649 ,projop_wparm_row_650 ,projop_wparm_row_651 ,projop_wparm_row_652 ,projop_wparm_row_653 ,projop_wparm_row_654 ,projop_wparm_row_655 ,projop_wparm_row_656 ,projop_wparm_row_657 ,projop_wparm_row_658 ,projop_wparm_row_659 ,projop_wparm_row_660 ,projop_wparm_row_661 ,projop_wparm_row_662 ,projop_wparm_row_663 ,projop_wparm_row_664 ,projop_wparm_row_665 ,projop_wparm_row_666 ,projop_wparm_row_667 ,projop_wparm_row_668 ,projop_wparm_row_669 ,projop_wparm_row_670 ,projop_wparm_row_671 ,projop_wparm_row_672 ,projop_wparm_row_673 ,projop_wparm_row_674 ,projop_wparm_row_675 ,projop_wparm_row_676 ,projop_wparm_row_677 ,projop_wparm_row_678 ,projop_wparm_row_679 ,projop_wparm_row_680 ,projop_wparm_row_681 ,projop_wparm_row_682 ,projop_wparm_row_683 ,projop_wparm_row_684 ,projop_wparm_row_685 ,projop_wparm_row_686 ,projop_wparm_row_687 ,projop_wparm_row_688 ,projop_wparm_row_689 ,projop_wparm_row_690 ,projop_wparm_row_691 ,projop_wparm_row_692 ,projop_wparm_row_693 ,projop_wparm_row_694 ,projop_wparm_row_695 ,projop_wparm_row_696 ,projop_wparm_row_697 ,projop_wparm_row_698 ,projop_wparm_row_699 ,projop_wparm_row_700 ,projop_wparm_row_701 ,projop_wparm_row_702 ,projop_wparm_row_703 ,projop_wparm_row_704 ,projop_wparm_row_705 ,projop_wparm_row_706 ,projop_wparm_row_707 ,projop_wparm_row_708 ,projop_wparm_row_709 ,projop_wparm_row_710 ,projop_wparm_row_711 ,projop_wparm_row_712 ,projop_wparm_row_713 ,projop_wparm_row_714 ,projop_wparm_row_715 ,projop_wparm_row_716 ,projop_wparm_row_717 ,projop_wparm_row_718 ,projop_wparm_row_719 ,projop_wparm_row_720 ,projop_wparm_row_721 ,projop_wparm_row_722 ,projop_wparm_row_723 ,projop_wparm_row_724 ,projop_wparm_row_725 ,projop_wparm_row_726 ,projop_wparm_row_727 ,projop_wparm_row_728 ,projop_wparm_row_729 ,projop_wparm_row_730 ,projop_wparm_row_731 ,projop_wparm_row_732 ,projop_wparm_row_733 ,projop_wparm_row_734 ,projop_wparm_row_735 ,projop_wparm_row_736 ,projop_wparm_row_737 ,projop_wparm_row_738 ,projop_wparm_row_739 ,projop_wparm_row_740 ,projop_wparm_row_741 ,projop_wparm_row_742 ,projop_wparm_row_743 ,projop_wparm_row_744 ,projop_wparm_row_745 ,projop_wparm_row_746 ,projop_wparm_row_747 ,projop_wparm_row_748 ,projop_wparm_row_749 ,projop_wparm_row_750 ,projop_wparm_row_751 ,projop_wparm_row_752 ,projop_wparm_row_753 ,projop_wparm_row_754 ,projop_wparm_row_755 ,projop_wparm_row_756 ,projop_wparm_row_757 ,projop_wparm_row_758 ,projop_wparm_row_759 ,projop_wparm_row_760 ,projop_wparm_row_761 ,projop_wparm_row_762 ,projop_wparm_row_763 ,projop_wparm_row_764 ,projop_wparm_row_765 ,projop_wparm_row_766 ,projop_wparm_row_767 ,projop_wparm_row_768 ,projop_wparm_row_769 ,projop_wparm_row_770 ,projop_wparm_row_771 ,projop_wparm_row_772 ,projop_wparm_row_773 ,projop_wparm_row_774 ,projop_wparm_row_775 ,projop_wparm_row_776 ,projop_wparm_row_777 ,projop_wparm_row_778 ,projop_wparm_row_779 ,projop_wparm_row_780 ,projop_wparm_row_781 ,projop_wparm_row_782 ,projop_wparm_row_783 ,projop_wparm_row_784 ,projop_wparm_row_785 ,projop_wparm_row_786 ,projop_wparm_row_787 ,projop_wparm_row_788 ,projop_wparm_row_789 ,projop_wparm_row_790 ,projop_wparm_row_791 ,projop_wparm_row_792 ,projop_wparm_row_793 ,projop_wparm_row_794 ,projop_wparm_row_795 ,projop_wparm_row_796 ,projop_wparm_row_797 ,projop_wparm_row_798 ,projop_wparm_row_799 ,projop_wparm_row_800 ,projop_wparm_row_801 ,projop_wparm_row_802 ,projop_wparm_row_803 ,projop_wparm_row_804 ,projop_wparm_row_805 ,projop_wparm_row_806 ,projop_wparm_row_807 ,projop_wparm_row_808 ,projop_wparm_row_809 ,projop_wparm_row_810 ,projop_wparm_row_811 ,projop_wparm_row_812 ,projop_wparm_row_813 ,projop_wparm_row_814 ,projop_wparm_row_815 ,projop_wparm_row_816 ,projop_wparm_row_817 ,projop_wparm_row_818 ,projop_wparm_row_819 ,projop_wparm_row_820 ,projop_wparm_row_821 ,projop_wparm_row_822 ,projop_wparm_row_823 ,projop_wparm_row_824 ,projop_wparm_row_825 ,projop_wparm_row_826 ,projop_wparm_row_827 ,projop_wparm_row_828 ,projop_wparm_row_829 ,projop_wparm_row_830 ,projop_wparm_row_831 ,projop_wparm_row_832 ,projop_wparm_row_833 ,projop_wparm_row_834 ,projop_wparm_row_835 ,projop_wparm_row_836 ,projop_wparm_row_837 ,projop_wparm_row_838 ,projop_wparm_row_839 ,projop_wparm_row_840 ,projop_wparm_row_841 ,projop_wparm_row_842 ,projop_wparm_row_843 ,projop_wparm_row_844 ,projop_wparm_row_845 ,projop_wparm_row_846 ,projop_wparm_row_847 ,projop_wparm_row_848 ,projop_wparm_row_849 ,projop_wparm_row_850 ,projop_wparm_row_851 ,projop_wparm_row_852 ,projop_wparm_row_853 ,projop_wparm_row_854 ,projop_wparm_row_855 ,projop_wparm_row_856 ,projop_wparm_row_857 ,projop_wparm_row_858 ,projop_wparm_row_859 ,projop_wparm_row_860 ,projop_wparm_row_861 ,projop_wparm_row_862 ,projop_wparm_row_863 ,projop_wparm_row_864 ,projop_wparm_row_865 ,projop_wparm_row_866 ,projop_wparm_row_867 ,projop_wparm_row_868 ,projop_wparm_row_869 ,projop_wparm_row_870 ,projop_wparm_row_871 ,projop_wparm_row_872 ,projop_wparm_row_873 ,projop_wparm_row_874 ,projop_wparm_row_875 ,projop_wparm_row_876 ,projop_wparm_row_877 ,projop_wparm_row_878 ,projop_wparm_row_879 ,projop_wparm_row_880 ,projop_wparm_row_881 ,projop_wparm_row_882 ,projop_wparm_row_883 ,projop_wparm_row_884 ,projop_wparm_row_885 ,projop_wparm_row_886 ,projop_wparm_row_887 ,projop_wparm_row_888 ,projop_wparm_row_889 ,projop_wparm_row_890 ,projop_wparm_row_891 ,projop_wparm_row_892 ,projop_wparm_row_893 ,projop_wparm_row_894 ,projop_wparm_row_895 ,projop_wparm_row_896 ,projop_wparm_row_897 ,projop_wparm_row_898 ,projop_wparm_row_899 ,projop_wparm_row_900 ,projop_wparm_row_901 ,projop_wparm_row_902 ,projop_wparm_row_903 ,projop_wparm_row_904 ,projop_wparm_row_905 ,projop_wparm_row_906 ,projop_wparm_row_907 ,projop_wparm_row_908 ,projop_wparm_row_909 ,projop_wparm_row_910 ,projop_wparm_row_911 ,projop_wparm_row_912 ,projop_wparm_row_913 ,projop_wparm_row_914 ,projop_wparm_row_915 ,projop_wparm_row_916 ,projop_wparm_row_917 ,projop_wparm_row_918 ,projop_wparm_row_919 ,projop_wparm_row_920 ,projop_wparm_row_921 ,projop_wparm_row_922 ,projop_wparm_row_923 ,projop_wparm_row_924 ,projop_wparm_row_925 ,projop_wparm_row_926 ,projop_wparm_row_927 ,projop_wparm_row_928 ,projop_wparm_row_929 ,projop_wparm_row_930 ,projop_wparm_row_931 ,projop_wparm_row_932 ,projop_wparm_row_933 ,projop_wparm_row_934 ,projop_wparm_row_935 ,projop_wparm_row_936 ,projop_wparm_row_937 ,projop_wparm_row_938 ,projop_wparm_row_939 ,projop_wparm_row_940 ,projop_wparm_row_941 ,projop_wparm_row_942 ,projop_wparm_row_943 ,projop_wparm_row_944 ,projop_wparm_row_945 ,projop_wparm_row_946 ,projop_wparm_row_947 ,projop_wparm_row_948 ,projop_wparm_row_949 ,projop_wparm_row_950 ,projop_wparm_row_951 ,projop_wparm_row_952 ,projop_wparm_row_953 ,projop_wparm_row_954 ,projop_wparm_row_955 ,projop_wparm_row_956 ,projop_wparm_row_957 ,projop_wparm_row_958 ,projop_wparm_row_959 ,projop_wparm_row_960 ,projop_wparm_row_961 ,projop_wparm_row_962 ,projop_wparm_row_963 ,projop_wparm_row_964 ,projop_wparm_row_965 ,projop_wparm_row_966 ,projop_wparm_row_967 ,projop_wparm_row_968 ,projop_wparm_row_969 ,projop_wparm_row_970 ,projop_wparm_row_971 ,projop_wparm_row_972 ,projop_wparm_row_973 ,projop_wparm_row_974 ,projop_wparm_row_975 ,projop_wparm_row_976 ,projop_wparm_row_977 ,projop_wparm_row_978 ,projop_wparm_row_979 ,projop_wparm_row_980 ,projop_wparm_row_981 ,projop_wparm_row_982 ,projop_wparm_row_983 ,projop_wparm_row_984 ,projop_wparm_row_985 ,projop_wparm_row_986 ,projop_wparm_row_987 ,projop_wparm_row_988 ,projop_wparm_row_989 ,projop_wparm_row_990 ,projop_wparm_row_991 ,projop_wparm_row_992 ,projop_wparm_row_993 ,projop_wparm_row_994 ,projop_wparm_row_995 ,projop_wparm_row_996 ,projop_wparm_row_997 ,projop_wparm_row_998 ,projop_wparm_row_999 ,projop_wparm_row_1000 ,projop_wparm_row_1001 ,projop_wparm_row_1002 ,projop_wparm_row_1003 ,projop_wparm_row_1004 ,projop_wparm_row_1005 ,projop_wparm_row_1006 ,projop_wparm_row_1007 ,projop_wparm_row_1008 ,projop_wparm_row_1009 ,projop_wparm_row_1010 ,projop_wparm_row_1011 ,projop_wparm_row_1012 ,projop_wparm_row_1013 ,projop_wparm_row_1014 ,projop_wparm_row_1015 ,projop_wparm_row_1016 ,projop_wparm_row_1017 ,projop_wparm_row_1018 ,projop_wparm_row_1019 ,projop_wparm_row_1020 ,projop_wparm_row_1021 ,projop_wparm_row_1022 ,projop_wparm_row_1023 ,projop_wparm_row_1024 ,projop_wparm_row_1025 ,projop_wparm_row_1026 ,projop_wparm_row_1027 ,projop_wparm_row_1028 ,projop_wparm_row_1029 ,projop_wparm_row_1030 ,projop_wparm_row_1031 ,projop_wparm_row_1032 ,projop_wparm_row_1033 ,projop_wparm_row_1034 ,projop_wparm_row_1035 ,projop_wparm_row_1036 ,projop_wparm_row_1037 ,projop_wparm_row_1038 ,projop_wparm_row_1039 ,projop_wparm_row_1040 ,projop_wparm_row_1041 ,projop_wparm_row_1042 ,projop_wparm_row_1043 ,projop_wparm_row_1044 ,projop_wparm_row_1045 ,projop_wparm_row_1046 ,projop_wparm_row_1047 ,projop_wparm_row_1048 ,projop_wparm_row_1049 ,projop_wparm_row_1050 ,projop_wparm_row_1051 ,projop_wparm_row_1052 ,projop_wparm_row_1053 ,projop_wparm_row_1054 ,projop_wparm_row_1055 ,projop_wparm_row_1056 ,projop_wparm_row_1057 ,projop_wparm_row_1058 ,projop_wparm_row_1059 ,projop_wparm_row_1060 ,projop_wparm_row_1061 ,projop_wparm_row_1062 ,projop_wparm_row_1063 ,projop_wparm_row_1064 ,projop_wparm_row_1065 ,projop_wparm_row_1066 ,projop_wparm_row_1067 ,projop_wparm_row_1068 ,projop_wparm_row_1069 ,projop_wparm_row_1070 ,projop_wparm_row_1071 ,projop_wparm_row_1072 ,projop_wparm_row_1073 ,projop_wparm_row_1074 ,projop_wparm_row_1075 ,projop_wparm_row_1076 ,projop_wparm_row_1077 ,projop_wparm_row_1078 ,projop_wparm_row_1079 ,projop_wparm_row_1080 ,projop_wparm_row_1081 ,projop_wparm_row_1082 ,projop_wparm_row_1083 ,projop_wparm_row_1084 ,projop_wparm_row_1085 ,projop_wparm_row_1086 ,projop_wparm_row_1087 ,projop_wparm_row_1088 ,projop_wparm_row_1089 ,projop_wparm_row_1090 ,projop_wparm_row_1091 ,projop_wparm_row_1092 ,projop_wparm_row_1093 ,projop_wparm_row_1094 ,projop_wparm_row_1095 ,projop_wparm_row_1096 ,projop_wparm_row_1097 ,projop_wparm_row_1098 ,projop_wparm_row_1099 ,projop_wparm_row_1100 ,projop_wparm_row_1101 ,projop_wparm_row_1102 ,projop_wparm_row_1103 ,projop_wparm_row_1104 ,projop_wparm_row_1105 ,projop_wparm_row_1106 ,projop_wparm_row_1107 ,projop_wparm_row_1108 ,projop_wparm_row_1109 ,projop_wparm_row_1110 ,projop_wparm_row_1111 ,projop_wparm_row_1112 ,projop_wparm_row_1113 ,projop_wparm_row_1114 ,projop_wparm_row_1115 ,projop_wparm_row_1116 ,projop_wparm_row_1117 ,projop_wparm_row_1118 ,projop_wparm_row_1119 ,projop_wparm_row_1120 ,projop_wparm_row_1121 ,projop_wparm_row_1122 ,projop_wparm_row_1123 ,projop_wparm_row_1124 ,projop_wparm_row_1125 ,projop_wparm_row_1126 ,projop_wparm_row_1127 ,projop_wparm_row_1128 ,projop_wparm_row_1129 ,projop_wparm_row_1130 ,projop_wparm_row_1131 ,projop_wparm_row_1132,NULL};
+datafile_rows_t projop_wparm_row_30[] = {"10408","California CS27 zone VII","9802","8821","34.08","9110","8822","-118.2","9110","8823","34.25","9110","8824","33.52","9110","8826","4186692.58","9003","8827","4160926.74","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_31[] = {"10420","California Albers","9822","8821","0","9102","8822","-120","9102","8823","34","9102","8824","40.5","9102","8826","0","9001","8827","-4000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_32[] = {"10431","SPCS83 California zone 1 (meters)","9802","8821","39.2","9110","8822","-122","9110","8823","41.4","9110","8824","40","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_33[] = {"10432","SPCS83 California zone 2 (meters)","9802","8821","37.4","9110","8822","-122","9110","8823","39.5","9110","8824","38.2","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_34[] = {"10433","SPCS83 California zone 3 (meters)","9802","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_35[] = {"10434","SPCS83 California zone 4 (meters)","9802","8821","35.2","9110","8822","-119","9110","8823","37.15","9110","8824","36","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_36[] = {"10435","SPCS83 California zone 5 (meters)","9802","8821","33.3","9110","8822","-118","9110","8823","35.28","9110","8824","34.02","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_37[] = {"10436","SPCS83 California zone 6 (meters)","9802","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","2000000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_38[] = {"10501","Colorado CS27 North zone","9802","8821","39.2","9110","8822","-105.3","9110","8823","39.43","9110","8824","40.47","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_39[] = {"10502","Colorado CS27 Central zone","9802","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_40[] = {"10503","Colorado CS27 South zone","9802","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_41[] = {"10531","SPCS83 Colorado North zone (meters)","9802","8821","39.2","9110","8822","-105.3","9110","8823","40.47","9110","8824","39.43","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_42[] = {"10532","SPCS83 Colorado Central zone (meters)","9802","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_43[] = {"10533","SPCS83 Colorado South zone (meters)","9802","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","914401.8289","9001","8827","304800.6096","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_44[] = {"10600","Connecticut CS27","9802","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","600000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_45[] = {"10630","SPCS83 Connecticut zone (meters)","9802","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","304800.6096","9001","8827","152400.3048","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_46[] = {"10700","Delaware CS27","9807","8801","38","9110","8802","-75.25","9110","8805","0.999995","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_47[] = {"10730","SPCS83 Delaware zone (meters)","9807","8801","38","9110","8802","-75.25","9110","8805","0.999995","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_48[] = {"10901","Florida CS27 East zone","9807","8801","24.2","9110","8802","-81","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_49[] = {"10902","Florida CS27 West zone","9807","8801","24.2","9110","8802","-82","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_50[] = {"10903","Florida CS27 North zone","9802","8821","29","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_51[] = {"10931","SPCS83 Florida East zone (meters)","9807","8801","24.2","9110","8802","-81","9110","8805","0.999941177","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_52[] = {"10932","SPCS83 Florida West zone (meters)","9807","8801","24.2","9110","8802","-82","9110","8805","0.999941177","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_53[] = {"10933","SPCS83 Florida North zone (meters)","9802","8821","29","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_54[] = {"10934","Florida GDL Albers (meters)","9822","8821","24","9110","8822","-84","9110","8823","24","9110","8824","31.3","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_55[] = {"11001","Georgia CS27 East zone","9807","8801","30","9110","8802","-82.1","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_56[] = {"11002","Georgia CS27 West zone","9807","8801","30","9110","8802","-84.1","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_57[] = {"11031","SPCS83 Georgia East zone (meters)","9807","8801","30","9110","8802","-82.1","9110","8805","0.9999","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_58[] = {"11032","SPCS83 Georgia West zone (meters)","9807","8801","30","9110","8802","-84.1","9110","8805","0.9999","9201","8806","700000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_59[] = {"11101","Idaho CS27 East zone","9807","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_60[] = {"11102","Idaho CS27 Central zone","9807","8801","41.4","9110","8802","-114","9110","8805","0.999947368","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_61[] = {"11103","Idaho CS27 West zone","9807","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_62[] = {"11131","SPCS83 Idaho East zone (meters)","9807","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_63[] = {"11132","SPCS83 Idaho Central zone (meters)","9807","8801","41.4","9110","8802","-114","9110","8805","0.999947368","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_64[] = {"11133","SPCS83 Idaho West zone (meters)","9807","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","800000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_65[] = {"11201","Illinois CS27 East zone","9807","8801","36.4","9110","8802","-88.2","9110","8805","0.999975","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_66[] = {"11202","Illinois CS27 West zone","9807","8801","36.4","9110","8802","-90.1","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_67[] = {"11231","SPCS83 Illinois East zone (meters)","9807","8801","36.4","9110","8802","-88.2","9110","8805","0.999975","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_68[] = {"11232","SPCS83 Illinois West zone (meters)","9807","8801","36.4","9110","8802","-90.1","9110","8805","0.999941177","9201","8806","700000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_69[] = {"11301","Indiana CS27 East zone","9807","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_70[] = {"11302","Indiana CS27 West zone","9807","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_71[] = {"11331","SPCS83 Indiana East zone (meters)","9807","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","100000","9001","8807","250000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_72[] = {"11332","SPCS83 Indiana West zone (meters)","9807","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","900000","9001","8807","250000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_73[] = {"11401","Iowa CS27 North zone","9802","8821","41.3","9110","8822","-93.3","9110","8823","43.16","9110","8824","42.04","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_74[] = {"11402","Iowa CS27 South zone","9802","8821","40","9110","8822","-93.3","9110","8823","41.47","9110","8824","40.37","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_75[] = {"11431","SPCS83 Iowa North zone (meters)","9802","8821","41.3","9110","8822","-93.3","9110","8823","43.16","9110","8824","42.04","9110","8826","1500000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_76[] = {"11432","SPCS83 Iowa South zone (meters)","9802","8821","40","9110","8822","-93.3","9110","8823","41.47","9110","8824","40.37","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_77[] = {"11501","Kansas CS27 North zone","9802","8821","38.2","9110","8822","-98","9110","8823","39.47","9110","8824","38.43","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_78[] = {"11502","Kansas CS27 South zone","9802","8821","36.4","9110","8822","-98.3","9110","8823","38.34","9110","8824","37.16","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_79[] = {"11531","SPCS83 Kansas North zone (meters)","9802","8821","38.2","9110","8822","-98","9110","8823","39.47","9110","8824","38.43","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_80[] = {"11532","SPCS83 Kansas South zone (meters)","9802","8821","36.4","9110","8822","-98.3","9110","8823","38.34","9110","8824","37.16","9110","8826","400000","9001","8827","400000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_81[] = {"11601","Kentucky CS27 North zone","9802","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_82[] = {"11602","Kentucky CS27 South zone","9802","8821","36.2","9110","8822","-85.45","9110","8823","36.44","9110","8824","37.56","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_83[] = {"11630","SPCS83 Kentucky Single Zone (meters)","9802","8821","36.2","9110","8822","-85.45","9110","8823","37.05","9110","8824","38.4","9110","8826","1500000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_84[] = {"11631","Kentucky CS83 North zone","9802","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","37.58","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_85[] = {"11632","SPCS83 Kentucky South zone (meters)","9802","8821","36.2","9110","8822","-85.45","9110","8823","37.56","9110","8824","36.44","9110","8826","500000","9001","8827","500000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_86[] = {"11701","Louisiana CS27 North zone","9802","8821","30.4","9110","8822","-92.3","9110","8823","31.1","9110","8824","32.4","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_87[] = {"11702","Louisiana CS27 South zone","9802","8821","28.4","9110","8822","-91.2","9110","8823","29.18","9110","8824","30.42","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_88[] = {"11703","Louisiana CS27 Offshore zone","9802","8821","25.4","9110","8822","-91.2","9110","8823","27.5","9110","8824","26.1","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_89[] = {"11731","SPCS83 Louisiana North zone (meters)","9802","8821","30.3","9110","8822","-92.3","9110","8823","32.4","9110","8824","31.1","9110","8826","1000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_90[] = {"11732","SPCS83 Louisiana South zone (meters)","9802","8821","28.3","9110","8822","-91.2","9110","8823","30.42","9110","8824","29.18","9110","8826","1000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_91[] = {"11733","SPCS83 Louisiana Offshore zone (meters)","9802","8821","25.3","9110","8822","-91.2","9110","8823","27.5","9110","8824","26.1","9110","8826","1000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_92[] = {"11801","Maine CS27 East zone","9807","8801","43.5","9110","8802","-68.3","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_93[] = {"11802","Maine CS27 West zone","9807","8801","42.5","9110","8802","-70.1","9110","8805","0.999966667","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_94[] = {"11831","SPCS83 Maine East zone (meters)","9807","8801","43.4","9110","8802","-68.3","9110","8805","0.9999","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_95[] = {"11832","SPCS83 Maine West zone (meters)","9807","8801","42.5","9110","8802","-70.1","9110","8805","0.999966667","9201","8806","900000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_96[] = {"11851","Maine CS2000 East zone","9807","8801","43.5","9110","8802","-67.523","9110","8805","0.99998","9201","8806","700000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_97[] = {"11852","Maine CS2000 Central zone","9807","8801","43","9110","8802","-69.073","9110","8805","0.99998","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_98[] = {"11853","Maine CS2000 West zone","9807","8801","42.5","9110","8802","-70.223","9110","8805","0.99998","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_99[] = {"11854","Maine CS2000 Central zone","9807","8801","43.3","9110","8802","-69.073","9110","8805","0.99998","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_100[] = {"11900","Maryland CS27","9802","8821","37.5","9110","8822","-77","9110","8823","38.18","9110","8824","39.27","9110","8826","800000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_101[] = {"11930","SPCS83 Maryland zone (meters)","9802","8821","37.4","9110","8822","-77","9110","8823","39.27","9110","8824","38.18","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_102[] = {"12001","Massachusetts CS27 Mainland zone","9802","8821","41","9110","8822","-71.3","9110","8823","41.43","9110","8824","42.41","9110","8826","600000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_103[] = {"12002","Massachusetts CS27 Island zone","9802","8821","41","9110","8822","-70.3","9110","8823","41.17","9110","8824","41.29","9110","8826","200000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_104[] = {"12031","SPCS83 Massachusetts Mainland zone (meters)","9802","8821","41","9110","8822","-71.3","9110","8823","42.41","9110","8824","41.43","9110","8826","200000","9001","8827","750000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_105[] = {"12032","SPCS83 Massachusetts Island zone (meters)","9802","8821","41","9110","8822","-70.3","9110","8823","41.29","9110","8824","41.17","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_106[] = {"12101","Michigan State Plane East zone","9807","8801","41.3","9110","8802","-83.4","9110","8805","0.999942857","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_107[] = {"12102","Michigan State Plane Old Central zone","9807","8801","41.3","9110","8802","-85.45","9110","8805","0.999909091","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_108[] = {"12103","Michigan State Plane West zone","9807","8801","41.3","9110","8802","-88.45","9110","8805","0.999909091","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_109[] = {"12111","Michigan CS27 North zone","9802","8821","44.47","9110","8822","-87","9110","8823","45.29","9110","8824","47.05","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_110[] = {"12112","Michigan CS27 Central zone","9802","8821","43.19","9110","8822","-84.2","9110","8823","44.11","9110","8824","45.42","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_111[] = {"12113","Michigan CS27 South zone","9802","8821","41.3","9110","8822","-84.2","9110","8823","42.06","9110","8824","43.4","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_112[] = {"12141","SPCS83 Michigan North zone (meters)","9802","8821","44.47","9110","8822","-87","9110","8823","47.05","9110","8824","45.29","9110","8826","8000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_113[] = {"12142","SPCS83 Michigan Central zone (meters)","9802","8821","43.19","9110","8822","-84.22","9110","8823","45.42","9110","8824","44.11","9110","8826","6000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_114[] = {"12143","SPCS83 Michigan South zone (meters)","9802","8821","41.3","9110","8822","-84.22","9110","8823","43.4","9110","8824","42.06","9110","8826","4000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_115[] = {"12150","Michigan Oblique Mercator (meters)","9812","8806","2546731.496","9001","8807","-4354009.816","9001","8811","45.1833","9110","8812","-86","9110","8813","337.25556","9102","8814","337.25556","9102","8815","0.9996","9201 ",NULL};
+datafile_rows_t projop_wparm_row_116[] = {"12201","Minnesota CS27 North zone","9802","8821","46.3","9110","8822","-93.06","9110","8823","47.02","9110","8824","48.38","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_117[] = {"12202","Minnesota CS27 Central zone","9802","8821","45","9110","8822","-94.15","9110","8823","45.37","9110","8824","47.03","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_118[] = {"12203","Minnesota CS27 South zone","9802","8821","43","9110","8822","-94","9110","8823","43.47","9110","8824","45.13","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_119[] = {"12231","SPCS83 Minnesota North zone (meters)","9802","8821","46.3","9110","8822","-93.06","9110","8823","48.38","9110","8824","47.02","9110","8826","800000","9001","8827","100000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_120[] = {"12232","SPCS83 Minnesota Central zone (meters)","9802","8821","45","9110","8822","-94.15","9110","8823","47.03","9110","8824","45.37","9110","8826","800000","9001","8827","100000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_121[] = {"12233","SPCS83 Minnesota South zone (meters)","9802","8821","43","9110","8822","-94","9110","8823","45.13","9110","8824","43.47","9110","8826","800000","9001","8827","100000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_122[] = {"12301","Mississippi CS27 East zone","9807","8801","29.4","9110","8802","-88.5","9110","8805","0.99996","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_123[] = {"12302","Mississippi CS27 West zone","9807","8801","30.3","9110","8802","-90.2","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_124[] = {"12331","SPCS83 Mississippi East zone (meters)","9807","8801","29.3","9110","8802","-88.5","9110","8805","0.99995","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_125[] = {"12332","SPCS83 Mississippi West zone (meters)","9807","8801","29.3","9110","8802","-90.2","9110","8805","0.99995","9201","8806","700000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_126[] = {"12401","Missouri CS27 East zone","9807","8801","35.5","9110","8802","-90.3","9110","8805","0.999933333","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_127[] = {"12402","Missouri CS27 Central zone","9807","8801","35.5","9110","8802","-92.3","9110","8805","0.999933333","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_128[] = {"12403","Missouri CS27 West zone","9807","8801","36.1","9110","8802","-94.3","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_129[] = {"12431","SPCS83 Missouri East zone (meters)","9807","8801","35.5","9110","8802","-90.3","9110","8805","0.999933333","9201","8806","250000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_130[] = {"12432","SPCS83 Missouri Central zone (meters)","9807","8801","35.5","9110","8802","-92.3","9110","8805","0.999933333","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_131[] = {"12433","SPCS83 Missouri West zone (meters)","9807","8801","36.1","9110","8802","-94.3","9110","8805","0.999941177","9201","8806","850000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_132[] = {"12501","Montana CS27 North zone","9802","8821","47","9110","8822","-109.3","9110","8823","48.43","9110","8824","47.51","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_133[] = {"12502","Montana CS27 Central zone","9802","8821","45.5","9110","8822","-109.3","9110","8823","47.53","9110","8824","46.27","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_134[] = {"12503","Montana CS27 South zone","9802","8821","44","9110","8822","-109.3","9110","8823","46.24","9110","8824","44.52","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_135[] = {"12530","SPCS83 Montana zone (meters)","9802","8821","44.15","9110","8822","-109.3","9110","8823","49","9110","8824","45","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_136[] = {"12601","Nebraska CS27 North zone","9802","8821","41.2","9110","8822","-100","9110","8823","41.51","9110","8824","42.49","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_137[] = {"12602","Nebraska CS27 South zone","9802","8821","39.4","9110","8822","-99.3","9110","8823","40.17","9110","8824","41.43","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_138[] = {"12630","SPCS83 Nebraska zone (meters)","9802","8821","39.5","9110","8822","-100","9110","8823","43","9110","8824","40","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_139[] = {"12701","Nevada CS27 East zone","9807","8801","34.45","9110","8802","-115.35","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_140[] = {"12702","Nevada CS27 Central zone","9807","8801","34.45","9110","8802","-116.4","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_141[] = {"12703","Nevada CS27 West zone","9807","8801","34.45","9110","8802","-118.35","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_142[] = {"12731","SPCS83 Nevada East zone (meters)","9807","8801","34.45","9110","8802","-115.35","9110","8805","0.9999","9201","8806","200000","9001","8807","8000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_143[] = {"12732","SPCS83 Nevada Central zone (meters)","9807","8801","34.45","9110","8802","-116.4","9110","8805","0.9999","9201","8806","500000","9001","8807","6000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_144[] = {"12733","SPCS83 Nevada West zone (meters)","9807","8801","34.45","9110","8802","-118.35","9110","8805","0.9999","9201","8806","800000","9001","8807","4000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_145[] = {"12800","New Hampshire CS27","9807","8801","42.3","9110","8802","-71.4","9110","8805","0.999966667","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_146[] = {"12830","SPCS83 New Hampshire zone (meters)","9807","8801","42.3","9110","8802","-71.4","9110","8805","0.999966667","9201","8806","300000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_147[] = {"12900","New Jersey CS27","9807","8801","38.5","9110","8802","-74.4","9110","8805","0.999975","9201","8806","2000000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_148[] = {"12930","SPCS83 New Jersey zone (meters)","9807","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","150000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_149[] = {"13001","New Mexico CS27 East zone","9807","8801","31","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_150[] = {"13002","New Mexico CS27 Central zone","9807","8801","31","9110","8802","-106.15","9110","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_151[] = {"13003","New Mexico CS27 West zone","9807","8801","31","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_152[] = {"13031","SPCS83 New Mexico East zone (meters)","9807","8801","31","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","165000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_153[] = {"13032","SPCS83 New Mexico Central zone (meters)","9807","8801","31","9110","8802","-106.15","9110","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_154[] = {"13033","SPCS83 New Mexico West zone (meters)","9807","8801","31","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","830000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_155[] = {"13101","New York CS27 East zone","9807","8801","40","9110","8802","-74.2","9110","8805","0.999966667","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_156[] = {"13102","New York CS27 Central zone","9807","8801","40","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_157[] = {"13103","New York CS27 West zone","9807","8801","40","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_158[] = {"13104","New York CS27 Long Island zone","9802","8821","40.3","9110","8822","-74","9110","8823","41.02","9110","8824","40.4","9110","8826","1000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_159[] = {"13131","SPCS83 New York East zone (meters)","9807","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","150000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_160[] = {"13132","SPCS83 New York Central zone (meters)","9807","8801","40","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","250000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_161[] = {"13133","SPCS83 New York West zone (meters)","9807","8801","40","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","350000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_162[] = {"13134","SPCS83 New York Long Island zone (meters)","9802","8821","40.1","9110","8822","-74","9110","8823","41.02","9110","8824","40.4","9110","8826","300000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_163[] = {"13200","North Carolina CS27","9802","8821","33.45","9110","8822","-79","9110","8823","34.2","9110","8824","36.1","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_164[] = {"13230","SPCS83 North Carolina zone (meters)","9802","8821","33.45","9110","8822","-79","9110","8823","36.1","9110","8824","34.2","9110","8826","609601.22","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_165[] = {"13301","North Dakota CS27 North zone","9802","8821","47","9110","8822","-100.3","9110","8823","47.26","9110","8824","48.44","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_166[] = {"13302","North Dakota CS27 South zone","9802","8821","45.4","9110","8822","-100.3","9110","8823","46.11","9110","8824","47.29","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_167[] = {"13331","SPCS83 North Dakota North zone (meters)","9802","8821","47","9110","8822","-100.3","9110","8823","48.44","9110","8824","47.26","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_168[] = {"13332","SPCS83 North Dakota South zone (meters)","9802","8821","45.4","9110","8822","-100.3","9110","8823","47.29","9110","8824","46.11","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_169[] = {"13401","Ohio CS27 North zone","9802","8821","39.4","9110","8822","-82.3","9110","8823","40.26","9110","8824","41.42","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_170[] = {"13402","Ohio CS27 South zone","9802","8821","38","9110","8822","-82.3","9110","8823","38.44","9110","8824","40.02","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_171[] = {"13431","SPCS83 Ohio North zone (meters)","9802","8821","39.4","9110","8822","-82.3","9110","8823","41.42","9110","8824","40.26","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_172[] = {"13432","SPCS83 Ohio South zone (meters)","9802","8821","38","9110","8822","-82.3","9110","8823","40.02","9110","8824","38.44","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_173[] = {"13433","SPCS83 Ohio North zone (US Survey feet)","9802","8821","39.4","9110","8822","-82.3","9110","8823","41.42","9110","8824","40.26","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_174[] = {"13434","SPCS83 Ohio South zone (US Survey feet)","9802","8821","38","9110","8822","-82.3","9110","8823","40.02","9110","8824","38.44","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_175[] = {"13501","Oklahoma CS27 North zone","9802","8821","35","9110","8822","-98","9110","8823","35.34","9110","8824","36.46","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_176[] = {"13502","Oklahoma CS27 South zone","9802","8821","33.2","9110","8822","-98","9110","8823","33.56","9110","8824","35.14","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_177[] = {"13531","SPCS83 Oklahoma North zone (meters)","9802","8821","35","9110","8822","-98","9110","8823","36.46","9110","8824","35.34","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_178[] = {"13532","SPCS83 Oklahoma South zone (meters)","9802","8821","33.2","9110","8822","-98","9110","8823","35.14","9110","8824","33.56","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_179[] = {"13601","Oregon CS27 North zone","9802","8821","43.4","9110","8822","-120.3","9110","8823","44.2","9110","8824","46","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_180[] = {"13602","Oregon CS27 South zone","9802","8821","41.4","9110","8822","-120.3","9110","8823","42.2","9110","8824","44","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_181[] = {"13631","SPCS83 Oregon North zone (meters)","9802","8821","43.4","9110","8822","-120.3","9110","8823","46","9110","8824","44.2","9110","8826","2500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_182[] = {"13632","SPCS83 Oregon South zone (meters)","9802","8821","41.4","9110","8822","-120.3","9110","8823","44","9110","8824","42.2","9110","8826","1500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_183[] = {"13633","Oregon GIC Lambert (meters)","9802","8821","41.45","9110","8822","-120.3","9110","8823","43","9110","8824","45.3","9110","8826","400000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_184[] = {"13701","Pennsylvania CS27 North zone","9802","8821","40.1","9110","8822","-77.45","9110","8823","40.53","9110","8824","41.57","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_185[] = {"13702","Pennsylvania CS27 South zone","9802","8821","39.2","9110","8822","-77.45","9110","8823","39.56","9110","8824","40.48","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_186[] = {"13731","SPCS83 Pennsylvania North zone (meters)","9802","8821","40.1","9110","8822","-77.45","9110","8823","41.57","9110","8824","40.53","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_187[] = {"13732","SPCS83 Pennsylvania South zone (meters)","9802","8821","39.2","9110","8822","-77.45","9110","8823","40.58","9110","8824","39.56","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_188[] = {"13800","Rhode Island CS27","9807","8801","41.05","9110","8802","-71.3","9110","8805","0.9999938","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_189[] = {"13830","SPCS83 Rhode Island zone (meters)","9807","8801","41.05","9110","8802","-71.3","9110","8805","0.99999375","9201","8806","100000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_190[] = {"13901","South Carolina CS27 North zone","9802","8821","33","9110","8822","-81","9110","8823","33.46","9110","8824","34.58","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_191[] = {"13902","South Carolina CS27 South zone","9802","8821","31.5","9110","8822","-81","9110","8823","32.2","9110","8824","33.4","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_192[] = {"13930","SPCS83 South Carolina zone (meters)","9802","8821","31.5","9110","8822","-81","9110","8823","34.5","9110","8824","32.3","9110","8826","609600","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_193[] = {"14001","South Dakota CS27 North zone","9802","8821","43.5","9110","8822","-100","9110","8823","44.25","9110","8824","45.41","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_194[] = {"14002","South Dakota CS27 South zone","9802","8821","42.2","9110","8822","-100.2","9110","8823","42.5","9110","8824","44.24","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_195[] = {"14031","SPCS83 South Dakota North zone (meters)","9802","8821","43.5","9110","8822","-100","9110","8823","45.41","9110","8824","44.25","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_196[] = {"14032","SPCS83 South Dakota South zone (meters)","9802","8821","42.2","9110","8822","-100.2","9110","8823","44.24","9110","8824","42.5","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_197[] = {"14100","Tennessee CS27","9802","8821","34.4","9110","8822","-86","9110","8823","35.15","9110","8824","36.25","9110","8826","100000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_198[] = {"14130","SPCS83 Tennessee zone (meters)","9802","8821","34.2","9110","8822","-86","9110","8823","36.25","9110","8824","35.15","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_199[] = {"14201","Texas CS27 North zone","9802","8821","34","9110","8822","-101.3","9110","8823","34.39","9110","8824","36.11","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_200[] = {"14202","Texas CS27 North Central zone","9802","8821","31.4","9110","8822","-97.3","9110","8823","32.08","9110","8824","33.58","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_201[] = {"14203","Texas CS27 Central zone","9802","8821","29.4","9110","8822","-100.2","9110","8823","30.07","9110","8824","31.53","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_202[] = {"14204","Texas CS27 South Central zone","9802","8821","27.5","9110","8822","-99","9110","8823","28.23","9110","8824","30.17","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_203[] = {"14205","Texas CS27 South zone","9802","8821","25.4","9110","8822","-98.3","9110","8823","26.1","9110","8824","27.5","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_204[] = {"14231","SPCS83 Texas North zone (meters)","9802","8821","34","9110","8822","-101.3","9110","8823","36.11","9110","8824","34.39","9110","8826","200000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_205[] = {"14232","SPCS83 Texas North Central zone (meters)","9802","8821","31.4","9110","8822","-98.3","9110","8823","33.58","9110","8824","32.08","9110","8826","600000","9001","8827","2000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_206[] = {"14233","SPCS83 Texas Central zone (meters)","9802","8821","29.4","9110","8822","-100.2","9110","8823","31.53","9110","8824","30.07","9110","8826","700000","9001","8827","3000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_207[] = {"14234","SPCS83 Texas South Central zone (meters)","9802","8821","27.5","9110","8822","-99","9110","8823","30.17","9110","8824","28.23","9110","8826","600000","9001","8827","4000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_208[] = {"14235","SPCS83 Texas South zone (meters)","9802","8821","25.4","9110","8822","-98.3","9110","8823","27.5","9110","8824","26.1","9110","8826","300000","9001","8827","5000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_209[] = {"14251","Texas State Mapping System (meters)","9802","8821","31.1","9110","8822","-100","9110","8823","27.25","9110","8824","34.55","9110","8826","1000000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_210[] = {"14252","Shackleford","9802","8821","31.1","9110","8822","-100","9110","8823","27.25","9110","8824","34.55","9110","8826","3000000","9002","8827","3000000","9002","",""," ",NULL};
+datafile_rows_t projop_wparm_row_211[] = {"14253","Texas Centric Lambert Conformal","9802","8821","18","9110","8822","-100","9110","8823","27.3","9110","8824","35","9110","8826","1500000","9001","8827","5000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_212[] = {"14254","Texas Centric Albers Equal Area","9822","8821","18","9110","8822","-100","9110","8823","27.3","9110","8824","35","9110","8826","1500000","9001","8827","6000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_213[] = {"14301","Utah CS27 North zone","9802","8821","40.2","9110","8822","-111.3","9110","8823","40.43","9110","8824","41.47","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_214[] = {"14302","Utah CS27 Central zone","9802","8821","38.2","9110","8822","-111.3","9110","8823","39.01","9110","8824","40.39","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_215[] = {"14303","Utah CS27 South zone","9802","8821","36.4","9110","8822","-111.3","9110","8823","37.13","9110","8824","38.21","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_216[] = {"14331","SPCS83 Utah North zone (meters)","9802","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","500000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_217[] = {"14332","SPCS83 Utah Central zone (meters)","9802","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","500000","9001","8827","2000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_218[] = {"14333","SPCS83 Utah South zone (meters)","9802","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","500000","9001","8827","3000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_219[] = {"14400","Vermont CS27","9807","8801","42.3","9110","8802","-72.3","9110","8805","0.999964286","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_220[] = {"14430","SPCS83 Vermont zone (meters)","9807","8801","42.3","9110","8802","-72.3","9110","8805","0.999964286","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_221[] = {"14501","Virginia CS27 North zone","9802","8821","37.4","9110","8822","-78.3","9110","8823","38.02","9110","8824","39.12","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_222[] = {"14502","Virginia CS27 South zone","9802","8821","36.2","9110","8822","-78.3","9110","8823","36.46","9110","8824","37.58","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_223[] = {"14531","SPCS83 Virginia North zone (meters)","9802","8821","37.4","9110","8822","-78.3","9110","8823","39.12","9110","8824","38.02","9110","8826","3500000","9001","8827","2000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_224[] = {"14532","SPCS83 Virginia South zone (meters)","9802","8821","36.2","9110","8822","-78.3","9110","8823","37.58","9110","8824","36.46","9110","8826","3500000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_225[] = {"14601","Washington CS27 North zone","9802","8821","47","9110","8822","-120.5","9110","8823","47.3","9110","8824","48.44","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_226[] = {"14602","Washington CS27 South zone","9802","8821","45.2","9110","8822","-120.3","9110","8823","45.5","9110","8824","47.2","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_227[] = {"14631","SPCS83 Washington North zone (meters)","9802","8821","47","9110","8822","-120.5","9110","8823","48.44","9110","8824","47.3","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_228[] = {"14632","SPCS83 Washington South zone (meters)","9802","8821","45.2","9110","8822","-120.3","9110","8823","47.2","9110","8824","45.5","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_229[] = {"14701","West Virginia CS27 North zone","9802","8821","38.3","9110","8822","-79.3","9110","8823","39","9110","8824","40.15","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_230[] = {"14702","West Virginia CS27 South zone","9802","8821","37","9110","8822","-81","9110","8823","37.29","9110","8824","38.53","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_231[] = {"14731","SPCS83 West Virginia North zone (meters)","9802","8821","38.3","9110","8822","-79.3","9110","8823","40.15","9110","8824","39","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_232[] = {"14732","SPCS83 West Virginia South zone (meters)","9802","8821","37","9110","8822","-81","9110","8823","38.53","9110","8824","37.29","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_233[] = {"14801","Wisconsin CS27 North zone","9802","8821","45.1","9110","8822","-90","9110","8823","45.34","9110","8824","46.46","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_234[] = {"14802","Wisconsin CS27 Central zone","9802","8821","43.5","9110","8822","-90","9110","8823","44.15","9110","8824","45.3","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_235[] = {"14803","Wisconsin CS27 South zone","9802","8821","42","9110","8822","-90","9110","8823","42.44","9110","8824","44.04","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_236[] = {"14811","Wisconsin Transverse Mercator 27","9807","8801","0","9102","8802","-90","9102","8805","0.9996","9201","8806","500000","9001","8807","-4500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_237[] = {"14831","SPCS83 Wisconsin North zone (meters)","9802","8821","45.1","9110","8822","-90","9110","8823","46.46","9110","8824","45.34","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_238[] = {"14832","SPCS83 Wisconsin Central zone (meters)","9802","8821","43.5","9110","8822","-90","9110","8823","45.3","9110","8824","44.15","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_239[] = {"14833","SPCS83 Wisconsin South zone (meters)","9802","8821","42","9110","8822","-90","9110","8823","44.04","9110","8824","42.44","9110","8826","600000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_240[] = {"14841","Wisconsin Transverse Mercator 83","9807","8801","0","9102","8802","-90","9102","8805","0.9996","9201","8806","520000","9001","8807","-4480000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_241[] = {"14901","Wyoming CS27 East zone","9807","8801","40.4","9110","8802","-105.1","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_242[] = {"14902","Wyoming CS27 East Central zone","9807","8801","40.4","9110","8802","-107.2","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_243[] = {"14903","Wyoming CS27 West Central zone","9807","8801","40.4","9110","8802","-108.45","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_244[] = {"14904","Wyoming CS27 West zone","9807","8801","40.4","9110","8802","-110.05","9110","8805","0.999941177","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_245[] = {"14931","SPCS83 Wyoming East zone (meters)","9807","8801","40.3","9110","8802","-105.1","9110","8805","0.9999375","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_246[] = {"14932","SPCS83 Wyoming East Central zone (meters)","9807","8801","40.3","9110","8802","-107.2","9110","8805","0.9999375","9201","8806","400000","9001","8807","100000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_247[] = {"14933","SPCS83 Wyoming West Central zone (meters)","9807","8801","40.3","9110","8802","-108.45","9110","8805","0.9999375","9201","8806","600000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_248[] = {"14934","SPCS83 Wyoming West zone (meters)","9807","8801","40.3","9110","8802","-110.05","9110","8805","0.9999375","9201","8806","800000","9001","8807","100000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_249[] = {"14935","SPCS83 Wyoming East zone (US Survey feet)","9807","8801","40.3","9110","8802","-105.1","9110","8805","0.9999375","9201","8806","656166.6667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_250[] = {"14936","SPCS83 Wyoming East Central zone (US Survey feet)","9807","8801","40.3","9110","8802","-107.2","9110","8805","0.9999375","9201","8806","1312333.3333","9003","8807","328083.3333","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_251[] = {"14937","SPCS83 Wyoming West Central zone (US Survey feet)","9807","8801","40.3","9110","8802","-108.45","9110","8805","0.9999375","9201","8806","1968500","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_252[] = {"14938","SPCS83 Wyoming West zone (US Survey feet)","9807","8801","40.3","9110","8802","-110.05","9110","8805","0.9999375","9201","8806","2624666.6667","9003","8807","328083.3333","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_253[] = {"15001","Alaska CS27 zone 1","9812","8806","16404166.67","9003","8807","-16404166.67","9003","8811","57","9110","8812","-133.4","9110","8813","323.07483685","9110","8814","323.07483685","9110","8815","0.9999","9201 ",NULL};
+datafile_rows_t projop_wparm_row_254[] = {"15002","Alaska CS27 zone 2","9807","8801","54","9102","8802","-142","9102","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_255[] = {"15003","Alaska CS27 zone 3","9807","8801","54","9102","8802","-146","9102","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_256[] = {"15004","Alaska CS27 zone 4","9807","8801","54","9102","8802","-150","9102","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_257[] = {"15005","Alaska CS27 zone 5","9807","8801","54","9102","8802","-154","9102","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_258[] = {"15006","Alaska CS27 zone 6","9807","8801","54","9102","8802","-158","9102","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_259[] = {"15007","Alaska CS27 zone 7","9807","8801","54","9102","8802","-162","9102","8805","0.9999","9201","8806","700000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_260[] = {"15008","Alaska CS27 zone 8","9807","8801","54","9102","8802","-166","9102","8805","0.9999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_261[] = {"15009","Alaska CS27 zone 9","9807","8801","54","9102","8802","-170","9102","8805","0.9999","9201","8806","600000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_262[] = {"15010","Alaska CS27 zone 10","9802","8821","51","9110","8822","-176","9110","8823","53.5","9110","8824","51.5","9110","8826","3000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_263[] = {"15020","Alaska Albers","9822","8821","50","9102","8822","-154","9102","8823","55","9102","8824","65","9102","8826","0","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_264[] = {"15021","Alaska Albers (meters)","9822","8821","50","9102","8822","-154","9102","8823","55","9102","8824","65","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_265[] = {"15031","SPCS83 Alaska zone 1 (meters)","9812","8806","5000000","9001","8807","-5000000","9001","8811","57","9110","8812","-133.4","9110","8813","323.07483685","9110","8814","323.07483685","9110","8815","0.9999","9201 ",NULL};
+datafile_rows_t projop_wparm_row_266[] = {"15032","SPCS83 Alaska zone 2 (meters)","9807","8801","54","9102","8802","-142","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_267[] = {"15033","SPCS83 Alaska zone 3 (meters)","9807","8801","54","9102","8802","-146","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_268[] = {"15034","SPCS83 Alaska zone 4 (meters)","9807","8801","54","9102","8802","-150","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_269[] = {"15035","SPCS83 Alaska zone 5 (meters)","9807","8801","54","9102","8802","-154","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_270[] = {"15036","SPCS83 Alaska zone 6 (meters)","9807","8801","54","9102","8802","-158","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_271[] = {"15037","SPCS83 Alaska zone 7 (meters)","9807","8801","54","9102","8802","-162","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_272[] = {"15038","SPCS83 Alaska zone 8 (meters)","9807","8801","54","9102","8802","-166","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_273[] = {"15039","SPCS83 Alaska zone 9 (meters)","9807","8801","54","9102","8802","-170","9102","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_274[] = {"15040","SPCS83 Alaska zone 10 (meters)","9802","8821","51","9110","8822","-176","9110","8823","53.5","9110","8824","51.5","9110","8826","1000000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_275[] = {"15101","Hawaii CS27 zone 1","9807","8801","18.5","9110","8802","-155.3","9110","8805","0.999966667","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_276[] = {"15102","Hawaii CS27 zone 2","9807","8801","20.2","9110","8802","-156.4","9110","8805","0.999966667","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_277[] = {"15103","Hawaii CS27 zone 3","9807","8801","21.1","9110","8802","-158","9110","8805","0.99999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_278[] = {"15104","Hawaii CS27 zone 4","9807","8801","21.5","9110","8802","-159.3","9110","8805","0.99999","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_279[] = {"15105","Hawaii CS27 zone 5","9807","8801","21.4","9110","8802","-160.1","9110","8805","1","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_280[] = {"15131","SPCS83 Hawaii zone 1 (meters)","9807","8801","18.5","9110","8802","-155.3","9110","8805","0.999966667","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_281[] = {"15132","SPCS83 Hawaii zone 2 (meters)","9807","8801","20.2","9110","8802","-156.4","9110","8805","0.999966667","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_282[] = {"15133","SPCS83 Hawaii zone 3 (meters)","9807","8801","21.1","9110","8802","-158","9110","8805","0.99999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_283[] = {"15134","SPCS83 Hawaii zone 4 (meters)","9807","8801","21.5","9110","8802","-159.3","9110","8805","0.99999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_284[] = {"15135","SPCS83 Hawaii zone 5 (meters)","9807","8801","21.4","9110","8802","-160.1","9110","8805","1","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_285[] = {"15138","SPCS83 Hawaii zone 3 (US Survey feet)","9807","8801","21.1","9110","8802","-158","9110","8805","0.99999","9201","8806","1640416.6667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_286[] = {"15201","Puerto Rico CS27","9802","8821","17.5","9110","8822","-66.26","9110","8823","18.26","9110","8824","18.02","9110","8826","500000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_287[] = {"15202","St. Croix CS27","9802","8821","17.5","9110","8822","-66.26","9110","8823","18.26","9110","8824","18.02","9110","8826","500000","9003","8827","100000","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_288[] = {"15230","SPCS83 Puerto Rico & Virgin Islands zone (meters)","9802","8821","17.5","9110","8822","-66.26","9110","8823","18.26","9110","8824","18.02","9110","8826","200000","9001","8827","200000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_289[] = {"15297","SPCS83 Utah North zone (US Survey feet)","9802","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","1640416.6667","9003","8827","3280833.3333","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_290[] = {"15298","SPCS83 Utah Central zone (US Survey feet)","9802","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","1640416.6667","9003","8827","6561666.6667","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_291[] = {"15299","SPCS83 Utah South zone (US Survey feet)","9802","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","1640416.6667","9003","8827","9842500","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_292[] = {"15300","American Samoa Lambert","9801","8801","-14.16","9110","8802","170","9110","8805","1","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_293[] = {"15301","American Samoa Lambert","9801","8801","-14.16","9110","8802","-170","9110","8805","1","9201","8806","500000","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_294[] = {"15302","Tennessee CS27","9802","8821","34.4","9110","8822","-86","9110","8823","35.15","9110","8824","36.25","9110","8826","2000000","9003","8827","100000","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_295[] = {"15303","SPCS83 Kentucky North zone (meters)","9802","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","500000","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_296[] = {"15304","SPCS83 Arizona East zone (International feet)","9807","8801","31","9110","8802","-110.1","9110","8805","0.9999","9201","8806","700000","9002","8807","0","9002","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_297[] = {"15305","SPCS83 Arizona Central zone (International feet)","9807","8801","31","9110","8802","-111.55","9110","8805","0.9999","9201","8806","700000","9002","8807","0","9002","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_298[] = {"15306","SPCS83 Arizona West zone (International feet)","9807","8801","31","9110","8802","-113.45","9110","8805","0.999933333","9201","8806","700000","9002","8807","0","9002","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_299[] = {"15307","SPCS83 California zone 1 (US Survey feet)","9802","8821","39.2","9110","8822","-122","9110","8823","41.4","9110","8824","40","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_300[] = {"15308","SPCS83 California zone 2 (US Survey feet)","9802","8821","37.4","9110","8822","-122","9110","8823","39.5","9110","8824","38.2","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_301[] = {"15309","SPCS83 California zone 3 (US Survey feet)","9802","8821","36.3","9110","8822","-120.3","9110","8823","38.26","9110","8824","37.04","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_302[] = {"15310","SPCS83 California zone 4 (US Survey feet)","9802","8821","35.2","9110","8822","-119","9110","8823","37.15","9110","8824","36","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_303[] = {"15311","SPCS83 California zone 5 (US Survey feet)","9802","8821","33.3","9110","8822","-118","9110","8823","35.28","9110","8824","34.02","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_304[] = {"15312","SPCS83 California zone 6 (US Survey feet)","9802","8821","32.1","9110","8822","-116.15","9110","8823","33.53","9110","8824","32.47","9110","8826","6561666.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_305[] = {"15313","SPCS83 Colorado North zone (US Survey feet)","9802","8821","39.2","9110","8822","-105.3","9110","8823","40.47","9110","8824","39.43","9110","8826","3000000","9003","8827","1000000","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_306[] = {"15314","SPCS83 Colorado Central zone (US Survey feet)","9802","8821","37.5","9110","8822","-105.3","9110","8823","39.45","9110","8824","38.27","9110","8826","3000000","9003","8827","1000000","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_307[] = {"15315","SPCS83 Colorado South zone (US Survey feet)","9802","8821","36.4","9110","8822","-105.3","9110","8823","38.26","9110","8824","37.14","9110","8826","3000000","9003","8827","1000000","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_308[] = {"15316","SPCS83 Connecticut zone (US Survey feet)","9802","8821","40.5","9110","8822","-72.45","9110","8823","41.52","9110","8824","41.12","9110","8826","1000000","9003","8827","500000","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_309[] = {"15317","SPCS83 Delaware zone (US Survey feet)","9807","8801","38","9110","8802","-75.25","9110","8805","0.999995","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_310[] = {"15318","SPCS83 Florida East zone (US Survey feet)","9807","8801","24.2","9110","8802","-81","9110","8805","0.999941177","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_311[] = {"15319","SPCS83 Florida West zone (US Survey feet)","9807","8801","24.2","9110","8802","-82","9110","8805","0.999941177","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_312[] = {"15320","SPCS83 Florida North zone (US Survey feet)","9802","8821","29","9110","8822","-84.3","9110","8823","30.45","9110","8824","29.35","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_313[] = {"15321","SPCS83 Georgia East zone (US Survey feet)","9807","8801","30","9110","8802","-82.1","9110","8805","0.9999","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_314[] = {"15322","SPCS83 Georgia West zone (US Survey feet)","9807","8801","30","9110","8802","-84.1","9110","8805","0.9999","9201","8806","2296583.333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_315[] = {"15323","SPCS83 Idaho East zone (US Survey feet)","9807","8801","41.4","9110","8802","-112.1","9110","8805","0.999947368","9201","8806","656166.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_316[] = {"15324","SPCS83 Idaho Central zone (US Survey feet)","9807","8801","41.4","9110","8802","-114","9110","8805","0.999947368","9201","8806","1640416.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_317[] = {"15325","SPCS83 Idaho West zone (US Survey feet)","9807","8801","41.4","9110","8802","-115.45","9110","8805","0.999933333","9201","8806","2624666.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_318[] = {"15326","SPCS83 Indiana East zone (US Survey feet)","9807","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","328083.333","9003","8807","818125","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_319[] = {"15327","SPCS83 Indiana West zone (US Survey feet)","9807","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","2952750","9003","8807","818125","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_320[] = {"15328","SPCS83 Kentucky North zone (US Survey feet)","9802","8821","37.3","9110","8822","-84.15","9110","8823","37.58","9110","8824","38.58","9110","8826","1640416.667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_321[] = {"15329","SPCS83 Kentucky South zone (US Survey feet)","9802","8821","36.2","9110","8822","-85.45","9110","8823","37.56","9110","8824","36.44","9110","8826","1640416.667","9003","8827","1640416.667","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_322[] = {"15330","SPCS83 Maryland zone (US Survey feet)","9802","8821","37.4","9110","8822","-77","9110","8823","39.27","9110","8824","38.18","9110","8826","1312333.333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_323[] = {"15331","SPCS83 Massachusetts Mainland zone (US Survey feet)","9802","8821","41","9110","8822","-71.3","9110","8823","42.41","9110","8824","41.43","9110","8826","656166.667","9003","8827","2460625","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_324[] = {"15332","SPCS83 Massachusetts Island zone (US Survey feet)","9802","8821","41","9110","8822","-70.3","9110","8823","41.29","9110","8824","41.17","9110","8826","1640416.667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_325[] = {"15333","SPCS83 Michigan North zone (International feet)","9802","8821","44.47","9110","8822","-87","9110","8823","47.05","9110","8824","45.29","9110","8826","26246719.16","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t projop_wparm_row_326[] = {"15334","SPCS83 Michigan Central zone (International feet)","9802","8821","43.19","9110","8822","-84.22","9110","8823","45.42","9110","8824","44.11","9110","8826","19685039.37","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t projop_wparm_row_327[] = {"15335","SPCS83 Michigan South zone (International feet)","9802","8821","41.3","9110","8822","-84.22","9110","8823","43.4","9110","8824","42.06","9110","8826","13123359.58","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t projop_wparm_row_328[] = {"15336","SPCS83 Mississippi East zone (US Survey feet)","9807","8801","29.3","9110","8802","-88.5","9110","8805","0.99995","9201","8806","984250","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_329[] = {"15337","SPCS83 Mississippi West zone (US Survey feet)","9807","8801","29.3","9110","8802","-90.2","9110","8805","0.99995","9201","8806","2296583.333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_330[] = {"15338","SPCS83 Montana zone (International feet)","9802","8821","44.15","9110","8822","-109.3","9110","8823","49","9110","8824","45","9110","8826","1968503.937","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t projop_wparm_row_331[] = {"15339","SPCS83 New Mexico East zone (US Survey feet)","9807","8801","31","9110","8802","-104.2","9110","8805","0.999909091","9201","8806","541337.5","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_332[] = {"15340","SPCS83 New Mexico Central zone (US Survey feet)","9807","8801","31","9110","8802","-106.15","9110","8805","0.9999","9201","8806","1640416.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_333[] = {"15341","SPCS83 New Mexico West zone (US Survey feet)","9807","8801","31","9110","8802","-107.5","9110","8805","0.999916667","9201","8806","2723091.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_334[] = {"15342","SPCS83 New York East zone (US Survey feet)","9807","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","492125","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_335[] = {"15343","SPCS83 New York Central zone (US Survey feet)","9807","8801","40","9110","8802","-76.35","9110","8805","0.9999375","9201","8806","820208.333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_336[] = {"15344","SPCS83 New York West zone (US Survey feet)","9807","8801","40","9110","8802","-78.35","9110","8805","0.9999375","9201","8806","1148291.667","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_337[] = {"15345","SPCS83 New York Long Island zone (US Survey feet)","9802","8821","40.1","9110","8822","-74","9110","8823","41.02","9110","8824","40.4","9110","8826","984250","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_338[] = {"15346","SPCS83 North Carolina zone (US Survey feet)","9802","8821","33.45","9110","8822","-79","9110","8823","36.1","9110","8824","34.2","9110","8826","2000000","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_339[] = {"15347","SPCS83 North Dakota North zone (International feet)","9802","8821","47","9110","8822","-100.3","9110","8823","48.44","9110","8824","47.26","9110","8826","1968503.937","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t projop_wparm_row_340[] = {"15348","SPCS83 North Dakota South zone (International feet)","9802","8821","45.4","9110","8822","-100.3","9110","8823","47.29","9110","8824","46.11","9110","8826","1968503.937","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t projop_wparm_row_341[] = {"15349","SPCS83 Oklahoma North zone (US Survey feet)","9802","8821","35","9110","8822","-98","9110","8823","36.46","9110","8824","35.34","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_342[] = {"15350","SPCS83 Oklahoma South zone (US Survey feet)","9802","8821","33.2","9110","8822","-98","9110","8823","35.14","9110","8824","33.56","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_343[] = {"15351","SPCS83 Oregon North zone (International feet)","9802","8821","43.4","9110","8822","-120.3","9110","8823","46","9110","8824","44.2","9110","8826","8202099.738","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t projop_wparm_row_344[] = {"15352","SPCS83 Oregon South zone (International feet)","9802","8821","41.4","9110","8822","-120.3","9110","8823","44","9110","8824","42.2","9110","8826","4921259.843","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t projop_wparm_row_345[] = {"15353","SPCS83 Pennsylvania North zone (US Survey feet)","9802","8821","40.1","9110","8822","-77.45","9110","8823","41.57","9110","8824","40.53","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_346[] = {"15354","SPCS83 Pennsylvania South zone (US Survey feet)","9802","8821","39.2","9110","8822","-77.45","9110","8823","40.58","9110","8824","39.56","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_347[] = {"15355","SPCS83 South Carolina zone (International feet)","9802","8821","31.5","9110","8822","-81","9110","8823","34.5","9110","8824","32.3","9110","8826","2000000","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t projop_wparm_row_348[] = {"15356","SPCS83 Tennessee zone (US Survey feet)","9802","8821","34.2","9110","8822","-86","9110","8823","36.25","9110","8824","35.15","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_349[] = {"15357","SPCS83 Texas North zone (US Survey feet)","9802","8821","34","9110","8822","-101.3","9110","8823","36.11","9110","8824","34.39","9110","8826","656166.667","9003","8827","3280833.333","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_350[] = {"15358","SPCS83 Texas North Central zone (US Survey feet)","9802","8821","31.4","9110","8822","-98.3","9110","8823","33.58","9110","8824","32.08","9110","8826","1968500","9003","8827","6561666.667","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_351[] = {"15359","SPCS83 Texas Central zone (US Survey feet)","9802","8821","29.4","9110","8822","-100.2","9110","8823","31.53","9110","8824","30.07","9110","8826","2296583.333","9003","8827","9842500","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_352[] = {"15360","SPCS83 Texas South Central zone (US Survey feet)","9802","8821","27.5","9110","8822","-99","9110","8823","30.17","9110","8824","28.23","9110","8826","1968500","9003","8827","13123333.333","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_353[] = {"15361","SPCS83 Texas South zone (US Survey feet)","9802","8821","25.4","9110","8822","-98.3","9110","8823","27.5","9110","8824","26.1","9110","8826","984250","9003","8827","16404166.667","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_354[] = {"15362","SPCS83 Utah North zone (International feet)","9802","8821","40.2","9110","8822","-111.3","9110","8823","41.47","9110","8824","40.43","9110","8826","1640419.948","9002","8827","3280839.895","9002","",""," ",NULL};
+datafile_rows_t projop_wparm_row_355[] = {"15363","SPCS83 Utah Central zone (International feet)","9802","8821","38.2","9110","8822","-111.3","9110","8823","40.39","9110","8824","39.01","9110","8826","1640419.948","9002","8827","6561679.79","9002","",""," ",NULL};
+datafile_rows_t projop_wparm_row_356[] = {"15364","SPCS83 Utah South zone (International feet)","9802","8821","36.4","9110","8822","-111.3","9110","8823","38.21","9110","8824","37.13","9110","8826","1640419.948","9002","8827","9842519.685","9002","",""," ",NULL};
+datafile_rows_t projop_wparm_row_357[] = {"15365","SPCS83 Virginia North zone (US Survey feet)","9802","8821","37.4","9110","8822","-78.3","9110","8823","39.12","9110","8824","38.02","9110","8826","11482916.667","9003","8827","6561666.667","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_358[] = {"15366","SPCS83 Virginia South zone (US Survey feet)","9802","8821","36.2","9110","8822","-78.3","9110","8823","37.58","9110","8824","36.46","9110","8826","11482916.667","9003","8827","3280833.333","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_359[] = {"15367","SPCS83 Washington North zone (US Survey feet)","9802","8821","47","9110","8822","-120.5","9110","8823","48.44","9110","8824","47.3","9110","8826","1640416.667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_360[] = {"15368","SPCS83 Washington South zone (US Survey feet)","9802","8821","45.2","9110","8822","-120.3","9110","8823","47.2","9110","8824","45.5","9110","8826","1640416.667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_361[] = {"15369","SPCS83 Wisconsin North zone (US Survey feet)","9802","8821","45.1","9110","8822","-90","9110","8823","46.46","9110","8824","45.34","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_362[] = {"15370","SPCS83 Wisconsin Central zone (US Survey feet)","9802","8821","43.5","9110","8822","-90","9110","8823","45.3","9110","8824","44.15","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_363[] = {"15371","SPCS83 Wisconsin South zone (US Survey feet)","9802","8821","42","9110","8822","-90","9110","8823","44.04","9110","8824","42.44","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_364[] = {"15372","SPCS83 Indiana East zone (US Survey feet)","9807","8801","37.3","9110","8802","-85.4","9110","8805","0.999966667","9201","8806","328083.333","9003","8807","820208.333","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_365[] = {"15373","SPCS83 Indiana West zone (US Survey feet)","9807","8801","37.3","9110","8802","-87.05","9110","8805","0.999966667","9201","8806","2952750","9003","8807","820208.333","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_366[] = {"15374","Oregon GIC Lambert (International feet)","9802","8821","41.45","9110","8822","-120.3","9110","8823","43","9110","8824","45.3","9110","8826","1312335.958","9002","8827","0","9002","",""," ",NULL};
+datafile_rows_t projop_wparm_row_367[] = {"15375","SPCS83 Kentucky Single Zone (US Survey feet)","9802","8821","36.2","9110","8822","-85.45","9110","8823","37.05","9110","8824","38.4","9110","8826","4921250","9003","8827","3280833.333","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_368[] = {"15376","American Samoa Lambert","9801","8801","-14.16","9110","8802","-170","9110","8805","1","9201","8806","500000","9003","8807","312234.65","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_369[] = {"15377","SPCS83 Iowa North zone (US Survey feet)","9802","8821","41.3","9110","8822","-93.3","9110","8823","43.16","9110","8824","42.04","9110","8826","4921250","9003","8827","3280833.3333","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_370[] = {"15378","SPCS83 Iowa South zone (US Survey feet)","9802","8821","40","9110","8822","-93.3","9110","8823","41.47","9110","8824","40.37","9110","8826","1640416.6667","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_371[] = {"15379","SPCS83 Kansas North zone (US Survey feet)","9802","8821","38.2","9110","8822","-98","9110","8823","39.47","9110","8824","38.43","9110","8826","1312333.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_372[] = {"15380","SPCS83 Kansas South zone (US Survey feet)","9802","8821","36.4","9110","8822","-98.3","9110","8823","38.34","9110","8824","37.16","9110","8826","1312333.3333","9003","8827","1312333.3333","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_373[] = {"15381","SPCS83 Nevada East zone (US Survey feet)","9807","8801","34.45","9110","8802","-115.35","9110","8805","0.9999","9201","8806","656166.6667","9003","8807","26246666.6667","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_374[] = {"15382","SPCS83 Nevada Central zone (US Survey feet)","9807","8801","34.45","9110","8802","-116.4","9110","8805","0.9999","9201","8806","1640416.6667","9003","8807","19685000","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_375[] = {"15383","SPCS83 Nevada West zone (US Survey feet)","9807","8801","34.45","9110","8802","-118.35","9110","8805","0.9999","9201","8806","2624666.6667","9003","8807","13123333.3333","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_376[] = {"15384","SPCS83 New Jersey zone (US Survey feet)","9807","8801","38.5","9110","8802","-74.3","9110","8805","0.9999","9201","8806","492125","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_377[] = {"15385","SPCS83 Arkansas North zone (US Survey feet)","9802","8821","34.2","9110","8822","-92","9110","8823","36.14","9110","8824","34.56","9110","8826","1312333.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_378[] = {"15386","SPCS83 Arkansas South zone (US Survey feet)","9802","8821","32.4","9110","8822","-92","9110","8823","34.46","9110","8824","33.18","9110","8826","1312333.3333","9003","8827","1312333.3333","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_379[] = {"15387","SPCS83 Illinois East zone (US Survey feet)","9807","8801","36.4","9110","8802","-88.2","9110","8805","0.999975","9201","8806","984250","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_380[] = {"15388","SPCS83 Illinois West zone (US Survey feet)","9807","8801","36.4","9110","8802","-90.1","9110","8805","0.999941177","9201","8806","2296583.3333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_381[] = {"15389","SPCS83 New Hampshire zone (US Survey feet)","9807","8801","42.3","9110","8802","-71.4","9110","8805","0.999966667","9201","8806","984250","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_382[] = {"15390","SPCS83 Rhode Island zone (US Survey feet)","9807","8801","41.05","9110","8802","-71.3","9110","8805","0.99999375","9201","8806","328083.3333","9003","8807","0","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_383[] = {"15391","SPCS83 Louisiana North zone (US Survey feet)","9802","8821","30.3","9110","8822","-92.3","9110","8823","32.4","9110","8824","31.1","9110","8826","3280833.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_384[] = {"15392","SPCS83 Louisiana South zone (US Survey feet)","9802","8821","28.3","9110","8822","-91.2","9110","8823","30.42","9110","8824","29.18","9110","8826","3280833.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_385[] = {"15393","SPCS83 Louisiana Offshore zone (US Survey feet)","9802","8821","25.3","9110","8822","-91.2","9110","8823","27.5","9110","8824","26.1","9110","8826","3280833.3333","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_386[] = {"15394","SPCS83 South Dakota North zone (US Survey feet)","9802","8821","43.5","9110","8822","-100","9110","8823","45.41","9110","8824","44.25","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_387[] = {"15395","SPCS83 South Dakota South zone (US Survey feet)","9802","8821","42.2","9110","8822","-100.2","9110","8823","44.24","9110","8824","42.5","9110","8826","1968500","9003","8827","0","9003","",""," ",NULL};
+datafile_rows_t projop_wparm_row_388[] = {"15397","Great Lakes Albers","9822","8821","45.568977","9102","8822","-84.455955","9102","8823","42.122774","9102","8824","49.01518","9102","8826","1000000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_389[] = {"15398","Great Lakes and St Lawrence Albers","9822","8821","45.568977","9102","8822","-83.248627","9102","8823","42.122774","9102","8824","49.01518","9102","8826","1000000","9001","8827","1000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_390[] = {"15399","Yap Islands","9832","8801","9.324815","9110","8802","138.100748","9110","8806","40000","9001","8807","60000","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_391[] = {"15400","Guam SPCS","9831","8801","13.282087887","9110","8802","144.445550254","9110","8806","50000","9001","8807","50000","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_392[] = {"15500","Australian Antarctic geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_393[] = {"15501","Australian Antarctic geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_394[] = {"15502","CHTRF95 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_395[] = {"15503","CHTRF95 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_396[] = {"15504","EST97 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_397[] = {"15505","EST97 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_398[] = {"15506","ETRS89 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_399[] = {"15507","ETRS89 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_400[] = {"15508","GDA94 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_401[] = {"15509","GDA94 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_402[] = {"15510","Hartebeesthoek94 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_403[] = {"15511","Hartebeesthoek94 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_404[] = {"15512","IRENET95 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_405[] = {"15513","IRENET95 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_406[] = {"15514","ISN93 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_407[] = {"15515","ISN93 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_408[] = {"15516","JGD2000 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_409[] = {"15517","JGD2000 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_410[] = {"15518","LKS92 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_411[] = {"15519","LKS92 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_412[] = {"15520","LKS94 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_413[] = {"15521","LKS94 geocentric to geog3D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_414[] = {"15522","Moznet geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_415[] = {"15523","Moznet geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_416[] = {"15524","NAD83(CSRS) geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_417[] = {"15525","NAD83(CSRS) geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_418[] = {"15526","NAD83(HARN) geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_419[] = {"15527","NAD83(HARN) geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_420[] = {"15528","NZGD2000 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_421[] = {"15529","NZGD2000 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_422[] = {"15530","POSGAR 98 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_423[] = {"15531","POSGAR 98 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_424[] = {"15532","REGVEN geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_425[] = {"15533","REGVEN geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_426[] = {"15534","RGF93 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_427[] = {"15535","RGF93 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_428[] = {"15536","RGFG95 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_429[] = {"15537","RGFG95 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_430[] = {"15538","RGNC91-93 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_431[] = {"15539","RGNC91-93 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_432[] = {"15540","RGR92 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_433[] = {"15541","RGR92 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_434[] = {"15542","RRAF 1991 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_435[] = {"15543","RRAF 1991 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_436[] = {"15544","SIRGAS geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_437[] = {"15545","SIRGAS geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_438[] = {"15546","SWEREF99 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_439[] = {"15547","SWEREF99 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_440[] = {"15548","WGS 84 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_441[] = {"15549","WGS 84 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_442[] = {"15550","Yemen NGN96 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_443[] = {"15551","Yemen NGN96 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_444[] = {"15552","IGM95 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_445[] = {"15553","IGM95 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_446[] = {"15554","WGS 72 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_447[] = {"15555","WGS 72 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_448[] = {"15556","WGS 72BE geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_449[] = {"15557","WGS 72BE geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_450[] = {"15558","SIRGAS 2000 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_451[] = {"15559","SIRGAS 2000 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_452[] = {"15560","Lao 1993 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_453[] = {"15561","Lao 1993 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_454[] = {"15562","Lao 1997 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_455[] = {"15563","Lao 1997 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_456[] = {"15564","PRS92 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_457[] = {"15565","PRS92 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_458[] = {"15566","MAGNA-SIRGAS geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_459[] = {"15567","MAGNA-SIRGAS geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_460[] = {"15568","RGPF geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_461[] = {"15569","RGPF geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_462[] = {"15570","POSGAR 94 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_463[] = {"15571","POSGAR 94 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_464[] = {"15572","Korean 2000 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_465[] = {"15573","Korean 2000 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_466[] = {"15574","Mauritania 1999 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_467[] = {"15575","Mauritania 1999 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_468[] = {"15576","PZ-90 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_469[] = {"15577","PZ-90 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_470[] = {"15578","GDM2000 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_471[] = {"15579","GDM2000 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_472[] = {"15580","GR96 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_473[] = {"15581","GR96 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_474[] = {"15582","LGD2006 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_475[] = {"15583","LGD2006 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_476[] = {"15584","DGN95 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_477[] = {"15585","DGN95 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_478[] = {"15586","JAD2001 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_479[] = {"15587","JAD2001 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_480[] = {"15588","NAD83(NSRS2007) geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_481[] = {"15589","NAD83(NSRS2007) geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_482[] = {"15590","WGS 66 geocentric to geog3D","9602","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_483[] = {"15591","WGS 66 geog3D to geog2D","9659","","","","","","","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_484[] = {"15914","BLM zone 14N (US survey feet)","9807","8807","0","9003","8806","1640416.67","9003","8805","0.9996","9201","8802","-99","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_485[] = {"15915","BLM zone 15N (US survey feet)","9807","8802","-93","9102","8801","0","9102","8805","0.9996","9201","8807","0","9003","8806","1640416.67","9003","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_486[] = {"15916","BLM zone 16N (US survey feet)","9807","8802","-87","9102","8801","0","9102","8807","0","9003","8806","1640416.67","9003","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_487[] = {"15917","BLM zone 17N (US survey feet)","9807","8807","0","9003","8806","1640416.67","9003","8801","0","9102","8805","0.9996","9201","8802","-81","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_488[] = {"16000","UTM grid system (northern hemisphere)","9824","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8830","-180","9102","8831","6","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_489[] = {"16001","UTM zone 1N","9807","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-177","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_490[] = {"16002","UTM zone 2N","9807","8801","0","9102","8807","0","9001","8802","-171","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_491[] = {"16003","UTM zone 3N","9807","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-165","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_492[] = {"16004","UTM zone 4N","9807","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_493[] = {"16005","UTM zone 5N","9807","8802","-153","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_494[] = {"16006","UTM zone 6N","9807","8802","-147","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_495[] = {"16007","UTM zone 7N","9807","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-141","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_496[] = {"16008","UTM zone 8N","9807","8805","0.9996","9201","8802","-135","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_497[] = {"16009","UTM zone 9N","9807","8805","0.9996","9201","8802","-129","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_498[] = {"16010","UTM zone 10N","9807","8801","0","9102","8807","0","9001","8802","-123","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_499[] = {"16011","UTM zone 11N","9807","8802","-117","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_500[] = {"16012","UTM zone 12N","9807","8806","500000","9001","8805","0.9996","9201","8802","-111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_501[] = {"16013","UTM zone 13N","9807","8802","-105","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_502[] = {"16014","UTM zone 14N","9807","8806","500000","9001","8805","0.9996","9201","8802","-99","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_503[] = {"16015","UTM zone 15N","9807","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-93","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_504[] = {"16016","UTM zone 16N","9807","8805","0.9996","9201","8802","-87","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_505[] = {"16017","UTM zone 17N","9807","8806","500000","9001","8805","0.9996","9201","8802","-81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_506[] = {"16018","UTM zone 18N","9807","8801","0","9102","8807","0","9001","8802","-75","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_507[] = {"16019","UTM zone 19N","9807","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-69","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_508[] = {"16020","UTM zone 20N","9807","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_509[] = {"16021","UTM zone 21N","9807","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_510[] = {"16022","UTM zone 22N","9807","8802","-51","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_511[] = {"16023","UTM zone 23N","9807","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-45","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_512[] = {"16024","UTM zone 24N","9807","8801","0","9102","8805","0.9996","9201","8802","-39","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_513[] = {"16025","UTM zone 25N","9807","8805","0.9996","9201","8802","-33","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_514[] = {"16026","UTM zone 26N","9807","8801","0","9102","8807","0","9001","8802","-27","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_515[] = {"16027","UTM zone 27N","9807","8805","0.9996","9201","8802","-21","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_516[] = {"16028","UTM zone 28N","9807","8806","500000","9001","8805","0.9996","9201","8802","-15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_517[] = {"16029","UTM zone 29N","9807","8802","-9","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_518[] = {"16030","UTM zone 30N","9807","8805","0.9996","9201","8802","-3","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_519[] = {"16031","UTM zone 31N","9807","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","3","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_520[] = {"16032","UTM zone 32N","9807","8805","0.9996","9201","8802","9","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_521[] = {"16033","UTM zone 33N","9807","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","15","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_522[] = {"16034","UTM zone 34N","9807","8801","0","9102","8807","0","9001","8802","21","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_523[] = {"16035","UTM zone 35N","9807","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","27","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_524[] = {"16036","UTM zone 36N","9807","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","33","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_525[] = {"16037","UTM zone 37N","9807","8802","39","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_526[] = {"16038","UTM zone 38N","9807","8802","45","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_527[] = {"16039","UTM zone 39N","9807","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","51","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_528[] = {"16040","UTM zone 40N","9807","8802","57","9102","8801","0","9102","8805","0.9996","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_529[] = {"16041","UTM zone 41N","9807","8805","0.9996","9201","8802","63","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_530[] = {"16042","UTM zone 42N","9807","8801","0","9102","8807","0","9001","8802","69","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_531[] = {"16043","UTM zone 43N","9807","8802","75","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_532[] = {"16044","UTM zone 44N","9807","8806","500000","9001","8805","0.9996","9201","8802","81","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_533[] = {"16045","UTM zone 45N","9807","8802","87","9102","8801","0","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_534[] = {"16046","UTM zone 46N","9807","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_535[] = {"16047","UTM zone 47N","9807","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","99","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_536[] = {"16048","UTM zone 48N","9807","8805","0.9996","9201","8802","105","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_537[] = {"16049","UTM zone 49N","9807","8806","500000","9001","8805","0.9996","9201","8802","111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_538[] = {"16050","UTM zone 50N","9807","8801","0","9102","8807","0","9001","8802","117","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_539[] = {"16051","UTM zone 51N","9807","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","123","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_540[] = {"16052","UTM zone 52N","9807","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","129","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_541[] = {"16053","UTM zone 53N","9807","8801","0","9102","8802","135","9102","8805","0.9996","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_542[] = {"16054","UTM zone 54N","9807","8802","141","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_543[] = {"16055","UTM zone 55N","9807","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","147","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_544[] = {"16056","UTM zone 56N","9807","8801","0","9102","8805","0.9996","9201","8802","153","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_545[] = {"16057","UTM zone 57N","9807","8805","0.9996","9201","8802","159","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_546[] = {"16058","UTM zone 58N","9807","8801","0","9102","8807","0","9001","8802","165","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_547[] = {"16059","UTM zone 59N","9807","8806","500000","9001","8805","0.9996","9201","8802","171","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_548[] = {"16060","UTM zone 60N","9807","8806","500000","9001","8805","0.9996","9201","8802","177","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_549[] = {"16061","Universal Polar Stereographic North","9810","8802","0","9102","8801","90","9102","8805","0.994","9201","8807","2000000","9001","8806","2000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_550[] = {"16065","TM35FIN","9807","8805","0.9996","9201","8802","27","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_551[] = {"16070","3-degree Gauss-Kruger zone 40","9807","8807","0","9001","8806","40500000","9001","8801","0","9102","8805","1","9201","8802","120","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_552[] = {"16071","3-degree Gauss-Kruger zone 41","9807","8805","1","9201","8802","123","9102","8801","0","9102","8806","41500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_553[] = {"16072","3-degree Gauss-Kruger zone 42","9807","8807","0","9001","8806","42500000","9001","8805","1","9201","8802","126","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_554[] = {"16073","3-degree Gauss-Kruger zone 43","9807","8801","0","9102","8807","0","9001","8802","129","9102","8806","43500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_555[] = {"16074","3-degree Gauss-Kruger zone 44","9807","8801","0","9102","8806","44500000","9001","8805","1","9201","8802","132","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_556[] = {"16075","3-degree Gauss-Kruger zone 45","9807","8807","0","9001","8806","45500000","9001","8805","1","9201","8802","135","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_557[] = {"16076","3-degree Gauss-Kruger zone 46","9807","8802","138","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","46500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_558[] = {"16077","3-degree Gauss-Kruger zone 47","9807","8802","141","9102","8801","0","9102","8807","0","9001","8806","47500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_559[] = {"16078","3-degree Gauss-Kruger zone 48","9807","8807","0","9001","8806","48500000","9001","8801","0","9102","8805","1","9201","8802","144","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_560[] = {"16079","3-degree Gauss-Kruger zone 49","9807","8807","0","9001","8806","49500000","9001","8805","1","9201","8802","147","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_561[] = {"16080","3-degree Gauss-Kruger zone 50","9807","8801","0","9102","8805","1","9201","8802","150","9102","8807","0","9001","8806","50500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_562[] = {"16081","3-degree Gauss-Kruger zone 51","9807","8801","0","9102","8807","0","9001","8802","153","9102","8806","51500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_563[] = {"16082","3-degree Gauss-Kruger zone 52","9807","8802","156","9102","8801","0","9102","8806","52500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_564[] = {"16083","3-degree Gauss-Kruger zone 53","9807","8806","53500000","9001","8805","1","9201","8802","159","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_565[] = {"16084","3-degree Gauss-Kruger zone 54","9807","8802","162","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","54500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_566[] = {"16085","3-degree Gauss-Kruger zone 55","9807","8806","55500000","9001","8805","1","9201","8802","165","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_567[] = {"16086","3-degree Gauss-Kruger zone 56","9807","8807","0","9001","8806","56500000","9001","8801","0","9102","8805","1","9201","8802","168","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_568[] = {"16087","3-degree Gauss-Kruger zone 57","9807","8805","1","9201","8802","171","9102","8801","0","9102","8806","57500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_569[] = {"16088","3-degree Gauss-Kruger zone 58","9807","8806","58500000","9001","8805","1","9201","8802","174","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_570[] = {"16089","3-degree Gauss-Kruger zone 59","9807","8801","0","9102","8807","0","9001","8802","177","9102","8806","59500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_571[] = {"16090","3-degree Gauss-Kruger zone 60","9807","8801","0","9102","8806","60000000","9001","8805","1","9201","8802","180","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_572[] = {"16091","3-degree Gauss-Kruger zone 61","9807","8807","0","9001","8806","61500000","9001","8805","1","9201","8802","-177","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_573[] = {"16092","3-degree Gauss-Kruger zone 62","9807","8802","-174","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","62500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_574[] = {"16093","3-degree Gauss-Kruger zone 63","9807","8802","-171","9102","8801","0","9102","8807","0","9001","8806","63500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_575[] = {"16094","3-degree Gauss-Kruger zone 64","9807","8807","0","9001","8806","64500000","9001","8801","0","9102","8805","1","9201","8802","-168","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_576[] = {"16099","3-degree Gauss-Kruger zone 60","9807","8801","0","9102","8807","0","9001","8806","60500000","9001","8805","1","9201","8802","180","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_577[] = {"16100","UTM grid system (southern hemisphere)","9824","8831","6","9102","8807","10000000","9001","8830","-180","9102","8805","0.9996","9201","8806","500000","9001","8801","0","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_578[] = {"16101","UTM zone 1S","9807","8802","-177","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_579[] = {"16102","UTM zone 2S","9807","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-171","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_580[] = {"16103","UTM zone 3S","9807","8806","500000","9001","8807","10000000","9001","8802","-165","9102","8805","0.9996","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_581[] = {"16104","UTM zone 4S","9807","8805","0.9996","9201","8802","-159","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_582[] = {"16105","UTM zone 5S","9807","8801","0","9102","8802","-153","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_583[] = {"16106","UTM zone 6S","9807","8806","500000","9001","8805","0.9996","9201","8802","-147","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_584[] = {"16107","UTM zone 7S","9807","8802","-141","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_585[] = {"16108","UTM zone 8S","9807","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","8802","-135","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_586[] = {"16109","UTM zone 9S","9807","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","-129","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_587[] = {"16110","UTM zone 10S","9807","8805","0.9996","9201","8802","-123","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_588[] = {"16111","UTM zone 11S","9807","8806","500000","9001","8805","0.9996","9201","8802","-117","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_589[] = {"16112","UTM zone 12S","9807","8801","0","9102","8807","10000000","9001","8802","-111","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_590[] = {"16113","UTM zone 13S","9807","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-105","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_591[] = {"16114","UTM zone 14S","9807","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","-99","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_592[] = {"16115","UTM zone 15S","9807","8801","0","9102","8802","-93","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_593[] = {"16116","UTM zone 16S","9807","8802","-87","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_594[] = {"16117","UTM zone 17S","9807","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-81","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_595[] = {"16118","UTM zone 18S","9807","8801","0","9102","8805","0.9996","9201","8802","-75","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_596[] = {"16119","UTM zone 19S","9807","8805","0.9996","9201","8802","-69","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_597[] = {"16120","UTM zone 20S","9807","8801","0","9102","8807","10000000","9001","8802","-63","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_598[] = {"16121","UTM zone 21S","9807","8806","500000","9001","8805","0.9996","9201","8802","-57","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_599[] = {"16122","UTM zone 22S","9807","8806","500000","9001","8805","0.9996","9201","8802","-51","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_600[] = {"16123","UTM zone 23S","9807","8802","-45","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_601[] = {"16124","UTM zone 24S","9807","8805","0.9996","9201","8802","-39","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_602[] = {"16125","UTM zone 25S","9807","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","-33","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_603[] = {"16126","UTM zone 26S","9807","8805","0.9996","9201","8802","-27","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_604[] = {"16127","UTM zone 27S","9807","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","-21","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_605[] = {"16128","UTM zone 28S","9807","8801","0","9102","8807","10000000","9001","8802","-15","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_606[] = {"16129","UTM zone 29S","9807","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","-9","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_607[] = {"16130","UTM zone 30S","9807","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","-3","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_608[] = {"16131","UTM zone 31S","9807","8802","3","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_609[] = {"16132","UTM zone 32S","9807","8802","9","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_610[] = {"16133","UTM zone 33S","9807","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","15","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_611[] = {"16134","UTM zone 34S","9807","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","21","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_612[] = {"16135","UTM zone 35S","9807","8805","0.9996","9201","8802","27","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_613[] = {"16136","UTM zone 36S","9807","8801","0","9102","8807","10000000","9001","8802","33","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_614[] = {"16137","UTM zone 37S","9807","8802","39","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_615[] = {"16138","UTM zone 38S","9807","8806","500000","9001","8805","0.9996","9201","8802","45","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_616[] = {"16139","UTM zone 39S","9807","8802","51","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_617[] = {"16140","UTM zone 40S","9807","8806","500000","9001","8805","0.9996","9201","8802","57","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_618[] = {"16141","UTM zone 41S","9807","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","63","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_619[] = {"16142","UTM zone 42S","9807","8805","0.9996","9201","8802","69","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_620[] = {"16143","UTM zone 43S","9807","8806","500000","9001","8805","0.9996","9201","8802","75","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_621[] = {"16144","UTM zone 44S","9807","8801","0","9102","8807","10000000","9001","8802","81","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_622[] = {"16145","UTM zone 45S","9807","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","87","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_623[] = {"16146","UTM zone 46S","9807","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_624[] = {"16147","UTM zone 47S","9807","8802","99","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_625[] = {"16148","UTM zone 48S","9807","8802","105","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_626[] = {"16149","UTM zone 49S","9807","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_627[] = {"16150","UTM zone 50S","9807","8801","0","9102","8805","0.9996","9201","8802","117","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_628[] = {"16151","UTM zone 51S","9807","8805","0.9996","9201","8802","123","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_629[] = {"16152","UTM zone 52S","9807","8801","0","9102","8807","10000000","9001","8802","129","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_630[] = {"16153","UTM zone 53S","9807","8805","0.9996","9201","8802","135","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_631[] = {"16154","UTM zone 54S","9807","8806","500000","9001","8805","0.9996","9201","8802","141","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_632[] = {"16155","UTM zone 55S","9807","8802","147","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_633[] = {"16156","UTM zone 56S","9807","8805","0.9996","9201","8802","153","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_634[] = {"16157","UTM zone 57S","9807","8807","10000000","9001","8806","500000","9001","8801","0","9102","8805","0.9996","9201","8802","159","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_635[] = {"16158","UTM zone 58S","9807","8805","0.9996","9201","8802","165","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_636[] = {"16159","UTM zone 59S","9807","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","171","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_637[] = {"16160","UTM zone 60S","9807","8802","177","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_638[] = {"16161","Universal Polar Stereographic South","9810","8801","-90","9102","8806","2000000","9001","8805","0.994","9201","8802","0","9102","8807","2000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_639[] = {"16170","3-degree Gauss-Kruger CM 120E","9807","8807","0","9001","8806","500000","9001","8805","1","9201","8802","120","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_640[] = {"16171","3-degree Gauss-Kruger CM 123E","9807","8802","123","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_641[] = {"16172","3-degree Gauss-Kruger CM 126E","9807","8802","126","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_642[] = {"16173","3-degree Gauss-Kruger CM 129E","9807","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","129","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_643[] = {"16174","3-degree Gauss-Kruger CM 132E","9807","8802","132","9102","8801","0","9102","8805","1","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_644[] = {"16175","3-degree Gauss-Kruger CM 135E","9807","8805","1","9201","8802","135","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_645[] = {"16176","3-degree Gauss-Kruger CM 138E","9807","8801","0","9102","8807","0","9001","8802","138","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_646[] = {"16177","3-degree Gauss-Kruger CM 141E","9807","8802","141","9102","8801","0","9102","8806","500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_647[] = {"16178","3-degree Gauss-Kruger CM 144E","9807","8806","500000","9001","8805","1","9201","8802","144","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_648[] = {"16179","3-degree Gauss-Kruger CM 147E","9807","8802","147","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_649[] = {"16180","3-degree Gauss-Kruger CM 150E","9807","8807","0","9001","8806","500000","9001","8805","1","9201","8802","150","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_650[] = {"16181","3-degree Gauss-Kruger CM 153E","9807","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","153","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_651[] = {"16182","3-degree Gauss-Kruger CM 156E","9807","8805","1","9201","8802","156","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_652[] = {"16183","3-degree Gauss-Kruger CM 159E","9807","8806","500000","9001","8805","1","9201","8802","159","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_653[] = {"16184","3-degree Gauss-Kruger CM 162E","9807","8801","0","9102","8807","0","9001","8802","162","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_654[] = {"16185","3-degree Gauss-Kruger CM 165E","9807","8801","0","9102","8806","500000","9001","8805","1","9201","8802","165","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_655[] = {"16186","3-degree Gauss-Kruger CM 168E","9807","8807","0","9001","8806","500000","9001","8805","1","9201","8802","168","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_656[] = {"16187","3-degree Gauss-Kruger CM 171E","9807","8801","0","9102","8802","171","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_657[] = {"16188","3-degree Gauss-Kruger CM 174E","9807","8802","174","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_658[] = {"16189","3-degree Gauss-Kruger CM 177E","9807","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","177","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_659[] = {"16190","3-degree Gauss-Kruger CM 180","9807","8801","0","9102","8805","1","9201","8802","180","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_660[] = {"16191","3-degree Gauss-Kruger CM 177W","9807","8805","1","9201","8802","-177","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_661[] = {"16192","3-degree Gauss-Kruger CM 174W","9807","8801","0","9102","8807","0","9001","8802","-174","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_662[] = {"16193","3-degree Gauss-Kruger CM 171W","9807","8807","0","9001","8806","500000","9001","8805","1","9201","8802","-171","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_663[] = {"16194","3-degree Gauss-Kruger CM 168W","9807","8802","-168","9102","8807","0","9001","8805","1","9201","8806","500000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_664[] = {"16201","6-degree Gauss-Kruger zone 1","9807","8801","0","9102","8807","0","9001","8802","3","9102","8806","1500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_665[] = {"16202","6-degree Gauss-Kruger zone 2","9807","8802","9","9102","8801","0","9102","8806","2500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_666[] = {"16203","6-degree Gauss-Kruger zone 3","9807","8806","3500000","9001","8805","1","9201","8802","15","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_667[] = {"16204","6-degree Gauss-Kruger zone 4","9807","8802","21","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_668[] = {"16205","6-degree Gauss-Kruger zone 5","9807","8806","5500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_669[] = {"16206","6-degree Gauss-Kruger zone 6","9807","8807","0","9001","8806","6500000","9001","8801","0","9102","8805","1","9201","8802","33","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_670[] = {"16207","6-degree Gauss-Kruger zone 7","9807","8805","1","9201","8802","39","9102","8801","0","9102","8806","7500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_671[] = {"16208","6-degree Gauss-Kruger zone 8","9807","8806","8500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_672[] = {"16209","6-degree Gauss-Kruger zone 9","9807","8801","0","9102","8807","0","9001","8802","51","9102","8806","9500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_673[] = {"16210","6-degree Gauss-Kruger zone 10","9807","8801","0","9102","8806","10500000","9001","8805","1","9201","8802","57","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_674[] = {"16211","6-degree Gauss-Kruger zone 11","9807","8807","0","9001","8806","11500000","9001","8805","1","9201","8802","63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_675[] = {"16212","6-degree Gauss-Kruger zone 12","9807","8802","69","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","12500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_676[] = {"16213","6-degree Gauss-Kruger zone 13","9807","8802","75","9102","8801","0","9102","8807","0","9001","8806","13500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_677[] = {"16214","6-degree Gauss-Kruger zone 14","9807","8807","0","9001","8806","14500000","9001","8801","0","9102","8805","1","9201","8802","81","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_678[] = {"16215","6-degree Gauss-Kruger zone 15","9807","8801","0","9102","8805","1","9201","8802","87","9102","8806","15500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_679[] = {"16216","6-degree Gauss-Kruger zone 16","9807","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","8806","16500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_680[] = {"16217","6-degree Gauss-Kruger zone 17","9807","8801","0","9102","8807","0","9001","8802","99","9102","8806","17500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_681[] = {"16218","6-degree Gauss-Kruger zone 18","9807","8805","1","9201","8802","105","9102","8801","0","9102","8806","18500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_682[] = {"16219","6-degree Gauss-Kruger zone 19","9807","8806","19500000","9001","8805","1","9201","8802","111","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_683[] = {"16220","6-degree Gauss-Kruger zone 20","9807","8802","117","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","20500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_684[] = {"16221","6-degree Gauss-Kruger zone 21","9807","8805","1","9201","8802","123","9102","8801","0","9102","8807","0","9001","8806","21500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_685[] = {"16222","6-degree Gauss-Kruger zone 22","9807","8807","0","9001","8806","22500000","9001","8801","0","9102","8805","1","9201","8802","129","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_686[] = {"16223","6-degree Gauss-Kruger zone 23","9807","8805","1","9201","8802","135","9102","8801","0","9102","8806","23500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_687[] = {"16224","6-degree Gauss-Kruger zone 24","9807","8807","0","9001","8806","24500000","9001","8805","1","9201","8802","141","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_688[] = {"16225","6-degree Gauss-Kruger zone 25","9807","8802","147","9102","8801","0","9102","8807","0","9001","8806","25500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_689[] = {"16226","6-degree Gauss-Kruger zone 26","9807","8801","0","9102","8806","26500000","9001","8805","1","9201","8802","153","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_690[] = {"16227","6-degree Gauss-Kruger zone 27","9807","8807","0","9001","8806","27500000","9001","8805","1","9201","8802","159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_691[] = {"16228","6-degree Gauss-Kruger zone 28","9807","8802","165","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","28500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_692[] = {"16229","6-degree Gauss-Kruger zone 29","9807","8802","171","9102","8801","0","9102","8807","0","9001","8806","29500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_693[] = {"16230","6-degree Gauss-Kruger zone 30","9807","8807","0","9001","8806","30500000","9001","8801","0","9102","8805","1","9201","8802","177","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_694[] = {"16231","6-degree Gauss-Kruger zone 31","9807","8802","-177","9102","8801","0","9102","8805","1","9201","8806","31500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_695[] = {"16232","6-degree Gauss-Kruger zone 32","9807","8805","1","9201","8802","-171","9102","8801","0","9102","8807","0","9001","8806","32500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_696[] = {"16233","6-degree Gauss-Kruger zone 33","9807","8801","0","9102","8807","0","9001","8802","-165","9102","8806","33500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_697[] = {"16234","6-degree Gauss-Kruger zone 34","9807","8802","-159","9102","8801","0","9102","8806","34500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_698[] = {"16235","6-degree Gauss-Kruger zone 35","9807","8806","35500000","9001","8805","1","9201","8802","-153","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_699[] = {"16236","6-degree Gauss-Kruger zone 36","9807","8802","-147","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","36500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_700[] = {"16237","6-degree Gauss-Kruger zone 37","9807","8807","0","9001","8806","37500000","9001","8805","1","9201","8802","-141","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_701[] = {"16238","6-degree Gauss-Kruger zone 38","9807","8807","0","9001","8806","38500000","9001","8801","0","9102","8805","1","9201","8802","-135","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_702[] = {"16239","6-degree Gauss-Kruger zone 39","9807","8805","1","9201","8802","-129","9102","8801","0","9102","8806","39500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_703[] = {"16240","6-degree Gauss-Kruger zone 40","9807","8806","40500000","9001","8805","1","9201","8802","-123","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_704[] = {"16241","6-degree Gauss-Kruger zone 41","9807","8801","0","9102","8807","0","9001","8802","-117","9102","8806","41500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_705[] = {"16242","6-degree Gauss-Kruger zone 42","9807","8801","0","9102","8806","42500000","9001","8805","1","9201","8802","-111","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_706[] = {"16243","6-degree Gauss-Kruger zone 43","9807","8807","0","9001","8806","43500000","9001","8805","1","9201","8802","-105","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_707[] = {"16244","6-degree Gauss-Kruger zone 44","9807","8801","0","9102","8802","-99","9102","8805","1","9201","8807","0","9001","8806","44500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_708[] = {"16245","6-degree Gauss-Kruger zone 45","9807","8802","-93","9102","8801","0","9102","8807","0","9001","8806","45500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_709[] = {"16246","6-degree Gauss-Kruger zone 46","9807","8807","0","9001","8806","46500000","9001","8801","0","9102","8805","1","9201","8802","-87","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_710[] = {"16247","6-degree Gauss-Kruger zone 47","9807","8801","0","9102","8805","1","9201","8802","-81","9102","8806","47500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_711[] = {"16248","6-degree Gauss-Kruger zone 48","9807","8805","1","9201","8802","-75","9102","8801","0","9102","8807","0","9001","8806","48500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_712[] = {"16249","6-degree Gauss-Kruger zone 49","9807","8801","0","9102","8807","0","9001","8802","-69","9102","8806","49500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_713[] = {"16250","6-degree Gauss-Kruger zone 50","9807","8807","0","9001","8806","50500000","9001","8805","1","9201","8802","-63","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_714[] = {"16251","6-degree Gauss-Kruger zone 51","9807","8801","0","9102","8806","51500000","9001","8805","1","9201","8802","-57","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_715[] = {"16252","6-degree Gauss-Kruger zone 52","9807","8802","-51","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","52500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_716[] = {"16253","6-degree Gauss-Kruger zone 53","9807","8805","1","9201","8802","-45","9102","8801","0","9102","8807","0","9001","8806","53500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_717[] = {"16254","6-degree Gauss-Kruger zone 54","9807","8807","0","9001","8806","54500000","9001","8801","0","9102","8805","1","9201","8802","-39","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_718[] = {"16255","6-degree Gauss-Kruger zone 55","9807","8805","1","9201","8802","-33","9102","8801","0","9102","8806","55500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_719[] = {"16256","6-degree Gauss-Kruger zone 56","9807","8807","0","9001","8806","56500000","9001","8805","1","9201","8802","-27","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_720[] = {"16257","6-degree Gauss-Kruger zone 57","9807","8801","0","9102","8807","0","9001","8802","-21","9102","8806","57500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_721[] = {"16258","6-degree Gauss-Kruger zone 58","9807","8801","0","9102","8806","58500000","9001","8805","1","9201","8802","-15","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_722[] = {"16259","6-degree Gauss-Kruger zone 59","9807","8807","0","9001","8806","59500000","9001","8805","1","9201","8802","-9","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_723[] = {"16260","6-degree Gauss-Kruger zone 60","9807","8802","-3","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","60500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_724[] = {"16261","3-degree Gauss-Kruger zone 1","9807","8802","3","9102","8801","0","9102","8807","0","9001","8806","1500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_725[] = {"16262","3-degree Gauss-Kruger zone 2","9807","8807","0","9001","8806","2500000","9001","8801","0","9102","8805","1","9201","8802","6","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_726[] = {"16263","3-degree Gauss-Kruger zone 3","9807","8805","1","9201","8802","9","9102","8801","0","9102","8806","3500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_727[] = {"16264","3-degree Gauss-Kruger zone 4","9807","8805","1","9201","8802","12","9102","8801","0","9102","8807","0","9001","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_728[] = {"16265","3-degree Gauss-Kruger zone 5","9807","8801","0","9102","8807","0","9001","8802","15","9102","8806","5500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_729[] = {"16266","3-degree Gauss-Kruger zone 6","9807","8802","18","9102","8801","0","9102","8806","6500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_730[] = {"16267","3-degree Gauss-Kruger zone 7","9807","8806","7500000","9001","8805","1","9201","8802","21","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_731[] = {"16268","3-degree Gauss-Kruger zone 8","9807","8802","24","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","8500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_732[] = {"16269","3-degree Gauss-Kruger zone 9","9807","8806","9500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_733[] = {"16270","3-degree Gauss-Kruger zone 10","9807","8807","0","9001","8806","10500000","9001","8801","0","9102","8805","1","9201","8802","30","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_734[] = {"16271","3-degree Gauss-Kruger zone 11","9807","8805","1","9201","8802","33","9102","8801","0","9102","8806","11500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_735[] = {"16272","3-degree Gauss-Kruger zone 12","9807","8806","12500000","9001","8805","1","9201","8802","36","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_736[] = {"16273","3-degree Gauss-Kruger zone 13","9807","8801","0","9102","8807","0","9001","8802","39","9102","8806","13500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_737[] = {"16274","3-degree Gauss-Kruger zone 14","9807","8801","0","9102","8806","14500000","9001","8805","1","9201","8802","42","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_738[] = {"16275","3-degree Gauss-Kruger zone 15","9807","8807","0","9001","8806","15500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_739[] = {"16276","3-degree Gauss-Kruger zone 16","9807","8805","1","9201","8802","48","9102","8801","0","9102","8807","0","9001","8806","16500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_740[] = {"16277","3-degree Gauss-Kruger zone 17","9807","8802","51","9102","8801","0","9102","8807","0","9001","8806","17500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_741[] = {"16278","3-degree Gauss-Kruger zone 18","9807","8807","0","9001","8806","18500000","9001","8801","0","9102","8805","1","9201","8802","54","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_742[] = {"16279","3-degree Gauss-Kruger zone 19","9807","8801","0","9102","8805","1","9201","8802","57","9102","8806","19500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_743[] = {"16280","3-degree Gauss-Kruger zone 20","9807","8805","1","9201","8802","60","9102","8801","0","9102","8807","0","9001","8806","20500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_744[] = {"16281","3-degree Gauss-Kruger zone 21","9807","8801","0","9102","8807","0","9001","8802","63","9102","8806","21500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_745[] = {"16282","3-degree Gauss-Kruger zone 22","9807","8805","1","9201","8802","66","9102","8801","0","9102","8806","22500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_746[] = {"16283","3-degree Gauss-Kruger zone 23","9807","8806","23500000","9001","8805","1","9201","8802","69","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_747[] = {"16284","3-degree Gauss-Kruger zone 24","9807","8802","72","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","24500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_748[] = {"16285","3-degree Gauss-Kruger zone 25","9807","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","25500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_749[] = {"16286","3-degree Gauss-Kruger zone 26","9807","8807","0","9001","8806","26500000","9001","8801","0","9102","8805","1","9201","8802","78","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_750[] = {"16287","3-degree Gauss-Kruger zone 27","9807","8805","1","9201","8802","81","9102","8801","0","9102","8806","27500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_751[] = {"16288","3-degree Gauss-Kruger zone 28","9807","8807","0","9001","8806","28500000","9001","8805","1","9201","8802","84","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_752[] = {"16289","3-degree Gauss-Kruger zone 29","9807","8801","0","9102","8807","0","9001","8802","87","9102","8806","29500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_753[] = {"16290","3-degree Gauss-Kruger zone 30","9807","8801","0","9102","8806","30500000","9001","8805","1","9201","8802","90","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_754[] = {"16291","3-degree Gauss-Kruger zone 31","9807","8807","0","9001","8806","31500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_755[] = {"16292","3-degree Gauss-Kruger zone 32","9807","8802","96","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","32500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_756[] = {"16293","3-degree Gauss-Kruger zone 33","9807","8802","99","9102","8801","0","9102","8807","0","9001","8806","33500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_757[] = {"16294","3-degree Gauss-Kruger zone 34","9807","8807","0","9001","8806","34500000","9001","8801","0","9102","8805","1","9201","8802","102","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_758[] = {"16295","3-degree Gauss-Kruger zone 35","9807","8802","105","9102","8801","0","9102","8805","1","9201","8806","35500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_759[] = {"16296","3-degree Gauss-Kruger zone 36","9807","8805","1","9201","8802","108","9102","8801","0","9102","8807","0","9001","8806","36500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_760[] = {"16297","3-degree Gauss-Kruger zone 37","9807","8801","0","9102","8807","0","9001","8802","111","9102","8806","37500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_761[] = {"16298","3-degree Gauss-Kruger zone 38","9807","8802","114","9102","8801","0","9102","8806","38500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_762[] = {"16299","3-degree Gauss-Kruger zone 39","9807","8806","39500000","9001","8805","1","9201","8802","117","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_763[] = {"16301","Gauss-Kruger CM 3E","9807","8802","3","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_764[] = {"16302","Gauss-Kruger CM 9E","9807","8807","0","9001","8805","1","9201","8806","500000","9001","8802","9","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_765[] = {"16303","Gauss-Kruger CM 15E","9807","8805","1","9201","8801","0","9102","8807","0","9001","8806","500000","9001","8802","15","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_766[] = {"16304","Gauss-Kruger CM 21E","9807","8805","1","9201","8802","21","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_767[] = {"16305","Gauss-Kruger CM 27E","9807","8806","500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_768[] = {"16306","Gauss-Kruger CM 33E","9807","8801","0","9102","8807","0","9001","8802","33","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_769[] = {"16307","Gauss-Kruger CM 39E","9807","8801","0","9102","8806","500000","9001","8805","1","9201","8802","39","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_770[] = {"16308","Gauss-Kruger CM 45E","9807","8807","0","9001","8806","500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_771[] = {"16309","Gauss-Kruger CM 51E","9807","8801","0","9102","8802","51","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_772[] = {"16310","Gauss-Kruger CM 57E","9807","8802","57","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_773[] = {"16311","Gauss-Kruger CM 63E","9807","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","8802","63","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_774[] = {"16312","Gauss-Kruger CM 69E","9807","8801","0","9102","8805","1","9201","8802","69","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_775[] = {"16313","Gauss-Kruger CM 75E","9807","8805","1","9201","8802","75","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_776[] = {"16314","Gauss-Kruger CM 81E","9807","8801","0","9102","8807","0","9001","8802","81","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_777[] = {"16315","Gauss-Kruger CM 87E","9807","8802","87","9102","8806","500000","9001","8805","1","9201","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_778[] = {"16316","Gauss-Kruger CM 93E","9807","8806","500000","9001","8805","1","9201","8802","93","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_779[] = {"16317","Gauss-Kruger CM 99E","9807","8802","99","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_780[] = {"16318","Gauss-Kruger CM 105E","9807","8805","1","9201","8802","105","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_781[] = {"16319","Gauss-Kruger CM 111E","9807","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","111","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_782[] = {"16320","Gauss-Kruger CM 117E","9807","8805","1","9201","8802","117","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_783[] = {"16321","Gauss-Kruger CM 123E","9807","8806","500000","9001","8807","0","9001","8805","1","9201","8802","123","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_784[] = {"16322","Gauss-Kruger CM 129E","9807","8801","0","9102","8807","0","9001","8802","129","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_785[] = {"16323","Gauss-Kruger CM 135E","9807","8801","0","9102","8806","500000","9001","8805","1","9201","8802","135","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_786[] = {"16324","Gauss-Kruger CM 141E","9807","8806","500000","9001","8805","1","9201","8802","141","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_787[] = {"16325","Gauss-Kruger CM 147E","9807","8802","147","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_788[] = {"16326","Gauss-Kruger CM 153E","9807","8802","153","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_789[] = {"16327","Gauss-Kruger CM 159E","9807","8807","0","9001","8806","500000","9001","8805","1","9201","8802","159","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_790[] = {"16328","Gauss-Kruger CM 165E","9807","8806","500000","9001","8805","1","9201","8802","165","9102","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_791[] = {"16329","Gauss-Kruger CM 171E","9807","8805","1","9201","8802","171","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_792[] = {"16330","Gauss-Kruger CM 177E","9807","8801","0","9102","8807","0","9001","8802","177","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_793[] = {"16331","Gauss-Kruger CM 177W","9807","8801","0","9102","8806","500000","9001","8805","1","9201","8807","0","9001","8802","-177","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_794[] = {"16332","Gauss-Kruger CM 171W","9807","8806","500000","9001","8805","1","9201","8802","-171","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_795[] = {"16333","Gauss-Kruger CM 165W","9807","8802","-165","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_796[] = {"16334","Gauss-Kruger CM 159W","9807","8806","500000","9001","8802","-159","9102","8801","0","9102","8807","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_797[] = {"16335","Gauss-Kruger CM 153W","9807","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","-153","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_798[] = {"16336","Gauss-Kruger CM 147W","9807","8805","1","9201","8802","-147","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_799[] = {"16337","Gauss-Kruger CM 141W","9807","8805","1","9201","8802","-141","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_800[] = {"16338","Gauss-Kruger CM 135W","9807","8801","0","9102","8807","0","9001","8802","-135","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_801[] = {"16339","Gauss-Kruger CM 129W","9807","8801","0","9102","8806","500000","9001","8805","1","9201","8802","-129","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_802[] = {"16340","Gauss-Kruger CM 123W","9807","8806","500000","9001","8805","1","9201","8802","-123","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_803[] = {"16341","Gauss-Kruger CM 117W","9807","8802","-117","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_804[] = {"16342","Gauss-Kruger CM 111W","9807","8802","-111","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_805[] = {"16343","Gauss-Kruger CM 105W","9807","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","-105","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_806[] = {"16344","Gauss-Kruger CM 99W","9807","8805","1","9201","8802","-99","9102","8806","500000","9001","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_807[] = {"16345","Gauss-Kruger CM 93W","9807","8805","1","9201","8802","-93","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_808[] = {"16346","Gauss-Kruger CM 87W","9807","8801","0","9102","8807","0","9001","8802","-87","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_809[] = {"16347","Gauss-Kruger CM 81W","9807","8805","1","9201","8801","0","9102","8806","500000","9001","8807","0","9001","8802","-81","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_810[] = {"16348","Gauss-Kruger CM 75W","9807","8806","500000","9001","8805","1","9201","8802","-75","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_811[] = {"16349","Gauss-Kruger CM 69W","9807","8802","-69","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_812[] = {"16350","Gauss-Kruger CM 63W","9807","8802","-63","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_813[] = {"16351","Gauss-Kruger CM 57W","9807","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","-57","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_814[] = {"16352","Gauss-Kruger CM 51W","9807","8805","1","9201","8802","-51","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_815[] = {"16353","Gauss-Kruger CM 45W","9807","8807","0","9001","8805","1","9201","8802","-45","9102","8801","0","9102","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_816[] = {"16354","Gauss-Kruger CM 39W","9807","8805","1","9201","8802","-39","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_817[] = {"16355","Gauss-Kruger CM 33W","9807","8801","0","9102","8806","500000","9001","8805","1","9201","8802","-33","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_818[] = {"16356","Gauss-Kruger CM 27W","9807","8806","500000","9001","8805","1","9201","8802","-27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_819[] = {"16357","Gauss-Kruger CM 21W","9807","8802","-21","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_820[] = {"16358","Gauss-Kruger CM 15W","9807","8802","-15","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_821[] = {"16359","Gauss-Kruger CM 9W","9807","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","8802","-9","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_822[] = {"16360","Gauss-Kruger CM 3W","9807","8801","0","9102","8802","-3","9102","8805","1","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_823[] = {"16361","3-degree Gauss-Kruger CM 3E","9807","8805","1","9201","8802","3","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_824[] = {"16362","3-degree Gauss-Kruger CM 6E","9807","8801","0","9102","8807","0","9001","8802","6","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_825[] = {"16363","3-degree Gauss-Kruger CM 9E","9807","8802","9","9102","8801","0","9102","8806","500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_826[] = {"16364","3-degree Gauss-Kruger CM 12E","9807","8806","500000","9001","8805","1","9201","8802","12","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_827[] = {"16365","3-degree Gauss-Kruger CM 15E","9807","8802","15","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_828[] = {"16366","3-degree Gauss-Kruger CM 18E","9807","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","8802","18","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_829[] = {"16367","3-degree Gauss-Kruger CM 21E","9807","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","21","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_830[] = {"16368","3-degree Gauss-Kruger CM 24E","9807","8805","1","9201","8802","24","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_831[] = {"16369","3-degree Gauss-Kruger CM 27E","9807","8806","500000","9001","8805","1","9201","8802","27","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_832[] = {"16370","3-degree Gauss-Kruger CM 30E","9807","8801","0","9102","8807","0","9001","8802","30","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_833[] = {"16371","3-degree Gauss-Kruger CM 33E","9807","8801","0","9102","8806","500000","9001","8805","1","9201","8802","33","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_834[] = {"16372","3-degree Gauss-Kruger CM 36E","9807","8805","1","9201","8807","0","9001","8806","500000","9001","8802","36","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_835[] = {"16373","3-degree Gauss-Kruger CM 39E","9807","8801","0","9102","8802","39","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_836[] = {"16374","3-degree Gauss-Kruger CM 42E","9807","8802","42","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_837[] = {"16375","3-degree Gauss-Kruger CM 45E","9807","8807","0","9001","8806","500000","9001","8805","1","9201","8802","45","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_838[] = {"16376","3-degree Gauss-Kruger CM 48E","9807","8801","0","9102","8805","1","9201","8802","48","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_839[] = {"16377","3-degree Gauss-Kruger CM 51E","9807","8805","1","9201","8802","51","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_840[] = {"16378","3-degree Gauss-Kruger CM 54E","9807","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","8802","54","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_841[] = {"16379","3-degree Gauss-Kruger CM 57E","9807","8806","500000","9001","8807","0","9001","8805","1","9201","8801","0","9102","8802","57","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_842[] = {"16380","3-degree Gauss-Kruger CM 60E","9807","8806","500000","9001","8805","1","9201","8802","60","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_843[] = {"16381","3-degree Gauss-Kruger CM 63E","9807","8802","63","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_844[] = {"16382","3-degree Gauss-Kruger CM 66E","9807","8802","66","9102","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_845[] = {"16383","3-degree Gauss-Kruger CM 69E","9807","8807","0","9001","8806","500000","9001","8801","0","9102","8805","1","9201","8802","69","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_846[] = {"16384","3-degree Gauss-Kruger CM 72E","9807","8805","1","9201","8802","72","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_847[] = {"16385","3-degree Gauss-Kruger CM 75E","9807","8807","0","9001","8805","1","9201","8802","75","9102","8801","0","9102","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_848[] = {"16386","3-degree Gauss-Kruger CM 78E","9807","8801","0","9102","8807","0","9001","8802","78","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_849[] = {"16387","3-degree Gauss-Kruger CM 81E","9807","8801","0","9102","8806","500000","9001","8805","1","9201","8802","81","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_850[] = {"16388","3-degree Gauss-Kruger CM 84E","9807","8806","500000","9001","8805","1","9201","8802","84","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_851[] = {"16389","3-degree Gauss-Kruger CM 87E","9807","8802","87","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_852[] = {"16390","3-degree Gauss-Kruger CM 90E","9807","8802","90","9102","8801","0","9102","8806","500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_853[] = {"16391","3-degree Gauss-Kruger CM 93E","9807","8801","0","9102","8807","0","9001","8806","500000","9001","8805","1","9201","8802","93","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_854[] = {"16392","3-degree Gauss-Kruger CM 96E","9807","8801","0","9102","8802","96","9102","8806","500000","9001","8807","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_855[] = {"16393","3-degree Gauss-Kruger CM 99E","9807","8802","99","9102","8805","1","9201","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_856[] = {"16394","3-degree Gauss-Kruger CM 102E","9807","8801","0","9102","8807","0","9001","8802","102","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_857[] = {"16395","3-degree Gauss-Kruger CM 105E","9807","8801","0","9102","8802","105","9102","8806","500000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_858[] = {"16396","3-degree Gauss-Kruger CM 108E","9807","8806","500000","9001","8805","1","9201","8802","108","9102","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_859[] = {"16397","3-degree Gauss-Kruger CM 111E","9807","8802","111","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_860[] = {"16398","3-degree Gauss-Kruger CM 114E","9807","8801","0","9102","8805","1","9201","8806","500000","9001","8802","114","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_861[] = {"16399","3-degree Gauss-Kruger CM 117E","9807","8807","0","9001","8806","500000","9001","8805","1","9201","8802","117","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_862[] = {"16400","TM 0 N","9807","8805","0.9996","9201","8802","0","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_863[] = {"16405","TM 5 NE","9807","8805","0.9996","9201","8802","5","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_864[] = {"16406","TM 6 NE","9807","8801","0","9102","8807","0","9001","8802","6","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_865[] = {"16411","TM 11 NE","9807","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","11","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_866[] = {"16412","TM 12 NE","9807","8807","0","9001","8805","0.9996","9201","8802","12","9102","8801","0","9102","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_867[] = {"16413","TM 13 NE","9807","8807","0","9001","8802","13","9102","8806","500000","9001","8805","0.9996","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_868[] = {"16430","TM 30 NE","9807","8801","0","9102","8802","30","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_869[] = {"16490","Bangladesh Transverse Mercator","9807","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","90","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_870[] = {"16506","TM 106 NE","9807","8801","0","9102","8805","0.9996","9201","8802","106","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_871[] = {"16586","GK 106 NE","9807","8805","1","9201","8802","106","9102","8801","0","9102","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_872[] = {"16611","TM 11.30 SE","9807","8801","0","9110","8807","10000000","9001","8802","11.3","9110","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_873[] = {"16612","TM 12 SE","9807","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","8801","0","9102","8802","12","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_874[] = {"16636","TM 36 SE","9807","8806","500000","9001","8802","36","9102","8801","0","9102","8807","10000000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_875[] = {"16709","TM 109 SE","9807","8802","109","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_876[] = {"16716","TM 116 SE","9807","8805","0.9996","9201","8802","116","9102","8807","10000000","9001","8806","500000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_877[] = {"16732","TM 132 SE","9807","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","8802","132","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_878[] = {"17001","TM 1 NW","9807","8805","0.9996","9201","8802","-1","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_879[] = {"17005","TM 5 NW","9807","8806","500000","9001","8802","-5","9102","8805","0.9996","9201","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_880[] = {"17054","TM 54 NW","9807","8801","0","9102","8807","0","9001","8806","500000","9001","8805","0.9996","9201","8802","-54","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_881[] = {"17204","SCAR IMW SP19-20","9802","8821","-90","9102","8824","-63.2","9110","8823","-60.4","9110","8822","-66","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_882[] = {"17205","SCAR IMW SP21-22","9802","8824","-63.2","9110","8822","-54","9102","8821","-90","9102","8827","0","9001","8826","0","9001","8823","-60.4","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_883[] = {"17206","SCAR IMW SP23-24","9802","8826","0","9001","8824","-63.2","9110","8821","-90","9102","8823","-60.4","9110","8822","-42","9102","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_884[] = {"17207","SCAR IMW SQ01-02","9802","8821","-90","9102","8827","0","9001","8826","0","9001","8824","-67.2","9110","8822","-174","9102","8823","-64.4","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_885[] = {"17208","SCAR IMW SQ19-20","9802","8823","-64.4","9110","8821","-90","9102","8826","0","9001","8822","-66","9102","8827","0","9001","8824","-67.2","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_886[] = {"17209","SCAR IMW SQ21-22","9802","8823","-64.4","9110","8827","0","9001","8826","0","9001","8824","-67.2","9110","8822","-54","9102","8821","-90","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_887[] = {"17210","SCAR IMW SQ37-38","9802","8826","0","9001","8824","-67.2","9110","8822","42","9102","8823","-64.4","9110","8821","-90","9102","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_888[] = {"17211","SCAR IMW SQ39-40","9802","8827","0","9001","8826","0","9001","8824","-67.2","9110","8822","54","9102","8821","-90","9102","8823","-64.4","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_889[] = {"17212","SCAR IMW SQ41-42","9802","8824","-67.2","9110","8821","-90","9102","8823","-64.4","9110","8822","66","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_890[] = {"17213","SCAR IMW SQ43-44","9802","8827","0","9001","8823","-64.4","9110","8821","-90","9102","8822","78","9102","8824","-67.2","9110","8826","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_891[] = {"17214","SCAR IMW SQ45-46","9802","8821","-90","9102","8823","-64.4","9110","8827","0","9001","8822","90","9102","8824","-67.2","9110","8826","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_892[] = {"17215","SCAR IMW SQ47-48","9802","8822","102","9102","8827","0","9001","8824","-67.2","9110","8823","-64.4","9110","8826","0","9001","8821","-90","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_893[] = {"17216","SCAR IMW SQ49-50","9802","8821","-90","9102","8826","0","9001","8823","-64.4","9110","8827","0","9001","8824","-67.2","9110","8822","114","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_894[] = {"17217","SCAR IMW SQ51-52","9802","8826","0","9001","8824","-67.2","9110","8821","-90","9102","8827","0","9001","8822","126","9102","8823","-64.4","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_895[] = {"17218","SCAR IMW SQ53-54","9802","8824","-67.2","9110","8822","138","9102","8823","-64.4","9110","8826","0","9001","8821","-90","9102","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_896[] = {"17219","SCAR IMW SQ55-56","9802","8826","0","9001","8823","-64.4","9110","8827","0","9001","8822","150","9102","8821","-90","9102","8824","-67.2","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_897[] = {"17220","SCAR IMW SQ57-58","9802","8827","0","9001","8821","-90","9102","8824","-67.2","9110","8823","-64.4","9110","8826","0","9001","8822","162","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_898[] = {"17221","SCAR IMW SR13-14","9802","8826","0","9001","8824","-71.2","9110","8822","-102","9102","8827","0","9001","8821","-90","9102","8823","-68.4","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_899[] = {"17222","SCAR IMW SR15-16","9802","8821","-90","9102","8824","-71.2","9110","8822","-90","9102","8823","-68.4","9110","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_900[] = {"17223","SCAR IMW SR17-18","9802","8823","-68.4","9110","8821","-90","9102","8822","-78","9102","8827","0","9001","8824","-71.2","9110","8826","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_901[] = {"17224","SCAR IMW SR19-20","9802","8826","0","9001","8823","-68.4","9110","8822","-66","9102","8827","0","9001","8824","-71.2","9110","8821","-90","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_902[] = {"17225","SCAR IMW SR27-28","9802","8827","0","9001","8826","0","9001","8824","-71.2","9110","8822","-18","9102","8821","-90","9102","8823","-68.4","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_903[] = {"17226","SCAR IMW SR29-30","9802","8822","-6","9102","8827","0","9001","8823","-68.4","9110","8824","-71.2","9110","8821","-90","9102","8826","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_904[] = {"17227","SCAR IMW SR31-32","9802","8827","0","9001","8823","-68.4","9110","8822","6","9102","8821","-90","9102","8826","0","9001","8824","-71.2","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_905[] = {"17228","SCAR IMW SR33-34","9802","8821","-90","9102","8822","18","9102","8823","-68.4","9110","8827","0","9001","8824","-71.2","9110","8826","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_906[] = {"17229","SCAR IMW SR35-36","9802","8827","0","9001","8824","-71.2","9110","8822","30","9102","8826","0","9001","8821","-90","9102","8823","-68.4","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_907[] = {"17230","SCAR IMW SR37-38","9802","8822","42","9102","8826","0","9001","8821","-90","9102","8824","-71.2","9110","8823","-68.4","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_908[] = {"17231","SCAR IMW SR39-40","9802","8824","-71.2","9110","8822","54","9102","8821","-90","9102","8823","-68.4","9110","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_909[] = {"17232","SCAR IMW SR41-42","9802","8821","-90","9102","8822","66","9102","8824","-71.2","9110","8823","-68.4","9110","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_910[] = {"17233","SCAR IMW SR43-44","9802","8821","-90","9102","8823","-68.4","9110","8822","78","9102","8827","0","9001","8826","0","9001","8824","-71.2","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_911[] = {"17234","SCAR IMW SR45-46","9802","8822","90","9102","8827","0","9001","8826","0","9001","8821","-90","9102","8824","-71.2","9110","8823","-68.4","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_912[] = {"17235","SCAR IMW SR47-48","9802","8823","-68.4","9110","8824","-71.2","9110","8821","-90","9102","8822","102","9102","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_913[] = {"17236","SCAR IMW SR49-50","9802","8821","-90","9102","8824","-71.2","9110","8823","-68.4","9110","8822","114","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_914[] = {"17237","SCAR IMW SR51-52","9802","8821","-90","9102","8823","-68.4","9110","8824","-71.2","9110","8822","126","9102","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_915[] = {"17238","SCAR IMW SR53-54","9802","8824","-71.2","9110","8822","138","9102","8826","0","9001","8821","-90","9102","8823","-68.4","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_916[] = {"17239","SCAR IMW SR55-56","9802","8824","-71.2","9110","8822","150","9102","8821","-90","9102","8823","-68.4","9110","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_917[] = {"17240","SCAR IMW SR57-58","9802","8821","-90","9102","8822","162","9102","8823","-68.4","9110","8824","-71.2","9110","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_918[] = {"17241","SCAR IMW SR59-60","9802","8823","-68.4","9110","8822","174","9102","8821","-90","9102","8827","0","9001","8826","0","9001","8824","-71.2","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_919[] = {"17242","SCAR IMW SS04-06","9802","8822","-153","9102","8824","-75.2","9110","8826","0","9001","8827","0","9001","8821","-90","9102","8823","-72.4","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_920[] = {"17243","SCAR IMW SS07-09","9802","8824","-75.2","9110","8822","-135","9102","8821","-90","9102","8823","-72.4","9110","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_921[] = {"17244","SCAR IMW SS10-12","9802","8821","-90","9102","8824","-75.2","9110","8823","-72.4","9110","8822","-117","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_922[] = {"17245","SCAR IMW SS13-15","9802","8821","-90","9102","8824","-75.2","9110","8823","-72.4","9110","8826","0","9001","8827","0","9001","8822","-99","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_923[] = {"17246","SCAR IMW SS16-18","9802","8821","-90","9102","8824","-75.2","9110","8826","0","9001","8823","-72.4","9110","8822","-81","9102","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_924[] = {"17247","SCAR IMW SS19-21","9802","8822","-63","9102","8821","-90","9102","8823","-72.4","9110","8827","0","9001","8826","0","9001","8824","-75.2","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_925[] = {"17248","SCAR IMW SS25-27","9802","8821","-90","9102","8822","-27","9102","8824","-75.2","9110","8823","-72.4","9110","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_926[] = {"17249","SCAR IMW SS28-30","9802","8821","-90","9102","8823","-72.4","9110","8822","-9","9102","8827","0","9001","8826","0","9001","8824","-75.2","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_927[] = {"17250","SCAR IMW SS31-33","9802","8822","9","9102","8827","0","9001","8826","0","9001","8821","-90","9102","8824","-75.2","9110","8823","-72.4","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_928[] = {"17251","SCAR IMW SS34-36","9802","8821","-90","9102","8822","27","9102","8823","-72.4","9110","8827","0","9001","8826","0","9001","8824","-75.2","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_929[] = {"17252","SCAR IMW SS37-39","9802","8821","-90","9102","8824","-75.2","9110","8823","-72.4","9110","8822","45","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_930[] = {"17253","SCAR IMW SS40-42","9802","8821","-90","9102","8823","-72.4","9110","8824","-75.2","9110","8822","63","9102","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_931[] = {"17254","SCAR IMW SS43-45","9802","8822","81","9102","8826","0","9001","8821","-90","9102","8824","-75.2","9110","8823","-72.4","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_932[] = {"17255","SCAR IMW SS46-48","9802","8824","-75.2","9110","8822","99","9102","8821","-90","9102","8823","-72.4","9110","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_933[] = {"17256","SCAR IMW SS49-51","9802","8822","117","9102","8821","-90","9102","8823","-72.4","9110","8826","0","9001","8824","-75.2","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_934[] = {"17257","SCAR IMW SS52-54","9802","8822","135","9102","8821","-90","9102","8823","-72.4","9110","8827","0","9001","8826","0","9001","8824","-75.2","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_935[] = {"17258","SCAR IMW SS55-57","9802","8822","153","9102","8826","0","9001","8827","0","9001","8821","-90","9102","8824","-75.2","9110","8823","-72.4","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_936[] = {"17259","SCAR IMW SS58-60","9802","8824","-75.2","9110","8822","171","9102","8821","-90","9102","8823","-72.4","9110","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_937[] = {"17260","SCAR IMW ST01-04","9802","8821","-90","9102","8824","-79.2","9110","8823","-76.4","9110","8822","-168","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_938[] = {"17261","SCAR IMW ST05-08","9802","8821","-90","9102","8823","-76.4","9110","8826","0","9001","8824","-79.2","9110","8822","-144","9102","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_939[] = {"17262","SCAR IMW ST09-12","9802","8822","-120","9102","8826","0","9001","8821","-90","9102","8824","-79.2","9110","8823","-76.4","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_940[] = {"17263","SCAR IMW ST13-16","9802","8824","-79.2","9110","8822","-96","9102","8821","-90","9102","8823","-76.4","9110","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_941[] = {"17264","SCAR IMW ST17-20","9802","8821","-90","9102","8822","-72","9102","8824","-79.2","9110","8823","-76.4","9110","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_942[] = {"17265","SCAR IMW ST21-24","9802","8821","-90","9102","8823","-76.4","9110","8822","-48","9102","8827","0","9001","8826","0","9001","8824","-79.2","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_943[] = {"17266","SCAR IMW ST25-28","9802","8827","0","9001","8822","-24","9102","8826","0","9001","8821","-90","9102","8824","-79.2","9110","8823","-76.4","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_944[] = {"17267","SCAR IMW ST29-32","9802","8821","-90","9102","8822","0","9102","8823","-76.4","9110","8827","0","9001","8826","0","9001","8824","-79.2","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_945[] = {"17268","SCAR IMW ST33-36","9802","8821","-90","9102","8824","-79.2","9110","8823","-76.4","9110","8822","24","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_946[] = {"17269","SCAR IMW ST37-40","9802","8821","-90","9102","8823","-76.4","9110","8824","-79.2","9110","8822","48","9102","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_947[] = {"17270","SCAR IMW ST41-44","9802","8822","72","9102","8826","0","9001","8821","-90","9102","8824","-79.2","9110","8823","-76.4","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_948[] = {"17271","SCAR IMW ST45-48","9802","8824","-79.2","9110","8822","96","9102","8821","-90","9102","8823","-76.4","9110","8827","0","9001","8826","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_949[] = {"17272","SCAR IMW ST49-52","9802","8823","-76.4","9110","8822","120","9102","8824","-79.2","9110","8826","0","9001","8827","0","9001","8821","-90","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_950[] = {"17273","SCAR IMW ST53-56","9802","8823","-76.4","9110","8822","144","9102","8821","-90","9102","8827","0","9001","8826","0","9001","8824","-79.2","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_951[] = {"17274","SCAR IMW ST57-60","9802","8822","168","9102","8826","0","9001","8827","0","9001","8821","-90","9102","8824","-79.2","9110","8823","-76.4","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_952[] = {"17275","SCAR IMW SU01-05","9829","8807","0","9001","8806","0","9001","8832","-80.1419","9110","8833","-165","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_953[] = {"17276","SCAR IMW SU06-10","9829","8806","0","9001","8832","-80.1419","9110","8807","0","9001","8833","-135","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_954[] = {"17277","SCAR IMW SU11-15","9829","8807","0","9001","8806","0","9001","8832","-80.1419","9110","8833","-105","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_955[] = {"17278","SCAR IMW SU16-20","9829","8833","-75","9102","8806","0","9001","8832","-80.1419","9110","8807","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_956[] = {"17279","SCAR IMW SU21-25","9829","8806","0","9001","8833","-45","9102","8832","-80.1419","9110","8807","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_957[] = {"17280","SCAR IMW SU26-30","9829","8806","0","9001","8807","0","9001","8832","-80.1419","9110","8833","-15","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_958[] = {"17281","SCAR IMW SU31-35","9829","8807","0","9001","8806","0","9001","8832","-80.1419","9110","8833","15","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_959[] = {"17282","SCAR IMW SU36-40","9829","8806","0","9001","8832","-80.1419","9110","8833","45","9102","8807","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_960[] = {"17283","SCAR IMW SU41-45","9829","8807","0","9001","8806","0","9001","8832","-80.1419","9110","8833","75","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_961[] = {"17284","SCAR IMW SU46-50","9829","8806","0","9001","8832","-80.1419","9110","8807","0","9001","8833","105","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_962[] = {"17285","SCAR IMW SU51-55","9829","8807","0","9001","8806","0","9001","8832","-80.1419","9110","8833","135","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_963[] = {"17286","SCAR IMW SU56-60","9829","8806","0","9001","8832","-80.1419","9110","8833","165","9102","8807","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_964[] = {"17287","SCAR IMW SV01-10","9829","8806","0","9001","8807","0","9001","8832","-80.1419","9110","8833","-150","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_965[] = {"17288","SCAR IMW SV11-20","9829","8832","-80.1419","9110","8807","0","9001","8806","0","9001","8833","-90","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_966[] = {"17289","SCAR IMW SV21-30","9829","8807","0","9001","8806","0","9001","8832","-80.1419","9110","8833","-30","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_967[] = {"17290","SCAR IMW SV31-40","9829","8806","0","9001","8807","0","9001","8833","30","9102","8832","-80.1419","9110","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_968[] = {"17291","SCAR IMW SV41-50","9829","8807","0","9001","8806","0","9001","8832","-80.1419","9110","8833","90","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_969[] = {"17292","SCAR IMW SV51-60","9829","8806","0","9001","8832","-80.1419","9110","8807","0","9001","8833","150","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_970[] = {"17293","SCAR IMW SW01-60","9829","8807","0","9001","8806","0","9001","8832","-80.1419","9110","8833","0","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_971[] = {"17294","USGS Transantarctic Mountains","9802","8821","-78","9102","8824","-79.2","9110","8823","-76.4","9110","8826","0","9001","8827","0","9001","8822","162","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_972[] = {"17295","North Pole Lambert Azimuthal Equal Area (Bering Sea)","9820","8801","90","9102","8807","0","9001","8806","0","9001","8802","180","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_973[] = {"17296","North Pole Lambert Azimuthal Equal Area (Alaska)","9820","8801","90","9102","8807","0","9001","8806","0","9001","8802","-150","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_974[] = {"17297","North Pole Lambert Azimuthal Equal Area (Canada)","9820","8802","-100","9102","8801","90","9102","8807","0","9001","8806","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_975[] = {"17298","North Pole Lambert Azimuthal Equal Area (Atlantic)","9820","8801","90","9102","8802","-40","9102","8807","0","9001","8806","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_976[] = {"17299","North Pole Lambert Azimuthal Equal Area (Europe)","9820","8802","10","9102","8801","90","9102","8807","0","9001","8806","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_977[] = {"17300","North Pole Lambert Azimuthal Equal Area (Russia)","9820","8801","90","9102","8807","0","9001","8806","0","9001","8802","90","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_978[] = {"17321","SWEREF99 12 00","9807","8802","12","9102","8807","0","9001","8801","0","9102","8806","150000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_979[] = {"17322","SWEREF99 13 30","9807","8801","0","9110","8802","13.3","9110","8805","1","9201","8806","150000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_980[] = {"17323","SWEREF99 15 00","9807","8805","1","9201","8802","15","9102","8801","0","9102","8807","0","9001","8806","150000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_981[] = {"17324","SWEREF99 16 30","9807","8805","1","9201","8801","0","9110","8802","16.3","9110","8807","0","9001","8806","150000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_982[] = {"17325","SWEREF99 18 00","9807","8802","18","9102","8801","0","9102","8806","150000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_983[] = {"17326","SWEREF99 14 15","9807","8801","0","9110","8806","150000","9001","8805","1","9201","8802","14.15","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_984[] = {"17327","SWEREF99 15 45","9807","8806","150000","9001","8802","15.45","9110","8801","0","9110","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_985[] = {"17328","SWEREF99 17 15","9807","8802","17.15","9110","8805","1","9201","8806","150000","9001","8807","0","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_986[] = {"17329","SWEREF99 18 45","9807","8801","0","9110","8806","150000","9001","8807","0","9001","8805","1","9201","8802","18.45","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_987[] = {"17330","SWEREF99 20 15","9807","8805","1","9201","8802","20.15","9110","8801","0","9110","8806","150000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_988[] = {"17331","SWEREF99 21 45","9807","8801","0","9110","8805","1","9201","8806","150000","9001","8802","21.45","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_989[] = {"17332","SWEREF99 23 15","9807","8805","1","9201","8801","0","9110","8802","23.15","9110","8807","0","9001","8806","150000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_990[] = {"17333","SWEREF99 TM","9807","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","15","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_991[] = {"17334","Sweden zone 7.5 gon V","9807","8807","0","9001","8801","0","9110","8806","1500000","9001","8805","1","9201","8802","11.18298","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_992[] = {"17335","Sweden zone 5 gon V","9807","8801","0","9110","8802","13.33298","9110","8805","1","9201","8807","0","9001","8806","1500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_993[] = {"17336","Sweden zone 0 gon","9807","8802","18.03298","9110","8801","0","9110","8807","0","9001","8806","1500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_994[] = {"17337","Sweden zone 2.5 gon O","9807","8802","20.18298","9110","8807","0","9001","8801","0","9110","8806","1500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_995[] = {"17338","Sweden zone 5 gon O","9807","8801","0","9110","8805","1","9201","8802","22.33298","9110","8806","1500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_996[] = {"17348","Map Grid of Australia zone 48","9807","8801","0","9102","8805","0.9996","9201","8802","105","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_997[] = {"17349","Map Grid of Australia zone 49","9807","8805","0.9996","9201","8801","0","9102","8802","111","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_998[] = {"17350","Map Grid of Australia zone 50","9807","8802","117","9102","8806","500000","9001","8805","0.9996","9201","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_999[] = {"17351","Map Grid of Australia zone 51","9807","8806","500000","9001","8805","0.9996","9201","8802","123","9102","8801","0","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1000[] = {"17352","Map Grid of Australia zone 52","9807","8806","500000","9001","8802","129","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1001[] = {"17353","Map Grid of Australia zone 53","9807","8802","135","9102","8805","0.9996","9201","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1002[] = {"17354","Map Grid of Australia zone 54","9807","8802","141","9102","8807","10000000","9001","8801","0","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1003[] = {"17355","Map Grid of Australia zone 55","9807","8805","0.9996","9201","8802","147","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1004[] = {"17356","Map Grid of Australia zone 56","9807","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","8802","153","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1005[] = {"17357","Map Grid of Australia zone 57","9807","8801","0","9102","8802","159","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1006[] = {"17358","Map Grid of Australia zone 58","9807","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","165","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1007[] = {"17359","SA Lambert","9802","8821","-32","9102","8824","-36","9102","8826","1000000","9001","8823","-28","9102","8822","135","9102","8827","2000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1008[] = {"17360","Vicgrid66","9802","8823","-36","9102","8827","4500000","9001","8821","-37","9102","8822","145","9102","8826","2500000","9001","8824","-38","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1009[] = {"17361","Vicgrid94","9802","8826","2500000","9001","8823","-36","9102","8822","145","9102","8821","-37","9102","8824","-38","9102","8827","2500000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1010[] = {"17362","Geoscience Australia Standard National Scale Lambert Projection","9802","8823","-18","9102","8822","134","9102","8827","0","9001","8826","0","9001","8824","-36","9102","8821","0","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1011[] = {"17363","Brisbane City Survey Grid 02","9807","8801","-28","9102","8806","50000","9001","8805","0.99999","9201","8802","153","9102","8807","100000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1012[] = {"17364","New South Wales Lambert","9802","8824","-35.75","9102","8822","147","9102","8821","-33.25","9102","8823","-30.75","9102","8827","4500000","9001","8826","9300000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1013[] = {"17365","Australian Albers","9822","8821","0","9102","8822","132","9102","8824","-36","9102","8823","-18","9102","8826","0","9001","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1014[] = {"17401","Katanga Lambert Conformal","9802","8821","0","9102","8823","-6.5","9102","8822","26","9102","8827","0","9001","8826","0","9001","8824","-11.5","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1015[] = {"17402","Katanga Transverse Mercator","9807","8802","26","9102","8807","0","9001","8801","-9","9102","8806","0","9001","8805","0.9998","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1016[] = {"17412","Congo Transverse Mercator zone 12","9807","8801","0","9102","8802","12","9102","8805","0.9999","9201","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1017[] = {"17414","Congo Transverse Mercator zone 14","9807","8805","0.9999","9201","8802","14","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1018[] = {"17416","Congo Transverse Mercator zone 16","9807","8805","0.9999","9201","8801","0","9102","8802","16","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1019[] = {"17418","Congo Transverse Mercator zone 18","9807","8802","18","9102","8801","0","9102","8806","500000","9001","8805","0.9999","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1020[] = {"17420","Congo Transverse Mercator zone 20","9807","8801","0","9102","8806","500000","9001","8805","0.9999","9201","8802","20","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1021[] = {"17422","Congo Transverse Mercator zone 22","9807","8806","500000","9001","8802","22","9102","8801","0","9102","8805","0.9999","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1022[] = {"17424","Congo Transverse Mercator zone 24","9807","8805","0.9999","9201","8802","24","9102","8807","10000000","9001","8806","500000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1023[] = {"17426","Congo Transverse Mercator zone 26","9807","8802","26","9102","8807","10000000","9001","8801","0","9102","8806","500000","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1024[] = {"17428","Congo Transverse Mercator zone 28","9807","8805","0.9999","9201","8802","28","9102","8801","0","9102","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1025[] = {"17430","Congo Transverse Mercator zone 30","9807","8801","0","9102","8805","0.9999","9201","8806","500000","9001","8802","30","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1026[] = {"17432","Indonesia TM-3 zone 46.2","9807","8805","0.9999","9201","8801","0","9102","8802","94.5","9102","8807","1500000","9001","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1027[] = {"17433","Indonesia TM-3 zone 47.1","9807","8801","0","9102","8806","200000","9001","8805","0.9999","9201","8802","97.5","9102","8807","1500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1028[] = {"17434","Indonesia TM-3 zone 47.2","9807","8801","0","9102","8807","1500000","9001","8806","200000","9001","8805","0.9999","9201","8802","100.5","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1029[] = {"17435","Indonesia TM-3 zone 48.1","9807","8801","0","9102","8802","103.5","9102","8805","0.9999","9201","8807","1500000","9001","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1030[] = {"17436","Indonesia TM-3 zone 48.2","9807","8802","106.5","9102","8801","0","9102","8807","1500000","9001","8806","200000","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1031[] = {"17437","Indonesia TM-3 zone 49.1","9807","8802","109.5","9102","8807","1500000","9001","8801","0","9102","8806","200000","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1032[] = {"17438","Indonesia TM-3 zone 49.2","9807","8801","0","9102","8805","0.9999","9201","8802","112.5","9102","8806","200000","9001","8807","1500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1033[] = {"17439","Indonesia TM-3 zone 50.1","9807","8801","0","9102","8805","0.9999","9201","8802","115.5","9102","8807","1500000","9001","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1034[] = {"17440","Indonesia TM-3 zone 50.2","9807","8805","0.9999","9201","8801","0","9102","8802","118.5","9102","8807","1500000","9001","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1035[] = {"17441","Indonesia TM-3 zone 51.1","9807","8802","121.5","9102","8805","0.9999","9201","8807","1500000","9001","8806","200000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1036[] = {"17442","Indonesia TM-3 zone 51.2","9807","8806","200000","9001","8805","0.9999","9201","8802","124.5","9102","8801","0","9102","8807","1500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1037[] = {"17443","Indonesia TM-3 zone 52.1","9807","8806","200000","9001","8802","127.5","9102","8801","0","9102","8805","0.9999","9201","8807","1500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1038[] = {"17444","Indonesia TM-3 zone 52.2","9807","8801","0","9102","8802","130.5","9102","8805","0.9999","9201","8807","1500000","9001","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1039[] = {"17445","Indonesia TM-3 zone 53.1","9807","8802","133.5","9102","8807","1500000","9001","8801","0","9102","8806","200000","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1040[] = {"17446","Indonesia TM-3 zone 53.2","9807","8805","0.9999","9201","8802","136.5","9102","8801","0","9102","8806","200000","9001","8807","1500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1041[] = {"17447","Indonesia TM-3 zone 54.1","9807","8806","200000","9001","8801","0","9102","8805","0.9999","9201","8807","1500000","9001","8802","139.5","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1042[] = {"17448","Australian Map Grid zone 48","9807","8801","0","9102","8802","105","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1043[] = {"17449","Australian Map Grid zone 49","9807","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","111","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1044[] = {"17450","Australian Map Grid zone 50","9807","8801","0","9102","8806","500000","9001","8807","10000000","9001","8805","0.9996","9201","8802","117","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1045[] = {"17451","Australian Map Grid zone 51","9807","8806","500000","9001","8802","123","9102","8801","0","9102","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1046[] = {"17452","Australian Map Grid zone 52","9807","8802","129","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1047[] = {"17453","Australian Map Grid zone 53","9807","8802","135","9102","8807","10000000","9001","8801","0","9102","8806","500000","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1048[] = {"17454","Australian Map Grid zone 54","9807","8801","0","9102","8802","141","9102","8805","0.9996","9201","8806","500000","9001","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1049[] = {"17455","Australian Map Grid zone 55","9807","8805","0.9996","9201","8802","147","9102","8801","0","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1050[] = {"17456","Australian Map Grid zone 56","9807","8805","0.9996","9201","8801","0","9102","8802","153","9102","8807","10000000","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1051[] = {"17457","Australian Map Grid zone 57","9807","8802","159","9102","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1052[] = {"17458","Australian Map Grid zone 58","9807","8801","0","9102","8806","500000","9001","8805","0.9996","9201","8802","165","9102","8807","10000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1053[] = {"17515","South African Survey Grid zone 15","9808","8806","0","9001","8802","15","9102","8801","0","9102","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1054[] = {"17517","South African Survey Grid zone 17","9808","8805","1","9201","8802","17","9102","8806","0","9001","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1055[] = {"17519","South African Survey Grid zone 19","9808","8802","19","9102","8807","0","9001","8801","0","9102","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1056[] = {"17521","South African Survey Grid zone 21","9808","8805","1","9201","8802","21","9102","8801","0","9102","8806","0","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1057[] = {"17523","South African Survey Grid zone 23","9808","8801","0","9102","8805","1","9201","8806","0","9001","8802","23","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1058[] = {"17525","South African Survey Grid zone 25","9808","8805","1","9201","8801","0","9102","8802","25","9102","8807","0","9001","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1059[] = {"17527","South African Survey Grid zone 27","9808","8801","0","9102","8806","0","9001","8805","1","9201","8802","27","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1060[] = {"17529","South African Survey Grid zone 29","9808","8801","0","9102","8807","0","9001","8806","0","9001","8805","1","9201","8802","29","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1061[] = {"17531","South African Survey Grid zone 31","9808","8807","0","9001","8806","0","9001","8805","1","9201","8802","31","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1062[] = {"17533","South African Survey Grid zone 33","9808","8802","33","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1063[] = {"17611","South West African Survey Grid zone 11","9808","8807","0","9031","8806","0","9031","8805","1","9201","8802","11","9102","8801","-22","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1064[] = {"17613","South West African Survey Grid zone 13","9808","8802","13","9102","8801","-22","9102","8805","1","9201","8807","0","9031","8806","0","9031","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1065[] = {"17615","South West African Survey Grid zone 15","9808","8802","15","9102","8801","-22","9102","8807","0","9031","8806","0","9031","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1066[] = {"17617","South West African Survey Grid zone 17","9808","8801","-22","9102","8806","0","9031","8805","1","9201","8802","17","9102","8807","0","9031","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1067[] = {"17619","South West African Survey Grid zone 19","9808","8805","1","9201","8806","0","9031","8807","0","9031","8801","-22","9102","8802","19","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1068[] = {"17621","South West African Survey Grid zone 21","9808","8805","1","9201","8802","21","9102","8801","-22","9102","8807","0","9031","8806","0","9031","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1069[] = {"17623","South West African Survey Grid zone 23","9808","8801","-22","9102","8802","23","9102","8807","0","9031","8806","0","9031","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1070[] = {"17625","South West African Survey Grid zone 25","9808","8801","-22","9102","8806","0","9031","8805","1","9201","8807","0","9031","8802","25","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1071[] = {"17700","MTM Quebec zone 2","9807","8806","304800","9001","8805","0.9999","9201","8802","-55.3","9110","8807","0","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1072[] = {"17701","MTM zone 1","9807","8802","-53","9102","8801","0","9102","8805","0.9999","9201","8807","0","9001","8806","304800","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1073[] = {"17702","MTM Newfoundland zone 2","9807","8807","0","9001","8801","0","9102","8802","-56","9102","8805","0.9999","9201","8806","304800","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1074[] = {"17703","MTM zone 3","9807","8807","0","9001","8801","0","9110","8806","304800","9001","8805","0.9999","9201","8802","-58.3","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1075[] = {"17704","MTM zone 4","9807","8805","0.9999","9201","8802","-61.3","9110","8801","0","9110","8806","304800","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1076[] = {"17705","MTM zone 5","9807","8802","-64.3","9110","8806","304800","9001","8807","0","9001","8801","0","9110","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1077[] = {"17706","MTM zone 6","9807","8801","0","9110","8802","-67.3","9110","8807","0","9001","8806","304800","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1078[] = {"17707","MTM zone 7","9807","8801","0","9110","8806","304800","9001","8805","0.9999","9201","8802","-70.3","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1079[] = {"17708","MTM zone 8","9807","8805","0.9999","9201","8802","-73.3","9110","8801","0","9110","8807","0","9001","8806","304800","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1080[] = {"17709","MTM zone 9","9807","8802","-76.3","9110","8805","0.9999","9201","8807","0","9001","8806","304800","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1081[] = {"17710","MTM zone 10","9807","8802","-79.3","9110","8801","0","9110","8807","0","9001","8806","304800","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1082[] = {"17711","MTM zone 11","9807","8801","0","9110","8806","304800","9001","8805","0.9999","9201","8802","-82.3","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1083[] = {"17712","MTM zone 12","9807","8805","0.9999","9201","8802","-81","9102","8806","304800","9001","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1084[] = {"17713","MTM zone 13","9807","8805","0.9999","9201","8802","-84","9102","8807","0","9001","8806","304800","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1085[] = {"17714","MTM zone 14","9807","8801","0","9102","8802","-87","9102","8807","0","9001","8806","304800","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1086[] = {"17715","MTM zone 15","9807","8807","0","9001","8805","0.9999","9201","8801","0","9102","8802","-90","9102","8806","304800","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1087[] = {"17716","MTM zone 16","9807","8806","304800","9001","8805","0.9999","9201","8802","-93","9102","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1088[] = {"17717","MTM zone 17","9807","8806","304800","9001","8802","-96","9102","8801","0","9102","8805","0.9999","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1089[] = {"17794","MTM Nova Scotia zone 4","9807","8801","0","9110","8805","0.9999","9201","8802","-61.3","9110","8807","0","9001","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1090[] = {"17795","MTM Nova Scotia zone 5","9807","8805","0.9999","9201","8801","0","9110","8802","-64.3","9110","8806","5500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1091[] = {"17801","Japan Plane Rectangular CS zone I","9807","8801","33","9110","8805","0.9999","9201","8802","129.3","9110","8806","0","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1092[] = {"17802","Japan Plane Rectangular CS zone II","9807","8802","131","9110","8806","0","9001","8807","0","9001","8805","0.9999","9201","8801","33","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1093[] = {"17803","Japan Plane Rectangular CS zone III","9807","8805","0.9999","9201","8806","0","9001","8801","36","9110","8802","132.1","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1094[] = {"17804","Japan Plane Rectangular CS zone IV","9807","8801","33","9110","8802","133.3","9110","8806","0","9001","8805","0.9999","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1095[] = {"17805","Japan Plane Rectangular CS zone V","9807","8805","0.9999","9201","8802","134.2","9110","8807","0","9001","8806","0","9001","8801","36","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1096[] = {"17806","Japan Plane Rectangular CS zone VI","9807","8801","36","9110","8807","0","9001","8802","136","9110","8805","0.9999","9201","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1097[] = {"17807","Japan Plane Rectangular CS zone VII","9807","8802","137.1","9110","8801","36","9110","8807","0","9001","8806","0","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1098[] = {"17808","Japan Plane Rectangular CS zone VIII","9807","8806","0","9001","8801","36","9110","8807","0","9001","8802","138.3","9110","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1099[] = {"17809","Japan Plane Rectangular CS zone IX","9807","8801","36","9110","8802","139.5","9110","8805","0.9999","9201","8806","0","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1100[] = {"17810","Japan Plane Rectangular CS zone X","9807","8805","0.9999","9201","8802","140.5","9110","8807","0","9001","8801","40","9110","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1101[] = {"17811","Japan Plane Rectangular CS zone XI","9807","8801","44","9110","8802","140.15","9110","8807","0","9001","8806","0","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1102[] = {"17812","Japan Plane Rectangular CS zone XII","9807","8802","142.15","9110","8805","0.9999","9201","8807","0","9001","8801","44","9110","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1103[] = {"17813","Japan Plane Rectangular CS zone XIII","9807","8802","144.15","9110","8807","0","9001","8801","44","9110","8805","0.9999","9201","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1104[] = {"17814","Japan Plane Rectangular CS zone XIV","9807","8802","142","9110","8805","0.9999","9201","8806","0","9001","8807","0","9001","8801","26","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1105[] = {"17815","Japan Plane Rectangular CS zone XV","9807","8807","0","9001","8805","0.9999","9201","8801","26","9110","8806","0","9001","8802","127.3","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1106[] = {"17816","Japan Plane Rectangular CS zone XVI","9807","8807","0","9001","8806","0","9001","8805","0.9999","9201","8801","26","9110","8802","124","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1107[] = {"17817","Japan Plane Rectangular CS zone XVII","9807","8802","131","9110","8805","0.9999","9201","8806","0","9001","8801","26","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1108[] = {"17818","Japan Plane Rectangular CS zone XVIII","9807","8801","20","9110","8807","0","9001","8805","0.9999","9201","8806","0","9001","8802","136","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1109[] = {"17819","Japan Plane Rectangular CS zone XIX","9807","8801","26","9110","8806","0","9001","8802","154","9110","8807","0","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1110[] = {"17901","Mount Eden Circuit","9807","8805","0.9999","9201","8806","300000","9001","8802","174.45516217","9110","8807","700000","9001","8801","-36.5247515","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1111[] = {"17902","Bay of Plenty Circuit","9807","8802","176.27583101","9110","8807","700000","9001","8806","300000","9001","8801","-37.45404993","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1112[] = {"17903","Poverty Bay Circuit","9807","8806","300000","9001","8805","1","9201","8802","177.53082906","9110","8801","-38.372893","9110","8807","700000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1113[] = {"17904","Hawkes Bay Circuit","9807","8802","176.40252499","9110","8801","-39.39033455","9110","8807","700000","9001","8806","300000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1114[] = {"17905","Taranaki Circuit","9807","8805","1","9201","8801","-39.08087299","9110","8807","700000","9001","8802","174.13408423","9110","8806","300000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1115[] = {"17906","Tuhirangi Circuit","9807","8807","700000","9001","8805","1","9201","8802","175.38241325","9110","8806","300000","9001","8801","-39.30448934","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1116[] = {"17907","Wanganui Circuit","9807","8807","700000","9001","8801","-40.14310097","9110","8805","1","9201","8806","300000","9001","8802","175.29171586","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1117[] = {"17908","Wairarapa Circuit","9807","8801","-40.55319175","9110","8802","175.38504588","9110","8807","700000","9001","8806","300000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1118[] = {"17909","Wellington Circuit","9807","8806","300000","9001","8807","700000","9001","8805","1","9201","8801","-41.18047507","9110","8802","174.46358432","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1119[] = {"17910","Collingwood Circuit","9807","8802","172.40193674","9110","8806","300000","9001","8805","1","9201","8807","700000","9001","8801","-40.42531326","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1120[] = {"17911","Nelson Circuit","9807","8802","173.17575405","9110","8805","1","9201","8806","300000","9001","8807","700000","9001","8801","-41.1628361","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1121[] = {"17912","Karamea Circuit","9807","8807","700000","9001","8806","300000","9001","8805","1","9201","8801","-41.17236815","9110","8802","172.06325015","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1122[] = {"17913","Buller Circuit","9807","8805","1","9201","8801","-41.48388903","9110","8806","300000","9001","8807","700000","9001","8802","171.34525362","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1123[] = {"17914","Grey Circuit","9807","8805","1","9201","8802","171.32591767","9110","8806","300000","9001","8807","700000","9001","8801","-42.20012994","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1124[] = {"17915","Amuri Circuit","9807","8805","1","9201","8806","300000","9001","8807","700000","9001","8801","-42.41208197","9110","8802","173.00364802","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1125[] = {"17916","Marlborough Circuit","9807","8806","300000","9001","8802","173.48074668","9110","8807","700000","9001","8805","1","9201","8801","-41.3240152","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1126[] = {"17917","Hokitika Circuit","9807","8801","-42.53107605","9110","8806","300000","9001","8805","1","9201","8807","700000","9001","8802","170.58479766","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1127[] = {"17918","Okarito Circuit","9807","8802","170.1539333","9110","8806","300000","9001","8805","1","9201","8801","-43.06364613","9110","8807","700000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1128[] = {"17919","Jacksons Bay Circuit","9807","8807","700000","9001","8802","168.36225612","9110","8805","1","9201","8801","-43.58400904","9110","8806","300000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1129[] = {"17920","Mount Pleasant Circuit","9807","8801","-43.35262953","9110","8807","700000","9001","8806","300000","9001","8802","172.43378969","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1130[] = {"17921","Gawler Circuit","9807","8807","700000","9001","8806","300000","9001","8805","1","9201","8801","-43.44553616","9110","8802","171.21386945","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1131[] = {"17922","Timaru Circuit","9807","8805","1","9201","8806","300000","9001","8807","700000","9001","8802","171.0326103","9110","8801","-44.24079933","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1132[] = {"17923","Lindis Peak Circuit","9807","8805","1","9201","8802","169.28039183","9110","8807","700000","9001","8806","300000","9001","8801","-44.44069647","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1133[] = {"17924","Mount Nicholas Circuit","9807","8801","-45.07584493","9110","8806","300000","9001","8807","700000","9001","8805","1","9201","8802","168.23551083","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1134[] = {"17925","Mount York Circuit","9807","8806","300000","9001","8805","1","9201","8807","700000","9001","8801","-45.33494142","9110","8802","167.44199024","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1135[] = {"17926","Observation Point Circuit","9807","8802","170.37429426","9110","8807","700000","9001","8801","-45.48583078","9110","8805","1","9201","8806","300000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1136[] = {"17927","North Taieri Circuit","9807","8802","170.16573208","9110","8805","0.99996","9201","8806","300000","9001","8807","700000","9001","8801","-45.51414481","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1137[] = {"17928","Bluff Circuit","9807","8806","300002.66","9001","8805","1","9201","8801","-46.36000346","9110","8807","699999.58","9001","8802","168.20343392","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1138[] = {"17931","Mount Eden Circuit 2000","9807","8807","800000","9001","8806","400000","9001","8805","0.9999","9201","8801","-36.5247","9110","8802","174.4551","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1139[] = {"17932","Bay of Plenty Circuit 2000","9807","8807","800000","9001","8805","1","9201","8802","176.2758","9110","8806","400000","9001","8801","-37.454","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1140[] = {"17933","Poverty Bay Circuit 2000","9807","8806","400000","9001","8807","800000","9001","8805","1","9201","8801","-38.3728","9110","8802","177.5308","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1141[] = {"17934","Hawkes Bay Circuit 2000","9807","8801","-39.3903","9110","8802","176.4025","9110","8807","800000","9001","8805","1","9201","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1142[] = {"17935","Taranaki Circuit 2000","9807","8806","400000","9001","8805","1","9201","8801","-39.0808","9110","8807","800000","9001","8802","174.134","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1143[] = {"17936","Tuhirangi Circuit 2000","9807","8802","175.3824","9110","8807","800000","9001","8806","400000","9001","8801","-39.3044","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1144[] = {"17937","Wanganui Circuit 2000","9807","8801","-40.1431","9110","8802","175.2917","9110","8805","1","9201","8806","400000","9001","8807","800000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1145[] = {"17938","Wairarapa Circuit 2000","9807","8807","800000","9001","8806","400000","9001","8802","175.385","9110","8805","1","9201","8801","-40.5531","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1146[] = {"17939","Wellington Circuit 2000","9807","8801","-41.1804","9110","8807","800000","9001","8806","400000","9001","8802","174.4635","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1147[] = {"17940","Collingwood Circuit 2000","9807","8807","800000","9001","8805","1","9201","8802","172.4019","9110","8806","400000","9001","8801","-40.4253","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1148[] = {"17941","Nelson Circuit 2000","9807","8807","800000","9001","8806","400000","9001","8802","173.1757","9110","8805","1","9201","8801","-41.1628","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1149[] = {"17942","Karamea Circuit 2000","9807","8801","-41.1723","9110","8802","172.0632","9110","8806","400000","9001","8807","800000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1150[] = {"17943","Buller Circuit 2000","9807","8807","800000","9001","8806","400000","9001","8801","-41.4838","9110","8802","171.3452","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1151[] = {"17944","Grey Circuit 2000","9807","8806","400000","9001","8805","1","9201","8807","800000","9001","8801","-42.2001","9110","8802","171.3259","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1152[] = {"17945","Amuri Circuit 2000","9807","8802","173.0036","9110","8805","1","9201","8806","400000","9001","8801","-42.412","9110","8807","800000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1153[] = {"17946","Marlborough Circuit 2000","9807","8807","800000","9001","8806","400000","9001","8805","1","9201","8802","173.4807","9110","8801","-41.324","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1154[] = {"17947","Hokitika Circuit 2000","9807","8801","-42.531","9110","8806","400000","9001","8802","170.5847","9110","8807","800000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1155[] = {"17948","Okarito Circuit 2000","9807","8805","1","9201","8802","170.1539","9110","8806","400000","9001","8807","800000","9001","8801","-43.0636","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1156[] = {"17949","Jacksons Bay Circuit 2000","9807","8805","1","9201","8801","-43.584","9110","8802","168.3622","9110","8807","800000","9001","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1157[] = {"17950","Mount Pleasant Circuit 2000","9807","8801","-43.3526","9110","8802","172.4337","9110","8805","1","9201","8806","400000","9001","8807","800000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1158[] = {"17951","Gawler Circuit 2000","9807","8806","400000","9001","8807","800000","9001","8802","171.2138","9110","8801","-43.4455","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1159[] = {"17952","Timaru Circuit 2000","9807","8805","1","9201","8806","400000","9001","8801","-44.2407","9110","8807","800000","9001","8802","171.0326","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1160[] = {"17953","Lindis Peak Circuit 2000","9807","8802","169.2803","9110","8805","1","9201","8807","800000","9001","8806","400000","9001","8801","-44.4406","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1161[] = {"17954","Mount Nicholas Circuit 2000","9807","8807","800000","9001","8806","400000","9001","8802","168.2355","9110","8805","1","9201","8801","-45.0758","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1162[] = {"17955","Mount York Circuit 2000","9807","8801","-45.3349","9110","8807","800000","9001","8806","400000","9001","8805","1","9201","8802","167.4419","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1163[] = {"17956","Observation Point Circuit 2000","9807","8807","800000","9001","8806","400000","9001","8805","1","9201","8802","170.3742","9110","8801","-45.4858","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1164[] = {"17957","North Taieri Circuit 2000","9807","8801","-45.5141","9110","8805","0.99996","9201","8802","170.1657","9110","8807","800000","9001","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1165[] = {"17958","Bluff Circuit 2000","9807","8802","168.2034","9110","8805","1","9201","8807","800000","9001","8806","400000","9001","8801","-46.36","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1166[] = {"18001","Austria Gauss-Kruger West Zone","9807","8806","0","9001","8805","1","9201","8807","-5000000","9001","8802","28","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1167[] = {"18002","Austria Gauss-Kruger Central Zone","9807","8807","-5000000","9001","8801","0","9102","8806","0","9001","8805","1","9201","8802","31","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1168[] = {"18003","Austria Gauss-Kruger East Zone","9807","8802","34","9102","8805","1","9201","8806","0","9001","8807","-5000000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1169[] = {"18004","Austria Gauss-Kruger West","9807","8807","-5000000","9001","8806","0","9001","8805","1","9201","8801","0","9110","8802","10.2","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1170[] = {"18005","Austria Gauss-Kruger Central","9807","8806","0","9001","8801","0","9110","8807","-5000000","9001","8802","13.2","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1171[] = {"18006","Austria Gauss-Kruger East","9807","8805","1","9201","8802","16.2","9110","8806","0","9001","8807","-5000000","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1172[] = {"18007","Austria Gauss-Kruger M28","9807","8807","-5000000","9001","8805","1","9201","8802","10.2","9110","8806","150000","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1173[] = {"18008","Austria Gauss-Kruger M31","9807","8801","0","9110","8802","13.2","9110","8807","-5000000","9001","8805","1","9201","8806","450000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1174[] = {"18009","Austria Gauss-Kruger M34","9807","8806","750000","9001","8805","1","9201","8801","0","9110","8802","16.2","9110","8807","-5000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1175[] = {"18011","Nord Algerie (ancienne)","9801","8802","3","9105","8807","300000","9001","8806","500000","9001","8801","40","9105","8805","0.999625544","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1176[] = {"18012","Sud Algerie (ancienne)","9801","8805","0.999625769","9201","8807","300000","9001","8806","500000","9001","8802","3","9105","8801","37","9105","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1177[] = {"18021","Nord Algerie","9801","8802","3","9105","8807","300090","9001","8806","500135","9001","8805","0.999625544","9201","8801","40","9105","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1178[] = {"18022","Sud Algerie","9801","8805","0.999625769","9201","8807","300090","9001","8801","37","9105","8802","3","9105","8806","500135","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1179[] = {"18031","Argentina zone 1","9807","8805","1","9201","8802","-72","9102","8806","1500000","9001","8801","-90","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1180[] = {"18032","Argentina zone 2","9807","8807","0","9001","8802","-69","9102","8806","2500000","9001","8805","1","9201","8801","-90","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1181[] = {"18033","Argentina zone 3","9807","8801","-90","9102","8802","-66","9102","8805","1","9201","8807","0","9001","8806","3500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1182[] = {"18034","Argentina zone 4","9807","8806","4500000","9001","8807","0","9001","8801","-90","9102","8802","-63","9102","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1183[] = {"18035","Argentina zone 5","9807","8806","5500000","9001","8802","-60","9102","8807","0","9001","8805","1","9201","8801","-90","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1184[] = {"18036","Argentina zone 6","9807","8802","-57","9102","8805","1","9201","8801","-90","9102","8807","0","9001","8806","6500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1185[] = {"18037","Argentina zone 7","9807","8807","0","9001","8806","7500000","9001","8801","-90","9102","8805","1","9201","8802","-54","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1186[] = {"18041","Austria West Zone","9807","8801","0","9102","8807","0","9001","8802","28","9102","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1187[] = {"18042","Austria Central Zone","9807","8805","1","9201","8802","31","9102","8806","0","9001","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1188[] = {"18043","Austria East Zone","9807","8801","0","9102","8802","34","9102","8807","0","9001","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1189[] = {"18044","Austria M28","9807","8805","1","9201","8807","0","9001","8806","150000","9001","8802","10.2","9110","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1190[] = {"18045","Austria M31","9807","8801","0","9110","8806","450000","9001","8805","1","9201","8807","0","9001","8802","13.2","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1191[] = {"18046","Austria M34","9807","8801","0","9110","8802","16.2","9110","8806","750000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1192[] = {"18047","Austria zone M28","9807","8802","28","9102","8805","1","9201","8807","0","9001","8806","150000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1193[] = {"18048","Austria zone M31","9807","8807","0","9001","8806","450000","9001","8802","31","9102","8805","1","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1194[] = {"18049","Austria zone M34","9807","8801","0","9102","8806","750000","9001","8802","34","9102","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1195[] = {"18051","Colombia West zone","9807","8805","1","9201","8806","1000000","9001","8802","-77.04513","9110","8801","4.355657","9110","8807","1000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1196[] = {"18052","Colombia Bogota zone","9807","8807","1000000","9001","8806","1000000","9001","8801","4.355657","9110","8805","1","9201","8802","-74.04513","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1197[] = {"18053","Colombia East Central zone","9807","8802","-71.04513","9110","8805","1","9201","8807","1000000","9001","8806","1000000","9001","8801","4.355657","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1198[] = {"18054","Colombia East zone","9807","8806","1000000","9001","8805","1","9201","8807","1000000","9001","8801","4.355657","9110","8802","-68.04513","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1199[] = {"18055","Colombia MAGNA Far West zone","9807","8807","1000000","9001","8806","1000000","9001","8805","1","9201","8801","4.35463215","9110","8802","-80.04390285","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1200[] = {"18056","Colombia MAGNA West zone","9807","8802","-77.04390285","9110","8805","1","9201","8806","1000000","9001","8801","4.35463215","9110","8807","1000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1201[] = {"18057","Colombia MAGNA Bogota zone","9807","8802","-74.04390285","9110","8801","4.35463215","9110","8805","1","9201","8806","1000000","9001","8807","1000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1202[] = {"18058","Colombia MAGNA East Central zone","9807","8802","-71.04390285","9110","8807","1000000","9001","8801","4.35463215","9110","8806","1000000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1203[] = {"18059","Colombia MAGNA East zone","9807","8805","1","9201","8806","1000000","9001","8807","1000000","9001","8801","4.35463215","9110","8802","-68.04390285","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1204[] = {"18061","Cuba Norte","9801","8807","280296.016","9001","8801","22.21","9110","8805","0.99993602","9201","8802","-81","9110","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1205[] = {"18062","Cuba Sur","9801","8801","20.43","9110","8802","-76.5","9110","8805","0.99994848","9201","8807","229126.939","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1206[] = {"18071","Egypt Blue Belt","9807","8806","300000","9001","8805","1","9201","8802","35","9102","8807","1100000","9001","8801","30","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1207[] = {"18072","Egypt Red Belt","9807","8802","31","9102","8801","30","9102","8806","615000","9001","8807","810000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1208[] = {"18073","Egypt Purple Belt","9807","8805","1","9201","8807","200000","9001","8801","30","9102","8802","27","9102","8806","700000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1209[] = {"18074","Egypt Extended Purple Belt","9807","8802","27","9102","8807","1200000","9001","8806","700000","9001","8805","1","9201","8801","30","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1210[] = {"18081","Lambert zone I","9801","8801","55","9105","8802","0","9105","8806","600000","9001","8805","0.999877341","9201","8807","1200000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1211[] = {"18082","Lambert zone II","9801","8807","2200000","9001","8805","0.99987742","9201","8802","0","9105","8806","600000","9001","8801","52","9105","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1212[] = {"18083","Lambert zone III","9801","8807","3200000","9001","8806","600000","9001","8802","0","9105","8805","0.999877499","9201","8801","49","9105","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1213[] = {"18084","Lambert zone IV","9801","8801","46.85","9105","8802","0","9105","8805","0.99994471","9201","8807","4185861.369","9001","8806","234.358","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1214[] = {"18085","Lambert-93","9802","8827","6600000","9001","8822","3","9110","8821","46.3","9110","8824","44","9110","8823","49","9110","8826","700000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1215[] = {"18086","France EuroLambert","9801","8805","0.99987742","9201","8802","2.2014025","9110","8807","2200000","9001","8806","600000","9001","8801","46.48","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1216[] = {"18091","Lambert Nord France","9801","8802","0","9105","8805","0.999877341","9201","8807","200000","9001","8806","600000","9001","8801","55","9105","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1217[] = {"18092","Lambert Centre France","9801","8806","600000","9001","8805","0.99987742","9201","8807","200000","9001","8802","0","9105","8801","52","9105","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1218[] = {"18093","Lambert Sud France","9801","8807","200000","9001","8806","600000","9001","8805","0.999877499","9201","8801","49","9105","8802","0","9105","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1219[] = {"18094","Lambert Corse","9801","8802","0","9105","8805","0.99994471","9201","8807","185861.369","9001","8806","234.358","9001","8801","46.85","9105","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1220[] = {"18110","India zone 0","9801","8807","2590000","9084","8802","68","9110","8801","39.3","9110","8805","0.99846154","9201","8806","2355500","9084","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1221[] = {"18111","India zone I","9801","8807","1000000","9084","8801","32.3","9110","8802","68","9110","8806","3000000","9084","8805","0.99878641","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1222[] = {"18112","India zone IIa","9801","8805","0.99878641","9201","8807","1000000","9084","8801","26","9102","8806","3000000","9084","8802","74","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1223[] = {"18113","India zone IIb","9801","8807","1000000","9084","8802","90","9102","8801","26","9102","8805","0.99878641","9201","8806","3000000","9084","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1224[] = {"18114","India zone IIIa","9801","8801","19","9102","8802","80","9102","8805","0.99878641","9201","8807","1000000","9084","8806","3000000","9084","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1225[] = {"18115","India zone IIIb","9801","8805","0.99878641","9201","8807","1000000","9084","8801","19","9102","8802","100","9102","8806","3000000","9084","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1226[] = {"18116","India zone IVa","9801","8805","0.99878641","9201","8802","80","9102","8801","12","9102","8806","3000000","9084","8807","1000000","9084","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1227[] = {"18117","India zone IVb","9801","8805","0.99878641","9201","8807","1000000","9084","8806","3000000","9084","8801","12","9102","8802","100","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1228[] = {"18121","Italy zone 1","9807","8802","9","9102","8807","0","9001","8806","1500000","9001","8805","0.9996","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1229[] = {"18122","Italy zone 2","9807","8801","0","9102","8806","2520000","9001","8805","0.9996","9201","8802","15","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1230[] = {"18131","Nord Maroc","9801","8805","0.999625769","9201","8802","-6","9105","8806","500000","9001","8801","37","9105","8807","300000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1231[] = {"18132","Sud Maroc","9801","8807","300000","9001","8805","0.999615596","9201","8806","500000","9001","8802","-6","9105","8801","33","9105","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1232[] = {"18133","Sahara","9801","8801","29","9105","8802","-6","9105","8805","0.9996","9201","8807","400000","9001","8806","1200000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1233[] = {"18134","Sahara Nord","9801","8806","1200000","9001","8807","400000","9001","8801","29","9105","8802","-6","9105","8805","0.999616304","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1234[] = {"18135","Sahara Sud","9801","8806","1500000","9001","8805","0.999616437","9201","8807","400000","9001","8801","25","9105","8802","-6","9105","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1235[] = {"18141","New Zealand North Island National Grid","9807","8802","175.3","9110","8805","1","9201","8806","300000","9040","8807","400000","9040","8801","-39","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1236[] = {"18142","New Zealand South Island National Grid","9807","8807","500000","9040","8806","500000","9040","8802","171.3","9110","8801","-44","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1237[] = {"18151","Nigeria West Belt","9807","8801","4","9110","8807","0","9001","8802","4.3","9110","8806","230738.26","9001","8805","0.99975","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1238[] = {"18152","Nigeria Mid Belt","9807","8805","0.99975","9201","8802","8.3","9110","8807","0","9001","8801","4","9110","8806","670553.98","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1239[] = {"18153","Nigeria East Belt","9807","8802","12.3","9110","8801","4","9110","8805","0.99975","9201","8806","1110369.7","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1240[] = {"18161","Peru west zone","9807","8807","1426834.743","9001","8806","222000","9001","8805","0.99983008","9201","8802","-80.3","9110","8801","-6","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1241[] = {"18162","Peru central zone","9807","8801","-9.3","9110","8806","720000","9001","8805","0.99932994","9201","8807","1039979.159","9001","8802","-76","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1242[] = {"18163","Peru east zone","9807","8805","0.99952992","9201","8801","-9.3","9110","8806","1324000","9001","8807","1040084.558","9001","8802","-70.3","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1243[] = {"18171","Philippines zone I","9807","8801","0","9102","8805","0.99995","9201","8807","0","9001","8802","117","9102","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1244[] = {"18172","Philippines zone II","9807","8807","0","9001","8806","500000","9001","8801","0","9102","8802","119","9102","8805","0.99995","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1245[] = {"18173","Philippines zone III","9807","8801","0","9102","8802","121","9102","8806","500000","9001","8805","0.99995","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1246[] = {"18174","Philippines zone IV","9807","8806","500000","9001","8807","0","9001","8805","0.99995","9201","8801","0","9102","8802","123","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1247[] = {"18175","Philippines zone V","9807","8802","125","9102","8807","0","9001","8806","500000","9001","8801","0","9102","8805","0.99995","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1248[] = {"18180","Finland zone 0","9807","8801","0","9102","8802","18","9102","8805","1","9201","8807","0","9001","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1249[] = {"18181","Nord Tunisie","9801","8806","500000","9001","8805","0.999625544","9201","8807","300000","9001","8801","40","9105","8802","11","9105","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1250[] = {"18182","Sud Tunisie","9801","8807","300000","9001","8806","500000","9001","8805","0.999625769","9201","8801","37","9105","8802","11","9105","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1251[] = {"18183","Finland ETRS-GK19","9807","8802","19","9102","8805","1","9201","8807","0","9001","8806","500000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1252[] = {"18184","Finland ETRS-GK20","9807","8802","20","9102","8801","0","9102","8805","1","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1253[] = {"18185","Finland ETRS-GK21","9807","8807","0","9001","8801","0","9102","8802","21","9102","8805","1","9201","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1254[] = {"18186","Finland ETRS-GK22","9807","8801","0","9102","8805","1","9201","8802","22","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1255[] = {"18187","Finland ETRS-GK23","9807","8802","23","9102","8805","1","9201","8807","0","9001","8806","500000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1256[] = {"18188","Finland ETRS-GK24","9807","8801","0","9102","8802","24","9102","8805","1","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1257[] = {"18189","Finland ETRS-GK25","9807","8807","0","9001","8802","25","9102","8801","0","9102","8805","1","9201","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1258[] = {"18190","Finland ETRS-GK26","9807","8806","500000","9001","8802","26","9102","8807","0","9001","8805","1","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1259[] = {"18191","Finland zone 1","9807","8807","0","9001","8802","21","9102","8801","0","9102","8806","1500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1260[] = {"18192","Finland zone 2","9807","8801","0","9102","8806","2500000","9001","8802","24","9102","8807","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1261[] = {"18193","Finland Uniform Coordinate System","9807","8801","0","9102","8807","0","9001","8805","1","9201","8806","3500000","9001","8802","27","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1262[] = {"18194","Finland zone 4","9807","8801","0","9102","8805","1","9201","8807","0","9001","8802","30","9102","8806","4500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1263[] = {"18195","Finland ETRS-GK27","9807","8801","0","9102","8807","0","9001","8802","27","9102","8806","500000","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1264[] = {"18196","Finland ETRS-GK28","9807","8802","28","9102","8801","0","9102","8806","500000","9001","8807","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1265[] = {"18197","Finland ETRS-GK29","9807","8806","500000","9001","8805","1","9201","8807","0","9001","8802","29","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1266[] = {"18198","Finland ETRS-GK30","9807","8805","1","9201","8802","30","9102","8806","500000","9001","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1267[] = {"18199","Finland ETRS-GK31","9807","8806","500000","9001","8807","0","9001","8802","31","9102","8801","0","9102","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1268[] = {"18201","Palestine Grid","9806","8801","31.4402749","9110","8806","170251.555","9001","8807","126867.909","9001","8802","35.124349","9110","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1269[] = {"18202","Palestine Belt","9807","8802","35.124349","9110","8801","31.4402749","9110","8807","1126867.909","9001","8805","1","9201","8806","170251.555","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1270[] = {"18203","Israeli CS","9806","8806","170251.555","9001","8807","1126867.909","9001","8801","31.4402749","9110","8802","35.124349","9110","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1271[] = {"18204","Israeli TM","9807","8807","626907.39","9001","8802","35.1216261","9110","8801","31.4403817","9110","8806","219529.584","9001","8805","1.0000067","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1272[] = {"18205","Finland zone 5","9807","8805","1","9201","8806","5500000","9001","8807","0","9001","8801","0","9102","8802","33","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1273[] = {"18211","Guatemala Norte","9801","8807","292209.579","9001","8805","0.99992226","9201","8801","16.49","9110","8806","500000","9001","8802","-90.2","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1274[] = {"18212","Guatemala Sur","9801","8802","-90.2","9110","8801","14.54","9110","8807","325992.681","9001","8805","0.99989906","9201","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1275[] = {"18221","NGO zone I","9807","8806","0","9001","8807","0","9001","8802","-4.4","9110","8801","58","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1276[] = {"18222","NGO zone II","9807","8807","0","9001","8801","58","9110","8802","-2.2","9110","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1277[] = {"18223","NGO zone III","9807","8805","1","9201","8802","0","9110","8801","58","9110","8807","0","9001","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1278[] = {"18224","NGO zone IV","9807","8807","0","9001","8801","58","9110","8806","0","9001","8805","1","9201","8802","2.3","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1279[] = {"18225","NGO zone V","9807","8801","58","9110","8802","6.1","9110","8807","0","9001","8805","1","9201","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1280[] = {"18226","NGO zone VI","9807","8801","58","9110","8805","1","9201","8806","0","9001","8807","0","9001","8802","10.1","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1281[] = {"18227","NGO zone VII","9807","8802","14.1","9110","8807","0","9001","8805","1","9201","8806","0","9001","8801","58","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1282[] = {"18228","NGO zone VIII","9807","8802","18.2","9110","8801","58","9110","8805","1","9201","8806","0","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1283[] = {"18231","India zone I (1975 metres)","9801","8801","32.3","9110","8802","68","9110","8807","914398.5","9001","8806","2743195.5","9001","8805","0.99878641","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1284[] = {"18232","India zone IIa (1975 metres)","9801","8806","2743195.5","9001","8801","26","9102","8802","74","9102","8805","0.99878641","9201","8807","914398.5","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1285[] = {"18233","India zone IIIa (1975 metres)","9801","8802","80","9102","8801","19","9102","8806","2743195.5","9001","8805","0.99878641","9201","8807","914398.5","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1286[] = {"18234","India zone IVa (1975 metres)","9801","8806","2743195.5","9001","8802","80","9102","8801","12","9102","8807","914398.5","9001","8805","0.99878641","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1287[] = {"18235","India zone IIb (1975 metres)","9801","8802","90","9102","8805","0.99878641","9201","8806","2743195.5","9001","8801","26","9102","8807","914398.5","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1288[] = {"18236","India zone I (1962 metres)","9801","8807","914398.8","9001","8806","2743196.4","9001","8805","0.99878641","9201","8801","32.3","9110","8802","68","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1289[] = {"18237","India zone IIa (1962 metres)","9801","8805","0.99878641","9201","8802","74","9102","8807","914398.8","9001","8801","26","9102","8806","2743196.4","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1290[] = {"18238","India zone IIb (1937 metres)","9801","8802","90","9102","8801","26","9102","8805","0.99878641","9201","8807","914395.23","9001","8806","2743185.69","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1291[] = {"18240","Libya zone 5","9807","8806","200000","9001","8807","0","9001","8805","0.9999","9201","8801","0","9102","8802","9","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1292[] = {"18241","Libya zone 6","9807","8802","11","9102","8807","0","9001","8805","0.9999","9201","8806","200000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1293[] = {"18242","Libya zone 7","9807","8807","0","9001","8806","200000","9001","8805","0.9999","9201","8801","0","9102","8802","13","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1294[] = {"18243","Libya zone 8","9807","8801","0","9102","8806","200000","9001","8805","0.9999","9201","8807","0","9001","8802","15","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1295[] = {"18244","Libya zone 9","9807","8802","17","9102","8807","0","9001","8801","0","9102","8805","0.9999","9201","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1296[] = {"18245","Libya zone 10","9807","8801","0","9102","8806","200000","9001","8802","19","9102","8805","0.9999","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1297[] = {"18246","Libya zone 11","9807","8807","0","9001","8801","0","9102","8802","21","9102","8806","200000","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1298[] = {"18247","Libya zone 12","9807","8807","0","9001","8805","0.9999","9201","8802","23","9102","8801","0","9102","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1299[] = {"18248","Libya zone 13","9807","8801","0","9102","8806","200000","9001","8802","25","9102","8807","0","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1300[] = {"18251","Korea East Belt","9807","8801","38","9102","8806","200000","9001","8802","129","9102","8805","1","9201","8807","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1301[] = {"18252","Korea Central Belt","9807","8807","500000","9001","8806","200000","9001","8802","127","9102","8805","1","9201","8801","38","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1302[] = {"18253","Korea West Belt","9807","8807","500000","9001","8802","125","9102","8801","38","9102","8805","1","9201","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1303[] = {"18260","Maracaibo Grid (M1)","9801","8801","10.1","9110","8807","-52684.972","9001","8802","-71.3620224","9110","8805","1","9201","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1304[] = {"18261","Maracaibo Grid","9801","8802","-71.3620224","9110","8801","10.1","9110","8806","200000","9001","8807","147315.028","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1305[] = {"18262","Maracaibo Grid (M3)","9801","8801","10.1","9110","8807","447315.028","9001","8805","1","9201","8802","-71.3620224","9110","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1306[] = {"18263","Maracaibo La Rosa Grid","9801","8807","-23139.97","9001","8801","10.1","9110","8802","-71.3620224","9110","8806","-17044","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1307[] = {"18275","Balkans zone 5","9807","8802","15","9102","8805","0.9999","9201","8806","5500000","9001","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1308[] = {"18276","Balkans zone 6","9807","8805","0.9999","9201","8802","18","9102","8806","6500000","9001","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1309[] = {"18277","Balkans zone 7","9807","8807","0","9001","8805","0.9999","9201","8801","0","9102","8802","21","9102","8806","7500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1310[] = {"18278","Balkans zone 8","9807","8807","0","9001","8802","24","9102","8801","0","9102","8806","8500000","9001","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1311[] = {"18280","Poland zone I","9809","8801","50.373","9110","8805","0.9998","9201","8806","4637000","9001","8802","21.05","9110","8807","5467000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1312[] = {"18281","Poland zone I","9809","8801","50.373","9110","8806","4637000","9001","8802","21.05","9110","8807","5647000","9001","8805","0.9998","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1313[] = {"18282","Poland zone II","9809","8806","4603000","9001","8802","21.301","9110","8801","53.0007","9110","8807","5806000","9001","8805","0.9998","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1314[] = {"18283","Poland zone III","9809","8801","53.35","9110","8802","17.003","9110","8805","0.9998","9201","8806","3501000","9001","8807","5999000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1315[] = {"18284","Poland zone IV","9809","8801","51.4015","9110","8807","5627000","9001","8805","0.9998","9201","8802","16.402","9110","8806","3703000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1316[] = {"18285","Poland zone V","9807","8805","0.999983","9201","8806","237000","9001","8801","0","9110","8802","18.573","9110","8807","-4700000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1317[] = {"18286","GUGiK-80","9809","8802","19.1","9110","8806","500000","9001","8805","0.999714","9201","8807","500000","9001","8801","52.1","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1318[] = {"18300","Poland CS92","9807","8802","19","9102","8801","0","9102","8805","0.9993","9201","8806","500000","9001","8807","-5300000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1319[] = {"18305","Poland CS2000 zone 5","9807","8805","0.999923","9201","8801","0","9102","8806","5500000","9001","8802","15","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1320[] = {"18306","Poland CS2000 zone 6","9807","8802","18","9102","8805","0.999923","9201","8806","6500000","9001","8807","0","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1321[] = {"18307","Poland CS2000 zone 7","9807","8801","0","9102","8807","0","9001","8802","21","9102","8806","7500000","9001","8805","0.999923","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1322[] = {"18308","Poland CS2000 zone 8","9807","8805","0.999923","9201","8801","0","9102","8802","24","9102","8807","0","9001","8806","8500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1323[] = {"18310","Libya TM zone 5","9807","8806","200000","9001","8807","0","9001","8801","0","9102","8802","9","9102","8805","0.99995","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1324[] = {"18311","Libya TM zone 6","9807","8805","0.99995","9201","8801","0","9102","8807","0","9001","8802","11","9102","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1325[] = {"18312","Libya TM zone 7","9807","8807","0","9001","8805","0.99995","9201","8806","200000","9001","8802","13","9102","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1326[] = {"18313","Libya TM zone 8","9807","8805","0.99995","9201","8807","0","9001","8801","0","9102","8806","200000","9001","8802","15","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1327[] = {"18314","Libya TM zone 9","9807","8806","200000","9001","8807","0","9001","8802","17","9102","8805","0.99995","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1328[] = {"18315","Libya TM zone 10","9807","8801","0","9102","8802","19","9102","8807","0","9001","8805","0.99995","9201","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1329[] = {"18316","Libya TM zone 11","9807","8807","0","9001","8806","200000","9001","8802","21","9102","8805","0.99995","9201","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1330[] = {"18317","Libya TM zone 12","9807","8801","0","9102","8802","23","9102","8805","0.99995","9201","8806","200000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1331[] = {"18318","Libya TM zone 13","9807","8801","0","9102","8805","0.99995","9201","8806","200000","9001","8807","0","9001","8802","25","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1332[] = {"18319","Libya TM","9807","8807","0","9001","8805","0.9965","9201","8802","17","9102","8806","1000000","9001","8801","0","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1333[] = {"18401","Kp2000 Jylland og Fyn","9807","8805","0.99995","9201","8801","0","9110","8807","0","9001","8802","9.3","9110","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1334[] = {"18402","Kp2000 Sjaelland","9807","8806","500000","9001","8801","0","9102","8807","0","9001","8805","0.99995","9201","8802","12","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1335[] = {"18403","Kp2000 Bornholm","9807","8802","15","9102","8801","0","9102","8805","1","9201","8807","0","9001","8806","900000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1336[] = {"18411","French West Africa Senegal zone","9807","8805","0.999","9201","8801","0","9110","8802","-13.3","9110","8807","1000000","9001","8806","1000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1337[] = {"18412","French West Africa Ivory Coast zone","9807","8805","0.999","9201","8802","-6.3","9110","8806","1000000","9001","8801","0","9110","8807","1000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1338[] = {"18413","French West Africa Dahomey zone","9807","8801","0","9110","8805","0.999","9201","8806","1000000","9001","8807","1000000","9001","8802","0.3","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1339[] = {"18414","French West Africa Niger zone","9807","8806","1000000","9001","8802","7.3","9110","8805","0.999","9201","8801","0","9110","8807","1000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1340[] = {"18415","French Equatorial Africa west zone","9807","8807","1000000","9001","8806","1000000","9001","8802","10.3","9110","8801","0","9110","8805","0.999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1341[] = {"18416","French Equatorial Africa central zone","9807","8801","0","9110","8807","1000000","9001","8802","17.4","9110","8805","0.999","9201","8806","1000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1342[] = {"18417","French Equatorial Africa east zone","9807","8807","1000000","9001","8801","0","9110","8805","0.999","9201","8802","24.3","9110","8806","1000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1343[] = {"18421","Greenland zone 1 east","9826","8801","82.3","9110","8806","0","9001","8807","0","9001","8802","-40","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1344[] = {"18422","Greenland zone 2 east","9826","8805","1","9201","8806","0","9001","8801","79.3","9110","8807","0","9001","8802","-24","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1345[] = {"18423","Greenland zone 3 east","9826","8805","1","9201","8801","76.3","9110","8802","-20","9110","8806","0","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1346[] = {"18424","Greenland zone 4 east","9826","8802","-24","9110","8807","0","9001","8806","0","9001","8805","1","9201","8801","73.3","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1347[] = {"18425","Greenland zone 5 east","9826","8801","70.3","9110","8807","0","9001","8805","1","9201","8802","-24","9110","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1348[] = {"18426","Greenland zone 6 east","9826","8807","0","9001","8802","-32","9110","8801","67.3","9110","8805","1","9201","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1349[] = {"18427","Greenland zone 7 east","9826","8807","0","9001","8802","-40","9110","8801","64.3","9110","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1350[] = {"18428","Greenland zone 8 east","9826","8807","0","9001","8802","-48","9110","8801","61.3","9110","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1351[] = {"18432","Greenland zone 2 west","9826","8801","79.3","9110","8805","1","9201","8802","-64","9110","8806","0","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1352[] = {"18433","Greenland zone 3 west","9826","8802","-64","9110","8807","0","9001","8801","76.3","9110","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1353[] = {"18434","Greenland zone 4 west","9826","8806","0","9001","8802","-52","9110","8805","1","9201","8801","73.3","9110","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1354[] = {"18435","Greenland zone 5 west","9826","8807","0","9001","8805","1","9201","8801","70.3","9110","8802","-52","9110","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1355[] = {"18436","Greenland zone 6 west","9826","8806","0","9001","8801","67.3","9110","8807","0","9001","8805","1","9201","8802","-52","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1356[] = {"18437","Greenland zone 7 west","9826","8807","0","9001","8805","1","9201","8806","0","9001","8802","-52","9110","8801","64.3","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1357[] = {"18441","CS63 zone A1","9807","8801","0.07","9110","8805","1","9201","8807","0","9001","8806","1300000","9001","8802","41.32","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1358[] = {"18442","CS63 zone A2","9807","8807","0","9001","8801","0.07","9110","8806","2300000","9001","8802","44.32","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1359[] = {"18443","CS63 zone A3","9807","8801","0.07","9110","8805","1","9201","8807","0","9001","8802","47.32","9110","8806","3300000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1360[] = {"18444","CS63 zone A4","9807","8801","0.07","9110","8805","1","9201","8807","0","9001","8802","50.32","9110","8806","4300000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1361[] = {"18446","CS63 zone K2","9807","8807","0","9001","8805","1","9201","8802","50.46","9110","8806","2300000","9001","8801","0.08","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1362[] = {"18447","CS63 zone K3","9807","8802","53.46","9110","8801","0.08","9110","8806","3300000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1363[] = {"18448","CS63 zone K4","9807","8801","0.08","9110","8802","56.46","9110","8806","4300000","9001","8805","1","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1364[] = {"18450","CS63 zone C0","9807","8807","0","9001","8805","1","9201","8802","21.57","9110","8801","0.06","9110","8806","250000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1365[] = {"18451","CS63 zone C1","9807","8807","0","9001","8805","1","9201","8806","1250000","9001","8802","24.57","9110","8801","0.06","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1366[] = {"18452","CS63 zone C2","9807","8801","0.06","9110","8806","2250000","9001","8807","0","9001","8802","27.57","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1367[] = {"19854","South Georgia Lambert","9802","8821","-55","9102","8824","-54.45","9110","8826","0","9001","8822","-37","9102","8823","-54","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1368[] = {"19855","Mercator 41","9804","8806","0","9001","8801","-41","9102","8802","100","9102","8807","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1369[] = {"19856","TM Reunion","9807","8806","160000","9001","8801","-21.07","9110","8807","50000","9001","8802","55.32","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1370[] = {"19857","Northwest Territories Lambert","9802","8822","-112","9102","8824","70","9102","8827","0","9001","8823","62","9102","8826","0","9001","8821","0","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1371[] = {"19858","Yukon Albers","9822","8824","68","9110","8821","59","9110","8823","61.4","9110","8827","500000","9001","8822","-132.3","9110","8826","500000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1372[] = {"19859","Fiji Map Grid","9807","8801","-17","9110","8806","2000000","9001","8807","4000000","9001","8802","178.45","9110","8805","0.99985","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1373[] = {"19860","Jamaica Metric Grid 2001","9801","8802","-77","9102","8806","750000","9001","8805","1","9201","8807","650000","9001","8801","18","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1374[] = {"19861","Laborde Grid","9813","8811","-21","9105","8807","800000","9001","8806","400000","9001","8815","0.9995","9201","8813","21","9105","8812","49","9105","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1375[] = {"19862","Belgian Lambert 2005","9802","8824","51.1","9110","8827","166262","9001","8821","50.4752134","9110","8823","49.5","9110","8822","4.2133177","9110","8826","150328","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1376[] = {"19863","South China Sea Lambert","9802","8826","500000","9001","8821","21","9102","8823","18","9102","8827","500000","9001","8822","114","9102","8824","24","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1377[] = {"19864","Singapore Transverse Mercator","9807","8802","103.5","9110","8807","38744.572","9001","8801","1.22","9110","8806","28001.642","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1378[] = {"19865","US NSIDC Sea Ice polar stereographic north","9829","8806","0","9001","8807","0","9001","8833","-45","9102","8832","70","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1379[] = {"19866","US NSIDC Sea Ice polar stereographic south","9829","8807","0","9001","8833","0","9102","8806","0","9001","8832","-70","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1380[] = {"19867","US NSIDC Equal Area north projection","9821","8828","90","9102","8806","0","9001","8807","0","9001","8829","0","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1381[] = {"19868","US NSIDC Equal Area south projection","9821","8828","-90","9102","8806","0","9001","8829","0","9102","8807","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1382[] = {"19869","US NSIDC Equal Area global projection","9834","8807","0","9001","8823","30","9102","8802","0","9102","8806","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1383[] = {"19870","Faroe Lambert","9826","8801","62","9102","8802","-9","9102","8805","1","9201","8806","500000","9001","8807","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1384[] = {"19871","Rectified Skew Orthomorphic Malaya Grid (chains)","9812","8812","102.15","9110","8814","323.07483685","9110","8807","0","9301","8806","40000","9301","8811","4","9110","8815","0.99984","9201","8813","323.01328458","9110 ",NULL};
+datafile_rows_t projop_wparm_row_1385[] = {"19872","Rectified Skew Orthomorphic Malaya Grid (metres)","9812","8806","804670.24","9001","8812","102.15","9110","8811","4","9110","8813","323.01328458","9110","8807","0","9001","8815","0.99984","9201","8814","323.07483685","9110 ",NULL};
+datafile_rows_t projop_wparm_row_1386[] = {"19873","Noumea Lambert","9802","8821","-22.16108903","9110","8824","-22.17408903","9110","8822","166.26327327","9110","8827","1.02","9001","8823","-22.14408903","9110","8826","0.66","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1387[] = {"19874","Noumea Lambert 2","9802","8822","166.2633","9110","8823","-22.1441","9110","8821","-22.1611","9110","8824","-22.1741","9110","8826","8.313","9001","8827","-2.354","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1388[] = {"19875","Ontario MNR Lambert","9802","8821","0","9102","8823","44.5","9102","8827","6430000","9001","8826","930000","9001","8822","-85","9102","8824","53.5","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1389[] = {"19876","ST74","9807","8806","100178.1808","9001","8802","18.0328044","9110","8801","0","9110","8805","0.99999425","9201","8807","-6500614.7836","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1390[] = {"19877","Faroe Lambert fk89","9826","8807","700000","9001","8805","1","9201","8806","700000","9001","8801","62","9102","8802","-9","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1391[] = {"19878","Vanua Levu Grid","9833","8807","1662888.5","9098","8802","179.2","9110","8806","1251331.8","9098","8801","-16.15","9110","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1392[] = {"19879","Viti Levu Grid","9806","8802","178","9102","8807","704000","9098","8806","544000","9098","8801","-18","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1393[] = {"19880","Fiji Map Grid","9807","8802","178.45","9110","8801","-17","9110","8806","2000000","9001","8807","4000000","9001","8805","0.99985","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1394[] = {"19881","Alberta 10-degree TM (Forest)","9807","8801","0","9102","8802","-115","9102","8806","500000","9001","8807","0","9001","8805","0.9992","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1395[] = {"19882","Alberta 10-degree TM (Resource)","9807","8806","0","9001","8801","0","9102","8802","-115","9102","8807","0","9001","8805","0.9992","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1396[] = {"19883","World Mercator","9804","8806","0","9001","8807","0","9001","8802","0","9102","8801","0","9102","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1397[] = {"19884","Caspian Sea Mercator","9805","8807","0","9001","8802","51","9102","8823","42","9102","8806","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1398[] = {"19885","Kelantan Grid","9806","8802","102.174287001","9110","8801","5.582115717","9110","8806","13227.851","9001","8807","8739.894","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1399[] = {"19886","Perak Grid","9806","8801","4.513262688","9110","8806","-1.769","9001","8807","133454.779","9001","8802","100.485547811","9110","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1400[] = {"19887","Kedah and Perlis Grid","9806","8801","5.575282177","9110","8802","100.3810936","9110","8806","0","9001","8807","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1401[] = {"19888","Pinang Grid","9806","8801","5.251746315","9110","8807","62.283","9001","8802","100.203975707","9110","8806","-23.414","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1402[] = {"19889","Terengganu Grid","9806","8806","19594.245","9001","8802","103.041299225","9110","8807","3371.895","9001","8801","4.583462672","9110","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1403[] = {"19890","Selangor Grid","9806","8807","56464.049","9001","8806","-34836.161","9001","8801","3.410473658","9110","8802","101.232078849","9110","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1404[] = {"19891","Pahang Grid","9806","8801","3.460979712","9110","8802","102.220587634","9110","8806","-7368.228","9001","8807","6485.858","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1405[] = {"19892","Sembilan and Melaka Grid","9806","8802","101.582965815","9110","8801","2.405645149","9110","8807","-4240.573","9001","8806","3673.785","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1406[] = {"19893","Johor Grid","9806","8802","103.254057045","9110","8801","2.071804708","9110","8807","8758.32","9001","8806","-14810.562","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1407[] = {"19894","East Malaysia BRSO","9812","8814","53.07483685","9110","8813","53.185691582","9110","8806","0","9001","8812","115","9110","8815","0.99984","9201","8811","4","9110","8807","0","9001 ",NULL};
+datafile_rows_t projop_wparm_row_1408[] = {"19895","Peninsular RSO","9812","8806","804671","9001","8807","0","9001","8814","323.07483685","9110","8813","323.013286728","9110","8811","4","9110","8812","102.15","9110","8815","0.99984","9201 ",NULL};
+datafile_rows_t projop_wparm_row_1409[] = {"19896","Hong Kong 1963 Grid","9806","8802","114.10428","9110","8801","22.184368","9110","8806","132033.92","9005","8807","62565.96","9005","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1410[] = {"19897","Statistics Canada Lambert","9802","8822","-91.52","9110","8827","3000000","9001","8824","77","9102","8823","49","9102","8826","6200000","9001","8821","63.390675","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1411[] = {"19898","Pacific Disaster Center Mercator","9804","8802","-150","9102","8807","0","9001","8801","0","9102","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1412[] = {"19899","Mauritius Grid","9801","8801","-20.114225","9110","8806","1000000","9001","8805","1","9201","8802","57.311858","9110","8807","1000000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1413[] = {"19900","Bahrain State Grid","9807","8805","0.9996","9201","8802","51","9102","8801","0","9102","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1414[] = {"19901","Belge Lambert 50","9802","8827","5400000","9001","8824","51.1","9110","8821","90","9110","8822","0","9110","8826","150000","9001","8823","49.5","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1415[] = {"19902","Belge Lambert 72","9803","8826","150000.01256","9001","8827","5400088.4378","9001","8823","49.5","9110","8821","90","9110","8822","4.2124983","9110","8824","51.1","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1416[] = {"19903","Nord de Guerre","9801","8806","500000","9001","8807","300000","9001","8805","0.99950908","9201","8801","55","9105","8802","6","9105","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1417[] = {"19904","Ghana Metre Grid","9807","8801","4.4","9110","8806","274319.51","9001","8805","0.99975","9201","8807","0","9001","8802","-1","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1418[] = {"19905","Netherlands East Indies Equatorial Zone","9804","8806","3900000","9001","8805","0.997","9201","8801","0","9102","8802","110","9102","8807","900000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1419[] = {"19906","Iraq zone","9801","8802","45","9110","8807","1166200","9001","8801","32.3","9110","8806","1500000","9001","8805","0.9987864078","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1420[] = {"19907","Iraq National Grid","9807","8807","0","9001","8802","46.3","9110","8806","800000","9001","8801","29.0134566","9110","8805","0.9994","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1421[] = {"19908","Irish National Grid","9807","8801","53.3","9110","8806","200000","9001","8807","250000","9001","8802","-8","9110","8805","1.000035","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1422[] = {"19909","Jamaica (Old Grid)","9801","8806","550000","9005","8807","400000","9005","8801","18","9102","8805","1","9201","8802","-77","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1423[] = {"19910","Jamaica National Grid","9801","8807","150000","9001","8806","250000","9001","8802","-77","9102","8805","1","9201","8801","18","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1424[] = {"19911","Laborde Grid approximation","9815","8813","21","9105","8814","21","9105","8811","-21","9105","8816","400000","9001","8815","0.9995","9201","8812","49","9105","8817","800000","9001 ",NULL};
+datafile_rows_t projop_wparm_row_1425[] = {"19913","RD Old","9809","8802","5.23155","9110","8801","52.0922178","9110","8807","0","9001","8805","0.9999079","9201","8806","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1426[] = {"19914","RD New","9809","8807","463000","9001","8806","155000","9001","8802","5.23155","9110","8805","0.9999079","9201","8801","52.0922178","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1427[] = {"19915","Aden Zone","9801","8807","1000000","9001","8801","15","9102","8806","1500000","9001","8805","0.999365678","9201","8802","45","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1428[] = {"19916","British National Grid","9807","8801","49","9102","8805","0.9996012717","9201","8802","-2","9102","8806","400000","9001","8807","-100000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1429[] = {"19917","New Zealand Map Grid","9811","8806","2510000","9001","8807","6023150","9001","8801","-41","9102","8802","173","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1430[] = {"19919","Qatar National Grid","9807","8805","0.99999","9201","8806","200000","9001","8802","51.13","9110","8801","24.27","9110","8807","300000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1431[] = {"19920","Singapore Grid","9806","8807","30000","9001","8806","30000","9001","8802","103.5110808","9110","8801","1.1715528","9110","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1432[] = {"19921","Spain","9801","8806","600000","9001","8801","40","9102","8807","600000","9001","8802","0","9102","8805","0.9988085293","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1433[] = {"19922","Swiss New Grid","9815","8816","600000","9001","8814","90","9110","8813","90","9110","8811","46.570866","9110","8812","7.26225","9110","8815","1","9201","8817","200000","9001 ",NULL};
+datafile_rows_t projop_wparm_row_1434[] = {"19923","Swiss Old Grid","9815","8811","46.570866","9110","8812","0","9110","8814","90","9110","8815","1","9201","8817","0","9001","8816","0","9001","8813","90","9110 ",NULL};
+datafile_rows_t projop_wparm_row_1435[] = {"19924","Tobago Grid","9806","8807","180000","9039","8801","11.1507843","9110","8806","187500","9039","8802","-60.4109632","9110","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1436[] = {"19925","Trinidad Grid","9806","8806","430000","9039","8801","10.263","9110","8807","325000","9039","8802","-61.2","9110","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1437[] = {"19926","Stereo 70","9809","8807","500000","9001","8801","46","9102","8806","500000","9001","8805","0.99975","9201","8802","25","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1438[] = {"19927","Stereo 33","9809","8807","500000","9001","8802","25.23328772","9110","8805","0.9996667","9201","8806","500000","9001","8801","45.54","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1439[] = {"19928","Kuwait TM","9807","8801","0","9102","8805","0.9996","9201","8806","500000","9001","8802","48","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1440[] = {"19929","Sweden zone 2.5 gon V","9807","8807","0","9001","8802","15.48298","9110","8805","1","9201","8806","1500000","9001","8801","0","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1441[] = {"19930","Greek Grid","9807","8801","0","9102","8806","500000","9001","8807","0","9001","8805","0.9996","9201","8802","24","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1442[] = {"19931","Egyseges Orszagos Vetuleti","9815","8814","90","9110","8812","19.02548584","9110","8816","650000","9001","8817","200000","9001","8813","90","9110","8811","47.08398174","9110","8815","0.99993","9201 ",NULL};
+datafile_rows_t projop_wparm_row_1443[] = {"19933","Prince Edward Island Stereographic (ATS77)","9809","8805","0.999912","9201","8807","400000","9001","8806","700000","9001","8802","-63","9110","8801","47.15","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1444[] = {"19934","Lithuania 1994","9807","8805","0.9998","9201","8802","24","9102","8806","500000","9001","8801","0","9102","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1445[] = {"19935","Rectified Skew Orthomorphic Malaya Grid","9812","8806","40000","9062","8814","323.07483685","9110","8812","102.15","9110","8807","0","9062","8815","0.99984","9201","8811","4","9110","8813","323.01328458","9110 ",NULL};
+datafile_rows_t projop_wparm_row_1446[] = {"19936","Portuguese National Grid","9807","8807","300000","9001","8802","1","9110","8806","200000","9001","8801","39.4","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1447[] = {"19937","Tunisia Mining Grid","9816","8826","270","9036","8822","7.83445","9105","8827","582","9036","8821","38.81973","9105","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1448[] = {"19938","Estonian National Grid","9802","8821","57.310319415","9110","8824","58","9110","8827","6375000","9001","8826","500000","9001","8822","24","9110","8823","59.2","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1449[] = {"19939","TM Baltic 93","9807","8807","0","9001","8801","0","9102","8802","24","9102","8805","0.9996","9201","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1450[] = {"19940","Levant Zone","9817","8805","0.9996256","9201","8807","300000","9001","8802","37.21","9110","8806","300000","9001","8801","34.39","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1451[] = {"19941","Brazil Polyconic","9818","8807","10000000","9001","8806","5000000","9001","8801","0","9102","8802","-54","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1452[] = {"19942","British West Indies Grid","9807","8801","0","9102","8802","-62","9102","8807","0","9001","8805","0.9995","9201","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1453[] = {"19943","Barbados National Grid","9807","8805","0.9999986","9201","8801","13.1035","9110","8802","-59.3335","9110","8806","30000","9001","8807","75000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1454[] = {"19944","Quebec Lambert Projection","9802","8822","-68.3","9110","8826","0","9001","8821","44","9110","8823","60","9110","8824","46","9110","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1455[] = {"19945","New Brunswick Stereographic (ATS77)","9809","8805","0.999912","9201","8802","-66.3","9110","8807","800000","9001","8801","46.3","9110","8806","300000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1456[] = {"19946","New Brunswick Stereographic (NAD83)","9809","8802","-66.3","9110","8806","2500000","9001","8801","46.3","9110","8805","0.999912","9201","8807","7500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1457[] = {"19947","Austria Lambert","9802","8827","400000","9001","8821","47.3","9110","8824","46","9110","8826","400000","9001","8823","49","9110","8822","13.2","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1458[] = {"19948","Syria Lambert","9801","8807","300000","9001","8801","34.39","9110","8806","300000","9001","8805","0.9996256","9201","8802","37.21","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1459[] = {"19949","Levant Stereographic","9809","8802","43.5","9105","8806","0","9001","8801","38","9105","8805","0.9995341","9201","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1460[] = {"19950","Landesvermessung 1995","9815","8812","7.26225","9110","8813","90","9110","8811","46.570866","9110","8815","1","9201","8817","1200000","9001","8814","90","9110","8816","2600000","9001 ",NULL};
+datafile_rows_t projop_wparm_row_1461[] = {"19951","Nakhl e Taqi Oblique Mercator","9815","8816","658377.437","9001","8815","0.999895934","9201","8817","3044969.194","9001","8813","0.34179803","9110","8811","27.31077837","9110","8812","52.3612741","9110","8814","0.34179803","9110 ",NULL};
+datafile_rows_t projop_wparm_row_1462[] = {"19952","Krovak","9819","8819","0.9999","9201","8812","42.3","9110","8816","0","9001","8817","0","9001","8818","78.3","9110","8813","30.1717303","9110","8811","49.3","9110 ",NULL};
+datafile_rows_t projop_wparm_row_1463[] = {"19953","Qatar Grid","9806","8807","100000","9001","8801","25.22565","9110","8806","100000","9001","8802","50.4541","9110","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1464[] = {"19954","Suriname Old TM","9807","8802","-55.41","9110","8801","0","9110","8806","500000","9001","8807","0","9001","8805","0.9996","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1465[] = {"19955","Suriname TM","9807","8801","0","9110","8802","-55.41","9110","8805","0.9999","9201","8806","500000","9001","8807","0","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1466[] = {"19956","Rectified Skew Orthomorphic Borneo Grid (chains)","9815","8814","53.07483685","9110","8815","0.99984","9201","8817","22014.3572","9042","8811","4","9110","8816","29352.4763","9042","8812","115","9110","8813","53.18569537","9110 ",NULL};
+datafile_rows_t projop_wparm_row_1467[] = {"19957","Rectified Skew Orthomorphic Borneo Grid (feet)","9815","8812","115","9110","8815","0.99984","9201","8814","53.07483685","9110","8813","53.18569537","9110","8816","1937263.44","9041","8811","4","9110","8817","1452947.58","9041 ",NULL};
+datafile_rows_t projop_wparm_row_1468[] = {"19958","Rectified Skew Orthomorphic Borneo Grid (metres)","9815","8811","4","9110","8813","53.18569537","9110","8817","442857.65","9001","8812","115","9110","8814","53.07483685","9110","8815","0.99984","9201","8816","590476.87","9001 ",NULL};
+datafile_rows_t projop_wparm_row_1469[] = {"19959","Ghana National Grid","9807","8806","900000","9094","8807","0","9094","8801","4.4","9110","8805","0.99975","9201","8802","-1","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1470[] = {"19960","Prince Edward Isl. Stereographic (NAD83)","9809","8807","800000","9001","8801","47.15","9110","8802","-63","9110","8805","0.999912","9201","8806","400000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1471[] = {"19961","Belgian Lambert 72","9802","8822","4.2202952","9110","8823","51.100000204","9110","8821","90","9110","8824","49.500000204","9110","8826","150000.013","9001","8827","5400088.438","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1472[] = {"19962","Irish Transverse Mercator","9807","8805","0.99982","9201","8807","750000","9001","8801","53.3","9110","8806","600000","9001","8802","-8","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1473[] = {"19963","Sierra Leone New Colony Grid","9807","8807","0","9094","8802","-12","9110","8805","1","9201","8806","500000","9094","8801","6.4","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1474[] = {"19964","New War Office Sierra Leone Grid","9807","8802","-12","9110","8806","800000","9094","8801","6.4","9110","8807","600000","9094","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1475[] = {"19965","US National Atlas Equal Area","9821","8828","45","9102","8806","0","9001","8829","-100","9102","8807","0","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1476[] = {"19966","Luxembourg Gauss","9807","8807","100000","9001","8806","80000","9001","8805","1","9201","8802","6.1","9110","8801","49.5","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1477[] = {"19967","Slovenia Grid","9807","8807","0","9001","8802","15","9110","8806","500000","9001","8801","0","9110","8805","0.9999","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1478[] = {"19968","Plate Carree","9823","8801","0","9102","8802","0","9102","","","","","","","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1479[] = {"19969","Portuguese Grid","9807","8802","1","9110","8805","1","9201","8807","0","9001","8806","0","9001","8801","39.4","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1480[] = {"19971","New Zealand Transverse Mercator","9807","8807","10000000","9001","8805","0.9996","9201","8806","1600000","9001","8801","0","9102","8802","173","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1481[] = {"19972","Irish Grid","9807","8807","250000","9001","8805","1.000035","9201","8802","-8","9110","8806","200000","9001","8801","53.3","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1482[] = {"19973","Irish National Grid","9807","8807","250000","9001","8802","-8","9110","8801","53.3","9110","8805","1","9201","8806","200000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1483[] = {"19974","Modified Portuguese Grid","9807","8806","180.598","9001","8802","-8.0754862","9110","8801","39.4","9110","8805","1","9201","8807","-86.99","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1484[] = {"19975","Trinidad Grid (Clarke's feet)","9806","8802","-61.2","9110","8801","10.263","9110","8806","283800","9005","8807","214500","9005","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1485[] = {"19976","ICN Regional","9802","8821","6","9102","8826","1000000","9001","8824","3","9102","8822","-66","9102","8827","1000000","9001","8823","9","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1486[] = {"19977","Aramco Lambert","9802","8821","25.0522236","9110","8822","48","9102","8826","0","9001","8824","33","9102","8823","17","9102","8827","0","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1487[] = {"19978","Hong Kong 1980 Grid","9807","8806","836694.05","9001","8807","819069.8","9001","8801","22.184368","9110","8805","1","9201","8802","114.10428","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1488[] = {"19979","Portugal Bonne","9828","8801","39.4","9110","8806","0","9001","8807","0","9001","8802","1","9110","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1489[] = {"19981","Lambert New Caledonia","9802","8824","-22.2","9110","8822","166","9110","8827","300000","9001","8821","-21.3","9110","8823","-20.4","9110","8826","400000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1490[] = {"19982","TM Reunion","9807","8802","55.32","9110","8805","1","9201","8806","50000","9001","8807","160000","9001","8801","-21.07","9110","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1491[] = {"19983","Terre Adelie Polar Stereographic","9830","8827","200000","9001","8826","300000","9001","8833","140","9102","8832","-67","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1492[] = {"19984","British Columbia Albers","9822","8824","58.3","9110","8821","45","9102","8827","0","9001","8822","-126","9102","8826","1000000","9001","8823","50","9110","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1493[] = {"19985","Europe Conformal 2001","9802","8827","2800000","9001","8826","4000000","9001","8822","10","9102","8821","52","9102","8823","35","9102","8824","65","9102","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1494[] = {"19986","Europe Equal Area 2001","9820","8802","10","9102","8801","52","9102","8807","3210000","9001","8806","4321000","9001","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1495[] = {"19987","Iceland Lambert 1900","9826","8807","0","9001","8801","65","9110","8802","-19.011965","9110","8806","0","9001","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1496[] = {"19988","Iceland Lambert 1955","9826","8802","-18","9102","8805","1","9201","8801","65","9102","8806","500000","9001","8807","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1497[] = {"19989","Iceland Lambert 1993","9802","8823","64.15","9110","8826","500000","9001","8821","65","9110","8822","-19","9110","8824","65.45","9110","8827","500000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1498[] = {"19990","Latvian Transverse Mercator","9807","8807","-6000000","9001","8805","0.9996","9201","8802","24","9102","8801","0","9102","8806","500000","9001","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1499[] = {"19991","Jan Mayen Grid","9807","8802","-8.3","9110","8806","50000","9001","8807","-7800000","9001","8801","0","9110","8805","1","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1500[] = {"19992","Antarctic Polar Stereographic","9829","8833","0","9102","8807","0","9001","8806","0","9001","8832","-71","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1501[] = {"19993","Australian Antarctic Polar Stereographic","9829","8806","6000000","9001","8807","6000000","9001","8832","-71","9102","8833","70","9102","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1502[] = {"19994","Australian Antarctic Lambert","9802","8822","70","9110","8827","6000000","9001","8823","-68.3","9110","8821","-50","9110","8824","-74.3","9110","8826","6000000","9001","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1503[] = {"19995","Jordan Transverse Mercator","9807","8807","-3000000","9001","8802","37","9102","8806","500000","9001","8801","0","9102","8805","0.9998","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1504[] = {"19996","Soldner Berlin","9806","8806","40000","9001","8807","10000","9001","8802","13.37379332","9110","8801","52.25071338","9110","","","","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1505[] = {"19997","Kuwait Transverse Mercator","9807","8805","1","9201","8801","0","9102","8806","500000","9001","8807","0","9001","8802","48","9102","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1506[] = {"19998","Guernsey Grid","9807","8802","-2.25","9110","8806","47000","9001","8801","49.3","9110","8807","50000","9001","8805","0.999997","9201","","","","",""," ",NULL};
+datafile_rows_t projop_wparm_row_1507[] = {"19999","Jersey Transverse Mercator","9807","8801","49.225","9102","8805","0.9999999","9201","8802","-2.135","9102","8807","70000","9001","8806","40000","9001","","","","",""," ",NULL};
+datafile_rows_t *projop_wparm_rows[] = {projop_wparm_row_0 ,projop_wparm_row_1 ,projop_wparm_row_2 ,projop_wparm_row_3 ,projop_wparm_row_4 ,projop_wparm_row_5 ,projop_wparm_row_6 ,projop_wparm_row_7 ,projop_wparm_row_8 ,projop_wparm_row_9 ,projop_wparm_row_10 ,projop_wparm_row_11 ,projop_wparm_row_12 ,projop_wparm_row_13 ,projop_wparm_row_14 ,projop_wparm_row_15 ,projop_wparm_row_16 ,projop_wparm_row_17 ,projop_wparm_row_18 ,projop_wparm_row_19 ,projop_wparm_row_20 ,projop_wparm_row_21 ,projop_wparm_row_22 ,projop_wparm_row_23 ,projop_wparm_row_24 ,projop_wparm_row_25 ,projop_wparm_row_26 ,projop_wparm_row_27 ,projop_wparm_row_28 ,projop_wparm_row_29 ,projop_wparm_row_30 ,projop_wparm_row_31 ,projop_wparm_row_32 ,projop_wparm_row_33 ,projop_wparm_row_34 ,projop_wparm_row_35 ,projop_wparm_row_36 ,projop_wparm_row_37 ,projop_wparm_row_38 ,projop_wparm_row_39 ,projop_wparm_row_40 ,projop_wparm_row_41 ,projop_wparm_row_42 ,projop_wparm_row_43 ,projop_wparm_row_44 ,projop_wparm_row_45 ,projop_wparm_row_46 ,projop_wparm_row_47 ,projop_wparm_row_48 ,projop_wparm_row_49 ,projop_wparm_row_50 ,projop_wparm_row_51 ,projop_wparm_row_52 ,projop_wparm_row_53 ,projop_wparm_row_54 ,projop_wparm_row_55 ,projop_wparm_row_56 ,projop_wparm_row_57 ,projop_wparm_row_58 ,projop_wparm_row_59 ,projop_wparm_row_60 ,projop_wparm_row_61 ,projop_wparm_row_62 ,projop_wparm_row_63 ,projop_wparm_row_64 ,projop_wparm_row_65 ,projop_wparm_row_66 ,projop_wparm_row_67 ,projop_wparm_row_68 ,projop_wparm_row_69 ,projop_wparm_row_70 ,projop_wparm_row_71 ,projop_wparm_row_72 ,projop_wparm_row_73 ,projop_wparm_row_74 ,projop_wparm_row_75 ,projop_wparm_row_76 ,projop_wparm_row_77 ,projop_wparm_row_78 ,projop_wparm_row_79 ,projop_wparm_row_80 ,projop_wparm_row_81 ,projop_wparm_row_82 ,projop_wparm_row_83 ,projop_wparm_row_84 ,projop_wparm_row_85 ,projop_wparm_row_86 ,projop_wparm_row_87 ,projop_wparm_row_88 ,projop_wparm_row_89 ,projop_wparm_row_90 ,projop_wparm_row_91 ,projop_wparm_row_92 ,projop_wparm_row_93 ,projop_wparm_row_94 ,projop_wparm_row_95 ,projop_wparm_row_96 ,projop_wparm_row_97 ,projop_wparm_row_98 ,projop_wparm_row_99 ,projop_wparm_row_100 ,projop_wparm_row_101 ,projop_wparm_row_102 ,projop_wparm_row_103 ,projop_wparm_row_104 ,projop_wparm_row_105 ,projop_wparm_row_106 ,projop_wparm_row_107 ,projop_wparm_row_108 ,projop_wparm_row_109 ,projop_wparm_row_110 ,projop_wparm_row_111 ,projop_wparm_row_112 ,projop_wparm_row_113 ,projop_wparm_row_114 ,projop_wparm_row_115 ,projop_wparm_row_116 ,projop_wparm_row_117 ,projop_wparm_row_118 ,projop_wparm_row_119 ,projop_wparm_row_120 ,projop_wparm_row_121 ,projop_wparm_row_122 ,projop_wparm_row_123 ,projop_wparm_row_124 ,projop_wparm_row_125 ,projop_wparm_row_126 ,projop_wparm_row_127 ,projop_wparm_row_128 ,projop_wparm_row_129 ,projop_wparm_row_130 ,projop_wparm_row_131 ,projop_wparm_row_132 ,projop_wparm_row_133 ,projop_wparm_row_134 ,projop_wparm_row_135 ,projop_wparm_row_136 ,projop_wparm_row_137 ,projop_wparm_row_138 ,projop_wparm_row_139 ,projop_wparm_row_140 ,projop_wparm_row_141 ,projop_wparm_row_142 ,projop_wparm_row_143 ,projop_wparm_row_144 ,projop_wparm_row_145 ,projop_wparm_row_146 ,projop_wparm_row_147 ,projop_wparm_row_148 ,projop_wparm_row_149 ,projop_wparm_row_150 ,projop_wparm_row_151 ,projop_wparm_row_152 ,projop_wparm_row_153 ,projop_wparm_row_154 ,projop_wparm_row_155 ,projop_wparm_row_156 ,projop_wparm_row_157 ,projop_wparm_row_158 ,projop_wparm_row_159 ,projop_wparm_row_160 ,projop_wparm_row_161 ,projop_wparm_row_162 ,projop_wparm_row_163 ,projop_wparm_row_164 ,projop_wparm_row_165 ,projop_wparm_row_166 ,projop_wparm_row_167 ,projop_wparm_row_168 ,projop_wparm_row_169 ,projop_wparm_row_170 ,projop_wparm_row_171 ,projop_wparm_row_172 ,projop_wparm_row_173 ,projop_wparm_row_174 ,projop_wparm_row_175 ,projop_wparm_row_176 ,projop_wparm_row_177 ,projop_wparm_row_178 ,projop_wparm_row_179 ,projop_wparm_row_180 ,projop_wparm_row_181 ,projop_wparm_row_182 ,projop_wparm_row_183 ,projop_wparm_row_184 ,projop_wparm_row_185 ,projop_wparm_row_186 ,projop_wparm_row_187 ,projop_wparm_row_188 ,projop_wparm_row_189 ,projop_wparm_row_190 ,projop_wparm_row_191 ,projop_wparm_row_192 ,projop_wparm_row_193 ,projop_wparm_row_194 ,projop_wparm_row_195 ,projop_wparm_row_196 ,projop_wparm_row_197 ,projop_wparm_row_198 ,projop_wparm_row_199 ,projop_wparm_row_200 ,projop_wparm_row_201 ,projop_wparm_row_202 ,projop_wparm_row_203 ,projop_wparm_row_204 ,projop_wparm_row_205 ,projop_wparm_row_206 ,projop_wparm_row_207 ,projop_wparm_row_208 ,projop_wparm_row_209 ,projop_wparm_row_210 ,projop_wparm_row_211 ,projop_wparm_row_212 ,projop_wparm_row_213 ,projop_wparm_row_214 ,projop_wparm_row_215 ,projop_wparm_row_216 ,projop_wparm_row_217 ,projop_wparm_row_218 ,projop_wparm_row_219 ,projop_wparm_row_220 ,projop_wparm_row_221 ,projop_wparm_row_222 ,projop_wparm_row_223 ,projop_wparm_row_224 ,projop_wparm_row_225 ,projop_wparm_row_226 ,projop_wparm_row_227 ,projop_wparm_row_228 ,projop_wparm_row_229 ,projop_wparm_row_230 ,projop_wparm_row_231 ,projop_wparm_row_232 ,projop_wparm_row_233 ,projop_wparm_row_234 ,projop_wparm_row_235 ,projop_wparm_row_236 ,projop_wparm_row_237 ,projop_wparm_row_238 ,projop_wparm_row_239 ,projop_wparm_row_240 ,projop_wparm_row_241 ,projop_wparm_row_242 ,projop_wparm_row_243 ,projop_wparm_row_244 ,projop_wparm_row_245 ,projop_wparm_row_246 ,projop_wparm_row_247 ,projop_wparm_row_248 ,projop_wparm_row_249 ,projop_wparm_row_250 ,projop_wparm_row_251 ,projop_wparm_row_252 ,projop_wparm_row_253 ,projop_wparm_row_254 ,projop_wparm_row_255 ,projop_wparm_row_256 ,projop_wparm_row_257 ,projop_wparm_row_258 ,projop_wparm_row_259 ,projop_wparm_row_260 ,projop_wparm_row_261 ,projop_wparm_row_262 ,projop_wparm_row_263 ,projop_wparm_row_264 ,projop_wparm_row_265 ,projop_wparm_row_266 ,projop_wparm_row_267 ,projop_wparm_row_268 ,projop_wparm_row_269 ,projop_wparm_row_270 ,projop_wparm_row_271 ,projop_wparm_row_272 ,projop_wparm_row_273 ,projop_wparm_row_274 ,projop_wparm_row_275 ,projop_wparm_row_276 ,projop_wparm_row_277 ,projop_wparm_row_278 ,projop_wparm_row_279 ,projop_wparm_row_280 ,projop_wparm_row_281 ,projop_wparm_row_282 ,projop_wparm_row_283 ,projop_wparm_row_284 ,projop_wparm_row_285 ,projop_wparm_row_286 ,projop_wparm_row_287 ,projop_wparm_row_288 ,projop_wparm_row_289 ,projop_wparm_row_290 ,projop_wparm_row_291 ,projop_wparm_row_292 ,projop_wparm_row_293 ,projop_wparm_row_294 ,projop_wparm_row_295 ,projop_wparm_row_296 ,projop_wparm_row_297 ,projop_wparm_row_298 ,projop_wparm_row_299 ,projop_wparm_row_300 ,projop_wparm_row_301 ,projop_wparm_row_302 ,projop_wparm_row_303 ,projop_wparm_row_304 ,projop_wparm_row_305 ,projop_wparm_row_306 ,projop_wparm_row_307 ,projop_wparm_row_308 ,projop_wparm_row_309 ,projop_wparm_row_310 ,projop_wparm_row_311 ,projop_wparm_row_312 ,projop_wparm_row_313 ,projop_wparm_row_314 ,projop_wparm_row_315 ,projop_wparm_row_316 ,projop_wparm_row_317 ,projop_wparm_row_318 ,projop_wparm_row_319 ,projop_wparm_row_320 ,projop_wparm_row_321 ,projop_wparm_row_322 ,projop_wparm_row_323 ,projop_wparm_row_324 ,projop_wparm_row_325 ,projop_wparm_row_326 ,projop_wparm_row_327 ,projop_wparm_row_328 ,projop_wparm_row_329 ,projop_wparm_row_330 ,projop_wparm_row_331 ,projop_wparm_row_332 ,projop_wparm_row_333 ,projop_wparm_row_334 ,projop_wparm_row_335 ,projop_wparm_row_336 ,projop_wparm_row_337 ,projop_wparm_row_338 ,projop_wparm_row_339 ,projop_wparm_row_340 ,projop_wparm_row_341 ,projop_wparm_row_342 ,projop_wparm_row_343 ,projop_wparm_row_344 ,projop_wparm_row_345 ,projop_wparm_row_346 ,projop_wparm_row_347 ,projop_wparm_row_348 ,projop_wparm_row_349 ,projop_wparm_row_350 ,projop_wparm_row_351 ,projop_wparm_row_352 ,projop_wparm_row_353 ,projop_wparm_row_354 ,projop_wparm_row_355 ,projop_wparm_row_356 ,projop_wparm_row_357 ,projop_wparm_row_358 ,projop_wparm_row_359 ,projop_wparm_row_360 ,projop_wparm_row_361 ,projop_wparm_row_362 ,projop_wparm_row_363 ,projop_wparm_row_364 ,projop_wparm_row_365 ,projop_wparm_row_366 ,projop_wparm_row_367 ,projop_wparm_row_368 ,projop_wparm_row_369 ,projop_wparm_row_370 ,projop_wparm_row_371 ,projop_wparm_row_372 ,projop_wparm_row_373 ,projop_wparm_row_374 ,projop_wparm_row_375 ,projop_wparm_row_376 ,projop_wparm_row_377 ,projop_wparm_row_378 ,projop_wparm_row_379 ,projop_wparm_row_380 ,projop_wparm_row_381 ,projop_wparm_row_382 ,projop_wparm_row_383 ,projop_wparm_row_384 ,projop_wparm_row_385 ,projop_wparm_row_386 ,projop_wparm_row_387 ,projop_wparm_row_388 ,projop_wparm_row_389 ,projop_wparm_row_390 ,projop_wparm_row_391 ,projop_wparm_row_392 ,projop_wparm_row_393 ,projop_wparm_row_394 ,projop_wparm_row_395 ,projop_wparm_row_396 ,projop_wparm_row_397 ,projop_wparm_row_398 ,projop_wparm_row_399 ,projop_wparm_row_400 ,projop_wparm_row_401 ,projop_wparm_row_402 ,projop_wparm_row_403 ,projop_wparm_row_404 ,projop_wparm_row_405 ,projop_wparm_row_406 ,projop_wparm_row_407 ,projop_wparm_row_408 ,projop_wparm_row_409 ,projop_wparm_row_410 ,projop_wparm_row_411 ,projop_wparm_row_412 ,projop_wparm_row_413 ,projop_wparm_row_414 ,projop_wparm_row_415 ,projop_wparm_row_416 ,projop_wparm_row_417 ,projop_wparm_row_418 ,projop_wparm_row_419 ,projop_wparm_row_420 ,projop_wparm_row_421 ,projop_wparm_row_422 ,projop_wparm_row_423 ,projop_wparm_row_424 ,projop_wparm_row_425 ,projop_wparm_row_426 ,projop_wparm_row_427 ,projop_wparm_row_428 ,projop_wparm_row_429 ,projop_wparm_row_430 ,projop_wparm_row_431 ,projop_wparm_row_432 ,projop_wparm_row_433 ,projop_wparm_row_434 ,projop_wparm_row_435 ,projop_wparm_row_436 ,projop_wparm_row_437 ,projop_wparm_row_438 ,projop_wparm_row_439 ,projop_wparm_row_440 ,projop_wparm_row_441 ,projop_wparm_row_442 ,projop_wparm_row_443 ,projop_wparm_row_444 ,projop_wparm_row_445 ,projop_wparm_row_446 ,projop_wparm_row_447 ,projop_wparm_row_448 ,projop_wparm_row_449 ,projop_wparm_row_450 ,projop_wparm_row_451 ,projop_wparm_row_452 ,projop_wparm_row_453 ,projop_wparm_row_454 ,projop_wparm_row_455 ,projop_wparm_row_456 ,projop_wparm_row_457 ,projop_wparm_row_458 ,projop_wparm_row_459 ,projop_wparm_row_460 ,projop_wparm_row_461 ,projop_wparm_row_462 ,projop_wparm_row_463 ,projop_wparm_row_464 ,projop_wparm_row_465 ,projop_wparm_row_466 ,projop_wparm_row_467 ,projop_wparm_row_468 ,projop_wparm_row_469 ,projop_wparm_row_470 ,projop_wparm_row_471 ,projop_wparm_row_472 ,projop_wparm_row_473 ,projop_wparm_row_474 ,projop_wparm_row_475 ,projop_wparm_row_476 ,projop_wparm_row_477 ,projop_wparm_row_478 ,projop_wparm_row_479 ,projop_wparm_row_480 ,projop_wparm_row_481 ,projop_wparm_row_482 ,projop_wparm_row_483 ,projop_wparm_row_484 ,projop_wparm_row_485 ,projop_wparm_row_486 ,projop_wparm_row_487 ,projop_wparm_row_488 ,projop_wparm_row_489 ,projop_wparm_row_490 ,projop_wparm_row_491 ,projop_wparm_row_492 ,projop_wparm_row_493 ,projop_wparm_row_494 ,projop_wparm_row_495 ,projop_wparm_row_496 ,projop_wparm_row_497 ,projop_wparm_row_498 ,projop_wparm_row_499 ,projop_wparm_row_500 ,projop_wparm_row_501 ,projop_wparm_row_502 ,projop_wparm_row_503 ,projop_wparm_row_504 ,projop_wparm_row_505 ,projop_wparm_row_506 ,projop_wparm_row_507 ,projop_wparm_row_508 ,projop_wparm_row_509 ,projop_wparm_row_510 ,projop_wparm_row_511 ,projop_wparm_row_512 ,projop_wparm_row_513 ,projop_wparm_row_514 ,projop_wparm_row_515 ,projop_wparm_row_516 ,projop_wparm_row_517 ,projop_wparm_row_518 ,projop_wparm_row_519 ,projop_wparm_row_520 ,projop_wparm_row_521 ,projop_wparm_row_522 ,projop_wparm_row_523 ,projop_wparm_row_524 ,projop_wparm_row_525 ,projop_wparm_row_526 ,projop_wparm_row_527 ,projop_wparm_row_528 ,projop_wparm_row_529 ,projop_wparm_row_530 ,projop_wparm_row_531 ,projop_wparm_row_532 ,projop_wparm_row_533 ,projop_wparm_row_534 ,projop_wparm_row_535 ,projop_wparm_row_536 ,projop_wparm_row_537 ,projop_wparm_row_538 ,projop_wparm_row_539 ,projop_wparm_row_540 ,projop_wparm_row_541 ,projop_wparm_row_542 ,projop_wparm_row_543 ,projop_wparm_row_544 ,projop_wparm_row_545 ,projop_wparm_row_546 ,projop_wparm_row_547 ,projop_wparm_row_548 ,projop_wparm_row_549 ,projop_wparm_row_550 ,projop_wparm_row_551 ,projop_wparm_row_552 ,projop_wparm_row_553 ,projop_wparm_row_554 ,projop_wparm_row_555 ,projop_wparm_row_556 ,projop_wparm_row_557 ,projop_wparm_row_558 ,projop_wparm_row_559 ,projop_wparm_row_560 ,projop_wparm_row_561 ,projop_wparm_row_562 ,projop_wparm_row_563 ,projop_wparm_row_564 ,projop_wparm_row_565 ,projop_wparm_row_566 ,projop_wparm_row_567 ,projop_wparm_row_568 ,projop_wparm_row_569 ,projop_wparm_row_570 ,projop_wparm_row_571 ,projop_wparm_row_572 ,projop_wparm_row_573 ,projop_wparm_row_574 ,projop_wparm_row_575 ,projop_wparm_row_576 ,projop_wparm_row_577 ,projop_wparm_row_578 ,projop_wparm_row_579 ,projop_wparm_row_580 ,projop_wparm_row_581 ,projop_wparm_row_582 ,projop_wparm_row_583 ,projop_wparm_row_584 ,projop_wparm_row_585 ,projop_wparm_row_586 ,projop_wparm_row_587 ,projop_wparm_row_588 ,projop_wparm_row_589 ,projop_wparm_row_590 ,projop_wparm_row_591 ,projop_wparm_row_592 ,projop_wparm_row_593 ,projop_wparm_row_594 ,projop_wparm_row_595 ,projop_wparm_row_596 ,projop_wparm_row_597 ,projop_wparm_row_598 ,projop_wparm_row_599 ,projop_wparm_row_600 ,projop_wparm_row_601 ,projop_wparm_row_602 ,projop_wparm_row_603 ,projop_wparm_row_604 ,projop_wparm_row_605 ,projop_wparm_row_606 ,projop_wparm_row_607 ,projop_wparm_row_608 ,projop_wparm_row_609 ,projop_wparm_row_610 ,projop_wparm_row_611 ,projop_wparm_row_612 ,projop_wparm_row_613 ,projop_wparm_row_614 ,projop_wparm_row_615 ,projop_wparm_row_616 ,projop_wparm_row_617 ,projop_wparm_row_618 ,projop_wparm_row_619 ,projop_wparm_row_620 ,projop_wparm_row_621 ,projop_wparm_row_622 ,projop_wparm_row_623 ,projop_wparm_row_624 ,projop_wparm_row_625 ,projop_wparm_row_626 ,projop_wparm_row_627 ,projop_wparm_row_628 ,projop_wparm_row_629 ,projop_wparm_row_630 ,projop_wparm_row_631 ,projop_wparm_row_632 ,projop_wparm_row_633 ,projop_wparm_row_634 ,projop_wparm_row_635 ,projop_wparm_row_636 ,projop_wparm_row_637 ,projop_wparm_row_638 ,projop_wparm_row_639 ,projop_wparm_row_640 ,projop_wparm_row_641 ,projop_wparm_row_642 ,projop_wparm_row_643 ,projop_wparm_row_644 ,projop_wparm_row_645 ,projop_wparm_row_646 ,projop_wparm_row_647 ,projop_wparm_row_648 ,projop_wparm_row_649 ,projop_wparm_row_650 ,projop_wparm_row_651 ,projop_wparm_row_652 ,projop_wparm_row_653 ,projop_wparm_row_654 ,projop_wparm_row_655 ,projop_wparm_row_656 ,projop_wparm_row_657 ,projop_wparm_row_658 ,projop_wparm_row_659 ,projop_wparm_row_660 ,projop_wparm_row_661 ,projop_wparm_row_662 ,projop_wparm_row_663 ,projop_wparm_row_664 ,projop_wparm_row_665 ,projop_wparm_row_666 ,projop_wparm_row_667 ,projop_wparm_row_668 ,projop_wparm_row_669 ,projop_wparm_row_670 ,projop_wparm_row_671 ,projop_wparm_row_672 ,projop_wparm_row_673 ,projop_wparm_row_674 ,projop_wparm_row_675 ,projop_wparm_row_676 ,projop_wparm_row_677 ,projop_wparm_row_678 ,projop_wparm_row_679 ,projop_wparm_row_680 ,projop_wparm_row_681 ,projop_wparm_row_682 ,projop_wparm_row_683 ,projop_wparm_row_684 ,projop_wparm_row_685 ,projop_wparm_row_686 ,projop_wparm_row_687 ,projop_wparm_row_688 ,projop_wparm_row_689 ,projop_wparm_row_690 ,projop_wparm_row_691 ,projop_wparm_row_692 ,projop_wparm_row_693 ,projop_wparm_row_694 ,projop_wparm_row_695 ,projop_wparm_row_696 ,projop_wparm_row_697 ,projop_wparm_row_698 ,projop_wparm_row_699 ,projop_wparm_row_700 ,projop_wparm_row_701 ,projop_wparm_row_702 ,projop_wparm_row_703 ,projop_wparm_row_704 ,projop_wparm_row_705 ,projop_wparm_row_706 ,projop_wparm_row_707 ,projop_wparm_row_708 ,projop_wparm_row_709 ,projop_wparm_row_710 ,projop_wparm_row_711 ,projop_wparm_row_712 ,projop_wparm_row_713 ,projop_wparm_row_714 ,projop_wparm_row_715 ,projop_wparm_row_716 ,projop_wparm_row_717 ,projop_wparm_row_718 ,projop_wparm_row_719 ,projop_wparm_row_720 ,projop_wparm_row_721 ,projop_wparm_row_722 ,projop_wparm_row_723 ,projop_wparm_row_724 ,projop_wparm_row_725 ,projop_wparm_row_726 ,projop_wparm_row_727 ,projop_wparm_row_728 ,projop_wparm_row_729 ,projop_wparm_row_730 ,projop_wparm_row_731 ,projop_wparm_row_732 ,projop_wparm_row_733 ,projop_wparm_row_734 ,projop_wparm_row_735 ,projop_wparm_row_736 ,projop_wparm_row_737 ,projop_wparm_row_738 ,projop_wparm_row_739 ,projop_wparm_row_740 ,projop_wparm_row_741 ,projop_wparm_row_742 ,projop_wparm_row_743 ,projop_wparm_row_744 ,projop_wparm_row_745 ,projop_wparm_row_746 ,projop_wparm_row_747 ,projop_wparm_row_748 ,projop_wparm_row_749 ,projop_wparm_row_750 ,projop_wparm_row_751 ,projop_wparm_row_752 ,projop_wparm_row_753 ,projop_wparm_row_754 ,projop_wparm_row_755 ,projop_wparm_row_756 ,projop_wparm_row_757 ,projop_wparm_row_758 ,projop_wparm_row_759 ,projop_wparm_row_760 ,projop_wparm_row_761 ,projop_wparm_row_762 ,projop_wparm_row_763 ,projop_wparm_row_764 ,projop_wparm_row_765 ,projop_wparm_row_766 ,projop_wparm_row_767 ,projop_wparm_row_768 ,projop_wparm_row_769 ,projop_wparm_row_770 ,projop_wparm_row_771 ,projop_wparm_row_772 ,projop_wparm_row_773 ,projop_wparm_row_774 ,projop_wparm_row_775 ,projop_wparm_row_776 ,projop_wparm_row_777 ,projop_wparm_row_778 ,projop_wparm_row_779 ,projop_wparm_row_780 ,projop_wparm_row_781 ,projop_wparm_row_782 ,projop_wparm_row_783 ,projop_wparm_row_784 ,projop_wparm_row_785 ,projop_wparm_row_786 ,projop_wparm_row_787 ,projop_wparm_row_788 ,projop_wparm_row_789 ,projop_wparm_row_790 ,projop_wparm_row_791 ,projop_wparm_row_792 ,projop_wparm_row_793 ,projop_wparm_row_794 ,projop_wparm_row_795 ,projop_wparm_row_796 ,projop_wparm_row_797 ,projop_wparm_row_798 ,projop_wparm_row_799 ,projop_wparm_row_800 ,projop_wparm_row_801 ,projop_wparm_row_802 ,projop_wparm_row_803 ,projop_wparm_row_804 ,projop_wparm_row_805 ,projop_wparm_row_806 ,projop_wparm_row_807 ,projop_wparm_row_808 ,projop_wparm_row_809 ,projop_wparm_row_810 ,projop_wparm_row_811 ,projop_wparm_row_812 ,projop_wparm_row_813 ,projop_wparm_row_814 ,projop_wparm_row_815 ,projop_wparm_row_816 ,projop_wparm_row_817 ,projop_wparm_row_818 ,projop_wparm_row_819 ,projop_wparm_row_820 ,projop_wparm_row_821 ,projop_wparm_row_822 ,projop_wparm_row_823 ,projop_wparm_row_824 ,projop_wparm_row_825 ,projop_wparm_row_826 ,projop_wparm_row_827 ,projop_wparm_row_828 ,projop_wparm_row_829 ,projop_wparm_row_830 ,projop_wparm_row_831 ,projop_wparm_row_832 ,projop_wparm_row_833 ,projop_wparm_row_834 ,projop_wparm_row_835 ,projop_wparm_row_836 ,projop_wparm_row_837 ,projop_wparm_row_838 ,projop_wparm_row_839 ,projop_wparm_row_840 ,projop_wparm_row_841 ,projop_wparm_row_842 ,projop_wparm_row_843 ,projop_wparm_row_844 ,projop_wparm_row_845 ,projop_wparm_row_846 ,projop_wparm_row_847 ,projop_wparm_row_848 ,projop_wparm_row_849 ,projop_wparm_row_850 ,projop_wparm_row_851 ,projop_wparm_row_852 ,projop_wparm_row_853 ,projop_wparm_row_854 ,projop_wparm_row_855 ,projop_wparm_row_856 ,projop_wparm_row_857 ,projop_wparm_row_858 ,projop_wparm_row_859 ,projop_wparm_row_860 ,projop_wparm_row_861 ,projop_wparm_row_862 ,projop_wparm_row_863 ,projop_wparm_row_864 ,projop_wparm_row_865 ,projop_wparm_row_866 ,projop_wparm_row_867 ,projop_wparm_row_868 ,projop_wparm_row_869 ,projop_wparm_row_870 ,projop_wparm_row_871 ,projop_wparm_row_872 ,projop_wparm_row_873 ,projop_wparm_row_874 ,projop_wparm_row_875 ,projop_wparm_row_876 ,projop_wparm_row_877 ,projop_wparm_row_878 ,projop_wparm_row_879 ,projop_wparm_row_880 ,projop_wparm_row_881 ,projop_wparm_row_882 ,projop_wparm_row_883 ,projop_wparm_row_884 ,projop_wparm_row_885 ,projop_wparm_row_886 ,projop_wparm_row_887 ,projop_wparm_row_888 ,projop_wparm_row_889 ,projop_wparm_row_890 ,projop_wparm_row_891 ,projop_wparm_row_892 ,projop_wparm_row_893 ,projop_wparm_row_894 ,projop_wparm_row_895 ,projop_wparm_row_896 ,projop_wparm_row_897 ,projop_wparm_row_898 ,projop_wparm_row_899 ,projop_wparm_row_900 ,projop_wparm_row_901 ,projop_wparm_row_902 ,projop_wparm_row_903 ,projop_wparm_row_904 ,projop_wparm_row_905 ,projop_wparm_row_906 ,projop_wparm_row_907 ,projop_wparm_row_908 ,projop_wparm_row_909 ,projop_wparm_row_910 ,projop_wparm_row_911 ,projop_wparm_row_912 ,projop_wparm_row_913 ,projop_wparm_row_914 ,projop_wparm_row_915 ,projop_wparm_row_916 ,projop_wparm_row_917 ,projop_wparm_row_918 ,projop_wparm_row_919 ,projop_wparm_row_920 ,projop_wparm_row_921 ,projop_wparm_row_922 ,projop_wparm_row_923 ,projop_wparm_row_924 ,projop_wparm_row_925 ,projop_wparm_row_926 ,projop_wparm_row_927 ,projop_wparm_row_928 ,projop_wparm_row_929 ,projop_wparm_row_930 ,projop_wparm_row_931 ,projop_wparm_row_932 ,projop_wparm_row_933 ,projop_wparm_row_934 ,projop_wparm_row_935 ,projop_wparm_row_936 ,projop_wparm_row_937 ,projop_wparm_row_938 ,projop_wparm_row_939 ,projop_wparm_row_940 ,projop_wparm_row_941 ,projop_wparm_row_942 ,projop_wparm_row_943 ,projop_wparm_row_944 ,projop_wparm_row_945 ,projop_wparm_row_946 ,projop_wparm_row_947 ,projop_wparm_row_948 ,projop_wparm_row_949 ,projop_wparm_row_950 ,projop_wparm_row_951 ,projop_wparm_row_952 ,projop_wparm_row_953 ,projop_wparm_row_954 ,projop_wparm_row_955 ,projop_wparm_row_956 ,projop_wparm_row_957 ,projop_wparm_row_958 ,projop_wparm_row_959 ,projop_wparm_row_960 ,projop_wparm_row_961 ,projop_wparm_row_962 ,projop_wparm_row_963 ,projop_wparm_row_964 ,projop_wparm_row_965 ,projop_wparm_row_966 ,projop_wparm_row_967 ,projop_wparm_row_968 ,projop_wparm_row_969 ,projop_wparm_row_970 ,projop_wparm_row_971 ,projop_wparm_row_972 ,projop_wparm_row_973 ,projop_wparm_row_974 ,projop_wparm_row_975 ,projop_wparm_row_976 ,projop_wparm_row_977 ,projop_wparm_row_978 ,projop_wparm_row_979 ,projop_wparm_row_980 ,projop_wparm_row_981 ,projop_wparm_row_982 ,projop_wparm_row_983 ,projop_wparm_row_984 ,projop_wparm_row_985 ,projop_wparm_row_986 ,projop_wparm_row_987 ,projop_wparm_row_988 ,projop_wparm_row_989 ,projop_wparm_row_990 ,projop_wparm_row_991 ,projop_wparm_row_992 ,projop_wparm_row_993 ,projop_wparm_row_994 ,projop_wparm_row_995 ,projop_wparm_row_996 ,projop_wparm_row_997 ,projop_wparm_row_998 ,projop_wparm_row_999 ,projop_wparm_row_1000 ,projop_wparm_row_1001 ,projop_wparm_row_1002 ,projop_wparm_row_1003 ,projop_wparm_row_1004 ,projop_wparm_row_1005 ,projop_wparm_row_1006 ,projop_wparm_row_1007 ,projop_wparm_row_1008 ,projop_wparm_row_1009 ,projop_wparm_row_1010 ,projop_wparm_row_1011 ,projop_wparm_row_1012 ,projop_wparm_row_1013 ,projop_wparm_row_1014 ,projop_wparm_row_1015 ,projop_wparm_row_1016 ,projop_wparm_row_1017 ,projop_wparm_row_1018 ,projop_wparm_row_1019 ,projop_wparm_row_1020 ,projop_wparm_row_1021 ,projop_wparm_row_1022 ,projop_wparm_row_1023 ,projop_wparm_row_1024 ,projop_wparm_row_1025 ,projop_wparm_row_1026 ,projop_wparm_row_1027 ,projop_wparm_row_1028 ,projop_wparm_row_1029 ,projop_wparm_row_1030 ,projop_wparm_row_1031 ,projop_wparm_row_1032 ,projop_wparm_row_1033 ,projop_wparm_row_1034 ,projop_wparm_row_1035 ,projop_wparm_row_1036 ,projop_wparm_row_1037 ,projop_wparm_row_1038 ,projop_wparm_row_1039 ,projop_wparm_row_1040 ,projop_wparm_row_1041 ,projop_wparm_row_1042 ,projop_wparm_row_1043 ,projop_wparm_row_1044 ,projop_wparm_row_1045 ,projop_wparm_row_1046 ,projop_wparm_row_1047 ,projop_wparm_row_1048 ,projop_wparm_row_1049 ,projop_wparm_row_1050 ,projop_wparm_row_1051 ,projop_wparm_row_1052 ,projop_wparm_row_1053 ,projop_wparm_row_1054 ,projop_wparm_row_1055 ,projop_wparm_row_1056 ,projop_wparm_row_1057 ,projop_wparm_row_1058 ,projop_wparm_row_1059 ,projop_wparm_row_1060 ,projop_wparm_row_1061 ,projop_wparm_row_1062 ,projop_wparm_row_1063 ,projop_wparm_row_1064 ,projop_wparm_row_1065 ,projop_wparm_row_1066 ,projop_wparm_row_1067 ,projop_wparm_row_1068 ,projop_wparm_row_1069 ,projop_wparm_row_1070 ,projop_wparm_row_1071 ,projop_wparm_row_1072 ,projop_wparm_row_1073 ,projop_wparm_row_1074 ,projop_wparm_row_1075 ,projop_wparm_row_1076 ,projop_wparm_row_1077 ,projop_wparm_row_1078 ,projop_wparm_row_1079 ,projop_wparm_row_1080 ,projop_wparm_row_1081 ,projop_wparm_row_1082 ,projop_wparm_row_1083 ,projop_wparm_row_1084 ,projop_wparm_row_1085 ,projop_wparm_row_1086 ,projop_wparm_row_1087 ,projop_wparm_row_1088 ,projop_wparm_row_1089 ,projop_wparm_row_1090 ,projop_wparm_row_1091 ,projop_wparm_row_1092 ,projop_wparm_row_1093 ,projop_wparm_row_1094 ,projop_wparm_row_1095 ,projop_wparm_row_1096 ,projop_wparm_row_1097 ,projop_wparm_row_1098 ,projop_wparm_row_1099 ,projop_wparm_row_1100 ,projop_wparm_row_1101 ,projop_wparm_row_1102 ,projop_wparm_row_1103 ,projop_wparm_row_1104 ,projop_wparm_row_1105 ,projop_wparm_row_1106 ,projop_wparm_row_1107 ,projop_wparm_row_1108 ,projop_wparm_row_1109 ,projop_wparm_row_1110 ,projop_wparm_row_1111 ,projop_wparm_row_1112 ,projop_wparm_row_1113 ,projop_wparm_row_1114 ,projop_wparm_row_1115 ,projop_wparm_row_1116 ,projop_wparm_row_1117 ,projop_wparm_row_1118 ,projop_wparm_row_1119 ,projop_wparm_row_1120 ,projop_wparm_row_1121 ,projop_wparm_row_1122 ,projop_wparm_row_1123 ,projop_wparm_row_1124 ,projop_wparm_row_1125 ,projop_wparm_row_1126 ,projop_wparm_row_1127 ,projop_wparm_row_1128 ,projop_wparm_row_1129 ,projop_wparm_row_1130 ,projop_wparm_row_1131 ,projop_wparm_row_1132 ,projop_wparm_row_1133 ,projop_wparm_row_1134 ,projop_wparm_row_1135 ,projop_wparm_row_1136 ,projop_wparm_row_1137 ,projop_wparm_row_1138 ,projop_wparm_row_1139 ,projop_wparm_row_1140 ,projop_wparm_row_1141 ,projop_wparm_row_1142 ,projop_wparm_row_1143 ,projop_wparm_row_1144 ,projop_wparm_row_1145 ,projop_wparm_row_1146 ,projop_wparm_row_1147 ,projop_wparm_row_1148 ,projop_wparm_row_1149 ,projop_wparm_row_1150 ,projop_wparm_row_1151 ,projop_wparm_row_1152 ,projop_wparm_row_1153 ,projop_wparm_row_1154 ,projop_wparm_row_1155 ,projop_wparm_row_1156 ,projop_wparm_row_1157 ,projop_wparm_row_1158 ,projop_wparm_row_1159 ,projop_wparm_row_1160 ,projop_wparm_row_1161 ,projop_wparm_row_1162 ,projop_wparm_row_1163 ,projop_wparm_row_1164 ,projop_wparm_row_1165 ,projop_wparm_row_1166 ,projop_wparm_row_1167 ,projop_wparm_row_1168 ,projop_wparm_row_1169 ,projop_wparm_row_1170 ,projop_wparm_row_1171 ,projop_wparm_row_1172 ,projop_wparm_row_1173 ,projop_wparm_row_1174 ,projop_wparm_row_1175 ,projop_wparm_row_1176 ,projop_wparm_row_1177 ,projop_wparm_row_1178 ,projop_wparm_row_1179 ,projop_wparm_row_1180 ,projop_wparm_row_1181 ,projop_wparm_row_1182 ,projop_wparm_row_1183 ,projop_wparm_row_1184 ,projop_wparm_row_1185 ,projop_wparm_row_1186 ,projop_wparm_row_1187 ,projop_wparm_row_1188 ,projop_wparm_row_1189 ,projop_wparm_row_1190 ,projop_wparm_row_1191 ,projop_wparm_row_1192 ,projop_wparm_row_1193 ,projop_wparm_row_1194 ,projop_wparm_row_1195 ,projop_wparm_row_1196 ,projop_wparm_row_1197 ,projop_wparm_row_1198 ,projop_wparm_row_1199 ,projop_wparm_row_1200 ,projop_wparm_row_1201 ,projop_wparm_row_1202 ,projop_wparm_row_1203 ,projop_wparm_row_1204 ,projop_wparm_row_1205 ,projop_wparm_row_1206 ,projop_wparm_row_1207 ,projop_wparm_row_1208 ,projop_wparm_row_1209 ,projop_wparm_row_1210 ,projop_wparm_row_1211 ,projop_wparm_row_1212 ,projop_wparm_row_1213 ,projop_wparm_row_1214 ,projop_wparm_row_1215 ,projop_wparm_row_1216 ,projop_wparm_row_1217 ,projop_wparm_row_1218 ,projop_wparm_row_1219 ,projop_wparm_row_1220 ,projop_wparm_row_1221 ,projop_wparm_row_1222 ,projop_wparm_row_1223 ,projop_wparm_row_1224 ,projop_wparm_row_1225 ,projop_wparm_row_1226 ,projop_wparm_row_1227 ,projop_wparm_row_1228 ,projop_wparm_row_1229 ,projop_wparm_row_1230 ,projop_wparm_row_1231 ,projop_wparm_row_1232 ,projop_wparm_row_1233 ,projop_wparm_row_1234 ,projop_wparm_row_1235 ,projop_wparm_row_1236 ,projop_wparm_row_1237 ,projop_wparm_row_1238 ,projop_wparm_row_1239 ,projop_wparm_row_1240 ,projop_wparm_row_1241 ,projop_wparm_row_1242 ,projop_wparm_row_1243 ,projop_wparm_row_1244 ,projop_wparm_row_1245 ,projop_wparm_row_1246 ,projop_wparm_row_1247 ,projop_wparm_row_1248 ,projop_wparm_row_1249 ,projop_wparm_row_1250 ,projop_wparm_row_1251 ,projop_wparm_row_1252 ,projop_wparm_row_1253 ,projop_wparm_row_1254 ,projop_wparm_row_1255 ,projop_wparm_row_1256 ,projop_wparm_row_1257 ,projop_wparm_row_1258 ,projop_wparm_row_1259 ,projop_wparm_row_1260 ,projop_wparm_row_1261 ,projop_wparm_row_1262 ,projop_wparm_row_1263 ,projop_wparm_row_1264 ,projop_wparm_row_1265 ,projop_wparm_row_1266 ,projop_wparm_row_1267 ,projop_wparm_row_1268 ,projop_wparm_row_1269 ,projop_wparm_row_1270 ,projop_wparm_row_1271 ,projop_wparm_row_1272 ,projop_wparm_row_1273 ,projop_wparm_row_1274 ,projop_wparm_row_1275 ,projop_wparm_row_1276 ,projop_wparm_row_1277 ,projop_wparm_row_1278 ,projop_wparm_row_1279 ,projop_wparm_row_1280 ,projop_wparm_row_1281 ,projop_wparm_row_1282 ,projop_wparm_row_1283 ,projop_wparm_row_1284 ,projop_wparm_row_1285 ,projop_wparm_row_1286 ,projop_wparm_row_1287 ,projop_wparm_row_1288 ,projop_wparm_row_1289 ,projop_wparm_row_1290 ,projop_wparm_row_1291 ,projop_wparm_row_1292 ,projop_wparm_row_1293 ,projop_wparm_row_1294 ,projop_wparm_row_1295 ,projop_wparm_row_1296 ,projop_wparm_row_1297 ,projop_wparm_row_1298 ,projop_wparm_row_1299 ,projop_wparm_row_1300 ,projop_wparm_row_1301 ,projop_wparm_row_1302 ,projop_wparm_row_1303 ,projop_wparm_row_1304 ,projop_wparm_row_1305 ,projop_wparm_row_1306 ,projop_wparm_row_1307 ,projop_wparm_row_1308 ,projop_wparm_row_1309 ,projop_wparm_row_1310 ,projop_wparm_row_1311 ,projop_wparm_row_1312 ,projop_wparm_row_1313 ,projop_wparm_row_1314 ,projop_wparm_row_1315 ,projop_wparm_row_1316 ,projop_wparm_row_1317 ,projop_wparm_row_1318 ,projop_wparm_row_1319 ,projop_wparm_row_1320 ,projop_wparm_row_1321 ,projop_wparm_row_1322 ,projop_wparm_row_1323 ,projop_wparm_row_1324 ,projop_wparm_row_1325 ,projop_wparm_row_1326 ,projop_wparm_row_1327 ,projop_wparm_row_1328 ,projop_wparm_row_1329 ,projop_wparm_row_1330 ,projop_wparm_row_1331 ,projop_wparm_row_1332 ,projop_wparm_row_1333 ,projop_wparm_row_1334 ,projop_wparm_row_1335 ,projop_wparm_row_1336 ,projop_wparm_row_1337 ,projop_wparm_row_1338 ,projop_wparm_row_1339 ,projop_wparm_row_1340 ,projop_wparm_row_1341 ,projop_wparm_row_1342 ,projop_wparm_row_1343 ,projop_wparm_row_1344 ,projop_wparm_row_1345 ,projop_wparm_row_1346 ,projop_wparm_row_1347 ,projop_wparm_row_1348 ,projop_wparm_row_1349 ,projop_wparm_row_1350 ,projop_wparm_row_1351 ,projop_wparm_row_1352 ,projop_wparm_row_1353 ,projop_wparm_row_1354 ,projop_wparm_row_1355 ,projop_wparm_row_1356 ,projop_wparm_row_1357 ,projop_wparm_row_1358 ,projop_wparm_row_1359 ,projop_wparm_row_1360 ,projop_wparm_row_1361 ,projop_wparm_row_1362 ,projop_wparm_row_1363 ,projop_wparm_row_1364 ,projop_wparm_row_1365 ,projop_wparm_row_1366 ,projop_wparm_row_1367 ,projop_wparm_row_1368 ,projop_wparm_row_1369 ,projop_wparm_row_1370 ,projop_wparm_row_1371 ,projop_wparm_row_1372 ,projop_wparm_row_1373 ,projop_wparm_row_1374 ,projop_wparm_row_1375 ,projop_wparm_row_1376 ,projop_wparm_row_1377 ,projop_wparm_row_1378 ,projop_wparm_row_1379 ,projop_wparm_row_1380 ,projop_wparm_row_1381 ,projop_wparm_row_1382 ,projop_wparm_row_1383 ,projop_wparm_row_1384 ,projop_wparm_row_1385 ,projop_wparm_row_1386 ,projop_wparm_row_1387 ,projop_wparm_row_1388 ,projop_wparm_row_1389 ,projop_wparm_row_1390 ,projop_wparm_row_1391 ,projop_wparm_row_1392 ,projop_wparm_row_1393 ,projop_wparm_row_1394 ,projop_wparm_row_1395 ,projop_wparm_row_1396 ,projop_wparm_row_1397 ,projop_wparm_row_1398 ,projop_wparm_row_1399 ,projop_wparm_row_1400 ,projop_wparm_row_1401 ,projop_wparm_row_1402 ,projop_wparm_row_1403 ,projop_wparm_row_1404 ,projop_wparm_row_1405 ,projop_wparm_row_1406 ,projop_wparm_row_1407 ,projop_wparm_row_1408 ,projop_wparm_row_1409 ,projop_wparm_row_1410 ,projop_wparm_row_1411 ,projop_wparm_row_1412 ,projop_wparm_row_1413 ,projop_wparm_row_1414 ,projop_wparm_row_1415 ,projop_wparm_row_1416 ,projop_wparm_row_1417 ,projop_wparm_row_1418 ,projop_wparm_row_1419 ,projop_wparm_row_1420 ,projop_wparm_row_1421 ,projop_wparm_row_1422 ,projop_wparm_row_1423 ,projop_wparm_row_1424 ,projop_wparm_row_1425 ,projop_wparm_row_1426 ,projop_wparm_row_1427 ,projop_wparm_row_1428 ,projop_wparm_row_1429 ,projop_wparm_row_1430 ,projop_wparm_row_1431 ,projop_wparm_row_1432 ,projop_wparm_row_1433 ,projop_wparm_row_1434 ,projop_wparm_row_1435 ,projop_wparm_row_1436 ,projop_wparm_row_1437 ,projop_wparm_row_1438 ,projop_wparm_row_1439 ,projop_wparm_row_1440 ,projop_wparm_row_1441 ,projop_wparm_row_1442 ,projop_wparm_row_1443 ,projop_wparm_row_1444 ,projop_wparm_row_1445 ,projop_wparm_row_1446 ,projop_wparm_row_1447 ,projop_wparm_row_1448 ,projop_wparm_row_1449 ,projop_wparm_row_1450 ,projop_wparm_row_1451 ,projop_wparm_row_1452 ,projop_wparm_row_1453 ,projop_wparm_row_1454 ,projop_wparm_row_1455 ,projop_wparm_row_1456 ,projop_wparm_row_1457 ,projop_wparm_row_1458 ,projop_wparm_row_1459 ,projop_wparm_row_1460 ,projop_wparm_row_1461 ,projop_wparm_row_1462 ,projop_wparm_row_1463 ,projop_wparm_row_1464 ,projop_wparm_row_1465 ,projop_wparm_row_1466 ,projop_wparm_row_1467 ,projop_wparm_row_1468 ,projop_wparm_row_1469 ,projop_wparm_row_1470 ,projop_wparm_row_1471 ,projop_wparm_row_1472 ,projop_wparm_row_1473 ,projop_wparm_row_1474 ,projop_wparm_row_1475 ,projop_wparm_row_1476 ,projop_wparm_row_1477 ,projop_wparm_row_1478 ,projop_wparm_row_1479 ,projop_wparm_row_1480 ,projop_wparm_row_1481 ,projop_wparm_row_1482 ,projop_wparm_row_1483 ,projop_wparm_row_1484 ,projop_wparm_row_1485 ,projop_wparm_row_1486 ,projop_wparm_row_1487 ,projop_wparm_row_1488 ,projop_wparm_row_1489 ,projop_wparm_row_1490 ,projop_wparm_row_1491 ,projop_wparm_row_1492 ,projop_wparm_row_1493 ,projop_wparm_row_1494 ,projop_wparm_row_1495 ,projop_wparm_row_1496 ,projop_wparm_row_1497 ,projop_wparm_row_1498 ,projop_wparm_row_1499 ,projop_wparm_row_1500 ,projop_wparm_row_1501 ,projop_wparm_row_1502 ,projop_wparm_row_1503 ,projop_wparm_row_1504 ,projop_wparm_row_1505 ,projop_wparm_row_1506 ,projop_wparm_row_1507,NULL};

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/projop_wparm.csv
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/projop_wparm.csv	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/projop_wparm.csv	2007-09-19 08:45:41 UTC (rev 1074)
@@ -86,8 +86,10 @@
 11632,"SPCS83 Kentucky South zone (meters)",9802,8821,36.2,9110,8822,-85.45,9110,8823,37.56,9110,8824,36.44,9110,8826,500000,9001,8827,500000,9001,,,
 11701,Louisiana CS27 North zone,9802,8821,30.4,9110,8822,-92.3,9110,8823,31.1,9110,8824,32.4,9110,8826,2000000,9003,8827,0,9003,,,
 11702,Louisiana CS27 South zone,9802,8821,28.4,9110,8822,-91.2,9110,8823,29.18,9110,8824,30.42,9110,8826,2000000,9003,8827,0,9003,,,
+11703,Louisiana CS27 Offshore zone,9802,8821,25.4,9110,8822,-91.2,9110,8823,27.5,9110,8824,26.1,9110,8826,2000000,9003,8827,0,9003,,,
 11731,"SPCS83 Louisiana North zone (meters)",9802,8821,30.3,9110,8822,-92.3,9110,8823,32.4,9110,8824,31.1,9110,8826,1000000,9001,8827,0,9001,,,
 11732,"SPCS83 Louisiana South zone (meters)",9802,8821,28.3,9110,8822,-91.2,9110,8823,30.42,9110,8824,29.18,9110,8826,1000000,9001,8827,0,9001,,,
+11733,"SPCS83 Louisiana Offshore zone (meters)",9802,8821,25.3,9110,8822,-91.2,9110,8823,27.5,9110,8824,26.1,9110,8826,1000000,9001,8827,0,9001,,,
 11801,Maine CS27 East zone,9807,8801,43.5,9110,8802,-68.3,9110,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
 11802,Maine CS27 West zone,9807,8801,42.5,9110,8802,-70.1,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
 11831,"SPCS83 Maine East zone (meters)",9807,8801,43.4,9110,8802,-68.3,9110,8805,0.9999,9201,8806,300000,9001,8807,0,9001,,,,,,
@@ -95,6 +97,7 @@
 11851,Maine CS2000 East zone,9807,8801,43.5,9110,8802,-67.523,9110,8805,0.99998,9201,8806,700000,9001,8807,0,9001,,,,,,
 11852,Maine CS2000 Central zone,9807,8801,43,9110,8802,-69.073,9110,8805,0.99998,9201,8806,500000,9001,8807,0,9001,,,,,,
 11853,Maine CS2000 West zone,9807,8801,42.5,9110,8802,-70.223,9110,8805,0.99998,9201,8806,300000,9001,8807,0,9001,,,,,,
+11854,Maine CS2000 Central zone,9807,8801,43.3,9110,8802,-69.073,9110,8805,0.99998,9201,8806,500000,9001,8807,0,9001,,,,,,
 11900,Maryland CS27,9802,8821,37.5,9110,8822,-77,9110,8823,38.18,9110,8824,39.27,9110,8826,800000,9003,8827,0,9003,,,
 11930,"SPCS83 Maryland zone (meters)",9802,8821,37.4,9110,8822,-77,9110,8823,39.27,9110,8824,38.18,9110,8826,400000,9001,8827,0,9001,,,
 12001,Massachusetts CS27 Mainland zone,9802,8821,41,9110,8822,-71.3,9110,8823,41.43,9110,8824,42.41,9110,8826,600000,9003,8827,0,9003,,,
@@ -168,6 +171,8 @@
 13402,Ohio CS27 South zone,9802,8821,38,9110,8822,-82.3,9110,8823,38.44,9110,8824,40.02,9110,8826,2000000,9003,8827,0,9003,,,
 13431,"SPCS83 Ohio North zone (meters)",9802,8821,39.4,9110,8822,-82.3,9110,8823,41.42,9110,8824,40.26,9110,8826,600000,9001,8827,0,9001,,,
 13432,"SPCS83 Ohio South zone (meters)",9802,8821,38,9110,8822,-82.3,9110,8823,40.02,9110,8824,38.44,9110,8826,600000,9001,8827,0,9001,,,
+13433,"SPCS83 Ohio North zone (US Survey feet)",9802,8821,39.4,9110,8822,-82.3,9110,8823,41.42,9110,8824,40.26,9110,8826,1968500,9003,8827,0,9003,,,
+13434,"SPCS83 Ohio South zone (US Survey feet)",9802,8821,38,9110,8822,-82.3,9110,8823,40.02,9110,8824,38.44,9110,8826,1968500,9003,8827,0,9003,,,
 13501,Oklahoma CS27 North zone,9802,8821,35,9110,8822,-98,9110,8823,35.34,9110,8824,36.46,9110,8826,2000000,9003,8827,0,9003,,,
 13502,Oklahoma CS27 South zone,9802,8821,33.2,9110,8822,-98,9110,8823,33.56,9110,8824,35.14,9110,8826,2000000,9003,8827,0,9003,,,
 13531,"SPCS83 Oklahoma North zone (meters)",9802,8821,35,9110,8822,-98,9110,8823,36.46,9110,8824,35.34,9110,8826,600000,9001,8827,0,9001,,,
@@ -242,6 +247,10 @@
 14932,"SPCS83 Wyoming East Central zone (meters)",9807,8801,40.3,9110,8802,-107.2,9110,8805,0.9999375,9201,8806,400000,9001,8807,100000,9001,,,,,,
 14933,"SPCS83 Wyoming West Central zone (meters)",9807,8801,40.3,9110,8802,-108.45,9110,8805,0.9999375,9201,8806,600000,9001,8807,0,9001,,,,,,
 14934,"SPCS83 Wyoming West zone (meters)",9807,8801,40.3,9110,8802,-110.05,9110,8805,0.9999375,9201,8806,800000,9001,8807,100000,9001,,,,,,
+14935,"SPCS83 Wyoming East zone (US Survey feet)",9807,8801,40.3,9110,8802,-105.1,9110,8805,0.9999375,9201,8806,656166.6667,9003,8807,0,9003,,,,,,
+14936,"SPCS83 Wyoming East Central zone (US Survey feet)",9807,8801,40.3,9110,8802,-107.2,9110,8805,0.9999375,9201,8806,1312333.3333,9003,8807,328083.3333,9003,,,,,,
+14937,"SPCS83 Wyoming West Central zone (US Survey feet)",9807,8801,40.3,9110,8802,-108.45,9110,8805,0.9999375,9201,8806,1968500,9003,8807,0,9003,,,,,,
+14938,"SPCS83 Wyoming West zone (US Survey feet)",9807,8801,40.3,9110,8802,-110.05,9110,8805,0.9999375,9201,8806,2624666.6667,9003,8807,328083.3333,9003,,,,,,
 15001,Alaska CS27 zone 1,9812,8806,16404166.67,9003,8807,-16404166.67,9003,8811,57,9110,8812,-133.4,9110,8813,323.07483685,9110,8814,323.07483685,9110,8815,0.9999,9201
 15002,Alaska CS27 zone 2,9807,8801,54,9102,8802,-142,9102,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
 15003,Alaska CS27 zone 3,9807,8801,54,9102,8802,-146,9102,8805,0.9999,9201,8806,500000,9003,8807,0,9003,,,,,,
@@ -253,6 +262,7 @@
 15009,Alaska CS27 zone 9,9807,8801,54,9102,8802,-170,9102,8805,0.9999,9201,8806,600000,9003,8807,0,9003,,,,,,
 15010,Alaska CS27 zone 10,9802,8821,51,9110,8822,-176,9110,8823,53.5,9110,8824,51.5,9110,8826,3000000,9003,8827,0,9003,,,
 15020,Alaska Albers,9822,8821,50,9102,8822,-154,9102,8823,55,9102,8824,65,9102,8826,0,9003,8827,0,9003,,,
+15021,"Alaska Albers (meters)",9822,8821,50,9102,8822,-154,9102,8823,55,9102,8824,65,9102,8826,0,9001,8827,0,9001,,,
 15031,"SPCS83 Alaska zone 1 (meters)",9812,8806,5000000,9001,8807,-5000000,9001,8811,57,9110,8812,-133.4,9110,8813,323.07483685,9110,8814,323.07483685,9110,8815,0.9999,9201
 15032,"SPCS83 Alaska zone 2 (meters)",9807,8801,54,9102,8802,-142,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
 15033,"SPCS83 Alaska zone 3 (meters)",9807,8801,54,9102,8802,-146,9102,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
@@ -273,9 +283,13 @@
 15133,"SPCS83 Hawaii zone 3 (meters)",9807,8801,21.1,9110,8802,-158,9110,8805,0.99999,9201,8806,500000,9001,8807,0,9001,,,,,,
 15134,"SPCS83 Hawaii zone 4 (meters)",9807,8801,21.5,9110,8802,-159.3,9110,8805,0.99999,9201,8806,500000,9001,8807,0,9001,,,,,,
 15135,"SPCS83 Hawaii zone 5 (meters)",9807,8801,21.4,9110,8802,-160.1,9110,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
+15138,"SPCS83 Hawaii zone 3 (US Survey feet)",9807,8801,21.1,9110,8802,-158,9110,8805,0.99999,9201,8806,1640416.6667,9003,8807,0,9003,,,,,,
 15201,Puerto Rico CS27,9802,8821,17.5,9110,8822,-66.26,9110,8823,18.26,9110,8824,18.02,9110,8826,500000,9003,8827,0,9003,,,
 15202,St. Croix CS27,9802,8821,17.5,9110,8822,-66.26,9110,8823,18.26,9110,8824,18.02,9110,8826,500000,9003,8827,100000,9003,,,
 15230,"SPCS83 Puerto Rico & Virgin Islands zone (meters)",9802,8821,17.5,9110,8822,-66.26,9110,8823,18.26,9110,8824,18.02,9110,8826,200000,9001,8827,200000,9001,,,
+15297,"SPCS83 Utah North zone (US Survey feet)",9802,8821,40.2,9110,8822,-111.3,9110,8823,41.47,9110,8824,40.43,9110,8826,1640416.6667,9003,8827,3280833.3333,9003,,,
+15298,"SPCS83 Utah Central zone (US Survey feet)",9802,8821,38.2,9110,8822,-111.3,9110,8823,40.39,9110,8824,39.01,9110,8826,1640416.6667,9003,8827,6561666.6667,9003,,,
+15299,"SPCS83 Utah South zone (US Survey feet)",9802,8821,36.4,9110,8822,-111.3,9110,8823,38.21,9110,8824,37.13,9110,8826,1640416.6667,9003,8827,9842500,9003,,,
 15300,American Samoa Lambert,9801,8801,-14.16,9110,8802,170,9110,8805,1,9201,8806,500000,9003,8807,0,9003,,,,,,
 15301,American Samoa Lambert,9801,8801,-14.16,9110,8802,-170,9110,8805,1,9201,8806,500000,9003,8807,0,9003,,,,,,
 15302,Tennessee CS27,9802,8821,34.4,9110,8822,-86,9110,8823,35.15,9110,8824,36.25,9110,8826,2000000,9003,8827,100000,9003,,,
@@ -353,6 +367,27 @@
 15374,"Oregon GIC Lambert (International feet)",9802,8821,41.45,9110,8822,-120.3,9110,8823,43,9110,8824,45.3,9110,8826,1312335.958,9002,8827,0,9002,,,
 15375,"SPCS83 Kentucky Single Zone (US Survey feet)",9802,8821,36.2,9110,8822,-85.45,9110,8823,37.05,9110,8824,38.4,9110,8826,4921250,9003,8827,3280833.333,9003,,,
 15376,American Samoa Lambert,9801,8801,-14.16,9110,8802,-170,9110,8805,1,9201,8806,500000,9003,8807,312234.65,9003,,,,,,
+15377,"SPCS83 Iowa North zone (US Survey feet)",9802,8821,41.3,9110,8822,-93.3,9110,8823,43.16,9110,8824,42.04,9110,8826,4921250,9003,8827,3280833.3333,9003,,,
+15378,"SPCS83 Iowa South zone (US Survey feet)",9802,8821,40,9110,8822,-93.3,9110,8823,41.47,9110,8824,40.37,9110,8826,1640416.6667,9003,8827,0,9003,,,
+15379,"SPCS83 Kansas North zone (US Survey feet)",9802,8821,38.2,9110,8822,-98,9110,8823,39.47,9110,8824,38.43,9110,8826,1312333.3333,9003,8827,0,9003,,,
+15380,"SPCS83 Kansas South zone (US Survey feet)",9802,8821,36.4,9110,8822,-98.3,9110,8823,38.34,9110,8824,37.16,9110,8826,1312333.3333,9003,8827,1312333.3333,9003,,,
+15381,"SPCS83 Nevada East zone (US Survey feet)",9807,8801,34.45,9110,8802,-115.35,9110,8805,0.9999,9201,8806,656166.6667,9003,8807,26246666.6667,9003,,,,,,
+15382,"SPCS83 Nevada Central zone (US Survey feet)",9807,8801,34.45,9110,8802,-116.4,9110,8805,0.9999,9201,8806,1640416.6667,9003,8807,19685000,9003,,,,,,
+15383,"SPCS83 Nevada West zone (US Survey feet)",9807,8801,34.45,9110,8802,-118.35,9110,8805,0.9999,9201,8806,2624666.6667,9003,8807,13123333.3333,9003,,,,,,
+15384,"SPCS83 New Jersey zone (US Survey feet)",9807,8801,38.5,9110,8802,-74.3,9110,8805,0.9999,9201,8806,492125,9003,8807,0,9003,,,,,,
+15385,"SPCS83 Arkansas North zone (US Survey feet)",9802,8821,34.2,9110,8822,-92,9110,8823,36.14,9110,8824,34.56,9110,8826,1312333.3333,9003,8827,0,9003,,,
+15386,"SPCS83 Arkansas South zone (US Survey feet)",9802,8821,32.4,9110,8822,-92,9110,8823,34.46,9110,8824,33.18,9110,8826,1312333.3333,9003,8827,1312333.3333,9003,,,
+15387,"SPCS83 Illinois East zone (US Survey feet)",9807,8801,36.4,9110,8802,-88.2,9110,8805,0.999975,9201,8806,984250,9003,8807,0,9003,,,,,,
+15388,"SPCS83 Illinois West zone (US Survey feet)",9807,8801,36.4,9110,8802,-90.1,9110,8805,0.999941177,9201,8806,2296583.3333,9003,8807,0,9003,,,,,,
+15389,"SPCS83 New Hampshire zone (US Survey feet)",9807,8801,42.3,9110,8802,-71.4,9110,8805,0.999966667,9201,8806,984250,9003,8807,0,9003,,,,,,
+15390,"SPCS83 Rhode Island zone (US Survey feet)",9807,8801,41.05,9110,8802,-71.3,9110,8805,0.99999375,9201,8806,328083.3333,9003,8807,0,9003,,,,,,
+15391,"SPCS83 Louisiana North zone (US Survey feet)",9802,8821,30.3,9110,8822,-92.3,9110,8823,32.4,9110,8824,31.1,9110,8826,3280833.3333,9003,8827,0,9003,,,
+15392,"SPCS83 Louisiana South zone (US Survey feet)",9802,8821,28.3,9110,8822,-91.2,9110,8823,30.42,9110,8824,29.18,9110,8826,3280833.3333,9003,8827,0,9003,,,
+15393,"SPCS83 Louisiana Offshore zone (US Survey feet)",9802,8821,25.3,9110,8822,-91.2,9110,8823,27.5,9110,8824,26.1,9110,8826,3280833.3333,9003,8827,0,9003,,,
+15394,"SPCS83 South Dakota North zone (US Survey feet)",9802,8821,43.5,9110,8822,-100,9110,8823,45.41,9110,8824,44.25,9110,8826,1968500,9003,8827,0,9003,,,
+15395,"SPCS83 South Dakota South zone (US Survey feet)",9802,8821,42.2,9110,8822,-100.2,9110,8823,44.24,9110,8824,42.5,9110,8826,1968500,9003,8827,0,9003,,,
+15397,Great Lakes Albers,9822,8821,45.568977,9102,8822,-84.455955,9102,8823,42.122774,9102,8824,49.01518,9102,8826,1000000,9001,8827,1000000,9001,,,
+15398,Great Lakes and St Lawrence Albers,9822,8821,45.568977,9102,8822,-83.248627,9102,8823,42.122774,9102,8824,49.01518,9102,8826,1000000,9001,8827,1000000,9001,,,
 15399,Yap Islands,9832,8801,9.324815,9110,8802,138.100748,9110,8806,40000,9001,8807,60000,9001,,,,,,,,,
 15400,Guam SPCS,9831,8801,13.282087887,9110,8802,144.445550254,9110,8806,50000,9001,8807,50000,9001,,,,,,,,,
 15500,Australian Antarctic geocentric to geog3D,9602,,,,,,,,,,,,,,,,,,,,,
@@ -393,8 +428,8 @@
 15535,RGF93 geog3D to geog2D,9659,,,,,,,,,,,,,,,,,,,,,
 15536,RGFG95 geocentric to geog3D,9602,,,,,,,,,,,,,,,,,,,,,
 15537,RGFG95 geog3D to geog2D,9659,,,,,,,,,,,,,,,,,,,,,
-15538,RGNC 1991 geocentric to geog3D,9602,,,,,,,,,,,,,,,,,,,,,
-15539,RGNC 1991 geog3D to geog2D,9659,,,,,,,,,,,,,,,,,,,,,
+15538,RGNC91-93 geocentric to geog3D,9602,,,,,,,,,,,,,,,,,,,,,
+15539,RGNC91-93 geog3D to geog2D,9659,,,,,,,,,,,,,,,,,,,,,
 15540,RGR92 geocentric to geog3D,9602,,,,,,,,,,,,,,,,,,,,,
 15541,RGR92 geog3D to geog2D,9659,,,,,,,,,,,,,,,,,,,,,
 15542,RRAF 1991 geocentric to geog3D,9602,,,,,,,,,,,,,,,,,,,,,
@@ -429,940 +464,1045 @@
 15571,POSGAR 94 geog3D to geog2D,9659,,,,,,,,,,,,,,,,,,,,,
 15572,Korean 2000 geocentric to geog3D,9602,,,,,,,,,,,,,,,,,,,,,
 15573,Korean 2000 geog3D to geog2D,9659,,,,,,,,,,,,,,,,,,,,,
-15914,"BLM zone 14N (US survey feet)",9807,8801,0,9102,8802,-99,9102,8805,0.9996,9201,8806,1640416.67,9003,8807,0,9003,,,,,,
-15915,"BLM zone 15N (US survey feet)",9807,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8806,1640416.67,9003,8807,0,9003,,,,,,
-15916,"BLM zone 16N (US survey feet)",9807,8801,0,9102,8802,-87,9102,8805,0.9996,9201,8806,1640416.67,9003,8807,0,9003,,,,,,
-15917,"BLM zone 17N (US survey feet)",9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,1640416.67,9003,8807,0,9003,,,,,,
-16000,"UTM grid system (northern hemisphere)",9824,8801,0,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,8830,-180,9102,8831,6,9102,,,
-16001,UTM zone 1N,9807,8801,0,9102,8802,-177,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16002,UTM zone 2N,9807,8801,0,9102,8802,-171,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16003,UTM zone 3N,9807,8801,0,9102,8802,-165,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16004,UTM zone 4N,9807,8801,0,9102,8802,-159,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16005,UTM zone 5N,9807,8801,0,9102,8802,-153,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16006,UTM zone 6N,9807,8801,0,9102,8802,-147,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16007,UTM zone 7N,9807,8801,0,9102,8802,-141,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16008,UTM zone 8N,9807,8801,0,9102,8802,-135,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16009,UTM zone 9N,9807,8801,0,9102,8802,-129,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16010,UTM zone 10N,9807,8801,0,9102,8802,-123,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16011,UTM zone 11N,9807,8801,0,9102,8802,-117,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16012,UTM zone 12N,9807,8801,0,9102,8802,-111,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16013,UTM zone 13N,9807,8801,0,9102,8802,-105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16014,UTM zone 14N,9807,8801,0,9102,8802,-99,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16015,UTM zone 15N,9807,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16016,UTM zone 16N,9807,8801,0,9102,8802,-87,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16017,UTM zone 17N,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16018,UTM zone 18N,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16019,UTM zone 19N,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16020,UTM zone 20N,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16021,UTM zone 21N,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16022,UTM zone 22N,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16023,UTM zone 23N,9807,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16024,UTM zone 24N,9807,8801,0,9102,8802,-39,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16025,UTM zone 25N,9807,8801,0,9102,8802,-33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16026,UTM zone 26N,9807,8801,0,9102,8802,-27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16027,UTM zone 27N,9807,8801,0,9102,8802,-21,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16028,UTM zone 28N,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16029,UTM zone 29N,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16030,UTM zone 30N,9807,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16031,UTM zone 31N,9807,8801,0,9102,8802,3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16032,UTM zone 32N,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16033,UTM zone 33N,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16034,UTM zone 34N,9807,8801,0,9102,8802,21,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16035,UTM zone 35N,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16036,UTM zone 36N,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16037,UTM zone 37N,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16038,UTM zone 38N,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16039,UTM zone 39N,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16040,UTM zone 40N,9807,8801,0,9102,8802,57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16041,UTM zone 41N,9807,8801,0,9102,8802,63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16042,UTM zone 42N,9807,8801,0,9102,8802,69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16043,UTM zone 43N,9807,8801,0,9102,8802,75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16044,UTM zone 44N,9807,8801,0,9102,8802,81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16045,UTM zone 45N,9807,8801,0,9102,8802,87,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16046,UTM zone 46N,9807,8801,0,9102,8802,93,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16047,UTM zone 47N,9807,8801,0,9102,8802,99,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16048,UTM zone 48N,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16049,UTM zone 49N,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16050,UTM zone 50N,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16051,UTM zone 51N,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16052,UTM zone 52N,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16053,UTM zone 53N,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16054,UTM zone 54N,9807,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16055,UTM zone 55N,9807,8801,0,9102,8802,147,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16056,UTM zone 56N,9807,8801,0,9102,8802,153,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16057,UTM zone 57N,9807,8801,0,9102,8802,159,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16058,UTM zone 58N,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16059,UTM zone 59N,9807,8801,0,9102,8802,171,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16060,UTM zone 60N,9807,8801,0,9102,8802,177,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16061,Universal Polar Stereographic North,9810,8801,90,9102,8802,0,9102,8805,0.994,9201,8806,2000000,9001,8807,2000000,9001,,,,,,
-16065,TM35FIN,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16070,3-degree Gauss-Kruger zone 40,9807,8801,0,9102,8802,120,9102,8805,1,9201,8806,40500000,9001,8807,0,9001,,,,,,
-16071,3-degree Gauss-Kruger zone 41,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,41500000,9001,8807,0,9001,,,,,,
-16072,3-degree Gauss-Kruger zone 42,9807,8801,0,9102,8802,126,9102,8805,1,9201,8806,42500000,9001,8807,0,9001,,,,,,
-16073,3-degree Gauss-Kruger zone 43,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,43500000,9001,8807,0,9001,,,,,,
-16074,3-degree Gauss-Kruger zone 44,9807,8801,0,9102,8802,132,9102,8805,1,9201,8806,44500000,9001,8807,0,9001,,,,,,
-16075,3-degree Gauss-Kruger zone 45,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,45500000,9001,8807,0,9001,,,,,,
-16076,3-degree Gauss-Kruger zone 46,9807,8801,0,9102,8802,138,9102,8805,1,9201,8806,46500000,9001,8807,0,9001,,,,,,
-16077,3-degree Gauss-Kruger zone 47,9807,8801,0,9102,8802,141,9102,8805,1,9201,8806,47500000,9001,8807,0,9001,,,,,,
-16078,3-degree Gauss-Kruger zone 48,9807,8801,0,9102,8802,144,9102,8805,1,9201,8806,48500000,9001,8807,0,9001,,,,,,
-16079,3-degree Gauss-Kruger zone 49,9807,8801,0,9102,8802,147,9102,8805,1,9201,8806,49500000,9001,8807,0,9001,,,,,,
-16080,3-degree Gauss-Kruger zone 50,9807,8801,0,9102,8802,150,9102,8805,1,9201,8806,50500000,9001,8807,0,9001,,,,,,
-16081,3-degree Gauss-Kruger zone 51,9807,8801,0,9102,8802,153,9102,8805,1,9201,8806,51500000,9001,8807,0,9001,,,,,,
-16082,3-degree Gauss-Kruger zone 52,9807,8801,0,9102,8802,156,9102,8805,1,9201,8806,52500000,9001,8807,0,9001,,,,,,
-16083,3-degree Gauss-Kruger zone 53,9807,8801,0,9102,8802,159,9102,8805,1,9201,8806,53500000,9001,8807,0,9001,,,,,,
-16084,3-degree Gauss-Kruger zone 54,9807,8801,0,9102,8802,162,9102,8805,1,9201,8806,54500000,9001,8807,0,9001,,,,,,
-16085,3-degree Gauss-Kruger zone 55,9807,8801,0,9102,8802,165,9102,8805,1,9201,8806,55500000,9001,8807,0,9001,,,,,,
-16086,3-degree Gauss-Kruger zone 56,9807,8801,0,9102,8802,168,9102,8805,1,9201,8806,56500000,9001,8807,0,9001,,,,,,
-16087,3-degree Gauss-Kruger zone 57,9807,8801,0,9102,8802,171,9102,8805,1,9201,8806,57500000,9001,8807,0,9001,,,,,,
-16088,3-degree Gauss-Kruger zone 58,9807,8801,0,9102,8802,174,9102,8805,1,9201,8806,58500000,9001,8807,0,9001,,,,,,
-16089,3-degree Gauss-Kruger zone 59,9807,8801,0,9102,8802,177,9102,8805,1,9201,8806,59500000,9001,8807,0,9001,,,,,,
-16090,3-degree Gauss-Kruger zone 60,9807,8801,0,9102,8802,180,9102,8805,1,9201,8806,60000000,9001,8807,0,9001,,,,,,
-16091,3-degree Gauss-Kruger zone 61,9807,8801,0,9102,8802,-177,9102,8805,1,9201,8806,61500000,9001,8807,0,9001,,,,,,
-16092,3-degree Gauss-Kruger zone 62,9807,8801,0,9102,8802,-174,9102,8805,1,9201,8806,62500000,9001,8807,0,9001,,,,,,
-16093,3-degree Gauss-Kruger zone 63,9807,8801,0,9102,8802,-171,9102,8805,1,9201,8806,63500000,9001,8807,0,9001,,,,,,
-16094,3-degree Gauss-Kruger zone 64,9807,8801,0,9102,8802,-168,9102,8805,1,9201,8806,64500000,9001,8807,0,9001,,,,,,
-16100,"UTM grid system (southern hemisphere)",9824,8801,0,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,8830,-180,9102,8831,6,9102,,,
-16101,UTM zone 1S,9807,8801,0,9102,8802,-177,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16102,UTM zone 2S,9807,8801,0,9102,8802,-171,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16103,UTM zone 3S,9807,8801,0,9102,8802,-165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16104,UTM zone 4S,9807,8801,0,9102,8802,-159,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16105,UTM zone 5S,9807,8801,0,9102,8802,-153,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16106,UTM zone 6S,9807,8801,0,9102,8802,-147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16107,UTM zone 7S,9807,8801,0,9102,8802,-141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16108,UTM zone 8S,9807,8801,0,9102,8802,-135,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16109,UTM zone 9S,9807,8801,0,9102,8802,-129,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16110,UTM zone 10S,9807,8801,0,9102,8802,-123,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16111,UTM zone 11S,9807,8801,0,9102,8802,-117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16112,UTM zone 12S,9807,8801,0,9102,8802,-111,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16113,UTM zone 13S,9807,8801,0,9102,8802,-105,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16114,UTM zone 14S,9807,8801,0,9102,8802,-99,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16115,UTM zone 15S,9807,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16116,UTM zone 16S,9807,8801,0,9102,8802,-87,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16117,UTM zone 17S,9807,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16118,UTM zone 18S,9807,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16119,UTM zone 19S,9807,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16120,UTM zone 20S,9807,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16121,UTM zone 21S,9807,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16122,UTM zone 22S,9807,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16123,UTM zone 23S,9807,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16124,UTM zone 24S,9807,8801,0,9102,8802,-39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16125,UTM zone 25S,9807,8801,0,9102,8802,-33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16126,UTM zone 26S,9807,8801,0,9102,8802,-27,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16127,UTM zone 27S,9807,8801,0,9102,8802,-21,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16128,UTM zone 28S,9807,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16129,UTM zone 29S,9807,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16130,UTM zone 30S,9807,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16131,UTM zone 31S,9807,8801,0,9102,8802,3,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16132,UTM zone 32S,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16133,UTM zone 33S,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16134,UTM zone 34S,9807,8801,0,9102,8802,21,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16135,UTM zone 35S,9807,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16136,UTM zone 36S,9807,8801,0,9102,8802,33,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16137,UTM zone 37S,9807,8801,0,9102,8802,39,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16138,UTM zone 38S,9807,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16139,UTM zone 39S,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16140,UTM zone 40S,9807,8801,0,9102,8802,57,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16141,UTM zone 41S,9807,8801,0,9102,8802,63,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16142,UTM zone 42S,9807,8801,0,9102,8802,69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16143,UTM zone 43S,9807,8801,0,9102,8802,75,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16144,UTM zone 44S,9807,8801,0,9102,8802,81,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16145,UTM zone 45S,9807,8801,0,9102,8802,87,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16146,UTM zone 46S,9807,8801,0,9102,8802,93,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16147,UTM zone 47S,9807,8801,0,9102,8802,99,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16148,UTM zone 48S,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16149,UTM zone 49S,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16150,UTM zone 50S,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16151,UTM zone 51S,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16152,UTM zone 52S,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16153,UTM zone 53S,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16154,UTM zone 54S,9807,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16155,UTM zone 55S,9807,8801,0,9102,8802,147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16156,UTM zone 56S,9807,8801,0,9102,8802,153,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16157,UTM zone 57S,9807,8801,0,9102,8802,159,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16158,UTM zone 58S,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16159,UTM zone 59S,9807,8801,0,9102,8802,171,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16160,UTM zone 60S,9807,8801,0,9102,8802,177,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16161,Universal Polar Stereographic South,9810,8801,-90,9102,8802,0,9102,8805,0.994,9201,8806,2000000,9001,8807,2000000,9001,,,,,,
-16170,3-degree Gauss-Kruger CM 120E,9807,8801,0,9102,8802,120,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16171,3-degree Gauss-Kruger CM 123E,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16172,3-degree Gauss-Kruger CM 126E,9807,8801,0,9102,8802,126,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16173,3-degree Gauss-Kruger CM 129E,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16174,3-degree Gauss-Kruger CM 132E,9807,8801,0,9102,8802,132,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16175,3-degree Gauss-Kruger CM 135E,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16176,3-degree Gauss-Kruger CM 138E,9807,8801,0,9102,8802,138,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16177,3-degree Gauss-Kruger CM 141E,9807,8801,0,9102,8802,141,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16178,3-degree Gauss-Kruger CM 144E,9807,8801,0,9102,8802,144,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16179,3-degree Gauss-Kruger CM 147E,9807,8801,0,9102,8802,147,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16180,3-degree Gauss-Kruger CM 150E,9807,8801,0,9102,8802,150,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16181,3-degree Gauss-Kruger CM 153E,9807,8801,0,9102,8802,153,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16182,3-degree Gauss-Kruger CM 156E,9807,8801,0,9102,8802,156,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16183,3-degree Gauss-Kruger CM 159E,9807,8801,0,9102,8802,159,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16184,3-degree Gauss-Kruger CM 162E,9807,8801,0,9102,8802,162,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16185,3-degree Gauss-Kruger CM 165E,9807,8801,0,9102,8802,165,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16186,3-degree Gauss-Kruger CM 168E,9807,8801,0,9102,8802,168,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16187,3-degree Gauss-Kruger CM 171E,9807,8801,0,9102,8802,171,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16188,3-degree Gauss-Kruger CM 174E,9807,8801,0,9102,8802,174,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16189,3-degree Gauss-Kruger CM 177E,9807,8801,0,9102,8802,177,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16190,3-degree Gauss-Kruger CM 180,9807,8801,0,9102,8802,180,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16191,3-degree Gauss-Kruger CM 177W,9807,8801,0,9102,8802,-177,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16192,3-degree Gauss-Kruger CM 174W,9807,8801,0,9102,8802,-174,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16193,3-degree Gauss-Kruger CM 171W,9807,8801,0,9102,8802,-171,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16194,3-degree Gauss-Kruger CM 168W,9807,8801,0,9102,8802,-168,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16201,6-degree Gauss-Kruger zone 1,9807,8801,0,9102,8802,3,9102,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-16202,6-degree Gauss-Kruger zone 2,9807,8801,0,9102,8802,9,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
-16203,6-degree Gauss-Kruger zone 3,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,3500000,9001,8807,0,9001,,,,,,
-16204,6-degree Gauss-Kruger zone 4,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-16205,6-degree Gauss-Kruger zone 5,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,5500000,9001,8807,0,9001,,,,,,
-16206,6-degree Gauss-Kruger zone 6,9807,8801,0,9102,8802,33,9102,8805,1,9201,8806,6500000,9001,8807,0,9001,,,,,,
-16207,6-degree Gauss-Kruger zone 7,9807,8801,0,9102,8802,39,9102,8805,1,9201,8806,7500000,9001,8807,0,9001,,,,,,
-16208,6-degree Gauss-Kruger zone 8,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,8500000,9001,8807,0,9001,,,,,,
-16209,6-degree Gauss-Kruger zone 9,9807,8801,0,9102,8802,51,9102,8805,1,9201,8806,9500000,9001,8807,0,9001,,,,,,
-16210,6-degree Gauss-Kruger zone 10,9807,8801,0,9102,8802,57,9102,8805,1,9201,8806,10500000,9001,8807,0,9001,,,,,,
-16211,6-degree Gauss-Kruger zone 11,9807,8801,0,9102,8802,63,9102,8805,1,9201,8806,11500000,9001,8807,0,9001,,,,,,
-16212,6-degree Gauss-Kruger zone 12,9807,8801,0,9102,8802,69,9102,8805,1,9201,8806,12500000,9001,8807,0,9001,,,,,,
-16213,6-degree Gauss-Kruger zone 13,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,13500000,9001,8807,0,9001,,,,,,
-16214,6-degree Gauss-Kruger zone 14,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,14500000,9001,8807,0,9001,,,,,,
-16215,6-degree Gauss-Kruger zone 15,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,15500000,9001,8807,0,9001,,,,,,
-16216,6-degree Gauss-Kruger zone 16,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,16500000,9001,8807,0,9001,,,,,,
-16217,6-degree Gauss-Kruger zone 17,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,17500000,9001,8807,0,9001,,,,,,
-16218,6-degree Gauss-Kruger zone 18,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,18500000,9001,8807,0,9001,,,,,,
-16219,6-degree Gauss-Kruger zone 19,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,19500000,9001,8807,0,9001,,,,,,
-16220,6-degree Gauss-Kruger zone 20,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,20500000,9001,8807,0,9001,,,,,,
-16221,6-degree Gauss-Kruger zone 21,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,21500000,9001,8807,0,9001,,,,,,
-16222,6-degree Gauss-Kruger zone 22,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,22500000,9001,8807,0,9001,,,,,,
-16223,6-degree Gauss-Kruger zone 23,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,23500000,9001,8807,0,9001,,,,,,
-16224,6-degree Gauss-Kruger zone 24,9807,8801,0,9102,8802,141,9102,8805,1,9201,8806,24500000,9001,8807,0,9001,,,,,,
-16225,6-degree Gauss-Kruger zone 25,9807,8801,0,9102,8802,147,9102,8805,1,9201,8806,25500000,9001,8807,0,9001,,,,,,
-16226,6-degree Gauss-Kruger zone 26,9807,8801,0,9102,8802,153,9102,8805,1,9201,8806,26500000,9001,8807,0,9001,,,,,,
-16227,6-degree Gauss-Kruger zone 27,9807,8801,0,9102,8802,159,9102,8805,1,9201,8806,27500000,9001,8807,0,9001,,,,,,
-16228,6-degree Gauss-Kruger zone 28,9807,8801,0,9102,8802,165,9102,8805,1,9201,8806,28500000,9001,8807,0,9001,,,,,,
-16229,6-degree Gauss-Kruger zone 29,9807,8801,0,9102,8802,171,9102,8805,1,9201,8806,29500000,9001,8807,0,9001,,,,,,
-16230,6-degree Gauss-Kruger zone 30,9807,8801,0,9102,8802,177,9102,8805,1,9201,8806,30500000,9001,8807,0,9001,,,,,,
-16231,6-degree Gauss-Kruger zone 31,9807,8801,0,9102,8802,-177,9102,8805,1,9201,8806,31500000,9001,8807,0,9001,,,,,,
-16232,6-degree Gauss-Kruger zone 32,9807,8801,0,9102,8802,-171,9102,8805,1,9201,8806,32500000,9001,8807,0,9001,,,,,,
-16233,6-degree Gauss-Kruger zone 33,9807,8801,0,9102,8802,-165,9102,8805,1,9201,8806,33500000,9001,8807,0,9001,,,,,,
-16234,6-degree Gauss-Kruger zone 34,9807,8801,0,9102,8802,-159,9102,8805,1,9201,8806,34500000,9001,8807,0,9001,,,,,,
-16235,6-degree Gauss-Kruger zone 35,9807,8801,0,9102,8802,-153,9102,8805,1,9201,8806,35500000,9001,8807,0,9001,,,,,,
-16236,6-degree Gauss-Kruger zone 36,9807,8801,0,9102,8802,-147,9102,8805,1,9201,8806,36500000,9001,8807,0,9001,,,,,,
-16237,6-degree Gauss-Kruger zone 37,9807,8801,0,9102,8802,-141,9102,8805,1,9201,8806,37500000,9001,8807,0,9001,,,,,,
-16238,6-degree Gauss-Kruger zone 38,9807,8801,0,9102,8802,-135,9102,8805,1,9201,8806,38500000,9001,8807,0,9001,,,,,,
-16239,6-degree Gauss-Kruger zone 39,9807,8801,0,9102,8802,-129,9102,8805,1,9201,8806,39500000,9001,8807,0,9001,,,,,,
-16240,6-degree Gauss-Kruger zone 40,9807,8801,0,9102,8802,-123,9102,8805,1,9201,8806,40500000,9001,8807,0,9001,,,,,,
-16241,6-degree Gauss-Kruger zone 41,9807,8801,0,9102,8802,-117,9102,8805,1,9201,8806,41500000,9001,8807,0,9001,,,,,,
-16242,6-degree Gauss-Kruger zone 42,9807,8801,0,9102,8802,-111,9102,8805,1,9201,8806,42500000,9001,8807,0,9001,,,,,,
-16243,6-degree Gauss-Kruger zone 43,9807,8801,0,9102,8802,-105,9102,8805,1,9201,8806,43500000,9001,8807,0,9001,,,,,,
-16244,6-degree Gauss-Kruger zone 44,9807,8801,0,9102,8802,-99,9102,8805,1,9201,8806,44500000,9001,8807,0,9001,,,,,,
-16245,6-degree Gauss-Kruger zone 45,9807,8801,0,9102,8802,-93,9102,8805,1,9201,8806,45500000,9001,8807,0,9001,,,,,,
-16246,6-degree Gauss-Kruger zone 46,9807,8801,0,9102,8802,-87,9102,8805,1,9201,8806,46500000,9001,8807,0,9001,,,,,,
-16247,6-degree Gauss-Kruger zone 47,9807,8801,0,9102,8802,-81,9102,8805,1,9201,8806,47500000,9001,8807,0,9001,,,,,,
-16248,6-degree Gauss-Kruger zone 48,9807,8801,0,9102,8802,-75,9102,8805,1,9201,8806,48500000,9001,8807,0,9001,,,,,,
-16249,6-degree Gauss-Kruger zone 49,9807,8801,0,9102,8802,-69,9102,8805,1,9201,8806,49500000,9001,8807,0,9001,,,,,,
-16250,6-degree Gauss-Kruger zone 50,9807,8801,0,9102,8802,-63,9102,8805,1,9201,8806,50500000,9001,8807,0,9001,,,,,,
-16251,6-degree Gauss-Kruger zone 51,9807,8801,0,9102,8802,-57,9102,8805,1,9201,8806,51500000,9001,8807,0,9001,,,,,,
-16252,6-degree Gauss-Kruger zone 52,9807,8801,0,9102,8802,-51,9102,8805,1,9201,8806,52500000,9001,8807,0,9001,,,,,,
-16253,6-degree Gauss-Kruger zone 53,9807,8801,0,9102,8802,-45,9102,8805,1,9201,8806,53500000,9001,8807,0,9001,,,,,,
-16254,6-degree Gauss-Kruger zone 54,9807,8801,0,9102,8802,-39,9102,8805,1,9201,8806,54500000,9001,8807,0,9001,,,,,,
-16255,6-degree Gauss-Kruger zone 55,9807,8801,0,9102,8802,-33,9102,8805,1,9201,8806,55500000,9001,8807,0,9001,,,,,,
-16256,6-degree Gauss-Kruger zone 56,9807,8801,0,9102,8802,-27,9102,8805,1,9201,8806,56500000,9001,8807,0,9001,,,,,,
-16257,6-degree Gauss-Kruger zone 57,9807,8801,0,9102,8802,-21,9102,8805,1,9201,8806,57500000,9001,8807,0,9001,,,,,,
-16258,6-degree Gauss-Kruger zone 58,9807,8801,0,9102,8802,-15,9102,8805,1,9201,8806,58500000,9001,8807,0,9001,,,,,,
-16259,6-degree Gauss-Kruger zone 59,9807,8801,0,9102,8802,-9,9102,8805,1,9201,8806,59500000,9001,8807,0,9001,,,,,,
-16260,6-degree Gauss-Kruger zone 60,9807,8801,0,9102,8802,-3,9102,8805,1,9201,8806,60500000,9001,8807,0,9001,,,,,,
-16261,3-degree Gauss-Kruger zone 1,9807,8801,0,9102,8802,3,9102,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-16262,3-degree Gauss-Kruger zone 2,9807,8801,0,9102,8802,6,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
-16263,3-degree Gauss-Kruger zone 3,9807,8801,0,9102,8802,9,9102,8805,1,9201,8806,3500000,9001,8807,0,9001,,,,,,
-16264,3-degree Gauss-Kruger zone 4,9807,8801,0,9102,8802,12,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-16265,3-degree Gauss-Kruger zone 5,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,5500000,9001,8807,0,9001,,,,,,
-16266,3-degree Gauss-Kruger zone 6,9807,8801,0,9102,8802,18,9102,8805,1,9201,8806,6500000,9001,8807,0,9001,,,,,,
-16267,3-degree Gauss-Kruger zone 7,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,7500000,9001,8807,0,9001,,,,,,
-16268,3-degree Gauss-Kruger zone 8,9807,8801,0,9102,8802,24,9102,8805,1,9201,8806,8500000,9001,8807,0,9001,,,,,,
-16269,3-degree Gauss-Kruger zone 9,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,9500000,9001,8807,0,9001,,,,,,
-16270,3-degree Gauss-Kruger zone 10,9807,8801,0,9102,8802,30,9102,8805,1,9201,8806,10500000,9001,8807,0,9001,,,,,,
-16271,3-degree Gauss-Kruger zone 11,9807,8801,0,9102,8802,33,9102,8805,1,9201,8806,11500000,9001,8807,0,9001,,,,,,
-16272,3-degree Gauss-Kruger zone 12,9807,8801,0,9102,8802,36,9102,8805,1,9201,8806,12500000,9001,8807,0,9001,,,,,,
-16273,3-degree Gauss-Kruger zone 13,9807,8801,0,9102,8802,39,9102,8805,1,9201,8806,13500000,9001,8807,0,9001,,,,,,
-16274,3-degree Gauss-Kruger zone 14,9807,8801,0,9102,8802,42,9102,8805,1,9201,8806,14500000,9001,8807,0,9001,,,,,,
-16275,3-degree Gauss-Kruger zone 15,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,15500000,9001,8807,0,9001,,,,,,
-16276,3-degree Gauss-Kruger zone 16,9807,8801,0,9102,8802,48,9102,8805,1,9201,8806,16500000,9001,8807,0,9001,,,,,,
-16277,3-degree Gauss-Kruger zone 17,9807,8801,0,9102,8802,51,9102,8805,1,9201,8806,17500000,9001,8807,0,9001,,,,,,
-16278,3-degree Gauss-Kruger zone 18,9807,8801,0,9102,8802,54,9102,8805,1,9201,8806,18500000,9001,8807,0,9001,,,,,,
-16279,3-degree Gauss-Kruger zone 19,9807,8801,0,9102,8802,57,9102,8805,1,9201,8806,19500000,9001,8807,0,9001,,,,,,
-16280,3-degree Gauss-Kruger zone 20,9807,8801,0,9102,8802,60,9102,8805,1,9201,8806,20500000,9001,8807,0,9001,,,,,,
-16281,3-degree Gauss-Kruger zone 21,9807,8801,0,9102,8802,63,9102,8805,1,9201,8806,21500000,9001,8807,0,9001,,,,,,
-16282,3-degree Gauss-Kruger zone 22,9807,8801,0,9102,8802,66,9102,8805,1,9201,8806,22500000,9001,8807,0,9001,,,,,,
-16283,3-degree Gauss-Kruger zone 23,9807,8801,0,9102,8802,69,9102,8805,1,9201,8806,23500000,9001,8807,0,9001,,,,,,
-16284,3-degree Gauss-Kruger zone 24,9807,8801,0,9102,8802,72,9102,8805,1,9201,8806,24500000,9001,8807,0,9001,,,,,,
-16285,3-degree Gauss-Kruger zone 25,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,25500000,9001,8807,0,9001,,,,,,
-16286,3-degree Gauss-Kruger zone 26,9807,8801,0,9102,8802,78,9102,8805,1,9201,8806,26500000,9001,8807,0,9001,,,,,,
-16287,3-degree Gauss-Kruger zone 27,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,27500000,9001,8807,0,9001,,,,,,
-16288,3-degree Gauss-Kruger zone 28,9807,8801,0,9102,8802,84,9102,8805,1,9201,8806,28500000,9001,8807,0,9001,,,,,,
-16289,3-degree Gauss-Kruger zone 29,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,29500000,9001,8807,0,9001,,,,,,
-16290,3-degree Gauss-Kruger zone 30,9807,8801,0,9102,8802,90,9102,8805,1,9201,8806,30500000,9001,8807,0,9001,,,,,,
-16291,3-degree Gauss-Kruger zone 31,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,31500000,9001,8807,0,9001,,,,,,
-16292,3-degree Gauss-Kruger zone 32,9807,8801,0,9102,8802,96,9102,8805,1,9201,8806,32500000,9001,8807,0,9001,,,,,,
-16293,3-degree Gauss-Kruger zone 33,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,33500000,9001,8807,0,9001,,,,,,
-16294,3-degree Gauss-Kruger zone 34,9807,8801,0,9102,8802,102,9102,8805,1,9201,8806,34500000,9001,8807,0,9001,,,,,,
-16295,3-degree Gauss-Kruger zone 35,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,35500000,9001,8807,0,9001,,,,,,
-16296,3-degree Gauss-Kruger zone 36,9807,8801,0,9102,8802,108,9102,8805,1,9201,8806,36500000,9001,8807,0,9001,,,,,,
-16297,3-degree Gauss-Kruger zone 37,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,37500000,9001,8807,0,9001,,,,,,
-16298,3-degree Gauss-Kruger zone 38,9807,8801,0,9102,8802,114,9102,8805,1,9201,8806,38500000,9001,8807,0,9001,,,,,,
-16299,3-degree Gauss-Kruger zone 39,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,39500000,9001,8807,0,9001,,,,,,
-16301,6-degree Gauss-Kruger CM 3E,9807,8801,0,9102,8802,3,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16302,6-degree Gauss-Kruger CM 9E,9807,8801,0,9102,8802,9,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16303,6-degree Gauss-Kruger CM 15E,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16304,6-degree Gauss-Kruger CM 21E,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16305,6-degree Gauss-Kruger CM 27E,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16306,6-degree Gauss-Kruger CM 33E,9807,8801,0,9102,8802,33,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16307,6-degree Gauss-Kruger CM 39E,9807,8801,0,9102,8802,39,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16308,6-degree Gauss-Kruger CM 45E,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16309,6-degree Gauss-Kruger CM 51E,9807,8801,0,9102,8802,51,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16310,6-degree Gauss-Kruger CM 57E,9807,8801,0,9102,8802,57,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16311,6-degree Gauss-Kruger CM 63E,9807,8801,0,9102,8802,63,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16312,6-degree Gauss-Kruger CM 69E,9807,8801,0,9102,8802,69,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16313,6-degree Gauss-Kruger CM 75E,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16314,6-degree Gauss-Kruger CM 81E,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16315,6-degree Gauss-Kruger CM 87E,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16316,6-degree Gauss-Kruger CM 93E,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16317,6-degree Gauss-Kruger CM 99E,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16318,6-degree Gauss-Kruger CM 105E,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16319,6-degree Gauss-Kruger CM 111E,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16320,6-degree Gauss-Kruger CM 117E,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16321,6-degree Gauss-Kruger CM 123E,9807,8801,0,9102,8802,123,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16322,6-degree Gauss-Kruger CM 129E,9807,8801,0,9102,8802,129,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16323,6-degree Gauss-Kruger CM 135E,9807,8801,0,9102,8802,135,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16324,6-degree Gauss-Kruger CM 141E,9807,8801,0,9102,8802,141,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16325,6-degree Gauss-Kruger CM 147E,9807,8801,0,9102,8802,147,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16326,6-degree Gauss-Kruger CM 153E,9807,8801,0,9102,8802,153,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16327,6-degree Gauss-Kruger CM 159E,9807,8801,0,9102,8802,159,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16328,6-degree Gauss-Kruger CM 165E,9807,8801,0,9102,8802,165,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16329,6-degree Gauss-Kruger CM 171E,9807,8801,0,9102,8802,171,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16330,6-degree Gauss-Kruger CM 177E,9807,8801,0,9102,8802,177,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16331,6-degree Gauss-Kruger CM 177W,9807,8801,0,9102,8802,-177,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16332,6-degree Gauss-Kruger CM 171W,9807,8801,0,9102,8802,-171,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16333,6-degree Gauss-Kruger CM 165W,9807,8801,0,9102,8802,-165,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16334,6-degree Gauss-Kruger CM 159W,9807,8801,0,9102,8802,-159,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16335,6-degree Gauss-Kruger CM 153W,9807,8801,0,9102,8802,-153,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16336,6-degree Gauss-Kruger CM 147W,9807,8801,0,9102,8802,-147,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16337,6-degree Gauss-Kruger CM 141W,9807,8801,0,9102,8802,-141,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16338,6-degree Gauss-Kruger CM 135W,9807,8801,0,9102,8802,-135,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16339,6-degree Gauss-Kruger CM 129W,9807,8801,0,9102,8802,-129,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16340,6-degree Gauss-Kruger CM 123W,9807,8801,0,9102,8802,-123,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16341,6-degree Gauss-Kruger CM 117W,9807,8801,0,9102,8802,-117,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16342,6-degree Gauss-Kruger CM 111W,9807,8801,0,9102,8802,-111,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16343,6-degree Gauss-Kruger CM 105W,9807,8801,0,9102,8802,-105,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16344,6-degree Gauss-Kruger CM 99W,9807,8801,0,9102,8802,-99,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16345,6-degree Gauss-Kruger CM 93W,9807,8801,0,9102,8802,-93,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16346,6-degree Gauss-Kruger CM 87W,9807,8801,0,9102,8802,-87,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16347,6-degree Gauss-Kruger CM 81W,9807,8801,0,9102,8802,-81,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16348,6-degree Gauss-Kruger CM 75W,9807,8801,0,9102,8802,-75,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16349,6-degree Gauss-Kruger CM 69W,9807,8801,0,9102,8802,-69,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16350,6-degree Gauss-Kruger CM 63W,9807,8801,0,9102,8802,-63,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16351,6-degree Gauss-Kruger CM 57W,9807,8801,0,9102,8802,-57,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16352,6-degree Gauss-Kruger CM 51W,9807,8801,0,9102,8802,-51,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16353,6-degree Gauss-Kruger CM 45W,9807,8801,0,9102,8802,-45,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16354,6-degree Gauss-Kruger CM 39W,9807,8801,0,9102,8802,-39,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16355,6-degree Gauss-Kruger CM 33W,9807,8801,0,9102,8802,-33,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16356,6-degree Gauss-Kruger CM 27W,9807,8801,0,9102,8802,-27,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16357,6-degree Gauss-Kruger CM 21W,9807,8801,0,9102,8802,-21,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16358,6-degree Gauss-Kruger CM 15W,9807,8801,0,9102,8802,-15,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16359,6-degree Gauss-Kruger CM 9W,9807,8801,0,9102,8802,-9,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16360,6-degree Gauss-Kruger CM 3W,9807,8801,0,9102,8802,-3,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16361,3-degree Gauss-Kruger CM 3E,9807,8801,0,9102,8802,3,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16362,3-degree Gauss-Kruger CM 6E,9807,8801,0,9102,8802,6,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16363,3-degree Gauss-Kruger CM 9E,9807,8801,0,9102,8802,9,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16364,3-degree Gauss-Kruger CM 12E,9807,8801,0,9102,8802,12,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16365,3-degree Gauss-Kruger CM 15E,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16366,3-degree Gauss-Kruger CM 18E,9807,8801,0,9102,8802,18,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16367,3-degree Gauss-Kruger CM 21E,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16368,3-degree Gauss-Kruger CM 24E,9807,8801,0,9102,8802,24,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16369,3-degree Gauss-Kruger CM 27E,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16370,3-degree Gauss-Kruger CM 30E,9807,8801,0,9102,8802,30,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16371,3-degree Gauss-Kruger CM 33E,9807,8801,0,9102,8802,33,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16372,3-degree Gauss-Kruger CM 36E,9807,8801,0,9102,8802,36,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16373,3-degree Gauss-Kruger CM 39E,9807,8801,0,9102,8802,39,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16374,3-degree Gauss-Kruger CM 42E,9807,8801,0,9102,8802,42,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16375,3-degree Gauss-Kruger CM 45E,9807,8801,0,9102,8802,45,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16376,3-degree Gauss-Kruger CM 48E,9807,8801,0,9102,8802,48,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16377,3-degree Gauss-Kruger CM 51E,9807,8801,0,9102,8802,51,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16378,3-degree Gauss-Kruger CM 54E,9807,8801,0,9102,8802,54,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16379,3-degree Gauss-Kruger CM 57E,9807,8801,0,9102,8802,57,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16380,3-degree Gauss-Kruger CM 60E,9807,8801,0,9102,8802,60,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16381,3-degree Gauss-Kruger CM 63E,9807,8801,0,9102,8802,63,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16382,3-degree Gauss-Kruger CM 66E,9807,8801,0,9102,8802,66,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16383,3-degree Gauss-Kruger CM 69E,9807,8801,0,9102,8802,69,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16384,3-degree Gauss-Kruger CM 72E,9807,8801,0,9102,8802,72,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16385,3-degree Gauss-Kruger CM 75E,9807,8801,0,9102,8802,75,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16386,3-degree Gauss-Kruger CM 78E,9807,8801,0,9102,8802,78,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16387,3-degree Gauss-Kruger CM 81E,9807,8801,0,9102,8802,81,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16388,3-degree Gauss-Kruger CM 84E,9807,8801,0,9102,8802,84,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16389,3-degree Gauss-Kruger CM 87E,9807,8801,0,9102,8802,87,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16390,3-degree Gauss-Kruger CM 90E,9807,8801,0,9102,8802,90,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16391,3-degree Gauss-Kruger CM 93E,9807,8801,0,9102,8802,93,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16392,3-degree Gauss-Kruger CM 96E,9807,8801,0,9102,8802,96,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16393,3-degree Gauss-Kruger CM 99E,9807,8801,0,9102,8802,99,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16394,3-degree Gauss-Kruger CM 102E,9807,8801,0,9102,8802,102,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16395,3-degree Gauss-Kruger CM 105E,9807,8801,0,9102,8802,105,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16396,3-degree Gauss-Kruger CM 108E,9807,8801,0,9102,8802,108,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16397,3-degree Gauss-Kruger CM 111E,9807,8801,0,9102,8802,111,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16398,3-degree Gauss-Kruger CM 114E,9807,8801,0,9102,8802,114,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16399,3-degree Gauss-Kruger CM 117E,9807,8801,0,9102,8802,117,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16400,TM 0 N,9807,8801,0,9102,8802,0,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16405,TM 5 NE,9807,8801,0,9102,8802,5,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16406,TM 6 NE,9807,8801,0,9102,8802,6,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16411,TM 11 NE,9807,8801,0,9102,8802,11,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16412,TM 12 NE,9807,8801,0,9102,8802,12,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16413,TM 13 NE,9807,8801,0,9102,8802,13,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16430,TM 30 NE,9807,8801,0,9102,8802,30,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16490,Bangladesh Transverse Mercator,9807,8801,0,9102,8802,90,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16506,TM 106 NE,9807,8801,0,9102,8802,106,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-16586,GK 106 NE,9807,8801,0,9102,8802,106,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-16611,TM 11.30 SE,9807,8801,0,9110,8802,11.3,9110,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16612,TM 12 SE,9807,8801,0,9102,8802,12,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16636,TM 36 SE,9807,8801,0,9102,8802,36,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16709,TM 109 SE,9807,8801,0,9102,8802,109,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16716,TM 116 SE,9807,8801,0,9102,8802,116,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-16732,TM 132 SE,9807,8801,0,9102,8802,132,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17001,TM 1 NW,9807,8801,0,9102,8802,-1,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-17005,TM 5 NW,9807,8801,0,9102,8802,-5,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-17054,TM 54 NW,9807,8801,0,9102,8802,-54,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-17204,SCAR IMW SP19-20,9802,8821,-90,9102,8822,-66,9102,8823,-60.4,9110,8824,-63.2,9110,8826,0,9001,8827,0,9001,,,
-17205,SCAR IMW SP21-22,9802,8821,-90,9102,8822,-54,9102,8823,-60.4,9110,8824,-63.2,9110,8826,0,9001,8827,0,9001,,,
-17206,SCAR IMW SP23-24,9802,8821,-90,9102,8822,-42,9102,8823,-60.4,9110,8824,-63.2,9110,8826,0,9001,8827,0,9001,,,
-17207,SCAR IMW SQ01-02,9802,8821,-90,9102,8822,-174,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-17208,SCAR IMW SQ19-20,9802,8821,-90,9102,8822,-66,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-17209,SCAR IMW SQ21-22,9802,8821,-90,9102,8822,-54,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-17210,SCAR IMW SQ37-38,9802,8821,-90,9102,8822,42,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-17211,SCAR IMW SQ39-40,9802,8821,-90,9102,8822,54,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-17212,SCAR IMW SQ41-42,9802,8821,-90,9102,8822,66,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-17213,SCAR IMW SQ43-44,9802,8821,-90,9102,8822,78,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-17214,SCAR IMW SQ45-46,9802,8821,-90,9102,8822,90,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-17215,SCAR IMW SQ47-48,9802,8821,-90,9102,8822,102,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-17216,SCAR IMW SQ49-50,9802,8821,-90,9102,8822,114,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-17217,SCAR IMW SQ51-52,9802,8821,-90,9102,8822,126,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-17218,SCAR IMW SQ53-54,9802,8821,-90,9102,8822,138,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-17219,SCAR IMW SQ55-56,9802,8821,-90,9102,8822,150,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-17220,SCAR IMW SQ57-58,9802,8821,-90,9102,8822,162,9102,8823,-64.4,9110,8824,-67.2,9110,8826,0,9001,8827,0,9001,,,
-17221,SCAR IMW SR13-14,9802,8821,-90,9102,8822,-102,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17222,SCAR IMW SR15-16,9802,8821,-90,9102,8822,-90,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17223,SCAR IMW SR17-18,9802,8821,-90,9102,8822,-78,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17224,SCAR IMW SR19-20,9802,8821,-90,9102,8822,-66,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17225,SCAR IMW SR27-28,9802,8821,-90,9102,8822,-18,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17226,SCAR IMW SR29-30,9802,8821,-90,9102,8822,-6,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17227,SCAR IMW SR31-32,9802,8821,-90,9102,8822,6,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17228,SCAR IMW SR33-34,9802,8821,-90,9102,8822,18,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17229,SCAR IMW SR35-36,9802,8821,-90,9102,8822,30,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17230,SCAR IMW SR37-38,9802,8821,-90,9102,8822,42,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17231,SCAR IMW SR39-40,9802,8821,-90,9102,8822,54,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17232,SCAR IMW SR41-42,9802,8821,-90,9102,8822,66,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17233,SCAR IMW SR43-44,9802,8821,-90,9102,8822,78,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17234,SCAR IMW SR45-46,9802,8821,-90,9102,8822,90,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17235,SCAR IMW SR47-48,9802,8821,-90,9102,8822,102,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17236,SCAR IMW SR49-50,9802,8821,-90,9102,8822,114,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17237,SCAR IMW SR51-52,9802,8821,-90,9102,8822,126,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17238,SCAR IMW SR53-54,9802,8821,-90,9102,8822,138,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17239,SCAR IMW SR55-56,9802,8821,-90,9102,8822,150,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
+15574,Mauritania 1999 geocentric to geog3D,9602,,,,,,,,,,,,,,,,,,,,,
+15575,Mauritania 1999 geog3D to geog2D,9659,,,,,,,,,,,,,,,,,,,,,
+15576,PZ-90 geocentric to geog3D,9602,,,,,,,,,,,,,,,,,,,,,
+15577,PZ-90 geog3D to geog2D,9659,,,,,,,,,,,,,,,,,,,,,
+15578,GDM2000 geocentric to geog3D,9602,,,,,,,,,,,,,,,,,,,,,
+15579,GDM2000 geog3D to geog2D,9659,,,,,,,,,,,,,,,,,,,,,
+15580,GR96 geocentric to geog3D,9602,,,,,,,,,,,,,,,,,,,,,
+15581,GR96 geog3D to geog2D,9659,,,,,,,,,,,,,,,,,,,,,
+15582,LGD2006 geocentric to geog3D,9602,,,,,,,,,,,,,,,,,,,,,
+15583,LGD2006 geog3D to geog2D,9659,,,,,,,,,,,,,,,,,,,,,
+15584,DGN95 geocentric to geog3D,9602,,,,,,,,,,,,,,,,,,,,,
+15585,DGN95 geog3D to geog2D,9659,,,,,,,,,,,,,,,,,,,,,
+15586,JAD2001 geocentric to geog3D,9602,,,,,,,,,,,,,,,,,,,,,
+15587,JAD2001 geog3D to geog2D,9659,,,,,,,,,,,,,,,,,,,,,
+15588,"NAD83(NSRS2007) geocentric to geog3D",9602,,,,,,,,,,,,,,,,,,,,,
+15589,"NAD83(NSRS2007) geog3D to geog2D",9659,,,,,,,,,,,,,,,,,,,,,
+15590,WGS 66 geocentric to geog3D,9602,,,,,,,,,,,,,,,,,,,,,
+15591,WGS 66 geog3D to geog2D,9659,,,,,,,,,,,,,,,,,,,,,
+15914,"BLM zone 14N (US survey feet)",9807,8807,0,9003,8806,1640416.67,9003,8805,0.9996,9201,8802,-99,9102,8801,0,9102,,,,,,
+15915,"BLM zone 15N (US survey feet)",9807,8802,-93,9102,8801,0,9102,8805,0.9996,9201,8807,0,9003,8806,1640416.67,9003,,,,,,
+15916,"BLM zone 16N (US survey feet)",9807,8802,-87,9102,8801,0,9102,8807,0,9003,8806,1640416.67,9003,8805,0.9996,9201,,,,,,
+15917,"BLM zone 17N (US survey feet)",9807,8807,0,9003,8806,1640416.67,9003,8801,0,9102,8805,0.9996,9201,8802,-81,9102,,,,,,
+16000,"UTM grid system (northern hemisphere)",9824,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8830,-180,9102,8831,6,9102,,,
+16001,UTM zone 1N,9807,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-177,9102,8801,0,9102,,,,,,
+16002,UTM zone 2N,9807,8801,0,9102,8807,0,9001,8802,-171,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+16003,UTM zone 3N,9807,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-165,9102,8807,0,9001,,,,,,
+16004,UTM zone 4N,9807,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-159,9102,8801,0,9102,,,,,,
+16005,UTM zone 5N,9807,8802,-153,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+16006,UTM zone 6N,9807,8802,-147,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+16007,UTM zone 7N,9807,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-141,9102,,,,,,
+16008,UTM zone 8N,9807,8805,0.9996,9201,8802,-135,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+16009,UTM zone 9N,9807,8805,0.9996,9201,8802,-129,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16010,UTM zone 10N,9807,8801,0,9102,8807,0,9001,8802,-123,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+16011,UTM zone 11N,9807,8802,-117,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+16012,UTM zone 12N,9807,8806,500000,9001,8805,0.9996,9201,8802,-111,9102,8801,0,9102,8807,0,9001,,,,,,
+16013,UTM zone 13N,9807,8802,-105,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+16014,UTM zone 14N,9807,8806,500000,9001,8805,0.9996,9201,8802,-99,9102,8801,0,9102,8807,0,9001,,,,,,
+16015,UTM zone 15N,9807,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-93,9102,,,,,,
+16016,UTM zone 16N,9807,8805,0.9996,9201,8802,-87,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+16017,UTM zone 17N,9807,8806,500000,9001,8805,0.9996,9201,8802,-81,9102,8801,0,9102,8807,0,9001,,,,,,
+16018,UTM zone 18N,9807,8801,0,9102,8807,0,9001,8802,-75,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+16019,UTM zone 19N,9807,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-69,9102,8807,0,9001,,,,,,
+16020,UTM zone 20N,9807,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-63,9102,8801,0,9102,,,,,,
+16021,UTM zone 21N,9807,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,0,9001,,,,,,
+16022,UTM zone 22N,9807,8802,-51,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+16023,UTM zone 23N,9807,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-45,9102,,,,,,
+16024,UTM zone 24N,9807,8801,0,9102,8805,0.9996,9201,8802,-39,9102,8806,500000,9001,8807,0,9001,,,,,,
+16025,UTM zone 25N,9807,8805,0.9996,9201,8802,-33,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16026,UTM zone 26N,9807,8801,0,9102,8807,0,9001,8802,-27,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+16027,UTM zone 27N,9807,8805,0.9996,9201,8802,-21,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+16028,UTM zone 28N,9807,8806,500000,9001,8805,0.9996,9201,8802,-15,9102,8801,0,9102,8807,0,9001,,,,,,
+16029,UTM zone 29N,9807,8802,-9,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+16030,UTM zone 30N,9807,8805,0.9996,9201,8802,-3,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16031,UTM zone 31N,9807,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,3,9102,,,,,,
+16032,UTM zone 32N,9807,8805,0.9996,9201,8802,9,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+16033,UTM zone 33N,9807,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,15,9102,8801,0,9102,,,,,,
+16034,UTM zone 34N,9807,8801,0,9102,8807,0,9001,8802,21,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+16035,UTM zone 35N,9807,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,27,9102,8807,0,9001,,,,,,
+16036,UTM zone 36N,9807,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,33,9102,8801,0,9102,,,,,,
+16037,UTM zone 37N,9807,8802,39,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+16038,UTM zone 38N,9807,8802,45,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+16039,UTM zone 39N,9807,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,51,9102,,,,,,
+16040,UTM zone 40N,9807,8802,57,9102,8801,0,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
+16041,UTM zone 41N,9807,8805,0.9996,9201,8802,63,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16042,UTM zone 42N,9807,8801,0,9102,8807,0,9001,8802,69,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+16043,UTM zone 43N,9807,8802,75,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,0,9001,,,,,,
+16044,UTM zone 44N,9807,8806,500000,9001,8805,0.9996,9201,8802,81,9102,8801,0,9102,8807,0,9001,,,,,,
+16045,UTM zone 45N,9807,8802,87,9102,8801,0,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+16046,UTM zone 46N,9807,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,93,9102,8801,0,9102,,,,,,
+16047,UTM zone 47N,9807,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,99,9102,,,,,,
+16048,UTM zone 48N,9807,8805,0.9996,9201,8802,105,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+16049,UTM zone 49N,9807,8806,500000,9001,8805,0.9996,9201,8802,111,9102,8801,0,9102,8807,0,9001,,,,,,
+16050,UTM zone 50N,9807,8801,0,9102,8807,0,9001,8802,117,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+16051,UTM zone 51N,9807,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,123,9102,8807,0,9001,,,,,,
+16052,UTM zone 52N,9807,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,129,9102,8801,0,9102,,,,,,
+16053,UTM zone 53N,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8807,0,9001,8806,500000,9001,,,,,,
+16054,UTM zone 54N,9807,8802,141,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+16055,UTM zone 55N,9807,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,147,9102,,,,,,
+16056,UTM zone 56N,9807,8801,0,9102,8805,0.9996,9201,8802,153,9102,8806,500000,9001,8807,0,9001,,,,,,
+16057,UTM zone 57N,9807,8805,0.9996,9201,8802,159,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16058,UTM zone 58N,9807,8801,0,9102,8807,0,9001,8802,165,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+16059,UTM zone 59N,9807,8806,500000,9001,8805,0.9996,9201,8802,171,9102,8801,0,9102,8807,0,9001,,,,,,
+16060,UTM zone 60N,9807,8806,500000,9001,8805,0.9996,9201,8802,177,9102,8801,0,9102,8807,0,9001,,,,,,
+16061,Universal Polar Stereographic North,9810,8802,0,9102,8801,90,9102,8805,0.994,9201,8807,2000000,9001,8806,2000000,9001,,,,,,
+16065,TM35FIN,9807,8805,0.9996,9201,8802,27,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16070,3-degree Gauss-Kruger zone 40,9807,8807,0,9001,8806,40500000,9001,8801,0,9102,8805,1,9201,8802,120,9102,,,,,,
+16071,3-degree Gauss-Kruger zone 41,9807,8805,1,9201,8802,123,9102,8801,0,9102,8806,41500000,9001,8807,0,9001,,,,,,
+16072,3-degree Gauss-Kruger zone 42,9807,8807,0,9001,8806,42500000,9001,8805,1,9201,8802,126,9102,8801,0,9102,,,,,,
+16073,3-degree Gauss-Kruger zone 43,9807,8801,0,9102,8807,0,9001,8802,129,9102,8806,43500000,9001,8805,1,9201,,,,,,
+16074,3-degree Gauss-Kruger zone 44,9807,8801,0,9102,8806,44500000,9001,8805,1,9201,8802,132,9102,8807,0,9001,,,,,,
+16075,3-degree Gauss-Kruger zone 45,9807,8807,0,9001,8806,45500000,9001,8805,1,9201,8802,135,9102,8801,0,9102,,,,,,
+16076,3-degree Gauss-Kruger zone 46,9807,8802,138,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,46500000,9001,,,,,,
+16077,3-degree Gauss-Kruger zone 47,9807,8802,141,9102,8801,0,9102,8807,0,9001,8806,47500000,9001,8805,1,9201,,,,,,
+16078,3-degree Gauss-Kruger zone 48,9807,8807,0,9001,8806,48500000,9001,8801,0,9102,8805,1,9201,8802,144,9102,,,,,,
+16079,3-degree Gauss-Kruger zone 49,9807,8807,0,9001,8806,49500000,9001,8805,1,9201,8802,147,9102,8801,0,9102,,,,,,
+16080,3-degree Gauss-Kruger zone 50,9807,8801,0,9102,8805,1,9201,8802,150,9102,8807,0,9001,8806,50500000,9001,,,,,,
+16081,3-degree Gauss-Kruger zone 51,9807,8801,0,9102,8807,0,9001,8802,153,9102,8806,51500000,9001,8805,1,9201,,,,,,
+16082,3-degree Gauss-Kruger zone 52,9807,8802,156,9102,8801,0,9102,8806,52500000,9001,8805,1,9201,8807,0,9001,,,,,,
+16083,3-degree Gauss-Kruger zone 53,9807,8806,53500000,9001,8805,1,9201,8802,159,9102,8801,0,9102,8807,0,9001,,,,,,
+16084,3-degree Gauss-Kruger zone 54,9807,8802,162,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,54500000,9001,,,,,,
+16085,3-degree Gauss-Kruger zone 55,9807,8806,55500000,9001,8805,1,9201,8802,165,9102,8801,0,9102,8807,0,9001,,,,,,
+16086,3-degree Gauss-Kruger zone 56,9807,8807,0,9001,8806,56500000,9001,8801,0,9102,8805,1,9201,8802,168,9102,,,,,,
+16087,3-degree Gauss-Kruger zone 57,9807,8805,1,9201,8802,171,9102,8801,0,9102,8806,57500000,9001,8807,0,9001,,,,,,
+16088,3-degree Gauss-Kruger zone 58,9807,8806,58500000,9001,8805,1,9201,8802,174,9102,8801,0,9102,8807,0,9001,,,,,,
+16089,3-degree Gauss-Kruger zone 59,9807,8801,0,9102,8807,0,9001,8802,177,9102,8806,59500000,9001,8805,1,9201,,,,,,
+16090,3-degree Gauss-Kruger zone 60,9807,8801,0,9102,8806,60000000,9001,8805,1,9201,8802,180,9102,8807,0,9001,,,,,,
+16091,3-degree Gauss-Kruger zone 61,9807,8807,0,9001,8806,61500000,9001,8805,1,9201,8802,-177,9102,8801,0,9102,,,,,,
+16092,3-degree Gauss-Kruger zone 62,9807,8802,-174,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,62500000,9001,,,,,,
+16093,3-degree Gauss-Kruger zone 63,9807,8802,-171,9102,8801,0,9102,8807,0,9001,8806,63500000,9001,8805,1,9201,,,,,,
+16094,3-degree Gauss-Kruger zone 64,9807,8807,0,9001,8806,64500000,9001,8801,0,9102,8805,1,9201,8802,-168,9102,,,,,,
+16099,3-degree Gauss-Kruger zone 60,9807,8801,0,9102,8807,0,9001,8806,60500000,9001,8805,1,9201,8802,180,9102,,,,,,
+16100,"UTM grid system (southern hemisphere)",9824,8831,6,9102,8807,10000000,9001,8830,-180,9102,8805,0.9996,9201,8806,500000,9001,8801,0,9102,,,
+16101,UTM zone 1S,9807,8802,-177,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+16102,UTM zone 2S,9807,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-171,9102,,,,,,
+16103,UTM zone 3S,9807,8806,500000,9001,8807,10000000,9001,8802,-165,9102,8805,0.9996,9201,8801,0,9102,,,,,,
+16104,UTM zone 4S,9807,8805,0.9996,9201,8802,-159,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+16105,UTM zone 5S,9807,8801,0,9102,8802,-153,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+16106,UTM zone 6S,9807,8806,500000,9001,8805,0.9996,9201,8802,-147,9102,8801,0,9102,8807,10000000,9001,,,,,,
+16107,UTM zone 7S,9807,8802,-141,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+16108,UTM zone 8S,9807,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,8802,-135,9102,8801,0,9102,,,,,,
+16109,UTM zone 9S,9807,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,-129,9102,,,,,,
+16110,UTM zone 10S,9807,8805,0.9996,9201,8802,-123,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+16111,UTM zone 11S,9807,8806,500000,9001,8805,0.9996,9201,8802,-117,9102,8801,0,9102,8807,10000000,9001,,,,,,
+16112,UTM zone 12S,9807,8801,0,9102,8807,10000000,9001,8802,-111,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+16113,UTM zone 13S,9807,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-105,9102,8807,10000000,9001,,,,,,
+16114,UTM zone 14S,9807,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,-99,9102,8801,0,9102,,,,,,
+16115,UTM zone 15S,9807,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+16116,UTM zone 16S,9807,8802,-87,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+16117,UTM zone 17S,9807,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-81,9102,,,,,,
+16118,UTM zone 18S,9807,8801,0,9102,8805,0.9996,9201,8802,-75,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+16119,UTM zone 19S,9807,8805,0.9996,9201,8802,-69,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+16120,UTM zone 20S,9807,8801,0,9102,8807,10000000,9001,8802,-63,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+16121,UTM zone 21S,9807,8806,500000,9001,8805,0.9996,9201,8802,-57,9102,8801,0,9102,8807,10000000,9001,,,,,,
+16122,UTM zone 22S,9807,8806,500000,9001,8805,0.9996,9201,8802,-51,9102,8801,0,9102,8807,10000000,9001,,,,,,
+16123,UTM zone 23S,9807,8802,-45,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+16124,UTM zone 24S,9807,8805,0.9996,9201,8802,-39,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+16125,UTM zone 25S,9807,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,-33,9102,,,,,,
+16126,UTM zone 26S,9807,8805,0.9996,9201,8802,-27,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+16127,UTM zone 27S,9807,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,-21,9102,8801,0,9102,,,,,,
+16128,UTM zone 28S,9807,8801,0,9102,8807,10000000,9001,8802,-15,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+16129,UTM zone 29S,9807,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,-9,9102,8807,10000000,9001,,,,,,
+16130,UTM zone 30S,9807,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,-3,9102,8801,0,9102,,,,,,
+16131,UTM zone 31S,9807,8802,3,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+16132,UTM zone 32S,9807,8802,9,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+16133,UTM zone 33S,9807,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,15,9102,,,,,,
+16134,UTM zone 34S,9807,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,21,9102,8801,0,9102,,,,,,
+16135,UTM zone 35S,9807,8805,0.9996,9201,8802,27,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+16136,UTM zone 36S,9807,8801,0,9102,8807,10000000,9001,8802,33,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+16137,UTM zone 37S,9807,8802,39,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+16138,UTM zone 38S,9807,8806,500000,9001,8805,0.9996,9201,8802,45,9102,8801,0,9102,8807,10000000,9001,,,,,,
+16139,UTM zone 39S,9807,8802,51,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+16140,UTM zone 40S,9807,8806,500000,9001,8805,0.9996,9201,8802,57,9102,8801,0,9102,8807,10000000,9001,,,,,,
+16141,UTM zone 41S,9807,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,63,9102,,,,,,
+16142,UTM zone 42S,9807,8805,0.9996,9201,8802,69,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+16143,UTM zone 43S,9807,8806,500000,9001,8805,0.9996,9201,8802,75,9102,8801,0,9102,8807,10000000,9001,,,,,,
+16144,UTM zone 44S,9807,8801,0,9102,8807,10000000,9001,8802,81,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+16145,UTM zone 45S,9807,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,87,9102,8807,10000000,9001,,,,,,
+16146,UTM zone 46S,9807,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,93,9102,8801,0,9102,,,,,,
+16147,UTM zone 47S,9807,8802,99,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+16148,UTM zone 48S,9807,8802,105,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+16149,UTM zone 49S,9807,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,111,9102,,,,,,
+16150,UTM zone 50S,9807,8801,0,9102,8805,0.9996,9201,8802,117,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+16151,UTM zone 51S,9807,8805,0.9996,9201,8802,123,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+16152,UTM zone 52S,9807,8801,0,9102,8807,10000000,9001,8802,129,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+16153,UTM zone 53S,9807,8805,0.9996,9201,8802,135,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+16154,UTM zone 54S,9807,8806,500000,9001,8805,0.9996,9201,8802,141,9102,8801,0,9102,8807,10000000,9001,,,,,,
+16155,UTM zone 55S,9807,8802,147,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+16156,UTM zone 56S,9807,8805,0.9996,9201,8802,153,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+16157,UTM zone 57S,9807,8807,10000000,9001,8806,500000,9001,8801,0,9102,8805,0.9996,9201,8802,159,9102,,,,,,
+16158,UTM zone 58S,9807,8805,0.9996,9201,8802,165,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+16159,UTM zone 59S,9807,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,171,9102,8801,0,9102,,,,,,
+16160,UTM zone 60S,9807,8802,177,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+16161,Universal Polar Stereographic South,9810,8801,-90,9102,8806,2000000,9001,8805,0.994,9201,8802,0,9102,8807,2000000,9001,,,,,,
+16170,3-degree Gauss-Kruger CM 120E,9807,8807,0,9001,8806,500000,9001,8805,1,9201,8802,120,9102,8801,0,9102,,,,,,
+16171,3-degree Gauss-Kruger CM 123E,9807,8802,123,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+16172,3-degree Gauss-Kruger CM 126E,9807,8802,126,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+16173,3-degree Gauss-Kruger CM 129E,9807,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,129,9102,,,,,,
+16174,3-degree Gauss-Kruger CM 132E,9807,8802,132,9102,8801,0,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
+16175,3-degree Gauss-Kruger CM 135E,9807,8805,1,9201,8802,135,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16176,3-degree Gauss-Kruger CM 138E,9807,8801,0,9102,8807,0,9001,8802,138,9102,8806,500000,9001,8805,1,9201,,,,,,
+16177,3-degree Gauss-Kruger CM 141E,9807,8802,141,9102,8801,0,9102,8806,500000,9001,8805,1,9201,8807,0,9001,,,,,,
+16178,3-degree Gauss-Kruger CM 144E,9807,8806,500000,9001,8805,1,9201,8802,144,9102,8801,0,9102,8807,0,9001,,,,,,
+16179,3-degree Gauss-Kruger CM 147E,9807,8802,147,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+16180,3-degree Gauss-Kruger CM 150E,9807,8807,0,9001,8806,500000,9001,8805,1,9201,8802,150,9102,8801,0,9102,,,,,,
+16181,3-degree Gauss-Kruger CM 153E,9807,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,153,9102,,,,,,
+16182,3-degree Gauss-Kruger CM 156E,9807,8805,1,9201,8802,156,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+16183,3-degree Gauss-Kruger CM 159E,9807,8806,500000,9001,8805,1,9201,8802,159,9102,8801,0,9102,8807,0,9001,,,,,,
+16184,3-degree Gauss-Kruger CM 162E,9807,8801,0,9102,8807,0,9001,8802,162,9102,8806,500000,9001,8805,1,9201,,,,,,
+16185,3-degree Gauss-Kruger CM 165E,9807,8801,0,9102,8806,500000,9001,8805,1,9201,8802,165,9102,8807,0,9001,,,,,,
+16186,3-degree Gauss-Kruger CM 168E,9807,8807,0,9001,8806,500000,9001,8805,1,9201,8802,168,9102,8801,0,9102,,,,,,
+16187,3-degree Gauss-Kruger CM 171E,9807,8801,0,9102,8802,171,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+16188,3-degree Gauss-Kruger CM 174E,9807,8802,174,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+16189,3-degree Gauss-Kruger CM 177E,9807,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,177,9102,,,,,,
+16190,3-degree Gauss-Kruger CM 180,9807,8801,0,9102,8805,1,9201,8802,180,9102,8806,500000,9001,8807,0,9001,,,,,,
+16191,3-degree Gauss-Kruger CM 177W,9807,8805,1,9201,8802,-177,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16192,3-degree Gauss-Kruger CM 174W,9807,8801,0,9102,8807,0,9001,8802,-174,9102,8806,500000,9001,8805,1,9201,,,,,,
+16193,3-degree Gauss-Kruger CM 171W,9807,8807,0,9001,8806,500000,9001,8805,1,9201,8802,-171,9102,8801,0,9102,,,,,,
+16194,3-degree Gauss-Kruger CM 168W,9807,8802,-168,9102,8807,0,9001,8805,1,9201,8806,500000,9001,8801,0,9102,,,,,,
+16201,6-degree Gauss-Kruger zone 1,9807,8801,0,9102,8807,0,9001,8802,3,9102,8806,1500000,9001,8805,1,9201,,,,,,
+16202,6-degree Gauss-Kruger zone 2,9807,8802,9,9102,8801,0,9102,8806,2500000,9001,8805,1,9201,8807,0,9001,,,,,,
+16203,6-degree Gauss-Kruger zone 3,9807,8806,3500000,9001,8805,1,9201,8802,15,9102,8801,0,9102,8807,0,9001,,,,,,
+16204,6-degree Gauss-Kruger zone 4,9807,8802,21,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,4500000,9001,,,,,,
+16205,6-degree Gauss-Kruger zone 5,9807,8806,5500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+16206,6-degree Gauss-Kruger zone 6,9807,8807,0,9001,8806,6500000,9001,8801,0,9102,8805,1,9201,8802,33,9102,,,,,,
+16207,6-degree Gauss-Kruger zone 7,9807,8805,1,9201,8802,39,9102,8801,0,9102,8806,7500000,9001,8807,0,9001,,,,,,
+16208,6-degree Gauss-Kruger zone 8,9807,8806,8500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,8807,0,9001,,,,,,
+16209,6-degree Gauss-Kruger zone 9,9807,8801,0,9102,8807,0,9001,8802,51,9102,8806,9500000,9001,8805,1,9201,,,,,,
+16210,6-degree Gauss-Kruger zone 10,9807,8801,0,9102,8806,10500000,9001,8805,1,9201,8802,57,9102,8807,0,9001,,,,,,
+16211,6-degree Gauss-Kruger zone 11,9807,8807,0,9001,8806,11500000,9001,8805,1,9201,8802,63,9102,8801,0,9102,,,,,,
+16212,6-degree Gauss-Kruger zone 12,9807,8802,69,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,12500000,9001,,,,,,
+16213,6-degree Gauss-Kruger zone 13,9807,8802,75,9102,8801,0,9102,8807,0,9001,8806,13500000,9001,8805,1,9201,,,,,,
+16214,6-degree Gauss-Kruger zone 14,9807,8807,0,9001,8806,14500000,9001,8801,0,9102,8805,1,9201,8802,81,9102,,,,,,
+16215,6-degree Gauss-Kruger zone 15,9807,8801,0,9102,8805,1,9201,8802,87,9102,8806,15500000,9001,8807,0,9001,,,,,,
+16216,6-degree Gauss-Kruger zone 16,9807,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,8806,16500000,9001,,,,,,
+16217,6-degree Gauss-Kruger zone 17,9807,8801,0,9102,8807,0,9001,8802,99,9102,8806,17500000,9001,8805,1,9201,,,,,,
+16218,6-degree Gauss-Kruger zone 18,9807,8805,1,9201,8802,105,9102,8801,0,9102,8806,18500000,9001,8807,0,9001,,,,,,
+16219,6-degree Gauss-Kruger zone 19,9807,8806,19500000,9001,8805,1,9201,8802,111,9102,8801,0,9102,8807,0,9001,,,,,,
+16220,6-degree Gauss-Kruger zone 20,9807,8802,117,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,20500000,9001,,,,,,
+16221,6-degree Gauss-Kruger zone 21,9807,8805,1,9201,8802,123,9102,8801,0,9102,8807,0,9001,8806,21500000,9001,,,,,,
+16222,6-degree Gauss-Kruger zone 22,9807,8807,0,9001,8806,22500000,9001,8801,0,9102,8805,1,9201,8802,129,9102,,,,,,
+16223,6-degree Gauss-Kruger zone 23,9807,8805,1,9201,8802,135,9102,8801,0,9102,8806,23500000,9001,8807,0,9001,,,,,,
+16224,6-degree Gauss-Kruger zone 24,9807,8807,0,9001,8806,24500000,9001,8805,1,9201,8802,141,9102,8801,0,9102,,,,,,
+16225,6-degree Gauss-Kruger zone 25,9807,8802,147,9102,8801,0,9102,8807,0,9001,8806,25500000,9001,8805,1,9201,,,,,,
+16226,6-degree Gauss-Kruger zone 26,9807,8801,0,9102,8806,26500000,9001,8805,1,9201,8802,153,9102,8807,0,9001,,,,,,
+16227,6-degree Gauss-Kruger zone 27,9807,8807,0,9001,8806,27500000,9001,8805,1,9201,8802,159,9102,8801,0,9102,,,,,,
+16228,6-degree Gauss-Kruger zone 28,9807,8802,165,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,28500000,9001,,,,,,
+16229,6-degree Gauss-Kruger zone 29,9807,8802,171,9102,8801,0,9102,8807,0,9001,8806,29500000,9001,8805,1,9201,,,,,,
+16230,6-degree Gauss-Kruger zone 30,9807,8807,0,9001,8806,30500000,9001,8801,0,9102,8805,1,9201,8802,177,9102,,,,,,
+16231,6-degree Gauss-Kruger zone 31,9807,8802,-177,9102,8801,0,9102,8805,1,9201,8806,31500000,9001,8807,0,9001,,,,,,
+16232,6-degree Gauss-Kruger zone 32,9807,8805,1,9201,8802,-171,9102,8801,0,9102,8807,0,9001,8806,32500000,9001,,,,,,
+16233,6-degree Gauss-Kruger zone 33,9807,8801,0,9102,8807,0,9001,8802,-165,9102,8806,33500000,9001,8805,1,9201,,,,,,
+16234,6-degree Gauss-Kruger zone 34,9807,8802,-159,9102,8801,0,9102,8806,34500000,9001,8805,1,9201,8807,0,9001,,,,,,
+16235,6-degree Gauss-Kruger zone 35,9807,8806,35500000,9001,8805,1,9201,8802,-153,9102,8801,0,9102,8807,0,9001,,,,,,
+16236,6-degree Gauss-Kruger zone 36,9807,8802,-147,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,36500000,9001,,,,,,
+16237,6-degree Gauss-Kruger zone 37,9807,8807,0,9001,8806,37500000,9001,8805,1,9201,8802,-141,9102,8801,0,9102,,,,,,
+16238,6-degree Gauss-Kruger zone 38,9807,8807,0,9001,8806,38500000,9001,8801,0,9102,8805,1,9201,8802,-135,9102,,,,,,
+16239,6-degree Gauss-Kruger zone 39,9807,8805,1,9201,8802,-129,9102,8801,0,9102,8806,39500000,9001,8807,0,9001,,,,,,
+16240,6-degree Gauss-Kruger zone 40,9807,8806,40500000,9001,8805,1,9201,8802,-123,9102,8801,0,9102,8807,0,9001,,,,,,
+16241,6-degree Gauss-Kruger zone 41,9807,8801,0,9102,8807,0,9001,8802,-117,9102,8806,41500000,9001,8805,1,9201,,,,,,
+16242,6-degree Gauss-Kruger zone 42,9807,8801,0,9102,8806,42500000,9001,8805,1,9201,8802,-111,9102,8807,0,9001,,,,,,
+16243,6-degree Gauss-Kruger zone 43,9807,8807,0,9001,8806,43500000,9001,8805,1,9201,8802,-105,9102,8801,0,9102,,,,,,
+16244,6-degree Gauss-Kruger zone 44,9807,8801,0,9102,8802,-99,9102,8805,1,9201,8807,0,9001,8806,44500000,9001,,,,,,
+16245,6-degree Gauss-Kruger zone 45,9807,8802,-93,9102,8801,0,9102,8807,0,9001,8806,45500000,9001,8805,1,9201,,,,,,
+16246,6-degree Gauss-Kruger zone 46,9807,8807,0,9001,8806,46500000,9001,8801,0,9102,8805,1,9201,8802,-87,9102,,,,,,
+16247,6-degree Gauss-Kruger zone 47,9807,8801,0,9102,8805,1,9201,8802,-81,9102,8806,47500000,9001,8807,0,9001,,,,,,
+16248,6-degree Gauss-Kruger zone 48,9807,8805,1,9201,8802,-75,9102,8801,0,9102,8807,0,9001,8806,48500000,9001,,,,,,
+16249,6-degree Gauss-Kruger zone 49,9807,8801,0,9102,8807,0,9001,8802,-69,9102,8806,49500000,9001,8805,1,9201,,,,,,
+16250,6-degree Gauss-Kruger zone 50,9807,8807,0,9001,8806,50500000,9001,8805,1,9201,8802,-63,9102,8801,0,9102,,,,,,
+16251,6-degree Gauss-Kruger zone 51,9807,8801,0,9102,8806,51500000,9001,8805,1,9201,8802,-57,9102,8807,0,9001,,,,,,
+16252,6-degree Gauss-Kruger zone 52,9807,8802,-51,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,52500000,9001,,,,,,
+16253,6-degree Gauss-Kruger zone 53,9807,8805,1,9201,8802,-45,9102,8801,0,9102,8807,0,9001,8806,53500000,9001,,,,,,
+16254,6-degree Gauss-Kruger zone 54,9807,8807,0,9001,8806,54500000,9001,8801,0,9102,8805,1,9201,8802,-39,9102,,,,,,
+16255,6-degree Gauss-Kruger zone 55,9807,8805,1,9201,8802,-33,9102,8801,0,9102,8806,55500000,9001,8807,0,9001,,,,,,
+16256,6-degree Gauss-Kruger zone 56,9807,8807,0,9001,8806,56500000,9001,8805,1,9201,8802,-27,9102,8801,0,9102,,,,,,
+16257,6-degree Gauss-Kruger zone 57,9807,8801,0,9102,8807,0,9001,8802,-21,9102,8806,57500000,9001,8805,1,9201,,,,,,
+16258,6-degree Gauss-Kruger zone 58,9807,8801,0,9102,8806,58500000,9001,8805,1,9201,8802,-15,9102,8807,0,9001,,,,,,
+16259,6-degree Gauss-Kruger zone 59,9807,8807,0,9001,8806,59500000,9001,8805,1,9201,8802,-9,9102,8801,0,9102,,,,,,
+16260,6-degree Gauss-Kruger zone 60,9807,8802,-3,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,60500000,9001,,,,,,
+16261,3-degree Gauss-Kruger zone 1,9807,8802,3,9102,8801,0,9102,8807,0,9001,8806,1500000,9001,8805,1,9201,,,,,,
+16262,3-degree Gauss-Kruger zone 2,9807,8807,0,9001,8806,2500000,9001,8801,0,9102,8805,1,9201,8802,6,9102,,,,,,
+16263,3-degree Gauss-Kruger zone 3,9807,8805,1,9201,8802,9,9102,8801,0,9102,8806,3500000,9001,8807,0,9001,,,,,,
+16264,3-degree Gauss-Kruger zone 4,9807,8805,1,9201,8802,12,9102,8801,0,9102,8807,0,9001,8806,4500000,9001,,,,,,
+16265,3-degree Gauss-Kruger zone 5,9807,8801,0,9102,8807,0,9001,8802,15,9102,8806,5500000,9001,8805,1,9201,,,,,,
+16266,3-degree Gauss-Kruger zone 6,9807,8802,18,9102,8801,0,9102,8806,6500000,9001,8805,1,9201,8807,0,9001,,,,,,
+16267,3-degree Gauss-Kruger zone 7,9807,8806,7500000,9001,8805,1,9201,8802,21,9102,8801,0,9102,8807,0,9001,,,,,,
+16268,3-degree Gauss-Kruger zone 8,9807,8802,24,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,8500000,9001,,,,,,
+16269,3-degree Gauss-Kruger zone 9,9807,8806,9500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+16270,3-degree Gauss-Kruger zone 10,9807,8807,0,9001,8806,10500000,9001,8801,0,9102,8805,1,9201,8802,30,9102,,,,,,
+16271,3-degree Gauss-Kruger zone 11,9807,8805,1,9201,8802,33,9102,8801,0,9102,8806,11500000,9001,8807,0,9001,,,,,,
+16272,3-degree Gauss-Kruger zone 12,9807,8806,12500000,9001,8805,1,9201,8802,36,9102,8801,0,9102,8807,0,9001,,,,,,
+16273,3-degree Gauss-Kruger zone 13,9807,8801,0,9102,8807,0,9001,8802,39,9102,8806,13500000,9001,8805,1,9201,,,,,,
+16274,3-degree Gauss-Kruger zone 14,9807,8801,0,9102,8806,14500000,9001,8805,1,9201,8802,42,9102,8807,0,9001,,,,,,
+16275,3-degree Gauss-Kruger zone 15,9807,8807,0,9001,8806,15500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,,,,,,
+16276,3-degree Gauss-Kruger zone 16,9807,8805,1,9201,8802,48,9102,8801,0,9102,8807,0,9001,8806,16500000,9001,,,,,,
+16277,3-degree Gauss-Kruger zone 17,9807,8802,51,9102,8801,0,9102,8807,0,9001,8806,17500000,9001,8805,1,9201,,,,,,
+16278,3-degree Gauss-Kruger zone 18,9807,8807,0,9001,8806,18500000,9001,8801,0,9102,8805,1,9201,8802,54,9102,,,,,,
+16279,3-degree Gauss-Kruger zone 19,9807,8801,0,9102,8805,1,9201,8802,57,9102,8806,19500000,9001,8807,0,9001,,,,,,
+16280,3-degree Gauss-Kruger zone 20,9807,8805,1,9201,8802,60,9102,8801,0,9102,8807,0,9001,8806,20500000,9001,,,,,,
+16281,3-degree Gauss-Kruger zone 21,9807,8801,0,9102,8807,0,9001,8802,63,9102,8806,21500000,9001,8805,1,9201,,,,,,
+16282,3-degree Gauss-Kruger zone 22,9807,8805,1,9201,8802,66,9102,8801,0,9102,8806,22500000,9001,8807,0,9001,,,,,,
+16283,3-degree Gauss-Kruger zone 23,9807,8806,23500000,9001,8805,1,9201,8802,69,9102,8801,0,9102,8807,0,9001,,,,,,
+16284,3-degree Gauss-Kruger zone 24,9807,8802,72,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,24500000,9001,,,,,,
+16285,3-degree Gauss-Kruger zone 25,9807,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,25500000,9001,,,,,,
+16286,3-degree Gauss-Kruger zone 26,9807,8807,0,9001,8806,26500000,9001,8801,0,9102,8805,1,9201,8802,78,9102,,,,,,
+16287,3-degree Gauss-Kruger zone 27,9807,8805,1,9201,8802,81,9102,8801,0,9102,8806,27500000,9001,8807,0,9001,,,,,,
+16288,3-degree Gauss-Kruger zone 28,9807,8807,0,9001,8806,28500000,9001,8805,1,9201,8802,84,9102,8801,0,9102,,,,,,
+16289,3-degree Gauss-Kruger zone 29,9807,8801,0,9102,8807,0,9001,8802,87,9102,8806,29500000,9001,8805,1,9201,,,,,,
+16290,3-degree Gauss-Kruger zone 30,9807,8801,0,9102,8806,30500000,9001,8805,1,9201,8802,90,9102,8807,0,9001,,,,,,
+16291,3-degree Gauss-Kruger zone 31,9807,8807,0,9001,8806,31500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,,,,,,
+16292,3-degree Gauss-Kruger zone 32,9807,8802,96,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,32500000,9001,,,,,,
+16293,3-degree Gauss-Kruger zone 33,9807,8802,99,9102,8801,0,9102,8807,0,9001,8806,33500000,9001,8805,1,9201,,,,,,
+16294,3-degree Gauss-Kruger zone 34,9807,8807,0,9001,8806,34500000,9001,8801,0,9102,8805,1,9201,8802,102,9102,,,,,,
+16295,3-degree Gauss-Kruger zone 35,9807,8802,105,9102,8801,0,9102,8805,1,9201,8806,35500000,9001,8807,0,9001,,,,,,
+16296,3-degree Gauss-Kruger zone 36,9807,8805,1,9201,8802,108,9102,8801,0,9102,8807,0,9001,8806,36500000,9001,,,,,,
+16297,3-degree Gauss-Kruger zone 37,9807,8801,0,9102,8807,0,9001,8802,111,9102,8806,37500000,9001,8805,1,9201,,,,,,
+16298,3-degree Gauss-Kruger zone 38,9807,8802,114,9102,8801,0,9102,8806,38500000,9001,8805,1,9201,8807,0,9001,,,,,,
+16299,3-degree Gauss-Kruger zone 39,9807,8806,39500000,9001,8805,1,9201,8802,117,9102,8801,0,9102,8807,0,9001,,,,,,
+16301,Gauss-Kruger CM 3E,9807,8802,3,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+16302,Gauss-Kruger CM 9E,9807,8807,0,9001,8805,1,9201,8806,500000,9001,8802,9,9102,8801,0,9102,,,,,,
+16303,Gauss-Kruger CM 15E,9807,8805,1,9201,8801,0,9102,8807,0,9001,8806,500000,9001,8802,15,9102,,,,,,
+16304,Gauss-Kruger CM 21E,9807,8805,1,9201,8802,21,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+16305,Gauss-Kruger CM 27E,9807,8806,500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+16306,Gauss-Kruger CM 33E,9807,8801,0,9102,8807,0,9001,8802,33,9102,8806,500000,9001,8805,1,9201,,,,,,
+16307,Gauss-Kruger CM 39E,9807,8801,0,9102,8806,500000,9001,8805,1,9201,8802,39,9102,8807,0,9001,,,,,,
+16308,Gauss-Kruger CM 45E,9807,8807,0,9001,8806,500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,,,,,,
+16309,Gauss-Kruger CM 51E,9807,8801,0,9102,8802,51,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+16310,Gauss-Kruger CM 57E,9807,8802,57,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+16311,Gauss-Kruger CM 63E,9807,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,8802,63,9102,,,,,,
+16312,Gauss-Kruger CM 69E,9807,8801,0,9102,8805,1,9201,8802,69,9102,8806,500000,9001,8807,0,9001,,,,,,
+16313,Gauss-Kruger CM 75E,9807,8805,1,9201,8802,75,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16314,Gauss-Kruger CM 81E,9807,8801,0,9102,8807,0,9001,8802,81,9102,8806,500000,9001,8805,1,9201,,,,,,
+16315,Gauss-Kruger CM 87E,9807,8802,87,9102,8806,500000,9001,8805,1,9201,8801,0,9102,8807,0,9001,,,,,,
+16316,Gauss-Kruger CM 93E,9807,8806,500000,9001,8805,1,9201,8802,93,9102,8801,0,9102,8807,0,9001,,,,,,
+16317,Gauss-Kruger CM 99E,9807,8802,99,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+16318,Gauss-Kruger CM 105E,9807,8805,1,9201,8802,105,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16319,Gauss-Kruger CM 111E,9807,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,111,9102,,,,,,
+16320,Gauss-Kruger CM 117E,9807,8805,1,9201,8802,117,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+16321,Gauss-Kruger CM 123E,9807,8806,500000,9001,8807,0,9001,8805,1,9201,8802,123,9102,8801,0,9102,,,,,,
+16322,Gauss-Kruger CM 129E,9807,8801,0,9102,8807,0,9001,8802,129,9102,8806,500000,9001,8805,1,9201,,,,,,
+16323,Gauss-Kruger CM 135E,9807,8801,0,9102,8806,500000,9001,8805,1,9201,8802,135,9102,8807,0,9001,,,,,,
+16324,Gauss-Kruger CM 141E,9807,8806,500000,9001,8805,1,9201,8802,141,9102,8801,0,9102,8807,0,9001,,,,,,
+16325,Gauss-Kruger CM 147E,9807,8802,147,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+16326,Gauss-Kruger CM 153E,9807,8802,153,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+16327,Gauss-Kruger CM 159E,9807,8807,0,9001,8806,500000,9001,8805,1,9201,8802,159,9102,8801,0,9102,,,,,,
+16328,Gauss-Kruger CM 165E,9807,8806,500000,9001,8805,1,9201,8802,165,9102,8807,0,9001,8801,0,9102,,,,,,
+16329,Gauss-Kruger CM 171E,9807,8805,1,9201,8802,171,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16330,Gauss-Kruger CM 177E,9807,8801,0,9102,8807,0,9001,8802,177,9102,8806,500000,9001,8805,1,9201,,,,,,
+16331,Gauss-Kruger CM 177W,9807,8801,0,9102,8806,500000,9001,8805,1,9201,8807,0,9001,8802,-177,9102,,,,,,
+16332,Gauss-Kruger CM 171W,9807,8806,500000,9001,8805,1,9201,8802,-171,9102,8801,0,9102,8807,0,9001,,,,,,
+16333,Gauss-Kruger CM 165W,9807,8802,-165,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+16334,Gauss-Kruger CM 159W,9807,8806,500000,9001,8802,-159,9102,8801,0,9102,8807,0,9001,8805,1,9201,,,,,,
+16335,Gauss-Kruger CM 153W,9807,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,-153,9102,,,,,,
+16336,Gauss-Kruger CM 147W,9807,8805,1,9201,8802,-147,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+16337,Gauss-Kruger CM 141W,9807,8805,1,9201,8802,-141,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16338,Gauss-Kruger CM 135W,9807,8801,0,9102,8807,0,9001,8802,-135,9102,8806,500000,9001,8805,1,9201,,,,,,
+16339,Gauss-Kruger CM 129W,9807,8801,0,9102,8806,500000,9001,8805,1,9201,8802,-129,9102,8807,0,9001,,,,,,
+16340,Gauss-Kruger CM 123W,9807,8806,500000,9001,8805,1,9201,8802,-123,9102,8801,0,9102,8807,0,9001,,,,,,
+16341,Gauss-Kruger CM 117W,9807,8802,-117,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+16342,Gauss-Kruger CM 111W,9807,8802,-111,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+16343,Gauss-Kruger CM 105W,9807,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,-105,9102,,,,,,
+16344,Gauss-Kruger CM 99W,9807,8805,1,9201,8802,-99,9102,8806,500000,9001,8807,0,9001,8801,0,9102,,,,,,
+16345,Gauss-Kruger CM 93W,9807,8805,1,9201,8802,-93,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16346,Gauss-Kruger CM 87W,9807,8801,0,9102,8807,0,9001,8802,-87,9102,8806,500000,9001,8805,1,9201,,,,,,
+16347,Gauss-Kruger CM 81W,9807,8805,1,9201,8801,0,9102,8806,500000,9001,8807,0,9001,8802,-81,9102,,,,,,
+16348,Gauss-Kruger CM 75W,9807,8806,500000,9001,8805,1,9201,8802,-75,9102,8801,0,9102,8807,0,9001,,,,,,
+16349,Gauss-Kruger CM 69W,9807,8802,-69,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+16350,Gauss-Kruger CM 63W,9807,8802,-63,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+16351,Gauss-Kruger CM 57W,9807,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,-57,9102,,,,,,
+16352,Gauss-Kruger CM 51W,9807,8805,1,9201,8802,-51,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+16353,Gauss-Kruger CM 45W,9807,8807,0,9001,8805,1,9201,8802,-45,9102,8801,0,9102,8806,500000,9001,,,,,,
+16354,Gauss-Kruger CM 39W,9807,8805,1,9201,8802,-39,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16355,Gauss-Kruger CM 33W,9807,8801,0,9102,8806,500000,9001,8805,1,9201,8802,-33,9102,8807,0,9001,,,,,,
+16356,Gauss-Kruger CM 27W,9807,8806,500000,9001,8805,1,9201,8802,-27,9102,8801,0,9102,8807,0,9001,,,,,,
+16357,Gauss-Kruger CM 21W,9807,8802,-21,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+16358,Gauss-Kruger CM 15W,9807,8802,-15,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+16359,Gauss-Kruger CM 9W,9807,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,8802,-9,9102,,,,,,
+16360,Gauss-Kruger CM 3W,9807,8801,0,9102,8802,-3,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
+16361,3-degree Gauss-Kruger CM 3E,9807,8805,1,9201,8802,3,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16362,3-degree Gauss-Kruger CM 6E,9807,8801,0,9102,8807,0,9001,8802,6,9102,8806,500000,9001,8805,1,9201,,,,,,
+16363,3-degree Gauss-Kruger CM 9E,9807,8802,9,9102,8801,0,9102,8806,500000,9001,8805,1,9201,8807,0,9001,,,,,,
+16364,3-degree Gauss-Kruger CM 12E,9807,8806,500000,9001,8805,1,9201,8802,12,9102,8801,0,9102,8807,0,9001,,,,,,
+16365,3-degree Gauss-Kruger CM 15E,9807,8802,15,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+16366,3-degree Gauss-Kruger CM 18E,9807,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,8802,18,9102,,,,,,
+16367,3-degree Gauss-Kruger CM 21E,9807,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,21,9102,,,,,,
+16368,3-degree Gauss-Kruger CM 24E,9807,8805,1,9201,8802,24,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+16369,3-degree Gauss-Kruger CM 27E,9807,8806,500000,9001,8805,1,9201,8802,27,9102,8801,0,9102,8807,0,9001,,,,,,
+16370,3-degree Gauss-Kruger CM 30E,9807,8801,0,9102,8807,0,9001,8802,30,9102,8806,500000,9001,8805,1,9201,,,,,,
+16371,3-degree Gauss-Kruger CM 33E,9807,8801,0,9102,8806,500000,9001,8805,1,9201,8802,33,9102,8807,0,9001,,,,,,
+16372,3-degree Gauss-Kruger CM 36E,9807,8805,1,9201,8807,0,9001,8806,500000,9001,8802,36,9102,8801,0,9102,,,,,,
+16373,3-degree Gauss-Kruger CM 39E,9807,8801,0,9102,8802,39,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+16374,3-degree Gauss-Kruger CM 42E,9807,8802,42,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+16375,3-degree Gauss-Kruger CM 45E,9807,8807,0,9001,8806,500000,9001,8805,1,9201,8802,45,9102,8801,0,9102,,,,,,
+16376,3-degree Gauss-Kruger CM 48E,9807,8801,0,9102,8805,1,9201,8802,48,9102,8806,500000,9001,8807,0,9001,,,,,,
+16377,3-degree Gauss-Kruger CM 51E,9807,8805,1,9201,8802,51,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16378,3-degree Gauss-Kruger CM 54E,9807,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,8802,54,9102,,,,,,
+16379,3-degree Gauss-Kruger CM 57E,9807,8806,500000,9001,8807,0,9001,8805,1,9201,8801,0,9102,8802,57,9102,,,,,,
+16380,3-degree Gauss-Kruger CM 60E,9807,8806,500000,9001,8805,1,9201,8802,60,9102,8801,0,9102,8807,0,9001,,,,,,
+16381,3-degree Gauss-Kruger CM 63E,9807,8802,63,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+16382,3-degree Gauss-Kruger CM 66E,9807,8802,66,9102,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,,,,,,
+16383,3-degree Gauss-Kruger CM 69E,9807,8807,0,9001,8806,500000,9001,8801,0,9102,8805,1,9201,8802,69,9102,,,,,,
+16384,3-degree Gauss-Kruger CM 72E,9807,8805,1,9201,8802,72,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+16385,3-degree Gauss-Kruger CM 75E,9807,8807,0,9001,8805,1,9201,8802,75,9102,8801,0,9102,8806,500000,9001,,,,,,
+16386,3-degree Gauss-Kruger CM 78E,9807,8801,0,9102,8807,0,9001,8802,78,9102,8806,500000,9001,8805,1,9201,,,,,,
+16387,3-degree Gauss-Kruger CM 81E,9807,8801,0,9102,8806,500000,9001,8805,1,9201,8802,81,9102,8807,0,9001,,,,,,
+16388,3-degree Gauss-Kruger CM 84E,9807,8806,500000,9001,8805,1,9201,8802,84,9102,8801,0,9102,8807,0,9001,,,,,,
+16389,3-degree Gauss-Kruger CM 87E,9807,8802,87,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+16390,3-degree Gauss-Kruger CM 90E,9807,8802,90,9102,8801,0,9102,8806,500000,9001,8805,1,9201,8807,0,9001,,,,,,
+16391,3-degree Gauss-Kruger CM 93E,9807,8801,0,9102,8807,0,9001,8806,500000,9001,8805,1,9201,8802,93,9102,,,,,,
+16392,3-degree Gauss-Kruger CM 96E,9807,8801,0,9102,8802,96,9102,8806,500000,9001,8807,0,9001,8805,1,9201,,,,,,
+16393,3-degree Gauss-Kruger CM 99E,9807,8802,99,9102,8805,1,9201,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16394,3-degree Gauss-Kruger CM 102E,9807,8801,0,9102,8807,0,9001,8802,102,9102,8806,500000,9001,8805,1,9201,,,,,,
+16395,3-degree Gauss-Kruger CM 105E,9807,8801,0,9102,8802,105,9102,8806,500000,9001,8805,1,9201,8807,0,9001,,,,,,
+16396,3-degree Gauss-Kruger CM 108E,9807,8806,500000,9001,8805,1,9201,8802,108,9102,8801,0,9102,8807,0,9001,,,,,,
+16397,3-degree Gauss-Kruger CM 111E,9807,8802,111,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+16398,3-degree Gauss-Kruger CM 114E,9807,8801,0,9102,8805,1,9201,8806,500000,9001,8802,114,9102,8807,0,9001,,,,,,
+16399,3-degree Gauss-Kruger CM 117E,9807,8807,0,9001,8806,500000,9001,8805,1,9201,8802,117,9102,8801,0,9102,,,,,,
+16400,TM 0 N,9807,8805,0.9996,9201,8802,0,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+16405,TM 5 NE,9807,8805,0.9996,9201,8802,5,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16406,TM 6 NE,9807,8801,0,9102,8807,0,9001,8802,6,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+16411,TM 11 NE,9807,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,11,9102,8807,0,9001,,,,,,
+16412,TM 12 NE,9807,8807,0,9001,8805,0.9996,9201,8802,12,9102,8801,0,9102,8806,500000,9001,,,,,,
+16413,TM 13 NE,9807,8807,0,9001,8802,13,9102,8806,500000,9001,8805,0.9996,9201,8801,0,9102,,,,,,
+16430,TM 30 NE,9807,8801,0,9102,8802,30,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+16490,Bangladesh Transverse Mercator,9807,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,90,9102,8801,0,9102,,,,,,
+16506,TM 106 NE,9807,8801,0,9102,8805,0.9996,9201,8802,106,9102,8806,500000,9001,8807,0,9001,,,,,,
+16586,GK 106 NE,9807,8805,1,9201,8802,106,9102,8801,0,9102,8807,0,9001,8806,500000,9001,,,,,,
+16611,TM 11.30 SE,9807,8801,0,9110,8807,10000000,9001,8802,11.3,9110,8806,500000,9001,8805,0.9996,9201,,,,,,
+16612,TM 12 SE,9807,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,8801,0,9102,8802,12,9102,,,,,,
+16636,TM 36 SE,9807,8806,500000,9001,8802,36,9102,8801,0,9102,8807,10000000,9001,8805,0.9996,9201,,,,,,
+16709,TM 109 SE,9807,8802,109,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,8806,500000,9001,,,,,,
+16716,TM 116 SE,9807,8805,0.9996,9201,8802,116,9102,8807,10000000,9001,8806,500000,9001,8801,0,9102,,,,,,
+16732,TM 132 SE,9807,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,8802,132,9102,,,,,,
+17001,TM 1 NW,9807,8805,0.9996,9201,8802,-1,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+17005,TM 5 NW,9807,8806,500000,9001,8802,-5,9102,8805,0.9996,9201,8801,0,9102,8807,0,9001,,,,,,
+17054,TM 54 NW,9807,8801,0,9102,8807,0,9001,8806,500000,9001,8805,0.9996,9201,8802,-54,9102,,,,,,
+17204,SCAR IMW SP19-20,9802,8821,-90,9102,8824,-63.2,9110,8823,-60.4,9110,8822,-66,9102,8826,0,9001,8827,0,9001,,,
+17205,SCAR IMW SP21-22,9802,8824,-63.2,9110,8822,-54,9102,8821,-90,9102,8827,0,9001,8826,0,9001,8823,-60.4,9110,,,
+17206,SCAR IMW SP23-24,9802,8826,0,9001,8824,-63.2,9110,8821,-90,9102,8823,-60.4,9110,8822,-42,9102,8827,0,9001,,,
+17207,SCAR IMW SQ01-02,9802,8821,-90,9102,8827,0,9001,8826,0,9001,8824,-67.2,9110,8822,-174,9102,8823,-64.4,9110,,,
+17208,SCAR IMW SQ19-20,9802,8823,-64.4,9110,8821,-90,9102,8826,0,9001,8822,-66,9102,8827,0,9001,8824,-67.2,9110,,,
+17209,SCAR IMW SQ21-22,9802,8823,-64.4,9110,8827,0,9001,8826,0,9001,8824,-67.2,9110,8822,-54,9102,8821,-90,9102,,,
+17210,SCAR IMW SQ37-38,9802,8826,0,9001,8824,-67.2,9110,8822,42,9102,8823,-64.4,9110,8821,-90,9102,8827,0,9001,,,
+17211,SCAR IMW SQ39-40,9802,8827,0,9001,8826,0,9001,8824,-67.2,9110,8822,54,9102,8821,-90,9102,8823,-64.4,9110,,,
+17212,SCAR IMW SQ41-42,9802,8824,-67.2,9110,8821,-90,9102,8823,-64.4,9110,8822,66,9102,8826,0,9001,8827,0,9001,,,
+17213,SCAR IMW SQ43-44,9802,8827,0,9001,8823,-64.4,9110,8821,-90,9102,8822,78,9102,8824,-67.2,9110,8826,0,9001,,,
+17214,SCAR IMW SQ45-46,9802,8821,-90,9102,8823,-64.4,9110,8827,0,9001,8822,90,9102,8824,-67.2,9110,8826,0,9001,,,
+17215,SCAR IMW SQ47-48,9802,8822,102,9102,8827,0,9001,8824,-67.2,9110,8823,-64.4,9110,8826,0,9001,8821,-90,9102,,,
+17216,SCAR IMW SQ49-50,9802,8821,-90,9102,8826,0,9001,8823,-64.4,9110,8827,0,9001,8824,-67.2,9110,8822,114,9102,,,
+17217,SCAR IMW SQ51-52,9802,8826,0,9001,8824,-67.2,9110,8821,-90,9102,8827,0,9001,8822,126,9102,8823,-64.4,9110,,,
+17218,SCAR IMW SQ53-54,9802,8824,-67.2,9110,8822,138,9102,8823,-64.4,9110,8826,0,9001,8821,-90,9102,8827,0,9001,,,
+17219,SCAR IMW SQ55-56,9802,8826,0,9001,8823,-64.4,9110,8827,0,9001,8822,150,9102,8821,-90,9102,8824,-67.2,9110,,,
+17220,SCAR IMW SQ57-58,9802,8827,0,9001,8821,-90,9102,8824,-67.2,9110,8823,-64.4,9110,8826,0,9001,8822,162,9102,,,
+17221,SCAR IMW SR13-14,9802,8826,0,9001,8824,-71.2,9110,8822,-102,9102,8827,0,9001,8821,-90,9102,8823,-68.4,9110,,,
+17222,SCAR IMW SR15-16,9802,8821,-90,9102,8824,-71.2,9110,8822,-90,9102,8823,-68.4,9110,8826,0,9001,8827,0,9001,,,
+17223,SCAR IMW SR17-18,9802,8823,-68.4,9110,8821,-90,9102,8822,-78,9102,8827,0,9001,8824,-71.2,9110,8826,0,9001,,,
+17224,SCAR IMW SR19-20,9802,8826,0,9001,8823,-68.4,9110,8822,-66,9102,8827,0,9001,8824,-71.2,9110,8821,-90,9102,,,
+17225,SCAR IMW SR27-28,9802,8827,0,9001,8826,0,9001,8824,-71.2,9110,8822,-18,9102,8821,-90,9102,8823,-68.4,9110,,,
+17226,SCAR IMW SR29-30,9802,8822,-6,9102,8827,0,9001,8823,-68.4,9110,8824,-71.2,9110,8821,-90,9102,8826,0,9001,,,
+17227,SCAR IMW SR31-32,9802,8827,0,9001,8823,-68.4,9110,8822,6,9102,8821,-90,9102,8826,0,9001,8824,-71.2,9110,,,
+17228,SCAR IMW SR33-34,9802,8821,-90,9102,8822,18,9102,8823,-68.4,9110,8827,0,9001,8824,-71.2,9110,8826,0,9001,,,
+17229,SCAR IMW SR35-36,9802,8827,0,9001,8824,-71.2,9110,8822,30,9102,8826,0,9001,8821,-90,9102,8823,-68.4,9110,,,
+17230,SCAR IMW SR37-38,9802,8822,42,9102,8826,0,9001,8821,-90,9102,8824,-71.2,9110,8823,-68.4,9110,8827,0,9001,,,
+17231,SCAR IMW SR39-40,9802,8824,-71.2,9110,8822,54,9102,8821,-90,9102,8823,-68.4,9110,8827,0,9001,8826,0,9001,,,
+17232,SCAR IMW SR41-42,9802,8821,-90,9102,8822,66,9102,8824,-71.2,9110,8823,-68.4,9110,8826,0,9001,8827,0,9001,,,
+17233,SCAR IMW SR43-44,9802,8821,-90,9102,8823,-68.4,9110,8822,78,9102,8827,0,9001,8826,0,9001,8824,-71.2,9110,,,
+17234,SCAR IMW SR45-46,9802,8822,90,9102,8827,0,9001,8826,0,9001,8821,-90,9102,8824,-71.2,9110,8823,-68.4,9110,,,
+17235,SCAR IMW SR47-48,9802,8823,-68.4,9110,8824,-71.2,9110,8821,-90,9102,8822,102,9102,8827,0,9001,8826,0,9001,,,
+17236,SCAR IMW SR49-50,9802,8821,-90,9102,8824,-71.2,9110,8823,-68.4,9110,8822,114,9102,8826,0,9001,8827,0,9001,,,
+17237,SCAR IMW SR51-52,9802,8821,-90,9102,8823,-68.4,9110,8824,-71.2,9110,8822,126,9102,8827,0,9001,8826,0,9001,,,
+17238,SCAR IMW SR53-54,9802,8824,-71.2,9110,8822,138,9102,8826,0,9001,8821,-90,9102,8823,-68.4,9110,8827,0,9001,,,
+17239,SCAR IMW SR55-56,9802,8824,-71.2,9110,8822,150,9102,8821,-90,9102,8823,-68.4,9110,8827,0,9001,8826,0,9001,,,
 17240,SCAR IMW SR57-58,9802,8821,-90,9102,8822,162,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17241,SCAR IMW SR59-60,9802,8821,-90,9102,8822,174,9102,8823,-68.4,9110,8824,-71.2,9110,8826,0,9001,8827,0,9001,,,
-17242,SCAR IMW SS04-06,9802,8821,-90,9102,8822,-153,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17243,SCAR IMW SS07-09,9802,8821,-90,9102,8822,-135,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17244,SCAR IMW SS10-12,9802,8821,-90,9102,8822,-117,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17245,SCAR IMW SS13-15,9802,8821,-90,9102,8822,-99,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17246,SCAR IMW SS16-18,9802,8821,-90,9102,8822,-81,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17247,SCAR IMW SS19-21,9802,8821,-90,9102,8822,-63,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17248,SCAR IMW SS25-27,9802,8821,-90,9102,8822,-27,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17249,SCAR IMW SS28-30,9802,8821,-90,9102,8822,-9,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17250,SCAR IMW SS31-33,9802,8821,-90,9102,8822,9,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17251,SCAR IMW SS34-36,9802,8821,-90,9102,8822,27,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17252,SCAR IMW SS37-39,9802,8821,-90,9102,8822,45,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17253,SCAR IMW SS40-42,9802,8821,-90,9102,8822,63,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17254,SCAR IMW SS43-45,9802,8821,-90,9102,8822,81,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17255,SCAR IMW SS46-48,9802,8821,-90,9102,8822,99,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17256,SCAR IMW SS49-51,9802,8821,-90,9102,8822,117,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17257,SCAR IMW SS52-54,9802,8821,-90,9102,8822,135,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17258,SCAR IMW SS55-57,9802,8821,-90,9102,8822,153,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17259,SCAR IMW SS58-60,9802,8821,-90,9102,8822,171,9102,8823,-72.4,9110,8824,-75.2,9110,8826,0,9001,8827,0,9001,,,
-17260,SCAR IMW ST01-04,9802,8821,-90,9102,8822,-168,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-17261,SCAR IMW ST05-08,9802,8821,-90,9102,8822,-144,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-17262,SCAR IMW ST09-12,9802,8821,-90,9102,8822,-120,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-17263,SCAR IMW ST13-16,9802,8821,-90,9102,8822,-96,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-17264,SCAR IMW ST17-20,9802,8821,-90,9102,8822,-72,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-17265,SCAR IMW ST21-24,9802,8821,-90,9102,8822,-48,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-17266,SCAR IMW ST25-28,9802,8821,-90,9102,8822,-24,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-17267,SCAR IMW ST29-32,9802,8821,-90,9102,8822,0,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-17268,SCAR IMW ST33-36,9802,8821,-90,9102,8822,24,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-17269,SCAR IMW ST37-40,9802,8821,-90,9102,8822,48,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-17270,SCAR IMW ST41-44,9802,8821,-90,9102,8822,72,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-17271,SCAR IMW ST45-48,9802,8821,-90,9102,8822,96,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-17272,SCAR IMW ST49-52,9802,8821,-90,9102,8822,120,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-17273,SCAR IMW ST53-56,9802,8821,-90,9102,8822,144,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-17274,SCAR IMW ST57-60,9802,8821,-90,9102,8822,168,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-17275,SCAR IMW SU01-05,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-165,9102,,,,,,,,,
-17276,SCAR IMW SU06-10,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-135,9102,,,,,,,,,
-17277,SCAR IMW SU11-15,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-105,9102,,,,,,,,,
-17278,SCAR IMW SU16-20,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-75,9102,,,,,,,,,
-17279,SCAR IMW SU21-25,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-45,9102,,,,,,,,,
+17241,SCAR IMW SR59-60,9802,8823,-68.4,9110,8822,174,9102,8821,-90,9102,8827,0,9001,8826,0,9001,8824,-71.2,9110,,,
+17242,SCAR IMW SS04-06,9802,8822,-153,9102,8824,-75.2,9110,8826,0,9001,8827,0,9001,8821,-90,9102,8823,-72.4,9110,,,
+17243,SCAR IMW SS07-09,9802,8824,-75.2,9110,8822,-135,9102,8821,-90,9102,8823,-72.4,9110,8827,0,9001,8826,0,9001,,,
+17244,SCAR IMW SS10-12,9802,8821,-90,9102,8824,-75.2,9110,8823,-72.4,9110,8822,-117,9102,8826,0,9001,8827,0,9001,,,
+17245,SCAR IMW SS13-15,9802,8821,-90,9102,8824,-75.2,9110,8823,-72.4,9110,8826,0,9001,8827,0,9001,8822,-99,9102,,,
+17246,SCAR IMW SS16-18,9802,8821,-90,9102,8824,-75.2,9110,8826,0,9001,8823,-72.4,9110,8822,-81,9102,8827,0,9001,,,
+17247,SCAR IMW SS19-21,9802,8822,-63,9102,8821,-90,9102,8823,-72.4,9110,8827,0,9001,8826,0,9001,8824,-75.2,9110,,,
+17248,SCAR IMW SS25-27,9802,8821,-90,9102,8822,-27,9102,8824,-75.2,9110,8823,-72.4,9110,8826,0,9001,8827,0,9001,,,
+17249,SCAR IMW SS28-30,9802,8821,-90,9102,8823,-72.4,9110,8822,-9,9102,8827,0,9001,8826,0,9001,8824,-75.2,9110,,,
+17250,SCAR IMW SS31-33,9802,8822,9,9102,8827,0,9001,8826,0,9001,8821,-90,9102,8824,-75.2,9110,8823,-72.4,9110,,,
+17251,SCAR IMW SS34-36,9802,8821,-90,9102,8822,27,9102,8823,-72.4,9110,8827,0,9001,8826,0,9001,8824,-75.2,9110,,,
+17252,SCAR IMW SS37-39,9802,8821,-90,9102,8824,-75.2,9110,8823,-72.4,9110,8822,45,9102,8826,0,9001,8827,0,9001,,,
+17253,SCAR IMW SS40-42,9802,8821,-90,9102,8823,-72.4,9110,8824,-75.2,9110,8822,63,9102,8827,0,9001,8826,0,9001,,,
+17254,SCAR IMW SS43-45,9802,8822,81,9102,8826,0,9001,8821,-90,9102,8824,-75.2,9110,8823,-72.4,9110,8827,0,9001,,,
+17255,SCAR IMW SS46-48,9802,8824,-75.2,9110,8822,99,9102,8821,-90,9102,8823,-72.4,9110,8827,0,9001,8826,0,9001,,,
+17256,SCAR IMW SS49-51,9802,8822,117,9102,8821,-90,9102,8823,-72.4,9110,8826,0,9001,8824,-75.2,9110,8827,0,9001,,,
+17257,SCAR IMW SS52-54,9802,8822,135,9102,8821,-90,9102,8823,-72.4,9110,8827,0,9001,8826,0,9001,8824,-75.2,9110,,,
+17258,SCAR IMW SS55-57,9802,8822,153,9102,8826,0,9001,8827,0,9001,8821,-90,9102,8824,-75.2,9110,8823,-72.4,9110,,,
+17259,SCAR IMW SS58-60,9802,8824,-75.2,9110,8822,171,9102,8821,-90,9102,8823,-72.4,9110,8827,0,9001,8826,0,9001,,,
+17260,SCAR IMW ST01-04,9802,8821,-90,9102,8824,-79.2,9110,8823,-76.4,9110,8822,-168,9102,8826,0,9001,8827,0,9001,,,
+17261,SCAR IMW ST05-08,9802,8821,-90,9102,8823,-76.4,9110,8826,0,9001,8824,-79.2,9110,8822,-144,9102,8827,0,9001,,,
+17262,SCAR IMW ST09-12,9802,8822,-120,9102,8826,0,9001,8821,-90,9102,8824,-79.2,9110,8823,-76.4,9110,8827,0,9001,,,
+17263,SCAR IMW ST13-16,9802,8824,-79.2,9110,8822,-96,9102,8821,-90,9102,8823,-76.4,9110,8827,0,9001,8826,0,9001,,,
+17264,SCAR IMW ST17-20,9802,8821,-90,9102,8822,-72,9102,8824,-79.2,9110,8823,-76.4,9110,8826,0,9001,8827,0,9001,,,
+17265,SCAR IMW ST21-24,9802,8821,-90,9102,8823,-76.4,9110,8822,-48,9102,8827,0,9001,8826,0,9001,8824,-79.2,9110,,,
+17266,SCAR IMW ST25-28,9802,8827,0,9001,8822,-24,9102,8826,0,9001,8821,-90,9102,8824,-79.2,9110,8823,-76.4,9110,,,
+17267,SCAR IMW ST29-32,9802,8821,-90,9102,8822,0,9102,8823,-76.4,9110,8827,0,9001,8826,0,9001,8824,-79.2,9110,,,
+17268,SCAR IMW ST33-36,9802,8821,-90,9102,8824,-79.2,9110,8823,-76.4,9110,8822,24,9102,8826,0,9001,8827,0,9001,,,
+17269,SCAR IMW ST37-40,9802,8821,-90,9102,8823,-76.4,9110,8824,-79.2,9110,8822,48,9102,8827,0,9001,8826,0,9001,,,
+17270,SCAR IMW ST41-44,9802,8822,72,9102,8826,0,9001,8821,-90,9102,8824,-79.2,9110,8823,-76.4,9110,8827,0,9001,,,
+17271,SCAR IMW ST45-48,9802,8824,-79.2,9110,8822,96,9102,8821,-90,9102,8823,-76.4,9110,8827,0,9001,8826,0,9001,,,
+17272,SCAR IMW ST49-52,9802,8823,-76.4,9110,8822,120,9102,8824,-79.2,9110,8826,0,9001,8827,0,9001,8821,-90,9102,,,
+17273,SCAR IMW ST53-56,9802,8823,-76.4,9110,8822,144,9102,8821,-90,9102,8827,0,9001,8826,0,9001,8824,-79.2,9110,,,
+17274,SCAR IMW ST57-60,9802,8822,168,9102,8826,0,9001,8827,0,9001,8821,-90,9102,8824,-79.2,9110,8823,-76.4,9110,,,
+17275,SCAR IMW SU01-05,9829,8807,0,9001,8806,0,9001,8832,-80.1419,9110,8833,-165,9102,,,,,,,,,
+17276,SCAR IMW SU06-10,9829,8806,0,9001,8832,-80.1419,9110,8807,0,9001,8833,-135,9102,,,,,,,,,
+17277,SCAR IMW SU11-15,9829,8807,0,9001,8806,0,9001,8832,-80.1419,9110,8833,-105,9102,,,,,,,,,
+17278,SCAR IMW SU16-20,9829,8833,-75,9102,8806,0,9001,8832,-80.1419,9110,8807,0,9001,,,,,,,,,
+17279,SCAR IMW SU21-25,9829,8806,0,9001,8833,-45,9102,8832,-80.1419,9110,8807,0,9001,,,,,,,,,
 17280,SCAR IMW SU26-30,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-15,9102,,,,,,,,,
-17281,SCAR IMW SU31-35,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,15,9102,,,,,,,,,
-17282,SCAR IMW SU36-40,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,45,9102,,,,,,,,,
-17283,SCAR IMW SU41-45,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,75,9102,,,,,,,,,
-17284,SCAR IMW SU46-50,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,105,9102,,,,,,,,,
-17285,SCAR IMW SU51-55,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,135,9102,,,,,,,,,
-17286,SCAR IMW SU56-60,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,165,9102,,,,,,,,,
+17281,SCAR IMW SU31-35,9829,8807,0,9001,8806,0,9001,8832,-80.1419,9110,8833,15,9102,,,,,,,,,
+17282,SCAR IMW SU36-40,9829,8806,0,9001,8832,-80.1419,9110,8833,45,9102,8807,0,9001,,,,,,,,,
+17283,SCAR IMW SU41-45,9829,8807,0,9001,8806,0,9001,8832,-80.1419,9110,8833,75,9102,,,,,,,,,
+17284,SCAR IMW SU46-50,9829,8806,0,9001,8832,-80.1419,9110,8807,0,9001,8833,105,9102,,,,,,,,,
+17285,SCAR IMW SU51-55,9829,8807,0,9001,8806,0,9001,8832,-80.1419,9110,8833,135,9102,,,,,,,,,
+17286,SCAR IMW SU56-60,9829,8806,0,9001,8832,-80.1419,9110,8833,165,9102,8807,0,9001,,,,,,,,,
 17287,SCAR IMW SV01-10,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-150,9102,,,,,,,,,
-17288,SCAR IMW SV11-20,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-90,9102,,,,,,,,,
-17289,SCAR IMW SV21-30,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,-30,9102,,,,,,,,,
-17290,SCAR IMW SV31-40,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,30,9102,,,,,,,,,
-17291,SCAR IMW SV41-50,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,90,9102,,,,,,,,,
-17292,SCAR IMW SV51-60,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,150,9102,,,,,,,,,
-17293,SCAR IMW SW01-60,9829,8806,0,9001,8807,0,9001,8832,-80.1419,9110,8833,0,9102,,,,,,,,,
-17294,USGS Transantarctic Mountains,9802,8821,-78,9102,8822,162,9102,8823,-76.4,9110,8824,-79.2,9110,8826,0,9001,8827,0,9001,,,
-17321,SWEREF99 12 00,9807,8801,0,9102,8802,12,9102,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
+17288,SCAR IMW SV11-20,9829,8832,-80.1419,9110,8807,0,9001,8806,0,9001,8833,-90,9102,,,,,,,,,
+17289,SCAR IMW SV21-30,9829,8807,0,9001,8806,0,9001,8832,-80.1419,9110,8833,-30,9102,,,,,,,,,
+17290,SCAR IMW SV31-40,9829,8806,0,9001,8807,0,9001,8833,30,9102,8832,-80.1419,9110,,,,,,,,,
+17291,SCAR IMW SV41-50,9829,8807,0,9001,8806,0,9001,8832,-80.1419,9110,8833,90,9102,,,,,,,,,
+17292,SCAR IMW SV51-60,9829,8806,0,9001,8832,-80.1419,9110,8807,0,9001,8833,150,9102,,,,,,,,,
+17293,SCAR IMW SW01-60,9829,8807,0,9001,8806,0,9001,8832,-80.1419,9110,8833,0,9102,,,,,,,,,
+17294,USGS Transantarctic Mountains,9802,8821,-78,9102,8824,-79.2,9110,8823,-76.4,9110,8826,0,9001,8827,0,9001,8822,162,9102,,,
+17295,"North Pole Lambert Azimuthal Equal Area (Bering Sea)",9820,8801,90,9102,8807,0,9001,8806,0,9001,8802,180,9102,,,,,,,,,
+17296,"North Pole Lambert Azimuthal Equal Area (Alaska)",9820,8801,90,9102,8807,0,9001,8806,0,9001,8802,-150,9102,,,,,,,,,
+17297,"North Pole Lambert Azimuthal Equal Area (Canada)",9820,8802,-100,9102,8801,90,9102,8807,0,9001,8806,0,9001,,,,,,,,,
+17298,"North Pole Lambert Azimuthal Equal Area (Atlantic)",9820,8801,90,9102,8802,-40,9102,8807,0,9001,8806,0,9001,,,,,,,,,
+17299,"North Pole Lambert Azimuthal Equal Area (Europe)",9820,8802,10,9102,8801,90,9102,8807,0,9001,8806,0,9001,,,,,,,,,
+17300,"North Pole Lambert Azimuthal Equal Area (Russia)",9820,8801,90,9102,8807,0,9001,8806,0,9001,8802,90,9102,,,,,,,,,
+17321,SWEREF99 12 00,9807,8802,12,9102,8807,0,9001,8801,0,9102,8806,150000,9001,8805,1,9201,,,,,,
 17322,SWEREF99 13 30,9807,8801,0,9110,8802,13.3,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-17323,SWEREF99 15 00,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-17324,SWEREF99 16 30,9807,8801,0,9110,8802,16.3,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-17325,SWEREF99 18 00,9807,8801,0,9102,8802,18,9102,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-17326,SWEREF99 14 15,9807,8801,0,9110,8802,14.15,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-17327,SWEREF99 15 45,9807,8801,0,9110,8802,15.45,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-17328,SWEREF99 17 15,9807,8801,0,9110,8802,17.15,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-17329,SWEREF99 18 45,9807,8801,0,9110,8802,18.45,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-17330,SWEREF99 20 15,9807,8801,0,9110,8802,20.15,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-17331,SWEREF99 21 45,9807,8801,0,9110,8802,21.45,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-17332,SWEREF99 23 15,9807,8801,0,9110,8802,23.15,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-17333,SWEREF99 TM,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-17334,Sweden zone 7.5 gon V,9807,8801,0,9110,8802,11.18298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-17335,Sweden zone 5 gon V,9807,8801,0,9110,8802,13.33298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-17336,Sweden zone 0 gon,9807,8801,0,9110,8802,18.03298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-17337,Sweden zone 2.5 gon O,9807,8801,0,9110,8802,20.18298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-17338,Sweden zone 5 gon O,9807,8801,0,9110,8802,22.33298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-17348,Map Grid of Australia zone 48,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17349,Map Grid of Australia zone 49,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17350,Map Grid of Australia zone 50,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17351,Map Grid of Australia zone 51,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17352,Map Grid of Australia zone 52,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17353,Map Grid of Australia zone 53,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17354,Map Grid of Australia zone 54,9807,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17355,Map Grid of Australia zone 55,9807,8801,0,9102,8802,147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17356,Map Grid of Australia zone 56,9807,8801,0,9102,8802,153,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17357,Map Grid of Australia zone 57,9807,8801,0,9102,8802,159,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17358,Map Grid of Australia zone 58,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17359,SA Lambert,9802,8821,-32,9102,8822,135,9102,8823,-28,9102,8824,-36,9102,8826,1000000,9001,8827,2000000,9001,,,
-17360,Vicgrid66,9802,8821,-37,9102,8822,145,9102,8823,-36,9102,8824,-38,9102,8826,2500000,9001,8827,4500000,9001,,,
-17361,Vicgrid94,9802,8821,-37,9102,8822,145,9102,8823,-36,9102,8824,-38,9102,8826,2500000,9001,8827,2500000,9001,,,
-17362,Geoscience Australia Standard National Scale Lambert Projection,9802,8821,0,9102,8822,134,9102,8823,-18,9102,8824,-36,9102,8826,0,9001,8827,0,9001,,,
-17363,Brisbane City Survey Grid 02,9807,8801,-28,9102,8802,153,9102,8805,0.99999,9201,8806,50000,9001,8807,100000,9001,,,,,,
-17364,New South Wales Lambert,9802,8821,-33.25,9102,8822,147,9102,8823,-30.75,9102,8824,-35.75,9102,8826,9300000,9001,8827,4500000,9001,,,
-17401,Katanga Lambert Conformal,9802,8821,0,9102,8822,26,9102,8823,-6.5,9102,8824,-11.5,9102,8826,0,9001,8827,0,9001,,,
-17402,Katanga Transverse Mercator,9807,8801,-9,9102,8802,26,9102,8805,0.9998,9201,8806,0,9001,8807,0,9001,,,,,,
+17323,SWEREF99 15 00,9807,8805,1,9201,8802,15,9102,8801,0,9102,8807,0,9001,8806,150000,9001,,,,,,
+17324,SWEREF99 16 30,9807,8805,1,9201,8801,0,9110,8802,16.3,9110,8807,0,9001,8806,150000,9001,,,,,,
+17325,SWEREF99 18 00,9807,8802,18,9102,8801,0,9102,8806,150000,9001,8805,1,9201,8807,0,9001,,,,,,
+17326,SWEREF99 14 15,9807,8801,0,9110,8806,150000,9001,8805,1,9201,8802,14.15,9110,8807,0,9001,,,,,,
+17327,SWEREF99 15 45,9807,8806,150000,9001,8802,15.45,9110,8801,0,9110,8805,1,9201,8807,0,9001,,,,,,
+17328,SWEREF99 17 15,9807,8802,17.15,9110,8805,1,9201,8806,150000,9001,8807,0,9001,8801,0,9110,,,,,,
+17329,SWEREF99 18 45,9807,8801,0,9110,8806,150000,9001,8807,0,9001,8805,1,9201,8802,18.45,9110,,,,,,
+17330,SWEREF99 20 15,9807,8805,1,9201,8802,20.15,9110,8801,0,9110,8806,150000,9001,8807,0,9001,,,,,,
+17331,SWEREF99 21 45,9807,8801,0,9110,8805,1,9201,8806,150000,9001,8802,21.45,9110,8807,0,9001,,,,,,
+17332,SWEREF99 23 15,9807,8805,1,9201,8801,0,9110,8802,23.15,9110,8807,0,9001,8806,150000,9001,,,,,,
+17333,SWEREF99 TM,9807,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,15,9102,8807,0,9001,,,,,,
+17334,Sweden zone 7.5 gon V,9807,8807,0,9001,8801,0,9110,8806,1500000,9001,8805,1,9201,8802,11.18298,9110,,,,,,
+17335,Sweden zone 5 gon V,9807,8801,0,9110,8802,13.33298,9110,8805,1,9201,8807,0,9001,8806,1500000,9001,,,,,,
+17336,Sweden zone 0 gon,9807,8802,18.03298,9110,8801,0,9110,8807,0,9001,8806,1500000,9001,8805,1,9201,,,,,,
+17337,Sweden zone 2.5 gon O,9807,8802,20.18298,9110,8807,0,9001,8801,0,9110,8806,1500000,9001,8805,1,9201,,,,,,
+17338,Sweden zone 5 gon O,9807,8801,0,9110,8805,1,9201,8802,22.33298,9110,8806,1500000,9001,8807,0,9001,,,,,,
+17348,Map Grid of Australia zone 48,9807,8801,0,9102,8805,0.9996,9201,8802,105,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+17349,Map Grid of Australia zone 49,9807,8805,0.9996,9201,8801,0,9102,8802,111,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+17350,Map Grid of Australia zone 50,9807,8802,117,9102,8806,500000,9001,8805,0.9996,9201,8801,0,9102,8807,10000000,9001,,,,,,
+17351,Map Grid of Australia zone 51,9807,8806,500000,9001,8805,0.9996,9201,8802,123,9102,8801,0,9102,8807,10000000,9001,,,,,,
+17352,Map Grid of Australia zone 52,9807,8806,500000,9001,8802,129,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,,,,,,
+17353,Map Grid of Australia zone 53,9807,8802,135,9102,8805,0.9996,9201,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+17354,Map Grid of Australia zone 54,9807,8802,141,9102,8807,10000000,9001,8801,0,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
+17355,Map Grid of Australia zone 55,9807,8805,0.9996,9201,8802,147,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+17356,Map Grid of Australia zone 56,9807,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,8802,153,9102,,,,,,
+17357,Map Grid of Australia zone 57,9807,8801,0,9102,8802,159,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+17358,Map Grid of Australia zone 58,9807,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,165,9102,8807,10000000,9001,,,,,,
+17359,SA Lambert,9802,8821,-32,9102,8824,-36,9102,8826,1000000,9001,8823,-28,9102,8822,135,9102,8827,2000000,9001,,,
+17360,Vicgrid66,9802,8823,-36,9102,8827,4500000,9001,8821,-37,9102,8822,145,9102,8826,2500000,9001,8824,-38,9102,,,
+17361,Vicgrid94,9802,8826,2500000,9001,8823,-36,9102,8822,145,9102,8821,-37,9102,8824,-38,9102,8827,2500000,9001,,,
+17362,Geoscience Australia Standard National Scale Lambert Projection,9802,8823,-18,9102,8822,134,9102,8827,0,9001,8826,0,9001,8824,-36,9102,8821,0,9102,,,
+17363,Brisbane City Survey Grid 02,9807,8801,-28,9102,8806,50000,9001,8805,0.99999,9201,8802,153,9102,8807,100000,9001,,,,,,
+17364,New South Wales Lambert,9802,8824,-35.75,9102,8822,147,9102,8821,-33.25,9102,8823,-30.75,9102,8827,4500000,9001,8826,9300000,9001,,,
+17365,Australian Albers,9822,8821,0,9102,8822,132,9102,8824,-36,9102,8823,-18,9102,8826,0,9001,8827,0,9001,,,
+17401,Katanga Lambert Conformal,9802,8821,0,9102,8823,-6.5,9102,8822,26,9102,8827,0,9001,8826,0,9001,8824,-11.5,9102,,,
+17402,Katanga Transverse Mercator,9807,8802,26,9102,8807,0,9001,8801,-9,9102,8806,0,9001,8805,0.9998,9201,,,,,,
 17412,Congo Transverse Mercator zone 12,9807,8801,0,9102,8802,12,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17414,Congo Transverse Mercator zone 14,9807,8801,0,9102,8802,14,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17416,Congo Transverse Mercator zone 16,9807,8801,0,9102,8802,16,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17418,Congo Transverse Mercator zone 18,9807,8801,0,9102,8802,18,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17420,Congo Transverse Mercator zone 20,9807,8801,0,9102,8802,20,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17422,Congo Transverse Mercator zone 22,9807,8801,0,9102,8802,22,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17424,Congo Transverse Mercator zone 24,9807,8801,0,9102,8802,24,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17426,Congo Transverse Mercator zone 26,9807,8801,0,9102,8802,26,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17428,Congo Transverse Mercator zone 28,9807,8801,0,9102,8802,28,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17430,Congo Transverse Mercator zone 30,9807,8801,0,9102,8802,30,9102,8805,0.9999,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17448,Australian Map Grid zone 48,9807,8801,0,9102,8802,105,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17449,Australian Map Grid zone 49,9807,8801,0,9102,8802,111,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17450,Australian Map Grid zone 50,9807,8801,0,9102,8802,117,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17451,Australian Map Grid zone 51,9807,8801,0,9102,8802,123,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17452,Australian Map Grid zone 52,9807,8801,0,9102,8802,129,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17453,Australian Map Grid zone 53,9807,8801,0,9102,8802,135,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
+17414,Congo Transverse Mercator zone 14,9807,8805,0.9999,9201,8802,14,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+17416,Congo Transverse Mercator zone 16,9807,8805,0.9999,9201,8801,0,9102,8802,16,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+17418,Congo Transverse Mercator zone 18,9807,8802,18,9102,8801,0,9102,8806,500000,9001,8805,0.9999,9201,8807,10000000,9001,,,,,,
+17420,Congo Transverse Mercator zone 20,9807,8801,0,9102,8806,500000,9001,8805,0.9999,9201,8802,20,9102,8807,10000000,9001,,,,,,
+17422,Congo Transverse Mercator zone 22,9807,8806,500000,9001,8802,22,9102,8801,0,9102,8805,0.9999,9201,8807,10000000,9001,,,,,,
+17424,Congo Transverse Mercator zone 24,9807,8805,0.9999,9201,8802,24,9102,8807,10000000,9001,8806,500000,9001,8801,0,9102,,,,,,
+17426,Congo Transverse Mercator zone 26,9807,8802,26,9102,8807,10000000,9001,8801,0,9102,8806,500000,9001,8805,0.9999,9201,,,,,,
+17428,Congo Transverse Mercator zone 28,9807,8805,0.9999,9201,8802,28,9102,8801,0,9102,8806,500000,9001,8807,10000000,9001,,,,,,
+17430,Congo Transverse Mercator zone 30,9807,8801,0,9102,8805,0.9999,9201,8806,500000,9001,8802,30,9102,8807,10000000,9001,,,,,,
+17432,Indonesia TM-3 zone 46.2,9807,8805,0.9999,9201,8801,0,9102,8802,94.5,9102,8807,1500000,9001,8806,200000,9001,,,,,,
+17433,Indonesia TM-3 zone 47.1,9807,8801,0,9102,8806,200000,9001,8805,0.9999,9201,8802,97.5,9102,8807,1500000,9001,,,,,,
+17434,Indonesia TM-3 zone 47.2,9807,8801,0,9102,8807,1500000,9001,8806,200000,9001,8805,0.9999,9201,8802,100.5,9102,,,,,,
+17435,Indonesia TM-3 zone 48.1,9807,8801,0,9102,8802,103.5,9102,8805,0.9999,9201,8807,1500000,9001,8806,200000,9001,,,,,,
+17436,Indonesia TM-3 zone 48.2,9807,8802,106.5,9102,8801,0,9102,8807,1500000,9001,8806,200000,9001,8805,0.9999,9201,,,,,,
+17437,Indonesia TM-3 zone 49.1,9807,8802,109.5,9102,8807,1500000,9001,8801,0,9102,8806,200000,9001,8805,0.9999,9201,,,,,,
+17438,Indonesia TM-3 zone 49.2,9807,8801,0,9102,8805,0.9999,9201,8802,112.5,9102,8806,200000,9001,8807,1500000,9001,,,,,,
+17439,Indonesia TM-3 zone 50.1,9807,8801,0,9102,8805,0.9999,9201,8802,115.5,9102,8807,1500000,9001,8806,200000,9001,,,,,,
+17440,Indonesia TM-3 zone 50.2,9807,8805,0.9999,9201,8801,0,9102,8802,118.5,9102,8807,1500000,9001,8806,200000,9001,,,,,,
+17441,Indonesia TM-3 zone 51.1,9807,8802,121.5,9102,8805,0.9999,9201,8807,1500000,9001,8806,200000,9001,8801,0,9102,,,,,,
+17442,Indonesia TM-3 zone 51.2,9807,8806,200000,9001,8805,0.9999,9201,8802,124.5,9102,8801,0,9102,8807,1500000,9001,,,,,,
+17443,Indonesia TM-3 zone 52.1,9807,8806,200000,9001,8802,127.5,9102,8801,0,9102,8805,0.9999,9201,8807,1500000,9001,,,,,,
+17444,Indonesia TM-3 zone 52.2,9807,8801,0,9102,8802,130.5,9102,8805,0.9999,9201,8807,1500000,9001,8806,200000,9001,,,,,,
+17445,Indonesia TM-3 zone 53.1,9807,8802,133.5,9102,8807,1500000,9001,8801,0,9102,8806,200000,9001,8805,0.9999,9201,,,,,,
+17446,Indonesia TM-3 zone 53.2,9807,8805,0.9999,9201,8802,136.5,9102,8801,0,9102,8806,200000,9001,8807,1500000,9001,,,,,,
+17447,Indonesia TM-3 zone 54.1,9807,8806,200000,9001,8801,0,9102,8805,0.9999,9201,8807,1500000,9001,8802,139.5,9102,,,,,,
+17448,Australian Map Grid zone 48,9807,8801,0,9102,8802,105,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+17449,Australian Map Grid zone 49,9807,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,111,9102,8807,10000000,9001,,,,,,
+17450,Australian Map Grid zone 50,9807,8801,0,9102,8806,500000,9001,8807,10000000,9001,8805,0.9996,9201,8802,117,9102,,,,,,
+17451,Australian Map Grid zone 51,9807,8806,500000,9001,8802,123,9102,8801,0,9102,8805,0.9996,9201,8807,10000000,9001,,,,,,
+17452,Australian Map Grid zone 52,9807,8802,129,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,8805,0.9996,9201,,,,,,
+17453,Australian Map Grid zone 53,9807,8802,135,9102,8807,10000000,9001,8801,0,9102,8806,500000,9001,8805,0.9996,9201,,,,,,
 17454,Australian Map Grid zone 54,9807,8801,0,9102,8802,141,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17455,Australian Map Grid zone 55,9807,8801,0,9102,8802,147,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17456,Australian Map Grid zone 56,9807,8801,0,9102,8802,153,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17457,Australian Map Grid zone 57,9807,8801,0,9102,8802,159,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17458,Australian Map Grid zone 58,9807,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
-17515,South African Survey Grid zone 15,9808,8801,0,9102,8802,15,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-17517,South African Survey Grid zone 17,9808,8801,0,9102,8802,17,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-17519,South African Survey Grid zone 19,9808,8801,0,9102,8802,19,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-17521,South African Survey Grid zone 21,9808,8801,0,9102,8802,21,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-17523,South African Survey Grid zone 23,9808,8801,0,9102,8802,23,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-17525,South African Survey Grid zone 25,9808,8801,0,9102,8802,25,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-17527,South African Survey Grid zone 27,9808,8801,0,9102,8802,27,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-17529,South African Survey Grid zone 29,9808,8801,0,9102,8802,29,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-17531,South African Survey Grid zone 31,9808,8801,0,9102,8802,31,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-17533,South African Survey Grid zone 33,9808,8801,0,9102,8802,33,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-17611,South West African Survey Grid zone 11,9808,8801,-22,9102,8802,11,9102,8805,1,9201,8806,0,9031,8807,0,9031,,,,,,
-17613,South West African Survey Grid zone 13,9808,8801,-22,9102,8802,13,9102,8805,1,9201,8806,0,9031,8807,0,9031,,,,,,
-17615,South West African Survey Grid zone 15,9808,8801,-22,9102,8802,15,9102,8805,1,9201,8806,0,9031,8807,0,9031,,,,,,
-17617,South West African Survey Grid zone 17,9808,8801,-22,9102,8802,17,9102,8805,1,9201,8806,0,9031,8807,0,9031,,,,,,
-17619,South West African Survey Grid zone 19,9808,8801,-22,9102,8802,19,9102,8805,1,9201,8806,0,9031,8807,0,9031,,,,,,
-17621,South West African Survey Grid zone 21,9808,8801,-22,9102,8802,21,9102,8805,1,9201,8806,0,9031,8807,0,9031,,,,,,
-17623,South West African Survey Grid zone 23,9808,8801,-22,9102,8802,23,9102,8805,1,9201,8806,0,9031,8807,0,9031,,,,,,
-17625,South West African Survey Grid zone 25,9808,8801,-22,9102,8802,25,9102,8805,1,9201,8806,0,9031,8807,0,9031,,,,,,
-17700,MTM Quebec zone 2,9807,8801,0,9110,8802,-55.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17701,MTM zone 1,9807,8801,0,9102,8802,-53,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17702,MTM Newfoundland zone 2,9807,8801,0,9102,8802,-56,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17703,MTM zone 3,9807,8801,0,9110,8802,-58.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17704,MTM zone 4,9807,8801,0,9110,8802,-61.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17705,MTM zone 5,9807,8801,0,9110,8802,-64.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17706,MTM zone 6,9807,8801,0,9110,8802,-67.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17707,MTM zone 7,9807,8801,0,9110,8802,-70.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17708,MTM zone 8,9807,8801,0,9110,8802,-73.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17709,MTM zone 9,9807,8801,0,9110,8802,-76.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17710,MTM zone 10,9807,8801,0,9110,8802,-79.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17711,MTM zone 11,9807,8801,0,9110,8802,-82.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17712,MTM zone 12,9807,8801,0,9102,8802,-81,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17713,MTM zone 13,9807,8801,0,9102,8802,-84,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17714,MTM zone 14,9807,8801,0,9102,8802,-87,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17715,MTM zone 15,9807,8801,0,9102,8802,-90,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17716,MTM zone 16,9807,8801,0,9102,8802,-93,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17717,MTM zone 17,9807,8801,0,9102,8802,-96,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
-17794,MTM Nova Scotia zone 4,9807,8801,0,9110,8802,-61.3,9110,8805,0.9999,9201,8806,4500000,9001,8807,0,9001,,,,,,
-17795,MTM Nova Scotia zone 5,9807,8801,0,9110,8802,-64.3,9110,8805,0.9999,9201,8806,5500000,9001,8807,0,9001,,,,,,
-17801,Japan Plane Rectangular CS zone I,9807,8801,33,9110,8802,129.3,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17802,Japan Plane Rectangular CS zone II,9807,8801,33,9110,8802,131,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17803,Japan Plane Rectangular CS zone III,9807,8801,36,9110,8802,132.1,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17804,Japan Plane Rectangular CS zone IV,9807,8801,33,9110,8802,133.3,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17805,Japan Plane Rectangular CS zone V,9807,8801,36,9110,8802,134.2,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17806,Japan Plane Rectangular CS zone VI,9807,8801,36,9110,8802,136,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17807,Japan Plane Rectangular CS zone VII,9807,8801,36,9110,8802,137.1,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17808,Japan Plane Rectangular CS zone VIII,9807,8801,36,9110,8802,138.3,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
+17455,Australian Map Grid zone 55,9807,8805,0.9996,9201,8802,147,9102,8801,0,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+17456,Australian Map Grid zone 56,9807,8805,0.9996,9201,8801,0,9102,8802,153,9102,8807,10000000,9001,8806,500000,9001,,,,,,
+17457,Australian Map Grid zone 57,9807,8802,159,9102,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8807,10000000,9001,,,,,,
+17458,Australian Map Grid zone 58,9807,8801,0,9102,8806,500000,9001,8805,0.9996,9201,8802,165,9102,8807,10000000,9001,,,,,,
+17515,South African Survey Grid zone 15,9808,8806,0,9001,8802,15,9102,8801,0,9102,8805,1,9201,8807,0,9001,,,,,,
+17517,South African Survey Grid zone 17,9808,8805,1,9201,8802,17,9102,8806,0,9001,8801,0,9102,8807,0,9001,,,,,,
+17519,South African Survey Grid zone 19,9808,8802,19,9102,8807,0,9001,8801,0,9102,8806,0,9001,8805,1,9201,,,,,,
+17521,South African Survey Grid zone 21,9808,8805,1,9201,8802,21,9102,8801,0,9102,8806,0,9001,8807,0,9001,,,,,,
+17523,South African Survey Grid zone 23,9808,8801,0,9102,8805,1,9201,8806,0,9001,8802,23,9102,8807,0,9001,,,,,,
+17525,South African Survey Grid zone 25,9808,8805,1,9201,8801,0,9102,8802,25,9102,8807,0,9001,8806,0,9001,,,,,,
+17527,South African Survey Grid zone 27,9808,8801,0,9102,8806,0,9001,8805,1,9201,8802,27,9102,8807,0,9001,,,,,,
+17529,South African Survey Grid zone 29,9808,8801,0,9102,8807,0,9001,8806,0,9001,8805,1,9201,8802,29,9102,,,,,,
+17531,South African Survey Grid zone 31,9808,8807,0,9001,8806,0,9001,8805,1,9201,8802,31,9102,8801,0,9102,,,,,,
+17533,South African Survey Grid zone 33,9808,8802,33,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,0,9001,,,,,,
+17611,South West African Survey Grid zone 11,9808,8807,0,9031,8806,0,9031,8805,1,9201,8802,11,9102,8801,-22,9102,,,,,,
+17613,South West African Survey Grid zone 13,9808,8802,13,9102,8801,-22,9102,8805,1,9201,8807,0,9031,8806,0,9031,,,,,,
+17615,South West African Survey Grid zone 15,9808,8802,15,9102,8801,-22,9102,8807,0,9031,8806,0,9031,8805,1,9201,,,,,,
+17617,South West African Survey Grid zone 17,9808,8801,-22,9102,8806,0,9031,8805,1,9201,8802,17,9102,8807,0,9031,,,,,,
+17619,South West African Survey Grid zone 19,9808,8805,1,9201,8806,0,9031,8807,0,9031,8801,-22,9102,8802,19,9102,,,,,,
+17621,South West African Survey Grid zone 21,9808,8805,1,9201,8802,21,9102,8801,-22,9102,8807,0,9031,8806,0,9031,,,,,,
+17623,South West African Survey Grid zone 23,9808,8801,-22,9102,8802,23,9102,8807,0,9031,8806,0,9031,8805,1,9201,,,,,,
+17625,South West African Survey Grid zone 25,9808,8801,-22,9102,8806,0,9031,8805,1,9201,8807,0,9031,8802,25,9102,,,,,,
+17700,MTM Quebec zone 2,9807,8806,304800,9001,8805,0.9999,9201,8802,-55.3,9110,8807,0,9001,8801,0,9110,,,,,,
+17701,MTM zone 1,9807,8802,-53,9102,8801,0,9102,8805,0.9999,9201,8807,0,9001,8806,304800,9001,,,,,,
+17702,MTM Newfoundland zone 2,9807,8807,0,9001,8801,0,9102,8802,-56,9102,8805,0.9999,9201,8806,304800,9001,,,,,,
+17703,MTM zone 3,9807,8807,0,9001,8801,0,9110,8806,304800,9001,8805,0.9999,9201,8802,-58.3,9110,,,,,,
+17704,MTM zone 4,9807,8805,0.9999,9201,8802,-61.3,9110,8801,0,9110,8806,304800,9001,8807,0,9001,,,,,,
+17705,MTM zone 5,9807,8802,-64.3,9110,8806,304800,9001,8807,0,9001,8801,0,9110,8805,0.9999,9201,,,,,,
+17706,MTM zone 6,9807,8801,0,9110,8802,-67.3,9110,8807,0,9001,8806,304800,9001,8805,0.9999,9201,,,,,,
+17707,MTM zone 7,9807,8801,0,9110,8806,304800,9001,8805,0.9999,9201,8802,-70.3,9110,8807,0,9001,,,,,,
+17708,MTM zone 8,9807,8805,0.9999,9201,8802,-73.3,9110,8801,0,9110,8807,0,9001,8806,304800,9001,,,,,,
+17709,MTM zone 9,9807,8802,-76.3,9110,8805,0.9999,9201,8807,0,9001,8806,304800,9001,8801,0,9110,,,,,,
+17710,MTM zone 10,9807,8802,-79.3,9110,8801,0,9110,8807,0,9001,8806,304800,9001,8805,0.9999,9201,,,,,,
+17711,MTM zone 11,9807,8801,0,9110,8806,304800,9001,8805,0.9999,9201,8802,-82.3,9110,8807,0,9001,,,,,,
+17712,MTM zone 12,9807,8805,0.9999,9201,8802,-81,9102,8806,304800,9001,8807,0,9001,8801,0,9102,,,,,,
+17713,MTM zone 13,9807,8805,0.9999,9201,8802,-84,9102,8807,0,9001,8806,304800,9001,8801,0,9102,,,,,,
+17714,MTM zone 14,9807,8801,0,9102,8802,-87,9102,8807,0,9001,8806,304800,9001,8805,0.9999,9201,,,,,,
+17715,MTM zone 15,9807,8807,0,9001,8805,0.9999,9201,8801,0,9102,8802,-90,9102,8806,304800,9001,,,,,,
+17716,MTM zone 16,9807,8806,304800,9001,8805,0.9999,9201,8802,-93,9102,8807,0,9001,8801,0,9102,,,,,,
+17717,MTM zone 17,9807,8806,304800,9001,8802,-96,9102,8801,0,9102,8805,0.9999,9201,8807,0,9001,,,,,,
+17794,MTM Nova Scotia zone 4,9807,8801,0,9110,8805,0.9999,9201,8802,-61.3,9110,8807,0,9001,8806,4500000,9001,,,,,,
+17795,MTM Nova Scotia zone 5,9807,8805,0.9999,9201,8801,0,9110,8802,-64.3,9110,8806,5500000,9001,8807,0,9001,,,,,,
+17801,Japan Plane Rectangular CS zone I,9807,8801,33,9110,8805,0.9999,9201,8802,129.3,9110,8806,0,9001,8807,0,9001,,,,,,
+17802,Japan Plane Rectangular CS zone II,9807,8802,131,9110,8806,0,9001,8807,0,9001,8805,0.9999,9201,8801,33,9110,,,,,,
+17803,Japan Plane Rectangular CS zone III,9807,8805,0.9999,9201,8806,0,9001,8801,36,9110,8802,132.1,9110,8807,0,9001,,,,,,
+17804,Japan Plane Rectangular CS zone IV,9807,8801,33,9110,8802,133.3,9110,8806,0,9001,8805,0.9999,9201,8807,0,9001,,,,,,
+17805,Japan Plane Rectangular CS zone V,9807,8805,0.9999,9201,8802,134.2,9110,8807,0,9001,8806,0,9001,8801,36,9110,,,,,,
+17806,Japan Plane Rectangular CS zone VI,9807,8801,36,9110,8807,0,9001,8802,136,9110,8805,0.9999,9201,8806,0,9001,,,,,,
+17807,Japan Plane Rectangular CS zone VII,9807,8802,137.1,9110,8801,36,9110,8807,0,9001,8806,0,9001,8805,0.9999,9201,,,,,,
+17808,Japan Plane Rectangular CS zone VIII,9807,8806,0,9001,8801,36,9110,8807,0,9001,8802,138.3,9110,8805,0.9999,9201,,,,,,
 17809,Japan Plane Rectangular CS zone IX,9807,8801,36,9110,8802,139.5,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17810,Japan Plane Rectangular CS zone X,9807,8801,40,9110,8802,140.5,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17811,Japan Plane Rectangular CS zone XI,9807,8801,44,9110,8802,140.15,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17812,Japan Plane Rectangular CS zone XII,9807,8801,44,9110,8802,142.15,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17813,Japan Plane Rectangular CS zone XIII,9807,8801,44,9110,8802,144.15,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17814,Japan Plane Rectangular CS zone XIV,9807,8801,26,9110,8802,142,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17815,Japan Plane Rectangular CS zone XV,9807,8801,26,9110,8802,127.3,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17816,Japan Plane Rectangular CS zone XVI,9807,8801,26,9110,8802,124,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17817,Japan Plane Rectangular CS zone XVII,9807,8801,26,9110,8802,131,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17818,Japan Plane Rectangular CS zone XVIII,9807,8801,20,9110,8802,136,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17819,Japan Plane Rectangular CS zone XIX,9807,8801,26,9110,8802,154,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,,,,,,
-17901,Mount Eden Circuit,9807,8801,-36.5247515,9110,8802,174.45516217,9110,8805,0.9999,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17902,Bay of Plenty Circuit,9807,8801,-37.45404993,9110,8802,176.27583101,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17903,Poverty Bay Circuit,9807,8801,-38.372893,9110,8802,177.53082906,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17904,Hawkes Bay Circuit,9807,8801,-39.39033455,9110,8802,176.40252499,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17905,Taranaki Circuit,9807,8801,-39.08087299,9110,8802,174.13408423,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17906,Tuhirangi Circuit,9807,8801,-39.30448934,9110,8802,175.38241325,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17907,Wanganui Circuit,9807,8801,-40.14310097,9110,8802,175.29171586,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17908,Wairarapa Circuit,9807,8801,-40.55319175,9110,8802,175.38504588,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17909,Wellington Circuit,9807,8801,-41.18047507,9110,8802,174.46358432,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17910,Collingwood Circuit,9807,8801,-40.42531326,9110,8802,172.40193674,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17911,Nelson Circuit,9807,8801,-41.1628361,9110,8802,173.17575405,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17912,Karamea Circuit,9807,8801,-41.17236815,9110,8802,172.06325015,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17913,Buller Circuit,9807,8801,-41.48388903,9110,8802,171.34525362,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17914,Grey Circuit,9807,8801,-42.20012994,9110,8802,171.32591767,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17915,Amuri Circuit,9807,8801,-42.41208197,9110,8802,173.00364802,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17916,Marlborough Circuit,9807,8801,-41.3240152,9110,8802,173.48074668,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17917,Hokitika Circuit,9807,8801,-42.53107605,9110,8802,170.58479766,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17918,Okarito Circuit,9807,8801,-43.06364613,9110,8802,170.1539333,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17919,Jacksons Bay Circuit,9807,8801,-43.58400904,9110,8802,168.36225612,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17920,Mount Pleasant Circuit,9807,8801,-43.35262953,9110,8802,172.43378969,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17921,Gawler Circuit,9807,8801,-43.44553616,9110,8802,171.21386945,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17922,Timaru Circuit,9807,8801,-44.24079933,9110,8802,171.0326103,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17923,Lindis Peak Circuit,9807,8801,-44.44069647,9110,8802,169.28039183,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17924,Mount Nicholas Circuit,9807,8801,-45.07584493,9110,8802,168.23551083,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17925,Mount York Circuit,9807,8801,-45.33494142,9110,8802,167.44199024,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17926,Observation Point Circuit,9807,8801,-45.48583078,9110,8802,170.37429426,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17927,North Taieri Circuit,9807,8801,-45.51414481,9110,8802,170.16573208,9110,8805,0.99996,9201,8806,300000,9001,8807,700000,9001,,,,,,
-17928,Bluff Circuit,9807,8801,-46.36000346,9110,8802,168.20343392,9110,8805,1,9201,8806,300002.66,9001,8807,699999.58,9001,,,,,,
-17931,Mount Eden Circuit 2000,9807,8801,-36.5247,9110,8802,174.4551,9110,8805,0.9999,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17932,Bay of Plenty Circuit 2000,9807,8801,-37.454,9110,8802,176.2758,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17933,Poverty Bay Circuit 2000,9807,8801,-38.3728,9110,8802,177.5308,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17934,Hawkes Bay Circuit 2000,9807,8801,-39.3903,9110,8802,176.4025,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17935,Taranaki Circuit 2000,9807,8801,-39.0808,9110,8802,174.134,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17936,Tuhirangi Circuit 2000,9807,8801,-39.3044,9110,8802,175.3824,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
+17810,Japan Plane Rectangular CS zone X,9807,8805,0.9999,9201,8802,140.5,9110,8807,0,9001,8801,40,9110,8806,0,9001,,,,,,
+17811,Japan Plane Rectangular CS zone XI,9807,8801,44,9110,8802,140.15,9110,8807,0,9001,8806,0,9001,8805,0.9999,9201,,,,,,
+17812,Japan Plane Rectangular CS zone XII,9807,8802,142.15,9110,8805,0.9999,9201,8807,0,9001,8801,44,9110,8806,0,9001,,,,,,
+17813,Japan Plane Rectangular CS zone XIII,9807,8802,144.15,9110,8807,0,9001,8801,44,9110,8805,0.9999,9201,8806,0,9001,,,,,,
+17814,Japan Plane Rectangular CS zone XIV,9807,8802,142,9110,8805,0.9999,9201,8806,0,9001,8807,0,9001,8801,26,9110,,,,,,
+17815,Japan Plane Rectangular CS zone XV,9807,8807,0,9001,8805,0.9999,9201,8801,26,9110,8806,0,9001,8802,127.3,9110,,,,,,
+17816,Japan Plane Rectangular CS zone XVI,9807,8807,0,9001,8806,0,9001,8805,0.9999,9201,8801,26,9110,8802,124,9110,,,,,,
+17817,Japan Plane Rectangular CS zone XVII,9807,8802,131,9110,8805,0.9999,9201,8806,0,9001,8801,26,9110,8807,0,9001,,,,,,
+17818,Japan Plane Rectangular CS zone XVIII,9807,8801,20,9110,8807,0,9001,8805,0.9999,9201,8806,0,9001,8802,136,9110,,,,,,
+17819,Japan Plane Rectangular CS zone XIX,9807,8801,26,9110,8806,0,9001,8802,154,9110,8807,0,9001,8805,0.9999,9201,,,,,,
+17901,Mount Eden Circuit,9807,8805,0.9999,9201,8806,300000,9001,8802,174.45516217,9110,8807,700000,9001,8801,-36.5247515,9110,,,,,,
+17902,Bay of Plenty Circuit,9807,8802,176.27583101,9110,8807,700000,9001,8806,300000,9001,8801,-37.45404993,9110,8805,1,9201,,,,,,
+17903,Poverty Bay Circuit,9807,8806,300000,9001,8805,1,9201,8802,177.53082906,9110,8801,-38.372893,9110,8807,700000,9001,,,,,,
+17904,Hawkes Bay Circuit,9807,8802,176.40252499,9110,8801,-39.39033455,9110,8807,700000,9001,8806,300000,9001,8805,1,9201,,,,,,
+17905,Taranaki Circuit,9807,8805,1,9201,8801,-39.08087299,9110,8807,700000,9001,8802,174.13408423,9110,8806,300000,9001,,,,,,
+17906,Tuhirangi Circuit,9807,8807,700000,9001,8805,1,9201,8802,175.38241325,9110,8806,300000,9001,8801,-39.30448934,9110,,,,,,
+17907,Wanganui Circuit,9807,8807,700000,9001,8801,-40.14310097,9110,8805,1,9201,8806,300000,9001,8802,175.29171586,9110,,,,,,
+17908,Wairarapa Circuit,9807,8801,-40.55319175,9110,8802,175.38504588,9110,8807,700000,9001,8806,300000,9001,8805,1,9201,,,,,,
+17909,Wellington Circuit,9807,8806,300000,9001,8807,700000,9001,8805,1,9201,8801,-41.18047507,9110,8802,174.46358432,9110,,,,,,
+17910,Collingwood Circuit,9807,8802,172.40193674,9110,8806,300000,9001,8805,1,9201,8807,700000,9001,8801,-40.42531326,9110,,,,,,
+17911,Nelson Circuit,9807,8802,173.17575405,9110,8805,1,9201,8806,300000,9001,8807,700000,9001,8801,-41.1628361,9110,,,,,,
+17912,Karamea Circuit,9807,8807,700000,9001,8806,300000,9001,8805,1,9201,8801,-41.17236815,9110,8802,172.06325015,9110,,,,,,
+17913,Buller Circuit,9807,8805,1,9201,8801,-41.48388903,9110,8806,300000,9001,8807,700000,9001,8802,171.34525362,9110,,,,,,
+17914,Grey Circuit,9807,8805,1,9201,8802,171.32591767,9110,8806,300000,9001,8807,700000,9001,8801,-42.20012994,9110,,,,,,
+17915,Amuri Circuit,9807,8805,1,9201,8806,300000,9001,8807,700000,9001,8801,-42.41208197,9110,8802,173.00364802,9110,,,,,,
+17916,Marlborough Circuit,9807,8806,300000,9001,8802,173.48074668,9110,8807,700000,9001,8805,1,9201,8801,-41.3240152,9110,,,,,,
+17917,Hokitika Circuit,9807,8801,-42.53107605,9110,8806,300000,9001,8805,1,9201,8807,700000,9001,8802,170.58479766,9110,,,,,,
+17918,Okarito Circuit,9807,8802,170.1539333,9110,8806,300000,9001,8805,1,9201,8801,-43.06364613,9110,8807,700000,9001,,,,,,
+17919,Jacksons Bay Circuit,9807,8807,700000,9001,8802,168.36225612,9110,8805,1,9201,8801,-43.58400904,9110,8806,300000,9001,,,,,,
+17920,Mount Pleasant Circuit,9807,8801,-43.35262953,9110,8807,700000,9001,8806,300000,9001,8802,172.43378969,9110,8805,1,9201,,,,,,
+17921,Gawler Circuit,9807,8807,700000,9001,8806,300000,9001,8805,1,9201,8801,-43.44553616,9110,8802,171.21386945,9110,,,,,,
+17922,Timaru Circuit,9807,8805,1,9201,8806,300000,9001,8807,700000,9001,8802,171.0326103,9110,8801,-44.24079933,9110,,,,,,
+17923,Lindis Peak Circuit,9807,8805,1,9201,8802,169.28039183,9110,8807,700000,9001,8806,300000,9001,8801,-44.44069647,9110,,,,,,
+17924,Mount Nicholas Circuit,9807,8801,-45.07584493,9110,8806,300000,9001,8807,700000,9001,8805,1,9201,8802,168.23551083,9110,,,,,,
+17925,Mount York Circuit,9807,8806,300000,9001,8805,1,9201,8807,700000,9001,8801,-45.33494142,9110,8802,167.44199024,9110,,,,,,
+17926,Observation Point Circuit,9807,8802,170.37429426,9110,8807,700000,9001,8801,-45.48583078,9110,8805,1,9201,8806,300000,9001,,,,,,
+17927,North Taieri Circuit,9807,8802,170.16573208,9110,8805,0.99996,9201,8806,300000,9001,8807,700000,9001,8801,-45.51414481,9110,,,,,,
+17928,Bluff Circuit,9807,8806,300002.66,9001,8805,1,9201,8801,-46.36000346,9110,8807,699999.58,9001,8802,168.20343392,9110,,,,,,
+17931,Mount Eden Circuit 2000,9807,8807,800000,9001,8806,400000,9001,8805,0.9999,9201,8801,-36.5247,9110,8802,174.4551,9110,,,,,,
+17932,Bay of Plenty Circuit 2000,9807,8807,800000,9001,8805,1,9201,8802,176.2758,9110,8806,400000,9001,8801,-37.454,9110,,,,,,
+17933,Poverty Bay Circuit 2000,9807,8806,400000,9001,8807,800000,9001,8805,1,9201,8801,-38.3728,9110,8802,177.5308,9110,,,,,,
+17934,Hawkes Bay Circuit 2000,9807,8801,-39.3903,9110,8802,176.4025,9110,8807,800000,9001,8805,1,9201,8806,400000,9001,,,,,,
+17935,Taranaki Circuit 2000,9807,8806,400000,9001,8805,1,9201,8801,-39.0808,9110,8807,800000,9001,8802,174.134,9110,,,,,,
+17936,Tuhirangi Circuit 2000,9807,8802,175.3824,9110,8807,800000,9001,8806,400000,9001,8801,-39.3044,9110,8805,1,9201,,,,,,
 17937,Wanganui Circuit 2000,9807,8801,-40.1431,9110,8802,175.2917,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17938,Wairarapa Circuit 2000,9807,8801,-40.5531,9110,8802,175.385,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17939,Wellington Circuit 2000,9807,8801,-41.1804,9110,8802,174.4635,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17940,Collingwood Circuit 2000,9807,8801,-40.4253,9110,8802,172.4019,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17941,Nelson Circuit 2000,9807,8801,-41.1628,9110,8802,173.1757,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17942,Karamea Circuit 2000,9807,8801,-41.1723,9110,8802,172.0632,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17943,Buller Circuit 2000,9807,8801,-41.4838,9110,8802,171.3452,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17944,Grey Circuit 2000,9807,8801,-42.2001,9110,8802,171.3259,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17945,Amuri Circuit 2000,9807,8801,-42.412,9110,8802,173.0036,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17946,Marlborough Circuit 2000,9807,8801,-41.324,9110,8802,173.4807,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17947,Hokitika Circuit 2000,9807,8801,-42.531,9110,8802,170.5847,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17948,Okarito Circuit 2000,9807,8801,-43.0636,9110,8802,170.1539,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17949,Jacksons Bay Circuit 2000,9807,8801,-43.584,9110,8802,168.3622,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
+17938,Wairarapa Circuit 2000,9807,8807,800000,9001,8806,400000,9001,8802,175.385,9110,8805,1,9201,8801,-40.5531,9110,,,,,,
+17939,Wellington Circuit 2000,9807,8801,-41.1804,9110,8807,800000,9001,8806,400000,9001,8802,174.4635,9110,8805,1,9201,,,,,,
+17940,Collingwood Circuit 2000,9807,8807,800000,9001,8805,1,9201,8802,172.4019,9110,8806,400000,9001,8801,-40.4253,9110,,,,,,
+17941,Nelson Circuit 2000,9807,8807,800000,9001,8806,400000,9001,8802,173.1757,9110,8805,1,9201,8801,-41.1628,9110,,,,,,
+17942,Karamea Circuit 2000,9807,8801,-41.1723,9110,8802,172.0632,9110,8806,400000,9001,8807,800000,9001,8805,1,9201,,,,,,
+17943,Buller Circuit 2000,9807,8807,800000,9001,8806,400000,9001,8801,-41.4838,9110,8802,171.3452,9110,8805,1,9201,,,,,,
+17944,Grey Circuit 2000,9807,8806,400000,9001,8805,1,9201,8807,800000,9001,8801,-42.2001,9110,8802,171.3259,9110,,,,,,
+17945,Amuri Circuit 2000,9807,8802,173.0036,9110,8805,1,9201,8806,400000,9001,8801,-42.412,9110,8807,800000,9001,,,,,,
+17946,Marlborough Circuit 2000,9807,8807,800000,9001,8806,400000,9001,8805,1,9201,8802,173.4807,9110,8801,-41.324,9110,,,,,,
+17947,Hokitika Circuit 2000,9807,8801,-42.531,9110,8806,400000,9001,8802,170.5847,9110,8807,800000,9001,8805,1,9201,,,,,,
+17948,Okarito Circuit 2000,9807,8805,1,9201,8802,170.1539,9110,8806,400000,9001,8807,800000,9001,8801,-43.0636,9110,,,,,,
+17949,Jacksons Bay Circuit 2000,9807,8805,1,9201,8801,-43.584,9110,8802,168.3622,9110,8807,800000,9001,8806,400000,9001,,,,,,
 17950,Mount Pleasant Circuit 2000,9807,8801,-43.3526,9110,8802,172.4337,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17951,Gawler Circuit 2000,9807,8801,-43.4455,9110,8802,171.2138,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17952,Timaru Circuit 2000,9807,8801,-44.2407,9110,8802,171.0326,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17953,Lindis Peak Circuit 2000,9807,8801,-44.4406,9110,8802,169.2803,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17954,Mount Nicholas Circuit 2000,9807,8801,-45.0758,9110,8802,168.2355,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17955,Mount York Circuit 2000,9807,8801,-45.3349,9110,8802,167.4419,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17956,Observation Point Circuit 2000,9807,8801,-45.4858,9110,8802,170.3742,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17957,North Taieri Circuit 2000,9807,8801,-45.5141,9110,8802,170.1657,9110,8805,0.99996,9201,8806,400000,9001,8807,800000,9001,,,,,,
-17958,Bluff Circuit 2000,9807,8801,-46.36,9110,8802,168.2034,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
-18011,"Nord Algerie (ancienne)",9801,8801,40,9105,8802,3,9105,8805,0.999625544,9201,8806,500000,9001,8807,300000,9001,,,,,,
-18012,"Sud Algerie (ancienne)",9801,8801,37,9105,8802,3,9105,8805,0.999625769,9201,8806,500000,9001,8807,300000,9001,,,,,,
-18021,Nord Algerie,9801,8801,40,9105,8802,3,9105,8805,0.999625544,9201,8806,500135,9001,8807,300090,9001,,,,,,
-18022,Sud Algerie,9801,8801,37,9105,8802,3,9105,8805,0.999625769,9201,8806,500135,9001,8807,300090,9001,,,,,,
-18031,Argentina zone 1,9807,8801,-90,9102,8802,-72,9102,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-18032,Argentina zone 2,9807,8801,-90,9102,8802,-69,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
-18033,Argentina zone 3,9807,8801,-90,9102,8802,-66,9102,8805,1,9201,8806,3500000,9001,8807,0,9001,,,,,,
-18034,Argentina zone 4,9807,8801,-90,9102,8802,-63,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-18035,Argentina zone 5,9807,8801,-90,9102,8802,-60,9102,8805,1,9201,8806,5500000,9001,8807,0,9001,,,,,,
-18036,Argentina zone 6,9807,8801,-90,9102,8802,-57,9102,8805,1,9201,8806,6500000,9001,8807,0,9001,,,,,,
-18037,Argentina zone 7,9807,8801,-90,9102,8802,-54,9102,8805,1,9201,8806,7500000,9001,8807,0,9001,,,,,,
-18041,Austria West Zone,9807,8801,0,9102,8802,28,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18042,Austria Central Zone,9807,8801,0,9102,8802,31,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18043,Austria East Zone,9807,8801,0,9102,8802,34,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18044,Austria M28,9807,8801,0,9110,8802,10.2,9110,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-18045,Austria M31,9807,8801,0,9110,8802,13.2,9110,8805,1,9201,8806,450000,9001,8807,0,9001,,,,,,
-18046,Austria M34,9807,8801,0,9110,8802,16.2,9110,8805,1,9201,8806,750000,9001,8807,0,9001,,,,,,
-18047,Austria zone M28,9807,8801,0,9102,8802,28,9102,8805,1,9201,8806,150000,9001,8807,0,9001,,,,,,
-18048,Austria zone M31,9807,8801,0,9102,8802,31,9102,8805,1,9201,8806,450000,9001,8807,0,9001,,,,,,
-18049,Austria zone M34,9807,8801,0,9102,8802,34,9102,8805,1,9201,8806,750000,9001,8807,0,9001,,,,,,
-18051,Colombia West zone,9807,8801,4.355657,9110,8802,-77.04513,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-18052,Colombia Bogota zone,9807,8801,4.355657,9110,8802,-74.04513,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-18053,Colombia East Central zone,9807,8801,4.355657,9110,8802,-71.04513,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-18054,Colombia East zone,9807,8801,4.355657,9110,8802,-68.04513,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-18055,Colombia MAGNA Far West zone,9807,8801,4.35463215,9110,8802,-80.04390285,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-18056,Colombia MAGNA West zone,9807,8801,4.35463215,9110,8802,-77.04390285,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-18057,Colombia MAGNA Bogota zone,9807,8801,4.35463215,9110,8802,-74.04390285,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-18058,Colombia MAGNA East Central zone,9807,8801,4.35463215,9110,8802,-71.04390285,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-18059,Colombia MAGNA East zone,9807,8801,4.35463215,9110,8802,-68.04390285,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-18061,Cuba Norte,9801,8801,22.21,9110,8802,-81,9110,8805,0.99993602,9201,8806,500000,9001,8807,280296.016,9001,,,,,,
-18062,Cuba Sur,9801,8801,20.43,9110,8802,-76.5,9110,8805,0.99994848,9201,8806,500000,9001,8807,229126.939,9001,,,,,,
-18071,Egypt Blue Belt,9807,8801,30,9102,8802,35,9102,8805,1,9201,8806,300000,9001,8807,1100000,9001,,,,,,
-18072,Egypt Red Belt,9807,8801,30,9102,8802,31,9102,8805,1,9201,8806,615000,9001,8807,810000,9001,,,,,,
-18073,Egypt Purple Belt,9807,8801,30,9102,8802,27,9102,8805,1,9201,8806,700000,9001,8807,200000,9001,,,,,,
-18074,Egypt Extended Purple Belt,9807,8801,30,9102,8802,27,9102,8805,1,9201,8806,700000,9001,8807,1200000,9001,,,,,,
-18081,Lambert zone I,9801,8801,55,9105,8802,0,9105,8805,0.999877341,9201,8806,600000,9001,8807,1200000,9001,,,,,,
-18082,Lambert zone II,9801,8801,52,9105,8802,0,9105,8805,0.99987742,9201,8806,600000,9001,8807,2200000,9001,,,,,,
-18083,Lambert zone III,9801,8801,49,9105,8802,0,9105,8805,0.999877499,9201,8806,600000,9001,8807,3200000,9001,,,,,,
-18084,Lambert zone IV,9801,8801,46.85,9105,8802,0,9105,8805,0.99994471,9201,8806,234.358,9001,8807,4185861.369,9001,,,,,,
-18085,Lambert-93,9802,8821,46.3,9110,8822,3,9110,8823,49,9110,8824,44,9110,8826,700000,9001,8827,6600000,9001,,,
-18086,France EuroLambert,9801,8801,46.48,9110,8802,2.2014025,9110,8805,0.99987742,9201,8806,600000,9001,8807,2200000,9001,,,,,,
-18091,Lambert Nord France,9801,8801,55,9105,8802,0,9105,8805,0.999877341,9201,8806,600000,9001,8807,200000,9001,,,,,,
-18092,Lambert Centre France,9801,8801,52,9105,8802,0,9105,8805,0.99987742,9201,8806,600000,9001,8807,200000,9001,,,,,,
-18093,Lambert Sud France,9801,8801,49,9105,8802,0,9105,8805,0.999877499,9201,8806,600000,9001,8807,200000,9001,,,,,,
-18094,Lambert Corse,9801,8801,46.85,9105,8802,0,9105,8805,0.99994471,9201,8806,234.358,9001,8807,185861.369,9001,,,,,,
-18110,India zone 0,9801,8801,39.3,9110,8802,68,9110,8805,0.99846154,9201,8806,2355500,9084,8807,2590000,9084,,,,,,
-18111,India zone I,9801,8801,32.3,9110,8802,68,9110,8805,0.99878641,9201,8806,3000000,9084,8807,1000000,9084,,,,,,
-18112,India zone IIa,9801,8801,26,9102,8802,74,9102,8805,0.99878641,9201,8806,3000000,9084,8807,1000000,9084,,,,,,
-18113,India zone IIb,9801,8801,26,9102,8802,90,9102,8805,0.99878641,9201,8806,3000000,9084,8807,1000000,9084,,,,,,
-18114,India zone IIIa,9801,8801,19,9102,8802,80,9102,8805,0.99878641,9201,8806,3000000,9084,8807,1000000,9084,,,,,,
-18115,India zone IIIb,9801,8801,19,9102,8802,100,9102,8805,0.99878641,9201,8806,3000000,9084,8807,1000000,9084,,,,,,
-18116,India zone IVa,9801,8801,12,9102,8802,80,9102,8805,0.99878641,9201,8806,3000000,9084,8807,1000000,9084,,,,,,
-18117,India zone IVb,9801,8801,12,9102,8802,100,9102,8805,0.99878641,9201,8806,3000000,9084,8807,1000000,9084,,,,,,
-18121,Italy zone 1,9807,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,1500000,9001,8807,0,9001,,,,,,
-18122,Italy zone 2,9807,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,2520000,9001,8807,0,9001,,,,,,
-18131,Nord Maroc,9801,8801,37,9105,8802,-6,9105,8805,0.999625769,9201,8806,500000,9001,8807,300000,9001,,,,,,
-18132,Sud Maroc,9801,8801,33,9105,8802,-6,9105,8805,0.999615596,9201,8806,500000,9001,8807,300000,9001,,,,,,
-18133,Sahara,9801,8801,29,9105,8802,-6,9105,8805,0.9996,9201,8806,1200000,9001,8807,400000,9001,,,,,,
-18134,Sahara Nord,9801,8801,29,9105,8802,-6,9105,8805,0.999616304,9201,8806,1200000,9001,8807,400000,9001,,,,,,
-18135,Sahara Sud,9801,8801,25,9105,8802,-6,9105,8805,0.999616437,9201,8806,1500000,9001,8807,400000,9001,,,,,,
-18141,New Zealand North Island National Grid,9807,8801,-39,9110,8802,175.3,9110,8805,1,9201,8806,300000,9040,8807,400000,9040,,,,,,
-18142,New Zealand South Island National Grid,9807,8801,-44,9110,8802,171.3,9110,8805,1,9201,8806,500000,9040,8807,500000,9040,,,,,,
-18151,Nigeria West Belt,9807,8801,4,9110,8802,4.3,9110,8805,0.99975,9201,8806,230738.26,9001,8807,0,9001,,,,,,
-18152,Nigeria Mid Belt,9807,8801,4,9110,8802,8.3,9110,8805,0.99975,9201,8806,670553.98,9001,8807,0,9001,,,,,,
-18153,Nigeria East Belt,9807,8801,4,9110,8802,12.3,9110,8805,0.99975,9201,8806,1110369.7,9001,8807,0,9001,,,,,,
-18161,Peru west zone,9807,8801,-6,9110,8802,-80.3,9110,8805,0.99983008,9201,8806,222000,9001,8807,1426834.743,9001,,,,,,
-18162,Peru central zone,9807,8801,-9.3,9110,8802,-76,9110,8805,0.99932994,9201,8806,720000,9001,8807,1039979.159,9001,,,,,,
-18163,Peru east zone,9807,8801,-9.3,9110,8802,-70.3,9110,8805,0.99952992,9201,8806,1324000,9001,8807,1040084.558,9001,,,,,,
-18171,Philippines zone I,9807,8801,0,9102,8802,117,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-18172,Philippines zone II,9807,8801,0,9102,8802,119,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-18173,Philippines zone III,9807,8801,0,9102,8802,121,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-18174,Philippines zone IV,9807,8801,0,9102,8802,123,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-18175,Philippines zone V,9807,8801,0,9102,8802,125,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-18181,Nord Tunisie,9801,8801,40,9105,8802,11,9105,8805,0.999625544,9201,8806,500000,9001,8807,300000,9001,,,,,,
-18182,Sud Tunisie,9801,8801,37,9105,8802,11,9105,8805,0.999625769,9201,8806,500000,9001,8807,300000,9001,,,,,,
-18183,Finland ETRS-GK19,9807,8801,0,9102,8802,19,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-18184,Finland ETRS-GK20,9807,8801,0,9102,8802,20,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-18185,Finland ETRS-GK21,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-18186,Finland ETRS-GK22,9807,8801,0,9102,8802,22,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-18187,Finland ETRS-GK23,9807,8801,0,9102,8802,23,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
+17951,Gawler Circuit 2000,9807,8806,400000,9001,8807,800000,9001,8802,171.2138,9110,8801,-43.4455,9110,8805,1,9201,,,,,,
+17952,Timaru Circuit 2000,9807,8805,1,9201,8806,400000,9001,8801,-44.2407,9110,8807,800000,9001,8802,171.0326,9110,,,,,,
+17953,Lindis Peak Circuit 2000,9807,8802,169.2803,9110,8805,1,9201,8807,800000,9001,8806,400000,9001,8801,-44.4406,9110,,,,,,
+17954,Mount Nicholas Circuit 2000,9807,8807,800000,9001,8806,400000,9001,8802,168.2355,9110,8805,1,9201,8801,-45.0758,9110,,,,,,
+17955,Mount York Circuit 2000,9807,8801,-45.3349,9110,8807,800000,9001,8806,400000,9001,8805,1,9201,8802,167.4419,9110,,,,,,
+17956,Observation Point Circuit 2000,9807,8807,800000,9001,8806,400000,9001,8805,1,9201,8802,170.3742,9110,8801,-45.4858,9110,,,,,,
+17957,North Taieri Circuit 2000,9807,8801,-45.5141,9110,8805,0.99996,9201,8802,170.1657,9110,8807,800000,9001,8806,400000,9001,,,,,,
+17958,Bluff Circuit 2000,9807,8802,168.2034,9110,8805,1,9201,8807,800000,9001,8806,400000,9001,8801,-46.36,9110,,,,,,
+18001,Austria Gauss-Kruger West Zone,9807,8806,0,9001,8805,1,9201,8807,-5000000,9001,8802,28,9102,8801,0,9102,,,,,,
+18002,Austria Gauss-Kruger Central Zone,9807,8807,-5000000,9001,8801,0,9102,8806,0,9001,8805,1,9201,8802,31,9102,,,,,,
+18003,Austria Gauss-Kruger East Zone,9807,8802,34,9102,8805,1,9201,8806,0,9001,8807,-5000000,9001,8801,0,9102,,,,,,
+18004,Austria Gauss-Kruger West,9807,8807,-5000000,9001,8806,0,9001,8805,1,9201,8801,0,9110,8802,10.2,9110,,,,,,
+18005,Austria Gauss-Kruger Central,9807,8806,0,9001,8801,0,9110,8807,-5000000,9001,8802,13.2,9110,8805,1,9201,,,,,,
+18006,Austria Gauss-Kruger East,9807,8805,1,9201,8802,16.2,9110,8806,0,9001,8807,-5000000,9001,8801,0,9110,,,,,,
+18007,Austria Gauss-Kruger M28,9807,8807,-5000000,9001,8805,1,9201,8802,10.2,9110,8806,150000,9001,8801,0,9110,,,,,,
+18008,Austria Gauss-Kruger M31,9807,8801,0,9110,8802,13.2,9110,8807,-5000000,9001,8805,1,9201,8806,450000,9001,,,,,,
+18009,Austria Gauss-Kruger M34,9807,8806,750000,9001,8805,1,9201,8801,0,9110,8802,16.2,9110,8807,-5000000,9001,,,,,,
+18011,"Nord Algerie (ancienne)",9801,8802,3,9105,8807,300000,9001,8806,500000,9001,8801,40,9105,8805,0.999625544,9201,,,,,,
+18012,"Sud Algerie (ancienne)",9801,8805,0.999625769,9201,8807,300000,9001,8806,500000,9001,8802,3,9105,8801,37,9105,,,,,,
+18021,Nord Algerie,9801,8802,3,9105,8807,300090,9001,8806,500135,9001,8805,0.999625544,9201,8801,40,9105,,,,,,
+18022,Sud Algerie,9801,8805,0.999625769,9201,8807,300090,9001,8801,37,9105,8802,3,9105,8806,500135,9001,,,,,,
+18031,Argentina zone 1,9807,8805,1,9201,8802,-72,9102,8806,1500000,9001,8801,-90,9102,8807,0,9001,,,,,,
+18032,Argentina zone 2,9807,8807,0,9001,8802,-69,9102,8806,2500000,9001,8805,1,9201,8801,-90,9102,,,,,,
+18033,Argentina zone 3,9807,8801,-90,9102,8802,-66,9102,8805,1,9201,8807,0,9001,8806,3500000,9001,,,,,,
+18034,Argentina zone 4,9807,8806,4500000,9001,8807,0,9001,8801,-90,9102,8802,-63,9102,8805,1,9201,,,,,,
+18035,Argentina zone 5,9807,8806,5500000,9001,8802,-60,9102,8807,0,9001,8805,1,9201,8801,-90,9102,,,,,,
+18036,Argentina zone 6,9807,8802,-57,9102,8805,1,9201,8801,-90,9102,8807,0,9001,8806,6500000,9001,,,,,,
+18037,Argentina zone 7,9807,8807,0,9001,8806,7500000,9001,8801,-90,9102,8805,1,9201,8802,-54,9102,,,,,,
+18041,Austria West Zone,9807,8801,0,9102,8807,0,9001,8802,28,9102,8806,0,9001,8805,1,9201,,,,,,
+18042,Austria Central Zone,9807,8805,1,9201,8802,31,9102,8806,0,9001,8807,0,9001,8801,0,9102,,,,,,
+18043,Austria East Zone,9807,8801,0,9102,8802,34,9102,8807,0,9001,8806,0,9001,8805,1,9201,,,,,,
+18044,Austria M28,9807,8805,1,9201,8807,0,9001,8806,150000,9001,8802,10.2,9110,8801,0,9110,,,,,,
+18045,Austria M31,9807,8801,0,9110,8806,450000,9001,8805,1,9201,8807,0,9001,8802,13.2,9110,,,,,,
+18046,Austria M34,9807,8801,0,9110,8802,16.2,9110,8806,750000,9001,8805,1,9201,8807,0,9001,,,,,,
+18047,Austria zone M28,9807,8802,28,9102,8805,1,9201,8807,0,9001,8806,150000,9001,8801,0,9102,,,,,,
+18048,Austria zone M31,9807,8807,0,9001,8806,450000,9001,8802,31,9102,8805,1,9201,8801,0,9102,,,,,,
+18049,Austria zone M34,9807,8801,0,9102,8806,750000,9001,8802,34,9102,8805,1,9201,8807,0,9001,,,,,,
+18051,Colombia West zone,9807,8805,1,9201,8806,1000000,9001,8802,-77.04513,9110,8801,4.355657,9110,8807,1000000,9001,,,,,,
+18052,Colombia Bogota zone,9807,8807,1000000,9001,8806,1000000,9001,8801,4.355657,9110,8805,1,9201,8802,-74.04513,9110,,,,,,
+18053,Colombia East Central zone,9807,8802,-71.04513,9110,8805,1,9201,8807,1000000,9001,8806,1000000,9001,8801,4.355657,9110,,,,,,
+18054,Colombia East zone,9807,8806,1000000,9001,8805,1,9201,8807,1000000,9001,8801,4.355657,9110,8802,-68.04513,9110,,,,,,
+18055,Colombia MAGNA Far West zone,9807,8807,1000000,9001,8806,1000000,9001,8805,1,9201,8801,4.35463215,9110,8802,-80.04390285,9110,,,,,,
+18056,Colombia MAGNA West zone,9807,8802,-77.04390285,9110,8805,1,9201,8806,1000000,9001,8801,4.35463215,9110,8807,1000000,9001,,,,,,
+18057,Colombia MAGNA Bogota zone,9807,8802,-74.04390285,9110,8801,4.35463215,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
+18058,Colombia MAGNA East Central zone,9807,8802,-71.04390285,9110,8807,1000000,9001,8801,4.35463215,9110,8806,1000000,9001,8805,1,9201,,,,,,
+18059,Colombia MAGNA East zone,9807,8805,1,9201,8806,1000000,9001,8807,1000000,9001,8801,4.35463215,9110,8802,-68.04390285,9110,,,,,,
+18061,Cuba Norte,9801,8807,280296.016,9001,8801,22.21,9110,8805,0.99993602,9201,8802,-81,9110,8806,500000,9001,,,,,,
+18062,Cuba Sur,9801,8801,20.43,9110,8802,-76.5,9110,8805,0.99994848,9201,8807,229126.939,9001,8806,500000,9001,,,,,,
+18071,Egypt Blue Belt,9807,8806,300000,9001,8805,1,9201,8802,35,9102,8807,1100000,9001,8801,30,9102,,,,,,
+18072,Egypt Red Belt,9807,8802,31,9102,8801,30,9102,8806,615000,9001,8807,810000,9001,8805,1,9201,,,,,,
+18073,Egypt Purple Belt,9807,8805,1,9201,8807,200000,9001,8801,30,9102,8802,27,9102,8806,700000,9001,,,,,,
+18074,Egypt Extended Purple Belt,9807,8802,27,9102,8807,1200000,9001,8806,700000,9001,8805,1,9201,8801,30,9102,,,,,,
+18081,Lambert zone I,9801,8801,55,9105,8802,0,9105,8806,600000,9001,8805,0.999877341,9201,8807,1200000,9001,,,,,,
+18082,Lambert zone II,9801,8807,2200000,9001,8805,0.99987742,9201,8802,0,9105,8806,600000,9001,8801,52,9105,,,,,,
+18083,Lambert zone III,9801,8807,3200000,9001,8806,600000,9001,8802,0,9105,8805,0.999877499,9201,8801,49,9105,,,,,,
+18084,Lambert zone IV,9801,8801,46.85,9105,8802,0,9105,8805,0.99994471,9201,8807,4185861.369,9001,8806,234.358,9001,,,,,,
+18085,Lambert-93,9802,8827,6600000,9001,8822,3,9110,8821,46.3,9110,8824,44,9110,8823,49,9110,8826,700000,9001,,,
+18086,France EuroLambert,9801,8805,0.99987742,9201,8802,2.2014025,9110,8807,2200000,9001,8806,600000,9001,8801,46.48,9110,,,,,,
+18091,Lambert Nord France,9801,8802,0,9105,8805,0.999877341,9201,8807,200000,9001,8806,600000,9001,8801,55,9105,,,,,,
+18092,Lambert Centre France,9801,8806,600000,9001,8805,0.99987742,9201,8807,200000,9001,8802,0,9105,8801,52,9105,,,,,,
+18093,Lambert Sud France,9801,8807,200000,9001,8806,600000,9001,8805,0.999877499,9201,8801,49,9105,8802,0,9105,,,,,,
+18094,Lambert Corse,9801,8802,0,9105,8805,0.99994471,9201,8807,185861.369,9001,8806,234.358,9001,8801,46.85,9105,,,,,,
+18110,India zone 0,9801,8807,2590000,9084,8802,68,9110,8801,39.3,9110,8805,0.99846154,9201,8806,2355500,9084,,,,,,
+18111,India zone I,9801,8807,1000000,9084,8801,32.3,9110,8802,68,9110,8806,3000000,9084,8805,0.99878641,9201,,,,,,
+18112,India zone IIa,9801,8805,0.99878641,9201,8807,1000000,9084,8801,26,9102,8806,3000000,9084,8802,74,9102,,,,,,
+18113,India zone IIb,9801,8807,1000000,9084,8802,90,9102,8801,26,9102,8805,0.99878641,9201,8806,3000000,9084,,,,,,
+18114,India zone IIIa,9801,8801,19,9102,8802,80,9102,8805,0.99878641,9201,8807,1000000,9084,8806,3000000,9084,,,,,,
+18115,India zone IIIb,9801,8805,0.99878641,9201,8807,1000000,9084,8801,19,9102,8802,100,9102,8806,3000000,9084,,,,,,
+18116,India zone IVa,9801,8805,0.99878641,9201,8802,80,9102,8801,12,9102,8806,3000000,9084,8807,1000000,9084,,,,,,
+18117,India zone IVb,9801,8805,0.99878641,9201,8807,1000000,9084,8806,3000000,9084,8801,12,9102,8802,100,9102,,,,,,
+18121,Italy zone 1,9807,8802,9,9102,8807,0,9001,8806,1500000,9001,8805,0.9996,9201,8801,0,9102,,,,,,
+18122,Italy zone 2,9807,8801,0,9102,8806,2520000,9001,8805,0.9996,9201,8802,15,9102,8807,0,9001,,,,,,
+18131,Nord Maroc,9801,8805,0.999625769,9201,8802,-6,9105,8806,500000,9001,8801,37,9105,8807,300000,9001,,,,,,
+18132,Sud Maroc,9801,8807,300000,9001,8805,0.999615596,9201,8806,500000,9001,8802,-6,9105,8801,33,9105,,,,,,
+18133,Sahara,9801,8801,29,9105,8802,-6,9105,8805,0.9996,9201,8807,400000,9001,8806,1200000,9001,,,,,,
+18134,Sahara Nord,9801,8806,1200000,9001,8807,400000,9001,8801,29,9105,8802,-6,9105,8805,0.999616304,9201,,,,,,
+18135,Sahara Sud,9801,8806,1500000,9001,8805,0.999616437,9201,8807,400000,9001,8801,25,9105,8802,-6,9105,,,,,,
+18141,New Zealand North Island National Grid,9807,8802,175.3,9110,8805,1,9201,8806,300000,9040,8807,400000,9040,8801,-39,9110,,,,,,
+18142,New Zealand South Island National Grid,9807,8807,500000,9040,8806,500000,9040,8802,171.3,9110,8801,-44,9110,8805,1,9201,,,,,,
+18151,Nigeria West Belt,9807,8801,4,9110,8807,0,9001,8802,4.3,9110,8806,230738.26,9001,8805,0.99975,9201,,,,,,
+18152,Nigeria Mid Belt,9807,8805,0.99975,9201,8802,8.3,9110,8807,0,9001,8801,4,9110,8806,670553.98,9001,,,,,,
+18153,Nigeria East Belt,9807,8802,12.3,9110,8801,4,9110,8805,0.99975,9201,8806,1110369.7,9001,8807,0,9001,,,,,,
+18161,Peru west zone,9807,8807,1426834.743,9001,8806,222000,9001,8805,0.99983008,9201,8802,-80.3,9110,8801,-6,9110,,,,,,
+18162,Peru central zone,9807,8801,-9.3,9110,8806,720000,9001,8805,0.99932994,9201,8807,1039979.159,9001,8802,-76,9110,,,,,,
+18163,Peru east zone,9807,8805,0.99952992,9201,8801,-9.3,9110,8806,1324000,9001,8807,1040084.558,9001,8802,-70.3,9110,,,,,,
+18171,Philippines zone I,9807,8801,0,9102,8805,0.99995,9201,8807,0,9001,8802,117,9102,8806,500000,9001,,,,,,
+18172,Philippines zone II,9807,8807,0,9001,8806,500000,9001,8801,0,9102,8802,119,9102,8805,0.99995,9201,,,,,,
+18173,Philippines zone III,9807,8801,0,9102,8802,121,9102,8806,500000,9001,8805,0.99995,9201,8807,0,9001,,,,,,
+18174,Philippines zone IV,9807,8806,500000,9001,8807,0,9001,8805,0.99995,9201,8801,0,9102,8802,123,9102,,,,,,
+18175,Philippines zone V,9807,8802,125,9102,8807,0,9001,8806,500000,9001,8801,0,9102,8805,0.99995,9201,,,,,,
+18180,Finland zone 0,9807,8801,0,9102,8802,18,9102,8805,1,9201,8807,0,9001,8806,500000,9001,,,,,,
+18181,Nord Tunisie,9801,8806,500000,9001,8805,0.999625544,9201,8807,300000,9001,8801,40,9105,8802,11,9105,,,,,,
+18182,Sud Tunisie,9801,8807,300000,9001,8806,500000,9001,8805,0.999625769,9201,8801,37,9105,8802,11,9105,,,,,,
+18183,Finland ETRS-GK19,9807,8802,19,9102,8805,1,9201,8807,0,9001,8806,500000,9001,8801,0,9102,,,,,,
+18184,Finland ETRS-GK20,9807,8802,20,9102,8801,0,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
+18185,Finland ETRS-GK21,9807,8807,0,9001,8801,0,9102,8802,21,9102,8805,1,9201,8806,500000,9001,,,,,,
+18186,Finland ETRS-GK22,9807,8801,0,9102,8805,1,9201,8802,22,9102,8806,500000,9001,8807,0,9001,,,,,,
+18187,Finland ETRS-GK23,9807,8802,23,9102,8805,1,9201,8807,0,9001,8806,500000,9001,8801,0,9102,,,,,,
 18188,Finland ETRS-GK24,9807,8801,0,9102,8802,24,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-18189,Finland ETRS-GK25,9807,8801,0,9102,8802,25,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-18190,Finland ETRS-GK26,9807,8801,0,9102,8802,26,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-18191,Finland zone 1,9807,8801,0,9102,8802,21,9102,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-18192,Finland zone 2,9807,8801,0,9102,8802,24,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
-18193,Finland Uniform Coordinate System,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,3500000,9001,8807,0,9001,,,,,,
-18194,Finland zone 4,9807,8801,0,9102,8802,30,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
-18195,Finland ETRS-GK27,9807,8801,0,9102,8802,27,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-18196,Finland ETRS-GK28,9807,8801,0,9102,8802,28,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-18197,Finland ETRS-GK29,9807,8801,0,9102,8802,29,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-18198,Finland ETRS-GK30,9807,8801,0,9102,8802,30,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-18199,Finland ETRS-GK31,9807,8801,0,9102,8802,31,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-18201,Palestine Grid,9806,8801,31.4402749,9110,8802,35.124349,9110,8806,170251.555,9001,8807,126867.909,9001,,,,,,,,,
-18202,Palestine Belt,9807,8801,31.4402749,9110,8802,35.124349,9110,8805,1,9201,8806,170251.555,9001,8807,1126867.909,9001,,,,,,
-18203,Israeli CS,9806,8801,31.4402749,9110,8802,35.124349,9110,8806,170251.555,9001,8807,1126867.909,9001,,,,,,,,,
-18204,Israeli TM,9807,8801,31.4403817,9110,8802,35.1216261,9110,8805,1.0000067,9201,8806,219529.584,9001,8807,626907.39,9001,,,,,,
-18211,Guatemala Norte,9801,8801,16.49,9110,8802,-90.2,9110,8805,0.99992226,9201,8806,500000,9001,8807,292209.579,9001,,,,,,
-18212,Guatemala Sur,9801,8801,14.54,9110,8802,-90.2,9110,8805,0.99989906,9201,8806,500000,9001,8807,325992.681,9001,,,,,,
-18221,NGO zone I,9807,8801,58,9110,8802,-4.4,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18222,NGO zone II,9807,8801,58,9110,8802,-2.2,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18223,NGO zone III,9807,8801,58,9110,8802,0,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18224,NGO zone IV,9807,8801,58,9110,8802,2.3,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18225,NGO zone V,9807,8801,58,9110,8802,6.1,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18226,NGO zone VI,9807,8801,58,9110,8802,10.1,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18227,NGO zone VII,9807,8801,58,9110,8802,14.1,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18228,NGO zone VIII,9807,8801,58,9110,8802,18.2,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18231,"India zone I (1975 metres)",9801,8801,32.3,9110,8802,68,9110,8805,0.99878641,9201,8806,2743195.5,9001,8807,914398.5,9001,,,,,,
-18232,"India zone IIa (1975 metres)",9801,8801,26,9102,8802,74,9102,8805,0.99878641,9201,8806,2743195.5,9001,8807,914398.5,9001,,,,,,
-18233,"India zone IIIa (1975 metres)",9801,8801,19,9102,8802,80,9102,8805,0.99878641,9201,8806,2743195.5,9001,8807,914398.5,9001,,,,,,
-18234,"India zone IVa (1975 metres)",9801,8801,12,9102,8802,80,9102,8805,0.99878641,9201,8806,2743195.5,9001,8807,914398.5,9001,,,,,,
-18235,"India zone IIb (1975 metres)",9801,8801,26,9102,8802,90,9102,8805,0.99878641,9201,8806,2743195.5,9001,8807,914398.5,9001,,,,,,
-18236,"India zone I (1962 metres)",9801,8801,32.3,9110,8802,68,9110,8805,0.99878641,9201,8806,2743196.4,9001,8807,914398.8,9001,,,,,,
-18237,"India zone IIa (1962 metres)",9801,8801,26,9102,8802,74,9102,8805,0.99878641,9201,8806,2743196.4,9001,8807,914398.8,9001,,,,,,
-18238,"India zone IIb (1937 metres)",9801,8801,26,9102,8802,90,9102,8805,0.99878641,9201,8806,2743185.69,9001,8807,914395.23,9001,,,,,,
-18240,Libya zone 5,9807,8801,0,9102,8802,9,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-18241,Libya zone 6,9807,8801,0,9102,8802,11,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-18242,Libya zone 7,9807,8801,0,9102,8802,13,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-18243,Libya zone 8,9807,8801,0,9102,8802,15,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-18244,Libya zone 9,9807,8801,0,9102,8802,17,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-18245,Libya zone 10,9807,8801,0,9102,8802,19,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-18246,Libya zone 11,9807,8801,0,9102,8802,21,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-18247,Libya zone 12,9807,8801,0,9102,8802,23,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-18248,Libya zone 13,9807,8801,0,9102,8802,25,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
-18251,Korea East Belt,9807,8801,38,9102,8802,129,9102,8805,1,9201,8806,200000,9001,8807,500000,9001,,,,,,
-18252,Korea Central Belt,9807,8801,38,9102,8802,127,9102,8805,1,9201,8806,200000,9001,8807,500000,9001,,,,,,
-18253,Korea West Belt,9807,8801,38,9102,8802,125,9102,8805,1,9201,8806,200000,9001,8807,500000,9001,,,,,,
-18260,"Maracaibo Grid (M1)",9801,8801,10.1,9110,8802,-71.3620224,9110,8805,1,9201,8806,0,9001,8807,-52684.972,9001,,,,,,
-18261,Maracaibo Grid,9801,8801,10.1,9110,8802,-71.3620224,9110,8805,1,9201,8806,200000,9001,8807,147315.028,9001,,,,,,
-18262,"Maracaibo Grid (M3)",9801,8801,10.1,9110,8802,-71.3620224,9110,8805,1,9201,8806,500000,9001,8807,447315.028,9001,,,,,,
-18263,Maracaibo La Rosa Grid,9801,8801,10.1,9110,8802,-71.3620224,9110,8805,1,9201,8806,-17044,9001,8807,-23139.97,9001,,,,,,
-18275,Balkans zone 5,9807,8801,0,9102,8802,15,9102,8805,0.9999,9201,8806,5500000,9001,8807,0,9001,,,,,,
-18276,Balkans zone 6,9807,8801,0,9102,8802,18,9102,8805,0.9999,9201,8806,6500000,9001,8807,0,9001,,,,,,
-18277,Balkans zone 7,9807,8801,0,9102,8802,21,9102,8805,0.9999,9201,8806,7500000,9001,8807,0,9001,,,,,,
-18278,Balkans zone 8,9807,8801,0,9102,8802,24,9102,8805,0.9999,9201,8806,8500000,9001,8807,0,9001,,,,,,
-18280,Poland zone I,9809,8801,50.373,9110,8802,21.05,9110,8805,0.9998,9201,8806,4637000,9001,8807,5467000,9001,,,,,,
-18281,Poland zone I,9809,8801,50.373,9110,8802,21.05,9110,8805,0.9998,9201,8806,4637000,9001,8807,5647000,9001,,,,,,
-18282,Poland zone II,9809,8801,53.0007,9110,8802,21.301,9110,8805,0.9998,9201,8806,4603000,9001,8807,5806000,9001,,,,,,
+18189,Finland ETRS-GK25,9807,8807,0,9001,8802,25,9102,8801,0,9102,8805,1,9201,8806,500000,9001,,,,,,
+18190,Finland ETRS-GK26,9807,8806,500000,9001,8802,26,9102,8807,0,9001,8805,1,9201,8801,0,9102,,,,,,
+18191,Finland zone 1,9807,8807,0,9001,8802,21,9102,8801,0,9102,8806,1500000,9001,8805,1,9201,,,,,,
+18192,Finland zone 2,9807,8801,0,9102,8806,2500000,9001,8802,24,9102,8807,0,9001,8805,1,9201,,,,,,
+18193,Finland Uniform Coordinate System,9807,8801,0,9102,8807,0,9001,8805,1,9201,8806,3500000,9001,8802,27,9102,,,,,,
+18194,Finland zone 4,9807,8801,0,9102,8805,1,9201,8807,0,9001,8802,30,9102,8806,4500000,9001,,,,,,
+18195,Finland ETRS-GK27,9807,8801,0,9102,8807,0,9001,8802,27,9102,8806,500000,9001,8805,1,9201,,,,,,
+18196,Finland ETRS-GK28,9807,8802,28,9102,8801,0,9102,8806,500000,9001,8807,0,9001,8805,1,9201,,,,,,
+18197,Finland ETRS-GK29,9807,8806,500000,9001,8805,1,9201,8807,0,9001,8802,29,9102,8801,0,9102,,,,,,
+18198,Finland ETRS-GK30,9807,8805,1,9201,8802,30,9102,8806,500000,9001,8801,0,9102,8807,0,9001,,,,,,
+18199,Finland ETRS-GK31,9807,8806,500000,9001,8807,0,9001,8802,31,9102,8801,0,9102,8805,1,9201,,,,,,
+18201,Palestine Grid,9806,8801,31.4402749,9110,8806,170251.555,9001,8807,126867.909,9001,8802,35.124349,9110,,,,,,,,,
+18202,Palestine Belt,9807,8802,35.124349,9110,8801,31.4402749,9110,8807,1126867.909,9001,8805,1,9201,8806,170251.555,9001,,,,,,
+18203,Israeli CS,9806,8806,170251.555,9001,8807,1126867.909,9001,8801,31.4402749,9110,8802,35.124349,9110,,,,,,,,,
+18204,Israeli TM,9807,8807,626907.39,9001,8802,35.1216261,9110,8801,31.4403817,9110,8806,219529.584,9001,8805,1.0000067,9201,,,,,,
+18205,Finland zone 5,9807,8805,1,9201,8806,5500000,9001,8807,0,9001,8801,0,9102,8802,33,9102,,,,,,
+18211,Guatemala Norte,9801,8807,292209.579,9001,8805,0.99992226,9201,8801,16.49,9110,8806,500000,9001,8802,-90.2,9110,,,,,,
+18212,Guatemala Sur,9801,8802,-90.2,9110,8801,14.54,9110,8807,325992.681,9001,8805,0.99989906,9201,8806,500000,9001,,,,,,
+18221,NGO zone I,9807,8806,0,9001,8807,0,9001,8802,-4.4,9110,8801,58,9110,8805,1,9201,,,,,,
+18222,NGO zone II,9807,8807,0,9001,8801,58,9110,8802,-2.2,9110,8806,0,9001,8805,1,9201,,,,,,
+18223,NGO zone III,9807,8805,1,9201,8802,0,9110,8801,58,9110,8807,0,9001,8806,0,9001,,,,,,
+18224,NGO zone IV,9807,8807,0,9001,8801,58,9110,8806,0,9001,8805,1,9201,8802,2.3,9110,,,,,,
+18225,NGO zone V,9807,8801,58,9110,8802,6.1,9110,8807,0,9001,8805,1,9201,8806,0,9001,,,,,,
+18226,NGO zone VI,9807,8801,58,9110,8805,1,9201,8806,0,9001,8807,0,9001,8802,10.1,9110,,,,,,
+18227,NGO zone VII,9807,8802,14.1,9110,8807,0,9001,8805,1,9201,8806,0,9001,8801,58,9110,,,,,,
+18228,NGO zone VIII,9807,8802,18.2,9110,8801,58,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
+18231,"India zone I (1975 metres)",9801,8801,32.3,9110,8802,68,9110,8807,914398.5,9001,8806,2743195.5,9001,8805,0.99878641,9201,,,,,,
+18232,"India zone IIa (1975 metres)",9801,8806,2743195.5,9001,8801,26,9102,8802,74,9102,8805,0.99878641,9201,8807,914398.5,9001,,,,,,
+18233,"India zone IIIa (1975 metres)",9801,8802,80,9102,8801,19,9102,8806,2743195.5,9001,8805,0.99878641,9201,8807,914398.5,9001,,,,,,
+18234,"India zone IVa (1975 metres)",9801,8806,2743195.5,9001,8802,80,9102,8801,12,9102,8807,914398.5,9001,8805,0.99878641,9201,,,,,,
+18235,"India zone IIb (1975 metres)",9801,8802,90,9102,8805,0.99878641,9201,8806,2743195.5,9001,8801,26,9102,8807,914398.5,9001,,,,,,
+18236,"India zone I (1962 metres)",9801,8807,914398.8,9001,8806,2743196.4,9001,8805,0.99878641,9201,8801,32.3,9110,8802,68,9110,,,,,,
+18237,"India zone IIa (1962 metres)",9801,8805,0.99878641,9201,8802,74,9102,8807,914398.8,9001,8801,26,9102,8806,2743196.4,9001,,,,,,
+18238,"India zone IIb (1937 metres)",9801,8802,90,9102,8801,26,9102,8805,0.99878641,9201,8807,914395.23,9001,8806,2743185.69,9001,,,,,,
+18240,Libya zone 5,9807,8806,200000,9001,8807,0,9001,8805,0.9999,9201,8801,0,9102,8802,9,9102,,,,,,
+18241,Libya zone 6,9807,8802,11,9102,8807,0,9001,8805,0.9999,9201,8806,200000,9001,8801,0,9102,,,,,,
+18242,Libya zone 7,9807,8807,0,9001,8806,200000,9001,8805,0.9999,9201,8801,0,9102,8802,13,9102,,,,,,
+18243,Libya zone 8,9807,8801,0,9102,8806,200000,9001,8805,0.9999,9201,8807,0,9001,8802,15,9102,,,,,,
+18244,Libya zone 9,9807,8802,17,9102,8807,0,9001,8801,0,9102,8805,0.9999,9201,8806,200000,9001,,,,,,
+18245,Libya zone 10,9807,8801,0,9102,8806,200000,9001,8802,19,9102,8805,0.9999,9201,8807,0,9001,,,,,,
+18246,Libya zone 11,9807,8807,0,9001,8801,0,9102,8802,21,9102,8806,200000,9001,8805,0.9999,9201,,,,,,
+18247,Libya zone 12,9807,8807,0,9001,8805,0.9999,9201,8802,23,9102,8801,0,9102,8806,200000,9001,,,,,,
+18248,Libya zone 13,9807,8801,0,9102,8806,200000,9001,8802,25,9102,8807,0,9001,8805,0.9999,9201,,,,,,
+18251,Korea East Belt,9807,8801,38,9102,8806,200000,9001,8802,129,9102,8805,1,9201,8807,500000,9001,,,,,,
+18252,Korea Central Belt,9807,8807,500000,9001,8806,200000,9001,8802,127,9102,8805,1,9201,8801,38,9102,,,,,,
+18253,Korea West Belt,9807,8807,500000,9001,8802,125,9102,8801,38,9102,8805,1,9201,8806,200000,9001,,,,,,
+18260,"Maracaibo Grid (M1)",9801,8801,10.1,9110,8807,-52684.972,9001,8802,-71.3620224,9110,8805,1,9201,8806,0,9001,,,,,,
+18261,Maracaibo Grid,9801,8802,-71.3620224,9110,8801,10.1,9110,8806,200000,9001,8807,147315.028,9001,8805,1,9201,,,,,,
+18262,"Maracaibo Grid (M3)",9801,8801,10.1,9110,8807,447315.028,9001,8805,1,9201,8802,-71.3620224,9110,8806,500000,9001,,,,,,
+18263,Maracaibo La Rosa Grid,9801,8807,-23139.97,9001,8801,10.1,9110,8802,-71.3620224,9110,8806,-17044,9001,8805,1,9201,,,,,,
+18275,Balkans zone 5,9807,8802,15,9102,8805,0.9999,9201,8806,5500000,9001,8801,0,9102,8807,0,9001,,,,,,
+18276,Balkans zone 6,9807,8805,0.9999,9201,8802,18,9102,8806,6500000,9001,8807,0,9001,8801,0,9102,,,,,,
+18277,Balkans zone 7,9807,8807,0,9001,8805,0.9999,9201,8801,0,9102,8802,21,9102,8806,7500000,9001,,,,,,
+18278,Balkans zone 8,9807,8807,0,9001,8802,24,9102,8801,0,9102,8806,8500000,9001,8805,0.9999,9201,,,,,,
+18280,Poland zone I,9809,8801,50.373,9110,8805,0.9998,9201,8806,4637000,9001,8802,21.05,9110,8807,5467000,9001,,,,,,
+18281,Poland zone I,9809,8801,50.373,9110,8806,4637000,9001,8802,21.05,9110,8807,5647000,9001,8805,0.9998,9201,,,,,,
+18282,Poland zone II,9809,8806,4603000,9001,8802,21.301,9110,8801,53.0007,9110,8807,5806000,9001,8805,0.9998,9201,,,,,,
 18283,Poland zone III,9809,8801,53.35,9110,8802,17.003,9110,8805,0.9998,9201,8806,3501000,9001,8807,5999000,9001,,,,,,
-18284,Poland zone IV,9809,8801,51.4015,9110,8802,16.402,9110,8805,0.9998,9201,8806,3703000,9001,8807,5627000,9001,,,,,,
-18285,Poland zone V,9807,8801,0,9110,8802,18.573,9110,8805,0.999983,9201,8806,237000,9001,8807,-4700000,9001,,,,,,
-18286,GUGiK-80,9809,8801,52.1,9110,8802,19.1,9110,8805,0.999714,9201,8806,500000,9001,8807,500000,9001,,,,,,
-18300,Poland CS92,9807,8801,0,9102,8802,19,9102,8805,0.9993,9201,8806,500000,9001,8807,-5300000,9001,,,,,,
-18305,Poland CS2000 zone 5,9807,8801,0,9102,8802,15,9102,8805,0.999923,9201,8806,5500000,9001,8807,0,9001,,,,,,
-18306,Poland CS2000 zone 6,9807,8801,0,9102,8802,18,9102,8805,0.999923,9201,8806,6500000,9001,8807,0,9001,,,,,,
-18307,Poland CS2000 zone 7,9807,8801,0,9102,8802,21,9102,8805,0.999923,9201,8806,7500000,9001,8807,0,9001,,,,,,
-18308,Poland CS2000 zone 8,9807,8801,0,9102,8802,24,9102,8805,0.999923,9201,8806,8500000,9001,8807,0,9001,,,,,,
-18401,Kp2000 Jylland og Fyn,9807,8801,0,9110,8802,9.3,9110,8805,0.99995,9201,8806,200000,9001,8807,0,9001,,,,,,
-18402,Kp2000 Sjaelland,9807,8801,0,9102,8802,12,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
-18403,Kp2000 Bornholm,9807,8801,0,9102,8802,15,9102,8805,1,9201,8806,900000,9001,8807,0,9001,,,,,,
-18411,French West Africa Senegal zone,9807,8801,0,9110,8802,-13.3,9110,8805,0.999,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-18412,French West Africa Ivory Coast zone,9807,8801,0,9110,8802,-6.3,9110,8805,0.999,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-18413,French West Africa Dahomey zone,9807,8801,0,9110,8802,0.3,9110,8805,0.999,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-18414,French West Africa Niger zone,9807,8801,0,9110,8802,7.3,9110,8805,0.999,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-18415,French Equatorial Africa west zone,9807,8801,0,9110,8802,10.3,9110,8805,0.999,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-18416,French Equatorial Africa central zone,9807,8801,0,9110,8802,17.4,9110,8805,0.999,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-18417,French Equatorial Africa east zone,9807,8801,0,9110,8802,24.3,9110,8805,0.999,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-18421,Greenland zone 1 east,9826,8801,82.3,9110,8802,-40,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18422,Greenland zone 2 east,9826,8801,79.3,9110,8802,-24,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18423,Greenland zone 3 east,9826,8801,76.3,9110,8802,-20,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18424,Greenland zone 4 east,9826,8801,73.3,9110,8802,-24,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18425,Greenland zone 5 east,9826,8801,70.3,9110,8802,-24,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18426,Greenland zone 6 east,9826,8801,67.3,9110,8802,-32,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18427,Greenland zone 7 east,9826,8801,64.3,9110,8802,-40,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18428,Greenland zone 8 east,9826,8801,61.3,9110,8802,-48,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18432,Greenland zone 2 west,9826,8801,79.3,9110,8802,-64,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18433,Greenland zone 3 west,9826,8801,76.3,9110,8802,-64,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18434,Greenland zone 4 west,9826,8801,73.3,9110,8802,-52,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18435,Greenland zone 5 west,9826,8801,70.3,9110,8802,-52,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18436,Greenland zone 6 west,9826,8801,67.3,9110,8802,-52,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18437,Greenland zone 7 west,9826,8801,64.3,9110,8802,-52,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-18441,CS63 zone A1,9807,8801,0.07,9110,8802,41.32,9110,8805,1,9201,8806,1300000,9001,8807,0,9001,,,,,,
-18442,CS63 zone A2,9807,8801,0.07,9110,8802,44.32,9110,8805,1,9201,8806,2300000,9001,8807,0,9001,,,,,,
-18443,CS63 zone A3,9807,8801,0.07,9110,8802,47.32,9110,8805,1,9201,8806,3300000,9001,8807,0,9001,,,,,,
-18444,CS63 zone A4,9807,8801,0.07,9110,8802,50.32,9110,8805,1,9201,8806,4300000,9001,8807,0,9001,,,,,,
-18446,CS63 zone K2,9807,8801,0.08,9110,8802,50.46,9110,8805,1,9201,8806,2300000,9001,8807,0,9001,,,,,,
-18447,CS63 zone K3,9807,8801,0.08,9110,8802,53.46,9110,8805,1,9201,8806,3300000,9001,8807,0,9001,,,,,,
-18448,CS63 zone K4,9807,8801,0.08,9110,8802,56.46,9110,8805,1,9201,8806,4300000,9001,8807,0,9001,,,,,,
-18450,CS63 zone C0,9807,8801,0.06,9110,8802,21.57,9110,8805,1,9201,8806,250000,9001,8807,0,9001,,,,,,
-18451,CS63 zone C1,9807,8801,0.06,9110,8802,24.57,9110,8805,1,9201,8806,1250000,9001,8807,0,9001,,,,,,
-18452,CS63 zone C2,9807,8801,0.06,9110,8802,27.57,9110,8805,1,9201,8806,2250000,9001,8807,0,9001,,,,,,
-19896,Hong Kong 1963 Grid,9806,8801,22.184368,9110,8802,114.10428,9110,8806,132033.92,9005,8807,62565.96,9005,,,,,,,,,
-19897,Statistics Canada Lambert,9802,8821,63.390675,9102,8822,-91.52,9110,8823,49,9102,8824,77,9102,8826,6200000,9001,8827,3000000,9001,,,
-19898,Pacific Disaster Center Mercator,9804,8801,0,9102,8802,-150,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-19899,Mauritius Grid,9801,8801,-20.114225,9110,8802,57.311858,9110,8805,1,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
-19900,Bahrain State Grid,9807,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-19901,Belge Lambert 50,9802,8821,90,9110,8822,0,9110,8823,49.5,9110,8824,51.1,9110,8826,150000,9001,8827,5400000,9001,,,
-19902,Belge Lambert 72,9803,8821,90,9110,8822,4.2124983,9110,8823,49.5,9110,8824,51.1,9110,8826,150000.01256,9001,8827,5400088.4378,9001,,,
-19903,Nord de Guerre,9801,8801,55,9105,8802,6,9105,8805,0.99950908,9201,8806,500000,9001,8807,300000,9001,,,,,,
-19904,Ghana Metre Grid,9807,8801,4.4,9110,8802,-1,9110,8805,0.99975,9201,8806,274319.51,9001,8807,0,9001,,,,,,
-19905,Netherlands East Indies Equatorial Zone,9804,8801,0,9102,8802,110,9102,8805,0.997,9201,8806,3900000,9001,8807,900000,9001,,,,,,
-19906,Iraq zone,9801,8801,32.3,9110,8802,45,9110,8805,0.9987864078,9201,8806,1500000,9001,8807,1166200,9001,,,,,,
-19907,Iraq National Grid,9807,8801,29.0134566,9110,8802,46.3,9110,8805,0.9994,9201,8806,800000,9001,8807,0,9001,,,,,,
-19908,Irish National Grid,9807,8801,53.3,9110,8802,-8,9110,8805,1.000035,9201,8806,200000,9001,8807,250000,9001,,,,,,
-19909,"Jamaica (Old Grid)",9801,8801,18,9102,8802,-77,9102,8805,1,9201,8806,550000,9005,8807,400000,9005,,,,,,
-19910,Jamaica National Grid,9801,8801,18,9102,8802,-77,9102,8805,1,9201,8806,250000,9001,8807,150000,9001,,,,,,
-19911,Laborde Grid,9815,8811,-21,9105,8812,49,9105,8813,21,9105,8814,21,9105,8815,0.9995,9201,8816,400000,9001,8817,800000,9001
-19913,RD Old,9809,8801,52.0922178,9110,8802,5.23155,9110,8805,0.9999079,9201,8806,0,9001,8807,0,9001,,,,,,
-19914,RD New,9809,8801,52.0922178,9110,8802,5.23155,9110,8805,0.9999079,9201,8806,155000,9001,8807,463000,9001,,,,,,
-19915,Aden Zone,9801,8801,15,9102,8802,45,9102,8805,0.999365678,9201,8806,1500000,9001,8807,1000000,9001,,,,,,
-19916,British National Grid,9807,8801,49,9102,8802,-2,9102,8805,0.9996012717,9201,8806,400000,9001,8807,-100000,9001,,,,,,
-19917,New Zealand Map Grid,9811,8801,-41,9102,8802,173,9102,8806,2510000,9001,8807,6023150,9001,,,,,,,,,
-19919,Qatar National Grid,9807,8801,24.27,9110,8802,51.13,9110,8805,0.99999,9201,8806,200000,9001,8807,300000,9001,,,,,,
-19920,Singapore Grid,9806,8801,1.1715528,9110,8802,103.5110808,9110,8806,30000,9001,8807,30000,9001,,,,,,,,,
-19921,Spain,9801,8801,40,9102,8802,0,9102,8805,0.9988085293,9201,8806,600000,9001,8807,600000,9001,,,,,,
-19922,Swiss New Grid,9815,8811,46.570866,9110,8812,7.26225,9110,8813,90,9110,8814,90,9110,8815,1,9201,8816,600000,9001,8817,200000,9001
-19923,Swiss Old Grid,9815,8811,46.570866,9110,8812,0,9110,8813,90,9110,8814,90,9110,8815,1,9201,8816,0,9001,8817,0,9001
-19924,Tobago Grid,9806,8801,11.1507843,9110,8802,-60.4109632,9110,8806,187500,9039,8807,180000,9039,,,,,,,,,
-19925,Trinidad Grid,9806,8801,10.263,9110,8802,-61.2,9110,8806,430000,9039,8807,325000,9039,,,,,,,,,
-19926,Stereo 70,9809,8801,46,9102,8802,25,9102,8805,0.99975,9201,8806,500000,9001,8807,500000,9001,,,,,,
-19927,Stereo 33,9809,8801,45.54,9110,8802,25.23328772,9110,8805,0.9996667,9201,8806,500000,9001,8807,500000,9001,,,,,,
-19928,Kuwait TM,9807,8801,0,9102,8802,48,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-19929,Sweden zone 2.5 gon V,9807,8801,0,9110,8802,15.48298,9110,8805,1,9201,8806,1500000,9001,8807,0,9001,,,,,,
-19930,Greek Grid,9807,8801,0,9102,8802,24,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-19931,Egyseges Orszagos Vetuleti,9815,8811,47.08398174,9110,8812,19.02548584,9110,8813,90,9110,8814,90,9110,8815,0.99993,9201,8816,650000,9001,8817,200000,9001
-19933,"Prince Edward Island Stereographic (ATS77)",9809,8801,47.15,9110,8802,-63,9110,8805,0.999912,9201,8806,700000,9001,8807,400000,9001,,,,,,
-19934,Lithuania 1994,9807,8801,0,9102,8802,24,9102,8805,0.9998,9201,8806,500000,9001,8807,0,9001,,,,,,
-19935,Rectified Skew Orthomorphic Malaya Grid,9812,8806,40000,9062,8807,0,9062,8811,4,9110,8812,102.15,9110,8813,323.01328458,9110,8814,323.07483685,9110,8815,0.99984,9201
-19936,Portuguese National Grid,9807,8801,39.4,9110,8802,1,9110,8805,1,9201,8806,200000,9001,8807,300000,9001,,,,,,
-19937,Tunisia Mining Grid,9816,8821,38.81973,9105,8822,7.83445,9105,8826,270,9036,8827,582,9036,,,,,,,,,
-19938,Estonian National Grid,9802,8821,57.310319415,9110,8822,24,9110,8823,59.2,9110,8824,58,9110,8826,500000,9001,8827,6375000,9001,,,
-19939,TM Baltic 93,9807,8801,0,9102,8802,24,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
-19940,Levant Zone,9817,8801,34.39,9110,8802,37.21,9110,8805,0.9996256,9201,8806,300000,9001,8807,300000,9001,,,,,,
-19941,Brazil Polyconic,9818,8801,0,9102,8802,-54,9102,8806,5000000,9001,8807,10000000,9001,,,,,,,,,
-19942,British West Indies Grid,9807,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
-19943,Barbados National Grid,9807,8801,13.1035,9110,8802,-59.3335,9110,8805,0.9999986,9201,8806,30000,9001,8807,75000,9001,,,,,,
-19944,Quebec Lambert Projection,9802,8821,44,9110,8822,-68.3,9110,8823,60,9110,8824,46,9110,8826,0,9001,8827,0,9001,,,
-19945,"New Brunswick Stereographic (ATS77)",9809,8801,46.3,9110,8802,-66.3,9110,8805,0.999912,9201,8806,300000,9001,8807,800000,9001,,,,,,
-19946,"New Brunswick Stereographic (NAD83)",9809,8801,46.3,9110,8802,-66.3,9110,8805,0.999912,9201,8806,2500000,9001,8807,7500000,9001,,,,,,
-19947,Austria Lambert,9802,8821,47.3,9110,8822,13.2,9110,8823,49,9110,8824,46,9110,8826,400000,9001,8827,400000,9001,,,
-19948,Syria Lambert,9801,8801,34.39,9110,8802,37.21,9110,8805,0.9996256,9201,8806,300000,9001,8807,300000,9001,,,,,,
-19949,Levant Stereographic,9809,8801,38,9105,8802,43.5,9105,8805,0.9995341,9201,8806,0,9001,8807,0,9001,,,,,,
-19950,Landesvermessung 1995,9815,8811,46.570866,9110,8812,7.26225,9110,8813,90,9110,8814,90,9110,8815,1,9201,8816,2600000,9001,8817,1200000,9001
-19951,Nakhl e Taqi Oblique Mercator,9815,8811,27.31077837,9110,8812,52.3612741,9110,8813,0.34179803,9110,8814,0.34179803,9110,8815,0.999895934,9201,8816,658377.437,9001,8817,3044969.194,9001
-19952,Krovak,9819,8811,49.3,9110,8812,42.3,9110,8813,30.1717303,9110,8816,0,9001,8817,0,9001,8818,78.3,9110,8819,0.9999,9201
-19953,Qatar Grid,9806,8801,25.22565,9110,8802,50.4541,9110,8806,100000,9001,8807,100000,9001,,,,,,,,,
-19954,Suriname Old TM,9807,8801,0,9110,8802,-55.41,9110,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
+18284,Poland zone IV,9809,8801,51.4015,9110,8807,5627000,9001,8805,0.9998,9201,8802,16.402,9110,8806,3703000,9001,,,,,,
+18285,Poland zone V,9807,8805,0.999983,9201,8806,237000,9001,8801,0,9110,8802,18.573,9110,8807,-4700000,9001,,,,,,
+18286,GUGiK-80,9809,8802,19.1,9110,8806,500000,9001,8805,0.999714,9201,8807,500000,9001,8801,52.1,9110,,,,,,
+18300,Poland CS92,9807,8802,19,9102,8801,0,9102,8805,0.9993,9201,8806,500000,9001,8807,-5300000,9001,,,,,,
+18305,Poland CS2000 zone 5,9807,8805,0.999923,9201,8801,0,9102,8806,5500000,9001,8802,15,9102,8807,0,9001,,,,,,
+18306,Poland CS2000 zone 6,9807,8802,18,9102,8805,0.999923,9201,8806,6500000,9001,8807,0,9001,8801,0,9102,,,,,,
+18307,Poland CS2000 zone 7,9807,8801,0,9102,8807,0,9001,8802,21,9102,8806,7500000,9001,8805,0.999923,9201,,,,,,
+18308,Poland CS2000 zone 8,9807,8805,0.999923,9201,8801,0,9102,8802,24,9102,8807,0,9001,8806,8500000,9001,,,,,,
+18310,Libya TM zone 5,9807,8806,200000,9001,8807,0,9001,8801,0,9102,8802,9,9102,8805,0.99995,9201,,,,,,
+18311,Libya TM zone 6,9807,8805,0.99995,9201,8801,0,9102,8807,0,9001,8802,11,9102,8806,200000,9001,,,,,,
+18312,Libya TM zone 7,9807,8807,0,9001,8805,0.99995,9201,8806,200000,9001,8802,13,9102,8801,0,9102,,,,,,
+18313,Libya TM zone 8,9807,8805,0.99995,9201,8807,0,9001,8801,0,9102,8806,200000,9001,8802,15,9102,,,,,,
+18314,Libya TM zone 9,9807,8806,200000,9001,8807,0,9001,8802,17,9102,8805,0.99995,9201,8801,0,9102,,,,,,
+18315,Libya TM zone 10,9807,8801,0,9102,8802,19,9102,8807,0,9001,8805,0.99995,9201,8806,200000,9001,,,,,,
+18316,Libya TM zone 11,9807,8807,0,9001,8806,200000,9001,8802,21,9102,8805,0.99995,9201,8801,0,9102,,,,,,
+18317,Libya TM zone 12,9807,8801,0,9102,8802,23,9102,8805,0.99995,9201,8806,200000,9001,8807,0,9001,,,,,,
+18318,Libya TM zone 13,9807,8801,0,9102,8805,0.99995,9201,8806,200000,9001,8807,0,9001,8802,25,9102,,,,,,
+18319,Libya TM,9807,8807,0,9001,8805,0.9965,9201,8802,17,9102,8806,1000000,9001,8801,0,9102,,,,,,
+18401,Kp2000 Jylland og Fyn,9807,8805,0.99995,9201,8801,0,9110,8807,0,9001,8802,9.3,9110,8806,200000,9001,,,,,,
+18402,Kp2000 Sjaelland,9807,8806,500000,9001,8801,0,9102,8807,0,9001,8805,0.99995,9201,8802,12,9102,,,,,,
+18403,Kp2000 Bornholm,9807,8802,15,9102,8801,0,9102,8805,1,9201,8807,0,9001,8806,900000,9001,,,,,,
+18411,French West Africa Senegal zone,9807,8805,0.999,9201,8801,0,9110,8802,-13.3,9110,8807,1000000,9001,8806,1000000,9001,,,,,,
+18412,French West Africa Ivory Coast zone,9807,8805,0.999,9201,8802,-6.3,9110,8806,1000000,9001,8801,0,9110,8807,1000000,9001,,,,,,
+18413,French West Africa Dahomey zone,9807,8801,0,9110,8805,0.999,9201,8806,1000000,9001,8807,1000000,9001,8802,0.3,9110,,,,,,
+18414,French West Africa Niger zone,9807,8806,1000000,9001,8802,7.3,9110,8805,0.999,9201,8801,0,9110,8807,1000000,9001,,,,,,
+18415,French Equatorial Africa west zone,9807,8807,1000000,9001,8806,1000000,9001,8802,10.3,9110,8801,0,9110,8805,0.999,9201,,,,,,
+18416,French Equatorial Africa central zone,9807,8801,0,9110,8807,1000000,9001,8802,17.4,9110,8805,0.999,9201,8806,1000000,9001,,,,,,
+18417,French Equatorial Africa east zone,9807,8807,1000000,9001,8801,0,9110,8805,0.999,9201,8802,24.3,9110,8806,1000000,9001,,,,,,
+18421,Greenland zone 1 east,9826,8801,82.3,9110,8806,0,9001,8807,0,9001,8802,-40,9110,8805,1,9201,,,,,,
+18422,Greenland zone 2 east,9826,8805,1,9201,8806,0,9001,8801,79.3,9110,8807,0,9001,8802,-24,9110,,,,,,
+18423,Greenland zone 3 east,9826,8805,1,9201,8801,76.3,9110,8802,-20,9110,8806,0,9001,8807,0,9001,,,,,,
+18424,Greenland zone 4 east,9826,8802,-24,9110,8807,0,9001,8806,0,9001,8805,1,9201,8801,73.3,9110,,,,,,
+18425,Greenland zone 5 east,9826,8801,70.3,9110,8807,0,9001,8805,1,9201,8802,-24,9110,8806,0,9001,,,,,,
+18426,Greenland zone 6 east,9826,8807,0,9001,8802,-32,9110,8801,67.3,9110,8805,1,9201,8806,0,9001,,,,,,
+18427,Greenland zone 7 east,9826,8807,0,9001,8802,-40,9110,8801,64.3,9110,8806,0,9001,8805,1,9201,,,,,,
+18428,Greenland zone 8 east,9826,8807,0,9001,8802,-48,9110,8801,61.3,9110,8806,0,9001,8805,1,9201,,,,,,
+18432,Greenland zone 2 west,9826,8801,79.3,9110,8805,1,9201,8802,-64,9110,8806,0,9001,8807,0,9001,,,,,,
+18433,Greenland zone 3 west,9826,8802,-64,9110,8807,0,9001,8801,76.3,9110,8806,0,9001,8805,1,9201,,,,,,
+18434,Greenland zone 4 west,9826,8806,0,9001,8802,-52,9110,8805,1,9201,8801,73.3,9110,8807,0,9001,,,,,,
+18435,Greenland zone 5 west,9826,8807,0,9001,8805,1,9201,8801,70.3,9110,8802,-52,9110,8806,0,9001,,,,,,
+18436,Greenland zone 6 west,9826,8806,0,9001,8801,67.3,9110,8807,0,9001,8805,1,9201,8802,-52,9110,,,,,,
+18437,Greenland zone 7 west,9826,8807,0,9001,8805,1,9201,8806,0,9001,8802,-52,9110,8801,64.3,9110,,,,,,
+18441,CS63 zone A1,9807,8801,0.07,9110,8805,1,9201,8807,0,9001,8806,1300000,9001,8802,41.32,9110,,,,,,
+18442,CS63 zone A2,9807,8807,0,9001,8801,0.07,9110,8806,2300000,9001,8802,44.32,9110,8805,1,9201,,,,,,
+18443,CS63 zone A3,9807,8801,0.07,9110,8805,1,9201,8807,0,9001,8802,47.32,9110,8806,3300000,9001,,,,,,
+18444,CS63 zone A4,9807,8801,0.07,9110,8805,1,9201,8807,0,9001,8802,50.32,9110,8806,4300000,9001,,,,,,
+18446,CS63 zone K2,9807,8807,0,9001,8805,1,9201,8802,50.46,9110,8806,2300000,9001,8801,0.08,9110,,,,,,
+18447,CS63 zone K3,9807,8802,53.46,9110,8801,0.08,9110,8806,3300000,9001,8805,1,9201,8807,0,9001,,,,,,
+18448,CS63 zone K4,9807,8801,0.08,9110,8802,56.46,9110,8806,4300000,9001,8805,1,9201,8807,0,9001,,,,,,
+18450,CS63 zone C0,9807,8807,0,9001,8805,1,9201,8802,21.57,9110,8801,0.06,9110,8806,250000,9001,,,,,,
+18451,CS63 zone C1,9807,8807,0,9001,8805,1,9201,8806,1250000,9001,8802,24.57,9110,8801,0.06,9110,,,,,,
+18452,CS63 zone C2,9807,8801,0.06,9110,8806,2250000,9001,8807,0,9001,8802,27.57,9110,8805,1,9201,,,,,,
+19854,South Georgia Lambert,9802,8821,-55,9102,8824,-54.45,9110,8826,0,9001,8822,-37,9102,8823,-54,9110,8827,0,9001,,,
+19855,Mercator 41,9804,8806,0,9001,8801,-41,9102,8802,100,9102,8807,0,9001,8805,1,9201,,,,,,
+19856,TM Reunion,9807,8806,160000,9001,8801,-21.07,9110,8807,50000,9001,8802,55.32,9110,8805,1,9201,,,,,,
+19857,Northwest Territories Lambert,9802,8822,-112,9102,8824,70,9102,8827,0,9001,8823,62,9102,8826,0,9001,8821,0,9102,,,
+19858,Yukon Albers,9822,8824,68,9110,8821,59,9110,8823,61.4,9110,8827,500000,9001,8822,-132.3,9110,8826,500000,9001,,,
+19859,Fiji Map Grid,9807,8801,-17,9110,8806,2000000,9001,8807,4000000,9001,8802,178.45,9110,8805,0.99985,9201,,,,,,
+19860,Jamaica Metric Grid 2001,9801,8802,-77,9102,8806,750000,9001,8805,1,9201,8807,650000,9001,8801,18,9102,,,,,,
+19861,Laborde Grid,9813,8811,-21,9105,8807,800000,9001,8806,400000,9001,8815,0.9995,9201,8813,21,9105,8812,49,9105,,,
+19862,Belgian Lambert 2005,9802,8824,51.1,9110,8827,166262,9001,8821,50.4752134,9110,8823,49.5,9110,8822,4.2133177,9110,8826,150328,9001,,,
+19863,South China Sea Lambert,9802,8826,500000,9001,8821,21,9102,8823,18,9102,8827,500000,9001,8822,114,9102,8824,24,9102,,,
+19864,Singapore Transverse Mercator,9807,8802,103.5,9110,8807,38744.572,9001,8801,1.22,9110,8806,28001.642,9001,8805,1,9201,,,,,,
+19865,US NSIDC Sea Ice polar stereographic north,9829,8806,0,9001,8807,0,9001,8833,-45,9102,8832,70,9102,,,,,,,,,
+19866,US NSIDC Sea Ice polar stereographic south,9829,8807,0,9001,8833,0,9102,8806,0,9001,8832,-70,9102,,,,,,,,,
+19867,US NSIDC Equal Area north projection,9821,8828,90,9102,8806,0,9001,8807,0,9001,8829,0,9102,,,,,,,,,
+19868,US NSIDC Equal Area south projection,9821,8828,-90,9102,8806,0,9001,8829,0,9102,8807,0,9001,,,,,,,,,
+19869,US NSIDC Equal Area global projection,9834,8807,0,9001,8823,30,9102,8802,0,9102,8806,0,9001,,,,,,,,,
+19870,Faroe Lambert,9826,8801,62,9102,8802,-9,9102,8805,1,9201,8806,500000,9001,8807,500000,9001,,,,,,
+19871,"Rectified Skew Orthomorphic Malaya Grid (chains)",9812,8812,102.15,9110,8814,323.07483685,9110,8807,0,9301,8806,40000,9301,8811,4,9110,8815,0.99984,9201,8813,323.01328458,9110
+19872,"Rectified Skew Orthomorphic Malaya Grid (metres)",9812,8806,804670.24,9001,8812,102.15,9110,8811,4,9110,8813,323.01328458,9110,8807,0,9001,8815,0.99984,9201,8814,323.07483685,9110
+19873,Noumea Lambert,9802,8821,-22.16108903,9110,8824,-22.17408903,9110,8822,166.26327327,9110,8827,1.02,9001,8823,-22.14408903,9110,8826,0.66,9001,,,
+19874,Noumea Lambert 2,9802,8822,166.2633,9110,8823,-22.1441,9110,8821,-22.1611,9110,8824,-22.1741,9110,8826,8.313,9001,8827,-2.354,9001,,,
+19875,Ontario MNR Lambert,9802,8821,0,9102,8823,44.5,9102,8827,6430000,9001,8826,930000,9001,8822,-85,9102,8824,53.5,9102,,,
+19876,ST74,9807,8806,100178.1808,9001,8802,18.0328044,9110,8801,0,9110,8805,0.99999425,9201,8807,-6500614.7836,9001,,,,,,
+19877,Faroe Lambert fk89,9826,8807,700000,9001,8805,1,9201,8806,700000,9001,8801,62,9102,8802,-9,9102,,,,,,
+19878,Vanua Levu Grid,9833,8807,1662888.5,9098,8802,179.2,9110,8806,1251331.8,9098,8801,-16.15,9110,,,,,,,,,
+19879,Viti Levu Grid,9806,8802,178,9102,8807,704000,9098,8806,544000,9098,8801,-18,9102,,,,,,,,,
+19880,Fiji Map Grid,9807,8802,178.45,9110,8801,-17,9110,8806,2000000,9001,8807,4000000,9001,8805,0.99985,9001,,,,,,
+19881,"Alberta 10-degree TM (Forest)",9807,8801,0,9102,8802,-115,9102,8806,500000,9001,8807,0,9001,8805,0.9992,9201,,,,,,
+19882,"Alberta 10-degree TM (Resource)",9807,8806,0,9001,8801,0,9102,8802,-115,9102,8807,0,9001,8805,0.9992,9201,,,,,,
+19883,World Mercator,9804,8806,0,9001,8807,0,9001,8802,0,9102,8801,0,9102,8805,1,9201,,,,,,
+19884,Caspian Sea Mercator,9805,8807,0,9001,8802,51,9102,8823,42,9102,8806,0,9001,,,,,,,,,
+19885,Kelantan Grid,9806,8802,102.174287001,9110,8801,5.582115717,9110,8806,13227.851,9001,8807,8739.894,9001,,,,,,,,,
+19886,Perak Grid,9806,8801,4.513262688,9110,8806,-1.769,9001,8807,133454.779,9001,8802,100.485547811,9110,,,,,,,,,
+19887,Kedah and Perlis Grid,9806,8801,5.575282177,9110,8802,100.3810936,9110,8806,0,9001,8807,0,9001,,,,,,,,,
+19888,Pinang Grid,9806,8801,5.251746315,9110,8807,62.283,9001,8802,100.203975707,9110,8806,-23.414,9001,,,,,,,,,
+19889,Terengganu Grid,9806,8806,19594.245,9001,8802,103.041299225,9110,8807,3371.895,9001,8801,4.583462672,9110,,,,,,,,,
+19890,Selangor Grid,9806,8807,56464.049,9001,8806,-34836.161,9001,8801,3.410473658,9110,8802,101.232078849,9110,,,,,,,,,
+19891,Pahang Grid,9806,8801,3.460979712,9110,8802,102.220587634,9110,8806,-7368.228,9001,8807,6485.858,9001,,,,,,,,,
+19892,Sembilan and Melaka Grid,9806,8802,101.582965815,9110,8801,2.405645149,9110,8807,-4240.573,9001,8806,3673.785,9001,,,,,,,,,
+19893,Johor Grid,9806,8802,103.254057045,9110,8801,2.071804708,9110,8807,8758.32,9001,8806,-14810.562,9001,,,,,,,,,
+19894,East Malaysia BRSO,9812,8814,53.07483685,9110,8813,53.185691582,9110,8806,0,9001,8812,115,9110,8815,0.99984,9201,8811,4,9110,8807,0,9001
+19895,Peninsular RSO,9812,8806,804671,9001,8807,0,9001,8814,323.07483685,9110,8813,323.013286728,9110,8811,4,9110,8812,102.15,9110,8815,0.99984,9201
+19896,Hong Kong 1963 Grid,9806,8802,114.10428,9110,8801,22.184368,9110,8806,132033.92,9005,8807,62565.96,9005,,,,,,,,,
+19897,Statistics Canada Lambert,9802,8822,-91.52,9110,8827,3000000,9001,8824,77,9102,8823,49,9102,8826,6200000,9001,8821,63.390675,9102,,,
+19898,Pacific Disaster Center Mercator,9804,8802,-150,9102,8807,0,9001,8801,0,9102,8806,0,9001,8805,1,9201,,,,,,
+19899,Mauritius Grid,9801,8801,-20.114225,9110,8806,1000000,9001,8805,1,9201,8802,57.311858,9110,8807,1000000,9001,,,,,,
+19900,Bahrain State Grid,9807,8805,0.9996,9201,8802,51,9102,8801,0,9102,8806,500000,9001,8807,0,9001,,,,,,
+19901,Belge Lambert 50,9802,8827,5400000,9001,8824,51.1,9110,8821,90,9110,8822,0,9110,8826,150000,9001,8823,49.5,9110,,,
+19902,Belge Lambert 72,9803,8826,150000.01256,9001,8827,5400088.4378,9001,8823,49.5,9110,8821,90,9110,8822,4.2124983,9110,8824,51.1,9110,,,
+19903,Nord de Guerre,9801,8806,500000,9001,8807,300000,9001,8805,0.99950908,9201,8801,55,9105,8802,6,9105,,,,,,
+19904,Ghana Metre Grid,9807,8801,4.4,9110,8806,274319.51,9001,8805,0.99975,9201,8807,0,9001,8802,-1,9110,,,,,,
+19905,Netherlands East Indies Equatorial Zone,9804,8806,3900000,9001,8805,0.997,9201,8801,0,9102,8802,110,9102,8807,900000,9001,,,,,,
+19906,Iraq zone,9801,8802,45,9110,8807,1166200,9001,8801,32.3,9110,8806,1500000,9001,8805,0.9987864078,9201,,,,,,
+19907,Iraq National Grid,9807,8807,0,9001,8802,46.3,9110,8806,800000,9001,8801,29.0134566,9110,8805,0.9994,9201,,,,,,
+19908,Irish National Grid,9807,8801,53.3,9110,8806,200000,9001,8807,250000,9001,8802,-8,9110,8805,1.000035,9201,,,,,,
+19909,"Jamaica (Old Grid)",9801,8806,550000,9005,8807,400000,9005,8801,18,9102,8805,1,9201,8802,-77,9102,,,,,,
+19910,Jamaica National Grid,9801,8807,150000,9001,8806,250000,9001,8802,-77,9102,8805,1,9201,8801,18,9102,,,,,,
+19911,Laborde Grid approximation,9815,8813,21,9105,8814,21,9105,8811,-21,9105,8816,400000,9001,8815,0.9995,9201,8812,49,9105,8817,800000,9001
+19913,RD Old,9809,8802,5.23155,9110,8801,52.0922178,9110,8807,0,9001,8805,0.9999079,9201,8806,0,9001,,,,,,
+19914,RD New,9809,8807,463000,9001,8806,155000,9001,8802,5.23155,9110,8805,0.9999079,9201,8801,52.0922178,9110,,,,,,
+19915,Aden Zone,9801,8807,1000000,9001,8801,15,9102,8806,1500000,9001,8805,0.999365678,9201,8802,45,9102,,,,,,
+19916,British National Grid,9807,8801,49,9102,8805,0.9996012717,9201,8802,-2,9102,8806,400000,9001,8807,-100000,9001,,,,,,
+19917,New Zealand Map Grid,9811,8806,2510000,9001,8807,6023150,9001,8801,-41,9102,8802,173,9102,,,,,,,,,
+19919,Qatar National Grid,9807,8805,0.99999,9201,8806,200000,9001,8802,51.13,9110,8801,24.27,9110,8807,300000,9001,,,,,,
+19920,Singapore Grid,9806,8807,30000,9001,8806,30000,9001,8802,103.5110808,9110,8801,1.1715528,9110,,,,,,,,,
+19921,Spain,9801,8806,600000,9001,8801,40,9102,8807,600000,9001,8802,0,9102,8805,0.9988085293,9201,,,,,,
+19922,Swiss New Grid,9815,8816,600000,9001,8814,90,9110,8813,90,9110,8811,46.570866,9110,8812,7.26225,9110,8815,1,9201,8817,200000,9001
+19923,Swiss Old Grid,9815,8811,46.570866,9110,8812,0,9110,8814,90,9110,8815,1,9201,8817,0,9001,8816,0,9001,8813,90,9110
+19924,Tobago Grid,9806,8807,180000,9039,8801,11.1507843,9110,8806,187500,9039,8802,-60.4109632,9110,,,,,,,,,
+19925,Trinidad Grid,9806,8806,430000,9039,8801,10.263,9110,8807,325000,9039,8802,-61.2,9110,,,,,,,,,
+19926,Stereo 70,9809,8807,500000,9001,8801,46,9102,8806,500000,9001,8805,0.99975,9201,8802,25,9102,,,,,,
+19927,Stereo 33,9809,8807,500000,9001,8802,25.23328772,9110,8805,0.9996667,9201,8806,500000,9001,8801,45.54,9110,,,,,,
+19928,Kuwait TM,9807,8801,0,9102,8805,0.9996,9201,8806,500000,9001,8802,48,9102,8807,0,9001,,,,,,
+19929,Sweden zone 2.5 gon V,9807,8807,0,9001,8802,15.48298,9110,8805,1,9201,8806,1500000,9001,8801,0,9110,,,,,,
+19930,Greek Grid,9807,8801,0,9102,8806,500000,9001,8807,0,9001,8805,0.9996,9201,8802,24,9102,,,,,,
+19931,Egyseges Orszagos Vetuleti,9815,8814,90,9110,8812,19.02548584,9110,8816,650000,9001,8817,200000,9001,8813,90,9110,8811,47.08398174,9110,8815,0.99993,9201
+19933,"Prince Edward Island Stereographic (ATS77)",9809,8805,0.999912,9201,8807,400000,9001,8806,700000,9001,8802,-63,9110,8801,47.15,9110,,,,,,
+19934,Lithuania 1994,9807,8805,0.9998,9201,8802,24,9102,8806,500000,9001,8801,0,9102,8807,0,9001,,,,,,
+19935,Rectified Skew Orthomorphic Malaya Grid,9812,8806,40000,9062,8814,323.07483685,9110,8812,102.15,9110,8807,0,9062,8815,0.99984,9201,8811,4,9110,8813,323.01328458,9110
+19936,Portuguese National Grid,9807,8807,300000,9001,8802,1,9110,8806,200000,9001,8801,39.4,9110,8805,1,9201,,,,,,
+19937,Tunisia Mining Grid,9816,8826,270,9036,8822,7.83445,9105,8827,582,9036,8821,38.81973,9105,,,,,,,,,
+19938,Estonian National Grid,9802,8821,57.310319415,9110,8824,58,9110,8827,6375000,9001,8826,500000,9001,8822,24,9110,8823,59.2,9110,,,
+19939,TM Baltic 93,9807,8807,0,9001,8801,0,9102,8802,24,9102,8805,0.9996,9201,8806,500000,9001,,,,,,
+19940,Levant Zone,9817,8805,0.9996256,9201,8807,300000,9001,8802,37.21,9110,8806,300000,9001,8801,34.39,9110,,,,,,
+19941,Brazil Polyconic,9818,8807,10000000,9001,8806,5000000,9001,8801,0,9102,8802,-54,9102,,,,,,,,,
+19942,British West Indies Grid,9807,8801,0,9102,8802,-62,9102,8807,0,9001,8805,0.9995,9201,8806,400000,9001,,,,,,
+19943,Barbados National Grid,9807,8805,0.9999986,9201,8801,13.1035,9110,8802,-59.3335,9110,8806,30000,9001,8807,75000,9001,,,,,,
+19944,Quebec Lambert Projection,9802,8822,-68.3,9110,8826,0,9001,8821,44,9110,8823,60,9110,8824,46,9110,8827,0,9001,,,
+19945,"New Brunswick Stereographic (ATS77)",9809,8805,0.999912,9201,8802,-66.3,9110,8807,800000,9001,8801,46.3,9110,8806,300000,9001,,,,,,
+19946,"New Brunswick Stereographic (NAD83)",9809,8802,-66.3,9110,8806,2500000,9001,8801,46.3,9110,8805,0.999912,9201,8807,7500000,9001,,,,,,
+19947,Austria Lambert,9802,8827,400000,9001,8821,47.3,9110,8824,46,9110,8826,400000,9001,8823,49,9110,8822,13.2,9110,,,
+19948,Syria Lambert,9801,8807,300000,9001,8801,34.39,9110,8806,300000,9001,8805,0.9996256,9201,8802,37.21,9110,,,,,,
+19949,Levant Stereographic,9809,8802,43.5,9105,8806,0,9001,8801,38,9105,8805,0.9995341,9201,8807,0,9001,,,,,,
+19950,Landesvermessung 1995,9815,8812,7.26225,9110,8813,90,9110,8811,46.570866,9110,8815,1,9201,8817,1200000,9001,8814,90,9110,8816,2600000,9001
+19951,Nakhl e Taqi Oblique Mercator,9815,8816,658377.437,9001,8815,0.999895934,9201,8817,3044969.194,9001,8813,0.34179803,9110,8811,27.31077837,9110,8812,52.3612741,9110,8814,0.34179803,9110
+19952,Krovak,9819,8819,0.9999,9201,8812,42.3,9110,8816,0,9001,8817,0,9001,8818,78.3,9110,8813,30.1717303,9110,8811,49.3,9110
+19953,Qatar Grid,9806,8807,100000,9001,8801,25.22565,9110,8806,100000,9001,8802,50.4541,9110,,,,,,,,,
+19954,Suriname Old TM,9807,8802,-55.41,9110,8801,0,9110,8806,500000,9001,8807,0,9001,8805,0.9996,9201,,,,,,
 19955,Suriname TM,9807,8801,0,9110,8802,-55.41,9110,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
-19956,"Rectified Skew Orthomorphic Borneo Grid (chains)",9815,8811,4,9110,8812,115,9110,8813,53.18569537,9110,8814,53.07483685,9110,8815,0.99984,9201,8816,29352.4763,9042,8817,22014.3572,9042
-19957,"Rectified Skew Orthomorphic Borneo Grid (feet)",9815,8811,4,9110,8812,115,9110,8813,53.18569537,9110,8814,53.07483685,9110,8815,0.99984,9201,8816,1937263.44,9041,8817,1452947.58,9041
-19958,"Rectified Skew Orthomorphic Borneo Grid (metres)",9815,8811,4,9110,8812,115,9110,8813,53.18569537,9110,8814,53.07483685,9110,8815,0.99984,9201,8816,590476.87,9001,8817,442857.65,9001
-19959,Ghana National Grid,9807,8801,4.4,9110,8802,-1,9110,8805,0.99975,9201,8806,900000,9094,8807,0,9094,,,,,,
-19960,"Prince Edward Isl. Stereographic (NAD83)",9809,8801,47.15,9110,8802,-63,9110,8805,0.999912,9201,8806,400000,9001,8807,800000,9001,,,,,,
-19961,Belgian Lambert 72,9802,8821,90,9110,8822,4.2202952,9110,8823,51.100000204,9110,8824,49.500000204,9110,8826,150000.013,9001,8827,5400088.438,9001,,,
-19962,Irish Transverse Mercator,9807,8801,53.3,9110,8802,-8,9110,8805,0.99982,9201,8806,600000,9001,8807,750000,9001,,,,,,
-19963,Sierra Leone New Colony Grid,9807,8801,6.4,9110,8802,-12,9110,8805,1,9201,8806,500000,9094,8807,0,9094,,,,,,
-19964,New War Office Sierra Leone Grid,9807,8801,6.4,9110,8802,-12,9110,8805,1,9201,8806,800000,9094,8807,600000,9094,,,,,,
-19965,US National Atlas Equal Area,9821,8806,0,9001,8807,0,9001,8828,45,9102,8829,-100,9102,,,,,,,,,
-19966,Luxembourg Gauss,9807,8801,49.5,9110,8802,6.1,9110,8805,1,9201,8806,80000,9001,8807,100000,9001,,,,,,
-19967,Slovenia Grid,9807,8801,0,9110,8802,15,9110,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
+19956,"Rectified Skew Orthomorphic Borneo Grid (chains)",9815,8814,53.07483685,9110,8815,0.99984,9201,8817,22014.3572,9042,8811,4,9110,8816,29352.4763,9042,8812,115,9110,8813,53.18569537,9110
+19957,"Rectified Skew Orthomorphic Borneo Grid (feet)",9815,8812,115,9110,8815,0.99984,9201,8814,53.07483685,9110,8813,53.18569537,9110,8816,1937263.44,9041,8811,4,9110,8817,1452947.58,9041
+19958,"Rectified Skew Orthomorphic Borneo Grid (metres)",9815,8811,4,9110,8813,53.18569537,9110,8817,442857.65,9001,8812,115,9110,8814,53.07483685,9110,8815,0.99984,9201,8816,590476.87,9001
+19959,Ghana National Grid,9807,8806,900000,9094,8807,0,9094,8801,4.4,9110,8805,0.99975,9201,8802,-1,9110,,,,,,
+19960,"Prince Edward Isl. Stereographic (NAD83)",9809,8807,800000,9001,8801,47.15,9110,8802,-63,9110,8805,0.999912,9201,8806,400000,9001,,,,,,
+19961,Belgian Lambert 72,9802,8822,4.2202952,9110,8823,51.100000204,9110,8821,90,9110,8824,49.500000204,9110,8826,150000.013,9001,8827,5400088.438,9001,,,
+19962,Irish Transverse Mercator,9807,8805,0.99982,9201,8807,750000,9001,8801,53.3,9110,8806,600000,9001,8802,-8,9110,,,,,,
+19963,Sierra Leone New Colony Grid,9807,8807,0,9094,8802,-12,9110,8805,1,9201,8806,500000,9094,8801,6.4,9110,,,,,,
+19964,New War Office Sierra Leone Grid,9807,8802,-12,9110,8806,800000,9094,8801,6.4,9110,8807,600000,9094,8805,1,9201,,,,,,
+19965,US National Atlas Equal Area,9821,8828,45,9102,8806,0,9001,8829,-100,9102,8807,0,9001,,,,,,,,,
+19966,Luxembourg Gauss,9807,8807,100000,9001,8806,80000,9001,8805,1,9201,8802,6.1,9110,8801,49.5,9110,,,,,,
+19967,Slovenia Grid,9807,8807,0,9001,8802,15,9110,8806,500000,9001,8801,0,9110,8805,0.9999,9201,,,,,,
 19968,Plate Carree,9823,8801,0,9102,8802,0,9102,,,,,,,,,,,,,,,
-19969,Portuguese Grid,9807,8801,39.4,9110,8802,1,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-19971,New Zealand Transverse Mercator,9807,8801,0,9102,8802,173,9102,8805,0.9996,9201,8806,1600000,9001,8807,10000000,9001,,,,,,
-19972,Irish Grid,9807,8801,53.3,9110,8802,-8,9110,8805,1.000035,9201,8806,200000,9001,8807,250000,9001,,,,,,
-19973,Irish National Grid,9807,8801,53.3,9110,8802,-8,9110,8805,1,9201,8806,200000,9001,8807,250000,9001,,,,,,
-19974,Modified Portuguese Grid,9807,8801,39.4,9110,8802,-8.0754862,9110,8805,1,9201,8806,180.598,9001,8807,-86.99,9001,,,,,,
-19975,"Trinidad Grid (Clarke's feet)",9806,8801,10.263,9110,8802,-61.2,9110,8806,283800,9005,8807,214500,9005,,,,,,,,,
-19976,ICN Regional,9802,8821,6,9102,8822,-66,9102,8823,9,9102,8824,3,9102,8826,1000000,9001,8827,1000000,9001,,,
-19977,Aramco Lambert,9802,8821,25.0522236,9110,8822,48,9102,8823,17,9102,8824,33,9102,8826,0,9001,8827,0,9001,,,
-19978,Hong Kong 1980 Grid,9807,8801,22.184368,9110,8802,114.10428,9110,8805,1,9201,8806,836694.05,9001,8807,819069.8,9001,,,,,,
-19979,Portugal Bonne,9828,8801,39.4,9110,8802,1,9110,8806,0,9001,8807,0,9001,,,,,,,,,
-19981,Lambert New Caledonia,9802,8821,-21.3,9110,8822,166,9110,8823,-20.4,9110,8824,-22.2,9110,8826,400000,9001,8827,300000,9001,,,
-19982,TM Reunion,9807,8801,-21.07,9110,8802,55.32,9110,8805,1,9201,8806,50000,9001,8807,160000,9001,,,,,,
-19983,Terre Adelie Polar Stereographic,9830,8826,300000,9001,8827,200000,9001,8832,-67,9102,8833,140,9102,,,,,,,,,
-19984,British Columbia Albers,9822,8821,45,9102,8822,-126,9102,8823,50,9110,8824,58.3,9110,8826,1000000,9001,8827,0,9001,,,
-19985,Europe Conformal 2001,9802,8821,52,9102,8822,10,9102,8823,35,9102,8824,65,9102,8826,4000000,9001,8827,2800000,9001,,,
-19986,Europe Equal Area 2001,9820,8801,52,9102,8802,10,9102,8806,4321000,9001,8807,3210000,9001,,,,,,,,,
-19987,Iceland Lambert 1900,9826,8801,65,9110,8802,-19.011965,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
-19988,Iceland Lambert 1955,9826,8801,65,9102,8802,-18,9102,8805,1,9201,8806,500000,9001,8807,500000,9001,,,,,,
-19989,Iceland Lambert 1993,9802,8821,65,9110,8822,-19,9110,8823,64.15,9110,8824,65.45,9110,8826,500000,9001,8827,500000,9001,,,
-19990,Latvian Transverse Mercator,9807,8801,0,9102,8802,24,9102,8805,0.9996,9201,8806,500000,9001,8807,-6000000,9001,,,,,,
-19991,Jan Mayen Grid,9807,8801,0,9110,8802,-8.3,9110,8805,1,9201,8806,50000,9001,8807,-7800000,9001,,,,,,
-19992,Antarctic Polar Stereographic,9829,8806,0,9001,8807,0,9001,8832,-71,9102,8833,0,9102,,,,,,,,,
+19969,Portuguese Grid,9807,8802,1,9110,8805,1,9201,8807,0,9001,8806,0,9001,8801,39.4,9110,,,,,,
+19971,New Zealand Transverse Mercator,9807,8807,10000000,9001,8805,0.9996,9201,8806,1600000,9001,8801,0,9102,8802,173,9102,,,,,,
+19972,Irish Grid,9807,8807,250000,9001,8805,1.000035,9201,8802,-8,9110,8806,200000,9001,8801,53.3,9110,,,,,,
+19973,Irish National Grid,9807,8807,250000,9001,8802,-8,9110,8801,53.3,9110,8805,1,9201,8806,200000,9001,,,,,,
+19974,Modified Portuguese Grid,9807,8806,180.598,9001,8802,-8.0754862,9110,8801,39.4,9110,8805,1,9201,8807,-86.99,9001,,,,,,
+19975,"Trinidad Grid (Clarke's feet)",9806,8802,-61.2,9110,8801,10.263,9110,8806,283800,9005,8807,214500,9005,,,,,,,,,
+19976,ICN Regional,9802,8821,6,9102,8826,1000000,9001,8824,3,9102,8822,-66,9102,8827,1000000,9001,8823,9,9102,,,
+19977,Aramco Lambert,9802,8821,25.0522236,9110,8822,48,9102,8826,0,9001,8824,33,9102,8823,17,9102,8827,0,9001,,,
+19978,Hong Kong 1980 Grid,9807,8806,836694.05,9001,8807,819069.8,9001,8801,22.184368,9110,8805,1,9201,8802,114.10428,9110,,,,,,
+19979,Portugal Bonne,9828,8801,39.4,9110,8806,0,9001,8807,0,9001,8802,1,9110,,,,,,,,,
+19981,Lambert New Caledonia,9802,8824,-22.2,9110,8822,166,9110,8827,300000,9001,8821,-21.3,9110,8823,-20.4,9110,8826,400000,9001,,,
+19982,TM Reunion,9807,8802,55.32,9110,8805,1,9201,8806,50000,9001,8807,160000,9001,8801,-21.07,9110,,,,,,
+19983,Terre Adelie Polar Stereographic,9830,8827,200000,9001,8826,300000,9001,8833,140,9102,8832,-67,9102,,,,,,,,,
+19984,British Columbia Albers,9822,8824,58.3,9110,8821,45,9102,8827,0,9001,8822,-126,9102,8826,1000000,9001,8823,50,9110,,,
+19985,Europe Conformal 2001,9802,8827,2800000,9001,8826,4000000,9001,8822,10,9102,8821,52,9102,8823,35,9102,8824,65,9102,,,
+19986,Europe Equal Area 2001,9820,8802,10,9102,8801,52,9102,8807,3210000,9001,8806,4321000,9001,,,,,,,,,
+19987,Iceland Lambert 1900,9826,8807,0,9001,8801,65,9110,8802,-19.011965,9110,8806,0,9001,8805,1,9201,,,,,,
+19988,Iceland Lambert 1955,9826,8802,-18,9102,8805,1,9201,8801,65,9102,8806,500000,9001,8807,500000,9001,,,,,,
+19989,Iceland Lambert 1993,9802,8823,64.15,9110,8826,500000,9001,8821,65,9110,8822,-19,9110,8824,65.45,9110,8827,500000,9001,,,
+19990,Latvian Transverse Mercator,9807,8807,-6000000,9001,8805,0.9996,9201,8802,24,9102,8801,0,9102,8806,500000,9001,,,,,,
+19991,Jan Mayen Grid,9807,8802,-8.3,9110,8806,50000,9001,8807,-7800000,9001,8801,0,9110,8805,1,9201,,,,,,
+19992,Antarctic Polar Stereographic,9829,8833,0,9102,8807,0,9001,8806,0,9001,8832,-71,9102,,,,,,,,,
 19993,Australian Antarctic Polar Stereographic,9829,8806,6000000,9001,8807,6000000,9001,8832,-71,9102,8833,70,9102,,,,,,,,,
-19994,Australian Antarctic Lambert,9802,8821,-50,9110,8822,70,9110,8823,-68.3,9110,8824,-74.3,9110,8826,6000000,9001,8827,6000000,9001,,,
-19995,Jordan Transverse Mercator,9807,8801,0,9102,8802,37,9102,8805,0.9998,9201,8806,500000,9001,8807,-3000000,9001,,,,,,
-19996,Soldner Berlin,9806,8801,52.25071338,9110,8802,13.37379332,9110,8806,40000,9001,8807,10000,9001,,,,,,,,,
-19997,Kuwait Transverse Mercator,9807,8801,0,9102,8802,48,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
-19998,Guernsey Grid,9807,8801,49.3,9110,8802,-2.25,9110,8805,0.999997,9201,8806,47000,9001,8807,50000,9001,,,,,,
-19999,Jersey Transverse Mercator,9807,8801,49.225,9102,8802,-2.135,9102,8805,0.9999999,9201,8806,40000,9001,8807,70000,9001,,,,,,
+19994,Australian Antarctic Lambert,9802,8822,70,9110,8827,6000000,9001,8823,-68.3,9110,8821,-50,9110,8824,-74.3,9110,8826,6000000,9001,,,
+19995,Jordan Transverse Mercator,9807,8807,-3000000,9001,8802,37,9102,8806,500000,9001,8801,0,9102,8805,0.9998,9201,,,,,,
+19996,Soldner Berlin,9806,8806,40000,9001,8807,10000,9001,8802,13.37379332,9110,8801,52.25071338,9110,,,,,,,,,
+19997,Kuwait Transverse Mercator,9807,8805,1,9201,8801,0,9102,8806,500000,9001,8807,0,9001,8802,48,9102,,,,,,
+19998,Guernsey Grid,9807,8802,-2.25,9110,8806,47000,9001,8801,49.3,9110,8807,50000,9001,8805,0.999997,9201,,,,,,
+19999,Jersey Transverse Mercator,9807,8801,49.225,9102,8805,0.9999999,9201,8802,-2.135,9102,8807,70000,9001,8806,40000,9001,,,,,,

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/unit_of_measure.c
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/unit_of_measure.c	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/unit_of_measure.c	2007-09-19 08:45:41 UTC (rev 1074)
@@ -1,74 +1,81 @@
 #include "defs.h"
-datafile_rows_t unit_of_measure_row_0[] = {"UOM_CODE","UNIT_OF_MEAS_NAME","UNIT_OF_MEAS_TYPE","TARGET_UOM_CODE","FACTOR_B","FACTOR_C","REMARKS","INFORMATION_SOURCE","DATA_SOURCE","REVISION_DATE","CHANGE_ID","DEPRECATED ",NULL};
-datafile_rows_t unit_of_measure_row_1[] = {"9001","metre","length","9001","1.0","1.0","Also known as International metre. SI standard unit.","ISO 1000.","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_2[] = {"9002","foot","length","9001","0.3048","1.0","","ISO 1000; 1958","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_3[] = {"9003","US survey foot","length","9001","12.0","39.37","Used in USA.","EPSG","EPSG","2000-05-07 00:00:00","99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_4[] = {"9005","Clarke's foot","length","9001","0.304797265","1.0","Assumes Clarke's 1865 ratio of 1 British foot = 0.304797265 French legal metres applies to the international metre.   Used in older Australian, southern African & British West Indian mapping.","Australian Land Information Group  www.auslig.gov.au/geodesy/histry.htm","EPSG","2001-01-21 00:00:00","97.234 99.99  2000.05","0 ",NULL};
-datafile_rows_t unit_of_measure_row_5[] = {"9014","fathom","length","9001","1.8288","1.0","= 6 feet.","","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_6[] = {"9030","nautical mile","length","9001","1852.0","1.0","","","EPSG","1996-10-18 00:00:00","96.24","0 ",NULL};
-datafile_rows_t unit_of_measure_row_7[] = {"9031","German legal metre","length","9001","1.0000135965","1.0","Used in Namibia.","Chief Directorate Surveys and Land Information; Mowbray; South Africa","EPSG","1997-06-16 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_8[] = {"9033","US survey chain","length","9001","792.0","39.37","Used in USA primarily for public lands cadastral work.","Bureau of Land Management technical bulletin 6 (1973) and Standard Field Tables 8th edition (1956).","EPSG","2000-05-07 00:00:00","99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_9[] = {"9034","US survey link","length","9001","7.92","39.37","Used in USA primarily for public lands cadastral work.","Bureau of Land Management technical bulletin 6 (1973) and Standard Field Tables 8th edition (1956).","EPSG","2000-05-07 00:00:00","99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_10[] = {"9035","US survey mile","length","9001","63360.0","39.37","Used in USA primarily for public lands cadastral work.","Bureau of Land Management technical bulletin 6 (1973) and Standard Field Tables 8th edition (1956).","EPSG","2000-05-07 00:00:00","99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_11[] = {"9036","kilometre","length","9001","1000.0","1.0","","ISO 1000.","EPSG","1998-11-11 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_12[] = {"9037","Clarke's yard","length","9001","0.914391795","1.0","=3 Clarke's feet.  Assumes Clarke's 1865 ratio of 1 British foot = 0.304797265 French legal metres applies to the international metre.   Used in older Australian, southern African & British West Indian mapping.","Australian Land Information Group  www.auslig.gov.au/geodesy/histry.htm","EPSG","2000-05-07 00:00:00","97.233  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_13[] = {"9038","Clarke's chain","length","9001","20.11661949","1.0","=22 Clarke's yards.  Assumes Clarke's 1865 ratio of 1 British foot = 0.304797265 French legal metres applies to the international metre.   Used in older Australian, southern African & British West Indian mapping.","Australian Land Information Group  www.auslig.gov.au/geodesy/histry.htm","EPSG","2000-05-07 00:00:00","97.233  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_14[] = {"9039","Clarke's link","length","9001","0.2011661949","1.0","=1/100 Clarke's chain. Assumes Clarke's 1865 ratio of 1 British foot = 0.304797265 French legal metres applies to the international metre.   Used in older Australian, southern African & British West Indian mapping.","Australian Land Information Group  www.auslig.gov.au/geodesy/histry.htm","EPSG","2000-05-07 00:00:00","97.233  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_15[] = {"9040","British yard (Sears 1922)","length","9001","36.0","39.370147","Uses Sear's 1922 British yard-metre ratio as given by Bomford as 39.370147 inches per metre.  Used in East Malaysian and older New Zealand mapping.","G. Bomford \"Geodesy\" 2nd edition 1962; after J.S.Clark \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07 00:00:00","97.233  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_16[] = {"9041","British foot (Sears 1922)","length","9001","12.0","39.370147","Uses Sear's 1922 British yard-metre ratio as given by Bomford as 39.370147 inches per metre.  Used in East Malaysian and older New Zealand mapping.","G. Bomford \"Geodesy\" 2nd edition 1962; after J.S.Clark \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07 00:00:00","97.233  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_17[] = {"9042","British chain (Sears 1922)","length","9001","792.0","39.370147","Uses Sear's 1922 British yard-metre ratio as given by Bomford as 39.370147 inches per metre.  Used in East Malaysian and older New Zealand mapping.","G. Bomford \"Geodesy\" 2nd edition 1962; after J.S.Clark \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07 00:00:00","97.233  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_18[] = {"9043","British link (Sears 1922)","length","9001","7.92","39.370147","Uses Sear's 1922 British yard-metre ratio as given by Bomford as 39.370147 inches per metre.  Used in East Malaysian and older New Zealand mapping.","G. Bomford \"Geodesy\" 2nd edition 1962; after J.S.Clark \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07 00:00:00","97.233  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_19[] = {"9050","British yard (Benoit 1895 A)","length","9001","0.9143992","1.0","Uses Benoit's 1895 British yard-metre ratio as given by Clark as 0.9144992 metres per yard.  Used for deriving metric size of ellipsoid in Palestine.","J.S.Clark; \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07 00:00:00","97.233  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_20[] = {"9051","British foot (Benoit 1895 A)","length","9001","0.9143992","3.0","Uses Benoit's 1895 British yard-metre ratio as given by Clark as 0.9144992 metres per yard.  Used for deriving metric size of ellipsoid in Palestine.","J.S.Clark; \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07 00:00:00","97.233  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_21[] = {"9052","British chain (Benoit 1895 A)","length","9001","20.1167824","1.0","Uses Benoit's 1895 British yard-metre ratio as given by Clark as 0.9144992 metres per yard.  Used for deriving metric size of ellipsoid in Palestine.","J.S.Clark; \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07 00:00:00","97.233  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_22[] = {"9053","British link (Benoit 1895 A)","length","9001","0.201167824","1.0","Uses Benoit's 1895 British yard-metre ratio as given by Clark as 0.9144992 metres per yard.  Used for deriving metric size of ellipsoid in Palestine.","J.S.Clark; \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07 00:00:00","97.233  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_23[] = {"9060","British yard (Benoit 1895 B)","length","9001","36.0","39.370113","G. Bomford \"Geodesy\" 2nd edition 1962; after J.S.Clark \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","G. Bomford \"Geodesy\" 2nd edition 1962; after J.S.Clark \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07 00:00:00","97.233  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_24[] = {"9061","British foot (Benoit 1895 B)","length","9001","12.0","39.370113","Uses Benoit's 1895 British yard-metre ratio as given by Bomford as 39.370113 inches per metre.  Used in West Malaysian mapping.","G. Bomford \"Geodesy\" 2nd edition 1962; after J.S.Clark \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07 00:00:00","97.233  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_25[] = {"9062","British chain (Benoit 1895 B)","length","9001","792.0","39.370113","Uses Benoit's 1895 British yard-metre ratio as given by Bomford as 39.370113 inches per metre.  Used in West Malaysian mapping.","G. Bomford \"Geodesy\" 2nd edition 1962; after J.S.Clark \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07 00:00:00","97.233  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_26[] = {"9063","British link (Benoit 1895 B)","length","9001","7.92","39.370113","Uses Benoit's 1895 British yard-metre ratio as given by Bomford as 39.370113 inches per metre.  Used in West Malaysian mapping.","G. Bomford; \"Geodesy\"; 3rd edition 1975","EPSG","2000-05-07 00:00:00","97.233  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_27[] = {"9070","British foot (1865)","length","9001","0.9144025","3.0","Uses Clark's estimate of 1853-1865 British foot-metre ratio of 0.9144025 metres per yard.  Used in 1962 and 1975 estimates of Indian foot.","J.S.Clark; \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07 00:00:00","97.233  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_28[] = {"9080","Indian foot","length","9001","12.0","39.370142","Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (= 3 British feet) taken to be J.S.Clark's 1865 value of 0.9144025 metres.","G. Bomford; \"The Re-adjustment of the Indian Triangulation\"; Survey of India Professional Paper 28; 1939.","EPSG","2000-05-07 00:00:00","97.231  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_29[] = {"9081","Indian foot (1937)","length","9001","0.30479841","1.0","Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British foot taken to be 1895 Benoit value of 12/39.370113m.  Rounded to 8 decimal places as 0.30479841. Used from Bangladesh to Vietnam.  Previously used in India and Pakistan but superseded.","G. Bomford; \"The Re-adjustment of the Indian Triangulation\"; Survey of India Professional Paper 28; 1939.","EPSG","2000-05-07 00:00:00","97.231  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_30[] = {"9082","Indian foot (1962)","length","9001","0.3047996","1.0","Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (3 feet) taken to be J.S. Clark's 1865 value of 0.9144025m. Rounded to 8 significant figures with a small error as 1 Ind ft=0.3048996m.  Used in Pakistan since metrication.","G. Bomford; \"Geodesy\"; 2nd edition 1962","EPSG","2000-05-07 00:00:00","97.231  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_31[] = {"9083","Indian foot (1975)","length","9001","0.3047995","1.0","Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (3 feet) taken to be J.S. Clark's 1865 value of 0.9144025m. Rounded to 8 significant figures as 1 Ind ft=0.3048995m.  Used in India since metrication.","G. Bomford; \"Geodesy\"; 3rd edition 1975","EPSG","2000-05-07 00:00:00","97.231  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_32[] = {"9084","Indian yard","length","9001","36.0","39.370142","Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (= 3 British feet) taken to be J.S.Clark's 1865 value of 0.9144025 metres.","G. Bomford; \"The Re-adjustment of the Indian Triangulation\"; Survey of India Professional Paper 28; 1939.","EPSG","2000-05-07 00:00:00","97.231  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_33[] = {"9085","Indian yard (1937)","length","9001","0.91439523","1.0","Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British foot taken to be 1895 Benoit value of 12/39.370113m.  Rounded to 8 decimal places as 0.30479841. Used from Bangladesh to Vietnam.  Previously used in India and Pakistan but superseded.","G. Bomford; \"The Re-adjustment of the Indian Triangulation\"; Survey of India Professional Paper 28; 1939.","EPSG","2000-05-07 00:00:00","97.231  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_34[] = {"9086","Indian yard (1962)","length","9001","0.9143988","1.0","Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (3 feet) taken to be J.S. Clark's 1865 value of 0.9144025m. Rounded to 8 significant figures with a small error as 1 Ind ft=0.3048996m.  Used in Pakistan since metrication.","G. Bomford; \"Geodesy\"; 2nd edition 1962","EPSG","2000-05-07 00:00:00","97.231  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_35[] = {"9087","Indian yard (1975)","length","9001","0.9143985","1.0","Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (3 feet) taken to be J.S. Clark's 1865 value of 0.9144025m. Rounded to 8 significant figures as 1 Ind ft=0.3048995m.  Used in India since metrication.","G. Bomford; \"Geodesy\"; 3rd edition 1975","EPSG","2000-05-07 00:00:00","97.231  99.99","0 ",NULL};
-datafile_rows_t unit_of_measure_row_36[] = {"9093","Statute mile","length","9001","1609.344","1.0","=5280 feet","EPSG","EPSG","2000-03-07 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_37[] = {"9094","Gold Coast foot","length","9001","6378300.0","20926201.0","Used in Ghana and some adjacent parts of British west Africa prior to metrication, except for the metrication of projection defining parameters when British foot (Sears 1922) used.","Ordnance Survey International","EPSG","2001-01-21 00:00:00","2000.86","0 ",NULL};
-datafile_rows_t unit_of_measure_row_38[] = {"9095","British foot (1936)","length","9001","0.3048007491","1.0","For the 1936 retriangulation OSGB defines the relationship of feet of 1796 to the International metre through log(1.48401603) exactly [=0.3048007491...]. Also used for metric conversions in Ireland.","1. \"The Retriangulation of Great Britain\", Ordnance Survey of Great Britain. 2. \"The Irish Grid - A Description of the Co-ordinate Reference System\" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.","EPSG","2003-06-27 00:00:00","2002.621","0 ",NULL};
-datafile_rows_t unit_of_measure_row_39[] = {"9101","radian","angle","9101","1.0","1.0","SI standard unit.","ISO 1000:1992","EPSG","1995-06-02 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_40[] = {"9102","degree","angle","9101","3.14159265358979","180.0","= pi/180 radians","","EPSG","2002-11-18 00:00:00","96.22 2002.86","0 ",NULL};
-datafile_rows_t unit_of_measure_row_41[] = {"9103","arc-minute","angle","9101","3.14159265358979","10800.0","1/60th degree = ((pi/180) / 60) radians","","EPSG","2002-11-18 00:00:00","96.22 2002.86","0 ",NULL};
-datafile_rows_t unit_of_measure_row_42[] = {"9104","arc-second","angle","9101","3.14159265358979","648000.0","1/60th arc-minute = ((pi/180) / 3600) radians","","EPSG","2002-11-18 00:00:00","96.22 2002.86","0 ",NULL};
-datafile_rows_t unit_of_measure_row_43[] = {"9105","grad","angle","9101","3.14159265358979","200.0","=pi/200 radians.","","EPSG","2002-11-18 00:00:00","96.22  99.05 2002.86","0 ",NULL};
-datafile_rows_t unit_of_measure_row_44[] = {"9106","gon","angle","9101","3.14159265358979","200.0","=pi/200 radians","","EPSG","2002-11-18 00:00:00","96.22 2002.86","0 ",NULL};
-datafile_rows_t unit_of_measure_row_45[] = {"9107","degree minute second","angle","9102","","","Degree representation. Format: signed degrees (integer) - arc-minutes (integer) - arc-seconds (real, any precision). Different symbol sets are in use as field separators, for example º ' \". Convert to degrees using algorithm.","EPSG","EPSG","2002-11-22 00:00:00","96.19 2002.07 2002.78","0 ",NULL};
-datafile_rows_t unit_of_measure_row_46[] = {"9108","degree minute second hemisphere","angle","9102","","","Degree representation. Format: degrees (integer) - arc-minutes (integer) - arc-seconds (real) - hemisphere abbreviation (single character N S E or W). Different symbol sets are in use as field separators for example º ' \". Convert to deg using algorithm.","EPSG","EPSG","2002-11-22 00:00:00","96.19 2002.07 2002.78","0 ",NULL};
-datafile_rows_t unit_of_measure_row_47[] = {"9109","microradian","angle","9101","1.0","1000000.0","rad * 10E-6","ISO 1000.","EPSG","1996-10-18 00:00:00","99.05","0 ",NULL};
-datafile_rows_t unit_of_measure_row_48[] = {"9110","sexagesimal DMS","angle","9102","","","Pseudo unit format: signed degrees - period - minutes (two digits) - integer seconds (two digits) - fraction of seconds (any precision). Must include leading zero in minutes and seconds and exclude decimal point for seconds. Convert to deg using formula.","EPSG","EPSG","2002-11-22 00:00:00","2002.27 2002.78","0 ",NULL};
-datafile_rows_t unit_of_measure_row_49[] = {"9111","sexagesimal DM","angle","9102","","","Pseudo unit. Format: sign - degrees - decimal point - integer minutes (two digits) - fraction of minutes (any precision).  Must include leading zero in integer minutes.  Must exclude decimal point for minutes.  Convert to deg using algorithm.","EPSG","EPSG","2002-11-22 00:00:00","2002.07 2002.78","0 ",NULL};
-datafile_rows_t unit_of_measure_row_50[] = {"9112","centesimal minute","angle","9101","3.14159265358979","20000.0","1/100 of a grad and gon = ((pi/200) / 100) radians","http://www.geodesy.matav.hu/xgonmil.htm","EPSG","2002-11-18 00:00:00","98.48  99.51 2002.86","0 ",NULL};
-datafile_rows_t unit_of_measure_row_51[] = {"9113","centesimal second","angle","9101","3.14159265358979","2000000.0","1/100 of a centesimal minute or 1/10,000th of a grad and gon = ((pi/200) / 10000) radians","http://www.geodesy.matav.hu/xgonmil.htm","EPSG","2002-11-18 00:00:00","99.51 2002.86","0 ",NULL};
-datafile_rows_t unit_of_measure_row_52[] = {"9114","mil_6400","angle","9101","3.14159265358979","3200.0","Angle subtended by 1/6400 part of a circle.  Approximates to 1/1000th radian.  Note that other approximations (notably 1/6300 circle and 1/6000 circle) also exist.","http://www.geodesy.matav.hu/xgonmil.htm","EPSG","1999-10-20 00:00:00","99.51","0 ",NULL};
-datafile_rows_t unit_of_measure_row_53[] = {"9115","degree minute","angle","9102","","","Degree representation. Format: signed degrees (integer)  - arc-minutes (real, any precision). Different symbol sets are in use as field separators, for example º '. Convert to degrees using algorithm.","EPSG","EPSG","2002-11-22 00:00:00","2002.78","0 ",NULL};
-datafile_rows_t unit_of_measure_row_54[] = {"9116","degree hemisphere","angle","9102","","","Degree representation. Format: degrees (real, any precision) - hemisphere abbreviation (single character N S E or W). Convert to degrees using algorithm.","EPSG","EPSG","2002-11-22 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_55[] = {"9117","hemisphere degree","angle","9102","","","Degree representation. Format: hemisphere abbreviation (single character N S E or W) - degrees (real, any precision). Convert to degrees using algorithm.","EPSG","EPSG","2002-11-22 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_56[] = {"9118","degree minute hemisphere","angle","9102","","","Degree representation. Format: degrees (integer) - arc-minutes (real, any precision) - hemisphere abbreviation (single character N S E or W). Different symbol sets are in use as field separators, for example º '. Convert to degrees using algorithm.","EPSG","EPSG","2002-11-22 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_57[] = {"9119","hemisphere degree minute","angle","9102","","","Degree representation. Format:  hemisphere abbreviation (single character N S E or W) - degrees (integer) - arc-minutes (real, any precision). Different symbol sets are in use as field separators, for example º '. Convert to degrees using algorithm.","EPSG","EPSG","2002-11-22 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_58[] = {"9120","hemisphere degree minute second","angle","9102","","","Degree representation. Format: hemisphere abbreviation (single character N S E or W) - degrees (integer) - arc-minutes (integer) - arc-seconds (real). Different symbol sets are in use as field separators for example º ' \". Convert to deg using algorithm.","EPSG","EPSG","2002-11-22 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_59[] = {"9121","sexagesimal DMS.s","angle","9102","","","Pseudo unit. Format: signed degrees - minutes (two digits) - seconds (real, any precision). Must include leading zero in minutes and seconds where value is under 10 and include decimal separator for seconds. Convert to degree using algorithm.","ISO 6709:1983.","EPSG","2002-11-22 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_60[] = {"9122","degree (supplier to define representation)","angle","9101","3.14159265358979","180.0","= pi/180 radians. The degree representation (e.g. decimal, DMSH, etc.) must be clarified by suppliers of data associated with this code.","EPSG","EPSG","2004-01-05 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_61[] = {"9201","unity","scale","9201","1.0","1.0","","","EPSG","1996-09-12 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_62[] = {"9202","parts per million","scale","9201","1.0","1000000.0","","","EPSG","1996-09-12 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_63[] = {"9203","coefficient","scale","9201","","","Used when parameters are coefficients.  They inherently take the units which depend upon the term to which the coefficient applies.","EPSG","EPSG","2000-03-07 00:00:00","","0 ",NULL};
-datafile_rows_t unit_of_measure_row_64[] = {"9204","Bin width 330 US survey feet","length","9001","3960.0","39.37","","EPSG","EPSG","2000-10-19 00:00:00","2000.59","0 ",NULL};
-datafile_rows_t unit_of_measure_row_65[] = {"9205","Bin width 165 US survey feet","length","9001","1980.0","39.37","","EPSG","EPSG","2000-10-19 00:00:00","2000.59","0 ",NULL};
-datafile_rows_t unit_of_measure_row_66[] = {"9206","Bin width 82.5 US survey feet","length","9001","990.0","39.37","","EPSG","EPSG","2000-10-19 00:00:00","2000.59","0 ",NULL};
-datafile_rows_t unit_of_measure_row_67[] = {"9207","Bin width 37.5 metres","length","9001","37.5","1.0","","EPSG","EPSG","2000-10-19 00:00:00","2000.59","0 ",NULL};
-datafile_rows_t unit_of_measure_row_68[] = {"9208","Bin width 25 metres","length","9001","25.0","1.0","","EPSG","EPSG","2000-10-19 00:00:00","2000.59","0 ",NULL};
-datafile_rows_t unit_of_measure_row_69[] = {"9209","Bin width 12.5 metres","length","9001","12.5","1.0","","EPSG","EPSG","2000-10-19 00:00:00","2000.59","0 ",NULL};
-datafile_rows_t unit_of_measure_row_70[] = {"9210","Bin width 6.25 metres","length","9001","6.25","1.0","","EPSG","EPSG","2000-10-19 00:00:00","2000.59","0 ",NULL};
-datafile_rows_t unit_of_measure_row_71[] = {"9211","Bin width 3.125 metres","length","9001","3.125","1.0","","EPSG","EPSG","2000-10-19 00:00:00","2000.59","0 ",NULL};
-datafile_rows_t *unit_of_measure_rows[] = {unit_of_measure_row_0 ,unit_of_measure_row_1 ,unit_of_measure_row_2 ,unit_of_measure_row_3 ,unit_of_measure_row_4 ,unit_of_measure_row_5 ,unit_of_measure_row_6 ,unit_of_measure_row_7 ,unit_of_measure_row_8 ,unit_of_measure_row_9 ,unit_of_measure_row_10 ,unit_of_measure_row_11 ,unit_of_measure_row_12 ,unit_of_measure_row_13 ,unit_of_measure_row_14 ,unit_of_measure_row_15 ,unit_of_measure_row_16 ,unit_of_measure_row_17 ,unit_of_measure_row_18 ,unit_of_measure_row_19 ,unit_of_measure_row_20 ,unit_of_measure_row_21 ,unit_of_measure_row_22 ,unit_of_measure_row_23 ,unit_of_measure_row_24 ,unit_of_measure_row_25 ,unit_of_measure_row_26 ,unit_of_measure_row_27 ,unit_of_measure_row_28 ,unit_of_measure_row_29 ,unit_of_measure_row_30 ,unit_of_measure_row_31 ,unit_of_measure_row_32 ,unit_of_measure_row_33 ,unit_of_measure_row_34 ,unit_of_measure_row_35 ,unit_of_measure_row_36 ,unit_of_measure_row_37 ,unit_of_measure_row_38 ,unit_of_measure_row_39 ,unit_of_measure_row_40 ,unit_of_measure_row_41 ,unit_of_measure_row_42 ,unit_of_measure_row_43 ,unit_of_measure_row_44 ,unit_of_measure_row_45 ,unit_of_measure_row_46 ,unit_of_measure_row_47 ,unit_of_measure_row_48 ,unit_of_measure_row_49 ,unit_of_measure_row_50 ,unit_of_measure_row_51 ,unit_of_measure_row_52 ,unit_of_measure_row_53 ,unit_of_measure_row_54 ,unit_of_measure_row_55 ,unit_of_measure_row_56 ,unit_of_measure_row_57 ,unit_of_measure_row_58 ,unit_of_measure_row_59 ,unit_of_measure_row_60 ,unit_of_measure_row_61 ,unit_of_measure_row_62 ,unit_of_measure_row_63 ,unit_of_measure_row_64 ,unit_of_measure_row_65 ,unit_of_measure_row_66 ,unit_of_measure_row_67 ,unit_of_measure_row_68 ,unit_of_measure_row_69 ,unit_of_measure_row_70 ,unit_of_measure_row_71,NULL};
+datafile_rows_t unit_of_measure_row_0[] = {"uom_code","unit_of_meas_name","unit_of_meas_type","target_uom_code","factor_b","factor_c","remarks","information_source","data_source","revision_date","change_id","deprecated ",NULL};
+datafile_rows_t unit_of_measure_row_1[] = {"9001","metre","length","9001","1","1","Also known as International metre. SI standard unit.","ISO 1000.","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_2[] = {"9002","foot","length","9001","0.3048","1","","ISO 1000; 1958","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_3[] = {"9003","US survey foot","length","9001","12","39.37","Used in USA.","EPSG","EPSG","2000-05-07","99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_4[] = {"9005","Clarke's foot","length","9001","0.3047972654","1","Assumes Clarke's 1865 ratio of 1 British foot = 0.3047972654 French legal metres applies to the international metre.   Used in older Australian, southern African & British West Indian mapping.","Australian Land Information Group  www.auslig.gov.au","EPSG","2005-09-06","97.234 99.99  2000.05 2005.37 2005.46","0 ",NULL};
+datafile_rows_t unit_of_measure_row_5[] = {"9014","fathom","length","9001","1.8288","1","= 6 feet.","","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_6[] = {"9030","nautical mile","length","9001","1852","1","","","EPSG","1996-10-18","96.24","0 ",NULL};
+datafile_rows_t unit_of_measure_row_7[] = {"9031","German legal metre","length","9001","1.0000135965","1","Used in Namibia.","Chief Directorate Surveys and Land Information; Mowbray; South Africa","EPSG","1997-06-16","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_8[] = {"9033","US survey chain","length","9001","792","39.37","Used in USA primarily for public lands cadastral work.","Bureau of Land Management technical bulletin 6 (1973) and Standard Field Tables 8th edition (1956).","EPSG","2000-05-07","99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_9[] = {"9034","US survey link","length","9001","7.92","39.37","Used in USA primarily for public lands cadastral work.","Bureau of Land Management technical bulletin 6 (1973) and Standard Field Tables 8th edition (1956).","EPSG","2000-05-07","99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_10[] = {"9035","US survey mile","length","9001","63360","39.37","Used in USA primarily for public lands cadastral work.","Bureau of Land Management technical bulletin 6 (1973) and Standard Field Tables 8th edition (1956).","EPSG","2000-05-07","99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_11[] = {"9036","kilometre","length","9001","1000","1","","ISO 1000.","EPSG","1998-11-11","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_12[] = {"9037","Clarke's yard","length","9001","0.9143917962","1","=3 Clarke's feet.  Assumes Clarke's 1865 ratio of 1 British foot = 0.3047972654 French legal metres applies to the international metre.   Used in older Australian, southern African & British West Indian mapping.","Australian Land Information Group  www.auslig.gov.au","EPSG","2005-09-06","97.233  99.99 2005.37 2005.46","0 ",NULL};
+datafile_rows_t unit_of_measure_row_13[] = {"9038","Clarke's chain","length","9001","20.1166195164","1","=22 Clarke's yards.  Assumes Clarke's 1865 ratio of 1 British foot = 0.3047972654 French legal metres applies to the international metre.   Used in older Australian, southern African & British West Indian mapping.","Australian Land Information Group  www.auslig.gov.au","EPSG","2005-09-06","97.233  99.99 2005.37 2005.46","0 ",NULL};
+datafile_rows_t unit_of_measure_row_14[] = {"9039","Clarke's link","length","9001","0.201166195164","1","=1/100 Clarke's chain. Assumes Clarke's 1865 ratio of 1 British foot = 0.3047972654 French legal metres applies to the international metre.   Used in older Australian, southern African & British West Indian mapping.","Australian Land Information Group  www.auslig.gov.au","EPSG","2005-09-06","97.233  99.99 2005.37 2005.46","0 ",NULL};
+datafile_rows_t unit_of_measure_row_15[] = {"9040","British yard (Sears 1922)","length","9001","36","39.370147","Uses Sear's 1922 British yard-metre ratio as given by Bomford as 39.370147 inches per metre.  Used in East Malaysian and older New Zealand mapping.","G. Bomford \"Geodesy\" 2nd edition 1962; after J.S.Clark \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07","97.233  99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_16[] = {"9041","British foot (Sears 1922)","length","9001","12","39.370147","Uses Sear's 1922 British yard-metre ratio as given by Bomford as 39.370147 inches per metre.  Used in East Malaysian and older New Zealand mapping.","G. Bomford \"Geodesy\" 2nd edition 1962; after J.S.Clark \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07","97.233  99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_17[] = {"9042","British chain (Sears 1922)","length","9001","792","39.370147","Uses Sear's 1922 British yard-metre ratio as given by Bomford as 39.370147 inches per metre.  Used in East Malaysian and older New Zealand mapping.","G. Bomford \"Geodesy\" 2nd edition 1962; after J.S.Clark \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07","97.233  99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_18[] = {"9043","British link (Sears 1922)","length","9001","7.92","39.370147","Uses Sear's 1922 British yard-metre ratio as given by Bomford as 39.370147 inches per metre.  Used in East Malaysian and older New Zealand mapping.","G. Bomford \"Geodesy\" 2nd edition 1962; after J.S.Clark \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07","97.233  99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_19[] = {"9050","British yard (Benoit 1895 A)","length","9001","0.9143992","1","Uses Benoit's 1895 British yard-metre ratio as given by Clark as 0.9143992 metres per yard.  Used for deriving metric size of ellipsoid in Palestine.","J.S.Clark; \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2006-03-21","97.233  99.99  2006.26","0 ",NULL};
+datafile_rows_t unit_of_measure_row_20[] = {"9051","British foot (Benoit 1895 A)","length","9001","0.9143992","3","Uses Benoit's 1895 British yard-metre ratio as given by Clark as 0.9143992 metres per yard.  Used for deriving metric size of ellipsoid in Palestine.","J.S.Clark; \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2006-03-21","97.233  99.99  2006.26","0 ",NULL};
+datafile_rows_t unit_of_measure_row_21[] = {"9052","British chain (Benoit 1895 A)","length","9001","20.1167824","1","Uses Benoit's 1895 British yard-metre ratio as given by Clark as 0.9143992 metres per yard.  Used for deriving metric size of ellipsoid in Palestine.","J.S.Clark; \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2006-03-21","97.233  99.99  2006.26","0 ",NULL};
+datafile_rows_t unit_of_measure_row_22[] = {"9053","British link (Benoit 1895 A)","length","9001","0.201167824","1","Uses Benoit's 1895 British yard-metre ratio as given by Clark as 0.9143992 metres per yard.  Used for deriving metric size of ellipsoid in Palestine.","J.S.Clark; \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2006-03-21","97.233  99.99  2006.26","0 ",NULL};
+datafile_rows_t unit_of_measure_row_23[] = {"9060","British yard (Benoit 1895 B)","length","9001","36","39.370113","G. Bomford \"Geodesy\" 2nd edition 1962; after J.S.Clark \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","G. Bomford \"Geodesy\" 2nd edition 1962; after J.S.Clark \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07","97.233  99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_24[] = {"9061","British foot (Benoit 1895 B)","length","9001","12","39.370113","Uses Benoit's 1895 British yard-metre ratio as given by Bomford as 39.370113 inches per metre.  Used in West Malaysian mapping.","G. Bomford \"Geodesy\" 2nd edition 1962; after J.S.Clark \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07","97.233  99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_25[] = {"9062","British chain (Benoit 1895 B)","length","9001","792","39.370113","Uses Benoit's 1895 British yard-metre ratio as given by Bomford as 39.370113 inches per metre.  Used in West Malaysian mapping.","G. Bomford \"Geodesy\" 2nd edition 1962; after J.S.Clark \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07","97.233  99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_26[] = {"9063","British link (Benoit 1895 B)","length","9001","7.92","39.370113","Uses Benoit's 1895 British yard-metre ratio as given by Bomford as 39.370113 inches per metre.  Used in West Malaysian mapping.","G. Bomford; \"Geodesy\"; 3rd edition 1975","EPSG","2000-05-07","97.233  99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_27[] = {"9070","British foot (1865)","length","9001","0.9144025","3","Uses Clark's estimate of 1853-1865 British foot-metre ratio of 0.9144025 metres per yard.  Used in 1962 and 1975 estimates of Indian foot.","J.S.Clark; \"Remeasurement of the Old Length Standards\"; Empire Survey Review no. 90; 1953.","EPSG","2000-05-07","97.233  99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_28[] = {"9080","Indian foot","length","9001","12","39.370142","Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (= 3 British feet) taken to be J.S.Clark's 1865 value of 0.9144025 metres.","G. Bomford; \"The Re-adjustment of the Indian Triangulation\"; Survey of India Professional Paper 28; 1939.","EPSG","2000-05-07","97.231  99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_29[] = {"9081","Indian foot (1937)","length","9001","0.30479841","1","Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British foot taken to be 1895 Benoit value of 12/39.370113m.  Rounded to 8 decimal places as 0.30479841. Used from Bangladesh to Vietnam.  Previously used in India and Pakistan but superseded.","G. Bomford; \"The Re-adjustment of the Indian Triangulation\"; Survey of India Professional Paper 28; 1939.","EPSG","2000-05-07","97.231  99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_30[] = {"9082","Indian foot (1962)","length","9001","0.3047996","1","Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (3 feet) taken to be J.S. Clark's 1865 value of 0.9144025m. Rounded to 7 significant figures with a small error as 1 Ind ft=0.3047996m.  Used in Pakistan since metrication.","G. Bomford; \"Geodesy\"; 2nd edition 1962","EPSG","2007-01-25","97.231 99.99 2007.011","0 ",NULL};
+datafile_rows_t unit_of_measure_row_31[] = {"9083","Indian foot (1975)","length","9001","0.3047995","1","Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (3 feet) taken to be J.S. Clark's 1865 value of 0.9144025m. Rounded to 7 significant figures as 1 Ind ft=0.3047995m.  Used in India since metrication.","G. Bomford; \"Geodesy\"; 3rd edition 1975","EPSG","2007-01-25","97.231 99.99 2007.011","0 ",NULL};
+datafile_rows_t unit_of_measure_row_32[] = {"9084","Indian yard","length","9001","36","39.370142","Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (= 3 British feet) taken to be J.S.Clark's 1865 value of 0.9144025 metres.","G. Bomford; \"The Re-adjustment of the Indian Triangulation\"; Survey of India Professional Paper 28; 1939.","EPSG","2000-05-07","97.231  99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_33[] = {"9085","Indian yard (1937)","length","9001","0.91439523","1","Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British foot taken to be 1895 Benoit value of 12/39.370113m.  Rounded to 8 decimal places as 0.30479841. Used from Bangladesh to Vietnam.  Previously used in India and Pakistan but superseded.","G. Bomford; \"The Re-adjustment of the Indian Triangulation\"; Survey of India Professional Paper 28; 1939.","EPSG","2000-05-07","97.231  99.99","0 ",NULL};
+datafile_rows_t unit_of_measure_row_34[] = {"9086","Indian yard (1962)","length","9001","0.9143988","1","Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (3 feet) taken to be J.S. Clark's 1865 value of 0.9144025m. Rounded to 7 significant figures with a small error as 1 Ind ft=0.3047996m.  Used in Pakistan since metrication.","G. Bomford; \"Geodesy\"; 2nd edition 1962","EPSG","2007-01-25","97.231 99.99 2007.011","0 ",NULL};
+datafile_rows_t unit_of_measure_row_35[] = {"9087","Indian yard (1975)","length","9001","0.9143985","1","Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (3 feet) taken to be J.S. Clark's 1865 value of 0.9144025m. Rounded to 7 significant figures as 1 Ind ft=0.3047995m.  Used in India since metrication.","G. Bomford; \"Geodesy\"; 3rd edition 1975","EPSG","2007-01-25","97.231 99.99 2007.011","0 ",NULL};
+datafile_rows_t unit_of_measure_row_36[] = {"9093","Statute mile","length","9001","1609.344","1","=5280 feet","EPSG","EPSG","2000-03-07","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_37[] = {"9094","Gold Coast foot","length","9001","6378300","20926201","Used in Ghana and some adjacent parts of British west Africa prior to metrication, except for the metrication of projection defining parameters when British foot (Sears 1922) used.","Ordnance Survey International","EPSG","2001-01-21","2000.86","0 ",NULL};
+datafile_rows_t unit_of_measure_row_38[] = {"9095","British foot (1936)","length","9001","0.3048007491","1","For the 1936 retriangulation OSGB defines the relationship of 10 feet of 1796 to the International metre through the logarithmic relationship (10^0.48401603 exactly). 1 ft = 0.3048007491Â…m. Also used for metric conversions in Ireland.","1. \"The Retriangulation of Great Britain\", Ordnance Survey of Great Britain. 2. \"The Irish Grid - A Description of the Co-ordinate Reference System\" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.","EPSG","2006-11-27","2002.621 2006.932","0 ",NULL};
+datafile_rows_t unit_of_measure_row_39[] = {"9096","yard","length","9001","0.9144","1","=3 international feet.","OGP","OGP","2006-07-14","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_40[] = {"9097","chain","length","9001","20.1168","1","=22 international yards or 66 international feet.","OGP","OGP","2006-07-14","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_41[] = {"9098","link","length","9001","20.1168","100","=1/100 international chain.","OGP","OGP","2006-07-14","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_42[] = {"9099","British yard (Sears 1922 truncated)","length","9001","0.914398","1","Uses Sear's 1922 British yard-metre ratio (UoM code 9040) truncated to 6 significant figures.","Defence Geographic Centre","OGP","2006-10-23","2006.901","0 ",NULL};
+datafile_rows_t unit_of_measure_row_43[] = {"9101","radian","angle","9101","1","1","SI standard unit.","ISO 1000:1992","EPSG","1995-06-02","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_44[] = {"9102","degree","angle","9101","3.14159265358979","180","= pi/180 radians","","EPSG","2002-11-18","96.22 2002.86","0 ",NULL};
+datafile_rows_t unit_of_measure_row_45[] = {"9103","arc-minute","angle","9101","3.14159265358979","10800","1/60th degree = ((pi/180) / 60) radians","","EPSG","2002-11-18","96.22 2002.86","0 ",NULL};
+datafile_rows_t unit_of_measure_row_46[] = {"9104","arc-second","angle","9101","3.14159265358979","648000","1/60th arc-minute = ((pi/180) / 3600) radians","","EPSG","2002-11-18","96.22 2002.86","0 ",NULL};
+datafile_rows_t unit_of_measure_row_47[] = {"9105","grad","angle","9101","3.14159265358979","200","=pi/200 radians.","","EPSG","2002-11-18","96.22  99.05 2002.86","0 ",NULL};
+datafile_rows_t unit_of_measure_row_48[] = {"9106","gon","angle","9101","3.14159265358979","200","=pi/200 radians","","EPSG","2002-11-18","96.22 2002.86","0 ",NULL};
+datafile_rows_t unit_of_measure_row_49[] = {"9107","degree minute second","angle","9102","","","Degree representation. Format: signed degrees (integer) - arc-minutes (integer) - arc-seconds (real, any precision). Different symbol sets are in use as field separators, for example º ' \". Convert to degrees using algorithm.","EPSG","EPSG","2002-11-22","96.19 2002.07 2002.78","0 ",NULL};
+datafile_rows_t unit_of_measure_row_50[] = {"9108","degree minute second hemisphere","angle","9102","","","Degree representation. Format: degrees (integer) - arc-minutes (integer) - arc-seconds (real) - hemisphere abbreviation (single character N S E or W). Different symbol sets are in use as field separators for example º ' \". Convert to deg using algorithm.","EPSG","EPSG","2002-11-22","96.19 2002.07 2002.78","0 ",NULL};
+datafile_rows_t unit_of_measure_row_51[] = {"9109","microradian","angle","9101","1","1000000","rad * 10E-6","ISO 1000.","EPSG","1996-10-18","99.05","0 ",NULL};
+datafile_rows_t unit_of_measure_row_52[] = {"9110","sexagesimal DMS","angle","9102","","","Pseudo unit format: signed degrees - period - minutes (two digits) - integer seconds (two digits) - fraction of seconds (any precision). Must include leading zero in minutes and seconds and exclude decimal point for seconds. Convert to deg using formula.","EPSG","EPSG","2002-11-22","2002.27 2002.78","0 ",NULL};
+datafile_rows_t unit_of_measure_row_53[] = {"9111","sexagesimal DM","angle","9102","","","Pseudo unit. Format: sign - degrees - decimal point - integer minutes (two digits) - fraction of minutes (any precision).  Must include leading zero in integer minutes.  Must exclude decimal point for minutes.  Convert to deg using algorithm.","EPSG","EPSG","2002-11-22","2002.07 2002.78","0 ",NULL};
+datafile_rows_t unit_of_measure_row_54[] = {"9112","centesimal minute","angle","9101","3.14159265358979","20000","1/100 of a grad and gon = ((pi/200) / 100) radians","http://www.geodesy.matav.hu/","EPSG","2005-09-06","98.48  99.51 2002.86 2005.46","0 ",NULL};
+datafile_rows_t unit_of_measure_row_55[] = {"9113","centesimal second","angle","9101","3.14159265358979","2000000","1/100 of a centesimal minute or 1/10,000th of a grad and gon = ((pi/200) / 10000) radians","http://www.geodesy.matav.hu/","EPSG","2005-09-06","99.51 2002.86 2005.46","0 ",NULL};
+datafile_rows_t unit_of_measure_row_56[] = {"9114","mil_6400","angle","9101","3.14159265358979","3200","Angle subtended by 1/6400 part of a circle.  Approximates to 1/1000th radian.  Note that other approximations (notably 1/6300 circle and 1/6000 circle) also exist.","http://www.geodesy.matav.hu/","EPSG","2005-09-06","99.51 2005.46","0 ",NULL};
+datafile_rows_t unit_of_measure_row_57[] = {"9115","degree minute","angle","9102","","","Degree representation. Format: signed degrees (integer)  - arc-minutes (real, any precision). Different symbol sets are in use as field separators, for example º '. Convert to degrees using algorithm.","EPSG","EPSG","2002-11-22","2002.78","0 ",NULL};
+datafile_rows_t unit_of_measure_row_58[] = {"9116","degree hemisphere","angle","9102","","","Degree representation. Format: degrees (real, any precision) - hemisphere abbreviation (single character N S E or W). Convert to degrees using algorithm.","EPSG","EPSG","2002-11-22","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_59[] = {"9117","hemisphere degree","angle","9102","","","Degree representation. Format: hemisphere abbreviation (single character N S E or W) - degrees (real, any precision). Convert to degrees using algorithm.","EPSG","EPSG","2002-11-22","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_60[] = {"9118","degree minute hemisphere","angle","9102","","","Degree representation. Format: degrees (integer) - arc-minutes (real, any precision) - hemisphere abbreviation (single character N S E or W). Different symbol sets are in use as field separators, for example º '. Convert to degrees using algorithm.","EPSG","EPSG","2002-11-22","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_61[] = {"9119","hemisphere degree minute","angle","9102","","","Degree representation. Format:  hemisphere abbreviation (single character N S E or W) - degrees (integer) - arc-minutes (real, any precision). Different symbol sets are in use as field separators, for example º '. Convert to degrees using algorithm.","EPSG","EPSG","2002-11-22","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_62[] = {"9120","hemisphere degree minute second","angle","9102","","","Degree representation. Format: hemisphere abbreviation (single character N S E or W) - degrees (integer) - arc-minutes (integer) - arc-seconds (real). Different symbol sets are in use as field separators for example º ' \". Convert to deg using algorithm.","EPSG","EPSG","2002-11-22","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_63[] = {"9121","sexagesimal DMS.s","angle","9102","","","Pseudo unit. Format: signed degrees - minutes (two digits) - seconds (real, any precision). Must include leading zero in minutes and seconds where value is under 10 and include decimal separator for seconds. Convert to degree using algorithm.","ISO 6709:1983.","EPSG","2002-11-22","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_64[] = {"9122","degree (supplier to define representation)","angle","9101","3.14159265358979","180","= pi/180 radians. The degree representation (e.g. decimal, DMSH, etc.) must be clarified by suppliers of data associated with this code.","EPSG","EPSG","2004-01-05","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_65[] = {"9201","unity","scale","9201","1","1","","","EPSG","1996-09-12","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_66[] = {"9202","parts per million","scale","9201","1","1000000","","","EPSG","1996-09-12","","0 ",NULL};
+datafile_rows_t unit_of_measure_row_67[] = {"9203","coefficient","scale","9201","1","1","Used when parameters are coefficients.  They inherently take the units which depend upon the term to which the coefficient applies.","EPSG","EPSG","2004-09-14","2004.53","0 ",NULL};
+datafile_rows_t unit_of_measure_row_68[] = {"9204","Bin width 330 US survey feet","length","9001","3960","39.37","","EPSG","EPSG","2000-10-19","2000.59","0 ",NULL};
+datafile_rows_t unit_of_measure_row_69[] = {"9205","Bin width 165 US survey feet","length","9001","1980","39.37","","EPSG","EPSG","2000-10-19","2000.59","0 ",NULL};
+datafile_rows_t unit_of_measure_row_70[] = {"9206","Bin width 82.5 US survey feet","length","9001","990","39.37","","EPSG","EPSG","2000-10-19","2000.59","0 ",NULL};
+datafile_rows_t unit_of_measure_row_71[] = {"9207","Bin width 37.5 metres","length","9001","37.5","1","","EPSG","EPSG","2000-10-19","2000.59","0 ",NULL};
+datafile_rows_t unit_of_measure_row_72[] = {"9208","Bin width 25 metres","length","9001","25","1","","EPSG","EPSG","2000-10-19","2000.59","0 ",NULL};
+datafile_rows_t unit_of_measure_row_73[] = {"9209","Bin width 12.5 metres","length","9001","12.5","1","","EPSG","EPSG","2000-10-19","2000.59","0 ",NULL};
+datafile_rows_t unit_of_measure_row_74[] = {"9210","Bin width 6.25 metres","length","9001","6.25","1","","EPSG","EPSG","2000-10-19","2000.59","0 ",NULL};
+datafile_rows_t unit_of_measure_row_75[] = {"9211","Bin width 3.125 metres","length","9001","3.125","1","","EPSG","EPSG","2000-10-19","2000.59","0 ",NULL};
+datafile_rows_t unit_of_measure_row_76[] = {"9300","British foot (Sears 1922 truncated)","length","9001","0.914398","3","Uses Sear's 1922 British yard-metre ratio (UoM code 9040) truncated to 6 significant figures; this truncated ratio (0.914398, UoM code 9099) then converted to other imperial units. 3 ftSe(T) = 1 ydSe(T).","Defence Geographic Centre","OGP","2006-10-23","2006.901","0 ",NULL};
+datafile_rows_t unit_of_measure_row_77[] = {"9301","British chain (Sears 1922 truncated)","length","9001","20.116756","1","Uses Sear's 1922 British yard-metre ratio (UoM code 9040) truncated to 6 significant figures; this truncated ratio (0.914398, UoM code 9099) then converted to other imperial units. 1 chSe(T) = 22 ydSe(T). Used in metrication of Malaya RSO grid.","Defence Geographic Centre","OGP","2006-10-23","2006.901","0 ",NULL};
+datafile_rows_t unit_of_measure_row_78[] = {"9302","British link (Sears 1922 truncated)","length","9001","20.116756","100","Uses Sear's 1922 British yard-metre ratio (UoM code 9040) truncated to 6 significant figures; this truncated ratio (0.914398, UoM code 9099) then converted to other imperial units. 100 lkSe(T) = 1 chSe(T).","Defence Geographic Centre","OGP","2006-10-23","2006.901","0 ",NULL};
+datafile_rows_t *unit_of_measure_rows[] = {unit_of_measure_row_0 ,unit_of_measure_row_1 ,unit_of_measure_row_2 ,unit_of_measure_row_3 ,unit_of_measure_row_4 ,unit_of_measure_row_5 ,unit_of_measure_row_6 ,unit_of_measure_row_7 ,unit_of_measure_row_8 ,unit_of_measure_row_9 ,unit_of_measure_row_10 ,unit_of_measure_row_11 ,unit_of_measure_row_12 ,unit_of_measure_row_13 ,unit_of_measure_row_14 ,unit_of_measure_row_15 ,unit_of_measure_row_16 ,unit_of_measure_row_17 ,unit_of_measure_row_18 ,unit_of_measure_row_19 ,unit_of_measure_row_20 ,unit_of_measure_row_21 ,unit_of_measure_row_22 ,unit_of_measure_row_23 ,unit_of_measure_row_24 ,unit_of_measure_row_25 ,unit_of_measure_row_26 ,unit_of_measure_row_27 ,unit_of_measure_row_28 ,unit_of_measure_row_29 ,unit_of_measure_row_30 ,unit_of_measure_row_31 ,unit_of_measure_row_32 ,unit_of_measure_row_33 ,unit_of_measure_row_34 ,unit_of_measure_row_35 ,unit_of_measure_row_36 ,unit_of_measure_row_37 ,unit_of_measure_row_38 ,unit_of_measure_row_39 ,unit_of_measure_row_40 ,unit_of_measure_row_41 ,unit_of_measure_row_42 ,unit_of_measure_row_43 ,unit_of_measure_row_44 ,unit_of_measure_row_45 ,unit_of_measure_row_46 ,unit_of_measure_row_47 ,unit_of_measure_row_48 ,unit_of_measure_row_49 ,unit_of_measure_row_50 ,unit_of_measure_row_51 ,unit_of_measure_row_52 ,unit_of_measure_row_53 ,unit_of_measure_row_54 ,unit_of_measure_row_55 ,unit_of_measure_row_56 ,unit_of_measure_row_57 ,unit_of_measure_row_58 ,unit_of_measure_row_59 ,unit_of_measure_row_60 ,unit_of_measure_row_61 ,unit_of_measure_row_62 ,unit_of_measure_row_63 ,unit_of_measure_row_64 ,unit_of_measure_row_65 ,unit_of_measure_row_66 ,unit_of_measure_row_67 ,unit_of_measure_row_68 ,unit_of_measure_row_69 ,unit_of_measure_row_70 ,unit_of_measure_row_71 ,unit_of_measure_row_72 ,unit_of_measure_row_73 ,unit_of_measure_row_74 ,unit_of_measure_row_75 ,unit_of_measure_row_76 ,unit_of_measure_row_77 ,unit_of_measure_row_78,NULL};

Modified: packages/geotiff/libgeotiff/branches/upstream/current/csv/unit_of_measure.csv
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/csv/unit_of_measure.csv	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/csv/unit_of_measure.csv	2007-09-19 08:45:41 UTC (rev 1074)
@@ -17,10 +17,10 @@
 9041,British foot (Sears 1922),length,9001,12,39.370147,Uses Sear's 1922 British yard-metre ratio as given by Bomford as 39.370147 inches per metre.  Used in East Malaysian and older New Zealand mapping.,"G. Bomford ""Geodesy"" 2nd edition 1962; after J.S.Clark ""Remeasurement of the Old Length Standards""; Empire Survey Review no. 90; 1953.",EPSG,2000-05-07,97.233  99.99,0
 9042,British chain (Sears 1922),length,9001,792,39.370147,Uses Sear's 1922 British yard-metre ratio as given by Bomford as 39.370147 inches per metre.  Used in East Malaysian and older New Zealand mapping.,"G. Bomford ""Geodesy"" 2nd edition 1962; after J.S.Clark ""Remeasurement of the Old Length Standards""; Empire Survey Review no. 90; 1953.",EPSG,2000-05-07,97.233  99.99,0
 9043,British link (Sears 1922),length,9001,7.92,39.370147,Uses Sear's 1922 British yard-metre ratio as given by Bomford as 39.370147 inches per metre.  Used in East Malaysian and older New Zealand mapping.,"G. Bomford ""Geodesy"" 2nd edition 1962; after J.S.Clark ""Remeasurement of the Old Length Standards""; Empire Survey Review no. 90; 1953.",EPSG,2000-05-07,97.233  99.99,0
-9050,British yard (Benoit 1895 A),length,9001,0.9143992,1,Uses Benoit's 1895 British yard-metre ratio as given by Clark as 0.9144992 metres per yard.  Used for deriving metric size of ellipsoid in Palestine.,"J.S.Clark; ""Remeasurement of the Old Length Standards""; Empire Survey Review no. 90; 1953.",EPSG,2000-05-07,97.233  99.99,0
-9051,British foot (Benoit 1895 A),length,9001,0.9143992,3,Uses Benoit's 1895 British yard-metre ratio as given by Clark as 0.9144992 metres per yard.  Used for deriving metric size of ellipsoid in Palestine.,"J.S.Clark; ""Remeasurement of the Old Length Standards""; Empire Survey Review no. 90; 1953.",EPSG,2000-05-07,97.233  99.99,0
-9052,British chain (Benoit 1895 A),length,9001,20.1167824,1,Uses Benoit's 1895 British yard-metre ratio as given by Clark as 0.9144992 metres per yard.  Used for deriving metric size of ellipsoid in Palestine.,"J.S.Clark; ""Remeasurement of the Old Length Standards""; Empire Survey Review no. 90; 1953.",EPSG,2000-05-07,97.233  99.99,0
-9053,British link (Benoit 1895 A),length,9001,0.201167824,1,Uses Benoit's 1895 British yard-metre ratio as given by Clark as 0.9144992 metres per yard.  Used for deriving metric size of ellipsoid in Palestine.,"J.S.Clark; ""Remeasurement of the Old Length Standards""; Empire Survey Review no. 90; 1953.",EPSG,2000-05-07,97.233  99.99,0
+9050,British yard (Benoit 1895 A),length,9001,0.9143992,1,Uses Benoit's 1895 British yard-metre ratio as given by Clark as 0.9143992 metres per yard.  Used for deriving metric size of ellipsoid in Palestine.,"J.S.Clark; ""Remeasurement of the Old Length Standards""; Empire Survey Review no. 90; 1953.",EPSG,2006-03-21,97.233  99.99  2006.26,0
+9051,British foot (Benoit 1895 A),length,9001,0.9143992,3,Uses Benoit's 1895 British yard-metre ratio as given by Clark as 0.9143992 metres per yard.  Used for deriving metric size of ellipsoid in Palestine.,"J.S.Clark; ""Remeasurement of the Old Length Standards""; Empire Survey Review no. 90; 1953.",EPSG,2006-03-21,97.233  99.99  2006.26,0
+9052,British chain (Benoit 1895 A),length,9001,20.1167824,1,Uses Benoit's 1895 British yard-metre ratio as given by Clark as 0.9143992 metres per yard.  Used for deriving metric size of ellipsoid in Palestine.,"J.S.Clark; ""Remeasurement of the Old Length Standards""; Empire Survey Review no. 90; 1953.",EPSG,2006-03-21,97.233  99.99  2006.26,0
+9053,British link (Benoit 1895 A),length,9001,0.201167824,1,Uses Benoit's 1895 British yard-metre ratio as given by Clark as 0.9143992 metres per yard.  Used for deriving metric size of ellipsoid in Palestine.,"J.S.Clark; ""Remeasurement of the Old Length Standards""; Empire Survey Review no. 90; 1953.",EPSG,2006-03-21,97.233  99.99  2006.26,0
 9060,British yard (Benoit 1895 B),length,9001,36,39.370113,"G. Bomford ""Geodesy"" 2nd edition 1962; after J.S.Clark ""Remeasurement of the Old Length Standards""; Empire Survey Review no. 90; 1953.","G. Bomford ""Geodesy"" 2nd edition 1962; after J.S.Clark ""Remeasurement of the Old Length Standards""; Empire Survey Review no. 90; 1953.",EPSG,2000-05-07,97.233  99.99,0
 9061,British foot (Benoit 1895 B),length,9001,12,39.370113,Uses Benoit's 1895 British yard-metre ratio as given by Bomford as 39.370113 inches per metre.  Used in West Malaysian mapping.,"G. Bomford ""Geodesy"" 2nd edition 1962; after J.S.Clark ""Remeasurement of the Old Length Standards""; Empire Survey Review no. 90; 1953.",EPSG,2000-05-07,97.233  99.99,0
 9062,British chain (Benoit 1895 B),length,9001,792,39.370113,Uses Benoit's 1895 British yard-metre ratio as given by Bomford as 39.370113 inches per metre.  Used in West Malaysian mapping.,"G. Bomford ""Geodesy"" 2nd edition 1962; after J.S.Clark ""Remeasurement of the Old Length Standards""; Empire Survey Review no. 90; 1953.",EPSG,2000-05-07,97.233  99.99,0
@@ -28,16 +28,20 @@
 9070,British foot (1865),length,9001,0.9144025,3,Uses Clark's estimate of 1853-1865 British foot-metre ratio of 0.9144025 metres per yard.  Used in 1962 and 1975 estimates of Indian foot.,"J.S.Clark; ""Remeasurement of the Old Length Standards""; Empire Survey Review no. 90; 1953.",EPSG,2000-05-07,97.233  99.99,0
 9080,Indian foot,length,9001,12,39.370142,Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (= 3 British feet) taken to be J.S.Clark's 1865 value of 0.9144025 metres.,"G. Bomford; ""The Re-adjustment of the Indian Triangulation""; Survey of India Professional Paper 28; 1939.",EPSG,2000-05-07,97.231  99.99,0
 9081,Indian foot (1937),length,9001,0.30479841,1,Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British foot taken to be 1895 Benoit value of 12/39.370113m.  Rounded to 8 decimal places as 0.30479841. Used from Bangladesh to Vietnam.  Previously used in India and Pakistan but superseded.,"G. Bomford; ""The Re-adjustment of the Indian Triangulation""; Survey of India Professional Paper 28; 1939.",EPSG,2000-05-07,97.231  99.99,0
-9082,Indian foot (1962),length,9001,0.3047996,1,Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (3 feet) taken to be J.S. Clark's 1865 value of 0.9144025m. Rounded to 8 significant figures with a small error as 1 Ind ft=0.3048996m.  Used in Pakistan since metrication.,"G. Bomford; ""Geodesy""; 2nd edition 1962",EPSG,2000-05-07,97.231  99.99,0
-9083,Indian foot (1975),length,9001,0.3047995,1,Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (3 feet) taken to be J.S. Clark's 1865 value of 0.9144025m. Rounded to 8 significant figures as 1 Ind ft=0.3048995m.  Used in India since metrication.,"G. Bomford; ""Geodesy""; 3rd edition 1975",EPSG,2000-05-07,97.231  99.99,0
+9082,Indian foot (1962),length,9001,0.3047996,1,Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (3 feet) taken to be J.S. Clark's 1865 value of 0.9144025m. Rounded to 7 significant figures with a small error as 1 Ind ft=0.3047996m.  Used in Pakistan since metrication.,"G. Bomford; ""Geodesy""; 2nd edition 1962",EPSG,2007-01-25,97.231 99.99 2007.011,0
+9083,Indian foot (1975),length,9001,0.3047995,1,Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (3 feet) taken to be J.S. Clark's 1865 value of 0.9144025m. Rounded to 7 significant figures as 1 Ind ft=0.3047995m.  Used in India since metrication.,"G. Bomford; ""Geodesy""; 3rd edition 1975",EPSG,2007-01-25,97.231 99.99 2007.011,0
 9084,Indian yard,length,9001,36,39.370142,Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (= 3 British feet) taken to be J.S.Clark's 1865 value of 0.9144025 metres.,"G. Bomford; ""The Re-adjustment of the Indian Triangulation""; Survey of India Professional Paper 28; 1939.",EPSG,2000-05-07,97.231  99.99,0
 9085,Indian yard (1937),length,9001,0.91439523,1,Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British foot taken to be 1895 Benoit value of 12/39.370113m.  Rounded to 8 decimal places as 0.30479841. Used from Bangladesh to Vietnam.  Previously used in India and Pakistan but superseded.,"G. Bomford; ""The Re-adjustment of the Indian Triangulation""; Survey of India Professional Paper 28; 1939.",EPSG,2000-05-07,97.231  99.99,0
-9086,Indian yard (1962),length,9001,0.9143988,1,Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (3 feet) taken to be J.S. Clark's 1865 value of 0.9144025m. Rounded to 8 significant figures with a small error as 1 Ind ft=0.3048996m.  Used in Pakistan since metrication.,"G. Bomford; ""Geodesy""; 2nd edition 1962",EPSG,2000-05-07,97.231  99.99,0
-9087,Indian yard (1975),length,9001,0.9143985,1,Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (3 feet) taken to be J.S. Clark's 1865 value of 0.9144025m. Rounded to 8 significant figures as 1 Ind ft=0.3048995m.  Used in India since metrication.,"G. Bomford; ""Geodesy""; 3rd edition 1975",EPSG,2000-05-07,97.231  99.99,0
+9086,Indian yard (1962),length,9001,0.9143988,1,Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (3 feet) taken to be J.S. Clark's 1865 value of 0.9144025m. Rounded to 7 significant figures with a small error as 1 Ind ft=0.3047996m.  Used in Pakistan since metrication.,"G. Bomford; ""Geodesy""; 2nd edition 1962",EPSG,2007-01-25,97.231 99.99 2007.011,0
+9087,Indian yard (1975),length,9001,0.9143985,1,Indian Foot = 0.99999566 British feet (A.R.Clarke 1865).  British yard (3 feet) taken to be J.S. Clark's 1865 value of 0.9144025m. Rounded to 7 significant figures as 1 Ind ft=0.3047995m.  Used in India since metrication.,"G. Bomford; ""Geodesy""; 3rd edition 1975",EPSG,2007-01-25,97.231 99.99 2007.011,0
 9093,Statute mile,length,9001,1609.344,1,=5280 feet,EPSG,EPSG,2000-03-07,,0
 9094,Gold Coast foot,length,9001,6378300,20926201,"Used in Ghana and some adjacent parts of British west Africa prior to metrication, except for the metrication of projection defining parameters when British foot (Sears 1922) used.",Ordnance Survey International,EPSG,2001-01-21,2000.86,0
-9095,British foot (1936),length,9001,0.3048007491,1,For the 1936 retriangulation OSGB defines the relationship of feet of 1796 to the International metre through log(1.48401603) exactly [=0.3048007491...]. Also used for metric conversions in Ireland.,"1. ""The Retriangulation of Great Britain"", Ordnance Survey of Great Britain.
-2. ""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2003-06-27,2002.621,0
+9095,British foot (1936),length,9001,0.3048007491,1,For the 1936 retriangulation OSGB defines the relationship of 10 feet of 1796 to the International metre through the logarithmic relationship (10^0.48401603 exactly). 1 ft = 0.3048007491Â…m. Also used for metric conversions in Ireland.,"1. ""The Retriangulation of Great Britain"", Ordnance Survey of Great Britain.
+2. ""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2006-11-27,2002.621 2006.932,0
+9096,yard,length,9001,0.9144,1,=3 international feet.,OGP,OGP,2006-07-14,,0
+9097,chain,length,9001,20.1168,1,=22 international yards or 66 international feet.,OGP,OGP,2006-07-14,,0
+9098,link,length,9001,20.1168,100,=1/100 international chain.,OGP,OGP,2006-07-14,,0
+9099,British yard (Sears 1922 truncated),length,9001,0.914398,1,Uses Sear's 1922 British yard-metre ratio (UoM code 9040) truncated to 6 significant figures.,Defence Geographic Centre,OGP,2006-10-23,2006.901,0
 9101,radian,angle,9101,1,1,SI standard unit.,ISO 1000:1992,EPSG,1995-06-02,,0
 9102,degree,angle,9101,3.14159265358979,180,= pi/180 radians,,EPSG,2002-11-18,96.22 2002.86,0
 9103,arc-minute,angle,9101,3.14159265358979,10800,1/60th degree = ((pi/180) / 60) radians,,EPSG,2002-11-18,96.22 2002.86,0
@@ -71,3 +75,6 @@
 9209,Bin width 12.5 metres,length,9001,12.5,1,,EPSG,EPSG,2000-10-19,2000.59,0
 9210,Bin width 6.25 metres,length,9001,6.25,1,,EPSG,EPSG,2000-10-19,2000.59,0
 9211,Bin width 3.125 metres,length,9001,3.125,1,,EPSG,EPSG,2000-10-19,2000.59,0
+9300,British foot (Sears 1922 truncated),length,9001,0.914398,3,"Uses Sear's 1922 British yard-metre ratio (UoM code 9040) truncated to 6 significant figures; this truncated ratio (0.914398, UoM code 9099) then converted to other imperial units. 3 ftSe(T) = 1 ydSe(T).",Defence Geographic Centre,OGP,2006-10-23,2006.901,0
+9301,British chain (Sears 1922 truncated),length,9001,20.116756,1,"Uses Sear's 1922 British yard-metre ratio (UoM code 9040) truncated to 6 significant figures; this truncated ratio (0.914398, UoM code 9099) then converted to other imperial units. 1 chSe(T) = 22 ydSe(T). Used in metrication of Malaya RSO grid.",Defence Geographic Centre,OGP,2006-10-23,2006.901,0
+9302,British link (Sears 1922 truncated),length,9001,20.116756,100,"Uses Sear's 1922 British yard-metre ratio (UoM code 9040) truncated to 6 significant figures; this truncated ratio (0.914398, UoM code 9099) then converted to other imperial units. 100 lkSe(T) = 1 chSe(T).",Defence Geographic Centre,OGP,2006-10-23,2006.901,0

Modified: packages/geotiff/libgeotiff/branches/upstream/current/geo_new.c
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/geo_new.c	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/geo_new.c	2007-09-19 08:45:41 UTC (rev 1074)
@@ -13,6 +13,13 @@
  *    7 July,  1995      Greg Martin             Fix index
  *
  * $Log: geo_new.c,v $
+ * Revision 1.12  2006/06/26 20:03:37  fwarmerdam
+ * If the ascii parameters list is too short for the declared size
+ * of an ascii parameter, but it doesn't start off the end of the
+ * available string then just trim the length.  This is to make the
+ * ESRI sample data file 34105h2.tif work properly.  I wish we had
+ * a way of issuing warnings!
+ *
  * Revision 1.11  2004/04/27 21:32:08  warmerda
  * Allow GTIFNew(NULL) to work
  *
@@ -222,6 +229,12 @@
                    If this is the case, drop the extra character */
                 count--;
             }
+            else if (offset < tempData->tk_asciiParamsLength
+                     && offset + count > tempData->tk_asciiParamsLength )
+            {
+                count = tempData->tk_asciiParamsLength - offset;
+                /* issue warning... if we could */
+            }
             else if (offset + count > tempData->tk_asciiParamsLength)
                 return (0);
 

Modified: packages/geotiff/libgeotiff/branches/upstream/current/geo_normalize.c
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/geo_normalize.c	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/geo_normalize.c	2007-09-19 08:45:41 UTC (rev 1074)
@@ -1,5 +1,5 @@
 /******************************************************************************
- * $Id: geo_normalize.c,v 1.45 2005/03/15 16:01:18 fwarmerdam Exp $
+ * $Id: geo_normalize.c,v 1.50 2007/07/28 13:55:21 fwarmerdam Exp $
  *
  * Project:  libgeotiff
  * Purpose:  Code to normalize PCS and other composite codes in a GeoTIFF file.
@@ -28,6 +28,22 @@
  ******************************************************************************
  *
  * $Log: geo_normalize.c,v $
+ * Revision 1.50  2007/07/28 13:55:21  fwarmerdam
+ * Fix name for GCS_WGS_72 per gdal bug #1715.
+ *
+ * Revision 1.49  2007/07/20 18:10:41  fwarmerdam
+ * Pre-search pcs.override.csv and gcs.override.csv.
+ *
+ * Revision 1.48  2007/06/06 02:17:04  fwarmerdam
+ * added builtin known values for foot and us survey foot
+ *
+ * Revision 1.47  2007/03/13 18:04:33  fwarmerdam
+ * added new zealand map grid support per bug 1519
+ *
+ * Revision 1.46  2006/04/11 19:25:06  fwarmerdam
+ * Be careful about falling back to gdal_datum.csv as it can interfere
+ * with incode datum.csv support.
+ *
  * Revision 1.45  2005/03/15 16:01:18  fwarmerdam
  * zero inv flattening interpreted as sphere
  *
@@ -239,19 +255,31 @@
 {
     char	**papszRecord;
     char	szSearchKey[24];
-    const char	*pszFilename = CSVFilename( "pcs.csv" );
-    
+    const char	*pszFilename;
+
 /* -------------------------------------------------------------------- */
-/*      Search the units database for this unit.  If we don't find      */
-/*      it return failure.                                              */
+/*      Search the pcs.override table for this PCS.                     */
 /* -------------------------------------------------------------------- */
+    pszFilename = CSVFilename( "pcs.override.csv" );
     sprintf( szSearchKey, "%d", nPCSCode );
     papszRecord = CSVScanFileByName( pszFilename, "COORD_REF_SYS_CODE",
                                      szSearchKey, CC_Integer );
 
+/* -------------------------------------------------------------------- */
+/*      If not found, search the EPSG PCS database.                     */
+/* -------------------------------------------------------------------- */
     if( papszRecord == NULL )
-        return FALSE;
+    {
+        pszFilename = CSVFilename( "pcs.csv" );
+        
+        sprintf( szSearchKey, "%d", nPCSCode );
+        papszRecord = CSVScanFileByName( pszFilename, "COORD_REF_SYS_CODE",
+                                         szSearchKey, CC_Integer );
 
+        if( papszRecord == NULL )
+            return FALSE;
+    }
+
 /* -------------------------------------------------------------------- */
 /*      Get the name, if requested.                                     */
 /* -------------------------------------------------------------------- */
@@ -433,15 +461,25 @@
 {
     char	szSearchKey[24];
     int		nDatum, nPM, nUOMAngle;
+    const char *pszFilename;
 
 /* -------------------------------------------------------------------- */
 /*      Search the database for the corresponding datum code.           */
 /* -------------------------------------------------------------------- */
+    pszFilename = CSVFilename("gcs.override.csv");
     sprintf( szSearchKey, "%d", nGCSCode );
+    nDatum = atoi(CSVGetField( pszFilename,
+                               "COORD_REF_SYS_CODE", szSearchKey, 
+                               CC_Integer, "DATUM_CODE" ) );
 
-    nDatum = atoi(CSVGetField( CSVFilename("gcs.csv" ),
-                               "COORD_REF_SYS_CODE", szSearchKey, CC_Integer,
-                               "DATUM_CODE" ) );
+    if( nDatum < 1 )
+    {
+        pszFilename = CSVFilename("gcs.csv");
+        sprintf( szSearchKey, "%d", nGCSCode );
+        nDatum = atoi(CSVGetField( pszFilename,
+                                   "COORD_REF_SYS_CODE", szSearchKey, 
+                                   CC_Integer, "DATUM_CODE" ) );
+    }
 
 /* -------------------------------------------------------------------- */
 /*      Handle some "well known" GCS codes directly if the table        */
@@ -470,7 +508,7 @@
         else if( nGCSCode == GCS_WGS_72 )
         {
             nDatum = Datum_WGS72;
-            pszName = "WGS 82";
+            pszName = "WGS 72";
         }
         else
             return FALSE;
@@ -495,9 +533,9 @@
 /* -------------------------------------------------------------------- */
     if( pnPM != NULL )
     {
-        nPM = atoi(CSVGetField( CSVFilename("gcs.csv" ),
-                            "COORD_REF_SYS_CODE", szSearchKey, CC_Integer,
-                            "PRIME_MERIDIAN_CODE" ) );
+        nPM = atoi(CSVGetField( pszFilename,
+                                "COORD_REF_SYS_CODE", szSearchKey, CC_Integer,
+                                "PRIME_MERIDIAN_CODE" ) );
 
         if( nPM < 1 )
             return FALSE;
@@ -508,7 +546,7 @@
 /* -------------------------------------------------------------------- */
 /*      Get the angular units.                                          */
 /* -------------------------------------------------------------------- */
-    nUOMAngle = atoi(CSVGetField( CSVFilename("gcs.csv" ),
+    nUOMAngle = atoi(CSVGetField( pszFilename,
                                   "COORD_REF_SYS_CODE",szSearchKey, CC_Integer,
                                   "UOM_CODE" ) );
 
@@ -523,7 +561,7 @@
 /* -------------------------------------------------------------------- */
     if( ppszName != NULL )
         *ppszName =
-            CPLStrdup(CSVGetField( CSVFilename("gcs.csv" ),
+            CPLStrdup(CSVGetField( pszFilename,
                                    "COORD_REF_SYS_CODE",szSearchKey,CC_Integer,
                                    "COORD_REF_SYS_NAME" ));
     
@@ -739,7 +777,13 @@
 /*      acceptable fallback.  Mostly this is for GDAL.                  */
 /* -------------------------------------------------------------------- */
     if( (fp = VSIFOpen(pszFilename,"r")) == NULL )
-        pszFilename = CSVFilename( "gdal_datum.csv" );
+    {
+        if( (fp = VSIFOpen(CSVFilename("gdal_datum.csv"), "r")) != NULL )
+        {
+            pszFilename = CSVFilename( "gdal_datum.csv" );
+            VSIFClose( fp );
+        }        
+    }
     else
         VSIFClose( fp );
 
@@ -825,7 +869,8 @@
     const char *pszFilename;
 
 /* -------------------------------------------------------------------- */
-/*      We short cut meter to save work in the most common case.        */
+/*      We short cut meter to save work and avoid failure for missing   */
+/*      in the most common cases.       				*/
 /* -------------------------------------------------------------------- */
     if( nUOMLengthCode == 9001 )
     {
@@ -837,6 +882,26 @@
         return TRUE;
     }
 
+    if( nUOMLengthCode == 9002 )
+    {
+        if( ppszUOMName != NULL )
+            *ppszUOMName = CPLStrdup( "foot" );
+        if( pdfInMeters != NULL )
+            *pdfInMeters = 0.3048;
+
+        return TRUE;
+    }
+
+    if( nUOMLengthCode == 9003 )
+    {
+        if( ppszUOMName != NULL )
+            *ppszUOMName = CPLStrdup( "US survey foot" );
+        if( pdfInMeters != NULL )
+            *pdfInMeters = 12.0 / 39.37;
+
+        return TRUE;
+    }
+
 /* -------------------------------------------------------------------- */
 /*      Search the units database for this unit.  If we don't find      */
 /*      it return failure.                                              */
@@ -1555,6 +1620,7 @@
       case CT_Gnomonic:
       case CT_LambertAzimEqualArea:
       case CT_Orthographic:
+      case CT_NewZealandMapGrid:
 /* -------------------------------------------------------------------- */
         if( GTIFKeyGet(psGTIF, ProjNatOriginLongGeoKey, 
                        &dfNatOriginLong, 0, 1 ) == 0

Modified: packages/geotiff/libgeotiff/branches/upstream/current/geotiff.h
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/geotiff.h	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/geotiff.h	2007-09-19 08:45:41 UTC (rev 1074)
@@ -27,7 +27,7 @@
  */
 #define GvCurrentVersion   1
 
-#define LIBGEOTIFF_VERSION 1230
+#define LIBGEOTIFF_VERSION 1240
 
 #include "geo_config.h"
 #include "geokeys.h"

Modified: packages/geotiff/libgeotiff/branches/upstream/current/geotiff_proj4.c
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/geotiff_proj4.c	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/geotiff_proj4.c	2007-09-19 08:45:41 UTC (rev 1074)
@@ -1,5 +1,5 @@
 /******************************************************************************
- * $Id: geotiff_proj4.c,v 1.22 2005/03/04 04:32:37 fwarmerdam Exp $
+ * $Id: geotiff_proj4.c,v 1.23 2007/03/13 18:04:33 fwarmerdam Exp $
  *
  * Project:  libgeotiff
  * Purpose:  Code to convert a normalized GeoTIFF definition into a PROJ.4
@@ -29,6 +29,9 @@
  ******************************************************************************
  *
  * $Log: geotiff_proj4.c,v $
+ * Revision 1.23  2007/03/13 18:04:33  fwarmerdam
+ * added new zealand map grid support per bug 1519
+ *
  * Revision 1.22  2005/03/04 04:32:37  fwarmerdam
  * added cylindricalequalarea support
  *
@@ -496,7 +499,13 @@
 /* -------------------------------------------------------------------- */
     else if( psDefn->CTProjection == CT_NewZealandMapGrid )
     {
-        /* this appears to be an unsupported formulation with PROJ.4 */
+        sprintf( szProjection+strlen(szProjection),
+                 "+proj=nzmg +lat_0=%.9f +lon_0=%.9f"
+                 " +x_0=%.3f +y_0=%.3f ",
+                 psDefn->ProjParm[0],
+                 psDefn->ProjParm[1],
+                 psDefn->ProjParm[5],
+                 psDefn->ProjParm[6] );
     }
     
 /* -------------------------------------------------------------------- */

Modified: packages/geotiff/libgeotiff/branches/upstream/current/libxtiff/xtiff.c
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/libxtiff/xtiff.c	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/libxtiff/xtiff.c	2007-09-19 08:45:41 UTC (rev 1074)
@@ -85,13 +85,19 @@
         (*_ParentExtender)(tif);
 }
 
-/*
- *  XTIFF Initializer -- sets up the callback
- *   procedure for the TIFF module.
- */
 
-static
-void _XTIFFInitialize(void)
+/**
+Registers an extension with libtiff for adding GeoTIFF tags.
+After this one-time intialization, any TIFF open function may be called in
+the usual manner to create a TIFF file that compatible with libgeotiff.
+The XTIFF open functions are simply for convenience: they call this
+and then pass their parameters on to the appropriate TIFF open function.
+
+<p>This function may be called any number of times safely, since it will
+only register the extension the first time it is called.
+**/
+
+void XTIFFInitialize(void)
 {
     static int first_time=1;
 	
@@ -131,7 +137,7 @@
     TIFF *tif;
 
     /* Set up the callback */
-    _XTIFFInitialize();	
+    XTIFFInitialize();	
 	
     /* Open the file; the callback will set everything up
      */
@@ -147,7 +153,7 @@
     TIFF *tif;
 
     /* Set up the callback */
-    _XTIFFInitialize();	
+    XTIFFInitialize();	
 
     /* Open the file; the callback will set everything up
      */
@@ -167,7 +173,7 @@
     TIFF *tif;
     
     /* Set up the callback */
-    _XTIFFInitialize();	
+    XTIFFInitialize();	
     
     /* Open the file; the callback will set everything up
      */

Modified: packages/geotiff/libgeotiff/branches/upstream/current/libxtiff/xtiffio.h
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/libxtiff/xtiffio.h	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/libxtiff/xtiffio.h	2007-09-19 08:45:41 UTC (rev 1074)
@@ -65,6 +65,7 @@
 #  endif
 #endif
 
+extern void CPL_DLL XTIFFInitialize();
 extern TIFF CPL_DLL * XTIFFOpen(const char* name, const char* mode);
 extern TIFF CPL_DLL * XTIFFFdOpen(int fd, const char* name, const char* mode);
 extern void CPL_DLL XTIFFClose(TIFF *tif);

Modified: packages/geotiff/libgeotiff/branches/upstream/current/mkdist.sh
===================================================================
--- packages/geotiff/libgeotiff/branches/upstream/current/mkdist.sh	2007-09-18 02:41:20 UTC (rev 1073)
+++ packages/geotiff/libgeotiff/branches/upstream/current/mkdist.sh	2007-09-19 08:45:41 UTC (rev 1074)
@@ -14,7 +14,7 @@
 mkdir dist_wrk
 cd dist_wrk
 
-export CVSROOT=:pserver:anonymous at cvs.remotesensing.org:/cvsroot
+export CVSROOT=:pserver:cvsanon at cvs.maptools.org:/cvs/maptools/cvsroot
 
 echo "Please type anonymous if prompted for a password."
 cvs login
@@ -29,6 +29,7 @@
 find geotiff -name CVS -exec rm -rf {} \;
 
 mv geotiff/libgeotiff libgeotiff-${VERSION}
+touch libgeotiff-${VERSION}/configure
 
 rm -f ../libgeotiff-${VERSION}.tar.gz ../libgeotiff${COMPRESSED_VERSION}.zip
 




More information about the Pkg-grass-devel mailing list