[OSM-talk] incomplete tags sac_scale

Alessio Zanol nardei at infinito.it
Tue Sep 2 14:02:33 BST 2008


Using osmxapi i've discovered that there are a lot of "wrong" sac_scale tags. 
I think that the reason is due a missing underscore in two-words vaules 
like "mountain_hiking" written as "mountain hiking".

What should we do? is it possible to do a batch correction?

Here some stats:

--------------------
wget -O - 'http://www.informationfreeway.org/api/0.5/way[sac_scale=mountain_hiking]'|
grep -c '<way' -

gives 285 tags
-------------------------
wget -O - 'http://www.informationfreeway.org/api/0.5/way[sac_scale=mountain]'|
grep -c '<way' -

gives 409 tags
------------------------
wget -O - 'http://www.informationfreeway.org/api/0.5/way[sac_scale=alpine_hiking]'|
grep -c '<way' -

gives 24 tags
-----------------------
wget -O - 'http://www.informationfreeway.org/api/0.5/way[sac_scale=alpine]'|
grep -c '<way' -

gives 37 tags

Alessio




More information about the talk mailing list