Skip to content

Instantly share code, notes, and snippets.

@ramiroaznar
Created November 2, 2016 15:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramiroaznar/8a5fb6c55b15e67038b3748fa2e77262 to your computer and use it in GitHub Desktop.
Save ramiroaznar/8a5fb6c55b15e67038b3748fa2e77262 to your computer and use it in GitHub Desktop.
How to transform coordinates from UTM30 ED50 to WSG84
update table_utm_ed50
set the_geom = ST_Transform(ST_SetSrid(ST_MakePoint(latitude, longitude), 32630), 4326)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment