Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdenForshaw/242b08f0ae02036cab3e8f1bbdd8b1fa to your computer and use it in GitHub Desktop.
Save AdenForshaw/242b08f0ae02036cab3e8f1bbdd8b1fa to your computer and use it in GitHub Desktop.
Bigquery angle of intersection
SELECT
gislib.sp.ST_InitialBearing( ST_GeogPoint(45,35), ST_GeogPoint(135,35) ),
gislib.sp.ST_InitialBearing( ST_GeogPoint(-94.58, 39.1), ST_GeogPoint(-90.2, 38.63) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment