vector grid =========== **Name**: geoc vector grid **Description**: Create a vector grid **Arguments**: * -y --rows: The number of rows * -x --columns: The number of columns * -w --cell-width: The cell width * -h --cell-height: The cell height * -t --type: The grid cell type * -g --geometry: The geometry * -p --projection: The projection * -o --output-workspace: The output workspace * -r --output-layer: The output layer * --help : Print the help message * --web-help : Open help in a browser **Example**:: geoc vector grid -g "0,0,10,10" -x 4 -y 4