Created
March 29, 2021 17:36
-
-
Save afcotroneo/68244599f5f333f97731799c2346f569 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create table la_street_buffer as ( | |
select | |
osm_id, | |
st_buffer(geometry, 10) as omnisci_geo | |
from | |
la_streets | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment