Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
select
state_name,
st_perimiter(state_geom) * 1609 as border_miles
from
`bigquery-public-data.geo_us_boundaries.states`
order by st_perimiter(state_geom) desc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment