Guest User

Untitled

a guest
Jul 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. shp=gpd.read_file('f.shp')
  2. shp.crs = {'init' :'epsg:2100'}
  3. out=path
  4. shp.to_file(out)
  5.  
  6. shp.crs
  7.  
  8. shp.to_file(out,crs_wkt='2100')
Add Comment
Please, Sign In to add comment