Skip to content

Instantly share code, notes, and snippets.

@minskmaz
Created October 19, 2014 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minskmaz/8e0c655cb27be627b71b to your computer and use it in GitHub Desktop.
Save minskmaz/8e0c655cb27be627b71b to your computer and use it in GitHub Desktop.
#this code:
source_srs = osr.SpatialReference()
source_srs.ImportFromEPSG(4269)
target_srs = osr.SpatialReference()
target_srs.ImportFromEPSG(3857)
#gives me:
inf inf
inf inf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment