Open Team-Cpptr opened 3 months ago
Additional at pelias prepare polylines
phase it's failed to deal with larger pbf file of India(~1.3GB).
In order to deal with larger files, do we need to change anywhere configuration settings?
@arnesetzer I have the same issue, how can I bash into the polyline container?
Ah, I forgot that the polyline image is not runnning as a daemon in the background all the time. In this case you could build a modified image yourself or mount a modified docker_extract.sh
But I still don't recommend this. Usually warnings like this have a valid reason.
Okay, I'll try that way.
@arnesetzer Additionally, are there any predefined Pelias configuration files (pelias.json and docker-compose) available for the India region? I haven't been able to find them.
Go to the project folder. Copy any europe country project. Replace every URL/ISO 3166 shortcode with the correct url/shortcode for india. Remove openaddress, they have no data for india. Run the steps according to the readme. Please ask follow up questions in the pelias gitter room since they are not related to this issue.
@missinglink @orangejulius Since the mentioned problem already has good documentation and the code returns a solution I propose to close this issue.
Getting this error at import process when execute
pelias import osm
or other data sources as wellfollowing is the modified pelias.json file for India region
Also, do I need to make any configuration changes for it?
Is there any existing template configuration of Pelias for the India region?