[shapelib] 02/03: Add manpages for Shape_PointInPoly & shp{data, sort, treedump, wkb}.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun May 15 18:20:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository shapelib.

commit c379a3a5feb1ca258dcde0c380267432d36f47ab
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun May 15 20:07:25 2016 +0200

    Add manpages for Shape_PointInPoly & shp{data,sort,treedump,wkb}.
---
 debian/changelog                |  1 +
 debian/man/Shape_PointInPoly.md | 22 ++++++++++++++++++++++
 debian/man/shpdata.md           | 19 +++++++++++++++++++
 debian/man/shpsort.md           | 29 +++++++++++++++++++++++++++++
 debian/man/shptreedump.md       | 34 ++++++++++++++++++++++++++++++++++
 debian/man/shpwkb.md            | 22 ++++++++++++++++++++++
 6 files changed, 127 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 880e8fa..70481c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 shapelib (1.3.0-8) UNRELEASED; urgency=medium
 
   * Set timestamp in manpages generated by ronn to changelog date.
+  * Add manpages for Shape_PointInPoly & shp{data,sort,treedump,wkb}.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 15 May 2016 19:22:20 +0200
 
diff --git a/debian/man/Shape_PointInPoly.md b/debian/man/Shape_PointInPoly.md
new file mode 100644
index 0000000..df4473a
--- /dev/null
+++ b/debian/man/Shape_PointInPoly.md
@@ -0,0 +1,22 @@
+Shape_PointInPoly(1) -- calculate a point in a polygon
+======================================================
+
+##SYNOPSIS
+`Shape_PointInPoly` _shpfile_path_ _quality_
+
+##DESCRIPTION
+Commandline program to generate points-in-polygons from a shapefile as a shapefile.
+
+##OPTIONS
+ * _shpfile_path_:
+ shapefile
+
+ * _quality_:
+ quality of points to create
+
+##AUTHOR
+`Shape_PointInPoly` was contributed to shapelib by Marko Podgorsek, shapelib is maintained by Frank Warmerdam.
+
+##SEE ALSO
+`dbfadd`(1), `dbfcat`(1), `dbfcreate`(1), `dbfdump`(1), `dbfinfo`(1), `shpadd`(1), `shpcentrd`(1), `shpcreate`(1), `shpdump`(1), `shpdxf`(1), `shpfix`(1), `shpinfo`(1), `shpproj`(1), `shprewind`(1), `shptest`(1)
+
diff --git a/debian/man/shpdata.md b/debian/man/shpdata.md
new file mode 100644
index 0000000..8eafcaf
--- /dev/null
+++ b/debian/man/shpdata.md
@@ -0,0 +1,19 @@
+shpdata(1) -- Utility program for testing elements of the libraries.
+====================================================================
+
+##SYNOPSIS
+`shpdata` _shp_file_
+
+##DESCRIPTION
+Utility program for testing elements of the libraries.
+
+##OPTIONS
+ * _shp_file_:
+ the name of an existing shapefile.
+
+##AUTHOR
+`shpdata` is part of shapelib, maintained by Frank Warmerdam.
+
+##SEE ALSO
+`dbfadd`(1), `dbfcat`(1), `dbfcreate`(1), `dbfdump`(1), `dbfinfo`(1), `shpcat`(1), `shpcentrd`(1), `shpcreate`(1), `shpdump`(1), `shpdxf`(1), `shpfix`(1), `shpinfo`(1), `shpproj`(1), `shprewind`(1), `shptest`(1)
+
diff --git a/debian/man/shpsort.md b/debian/man/shpsort.md
new file mode 100644
index 0000000..9e92c58
--- /dev/null
+++ b/debian/man/shpsort.md
@@ -0,0 +1,29 @@
+shpsort(1) -- rewrite a shapefile sorted by a field or by the geometry
+======================================================================
+
+##SYNOPSIS
+`shpsort` _infile_ _outfile_ _field[;...]_ [<(ASCENDING|DESCENDING)[;...]>]
+
+##DESCRIPTION
+Rewrite a shapefile sorted by a field or by the geometry.
+For polygons, sort by area, for lines sort by length and do nothing for all others.
+
+##OPTIONS
+ * _infile_:
+ input shapefile
+
+ * _outfile_:
+ output shapefile
+
+ * _field[;...]_:
+ one or more fields to use for ordering
+
+ * [<(ASCENDING|DESCENDING)[;...]>]:
+ sort order
+
+##AUTHOR
+`shpsort` is part of shapelib, maintained by Frank Warmerdam.
+
+##SEE ALSO
+`dbfadd`(1), `dbfcat`(1), `dbfcreate`(1), `dbfdump`(1), `dbfinfo`(1), `shpcat`(1), `shpcentrd`(1), `shpcreate`(1), `shpdump`(1), `shpdxf`(1), `shpfix`(1), `shpinfo`(1), `shpproj`(1), `shprewind`(1), `shptest`(1)
+
diff --git a/debian/man/shptreedump.md b/debian/man/shptreedump.md
new file mode 100644
index 0000000..68748c9
--- /dev/null
+++ b/debian/man/shptreedump.md
@@ -0,0 +1,34 @@
+shptreedump(1) -- dump an ASCII representation of a quadtree
+============================================================
+
+##SYNOPSIS
+`shptreedump` [-maxdepth _n_] [-search _xmin_ _ymin_ _xmax_ _ymax_] [-v] [-o _indexfilename_] [-i _indexfilename_] _shp_file_
+
+##DESCRIPTION
+Utility for creating and dumping an ASCII representation of a quadtree.
+
+##OPTIONS
+ * -maxdepth _n_:
+ max tree depth
+
+ * -search _xmin_ _ymin_ _xmax_ _ymax_:
+ limit search to box
+
+ * -v:
+ verbose output
+
+ * -o _indexfilename_:
+ output index filename
+
+ * -i _indexfilename_:
+ input index filename
+
+ * _shp_file_:
+ the name of an existing shapefile.
+
+##AUTHOR
+`shptreedump` is part of shapelib, maintained by Frank Warmerdam.
+
+##SEE ALSO
+`dbfadd`(1), `dbfcat`(1), `dbfcreate`(1), `dbfdump`(1), `dbfinfo`(1), `shpcat`(1), `shpcentrd`(1), `shpcreate`(1), `shpdump`(1), `shpdxf`(1), `shpfix`(1), `shpinfo`(1), `shpproj`(1), `shprewind`(1), `shptest`(1)
+
diff --git a/debian/man/shpwkb.md b/debian/man/shpwkb.md
new file mode 100644
index 0000000..1802708
--- /dev/null
+++ b/debian/man/shpwkb.md
@@ -0,0 +1,22 @@
+shpwkb(1) -- test WKB binary Input / Output
+===========================================
+
+##SYNOPSIS
+`shpwkb` _shp_file_ _wkb_file_
+
+##DESCRIPTION
+Utility to test WKB binary Input / Output.
+
+##OPTIONS
+ * _shp_file_:
+ the name of an existing shapefile
+
+ * _wkb_file_:
+ WKB output file
+
+##AUTHOR
+`shpwkb` is part of shapelib, maintained by Frank Warmerdam.
+
+##SEE ALSO
+`dbfadd`(1), `dbfcat`(1), `dbfcreate`(1), `dbfdump`(1), `dbfinfo`(1), `shpcat`(1), `shpcentrd`(1), `shpcreate`(1), `shpdump`(1), `shpdxf`(1), `shpfix`(1), `shpinfo`(1), `shpproj`(1), `shprewind`(1), `shptest`(1)
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/shapelib.git



More information about the Pkg-grass-devel mailing list