Guest User

Untitled

a guest
May 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # Python code
  2. args = ['ogrinfo', '-so', '-al', 'destination_data.shp']
  3. subprocess.Popen(args)
  4.  
  5. GEOGCS["GCS_WGS_1984",
  6. DATUM["WGS_1984",
  7. SPHEROID["WGS_84",6378137,298.257223563]],
  8. PRIMEM["Greenwich",0],
  9. UNIT["Degree",0.017453292519943295],
  10. AUTHORITY["EPSG","4326"]]
Add Comment
Please, Sign In to add comment