Convert x,y to latitiude and longitude
问题 If I have a map image where: The latitude and longitude of the upper left corner (x=0, y=0) are known The width and height of the image is known Zoom (z-axis) is known. Can we compute the latitude and longitude for other coordinates in the image? For example, in the following image if I want to compute the lat/lon values for the white ploygon (where the coordinates (x,y) are known) 回答1: So given the information and the shape of the image, (see previous question): import numpy as np top_left =