Skip to content

Instantly share code, notes, and snippets.

@akiatoji
Created April 19, 2019 16:46
Show Gist options
  • Select an option

  • Save akiatoji/3a1fdcf806a918102cae6b54b514a812 to your computer and use it in GitHub Desktop.

Select an option

Save akiatoji/3a1fdcf806a918102cae6b54b514a812 to your computer and use it in GitHub Desktop.
create table zones.zip_geo
as
(
select zcta5ce10 as zip, ST_GeogFromText(WKT) polygon
from `akis-geoproject.zones.zcta5`
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment