MCPcopy Create free account
hub / github.com/AgriQuantAI/AgriQuant-AI / __init__

Method __init__

satellite_data_processor.py:41–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 """
40
41 def __init__(self):
42 self.baseline_ndvi = {} # Historical baseline by grove
43 self.sentinel2_bands = {
44 'red': 4,
45 'nir': 8, # Near-infrared
46 'swir': 11 # Shortwave infrared
47 }
48
49 def calculate_ndvi(
50 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected