-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Hi,
New output scheme for soil moisture analysis looks like this:
class DatasetAnalysis(BaseModel):
dataset_id: str
time_period: List[datetime]
irrigation_events_detected: int
precipitation_events: int
high_dose_irrigation_events: int
high_dose_irrigation_events_dates: List[datetime]
field_capacity: float
wilting_point: float
stress_level: float
number_of_saturation_days: int
saturation_dates: List[datetime]
no_of_stress_days: int
stress_dates: List[datetime]Can you help us with new json-ld structure to be in line with this?
Thanks in advance!
Regard
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels