-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure if import was successful #173
Comments
Sounds like this is directly related to #132 If generating the I am still hoping the author of the We probably won't have time to produce a workaround for the memory leak until September at the latest, and we'd prefer if we didn't have to. If anyone is willing to volunteer time or funding to fix this issue, please get in touch with us at [email protected] |
In the meantime, would you say an import of North America, which I would imagine does not have Russian characters, would be safe? That's all I need but I downloaded the planet polylines because it was readily available. |
@jpan127 I can say with absolute certainty that the North America file will contain Russian names :) I'm also not sure if the bug in libpostal is restricted to only Russian characters, that may be the only case we are aware of. Latest news on my end: I ran a full planet |
This issue should now be resolved, please see #132 (comment) for more info. |
1. I ran
script/import.sh
with the planet polylines file.It seems like the process was killed because of a broken pipe (not sure about this).
I am guessing this is not expected behavior.
I modified the script to use my file
edges_2017_01_08-15_25_01.0sv
and to echo the command before executing it.I ran
dmesg -T| grep -E -i -B100 'killed process'
and got:2. Running
./interpolate polyline street.db < /data/polylines/edges_2017_01_08-15_25_01.0sv
:3. Then running
./interpolate oa address.db < /data/openaddresses/us/ca/alameda.csv
produces:Which I assume is because
street.db
is empty.Conclusion
It seems like none of the commands are executing successfully, but I am not sure what happens or what is supposed to happen.
I have ran
concat_oa.sh
and that has ran successfully.The text was updated successfully, but these errors were encountered: