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

GUANO specification not correctly implemented in ELEKON BatExplorer 2.1 #21

Open
thorenson opened this issue Dec 16, 2021 · 2 comments
Open

Comments

@thorenson
Copy link

Due to a buggy timestamp creation, Elekon BatExplorer 2.1 (https://www.batlogger.com/en/downloads/batexplorer/software/be_2.1/) creates GUANO wavefiles with 7-digit milliseconds. strptime() in parse_timestamp() expects 6 digits for %f:
timestamp = datetime.strptime(s, '%Y-%m-%dT%H:%M:%S.%f') (line 126)
The function can't parse the timestamp and throws a ValueError. So the default guano-py cannot be used with Elekon wavefiles.

@riggsd
Copy link
Owner

riggsd commented Nov 7, 2023

Apologies for the delayed reply; are you able to provide an original sample .WAV file from Elekon BatExplorer 2.1 (or similar)?

@riggsd
Copy link
Owner

riggsd commented Apr 30, 2024

@thorenson Can you provide a sample .WAV file from the Elekon BatExplorer with this timestamp issue?

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

No branches or pull requests

2 participants