Peter Johnson

Results 297 issues of Peter Johnson

cc/ @Joxit are you seeing this too? duplicated here, although I'm not convinced its an issue with the `baseimage`: https://github.com/pelias/docker-baseimage/issues/25 ```bash docker pull pelias/spatial:latest ``` ```bash docker run --rm -it...

bug

This issue is to track beta testing issues for the point-in-polygon system intended as a replacement for `pelias/pip-service`

enhancement

this DRAFT PR adds a new point-in-polygon endpoint which will hopefully be able to replace the existing `pelias/wof-admin-lookup` code. the new endpoint returns: - spatial matches - hierarchies and then...

This PR adds support for the AU ASGS format https://github.com/whosonfirst-data/whosonfirst-data/issues/1509#issuecomment-662996671

Basic benchmarks show that the point-in-polygon API takes between 0 & 1 millisecond to execute. We don't fully understand what the performance is like: - under heavy load - on...

enhancement

This PR adds support for the ONS Postcode Directory (ONSPD) for the United Kingdom https://geoportal.statistics.gov.uk/datasets/ons-postcode-directory-may-2020 I was interested to see what the coverage was like and found out: - It's...

this code was on a branch without an open PR, so I opened this so the code isn't lost.

I've been playing around with getting `spatialite-gui` to compile. It's currently failing to install `librasterlite2` on my system with: ```bash ../headers/rasterlite2_private.h:376:2: error: unknown type name 'time_t' time_t last_used; ^ In...

I noticed that [Berlin](https://spatial.synergy.io/explore/place/wof/101909779) shows as `WITHIN` [Brandenburg](https://spatial.synergy.io/explore/place/wof/85682553) when it's actually an enclave. This issue is to add some tests for enclaves/exclaves and also to add some SQL comments to...

We have a report that https://spatial.synergy.io/explore/place/wof/85931121 is not showing the correct hierarchy. The record shows a `localadmin` as parent which is not visible in the spatial database: https://github.com/whosonfirst-data/whosonfirst-data-admin-us/blob/master/data/859/311/21/85931121.geojson This may...