반응형
오류메세지
-------------------------------------------------------------------------------------------------------------------
CPLE_OpenFailedError
Traceback (most recent call last)
File fiona/ogrext.pyx:136, in fiona.ogrext.gdal_open_vector()
File fiona/_err.pyx:291, in fiona._err.exc_wrap_pointer()
CPLE_OpenFailedError: '해당 경로 / 파일명.shp' not recognized as a supported file format. During handling of the above exception, another exception occurred:
DriverError Traceback (most recent call last)
File fiona/ogrext.pyx:1128, in fiona.ogrext.WritingSession.start()
File fiona/ogrext.pyx:143, in fiona.ogrext.gdal_open_vector()
DriverError: '해당 경로 / 파일명.shp' not recognized as a supported file format. During handling of the above exception, another exception occurred:
CPLE_AppDefinedError Traceback (most recent call last)
File fiona/ogrext.pyx:175, in fiona.ogrext.gdal_create()
File fiona/_err.pyx:291, in fiona._err.exc_wrap_pointer()
CPLE_AppDefinedError: '해당 경로 / 파일명.shp' is not a directory.
...
File fiona/ogrext.pyx:1133, in fiona.ogrext.WritingSession.start() File fiona/ogrext.pyx:179, in fiona.ogrext.gdal_create() DriverError: '해당 경로 / 파일명.shp' is not a directory.
----------------------------------------------------------------------------------------------------------------------
위와 같은 오류메세지가 뜨면
지정해둔 경로를 확인하거나 저장소에 문제가 있지 않는지 확인해보자
나의 경우 해당 경로 내에 같은 shp파일이 저장되어 있어서 오류메세지가 떴다.
CPLE_OpenFailed Error: GeoPandas가 Fiona 모듈을 통해 파일 읽기를 시도하지만 계속 실패한다는 에러 메세지다.
CPLE_AppDefinedError: 파일 또는 디렉터리를 찾을 수 없을때 나오는 에러 메세지다
DriverError: 저장소 관련한 에러메세지라고 추정된다.
'오류 해결' 카테고리의 다른 글
ImportError: dlopen(/lib/python3.10/site-packages/psycopg2/_psycopg.cpython-310-darwin.so, 0x0002): (0) | 2023.09.08 |
---|---|
윈도우 스케줄러 정상 작동하지 않을 때 해결방법 (0) | 2023.07.18 |