Created
February 14, 2018 04:03
-
-
Save matthewberryman/8c50fa774f55e330f219a0769d98028a to your computer and use it in GitHub Desktop.
water tap extraction from West Africa HOT openstreetmap data
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 * from osm.planet | |
| WHERE type = 'node' | |
| AND tags['man_made'] IN ('water_tap') | |
| AND lon BETWEEN -15.0863 AND -7.3651 | |
| AND lat BETWEEN 4.3531 AND 12.6762; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment