-
Notifications
You must be signed in to change notification settings - Fork 23
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
add aggregation type for temporal data #571
Comments
We should also add "maximum" and "minimum" to the aggregation types. A typical "maximum" are e.g. wind gust in a time interval. Similar could be maximum and minim prices in the time series. |
And another one: "flags" could als be a possibility, e.g. for quality control flags of measurement time series. Number could occur e.g. as the number of values used to create an average in an aggregation process. |
Also mean shold be called "arithmetic mean". Are other types of mean used for the aggregation, too? Suggestion for a definition: An aggregation type is a data descriptor that contains information on the aggregation method applied on a data set. We could add an example of usage here, too. E.g. temporal aggregation of continuous measurements for discrete a time series, aggregation of a data set with a spatial references |
Do individuals also get definitions @sfluegel05 ? I'd say, "number" (e.g. of flashes) is the same as "sum/integral". |
So far, we have some individuals without definitions and some that have definitions. In general, I'd say definitions are not necessary for individuals, because there is just one of them. |
Defs for the instances. Apart from
|
For "flag" we should find another place than |
I'd propose to implement what we have and discuss "flag" in another issue, so that we can close here. |
Description of the issue
An aggregation type is usually part of the description of a time step. This appeared in #267, see #267 (comment) and #267 (comment)
Ideas of solution
We could implement this analogous to
time stamp alignment
:aggregation type
that is a subclass ofdata descriptor
Aggregation types mentioned so far:
Workflow checklist
I am aware that
The text was updated successfully, but these errors were encountered: