]> git.openstreetmap.org Git - nominatim.git/commit
Implemented statistics for the import of special phrases through the SpecialPhrasesIm...
authorAntoJvlt <antonin.jolivat@gmail.com>
Thu, 22 Apr 2021 15:34:35 +0000 (17:34 +0200)
committerAntoJvlt <antonin.jolivat@gmail.com>
Sun, 25 Apr 2021 15:57:43 +0000 (17:57 +0200)
commitc5ecb9bae08ae00e95d3c6f687415514779402d0
tree98adf98f281adf4f79556d2ad9edddd4d446b74b
parent1b68152fb28f5fc146fa7e379efe8f3a5e511b26
Implemented statistics for the import of special phrases through the SpecialPhrasesImporterStatistics class
nominatim/tools/special_phrases/__init__.py [new file with mode: 0644]
nominatim/tools/special_phrases/importer_statistics.py [new file with mode: 0644]
nominatim/tools/special_phrases/special_phrases_importer.py