Peter Johnson
Peter Johnson
Possibly related: - https://github.com/pelias/docker/issues/33 - https://github.com/pelias/docker/issues/118 - https://stackoverflow.com/questions/51201699/elasticsearch-docker-image-with-data-persistence I suspect the issue is related to user permissions.
The directory is owned by root and 755 then no user other than root can write to it.
Agh nice catch, this is a bug introduced last week by our dependency management bot. I've reverted that commit in https://github.com/pelias/openaddresses/pull/473 which has automatically published a new docker image. You...
Hi @wkulesza [libpostal](https://github.com/openvenues/libpostal) alone needs ~2GB of RAM to load its models. It's used by the `libpostal-service` and also included in `interpolation`, so in effect it's being loaded twice ==...
I'm having issues trying to read your examples, the geojson seems to be mangled by software. Can you please post it again enclosed in backticks (see GitHub markdown guidelines) or...
Hi @w0jtis, thanks for pasting the results again. Python seems to make geojson very ugly and hard to read :( The reason this is happening is due to [the shape...
this is due to there being two overlapping polygons: - https://spelunker.whosonfirst.org/id/101732271/ - https://spelunker.whosonfirst.org/id/101732227/ both claim to be sourced from `uscensus` which usually doesn't have overlapping polygons 🤔 note there is...
You may find the new compare app easier to use than the old Mapzen homepage: https://pelias.github.io/compare/#/v1/autocomplete?text=639+Baxter+Drive+Mukwonago
I just had a look again and the polygons don't overlap: I think there is something else going on, possibly that this has been fixed and we haven't imported the...
the issue was in our postal-cities mapping, I've fixed it via https://github.com/pelias/wof-admin-lookup/commit/0ea09e0ab8531f282f8b4e81aeba2997c65d948d but it will take some time to propagate through the stack