这是为naver云平台的地理定位服务,使

NCP-Geolocation的Python项目详细描述


这是为naver云平台的地理定位服务,使用简单1。导入并填写安全代码ncp_geolocation=ncp_geolocation_api(oauth_consumer_key=“$oauth_consumer_key”,secret_key=“$secret_key”)2。执行“get_geolocation”功能打印(ncp_geolocation.get_geolocation(“125.209.222.142”))结果:{“returncode”:0,“requestid”:“c2032c47-f678-4de1-b595-461906ea90c4”,“geolocation”:{“country”:“kr”,“code”:“4113558000”,“r1”:“44221_”,“r2”:“49457;___”}

  • 此包Python名称:NCP-Geolocation
  • 目前版本: NCP-Geolocation 0.12
  • 最后维护时间:Dec 21, 2017
  • 摘要:This is for Geolocation service of Naver Cloud Platfrom It is simple to use 1. Import and fill your security code ncp_geolocation = NCP_Geolocation_API(oauth_consumer_key="$oauth_consumer_key", secret_key="$secret_key") 2. execute `get_geolocation` function print(ncp_geolocation.get_geolocation("125.209.222.142")) results : {"returnCode": 0,"requestId": "c2032c47-f678-4de1-b595-461906ea90c4","geoLocation": {"country": "KR","code": "4113558000","r1": "경기도","r2": "성남시 분당구"}}
  • 安装命令:pip install NCP-Geolocation
  • 其它:NCP-Geolocation 这个Python第三方库的作者没有提供更多的项目描述信息了,2019-11-10 23:44:14。
  • 可以返回 PyPI第三方库 首页,查找更多相关Python包程序。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
Spring 4升级后未加载java应用程序上下文   java Android 2.3.3 internet可以在我的Galaxy S上运行,但不能在我的Galaxy选项卡上运行?(许可?)   java通过不改变其原始位置对大小写字母进行排序   java Spring Boot一直在破坏我的电脑。。。sts的最佳配置是什么。Windows 10上的ini文件?   css Java Spring+引导问题   java Jackson将GeoJsonPoint序列化为纬度/经度   xml Java Transformer:如何将其结果生成OutputStream?   java如何更改字体、文本大小和设置文本位置?   在JavaSpringHibernate3.6.3中,如何告诉一个方法等待,直到获得锁,以及如何重试失败的事务?   java安卓服务代替线程   Java Swing使用鼠标移动JFrame