hugomflavio / actel

Standardised analysis of acoustic telemetry data from fish moving through receiver arrays
https://hugomflavio.github.io/actel-website
26 stars 6 forks source link

Accept ISO 8601 formatted dates in source files #30

Closed jdpye closed 4 years ago

jdpye commented 4 years ago

Actel's biometrics.csv won't permit dates of the form 'YYYY-MM-DDTHH:mm:ssZ'. Ideally, any ISO-8601 approved format should be equally parseable, and would be supported by any date field across all input files.

hugomflavio commented 4 years ago

The "T"-separated format should now be supported. Didn't add support for the format with no dashes (i.e. "YYYYMMDDTHHmmssZ") but that can be easily added later on if requested too.