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
The evictions_blockgroups dataset has the whole state of oregon. I will need either a materialized view or you could just delete the rows from the table that are not in scope. There are 44k rows but only 16k in scope
join scope on ST_intersects (evictions_blockgroups.geom, scope.geom)```
The text was updated successfully, but these errors were encountered:
The evictions_blockgroups dataset has the whole state of oregon. I will need either a materialized view or you could just delete the rows from the table that are not in scope. There are 44k rows but only 16k in scope
The text was updated successfully, but these errors were encountered: