vector smooth ============= **Name**: geoc vector smooth **Description**: Smooth the features of the input Layer and save them to the output Layer **Arguments**: * -f --fit: The amount of smoothing (between 0 - more and 1 - less) * -o --output-workspace: The output workspace * -r --output-layer: The output layer * -i --input-workspace: The input workspace * -l --input-layer: The input layer * --help : Print the help message * --web-help : Open help in a browser **Example**:: geoc vector smooth -i jagged.shp -o smooth.shp -f 0.25