summaryrefslogtreecommitdiff
path: root/tagstats/test_tagstats.sh
Commit message (Collapse)AuthorAge
* Various compilation and profiling experiments.Jochen Topf2014-05-17
|
* Updated test_tagstats.sh script.Jochen Topf2014-05-17
|
* Make min_tag_combination_count configurable at runtimeJochen Topf2013-10-07
|
* Add infrastructure for doing relation type statsJochen Topf2013-01-14
|
* Add tagslist to tagstats test script.Jochen Topf2012-08-31
|
* Integrate statistics handler, only us one dbJochen Topf2011-10-15
| | | | | | Better integrate the statistics handler. It now uses the same database as the tagstats handler (typically taginfo-db.db). The database is now given on the command line. This simplifies the scripts calling tagstats.
* explain what the test program is forJochen Topf2011-10-15
|
* Generate distribution maps for keys on way, tooJochen Topf2011-10-12
Until now distribution maps were only generated for keys on nodes. No there are maps for keys on ways, too. (Not for relations, though). This commit also adds command line options for tagstats to define the area you want the map for. Its no longer necessary to recompile tagstats if you want to change this. This commit does not change the UI/API yet, so you still only get the node map.