interpolation icon indicating copy to clipboard operation
interpolation copied to clipboard

global street address interpolation service (beta)

Results 34 interpolation issues
Sort by recently updated
recently updated
newest added

:wave: I did some awesome work for the Pelias project and would love for everyone to have a look at it and provide feedback. --- #### Here's the reason for...

With https://github.com/pelias/interpolation/commit/c7122d50db015c99b5ef34e0ab91e3370c701e5b, we can no longer skip importing OSM into the address.db. We have custom `countrywide.csv` and `polylines.0sv` files and were able to obtain the `address.db` and `street.db` database files...

bug

:wave: I did some awesome work for the Pelias project and would love for everyone to have a look at it and provide feedback. --- #### Here's the reason for...

Hi, I see this key is hard-coded not sure why, can anyone give me some advice to change this key in the docker file https://github.com/pelias/interpolation/blob/dc71f4bed61a94fc5527aa2bea3ee22fb602d709/demo/index.html#L55

this code is branched off https://github.com/pelias/interpolation/pull/244, please merge that PR first! ▶️ [see only the diff](https://github.com/pelias/interpolation/compare/better-sqlite3-v2...better-sqlite3-v2-plus-libpostal-service) ◀️ this draft PR is all the best bits of https://github.com/pelias/interpolation/pull/146 & https://github.com/pelias/interpolation/pull/240 rebased...

A planet-wide interpolation build tends to encounter a lot of bad/invalid OpenAddresses data. The logging for this is quite verbose, the `*.err` logger writes *both* the offending row in JSON...

enhancement

Similar to https://github.com/pelias/api/pull/1060, we want to modify this service to call a separate HTTP service for libpostal, rather than loading the 2GB of libpostal data in memory. This would drastically...

This issue is to record the fact that the process of building the interpolation database is **single threaded** and can be quite slow. For a full planet build you can...

enhancement

Usage of the `info` or `debug` level logging when `stdout` is a `TTY` results in a ~25% performance hit. This PR simply adds a warning so developers are aware. ```bash...

We have a conservative setting for parsing hyphenated house numbers. ie. is `4-6` a 'number range' or a 'house number and apartment number' In some countries such as Canada their...