Guest User

Untitled

a guest
Jul 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import geopandas as gpd
  2. from shapely.ops import snap
  3. s=gpd.read_file(r'C:UsersuserDesktopag_eus')
  4. result=snap(s,s,0.5)
Add Comment
Please, Sign In to add comment