I have an image in python that I graphic with the following code:
from PIL import Image
plt.figure()
im = Image.open('background.png')
extent = Deg2meters([11.0,12.5],[54,54.75], ref).T
extent = np.delete(extent, np.s_[2], axis=1)
extentlist...
asked by
14.07.2017 / 11:22