【793】墨卡托坐标转WGS84
摘要:
代码: #WebMercator-wgs84 def webMercator2wgs84(x,y): lon = x/20037508.34*180 lat = y/20037508.34*180 lat= 180/math.pi*(2*math.atan(math.exp(lat*math.pi/ 阅读全文
posted @ 2022-12-17 19:51 McDelfino 阅读(486) 评论(0) 推荐(0)