Skip to content
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

Proposal: document valid component operators for Time Dimension and other components #200

Open
achronis opened this issue Apr 24, 2024 · 0 comments
Assignees
Milestone

Comments

@achronis
Copy link

Hello,

Do you think it would be useful to document the valid operators for Time Dimension ?
Mostly to help implementers, and to avoid possibly implementations with invalid combinations.

Example ( could be incorrect)

The following table lists the valid operators for Time Dimension (c[TIME_PERIOD])

Operator Rule Example (Period: 2005-01)
Greater Than (gt) Any data after the last moment of the period "> 2005-01-31"
Less Than (lt) Any data before the first moment of the period "< 2005-01-01"
Greater Than or Equal To (ge) Any data on or after the first moment of the period ">= 2005-01-01"
Less Than or Equal To (le) Any data on or before the last moment of the period "<= 2005-01-31"
Equal To Any data which falls on or after the first moment of the period and before or on the last moment of the period ">= 2005-01-01 and <= 2005-01-31"
@sosna sosna added this to the v2.2.0 milestone Apr 30, 2024
@sosna sosna self-assigned this Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants