vector pointstacker =================== **Name**: geoc vector pointstacker **Description**: Group nearby points together **Arguments**: * -c --cell-size: The cell size in pixels which aggregates points * -b --bounds: The bounds * -w --width: The output width * -h --height: The output height * -s --source-projection: The source projection * -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 poinstacker -i earthquakes.shp -o stacked_quakes.shp -c 5 -w 800 -h 600