pelias / openaddresses

Pelias import pipeline for OpenAddresses.
MIT License
51 stars 43 forks source link

fix(download): Respect `missingFilesAreFatal` parameter #427

Closed orangejulius closed 5 years ago

orangejulius commented 5 years ago

The OpenAddresses download did not include error handling that took the missingFilesAreFatal parameter into account. Therefore, all download errors stopped the entire download process.

Especially for large areas that include many of the individual OA files, gracefully skipping files that have download errors can be a convenient way to handle sources that are having issues.

Fixes https://github.com/pelias/openaddresses/issues/425