[pktools] 05/06: Add man page for pkegcs.
Bas Couwenberg
sebastic at xs4all.nl
Sat Dec 6 19:57:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository pktools.
commit a8ac4a3a47d2950fa4cac2b9f287e73d4a644057
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Dec 6 20:01:45 2014 +0100
Add man page for pkegcs.
---
debian/changelog | 2 +-
debian/man/pkegcs.1.xml | 139 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 140 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c3e192e..1a4a5dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ pktools (2.6.1-1) UNRELEASED; urgency=medium
* Refresh patches.
* Remove libbase package, library no longer installed.
* Add man page for pkann, pkascii2img, pkascii2ogr, pkcomposite, pkcreatect,
- pkcrop, pkdiff, pkdsm2shadow, pkdumpimg, pkdumpogr.
+ pkcrop, pkdiff, pkdsm2shadow, pkdumpimg, pkdumpogr, pkegcs.
-- Bas Couwenberg <sebastic at xs4all.nl> Wed, 03 Dec 2014 21:16:31 +0100
diff --git a/debian/man/pkegcs.1.xml b/debian/man/pkegcs.1.xml
new file mode 100644
index 0000000..fb62636
--- /dev/null
+++ b/debian/man/pkegcs.1.xml
@@ -0,0 +1,139 @@
+<?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='pkegcs'>
+
+ <refmeta>
+ <refentrytitle>pkegcs</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </refmeta>
+
+ <refnamediv>
+ <refname>pkegcs</refname>
+ <refpurpose>Utility for raster files in European Grid Coordinate System</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv id='synopsis'>
+ <cmdsynopsis>
+ <command>pkegcs</command>
+ <arg choice='opt'><replaceable>options</replaceable></arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+
+ <refsect1 id='description'>
+ <title>DESCRIPTION</title>
+ <para>
+ <command>pkegcs</command> is a utility for raster files in
+ European Grid Coordinate System
+ </para>
+ </refsect1>
+
+ <refsect1 id='options'>
+ <title>OPTIONS</title>
+ <variablelist>
+
+ <varlistentry>
+ <term><option>-i</option> <replaceable>filename</replaceable></term>
+ <term><option>--image</option> <replaceable>filename</replaceable></term>
+ <listitem>
+ <para>
+ input image to analyse
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-b</option> <replaceable>band</replaceable></term>
+ <term><option>--band</option> <replaceable>band</replaceable></term>
+ <listitem>
+ <para>
+ Band specific information
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-c2b</option> <replaceable>value</replaceable></term>
+ <term><option>--cell2bb</option> <replaceable>value</replaceable></term>
+ <listitem>
+ <para>
+ convert cell code to geo coordinates of boundingbox (e.g. 32-AB)
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-c2m</option> <replaceable>value</replaceable></term>
+ <term><option>--cell2mid</option> <replaceable>value</replaceable></term>
+ <listitem>
+ <para>
+ convert cell code to centre in geo coordinates (e.g. 32-AB)
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-g2c</option></term>
+ <term><option>--geo2cell</option></term>
+ <listitem>
+ <para>
+ get cell code for coordinates in <option>-x</option> and
+ <option>-y</option> given the resolution in <option>-dx</option>
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-ref</option></term>
+ <term><option>--ref</option></term>
+ <listitem>
+ <para>
+ get reference pixel (lower left corner of centre of gravity pixel)
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-m</option> <replaceable>mask</replaceable></term>
+ <term><option>--mask</option> <replaceable>mask</replaceable></term>
+ <listitem>
+ <para>
+ mask value(s) for no data to calculate reference pixel in image
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-dx</option> <replaceable>number</replaceable></term>
+ <term><option>--dx</option> <replaceable>number</replaceable></term>
+ <listitem>
+ <para>
+ resolution (default: 250)
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-x</option> <replaceable>coord</replaceable></term>
+ <term><option>--x</option> <replaceable>coord</replaceable></term>
+ <listitem>
+ <para>
+ x coordinate in epsg:3035
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-y</option> <replaceable>coord</replaceable></term>
+ <term><option>--y</option> <replaceable>coord</replaceable></term>
+ <listitem>
+ <para>
+ y coordinate in epsg:3035
+ </para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </refsect1>
+
+</refentry>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git
More information about the Pkg-grass-devel
mailing list