Skip to content

Conversation

@mhviola
Copy link

@mhviola mhviola commented Oct 12, 2025

No NMEA data in my files, so using another line of metadata to get time

No NMEA data in my files, so using another line of metadata to get time
msg = "Latitude not recognized."
raise ValueError(msg)
if "NMEA UTC (Time)" in line:
if "System UTC" in line: # ONLY change marisa made, CTD had no saved lat, lon, or time, so retrieving it from when file started writing.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove that comment.

@ocefpaf
Copy link
Member

ocefpaf commented Jan 23, 2026

Closing this due to lack of activity.

@ocefpaf ocefpaf closed this Jan 23, 2026
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

Successfully merging this pull request may close these issues.

2 participants