代码之家  ›  专栏  ›  技术社区  ›  ScalaBoy

如何了解一个大陆的基础。巨蟒的经纬度?

  •  0
  • ScalaBoy  · 技术社区  · 6 年前

    我可以通过这样的国家代码来检索大陆:

    安装 incf.countryutils :

    pip install incf.countryutils
    

    代码:

    from incf.countryutils import transformations
    transformations.cca_to_ctn('us')
    

    但是是否有任何允许根据纬度和经度检索大陆的python库,例如

    lat = 43.066
    long = 2.056 
    
    0 回复  |  直到 6 年前