Skip to content

Commit

Permalink
poi增加全省数据爬取
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiao111 committed Nov 4, 2019
1 parent 0dd8e21 commit 1bbdf61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poi-pology/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
type_code = '170200'

## TODO 4. 高德开放平台密钥
gaode_key = '4188efb67360681f89110ccdb11e563b'
gaode_key = '密钥'


# TODO 5.输出数据坐标系,1为高德GCJ20坐标系,2WGS84坐标系,3百度BD09坐标系
Expand Down
2 changes: 1 addition & 1 deletion poi-pology/area_boundary.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#TODO 1
# 高德上申请的key
key = '4188efb67360681f89110ccdb11e563b' # 需替换为自己的
key = '密高德钥' # 需替换为自己的
# TODO 2 搜索的城市名(全名)
addr_name = '广州'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'''

# TODO 1.替换为上面申请的密钥
amap_web_key = '4188efb67360681f89110ccdb11e563b'
amap_web_key = '密钥'

# TODO 2.分类关键字,最好对照<<高德地图POI分类关键字以及编码.xlsx>>来填写对应编码,多个用逗号隔开
keyword = ['190307']
Expand Down

0 comments on commit 1bbdf61

Please sign in to comment.