vector raster ============= **Name**: geoc vector raster **Description**: Convert a vector Layer to a Raster **Arguments**: * -d --field: The field name with value * -s --grid-size: The grid size * -b --bounds: The bounds * -n --raster-name: The raster name * -i --input-workspace: The input workspace * -l --input-layer: The input layer * -o --output-raster: The output raster * -f --output-raster-format: The output raster format * --help : Print the help message * --web-help : Open help in a browser **Example**:: geoc vector raster -i states.shp -o states.tif -d population -s 600,600