[SCM] spatialite-tools branch, master, updated. debian/4.0.0-1-33-ga7a885a
Bas Couwenberg
sebastic at xs4all.nl
Mon Sep 30 17:14:19 UTC 2013
The following commit has been merged in the master branch:
commit 9aa4801f2c6c2c43b66e6b4cc446f9d2e2557045
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Sep 30 04:52:47 2013 +0200
Add man page for: shp_doctor.
diff --git a/debian/changelog b/debian/changelog
index ee9b47a..ae46a6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ spatialite-tools (4.1.1-1) UNRELEASED; urgency=low
* Add patch to fix 'successfully' typo.
* Add man page for specialite tools:
- exif_loader
+ - shp_doctor
(closes: #703344)
-- Bas Couwenberg <sebastic at xs4all.nl> Mon, 30 Sep 2013 02:35:52 +0200
diff --git a/debian/man/shp_doctor.1.xml b/debian/man/shp_doctor.1.xml
new file mode 100644
index 0000000..8e7c7de
--- /dev/null
+++ b/debian/man/shp_doctor.1.xml
@@ -0,0 +1,95 @@
+<?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='shp_doctor'>
+
+ <refmeta>
+ <refentrytitle>shp_doctor</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </refmeta>
+
+ <refnamediv>
+ <refname>shp_doctor</refname>
+ <refpurpose>analysis/sanitizing tool for SHAPEFILES</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv id='synopsis'>
+ <cmdsynopsis>
+ <command>shp_doctor</command>
+ <arg choice='opt'><option>-h</option></arg>
+ <arg choice='opt'><option>-i</option> <replaceable>pathname</replaceable></arg>
+ <arg choice='opt'><option>--analyze</option></arg>
+ <arg choice='opt'><option>--ignore-shape-type</option></arg>
+ <arg choice='opt'><option>--ignore-extent</option></arg>
+ <arg choice='opt'><option>--ignore-shx</option></arg>
+ <arg choice='opt'><option>-dbf</option></arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+
+ <refsect1 id='description'>
+ <title>DESCRIPTION</title>
+ <para>
+ <command>shp_doctor</command> is an analysis/sanitizing tool for SHAPEFILES.
+ </para>
+ </refsect1>
+
+ <refsect1 id='options'>
+ <title>OPTIONS</title>
+ <variablelist>
+
+ <varlistentry>
+ <term><option>-h</option></term>
+ <term><option>--help</option></term>
+ <listitem>
+ <para>print help message</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-i</option> <replaceable>pathname</replaceable></term>
+ <term><option>--in-path</option> <replaceable>pathname</replaceable></term>
+ <listitem>
+ <para>the SHP path (no suffix) or the full DBF path (−dbf)</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--analyze</option></term>
+ <listitem>
+ <para>perform analysis (default)</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--ignore-shape-type</option></term>
+ <listitem>
+ <para>ignore entities' shape−type</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--ignore-extent</option></term>
+ <listitem>
+ <para>ignore coord consistency</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--ignore-shx</option></term>
+ <listitem>
+ <para>ignore the SHX file</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-dbf</option></term>
+ <term><option>--bare-dbf</option></term>
+ <listitem>
+ <para>bare DBF check</para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </refsect1>
+
+</refentry>
diff --git a/debian/spatialite-bin.manpages b/debian/spatialite-bin.manpages
index 9e837c4..a71c404 100644
--- a/debian/spatialite-bin.manpages
+++ b/debian/spatialite-bin.manpages
@@ -1 +1,2 @@
debian/man/exif_loader.1
+debian/man/shp_doctor.1
--
Spatialite Tools
More information about the Pkg-grass-devel
mailing list