pelias / polylines

Pelias import pipeline for polyline (road network) data.
MIT License
17 stars 24 forks source link

fix(docker_extract): detect files without using ls #203

Closed orangejulius closed 5 years ago

orangejulius commented 5 years ago

Using ls for detecting files is problematic, and in my case, running pelias prepare polylines did not detect my PBF file.

It turns out that using file globbing is quite simple for this, and works well.

missinglink commented 5 years ago

works for me