Skip to content

Instantly share code, notes, and snippets.

@mbforr
Created July 11, 2021 00:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mbforr/68d4adc295831b555b5b02182bc9531d to your computer and use it in GitHub Desktop.
Save mbforr/68d4adc295831b555b5b02182bc9531d to your computer and use it in GitHub Desktop.
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