• Stars
    star
    5
  • Rank 2,849,429 (Top 57 %)
  • Language
  • Created about 6 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

通过搜索POI项,例如:学校、酒店、立交桥等,获取相应的高德POI数据。此代码获取了POI的名称、地址、电话顿号经纬度信息,可根据自己需要进行扩展。

More Repositories

1

MeiTuanData

获取美团点评的美食评论数据。关于思路介绍见我的博客:https://blog.csdn.net/slphahaha/article/details/81145404
12
star
2

BaiDuMapPoi

通过输入城市与POI名称,获取百度地图POI信息
Python
10
star
3

ARNavigation

利用OpenGL ES、手机传感器、相机和调用百度语音包服务,实现AR+语音播报导航功能(导航功能为模拟,Android)
10
star
4

BaiDuMapPanorama

通过调用百度地图WEB 服务API(http://lbsyun.baidu.com/index.php?title=webapi),获取全景图影像。
Python
8
star
5

DaZhongComments

获取大众点评网的店铺评论信息,包括店铺的概要信息(位置、经纬度、评分等)和用户详细评论数据。
Python
8
star
6

ope-lib-golang

This is the Order-preserving encryption (OPE) lib extracted from the CryptoDB.And we build a lib make sure Golang code call
C++
5
star
7

leecode

leecode刷题笔记
Python
4
star
8

crawler

golang并发爬虫,以蛋壳网为例
Go
2
star
9

pythonDataStructureAndAlgorithm

针对python的数据结构和算法
HTML
1
star
10

proxyDemo

A demo about how to build a proxy by Go
Go
1
star
11

BaiDuNuoMi

获取百度糯米网上商家的评论数据。对店铺的数据维度包括:店铺名称、店铺地址、平均价格、所有评论数、好评数量、中评数量、差评数量、电话号码、店铺评分、经纬度信息和商家经营时间。 对某店铺的评论详细数据包括:评论内容、评论时间、用户昵称、用户id、用户评分和用户等级。 main函数是获取某一个子区域的店铺id信息,存在shopUrlData.csv文件里,将get_shop_review.py文件置于和shopUrlData.csv文件同级目录运行即可获取其店铺的所有评论信息。
Python
1
star