reprojecting geopandas python code example
Example 1: geodataframe change crs
geodataframe = geodataframe.to_crs('')
Example 2: geodataframe get crs
geodataframe.crs
geodataframe = geodataframe.to_crs('')
geodataframe.crs