Created
January 22, 2015 19:54
-
-
Save dnomadb/79776fc0b1211d0eb908 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
( | |
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