-
Notifications
You must be signed in to change notification settings - Fork 74
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
Integrate libpostal #206
Labels
enhancement
New feature or request. Once marked with this label, its in the backlog.
qsv pro
requires backend/cloud services
Comments
jqnatividad
added
the
enhancement
New feature or request. Once marked with this label, its in the backlog.
label
Mar 21, 2022
Stale issue message |
reopen this now that we have the |
Stale issue message |
jqnatividad
added
qsv pro
requires backend/cloud services
and removed
no-issue-activity
labels
Oct 30, 2023
Stale issue message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request. Once marked with this label, its in the backlog.
qsv pro
requires backend/cloud services
Now that qsv has a full-featured
fetch
command (redis caching, dynamic url-template formatting, throttling, cookies, headers, etc.), we can build the heavy-duty geocoder (#96) in earnest.However, a lot of data-wrangling is still required to preprocess address data before geocoding.
To help normalize addresses faster, integrate libpostal via rust-postal. It's not only good for preprocessing address data before geocoding, it's also great for data-wrangling and address parsing in general.
The text was updated successfully, but these errors were encountered: