from pydantic import BaseModel from ..core.gps_point import GPSPoint class ChunkBounds(BaseModel): estimated_center: GPSPoint estimated_radius: float confidence: float