mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Initial support for Mares import
This import is based on one sample I received. It was exported from some Mares software. Imported data is somewhat limited, but we do get the depth and temperature profiles. (I would love to receive some more sample logs to validate the import and to enhance the data we are grabbing.) Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
30230dce10
commit
043d07213a
3 changed files with 207 additions and 0 deletions
|
@ -2213,6 +2213,7 @@ static struct xslt_files {
|
|||
{ "manualcsv", "manualcsv2xml.xslt", NULL },
|
||||
{ "logbook", "DiveLog.xslt", NULL },
|
||||
{ "AV1", "av1.xslt", NULL },
|
||||
{ "exportTrak", "Mares.xslt", NULL },
|
||||
{ NULL, }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue