You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
BigQuery now supports a bunch of handy GIS functions which make it easier to do distance calculations without rolling your own haversine implementation.
It would be helpful to show users how to transform their latitude + longitude columns into a geometry via the ST_GEOGPOINT method and do some simple bounding region or distance based ordering.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
BigQuery now supports a bunch of handy GIS functions which make it easier to do distance calculations without rolling your own haversine implementation.
It would be helpful to show users how to transform their latitude + longitude columns into a geometry via the
ST_GEOGPOINT
method and do some simple bounding region or distance based ordering.The text was updated successfully, but these errors were encountered: