标签: python geolocation geo
我可以通过以下国家/地区代码检索大陆:
安装incf.countryutils:
incf.countryutils
pip install incf.countryutils
代码:
from incf.countryutils import transformations transformations.cca_to_ctn('us')
但是是否有任何Python库可以根据纬度和经度来检索大洲,例如
lat = 43.066 long = 2.056