geopandas.GeoSeries.crs#

property GeoSeries.crs[source]#

The Coordinate Reference System (CRS) as a pyproj.CRS object.

Returns:
pyproj.CRS | None

CRS assigned to a GeoSeries

See also

GeoSeries.set_crs

assign CRS

GeoSeries.to_crs

re-project to another CRS

Examples

>>> s.crs
<Geographic 2D CRS: EPSG:4326>
Name: WGS 84
Axis Info [ellipsoidal]:
- Lat[north]: Geodetic latitude (degree)
- Lon[east]: Geodetic longitude (degree)
Area of Use:
- name: World
- bounds: (-180.0, -90.0, 180.0, 90.0)
Datum: World Geodetic System 1984
- Ellipsoid: WGS 84
- Prime Meridian: Greenwich