summaryrefslogtreecommitdiff
path: root/geography/epsg/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'geography/epsg/MESSAGE')
-rw-r--r--geography/epsg/MESSAGE29
1 files changed, 29 insertions, 0 deletions
diff --git a/geography/epsg/MESSAGE b/geography/epsg/MESSAGE
new file mode 100644
index 00000000000..ab84ab26a52
--- /dev/null
+++ b/geography/epsg/MESSAGE
@@ -0,0 +1,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)
+
+===========================================================================