Peter Johnson

Results 884 comments of Peter Johnson

Also worth noting that the point Pelias provides for a street is 50% along the linestring at its midpoint.

What does `grep -ni Dalagatan /path/to/polylines.0sv` return?

Heya, this is cool, thanks. Can you please explain a little bit more about how adding categories can provide improved filtering over the existing `layer` field/filter which contains similar information?...

Agh yes I understand now 😃 So.. a few thoughts: - doing this would potentially make the `layer` field obsolete? - the categories feature is super powerful, especially when combined...

Another option would be to have a way of controlling the matching behaviour of records with zero categories. So for instance you could ask for `categories=__missing__,transport,government` (for example) or by...

Hi @jfoclpf, no, not with the current API. It is however possible to achieve something like this using the [rbush](https://github.com/mourner/rbush) library we are using under-the-hood. The data model is an...

Seems like an error in the data if the `wof:country_alpha3` field is 2 chars 🤔 Any idea how widespread this issue is?

Nice benchmarks :+1:, I had a quick look at the query generation for PIP and there are definitely some 'quick wins' to reduce latency. Recently I added https://github.com/pelias/spatial/pull/65 which can...

I did some similar benchmarking in the past and found that reducing the number of users greatly improved the performance, I think in a real-world scenario we're going to be...

One of the really nice things about using SQLite is that it's so easy (and cheap!) to scale this compared to something which is memory-bound. So I'm more interested in...