kcg-monitoring/prediction/requirements.txt
htlee 2441e3068a feat(prediction): 선단/어구그룹 폴리곤 서버사이드 생성 + PostGIS 저장
- DB migration 009: group_polygon_snapshots 테이블 (PostGIS geometry)
- polygon_builder.py: Shapely 기반 convex hull + buffer 폴리곤 생성
- scheduler.py: 5분 주기 분석 사이클에 폴리곤 생성 Step 4.5 통합
- fleet_tracker.py: get_company_vessels() 메서드 추가
- kcgdb.py: save_group_snapshots(), cleanup_group_snapshots() 추가
- requirements.txt: shapely>=2.0 추가
2026-03-24 13:30:31 +09:00

10 lines
150 B
Plaintext

fastapi==0.115.0
uvicorn==0.30.6
pydantic-settings>=2.0
psycopg2-binary>=2.9
numpy>=1.26
pandas>=2.2
scikit-learn>=1.5
apscheduler>=3.10
shapely>=2.0