Skip to content

Commit

Permalink
feat: add soilMoistureReport (#243)
Browse files Browse the repository at this point in the history
New attribute on the ManagedZone for the user to report soil moisture field observation. 

The idea is to have 4 possible values for this attribute : "Too wet | Healthy | Stress | Too dry"
  • Loading branch information
junjou authored Nov 5, 2024
1 parent 2e5492d commit b57598b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions irrigation/jsonld-contexts/irrigation.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"soilAreaType": "https://vocab.egm.io/soilAreaType",
"soilDepth": "https://vocab.egm.io/soilDepth",
"soilElectricalConductivity": "https://vocab.egm.io/soilElectricalConductivity",
"soilMoistureReport": "https://vocab.egm.io/soilMoistureReport",
"soilTemperature": "https://vocab.egm.io/soilTemperature",
"source": "https://vocab.egm.io/source",
"sourceParameterCode": "https://vocab.egm.io/sourceParameterCode",
Expand Down

0 comments on commit b57598b

Please sign in to comment.