seabird
seabird copied to clipboard
Encapsulate LAT/LON in try/except
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.