@mytec: iter3.7.0 start, gpu calc int

This commit is contained in:
2026-02-03 22:41:08 +02:00
parent a61753c642
commit 6cd9d869cc
29 changed files with 2288 additions and 28 deletions

View File

@@ -75,6 +75,11 @@ export interface ApiCoverageStats {
points_with_atmospheric_loss: number;
}
export interface ApiBoundaryPoint {
lat: number;
lon: number;
}
export interface CoverageResponse {
points: ApiCoveragePoint[];
count: number;
@@ -82,6 +87,7 @@ export interface CoverageResponse {
stats: ApiCoverageStats;
computation_time: number;
models_used: string[];
boundary?: ApiBoundaryPoint[];
}
export interface Preset {