上传者: 42131013
|
上传时间: 2022-04-30 10:26:24
|
文件大小: 20.53MB
|
文件类型: ZIP
绘图
一个类似于 matplotlib 的界面,用于在 Google 地图上呈现您想要的所有数据。
多种绘图方法可以轻松创建探索性地图视图。
安装: pip install gmplot
文档(带示例):
速成班
import gmplot
# Create the map plotter:
apikey = '' # (your API key here)
gmap = gmplot . GoogleMapPlotter ( 37.766956 , - 122.448481 , 14 , apikey = apikey )
# Mark a hidden gem:
gmap . marker ( 37.770776 , - 122.461689 , color = 'cornflowerblue' )
# Highlight some attractions:
attracti