docker icon indicating copy to clipboard operation
docker copied to clipboard

How to run Pelias geocoder in docker with my own .pbf file data without external data

Open bmyashaswi opened this issue 7 months ago • 5 comments

Describe the bug I am trying to run Pelias geocoder in Docker using my own .pbf file data. I want to do this without using any external data sources. However, I am encountering issues with the setup.

Steps to Reproduce

Prepare a Docker environment with Pelias. Use a local .pbf file for data import. Configure Pelias to use this .pbf file. Start Pelias using Docker and attempt to import the .pbf file. Expected behavior Pelias should successfully import and index the data from my .pbf file and be able to handle geocoding requests using this data.

References

bmyashaswi avatar Jul 23 '24 11:07 bmyashaswi