Scroll to navigation

OTBGUI_RASTERIZATION(1) User Commands OTBGUI_RASTERIZATION(1)

NAME

otbgui_Rasterization - OTB Rasterization application

DESCRIPTION

This is the Rasterization application, version 5.2.0 Rasterize a vector dataset.

Complete documentation: http://www.orfeo-toolbox.org/Applications/Rasterization.html

Parameters:

<boolean> Report progress


-in <string> Input vector dataset (mandatory)
-out <string> [pixel] Output image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)

<string> Input reference image (optional, off by default)
<int32> Output size x (optional, off by default)
<int32> Output size y (optional, off by default)
<int32> Output EPSG code (optional, off by default)
<float> Output Upper-left x (optional, off by default)
<float> Output Upper-left y (optional, off by default)
<float> Spacing (GSD) x (optional, off by default)
<float> Spacing (GSD) y (optional, off by default)
<float> Background value (mandatory, default value is 0)
<string> Rasterization mode [binary/attribute] (mandatory, default value is binary)
Foreground value (mandatory, default value is 255)
<string> The attribute field to burn (mandatory, default value is DN)
<int32> Available RAM (Mb) (optional, off by default, default value is 128)
<string> Load otb application from xml file (optional, off by default)

EXAMPLES

otbgui_Rasterization -in qb_RoadExtract_classification.shp -out rasterImage.tif -spx 1. -spy 1.

SEE ALSO

The full documentation for otbgui_Rasterization is maintained as a Texinfo manual. If the info and otbgui_Rasterization programs are properly installed at your site, the command

info otbgui_Rasterization

should give you access to the complete manual.

December 2015 otbgui_Rasterization 5.2.0