1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
.TH OSSIM-CHGKWVAL "1" "December 2015" "ossim-chgkwval 1.8.20" "User Commands"
.SH NAME
ossim-chgkwval \- ossim-chgkwval
.SH SYNOPSIS
.B chgkwval
\fI\,<keywordlist_file> <keyword> <value>\/\fR
.SH DESCRIPTION
Changes the keyword value within the keyword list to value specified.
Example: chgval band1.spec area.size "pixels 7689 8031"
Changes the keyword value of area.size to pixels 7689 8031
.PP
Note 1: Use no colon ":" after the keyword.
Note 2: If the keyword is present in the keyword list it will
.IP
be overwritten.
.PP
Note 3: If the keyword is not in the keyword list it will be added.
Note 4: Enclose value in double quotes if it is more than one string.
Note 5: Will create file if doesn't exists.
.SH "SEE ALSO"
The full documentation for
.B ossim-chgkwval
is maintained as a Texinfo manual. If the
.B info
and
.B ossim-chgkwval
programs are properly installed at your site, the command
.IP
.B info ossim-chgkwval
.PP
should give you access to the complete manual.
|