Python:如何绘制具有中心坐标的图像?

时间:2018-11-22 12:36:56

标签: python image

我使用mapbox使用其静态api来生成图形。

urlI = 'https://api.mapbox.com/styles/v1/mapbox/light-v9/static/8.54307,47.37299,12.0,0,0/500x400@2x?access_token=ACCESSKEY'
img = plt.imread(urlI)
fig, ax = plt.subplots(facecolor= 'white', figsize=(10,10))
ax.imshow(img)

enter image description here 但是我想以中心坐标显示图片:

x:8.4694058
y:47.3719764

和大小:

width: 500
height: 400

0 个答案:

没有答案