标签: python utm
我在Python中找到了utm包
utm
我尝试从互联网上获取一个例子
import utm utm.from_latlon(51.2, 7.5)
但是我有这个错误:
AttributeError:模块'utm'没有属性'from_latlon'
在这种情况下如何转换坐标?