Para praticar, baixei outros arquivos no formato .shp de outras UF's, porém, no momento de ler o arquivo, ocorreu esse erro.
CPLE_OpenFailedError Traceback (most recent call last) fiona/_shim.pyx in fiona._shim.gdal_open_vector()
fiona/_err.pyx in fiona._err.exc_wrap_pointer()
CPLE_OpenFailedError: Unable to open /content/53MUE250GC_SIR.shx or /content/53MUE250GC_SIR.SHX. Set SHAPE_RESTORE_SHX config option to YES to restore or create it.
During handling of the above exception, another exception occurred:
DriverError Traceback (most recent call last) in () ----> 1 ce = gpd.read_file('/content/53MUE250GC_SIR.shp') 2 ce.plot(color='white', edgecolor='black', figsize=(15,8))
3 frames /usr/local/lib/python3.6/dist-packages/fiona/collection.py in init(self, path, mode, driver, schema, crs, encoding, layer, vsi, archive, enabled_drivers, crs_wkt, ignore_fields, ignore_geometry, *kwargs) 152 if self.mode == 'r': 153 self.session = Session() --> 154 self.session.start(self, *kwargs) 155 elif self.mode in ('a', 'w'): 156 self.session = WritingSession()
fiona/ogrext.pyx in fiona.ogrext.Session.start()
fiona/_shim.pyx in fiona._shim.gdal_open_vector()
DriverError: Unable to open /content/53MUE250GC_SIR.shx or /content/53MUE250GC_SIR.SHX. Set SHAPE_RESTORE_SHX config option to YES to restore or create it.