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

Allow open-ended time ranges #183

Closed
GypsyBojangles opened this issue Mar 8, 2017 · 1 comment · Fixed by #1443
Closed

Allow open-ended time ranges #183

GypsyBojangles opened this issue Mar 8, 2017 · 1 comment · Fixed by #1443

Comments

@GypsyBojangles
Copy link
Contributor

GypsyBojangles commented Mar 8, 2017

When specifying a time range, be able to have the start or end of the range be open, to indicate all data before or after a date. For example:

time=('2001', None)
could indicate all data from 2001 onward.

time=(None, '2010')
could indicate all data before 2010.

@stale
Copy link

stale bot commented Aug 8, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants