Coordinate reference systems (CRS)#
The crs module defines Coordinate Reference Systems and the transformations between them.
Base CRS’s#
|
Define a Coordinate Reference System using proj. |
|
Define an ellipsoid and, optionally, how to relate it to the real world. |
|
Define a projected coordinate system with flat topology and Euclidean distance. |
|
Define a latitude/longitude coordinate system with spherical topology, geographical distance and coordinates are measured in degrees. |
|
Define a Geocentric coordinate system, where x, y, z are Cartesian coordinates from the center of the Earth. |
|
Define a rotated latitude/longitude coordinate system with spherical topology and geographical distance. |
|
Return the projection which corresponds to the given EPSG code. |
Geodesic calculations#
This module defines the Geodesic class which can interface with the Proj geodesic functions. See the Proj geodesic page for more background information.
|
Define an ellipsoid on which to solve geodesic problems. |
List of projections#
- Cartopy projection list
- PlateCarree
- AlbersEqualArea
- AzimuthalEquidistant
- EquidistantConic
- LambertConformal
- LambertCylindrical
- Mercator
- Miller
- Mollweide
- ObliqueMercator
- Orthographic
- Robinson
- Sinusoidal
- Stereographic
- TransverseMercator
- UTM
- InterruptedGoodeHomolosine
- RotatedPole
- OSGB
- LambertZoneII
- EuroPP
- Geostationary
- NearsidePerspective
- EckertI
- EckertII
- EckertIII
- EckertIV
- EckertV
- EckertVI
- Aitoff
- EqualEarth
- Gnomonic
- Hammer
- LambertAzimuthalEqualArea
- NorthPolarStereo
- OSNI
- SouthPolarStereo