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.
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.