Questions tagged [pelias]

Pelias is a modular, open-source geocoder built on top of Elasticsearch for fast and accurate global search.

9 questions
2
votes
0 answers

How to join whosonfirst results with other layers? Pelias API

I've configured Pelias API and see that my results don't include whosonfirst locality my API results: api.geocode.earth results: I do have configured all services (placeholder, pip, libpostal) running correctly Config for whosonfirst import job: …
AlexZholob
  • 317
  • 1
  • 16
2
votes
1 answer

How can I configure the interpolation for a self hosted instance of Pelias?

I use the dockerfiles GitHub repository of Pelias and would like to set up a local instance of the geocoding service. I need to import data of Berlin, Germany. To achieve this I have to adjust the data pathes and files in a config file called…
jengeb
  • 393
  • 1
  • 7
  • 21
2
votes
2 answers

Autocomplete search using pelias OSM

I don't know if my question is valid or not,I use nominatim search engine but it can't make auto-complete search so I decide to use pelias by mapzen, my question is that is it possible to import data from nominatim to pelias? How? Thank you
Joy
  • 406
  • 4
  • 18
1
vote
1 answer

How to add a new whosonfirst place to an existing pelias database?

I created a pelias database using pelias/whosonfirst with configuring imports.whosonfirst.importPlace with Turkeys wof id at pelias.json file. Now I want to add United Kingdom too but i don't want to download the entire database(27 GB). Is it…
Prozeke
  • 15
  • 3
1
vote
1 answer

Proper way to add a second master node to an existing elasticsearch node

I have two identical servers, I have setup elastic search on one and imported about 200m records into it. I now want the other server to have the same set of records and the two to work as a pair, just incase one server goes down I can quickly…
bhawkins
  • 326
  • 2
  • 11
0
votes
1 answer

How to run pelias with custom data

I have millions of Bangladesh address data. They are clean and well structured ( Poi, House,Road,Area,Postcode,latitude,longitude,etc ) Now I want to load them into pelias geocoder. Can you help me by suggesting the steps with installation…
Rafiqul Islam
  • 205
  • 2
  • 13
0
votes
1 answer

How can I send an "end" event to Nodejs stream

Im' working with a pelias project and using package wof-admin-lookup to handle data that is read from a file. There is a case, there is no valid data for being pushed to stream. The wof-admin-lookup will never end. Here is my code: const stream =…
Nguyen Hoang Vu
  • 751
  • 2
  • 14
  • 35
0
votes
1 answer

Is the Pelias-android-sdk library still functional?

I want to implement a location autocomplete feature in android. I am using osmdroid to display the map. When i include the below dependancy: implementation 'com.mapzen.android:pelias-android-sdk:1.3.1' I get the following error: Failed to…
Bradley Juma
  • 131
  • 13
0
votes
1 answer

Does any pelias service needs wof bundles to work?

I have downloaded wof data with import place. As a result, i have ended up having meta and data directories created by pelias/whosonfirst data importer. I imported these directories with pelias import wof command. Now, I am not sure whether I can…
Prozeke
  • 15
  • 3