Man page - pkstatprofile(1)
Packages contains this manual
- pkfssvm(1)
- pkstatogr(1)
- pkfilterdem(1)
- pkextractimg(1)
- pkkalman(1)
- pksetmask(1)
- pksvm(1)
- pkascii2img(1)
- pkdsm2shadow(1)
- pkascii2ogr(1)
- pkpolygonize(1)
- pkfillnodata(1)
- pkextractogr(1)
- pksieve(1)
- pkdumpogr(1)
- pkstat(1)
- pkannogr(1)
- pkegcs(1)
- pkfilterascii(1)
- pkreclassogr(1)
- pksvmogr(1)
- pkgetmask(1)
- pkdiff(1)
- pkfsann(1)
- pkregann(1)
- pkcreatect(1)
- pkcomposite(1)
- pkstatascii(1)
- pkdumpimg(1)
- pkstatprofile(1)
- pkinfo(1)
- pkcrop(1)
- pkoptsvm(1)
- pkann(1)
- pkreclass(1)
- pkfilter(1)
apt-get install pktools
Manual
pkstatprofile
NAMESYNOPSIS
DESCRIPTION
OPTIONS
NAME
pkstatprofile - program to calculate statistics in temporal or spectral profile
SYNOPSIS
pkstatprofile -i input -o output [ -f function ] [ options ]
DESCRIPTION
pkstatprofile calculates statistics for a temporal (time series) or spectral profile.
Calculate min and max NDVI in time series
pkstatprofile -i modis_ndvi_2010.tif -o modis_stats_2010.tif -f min -f max
OPTIONS
-i filename , --input filename
Input image file.
-o filename , --output filename
Output image file
-f function , --function function
Statistics function (mean, median, var, stdev, min, max, sum, mode (provide classes), ismin, ismax, proportion (provide classes), percentile, nvalid
-perc percentile , --perc percentile
Percentile value(s) used for rule percentile
-class class , --class class
class value(s) to use for mode, proportion
-nodata value , --nodata value
Set nodata value(s)
-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)).
-ct filename , --ct filename
Color table (file with 5 columns: id R G B ALFA (0: transparent, 255: solid). Use none to omit color table.
-co NAME=VALUE , --co NAME=VALUE
Creation option for output file. Multiple options can be specified.
-d value , --down value
Down sampling factor. Use value 1 for no downsampling. Use value n>1 for downsampling (aggregation).
-v level , --verbose level
Verbose mode if > 0