MCPcopy Create free account
hub / github.com/Thanas-R/Virdis / NdviStats

Interface NdviStats

src/components/FieldDetailView.tsx:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 wind_speed_10m: number;
35 weather_code: number;
36}
37
38interface NdviStats {
39 mean_ndvi: number;
40 min_ndvi: number;
41 max_ndvi: number;
42 vegetation_health_score: number;
43 acquisition_date: string;
44 pixel_count: number;
45}
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected