cartopy.crs.Geocentric#
- class cartopy.crs.Geocentric(globe=None)[source]#
Bases:
CRSDefine a Geocentric coordinate system, where x, y, z are Cartesian coordinates from the center of the Earth.
- Parameters:
globe (A
cartopy.crs.Globe, optional) – Defaults to a “WGS84” datum.