seabird icon indicating copy to clipboard operation
seabird copied to clipboard

Encapsulate LAT/LON in try/except

Open mathiku opened this issue 1 year ago • 0 comments

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.

mathiku avatar Oct 04 '23 19:10 mathiku