Skip to content

New Model for IRM soil moisture analysis #14

@prske

Description

@prske

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions