Skip to content

Instantly share code, notes, and snippets.

@dnomadb
Created January 22, 2015 19:54
Show Gist options
  • Save dnomadb/79776fc0b1211d0eb908 to your computer and use it in GitHub Desktop.
Save dnomadb/79776fc0b1211d0eb908 to your computer and use it in GitHub Desktop.
(
select
st_union(wkb_geometry) as wkb_geometry,
avg(value) as tempval,
left(quadtree, (z(!scale_denominator!)+5)*2+1) as tqt
from latticegrid
where wkb_geometry && !bbox!
group by tqt
) as data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment