Peter Johnson

Results 884 comments of Peter Johnson

I think we should treat "boundary.country" as if it were "boundary.ISO" (ie. include *both* countries and dependencies despite the name saying it's only countries). Introducing a new filter called `boundary.dependency`...

I'm currently in the process of refactoring the dedupe middleware in https://github.com/pelias/api/pull/1222 However, I suspect this issue will be improved by the work the WOF team is currently doing in...

Looks good to me :+1: Did you get a chance to test it out? Did it fix your transit stop issue?

Have a look at https://github.com/pelias/interpolation

Pelias is composed of several smaller components, the interpolation service is a SQLite database which is built independently of the elasticsearch index. So while the interpolation database preserves the side...

Out of curiosity; how do you define 'left' and 'right'? We base it on the bearing from the start point to the end point of the linestring, but this can...

No problem, please close this issue if you found a solution.

Like you mentioned, you *could* (for instance) select the most southerly point as the starting point, it would make the calculation deterministic but I don't think that would guarantee that...

The logs were generated from running the [acceptance tests](https://github.com/pelias/acceptance-tests)

The only reason I can think of for the existing behaviour is if libpostal erroneously identifies things as `house` and we were trying to guard against that?