Revision 31431

View differences:

tags/gvsig_sextante-0_3_0-1232/install/instalador-gvSIG-lin/.cvsignore
1
extensions
2
*.jar
3
*.tar.gz
4
gvSIG_0.6_installer
5
bin
6

  
7
extensiones
0 8

  
tags/gvsig_sextante-0_3_0-1232/install/instalador-gvSIG-lin/build.xml
1
<project name="instalador-gvSIG" default="init" basedir=".">
2
	<!--
3
	<property name="dir_inst" location="C:\Archivos de programa"/>
4
	<property name="base_dir" location="./"/>		
5
	<property name="dir_libs" location="C:\Archivos de programa\IzPack\lib"/>
6
	<property name="vers" location="0.6"/>
7
	<property name="izpack_dir" location="C:\Archivos de programa\IzPack"/>
8
	-->
9
	
10
	<property name="dir_inst" location="/usr/local"/>
11
	<property name="base_dir" location="./"/>		
12
	<property name="izpack_dir" location="../../install/IzPack"/>
13
	<property name="dir_libs" location="${izpack_dir}/lib"/>
14
	<property name="INSTALL_FILE" location="install.xml"/>
15
	
16
	<taskdef name="izpack" classpath="${dir_libs}/compiler.jar" classname="com.izforge.izpack.ant.IzPackTask"/>
17
	
18
	<target name="init">
19
		<izpack input="${INSTALL_FILE}" 
20
				output="${JARNAME}" 
21
				installerType="standard" 
22
				basedir="${base_dir}" 
23
				izPackDir="${izpack_dir}/"/>
24
	</target>
25
	
26
	<target name="clean">
27
		<delete>
28
			<fileset dir=".">
29
			    <include name="**.zip"/>
30
			</fileset>
31
		</delete>
32
		<delete dir="bin" />
33
		<delete dir="extensions" />
34
	</target>
35
	
36
</project>
0 37

  
tags/gvsig_sextante-0_3_0-1232/install/instalador-gvSIG-lin/installer_files/README
1
gvSIG v1.9
2

  
3

  
4

  
5
Application Requirements:
6

  
7
    - System
8

  
9
        · At least: Pentium III / 256 MB RAM.
10

  
11
        · Recommended: Pentium 4 / 512 MB RAM.
12

  
13
        · OSes: platforms Windows and Linux.
14
        Tested in WinXP, Linux Ubuntu 8.04/8.10/9.10 y Debian Lenny.
15

  
16

  
17
    - Installed Software (available in http://www.gvsig.gva.es or in http://java.sun.com)
18

  
19
        · Java VM 1.4.2 (06 or above).
20

  
21
        · JAI (Java Advanced Imaging).
22

  
23
        · JAI Image I/O.
24

  
25
Note: The JAI and JAI Image I/O must be installed into the same Java VM that runs gvSIG.
26

  
27

  
28
Further information and support:
29

  
30
    Official web site:
31

  
32
        http://www.gvsig.gva.es
33

  
34
        http://www.gvsig.org
35

  
36
    Mailing lists:
37

  
38
        http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios (users).
39

  
40
        http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores (developers).
41

  
42
        http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional (non-spanish users and developers).
0 43

  
tags/gvsig_sextante-0_3_0-1232/install/instalador-gvSIG-lin/installer_files/install.sh
1
#!/bin/bash
2
[ -x /usr/bin/dirname ] && cd `/usr/bin/dirname $0`
3
java -jar JARNAME
4

  
0 5

  
tags/gvsig_sextante-0_3_0-1232/install/instalador-gvSIG-lin/installer_files/LLIG-ME
1
gvSIG v1.9
2

  
3

  
4
Requisits de l'aplicació:
5

  
6
    - Sistema
7

  
8
        · Mínims: Pentium III / 256 MB RAM.
9

  
10
        · Recomanables: Pentium 4 / 512 MB RAM.
11

  
12
        · Sistemes operatius: plataformes Windows i Linux.
13
        Provat en WinXP, Linux Ubuntu 8.04/8.10/9.10 y Debian Lenny.
14

  
15

  
16
    - Programari instal·lat (disponible en http://www.gvsig.gva.es o en http://java.sun.com)
17

  
18
        · Màquina Virtual Java 1.5.0 (12 o superior).
19

  
20
        · JAI (Java Advanced Imaging).
21

  
22
        · JAI Image I/O.
23

  
24

  
25
Nota: les libreries JAI i JAI Image I/O han d'estar instal·lades sobre la Màquina Virtual Java que gvSIG utilitze en l'execució.
26

  
27

  
28
Més informació í suport:
29

  
30
    Web oficial del projecte:
31

  
32
        http://www.gvsig.gva.es
33

  
34
        http://www.gvsig.org
35

  
36
    Llistes de distribució:
37

  
38
        http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios (suport per a usuaris).
39

  
40
        http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores (suport per a desenvolupadors).
41

  
42
        http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional (suport per a usuaris o desenvolupadors de parla no-hispana).
43

  
0 44

  
tags/gvsig_sextante-0_3_0-1232/install/instalador-gvSIG-lin/installer_files/LEEME
1
gvSIG v1.9
2

  
3

  
4
Requisitos de la aplicación:
5

  
6
    - Sistema
7

  
8
        · Mínimos: Pentium III / 256 MB RAM.
9

  
10
        · Recomendables: Pentium 4 / 512 MB RAM.
11

  
12
        · Sistemas operativos: plataformas Windows y Linux.
13
        Probado en WinXP, Linux Ubuntu 8.04/8.10/9.10 y Debian Lenny.
14

  
15

  
16
    - Software instalado (diponible en http://www.gvsig.gva.es o en http://java.sun.com)
17

  
18
        · Máquina Virtual Java 1.5.0 (12 o superior).
19

  
20
        · JAI (Java Advanced Imaging).
21

  
22
        · JAI Image I/O.
23

  
24

  
25
Nota: Las librerías JAI y JAI Image I/O deben estar instaladas sobre la Máquina Virtual Java que gvSIG utilice en su ejecución.
26

  
27

  
28
Más información y soporte:
29

  
30
    Web oficial del proyecto:
31

  
32
        http://www.gvsig.gva.es
33

  
34
        http://www.gvsig.org
35

  
36
    Listas de distribución:
37

  
38
        http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios (soporte para usuarios).
39

  
40
        http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores (soporte para desarrolladores).
41

  
42
        http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional (soporte para usuarios o desarrolladores de habla no hispana).
0 43

  
tags/gvsig_sextante-0_3_0-1232/install/instalador-gvSIG-lin/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="src" path=""/>
4
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5
	<classpathentry kind="lib" path="/home/nacho/IzPack/lib/ant.jar"/>
6
	<classpathentry kind="lib" path="/home/nacho/IzPack/lib/compiler.jar"/>
7
	<classpathentry kind="lib" path="/home/nacho/IzPack/lib/installer.jar"/>
8
	<classpathentry kind="lib" path="/home/nacho/IzPack/lib/izevent.jar"/>
9
	<classpathentry kind="lib" path="/home/nacho/IzPack/lib/jakarta-regexp-1.3.jar"/>
10
	<classpathentry kind="lib" path="/home/nacho/IzPack/lib/kunststoff.jar"/>
11
	<classpathentry kind="lib" path="/home/nacho/IzPack/lib/looks.jar"/>
12
	<classpathentry kind="lib" path="/home/nacho/IzPack/lib/metouia.jar"/>
13
	<classpathentry kind="lib" path="/home/nacho/IzPack/lib/standalone-compiler.jar"/>
14
	<classpathentry kind="lib" path="/home/nacho/IzPack/lib/uninstaller-ext.jar"/>
15
	<classpathentry kind="lib" path="/home/nacho/IzPack/lib/uninstaller.jar"/>
16
	<classpathentry kind="lib" path="/home/nacho/IzPack/lib/liquidlnf.jar"/>
17
	<classpathentry kind="output" path=""/>
18
</classpath>
0 19

  
tags/gvsig_sextante-0_3_0-1232/install/instalador-gvSIG-lin/.project
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>instalador-gvSIG-lin</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
	</buildSpec>
9
	<natures>
10
	</natures>
11
</projectDescription>
0 12

  
tags/gvsig_sextante-0_3_0-1232/install/instalador-gvSIG-lin/Notas_asociaciacion_archivos.txt
1
PARA KDE: dejar un fichero '.desktop' en el directorio $HOME/.kde/share/mimelnk/application
2
como este:
3

  
4
[Desktop Entry]
5
Comment=
6
Hidden=false
7
Icon=/x/apps/gvSIG_0.1_856/bin/ico-gvSIG.png
8
MimeType=application/gvSIG
9
Patterns=*.gvp;*.GVP
10
Type=MimeType
11

  
12

  
13
y apadir a fichero $HOME/.kde/share/config/profilerc algo asi:
14

  
15
[application/gvSIG - 1]
16
AllowAsDefault=true
17
Application=kde-gvSIG.sh-3.desktop
18
GenericServiceType=Application
19
Preference=1
20
ServiceType=application/gvSIG
21

  
22
y el el fichero de menu ($HOME/.kde/share/applnk/.../gvSIG*.desktop)
23
la entrada 'MimeType' debe estar 'IGUAL' que en el fichero que
24
hemos dejado en $HOME/.kde/share/mimelnk/application
25

  
26

  
27

  
28
Para GNOME:
29

  
30
POR Estudiar
31

  
32
Para FIREFOX:
33

  
34
POR Estudiar
35

  
36

  
37

  
38
Los archivos usados para la asociacion estan en ./resources/mime
39
y los scripts que los manejan son ./resources/postinstall.sh y
40
./resources/unistall.sh
41

  
42

  
43

  
44

  
45

  
46

  
47

  
48

  
49

  
50
**************************************************************
51
URL's y recortes:
52

  
53

  
54

  
55

  
56
http://www.ces.clemson.edu/linux/fc4_desktop.shtml
57
*********************************************************************
58
File Association. At the top of the context menu for a file in Nautilus is found the 'Open with "Preferred Application" menu item. Next, is found the 'Open with' menu item, which lists all other applications which can open the file. These menu items are controlled respectively by the following files:
59

  
60
  /usr/share/applications/defaults.list
61
  /usr/share/applications/mimeinfo.cache
62

  
63
Each line in defaults.list contains a desktop file followed by a mimetype. For example, the line
64

  
65
  application/postscript=evince.desktop
66

  
67
shows that Evince is the preferred application for opening postscript files. Each line in mimeinfo.cache contains a desktop file followed by a list of mimetypes. For example, the line
68

  
69
  image/gif=gthumb.desktop;gimp-2.2.desktop;
70
      gnome-eog.desktop;
71

  
72
shows the list of applications available for opening gif files. Gnome constructs the mimeinfo.cache file by processing the mimetypes recorded in the desktop files. Gnome comes with a pre-built system-wide defaults.list. At the user level there are parallel files
73

  
74
  ~/.local/applications/defaults.list
75
  ~/.local/applications/mimeinfo.cache
76

  
77
Users can add lines to these files as follows.
78

  
79
  In a Nautilus window, right click on a file
80
  Select Properties
81
  Select the 'Open With' tab
82
  To add to the current 'Open With' list
83
  Hit Add and select an application
84
  Hit Add again
85
  Select the preferred application radio button
86
   
87
************************
88

  
89
http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html
90
************************
91

  
92
<MIME> = /usr/local/share/mime
93
<MIME> = /usr/share/mime
94

  
95

  
96
Each application that wishes to contribute to the MIME database will install a single XML file, named after the application, into one of the three <MIME>/packages/ directories (depending on where the user requested the application be installed). After installing, uninstalling or modifying this file, the application MUST run the update-mime-database command, which is provided by the freedesktop.org shared database[SharedMIME].
97

  
98
update-mime-database is passed the mime directory containing the packages subdirectory which was modified as its only argument. It scans all the XML files in the packages subdirectory, combines the information in them, and creates a number of output files. 
99

  
100

  
101

  
102
Here is an example source file, named diff.xml:
103

  
104
<?xml version="1.0"?>
105
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
106
  <mime-type type="text/x-diff">
107
    <comment>Differences between files</comment>
108
    <comment xml:lang="af">verskille tussen l?ers</comment>
109
    ...
110
    <magic priority="50">
111
      <match type="string" offset="0" value="diff\t"/>
112
      <match type="string" offset="0" value="***\t"/>
113
      <match type="string" offset="0" value="Common subdirectories: "/>
114
    </magic>
115
    <glob pattern="*.diff"/>
116
    <glob pattern="*.patch"/>
117
  </mime-type>
118
</mime-info>
119

  
120
********************
121

  
122

  
123

  
0 124

  
tags/gvsig_sextante-0_3_0-1232/install/instalador-gvSIG-lin/install.xml
1
<installation version="1.0">
2
	<info>
3
		<appname>gvSIG_1.9</appname>
4
		<appversion>1.9</appversion>
5
		<authors>
6
			<author name="Generalitat Valenciana. Conselleria d'Infraestructures i Transport" email="" />
7
			<author name="Iver Tecnologías de la Información S.A." email="" />
8
		</authors>
9
		<url>http://www.gvsig.gva.es/</url>
10
		<javaversion>1.5</javaversion>
11
	</info>
12

  
13
	<guiprefs height="600" resizable="yes" width="800">
14
		<laf name="liquid">
15
			<os family="unix" />
16
		</laf>
17
	</guiprefs>
18

  
19
	<locale>
20
		<!-- only keep the languages which are also available in gvSIG -->
21
		<langpack iso3="spa"/>
22
		<langpack iso3="val"/>
23
		<langpack iso3="eng"/>
24
	<!--	<langpack iso3="cat"/>
25
		<langpack iso3="chn"/> -->
26
		<langpack iso3="cze"/>
27
	<!--	<langpack iso3="dan"/> -->
28
		<langpack iso3="deu"/>
29
	<!--	<langpack iso3="fin"/>-->
30
		<langpack iso3="fra"/>
31
		<langpack iso3="glg"/>
32
	<!--	<langpack iso3="hun"/> -->
33
		<langpack iso3="ita"/>
34
	<!--	<langpack iso3="jpn"/>
35
		<langpack iso3="mys"/>
36
		<langpack iso3="ned"/>
37
		<langpack iso3="nor"/> -->
38
		<langpack iso3="pol"/>
39
		<langpack iso3="por"/>
40
	<!--<langpack iso3="rom"/>-->
41
		<langpack iso3="rus"/>
42
	<!--<langpack iso3="scg"/>
43
		<langpack iso3="svk"/>
44
		<langpack iso3="swe"/>
45
		<langpack iso3="ukr"/> -->
46
		<langpack iso3="eus"/>
47
		<langpack iso3="ell"/>
48
	</locale>
49

  
50
	<resources>
51
		<res src="resources/gpl.txt" id="LicencePanel.licence"/>
52
		<res src="resources/LEEME.html" id="HTMLInfoPanel.info"/>
53
		<res src="resources/images/Logo_gvsig_gva.jpg" id="Installer.image"/>
54
		<res src="resources/unix_shortcut_spec.xml" id="Unix_shortcutSpec.xml"/>
55
		<res src="resources/andami-config.xml" id="andami-config.xml"/>
56
	</resources>
57

  
58
	<panels>
59
		<panel classname="HTMLInfoPanel"/>
60
		<panel classname="LicencePanel"/>
61
		<panel classname="PacksPanel"/>
62
		<panel classname="TargetPanel"/>
63
		<panel classname="InstallPanel"/>
64
		<panel classname="ShortcutPanel"/>
65
		<panel classname="SimpleFinishPanel"/>
66
	</panels>
67

  
68
  <packs>
69
    <pack name="gvSIG program" required="yes">
70
      <description>gvSIG program files.</description>
71
      <file targetdir="$INSTALL_PATH" src="bin" override="true"/>
72

  
73
      <file os="unix" targetdir="$INSTALL_PATH/bin" src="resources/gvSIG.sh" override="true"/>
74
      <file os="unix" targetdir="$INSTALL_PATH/bin" src="resources/images/help.png" override="true"/>
75
      <file os="unix" targetdir="$INSTALL_PATH/bin" src="resources/images/ico-gvSIG.png" override="true"/>
76
      <file os="unix" targetdir="$INSTALL_PATH/bin" src="resources/images/ico-gvSIG16x16.png" override="true"/>
77
      <file os="unix" targetdir="$INSTALL_PATH/bin" src="resources/images/uninstall16x16.png" override="true"/>
78
      <file os="unix" targetdir="$INSTALL_PATH/bin" src="resources/images/uninstall.png" override="true"/>
79
      <file os="unix" targetdir="$INSTALL_PATH/bin" src="resources/images/help16x16.png" override="true"/>
80
      <file os="unix" targetdir="$INSTALL_PATH/Uninstaller" src="resources/uninstall.sh" override="true"/>
81
      <file os="unix" targetdir="$INSTALL_PATH/bin" src="resources/andami-config.xml" override="true"/>
82
      <parsable os="unix" targetfile="$INSTALL_PATH/bin/andami-config.xml"/>
83
      <file os="unix" targetdir="$USER_HOME/gvSIG" src="resources/andami-config.xml" override="false"/>
84
      <parsable os="unix" targetfile="$USER_HOME/gvSIG/andami-config.xml"/>
85

  
86
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/mrsid/libjmrsid.so.0.0.6" override="true"/>
87
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/mrsid/install-mrsid.sh" override="true"/>
88

  
89
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/ecw/install-ecw.sh" override="true"/>
90
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/ecw/libjecw.so.0.0.7" override="true"/>
91
      <!-- <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/ecw/libNCSCNet.so" override="true"/> -->
92
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/ecw/libNCScnet.so" override="true"/>
93
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/ecw/libNCSEcwC.so" override="true"/>
94
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/ecw/libNCSEcw.so" override="true"/>
95
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/ecw/libNCSUtil.so" override="true"/>
96

  
97
      <fileset targetdir="$INSTALL_PATH/libs/gdal_data"
98
      	dir="libs/linux/gdal/data"
99
      	includes="*.csv,*.wkt"
100
      />
101

  
102
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/gdal/install-gdal.sh" override="true"/>
103
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/gdal/libcrypt.so.1" override="true"/>
104
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/gdal/libcrypto.so.0.9.7" override="true"/>
105
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/gdal/libgdal1.5.0.so.1" override="true"/>
106
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/gdal/libjasper-1.701.so.1" override="true"/>
107
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/gdal/libjgdal.so.0.9.2" override="true"/>
108
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/gdal/libjpeg.so.62" override="true"/>
109
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/gdal/libm.so.6" override="true"/>
110
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/gdal/libnsl.so.1" override="true"/>
111
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/gdal/libodbc.so.1" override="true"/>
112
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/gdal/libpng.so.3" override="true"/>
113
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/gdal/libpq.so.5.1" override="true"/>
114
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/gdal/libssl.so.0.9.7" override="true"/>
115
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/gdal/libz.so.1" override="true"/>
116

  
117
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/grass/install-grass.sh" override="true"/>
118
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/grass/libgrass_datetime.6.0.2.so" override="true"/>
119
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/grass/libgrass_dbmibase.6.0.2.so" override="true"/>
120
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/grass/libgrass_dbmiclient.6.0.2.so" override="true"/>
121
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/grass/libgrass_dgl.6.0.2.so" override="true"/>
122
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/grass/libgrass_dig2.6.0.2.so" override="true"/>
123
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/grass/libgrass_gis.6.0.2.so" override="true"/>
124
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/grass/libgrass_gmath.6.0.2.so" override="true"/>
125
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/grass/libgrass_gproj.6.0.2.so" override="true"/>
126
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/grass/libgrass_I.6.0.2.so" override="true"/>
127
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/grass/libgrass_linkm.6.0.2.so" override="true"/>
128
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/grass/libgrass_rtree.6.0.2.so" override="true"/>
129
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/grass/libgrass_vask.6.0.2.so" override="true"/>
130
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/grass/libgrass_vect.6.0.2.so" override="true"/>
131

  
132

  
133
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/potrace/install-potrace.sh" override="true"/>
134
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/potrace/libjpotrace.so.0.0.1" override="true"/>
135
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/potrace/libpotrace.so.0.0.1" override="true"/>
136

  
137
<!--
138
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/system/libstdc++.so.6" override="true"/>
139
-->
140
      <file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/system/libstdc++.so.5" override="true"/>
141
    
142

  
143
      <parsable os="unix" targetfile="$INSTALL_PATH/Uninstaller/uninstall.sh"/>
144
      <executable os="unix"
145
            targetfile="$INSTALL_PATH/Uninstaller/uninstall.sh"
146
            stage="never"
147
            keep="true"/>
148

  
149
      <parsable os="unix" targetfile="$INSTALL_PATH/bin/gvSIG.sh"/>
150
      <executable os="unix"
151
            targetfile="$INSTALL_PATH/bin/gvSIG.sh"
152
            stage="never"
153
            keep="true"/>
154

  
155
      <parsable os="unix" targetfile="$INSTALL_PATH/libs/install-mrsid.sh"/>
156

  
157
      <parsable os="unix" targetfile="$INSTALL_PATH/libs/install-ecw.sh"/>
158

  
159
      <parsable os="unix" targetfile="$INSTALL_PATH/libs/install-gdal.sh"/>
160

  
161
      <parsable os="unix" targetfile="$INSTALL_PATH/libs/install-grass.sh"/>
162

  
163
      <parsable os="unix" targetfile="$INSTALL_PATH/libs/install-potrace.sh"/>
164

  
165
      <executable os="unix"
166
            targetfile="$INSTALL_PATH/libs/install-mrsid.sh"
167
            stage="postinstall"
168
            keep="false"
169
            failure="ask"/>
170

  
171
      <executable os="unix"
172
            targetfile="$INSTALL_PATH/libs/install-ecw.sh"
173
            stage="postinstall"
174
            keep="false"
175
            failure="ask"/>
176

  
177
      <executable os="unix"
178
            targetfile="$INSTALL_PATH/libs/install-gdal.sh"
179
            stage="postinstall"
180
            keep="false"
181
            failure="ask"/>
182

  
183
      <executable os="unix"
184
            targetfile="$INSTALL_PATH/libs/install-grass.sh"
185
            stage="postinstall"
186
            keep="false"
187
            failure="ask"/>
188

  
189
      <executable os="unix"
190
            targetfile="$INSTALL_PATH/libs/install-potrace.sh"
191
            stage="postinstall"
192
            keep="false"
193
            failure="ask"/>
194

  
195
    </pack>
196

  
197
    <pack name="Catalog Client" required="no" dependes="GPE Driver">
198
      <description>Install Catalog Client.</description>
199
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/es.gva.cit.gvsig.catalogClient" override="true"/>
200
    </pack>
201

  
202
    <pack name="WCS Client" required="no" depends="Raster Tools">
203
      <description>Install WCS Client.</description>
204
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/com.iver.cit.gvsig.wcs" override="true"/>
205
    </pack>
206

  
207
    <pack name="WMS Client" required="no" depends="Raster Tools">
208
      <description>Install WMS Client.</description>
209
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/com.iver.cit.gvsig.wms" override="true"/>
210
    </pack>
211

  
212
	<pack name="JDBC Client" required="no">
213
		<description>Install JDBC Client For MySQL and PostGis.</description>
214
		<file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/com.iver.cit.gvsig.jdbc_spatial" override="true"/>
215
	</pack>
216

  
217

  
218
    <pack name="JDBC Oracle Spatial Client" required="no">
219
        <description>Install JDBC Client For Oracle Spatial Data Base.</description>
220
        <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/com.iver.cit.gvsig.oracle_spatial" override="true"/>
221
    </pack>
222

  
223
    <pack name="Data Locator" required="no">
224
      <description>Install Data Locator Plugin.</description>
225
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/com.iver.gvsig.datalocator" override="true"/>
226
    </pack>
227

  
228
    <pack name="GPE Driver" required="no">
229
      <description>Install GPE Driver (GML, KML)</description>
230
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.gpe" override="true"/>
231
    </pack>
232

  
233
    <pack name="WFS Client" required="no" dependes="GPE Driver">
234
      <description>Install WFS Client.</description>
235
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/com.iver.cit.gvsig.wfs2" override="true"/>
236
    </pack>
237

  
238
    <pack name="ArcIms Client" required="no">
239
    	<description>ArcIms Client</description>
240
    	<file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones" src="extensiones/es.prodevelop.cit.gvsig.arcims" override="true"/>
241
    </pack>
242

  
243
    <pack name="Geoprocessing" required="no">
244
      <description>Install Geoprocessing.</description>
245
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/com.iver.cit.gvsig.geoprocess" override="true"/>
246
    </pack>
247

  
248
    <pack name="Additional Geoprocessing" required="no" depends="Geoprocessing">
249
      <description>Install Additional Geoprocessing.</description>
250
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/com.iver.cit.gvsig.geoprocessextensions" override="true"/>
251
    </pack>
252

  
253

  
254
    <pack name="Georeferencing" required="no">
255
      <description>Install Georeferening.</description>
256
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.georeferencing" override="true"/>
257
    </pack>
258

  
259
    <pack name="Edition" required="no">
260
      <description>Install Edition.</description>
261
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/com.iver.cit.gvsig.cad" override="true"/>
262
    </pack>
263

  
264
    <pack name="Raster Tools" required="no">
265
      <description>Install Raster Tools.</description>
266
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.rastertools" override="true"/>
267
    </pack>
268

  
269
    <pack name="Scripting" required="no">
270
      <description>Scripting.</description>
271
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.scripting" override="true"/>
272
    </pack>
273

  
274

  
275
    <pack name="Center View To Point" required="no">
276
      <description>Install Center View To Point Tool.</description>
277
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/com.iver.gvsig.centerviewpoint" override="true"/>
278
    </pack>
279

  
280
    <pack name="Expression Field" required="no" depends="Scripting">
281
      <description>Install Expression Field Tool.</description>
282
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/com.iver.gvsig.expressionfield" override="true"/>
283
    </pack>
284

  
285
    <pack name="Annotations" required="no" depends="Edition">
286
      <description>Install Annotation Layer Tool.</description>
287
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/com.iver.cit.gvsig.annotation" override="true"/>
288
    </pack>
289

  
290
    <pack name="Extended Symbology" required="no">
291
      <description>Install Extended Symbology plugin for gvSIG</description>
292
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.extended-symbology" override="true"/>
293
      <fileset targetdir="$USER_HOME/gvSIG"
294
      	dir="extensiones/org.gvsig.extended-symbology/default_symbology"
295
      	includes="**"
296
      	override="false"
297
      />
298

  
299
    </pack>
300

  
301
    <pack name="ArcSDE Client" required="no" depends="Edition">
302
      <description>Install ArcSDE Client for gvSIG</description>
303
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.sde" override="true"/>
304
    </pack>
305

  
306
    <!--
307
    <pack name="Remote Sensing" required="no" depends="Raster Tools">
308
      <description>Install Remote Sensing tools for gvSIG</description>
309
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.remotesensing" override="true"/>
310
    </pack>
311

  
312

  
313
    <pack name="Graph" required="no" preselected="no">
314
      <description>Install Graph tools for gvSIG</description>
315
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.graph" override="true"/>
316
    </pack>
317

  
318
    <pack name="Topology" required="no" preselected="no">
319
      <description>Install Extended symbology</description>
320
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.topology" override="true"/>
321
    </pack>
322

  
323
    <pack name="Sextante" required="no" depends="Raster Tools" preselected="no">
324
      <description>Install Sextante gvSIG bindings</description>
325
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/es.unex.sextante" override="true"/>
326
    </pack>
327

  
328
    <pack name="Docking Skin" required="no" preselected="no">
329
      <description>Install Alternative doking skin</description>
330
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.extDockingSkin" override="true"/>
331
    </pack>
332
    -->
333

  
334
    <pack name="Table Summarize" required="no">
335
      <description>Install Table Summarize utility</description>
336
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.tableSummarize" override="true"/>
337
    </pack>
338

  
339
    <pack name="Selection Tools" required="no">
340
      <description>Install additional geometry selection tools</description>
341
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.selectionTools" override="true"/>
342
    </pack>
343

  
344
    <pack name="Project Backup Tool" required="no">
345
      <description>Makes automatic backups of the project each time it is saved</description>
346
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.backup" override="true"/>
347
    </pack>
348

  
349
    <pack name="QuickInfo Tool" required="no">
350
      <description>Shows information from features using a tooltip</description>
351
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.quickInfo" override="true"/>
352
    </pack>
353

  
354
    <pack name="Derived Geometries Tool" required="no">
355
      <description>Creates lines or polygons from points or lines, in an interactive way</description>
356
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/es.iver.derivedGeom" override="true"/>
357
    </pack>
358

  
359
    <pack name="Hyperlink Tool" required="no">
360
      <description>Adds advanced hyperlink capabilities to gvSIG views</description>
361
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.hyperlink" override="true"/>
362
    </pack>
363

  
364
	<pack name="I18nExtension" required="yes">
365
		<description>Multilocale translations management extension.</description>
366
		<file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.i18n" override="true"/>
367
	</pack>
368

  
369
	<pack name="Quick Print" required="no">
370
		<description>Allows to directly print a gvSIG View using a predefined template.</description>
371
		<file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.quickPrint" override="true"/>
372
	</pack>
373

  
374
	<pack name="Layer Loading Order" required="no">
375
		<description>Adds support to define the loading order for layers in a flexible way.</description>
376
		<file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.layerLoadingOrder" override="true"/>
377
	</pack>
378

  
379
	<pack name="Import/Export table utils" required="no">
380
		<description>Adds additional import and export tools to gvSIG tables.</description>
381
		<file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.tableExport" override="true"/>
382
		<file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.tableImport" override="true"/>
383
	</pack>
384

  
385

  
386
	<!--
387
    <pack name="3D" required="no" depends="WFS Client,WCS Client,WMS Client">
388
      <description>Install 3D plugin for gvSIG</description>
389
      <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/com.iver.ai2.gvsig3dgui" override="true"/>
390

  
391
	  <!- - Binaries - ->
392
      <fileset targetdir="$INSTALL_PATH/libs"
393
      	dir="../../binaries/linux/3D"
394
      	includes="*.so*,osgPlugins*/*.so*"
395
      />
396
       <file targetdir="$INSTALL_PATH/libs" src="../../binaries/linux/3D/install-3D.sh" override="true"/>
397
       <parsable os="unix" targetfile="$INSTALL_PATH/libs/install-3D.sh"/>
398
		<executable os="unix"
399
			    targetfile="$INSTALL_PATH/libs/install-3D.sh"
400
			    stage="postinstall"
401
			    keep="false"
402
			    failure="ask"/>
403

  
404

  
405
    </pack>
406
     -->
407

  
408
	<pack name="JCRS" required="yes">
409
		<description>Install advanced projections plugin.</description>
410
        <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/" src="extensiones/org.gvsig.crs" override="true"/>
411
        <!--
412
        <file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib" src="bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/jcrs.jar" override="true"/>
413
		<file targetdir="$INSTALL_PATH/bin/gvSIG/extensiones/com.iver.cit.gvsig/lib" src="bin/gvSIG/extensiones/com.iver.cit.gvsig/lib/jGridShiftApi.jar" override="true"/>
414
		 -->
415
		<file os="unix" targetdir="$INSTALL_PATH/libs" src="../../binaries/linux/crs/libproj.so.0.5.0" override="true"/>
416
		<file os="unix" targetdir="$INSTALL_PATH/libs" src="../../binaries/linux/crs/libcrsjniproj.so.0.1.1" override="true"/>
417

  
418
		<file os="unix" targetdir="$INSTALL_PATH/libs" src="libs/linux/install-crs.sh" override="true"/>
419
		<parsable os="unix" targetfile="$INSTALL_PATH/libs/install-crs.sh"/>
420
		<executable os="unix"
421
			    targetfile="$INSTALL_PATH/libs/install-crs.sh"
422
			    stage="postinstall"
423
			    keep="false"
424
			    failure="ask"/>
425

  
426
	</pack>
427

  
428
  </packs>
429

  
430
</installation>
0 431

  
tags/gvsig_sextante-0_3_0-1232/install/instalador-gvSIG-lin/libs/linux/install-crs.sh
1
#!/bin/sh
2

  
3
VER=0.6.0
4
VERPROJ=0.5.0
5
VERJNIPROJ=0.1.1
6

  
7
cd "$INSTALL_PATH/libs"
8

  
9
rm -f libproj.so.0 libproj.so
10
ln -s libproj.so.$VERPROJ libproj.so
11
ln -s libproj.so.$VERPROJ libproj.so.0
12

  
13
rm -f libcrsjniproj.so.0 libcrsjniproj.so
14
ln -s libcrsjniproj.so.$VERJNIPROJ libcrsjniproj.so
15
ln -s libcrsjniproj.so.$VERJNIPROJ libcrsjniproj.so.0
0 16

  
tags/gvsig_sextante-0_3_0-1232/install/instalador-gvSIG-lin/libs/linux/gdal/data/s57attributes.csv
1
"Code","Attribute","Acronym","Attributetype","Class"
2
1,Agency responsible for production,AGENCY,A,F
3
2,Beacon shape,BCNSHP,E,F
4
3,Building shape,BUISHP,E,F
5
4,Buoy shape,BOYSHP,E,F
6
5,Buried depth,BURDEP,F,F
7
6,Call sign,CALSGN,S,F
8
7,Category of airport/airfield,CATAIR,L,F
9
8,Category of anchorage,CATACH,L,F
10
9,Category of bridge,CATBRG,L,F
11
10,Category of built-up area,CATBUA,E,F
12
11,Category of cable,CATCBL,E,F
13
12,Category of canal,CATCAN,E,F
14
13,Category of cardinal mark,CATCAM,E,F
15
14,Category of checkpoint,CATCHP,E,F
16
15,Category of coastline,CATCOA,E,F
17
16,Category of control point,CATCTR,E,F
18
17,Category of conveyor,CATCON,E,F
19
18,Category of coverage,CATCOV,E,F
20
19,Category of crane,CATCRN,E,F
21
20,Category of dam,CATDAM,E,F
22
21,Category of distance mark,CATDIS,E,F
23
22,Category of dock,CATDOC,E,F
24
23,Category of dumping ground,CATDPG,L,F
25
24,Category of  fence/wall,CATFNC,E,F
26
25,Category of ferry,CATFRY,E,F
27
26,Category of  fishing  facility,CATFIF,E,F
28
27,Category of  fog signal,CATFOG,E,F
29
28,Category of  fortified structure,CATFOR,E,F
30
29,Category of gate,CATGAT,E,F
31
30,Category of harbour facility,CATHAF,L,F
32
31,Category of hulk,CATHLK,L,F
33
32,Category of  ice,CATICE,E,F
34
33,Category of installation buoy,CATINB,E,F
35
34,Category of land region,CATLND,L,F
36
35,Category of landmark,CATLMK,L,F
37
36,Category of lateral mark,CATLAM,E,F
38
37,Category of light,CATLIT,L,F
39
38,Category of marine farm/culture,CATMFA,E,F
40
39,Category of military practice area,CATMPA,L,F
41
40,Category of mooring/warping facility,CATMOR,E,F
42
41,Category of navigation line,CATNAV,E,F
43
42,Category of obstruction,CATOBS,E,F
44
43,Category of offshore platform,CATOFP,L,F
45
44,Category of oil barrier,CATOLB,E,F
46
45,Category of pile,CATPLE,E,F
47
46,Category of pilot boarding place,CATPIL,E,F
48
47,Category of pipeline / pipe,CATPIP,L,F
49
48,Category of production area,CATPRA,E,F
50
49,Category of pylon,CATPYL,E,F
51
50,Category of quality of data,CATQUA,E,F
52
51,Category of radar station,CATRAS,E,F
53
52,Category of radar transponder beacon,CATRTB,E,F
54
53,Category of radio station,CATROS,L,F
55
54,Category of recommended track,CATTRK,E,F
56
55,Category of rescue station,CATRSC,L,F
57
56,Category of restricted area,CATREA,L,F
58
57,Category of road,CATROD,E,F
59
58,Category of runway,CATRUN,E,F
60
59,Category of sea area,CATSEA,E,F
61
60,Category of shoreline construction,CATSLC,E,F
62
61,"Category of signal station, traffic",CATSIT,L,F
63
62,"Category of signal station, warning",CATSIW,L,F
64
63,Category of silo/tank,CATSIL,E,F
65
64,Category of slope,CATSLO,E,F
66
65,Category of small craft facility,CATSCF,L,F
67
66,Category of special purpose mark,CATSPM,L,F
68
67,Category of Traffic Separation Scheme,CATTSS,E,F
69
68,Category of vegetation,CATVEG,L,F
70
69,Category of water turbulence,CATWAT,E,F
71
70,Category of weed/kelp,CATWED,E,F
72
71,Category of wreck,CATWRK,E,F
73
72,Category of zone of confidence data,CATZOC,E,F
74
73,Character spacing,$SPACE,E,$
75
74,Character specification,$CHARS,A,$
76
75,Colour,COLOUR,L,F
77
76,Colour pattern,COLPAT,L,F
78
77,Communication channel,COMCHA,A,F
79
78,Compass size,$CSIZE,F,$
80
79,Compilation date,CPDATE,A,F
81
80,Compilation scale,CSCALE,I,F
82
81,Condition,CONDTN,E,F
83
82,"Conspicuous, Radar",CONRAD,E,F
84
83,"Conspicuous, visual",CONVIS,E,F
85
84,Current velocity,CURVEL,F,F
86
85,Date end,DATEND,A,F
87
86,Date start,DATSTA,A,F
88
87,Depth range value 1,DRVAL1,F,F
89
88,Depth range value 2,DRVAL2,F,F
90
89,Depth units,DUNITS,E,F
91
90,Elevation,ELEVAT,F,F
92
91,Estimated range of transmission,ESTRNG,F,F
93
92,Exhibition condition of light,EXCLIT,E,F
94
93,Exposition of sounding,EXPSOU,E,F
95
94,Function,FUNCTN,L,F
96
95,Height,HEIGHT,F,F
97
96,Height/length units,HUNITS,E,F
98
97,Horizontal accuracy,HORACC,F,F
99
98,Horizontal clearance,HORCLR,F,F
100
99,Horizontal length,HORLEN,F,F
101
100,Horizontal width,HORWID,F,F
102
101,Ice factor,ICEFAC,F,F
103
102,Information,INFORM,S,F
104
103,Jurisdiction,JRSDTN,E,F
105
104,Justification - horizontal,$JUSTH,E,$
106
105,Justification - vertical,$JUSTV,E,$
107
106,Lifting capacity,LIFCAP,F,F
108
107,Light characteristic,LITCHR,E,F
109
108,Light visibility,LITVIS,L,F
110
109,Marks navigational - System of,MARSYS,E,F
111
110,Multiplicity of lights,MLTYLT,I,F
112
111,Nationality,NATION,A,F
113
112,Nature of construction,NATCON,L,F
114
113,Nature of surface,NATSUR,L,F
115
114,Nature of surface - qualifying terms,NATQUA,L,F
116
115,Notice to Mariners date,NMDATE,A,F
117
116,Object name,OBJNAM,S,F
118
117,Orientation,ORIENT,F,F
119
118,Periodic date end,PEREND,A,F
120
119,Periodic date start,PERSTA,A,F
121
120,Pictorial representation,PICREP,S,F
122
121,Pilot district,PILDST,S,F
123
122,Producing country,PRCTRY,A,F
124
123,Product,PRODCT,L,F
125
124,Publication reference,PUBREF,S,F
126
125,Quality of sounding measurement,QUASOU,L,F
127
126,Radar wave length,RADWAL,A,F
128
127,Radius,RADIUS,F,F
129
128,Recording date,RECDAT,A,F
130
129,Recording indication,RECIND,A,F
131
130,Reference year for magnetic variation,RYRMGV,A,F
132
131,Restriction,RESTRN,L,F
133
132,Scale maximum,SCAMAX,I,F
134
133,Scale minimum,SCAMIN,I,F
135
134,Scale value one,SCVAL1,I,F
136
135,Scale value two,SCVAL2,I,F
137
136,Sector limit one,SECTR1,F,F
138
137,Sector limit two,SECTR2,F,F
139
138,Shift parameters,SHIPAM,A,F
140
139,Signal frequency,SIGFRQ,I,F
141
140,Signal generation,SIGGEN,E,F
142
141,Signal group,SIGGRP,A,F
143
142,Signal period,SIGPER,F,F
144
143,Signal sequence,SIGSEQ,A,F
145
144,Sounding accuracy,SOUACC,F,F
146
145,Sounding distance - maximum,SDISMX,I,F
147
146,Sounding distance - minimum,SDISMN,I,F
148
147,Source date,SORDAT,A,F
149
148,Source indication,SORIND,A,F
150
149,Status,STATUS,L,F
151
150,Survey authority,SURATH,S,F
152
151,Survey date - end,SUREND,A,F
153
152,Survey date - start,SURSTA,A,F
154
153,Survey type,SURTYP,L,F
155
154,Symbol scaling factor,$SCALE,F,$
156
155,Symbolization code,$SCODE,A,$
157
156,Technique of sounding measurement,TECSOU,L,F
158
157,Text string,$TXSTR,S,$
159
158,Textual description,TXTDSC,S,F
160
159,Tidal stream - panel values,TS_TSP,A,F
161
160,"Tidal stream, current - time series values",TS_TSV,A,F
162
161,Tide - accuracy of water level,T_ACWL,E,F
163
162,Tide - high and low water values,T_HWLW,A,F
164
163,Tide - method of tidal prediction,T_MTOD,E,F
165
164,Tide - time and height differences,T_THDF,A,F
166
165,"Tide, current - time interval of values",T_TINT,I,F
167
166,Tide - time series values,T_TSVL,A,F
168
167,Tide - value of harmonic constituents,T_VAHC,A,F
169
168,Time end,TIMEND,A,F
170
169,Time start,TIMSTA,A,F
171
170,Tint,$TINTS,E,$
172
171,Topmark/daymark shape,TOPSHP,E,F
173
172,Traffic flow,TRAFIC,E,F
174
173,Value of annual change in magnetic variation,VALACM,F,F
175
174,Value of depth contour,VALDCO,F,F
176
175,Value of local magnetic anomaly,VALLMA,F,F
177
176,Value of magnetic variation,VALMAG,F,F
178
177,Value of maximum range,VALMXR,F,F
179
178,Value of nominal range,VALNMR,F,F
180
179,Value of sounding,VALSOU,F,F
181
180,Vertical accuracy,VERACC,F,F
182
181,Vertical clearance,VERCLR,F,F
183
182,"Vertical clearance, closed",VERCCL,F,F
184
183,"Vertical clearance, open",VERCOP,F,F
185
184,"Vertical clearance, safe",VERCSA,F,F
186
185,Vertical datum,VERDAT,E,F
187
186,Vertical length,VERLEN,F,F
188
187,Water level effect,WATLEV,E,F
189
188,Category of Tidal stream,CAT_TS,E,F
190
189,Positional accuracy units,PUNITS,E,F
191
300,Information in national language,NINFOM,S,N
192
301,Object name in national language,NOBJNM,S,N
193
302,Pilot district in national language,NPLDST,S,N
194
303,Text string in national language,$NTXST,S,N
195
304,Textual description in national language,NTXTDS,S,N
196
400,Horizontal datum,HORDAT,E,S
197
401,Positional Accuracy,POSACC,F,S
198
402,Quality of position,QUAPOS,E,S
tags/gvsig_sextante-0_3_0-1232/install/instalador-gvSIG-lin/libs/linux/gdal/data/pcs.csv
1
"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"
2
2000,"Anguilla 1957 / British West Indies Grid",9001,4600,19942,9807,1,0,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
3
2001,"Antigua 1943 / British West Indies Grid",9001,4601,19942,9807,1,0,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
4
2002,"Dominica 1945 / British West Indies Grid",9001,4602,19942,9807,1,0,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
5
2003,"Grenada 1953 / British West Indies Grid",9001,4603,19942,9807,1,0,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
6
2004,"Montserrat 1958 / British West Indies Grid",9001,4604,19942,9807,1,0,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
7
2005,"St. Kitts 1955 / British West Indies Grid",9001,4605,19942,9807,1,0,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
8
2006,"St. Lucia 1955 / British West Indies Grid",9001,4606,19942,9807,1,0,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
9
2007,"St. Vincent 45 / British West Indies Grid",9001,4607,19942,9807,1,0,8801,0,9102,8802,-62,9102,8805,0.9995,9201,8806,400000,9001,8807,0,9001,,,,,,
10
2008,"NAD27(CGQ77) / SCoPQ zone 2",9001,4609,17700,9807,1,0,8801,0,9110,8802,-55.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
11
2009,"NAD27(CGQ77) / SCoPQ zone 3",9001,4609,17703,9807,1,0,8801,0,9110,8802,-58.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
12
2010,"NAD27(CGQ77) / SCoPQ zone 4",9001,4609,17704,9807,1,0,8801,0,9110,8802,-61.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
13
2011,"NAD27(CGQ77) / SCoPQ zone 5",9001,4609,17705,9807,1,0,8801,0,9110,8802,-64.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
14
2012,"NAD27(CGQ77) / SCoPQ zone 6",9001,4609,17706,9807,1,0,8801,0,9110,8802,-67.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
15
2013,"NAD27(CGQ77) / SCoPQ zone 7",9001,4609,17707,9807,1,0,8801,0,9110,8802,-70.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
16
2014,"NAD27(CGQ77) / SCoPQ zone 8",9001,4609,17708,9807,1,0,8801,0,9110,8802,-73.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
17
2015,"NAD27(CGQ77) / SCoPQ zone 9",9001,4609,17709,9807,1,0,8801,0,9110,8802,-76.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
18
2016,"NAD27(CGQ77) / SCoPQ zone 10",9001,4609,17710,9807,1,0,8801,0,9110,8802,-79.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
19
2017,"NAD27(76) / MTM zone 8",9001,4608,17708,9807,1,0,8801,0,9110,8802,-73.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
20
2018,"NAD27(76) / MTM zone 9",9001,4608,17709,9807,1,0,8801,0,9110,8802,-76.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
21
2019,"NAD27(76) / MTM zone 10",9001,4608,17710,9807,1,0,8801,0,9110,8802,-79.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
22
2020,"NAD27(76) / MTM zone 11",9001,4608,17711,9807,1,0,8801,0,9110,8802,-82.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
23
2021,"NAD27(76) / MTM zone 12",9001,4608,17712,9807,1,0,8801,0,9102,8802,-81,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
24
2022,"NAD27(76) / MTM zone 13",9001,4608,17713,9807,1,0,8801,0,9102,8802,-84,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
25
2023,"NAD27(76) / MTM zone 14",9001,4608,17714,9807,1,0,8801,0,9102,8802,-87,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
26
2024,"NAD27(76) / MTM zone 15",9001,4608,17715,9807,1,0,8801,0,9102,8802,-90,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
27
2025,"NAD27(76) / MTM zone 16",9001,4608,17716,9807,1,0,8801,0,9102,8802,-93,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
28
2026,"NAD27(76) / MTM zone 17",9001,4608,17717,9807,1,0,8801,0,9102,8802,-96,9102,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
29
2027,"NAD27(76) / UTM zone 15N",9001,4608,16015,9807,1,0,8801,0,9102,8802,-93,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
30
2028,"NAD27(76) / UTM zone 16N",9001,4608,16016,9807,1,0,8801,0,9102,8802,-87,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
31
2029,"NAD27(76) / UTM zone 17N",9001,4608,16017,9807,1,0,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
32
2030,"NAD27(76) / UTM zone 18N",9001,4608,16018,9807,1,0,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
33
2031,"NAD27(CGQ77) / UTM zone 17N",9001,4609,16017,9807,1,0,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
34
2032,"NAD27(CGQ77) / UTM zone 18N",9001,4609,16018,9807,1,0,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
35
2033,"NAD27(CGQ77) / UTM zone 19N",9001,4609,16019,9807,1,0,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
36
2034,"NAD27(CGQ77) / UTM zone 20N",9001,4609,16020,9807,1,0,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
37
2035,"NAD27(CGQ77) / UTM zone 21N",9001,4609,16021,9807,1,0,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
38
2036,"NAD83(CSRS98) / New Brunswick Stereo",9001,4140,19946,9809,1,1,8801,46.3,9110,8802,-66.3,9110,8805,0.999912,9201,8806,2500000,9001,8807,7500000,9001,,,,,,
39
2037,"NAD83(CSRS98) / UTM zone 19N",9001,4140,16019,9807,1,1,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
40
2038,"NAD83(CSRS98) / UTM zone 20N",9001,4140,16020,9807,1,1,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
41
2039,"Israel / Israeli TM Grid",9001,4141,18204,9807,1,0,8801,31.4403817,9110,8802,35.1216261,9110,8805,1.0000067,9201,8806,219529.584,9001,8807,626907.39,9001,,,,,,
42
2040,"Locodjo 1965 / UTM zone 30N",9001,4142,16030,9807,1,0,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
43
2041,"Abidjan 1987 / UTM zone 30N",9001,4143,16030,9807,1,0,8801,0,9102,8802,-3,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
44
2042,"Locodjo 1965 / UTM zone 29N",9001,4142,16029,9807,1,0,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
45
2043,"Abidjan 1987 / UTM zone 29N",9001,4143,16029,9807,1,0,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
46
2044,"Hanoi 1972 / Gauss-Kruger zone 18",9001,4147,16218,9807,1,0,8801,0,9102,8802,105,9102,8805,1,9201,8806,18500000,9001,8807,0,9001,,,,,,
47
2045,"Hanoi 1972 / Gauss-Kruger zone 19",9001,4147,16219,9807,1,0,8801,0,9102,8802,111,9102,8805,1,9201,8806,19500000,9001,8807,0,9001,,,,,,
48
2046,"Hartebeesthoek94 / Lo15",9001,4148,17515,9808,1,0,8801,0,9102,8802,15,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
49
2047,"Hartebeesthoek94 / Lo17",9001,4148,17517,9808,1,0,8801,0,9102,8802,17,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
50
2048,"Hartebeesthoek94 / Lo19",9001,4148,17519,9808,1,0,8801,0,9102,8802,19,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
51
2049,"Hartebeesthoek94 / Lo21",9001,4148,17521,9808,1,0,8801,0,9102,8802,21,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
52
2050,"Hartebeesthoek94 / Lo23",9001,4148,17523,9808,1,0,8801,0,9102,8802,23,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
53
2051,"Hartebeesthoek94 / Lo25",9001,4148,17525,9808,1,0,8801,0,9102,8802,25,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
54
2052,"Hartebeesthoek94 / Lo27",9001,4148,17527,9808,1,0,8801,0,9102,8802,27,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
55
2053,"Hartebeesthoek94 / Lo29",9001,4148,17529,9808,1,0,8801,0,9102,8802,29,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
56
2054,"Hartebeesthoek94 / Lo31",9001,4148,17531,9808,1,0,8801,0,9102,8802,31,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
57
2055,"Hartebeesthoek94 / Lo33",9001,4148,17533,9808,1,0,8801,0,9102,8802,33,9102,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
58
2056,"CH1903+ / LV95",9001,4150,19950,9815,1,0,8811,46.570866,9110,8812,7.26225,9110,8813,90,9110,8814,90,9110,8815,1,9201,8816,2600000,9001,8817,1200000,9001
59
2057,"Rassadiran / Nakhl e Taqi",9001,4153,19951,9815,1,0,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
60
2058,"ED50(ED77) / UTM zone 38N",9001,4154,16038,9807,1,0,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
61
2059,"ED50(ED77) / UTM zone 39N",9001,4154,16039,9807,1,0,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
62
2060,"ED50(ED77) / UTM zone 40N",9001,4154,16040,9807,1,0,8801,0,9102,8802,57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
63
2061,"ED50(ED77) / UTM zone 41N",9001,4154,16041,9807,1,0,8801,0,9102,8802,63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
64
2062,"Madrid 1870 (Madrid) / Spain",9001,4903,19921,9801,1,0,8801,40,9102,8802,0,9102,8805,0.9988085293,9201,8806,600000,9001,8807,600000,9001,,,,,,
65
2063,"Dabola 1981 / UTM zone 28N",9001,4315,16028,9807,1,0,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
66
2064,"Dabola 1981 / UTM zone 29N",9001,4315,16029,9807,1,0,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
67
2065,"S-JTSK (Ferro) / Krovak",9001,4818,19952,9819,1,0,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
68
2066,"Mount Dillon / Tobago Grid",9039,4157,19924,9806,1,0,8801,11.1507843,9110,8802,-60.4109632,9110,8806,187500,9039,8807,180000,9039,,,,,,,,,
69
2067,"Naparima 1955 / UTM zone 20N",9001,4158,16020,9807,1,0,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
70
2068,"ELD79 / Libya zone 5",9001,4159,18240,9807,1,0,8801,0,9102,8802,9,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
71
2069,"ELD79 / Libya zone 6",9001,4159,18241,9807,1,0,8801,0,9102,8802,11,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
72
2070,"ELD79 / Libya zone 7",9001,4159,18242,9807,1,0,8801,0,9102,8802,13,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
73
2071,"ELD79 / Libya zone 8",9001,4159,18243,9807,1,0,8801,0,9102,8802,15,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
74
2072,"ELD79 / Libya zone 9",9001,4159,18244,9807,1,0,8801,0,9102,8802,17,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
75
2073,"ELD79 / Libya zone 10",9001,4159,18245,9807,1,0,8801,0,9102,8802,19,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
76
2074,"ELD79 / Libya zone 11",9001,4159,18246,9807,1,0,8801,0,9102,8802,21,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
77
2075,"ELD79 / Libya zone 12",9001,4159,18247,9807,1,0,8801,0,9102,8802,23,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
78
2076,"ELD79 / Libya zone 13",9001,4159,18248,9807,1,0,8801,0,9102,8802,25,9102,8805,0.9999,9201,8806,200000,9001,8807,0,9001,,,,,,
79
2077,"ELD79 / UTM zone 32N",9001,4159,16032,9807,1,0,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
80
2078,"ELD79 / UTM zone 33N",9001,4159,16033,9807,1,0,8801,0,9102,8802,15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
81
2079,"ELD79 / UTM zone 34N",9001,4159,16034,9807,1,0,8801,0,9102,8802,21,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
82
2080,"ELD79 / UTM zone 35N",9001,4159,16035,9807,1,0,8801,0,9102,8802,27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
83
2081,"Chos Malal 1914 / Argentina zone 2",9001,4160,18032,9807,1,0,8801,-90,9102,8802,-69,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
84
2082,"Pampa del Castillo / Argentina zone 2",9001,4161,18032,9807,1,0,8801,-90,9102,8802,-69,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
85
2083,"Hito XVIII 1963 / Argentina zone 2",9001,4254,18032,9807,1,0,8801,-90,9102,8802,-69,9102,8805,1,9201,8806,2500000,9001,8807,0,9001,,,,,,
86
2084,"Hito XVIII 1963 / UTM zone 19S",9001,4254,16119,9807,1,0,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
87
2085,"NAD27 / Cuba Norte",9001,4267,18061,9801,1,0,8801,22.21,9110,8802,-81,9110,8805,0.99993602,9201,8806,500000,9001,8807,280296.016,9001,,,,,,
88
2086,"NAD27 / Cuba Sur",9001,4267,18062,9801,1,0,8801,20.43,9110,8802,-76.5,9110,8805,0.99994848,9201,8806,500000,9001,8807,229126.939,9001,,,,,,
89
2087,"ELD79 / TM 12 NE",9001,4159,16412,9807,1,0,8801,0,9102,8802,12,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
90
2088,"Carthage / TM 11 NE",9001,4223,16411,9807,1,0,8801,0,9102,8802,11,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
91
2089,"Yemen NGN96 / UTM zone 38N",9001,4163,16038,9807,1,0,8801,0,9102,8802,45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
92
2090,"Yemen NGN96 / UTM zone 39N",9001,4163,16039,9807,1,0,8801,0,9102,8802,51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
93
2091,"South Yemen / Gauss Kruger zone 8",9001,4164,16208,9807,1,1,8801,0,9102,8802,45,9102,8805,1,9201,8806,8500000,9001,8807,0,9001,,,,,,
94
2092,"South Yemen / Gauss Kruger zone 9",9001,4164,16209,9807,1,1,8801,0,9102,8802,51,9102,8805,1,9201,8806,9500000,9001,8807,0,9001,,,,,,
95
2093,"Hanoi 1972 / GK 106 NE",9001,4147,16586,9807,1,0,8801,0,9102,8802,106,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
96
2094,"WGS 72BE / TM 106 NE",9001,4324,16506,9807,1,0,8801,0,9102,8802,106,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
97
2095,"Bissau / UTM zone 28N",9001,4165,16028,9807,1,0,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
98
2096,"Korean 1985 / Korea East Belt",9001,4162,18251,9807,1,0,8801,38,9102,8802,129,9102,8805,1,9201,8806,200000,9001,8807,500000,9001,,,,,,
99
2097,"Korean 1985 / Korea Central Belt",9001,4162,18252,9807,1,0,8801,38,9102,8802,127,9102,8805,1,9201,8806,200000,9001,8807,500000,9001,,,,,,
100
2098,"Korean 1985 / Korea West Belt",9001,4162,18253,9807,1,0,8801,38,9102,8802,125,9102,8805,1,9201,8806,200000,9001,8807,500000,9001,,,,,,
101
2099,"Qatar 1948 / Qatar Grid",9001,4286,19953,9806,1,0,8801,25.22565,9110,8802,50.4541,9110,8806,100000,9001,8807,100000,9001,,,,,,,,,
102
2100,"GGRS87 / Greek Grid",9001,4121,19930,9807,1,0,8801,0,9102,8802,24,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
103
2101,"Lake / Maracaibo Grid M1",9001,4249,18260,9801,1,0,8801,10.1,9110,8802,-71.3620224,9110,8805,1,9201,8806,0,9001,8807,-52684.972,9001,,,,,,
104
2102,"Lake / Maracaibo Grid",9001,4249,18261,9801,1,0,8801,10.1,9110,8802,-71.3620224,9110,8805,1,9201,8806,200000,9001,8807,147315.028,9001,,,,,,
105
2103,"Lake / Maracaibo Grid M3",9001,4249,18262,9801,1,0,8801,10.1,9110,8802,-71.3620224,9110,8805,1,9201,8806,500000,9001,8807,447315.028,9001,,,,,,
106
2104,"Lake / Maracaibo La Rosa Grid",9001,4249,18263,9801,1,0,8801,10.1,9110,8802,-71.3620224,9110,8805,1,9201,8806,-17044,9001,8807,-23139.97,9001,,,,,,
107
2105,"NZGD2000 / Mount Eden Circuit 2000",9001,4167,17931,9807,1,0,8801,-36.5247,9110,8802,174.4551,9110,8805,0.9999,9201,8806,400000,9001,8807,800000,9001,,,,,,
108
2106,"NZGD2000 / Bay of Plenty Circuit 2000",9001,4167,17932,9807,1,0,8801,-37.454,9110,8802,176.2758,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
109
2107,"NZGD2000 / Poverty Bay Circuit 2000",9001,4167,17933,9807,1,0,8801,-38.3728,9110,8802,177.5308,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
110
2108,"NZGD2000 / Hawkes Bay Circuit 2000",9001,4167,17934,9807,1,0,8801,-39.3903,9110,8802,176.4025,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
111
2109,"NZGD2000 / Taranaki Circuit 2000",9001,4167,17935,9807,1,0,8801,-39.0808,9110,8802,174.134,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
112
2110,"NZGD2000 / Tuhirangi Circuit 2000",9001,4167,17936,9807,1,0,8801,-39.3044,9110,8802,175.3824,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
113
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,,,,,,
114
2112,"NZGD2000 / Wairarapa Circuit 2000",9001,4167,17938,9807,1,0,8801,-40.5531,9110,8802,175.385,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
115
2113,"NZGD2000 / Wellington Circuit 2000",9001,4167,17939,9807,1,0,8801,-41.1804,9110,8802,174.4635,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
116
2114,"NZGD2000 / Collingwood Circuit 2000",9001,4167,17940,9807,1,0,8801,-40.4253,9110,8802,172.4019,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
117
2115,"NZGD2000 / Nelson Circuit 2000",9001,4167,17941,9807,1,0,8801,-41.1628,9110,8802,173.1757,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
118
2116,"NZGD2000 / Karamea Circuit 2000",9001,4167,17942,9807,1,0,8801,-41.1723,9110,8802,172.0632,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
119
2117,"NZGD2000 / Buller Circuit 2000",9001,4167,17943,9807,1,0,8801,-41.4838,9110,8802,171.3452,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
120
2118,"NZGD2000 / Grey Circuit 2000",9001,4167,17944,9807,1,0,8801,-42.2001,9110,8802,171.3259,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
121
2119,"NZGD2000 / Amuri Circuit 2000",9001,4167,17945,9807,1,0,8801,-42.412,9110,8802,173.0036,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
122
2120,"NZGD2000 / Marlborough Circuit 2000",9001,4167,17946,9807,1,0,8801,-41.324,9110,8802,173.4807,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
123
2121,"NZGD2000 / Hokitika Circuit 2000",9001,4167,17947,9807,1,0,8801,-42.531,9110,8802,170.5847,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
124
2122,"NZGD2000 / Okarito Circuit 2000",9001,4167,17948,9807,1,0,8801,-43.0636,9110,8802,170.1539,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
125
2123,"NZGD2000 / Jacksons Bay Circuit 2000",9001,4167,17949,9807,1,0,8801,-43.584,9110,8802,168.3622,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
126
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,,,,,,
127
2125,"NZGD2000 / Gawler Circuit 2000",9001,4167,17951,9807,1,0,8801,-43.4455,9110,8802,171.2138,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
128
2126,"NZGD2000 / Timaru Circuit 2000",9001,4167,17952,9807,1,0,8801,-44.2407,9110,8802,171.0326,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
129
2127,"NZGD2000 / Lindis Peak Circuit 2000",9001,4167,17953,9807,1,0,8801,-44.4406,9110,8802,169.2803,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
130
2128,"NZGD2000 / Mount Nicholas Circuit 2000",9001,4167,17954,9807,1,0,8801,-45.0758,9110,8802,168.2355,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
131
2129,"NZGD2000 / Mount York Circuit 2000",9001,4167,17955,9807,1,0,8801,-45.3349,9110,8802,167.4419,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
132
2130,"NZGD2000 / Observation Point Circuit 2000",9001,4167,17956,9807,1,0,8801,-45.4858,9110,8802,170.3742,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
133
2131,"NZGD2000 / North Taieri Circuit 2000",9001,4167,17957,9807,1,0,8801,-45.5141,9110,8802,170.1657,9110,8805,0.99996,9201,8806,400000,9001,8807,800000,9001,,,,,,
134
2132,"NZGD2000 / Bluff Circuit 2000",9001,4167,17958,9807,1,0,8801,-46.36,9110,8802,168.2034,9110,8805,1,9201,8806,400000,9001,8807,800000,9001,,,,,,
135
2133,"NZGD2000 / UTM zone 58S",9001,4167,16158,9807,1,0,8801,0,9102,8802,165,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
136
2134,"NZGD2000 / UTM zone 59S",9001,4167,16159,9807,1,0,8801,0,9102,8802,171,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
137
2135,"NZGD2000 / UTM zone 60S",9001,4167,16160,9807,1,0,8801,0,9102,8802,177,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
138
2136,"Accra / Ghana National Grid",9094,4168,19959,9807,1,0,8801,4.4,9110,8802,-1,9110,8805,0.99975,9201,8806,900000,9094,8807,0,9094,,,,,,
139
2137,"Accra / TM 1 NW",9001,4168,17001,9807,1,0,8801,0,9102,8802,-1,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
140
2138,"NAD27(CGQ77) / Quebec Lambert",9001,4609,19944,9802,1,0,8821,44,9110,8822,-68.3,9110,8823,60,9110,8824,46,9110,8826,0,9001,8827,0,9001,,,
141
2139,"NAD83(CSRS98) / SCoPQ zone 2",9001,4140,17700,9807,1,1,8801,0,9110,8802,-55.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
142
2140,"NAD83(CSRS98) / MTM zone 3",9001,4140,17703,9807,1,1,8801,0,9110,8802,-58.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
143
2141,"NAD83(CSRS98) / MTM zone 4",9001,4140,17704,9807,1,1,8801,0,9110,8802,-61.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
144
2142,"NAD83(CSRS98) / MTM zone 5",9001,4140,17705,9807,1,1,8801,0,9110,8802,-64.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
145
2143,"NAD83(CSRS98) / MTM zone 6",9001,4140,17706,9807,1,1,8801,0,9110,8802,-67.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
146
2144,"NAD83(CSRS98) / MTM zone 7",9001,4140,17707,9807,1,1,8801,0,9110,8802,-70.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
147
2145,"NAD83(CSRS98) / MTM zone 8",9001,4140,17708,9807,1,1,8801,0,9110,8802,-73.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
148
2146,"NAD83(CSRS98) / MTM zone 9",9001,4140,17709,9807,1,1,8801,0,9110,8802,-76.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
149
2147,"NAD83(CSRS98) / MTM zone 10",9001,4140,17710,9807,1,1,8801,0,9110,8802,-79.3,9110,8805,0.9999,9201,8806,304800,9001,8807,0,9001,,,,,,
150
2148,"NAD83(CSRS98) / UTM zone 21N",9001,4140,16021,9807,1,1,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
151
2149,"NAD83(CSRS98) / UTM zone 18N",9001,4140,16018,9807,1,1,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
152
2150,"NAD83(CSRS98) / UTM zone 17N",9001,4140,16017,9807,1,1,8801,0,9102,8802,-81,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
153
2151,"NAD83(CSRS98) / UTM zone 13N",9001,4140,16013,9807,1,1,8801,0,9102,8802,-105,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
154
2152,"NAD83(CSRS98) / UTM zone 12N",9001,4140,16012,9807,1,1,8801,0,9102,8802,-111,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
155
2153,"NAD83(CSRS98) / UTM zone 11N",9001,4140,16011,9807,1,1,8801,0,9102,8802,-117,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
156
2154,"RGF93 / Lambert-93",9001,4171,18085,9802,1,0,8821,46.3,9110,8822,3,9110,8823,49,9110,8824,44,9110,8826,700000,9001,8827,6600000,9001,,,
157
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,,,,,,
158
2156,"NAD83(HARN) / UTM zone 59S",9001,4152,16159,9807,1,1,8801,0,9102,8802,171,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
159
2157,"IRENET95 / Irish Transverse Mercator",9001,4173,19962,9807,1,0,8801,53.3,9110,8802,-8,9110,8805,0.99982,9201,8806,600000,9001,8807,750000,9001,,,,,,
160
2158,"IRENET95 / UTM zone 29N",9001,4173,16029,9807,1,0,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
161
2159,"Sierra Leone 1924 / New Colony Grid",9094,4174,19963,9807,1,0,8801,6.4,9110,8802,-12,9110,8805,1,9201,8806,500000,9094,8807,0,9094,,,,,,
162
2160,"Sierra Leone 1924 / New War Office Grid",9094,4174,19964,9807,1,0,8801,6.4,9110,8802,-12,9110,8805,1,9201,8806,800000,9094,8807,600000,9094,,,,,,
163
2161,"Sierra Leone 1968 / UTM zone 28N",9001,4175,16028,9807,1,0,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
164
2162,"Sierra Leone 1968 / UTM zone 29N",9001,4175,16029,9807,1,0,8801,0,9102,8802,-9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
165
2163,US National Atlas Equal Area,9001,4052,19965,9821,1,0,8806,0,9001,8807,0,9001,8828,45,9102,8829,-100,9102,,,,,,,,,
166
2164,"Locodjo 1965 / TM 5 NW",9001,4142,17005,9807,1,0,8801,0,9102,8802,-5,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
167
2165,"Abidjan 1987 / TM 5 NW",9001,4143,17005,9807,1,0,8801,0,9102,8802,-5,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
168
2166,"Pulkovo 1942(83) / Gauss Kruger zone 3",9001,4178,16263,9807,1,1,8801,0,9102,8802,9,9102,8805,1,9201,8806,3500000,9001,8807,0,9001,,,,,,
169
2167,"Pulkovo 1942(83) / Gauss Kruger zone 4",9001,4178,16264,9807,1,1,8801,0,9102,8802,12,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
170
2168,"Pulkovo 1942(83) / Gauss Kruger zone 5",9001,4178,16265,9807,1,1,8801,0,9102,8802,15,9102,8805,1,9201,8806,5500000,9001,8807,0,9001,,,,,,
171
2169,"Luxembourg 1930 / Gauss",9001,4181,19966,9807,1,0,8801,49.5,9110,8802,6.1,9110,8805,1,9201,8806,80000,9001,8807,100000,9001,,,,,,
172
2170,"MGI / Slovenia Grid",9001,4312,19967,9807,1,0,8801,0,9110,8802,15,9110,8805,0.9999,9201,8806,500000,9001,8807,0,9001,,,,,,
173
2171,"Pulkovo 1942(58) / Poland zone I",9001,4179,18281,9809,1,1,8801,50.373,9110,8802,21.05,9110,8805,0.9998,9201,8806,4637000,9001,8807,5647000,9001,,,,,,
174
2172,"Pulkovo 1942(58) / Poland zone II",9001,4179,18282,9809,1,0,8801,53.0007,9110,8802,21.301,9110,8805,0.9998,9201,8806,4603000,9001,8807,5806000,9001,,,,,,
175
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,,,,,,
176
2174,"Pulkovo 1942(58) / Poland zone IV",9001,4179,18284,9809,1,0,8801,51.4015,9110,8802,16.402,9110,8805,0.9998,9201,8806,3703000,9001,8807,5627000,9001,,,,,,
177
2175,"Pulkovo 1942(58) / Poland zone V",9001,4179,18285,9807,1,0,8801,0,9110,8802,18.573,9110,8805,0.999983,9201,8806,237000,9001,8807,-4700000,9001,,,,,,
178
2176,"ETRS89 / Poland CS2000 zone 5",9001,4258,18305,9807,1,0,8801,0,9102,8802,15,9102,8805,0.999923,9201,8806,5500000,9001,8807,0,9001,,,,,,
179
2177,"ETRS89 / Poland CS2000 zone 6",9001,4258,18306,9807,1,0,8801,0,9102,8802,18,9102,8805,0.999923,9201,8806,6500000,9001,8807,0,9001,,,,,,
180
2178,"ETRS89 / Poland CS2000 zone 7",9001,4258,18307,9807,1,0,8801,0,9102,8802,21,9102,8805,0.999923,9201,8806,7500000,9001,8807,0,9001,,,,,,
181
2179,"ETRS89 / Poland CS2000 zone 8",9001,4258,18308,9807,1,0,8801,0,9102,8802,24,9102,8805,0.999923,9201,8806,8500000,9001,8807,0,9001,,,,,,
182
2180,"ETRS89 / Poland CS92",9001,4258,18300,9807,1,0,8801,0,9102,8802,19,9102,8805,0.9993,9201,8806,500000,9001,8807,-5300000,9001,,,,,,
183
2188,"Azores Occidental 1939 / UTM zone 25N",9001,4182,16025,9807,1,0,8801,0,9102,8802,-33,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
184
2189,"Azores Central 1948 / UTM zone 26N",9001,4183,16026,9807,1,0,8801,0,9102,8802,-27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
185
2190,"Azores Oriental 1940 / UTM zone 26N",9001,4184,16026,9807,1,0,8801,0,9102,8802,-27,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
186
2191,"Madeira 1936 / UTM zone 28N",9001,4185,16028,9807,1,1,8801,0,9102,8802,-15,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
187
2192,"ED50 / France EuroLambert",9001,4230,18086,9801,1,0,8801,46.48,9110,8802,2.2014025,9110,8805,0.99987742,9201,8806,600000,9001,8807,2200000,9001,,,,,,
188
2193,"NZGD2000 / New Zealand Transverse Mercator",9001,4167,19971,9807,1,0,8801,0,9102,8802,173,9102,8805,0.9996,9201,8806,1600000,9001,8807,10000000,9001,,,,,,
189
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,,,,,,
190
2195,"NAD83(HARN) / UTM zone 2S",9001,4152,16102,9807,1,0,8801,0,9102,8802,-171,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
191
2196,"ETRS89 / Kp2000 Jutland",9001,4258,18401,9807,1,0,8801,0,9110,8802,9.3,9110,8805,0.99995,9201,8806,200000,9001,8807,0,9001,,,,,,
192
2197,"ETRS89 / Kp2000 Zealand",9001,4258,18402,9807,1,0,8801,0,9102,8802,12,9102,8805,0.99995,9201,8806,500000,9001,8807,0,9001,,,,,,
193
2198,"ETRS89 / Kp2000 Bornholm",9001,4258,18403,9807,1,0,8801,0,9102,8802,15,9102,8805,1,9201,8806,900000,9001,8807,0,9001,,,,,,
194
2199,"Albanian 1987 / Gauss Kruger zone 4",9001,4191,16204,9807,1,1,8801,0,9102,8802,21,9102,8805,1,9201,8806,4500000,9001,8807,0,9001,,,,,,
195
2200,"ATS77 / New Brunswick Stereographic (ATS77)",9001,4122,19945,9809,1,0,8801,46.3,9110,8802,-66.3,9110,8805,0.999912,9201,8806,300000,9001,8807,800000,9001,,,,,,
196
2201,"REGVEN / UTM zone 18N",9001,4189,16018,9807,1,0,8801,0,9102,8802,-75,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
197
2202,"REGVEN / UTM zone 19N",9001,4189,16019,9807,1,0,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
198
2203,"REGVEN / UTM zone 20N",9001,4189,16020,9807,1,0,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
199
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,,,
200
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,,,
201
2206,"ED50 / 3-degree Gauss-Kruger zone 9",9001,4230,16269,9807,1,0,8801,0,9102,8802,27,9102,8805,1,9201,8806,9500000,9001,8807,0,9001,,,,,,
202
2207,"ED50 / 3-degree Gauss-Kruger zone 10",9001,4230,16270,9807,1,0,8801,0,9102,8802,30,9102,8805,1,9201,8806,10500000,9001,8807,0,9001,,,,,,
203
2208,"ED50 / 3-degree Gauss-Kruger zone 11",9001,4230,16271,9807,1,0,8801,0,9102,8802,33,9102,8805,1,9201,8806,11500000,9001,8807,0,9001,,,,,,
204
2209,"ED50 / 3-degree Gauss-Kruger zone 12",9001,4230,16272,9807,1,0,8801,0,9102,8802,36,9102,8805,1,9201,8806,12500000,9001,8807,0,9001,,,,,,
205
2210,"ED50 / 3-degree Gauss-Kruger zone 13",9001,4230,16273,9807,1,0,8801,0,9102,8802,39,9102,8805,1,9201,8806,13500000,9001,8807,0,9001,,,,,,
206
2211,"ED50 / 3-degree Gauss-Kruger zone 14",9001,4230,16274,9807,1,0,8801,0,9102,8802,42,9102,8805,1,9201,8806,14500000,9001,8807,0,9001,,,,,,
207
2212,"ED50 / 3-degree Gauss-Kruger zone 15",9001,4230,16275,9807,1,0,8801,0,9102,8802,45,9102,8805,1,9201,8806,15500000,9001,8807,0,9001,,,,,,
208
2213,"ETRS89 / TM 30 NE",9001,4258,16430,9807,1,0,8801,0,9102,8802,30,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
209
2214,"Douala 1948 / AOF west",9001,4192,18415,9807,1,1,8801,0,9110,8802,10.3,9110,8805,0.999,9201,8806,1000000,9001,8807,1000000,9001,,,,,,
210
2215,"Manoca 1962 / UTM zone 32N",9001,4193,16032,9807,1,0,8801,0,9102,8802,9,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
211
2216,"Qornoq 1927 / UTM zone 22N",9001,4194,16022,9807,1,0,8801,0,9102,8802,-51,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
212
2217,"Qornoq 1927 / UTM zone 23N",9001,4194,16023,9807,1,0,8801,0,9102,8802,-45,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
213
2218,"Scoresbysund 1952 / Greenland zone 5 east",9001,4195,18425,9826,1,0,8801,70.3,9110,8802,-24,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
214
2219,"ATS77 / UTM zone 19N",9001,4122,16019,9807,1,0,8801,0,9102,8802,-69,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
215
2220,"ATS77 / UTM zone 20N",9001,4122,16020,9807,1,0,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,500000,9001,8807,0,9001,,,,,,
216
2221,"Scoresbysund 1952 / Greenland zone 6 east",9001,4195,18426,9826,1,0,8801,67.3,9110,8802,-32,9110,8805,1,9201,8806,0,9001,8807,0,9001,,,,,,
217
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,,,,,,
218
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,,,,,,
219
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,,,,,,
220
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,,,
221
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,,,
222
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,,,
223
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,,,
224
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,,,
225
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,,,
226
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,,,
227
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,,,
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff