Created
October 28, 2013 23:31
-
-
Save springmeyer/7206659 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 way, waterway AS type, | |
CASE WHEN intermittent IN ('yes') OR tags@> hstore('seasonal','yes') THEN 'yes' | |
ELSE 'no' END AS seasonal | |
FROM planet_osm_line | |
WHERE waterway IN ('river', 'canal', 'stream', 'ditch', 'drain')) as tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment