castelao / seabird

Python parser for Sea-Bird CTD outputs, usually .cnv files.
BSD 3-Clause "New" or "Revised" License
49 stars 30 forks source link

Add interval to attributes #75

Open mathiku opened 1 year ago

mathiku commented 1 year ago

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