pypsa-meets-earth / pypsa-earth-sec

GNU General Public License v3.0
19 stars 16 forks source link

Retries for Nominatim requests #259

Closed cpschau closed 6 months ago

cpschau commented 6 months ago

Closes # (if applicable).

Changes proposed in this Pull Request

ReadTimeoutError occured when accessing the Nominatim API (maybe due to bad internet connection). Country codes can be now retrieved my simple re-submission of request.

Ten re-tries were set as a threshold value.

Checklist