pelias / docker

Run the Pelias geocoder in docker containers, including example projects.
MIT License
314 stars 217 forks source link

Pelias openaddress import seem not working #337

Open PhanSon95 opened 6 months ago

PhanSon95 commented 6 months ago

Hi team, when import data for planet, I see openaddresses seem not working. I imported data for planet with project example. But I try to search some addresses and see my pelias missing addresses. I spend many time to research and see only addresses in openstreetmap can be found. Another addresses in openaddresses seem not working

Steps to Reproduce

  1. down load file pbf in https://download.geofabrik.de/
  2. Import pelias docker with project planet
  3. Search addreses

    • addresses found

      http://localhost:4000/v1/autocomplete?text=2110%20john%20mc
    • addresses not found

      http://localhost:4000/v1/autocomplete?text=2160%20john%20mc

Expected behavior Search success all data both in openstreetmap and openaddress

Environment (please complete the following information): OS: Ubuntu 22.04 LTS Docker versions: Docker version 23.0.0, build e92dd87

Pastebin/Screenshots I use same file planet.pbf to import tile map. Only addresses in picture can be found image

Another data openaddresses not found I check both 2 file openaddress in resul and batch data and see still have another addresses .File download in https://results.openaddresses.io/sources/ca/qc/montreal image

I also check pelias command line, doesn't have any command above openaddresses image

References