Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- qgis
- Openlayers
- HP스펙터x360
- idw
- postgrest
- tablewidget
- 테이블 중복조회
- 데이터비교
- 공주페이
- 순댓국밥
- posgresql
- PostgreSQL
- posgtresql
- pygqis
- table비교
- SQL
- postgis
- Python
- table
- shp내려받기
- 하위디렉토리
- ST_InvDistWeight4ma
- 테이블목록
- rc.local
- 네이버클라우드
- 테이블리턴
- HP스펙터
- 와콤뱀부슬레이트
- psql
- shape내려받기
Archives
- Today
- Total
목록pygqis (1)
오픈소스의 일상
[PYQGIS] 원하는 Shape 파일을 내려받기
file_path = "내려받는shape 파일명.shp" encoding = "windows-949" crs = QgsCoordinateReferenceSystem('EPSG:5179') format = "ESRI Shapefile" for layer in QgsProject.instance().mapLayers().values(): if layer.type() == QgsMapLayer.VectorLayer: if layer.name() == "원하는레이어명": writer = QgsVectorFileWriter.writeAsVectorFormat(layer,file_path,encoding,layer.crs(),format) 조금만 응용하면 원하는 코드가 되지 않을까 합니다.
오픈소스/PYQGIS
2023. 9. 12. 13:10