cartopy.crs.Geocentric#
- class cartopy.crs.Geocentric(globe=None)[source]#
Bases:
CRS
Define 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.