--- 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) |