summaryrefslogtreecommitdiff
path: root/geography/epsg/MESSAGE
blob: ab84ab26a52312f779bec169ac6605e07bebdd63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2006/08/16 14:37:21 gdt Exp $

You need to install the EPSG data into a relational database.  The
data files are installed in ${EPSGDIR}.  Suitable commands
are (assuming ${EPSGDB} refers to the target database).

For PostgreSQL:
	cd ${EPSGDIR}
	psql -f EPSG_v6_11.mdb_Tables_PostgreSQL.sql ${EPSGDB}
	psql -f EPSG_v6_11.mdb_Data_PostgreSQL.sql ${EPSGDB}
	psql -f EPSG_v6_11.mdb_FKeys_PostgreSQL.sql ${EPSGDB}

For MySQL:
	cd ${EPSGDIR}
	mysql -f EPSG_v6_11.mdb_Tables_MySQL.sql ${EPSGDB}
	mysql -f EPSG_v6_11.mdb_Data_MySQL.sql ${EPSGDB}
	mysql -f EPSG_v6_11.mdb_FKeys_MySQL.sql ${EPSGDB}

See the following two documents, which are located in ${DOCDIR},
for a complete description.

	Using the EPSG Geodetic Parameter Dataset (Surveying and
	Positioning Guidance Note Number 7, part 1)

	Coordinate Conversions and Transformations including Formulas
	(Surveying and Positioning Guidance Note Number 7, part 2)

===========================================================================