Skip to content

Instantly share code, notes, and snippets.

@hamhands
Created July 7, 2015 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hamhands/996b75ddf61c196fc67c to your computer and use it in GitHub Desktop.
Save hamhands/996b75ddf61c196fc67c to your computer and use it in GitHub Desktop.
Simple QGIS python script for displacing overlapping points
import processing
processing.runalg('qgis:pointsdisplacement', '/var/folders/8v/4hb467wx2x96vwwg10211glw0000gn/T/processing/49014096515c40608daf3ff96e30ddae/OUTPUT.shp', 0.000075, True, '/Users/patrickhammons/Documents/this_other_thing.shp')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment