Peter Johnson

Results 1014 comments of Peter Johnson

Nice, sounds like a relatively easy fix, happy to accept a PR to add the missing synonyms.

There are a couple of quirks to consider when using 'aliases', and in fact when using a separate field, worth considering. Firstly the issue of `1/2` (ie. both housenumber and...

An alternative solution would be to write a post-processing script into `pelias/model` which looks at the `housenumber` field and splits it into `housenumber` and `unit`. As this runs after point-in-polygon,...

Thanks for the bug report, we'll see if we can improve this in subsequent work.

Hi, I've transferred this issue over to the `pelias/parser` repo as it seems to be specific to `/v1/autocomplete` parsing. Although it's worth nothing that `libpostal` also doesn't do a great...

Hi, we need to do a bunch of updates to the OA importer, there was a period of migration from the legacy `results.` to the new `batch.` domain which wasn't...

We have a PR open to migrate https://github.com/pelias/openaddresses/pull/513, please test that and provide feedback so we can merge it 🙏

Looking at the TagInfo stats, unfortunately I don't think this is going to be super impactful, this might be why we didn't implement back in 2018. [2.4M Undefined](https://taginfo.openstreetmap.org/search?q=alt_name#keys) [181000 English](https://taginfo.openstreetmap.org/search?q=alt_name:en#keys)...

``` # libpostal apt dependencies # note: this is done in one command in order to keep down the size of intermediate containers RUN apt-get update && \ apt-get install...

Did you follow the instructions to install libpostal from the README?