User talk:H4ck3rm1k3/OSMFeatures
Jump to navigation
Jump to search
why
The idea is that we want to compile a list of all osm tags used and how they compare to other systems This is no easy task. The result will be a global data model of all tagging systems and how they relate. This part extracts the community editing tags from the html tables.
what
This tool extracts the table data from the mapfeatures html output back into a template call for further processing. It calls the template for each row : http://wiki.openstreetmap.org/wiki/Template:MapFeatureData
Files
- Map_Features.html is the wget output of http://wiki.openstreetmap.org/wiki/Map_Features
- parsefeatures.pl The script
- mapfeatures.wiki the output file
Usage
wget http://wiki.openst reetmap.org/wiki/Map_Features -O Map_Features.html perl parsefeatures.pl >mapfeatures.wiki git commit -m "update" -a git push origin master
source
git@gitorious.org:~h4ck3rm1k3/wikimap-books/h4ck3rm1k3s-wikimap-books-legend.git