Skip to content

Instantly share code, notes, and snippets.

@BishopGIS
Created October 7, 2020 19:46
Show Gist options
  • Save BishopGIS/881e5f36d18b697bb23dfca3af1202d4 to your computer and use it in GitHub Desktop.
Save BishopGIS/881e5f36d18b697bb23dfca3af1202d4 to your computer and use it in GitHub Desktop.
from osgeo import osr
proj4 = ''
dst = osr.SpatialReference()
dst.ImportFromProj4(proj4)
dst.ExportToWkt()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment