Last active
September 21, 2021 04:15
-
-
Save janbenetka/cf30ec5abf054954c3f7b6536fd33772 to your computer and use it in GitHub Desktop.
[Bigquery Centroid] #bigquery #geo #coordinates
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
ST_Y(ST_CENTROID(geog)) AS tract_lat, | |
ST_X(ST_CENTROID(geog)) AS tract_lon, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment