260715_0
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
---
|
||||
type: page-dependencies
|
||||
status: stable
|
||||
page_id: B03_FileInput
|
||||
related_pages: ["[[B03_FileInput/B03_frontend]]", "[[B03_FileInput/B03_backend]]"]
|
||||
last_updated: 2026-07-12
|
||||
source: 상위 프로젝트 B03_FileInput import 구문 직접 확인 (2026-07-12)
|
||||
---
|
||||
|
||||
# B03_FileInput — Dependencies
|
||||
|
||||
공유 의존성의 1차 정의는 [[../../concepts/dependencies]]에 둔다.
|
||||
|
||||
| 항목 | 위치 | 역할 |
|
||||
|---|---|---|
|
||||
| FastAPI | `B03_FileInput_Router.py:10` | multipart 파일·폼 요청과 라우터 |
|
||||
| Pydantic | `B03_FileInput_Schema.py:6` | 파일명·크기·확장자·청크 요청 검증 |
|
||||
| aiomysql | `B03_FileInput_Router.py:9` | MariaDB 비동기 트랜잭션 |
|
||||
| laspy | `B03_FileInput_Engine_Analyze.py:7` | LAS 포인트클라우드 메타데이터 분석 |
|
||||
| rasterio | `B03_FileInput_Engine_Analyze.py:9` | TIF 래스터 메타데이터 분석 |
|
||||
| pyproj | `B03_FileInput_Engine_Analyze.py:10` | PRJ/TIF CRS 해석 |
|
||||
| numpy | `B03_FileInput_Engine_Analyze.py:8` | LAS 통계 계산 |
|
||||
|
||||
## 공통 모듈
|
||||
| 항목 | 위치 | 역할 |
|
||||
|---|---|---|
|
||||
| `common_util_storage` | `B03_FileInput_Engine.py:11` | 단계별 저장경로 생성·해석 → [[../../concepts/storage_paths]] |
|
||||
| `common_util_workflow_state` | `B03_FileInput_Router.py:50` | stage 상태 전이 → [[../../concepts/workflow_state]] |
|
||||
| `common_util_email` | `B03_FileInput_Email.py:8` | 업로드·분석 완료/실패 이메일 발송 |
|
||||
| `common_util_json` | `B03_FileInput_Router.py:47` | workflow 보조 JSON 원자적 저장 |
|
||||
Reference in New Issue
Block a user