-
Notifications
You must be signed in to change notification settings - Fork 751
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
Feature request: Libpostal data download via API #939
Comments
Done in commit bfbd6da! Please give it a try with the snapshots: http://bytedeco.org/builds/ /cc @Maurice-Betzel |
Thanks for the quick fix! I tried it on macOS 10.15.6 using OpenJDK 14.0.2, and it worked beautifully there. I'm really pleased with that! Then I tried it on Ubuntu 18.04.4, also using OpenJDK 14.0.2, and it always fails partway through the download for some reason. I used the same data directory on both machines: /tmp/libpostal. And the data directory started out empty each time. Here's the output I'm getting on Ubuntu:
Is this exception caused by a problem in libpostal_data, or in libpostal-platform? |
I should also point out that I built libpostal from source on the Ubuntu computer, and I can run that build of libpostal_data successfully. |
I've deployed from my local Fedora machine for now, that's going to go away once the build for CentOS is uploaded. |
Sounds good. Thanks! |
It's been released with version 1.5.4 and everything should work fine with that, but if not please let me know! Thanks for reporting |
The libpostal library requires periodic data downloads. These downloads currently have to be done manually using a command line tool that's obtained by building the libpostal code from source. It would be very helpful if I could trigger a data download from Java via the API.
The text was updated successfully, but these errors were encountered: