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

Interface FieldWeather

src/components/FieldDetailView.tsx:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29interface FieldWeather {
30 temperature_2m: number;
31 relative_humidity_2m: number;
32 wind_speed_10m: number;
33 weather_code: number;
34}
35
36interface NdviStats {
37 mean_ndvi: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected