You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: