docker
docker copied to clipboard
Run the Pelias geocoder in docker containers, including example projects.
``` pelias prepare all converting /data/openstreetmap/los-angeles_california.osm.pbf to /data/polylines/extract.0sv Creating extract at /data/placeholder/wof.extract ./docker_extract.sh: line 21: 10 Killed pbf streets "${PBF_FILE}" >> /data/polylines/extract.0sv Done! import... populate fts... optimize... close... Done! -...
Not sure if this is intentional but if pelias/projects/planet/test_cases already exists , it triggers a crash ``` + pelias compose up Creating pelias_interpolation ... Creating pelias_fuzzy_tester ... Creating pelias_fuzzy_tester ......
after a day of wrangling i thought i was finally home free - all steps in the docker example up till and including `download all`, `prepare all` had run successfully,...
This feed no longer works for Portland `transit`: https://github.com/pelias/docker/blob/master/projects/portland-metro/pelias.json#L121-L128 Specifically, http://cherriots.org/developer/gtfs.zip now yields a 404. It does not appear to prevent the `pelias download all` command from succeeding but should...
Hello guys, I use Pelias in docker and I have some problem with forward geocoding . The problems is when I geocode adders from same city on the same street,...
I was trying to setup a pelias geocoding server using docker and docker-compose, I followed the guidelines in [https://github.com/pelias/docker/blob/master/README.md](url) . after downloading all the docker images i used the command...
Please state in the README.md that it's not possible to run `pelias` commands unless you're a default user, i.e. `1001`. Once I switched from user `1002` back to `1001` below...
:wave: Hi, I have started a project to onboard Bangladesh in Pelias and start improving address system for Bangladesh. appreciate your help!
https://github.com/pelias/docker/blob/dd8a29815e70c261f36f7f407d5aae917de33263/cmd/docker.sh#L4-L6 Getting following output when running `pelias download wof` (after successful `pelias compose pull`) ```sh WARN[0000] a network with name pelias_default exists but was not created by compose. Set `external:...
https://github.com/pelias/docker/blob/dd8a29815e70c261f36f7f407d5aae917de33263/projects/australia/docker-compose.yml#L85-L92