summaryrefslogtreecommitdiff
path: root/tagstats
Commit message (Collapse)AuthorAge
* Add all positions in ways to map, not just the first one.Jochen Topf2014-05-13
|
* Remove iostreams include.Jochen Topf2014-05-13
|
* Use sqlite db file instead of text *.lst files for selected data.Jochen Topf2014-05-13
| | | | | | | | | This changes the way some data is given from one taginfo update run to the next. Instead of plain text files an sqlite database is used. Part of the update is a new version of the upstream sqlite.hpp file. After this commit the update has to be run twice to get all data updated properly.
* Tagstat fixes for recent changes.Jochen Topf2014-05-13
|
* Allow spaces in key-value geodistribution lst.Jochen Topf2014-05-12
|
* Add code to create maps for tags.Jochen Topf2014-05-12
| | | | | | | For a long time we had the capability to create overview maps for keys, but never for tags (ie key-value-combinations). This commit now adds code to create maps for frequently used tags. We can't create maps for all tags, because each map takes about 8k in RAM and there are a lot of tags.
* Make min_tag_combination_count configurable at runtimeJochen Topf2013-10-07
|
* Fix a bug with nodes outside bboxJochen Topf2013-10-07
| | | | | | | | | | | | If there are nodes with locations outside the bounding box we are interested in in the input osm file and we are generating the geodistribution for ways images, tagstats could segfault. In this case the node location wasn't stored in the m_storage, so when reading the it back, either you get an unintialized value or a segfault. (This also depends on the type of storage used.) Thanks to @lonvia for help debugging this. The solution is to store "MAXINT" as a marker and make sure it doesn't end up in the GeoDistribution.
* Move .gitignoreJochen Topf2013-10-07
|
* Fixes #35Jochen Topf2013-10-05
|
* Make geodistribution int type configurableJochen Topf2013-10-05
|
* Remove unused debug optionJochen Topf2013-10-05
|
* Add stats for way node distributionJochen Topf2013-06-17
|
* Also count different relation member typesJochen Topf2013-06-17
|
* Make Makefiles/run_test more flexible. This should help with compiling under ↵Jochen Topf2013-05-29
| | | | different systems where extra/different command line parameters are needed.
* Fix sed call to be compatible with non-GNU sedDmitry Marakasov2013-05-23
|
* Rename (key|tag)pairs to (key|tag)_combinationsJochen Topf2013-01-19
|
* Fix relation role stats output.Jochen Topf2013-01-14
|
* Auto indentJochen Topf2013-01-14
|
* Create relation member and role statsJochen Topf2013-01-14
|
* Add infrastructure for doing relation type statsJochen Topf2013-01-14
|
* Use correct type for type.Jochen Topf2013-01-01
|
* Use C++ casts instead of C style castsJochen Topf2013-01-01
|
* Use iterator instead of indexes to iterate over tag listJochen Topf2012-08-31
|
* Add tagslist to tagstats test script.Jochen Topf2012-08-31
|
* Unify names of include guard macrosJochen Topf2012-08-20
|
* Cleanup license infoJochen Topf2012-08-20
|
* Change the way Sqlite statements are usedJochen Topf2012-08-20
|
* Move Sqlite wrapper class from Osmium in here.Jochen Topf2012-08-20
| | | | | | The wrapper never fit into Osmium. So we'll put it here. Also there was an example program in Osmium to test the Statistics handler. This has moved here now, too (osmstats).
* Changes for current Osmium versionJochen Topf2012-08-19
|
* Make it work without c++0x supportJochen Topf2012-08-18
|
* Changes for newest Osmium versionJochen Topf2012-07-15
|
* Removed call to Osmium::init() which is not needed in the current Osmium versionJochen Topf2012-07-14
|
* Make tagstats work with current OsmiumJochen Topf2012-07-13
|
* Add configuration options that help when compiling tagstatsJochen Topf2012-01-25
|
* Only store tag combinations in database that appear at least 1000 times.Jochen Topf2011-12-11
|
* Add support in tagstat for counting key-value-combinationsJochen Topf2011-12-10
|
* fix help msgJochen Topf2011-12-07
|
* Use new Osmium handler interface.Jochen Topf2011-10-31
| | | | | Changes to use the new Osmium handler interface which has shared_ptr's instead of simple pointers. You have to upgrade Osmium first, before you can use this.
* cleanupJochen Topf2011-10-15
|
* 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.
* Moved statistics handler over from OsmiumJochen Topf2011-10-15
| | | | | The statistics handler was kept in the Osmium distribution, but it makes more sense here.
* explain what the test program is forJochen Topf2011-10-15
|
* Bug fix: convert arguments of tagstats to double instead of intJocelyn Jaubert2011-10-15
|
* fix: distribution map did not work when there were no nodes with a tagJochen Topf2011-10-13
|
* indentJochen Topf2011-10-12
|
* cleanupJochen Topf2011-10-12
|
* 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.
* Update because of changes in OsmiumJochen Topf2011-07-04
|
* Changes in OsmiumJochen Topf2011-06-14
|