mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-08-15 07:00:32 +02:00
Add Sentinel-2 road freight trends with Analyze Here UI.
Port DrishX truck-motion detection as an opt-in slow layer: on-demand map-center analysis, preset corridors, layer panel toggle, and Docker road-corridor extras. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -921,6 +921,19 @@ export interface DashboardData {
|
||||
sar_anomalies?: SarAnomaly[];
|
||||
sar_aoi_coverage?: SarAoiCoverage[];
|
||||
sar_aois?: SarAoi[];
|
||||
|
||||
road_corridor_trends?: {
|
||||
updated_at?: string | null;
|
||||
corridors?: Array<{
|
||||
preset_id: string;
|
||||
label: string;
|
||||
status: string;
|
||||
total_detections?: number;
|
||||
daily_counts?: Array<{ date: string; count: number }>;
|
||||
updated_at?: string;
|
||||
error?: string | null;
|
||||
}>;
|
||||
};
|
||||
}
|
||||
|
||||
// ─── SAR ─────────────────────────────────────────────────────────────────────
|
||||
@@ -1030,6 +1043,7 @@ export interface ActiveLayers {
|
||||
ai_intel: boolean;
|
||||
crowdthreat: boolean;
|
||||
sar: boolean;
|
||||
road_corridor_trends: boolean;
|
||||
}
|
||||
|
||||
export interface SelectedEntity {
|
||||
|
||||
Reference in New Issue
Block a user