You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have had frequent problems with downloading geonames data from the very beginning of this project. Not too long ago, we created a script to verify a given Geonames download so that we can mirror successful downloads to our own S3 bucket.
That is all set up, incuding the mirroring. However, the importer hardcodes the URL to download from, so it's not possible to use this!
We have had frequent problems with downloading geonames data from the very beginning of this project. Not too long ago, we created a script to verify a given Geonames download so that we can mirror successful downloads to our own S3 bucket.
That is all set up, incuding the mirroring. However, the importer hardcodes the URL to download from, so it's not possible to use this!
https://github.com/pelias/geonames/blob/master/lib/tasks/download.js#L11
Ideally
pelias.json
could specify an alternate URL to download from.The text was updated successfully, but these errors were encountered: