Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. ogr2ogr dissolved.shp input.shp -dialect sqlite
  2. -sql "select ST_union(ST_buffer(Geometry, 10)),common_attribute from input GROUP BY common_attribute"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement