- `docs/` 를 .gitignore 에서 빼 git 추적 대상으로 전환 (위키·완료 이력·검증 기록) - `docs/raw/PLAN.md` · `docs/raw/OWNERS.md` 를 저장소 최상위로 이동 후 .gitignore 에 등록 — 창끼리 공유하되 저장소에는 안 올리는 장부 - 살아 있는 경로 참조 7개 파일 정정 (아카이브 107건은 그때 사실이라 그대로 둠) - graphify 날짜별 산출물(`docs/wiki/graphify-out/20*/`) 제외 — `graphify update` 가 다시 만듦 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
---
|
|
status: stable
|
|
page_id: B04_PreProcess
|
|
related_pages: ["[[B04_PreProcess/B04_backend]]", "[[B04_PreProcess/B04_frontend]]", "[[dependencies]]", "[[architecture/project_map]]", "[[architecture/workflow_data_flow]]"]
|
|
last_updated: 2026-07-19
|
|
source: docs/raw/verification/2026-07-18_verify_crs_and_polling_log.md
|
|
---
|
|
|
|
# B04_PreProcess — Dependencies
|
|
|
|
이 페이지가 쓰는 외부 라이브러리 (공통 정의는 [[dependencies]]).
|
|
|
|
## 백엔드 (Python)
|
|
|
|
| 라이브러리 | 용도 |
|
|
|---|---|
|
|
| Laspy | laspy==2.7.0 (LAS/LAZ 구조화) |
|
|
| Whitebox / Rasterio | whitebox==2.3.6 / rasterio==1.5.0 (지면 필터·DEM 처리) |
|
|
| Trimesh | trimesh==4.12.2 (TIN/메시 모델) |
|
|
| Geopandas / Shapely | geopandas==1.1.4 / shapely==2.1.2 (GIS 벡터 연산) |
|
|
| NumPy | numpy==2.5.0 (배열 연산) |
|
|
| SciPy | scipy==1.18.0 (Delaunay 삼각망 생성 및 수치 보간) |
|
|
|
|
→ 공통 정의·버전 → [[dependencies]]
|
|
|
|
## 프론트엔드 (TypeScript)
|
|
|
|
| 라이브러리 | 위치 | 용도 |
|
|
|---|---|---|
|
|
| **three.js** | `B04_PreProcess_UI_Viewer.ts:1`, `..._TerrainViewer.ts` | WebGL 3D 뷰어(WebGLRenderer, OrbitControls, THREE.Points/Mesh) |
|