Vector data set field
Brief Description
Set a field in vector data.
Tags
Vector Data Manipulation
Long Description
Set a specified field to a specified value on all features of a vector data.
Parameters
Input (in): Input Vector Data
Output (out): Output Vector Data
Field (fn): Field name
Value (fv): Field value
Load otb application from xml file (inxml): Load otb application from xml file
Save otb application to xml file (outxml): Save otb application to xml file
Limitations
Doesn't work with KML files yet
Authors
OTB-Team
See also
Example of use
in: qb_RoadExtract_classification.shp
out: VectorDataSetField.shp
fn: Info
fv: Sample polygon
otbcli_VectorDataSetField -in qb_RoadExtract_classification.shp -out VectorDataSetField.shp -fn Info -fv Sample polygon