1)what is the total amount of places per country (by places I mean village, city, hamlet, etc). The count does not have to be split out, just one number per nation. And how do I figure this number out on my own for future reference? 2)I was told to run a overpass turbo query to extract specific features I wanted to review. How would I run it, or create it based on this information: nsroadimport #thailand, source = digitalglobe and import = yesasked 09 Oct '17, 23:01 MapMakinMeyers |
Here's a sample script for counting the place features in a country: http://overpass-turbo.eu/s/seM (click on The http://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#By_area_.28area.29 A query like area["name:en"="Thailand"][admin_level="2"]->.searchArea; should also usually work. Overpass API doesn't support queries against changeset tags, but if the tags are on the objects you want to review, just putting something like answered 09 Oct '17, 23:24 maxerickson Seeing how place is sometimes used, the more interesting query probably also checks for name.
(11 Oct '17, 16:03)
maxerickson
|