GRS80大地测量表示法#

class astropy.coordinates.GRS80GeodeticRepresentation(lon, lat=None, height=None, copy=True)[源代码]#

基类:BaseGeodeticRepresentation

GRS80三维大地坐标中点的表示。

参数:
lon, lat : astropy:angle-like占星形:天使般的

点的经度和纬度,以角度单位表示。纬度应该在-90度到90度之间,经度将被换行到0度到360度之间的角度。这些也可以是 Angle 并且或者 LongitudeLatitude ,具体取决于参数。

height : Quantity [:ref: 'length' ]数量 [:ref: 'length']

到点的高度。

copy : bool ,可选可选的布尔

如果 True (默认),将复制数组。如果 False ,数组将作为引用,但可能会广播以确保形状匹配。

属性摘要

height 

点的“高度”分量。

lat 

点的“Lat”组件。

lon 

点的‘LON’组件。

属性文档

height#

点的“高度”分量。

lat#

点的“Lat”组件。

lon#

点的‘LON’组件。