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 linux
- 안드로이드
- qgis 설치
- PyQGIS
- 앱개발
- keypressed
- nifi
- ODField
- QGIS
- graphhopper
- 서비스
- Circle
- mapmatching
- QGIS3
- 편집지적
- pluginbuilder
- autocad
- ODTable
- 스타트업
- 아이디어
- 도로명주소일일업데이트
- ogrinfo
- qgis server
- pbf
- QgsRubberBand
- split line
- Polyline
- khaiii
- pgrouting
- kmoran
Archives
- Today
- Total
목록split line (1)
개발자 이야기
[pyqgis] split hole polyline
from itertools import combinations,chain import math class CheckTest(): def __init__(self): self.str_key_name = 'gid' self.str_gen_id = "nextval('id_seq'::regclass)" self.layer = iface.activeLayer() self.fldnames = [] self.idx_key = -1 self.maxvalue = 0 flds = self.layer.fields() for idx in range(0, len(flds)): fld = flds[idx] name = fld.name() self.fldnames.append(name) if name == self.str_key_..
GIS/QGIS
2019. 11. 26. 21:36