Use eBird checklist file names to resolve country/state.

Issue #562 resolved
Adam Winer created an issue

There’s an eBird API! As long as the name matches “S[0-9]+.*\.csv, we can fetch the country and state code and avoid the extra import step.

Comments (1)

  1. scythebill repo owner

    Resolve Issue #562: Use eBird checklist file names to resolve country/state.

    Not ideal, in that it currently blocks the main event thread while sending the HTTP request. Need a better solution for that.

    → <<cset 944ac6daf594>>

  2. Log in to comment