-
Notifications
You must be signed in to change notification settings - Fork 1
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
form of difference #14
Comments
Can I suggest possible values of the form eg "spv__forward_increment"? "Difference" could refer to a variety of things, such as ratios - don't know whether we want to capture that in the attribute name or restrict the definition more. |
Hi, I think its a good idea to avoid using the term "difference" - like Caroline said - it can have so many different meanings. Me and Gavin have been discussing this and we think that a modified version of Carolines proposal would be: For example if an identifier states: spv_increment_direction = "forward" This can be coupled with another piece of metadata where we state that the stepsize is N cells. |
Hello all Looking from the outside, I can see how An option for defining direction, chiming with forward/backwards, is to link it to the coordinate values. So the increment direction is either with increasing coordinate values or decreasing coordinate values. A different option is to link direction to the indexing scheme, so the increment direction is either with increasing index or with decreasing index. Is it preferred to identify direction via indexing or via coordinate metadata? |
In the current Improver code, this concept is proposed to be encoded as:
Is the identifier
form_of_difference
a clear and long term identifier?What 'description' would we give this concept?
The first known value for use with
form_of_difference
isforward_difference
The text was updated successfully, but these errors were encountered: