You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.
I'm trying to use your project to compare with Tile38 to compare which solution is more performant. But I can only run a reverse geocoding on the dataset of OSM 2015. I tried to run the class ParseOSMLong but it requires two arguments inputFile & outputFile. What kind of input file should I give to the function ?
Thank you :)
The text was updated successfully, but these errors were encountered:
I have not been further using this, and do not remember the details. It was polygon coordinate lists from OSM, but not PBF directly if I recall correctly because the PBF readers would use too much memory.
Please just customize the code to read an input format of your choice.
I will archive this repository.
Hello @kno10,
I'm trying to use your project to compare with Tile38 to compare which solution is more performant. But I can only run a reverse geocoding on the dataset of OSM 2015. I tried to run the class
ParseOSMLong
but it requires two argumentsinputFile
&outputFile
. What kind of input file should I give to the function ?Thank you :)
The text was updated successfully, but these errors were encountered: