Mathias Kusk

Results 2 issues of Mathias Kusk

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.

Adding 'interval' to attributes would allow user to easily add a timestamp to every single sample. If you add: `"interval": "\\#\\ interval\\ =\\ (?P[^#\n]+)\n",` to cnv.json it should work.