Para os pontos culturais de São Paulo não foi possível utilizar o set_crs, mas apenas o to_crs. A mensagem de erro consta abaixo: 'ValueError Traceback (most recent call last) in <cell line: 1>() ----> 1 p_culturais = p_culturais.set_crs('+proj=utm +zone=23 +south +ellps=GRS80 +units=km +no_defs +type=crs') 2 p_culturais.crs
1 frames /usr/local/lib/python3.10/dist-packages/geopandas/geoseries.py in set_crs(self, crs, epsg, inplace, allow_override) 1081 1082 if not allow_override and self.crs is not None and not self.crs == crs: -> 1083 raise ValueError( 1084 "The GeoSeries already has a CRS which is not equal to the passed " 1085 "CRS. Specify 'allow_override=True' to allow replacing the existing "
ValueError: The GeoSeries already has a CRS which is not equal to the passed CRS. Specify 'allow_override=True' to allow replacing the existing CRS without doing any transformation. If you actually want to transform the geometries, use 'GeoSeries.to_crs' instead.'