├── README.md ├── cutmap.py ├── data_amap.json ├── excel_merge.py ├── get_poi_by_polygon.py └── huoxing2wgs84.py /README.md: -------------------------------------------------------------------------------- 1 | ###通过切块爬取高德地图POI数据### 2 | 3 | 4 | Tips:通过城市名爬取高德地图POI详见https://github.com/zhoujungis/amap_poi_scrapy 5 | 6 | 7 | 1.运行cutmap.py,将整个大块区域分割成POI数据不超过720条的小区域(修改路径,Key) 8 | 9 | 2.运行get_poi_by_polygon.py,分块爬取数据(修改路径,Key) 10 | 11 | 3.去除所有表头,只保留一个,然后使用excel_merge.py合并所有的excel(修改对应的路径) 12 | 13 | 4.数据分列,将location分为lon和lat两列 14 | 15 | 5.使用huoxing2wgs84.py进行坐标转换,转化为wgs1984,然后利用arcgis转化为shape文件,all done!!!(修改对应的路径) 16 | 17 | 6.有问题请联系;zhoujunseu@163.com 18 | -------------------------------------------------------------------------------- /cutmap.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | """ 3 | Created on Thu Nov 29 18:48:19 2018 4 | 5 | @author: zhouj 6 | """ 7 | 8 | import requests 9 | import time 10 | import json 11 | 12 | def DownloadHtml(url): 13 | request = requests.get(url=url, timeout=(5, 27)) 14 | html = request.text 15 | request.close() 16 | return html 17 | 18 | #base_url=http://restapi.amap.com/v3/place/polygon?polygon= 19 | #url=http://restapi.amap.com/v3/place/polygon?polygon=108.640287,26.043184;110.579374,27.275355&key=你的KEY&extensions=all&offset=5&page=1 20 | def CutChina(xmin,ymin,xmax,ymax,base_url,types,key): 21 | url = base_url+str(xmin)+","+str(ymin)+";"+str(xmax)+","+str(ymax)+"&types="+types+"&key="+key+"&extensions=all&offset=5&page=1" 22 | file = "MapCutPoint/"+types+".txt" 23 | data = DownloadHtml(url=url) 24 | jsonData=json.loads(data) 25 | count=int(jsonData["count"]) 26 | print(count) 27 | if(0720): 33 | midX = (xmin+xmax)/2 34 | midY = (ymin+ymax)/2 35 | time.sleep(1) 36 | CutChina(xmin,ymin,midX,midY,base_url,types,key) 37 | time.sleep(1) 38 | CutChina(midX,ymin,xmax,midY,base_url,types,key) 39 | time.sleep(1) 40 | CutChina(xmin,midY,midX,ymax,base_url,types,key) 41 | time.sleep(1) 42 | CutChina(midX,midY,xmax,ymax,base_url,types,key) 43 | 44 | if __name__ == "__main__": 45 | key = “” 46 | base_url = "http://restapi.amap.com/v3/place/polygon?polygon=" 47 | #typelist=["01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16","17","18","19","20","22","97","99"] 48 | typelist = ["01"] 49 | for type0 in typelist: 50 | types = type0+"0000" 51 | CutChina(71.234018,17.725738,136.139681,55.28893,base_url,types,key) 52 | -------------------------------------------------------------------------------- /data_amap.json: -------------------------------------------------------------------------------- 1 | [{"id": "B02B300CU3", "parent": [], "name": "\u9646\u53d1\u5764\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "\u60e0\u52d0\u516c\u8def\u4e0e029\u4e61\u9053\u4ea4\u53c9\u53e3\u897f\u5317200\u7c73", "location": "100.123322,22.196467", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE033100203912", "distance": [], "navi_poiid": "F47F022033_8", "entr_location": "100.123541,22.196733", "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B0FFGJ1M1I", "parent": [], "name": "\u4e2d\u56fd\u77f3\u5316\u57ce\u533a\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u4e2d\u56fd\u77f3\u5316", "typecode": "010101", "biz_type": [], "address": "\u60e0\u52d0\u516c\u8def(\u666f\u4f5b\u52a0\u6cb9\u7ad9\u4e1c)", "location": "100.433935,21.948978", "tel": "0691-5180254", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733422", "distance": [], "navi_poiid": "F47F025036_77", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": [{"title": [], "url": "http://store.is.autonavi.com/showpic/8a68fd0eda5507c9e6c17d7105a150c7"}, {"title": [], "url": "http://aos-cdn-image.amap.com/sns/ugccomment/cb71be3f-885f-4a8e-b7b6-02e48a5c9aa6.JPG"}]}, {"id": "B02B300AEQ", "parent": [], "name": "\u4e2d\u56fd\u77f3\u5316\u66fc\u5217\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u4e2d\u56fd\u77f3\u5316", "typecode": "010101", "biz_type": [], "address": "\u52d0\u906e\u9547\u60e0\u52d0\u516c\u8def\u9644\u8fd1", "location": "100.318506,21.944967", "tel": "0691-5450995", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100723511", "distance": [], "navi_poiid": "F47F025035_57", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B02B300ACX", "parent": [], "name": "\u52d0\u6ee1\u632f\u5174\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "\u52d0\u6ee1\u9547214\u56fd\u9053\u52d0\u6ee1\u8fb9\u9632\u6d3e\u51fa\u6240\u9644\u8fd1", "location": "100.128810,22.177661", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE033100211000", "distance": [], "navi_poiid": [], "entr_location": "100.128758,22.177402", "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B0FFFEOU8V", "parent": [], "name": "\u4e2d\u56fd\u77f3\u5316\u52d0\u6d77\u4e30\u6e90\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u4e2d\u56fd\u77f3\u5316", "typecode": "010101", "biz_type": [], "address": "214\u56fd\u9053\u9644\u8fd1", "location": "100.457600,21.979186", "tel": "0691-5129012", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100737611", "distance": [], "navi_poiid": "F47F025036_2316", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B0FFG6L4SE", "parent": [], "name": "\u52d0\u906e\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "\u60e0\u52d0\u516c\u8def\u897f50\u7c73", "location": "100.257549,22.000608", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE033100020001", "distance": [], "navi_poiid": "F47F024035_202", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B02B30LVX0", "parent": [], "name": "\u52d0\u6d77\u91d1\u7389\u52a0\u6cb9\u7ad9(\u7fe1\u7fe0\u91cc\u897f\u5317)", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "\u52d0\u6d77\u9547214\u56fd\u9053(\u65e7)\u4e00\u54c1\u5802\u8336\u53f6\u516c\u53f8\u9644\u8fd1", "location": "100.458501,21.982055", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100737622", "distance": [], "navi_poiid": "F47F025036_1114", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B0FFG72QYN", "parent": [], "name": "\u9ece\u660e\u77f3\u6cb9\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "\u52d0\u906e\u9547\u4e00\u5206\u573a214\u56fd\u905326\u516c\u91cc\u5904", "location": "100.242221,22.015298", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE033100011921", "distance": [], "navi_poiid": "F47F024034_5", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B02B300CAJ", "parent": [], "name": "\u4e2d\u56fd\u77f3\u6cb9\u6797\u8d38\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u4e2d\u56fd\u77f3\u6cb9", "typecode": "010102", "biz_type": [], "address": "\u4f5b\u53cc\u8def174\u53f7", "location": "100.420793,21.948156", "tel": "15969171721", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733321", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B0FFJ5YCM9", "parent": [], "name": "\u98de\u7fd4\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "\u8513\u5bb0\u9f99\u4f5b\u5bfa\u53c9\u53e3", "location": "100.261179,21.985049", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100728002", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B02B30034O", "parent": [], "name": "\u4e2d\u56fd\u77f3\u5316\u4e1c\u90ca\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u4e2d\u56fd\u77f3\u5316", "typecode": "010101", "biz_type": [], "address": "\u66fc\u5174\u8def\u4ea4\u8b66\u5927\u961f\u65c1", "location": "100.449753,21.965824", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100735522", "distance": [], "navi_poiid": "F47F025036_559", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B0FFGL6DX9", "parent": [], "name": "\u666f\u9f99\u767d\u8c61\u6d17\u8f66\u4e2d\u5fc3", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6d17\u8f66\u573a;\u6d17\u8f66\u573a", "typecode": "010500", "biz_type": [], "address": "\u666f\u9f99\u767d\u8c61\u5927\u9152\u5e97\u65c1\u8fb9(214\u56fd\u9053\u4e1c)", "location": "100.440767,21.959391", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100735500", "distance": [], "navi_poiid": "F47F025036_10700", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B02B300CNJ", "parent": [], "name": "\u7231\u519b\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "\u6d77\u5f80\u7ebf\u52d0\u963f\u9547\u4e2d\u5b66\u5317250\u7c73", "location": "100.331766,22.194340", "tel": "0691-5621119", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE033100223601", "distance": [], "navi_poiid": "F47F022035_19", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B0FFIQ1DAG", "parent": [], "name": "\u4e2d\u8054\u77f3\u5316\u60e0\u6c11\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "214\u56fd\u9053\u535750\u7c73", "location": "100.091299,22.250156", "tel": "13577663958", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0879", "cityname": "\u666e\u6d31\u5e02", "adcode": "530828", "adname": "\u6f9c\u6ca7\u62c9\u795c\u65cf\u81ea\u6cbb\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE033100300700", "distance": [], "navi_poiid": [], "entr_location": "100.091016,22.250834", "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B0FFG72QXM", "parent": [], "name": "\u52d0\u5188\u516c\u8def\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "\u52d0\u5188\u516c\u8def\u4e0e\u60e0\u52d0\u516c\u8def\u4ea4\u53c9\u53e3\u4e1c\u5317100\u7c73", "location": "100.294369,21.961184", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100725311", "distance": [], "navi_poiid": "F47F025035_64", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B02B300CTB", "parent": [], "name": "\u52d0\u906e\u9547\u66fc\u7ae0\u5cad\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "\u60e0\u52d0\u516c\u8def\u897f50\u7c73", "location": "100.270046,21.987715", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100728111", "distance": [], "navi_poiid": "F47F025035_67", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": [{"title": [], "url": "http://store.is.autonavi.com/showpic/75148c75139b5d37b7304fbdef88183e"}]}, {"id": "B0FFIMC94A", "parent": [], "name": "\u963f\u519b\u79df\u8f66\u884c", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "\u60e0\u6c11\u9547\u5ba2\u8fd0\u7ad9\u659c\u5bf9\u9762", "location": "100.078870,22.258698", "tel": "13769094088", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0879", "cityname": "\u666e\u6d31\u5e02", "adcode": "530828", "adname": "\u6f9c\u6ca7\u62c9\u795c\u65cf\u81ea\u6cbb\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE033100301600", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": [{"title": [], "url": "http://aos-cdn-image.amap.com/sns/ugccomment/a1b293e1-2354-41ca-9b20-5896e87d7a07.jpg"}, {"title": [], "url": "http://aos-cdn-image.amap.com/sns/ugccomment/6e6a6102-6d6e-4655-a6fc-8c5f69c0a6c9.jpg"}]}, {"id": "B0FFHI74VX", "parent": [], "name": "\u8f66\u91cc\u4f73\u540d\u8f66\u574a\u6d17\u8f66\u90e8", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6d17\u8f66\u573a;\u6d17\u8f66\u573a", "typecode": "010500", "biz_type": [], "address": "\u666f\u5174\u8def\u4e0e214\u56fd\u9053\u4ea4\u53c9\u53e3\u4e1c\u5317100\u7c73", "location": "100.449306,21.974806", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100736522", "distance": [], "navi_poiid": "F47F025036_10727", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFGJ1Q88", "parent": [], "name": "\u4e2d\u56fd\u77f3\u6cb9\u52a0\u6cb9\u7ad9(\u52d0\u6d77\u53bf\u6c11\u65cf\u5c0f\u5b66\u4e1c)", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u4e2d\u56fd\u77f3\u6cb9", "typecode": "010102", "biz_type": [], "address": "\u4f5b\u53cc\u8def174\u53f7", "location": "100.422223,21.948055", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733322", "distance": [], "navi_poiid": "F47F025036_2367", "entr_location": "100.422045,21.948237", "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B0FFG6L4PU", "parent": [], "name": "\u66fc\u5174\u8def\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "214\u56fd\u9053\u535750\u7c73", "location": "100.454303,21.978608", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100737611", "distance": [], "navi_poiid": "F47F025036_2462", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFJ8E5YE", "parent": [], "name": "\u96c5\u742a\u6c7d\u8f66\u670d\u52a1\u4f1a\u6240", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "\u60e0\u52d0\u516c\u8def\u897f50\u7c73", "location": "100.251120,22.006789", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE033100020020", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B02B30M9BI", "parent": [], "name": "\u897f\u5b9a\u4e61\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "\u897f\u5b9a\u4e61\u53bf\u9053K08\u897f\u5b9a\u52a0\u6cb9\u7ad9", "location": "100.165420,21.911150", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100619310", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B02B300CTP", "parent": [], "name": "044\u4e61\u9053\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "044\u4e61\u9053\u535750\u7c73", "location": "100.391404,21.841185", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100630120", "distance": [], "navi_poiid": "F47F026036_32", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B02B30MG8E", "parent": [], "name": "\u683c\u6717\u548c\u597d\u8fd0\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "\u683c\u6717\u548c\u516c\u8def\u4e1c200\u7c73", "location": "100.570840,21.864046", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100643522", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B0FFJQ53VX", "parent": [], "name": "\u6052\u5174\u519c\u673a\u673a\u7535\u7535\u52a8\u5de5\u5177\u6279\u53d1", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "214\u56fd\u9053\u531750\u7c73", "location": "100.080657,22.258808", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0879", "cityname": "\u666e\u6d31\u5e02", "adcode": "530828", "adname": "\u6f9c\u6ca7\u62c9\u795c\u65cf\u81ea\u6cbb\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE033100301601", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []},{"id": "B0FFGIZBD5", "parent": [], "name": "\u52a0\u6cb9\u7ad9(\u66fc\u65b9\u5c0f\u5b66\u4e1c\u5357)", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "\u66fc\u65b9\u5c0f\u5b66\u9644\u8fd1", "location": "100.516500,22.054997", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE033100046110", "distance": [], "navi_poiid": "F47F024037_10", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B0FFG05R4F", "parent": [], "name": "\u5b8f\u4f1f\u79df\u8f66\u884c", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u79df\u8d41;\u6c7d\u8f66\u79df\u8d41\u8fd8\u8f66", "typecode": "010901", "biz_type": [], "address": "214\u56fd\u9053\u548cK08\u53bf\u9053\u7684\u4ea4\u53c9\u53e3\u9644\u8fd1", "location": "100.271037,21.985595", "tel": "15388812225", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100728102", "distance": [], "navi_poiid": "F47F025035_270", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": [{"title": [], "url": "http://store.is.autonavi.com/showpic/78ca046bb6cbbd66853502345ed91792"}]}, {"id": "B02B300CNH", "parent": [], "name": "\u52d0\u963f\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "\u5ec9\u946b\u5c0f\u533a\u5357", "location": "100.331705,22.178924", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE033100221611", "distance": [], "navi_poiid": "F47F022035_17", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B0FFG0HCZR", "parent": [], "name": "\u5b8f\u53d1\u6c7d\u8f66\u88c5\u9970\u7528\u54c1\u4e2d\u5fc3", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u60e0\u52d0\u516c\u8def\u4e1c50\u7c73", "location": "100.257084,22.001663", "tel": "15812160086", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE033100020001", "distance": [], "navi_poiid": "F47F024035_198", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFIZM80D", "parent": [], "name": "\u52d0\u906e\u597d\u8fd0\u8f6e\u80ce\u5e97\u5f62\u8c61\u5e97", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e", "typecode": "010800", "biz_type": [], "address": "G214(\u897f\u666f\u7ebf)", "location": "100.271503,21.983767", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100728102", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B02B30M96H", "parent": [], "name": "\u683c\u6717\u548c\u82cf\u6e56\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "\u683c\u6717\u548c\u54c8\u5c3c\u65cf\u4e61\u683c\u6717\u548c\u516c\u8def\u534a\u5761\u5be8\u9644\u8fd1", "location": "100.533560,21.900040", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100648202", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B02B30M99V", "parent": [], "name": "\u560e\u62f1\u5c0f\u8857\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "K08\u53bf\u9053\u897f50\u7c73", "location": "100.223290,21.940339", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100712722", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B0FFG6L4PG", "parent": [], "name": "\u8fdc\u822a\u6c7d\u8f66\u88c5\u9970\u7528\u54c1", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u60e0\u52d0\u516c\u8def\u4e0eK08\u53bf\u9053\u4ea4\u53c9\u53e3\u4e1c\u5357100\u7c73", "location": "100.271155,21.985096", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100728102", "distance": [], "navi_poiid": "F47F025035_268", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFG6L4QT", "parent": [], "name": "\u9ed1\u9ca8\u6c7d\u8f66\u4e4b\u5bb6", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u60e0\u52d0\u516c\u8def\u4e0eK08\u53bf\u9053\u4ea4\u53c9\u53e3\u4e1c\u5357200\u7c73", "location": "100.271392,21.984504", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100728102", "distance": [], "navi_poiid": "F47F025035_265", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B02B300CT8", "parent": [], "name": "\u52a0\u6cb9\u7ad9(\u66fc\u676d\u6df7)", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u52a0\u6cb9\u7ad9;\u52a0\u6cb9\u7ad9", "typecode": "010100", "biz_type": [], "address": "\u52d0\u906e\u9547214\u56fd\u9053\u4f5b\u53cc\u6865\u9644\u8fd1", "location": "100.340166,21.942396", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100723700", "distance": [], "navi_poiid": "F47F025035_65", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": "7.00"}, "event": [], "children": [], "photos": []}, {"id": "B02B30LW1U", "parent": [], "name": "\u5efa\u534e\u6c7d\u8f66\u88c5\u9970\u7f8e\u5bb9\u5e97", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u52d0\u6d77\u9547\u4f5b\u53cc\u8def35\u53f7", "location": "100.441820,21.951592", "tel": "13908817234;13988104818", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734501", "distance": [], "navi_poiid": "F47F025036_1355", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": [{"title": [], "url": "http://store.is.autonavi.com/showpic/15e2921aa1f645a0ccac54142ce28c07"}]}, {"id": "B0FFIU978J", "parent": [], "name": "\u946b\u6e90\u7535\u5668\u7efc\u5408\u4fee\u7406", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "009\u4e61\u9053\u4e0eK09\u53bf\u9053\u4ea4\u53c9\u53e3\u897f\u531750\u7c73", "location": "100.330587,22.181992", "tel": "15752323892;15752067781", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE033100221621", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFFELX1O", "parent": [], "name": "\u52d0\u6d77\u518d\u5174\u8f6e\u80ce\u7ecf\u8425\u90e8", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e", "typecode": "010800", "biz_type": [], "address": "214\u56fd\u9053\u897f50\u7c73", "location": "100.435970,21.949134", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733422", "distance": [], "navi_poiid": "F47F025036_2179", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": "0.0", "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B02B300661", "parent": [], "name": "\u53cb\u597d\u6c7d\u914d", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e", "typecode": "010800", "biz_type": [], "address": "\u60e0\u52d0\u516c\u8def\u897f50\u7c73", "location": "100.263991,21.994900", "tel": "0691-5425076", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100729110", "distance": [], "navi_poiid": "F47F025035_41", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": "0.0", "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFG091CG", "parent": [], "name": "\u52d0\u6d77\u6c38\u8fbe\u8f6e\u80ce\u603b\u6c47", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e", "typecode": "010800", "biz_type": [], "address": "\u4f5b\u53cc\u8def\u4e0e\u53cc\u62e5\u8def\u4ea4\u53c9\u53e3\u4e1c100\u7c73", "location": "100.441469,21.951472", "tel": "0691-5123677;15087689628", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734500", "distance": [], "navi_poiid": "F47F025036_2404", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": [{"title": [], "url": "http://store.is.autonavi.com/showpic/5e2c1e7fcb678e4d2df73cabf4091679"}]}, {"id": "B0FFG6L4TA", "parent": [], "name": "\u671d\u9633\u8def\u864e\u8f6e\u80ce", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e", "typecode": "010800", "biz_type": [], "address": "\u60e0\u52d0\u516c\u8def\u531750\u7c73", "location": "100.422188,21.948539", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733322", "distance": [], "navi_poiid": "F47F025036_2354", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFG6L4ZL", "parent": [], "name": "\u7ca4\u53d1\u8f6e\u80ce\u7ecf\u8425\u90e8", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e", "typecode": "010800", "biz_type": [], "address": "\u60e0\u52d0\u516c\u8def\u535750\u7c73", "location": "100.423311,21.948071", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733322", "distance": [], "navi_poiid": "F47F025036_2369", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFFELSVF", "parent": [], "name": "\u52d0\u6d77\u706b\u5c71\u4e8c\u624b\u8f66\u7ecf\u9500\u6709\u9650\u516c\u53f8", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u4e8c\u624b\u8f66\u4ea4\u6613;\u4e8c\u624b\u8f66\u4ea4\u6613", "typecode": "011000", "biz_type": [], "address": "\u666f\u4e70\u8def", "location": "100.436575,21.942163", "tel": "0691-5129888", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733402", "distance": [], "navi_poiid": "F47F025036_2116", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFJXOQY3", "parent": [], "name": "\u5b59\u884c\u8005\u6551\u63f4\u5728\u7ebf", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "\u4f5b\u53cc\u8def171\u53f7", "location": "100.425031,21.948282", "tel": "0691-5566208;4000040195", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733420", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": "\u52d0\u6d77\u53bf\u91d1\u946b\u6c7d\u8f66\u4fee\u7406\u5382", "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFG0OYWD", "parent": [], "name": "\u52d0\u6d77\u987a\u98ce\u6c7d\u8f66\u79df\u8d41\u884c", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u79df\u8d41;\u6c7d\u8f66\u79df\u8d41", "typecode": "010900", "biz_type": [], "address": "\u52d0\u6d77\u9547\u8c61\u5c71\u9547\u8001\u885754\u53f7", "location": "100.449008,21.961487", "tel": "0691-5186999;13988184655", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100735512", "distance": [], "navi_poiid": "F47F025036_10045", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFFELSVG", "parent": [], "name": "\u706b\u5c71\u79df\u8f66\u884c", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u79df\u8d41;\u6c7d\u8f66\u79df\u8d41", "typecode": "010900", "biz_type": [], "address": "214\u56fd\u9053\u897f50\u7c73", "location": "100.436529,21.941951", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733402", "distance": [], "navi_poiid": "F47F025036_2117", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFJPUOP4", "parent": [], "name": "\u4e2d\u56fd\u91cd\u6c7d", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "214\u56fd\u9053\u897f50\u7c73", "location": "100.436140,21.948738", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733422", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": [{"title": [], "url": "http://aos-cdn-image.amap.com/sns/ugccomment/e65473a1-ba00-4611-b67c-5b5ee0a6226c.jpg"}]}, {"id": "B0FFG72QYS", "parent": [], "name": "\u817e\u8fbe\u6c7d\u914d(\u60e0\u52d0\u516c\u8def\u5e97)", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e", "typecode": "010800", "biz_type": [], "address": "\u5fa1\u8336\u5927\u9152\u5e97\u897f(\u52d0\u60e0\u516c\u8def)", "location": "100.428224,21.948652", "tel": "13578166066", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733420", "distance": [], "navi_poiid": "F47F025036_1100", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": "0.0", "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFJ1M4YQ", "parent": [], "name": "\u52d0\u906e\u9646\u901a\u8f6e\u80ce", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "\u60e0\u52d0\u516c\u8def\u4e1c50\u7c73", "location": "100.294395,21.962891", "tel": "18669153801", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100725311", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFHFDBFS", "parent": [], "name": "\u7c73\u5176\u6797\u8f6e\u80ce", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e", "typecode": "010800", "biz_type": [], "address": "214\u56fd\u9053", "location": "100.436620,21.954390", "tel": "15969172423", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734412", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []},{"id": "B0FFG0DARI", "parent": [], "name": "\u4f59\u5bb9\u6c7d\u8f66\u88c5\u9970", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u4f5b\u53cc\u8def93\u53f7\u9644\u8fd1", "location": "100.428911,21.948901", "tel": "13618813683", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733420", "distance": [], "navi_poiid": "F47F025036_2335", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": "0.0", "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFG6L4SJ", "parent": [], "name": "\u65b0\u6f6e\u6d41\u6c7d\u8f66\u88c5\u9970\u884c", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u4f5b\u53cc\u8def107\u53f7\u9644\u8fd1", "location": "100.426895,21.948338", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733420", "distance": [], "navi_poiid": "F47F025036_2346", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFG6L53W", "parent": [], "name": "\u8c6a\u6bc5\u6c7d\u8f66\u7a7a\u8c03\u88c5\u9970", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u4f5b\u53cc\u8def211\u53f7\u9644\u8fd1", "location": "100.427603,21.948112", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733420", "distance": [], "navi_poiid": "F47F025036_2375", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFHI2WBI", "parent": [], "name": "\u5b8f\u539f\u6c7d\u8f66\u88c5\u9970", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u52d0\u6d77\u9547\u65b0\u6cd5\u9662\u65c1\u8fb9", "location": "100.438201,21.950753", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734500", "distance": [], "navi_poiid": "F47F025036_509", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFHI756D", "parent": [], "name": "\u745e\u822a\u6d17\u8f66\u670d\u52a1\u4e2d\u5fc3", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u4e8c\u5c0f\u65c1", "location": "100.449843,21.965724", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100735522", "distance": [], "navi_poiid": "F47F025036_10756", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFHI2URG", "parent": [], "name": "\u767e\u8f66\u6c47\u6c7d\u8f66\u7f8e\u5bb9\u88c5\u9970\u884c", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u4f5b\u53cc\u8def61\u53f7\u9644\u8fd1", "location": "100.442651,21.952281", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734501", "distance": [], "navi_poiid": "F47F025036_2174", "entr_location": "100.442770,21.952149", "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFJ3XQAC", "parent": [], "name": "\u4e2d\u56fd\u77f3\u6cb9\u52d0\u6d77\u5f00\u53d1\u533a\u52a0\u6cb9\u7ad9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "214\u56fd\u9053\u897f50\u7c73", "location": "100.444756,21.967543", "tel": "15974949132", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100736501", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFHI4TY6", "parent": [], "name": "\u8f66\u767e\u6c47\u6d17\u8f66\u7f8e\u5bb9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u52d0\u6d77\u9547\u666f\u517b\u8def95\u53f7", "location": "100.450085,21.951009", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734600", "distance": [], "navi_poiid": "F47F025036_9827", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFFZ5JNW", "parent": [], "name": "\u5b8f\u53d1\u6c7d\u8f66\u88c5\u9970", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u52d0\u6d77\u9547\u4f5b\u53cc\u8def\u65b0\u6cd5\u9662\u5bf9\u9762", "location": "100.438984,21.950612", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734500", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": [{"title": [], "url": "http://store.is.autonavi.com/showpic/06994adb8f13622e4a4f9e2c88124a0a"}]}, {"id": "B0FFHNQKHL", "parent": [], "name": "\u52d0\u6d77\u5c0f\u6768\u6d17\u8f66", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "G214\u897f\u666f\u7ebf\u5370\u8c61\u54c8\u5c3c\u7684\u4e1c\u5357\u9762\u7ea6138\u7c73\u5904", "location": "100.436522,21.953831", "tel": "15752075954", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734412", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFHI77N7", "parent": [], "name": "\u8f66\u6c34\u9a6c\u9f99\u6c7d\u8f66\u4ff1\u4e50\u90e8", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u4ff1\u4e50\u90e8;\u6c7d\u8f66\u4ff1\u4e50\u90e8", "typecode": "010600", "biz_type": [], "address": "\u52d0\u6d77\u9547\u56db\u6d77\u8336\u57ce\u5bf9\u9762", "location": "100.443279,21.959121", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100735501", "distance": [], "navi_poiid": "F47F025036_10783", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFI7KH5V", "parent": [], "name": "\u5357\u6d77\u8def\u6c7d\u8f66\u517b\u62a4\u884c", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u53cc\u62e5\u8def\u4e0e\u666f\u517b\u8def\u4ea4\u53c9\u53e3\u5317150\u7c73", "location": "100.450090,21.950969", "tel": "0691-6605379", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734600", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFG05R6C", "parent": [], "name": "\u53cc\u9752\u4e94\u91d1\u519c\u673a\u5927\u5168", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "\u60e0\u52d0\u516c\u8def\u897f50\u7c73", "location": "100.268097,21.989873", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100728121", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": [{"title": [], "url": "http://store.is.autonavi.com/showpic/b14730750da3cb1a2c367678965a86b8"}]}, {"id": "B0FFFELX1W", "parent": [], "name": "\u9e4f\u9a70\u6c7d\u8f66\u88c5\u9970", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u4f5b\u53cc\u8def72\u53f7\u9644\u8fd1", "location": "100.439447,21.950794", "tel": "13988189295", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734500", "distance": [], "navi_poiid": "F47F025036_2187", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": [{"title": [], "url": "http://store.is.autonavi.com/showpic/7eee96bebb37d42a7c5de4c11ae0dcd3"}]}, {"id": "B0FFHI7565", "parent": [], "name": "\u91d1\u6d77\u519c\u673a", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "\u8c61\u5c71\u8def76\u53f7\u9644\u8fd1", "location": "100.448425,21.961695", "tel": "0691-5122094", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100735512", "distance": [], "navi_poiid": "F47F025036_10752", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFFZ5JZO", "parent": [], "name": "\u9753\u8f66\u574a\u4e13\u4e1a\u6c7d\u8f66\u88c5\u9970\u7f8e\u5bb9", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u8f89\u714c\u91cf\u8d29KTV\u897f(214\u56fd\u9053\u65e7\u5357)", "location": "100.439833,21.950908", "tel": "18608811779", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734500", "distance": [], "navi_poiid": "F47F025036_2400", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": [{"title": [], "url": "http://store.is.autonavi.com/showpic/4ecb10ce0f54da46f3e050eb01035447"}]}, {"id": "B02B30M5LU", "parent": [], "name": "\u9f50\u9f50\u6d17\u8f66\u573a", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u52d0\u6d77\u9547G214\u4e2d\u533b\u533b\u9662\u4e1c", "location": "100.444110,21.950960", "tel": "13988148686", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734501", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFIVF3SM", "parent": [], "name": "\u987a\u53d1\u6c7d\u914d\u4e2d\u5fc3", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "\u4f5b\u53cc\u8def160\u53f7\u9644\u8fd1", "location": "100.427497,21.948284", "tel": "0691-5180993", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733420", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFHI2RCO", "parent": [], "name": "\u52d0\u6d77\u6c38\u8fbe\u8f6e\u80ce\u603b\u6c47(\u5206\u5e97)", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "\u4f5b\u53cc\u8def\u531750\u7c73", "location": "100.437934,21.950685", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734500", "distance": [], "navi_poiid": "F47F025036_9727", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": "0.0", "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFIR3MD6", "parent": [], "name": "\u52d0\u6d77\u5c0f\u96f7\u8f6e\u80ce\u7ecf\u8425\u90e8", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "\u4f5b\u53cc\u8def\u666f\u4e70\u7efc\u5408\u5e02\u573a\u95e8\u53e3", "location": "100.432518,21.948811", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733421", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFJ0CGBW", "parent": [], "name": "\u5eb7\u7f8e\u6c7d\u8f66\u7f8e\u5bb9\u670d\u52a1\u4e2d\u5fc3", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "K09\u53bf\u9053\u4e1c50\u7c73", "location": "100.469969,22.384906", "tel": "18088074297", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE033100436701", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": [{"title": [], "url": "http://store.is.autonavi.com/showpic/82b8e12ae687dceee52130721becf175"}, {"title": [], "url": "http://store.is.autonavi.com/showpic/552999b5cc6d4b0ce4c0458f14089d44"}, {"title": [], "url": "http://store.is.autonavi.com/showpic/9a4546d689bb9134fabff9c43756c2fa"}]}, {"id": "B0FFG6L549", "parent": [], "name": "\u65b0\u53d1\u6c7d\u8f66\u88c5\u9970(\u52d0\u6d77\u516c\u8def\u7ba1\u7406\u6240\u4e1c)", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u4f5b\u53cc\u8def217\u53f7\u9644\u8fd1", "location": "100.429023,21.948529", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733420", "distance": [], "navi_poiid": "F47F025036_2380", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFHI74CN", "parent": [], "name": "\u7231\u5bb6\u4e50\u8054\u5408\u63a7\u80a1\u897f\u53cc\u7248\u7eb3\u603b\u4ee3\u7406", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "\u560e\u6d77\u8def\u535750\u7c73", "location": "100.442276,21.957610", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734521", "distance": [], "navi_poiid": "F47F025036_10626", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFHUT4MN", "parent": [], "name": "\u9014\u864e\u517b\u8f66(\u897f\u53cc\u7248\u7eb3\u52d0\u6d77\u4f5b\u53cc\u8def\u5e97)", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u52d0\u60e0\u516c\u8def\u4f5b\u7f18\u5bbe\u9986\u65c1", "location": "100.427729,21.948366", "tel": "4001118868", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733420", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": [{"title": [], "url": "http://store.is.autonavi.com/showpic/9c5955a3716159784a1ac9b99923ea23"}, {"title": [], "url": "http://store.is.autonavi.com/showpic/b0a08033fc9a5b5abcaf1a3627c38e3b"}, {"title": [], "url": "http://store.is.autonavi.com/showpic/d9831839f0936dbbf34807e74560a532"}]}, {"id": "B02B3005GK", "parent": [], "name": "\u897f\u53cc\u7248\u7eb3\u5174\u76db\u914d\u4ef6\u52d0\u6d77\u5206\u516c\u53f8", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e;\u6c7d\u8f66\u914d\u4ef6\u9500\u552e", "typecode": "010800", "biz_type": [], "address": "\u52d0\u6d77\u9547\u946b\u6d77\u82b1\u56ed18\u680b", "location": "100.439828,21.956121", "tel": "0691-5127288", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734520", "distance": [], "navi_poiid": "F47F025036_60", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []},{"id": "B0FFG6L4QF", "parent": [], "name": "\u5c0f\u5468\u6c7d\u8f66\u7535\u5668", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "320\u7701\u9053\u4e1c50\u7c73", "location": "100.386368,21.837601", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100630012", "distance": [], "navi_poiid": "F47F026036_243", "entr_location": "100.386179,21.837676", "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B02B300709", "parent": [], "name": "\u52d0\u6d77\u53bf\u91d1\u725b\u519c\u673a\u6709\u9650\u8d23\u4efb\u516c\u53f8", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "\u666f\u7ba1\u8def32\u53f7", "location": "100.445155,21.953164", "tel": "0691-5123338", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734511", "distance": [], "navi_poiid": "F47F025036_451", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": "\u91d1\u725b\u519c\u673a\u6709\u9650\u8d23\u4efb\u516c\u53f8", "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": [{"title": [], "url": "http://store.is.autonavi.com/showpic/74775933bbc4b01df4566156666533bd"}]}, {"id": "B0FFG08TQ0", "parent": [], "name": "\u52d0\u6d77\u5fd7\u5b8f\u519c\u673a", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "\u52d0\u6d77\u9547\u4f5b\u53cc\u8def", "location": "100.444908,21.952446", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734501", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": [{"title": [], "url": "http://store.is.autonavi.com/showpic/6c92d4d72c539a0f378072d8746c8eaf"}]}, {"id": "B0FFFZ5Y90", "parent": [], "name": "\u52d0\u6d77\u6c38\u884c\u519c\u673a", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173;\u6c7d\u8f66\u670d\u52a1\u76f8\u5173", "typecode": "010000", "biz_type": [], "address": "\u52d0\u6d77\u9547", "location": "100.447879,21.955643", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100734522", "distance": [], "navi_poiid": [], "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": "0.0", "cost": []}, "event": [], "children": [], "photos": [{"title": [], "url": "http://store.is.autonavi.com/showpic/2b7618f5bcaa093daab30a76adab0949"}]}, {"id": "B0FFG0GDWS", "parent": [], "name": "\u53cc\u65fa\u6c7d\u8f66\u7528\u54c1\u4e2d\u5fc3(\u52d0\u6d77\u516c\u8def\u7ba1\u7406\u6240\u4e1c)", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u6c7d\u8f66\u517b\u62a4/\u88c5\u9970;\u6c7d\u8f66\u517b\u62a4", "typecode": "010400", "biz_type": [], "address": "\u4f5b\u53cc\u8def157\u53f7\u9644\u8fd1", "location": "100.429200,21.948627", "tel": "18988180678", "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100733421", "distance": [], "navi_poiid": "F47F025036_2382", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": "0.0", "cost": []}, "event": [], "children": [], "photos": []}, {"id": "B0FFGA8OWH", "parent": [], "name": "\u7279\u65af\u62c9\u6c7d\u8f66\u5145\u7535\u7ad9(\u52d0\u5df4\u62c9\u56fd\u9645\u9ad8\u5c14\u592b\u7403\u4f1a)", "tag": [], "type": "\u6c7d\u8f66\u670d\u52a1;\u5145\u7535\u7ad9;\u5145\u7535\u7ad9", "typecode": "011100", "biz_type": [], "address": "\u8c61\u5c71\u95471\u53f7\u52d0\u5df4\u62c9\u56fd\u9645\u9ad8\u5c14\u592b\u7403\u4f1a\u5185", "location": "100.460924,21.970183", "tel": [], "postcode": [], "website": [], "email": [], "pcode": "530000", "pname": "\u4e91\u5357\u7701", "citycode": "0691", "cityname": "\u897f\u53cc\u7248\u7eb3\u50a3\u65cf\u81ea\u6cbb\u5dde", "adcode": "532822", "adname": "\u52d0\u6d77\u53bf", "importance": [], "shopid": [], "shopinfo": "0", "poiweight": [], "gridcode": "NE032100736612", "distance": [], "navi_poiid": "F47F025036_12278", "entr_location": [], "business_area": [], "exit_location": [], "match": "0", "recommend": "0", "timestamp": [], "alias": [], "indoor_map": "0", "indoor_data": {"cpid": [], "floor": [], "truefloor": [], "cmsid": []}, "groupbuy_num": "0", "discount_num": "0", "biz_ext": {"rating": [], "cost": []}, "event": [], "children": [], "photos": [{"title": [], "url": "http://aos-cdn-image.amap.com/sns/ugccomment/5d394b94-4da1-4d36-bf57-897afdeec959.jpg"}]}] -------------------------------------------------------------------------------- /excel_merge.py: -------------------------------------------------------------------------------- 1 | import xlrd 2 | import xlsxwriter 3 | import os 4 | 5 | #打开一个excel文件 6 | def open_xls(file): 7 | fh=xlrd.open_workbook(file) 8 | return fh 9 | 10 | #获取excel中所有的sheet表 11 | def getsheet(fh): 12 | return fh.sheets() 13 | 14 | #获取sheet表的行数 15 | def getnrows(fh,sheet): 16 | table=fh.sheets()[sheet] 17 | return table.nrows 18 | 19 | #读取文件内容并返回行内容 20 | def getFilect(file,shnum): 21 | fh=open_xls(file) 22 | table=fh.sheets()[shnum] 23 | num=table.nrows 24 | for row in range(num): 25 | rdata=table.row_values(row) 26 | datavalue.append(rdata) 27 | return datavalue 28 | 29 | #获取sheet表的个数 30 | def getshnum(fh): 31 | x=0 32 | sh=getsheet(fh) 33 | for sheet in sh: 34 | x+=1 35 | return x 36 | 37 | 38 | def all_file(path_par): 39 | path_list=[] 40 | for parent,dirnames,filenames in os.walk(path_par): #三个参数:分别返回1.父目录 2.所有文件夹名字(不含路径) 3.所有文件名字 41 | for filename in filenames: 42 | c=os.path.join(parent, filename) 43 | path_list.append(c) 44 | return path_list 45 | 46 | if __name__=='__main__': 47 | #定义要合并的excel文件列表 48 | filepath=r'' 49 | allxls=all_file(filepath) 50 | #存储所有读取的结果 51 | datavalue=[] 52 | for fl in allxls: 53 | fh=open_xls(fl) 54 | x=getshnum(fh) 55 | for shnum in range(x): 56 | print("正在读取文件:"+str(fl)+"的第"+str(shnum)+"个sheet表的内容...") 57 | rvalue=getFilect(fl,shnum) 58 | #定义最终合并后生成的新文件 59 | endfile=r'' 60 | wb1=xlsxwriter.Workbook(endfile) 61 | #创建一个sheet工作对象 62 | ws=wb1.add_worksheet() 63 | for a in range(len(rvalue)): 64 | for b in range(len(rvalue[a])): 65 | c=rvalue[a][b] 66 | ws.write(a,b,c) 67 | wb1.close() 68 | print("文件合并完成") 69 | -------------------------------------------------------------------------------- /get_poi_by_polygon.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | """ 3 | Created on Fri Nov 30 17:10:24 2018 4 | 5 | @author: zhouj 6 | """ 7 | 8 | import json 9 | import xlwt 10 | from datetime import datetime 11 | from urllib import request 12 | from urllib.parse import quote 13 | import time 14 | import os 15 | 16 | #定义矩形边界的一个类 17 | class Rec: 18 | def __init__(self,xmin,ymin,xmax,ymax): 19 | self.xmin = xmin 20 | self.ymin = ymin 21 | self.xmax = xmax 22 | self.ymax = ymax 23 | 24 | # 获取数据 25 | # base_url = http://restapi.amap.com/v3/place/polygon?polygon= 26 | def get_data(pageindex,base_url,rec,types,key): 27 | global total_record 28 | # 暂停500毫秒,防止过快取不到数据 29 | time.sleep(0.5) 30 | print('解析页码: ' + str(pageindex) + ' ... ...') 31 | url = base_url+str(rec.xmin)+","+str(rec.ymin)+","+str(rec.xmax)+","+str(rec.ymax)+"&types="+types+"&key="+key+"&extensions=all&offset=25&page="+str(pageindex) 32 | # 中文编码 33 | print(url) 34 | url = quote(url, safe='/:?&=') 35 | html = "" 36 | with request.urlopen(url) as f: 37 | html = f.read() 38 | rr = json.loads(html) 39 | if total_record == 0: 40 | total_record = int(rr['count']) 41 | return rr['pois'] 42 | 43 | def getPOIdata(page_size,json_name,base_url,rec,types,key): 44 | global total_record 45 | print('获取POI数据开始') 46 | josn_data = get_data(1,base_url,rec,types,key) 47 | if (total_record % page_size) != 0: 48 | page_number = int(total_record / page_size) + 2 49 | else: 50 | page_number = int(total_record / page_size) + 1 51 | 52 | with open(json_name, 'w') as f: 53 | # 去除最后] 54 | f.write(json.dumps(josn_data).rstrip(']')) 55 | for each_page in range(2, page_number): 56 | html = json.dumps(get_data(each_page,base_url,rec,types,key)).lstrip('[').rstrip(']') 57 | if html: 58 | html = "," + html 59 | f.write(html) 60 | print('已保存到json文件:' + json_name) 61 | f.write(']') 62 | print('获取POI数据结束') 63 | 64 | 65 | # 写入数据到excel 66 | def write_data_to_excel(json_name,hkeys,bkeys,name): 67 | # 获取当前日期 68 | today = datetime.today() 69 | # 将获取到的datetime对象仅取日期 70 | today_date = datetime.date(today) 71 | 72 | # 从文件中读取数据 73 | fp = open(json_name, 'r') 74 | result = json.loads(fp.read()) 75 | # 实例化一个Workbook()对象(即excel文件) 76 | wbk = xlwt.Workbook() 77 | # 新建一个名为Sheet1的excel sheet。此处的cell_overwrite_ok =True是为了能对同一个单元格重复操作。 78 | sheet = wbk.add_sheet('Sheet1', cell_overwrite_ok=True) 79 | 80 | # 创建表头 81 | # for循环访问并获取数组下标enumerate函数 82 | #for index, hkey in enumerate(hkeys): 83 | # sheet.write(0, index, hkey) 84 | 85 | # 遍历result中的每个元素。 86 | for i in range(len(result)): 87 | values = result[i] 88 | n = i 89 | for index, key in enumerate(bkeys): 90 | val = "" 91 | # 判断是否存在属性key 92 | if key in values.keys(): 93 | val = values[key] 94 | sheet.write(n, index, val) 95 | wbk.save(name + str(today_date) + '.xls') 96 | print('保存到excel文件: ' + name + str(today_date) + '.xls!') 97 | 98 | def readRec(file): 99 | with open(file,encoding="utf-8") as f: 100 | return f.readlines() 101 | 102 | if __name__ == '__main__': 103 | key = “” 104 | base_url = "http://restapi.amap.com/v3/place/polygon?polygon=" 105 | json_name = 'data_amap.json' 106 | if not os.path.exists('poi_data'): 107 | os.makedirs('poi_data') 108 | typelist=["01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16","17","18","19","20","22","97","99"] 109 | for type0 in typelist: 110 | i=0 111 | types = type0+"0000" 112 | file = "E:/study/20181128/MapCutPoint/"+types+".txt" 113 | Reclist = readRec(file) 114 | for recpolygon in Reclist: 115 | i=i+1 116 | pol = recpolygon.split(",") 117 | rec = Rec(float(pol[0]),float(pol[1]),float(pol[2]),float(pol[3])) 118 | page_size = 25 # 每页记录数据,强烈建议不超过25,若超过25可能造成访问报错 119 | global total_record 120 | total_record = 0 121 | getPOIdata(page_size,json_name,base_url,rec,types,key) 122 | hkeys = ['id', '行业类型', '名称', '类型', '地址', '联系电话', 'location', '省份代码', '省份名称', '城市代码', '城市名称', '区域代码', '区域名称', 123 | '所在商圈'] 124 | # 获取数据列 125 | bkeys = ['id', 'biz_type', 'name', 'type', 'address', 'tel', 'location', 'pcode', 'pname', 'citycode', 'cityname', 126 | 'adcode', 'adname', 'business_area'] 127 | write_data_to_excel(json_name,hkeys,bkeys,str("poi_data/"+types+"-"+str(i)+"-高德地图")) 128 | if(i%13==0): 129 | time.sleep(30) 130 | elif(i%13!=0): 131 | time.sleep(10) 132 | 133 | -------------------------------------------------------------------------------- /huoxing2wgs84.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | import json 3 | import math 4 | 5 | x_pi = 3.14159265358979324 * 3000.0 / 180.0 6 | pi = 3.1415926535897932384626 # π 7 | a = 6378245.0 # 长半轴 8 | ee = 0.00669342162296594323 # 扁率 9 | 10 | def wgs84togcj02(lng, lat): 11 | """ 12 | WGS84转GCJ02(火星坐标系) 13 | :param lng:WGS84坐标系的经度 14 | :param lat:WGS84坐标系的纬度 15 | :return: 16 | """ 17 | if out_of_china(lng, lat): # 判断是否在国内 18 | return lng, lat 19 | dlat = transformlat(lng - 105.0, lat - 35.0) 20 | dlng = transformlng(lng - 105.0, lat - 35.0) 21 | radlat = lat / 180.0 * pi 22 | magic = math.sin(radlat) 23 | magic = 1 - ee * magic * magic 24 | sqrtmagic = math.sqrt(magic) 25 | dlat = (dlat * 180.0) / ((a * (1 - ee)) / (magic * sqrtmagic) * pi) 26 | dlng = (dlng * 180.0) / (a / sqrtmagic * math.cos(radlat) * pi) 27 | mglat = lat + dlat 28 | mglng = lng + dlng 29 | return [mglng, mglat] 30 | 31 | 32 | def gcj02towgs84(lng, lat): 33 | """ 34 | GCJ02(火星坐标系)转GPS84 35 | :param lng:火星坐标系的经度 36 | :param lat:火星坐标系纬度 37 | :return: 38 | """ 39 | if out_of_china(lng, lat): 40 | return lng, lat 41 | dlat = transformlat(lng - 105.0, lat - 35.0) 42 | dlng = transformlng(lng - 105.0, lat - 35.0) 43 | radlat = lat / 180.0 * pi 44 | magic = math.sin(radlat) 45 | magic = 1 - ee * magic * magic 46 | sqrtmagic = math.sqrt(magic) 47 | dlat = (dlat * 180.0) / ((a * (1 - ee)) / (magic * sqrtmagic) * pi) 48 | dlng = (dlng * 180.0) / (a / sqrtmagic * math.cos(radlat) * pi) 49 | mglat = lat + dlat 50 | mglng = lng + dlng 51 | return [lng * 2 - mglng, lat * 2 - mglat] 52 | 53 | 54 | def transformlat(lng, lat): 55 | ret = -100.0 + 2.0 * lng + 3.0 * lat + 0.2 * lat * lat + \ 56 | 0.1 * lng * lat + 0.2 * math.sqrt(math.fabs(lng)) 57 | ret += (20.0 * math.sin(6.0 * lng * pi) + 20.0 * 58 | math.sin(2.0 * lng * pi)) * 2.0 / 3.0 59 | ret += (20.0 * math.sin(lat * pi) + 40.0 * 60 | math.sin(lat / 3.0 * pi)) * 2.0 / 3.0 61 | ret += (160.0 * math.sin(lat / 12.0 * pi) + 320 * 62 | math.sin(lat * pi / 30.0)) * 2.0 / 3.0 63 | return ret 64 | 65 | 66 | def transformlng(lng, lat): 67 | ret = 300.0 + lng + 2.0 * lat + 0.1 * lng * lng + \ 68 | 0.1 * lng * lat + 0.1 * math.sqrt(math.fabs(lng)) 69 | ret += (20.0 * math.sin(6.0 * lng * pi) + 20.0 * 70 | math.sin(2.0 * lng * pi)) * 2.0 / 3.0 71 | ret += (20.0 * math.sin(lng * pi) + 40.0 * 72 | math.sin(lng / 3.0 * pi)) * 2.0 / 3.0 73 | ret += (150.0 * math.sin(lng / 12.0 * pi) + 300.0 * 74 | math.sin(lng / 30.0 * pi)) * 2.0 / 3.0 75 | return ret 76 | 77 | 78 | def out_of_china(lng, lat): 79 | """ 80 | 判断是否在国内,不在国内不做偏移 81 | :param lng: 82 | :param lat: 83 | :return: 84 | """ 85 | if lng < 72.004 or lng > 137.8347: 86 | return True 87 | if lat < 0.8293 or lat > 55.8271: 88 | return True 89 | return False 90 | 91 | #利用excel手动将合成的excel转化为csv,此处需要传入csv文件 92 | f=open(r".csv","r") 93 | fnew=open(r".csv","w") 94 | f.readline() 95 | lines = f.readlines() 96 | for line in lines: 97 | #print(line.split(",")[-9]) 98 | lng=float(line.split(",")[-9]) 99 | lat=float(line.split(",")[-8]) 100 | lng_new,lat_new=gcj02towgs84(lng,lat) 101 | line=line.replace(str(lng),str(lng_new)) 102 | line=line.replace(str(lat),str(lat_new)) 103 | 104 | fnew.write(line) 105 | 106 | f.close() 107 | fnew.close() 108 | --------------------------------------------------------------------------------