gjoseph92 / soundDB

Query and load NSNSD acoustic data into Python, minimize pain
Other
5 stars 1 forks source link

Select NVSPL by timestamp #1

Open gjoseph92 opened 7 years ago

gjoseph92 commented 7 years ago

With a timestamps keyword argument, the NVSPL Accessor should take an iterable of pandas Timestamps for the seconds (as in rows) to pull out of an NVSPL Endpoint.

This will allow for the long-wanted ability to easily cross-reference SRCID back to NVSPL, among other things.

Questions