Skip to content

Instantly share code, notes, and snippets.

@marcelosantos
Last active February 15, 2017 13:09
Show Gist options
  • Save marcelosantos/b95d36df988339f0088278ce54f584e2 to your computer and use it in GitHub Desktop.
Save marcelosantos/b95d36df988339f0088278ce54f584e2 to your computer and use it in GitHub Desktop.

Do you need know the coordinate system used in your geometry values stored in a postgis database?

Run the below command to get the SRID

SELECT Find_SRID('SCHEME_NAME', 'TABLE_NAME', 'COLLUM_NAME') as srid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment