gmplot:在谷歌地图上绘制数据,简单的方法

时间:2024-08-13 11:43:55
【文件属性】:

文件名称:gmplot:在谷歌地图上绘制数据,简单的方法

文件大小:20.53MB

文件格式:ZIP

更新时间:2024-08-13 11:43:55

visualization python google-maps Python

绘图 一个类似于 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


网友评论