Having 5 soil moisture sensors located at 20, 40, 60, 80 and 100cm depth, respectively. The first four are in the root zone and the last one has been installed out of it.
The data obtained from the sensors is used in a irrigation planning model, which estimates soil humidity based on meteorological data, meteorological prediction (obteined via API), and the data of the soil moisture sensors.
The SM data of each sensor is aggregated via sum in order to reduce noise of the measurements, as is done by an agronomist to obtain an overall level of humidity. How do you choose which sensors should be aggregated? The current selection method is to run the soil humidity prediction model using all three or more possible sensors combinations, and part of the collected data. It also keeps the combination that presents the most accurate prediction for a more recent part of this data.