Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. from osgeo import osr
  2. sr = osr.SpatialReference()
  3. wkt = '''MY_WKT'''
  4. sr.ImportFromWkt(wkt) # returns 0, so that worked
  5. sr.AutoIdentifyEPSG() # returns 7, of which I don't know the meaning, but it does not seem to work
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement