DenisCarriere / geocoder

:earth_asia: Python Geocoder
http://geocoder.readthedocs.org
MIT License
1.62k stars 286 forks source link

added an option to pass `countrycode` to opencage #406

Open vlsd opened 4 years ago

vlsd commented 4 years ago

This was missing, and it tends to make the results a lot better when it's available (e.g. 'AE' alone resolves to Armenia while 'AE' with 'AE' passed in the countrycode argument resolves to United Arab Emirates, which is correct).