summaryrefslogtreecommitdiff
path: root/tagstats/Makefile
Commit message (Collapse)AuthorAge
* Some experimental code to find unicode properties in keys.Jochen Topf2015-04-28
| | | | | | | | OSM allows nearly all unicode characters in keys and values. This is some experimental code to find keys that contain unusual characters. Currently this is not run or used in the normal setup, but I thought I'd throw it out there in case somebody wants to play with it. I am not sure yet myself where this is going.
* clean similarity binarySarah Hoffmann2015-04-28
|
* Add similarity program to check for similar keys.Jochen Topf2015-02-26
| | | | | | This adds the 'similarity' program that checks for similar keys in the taginfo-db database. It is not run yet by the update script, but the supporting database tables etc. are added by this commit.
* Various compilation and profiling experiments.Jochen Topf2014-05-17
|
* Removed TAGSTATS_COUNT_TAG_COMBINATIONS.Jochen Topf2014-05-15
| | | | | This preprocessor macro decided whether we wanted to count combinations of tags. This is now always on.
* Removed TAGSTATS_COUNT_KEY_COMBINATIONS.Jochen Topf2014-05-15
| | | | | This preprocessor macro decided whether we wanted to count combinations of tag keys. This is now always on.
* Removed TAGSTATS_COUNT_USERS.Jochen Topf2014-05-15
| | | | | This preprocessor macro decided whether we wanted to count the different users using a key. This is now always on.
* 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.
* Make geodistribution int type configurableJochen Topf2013-10-05
|
* 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
|
* 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).
* Make it work without c++0x supportJochen Topf2012-08-18
|
* Changes for newest Osmium versionJochen Topf2012-07-15
|
* Make tagstats work with current OsmiumJochen Topf2012-07-13
|
* Add configuration options that help when compiling tagstatsJochen Topf2012-01-25
|
* Add support in tagstat for counting key-value-combinationsJochen Topf2011-12-10
|
* Moved statistics handler over from OsmiumJochen Topf2011-10-15
| | | | | The statistics handler was kept in the Osmium distribution, but it makes more sense here.
* 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.
* Cleanup.Jochen Topf2011-05-08
| | | | | | Initialize iterators directly instead of using assignment. Use const_iterator where possible. ...
* Improved build, new version of binary, READMEsJochen Topf2011-04-22
|
* CleanupJochen Topf2011-04-22
|
* Moved distribution map code into own class and added memory optimization.Jochen Topf2011-04-21
|
* Changed old -W to newer -WextraJochen Topf2011-04-14
|
* removed unneeded include dirJochen Topf2011-04-14
|
* Use protobuf-lite lib instead of protobufJochen Topf2011-04-14
|
* Moved tagstats over from osmium repositoryJochen Topf2011-04-13