Created
November 2, 2016 15:14
-
-
Save ramiroaznar/8a5fb6c55b15e67038b3748fa2e77262 to your computer and use it in GitHub Desktop.
How to transform coordinates from UTM30 ED50 to WSG84
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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