To be overriden by the descendant class
(self, raw_inputs:List[Any], spatial_info:Dict[str,Any], temporal_info:Dict[str,Any], **kwargs)
| 270 | |
| 271 | @abstractmethod |
| 272 | def _process_inputs(self, raw_inputs:List[Any], spatial_info:Dict[str,Any], temporal_info:Dict[str,Any], **kwargs)->List[Any]: |
| 273 | """ To be overriden by the descendant class """ |
| 274 | """ Process the raw_inputs(most of the time is a List[Dict]) """ |