[DebianGIS-dev] r2139 - packages/dans-gdal-scripts/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Mon Apr 6 21:26:32 UTC 2009


Author: frankie
Date: 2009-04-06 21:26:32 +0000 (Mon, 06 Apr 2009)
New Revision: 2139

Added:
   packages/dans-gdal-scripts/trunk/debian/dans-gdal-scripts.1
Removed:
   packages/dans-gdal-scripts/trunk/debian/manpage.1
Modified:
   packages/dans-gdal-scripts/trunk/debian/rules
Log:
Added a brief summary man page.


Added: packages/dans-gdal-scripts/trunk/debian/dans-gdal-scripts.1
===================================================================
--- packages/dans-gdal-scripts/trunk/debian/dans-gdal-scripts.1	                        (rev 0)
+++ packages/dans-gdal-scripts/trunk/debian/dans-gdal-scripts.1	2009-04-06 21:26:32 UTC (rev 2139)
@@ -0,0 +1,72 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH DANS-GDAL-SCRIPTS 1 "March 25, 2009"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+dans-gdal-scripts \- A GDAL add-on set of utilities
+.PP
+.PD 0
+.IP "\(bu" 2
+\fBgdal_contrast_stretch\fP - Contrast stretch and conversion from 16-bit to 8-bit
+.IP "\(bu" 2
+\fBgdal_dem2rgb\fP - Generate hillshaded images from DEMs
+.IP "\(bu" 2
+\fBgdal_raw2geotiff\fP - Convert raw binary files into GeoTIFFs
+.IP "\(bu" 2
+\fBgdal_get_projected_bounds\fP - Project a polygon and return its bounding rectangle
+.IP "\(bu" 2
+\fBgdal_trace_outline\fP - Trace the outline of an image and generate WKT or Shapefile 
+.IP "\(bu" 2
+\fBgdal_merge_vrt\fP - Merge individual bands into a single VRT image
+.IP "\(bu" 2
+\fBgdal_merge_simple\fP - Merge individual bands into a single GeoTIFF image (8-bit only)
+.IP "\(bu" 2
+\fBgdal_landsat_pansharp\fP - Pansharpening - works best for Landsat 7 images
+.IP "\(bu" 2
+\fBgdal_wkt_to_mask\fP - Generate a bitmap of the area covered by a polygon
+.IP "\(bu" 2
+\fBgdal_list_corners\fP - Prints raster geocode information in YAML format (similar to gdalinfo but gives YAML)
+.IP "\(bu" 2
+.PP
+.SH DESCRIPTION
+This manual page documents briefly the Dan's GDAL Scripts set of commands. 
+You can get a synthetic description of accepted options and 
+command line arguments by using \fB-h\fP option with every command.
+This set of tools is based on the GDAL/OGR library 
+and provides some useful simple manipulation of geo rasters and satellite data.
+Do not buggy GDAL team for possible issues with this software, this is a contributed
+set of programs.
+.PP
+.SH SEE ALSO
+.BR gdalinfo (1),
+.BR gdal_translate (1),
+.BR gdal_contour (1),
+.BR gdaladdo (1),
+.BR gdal_grid (1),
+.BR gdaltransform (1),
+.BR gdalmanage (1),
+.BR gdal_rasterize (1),
+.BR gdaltindex (1),
+.BR gdalenhance (1),
+.BR gdalwarp (1).
+.BR
+.SH AUTHOR
+The dans-gdal-scripts tools were written by Dan Stalke for GINA,
+the Geographic Information Network of Alaska, a working group of the University
+of Alaska.
+.PP
+This manual page was written by Francesco Paolo Lovergine <frankie at debian.org>,
+for the Debian project (and may be used by others).

Deleted: packages/dans-gdal-scripts/trunk/debian/manpage.1
===================================================================
--- packages/dans-gdal-scripts/trunk/debian/manpage.1	2009-04-04 23:38:30 UTC (rev 2138)
+++ packages/dans-gdal-scripts/trunk/debian/manpage.1	2009-04-06 21:26:32 UTC (rev 2139)
@@ -1,59 +0,0 @@
-.\"                                      Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH DANS-GDAL-SCRIPTS 1 "March 25, 2009"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-dans-gdal-scripts \- program to do something
-.SH SYNOPSIS
-.B dans-gdal-scripts
-.RI [ options ] " files" ...
-.br
-.B bar
-.RI [ options ] " files" ...
-.SH DESCRIPTION
-This manual page documents briefly the
-.B dans-gdal-scripts
-and
-.B bar
-commands.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBdans-gdal-scripts\fP is a program that...
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-h, \-\-help
-Show summary of options.
-.TP
-.B \-v, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR bar (1),
-.BR baz (1).
-.br
-The programs are documented fully by
-.IR "The Rise and Fall of a Fooish Bar" ,
-available via the Info system.
-.SH AUTHOR
-dans-gdal-scripts was written by <upstream author>.
-.PP
-This manual page was written by Francesco Paolo Lovergine <frankie at debian.org>,
-for the Debian project (and may be used by others).

Modified: packages/dans-gdal-scripts/trunk/debian/rules
===================================================================
--- packages/dans-gdal-scripts/trunk/debian/rules	2009-04-04 23:38:30 UTC (rev 2138)
+++ packages/dans-gdal-scripts/trunk/debian/rules	2009-04-06 21:26:32 UTC (rev 2139)
@@ -65,7 +65,7 @@
 	dh_installchangelogs 
 	dh_installdocs
 	dh_installexamples
-	dh_installman
+	dh_installman debian/dans-gdal-scripts.1
 	dh_link
 	dh_strip
 	dh_compress




More information about the Pkg-grass-devel mailing list