EnglishFrenchSpanish

OnWorks favicon

pksieve - Online in the Cloud

Run pksieve in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command pksieve that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


pksieve - program to sieve filter raster image

SYNOPSIS


pksieve -i input [-s size] -o output [options]

DESCRIPTION


pksieve filters small objects (maximum size defined with the option -s) in a raster by
replacing them to the largest neighbor object. In this context, objects are defined as
pixels of the same value that are also connected. The connection can be defined in four
directions (N-S and W-E: set option -c 4) or eight directions (N-S, W-E and diagonals NW-
SE, NE-SW: set option -c 8).

OPTIONS


-i filename, --input filename
Input image file

-s size, --size size
raster polygons with sizes smaller than this will be merged into their largest
neighbour. No sieve is performed if size = 0

-o filename, --output filename
Output image file Output image file

-c 4|8, --connect 4|8
the connectedness: 4 directions or 8 directions

-b band, --band band
the band to be used from input file

-m filename, --mask filename
Use the first band of the specified file as a validity mask (zero is invalid, non-
zero is valid).

-ot type, --otype type
Data type for output image ({Byte / Int16 / UInt16 / UInt32 / Int32 / Float32 /
Float64 / CInt16 / CInt32 / CFloat32 / CFloat64}). Empty string: inherit type from
input image

-of format, --oformat format
Output image format (see also gdal_translate(1)). Empty string: inherit from input
image

-co option, --co option
Creation option for output file. Multiple options can be specified.

-ct filename, --ct filename
colour table in ASCII format having 5 columns: id R G B ALFA (0: transparent, 255:
solid)

-v level, --verbose level
verbose mode if > 0

EXAMPLE


merge all patches smaller than 5 pixels into bigger classes, using 8 connectivity
(horizontal, vertical and diagonal)

pksieve -i input.tif -c 8 -c 5 -o output.shp

24 January 2016 pksieve(1)

Use pksieve online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Free Pascal Compiler
    Free Pascal Compiler
    A 32/64/16-bit Pascal compiler for
    Win32/64/CE, Linux, Mac OS X/iOS,
    Android, FreeBSD, OS/2, Game Boy
    Advance, Nintendo NDS and DOS;
    semantically compatible wi...
    Download Free Pascal Compiler
  • 2
    Canon EOS DIGITAL Info
    Canon EOS DIGITAL Info
    Canon doesn�t have shutter count
    included on the EXIF information of an
    image file, as opposed to Nikon and
    Pentax. There�s no official Canon based
    application ...
    Download Canon EOS DIGITAL Info
  • 3
    rEFInd
    rEFInd
    rEFInd is a fork of the rEFIt boot
    manager. Like rEFIt, rEFInd can
    auto-detect your installed EFI boot
    loaders and it presents a pretty GUI
    menu of boot option...
    Download rEFInd
  • 4
    ExpressLuke GSI
    ExpressLuke GSI
    This SourceForge download page was to
    grant users to download my source built
    GSIs, based upon phhusson's great
    work. I build both Android Pie and
    Android 1...
    Download ExpressLuke GSI
  • 5
    Music Caster
    Music Caster
    Music Caster is a tray music player
    that lets you cast your local music to a
    Google Cast device. On the first run,
    you will need to click the arrow in your
    tas...
    Download Music Caster
  • 6
    PyQt
    PyQt
    PyQt is the Python bindings for
    Digia's Qt cross-platform
    application development framework. It
    supports Python v2 and v3 and Qt v4 and
    Qt v5. PyQt is avail...
    Download PyQt
  • More »

Linux commands

Ad