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

Encapsulate LAT/LON in try/except #76

Open
mathiku opened this issue Oct 4, 2023 · 0 comments
Open

Encapsulate LAT/LON in try/except #76

mathiku opened this issue Oct 4, 2023 · 0 comments

Comments

@mathiku
Copy link

mathiku commented Oct 4, 2023

On line 535 in cnv.py you should encapsulate like:
try: output["LATITUDE"] = self.attrs["LATITUDE"] output["LONGITUDE"] = self.attrs["LONGITUDE"] except: pass
since it is possible to use the seabird without coordinates.

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

1 participant