- 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 추가
10 lines
150 B
Plaintext
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
|