dfo-mar-odis / dart

DFO At-sea Reporting Template, collect Elog, CTD and sample data at sea to produce reports then upload to BioChem at the end of the mission
3 stars 1 forks source link

Load mission from ANDIES Report #151

Closed upsonp closed 3 weeks ago

upsonp commented 3 weeks ago

Currently AZMP missions make use of Elog files to load event data, but we're more and more moving over to using ANDIES instead of Elog. @davjfish has ANDIES producing a "Dart Report" JSON file and it would be nice to load missions from that, which has a ton more data than elog files have.

I can build a parser to load the data, but I think it'll require significant effort

upsonp commented 3 weeks ago

The basic parser has been implemented in #152