赞
踩
用python绘制家乡汕头的地标建筑~
- from prettymaps import *
- from matplotlib import pyplot as plt
- import matplotlib.font_manager as fm
- # 创建图床
- fig, ax = plt.subplots(figsize = (12, 12), constrained_layout = True)
- dilate = 100
-
- layers = plot(
- (23.365364,116.714306), # 圆心坐标,格式:(纬度, 经度)
- radius = 1000, # 半径
- ax = ax, # 绑定图床
- layers = {
- 'perimeter': {'circle': False, 'dilate': dilate}, # 控制绘图模式,{}即相当于圆形绘图模式
- # 下面的参数用于定义从OsmStreetMap选择获取的矢量图层要素,不了解的无需改动照搬即可
- 'streets': {
- 'custom_filter': '["highway"~"motorway|trunk|primary|secondary|tertiary|residential|s
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。