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
- pgrouting
- Polyline
- QgsRubberBand
- QGIS
- qgis server
- 편집지적
- 안드로이드
- 스타트업
- keypressed
- split line
- 도로명주소일일업데이트
- ODTable
- 아이디어
- graphhopper
- autocad
- qgis linux
- ogrinfo
- mapmatching
- kmoran
- ODField
- qgis 설치
- Circle
- 서비스
- khaiii
- nifi
- pbf
- QGIS3
- PyQGIS
- pluginbuilder
- 앱개발
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