-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milk recording information on herd level #184
Comments
I'm thinking of 1 to 4 API's:
milk-recording-statistics milk-recording-kpis |
Erwin, does your proposal also cope the statistic-values for single animals? |
I had wondered about an alternative approach for herd/group statistics. icarStatistic { icarGroupStatistics { GET /locations///test-day-statistics?group-type=... etc |
This proposal is really about herd level data. The proposal will contain an average of the day-production of all animals (in herd or group) on the test day. |
@erwinspeybroeck to review the above and suggest a draft PR for release 1.3. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I will need to pick this up, but lack of time for the moment ... |
I'd rather think of a test-day-statistics which gives statistics of the test day observations. test-day-statistics { groups { test-day-statistics?group-type= ... or test-day-statistics/group-type/type-id or test-day-statistics?animal-set= ... |
A try to make it more generic icarStatistics { |
Next iteration after working group meeting icarStatistics { |
Adds icarStatisticsCollection and other classes for group statistics. Resolves #184
Resolved by #298 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Do we need this? One could calculate aggregated data based upon the animal data.
But what we see : a number of herd management systems like to get the aggregated data from the MRO's because they don't want to explain (small) differences between MRO's overviews and HMS overviews.
MRO's sometimes also calculate herd KPI's that are not easy to calculate on animal data solely.
Data in scope:
location-id and scheme
date of milk recording
number of animals (total, dry, sampled, ...)
date of analysis of the samples
average 24 hour kg milk, fat, protein, urea, lactosis, cellcount
average calving age
average 305 productions (milk, fat, protein, lactosis)
average lactation value - herd level KPI that CRV provides
BSK (herd standard cow) - herd level KPI that CRV provides
NO (net earnings) - herd level KPI that CRV provides
...
The text was updated successfully, but these errors were encountered: