-
Notifications
You must be signed in to change notification settings - Fork 5
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
pulling segments for a particular time period #3
Comments
@valentina-s I tried exploring the notebook you linked, and have some findings on where the issue might be. As you mentioned about the When I isolate that part of the code, I do indeed (erroneously) get 194 as the starting index: When I manually substitute the
|
Great find @Benjamintdk! I checked the |
This issue may be due to my misunderstanding of how to pull data. I am trying to use
DateRangeHLSStream
to pull.ts
files between two time stamps, specifically 2020-01-08 2:06:00 - 2020-01-08 2:07:00 utc times, when we know that humpbacks have been heard.My understanding is that if I set the polling_interval=60, and provide the starting and ending time stamp, I should get the corresponding files, when running
.get_next_clip
. The ones are getting are: 194.ts - 199.ts. in folder 1578447032 on orcalab node. The one I am expecting is 212-218 (=unixtime - 1578447032)/10. The latter indeed have humpback calls, while the former do not. Can anyone check my calculations and my understanding of the function? I have some of the operations in this notebook.The text was updated successfully, but these errors were encountered: