Peter Johnson

Results 1014 comments of Peter Johnson

the core team are looking at this again right now. I've spent some time making the [interpolation service more performant](https://github.com/pelias/interpolation/pull/244), and it can now handle around 6k/s requests on a...

@orangejulius I did some basic testing on this and found that using multicore and libpostal service resulted in worse performance than running it single-threaded using the npm module. Maybe there's...

There is a script https://github.com/pelias/interpolation/blob/master/script/concat_oa.sh which can combine multiple OA files in to a single CSV stream for you.

Thanks for the PR, couple questions: 1. Why is the square bracket escaping required? it seems to render fine on Github: 2. Same for the table, it seems to be...

The `whosonfirst` (WOF) source is required as it provides all the admin geometries which form the political hierarchy. If you previously imported WOF then you'll need to make sure that...

As mentioned above **whosonfirst is strictly required**, you may either download it again (easy option) or use the same data you downloaded last time (advanced option). Steps: - add the...

I think we might be able to move back up to HEAD since https://github.com/openvenues/libpostal/pull/632 was merged, I'll try building and releasing a new docker image tomorrow.

@pielambr do you have an example query which caused the fault which I can use to confirm the fix?

It seems the latest docker image already includes code from the PR I linked above. @pielambr can you please tell me which version of the docker image you are running?...