<ipython-input-28-4f4b4fb5bdc0>:13: UserWarning: Geometry is in a geographic CRS. Results from 'length' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation. code example
Example 1: assigning crs using python pyproj
import pyproj
crs = pyproj.CRS("EPSG:32643")
print(crs.is_projected)
Example 2: geodataframe get crs
geodataframe.crs