2018年3月28日

python读取shp

摘要: sf = shapefile.Reader("res2_4m.shp") records = sf.records() print sf.fields for record in records: print record[6] 阅读全文

posted @ 2018-03-28 11:33 米仓山下 阅读(1020) 评论(0) 推荐(0) 编辑

python汉字转拼音

摘要: 上代码: 用到了文件 阅读全文

posted @ 2018-03-28 11:26 米仓山下 阅读(330) 评论(0) 推荐(0) 编辑

通过Places API Web Service获取兴趣点数据

摘要: 实验将爬取新加坡地区的银行POI数据 数据库采用mongodb,请自行安装,同时申请google的key 直接上代码 使用限制: Google Places API Web Service 强制执行每 24 小时 **1,000 次免费请求的默认限制,该默认限制由计算客户端和服务器端请求数量之和得出 阅读全文

posted @ 2018-03-28 11:17 米仓山下 阅读(286) 评论(0) 推荐(0) 编辑

导航