-
-
Save lvngd/bcf58e7e5b83fbe33ebe to your computer and use it in GitHub Desktop.
This file contains hidden or 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 graffiti_locations | |
SET the_geom = ST_Transform( | |
ST_SetSRID( | |
ST_MakePoint(x * 0.3048006096012192, y * 0.3048006096012192), | |
32118), | |
4326 | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment