~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to swig/python/scripts/gdal_sieve.dox

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
removes small raster polygons
5
5
 
6
 
\section synopsis SYNOPSIS
 
6
\section gdal_sieve_synopsis SYNOPSIS
7
7
 
8
8
\verbatim
9
9
gdal_sieve.py [-q] [-st threshold] [-4] [-8] [-o name=value]
10
10
           srcfile [-nomask] [-mask filename] [-of format] [dstfile]
11
11
\endverbatim
12
12
 
13
 
\section description DESCRIPTION
 
13
\section gdal_sieve_description DESCRIPTION
14
14
 
15
15
The gdal_sieve.py script removes raster polygons smaller than a provided
16
16
threshold size (in pixels) and replaces replaces them with the pixel value 
63
63
</dl>
64
64
 
65
65
\if man
66
 
\section author AUTHORS
 
66
\section gdal_sieve_author AUTHORS
67
67
Frank Warmerdam <warmerdam@pobox.com>
68
68
\endif
69
69
*/