Closed dlebauer closed 4 years ago
Should I assign this to myself? I implemented the endpoint and this should not be too difficult.
yes, please do!
https://github.com/terraref/brapi/tree/issue-27/addition-observation-unit
branch for this issue
this has been implemented. replicate will be null if unavailable. sample record:
{
observationUnitName: "MAC Field Scanner Season 4 Range 1 Column 1",
observations: [
{
observationDbId: "6002240848",
observationTimeStamp: "2017-07-25T19:00:00Z",
observationVariableDbId: "6000000012",
observationVariableName: "canopy_cover",
season: "MAC Sorghum Season 4",
value: "0"
}
],
observationtreatment: "Pre-plant Nitrogen fertilizer incorporated in the field",
operator: "Zongyang, Li",
replicate: null,
studyDbId: "6000000010",
treatmentDbId: 6000000020
}
implemented here: https://github.com/terraref/brapi/pull/33
need to review and flush out observation unit endpoint
Also — replicate # —> entity_id (in some cases) — operator = traitsview.author (person who collected data)