On Thu, Apr 10, 2008 at 8:14 AM, Brian Quinion <<a href="mailto:openstreetmap@brian.quinion.co.uk">openstreetmap@brian.quinion.co.uk</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
Is there anywhere I can get a list of the tags / values that are<br>
actually in use in the system (i.e. an empirical list as opposed to<br>
the wiki) without downloading the whole planet file and searching it?<br>
<br>
Something like the output produced by Jon Burgess in the recent<br>
discussion would be very helpful for seeing what other people are<br>
currently using:<br>
<br>
> gis=> select amenity,count(amenity) as number from planet_osm_point<br>
> where amenity like 'bus%' group by amenity order by number desc;<br>
> amenity | number<br>
> -----------------+--------<br>
> bus_station | 1051<br>
> bus_stop | 216<br>
> bus stop | 5<br>
> bus_depot | 3<br>
> bus_terminal | 2<br>
> busstop | 2<br>
> bus_parking | 2<br>
> bus station | 1<br>
> business_park | 1<br>
> business centre | 1<br>
> bus_stop? | 1<br>
> (11 rows)<br>
><br>
> gis=> select highway,count(highway) as number from planet_osm_point<br>
> where highway like 'bus%' group by highway order by number desc;<br>
> highway | number<br>
> ------------------+--------<br>
> bus_stop | 13532<br>
> bus_halt | 230<br>
> bus_station | 69<br>
> bus stop | 4<br>
> busstop | 4<br>
> bus_stop | 2<br>
> bus_sluice | 1<br>
> bus_stop:forward | 1<br>
> (8 rows)<br>
</blockquote></div><br>I think Tagwatch does what you want: <a href="http://wiki.openstreetmap.org/index.php/Tagwatch">http://wiki.openstreetmap.org/index.php/Tagwatch</a><br><br>Karl<br>