vector erase ============ **Name**: geoc vector erase **Description**: Erase features from one Layer based on another Layer **Arguments**: * -k --other-workspace: The other workspace * -y --other-layer: The other layer * -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 erase -i states.shp -k clip_layer.shp -o states_erase.shp