Skip to main content

中国地区邮编经纬度/工具.

Project description

中国地区邮编经纬度/工具(Python 版)

pypi python_vesion

根据省市区获取中国经纬度和邮编

关于

特性

  1. 根据省市区获取经纬度和邮编。

安装

$ pip install china-region

依赖库

pandas>=0.23.4

升级

$ pip install -U china-region

使用示例

    # 获取满足条件的所有地址
    >>> import china_region
    >>> china_region.search_all(county='华安')
    [{'province': '福建省', 'city': '漳州市', 'county': '华安县', 'longitude': 117.53, 'latitude': 25.02, 'zipCode': '363800'}]
    >>> china_region.search_all(province='福建省',city='华安')
    [{'province': '福建省', 'city': '漳州市', 'county': '华安县', 'longitude': 117.53, 'latitude': 25.02, 'zipCode': '363800'}]
    >>> china_region.search_all(province='贵州',city='贵阳',county='白云')
    [{'province': '贵州省', 'city': '贵阳市', 'county': '白云区', 'longitude': 106.65, 'latitude': 26.68, 'zipCode': '550014'}]

    # 获取满足条件的第一个地址
    >>> china_region.search('辽宁 铁岭')
    {'province': '辽宁省', 'city': '铁岭市', 'county': '铁岭市', 'longitude': 123.83, 'latitude': 42.28, 'zipCode': '112000'}

    # 获取一个随机的地址
    >>> china_region.sample()
    {'province': '山西省', 'city': '临汾市', 'county': '洪洞县', 'longitude': 111.67, 'latitude': 36.25, 'zipCode': '041600'}

资源文件

北京市	北京市	北京市	116.4	39.9	100000
北京市	北京市	东城区	116.42	39.93	100010
北京市	北京市	西城区	116.37	39.92	100032
北京市	北京市	崇文区	116.43	39.88	100000
北京市	北京市	宣武区	116.35	39.87	100000
北京市	北京市	朝阳区	116.43	39.92	100020
北京市	北京市	丰台区	116.28	39.85	100071

相似项目: https://github.com/radiocontroller/china-location

Lincese

MIT License

Copyright (c) 2019  Thunder Bouble

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

china_region-0.0.11.tar.gz (190.2 kB view details)

Uploaded Source

Built Distribution

china_region-0.0.11-py3-none-any.whl (51.5 kB view details)

Uploaded Python 3

File details

Details for the file china_region-0.0.11.tar.gz.

File metadata

  • Download URL: china_region-0.0.11.tar.gz
  • Upload date:
  • Size: 190.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for china_region-0.0.11.tar.gz
Algorithm Hash digest
SHA256 17adc01d8963fa1a3eab8e8b6c6fc11af33e486df6c3afb0e15738733c5d2411
MD5 cba18ece0f00485bcab8c5fefa807ffe
BLAKE2b-256 82c1dac2129c265c6655a02d56c301b237aa0ac446d3fe68b345e8012c056907

See more details on using hashes here.

File details

Details for the file china_region-0.0.11-py3-none-any.whl.

File metadata

  • Download URL: china_region-0.0.11-py3-none-any.whl
  • Upload date:
  • Size: 51.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for china_region-0.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 a6838bd6221fc1015ffdbec9db0fca06d5765153a24006260a3b124fed2f841f
MD5 2ca7e76dc3cdb62bc71d92c22c9aaa72
BLAKE2b-256 e0254ce21d958aca2f8834cde2108053d628952fae3099a5d3cc4973e4a2992b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page