[SCM] thuban branch, master, updated. upstream/1.2.2-31-g356ea40
Bas Couwenberg
sebastic at xs4all.nl
Tue Oct 1 17:02:14 UTC 2013
The following commit has been merged in the master branch:
commit 356ea408cc552167290e181cc948fcc106593b57
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Oct 1 18:37:48 2013 +0200
Add man page for create_epsg.
diff --git a/debian/changelog b/debian/changelog
index f54fb73..5927ce0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ thuban (1.2.2-4) UNRELEASED; urgency=low
* Bump Standards-Version to 3.9.4, changes: minimal dh rules, Vcs-* fields,
copyright.
* Convert thuban man page to Docbook XML.
+ * Add man page for create_epsg.
-- Bas Couwenberg <sebastic at xs4all.nl> Tue, 01 Oct 2013 12:42:46 +0200
diff --git a/debian/man/create_epsg.1.xml b/debian/man/create_epsg.1.xml
new file mode 100644
index 0000000..948e196
--- /dev/null
+++ b/debian/man/create_epsg.1.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+<refentry id='create_epsg'>
+
+ <refmeta>
+ <refentrytitle>create_epsg</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </refmeta>
+
+ <refnamediv>
+ <refname>create_epsg</refname>
+ <refpurpose>convert the epsg file of proj into a python .proj file</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv id='synopsis'>
+ <cmdsynopsis>
+ <command>create_epsg</command>
+ <arg choice='plain'>> <replaceable>epsg.proj</replaceable></arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+
+ <refsect1 id='description'>
+ <title>DESCRIPTION</title>
+
+ <para>
+ <command>create_epsg</command> converts the epsg file of proj into a
+ python .proj file.
+ </para>
+ <para>
+ It assumes the original file of proj ('epsg') to be present in the
+ standard location of a system wide installation, i.e. in
+ /usr/share/proj/epsg.
+ </para>
+ <para>
+ The entries in the source file look like this:
+ <screen>
+# Anguilla 1957 / British West Indies Grid
+<200> +proj=tmerc +lat_0=0.000000000 +lon_0=-62.000000000 +k=0.999500 +x_0=40000 0.000 +y_0=0.000 +ellps=clrk80 +units=m no_defs <>
+ </screen>
+ </para>
+
+ </refsect1>
+
+</refentry>
diff --git a/debian/thuban.manpages b/debian/thuban.manpages
index ff89709..3ba1452 100644
--- a/debian/thuban.manpages
+++ b/debian/thuban.manpages
@@ -1 +1,2 @@
debian/man/thuban.1
+debian/man/create_epsg.1
--
Yet another interactive geographic data viewer
More information about the Pkg-grass-devel
mailing list