geopandas.GeoDataFrame.crs¶
- property GeoDataFrame.crs¶
The Coordinate Reference System (CRS) represented as a
pyproj.CRSobject.Returns None if the CRS is not set, and to set the value it :getter: Returns a
pyproj.CRSor None. When setting, the value can be anything accepted bypyproj.CRS.from_user_input(), such as an authority string (eg “EPSG:4326”) or a WKT string.See also
GeoDataFrame.set_crsassign CRS
GeoDataFrame.to_crsre-project to another CRS
Examples
>>> gdf.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