{% extends "base.html" %} {% block content %} {% load static %} {% load material_form %}
Agromet Summaries

Loading Data... {% csrf_token %} mdi-information Data validation works as follows: The first parameter defines the maximum allowable percentage of missing data in the hourly summary to compute a valid day. The second parameter sets the maximum percentage of missing valid days for a valid aggregation; if exceeded, the aggregation returns null for that partition. The third parameter specifies the maximum gap between consecutive days; if the gap exceeds this limit, the aggregation returns null for that partition. Request Data send
{% endblock %} {% block localjavascript %} {% endblock %}