Closed bcipolli closed 4 years ago
Thanks @bcipolli ! Sound like a bug. Do you want to investigate ? :) A full traceback would also be helpful.
Initially I wasn't keen on running unit tests for all countries, as that would mean downloading all datasets for each CI run, but given that the datasets also get updated with time, maybe there is no way around it.
@rth Three different issues; would you prefer 3 tickets?
AS
- missing column headers in the raw downloaded fileLT
- one place name is blank, converted to np.nan
, which fails in a later groupby
VA
- only column headers (no data) in the raw downloaded file, fails a groupby
Lemme know how you'd like to solve, I can likely push up a PR for code changes.
I have a set of zip codes that I need to decode to countries. To do so, I plan to query each nominatim and return any country where a match is found.
In trying to instantiate each nominatum, I received an error:
When investigating:
I get:
Suggest either investigating, or dropping from the valid countries list. Thanks!