Scroll to navigation

pkextractimg(1) pkextractimg(1)

NAME

pkextractimg - extract pixel values from raster image using a raster sample

SYNOPSIS


pkextractimg
-i input [-s sample] -o output [options]

DESCRIPTION

pkextractimg extracts pixel values from an input raster dataset, based on the locations you provide via a sample file. The sample should be a raster dataset with categorical (integer) values. The typical use case is a land cover map that overlaps the input raster dataset. The utility then extracts pixels from the input raster for the respective land cover classes. To select a random subset of the sample raster dataset you can set the threshold option -t with a percentage value. You can provide a threshold value for each class (e.g. -t 80 -t 60). Use value 100 to select all pixels for selected class(es). As output, a new copy of the vector file is created with an extra attribute for the extracted pixel value. For each raster band in the input image, a separate attribute is created. For instance, if the raster dataset contains three bands, three attributes are created (b0, b1 and b2).

OPTIONS

Raster input dataset containing band information
Raster dataset with categorical values to sample the input raster dataset. Output will contain features with input band information included.
Layer name(s) in sample (leave empty to select all)
Create simple random sample of points. Provide number of points to generate
Create systematic grid of points. Provide cell grid size (in projected units, e.g,. m)
Output sample dataset
Class(es) to extract from input sample image. Leave empty to extract all valid data pixels from sample dataset. Make sure to set classes if rule is set to mode, proportion or count.
Probability threshold for selecting samples (randomly). Provide probability in percentage (>0) or absolute (<0). Use a single threshold per vector sample layer. If using raster land cover maps as a sample dataset, you can provide a threshold value for each class (e.g. -t 80 -t 60). Use value 100 to select all pixels for selected class(es)
Output sample dataset format
Field type (only Real or Integer)
Label type: In16 or String
Band index(es) to extract. Leave empty to use all bands
Start band sequence number
End band sequence number
Band(s) in input image to check if pixel is valid (used for srcnodata)
Invalid value(s) for input image
For single band input data, this extra attribute name will correspond to the raster values. For multi-band input data, multiple attributes with this prefix will be added (e.g. b0, b1, b2, etc.)
Name of the class label in the output vector dataset
Down sampling factor
Verbose mode if > 0
06 December 2020