Checkpoint production workflow updates

This commit is contained in:
2026-06-30 15:25:29 +08:00
parent 19ae3ec37f
commit 9c80b95385
66 changed files with 7639 additions and 267 deletions
+4
View File
@@ -231,6 +231,10 @@ class RadarData(BaseModel):
stack_selection_mode: Optional[str] = None
stack_network_edge_count: Optional[int] = None
stack_network_warnings: Optional[List[str]] = None
lt1_image_produced: bool = False
lt1_image_product: Optional[Dict[str, Any]] = None
lt1_landsar_produced: bool = False
lt1_landsar_product: Optional[Dict[str, Any]] = None
model_config = ConfigDict(from_attributes=True)