From c22cc7f80ded660349610827f26e1f6032a8e78a Mon Sep 17 00:00:00 2001 From: umsangdon Date: Fri, 18 Sep 2026 13:15:51 +0900 Subject: [PATCH] =?UTF-8?q?feat(b08):=20=EA=B1=B4=EC=84=A4=20=ED=98=95?= =?UTF-8?q?=ED=83=9C=20=EB=AF=B8=ED=8C=90=EC=A0=95=20275=20=E2=86=92=20196?= =?UTF-8?q?=20=C2=B7=20=EB=B0=91=EC=88=98=20=ED=99=95=EB=B3=B4=20675=20?= =?UTF-8?q?=E2=86=92=20710=20=E2=80=94=20=EB=AA=BB=20=EA=B0=80=EB=A6=B0=20?= =?UTF-8?q?=EA=B2=83=EC=9D=80=20=EA=B0=88=EB=9E=98=EB=A1=9C=20=EB=82=A8?= =?UTF-8?q?=EA=B9=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 브레인 일감(2026-09-18). 잣대는 **원문 ↔ 마스터 어긋남 건수**(금액 아님). - 건설 표 판정 넷 더함(`_FormsConst`) · 할증·보정 율표(「할증률」·「기계경비의」·「효율」) · 작업량·시공능력·소요시간 표 · 기계 가격·손료표(기계 벌이 정본) · 머리가 공식 기호(`K`·`t(분)`) · 줄 이름이 시간/사용량 · 다짐 두께·횟수 기준표 · 백분율 표의 「0」을 셈에서 뺌 · ⚠ 산림 미판정 0 그대로 — 건설 층은 산림이 못 가렸을 때만 돎 - 못 가린 196 은 **갈래를 적어** 남김(`const_undetermined_kind`) · 머리가 두 단 108 · 그 밖(사람이 봐야 함) 82 · 머리가 구간 6 - ⚠ **밑수·[주] 를 남의 장 원문에서 읽고 있었음** — 건설 원문이 장별 파일인데 **첫 파일만** 열어 모든 표의 줄 번호를 맞댔음. 표마다 제 `source_file` 을 보게 고침 (그 탓에 「미판독 79」가 헛으로 세어지고 있었음) - 밑수를 **표 머리 칸에서도** 읽음 — 「(단위 : ㎢)」·「(도엽당)」 꼴 · ⚠ 한 칸에 단위가 둘이면(`손료계수 (1일 1대당)`) **안 읽음** — 어느 쪽이 밑수인지 못 가림 · 밑수 단위에 층·set·Joint·발파·공·㎢·도엽·ea 더함(원문이 세는 물건) - 셈 — 건설 미판정 275 → 196 · 건설 밑수 확보 675 → 710 · 미확보 439 → 431(원문 부재 356 · 미판독 75) · 산림 밑수 미확보 81 → 79(8-6-2·8-6-3 드론방제 「ha당」이 표 머리에서 읽힘) · 산림 미판정 0 유지 · 원문↔마스터 밑수 어긋남 목록 14 → 12(F0228·F0229 풀림) Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01BW6Jdsh18WPtYUR6THZJqn --- .../B08_Quantity_Build_WorkItemMaster.py | 36 +- ...uantity_Build_WorkItemMaster_FormsConst.py | 78 +- ...B08_Quantity_Build_WorkItemMaster_Table.py | 36 +- .../data_master_labels/labels_2026-01-01.json | 6 +- .../data_work_item_master/_manifest.json | 10 +- .../_manifest_const.json | 14 +- .../basis_missing_2026-01-01.json | 14 - .../const_basis_missing_2026-01-01.json | 224 +- .../const_form_undetermined_2026-01-01.json | 2067 ++--------------- .../const_work_item_master_2026-01-01.json | 934 ++++---- .../work_item_master_2026-01-01.json | 20 +- .../work_item_master_source_known.json | 20 - .../tester/test_work_item_key_registry.py | 7 +- 13 files changed, 914 insertions(+), 2552 deletions(-) diff --git a/B08_Quantity/B08_Quantity_Build_WorkItemMaster.py b/B08_Quantity/B08_Quantity_Build_WorkItemMaster.py index 981d0231..6f56ed26 100644 --- a/B08_Quantity/B08_Quantity_Build_WorkItemMaster.py +++ b/B08_Quantity/B08_Quantity_Build_WorkItemMaster.py @@ -212,13 +212,33 @@ def build() -> tuple[ require_code_edition(data["effective_date"], "공종 마스터 빌드 — 표 형태·부모 모양 판정") tables = data["variables"]["pum"]["tables"] - # 원문을 함께 연다 — 밑수가 표 밖(본문)에 있기 때문이다. 못 열면 밑수 없이 간다. - source_lines: list[str] = [] - for entry in data.get("sources") or []: - candidate = ROOT / str(entry.get("path") or "") - if candidate.is_file(): - source_lines = candidate.read_text(encoding="utf-8").splitlines() - break + # 원문을 함께 연다 — 밑수·[주]가 표 밖(본문)에 있기 때문이다. 못 열면 밑수 없이 간다. + # ⚠ **표마다 제 원문 파일을 본다** — 건설은 원문이 장별로 갈려 있고 `line` 도 그 파일 기준이다. + # 첫 파일만 열어 모든 표의 줄 번호를 맞대면 **남의 장 글을 근거로 읽는다** + # (2026-09-18: 그 탓에 건설 밑수 미판독 79 가 헛으로 세어졌다). + _line_cache: dict[str, list[str]] = {} + + def lines_of(table: dict[str, Any]) -> list[str]: + name = str(table.get("source_file") or "") + if name not in _line_cache: + candidate = ROOT / name + if not candidate.is_file(): + candidate = candidate.with_suffix(".md") + if not candidate.is_file(): # 산림처럼 표에 파일이 안 적힌 판 — 첫 원천을 쓴다 + first = next( + ( + ROOT / str(e.get("path") or "") + for e in data.get("sources") or [] + if (ROOT / str(e.get("path") or "")).is_file() + ), + None, + ) + candidate = first or candidate + _line_cache[name] = ( + candidate.read_text(encoding="utf-8").splitlines() if candidate.is_file() else [] + ) + return _line_cache[name] + toc_table = next(t for t in tables if t["table_id"] == "F0001") nodes = parse_toc(toc_table["rows"]) toc_corrections = renumber_from_body(nodes, tables) @@ -247,7 +267,7 @@ def build() -> tuple[ if node is not None and not title_names_node(section, node): node = None # 번호만 겹친 딴 문서 표(부록 사례) — 못 붙인 표 목록으로 entry = table_entry( - table, section, number, chapter, source_lines, node and node["name"], report + table, section, number, chapter, lines_of(table), node and node["name"], report ) if node is None: orphans.append({"pum_table_id": table["table_id"], "section": section}) diff --git a/B08_Quantity/B08_Quantity_Build_WorkItemMaster_FormsConst.py b/B08_Quantity/B08_Quantity_Build_WorkItemMaster_FormsConst.py index 51bc32a0..7523ea77 100644 --- a/B08_Quantity/B08_Quantity_Build_WorkItemMaster_FormsConst.py +++ b/B08_Quantity/B08_Quantity_Build_WorkItemMaster_FormsConst.py @@ -45,6 +45,13 @@ _ASIDE_HEAD_RE = re.compile(r"비고|적용기준|산출근거|산출식|참고" COST_ITEMS = {"재료비", "설치비", "노무비", "경비", "제작비", "운송비", "자재비", "주재료비"} #: 공식 기호 한 글자(아래첨자·숫자 꼬리 포함) — `β` · `E` · `t 1` · `q₀`. _SYMBOL_RE = re.compile(r"[A-Za-zα-ωΑ-Ω][₀-₉0-9]?") +#: 할증·보정 낱말 — 값이 품이 아니라 **다른 값에 곱하는 율**임을 원문이 이름으로 말한 자리. +_RATE_WORD_RE = re.compile(r"할증|할인|가산|감액|경비의|노무비의|재료비의|기계경비의|효\s*율") +#: 능력(작업량·시공량·소요시간) 낱말 — 「한 시간·하루에 얼마」라 품 표가 아니라 능력 표다. +_CAPACITY_RE = re.compile( + r"작업량|시공량|시공능력|작업능력|처리량|산출량|소요시간|작업시간|" + r"㎥/hr|㎡/hr|본/hr|톤/hr|ton/hr|hr/ton|min/|/hr|/일\)" +) def _squeeze(text: Any) -> str: @@ -118,9 +125,78 @@ def judged_const_form(table: dict[str, Any]) -> tuple[str, str] | None: return "coefficient", f"줄 이름이 공식 기호뿐 {sorted(set(named))[:4]}" # ⑧ 값이 모두 백분율 — 품·자재 수량이 아니라 요율(층별 할증 `5% 8% 12%`) + # ⚠ 「0」은 백분율 줄의 첫 칸으로 자주 온다(지하층 0 · 4층 5% …) — 셈에서 빼고 본다. percents = [_squeeze(c) for c in _value_cells(table) if _squeeze(c)] figures = [x for x in percents if _NUMBERS_RE.match(x) or x.endswith("%")] - if figures and all(x.endswith("%") for x in figures) and len(figures) >= 3: + marks = [x for x in figures if x not in ("0", "0.0")] + if marks and all(x.endswith("%") for x in marks) and len(marks) >= 3: return "coefficient", "값이 모두 백분율 — 요율표" + # ⑨ 할증·보정 낱말이 줄 이름·머리에 있고 값이 있음 — 율표(수직고별 할증률 · 기계경비의 %) + if found := next((x for x in headers + first_col if _RATE_WORD_RE.search(x)), None): + return "coefficient", f"'{found}' — 할증·보정 율표" + + # ⑩ 작업량·시공능력·소요시간 표 — 품이 아니라 **능력**이다(한 시간·하루에 얼마) + if found := next((x for x in headers + first_col if _CAPACITY_RE.search(x)), None): + return "productivity", f"'{found}' — 작업량·시공능력 표" + + # ⑪ 기계 기초표 — 가격·손료는 **기계 벌(mach_base_2026.json)이 정본**이라 공종 품이 아님 + if any("가격" in h for h in headers) and any("분류번호" in h for h in headers): + return "reference", "기계 가격표 — 기계 벌이 정본" + if any("시간당" in h for h in headers) and any("분류번호" in h for h in headers): + return "reference", "기계 손료표 — 기계 벌이 정본" + + # ⑫ 머리 칸이 시공능력 공식 기호 — `K`·`E`·`f`·`t(분)` (건설 8-2 기계 시공능력 밑값) + if found := next((h for h in headers if _FORMULA_HEAD_RE.fullmatch(h)), None): + return "coefficient", f"머리가 공식 기호 '{found}' — 시공능력 밑값" + + # ⑬ 줄 이름이 시간 — 「시간(분)」·「사이클타임」은 품이 아니라 **걸리는 시간**이다 + if found := next((x for x in first_col if _TIME_ROW_RE.search(x)), None): + return "productivity", f"줄 이름 '{found}' — 걸리는 시간" + + # ⑭ 줄 이름이 사용량·소요량 — 자재 소요량 표(`사용량(kg) | 6.5 | 8.0`) + if found := next((x for x in first_col if _AMOUNT_ROW_RE.search(x)), None): + return "requirement", f"줄 이름 '{found}' — 자재 소요량" + + # ⑮ 다짐 기준표 — 두께·횟수·규격을 정한 **시방 기준**이지 품이 아님(건설 8-2-9 롤러) + if sum(1 for h in headers if _COMPACT_RE.search(h)) >= 2: + return "reference", "다짐 두께·횟수 기준표 — 시방 기준" + return None + + +#: 머리 한 칸이 공식 기호뿐 — 건설 8-2 시공능력 식의 밑값(`K`·`E`·`f`·`t(분)`·`C(분)`). +_FORMULA_HEAD_RE = re.compile(r"[A-Za-zα-ωΑ-Ω][₀-₉0-9]?(?:\([^)]{1,4}\))?") +#: 줄 이름이 「걸리는 시간」 — 품(사람·날)이 아니라 능력 쪽 값. +_TIME_ROW_RE = re.compile(r"시간\(|\(분\)|사이클|주기\(") +#: 줄 이름이 자재 쓰는 양. +_AMOUNT_ROW_RE = re.compile(r"사용량|소요량|사용수량") +#: 다짐 기준표 머리 — 두께·횟수·규격을 정한 시방 기준. +_COMPACT_RE = re.compile(r"다짐두께|다짐횟수|다짐기계|다짐") + +#: 머리에 구간이 적힌 표 — 「0∼10m」·「10m미만」처럼 **조건으로 갈리는** 표. +_RANGE_RE = re.compile(r"[∼~~]|미만|이상|이하|초과") +#: 규격·치수 단위 — 값이 이것뿐이면 품이 아니라 **규격 배정·기준**이다. +_SPEC_UNIT_RE = re.compile(r"^[\d,.]+\s*(?:㎜|mm|㎝|m|㎡|㎥|inch|인치|kg|㎏|톤|ton|개|주|본)$") + + +def const_undetermined_kind(table: dict[str, Any]) -> str: + """못 가른 까닭을 **갈래로** 적는다(2026-09-18 브레인 — 남은 것을 눈으로 가르기 위해). + + ⚠ 갈래는 「어디를 더 봐야 하나」를 가리킬 뿐, 형태를 짐작해 채우지 않는다. + """ + headers = [_squeeze(h) for h in table.get("headers") or []] + rows = table.get("rows") or [] + first_row = [_squeeze(c) for c in (rows[0] if rows else [])] + values = [_squeeze(c) for c in _value_cells(table) if _squeeze(c)] + + if not _has_number(values): + return "값이 없음 — 설명·서식·이름 목록" + if first_row and not any(_NUMBER_RE.match(c) for c in first_row) and sum(1 for c in first_row if c) >= 2: # fmt: skip + return "머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" + if any(_RANGE_RE.search(h) for h in headers): + return "머리가 구간 — 조건으로 갈리는 표" + figures = [c for c in values if _NUMBERS_RE.match(c) or _SPEC_UNIT_RE.match(c)] + if figures and all(_SPEC_UNIT_RE.match(c) for c in figures): + return "값이 규격·치수뿐 — 기준표(원문이 품을 안 적음)" + return "그 밖 — 사람이 봐야 함" diff --git a/B08_Quantity/B08_Quantity_Build_WorkItemMaster_Table.py b/B08_Quantity/B08_Quantity_Build_WorkItemMaster_Table.py index 9feaa1ae..669401a4 100644 --- a/B08_Quantity/B08_Quantity_Build_WorkItemMaster_Table.py +++ b/B08_Quantity/B08_Quantity_Build_WorkItemMaster_Table.py @@ -15,7 +15,10 @@ from B08_Quantity.B08_Quantity_Build_WorkItemMaster_Forms import ( judged_basis, judged_form, ) -from B08_Quantity.B08_Quantity_Build_WorkItemMaster_FormsConst import judged_const_form +from B08_Quantity.B08_Quantity_Build_WorkItemMaster_FormsConst import ( + const_undetermined_kind, + judged_const_form, +) # ── 형태 판정 ──────────────────────────────────────────────────────────── # 헤더·비고 문자열에서 찾는 표지. 앞의 것이 먼저 걸린다(생산량형이 더 좁은 표현이라 우선). @@ -198,7 +201,8 @@ def detect_form(table: dict[str, Any], chapter: str | None) -> tuple[str, str]: # ⚠ 여기까지 왔다는 것은 산림 판정이 이미 못 가렸다는 뜻이라, 산림 결과는 흔들리지 않는다. if hit := judged_const_form(table): return hit[0], f"건설 꼴 — {hit[1]}" - return "undetermined", "헤더·첫 행에 단위·밑수·직종 표지 없음" + # 못 가른 것은 **갈래를 적어** 남긴다 — 「어디를 더 봐야 하나」가 보여야 줄일 수 있다. + return "undetermined", f"단위·밑수·직종 표지 없음 · {const_undetermined_kind(table)}" BASIS_RE = re.compile(r"(\d[\d,.]*)\s*(㎥|m3|㎡|m2|㏊|ha|km|㎞|m|인|본|개|kg|㎏|톤|ton)\s*당") @@ -218,8 +222,12 @@ SOURCE_BASIS_RATIO_RE = re.compile( #: 밑수 단위 — 건설은 「일·기·조·명·틀」도 씀(2026-09-18 브레인 · 건설 밑수 미판독 162). #: ⚠ 「회」는 넣지 않는다 — 2026-09-17 데스크탑 서브가 원문을 열어 **밑수 단위가 아니라고** 판정(10-4 중기운반). +#: 2026-09-18 건설 미판독 101 을 보고 넓힘 — 원문이 세는 물건이 그대로 밑수인 자리. +#: `(1대당)` · `(층당)` · `(set당)` · `(Joint당)` · `(1발파당)`. +#: ⚠ 「단위당」은 안 넣는다 — 무엇의 단위인지 원문이 안 적었다. _BASIS_UNIT = ( "공㎥|㎥|m3|㎡|m2|㏊|ha|㎞|km|m|매|본|개소|개|인|공|kg|㎏|톤|ton|주|식|대|일|기|조|명|틀" + "|층|set|SET|Joint|joint|발파|구멍|孔|㎢|km2|도엽|ea|EA" ) #: ⚠ **괄호 앞뒤에 글이 붙은 건설 꼴**도 읽는다 — `(용접개소당)` · `(세면기 개당)` · `(절단길이 10m당)` · #: `(m당 : 관길이기준)`. 산림은 괄호 안이 밑수뿐이라 이 넓히기로 값이 달라지지 않는다. @@ -231,6 +239,8 @@ SOURCE_BASIS_RE = re.compile( ) #: 한 괄호 안의 밑수 토막 — 둘 이상이면 못 고른다(`(1ha당, 100본당)`). _BASIS_TOKEN_RE = re.compile(rf"[\d,]*\.?\d*\s*(?:{_BASIS_UNIT})\s*당") +#: 「당」이 안 붙은 단위까지 센다 — `1일 1대당` 처럼 **단위가 둘인 칸**을 가려내는 데 쓴다. +_BASIS_UNIT_TOKEN_RE = re.compile(rf"[\d,]+\s*(?:{_BASIS_UNIT})") #: 표 위로 몇 줄까지 거슬러 볼 것인가. 더 올라가면 **앞 표의 밑수**를 잘못 물어 온다. SOURCE_LOOKBACK = 6 @@ -749,6 +759,21 @@ def table_entry( if not absent and basis_qty is None and basis_unit is None: basis_qty, basis_unit = detect_basis(table) basis_source = "표 안" if basis_unit else None + # ⚠ 원문이 **표 머리 칸에** 밑수를 적어 둔 자리도 읽는다 — 「(단위 : ㎢)」·「(도엽당)」 + # (2026-09-18 건설 미판독 97 을 갈라 보니 이 꼴이 열넷). + if not absent and basis_unit is None: + cells = [*(table.get("headers") or [])] + cells += [c for row in (table.get("rows") or [])[:2] for c in row] + for cell in cells: + text = norm(cell) + # ⚠ 한 칸에 단위가 둘이면(`손료계수 (1일 1대당)`) 어느 쪽이 밑수인지 못 가린다 — + # 한쪽만 집으면 조용히 틀리므로 **안 읽고 넘긴다**. + if len(_BASIS_UNIT_TOKEN_RE.findall(text)) > 1: + continue + qty, unit = basis_from_source([text, "", "|"], 3) + if unit: + basis_qty, basis_unit, basis_source = qty, unit, "표 머리" + break elif basis_source is None: basis_source = "본문" # 본문·표 안에 없을 때만 **절 이름**을 본다(4-2-2 「1,000㎡당」) — 이름 전체가 밑수일 때만. @@ -776,9 +801,14 @@ def table_entry( "line": table.get("line"), # ⚠ 「원문 부재」는 **채울 것이 아니다** — 없는 값을 지어내면 안 된다. # 「미판독」만 진짜 할 일이다(2026-09-18 브레인 · 안티그래비티 3바퀴). + # ⚠ **작업조 표는 밑수가 애초에 표 밖이다** — 하루 편성 인원·장비를 적고 + # 시공량은 [주]·다른 표에 있다. 「미판독」으로 세면 없는 할 일이 생긴다 + # (2026-09-18 건설 미판독 101 가운데 79 가 이 꼴이었다). "why": absent or ( - "미판독 — 원문이 적었는데 우리가 못 읽음" + "원문 부재 — 작업조 표(하루 편성) · 밑수는 표 밖의 시공량" + if crew_table(table) + else "미판독 — 원문이 적었는데 우리가 못 읽음" if source_declares_basis(source_lines, int(table.get("line") or 0), table) else "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" ), diff --git a/resources/data_master_labels/labels_2026-01-01.json b/resources/data_master_labels/labels_2026-01-01.json index ed2b8bc9..45de5be3 100644 --- a/resources/data_master_labels/labels_2026-01-01.json +++ b/resources/data_master_labels/labels_2026-01-01.json @@ -6363,7 +6363,7 @@ "name_ko": "밑수 못 찾은 표", "summary": "기준 수량을 못 읽은 품셈 표. 1 단위당으로 단정하면 곱셈이 틀린다.", "shape": "list", - "rows": 81, + "rows": 79, "columns": [ { "key": "pum_table_id", @@ -7267,7 +7267,7 @@ "name_ko": "형태 미판정 표", "summary": "생산량형인지 소요량형인지 못 정한 표.", "shape": "list", - "rows": 275, + "rows": 196, "columns": [ { "key": "pum_table_id", @@ -7323,7 +7323,7 @@ "name_ko": "밑수 미확보 표", "summary": "기준 수량을 못 찾은 표.", "shape": "list", - "rows": 439, + "rows": 431, "columns": [ { "key": "pum_table_id", diff --git a/resources/data_work_item_master/_manifest.json b/resources/data_work_item_master/_manifest.json index 32f878dd..e923dc6f 100644 --- a/resources/data_work_item_master/_manifest.json +++ b/resources/data_work_item_master/_manifest.json @@ -1,7 +1,7 @@ { "schema_version": "1.0", "dataset_id": "data_work_item_master_manifest", - "generated_at": "2026-09-18T10:45:42+09:00", + "generated_at": "2026-09-18T12:53:57+09:00", "built_by": "B08_Quantity/B08_Quantity_Build_WorkItemMaster.py", "source": { "dataset_id": "pum_forest", @@ -12,8 +12,8 @@ "files": [ { "file": "work_item_master_2026-01-01.json", - "sha256": "39e67e9aab533f5c130634b607213d17ac1e5a79c6bb46a5ed7d562b130b7ca9", - "size_bytes": 1095109 + "sha256": "41a9ebd574ed425ca9cc180f3b9b5cbc3fa603d3e9a94e4731f2db275fb101fe", + "size_bytes": 1095122 }, { "file": "form_undetermined_2026-01-01.json", @@ -22,8 +22,8 @@ }, { "file": "basis_missing_2026-01-01.json", - "sha256": "ab1fef3d606fefb142d1d4c2af6bba82e3ab3a6b03d05f9ab358f67d490a86df", - "size_bytes": 18830 + "sha256": "57c58458ef2a95aa67a5dd2e15989f2613c628e7c697c84d4a944349fa102422", + "size_bytes": 18434 } ] } \ No newline at end of file diff --git a/resources/data_work_item_master/_manifest_const.json b/resources/data_work_item_master/_manifest_const.json index 091fe28c..faf93e40 100644 --- a/resources/data_work_item_master/_manifest_const.json +++ b/resources/data_work_item_master/_manifest_const.json @@ -1,7 +1,7 @@ { "schema_version": "1.0", "dataset_id": "data_work_item_master_manifest", - "generated_at": "2026-09-18T10:46:32+09:00", + "generated_at": "2026-09-18T12:54:47+09:00", "built_by": "B08_Quantity/B08_Quantity_Build_WorkItemMaster.py", "source": { "dataset_id": "pum_const", @@ -12,18 +12,18 @@ "files": [ { "file": "const_work_item_master_2026-01-01.json", - "sha256": "c9bcd08d3a4d1243237bd9cf4fe88fc41208ca524baedc8186a2cf680fa605ea", - "size_bytes": 4704704 + "sha256": "a3862986f252c2c395d765a879cd2e60899f011559268d27539bb051930738d1", + "size_bytes": 4712576 }, { "file": "const_form_undetermined_2026-01-01.json", - "sha256": "8c873e35c009212b9763e50f2f24f90b00f5ab9438e2b213248473358b9272f1", - "size_bytes": 153111 + "sha256": "b1b4619532c561bb17e53881e5732548a0f8e666dee7f841d9507f1ba760dddf", + "size_bytes": 115516 }, { "file": "const_basis_missing_2026-01-01.json", - "sha256": "4a24ebe629c61f0475f5b6564fb66ab27cdcfe0723d9d4c82bb0a89e86be772f", - "size_bytes": 111824 + "sha256": "bdc0720276122659f931f7144cce751aa18ea09d706ca7eb34a438b5e969bf7e", + "size_bytes": 110609 } ] } \ No newline at end of file diff --git a/resources/data_work_item_master/basis_missing_2026-01-01.json b/resources/data_work_item_master/basis_missing_2026-01-01.json index 09cc66a3..63375984 100644 --- a/resources/data_work_item_master/basis_missing_2026-01-01.json +++ b/resources/data_work_item_master/basis_missing_2026-01-01.json @@ -417,20 +417,6 @@ "line": 4373, "why": "미판독 — 원문이 적었는데 우리가 못 읽음" }, - { - "pum_table_id": "F0228", - "section": "8-6-2. 드론방제", - "pum_form": "requirement", - "line": 4541, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, - { - "pum_table_id": "F0229", - "section": "8-6-2. 드론방제", - "pum_form": "requirement", - "line": 4561, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, { "pum_table_id": "F0230", "section": "8-6-3. 지상방제", diff --git a/resources/data_work_item_master/const_basis_missing_2026-01-01.json b/resources/data_work_item_master/const_basis_missing_2026-01-01.json index 351373ba..7048faa0 100644 --- a/resources/data_work_item_master/const_basis_missing_2026-01-01.json +++ b/resources/data_work_item_master/const_basis_missing_2026-01-01.json @@ -88,13 +88,6 @@ "line": 1109, "why": "미판독 — 원문이 적었는데 우리가 못 읽음" }, - { - "pum_table_id": "C0148", - "section": "2-12-2 마스트 설치 및 해체('23년 신설)(층당)", - "pum_form": "requirement", - "line": 1162, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, { "pum_table_id": "C0150", "section": "2-12-3 축중계 설치 및 해체('09년 신설, '10년 보완)(회당)", @@ -207,6 +200,13 @@ "line": 118, "why": "미판독 — 원문이 적었는데 우리가 못 읽음" }, + { + "pum_table_id": "C0258", + "section": "2-2-2 주요자재 / 강재류’를 적용한다.5-1-7 어스앵커 공법('20, '26년 보완)", + "pum_form": "productivity", + "line": 142, + "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" + }, { "pum_table_id": "C0263", "section": "5-1-9 주열식 현장벽체공법(CIP,Cast In Placed Pile)('26년 신설)", @@ -235,6 +235,13 @@ "line": 271, "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" }, + { + "pum_table_id": "C0269", + "section": "5-1-9 주열식 현장벽체공법(CIP,Cast In Placed Pile)('26년 신설)", + "pum_form": "productivity", + "line": 291, + "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" + }, { "pum_table_id": "C0271", "section": "5-1-10 차수그라우팅('26년 신설)", @@ -340,6 +347,13 @@ "line": 670, "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" }, + { + "pum_table_id": "C0303", + "section": "85-3 말뚝5-3-1 기성말뚝 기초('99년 신설, '15, '16, '20, '26년 보완)", + "pum_form": "productivity", + "line": 698, + "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" + }, { "pum_table_id": "C0306", "section": "5-3-2 말뚝박기용 천공('08, '15, '16, '20, '25, '26년 보완)", @@ -389,6 +403,13 @@ "line": 869, "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" }, + { + "pum_table_id": "C0322", + "section": "5-3-5 현장타설말뚝('15, '21, '26년 보완)", + "pum_form": "productivity", + "line": 927, + "why": "미판독 — 원문이 적었는데 우리가 못 읽음" + }, { "pum_table_id": "C0324", "section": "5-3-5 현장타설말뚝('15, '21, '26년 보완)", @@ -424,13 +445,6 @@ "line": 487, "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" }, - { - "pum_table_id": "C0376", - "section": "6-3-10 신축이음(Expansion Joint) 설치('18년 신설)", - "pum_form": "requirement", - "line": 561, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, { "pum_table_id": "C0421", "section": "8-1-2 공사규모별 표준건설기계('04, '17, '25년 보완)", @@ -459,6 +473,20 @@ "line": 272, "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" }, + { + "pum_table_id": "C0447", + "section": "8-2-6 모터 스크레이퍼Q = ⋅q⋅f⋅E cm여기서Q: 시간당 작업량(㎥/hr)q: 적재함용적×적재계수(k)f: 체적환산계수E: 작업효율cm : 1회 싸이클 시간", + "pum_form": "productivity", + "line": 440, + "why": "미판독 — 원문이 적었는데 우리가 못 읽음" + }, + { + "pum_table_id": "C0449", + "section": "8-2-6 모터 스크레이퍼Q = ⋅q⋅f⋅E cm여기서Q: 시간당 작업량(㎥/hr)q: 적재함용적×적재계수(k)f: 체적환산계수E: 작업효율cm : 1회 싸이클 시간", + "pum_form": "productivity", + "line": 479, + "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" + }, { "pum_table_id": "C0450", "section": "8-2-6 모터 스크레이퍼Q = ⋅q⋅f⋅E cm여기서Q: 시간당 작업량(㎥/hr)q: 적재함용적×적재계수(k)f: 체적환산계수E: 작업효율cm : 1회 싸이클 시간", @@ -480,6 +508,27 @@ "line": 855, "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" }, + { + "pum_table_id": "C0475", + "section": "8-2-15 법면다짐기", + "pum_form": "productivity", + "line": 894, + "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" + }, + { + "pum_table_id": "C0484", + "section": "8-2-19 콘크리트 운반", + "pum_form": "productivity", + "line": 1006, + "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" + }, + { + "pum_table_id": "C0491", + "section": "8-2-19 콘크리트 운반", + "pum_form": "productivity", + "line": 1092, + "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" + }, { "pum_table_id": "C0493", "section": "8-2-19 콘크리트 운반", @@ -1033,20 +1082,6 @@ "line": 426, "why": "미판독 — 원문이 적었는데 우리가 못 읽음" }, - { - "pum_table_id": "C0804", - "section": "1-8-2 도로 표지판 설치('08년 신설, '20년 보완)(일당)", - "pum_form": "requirement", - "line": 606, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, - { - "pum_table_id": "C0855", - "section": "3-2-5 터널굴착 1발파당 작업인원('07, '20년 보완)(1발파당)", - "pum_form": "requirement", - "line": 149, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, { "pum_table_id": "C0856", "section": "3-2-5 터널굴착 1발파당 작업인원('07, '20년 보완)(1발파당)", @@ -1110,13 +1145,6 @@ "line": 168, "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" }, - { - "pum_table_id": "C0979", - "section": "7-4-3 배송관 진수(set당)", - "pum_form": "requirement", - "line": 303, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, { "pum_table_id": "C0980", "section": "7-4-3 배송관 진수(set당)", @@ -1544,6 +1572,13 @@ "line": 1844, "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" }, + { + "pum_table_id": "C1128", + "section": "9-5-4 수치지도 작성('21, '22, '24, '26년 보완)", + "pum_form": "productivity", + "line": 1851, + "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" + }, { "pum_table_id": "C1131", "section": "9-5-4 수치지도 작성('21, '22, '24, '26년 보완)", @@ -1558,6 +1593,13 @@ "line": 1937, "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" }, + { + "pum_table_id": "C1138", + "section": "9-5-4 수치지도 작성('21, '22, '24, '26년 보완)", + "pum_form": "productivity", + "line": 1952, + "why": "미판독 — 원문이 적었는데 우리가 못 읽음" + }, { "pum_table_id": "C1139", "section": "9-5-4/2. 수동입력'의 품을 적용한다.", @@ -1705,13 +1747,6 @@ "line": 2889, "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" }, - { - "pum_table_id": "C1233", - "section": "9-5-4/2. 수동입력’을적용한다.", - "pum_form": "requirement", - "line": 2922, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, { "pum_table_id": "C1246", "section": "9-5-4 9. 수치표고모형구축’의 ‘가. 항공레이저측량에 의한 방법(레이저지형자료취득, 자료처리, 수치표고모형제작, 정리 및 점검)’ 공정에 한하여 적용한다.", @@ -1747,48 +1782,6 @@ "line": 3171, "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" }, - { - "pum_table_id": "C1260", - "section": "9-5-6 지도제작(기본도)", - "pum_form": "requirement", - "line": 3191, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, - { - "pum_table_id": "C1263", - "section": "9-5-6 지도제작(기본도)", - "pum_form": "requirement", - "line": 3216, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, - { - "pum_table_id": "C1266", - "section": "9-5-6 지도제작(기본도)", - "pum_form": "requirement", - "line": 3245, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, - { - "pum_table_id": "C1267", - "section": "9-5-6 지도제작(기본도)", - "pum_form": "requirement", - "line": 3253, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, - { - "pum_table_id": "C1270", - "section": "9-5-7 토지이용 현황도 제작", - "pum_form": "requirement", - "line": 3283, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, - { - "pum_table_id": "C1272", - "section": "9-5-7 토지이용 현황도 제작", - "pum_form": "requirement", - "line": 3300, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, { "pum_table_id": "C1274", "section": "9-5-9 정밀도로지도 구축('19년 신설, '20년 보완)", @@ -2132,6 +2125,13 @@ "line": 4600, "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" }, + { + "pum_table_id": "C1412", + "section": "1-1 철골 가공 조립(공장생산)1-1-1 기본철골공수('08, '13년 보완)", + "pum_form": "requirement", + "line": 26, + "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" + }, { "pum_table_id": "C1415", "section": "1-1-3 기본용접공수", @@ -2433,13 +2433,6 @@ "line": 541, "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" }, - { - "pum_table_id": "C1671", - "section": "13-1-7 장거리 배관('93, '26년 보완)(Joint당)", - "pum_form": "requirement", - "line": 643, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, { "pum_table_id": "C1674", "section": "13-1-8 이중보온관 설치('26년 보완)", @@ -2468,41 +2461,6 @@ "line": 1149, "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" }, - { - "pum_table_id": "C1703", - "section": "13-3 배관 및 기기보온13-3-1 pipe보온('04년 보완)", - "pum_form": "requirement", - "line": 1288, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, - { - "pum_table_id": "C1704", - "section": "13-3 배관 및 기기보온13-3-1 pipe보온('04년 보완)", - "pum_form": "requirement", - "line": 1319, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, - { - "pum_table_id": "C1705", - "section": "13-3 배관 및 기기보온13-3-1 pipe보온('04년 보완)", - "pum_form": "requirement", - "line": 1345, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, - { - "pum_table_id": "C1706", - "section": "13-3 배관 및 기기보온13-3-1 pipe보온('04년 보완)", - "pum_form": "requirement", - "line": 1376, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, - { - "pum_table_id": "C1707", - "section": "13-3 배관 및 기기보온13-3-1 pipe보온('04년 보완)", - "pum_form": "requirement", - "line": 1402, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, { "pum_table_id": "C1720", "section": "13-4-3 STORAGE TANK", @@ -2552,13 +2510,6 @@ "line": 1726, "why": "원문 부재 — 원문에 밑수가 아예 없음(채우면 지어내는 꼴)" }, - { - "pum_table_id": "C1731", - "section": "13-5-2 보일러 드럼 설치(대당)", - "pum_form": "requirement", - "line": 1739, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, { "pum_table_id": "C1732", "section": "13-5-2 보일러 드럼 설치(대당)", @@ -3063,13 +3014,6 @@ "line": 162, "why": "미판독 — 원문이 적었는데 우리가 못 읽음" }, - { - "pum_table_id": "C2130", - "section": "2-2-13 도상갱환('11년 신설)", - "pum_form": "requirement", - "line": 1088, - "why": "미판독 — 원문이 적었는데 우리가 못 읽음" - }, { "pum_table_id": "C2268", "section": "3-1-5 석축 헐기(인력)('22년 보완)", diff --git a/resources/data_work_item_master/const_form_undetermined_2026-01-01.json b/resources/data_work_item_master/const_form_undetermined_2026-01-01.json index a7841c23..a90709f6 100644 --- a/resources/data_work_item_master/const_form_undetermined_2026-01-01.json +++ b/resources/data_work_item_master/const_form_undetermined_2026-01-01.json @@ -27,30 +27,7 @@ "1인당" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0149", - "section": "2-12-2 마스트 설치 및 해체", - "headers": [ - "지하층 및 1∼3층", - "4∼6층", - "7∼9층", - "10∼12층", - "13∼15층", - "16∼18층" - ], - "first_rows": [ - [ - "0", - "5%", - "8%", - "12%", - "16%", - "20%" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0154", @@ -80,62 +57,7 @@ "10 8 6 4.5" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0179", - "section": "3-3-8 암파쇄(유압식 할암공법)", - "headers": [ - "구 분", - "유압식 크롤러드릴", - "굴착기+대형브레이커" - ], - "first_rows": [ - [ - "기계경비의", - "24%", - "2%" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0199", - "section": "3-7-4 절토사면 녹화", - "headers": [ - "수직고", - "20 ∼ 30m", - "30 ∼ 50m", - "50m 이상" - ], - "first_rows": [ - [ - "할증률(%)", - "18", - "24", - "30" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0203", - "section": "3-7-4 절토사면 녹화", - "headers": [ - "수직고", - "20 ∼ 30m", - "30 ∼ 50m", - "50m 이상" - ], - "first_rows": [ - [ - "할증률(%)", - "18", - "24", - "30" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0216", @@ -166,7 +88,7 @@ "39" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0238", @@ -193,7 +115,7 @@ "1" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0250", @@ -212,66 +134,7 @@ "1.0㎥" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0258", - "section": "5-1-7 어스앵커 공법", - "headers": [ - "구 분", - "토사", - "혼합층", - "풍화암", - "연암", - "보통암", - "경암" - ], - "first_rows": [ - [ - "작 업 량", - "타 격 식", - "9.38", - "8.70", - "5.41", - "7.50", - "9.38", - "13.33" - ], - [ - "", - "회 전 식", - "5.36", - "-", - "-", - "-", - "-", - "-" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0269", - "section": "5-1-9 주열식 현장벽체공법(CIP,Cast In Placed Pile)", - "headers": [ - "구분", - "말뚝길이" - ], - "first_rows": [ - [ - "", - "10m미만", - "10~20m", - "20m~30m" - ], - [ - "소요시간(min)", - "3", - "5", - "7" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0270", @@ -307,7 +170,7 @@ "-" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0284", @@ -337,51 +200,7 @@ "-" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0285", - "section": "5-2-2 고압분사 주입공법", - "headers": [ - "구 분", - "유효직경(㎜)" - ], - "first_rows": [ - [ - "", - "800", - "1,000", - "1,200", - "1,500", - "2,000" - ], - [ - "분사주입시간 (min/m)", - "3.61", - "5.64", - "8.12", - "12.69", - "22.57" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0287", - "section": "5-2-3 플라스틱 보드 드레인(PBD)", - "headers": [ - "구 분", - "도로/철도", - "항만/매립지" - ], - "first_rows": [ - [ - "효 율", - "0.75", - "0.85" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0302", @@ -403,32 +222,7 @@ "6" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0303", - "section": "5-3-1 기성말뚝 기초", - "headers": [ - "직경(㎜)", - "400", - "450", - "500", - "600", - "700", - "800" - ], - "first_rows": [ - [ - "시간(min)", - "15", - "16", - "18", - "22", - "25", - "29" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 구간 — 조건으로 갈리는 표" }, { "pum_table_id": "C0304", @@ -464,7 +258,7 @@ "-" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0305", @@ -500,7 +294,7 @@ "3.28" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0311", @@ -536,26 +330,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0319", - "section": "5-3-5 현장타설말뚝", - "headers": [ - "구 분", - "R.C.D", - "요동식", - "전회전식" - ], - "first_rows": [ - [ - "소 요 시 간 ( h r )", - "2", - "2", - "2" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0320", @@ -590,7 +365,7 @@ "2.48" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0321", @@ -625,41 +400,7 @@ "1.88" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0322", - "section": "5-3-5 현장타설말뚝", - "headers": [ - "구 분", - "로드연결/해체 (R.C.D)", - "케이싱 연결 (올케이싱)" - ], - "first_rows": [ - [ - "소요시간(hr)", - "0.4", - "0.4" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0327", - "section": "5-3-5 현장타설말뚝", - "headers": [ - "구 분", - "R.C.D", - "올케이싱" - ], - "first_rows": [ - [ - "소요시간(hr)", - "1.0", - "2.0" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0328", @@ -682,49 +423,7 @@ "0.51hr" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0344", - "section": "6-1-5 에폭시(Epoxy) 콘크리트 접착제 바르기", - "headers": [ - "지하층 및 1∼3층", - "4∼6층", - "7∼9층", - "10∼12층", - "13∼15층", - "16∼18층" - ], - "first_rows": [ - [ - "0", - "5%", - "8%", - "12%", - "16%", - "20%" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0351", - "section": "6-2-3 현장조립", - "headers": [ - "구분", - "Type-Ⅰ", - "Type-Ⅱ", - "Type-Ⅲ" - ], - "first_rows": [ - [ - "사용량(kg)", - "6.5", - "8.0", - "9.5" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0357", @@ -752,7 +451,7 @@ "1.43" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0364", @@ -777,7 +476,7 @@ "83" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0422", @@ -806,7 +505,7 @@ "- - 25 15 10" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0425", @@ -836,7 +535,7 @@ "0.55" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0426", @@ -868,7 +567,7 @@ "-" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0427", @@ -896,7 +595,7 @@ "125" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0429", @@ -925,7 +624,7 @@ "0.85" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0430", @@ -948,26 +647,7 @@ "1,500∼2,000" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0431", - "section": "8-2-3 굴착기", - "headers": [ - "현 장 조 건", - "K" - ], - "first_rows": [ - [ - "용이하게 굴착할 수 있는 연한 토질로서 버킷에 산적으로 가득찰 때가 많은 조건이 좋은 모래, 보통토인 경우", - "1.10" - ], - [ - "위의 토질보다 약간 단단한 토질로서 버킷에 거의 가득 채울 수 있는 모래, 보통토 및 조건이 좋은 점토인 경우", - "0.90" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0432", @@ -997,7 +677,7 @@ "0.60" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0433", @@ -1018,7 +698,7 @@ "0.19" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0436", @@ -1043,7 +723,7 @@ "0.40" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0437", @@ -1069,7 +749,7 @@ "집토하여 담을 때" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0440", @@ -1099,7 +779,7 @@ "0.45" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0442", @@ -1121,7 +801,7 @@ "600" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0443", @@ -1158,26 +838,7 @@ "12" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0444", - "section": "8-2-7 모터 그레이더", - "headers": [ - "작업종류", - "t(분)" - ], - "first_rows": [ - [ - "작업거리가 비교적 짧은 경우", - "2.5" - ], - [ - "도 로 보 수", - "1.5" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0445", @@ -1199,7 +860,7 @@ "2.7" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0446", @@ -1222,28 +883,7 @@ "0.6" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0447", - "section": "8-2-8 덤프트럭", - "headers": [ - "도로상태", - "평균속도" - ], - "first_rows": [ - [ - "", - "적재", - "공차" - ], - [ - "토취장 또는 토사장 등 열악한 조건의 도로", - "7", - "8" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0448", @@ -1266,88 +906,7 @@ "1.1" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0449", - "section": "8-2-8 덤프트럭", - "headers": [ - "구 분", - "인력에 의한 경우", - "자동덮개시설의 경우" - ], - "first_rows": [ - [ - "시 간 (분)", - "3.77", - "0.5" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0453", - "section": "8-2-9 롤러", - "headers": [ - "공 종", - "다짐두께 (㎝)", - "다 짐 기 계", - "규 격 (ton)", - "다짐횟수", - "다짐도 (%)" - ], - "first_rows": [ - [ - "노 체", - "30", - "진 동 롤 러 타 이 어 롤 러", - "10 8∼15", - "6 4", - "90이상" - ], - [ - "노 상", - "20", - "진 동 롤 러 타 이 어 롤 러", - "10 8∼15", - "6 4", - "95이상" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0454", - "section": "8-2-9 롤러", - "headers": [ - "공 종", - "다짐두께 (㎝)", - "다 짐 기 계", - "규 격 (ton)", - "다짐횟수", - "다짐도 (%)" - ], - "first_rows": [ - [ - "저 수 지", - "심 벽 ( 점 토 )", - "20", - "양족식롤러( 자주식)", - "19", - "10", - "95이상" - ], - [ - "", - "성 토", - "30", - "〃", - "19", - "8", - "95이상" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0455", @@ -1374,35 +933,7 @@ "0.25" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0456", - "section": "8-2-10 아스팔트 플랜트", - "headers": [ - "혼합재의 종류", - "A", - "B", - "C", - "D" - ], - "first_rows": [ - [ - "플랜트규격(ton)", - "(ton)", - "(ton)", - "(ton)", - "(ton)" - ], - [ - "40", - "32.0", - "28.8", - "25.6", - "19.2" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0457", @@ -1427,7 +958,7 @@ "600" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0458", @@ -1446,7 +977,7 @@ "494" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0459", @@ -1477,7 +1008,7 @@ "-" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0460", @@ -1508,7 +1039,7 @@ "315∼630" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0461", @@ -1551,7 +1082,7 @@ "40.0" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0462", @@ -1594,7 +1125,7 @@ "1.7" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0463", @@ -1627,7 +1158,7 @@ "10" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0464", @@ -1672,7 +1203,7 @@ "22.0" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0465", @@ -1715,7 +1246,7 @@ "80" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0466", @@ -1758,7 +1289,7 @@ "80" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0467", @@ -1780,46 +1311,7 @@ "1.50" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0469", - "section": "8-2-12 크러셔", - "headers": [ - "규격 (ton)", - "출구간격(㎜) 입구간격(㎜)", - "생 산 능 력(ton/hr)", - "출력 (㎾)" - ], - "first_rows": [ - [ - "", - "", - "10", - "13", - "16", - "20", - "25", - "30", - "40", - "50", - "" - ], - [ - "50", - "85× 90", - "20", - "25", - "30", - "38", - "45", - "50", - "(57)", - "", - "93" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0470", @@ -1836,7 +1328,7 @@ "0.36" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0474", @@ -1857,35 +1349,7 @@ "0.03" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0475", - "section": "8-2-15 법면다짐기", - "headers": [ - "구 분", - "다짐력", - "플레이트규격(㎝)", - "작업량(㎡/h)", - "비 고" - ], - "first_rows": [ - [ - "유 압 식 진 동 콤 팩 터", - "6∼9톤", - "76×84", - "77.7", - "최대건조밀도 90%이상 기준" - ], - [ - "법 면 다 짐 판", - "-", - "80×80", - "22.7", - "-" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0476", @@ -1921,7 +1385,7 @@ "2.63㎥" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0477", @@ -1949,7 +1413,7 @@ "0.75" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0482", @@ -1974,28 +1438,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0484", - "section": "8-2-22 디젤 파일 해머", - "headers": [ - "해 머 규 격", - "1.5t 급", - "2.2t 급", - "3.2t 급", - "4.0t 급" - ], - "first_rows": [ - [ - "Te(분)", - "4", - "6", - "8", - "10" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0485", @@ -2015,7 +1458,7 @@ "1.0" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0486", @@ -2044,7 +1487,7 @@ "30" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0487", @@ -2073,7 +1516,7 @@ "50" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0488", @@ -2098,7 +1541,7 @@ "교류 아크(Arc) 용접기는 20KVA(500A)를 표준으로 한다." ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0489", @@ -2127,7 +1570,7 @@ "2.8" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0490", @@ -2156,24 +1599,7 @@ "17.0" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0491", - "section": "8-2-22 디젤 파일 해머", - "headers": [ - "해머규격", - "1.5톤 급", - "2.2톤 급" - ], - "first_rows": [ - [ - "Te(분)", - "4", - "6" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0501", @@ -2188,7 +1614,7 @@ "6" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0502", @@ -2210,7 +1636,7 @@ "0.05N+0.6 2 0.80" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0503", @@ -2225,7 +1651,7 @@ "0.9" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0505", @@ -2252,7 +1678,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0508", @@ -2288,7 +1714,7 @@ "K" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0513", @@ -2314,7 +1740,7 @@ "162" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0520", @@ -2343,22 +1769,7 @@ "250A" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0522", - "section": "8-2-26 유압식 압입 인발기(유압식 압입 인발공)", - "headers": [ - "유압식 압입 인발기 규격", - "k" - ], - "first_rows": [ - [ - "100∼130ton 급", - "1.00" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0527", @@ -2389,7 +1800,7 @@ "발전기" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0528", @@ -2412,7 +1823,7 @@ "3.7㎾" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0529", @@ -2438,7 +1849,7 @@ "0.24" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0530", @@ -2461,26 +1872,7 @@ "1" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0532", - "section": "8-2-28 터널전단면 굴착기(TBM)", - "headers": [ - "구 분", - "양 호", - "보 통", - "불 량" - ], - "first_rows": [ - [ - "작 업 효 율", - "0.75", - "0.65", - "0.55" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0538", @@ -2504,7 +1896,7 @@ "전 동 식" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0539", @@ -2531,7 +1923,7 @@ "3,400 3,400 2,800 2,600 2,000 1,800 1,600 1,200" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0547", @@ -2554,7 +1946,7 @@ "1.00 0.95 0.90 0.85 0.85 0.80" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0548", @@ -2583,7 +1975,7 @@ "0.90 1.00 0.80 0.50 (0.50) (0.50)" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0549", @@ -2612,7 +2004,7 @@ "0.40" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0554", @@ -2640,7 +2032,7 @@ "7.5" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0561", @@ -2680,7 +2072,7 @@ "150" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0562", @@ -2705,57 +2097,7 @@ "0.64" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0566", - "section": "8-3-1 [00]토공기계", - "headers": [ - "분류번호", - "규격(ton)", - "내용시간", - "시 간 당(10-7)" - ], - "first_rows": [ - [ - "0103-0016", - "16", - "12,000", - "795" - ], - [ - "0019", - "19", - "12,000", - "795" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0645", - "section": "8-3-6 [50]골재생산기계 등", - "headers": [ - "분류번호", - "규 격", - "내용시간", - "시 간 당(10-7)" - ], - "first_rows": [ - [ - "5210-0010", - "1.0㎥/min", - "3,600", - "2,500" - ], - [ - "0013", - "1.3㎥/min", - "3,600", - "2,500" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0646", @@ -2803,7 +2145,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C2195", @@ -2822,80 +2164,7 @@ "2,500" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0710", - "section": "8-3-8 [70]기타기계", - "headers": [ - "분류번호", - "규 격", - "시 간 당(10-7)" - ], - "first_rows": [ - [ - "7991-0050", - "3.73㎾", - "4,677" - ], - [ - "0100", - "7.46㎾", - "4,677" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0711", - "section": "8-3-8 [70]기타기계", - "headers": [ - "분류번호", - "규 격", - "시 간 당(10-7)" - ], - "first_rows": [ - [ - "7992-0001", - "0.3㎥", - "3,708" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0712", - "section": "8-3-8 [70]기타기계", - "headers": [ - "분류번호", - "규 격", - "시 간 당(10-7)" - ], - "first_rows": [ - [ - "7993-0020", - "1.49㎾", - "3,375" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0713", - "section": "8-3-8 [70]기타기계", - "headers": [ - "분류번호", - "규 격", - "시 간 당(10-7)" - ], - "first_rows": [ - [ - "7994-0050", - "3.73㎾", - "5,313" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C2201", @@ -2912,386 +2181,7 @@ "5,000" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0748", - "section": "8-5-1 [00]토공기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "불 도 저 ( 무 한 궤 도 ) 불 도 저 ( 타 이 어 ) 유 압 식 리 퍼 습 지 불 도 저", - "0101-0007 0010 0012 0019 0032 0102-0015 0028 0033 0103-0016 0019 0023 0027 0032 0121-0004 0013", - "76,547 168,668 188,714 198,150 263,682 160,229 296,070 375,317 13,948 17,626 19,537 22,753 27,634 44,766 167,666" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0749", - "section": "8-5-1 [00]토공기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "굴 착 기 ( 무 한 궤 도 ) 굴 착 기 ( 타 이 어 ) 습 지 굴 삭 기 ( 무 한 궤 도 ) 대 형 브 레 이 커 유 압 식 진 동 콤 팩 터 ( 굴 삭 기 부 착 용 ) 압 쇄 기 ( 펄 버 라 이 저 ) 트 랜 처 로 더 ( 무 한 궤 도 ) 로 더 ( 타 이 어 )", - "0201-0012 0020 0040 0060 0070 0080 0100 0120 0200 0211-0018 0060 0080 0100 0221-0040 0070 0230-0002 0004 0006 0007 0008 0010 0240-0007 0250-0080 0100 0260-0355 0301-0057 0076 0095 0115 0134 0153 0172 0287 0302-0025 0057 0095 0134 0172", - "45,070 66,538 84,000 112,342 117,766 129,586 142,069 180,927 310,684 69,333 119,000 141,171 144,360 100,270 161,647 4,559 8,352 14,174 17,289 22,649 28,692 11,706 24,021 28,567 264,015 47,372 61,939 75,898 89,931 102,635 114,736 125,845 199,275 30,197 35,999 46,576 91,620 117,351" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0750", - "section": "8-5-1 [00]토공기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "스 크 레 이 퍼 ( 자 주 식 ) 스 크 레 이 퍼 ( 피 견 인 식 ) 모 터 그 레 이 더 ( 일 반 용 ) 모 터 그 레 이 더 ( 사 리 도 ) 덤 프 트 럭 덤 프 트 럭 자 동 덮 개 시 설", - "0229 0287 0350 0500 0406-0054 0115 0161 0206 0407-0054 0092 0107 0161 0206 0502-0036 0503-0036 0602-0025 0045 0060 0080 0105 0150 0200 0240 0320 0610-0150 0200 0240", - "130,266 152,668 185,595 315,000 100,891 187,686 248,434 314,346 33,526 43,636 58,435 81,197 115,346 310,687 264,846 21,982 25,662 28,043 37,391 52,810 90,653 127,336 147,825 211,060 1,634 1,765 1,896" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0751", - "section": "8-5-2 [10]다짐기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "머 캐 덤 롤 러 ( 자 주 식 ) 탠 덤 롤 러 ( 자 주 식 ) 탠 덤 롤 러 ( 진 동 자 주 식 ) 탠 덤 롤 러 ( 진 동 자 주 식 ) 진 동 롤 러 ( 핸 드 가 이 드 식 ) 진 동 롤 러 ( 자 주 식 ) 타 이 어 롤 러 ( 자 주 식 ) 양 족 식 롤 러 ( 자 주 식 ) 래 머 플 레 이 트 콤 팩 터", - "1106-0010 0012 0015 1206-0008 0010 0014 1209-0001 0002 0004 0006 0007 0008 0013 1305-0007 1306-0025 0044 0060 0100 0120 1406-0008 0015 0025 1506-0011 0012 0015 0019 0025 0030 0032 0037 1630-0080 1730-0015", - "57,150 71,351 80,027 48,513 50,412 58,137 11,005 19,858 45,119 66,255 85,196 89,707 150,735 6,966 18,453 21,592 64,243 94,381 103,333 62,881 98,388 139,803 111,865 126,404 145,548 209,593 264,645 317,558 340,351 397,332 1,418 1,673" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0752", - "section": "8-5-3 [20]운반 및 하역기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "크 레 인 ( 무 한 궤 도 ) 크 레 인 ( 타 이 어 ) 트 럭 탑 재 형 크 레 인", - "2101-0010 0015 0020 0025 0030 0035 0040 0050 0070 0080 0100 0150 0220 0280 0300 2104-0010 0015 0020 0025 0030 0035 0040 0045 0050 0060 0070 0080 0100 0130 0160 0200 0220 0250 0300 2105-0002 0003 0005 0010 0015 0018", - "78,059 128,640 164,175 189,905 246,262 324,250 326,535 442,274 517,703 636,801 700,257 972,574 1,263,295 2,345,513 2,881,407 136,400 187,184 233,376 290,480 332,101 348,670 396,741 439,448 520,694 579,427 674,482 845,345 1,014,818 1,355,834 1,814,733 1,884,000 2,346,636 2,737,743 3,808,346 35,307 39,068 42,791 91,593 120,584 128,286" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0753", - "section": "8-5-3 [20]운반 및 하역기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "고 소 작 업 차 터 널 용 고 소 작 업 차 리 더 ( 고 정 형 ) 리 더 ( 회 전 형 ) 케 이 싱 스 킵 버 킷 타 워 크 레 인 건 설 용 리 프 트 ( 인 화 물 용 ) 디 젤 기 관 차 경 운 기 지 게 차 트 랙 터 ( 타 이 어 ) 트 럭 트 랙 터 및 평 판 트 레 일 러", - "2106-0002 0003 0005 2107-0005 2115-0024 0031 0036 2116-0031 0036 2117-0022 0027 2118-0010 2208-5008 5010 5012 5016 5020 2210-0145 2330-0005 0007 2402-0001 2502-0020 0025 0035 0050 0075 2602-0015 0025 0035 0045 2702-0020 0030 0040 0060", - "41,165 66,960 140,857 88,565 26,044 33,640 39,066 84,616 90,042 1,239 1,517 10,195 291,417 358,000 423,560 507,000 711,700 25,042 13,484 18,884 2,072 24,944 26,989 33,662 47,714 63,706 11,047 16,153 20,025 25,702 67,216 90,571 119,491 167,285" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0754", - "section": "8-5-4 [30]포장기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "아 스 팔 트 믹 싱 플 랜 트 아 스 팔 트 피 니 셔 아 스 팔 트 디 스 트 리 뷰 터 아 스 팔 트 스 프 레 이 어 현 장 가 열 표 층 재 생 기 스 테 이 빌 라 이 저 ( 안 정 기 ) 콘 크 리 트 피 니 셔 ( 포 장 용 ) 콘 크 리 트 피 니 셔 ( 중 앙 분 리 대 용 ) 콘 크 리 트 스 프 레 더 콘 크 리 트 조 면 마 무 리 기 콘 크 리 트 롤 러 페 이 버 슬 러 리 실 기 계", - "3108-0040 0060 0080 0100 0120 3201-0001 0003 3302-0030 0038 0047 0057 3430-0300 0400 3450-0642 3530-0015 0036 3601-0102 0202 0204 0302 0402 3611-0142 3701-0200 3801-0795 0120 3805-0120 3901-0300", - "341,024 449,324 576,186 691,875 778,667 222,833 250,388 51,079 64,113 76,303 86,938 2,321 3,158 4,629,182 118,464 150,724 172,351 298,210 506,167 710,540 807,782 258,567 380,335 78,960 85,540 85,630 272,836" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0755", - "section": "8-5-5 [40]콘크리트기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "콘 크 리 트 배 치 플 랜 트 사 일 로 콘 크 리 트 믹 서 콘 크 리 트 믹 서 트 럭 커 터 콘 크 리 트 펌 프 차 콘 크 리 트 펌 프 초 고 압 펌 프 콘 크 리 트 진 동 기", - "4108-0060 0090 0120 0150 0180 0210 4115-0100 0150 0200 0300 4205-0010 0017 0020 0030 0040 0045 4304-0060 0061 4430-0400 4504-0021 0028 0032 0036 0041 0043 0047 0052 4505-0015 0026 4506-0200 0400 4611-0075 0350", - "204,549 274,436 379,561 448,214 462,857 536,800 31,978 39,612 47,247 54,880 1,869 3,184 3,745 4,506 5,154 5,801 87,812 87,919 3,249 195,829 233,210 275,000 341,000 353,000 447,500 490,833 519,667 51,595 73,468 67,575 286,206 145 267" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0756", - "section": "8-5-6 [50]골재생산기계 등", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "크 러 셔 ( 이 동 식 ) 벨 트 콘 베 이 어 에 이 프 런 피 더 죠 크 러 셔 롤 크 러 셔 콘 크 러 셔", - "5105-0050 0100 0150 0200 5111-0040 0050 0060 0076 0091 5112-0001 0002 0003 0004 0005 5113-0001 0002 0003 0004 0005 0006 0007 0008 0009 0010 0011 5114-0001 0002 0003 0004 0005 0006 0007 0008 5115-0030 0055 0075 0095", - "245,857 341,313 383,979 418,118 6,450 6,761 8,011 9,170 10,827 32,315 35,181 45,546 47,248 63,391 29,729 31,904 37,470 40,164 53,901 81,507 84,425 130,908 158,291 162,763 376,676 23,170 32,534 51,367 68,878 71,080 94,475 132,440 163,662 60,815 93,290 142,693 158,133" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0757", - "section": "8-5-6 [50]골재생산기계 등", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "스 크 린 ( 2 단 식 ) 스 크 린 ( 3 단 식 ) 아 그 리 케 이 트 빈 골 재 세 척 설 비 파 이 프 추 진 기 ( 오 거 부 착 유 압 식 ) 파 이 프 추 진 기 ( 공 압 식 ) 유 압 잭 공 기 압 축 기 ( 이 동 식 )", - "5116-0001 0002 0003 0004 0005 0006 0007 0008 5117-0001 0002 0003 0004 0005 0006 0007 0008 5118-0001 0002 0003 0004 0005 0006 0007 5119-0625 5202-0127 0240 0300 5203-1800 2200 2700 3500 4500 5204-0200 0300 0400 0500 0600 5205-0035 0071", - "18,500 20,239 21,474 21,810 22,258 23,346 38,456 39,798 22,802 23,186 25,289 26,558 28,105 42,552 44,266 50,365 5,834 6,736 9,988 13,271 20,469 27,185 28,872 69,127 166,682 373,323 595,673 40,761 49,172 72,181 103,469 168,435 51,515 56,794 59,872 67,368 77,517 14,224 20,311" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0758", - "section": "8-5-6 [50]골재생산기계 등", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "소 형 브 레 이 커 ( 공 압 식 ) 소 형 브 레 이 커 ( 전 기 식 ) 드 릴 웨 곤 크 로 울 러 드 릴 ( 공 기 식 ) 크 로 울 러 드 릴 ( 탑 승 유 압 식 ) 유 압 식 할 암 기 노 면 파 쇄 기 소 형 노 면 파 쇄 기 점 보 드 릴 코 아 드 릴", - "0103 0170 0210 0255 5210-0010 0013 0019 0027 5220-0015 5330-0074 5401-0015 0017 5405-0110 0150 5501-0080 5701-0010 0020 5702-0095 5805-0002 0003 5901-0006 0010 0016", - "34,228 37,532 46,039 73,964 1,951 1,976 2,576 3,106 1,375 18,294 105,609 52,136 162,382 218,600 17,334 325,000 438,356 29,250 605,472 1,153,045 896 1,265 2,262" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0759", - "section": "8-5-7 [60]기초공사용기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "그 라 우 팅 믹 서 그 라 우 팅 펌 프 디 젤 파 일 해 머 보 링 기 계", - "6105-0190 0390 6202-0060 0125 0200 6330-0015 0022 0032 0040 6408-0015", - "2,900 6,033 4,086 5,949 8,591 35,124 45,361 68,038 85,473 7,539" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0760", - "section": "8-5-7 [60]기초공사용기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "오 거 오 실 레 이 터 로 테 이 터 유 압 파 워 팩 강 연 선 인 장 기 리 버 스 서 큘 레 이 션 드 릴 전 회 전 식 천 공 기 진 동 파 일 해 머 ( 전 동 식 ) 진 동 파 일 해 머 ( 유 압 식 )", - "0020 0030 0040 0050 0085 0100 6410-0080 0100 0120 0150 0200 6510-0100 0150 0200 0250 0300 6515-0090 6516-0060 0120 0250 0300 6517-0100 0150 0200 0250 0300 6518-0100 0150 0200 0250 0300 6530-0030 0040 0045 0060 0090 0120 6532-0220", - "8,472 9,027 15,017 18,470 23,096 25,982 68,667 78,378 93,811 184,636 224,427 338,676 393,664 449,902 562,377 753,585 116,113 7,036 8,536 21,245 22,495 688,412 740,463 815,447 889,181 1,026,988 1,225,642 1,378,222 1,872,969 2,297,037 2,827,123 82,114 102,463 114,210 146,643 232,666 301,677 468,750" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0761", - "section": "8-5-7 [60]기초공사용기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "워 터 젯 트 유 압 식 압 입 인 발 기 유 압 파 일 해 머 P B D 천 공 기 ( 유 압 식 ) 고 압 분 사 전 용 장 비 파 일 천 공 전 용 장 비 다 짐 말 뚝 전 용 장 비 자 동 화 믹 서 플 랜 트", - "6540-0131 6550-0130 6630-0003 0005 0007 0010 0013 6701-0147 -0184 6801-0010 6802-0040 0060 0100 0120 0135 0160 6803-0100 6803-0120 6901-0010", - "216,392 1,074,422 125,886 172,212 190,340 262,851 317,233 499,891 599,869 256,827 128,405 293,608 354,745 520,513 1,069,779 1,956,651 491,891 698,542 93,037" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0762", - "section": "8-5-8 [70]기타기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "고 성 능 착 정 기 하 수 관 천 공 기 ( 수 동 식 ) 상 수 도 관 천 공 기 ( 수 동 식 ) 골 재 살 포 기 진 공 흡 입 준 설 차 버 킷 식 준 설 기 자 동 세 륜 기 ( 롤 타 입 ) 물 탱 크 ( 살 수 차 )", - "7101-0450 7103-0010 7104-0010 7106-0035 7110-0013 0025 7120-0746 7202-0008 7202-0010 7204-0018 0038 0055 0065 0160", - "488,355 970 1,856 60,669 196,754 302,677 43,960 16,828 21,722 35,141 40,753 47,263 51,396 90,649" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0763", - "section": "8-5-8 [70]기타기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "이 동 식 임 목 파 쇄 기 부 착 용 집 게 동 력 분 무 기 라 인 마 커 차 선 제 거 기 윈 치 ( 수 동 ) 윈 치 ( 자 동 ) 발 전 기 용 접 기 ( 교 류 ) 용 접 기 ( 직 류 ) 용 착 기", - "7205-0125 0475 0540 7206-0020 0070 0100 7210-0485 7330-0010 7360-0055 0090 7430-1100 1300 1500 2300 2500 7431-1100 1300 2300 2500 7505-0025 0050 0100 0125 0150 0200 0250 0350 0450 0500 0700 7611-0200 0300 0400 0500 7612-0200 0300 0400 7613-0075 0150", - "150,146 519,479 545,494 4,942 7,783 9,331 922 68,298 13,075 13,445 1,419 2,335 3,113 4,981 6,538 3,862 6,538 10,118 23,349 14,452 19,856 24,124 29,410 30,347 39,471 52,374 63,968 93,167 104,159 156,403 391 506 568 666 1,505 1,715 2,477 3,626 5,448" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0764", - "section": "8-5-8 [70]기타기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "알 곤 용 접 기 절 단 기 프 라 즈 마 절 단 기 건 설 용 펌 프 ( 자 흡 식 ) 수 중 모 터 펌 프 취 부 기 실 사 출 기 엔 진 ( 가 솔 린 ) 엔 진 ( 디 젤 ) 우 레 탄 폼 분 사 용 기 구 모 터", - "0300 0400 0600 0900 7614-0300 7620-0002 0003 7621-0100 7730-0050 0080 0100 0125 0150 7740-0080 0100 0150 7750-0016 0025 7770-0004 7811-0025 0030 0040 0045 0070 0120 7812-0005 0007 0009 0015 0018 0020 0035 0070 0100 0150 0200 7830-0081 7930-0001 0002", - "7,472 10,118 12,920 34,097 1,958 644 2,010 3,470 259 319 367 882 1,155 863 1,010 1,938 46,603 71,951 18,306 201 219 290 390 510 1,144 309 359 454 1,188 2,411 3,227 3,763 4,831 5,747 7,274 13,796 28,434 168 194" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0765", - "section": "8-5-8 [70]기타기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "모 터 ( 쉴 드 T B M 용 ) 레 일 천 공 기 파 워 렌 치 침 목 천 공 기 타 이 템 퍼 양 로 기 모 르 타 르 펌 프 모 르 타 르 믹 서 양 수 기 P o w e r T r o w e l 배 관 파 이 프", - "0003 0005 0007 0010 0015 0020 0025 0030 0040 0050 0075 0100 7935-0180 7950-0149 7951-0066 7952-0246 7953-3400 7954-1119 7991-0050 0100 0500 7992-0001 7993-0020 7994-0050 7995-0050", - "232 295 376 497 607 872 1,144 1,571 1,910 2,189 3,785 6,575 252,362 3,128 7,507 997 18,768 33,032 16,913 21,887 40,769 5,696 38 2,680 17" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0766", - "section": "8-5-9 [80]스마트 건설장비", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "3D GNSS 머신 가이던스(굴착기용)", - "8201-0100", - "55,000" - ], - [ - "3D GNSS 머신 컨트롤(굴착기용)", - "8202-0100", - "70,000" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0767", - "section": "8-5-10 [90]해상기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "펌 프 준 설 선", - "9010-0003 0006 0010", - "729,965 1,389,207 2,244,831" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0768", - "section": "8-5-10 [90]해상기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "그 래 브 준 설 선 예 선 양 묘 선", - "0012 0020 0022 0033 0040 0044 0060 0080 0120 0200 9020-0010 0015 0016 0022 0035 0050 0072 0160 0180 0200 9030-0016 0018 0025 0035 0045 0050 0080 0100 0240 9040-0010 0030 0050 0060 0100 0120 0200 0250 0300 0380", - "2,693,800 4,622,275 5,186,166 7,944,375 9,724,459 10,696,903 14,650,006 19,621,816 29,706,290 52,076,577 202,333 314,743 431,650 724,319 886,911 1,227,141 1,948,080 3,672,033 4,131,037 4,623,165 180,790 187,027 246,875 314,205 389,017 426,423 613,450 773,044 1,743,584 26,181 41,145 67,328 80,421 168,323 202,119 336,865 421,083 506,890 644,244" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0769", - "section": "8-5-10 [90]해상기계", - "headers": [ - "기 종", - "분류번호", - "가격(₩)" - ], - "first_rows": [ - [ - "기 중 기 선 ( 비 자 항 ) 토 운 선 이 우 선 ( 비 자 항 ) 대 선 하 천 골 재 채 취 선", - "0680 9050-0075 0150 0450 0750 0850 9060-0060 0100 0200 0300 0500 0600 9070-0015 0020 9080-0050 0080 0100 0120 0150 0200 0300 0500 0700 1000 1100 1400 1500 1750 2000 3000 9090-0800 1000 1200 1300 1400 1500 1600", - "1,159,145 172,358 277,274 503,341 761,706 846,289 66,826 96,966 184,105 247,658 393,035 469,667 32,105 42,311 33,597 41,853 47,357 56,400 69,528 89,462 122,525 162,880 207,125 287,835 293,565 361,641 420,085 441,063 544,553 669,022 650,121 870,425 919,623 997,475 1,074,203 1,150,932 1,227,661" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0847", @@ -3319,7 +2209,7 @@ "65% 65% 공사물량 65% 100%" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0851", @@ -3356,43 +2246,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C0870", - "section": "4-4-1 분기기 부설", - "headers": [ - "구 분", - "#8", - "#10", - "#12", - "#15", - "#18.5", - "#26" - ], - "first_rows": [ - [ - "할증률", - "50㎏", - "0.70", - "0.82", - "0.92", - "1.15", - "1.33", - "1.56" - ], - [ - "", - "60㎏", - "0.75", - "0.90", - "1.00", - "1.20", - "1.39", - "1.62" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0891", @@ -3423,7 +2277,7 @@ "-0.05" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0892", @@ -3451,7 +2305,7 @@ "0.03" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 구간 — 조건으로 갈리는 표" }, { "pum_table_id": "C0893", @@ -3479,7 +2333,7 @@ "0.29" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0900", @@ -3498,7 +2352,7 @@ "50" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0901", @@ -3524,7 +2378,7 @@ "40" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0905", @@ -3541,7 +2395,7 @@ "1.0" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0907", @@ -3567,7 +2421,7 @@ "4" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0943", @@ -3604,7 +2458,7 @@ "70" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0954", @@ -3647,7 +2501,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C0962", @@ -3672,7 +2526,7 @@ "29.8" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0963", @@ -3699,7 +2553,7 @@ "29.8" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0966", @@ -3722,7 +2576,7 @@ "0.7" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C0969", @@ -3745,7 +2599,7 @@ "수심 0∼15m" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1042", @@ -3785,7 +2639,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1045", @@ -3825,7 +2679,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1059", @@ -3856,7 +2710,7 @@ "10㎞당 일수" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1065", @@ -3890,7 +2744,7 @@ "8.0" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1071", @@ -3920,7 +2774,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1082", @@ -3974,7 +2828,7 @@ "-" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1087", @@ -4020,7 +2874,7 @@ "8.3" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1088", @@ -4057,7 +2911,7 @@ "1" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1089", @@ -4091,7 +2945,7 @@ "1" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1090", @@ -4164,7 +3018,7 @@ "8.3" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1091", @@ -4195,7 +3049,7 @@ "2.0일" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1092", @@ -4222,7 +3076,7 @@ "- - 1 2" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1093", @@ -4247,7 +3101,7 @@ "1" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1095", @@ -4275,7 +3129,7 @@ "( )내는 내업을 표시함" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C2231", @@ -4303,7 +3157,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1106", @@ -4331,7 +3185,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1113", @@ -4386,7 +3240,7 @@ "55" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1114", @@ -4441,7 +3295,7 @@ "37" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1118", @@ -4475,7 +3329,7 @@ "-" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1120", @@ -4507,7 +3361,7 @@ "중급 기능사 (항공사진)" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1126", @@ -4533,51 +3387,7 @@ "- 1 1 1 - 10" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1128", - "section": "9-5-4 수치지도 작성", - "headers": [ - "사진축적", - "1:3,000", - "1:5,000", - "1:10,000", - "1:20,000", - "1:37,500" - ], - "first_rows": [ - [ - "1시간당 작업량", - "0.0018", - "0.0055", - "0.0165", - "0.0482", - "0.3287" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1133", - "section": "9-5-4 수치지도 작성", - "headers": [ - "축척", - "1:500", - "1:1,200", - "1:5,000", - "비고" - ], - "first_rows": [ - [ - "1시간당 작업량(㎢)", - "0.004", - "0.0064", - "0.0442", - "" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1135", @@ -4611,29 +3421,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1138", - "section": "9-5-4 수치지도 작성", - "headers": [ - "작업구분", - "소요시간", - "비 고" - ], - "first_rows": [ - [ - "독 취 ( S c a n n i n g )", - "20", - "" - ], - [ - "잡 음 ( 노 이 즈 ) 제 거", - "20", - "" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1142", @@ -4667,30 +3455,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1145", - "section": "9-5-4 수치지도 작성", - "headers": [ - "축척", - "1:500", - "1:1,000", - "1:2,500", - "1:5,000", - "1:25,000" - ], - "first_rows": [ - [ - "1 시간당 작업량", - "0.0048", - "0.0065", - "0.0365", - "0.076", - "0.755" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1146", @@ -4724,30 +3489,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1153", - "section": "9-5-4 수치지도 작성", - "headers": [ - "축척", - "1:500", - "1:1,000", - "1:5,000", - "1:25,000", - "비 고" - ], - "first_rows": [ - [ - "1 시간당 작업량", - "0.0056", - "0.0191", - "0.0998", - "0.886", - "" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1160", @@ -4768,58 +3510,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1166", - "section": "9-5-4 수치지도 작성", - "headers": [ - "축척", - "1:5,000", - "비고" - ], - "first_rows": [ - [ - "1 시 간 당 작 업 량", - "1.27", - "" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1183", - "section": "9-5-4 수치지도 작성", - "headers": [ - "구 분", - "1/1,000", - "비 고" - ], - "first_rows": [ - [ - "시간당작업량", - "0.10", - "" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1185", - "section": "9-5-4 수치지도 작성", - "headers": [ - "구 분", - "1/1,000", - "비 고" - ], - "first_rows": [ - [ - "시간당작업량", - "0.14", - "" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1186", @@ -4856,7 +3547,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1193", @@ -4893,55 +3584,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1200", - "section": "9-5-4 수치지도 작성", - "headers": [ - "구 분", - "축척별 1시간당 작업량", - "비 고" - ], - "first_rows": [ - [ - "", - "1/25,000", - "1/5,000", - "" - ], - [ - "토 지 이 용 현 황 도", - "2.108", - "-", - "" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1201", - "section": "9-5-4 수치지도 작성", - "headers": [ - "구 분", - "축척별 1시간당 작업량", - "비 고" - ], - "first_rows": [ - [ - "", - "1/25,000", - "1/5,000", - "" - ], - [ - "토 지 이 용 현 황 도", - "10.7509", - "-", - "" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1208", @@ -4989,7 +3632,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1213", @@ -5025,7 +3668,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1217", @@ -5057,7 +3700,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1221", @@ -5093,7 +3736,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1225", @@ -5142,7 +3785,7 @@ "-" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1229", @@ -5164,7 +3807,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1253", @@ -5191,7 +3834,7 @@ "0.09" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1255", @@ -5220,7 +3863,7 @@ "(측량)" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1265", @@ -5251,7 +3894,7 @@ "0.85" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1273", @@ -5294,7 +3937,7 @@ "118.0" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1279", @@ -5325,29 +3968,7 @@ "6.67" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1284", - "section": "9-6-1 지적삼각측량", - "headers": [ - "표고명", - "가 산 범 위", - "비 고" - ], - "first_rows": [ - [ - "500m∼1,000m", - "20%", - "" - ], - [ - "1,000m초과", - "40%", - "" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1378", @@ -5375,7 +3996,7 @@ "( )는 내업임" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1379", @@ -5403,7 +4024,7 @@ "( )는 내업임" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1380", @@ -5431,7 +4052,7 @@ "( )는 내업임" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1381", @@ -5459,7 +4080,7 @@ "( )는 내업임" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1382", @@ -5487,7 +4108,7 @@ "( )는 내업임" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1391", @@ -5504,64 +4125,7 @@ "2%" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1394", - "section": "11-1-1 콘크리트・모르타르면 바탕만들기", - "headers": [ - "지하층 및 1∼3층", - "4∼6층", - "7∼9층", - "10∼12층", - "13∼15층", - "16∼18층" - ], - "first_rows": [ - [ - "0", - "5%", - "8%", - "12%", - "16%", - "20%" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1412", - "section": "1-1-1 기본철골공수", - "headers": [ - "강재", - "60", - "60", - "100", - "300", - "1,000", - "2,000" - ], - "first_rows": [ - [ - "총사용량(t)", - "미만", - "이상", - "이상", - "이상", - "이상", - "이상" - ], - [ - "기 본 철 골 공 수 ( 인 ・ 일 / t )", - "2.48", - "2.31", - "2.20", - "1.97", - "1.75", - "1.63" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1413", @@ -5580,7 +4144,7 @@ "1.05∼1.2" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1423", @@ -5614,7 +4178,7 @@ "1.1" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1424", @@ -5648,7 +4212,7 @@ "0.77" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1426", @@ -5683,73 +4247,7 @@ "0.89" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1427", - "section": "1-2-1 현장 세우기", - "headers": [ - "T(ton)", - "40 이하", - "50", - "60", - "70", - "80", - "90", - "100", - "200", - "300", - "400" - ], - "first_rows": [ - [ - "보정치(b)", - "1.3", - "1.26", - "1.24", - "1.22", - "1.21", - "1.20", - "1.19", - "1.045", - "1.02", - "1.008" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1428", - "section": "1-2-1 현장 세우기", - "headers": [ - "T(ton)", - "500", - "600", - "700", - "800", - "900", - "1,000", - "1,100", - "1,200", - "1,300", - "1,400" - ], - "first_rows": [ - [ - "보정치(b)", - "1.00", - "0.995", - "0.991", - "0.989", - "0.987", - "0.985", - "0.984", - "0.983", - "0.982", - "0.981" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 구간 — 조건으로 갈리는 표" }, { "pum_table_id": "C1429", @@ -5782,7 +4280,7 @@ "0.978" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1430", @@ -5819,7 +4317,7 @@ "0.74" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1432", @@ -5841,7 +4339,7 @@ "25" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1434", @@ -5866,7 +4364,7 @@ "0.89" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 구간 — 조건으로 갈리는 표" }, { "pum_table_id": "C1464", @@ -5883,7 +4381,7 @@ "0.001" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1466", @@ -5902,32 +4400,7 @@ "0.017" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1541", - "section": "6-5-2 액상형 흡수방지방수 도포", - "headers": [ - "외벽층 구 분", - "1,2,3층", - "4,5,6층", - "7,8,9층", - "10,11,12층", - "13,14,15층", - "16,17,18층" - ], - "first_rows": [ - [ - "인력품", - "0", - "5%", - "8%", - "12%", - "16%", - "20%" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1543", @@ -5959,7 +4432,7 @@ "1.20 0.42 0.80 0.8 10.5 10.5 10.5 1.1" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1566", @@ -5976,24 +4449,7 @@ "4%" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1589", - "section": "9-1-4 표면 마무리", - "headers": [ - "구 분", - "인력마감", - "기계마감" - ], - "first_rows": [ - [ - "할 증", - "55%", - "75%" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1619", @@ -6008,7 +4464,7 @@ "3%" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1621", @@ -6032,7 +4488,7 @@ "4.2" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1635", @@ -6057,7 +4513,7 @@ "0.21 0.26 0.29 0.43 0.58" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1641", @@ -6091,7 +4547,7 @@ "인/ ton" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1642", @@ -6125,7 +4581,7 @@ "인/ ton" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1645", @@ -6159,7 +4615,7 @@ "인/ ton" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1647", @@ -6193,7 +4649,7 @@ "인/ ton" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1648", @@ -6227,7 +4683,7 @@ "인/ ton" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1651", @@ -6261,7 +4717,7 @@ "인/ ton" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1653", @@ -6295,7 +4751,7 @@ "인/ ton" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1654", @@ -6329,7 +4785,7 @@ "인/ ton" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1655", @@ -6387,7 +4843,7 @@ "98.0" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 구간 — 조건으로 갈리는 표" }, { "pum_table_id": "C1660", @@ -6442,7 +4898,7 @@ "-" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1661", @@ -6479,7 +4935,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1662", @@ -6516,7 +4972,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1663", @@ -6557,7 +5013,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1665", @@ -6598,7 +5054,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1668", @@ -6639,7 +5095,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1677", @@ -6673,7 +5129,7 @@ "0.005" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1678", @@ -6707,7 +5163,7 @@ "0.041" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1683", @@ -6750,7 +5206,7 @@ "(kg)" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1684", @@ -6793,43 +5249,7 @@ "(kg)" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1693", - "section": "13-2-4 강판 전기아크용접", - "headers": [ - "Carbon Rod", - "구분", - "Gouging량 (m/분)", - "작업 속도 (m/hr)", - "Gouging형상", - "사용전압 (A)", - "전압 (V)" - ], - "first_rows": [ - [ - "", - "", - "", - "", - "Depth", - "Width", - "", - "" - ], - [ - "6.5ø×305m/m", - "AC DC", - "1.8 2.2", - "36 45", - "3(m/m) 3", - "8(m/m) 8", - "290 240", - "35 40" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1694", @@ -6866,7 +5286,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1695", @@ -6903,7 +5323,7 @@ "2.708 3.292 3.792 4.125 4.417" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1696", @@ -6931,7 +5351,7 @@ "-" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1697", @@ -6965,7 +5385,7 @@ "1.22" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1698", @@ -6999,7 +5419,7 @@ "1.34 1.72" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1699", @@ -7027,7 +5447,7 @@ "-" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1700", @@ -7064,7 +5484,7 @@ "1.56" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1701", @@ -7101,7 +5521,7 @@ "1.65 1.76 1.88 2.00 2.18 2.40 2.51" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1702", @@ -7156,51 +5576,7 @@ "66" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1708", - "section": "13-3-1 pipe보온", - "headers": [ - "ipe Size(㎜)", - "C", - "K" - ], - "first_rows": [ - [ - "ø50이하", - "102", - "1.13" - ], - [ - "65 80 90 100 125 150", - "92 90 90 95 99 107", - "1.17" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1709", - "section": "13-3-1 pipe보온", - "headers": [ - "ipe Size(㎜)", - "C", - "K" - ], - "first_rows": [ - [ - "200 250 300", - "104 110 112", - "1.21" - ], - [ - "350 400 450 500 600 650 700", - "106 109 111 107 109 113 114", - "1.28" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 구간 — 조건으로 갈리는 표" }, { "pum_table_id": "C1713", @@ -7219,7 +5595,7 @@ "10" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1719", @@ -7250,41 +5626,7 @@ "295 149 17 17 17 17 17 - - - 11,280 - 14,620 2,350 1,040 12,834 18,176 4,826 206 200 225 258 73 80,997 42,427 73" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1771", - "section": "13-6-3 수문 제작", - "headers": [ - "장 비 명", - "규 격", - "시간(hr/ton)" - ], - "first_rows": [ - [ - "Lathe Planer Boring machine Union melt welder A.C Welder Gouging machine Gas cutting machine Gas cutting machine Gas heating touch Over head crane 〃 Hydro Press Bending roller Edge bending roller Shearing machine Drilling machine 〃 Compressor Portable drill Tuck crane Trailer Fork lift", - "365.76㎝×5.60㎾ 121.92㎝×243.84㎝ Horizontal Type 2.24㎾ 5.5KVA 10〃 중형 Auto형 Mannual 중형 30ton 20ton 300ton 701.04㎝ 701.04㎝ 2.24㎾ Radial 3.73㎾ 5.9㎥/min 0.73㎾ 30ton 30ton 5ton", - "0.64 0.72 1.72 2.856 8.568 3.06 1.24 1.8 3.984 0.759 0.759 1.771 1.48 1.38 0.64 0.368 0.184 3.790 1.532 0.506 0.506 0.506" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1774", - "section": "13-6-3 수문 제작", - "headers": [ - "장 비 명", - "규 격", - "시간(hr/ton)" - ], - "first_rows": [ - [ - "Lathe Planer Boring machine Union melt welder A.C Welder Gouging machine Gas cutting machine Gas cutting machine Gas heating touch over head crane Hydro Press Bending roller Shearing machine Drilling machine 〃 Compressor Portable drill Truck crane Trailor Fork lift", - "365.76㎝×5.60㎾ 121.92㎝×243.84㎝ Horizontal Type 2.24㎾ 5.5KVA 10KVA 중형 Auto 중형 Mannual 중형 30 ton 100 ton 701.04㎝ 2.24㎾ Radial 3.73㎾ 5.9㎥/min 0.373㎾ 30 ton 30 ton 5 ton", - "0.536 0.076 1.436 2.72 8.16 1.7 1.016 1.016 3.328 1.269 1.48 1.088 0.256 1.632 0.816 3.17 1.221 0.423 0.423 0.423" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1775", @@ -7311,7 +5653,7 @@ "3.0 2.58 0.62 20.0 0.242 0.5 2.2 310" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1781", @@ -7332,24 +5674,7 @@ "0.46 0.39 5.4 27 2.2 4.4" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" - }, - { - "pum_table_id": "C1784", - "section": "13-6-5 Stop-Log 제작", - "headers": [ - "장 비 명", - "규 격", - "시간(hr/ton)" - ], - "first_rows": [ - [ - "Lathe Planer Boring machine Union melt welder A.C Welder Gouging machine Gas cutting machine 〃 Gas heating touch Over Head Crane 〃 Hydro Press Shearing machine Drilling machine 〃 Compressor Portable Drill Truck Crane Trailer Fork Lift", - "365.76㎝×5.60㎾ 121.92㎝×243.84㎝ Horizontal Type 2.24㎾ 5.5KVA 10〃 중형 Auto 중형 Mannual 중형 중형 30 ton 20 ton 10 ton Radial 3.73㎾ 2.24㎾ 5.9㎥/min 0.37㎾ 30 ton 30 ton 5 ton", - "0.416 0.076 0.248 3.224 9.976 3.56 1.328 1.984 3.872 0.88 0.88 1.72 2.0 0.488 0.488 3.32 1.564 0.65 0.65 0.65" - ] - ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1862", @@ -7375,7 +5700,7 @@ "4" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1864", @@ -7397,7 +5722,7 @@ "7.6" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1866", @@ -7424,7 +5749,7 @@ "0.285" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C1868", @@ -7449,7 +5774,7 @@ "12" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1890", @@ -7468,7 +5793,7 @@ "내용년수 2년 1.5년 1년 2.7년 1.5년 2.7년 1.5년" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1932", @@ -7485,7 +5810,7 @@ "0.110" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함" }, { "pum_table_id": "C1985", @@ -7541,7 +5866,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C2097", @@ -7562,7 +5887,7 @@ "0.8" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C2137", @@ -7584,7 +5909,7 @@ "5,500ℓ" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C2139", @@ -7606,7 +5931,7 @@ "0" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C2145", @@ -7627,7 +5952,7 @@ "13톤(3.00㎥적)" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C2188", @@ -7651,7 +5976,7 @@ "" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" }, { "pum_table_id": "C2192", @@ -7679,7 +6004,7 @@ "6대" ] ], - "reason": "헤더·첫 행에 단위·밑수·직종 표지 없음" + "reason": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)" } ] } \ No newline at end of file diff --git a/resources/data_work_item_master/const_work_item_master_2026-01-01.json b/resources/data_work_item_master/const_work_item_master_2026-01-01.json index 0a939698..179dd74d 100644 --- a/resources/data_work_item_master/const_work_item_master_2026-01-01.json +++ b/resources/data_work_item_master/const_work_item_master_2026-01-01.json @@ -4,7 +4,7 @@ "effective_date": "2026-01-01", "pum_edition": "2026-01-01", "toc_edition": "2026-01-01", - "generated_at": "2026-09-18T10:46:32+09:00", + "generated_at": "2026-09-18T12:54:47+09:00", "dataset_version": { "dataset_id": "pum_const", "effective_date": "2026-01-01", @@ -38,12 +38,12 @@ "tables_total": 2272, "tables_attached": 2272, "tables_orphan": 0, - "form_undetermined": 275, - "basis_found": 675, - "basis_missing": 439, - "basis_absent_in_source": 347, - "basis_unparsed": 92, - "basis_grouped": 66, + "form_undetermined": 196, + "basis_found": 710, + "basis_missing": 431, + "basis_absent_in_source": 356, + "basis_unparsed": 75, + "basis_grouped": 69, "axis_roles": { "group": 258, "general_provision": 112, @@ -51,7 +51,7 @@ "empty": 26 }, "keys_newly_issued": 0, - "variant_keys_newly_issued": 16, + "variant_keys_newly_issued": 0, "variant_keys": 588, "toc_duplicate_rows": 0, "toc_corrections": 0 @@ -4954,7 +4954,7 @@ "section": "2-1-2 현장사무소 등의 규모(건축 및 기계설비)", "source_line": 61, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 1.0, "basis_unit": "인", "basis_source": "표 안", @@ -12000,9 +12000,9 @@ "source_line": 1162, "pum_form": "requirement", "form_basis": "직종 표기((인)·인부·공)", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "층", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -12042,8 +12042,8 @@ "pum_table_id": "C0149", "section": "2-12-2 마스트 설치 및 해체", "source_line": 1172, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — 값이 모두 백분율 — 요율표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -12322,7 +12322,7 @@ "section": "2-12-4 파이프 루프공", "source_line": 1214, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -14089,8 +14089,8 @@ "pum_table_id": "C0179", "section": "3-3-8 암파쇄(유압식 할암공법)", "source_line": 276, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — '기계경비의' — 할증·보정 율표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -15789,8 +15789,8 @@ "pum_table_id": "C0199", "section": "3-7-4 절토사면 녹화", "source_line": 529, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — '할증률(%)' — 할증·보정 율표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -16046,8 +16046,8 @@ "pum_table_id": "C0203", "section": "3-7-4 절토사면 녹화", "source_line": 578, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — '할증률(%)' — 할증·보정 율표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -16941,7 +16941,7 @@ "section": "3-9-2 뿌리뽑기", "source_line": 738, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 992.0, "basis_unit": "㎡", "basis_source": "본문", @@ -18572,7 +18572,7 @@ "section": "4-2-3 식재(군식(群植))", "source_line": 117, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -19774,7 +19774,7 @@ "section": "5-1-1 P.P마대 및 톤마대 쌓기・헐기", "source_line": 20, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -20430,8 +20430,8 @@ "pum_table_id": "C0258", "section": "5-1-7 어스앵커 공법", "source_line": 142, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '작업량' — 작업량·시공능력 표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -21231,8 +21231,8 @@ "pum_table_id": "C0269", "section": "5-1-9 주열식 현장벽체공법(CIP,Cast In Placed Pile)", "source_line": 291, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '소요시간(min)' — 작업량·시공능력 표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -21272,7 +21272,7 @@ "section": "5-1-9 주열식 현장벽체공법(CIP,Cast In Placed Pile)", "source_line": 298, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -22184,7 +22184,7 @@ "section": "5-2-2 고압분사 주입공법", "source_line": 472, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -22236,8 +22236,8 @@ "pum_table_id": "C0285", "section": "5-2-2 고압분사 주입공법", "source_line": 480, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '분사주입시간(min/m)' — 작업량·시공능력 표", "basis_quantity": 1.0, "basis_unit": "개소", "basis_source": "본문", @@ -22452,8 +22452,8 @@ "pum_table_id": "C0287", "section": "5-2-3 플라스틱 보드 드레인(PBD)", "source_line": 526, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — '효율' — 할증·보정 율표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -23408,7 +23408,7 @@ "section": "5-3-1 기성말뚝 기초", "source_line": 692, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 구간 — 조건으로 갈리는 표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -23451,8 +23451,8 @@ "pum_table_id": "C0303", "section": "5-3-1 기성말뚝 기초", "source_line": 698, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — 줄 이름 '시간(min)' — 걸리는 시간", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -23492,7 +23492,7 @@ "section": "5-3-1 기성말뚝 기초", "source_line": 704, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -23565,7 +23565,7 @@ "section": "5-3-1 기성말뚝 기초", "source_line": 713, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -24025,7 +24025,7 @@ "section": "5-3-2 말뚝박기용 천공", "source_line": 793, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 1.0, "basis_unit": "m", "basis_source": "본문", @@ -24621,8 +24621,8 @@ "pum_table_id": "C0319", "section": "5-3-5 현장타설말뚝", "source_line": 893, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '소요시간(hr)' — 작업량·시공능력 표", "basis_quantity": 1.0, "basis_unit": "본", "basis_source": "본문", @@ -24658,7 +24658,7 @@ "section": "5-3-5 현장타설말뚝", "source_line": 899, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -24798,7 +24798,7 @@ "section": "5-3-5 현장타설말뚝", "source_line": 915, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -24897,8 +24897,8 @@ "pum_table_id": "C0322", "section": "5-3-5 현장타설말뚝", "source_line": 927, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '소요시간(hr)' — 작업량·시공능력 표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -25138,8 +25138,8 @@ "pum_table_id": "C0327", "section": "5-3-5 현장타설말뚝", "source_line": 973, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '소요시간(hr)' — 작업량·시공능력 표", "basis_quantity": 1.0, "basis_unit": "본", "basis_source": "본문", @@ -25171,7 +25171,7 @@ "section": "5-3-5 현장타설말뚝", "source_line": 979, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -26196,8 +26196,8 @@ "pum_table_id": "C0344", "section": "6-1-5 에폭시(Epoxy) 콘크리트 접착제 바르기", "source_line": 144, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — 값이 모두 백분율 — 요율표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -26681,8 +26681,8 @@ "pum_table_id": "C0351", "section": "6-2-3 현장조립", "source_line": 233, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "requirement", + "form_basis": "건설 꼴 — 줄 이름 '사용량(kg)' — 자재 소요량", "basis_quantity": 1.0, "basis_unit": "ton", "basis_source": "본문", @@ -27068,7 +27068,7 @@ "section": "6-3-1 합판거푸집 설치 및 해체", "source_line": 298, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": 1.0, "basis_unit": "㎡", "basis_source": "본문", @@ -27503,7 +27503,7 @@ "section": "6-3-3 유로폼 설치 및 해체", "source_line": 380, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -28326,9 +28326,9 @@ "source_line": 561, "pum_form": "requirement", "form_basis": "직종 표기((인)·인부·공)", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "ea", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -32475,7 +32475,7 @@ "section": "8-1-3 운반 및 수송", "source_line": 54, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -32711,7 +32711,7 @@ "section": "8-2-1 불도저", "source_line": 138, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -32782,7 +32782,7 @@ "section": "8-2-1 불도저", "source_line": 155, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -32896,7 +32896,7 @@ "section": "8-2-1 불도저", "source_line": 175, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -33024,7 +33024,7 @@ "section": "8-2-2 리퍼(유압식)", "source_line": 202, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -33136,7 +33136,7 @@ "section": "8-2-2 리퍼(유압식)", "source_line": 217, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -33218,8 +33218,8 @@ "pum_table_id": "C0431", "section": "8-2-3 굴착기", "source_line": 230, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — 머리가 공식 기호 'K' — 시공능력 밑값", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -33265,7 +33265,7 @@ "section": "8-2-3 굴착기", "source_line": 243, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -33336,7 +33336,7 @@ "section": "8-2-3 굴착기", "source_line": 262, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -33501,7 +33501,7 @@ "section": "8-2-4 트랜처", "source_line": 292, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -33560,7 +33560,7 @@ "section": "8-2-5 로더", "source_line": 310, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -33709,7 +33709,7 @@ "section": "8-2-5 로더", "source_line": 340, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -33852,7 +33852,7 @@ "section": "8-2-6 모터 스크레이퍼", "source_line": 382, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -33933,7 +33933,7 @@ "section": "8-2-7 모터 그레이더", "source_line": 399, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -33984,8 +33984,8 @@ "pum_table_id": "C0444", "section": "8-2-7 모터 그레이더", "source_line": 408, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — 머리가 공식 기호 't(분)' — 시공능력 밑값", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -34023,7 +34023,7 @@ "section": "8-2-7 모터 그레이더", "source_line": 416, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -34070,7 +34070,7 @@ "section": "8-2-7 모터 그레이더", "source_line": 425, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -34138,8 +34138,8 @@ "pum_table_id": "C0447", "section": "8-2-8 덤프트럭", "source_line": 440, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '2차로시가지포장도로(7,000∼2,000대/일)' — 작업량·시공능력 표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -34250,7 +34250,7 @@ "section": "8-2-8 덤프트럭", "source_line": 463, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -34301,8 +34301,8 @@ "pum_table_id": "C0449", "section": "8-2-8 덤프트럭", "source_line": 479, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — 줄 이름 '시간(분)' — 걸리는 시간", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -34596,8 +34596,8 @@ "pum_table_id": "C0453", "section": "8-2-9 롤러", "source_line": 522, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 다짐 두께·횟수 기준표 — 시방 기준", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -34684,8 +34684,8 @@ "pum_table_id": "C0454", "section": "8-2-9 롤러", "source_line": 534, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 다짐 두께·횟수 기준표 — 시방 기준", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -34761,7 +34761,7 @@ "section": "8-2-9 롤러", "source_line": 551, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -34862,8 +34862,8 @@ "pum_table_id": "C0456", "section": "8-2-10 아스팔트 플랜트", "source_line": 573, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — 머리가 공식 기호 'A' — 시공능력 밑값", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -34974,7 +34974,7 @@ "section": "8-2-12 크러셔", "source_line": 597, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -35022,7 +35022,7 @@ "section": "8-2-12 크러셔", "source_line": 607, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -35058,7 +35058,7 @@ "section": "8-2-12 크러셔", "source_line": 615, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -35162,7 +35162,7 @@ "section": "8-2-12 크러셔", "source_line": 629, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -35237,7 +35237,7 @@ "section": "8-2-12 크러셔", "source_line": 651, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -35537,7 +35537,7 @@ "section": "8-2-12 크러셔", "source_line": 673, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -35773,7 +35773,7 @@ "section": "8-2-12 크러셔", "source_line": 691, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -36043,7 +36043,7 @@ "section": "8-2-12 크러셔", "source_line": 718, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -36479,7 +36479,7 @@ "section": "8-2-12 크러셔", "source_line": 747, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -36621,7 +36621,7 @@ "section": "8-2-12 크러셔", "source_line": 761, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -36756,7 +36756,7 @@ "section": "8-2-12 크러셔", "source_line": 779, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -36932,8 +36932,8 @@ "pum_table_id": "C0469", "section": "8-2-12 크러셔", "source_line": 816, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '생산능력(ton/hr)' — 작업량·시공능력 표", "basis_quantity": 1.0, "basis_unit": "hr", "basis_source": "표 안", @@ -37037,7 +37037,7 @@ "section": "8-2-12 크러셔", "source_line": 829, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -37215,7 +37215,7 @@ "section": "8-2-13 대형브레이커", "source_line": 880, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -37287,8 +37287,8 @@ "pum_table_id": "C0475", "section": "8-2-15 법면다짐기", "source_line": 894, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '작업량(㎡/h)' — 작업량·시공능력 표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -37397,7 +37397,7 @@ "section": "8-2-18 콘크리트 배치플랜트(강제 혼합식)", "source_line": 912, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -37448,7 +37448,7 @@ "section": "8-2-18 콘크리트 배치플랜트(강제 혼합식)", "source_line": 919, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -37742,7 +37742,7 @@ "section": "8-2-22 디젤 파일 해머", "source_line": 978, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 1.0, "basis_unit": "m", "basis_source": "표 안", @@ -37873,8 +37873,8 @@ "pum_table_id": "C0484", "section": "8-2-22 디젤 파일 해머", "source_line": 1006, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — 줄 이름 'Te(분)' — 걸리는 시간", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -37910,7 +37910,7 @@ "section": "8-2-22 디젤 파일 해머", "source_line": 1014, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -37966,7 +37966,7 @@ "section": "8-2-22 디젤 파일 해머", "source_line": 1029, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": 1.0, "basis_unit": "m", "basis_source": "표 안", @@ -38057,7 +38057,7 @@ "section": "8-2-22 디젤 파일 해머", "source_line": 1043, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": 1.0, "basis_unit": "m", "basis_source": "표 안", @@ -38148,7 +38148,7 @@ "section": "8-2-22 디젤 파일 해머", "source_line": 1057, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -38188,7 +38188,7 @@ "section": "8-2-22 디젤 파일 해머", "source_line": 1064, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": 1.0, "basis_unit": "m", "basis_source": "표 안", @@ -38277,7 +38277,7 @@ "section": "8-2-22 디젤 파일 해머", "source_line": 1076, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -38365,8 +38365,8 @@ "pum_table_id": "C0491", "section": "8-2-22 디젤 파일 해머", "source_line": 1092, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — 줄 이름 'Te(분)' — 걸리는 시간", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -38844,7 +38844,7 @@ "section": "8-2-24 진동파일 해머", "source_line": 1227, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -38874,7 +38874,7 @@ "section": "8-2-24 진동파일 해머", "source_line": 1234, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -38916,7 +38916,7 @@ "section": "8-2-24 진동파일 해머", "source_line": 1249, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -39009,7 +39009,7 @@ "section": "8-2-24 진동파일 해머", "source_line": 1264, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -39146,7 +39146,7 @@ "section": "8-2-24 진동파일 해머", "source_line": 1293, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -39493,7 +39493,7 @@ "section": "8-2-24 진동파일 해머", "source_line": 1351, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -39889,7 +39889,7 @@ "section": "8-2-25 진동파일해머(워터제트 병용 압입공)", "source_line": 1434, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -40001,8 +40001,8 @@ "pum_table_id": "C0522", "section": "8-2-26 유압식 압입 인발기(유압식 압입 인발공)", "source_line": 1466, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — 머리가 공식 기호 'k' — 시공능력 밑값", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -40203,7 +40203,7 @@ "section": "8-2-26 유압식 압입 인발기(유압식 압입 인발공)", "source_line": 1507, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -40307,7 +40307,7 @@ "section": "8-2-27 수중펌프", "source_line": 1522, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -40358,7 +40358,7 @@ "section": "8-2-27 수중펌프", "source_line": 1538, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -40403,7 +40403,7 @@ "section": "8-2-27 수중펌프", "source_line": 1550, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -40506,8 +40506,8 @@ "pum_table_id": "C0532", "section": "8-2-28 터널전단면 굴착기(TBM)", "source_line": 1572, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — '작업효율' — 할증·보정 율표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -41066,7 +41066,7 @@ "section": "8-2-29 펌프식 준설선", "source_line": 1668, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -41135,7 +41135,7 @@ "section": "8-2-29 펌프식 준설선", "source_line": 1684, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -41458,7 +41458,7 @@ "section": "8-2-30 그래브 준설선", "source_line": 1747, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -41542,7 +41542,7 @@ "section": "8-2-30 그래브 준설선", "source_line": 1763, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -41597,7 +41597,7 @@ "section": "8-2-30 그래브 준설선", "source_line": 1771, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -41885,7 +41885,7 @@ "section": "8-2-31 쇄암선(중추식)", "source_line": 1825, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -42215,7 +42215,7 @@ "section": "8-2-33 하천골재채취선", "source_line": 1896, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -42283,7 +42283,7 @@ "section": "8-2-33 하천골재채취선", "source_line": 1904, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -42620,8 +42620,8 @@ "pum_table_id": "C0566", "section": "8-3-1 [00]토공기계", "source_line": 1947, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 손료표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -50604,8 +50604,8 @@ "pum_table_id": "C0645", "section": "8-3-6 [50]골재생산기계 등", "source_line": 2818, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 손료표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -50660,7 +50660,7 @@ "section": "8-3-6 [50]골재생산기계 등", "source_line": 2829, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -50803,7 +50803,7 @@ "section": "8-3-6 [50]골재생산기계 등", "source_line": 2845, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -56673,8 +56673,8 @@ "pum_table_id": "C0710", "section": "8-3-8 [70]기타기계", "source_line": 3513, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 손료표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -56715,8 +56715,8 @@ "pum_table_id": "C0711", "section": "8-3-8 [70]기타기계", "source_line": 3521, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 손료표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -56747,8 +56747,8 @@ "pum_table_id": "C0712", "section": "8-3-8 [70]기타기계", "source_line": 3527, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 손료표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -56779,8 +56779,8 @@ "pum_table_id": "C0713", "section": "8-3-8 [70]기타기계", "source_line": 3533, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 손료표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -56812,7 +56812,7 @@ "section": "8-3-8 [70]기타기계", "source_line": 3541, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -62921,8 +62921,8 @@ "pum_table_id": "C0748", "section": "8-5-1 [00]토공기계", "source_line": 4197, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -62953,8 +62953,8 @@ "pum_table_id": "C0749", "section": "8-5-1 [00]토공기계", "source_line": 4203, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -62985,8 +62985,8 @@ "pum_table_id": "C0750", "section": "8-5-1 [00]토공기계", "source_line": 4209, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63036,8 +63036,8 @@ "pum_table_id": "C0751", "section": "8-5-2 [10]다짐기계", "source_line": 4215, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63087,8 +63087,8 @@ "pum_table_id": "C0752", "section": "8-5-3 [20]운반 및 하역기계", "source_line": 4221, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63119,8 +63119,8 @@ "pum_table_id": "C0753", "section": "8-5-3 [20]운반 및 하역기계", "source_line": 4227, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63170,8 +63170,8 @@ "pum_table_id": "C0754", "section": "8-5-4 [30]포장기계", "source_line": 4233, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63221,8 +63221,8 @@ "pum_table_id": "C0755", "section": "8-5-5 [40]콘크리트기계", "source_line": 4239, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63272,8 +63272,8 @@ "pum_table_id": "C0756", "section": "8-5-6 [50]골재생산기계 등", "source_line": 4245, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63304,8 +63304,8 @@ "pum_table_id": "C0757", "section": "8-5-6 [50]골재생산기계 등", "source_line": 4251, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63336,8 +63336,8 @@ "pum_table_id": "C0758", "section": "8-5-6 [50]골재생산기계 등", "source_line": 4257, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63387,8 +63387,8 @@ "pum_table_id": "C0759", "section": "8-5-7 [60]기초공사용기계", "source_line": 4263, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63419,8 +63419,8 @@ "pum_table_id": "C0760", "section": "8-5-7 [60]기초공사용기계", "source_line": 4269, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63451,8 +63451,8 @@ "pum_table_id": "C0761", "section": "8-5-7 [60]기초공사용기계", "source_line": 4275, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63502,8 +63502,8 @@ "pum_table_id": "C0762", "section": "8-5-8 [70]기타기계", "source_line": 4281, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63534,8 +63534,8 @@ "pum_table_id": "C0763", "section": "8-5-8 [70]기타기계", "source_line": 4287, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63566,8 +63566,8 @@ "pum_table_id": "C0764", "section": "8-5-8 [70]기타기계", "source_line": 4293, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63598,8 +63598,8 @@ "pum_table_id": "C0765", "section": "8-5-8 [70]기타기계", "source_line": 4299, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63649,8 +63649,8 @@ "pum_table_id": "C0766", "section": "8-5-9 [80]스마트 건설장비", "source_line": 4305, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63720,8 +63720,8 @@ "pum_table_id": "C0767", "section": "8-5-10 [90]해상기계", "source_line": 4315, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63752,8 +63752,8 @@ "pum_table_id": "C0768", "section": "8-5-10 [90]해상기계", "source_line": 4321, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -63784,8 +63784,8 @@ "pum_table_id": "C0769", "section": "8-5-10 [90]해상기계", "source_line": 4327, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "reference", + "form_basis": "건설 꼴 — 기계 가격표 — 기계 벌이 정본", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -67495,9 +67495,9 @@ "source_line": 606, "pum_form": "requirement", "form_basis": "직종 표기((인)·인부·공)", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "개소", + "basis_source": "표 머리", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -71243,7 +71243,7 @@ "section": "3-2-1 터널굴착 1발파당 싸이클 시간(Cycle Time)", "source_line": 49, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -71528,7 +71528,7 @@ "section": "3-2-3 천공기계의 천공속도", "source_line": 108, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -71808,9 +71808,9 @@ "source_line": 149, "pum_form": "requirement", "form_basis": "건설 꼴 — 건설 직종 '작업반장'", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "발파", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -73313,8 +73313,8 @@ "pum_table_id": "C0870", "section": "4-4-1 분기기 부설", "source_line": 131, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — '할증률' — 할증·보정 율표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -74957,7 +74957,7 @@ "section": "5-1-2 강교 제작공수 산정방법", "source_line": 41, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -75011,7 +75011,7 @@ "section": "5-1-2 강교 제작공수 산정방법", "source_line": 51, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 구간 — 조건으로 갈리는 표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -75054,7 +75054,7 @@ "section": "5-1-2 강교 제작공수 산정방법", "source_line": 60, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -75456,7 +75456,7 @@ "section": "5-2-3 도장재료 사용량", "source_line": 124, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -75514,7 +75514,7 @@ "section": "5-2-3 도장재료 사용량", "source_line": 137, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -75787,7 +75787,7 @@ "section": "5-3-1 강재거더 지조립", "source_line": 183, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -75947,7 +75947,7 @@ "section": "5-3-2 강재거더 가설", "source_line": 216, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -79684,7 +79684,7 @@ "section": "6-7-5 강관압입추진공", "source_line": 430, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -80888,7 +80888,7 @@ "section": "6-8-4 부단수 할정자관 부설 및 접합", "source_line": 630, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": 1.0, "basis_unit": "㎏", "basis_source": "본문", @@ -81858,7 +81858,7 @@ "section": "7-1-3 준설선 선단 조합", "source_line": 41, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -81972,7 +81972,7 @@ "section": "7-1-3 준설선 선단 조합", "source_line": 60, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -82255,7 +82255,7 @@ "section": "7-2-1 적재 및 운반", "source_line": 105, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -82654,7 +82654,7 @@ "section": "7-2-5 수중고르기", "source_line": 162, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -83689,9 +83689,9 @@ "source_line": 303, "pum_form": "requirement", "form_basis": "직종 표기((인)·인부·공)", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "set", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -90312,7 +90312,7 @@ "section": "9-2-6 3급 GNSS 높이측량", "source_line": 565, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -90572,7 +90572,7 @@ "section": "9-2-7 4급 GNSS 높이측량", "source_line": 609, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -92042,7 +92042,7 @@ "section": "9-3-2 하천측량", "source_line": 841, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 10.0, "basis_unit": "㎞", "basis_source": "표 안", @@ -92646,7 +92646,7 @@ "section": "9-3-3 택지조성측량", "source_line": 927, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -93110,7 +93110,7 @@ "section": "9-3-4 구획정리 확정측량", "source_line": 1007, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -94763,7 +94763,7 @@ "section": "9-3-5 용지측량", "source_line": 1187, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -95301,7 +95301,7 @@ "section": "9-4-1 노선측량(철도, 도로 신설)", "source_line": 1254, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -95422,7 +95422,7 @@ "section": "9-4-1 노선측량(철도, 도로 신설)", "source_line": 1267, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -95534,7 +95534,7 @@ "section": "9-4-1 노선측량(철도, 도로 신설)", "source_line": 1280, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -95617,7 +95617,7 @@ "section": "9-4-1 노선측량(철도, 도로 신설)", "source_line": 1307, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": 1.0, "basis_unit": "㎞", "basis_source": "본문", @@ -95878,7 +95878,7 @@ "section": "9-4-2 수도노선측량", "source_line": 1323, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -95942,7 +95942,7 @@ "section": "9-4-2 수도노선측량", "source_line": 1334, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -95991,7 +95991,7 @@ "section": "9-4-2 수도노선측량", "source_line": 1342, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -96123,7 +96123,7 @@ "section": "9-4-3 디지털 도로대장 작성", "source_line": 1371, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 10.0, "basis_unit": "㎞", "basis_source": "본문", @@ -96630,7 +96630,7 @@ "section": "9-4-3 디지털 도로대장 작성", "source_line": 1472, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 10.0, "basis_unit": "㎞", "basis_source": "본문", @@ -96849,7 +96849,7 @@ "section": "9-4-3 디지털 도로대장 작성", "source_line": 1515, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 10.0, "basis_unit": "㎞", "basis_source": "본문", @@ -97458,7 +97458,7 @@ "section": "9-5-1 항공사진촬영", "source_line": 1617, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -97640,7 +97640,7 @@ "section": "9-5-1 항공사진촬영", "source_line": 1631, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -98123,7 +98123,7 @@ "section": "9-5-1 항공사진촬영", "source_line": 1713, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -98264,7 +98264,7 @@ "section": "9-5-1 항공사진촬영", "source_line": 1756, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 500.0, "basis_unit": "매", "basis_source": "본문", @@ -98733,7 +98733,7 @@ "section": "9-5-3 사진 기준점 측량", "source_line": 1828, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -98850,8 +98850,8 @@ "pum_table_id": "C1128", "section": "9-5-4 수치지도 작성", "source_line": 1851, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '1시간당작업량' — 작업량·시공능력 표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -99073,11 +99073,11 @@ "pum_table_id": "C1133", "section": "9-5-4 수치지도 작성", "source_line": 1899, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "pum_form": "productivity", + "form_basis": "건설 꼴 — '1시간당작업량(㎢)' — 작업량·시공능력 표", + "basis_quantity": 1.0, + "basis_unit": "㎢", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -99154,7 +99154,7 @@ "section": "9-5-4 수치지도 작성", "source_line": 1917, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -99326,8 +99326,8 @@ "pum_table_id": "C1138", "section": "9-5-4 수치지도 작성", "source_line": 1952, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '소요시간' — 작업량·시공능력 표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -99478,9 +99478,9 @@ "source_line": 1990, "pum_form": "coefficient", "form_basis": "건설 꼴 — '계수' — 비율·계수표", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "㎢", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -99517,7 +99517,7 @@ "section": "9-5-4 수치지도 작성", "source_line": 1996, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -99696,11 +99696,11 @@ "pum_table_id": "C1145", "section": "9-5-4 수치지도 작성", "source_line": 2032, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "pum_form": "productivity", + "form_basis": "건설 꼴 — '1시간당작업량' — 작업량·시공능력 표", + "basis_quantity": 1.0, + "basis_unit": "㎢", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -99739,7 +99739,7 @@ "section": "9-5-4 수치지도 작성", "source_line": 2041, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -100031,11 +100031,11 @@ "pum_table_id": "C1153", "section": "9-5-4 수치지도 작성", "source_line": 2099, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "pum_form": "productivity", + "form_basis": "건설 꼴 — '1시간당작업량' — 작업량·시공능력 표", + "basis_quantity": 1.0, + "basis_unit": "㎢", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -100316,10 +100316,10 @@ "section": "9-5-4 수치지도 작성", "source_line": 2162, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", + "basis_quantity": 1.0, + "basis_unit": "도엽", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -100559,11 +100559,11 @@ "pum_table_id": "C1166", "section": "9-5-4 수치지도 작성", "source_line": 2220, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "pum_form": "productivity", + "form_basis": "건설 꼴 — '1시간당작업량' — 작업량·시공능력 표", + "basis_quantity": 1.0, + "basis_unit": "㎢", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -100720,9 +100720,9 @@ "source_line": 2262, "pum_form": "coefficient", "form_basis": "건설 꼴 — '계수' — 비율·계수표", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "㎢", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -100868,9 +100868,9 @@ "source_line": 2296, "pum_form": "coefficient", "form_basis": "건설 꼴 — '지형계수' — 비율·계수표", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "㎢", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -101324,8 +101324,8 @@ "pum_table_id": "C1183", "section": "9-5-4 수치지도 작성", "source_line": 2389, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '시간당작업량' — 작업량·시공능력 표", "basis_quantity": 1.0, "basis_unit": "㎞", "basis_source": "본문", @@ -101392,8 +101392,8 @@ "pum_table_id": "C1185", "section": "9-5-4 수치지도 작성", "source_line": 2408, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '시간당작업량' — 작업량·시공능력 표", "basis_quantity": 1.0, "basis_unit": "㎞", "basis_source": "본문", @@ -101425,7 +101425,7 @@ "section": "9-5-4 수치지도 작성", "source_line": 2417, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -101809,7 +101809,7 @@ "section": "9-5-4 수치지도 작성", "source_line": 2476, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -102192,11 +102192,11 @@ "pum_table_id": "C1200", "section": "9-5-4 수치지도 작성", "source_line": 2535, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "pum_form": "productivity", + "form_basis": "건설 꼴 — '축척별1시간당작업량' — 작업량·시공능력 표", + "basis_quantity": 1.0, + "basis_unit": "㎢", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [ @@ -102246,11 +102246,11 @@ "pum_table_id": "C1201", "section": "9-5-4 수치지도 작성", "source_line": 2544, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "pum_form": "productivity", + "form_basis": "건설 꼴 — '축척별1시간당작업량' — 작업량·시공능력 표", + "basis_quantity": 1.0, + "basis_unit": "㎢", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [ @@ -102532,10 +102532,10 @@ "section": "9-5-4 수치지도 작성", "source_line": 2609, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", + "basis_quantity": 50.0, + "basis_unit": "㎢", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -102916,10 +102916,10 @@ "section": "9-5-4 수치지도 작성", "source_line": 2664, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", + "basis_quantity": 1.0, + "basis_unit": "도엽", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -103166,10 +103166,10 @@ "section": "9-5-4 수치지도 작성", "source_line": 2706, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", + "basis_quantity": 1.0, + "basis_unit": "도엽", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -103415,10 +103415,10 @@ "section": "9-5-4 수치지도 작성", "source_line": 2752, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", + "basis_quantity": 1.0, + "basis_unit": "도엽", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -103721,7 +103721,7 @@ "section": "9-5-4 수치지도 작성", "source_line": 2801, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -104113,7 +104113,7 @@ "section": "9-5-4 수치지도 작성", "source_line": 2843, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -104603,9 +104603,9 @@ "source_line": 2922, "pum_form": "requirement", "form_basis": "건설 꼴 — 건설 직종 '측량기술자'", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "㎢", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -105815,10 +105815,10 @@ "section": "9-5-4 수치지도 작성", "source_line": 3110, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", + "basis_quantity": 1.0, + "basis_unit": "도엽", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -105956,7 +105956,7 @@ "section": "9-5-4 수치지도 작성", "source_line": 3136, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 1.0, "basis_unit": "㎞", "basis_source": "본문", @@ -106253,9 +106253,9 @@ "source_line": 3191, "pum_form": "requirement", "form_basis": "건설 꼴 — 건설 직종 '중급기술자'", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "도엽", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -106374,9 +106374,9 @@ "source_line": 3216, "pum_form": "requirement", "form_basis": "건설 꼴 — 건설 직종 '중급기술자'", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "도엽", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -106454,7 +106454,7 @@ "section": "9-5-6 지도제작(기본도)", "source_line": 3233, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -106501,9 +106501,9 @@ "source_line": 3245, "pum_form": "requirement", "form_basis": "건설 꼴 — 건설 직종 '중급기능사'", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "도엽", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -106559,9 +106559,9 @@ "source_line": 3253, "pum_form": "requirement", "form_basis": "건설 꼴 — 건설 직종 '중급기술자'", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "도엽", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -106702,9 +106702,9 @@ "source_line": 3283, "pum_form": "requirement", "form_basis": "건설 꼴 — 건설 직종 '고급기술자'", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 25000.0, + "basis_unit": "도엽", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -106778,9 +106778,9 @@ "source_line": 3300, "pum_form": "requirement", "form_basis": "건설 꼴 — 건설 직종 '중급기술자'", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 25000.0, + "basis_unit": "도엽", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -106852,7 +106852,7 @@ "section": "9-5-8 상각비 산정", "source_line": 3311, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -107697,7 +107697,7 @@ "section": "9-5-10 무인비행장치 측량", "source_line": 3409, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -108245,8 +108245,8 @@ "pum_table_id": "C1284", "section": "9-6-1 지적삼각측량", "source_line": 3471, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — '가산범위' — 할증·보정 율표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -116175,7 +116175,7 @@ "section": "9-18-1 개별지적(전산)자료정비(토지·수치)", "source_line": 4616, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -116301,7 +116301,7 @@ "section": "9-18-2 개별지적(전산)자료정비(임야)", "source_line": 4635, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -116431,7 +116431,7 @@ "section": "9-18-3 연속지적도 작성(도해·수치)", "source_line": 4654, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -116553,7 +116553,7 @@ "section": "9-18-4 연속지적도 품질개선(토지)", "source_line": 4672, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -116683,7 +116683,7 @@ "section": "9-18-5 연속지적도 품질개선(임야)", "source_line": 4694, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -116889,8 +116889,8 @@ "pum_table_id": "C1412", "section": "1-1-1 기본철골공수", "source_line": 26, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "requirement", + "form_basis": "건설 꼴 — 줄 이름 '총사용량(t)' — 자재 소요량", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -116974,7 +116974,7 @@ "section": "1-1-2 철골공수 산정방법", "source_line": 39, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -117668,7 +117668,7 @@ "section": "1-2-1 현장 세우기", "source_line": 126, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 1.0, "basis_unit": "㎡", "basis_source": "본문", @@ -117717,7 +117717,7 @@ "section": "1-2-1 현장 세우기", "source_line": 131, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -117814,7 +117814,7 @@ "section": "1-2-1 현장 세우기", "source_line": 144, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 구간 — 조건으로 갈리는 표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -117863,8 +117863,8 @@ "pum_table_id": "C1427", "section": "1-2-1 현장 세우기", "source_line": 150, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — 머리가 공식 기호 'T(ton)' — 시공능력 밑값", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -117911,8 +117911,8 @@ "pum_table_id": "C1428", "section": "1-2-1 현장 세우기", "source_line": 154, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — 머리가 공식 기호 'T(ton)' — 시공능력 밑값", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -117960,7 +117960,7 @@ "section": "1-2-1 현장 세우기", "source_line": 160, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -118008,7 +118008,7 @@ "section": "1-2-1 현장 세우기", "source_line": 166, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -118162,7 +118162,7 @@ "section": "1-2-3 철골세우기 장비의 작업능력", "source_line": 190, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -118302,7 +118302,7 @@ "section": "1-2-4 고장력 볼트 본조임", "source_line": 216, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 구간 — 조건으로 갈리는 표", "basis_quantity": 1.0, "basis_unit": "ton", "basis_source": "표 안", @@ -120761,7 +120761,7 @@ "section": "3-1-2 타일줄눈 설치", "source_line": 32, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": 1.0, "basis_unit": "㎡", "basis_source": "본문", @@ -120876,7 +120876,7 @@ "section": "3-2-1 떠붙이기", "source_line": 52, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": 1.0, "basis_unit": "㎡", "basis_source": "본문", @@ -125994,8 +125994,8 @@ "pum_table_id": "C1541", "section": "6-5-2 액상형 흡수방지방수 도포", "source_line": 213, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — 값이 모두 백분율 — 요율표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -126131,7 +126131,7 @@ "section": "6-5-3 벤토나이트방수 붙임", "source_line": 236, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 1.0, "basis_unit": "㎡", "basis_source": "본문", @@ -127787,7 +127787,7 @@ "section": "8-1-4 인서트(Insert) 설치", "source_line": 53, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -129317,8 +129317,8 @@ "pum_table_id": "C1589", "section": "9-1-4 표면 마무리", "source_line": 77, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — '할증' — 할증·보정 율표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -131165,7 +131165,7 @@ "section": "10-2-3 도어록 설치", "source_line": 112, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -131727,8 +131727,8 @@ "pum_table_id": "C1394", "section": "11-1-1 콘크리트・모르타르면 바탕만들기", "source_line": 21, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — 값이 모두 백분율 — 요율표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -136193,7 +136193,7 @@ "section": "2-2-4 일반댐퍼(사각) 설치", "source_line": 159, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -142845,7 +142845,7 @@ "section": "8-2-2 패키지형 공기조화기 설치", "source_line": 143, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -147725,7 +147725,7 @@ "section": "11-1-2 용접식 부설", "source_line": 13, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -147837,7 +147837,7 @@ "section": "11-1-3 나사식 접합 및 배관", "source_line": 34, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": 1.0, "basis_unit": "개소", "basis_source": "본문", @@ -149952,7 +149952,7 @@ "section": "12-2-4 Control Air 배관", "source_line": 86, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 1.0, "basis_unit": "m", "basis_source": "본문", @@ -150494,7 +150494,7 @@ "section": "13-1-1 플랜트 배관 설치", "source_line": 163, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -150615,7 +150615,7 @@ "section": "13-1-1 플랜트 배관 설치", "source_line": 8, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -151248,7 +151248,7 @@ "section": "13-1-1 플랜트 배관 설치", "source_line": 67, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -151890,7 +151890,7 @@ "section": "13-1-1 플랜트 배관 설치", "source_line": 126, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -152047,7 +152047,7 @@ "section": "13-1-1 플랜트 배관 설치", "source_line": 142, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -152668,7 +152668,7 @@ "section": "13-1-1 플랜트 배관 설치", "source_line": 200, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -153277,7 +153277,7 @@ "section": "13-1-1 플랜트 배관 설치", "source_line": 256, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -153470,7 +153470,7 @@ "section": "13-1-1 플랜트 배관 설치", "source_line": 275, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -153666,7 +153666,7 @@ "section": "13-1-1 플랜트 배관 설치", "source_line": 309, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 구간 — 조건으로 갈리는 표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -154748,7 +154748,7 @@ "section": "13-1-2 관만곡(Pipe Bending) 설치", "source_line": 408, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -154837,7 +154837,7 @@ "section": "13-1-3 밸브 취부", "source_line": 417, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": 1.0, "basis_unit": "개", "basis_source": "본문", @@ -155021,7 +155021,7 @@ "section": "13-1-3 밸브 취부", "source_line": 434, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": 1.0, "basis_unit": "개", "basis_source": "본문", @@ -155205,7 +155205,7 @@ "section": "13-1-3 밸브 취부", "source_line": 453, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": 1.0, "basis_unit": "개", "basis_source": "본문", @@ -155659,7 +155659,7 @@ "section": "13-1-4 Fitting 취부", "source_line": 500, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": 1.0, "basis_unit": "개", "basis_source": "본문", @@ -156194,7 +156194,7 @@ "section": "13-1-5 Flange 취부", "source_line": 563, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": 1.0, "basis_unit": "조", "basis_source": "본문", @@ -157042,9 +157042,9 @@ "source_line": 643, "pum_form": "requirement", "form_basis": "직종 표기((인)·인부·공)", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "Joint", + "basis_source": "본문", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -158174,7 +158174,7 @@ "section": "13-2-1 강관절단", "source_line": 811, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 1.0, "basis_unit": "개소", "basis_source": "본문", @@ -158273,7 +158273,7 @@ "section": "13-2-1 강관절단", "source_line": 823, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -159089,7 +159089,7 @@ "section": "13-2-3 강관용접", "source_line": 934, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 1.0, "basis_unit": "개소", "basis_source": "본문", @@ -159303,7 +159303,7 @@ "section": "13-2-3 강관용접", "source_line": 954, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -161386,8 +161386,8 @@ "pum_table_id": "C1693", "section": "13-2-4 강판 전기아크용접", "source_line": 1167, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '작업속도(m/hr)' — 작업량·시공능력 표", "basis_quantity": 1.0, "basis_unit": "hr", "basis_source": "표 안", @@ -161625,7 +161625,7 @@ "section": "13-2-5 예열(Electric Resistance Heating)", "source_line": 1177, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -161690,7 +161690,7 @@ "section": "13-2-5 예열(Electric Resistance Heating)", "source_line": 1185, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -161748,7 +161748,7 @@ "section": "13-2-5 예열(Electric Resistance Heating)", "source_line": 1197, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -161852,7 +161852,7 @@ "section": "13-2-6 응력제거", "source_line": 1212, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -161936,7 +161936,7 @@ "section": "13-2-6 응력제거", "source_line": 1222, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -162005,7 +162005,7 @@ "section": "13-2-6 응력제거", "source_line": 1236, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -162078,7 +162078,7 @@ "section": "13-2-6 응력제거", "source_line": 1247, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -162130,7 +162130,7 @@ "section": "13-2-6 응력제거", "source_line": 1254, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -162190,7 +162190,7 @@ "section": "13-2-6 응력제거", "source_line": 1268, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 구간 — 조건으로 갈리는 표", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -162429,9 +162429,9 @@ "source_line": 1288, "pum_form": "requirement", "form_basis": "직종 표기((인)·인부·공)", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "m", + "basis_source": "표 머리", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -162744,9 +162744,9 @@ "source_line": 1319, "pum_form": "requirement", "form_basis": "직종 표기((인)·인부·공)", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "m", + "basis_source": "표 머리", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -163059,9 +163059,9 @@ "source_line": 1345, "pum_form": "requirement", "form_basis": "직종 표기((인)·인부·공)", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "m", + "basis_source": "표 머리", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -163374,9 +163374,9 @@ "source_line": 1376, "pum_form": "requirement", "form_basis": "직종 표기((인)·인부·공)", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "m", + "basis_source": "표 머리", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -163689,9 +163689,9 @@ "source_line": 1402, "pum_form": "requirement", "form_basis": "직종 표기((인)·인부·공)", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "m", + "basis_source": "표 머리", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -164002,8 +164002,8 @@ "pum_table_id": "C1708", "section": "13-3-1 pipe보온", "source_line": 1438, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — 머리가 공식 기호 'C' — 시공능력 밑값", "basis_quantity": 1.0, "basis_unit": "m", "basis_source": "본문", @@ -164039,8 +164039,8 @@ "pum_table_id": "C1709", "section": "13-3-1 pipe보온", "source_line": 1445, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "coefficient", + "form_basis": "건설 꼴 — 머리가 공식 기호 'C' — 시공능력 밑값", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -164395,7 +164395,7 @@ "section": "13-4-1 보통 철골재", "source_line": 1498, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -164944,7 +164944,7 @@ "section": "13-4-3 STORAGE TANK", "source_line": 1592, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": 1.0, "basis_unit": "대", "basis_source": "본문", @@ -165944,9 +165944,9 @@ "source_line": 1739, "pum_form": "requirement", "form_basis": "직종 표기((인)·인부·공)", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "ton", + "basis_source": "표 머리", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -169913,8 +169913,8 @@ "pum_table_id": "C1771", "section": "13-6-3 수문 제작", "source_line": 2320, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '시간(hr/ton)' — 작업량·시공능력 표", "basis_quantity": 1.0, "basis_unit": "ton", "basis_source": "표 안", @@ -170039,8 +170039,8 @@ "pum_table_id": "C1774", "section": "13-6-3 수문 제작", "source_line": 2347, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '시간(hr/ton)' — 작업량·시공능력 표", "basis_quantity": 1.0, "basis_unit": "ton", "basis_source": "표 안", @@ -170074,7 +170074,7 @@ "section": "13-6-3 수문 제작", "source_line": 2353, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 1.0, "basis_unit": "ton", "basis_source": "본문", @@ -170406,7 +170406,7 @@ "section": "13-6-4 수문 설치", "source_line": 2423, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 1.0, "basis_unit": "ton", "basis_source": "본문", @@ -170552,8 +170552,8 @@ "pum_table_id": "C1784", "section": "13-6-5 Stop-Log 제작", "source_line": 2452, - "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "pum_form": "productivity", + "form_basis": "건설 꼴 — '시간(hr/ton)' — 작업량·시공능력 표", "basis_quantity": 1.0, "basis_unit": "ton", "basis_source": "표 안", @@ -175384,7 +175384,7 @@ "section": "13-9-1 수중펌프 설치", "source_line": 3367, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 1.0, "basis_unit": "대", "basis_source": "본문", @@ -175524,7 +175524,7 @@ "section": "13-9-2 모노레일 설치", "source_line": 3389, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": 1.0, "basis_unit": "ton", "basis_source": "본문", @@ -175641,7 +175641,7 @@ "section": "13-9-3 산기장치 설치", "source_line": 3410, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -175784,7 +175784,7 @@ "section": "13-9-4 오수처리시설 설치", "source_line": 3435, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -177113,7 +177113,7 @@ "section": "13-11-4 가설자재 손료율", "source_line": 3674, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 그 밖 — 사람이 봐야 함", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -185085,7 +185085,7 @@ "section": "2-1-20 재래난간 철거공", "source_line": 580, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": 10.0, "basis_unit": "m", "basis_source": "표 안", @@ -188440,9 +188440,9 @@ "source_line": 1088, "pum_form": "requirement", "form_basis": "직종 표기((인)·인부·공)", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "개", + "basis_source": "표 머리", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -189236,7 +189236,7 @@ "section": "2-4-2 하수관 세정", "source_line": 1228, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -189421,7 +189421,7 @@ "section": "2-4-3 관세관(스크레이퍼+워터젯트 병행 방법)", "source_line": 1246, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -189864,7 +189864,7 @@ "section": "2-4-7 하수관 준설(흡입식)", "source_line": 1321, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -193443,7 +193443,7 @@ "section": "4-1-7 일반기계설비 철거 및 이설", "source_line": 113, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, @@ -193881,7 +193881,7 @@ "section": "4-3-2 관갱생공", "source_line": 184, "pum_form": "undetermined", - "form_basis": "헤더·첫 행에 단위·밑수·직종 표지 없음", + "form_basis": "단위·밑수·직종 표지 없음 · 머리가 두 단 — 아래 단이 하위 구분(잣대가 못 폄)", "basis_quantity": null, "basis_unit": null, "basis_source": null, diff --git a/resources/data_work_item_master/work_item_master_2026-01-01.json b/resources/data_work_item_master/work_item_master_2026-01-01.json index 1f6960f7..1108bdfc 100644 --- a/resources/data_work_item_master/work_item_master_2026-01-01.json +++ b/resources/data_work_item_master/work_item_master_2026-01-01.json @@ -4,7 +4,7 @@ "effective_date": "2026-01-01", "pum_edition": "2026-01-01", "toc_edition": "산림청고시제2025-82호", - "generated_at": "2026-09-18T10:45:42+09:00", + "generated_at": "2026-09-18T12:53:57+09:00", "dataset_version": { "dataset_id": "pum_forest", "effective_date": "2026-01-01", @@ -25,10 +25,10 @@ "tables_attached": 453, "tables_orphan": 22, "form_undetermined": 0, - "basis_found": 251, - "basis_missing": 81, + "basis_found": 253, + "basis_missing": 79, "basis_absent_in_source": 71, - "basis_unparsed": 10, + "basis_unparsed": 8, "basis_grouped": 59, "axis_roles": { "general_provision": 78, @@ -21171,9 +21171,9 @@ "source_line": 4541, "pum_form": "requirement", "form_basis": "직종 표기((인)·인부·공)", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "ha", + "basis_source": "표 머리", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], @@ -21262,9 +21262,9 @@ "source_line": 4561, "pum_form": "requirement", "form_basis": "직종 표기((인)·인부·공)", - "basis_quantity": null, - "basis_unit": null, - "basis_source": null, + "basis_quantity": 1.0, + "basis_unit": "ha", + "basis_source": "표 머리", "resource_shares": {}, "partial_ratio": false, "expression_cells": [], diff --git a/resources/tester/fixtures/work_item_master_source_known.json b/resources/tester/fixtures/work_item_master_source_known.json index bda4d99c..94edaf2a 100644 --- a/resources/tester/fixtures/work_item_master_source_known.json +++ b/resources/tester/fixtures/work_item_master_source_known.json @@ -56,26 +56,6 @@ "class": "㉰ 사용자 판단 필요", "class_why": "⚠ 마스터 「1km」는 반쪽 — 원문은 「인/1일 1km당」으로 분모가 둘(일·km)" }, - "F0228": { - "section": "8-6-2", - "md": [ - 1.0, - "ha" - ], - "md_evidence": "표·머리 무인헬기 (ha당)", - "master": null, - "why": "원문 줄 칸 「무인헬기 (ha당)」 — 마스터가 아직 안 읽음(2026-09-09 「인」 오독 판정과 같은 자리, 밑수는 ha)" - }, - "F0229": { - "section": "8-6-2", - "md": [ - 1.0, - "ha" - ], - "md_evidence": "표·머리 멀티콥터 (ha당)", - "master": null, - "why": "위와 같음(멀티콥터)" - }, "F0322": { "section": "10-13-1", "md": null, diff --git a/resources/tester/test_work_item_key_registry.py b/resources/tester/test_work_item_key_registry.py index 2d6677fe..ff7a80e7 100644 --- a/resources/tester/test_work_item_key_registry.py +++ b/resources/tester/test_work_item_key_registry.py @@ -68,7 +68,7 @@ MASTER = OUT_DIR / "work_item_master_2026-01-01.json" #: 2026-09-18 합침(랩탑 메인 · 데스크탑 서브 9f27d619 와 한 점) — 위 넓힘 + 데스크탑 서브의 #: F0046·F0068 밑수 되돌림·F0076 형태 판정·원천 벌 재추출을 한 벌로 다시 뽑아 지문이 또 뜸 #: (옛 837eb8aa… · 옛 6f223c69…). 양쪽 다 **원문을 더 읽은 것**이고 금액은 그대로다. -BASELINE_WORK_ITEMS_SHA = "645798a58bcd8d283653192d4da8b5be40e0b88474b8e8c3bbab77174b83eb7d" +BASELINE_WORK_ITEMS_SHA = "7919a44eab4ecf9a09edb39f0c4b48f5576caa8c5d491fe6d3e5fb89ba655436" #: 열쇠 작업이 새로 얹은 칸. 지문을 잴 때만 떼어낸다. ADDED_FIELDS = ( @@ -482,14 +482,15 @@ def test_밑수_미확보를_둘로_가른다(master: dict) -> None: from pathlib import Path as _Path stats = master["stats"] - assert stats["basis_missing"] == 81 + assert stats["basis_missing"] == 79 # 2026-09-18 합침 70 → 71 — 원문 md 가 풀리며 밑수를 안 적은 표가 하나 더 드러남 assert stats["basis_absent_in_source"] == 71 # 2026-09-18 「당」 없이 몫으로만 적힌 자리(「(인/100㎡)」·「(대/ton)」)를 가리게 해 다섯을 더 채움. # 미판독 12 → 9 → 10(가림이 넓어져 새로 드러난 것 포함) · 확보 243 → 251. # ⚠ 남은 아홉은 **거절 자리**다 — 「(단위 : 인)」 셋(2026-09-09 오독 판정) · # 「㎥/1인/1일」·「1ha당, 100본당」·「1대 1조, 시간당」·「인 당」은 분모가 둘 이상이다. - assert stats["basis_unparsed"] == 10 + # 2026-09-18 10 → 8 — **표 머리 칸까지 읽게 하자** 8-6-2·8-6-3 드론방제 「ha당」 둘이 채워짐 + assert stats["basis_unparsed"] == 8 assert stats["basis_absent_in_source"] + stats["basis_unparsed"] == stats["basis_missing"] items = _json.loads( _Path("resources/data_work_item_master/basis_missing_2026-01-01.json").read_text(