raster contour ============== **Name**: geoc raster contour **Description**: Create contours from a Raster **Arguments**: * -b --band: The band * -v --level: A level or interval * -s --simplify: Whether to simplify * -m --smooth: Whether to smooth * -n --bounds: The bounds * -o --output-workspace: The output workspace * -r --output-layer: The output layer * -i --input-raster: The input raster * -l --input-raster-name: The input raster name * -p --input-projection: The input projection * --help : Print the help message * --web-help : Open help in a browser **Example**:: geoc raster contour -i raster.tif -o contours.shp -l 10 -s -m