Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用skifield python包确定地球上某个位置的经纬度位置
from skyfield.api import wgs84 position = [7033.45648791, 178.93192295, 0.00290722] ground = wgs84.geographic_position_of(position) print(ground)
但它会引发 AttributeError 所以我不知道在这种情况下使用哪种 Object 类型