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

Suggestion: filter by acquisition time #47

Closed
tillmann123456 opened this issue Feb 28, 2021 · 3 comments
Closed

Suggestion: filter by acquisition time #47

tillmann123456 opened this issue Feb 28, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@tillmann123456
Copy link

Hi Samapriya,

I'd have a suggestion for an additional filter criterion for the idlist command, namely the time of day at which the image was acquired. Or is there perhaps a way to do this already?

Thanks a lot,

Tillmann

@samapriya samapriya added the enhancement New feature or request label Mar 29, 2021
samapriya added a commit that referenced this issue Mar 29, 2021
- Search function can now parse date and time. Enhancement from [Issue 47](#47)
- Updated readme site to include search examples
- Stability test across python3.7 to 3.9 and for all os types
- pipwin checks cache every one month
- added doc rendering support
@samapriya
Copy link
Collaborator

Hi @tillmann123456
This issue has now been integrated as an enhancement and you can pass date and time together for the search function/idlist command. For example all of these are valid. This feature is available in version 0.8.1 onwards

2021-01-01
or
2021-01-01T09:10:10
or
2021-01-01T14:12

@tillmann123456
Copy link
Author

Great, thanks. Do I understand correctly that this would not allow me yet to search in one go for, say, all images taken between 9am and 11am local time on any given day in 2020? That would be useful for my application, but perhaps that's a rather limited use case.

@samapriya
Copy link
Collaborator

samapriya commented Mar 29, 2021

Yes you can use the time filter applies to both start and end dates to the same date

So --start 2021-03-26T09:00 --end 2021-03-26T11:00 gets you there based on local time and searches within the same date within a two hour window

Good luck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants