지오판다스2 [Python] 파이썬으로 GIS하기 : GeoPandas로 간단한 지오프로세싱 수행하기 (좌표계 설정, join, spatial join, intersect, 지도 그리기) 0. 준비물 실습 시 사용하는 데이터는 (1) 집계구 영역 shp파일, (2) 행정동 shp파일 (3) 집계구 단위 서울 생활인구 데이터 (csv) 세 가지다. 이 shp 파일의 투영좌표계는 UTM-K (EPSG:5179)이다. https://data.seoul.go.kr/dataList/OA-14979/F/1/datasetView.do 열린데이터광장 메인 데이터분류,데이터검색,데이터활용 data.seoul.go.kr 생활인구 데이터는 여기에서 내려받는다. 1. GeoPandas로 shp 파일 불러오기 import geopandas as gpd shape_oa = gpd.read_file("Geopandas/OutputArea.shp", encoding = "CP949") 지오판다스에서는 read_fil.. 🖥️ IT, 컴퓨터/🐍 Python 2022. 11. 26. [Python] GeoPandas 설치 (Windows 11) https://kimhongsi.tistory.com/entry/Python-Geopandas-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0-2025-%EC%B5%9C%EC%8B%A0%EB%B2%84%EC%A0%84 [Python] Geopandas 설치하기 (2025 최신버전)https://kimhongsi.tistory.com/entry/Python-GeoPandas-%EC%84%A4%EC%B9%98-Windows-11 [Python] GeoPandas 설치 (Windows 11)현재 환경 - Windows 11 - Python 3.8 설치 과정 0. 본인의 파이썬 버전 확인 먼저할 것! 아래를 입력하여 버kimhongsi.tistory.com아래 내용 현재 유효하지 않으므로 위의.. 🖥️ IT, 컴퓨터/👩🏻💻 IT 2022. 11. 19. 이전 1 다음 반응형