モルワイデ図法(Mollweide)
class cartopy.crs.Mollweide(central_longitude=0, globe=None, false_easting=None, false_northing=None)
ロビンソン図法(Robinson)
class cartopy.crs.Robinson(central_longitude=0, globe=None)
ステレオ投影(Stereographic)
class cartopy.crs.Stereographic(central_latitude=0.0, central_longitude=0.0, false_easting=0.0, false_northing=0.0, true_scale_latitude=None, scale_factor=None, globe=None)
正距方位図法(AzimuthalEquidistant)
class cartopy.crs.AzimuthalEquidistant(central_longitude=0.0, central_latitude=0.0, false_easting=0.0, false_northing=0.0, globe=None)
ランベルト正角円錐図法(LambertConformal)
class cartopy.crs.LambertConformal(central_longitude=-96.0, central_latitude=39.0, false_easting=0.0, false_northing=0.0, standard_parallels=(33, 45), globe=None, cutoff=-30)
外射図法(NearsidePerspective)
class cartopy.crs.NearsidePerspective(central_longitude=0.0, central_latitude=0.0, satellite_height=35785831, false_easting=0, false_northing=0, globe=None)