Closed 1stgongsin closed 4 years ago
-another question
When I command with -om append option, I met error message.
(poiconv-ZG7HOUfh) C:\poiconv>python poiconverter.py -if poi -om append bayern2.poi bayern.db
Preparing database, please wait ... Traceback (most recent call last):
File "poiconverter.py", line 65, in
Hi @1stgongsin,
poiconverter filters all nodes that are not mentioned in tagfilter.txt. The first number shows the node entries in the original file, the second number shows the number of POIs that were imported into the output file.
platform: windows10(x64), python 3.7(x64)
C:\poiconv>python poiconverter.py -if poi -om create bayern.poi bayern.db Preparing database, please wait ... finished! Adding POIs ... 882783 entries [05:40, 2590.78 entries/s] Finished! 517970 POIs added to database in 341.46 sec!
What's the difference of the number of entries point and added point ? I wonder why this happens. Thank you.